2008-05-01 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob3b30ebc7c236787f468c05e89a41994027d110f7
1 2008-05-01  Johannes Schmid  <jhs@gnome.org>
3         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
4         (anjuta_util_replace_home_dir_with_tilde),
5         (anjuta_util_str_middle_truncate):
6         * libanjuta/anjuta-utils.h:
7         Added some utility methods (derived from gedit)
8         
9         * plugins/document-manager/plugin.c (get_directory_display_name),
10         (update_title):
11         Really fix #530033 now
13 2008-05-01  Massimo Cora'  <maxcvs@email.it>
15         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
16         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
18         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
19         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
20         (sdb_engine_thread_monitor), (sdb_engine_init),
21         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
22         (sdb_engine_add_new_sym_implementation),
23         (sdb_engine_second_pass_update_scope_1),
24         (sdb_engine_second_pass_update_scope),
25         (sdb_engine_second_pass_update_heritage),
26         (symbol_db_engine_update_project_symbols),
27         (symbol_db_engine_get_files_with_zero_symbols),
28         (symbol_db_engine_get_file_symbols):
29         fixed a population bug introduced with using of caches. It broke the kind
30         of symbol in some cases (e.g. returning of table_id = -1). 
31         Avoid lazy initialization and inlined the lookup functions to speed up the
32         thing.
33         Performances improvement in sdb_engine_second_pass_update_heritage () using
34         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
35         logic in this part should avoid gui freezing, at least here it does not freeze.
37         * plugins/symbol-db/symbol-db-view-locals.c
38         (symbol_db_view_locals_recv_signals_from_engine):
39         * plugins/symbol-db/symbol-db-view.c
40         (symbol_db_view_recv_signals_from_engine):
41         greyed out trees while population is in place.
43 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
45         * data/default.profile:
46         Put the new run program plugin in the default plugin list
48         * plugins/run-program/execute.c:
49         Fix a crash when the program doesn't exist
51 2008-04-30  Johannes Schmid  <jhs@gnome.org>
53         * plugins/document-manager/anjuta-document-manager.ui:
54         * plugins/message-view/anjuta-message-manager.ui:
55         Put the menu items of the message-manager in the correct Goto menu
57 2008-04-30  Johannes Schmid  <jhs@gnome.org>
59         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
60         Allow markup in dialog description
61         
62         * plugins/file-loader/plugin.c (iloader_load):
63         #523186 – Open With dialog should mention filename
65 2008-04-30  Johannes Schmid  <jhs@gnome.org>
67         * libanjuta/anjuta-status.c (anjuta_status_set_title):
68         * plugins/document-manager/anjuta-docman.c
69         (anjuta_docman_update_page_label):
70         * plugins/document-manager/plugin.c (update_title),
71         (on_document_update_save_ui):
72         
73         #530033 – Have window title like gedit
74         Also add the dirty char (*) at the beginning of the filename to match HIG
76 2008-04-30  Johannes Schmid  <jhs@gnome.org>
78         * plugins/devhelp/anjuta-devhelp.ui:
79         * plugins/search/anjuta-search.ui:
80         * plugins/document-manager/anjuta-document-manager.ui:
81         * src/anjuta.ui:
82         Moved Goto menu into View to avoid cluttering the menubar and created
83         new Documents menu
85         * plugins/document-manager/action-callbacks.c (on_next_document),
86         (on_previous_document):
87         * plugins/document-manager/action-callbacks.h:
88         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
89         (anjuta_docman_update_documents_menu_status),
90         (anjuta_docman_update_documents_menu),
91         (on_notebook_page_reordered), (anjuta_docman_page_init),
92         (anjuta_docman_new), (on_notebook_switch_page),
93         (anjuta_docman_add_document), (anjuta_docman_remove_document):
94         * plugins/document-manager/plugin.c:
95         
96         Show open documents in the "Documents" menu and add actions for next/prev
97         document like in gedit. Don't center menu items of notebook popup menu.
98         (Fixes bugs #453702 and #529528)
100 2008-04-29  Johannes Schmid  <jhs@gnome.org>
102         Patch from Yuriy Penkin:
104         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
105         .glade:
106         * plugins/debug-manager/anjuta-debug-manager.glade:
107         * plugins/run-program/anjuta-run-program.glade:
108         * plugins/tools/anjuta-tools.glade:
109         530566 – Fix translation and POTFILES.in
111 2008-04-29  Johannes Schmid  <jhs@gnome.org>
113         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
114         Use current project folder as default and added a file filter for
115         the patch file chooser.
117 2008-04-28  Massimo Cora'  <maxcvs@email.it>
119         * plugins/symbol-db/symbol-db-view-search.c
120         (sdb_view_search_model_filter):
121         fixed search symbols to match "foo_symbol_%"
123 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
125         * configure.in,
126         po/POTFILES.in,
127         plugins/Makefile.am,
128         src/anjuta.ui,
129         (added) plugins/run-program/anjuta-run-program-48.png,
130         (added) plugins/run-program/anjuta-run-program.glade,
131         (added) plugins/run-program/anjuta-run-program.plugin.in,
132         (added) plugins/run-program/anjuta-run-program.ui,
133         (added) plugins/run-program/execute.c,
134         (added) plugins/run-program/execute.h,
135         (added) plugins/run-program/Makefile.am,
136         (added) plugins/run-program/parameters.c,
137         (added) plugins/run-program/parameters.h,
138         (added) plugins/run-program/plugin.c,
139         (added) plugins/run-program/plugin.h,
140         (added) plugins/run-program/utils.c,
141         (added) plugins/run-program/utils.h:
142         New run program plugin, includes a new dialog box to set
143         program arguments
145         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
146         plugins/debug-manager/anjuta-debug-manager.ui,
147         plugins/debug-manager/plugin.c,
148         plugins/debug-manager/start.c:
149         Update debugger plugin to use run program parameter dialog
151         * plugins/build-basic-autotools/build-basic-autotools.c,
152         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
153         Remove run program menu item
155         * libanjuta/interfaces/libanjuta.idl,
156         plugins/gdb/plugin.c,
157         plugins/gdb/debugger.c,
158         plugins/gdb/debugger.h,
159         plugins/debug-manager/command.c,
160         plugins/debug-manager/command.h:
161         Use a gchar * null terminated array instead of a GList for
162         passing environment variables
164 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
166         * plugins/terminal/terminal.c,
167         libanjuta/interfaces/libanjuta.idl:
168         Add a child-exited signal in the IAnjutaTerminal interface
169         Remove environment variables merging, it is already done
170         in vte
172 2008-04-28  Massimo Cora'  <maxcvs@email.it>
174         * plugins/symbol-db/plugin.c (isymbol_manager_search):
175         * plugins/symbol-db/symbol-db-engine.c
176         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
177         fixed partial pattern match accordingly with api.
179 2008-04-28  Johannes Schmid <jhs@gnome.org>
181         * plugins/symbol-db/plugin.c:
182   Hide progress bar when things are done.
184 2008-04-27  Massimo Cora'  <maxcvs@email.it>
186         * plugins/symbol-db/symbol-db-engine.c
187         (symbol_db_engine_find_symbol_by_name_pattern),
188         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
189         fixed typo on query.
190         
191 2008-04-26  Massimo Cora'  <maxcvs@email.it>
193         * plugins/document-manager/plugin.c (on_document_update_ui):
194         * plugins/symbol-db/symbol-db-engine-iterator-node.c
195         (symbol_db_engine_iterator_node_get_symbol_extra_string):
196         * plugins/symbol-db/symbol-db-engine.c
197         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
198         (sdb_engine_get_dyn_query_node_by_id),
199         (sdb_engine_dyn_child_query_node_destroy),
200         (sdb_engine_insert_dyn_query_node_by_id),
201         (sdb_engine_free_cached_queries),
202         (sdb_engine_free_cached_dynamic_queries),
203         (sdb_engine_get_tuple_id_by_unique_name),
204         (sdb_engine_get_tuple_id_by_unique_name2),
205         (sdb_engine_get_tuple_id_by_unique_name3),
206         (sdb_engine_populate_db_by_tags),
207         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
208         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
209         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
210         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
211         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
212         (sdb_engine_add_new_sym_implementation),
213         (sdb_engine_add_new_heritage),
214         (sdb_engine_add_new_scope_definition),
215         (sdb_engine_add_new_tmp_heritage_scope),
216         (sdb_engine_second_pass_update_scope_1),
217         (sdb_engine_second_pass_update_heritage),
218         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
219         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
220         (on_scan_update_files_symbols_end),
221         (symbol_db_engine_update_project_symbols),
222         (symbol_db_engine_get_full_local_path),
223         (symbol_db_engine_get_file_db_path),
224         (sdb_engine_walk_down_scope_path),
225         (symbol_db_engine_get_files_with_zero_symbols),
226         (sdb_engine_prepare_symbol_info_sql),
227         (symbol_db_engine_get_class_parents_by_symbol_id),
228         (symbol_db_engine_get_class_parents),
229         (symbol_db_engine_get_global_members_filtered),
230         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
231         (symbol_db_engine_get_scope_members_by_symbol_id),
232         (symbol_db_engine_get_scope_members),
233         (symbol_db_engine_get_current_scope),
234         (symbol_db_engine_get_file_symbols),
235         (symbol_db_engine_get_symbol_info_by_id),
236         (symbol_db_engine_find_symbol_by_name_pattern),
237         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
238         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
239         * plugins/symbol-db/symbol-db-engine.h:
240         * plugins/symbol-db/tables.sql:
241         new dynamic prepared queries architecture. Now every query used in the
242         engine has its own compiled query in libgda-sqlite provider. This for speed
243         improvements, code cleaning and auto-escaping of string parameters. 
244         Lookup of dynamic queries takes care of sym_info parameters and of 
245         parameters passed to functions. The compiled GdaStatements are stored in an 
246         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
247         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
249         * plugins/symbol-db/test/Makefile.am:
250         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
251         (main):
252         re-enabled test.
254 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
256         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
257         * po/POTFILES.in,
258         plugins/tools/tool.c:
259         Fix #529798: Mark additional strings for translation
261 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
263         * plugins/project-wizard/druid.c,
264         plugins/project-wizard/property.c,
265         plugins/project-wizard/property.h,
266         plugins/project-wizard/parser.c,
267         plugins/project-wizard/templates/mkfile.wiz,
268         plugins/project-wizard/templates/terminal.wiz,
269         plugins/project-wizard/templates/xlib-dock.wiz,
270         plugins/project-wizard/templates/wxwin.wiz,
271         plugins/project-wizard/templates/java.wiz,
272         plugins/project-wizard/templates/django.wiz,
273         plugins/project-wizard/templates/gnome.wiz,
274         plugins/project-wizard/templates/anjuta-plugin.wiz,
275         plugins/project-wizard/templates/gtkmm.wiz,
276         plugins/project-wizard/templates/python.wiz,
277         plugins/project-wizard/templates/cpp.wiz,
278         plugins/project-wizard/templates/sdl.wiz,
279         plugins/project-wizard/templates/gtk.wiz,
280         plugins/project-wizard/templates/minimal.wiz,
281         plugins/project-wizard/templates/xlib.wiz,
282         plugins/project-wizard/templates/gcj.wiz:
283         Add additional restriction on project name fix #529226
285 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
287         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
288         * plugins/tools/plugin.c:
289         Fix #529506: Uncorrect unloading tools plugin
291 2008-04-22  Johannes Schmid  <jhs@gnome.org>
293         * plugins/search/search-replace.c (search_and_replace),
294         (on_message_view_destroyed):
295         Don't spit out two many warnings when the message view is destroyed
296         
297         * plugins/search/search-replace_backend.c
298         (file_buffer_new_from_path):
299         Only use first 500 characters for validation
301 2008-04-21  Johannes Schmid  <jhs@gnome.org>
303         * plugins/search/plugin.c (find_incremental):
304         * plugins/search/search-replace.c (on_search_regex_toggled),
305         (on_search_button_next_clicked), (search_replace_find_usage):
306         * plugins/search/search-replace_backend.c (match_substr_free),
307         (file_buffer_new_from_path), (get_next_match),
308         (clear_search_replace_instance), (create_search_replace_instance):
309         * plugins/search/search-replace_backend.h:
310         
311         Use GRegex instead of pcre and convert files to utf-8 if necessary.
312         Rest of #440637
314 2008-04-21  Johannes Schmid  <jhs@gnome.org>
316         * plugins/document-manager/action-callbacks.c
317         (on_editor_command_paste_activate):
318         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
319   (there was an else missing...)
321 2008-04-17  Naba Kumar  <naba@naba-desktop>
323         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
324         * plugins/project-import/anjuta-project-import.plugin.in:
325         * plugins/project-wizard/anjuta-project-wizard.glade:
326         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
327         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
329 2008-04-20  Johannes Schmid  <jhs@gnome.org>
331         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
332         Fixed a condition where we kill our own process
334 2008-04-20  Johannes Schmid  <jhs@gnome.org>
336         * libanjuta/anjuta-session.h:
337         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
338         * plugins/symbol-db/plugin.c (value_added_current_editor),
339         (on_session_load), (symbol_db_activate):
340         * plugins/symbol-db/plugin.h:
341         * plugins/symbol-db/symbol-db-view.c
342         (sdb_view_build_and_display_base_tree):
343         Added new sessions states to avoid loading the local symbols before
344         the session is loaded (speeds up start-up).
345         
346         * plugins/document-manager/plugin.c
347         (update_document_ui_undo_items), (update_document_ui_save_items),
348         (on_document_update_ui):
349         * plugins/sourceview/sourceview.c (idocument_redo):
350         Fixed #528705 – There is no Redo
352 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
354         * libanjuta/interfaces/libanjuta.idl,
355         plugins/terminal/terminal.c,
356         plugins/build-basic-autotools/executer.c,
357         plugins/gdb/plugin.c:
358         Add an env parameter in the IAnjutaTerminal interface allowing
359         to specify additional environment variables
361         * libanjuta/anjuta-launcher.c:
362         Add one initialization
364 2008-04-16  Johannes Schmid  <jhs@gnome.org>
366         Patch from Ignacio Casal Quinteiro:
367         * plugins/file-loader/anjuta-recent-chooser-menu.c
368         (_gtk_recent_chooser_get_items),
369         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
370         (anjuta_recent_chooser_menu_populate):
371         Show 5 project and 15 file items in recent-chooser
373 2008-04-16  Johannes Schmid  <jhs@gnome.org>
375         * plugins/search/search-replace_backend.c (isawordchar),
376         (extra_match), (get_next_match):
377         
378         Make searching utf-8 aware. We still need to fix encodings for
379         search/replace in files as it is currently assumed they are utf-8 like
380         the editors.
382 2008-04-16  Johannes Schmid  <jhs@gnome.org>
383         
384         Patch from Ignacio Casal Quinteiro:
385         * plugins/file-loader/anjuta-recent-chooser-menu.c
386         (anjuta_recent_chooser_menu_insert_item),
387         (anjuta_recent_chooser_menu_populate):
388         * plugins/file-loader/plugin.c (activate_plugin):
389         Fix recent files in the toolbar
390         
391         * plugins/tools/plugin.c (ipreferences_merge):
392         Fixed some warnings
394 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
396         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
398 2008-04-13  Naba Kumar  <naba@naba-desktop>
400         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
401         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
402         Do not enable brace autocompletion by defualt because it annoying for
403         fast typist (i.e. it's easier to type ending brace than move carat)
404         and it's currently broken for scintilla.
406 2008-04-13  Naba Kumar  <naba@naba-desktop>
408         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
409         * src/about.c (on_about_plugin_activate): Removed dead code.
410         * src/main.c: Make smaller include.
412 2008-04-12  Naba Kumar  <naba@naba-desktop>
414         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
415         src/utilities.h: Removed dead files.
416         * src/widget-registry.c, src/widget-registry.h: Removed more dead
417         files.
419 2008-04-12  Naba Kumar  <naba@naba-desktop>
421         * src/action-callbacks.c: Removed unneeded gnome.h include.
422         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
424 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
426         Reviewed by Naba Kumar  <naba@gnome.org>:
427         * libanjuta/anjuta-utils.{ch}:
428         Added anjuta_utils_get_user_config_dir. This func is used
429         to get the user config directory.
430         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
432 2008-04-12  Johannes Schmid  <jhs@gnome.org>
434         * plugins/search/Makefile.am:
435         * plugins/search/anjuta-search.glade:
436         * plugins/search/anjuta-search.ui:
437         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
438         (on_find_and_replace1_activate), (on_find_in_files1_activate),
439         (on_findnext1_activate), (on_findprevious1_activate),
440         (on_prev_occur), (on_next_occur), (activate_plugin),
441         (deactivate_plugin), (dispose), (finalize),
442         (search_plugin_class_init):
443         * plugins/search/plugin.h:
444         * plugins/search/search-replace.c (search_and_replace_init),
445         (search_and_replace), (write_message_pane), (on_message_clicked),
446         (save_not_opened_files), (replace_in_not_opened_files),
447         (search_replace_next_previous), (search_replace_next),
448         (search_replace_previous), (sr_get_gladewidget),
449         (search_set_popdown_strings), (search_set_popdown_map),
450         (search_select_item), (search_set_combo), (search_set_action),
451         (search_set_target), (search_set_direction),
452         (search_get_item_combo), (search_get_item_combo_name),
453         (search_direction_changed), (populate_value), (reset_flags),
454         (reset_flags_and_search_button), (search_start_over),
455         (search_end_alert), (max_results_alert), (nb_results_alert),
456         (search_show_replace), (modify_label_image_button),
457         (search_replace_populate), (show_jump_button),
458         (translate_dialog_strings), (create_dialog), (show_dialog),
459         (word_in_list), (list_max_items), (search_update_combos),
460         (replace_update_combos), (search_update_dialog),
461         (on_search_replace_delete_event),
462         (on_search_dialog_key_press_event),
463         (search_disconnect_set_toggle_connect),
464         (on_search_match_whole_word_toggled),
465         (on_search_match_whole_line_toggled),
466         (on_search_match_word_start_toggled), (on_search_regex_toggled),
467         (search_set_toggle_direction), (on_search_direction_changed),
468         (on_search_action_changed), (on_search_target_changed),
469         (on_search_expression_changed), (on_actions_no_limit_clicked),
470         (on_search_button_close_clicked), (on_search_button_stop_clicked),
471         (on_search_button_next_clicked), (search_replace_find_usage),
472         (on_search_button_jump_clicked), (on_search_expression_activate),
473         (on_search_full_buffer_toggled), (on_search_forward_toggled),
474         (on_search_backward_toggled), (on_setting_basic_search_toggled),
475         (basic_search_toggled), (anjuta_search_replace_activate):
476         * plugins/search/search-replace.h:
477         * plugins/search/search-replace_backend.c (pcre_info_free),
478         (pcre_info_new), (match_substr_free), (match_info_free),
479         (file_buffer_free), (file_buffer_new_from_te),
480         (file_buffer_new_from_path), (file_buffer_line_from_pos),
481         (file_match_line_from_pos), (create_search_files_list),
482         (get_project_file_list), (isawordchar), (extra_match),
483         (get_next_match), (create_search_entries), (regex_backref),
484         (clear_search_replace_instance), (clear_pcre),
485         (create_search_replace_instance):
486         * plugins/search/search-replace_backend.h:
487         Restored old search plugin - was a bad idea to merge this patch. Sorry!
489 2008-04-12  Johannes Schmid  <jhs@gnome.org>
491         * libanjuta/Makefile.am:
492         * libanjuta/libanjuta.h:
493         * plugins/document-manager/anjuta-document-manager.glade:
494         * plugins/document-manager/plugin.c:
495         * plugins/editor/text_editor.c (text_editor_finalize),
496         (convert_to_utf8), (load_from_file), (save_to_file):
497         * plugins/editor/text_editor.h:
498         * plugins/sourceview/Makefile.am:
499         * plugins/sourceview/anjuta-convert.c:
500         * plugins/sourceview/anjuta-convert.h:
501         * plugins/sourceview/anjuta-document-loader.c:
502         * plugins/sourceview/anjuta-document-saver.c:
503         * plugins/sourceview/anjuta-document.c:
504         * plugins/sourceview/anjuta-encodings.c:
505         * plugins/sourceview/anjuta-encodings.h:
506         * plugins/sourceview/anjuta-utils.c:
507         * plugins/sourceview/anjuta-utils.h:
508         * plugins/sourceview/anjuta-view.c:
509         * plugins/sourceview/sourceview.c:
510         
511         Move the encoding conversion infrastrcute to libanjuta and update all
512         users. Test all available encodings by default in scintilla editor
513         like sourceview is doing and removed encoding preferences
515         * plugins/search/search-replace_backend.c
516         (file_buffer_new_from_uri):
517         Fixed crasher
519 2008-04-11  Johannes Schmid  <jhs@gnome.org>
521         * plugins/search/anjuta-search.glade:
522         Various small improvements to the dialog
524 2008-04-11  Johannes Schmid  <jhs@gnome.org>
526         Patch from Ignacio Casal Quinteiro:
527         * plugins/file-loader/Makefile.am:
528         * plugins/file-loader/anjuta-recent-chooser-menu.c
529         (gtk_recent_chooser_iface_init),
530         (_anjuta_recent_chooser_install_properties),
531         (sort_recent_items_mru), (get_is_recent_filtered),
532         (_gtk_recent_chooser_get_items),
533         (anjuta_recent_chooser_menu_class_init),
534         (anjuta_recent_chooser_menu_init),
535         (anjuta_recent_chooser_menu_finalize),
536         (anjuta_recent_chooser_menu_dispose),
537         (anjuta_recent_chooser_menu_constructor),
538         (anjuta_recent_chooser_menu_set_property),
539         (anjuta_recent_chooser_menu_get_property),
540         (anjuta_recent_chooser_menu_set_current_uri),
541         (anjuta_recent_chooser_menu_get_current_uri),
542         (anjuta_recent_chooser_menu_select_uri),
543         (anjuta_recent_chooser_menu_unselect_uri),
544         (anjuta_recent_chooser_menu_select_all),
545         (anjuta_recent_chooser_menu_unselect_all),
546         (anjuta_recent_chooser_menu_set_sort_func),
547         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
548         (anjuta_recent_chooser_menu_get_recent_manager),
549         (anjuta_recent_chooser_menu_add_filter),
550         (anjuta_recent_chooser_menu_remove_filter),
551         (anjuta_recent_chooser_menu_list_filters),
552         (anjuta_recent_chooser_menu_set_current_filter),
553         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
554         (anjuta_recent_chooser_menu_create_item),
555         (anjuta_recent_chooser_menu_insert_item),
556         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
557         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
558         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
559         (get_icon_size_for_widget), (foreach_set_shot_tips),
560         (anjuta_recent_chooser_menu_set_show_tips),
561         (anjuta_recent_chooser_menu_new),
562         (anjuta_recent_chooser_menu_new_for_manager):
563         * plugins/file-loader/anjuta-recent-chooser-menu.h:
564         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
565         (activate_plugin), (dispose):
566         
567         Add separator to recent menu (#526932)
569         * plugins/search/Makefile.am:
570         * plugins/search/anjuta-search.glade:
571         * plugins/search/anjuta-search.ui:
572         * plugins/search/plugin.c (on_find1_activate),
573         (on_find_and_replace1_activate), (on_find_in_files1_activate),
574         (on_findnext1_activate), (on_findprevious1_activate),
575         (on_search_again_activate), (on_find_usage), (activate_plugin),
576         (deactivate_plugin), (dispose), (search_plugin_class_init):
577         * plugins/search/plugin.h:
578         * plugins/search/search-replace.c (anj_sr_execute),
579         (anj_sr_write_match_message), (on_message_clicked),
580         (anj_sr_set_search_string), (anj_sr_select_nearest),
581         (anj_sr_select_next), (anj_sr_select_previous),
582         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
583         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
584         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
585         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
586         (anj_sr_set_target), (anj_sr_set_direction),
587         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
588         (anj_sr_get_combo_id_active_value),
589         (anj_sr_conform_direction_change), (anj_sr_populate_value),
590         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
591         (anj_sr_end_alert), (anj_sr_max_results_alert),
592         (anj_sr_total_results_alert), (anj_sr_show_replace),
593         (anj_sr_modify_button), (anj_sr_populate_data),
594         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
595         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
596         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
597         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
598         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
599         (anj_sr_find_in_list), (anj_sr_trim_list),
600         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
601         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
602         (on_search_dialog_delete_event), (on_search_dialog_key_press),
603         (anj_sr_disconnect_set_toggle_connect),
604         (on_search_match_whole_word_toggled),
605         (on_search_match_whole_line_toggled),
606         (on_search_match_word_start_toggled), (on_search_regex_toggled),
607         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
608         (on_search_direction_changed), (on_search_action_changed),
609         (on_search_target_changed), (on_search_expression_changed),
610         (on_search_button_close_clicked), (on_search_button_stop_clicked),
611         (on_search_button_start_clicked),
612         (on_search_button_replace_clicked),
613         (on_search_expression_activate):
614         * plugins/search/search-replace.h:
615         * plugins/search/search-replace_backend.c (regex_backref),
616         (pcre_info_free), (pcre_info_new), (match_substr_free),
617         (match_info_free_subs), (editor_new_from_file_buffer),
618         (file_buffer_new_from_te), (file_buffer_new_from_uri),
619         (file_buffer_free), (file_buffer_get_byte_offset),
620         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
621         (file_buffer_find_lines), (file_buffer_freshen_lines),
622         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
623         (file_buffer_get_linetext_for_line), (save_file_buffer),
624         (replace_in_local_buffer), (get_search_files_list),
625         (get_project_files_list), (isawordchar), (extra_match),
626         (get_next_match), (create_search_entries), (clear_search_entries),
627         (search_get_default_data), (search_replace_data_new),
628         (clear_search_replace_instance), (search_replace_data_destroy),
629         (search_replace_init):
630         * plugins/search/search-replace_backend.h:
631         * plugins/search/search_preferences.c (removed):
632         * plugins/search/search_preferences.h (removed):
633         
634         Merged the UI changes from bug #511688 and simplified the search dialog
636 2008-04-10  Johannes Schmid <jhs@gnome.org>
638         * plugins/symbol-db/symbol-db-engine.c:
639         * plugin.c:
640         Check for ctags binary (#516123)
642 2008-04-09  Massimo Cora'  <maxcvs@email.it>
644         * plugins/symbol-db/symbol-db-engine.c
645         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
646         (sdb_engine_get_query_parameters_list),
647         (sdb_engine_free_cached_queries),
648         (sdb_engine_get_tuple_id_by_unique_name),
649         (sdb_engine_get_tuple_id_by_unique_name2),
650         (sdb_engine_get_tuple_id_by_unique_name3),
651         (symbol_db_engine_add_new_workspace),
652         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
653         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
654         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
655         (sdb_engine_add_new_sym_implementation),
656         (sdb_engine_add_new_heritage),
657         (sdb_engine_add_new_scope_definition),
658         (sdb_engine_add_new_tmp_heritage_scope),
659         (sdb_engine_second_pass_update_scope_1),
660         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
661         (on_scan_update_files_symbols_end),
662         (symbol_db_engine_update_project_symbols):
663         GdaSet *plist is now used globally for every prepared statement.
664         It won't be created/unreffed at every query.
666 2008-04-09  Johannes Schmid  <jhs@gnome.org>
668         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
669         Fixed crasher when deactivating symbol-db plugin
671 2008-04-08  Johannes Schmid  <jhs@gnome.org>
673         * plugins/symbol-db/symbol-db-engine.c
674         (sdb_engine_populate_db_by_tags):
675         Don't use transactions - uses only half of the time now!
677 2008-04-08  Massimo Cora'  <maxcvs@email.it>
679         * plugins/symbol-db/symbol-db-engine.c
680         (sdb_engine_prepare_symbol_info_sql),
681         (symbol_db_engine_get_global_members_filtered):
682         * plugins/symbol-db/symbol-db-view.c
683         (sdb_view_load_symbol_pixbufs),
684         (sdb_view_build_and_display_base_tree):
685         fixed global tab icons. Libgda could not understood the right fields, now it
686         does.
688 2008-04-07  Johannes Schmid  <jhs@gnome.org>
690         * plugins/language-support-cpp-java/cpp-java-assist.c
691         (completion_compare), (create_completion),
692         (cpp_java_assist_create_word_completion_cache):
693         
694         Only show () for functions/methods and macros with arguments. Does not work
695         with symbol-db yet but fixes things for symbol-browser
697 2008-04-07  Johannes Schmid  <jhs@gnome.org>
699         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
700         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
701         (sdb_engine_add_new_sym_implementation):
702         
703         Fixed some issues with caching
705 2008-04-07  Johannes Schmid  <jhs@gnome.org>
707         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
708         (on_importing_project_end), (project_root_added),
709         (symbol_db_activate), (symbol_db_deactivate):
710         * plugins/symbol-db/plugin.h:
711         
712         Give the symbol-db it's own progress bar because there are too many
713         interactions with the global status bar.
715 2008-04-07  Johannes Schmid  <jhs@gnome.org>
717         * plugins/symbol-db/symbol-db-view-locals.c
718         (sdb_view_locals_create_new_store):
719         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
720         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
721         (symbol_db_view_open):
722         
723         Sort symbol trees
725 2008-04-07  Johannes Schmid  <jhs@gnome.org>
727         * plugins/sourceview/sourceview.c (idocument_cut),
728         (idocument_copy), (idocument_paste):
729         Block insert-text signal on cut/copy/paste
731 2008-04-07  Johannes Schmid  <jhs@gnome.org>
733         * plugins/symbol-db/plugin.c (on_char_added),
734         (on_single_file_scan_end):
735         Only update buffer when a newline is inserted
736         
737         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
738         (sdb_engine_get_tuple_id_by_unique_name),
739         (sdb_engine_get_tuple_id_by_unique_name2),
740         (sdb_engine_get_tuple_id_by_unique_name3),
741         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
742         (sdb_engine_finalize), (symbol_db_engine_db_exists),
743         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
744         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
745         Precompute file_defined_id to speed up population
747 2008-04-06  Johannes Schmid  <jhs@gnome.org>
749         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
750         (anjuta_launcher_set_encoding):
751         Fixed some problems with binary streams needed by symbol-db
752         
753         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
754         Removed DEBUG_PRINT
755         
756         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
757         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
758         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
759         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
760         (sdb_engine_add_new_sym_implementation),
761         (on_scan_update_files_symbols_end):
762         Use some caching to speed up population
763         
764         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
765         Exit properly when scanning is over
767 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
769         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
770         One additional change missed in the previous commit
772 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
774         * plugins/project-wizard/templates/gtkmm.wiz,
775         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
776         plugins/project-wizard/templates/gtkmm/src/main.cc,
777         plugins/project-wizard/templates/django.wiz,
778         plugins/project-wizard/templates/python.wiz,
779         plugins/project-wizard/templates/python/configure.ac.tpl,
780         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
781         plugins/project-wizard/templates/cpp.wiz,
782         plugins/project-wizard/templates/cpp/configure.ac.tpl,
783         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
784         plugins/project-wizard/templates/sdl.wiz,
785         plugins/project-wizard/templates/sdl/configure.ac.tpl,
786         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
787         plugins/project-wizard/templates/terminal.wiz,
788         plugins/project-wizard/templates/terminal/configure.ac.tpl,
789         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
790         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
791         plugins/project-wizard/templates/gtk.wiz,
792         plugins/project-wizard/templates/gtk/src/main.c,
793         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
794         plugins/project-wizard/templates/minimal.wiz,
795         plugins/project-wizard/templates/minimal/configure.ac.tpl,
796         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
797         plugins/project-wizard/templates/java.wiz,
798         plugins/project-wizard/templates/java/configure.ac.tpl,
799         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
800         plugins/project-wizard/templates/xlib.wiz,
801         plugins/project-wizard/templates/xlib/configure.ac.tpl,
802         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
803         plugins/project-wizard/templates/gcj.wiz,
804         plugins/project-wizard/templates/gcj/configure.ac.tpl,
805         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
806         plugins/project-wizard/templates/xlib-dock.wiz,
807         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
808         plugins/project-wizard/templates/wxwin.wiz,
809         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
810         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
811         plugins/project-wizard/templates/gnome.wiz,
812         plugins/project-wizard/templates/gnome/src/main.c,
813         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
814         plugins/project-wizard/templates/anjuta-plugin.wiz,
815         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
816         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
817         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
818         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
819         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
820         Fix bug #525999: Remove space in file and target names generated
821         by project wizard
822         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
823         has been renamed ianjuta_document_manager_get_current_document
825 2008-04-06  Naba Kumar  <naba@naba-desktop>
827         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
828         * libanjuta/anjuta-utils.h:
829         * plugins/project-wizard/druid.c (check_and_warn_missing),
830         (on_druid_next):
831         * plugins/project-wizard/header.c (npw_header_free),
832         (npw_header_add_required_program),
833         (npw_header_add_required_package),
834         (npw_header_check_required_programs), (package_is_installed),
835         (npw_header_check_required_packages):
836         * plugins/project-wizard/header.h:
837         * plugins/project-wizard/parser.c (parse_tag),
838         (parse_header_start), (parse_header_text):
839         * plugins/project-wizard/templates/anjuta-plugin.wiz:
840         * plugins/project-wizard/templates/cpp.wiz:
841         * plugins/project-wizard/templates/django.wiz:
842         * plugins/project-wizard/templates/gcj.wiz:
843         * plugins/project-wizard/templates/gnome.wiz:
844         * plugins/project-wizard/templates/gtk.wiz:
845         * plugins/project-wizard/templates/gtkmm.wiz:
846         * plugins/project-wizard/templates/java.wiz:
847         * plugins/project-wizard/templates/minimal.wiz:
848         * plugins/project-wizard/templates/mkfile.wiz:
849         * plugins/project-wizard/templates/python.wiz:
850         * plugins/project-wizard/templates/sdl.wiz:
851         * plugins/project-wizard/templates/terminal.wiz:
852         * plugins/project-wizard/templates/wxwin.wiz:
853         * plugins/project-wizard/templates/xlib-dock.wiz:
854         * plugins/project-wizard/templates/xlib.wiz:
856         Added a check for vital programs and packages needed to create a
857         new project. A warning dialog is shown to user in project
858         wizard when he proceeds after selecting a project type.
859         Updated all project templates to cover vital programs and
860         packages to generate and build correctly.
861         
862 2008-04-05  Naba Kumar  <naba@gnome.org>
864         patch from  surenspost@gmail.com:
865         * src/about.c: Fixed bug #523068 link in about window doesn't work.
867 2008-04-04  Johannes Schmid  <jhs@gnome.org>
869         * plugins/sourceview/anjuta-view.c:
870         * plugins/sourceview/anjuta-view.h:
871         * plugins/sourceview/sourceview-prefs.c (init_fonts),
872         (sourceview_prefs_init):
873         Removed unused color management code
874         
875         * plugins/sourceview/anjuta-editor-sourceview.glade:
876         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
877         (create_style_model), (on_style_changed), (ipreferences_merge),
878         (ipreferences_unmerge):
879         * plugins/sourceview/plugin.h:
880         
881         Added style chooser for sourceview editor (#522555)
883 2008-04-04  Johannes Schmid  <jhs@gnome.org>
885         * plugins/document-manager/action-callbacks.c:
886         * plugins/document-manager/anjuta-document-manager.ui:
887         * plugins/document-manager/plugin.c (ui_give_shorter_names),
888         (update_document_ui_disable_all):
889         * plugins/file-loader/anjuta-loader-plugin.ui:
890         * plugins/file-loader/plugin.c (on_new_activate),
891         (activate_plugin):
892         
893         Moved "New" action from document-manager to file-loader using 
894         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
896 2008-04-03  Johannes Schmid  <jhs@gnome.org>
898         * Makefile.am:
899         * configure.in:
900         * libegg/.cvsignore:
901         * libegg/Makefile.am:
902         * libegg/egg-cell-renderer-text.c:
903         * libegg/egg-combo-action.c:
904         * libegg/egg-entry-action.c:
905         * libegg/egg-recent-action.c:
906         * libegg/egg-recent-files-module.c:
907         * libegg/egg-recent-item.c:
908         * libegg/egg-recent-model.c:
909         * libegg/egg-recent-util.c:
910         * libegg/egg-recent-view-gtk.c:
911         * libegg/egg-recent-view.c:
912         * libegg/egg-submenu-action.c:
913         * libegg/eggcellrendererpopup.c:
914         * libegg/eggcomboselect.c:
915         * libegg/eggmarshalers.list:
916         * libegg/eggtreemodelfilter.c:
917         * libegg/eggtreemodelunion.c:
918         * libegg/eggtreemultidnd.c:
919         * libegg/gtkcellview.h:
920         * libegg/layout.glade:
921         * libegg/menu/.cvsignore:
922         * libegg/menu/Makefile.am:
923         * libegg/menu/egg-combo-action.h:
924         * libegg/menu/egg-entry-action.h:
925         * libegg/menu/egg-recent-action.h:
926         * libegg/menu/egg-submenu-action.h:
927         * libegg/menu/eggcomboselect.h:
928         * libegg/recent-files/.cvsignore:
929         * libegg/recent-files/Makefile.am:
930         * libegg/recent-files/egg-recent-item.h:
931         * libegg/recent-files/egg-recent-model.h:
932         * libegg/recent-files/egg-recent-util.h:
933         * libegg/recent-files/egg-recent-view-gtk.h:
934         * libegg/recent-files/egg-recent-view.h:
935         * libegg/recent-files/egg-recent.h:
936         * libegg/test-actions.c:
937         * libegg/test-multi-drag.c:
938         * libegg/test-union.c:
939         * libegg/treeviewutils/.cvsignore:
940         * libegg/treeviewutils/Makefile.am:
941         * libegg/treeviewutils/egg-cell-renderer-text.h:
942         * libegg/treeviewutils/eggcellrendererpopup.h:
943         * libegg/treeviewutils/eggtreemodelfilter.h:
944         * libegg/treeviewutils/eggtreemodelunion.h:
945         * libegg/treeviewutils/eggtreemultidnd.h:
946         * libegg/util/.cvsignore:
947         * libegg/util/Makefile.am:
948         * libegg/util/egg-macros.h:
949         * libegg/util/eggintl.h:
950         
951         Killed libegg (#349279)
952         
953         * plugins/document-manager/Makefile.am:
954         * plugins/document-manager/action-callbacks.c:
955         * plugins/document-manager/plugin.c:
956         * plugins/editor/plugin.c:
957         (on_open_recent_file), (sort_recent_menu),
958         (setup_recent_chooser_menu), (activate_plugin), (dispose),
959         (anjuta_file_loader_plugin_instance_init):
960         * plugins/file-loader/plugin.h:
961         * plugins/search/Makefile.am:
962         * plugins/search/plugin.c:
963         * plugins/search/search-replace.c:
964         
965         Removed dead code and libegg from Makefiles
966         
967         * plugins/symbol-browser/Makefile.am:
968         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
969         * plugins/symbol-browser/plugin.c (on_editor_saved),
970         (update_editor_symbol_model), (iter_matches),
971         (value_removed_current_editor), (activate_plugin):
972         Removed symbol-browser toolbar which used libegg and was
973         buggy (#451588)
974         
975         Patch from Ignacio Casal Quinteiro with lots of changes:
976         * plugins/file-loader/Makefile.am:
977         * plugins/file-loader/anjuta-loader-plugin.ui:
978         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
979         Port FileLoader to GtkRecent (#398984)
981 2008-04-03  Johannes Schmid  <jhs@gnome.org>
983         * configure.in:
984         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
985         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
986         * libanjuta/interfaces/libanjuta.idl:
987         * plugins/Makefile.am:
988         * plugins/class-inheritance/class-inherit.c
989         (class_inheritance_show_dynamic_class_popup_menu),
990         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
991         (class_inheritance_update_graph):
992         * plugins/language-support-cpp-java/cpp-java-assist.c
993         (create_completion),
994         (cpp_java_assist_create_scope_completion_cache),
995         (cpp_java_assist_create_word_completion_cache),
996         (cpp_java_assist_show_calltip):
997         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
998         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
999         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1000         (isymbol_get_extra_info_string), (isymbol_get_line),
1001         (isymbol_get_icon), (isymbol_iface_init):
1002         * plugins/symbol-browser/an_symbol.h:
1003         * plugins/symbol-browser/an_symbol_view.c
1004         (anjuta_symbol_view_get_file_symbol_model):
1005         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1006         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1007         (isymbol_manager_iface_init):
1008         * plugins/symbol-db/Makefile.am:
1009         * plugins/symbol-db/anjuta-symbol-db.glade:
1010         * plugins/symbol-db/plugin.c
1011         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1012         (value_added_current_editor), (goto_local_tree_iter),
1013         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1014         (on_global_treeview_row_collapsed), (on_project_element_added),
1015         (on_project_element_removed), (on_importing_project_end),
1016         (do_import_sources_after_abort), (do_import_sources),
1017         (project_root_added), (project_root_removed), (symbol_db_activate),
1018         (symbol_db_deactivate), (isymbol_manager_search),
1019         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1020         (isymbol_manager_iface_init), (ipreferences_merge),
1021         (ipreferences_unmerge), (ipreferences_iface_init):
1022         * plugins/symbol-db/plugin.h:
1023         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1024         (symbol_db_engine_iterator_node_new),
1025         (sdb_engine_iterator_node_instance_init),
1026         (sdb_engine_iterator_node_finalize),
1027         (symbol_db_engine_iterator_node_get_symbol_id),
1028         (symbol_db_engine_iterator_node_get_symbol_name),
1029         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1030         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1031         (symbol_db_engine_iterator_node_get_symbol_signature),
1032         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1033         (isymbol_get_name), (isymbol_get_args),
1034         (isymbol_get_extra_info_string), (isymbol_get_uri),
1035         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1036         (isymbol_iface_init):
1037         * plugins/symbol-db/symbol-db-engine-iterator.c
1038         (symbol_db_engine_iterator_new):
1039         * plugins/symbol-db/symbol-db-engine.c
1040         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1041         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1042         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1043         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1044         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1045         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1046         (sdb_engine_init), (sdb_engine_finalize),
1047         (sdb_engine_set_defaults_db_parameters),
1048         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1049         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1050         (sdb_engine_get_tuple_id_by_unique_name),
1051         (sdb_engine_get_tuple_id_by_unique_name2),
1052         (sdb_engine_get_tuple_id_by_unique_name3),
1053         (symbol_db_engine_add_new_workspace),
1054         (symbol_db_engine_project_exists),
1055         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1056         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1057         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1058         (sdb_engine_add_new_sym_access),
1059         (sdb_engine_add_new_sym_implementation),
1060         (sdb_engine_add_new_heritage),
1061         (sdb_engine_add_new_scope_definition),
1062         (sdb_engine_add_new_tmp_heritage_scope),
1063         (sdb_engine_second_pass_update_scope_1),
1064         (sdb_engine_second_pass_update_heritage),
1065         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1066         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1067         (on_scan_update_files_symbols_end),
1068         (symbol_db_engine_fill_type_array),
1069         (symbol_db_engine_update_files_symbols),
1070         (symbol_db_engine_update_project_symbols),
1071         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1072         (symbol_db_engine_update_buffer_symbols),
1073         (symbol_db_engine_get_files_with_zero_symbols),
1074         (sdb_engine_prepare_symbol_info_sql),
1075         (symbol_db_engine_get_class_parents_by_symbol_id),
1076         (symbol_db_engine_get_class_parents),
1077         (symbol_db_engine_get_global_members_filtered),
1078         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1079         (symbol_db_engine_get_scope_members_by_symbol_id),
1080         (symbol_db_engine_get_scope_members),
1081         (symbol_db_engine_get_file_symbols),
1082         (symbol_db_engine_get_symbol_info_by_id),
1083         (symbol_db_engine_get_full_local_path),
1084         (symbol_db_engine_get_file_db_path),
1085         (symbol_db_engine_find_symbol_by_name_pattern),
1086         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1087         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1088         * plugins/symbol-db/symbol-db-engine.h:
1089         * plugins/symbol-db/symbol-db-prefs.c
1090         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1091         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1092         (on_listall_output), (on_listall_exit), (files_visit_dir),
1093         (on_tag_load_toggled), (symbol_db_prefs_init),
1094         (symbol_db_prefs_finalize):
1095         * plugins/symbol-db/symbol-db-prefs.h:
1096         * plugins/symbol-db/symbol-db-view-locals.c
1097         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1098         (do_add_root_symbol_to_view),
1099         (consume_symbols_inserted_queue_idle_destroy),
1100         (consume_symbols_inserted_queue_idle), (on_scan_end),
1101         (do_recurse_subtree_and_remove), (on_symbol_removed),
1102         (on_symbol_inserted),
1103         (symbol_db_view_locals_recv_signals_from_engine),
1104         (symbol_db_view_locals_update_list):
1105         * plugins/symbol-db/symbol-db-view.c
1106         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1107         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1108         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1109         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1110         (sdb_view_build_and_display_base_tree):
1111         * plugins/symbol-db/symbol-db.glade:
1112         * plugins/symbol-db/symbol-db.ui:
1113         * plugins/symbol-db/tables.sql:
1114         * plugins/symbol-db/test/Makefile.am:
1115         * plugins/symbol-db/test/main.c (get_parents), (main),
1116         (packages_foreach), (files_visit_dir):
1117         
1118         Merged changes from symbol-db branch
1120 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1122         * plugins/sourceview/sourceview.c (autodetect_language):
1123         Use gnome_vfs_get_slow_mime_type()
1125 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1127         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1128         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1129         (open_with_dialog):
1130         
1131         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1132         supertype instead no plugin for mime-type was found (#525706)
1134 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1136         patch by: Carl-Anton Ingmarsson:
1137         * src/anjuta.glade:
1138         Fixed padding in preferences
1140 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1142         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1144         * plugins/tools/anjuta-tools.glade:
1145         * plugins/tools/anjuta-tools.ui:
1146         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1147           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1148           atp_tool_dialog_refresh, atp_tool_dialog_show):
1149         * plugins/tools/dialog.h (dialog, plugin):
1150         * plugins/tools/plugin.c (prefs, gxml, action_group,
1151           atp_plugin_finalize, test, atp_plugin_activate,
1152           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1153           ipreferences_unmerge, ipreferences_iface_init):
1154         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1155           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1156           atp_user_tool_activate, atp_tool_list_append_new,
1157           atp_tool_list_activate, atp_tool_list_deactivate):
1158         * plugins/tools/tool.h (plugin):
1159         
1160         #515854 – Move configuration into preferences
1162 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1164         patch by: Carl-Anton Ingmarsson:
1165         * src/anjuta-app.c (style, on_toolbar_style_changed,
1166           on_add_merge_widget, anjuta_app_instance_init):
1167         * src/anjuta.glade:
1168         
1169         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1171 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1173         * plugins/debug-manager/anjuta-debug-manager.glade,
1174         plugins/debug-manager/command.c,
1175         plugins/debug-manager/command.h,
1176         plugins/debug-manager/start.c,
1177         plugins/gdb/plugin.c,
1178         plugins/gdb/debugger.c,
1179         plugins/gdb/debugger.h,
1180         libanjuta/interfaces/libanjuta.idl:
1181         Improve start program dialog, allowing to specify working
1182         directory and environment variables
1184 2008-03-26  Naba Kumar  <naba@gnome.org>
1186         * libanjuta/resources.c (anjuta_res_url_show): Use
1187         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1188         fixed formatting.
1190         Patch from Carl-Anton Ingmarsson:
1192         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1193         * libanjuta/anjuta-utils.h:
1194         * src/action-callbacks.c (help_activate),
1195         (on_help_manual_activate), (on_help_tutorial_activate),
1196         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1197         * libanjuta/Makefile.am:
1198         Get rid of gnome_help_display_with_doc_id()
1200 2008-03-26  Naba Kumar  <naba@gnome.org>
1202         Patch from Carl-Anton Ingmarsson:
1204         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1205         * plugins/project-import/project-import.c (on_import_cancel): Remove
1206         stray GnomeDruid variable.
1208 2008-03-26  Naba Kumar  <naba@gnome.org>
1210         * plugins/project-import/project-import.c (create_start_page):
1211         * plugins/project-wizard/druid.c (npw_druid_new):
1212         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1213         
1214         Fixed type 'assistent' to 'assistant'.
1216 2008-03-25  Naba Kumar  <naba@gnome.org>
1218         Patch from Carl-Anton Ingmarsson:
1220         * libanjuta/Makefile.am:
1221         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1222         (visibility_toggled), (accel_edited_callback),
1223         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1224         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1225         (anjuta_ui_get_accel_editor):
1226         * libegg/Makefile.am:
1227         * libegg/eggaccelerators.c (removed):
1228         * libegg/eggcellrendererkeys.c (removed):
1229         * libegg/eggtreeviewstate.c (removed):
1230         * libegg/test-tree-utils.c (removed):
1231         * libegg/treeviewutils/Makefile.am:
1232         * libegg/treeviewutils/eggaccelerators.h (removed):
1233         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1234         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1236         Ports anjuta-ui to gtk_cell_renderer_accel
1237         
1238 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1240         Reviewed by Naba Kumar  <naba@gnome.org>
1242         * plugins/project-import/Makefile.am:
1243         * plugins/project-import/project-import.{ch}:
1244         * plugins/project-import/anjuta-project-import.glade (removed):
1245         * configure.in, po/POTFILES.in:
1247         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1248         file because libglade doesn't have GtkAssistant support.
1250 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1252         * plugins/debug-manager/registers.c:
1253         Avoid a crash when debugger stop on an error
1255         * plugins/debug-manager/start.c,
1256         plugins/gdb/debugger.c,
1257         libanjuta/interfaces/libanjuta.idl:
1258         Display an error message when debugger target is not found
1260 2008-03-15  Naba Kumar  <naba@naba-desktop>
1262         * configure.in:
1263         * data/Makefile.am:
1264         * (removed) data/properties:
1265         * (added) plugins/editor/properties:
1266         * plugins/editor/Makefile.am:
1268         Moved data/properties to plugins/editor/ and removed dead code from
1269         Makefile.am files.
1270         
1271 2008-03-15  Naba Kumar  <naba@naba-desktop>
1273         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1274         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1275         (macro_dialog_finalize):
1276         * plugins/macro/macro-edit.c (macro_edit_dispose),
1277         (macro_edit_finalize):
1279         Fixed errors in previous patch.
1280         
1281 2008-03-15  Naba Kumar  <naba@naba-desktop>
1283         Patch from Ignacio Casal Quinteiro:
1285         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1286         (finalize):
1287         * plugins/class-gen/plugin.c (dispose), (finalize):
1288         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1289         (class_inheritance_dispose):
1290         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1291         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1292         (dma_plugin_finalize):
1293         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1294         (dma_debugger_queue_finalize):
1295         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1296         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1297         (anjuta_docman_finalize):
1298         * plugins/document-manager/plugin.c:
1299         * plugins/editor/plugin.c (dispose), (finalize),
1300         (editor_plugin_class_init):
1301         * plugins/editor/text_editor.c (text_editor_dispose),
1302         (text_editor_finalize):
1303         * plugins/file-loader/plugin.c (dispose), (finalize),
1304         (anjuta_file_loader_plugin_class_init):
1305         * plugins/file-manager/plugin.c (file_manager_finalize),
1306         (file_manager_dispose):
1307         * plugins/file-wizard/plugin.c (dispose), (finalize),
1308         (file_wizard_plugin_class_init):
1309         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1310         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1311         * plugins/glade/plugin.c (glade_plugin_dispose),
1312         (glade_plugin_finalize), (glade_plugin_class_init):
1313         * plugins/gtodo/plugin.c (finalize), (dispose):
1314         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1315         (anjuta_vim_plugin_dispose):
1316         * plugins/indent/plugin.c (indent_plugin_finalize),
1317         (indent_plugin_dispose):
1318         * plugins/language-manager/plugin.c (language_manager_finalize),
1319         (language_manager_dispose):
1320         * plugins/language-support-cpp-java/plugin.c
1321         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1322         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1323         (macro_db_class_init):
1324         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1325         (macro_dialog_finalize), (macro_dialog_class_init):
1326         * plugins/macro/macro-edit.c (macro_edit_dispose),
1327         (macro_edit_finalize), (macro_edit_class_init):
1328         * plugins/macro/plugin.c (finalize), (dispose):
1329         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1330         (anjuta_msgman_finalize):
1331         * plugins/message-view/message-view.c (message_view_dispose),
1332         (message_view_finalize):
1333         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1334         (message_view_plugin_finalize):
1335         * plugins/patch/plugin.c (patch_plugin_finalize),
1336         (patch_plugin_dispose):
1337         * plugins/profiler/plugin.c (profiler_finalize),
1338         (profiler_dispose):
1339         * plugins/project-import/plugin.c (dispose), (finalize),
1340         (project_import_plugin_class_init):
1341         * plugins/project-manager/plugin.c
1342         (project_manager_plugin_finalize),
1343         (project_manager_plugin_dispose):
1344         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1345         (npw_plugin_finalize), (npw_plugin_class_init):
1346         * plugins/sample1/plugin.c (sample_plugin_finalize),
1347         (sample_plugin_dispose):
1348         * plugins/search/plugin.c (dispose), (finalize),
1349         (search_plugin_class_init):
1350         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1351         (sourceview_plugin_dispose):
1352         * plugins/subversion/plugin.c (finalize), (dispose):
1353         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1354         * plugins/symbol-browser/an_symbol_iter.c
1355         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1356         * plugins/symbol-browser/an_symbol_search.c
1357         (an_symbol_search_dispose), (an_symbol_search_finalize):
1358         * plugins/symbol-browser/an_symbol_view.c
1359         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1360         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1361         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1362         (symbol_db_dispose):
1363         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1364         (terminal_plugin_finalize):
1365         * plugins/tools/plugin.c (atp_plugin_dispose),
1366         (atp_plugin_finalize), (atp_plugin_class_init):
1367         * plugins/valgrind/plugin.c (valgrind_finalize),
1368         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1370 2008-03-15  Naba Kumar  <naba@gnome.org>
1372         * TODO.tasks: Updated and marked debugger bounties completed.
1373         
1374 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1376         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1377         (get_line_indentation_base):
1378         
1379         #521847 – anjuta freez when edit file
1381 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1383         Patch from Rob Bradford:
1384         * plugins/build-basic-autotools/executer.c (execute_program):
1385         520324 – Execute command is not overridable
1386         
1387         * plugins/sourceview/sourceview.c (on_insert_text):
1388         Removed Debug print
1390 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1392         Patch from James Liggett:
1393         * plugins/subversion/plugin.c (activate_plugin):
1394         521691 – Crash when click "Resolve Conflicts" without opened project
1396 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1398         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1399         * plugins/language-support-cpp-java/cpp-java-utils.c:
1400         * plugins/language-support-cpp-java/plugin.c
1401         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1402         520415 – [PATCH] Problems in auto indentatation code,
1403         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1404         
1405         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1406         (anjuta_view_button_press_event):
1407         * plugins/sourceview/sourceview.c (on_insert_text),
1408         (sourceview_adjustment_changed), (sourceview_new):
1409         #520761 – Weirz behavior with popup
1411 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1413         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1414         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1415         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1416         (anjuta_launcher_fork):
1417         * libanjuta/anjuta-launcher.h:
1418         Add API to set environment variables for the forked process
1419         
1420         * plugins/build-basic-autotools/Makefile.am:
1421         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1422         .glade:
1423         * plugins/build-basic-autotools/build-basic-autotools.c
1424         (build_set_env), (build_execute_command_full),
1425         (build_execute_command), (build_configure_project),
1426         (build_autogen_project):
1427         * plugins/build-basic-autotools/build-basic-autotools.h:
1428         * plugins/build-basic-autotools/build-options.c
1429         (fill_options_combo), (build_dialog_configure):
1430         * plugins/build-basic-autotools/build-options.h:
1431         Use new launcher API to set CFLAGS when running configure. New configure dialog
1432         which has predefined CFLAGS settings.
1434         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1436 === anjuta 2.4.0 ===
1438 2008-03-11  Naba Kumar  <naba@gnome.org>
1440         * NEWS: Updated for 2.4.0 stable release.
1441         * configure.in: Version bumped to 2.4.0
1442         * TODO.tasks: Updated.
1444 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1446         Reviewed by Naba Kumar  <naba@gnome.org>:
1447         * global-tags/Makefile.am:
1448         Revert change for #515954. This change was incorrect, the anjuta-tags
1449         program is installed into the $(bindir) rather than the $(scriptdir).
1451 2008-03-02  Naba Kumar  <naba@gnome.org>
1453         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1454         * configure.in: Added a requirement for scintilla editor plugin.
1456 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1458         * plugins/message-view/anjuta-msgman.c
1459         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1460         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1461         * plugins/message-view/anjuta-msgman.h:
1462         
1463         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1464         get rid of the cached current_view member.
1465         Fixes #518469 – Save message buffer not working good
1467 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1469         Patch by James Liggett:
1470         * plugins/subversion/svn-command.h:
1471         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1472         Fixed #519275 – Subversion should allow offline diffs   
1474 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1476         * plugins/language-support-cpp-java/cpp-java-assist.c
1477         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1478         Removed some debug code
1479         
1480         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1481         Escape tooltip text to avoid broken markup
1483 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1485         * libanjuta/Makefile.am:
1486         Fixed a build error when building with -j X
1487         
1488         * plugins/tools/scripts/prepare-changelog.pl:
1489         Updated to latest script version in gnome svn
1491 2008-02-28  Johannes Schmid <jhs@gnome.org>
1493         * plugins/document-manager/anjuta-docman.c:
1494         (anjuta_docman_page_destroy):
1495         Do not unref widget because the GtkNotebook will unref them
1496         
1497         * plugins/file-manager/file-view.c: (file_view_refresh):
1498         * plugins/search/search_preferences.c: (search_preferences_init):
1499         Fixed a memory leaks
1500         
1501         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1502         (ieditor_get_offset), (ieditor_iface_init),
1503         (idocument_get_filename), (ilanguage_get_supported_languages),
1504         (autodetect_language):
1505         
1506         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1507         was missing.
1509 2008-02-28  Johannes Schmid <jhs@gnome.org>
1511         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1512         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1514 2008-02-27  Naba Kumar  <naba@gnome.org>
1516         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1517         string break. That was a mistake doing at this point.
1519 === anjuta 2.3.5 ===
1521 2008-02-26  Naba Kumar  <naba@gnome.org>
1523         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1524         crash when there is a modified new file open, a non-modified exiting
1525         file open and autosave happen. Simplified error checking logic and
1526         avoided memory corruption. Fixes bug #Bug 518716.
1528 2008-02-25  Naba Kumar  <naba@gnome.org>
1530         * NEWS: Updated for release 2.3.5
1531         * configure.in: Bumped version to 2.3.5
1533         * plugins/build-basic-autotools/build-basic-autotools.c:
1534         (on_editor_changed): Avoid accessing text which is greater than
1535         valid range.
1537         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1539 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1541         * plugins/debug-manager/breakpoints.c:
1542         Fix #518329: Crash when adding breakpoint and other similar bugs
1544 2008-02-25  Johannes Schmid <jhs@gnome.org>
1546         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1547         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1548         Never call error() which calls exit()
1549         #517646 – Anjuta exists with code 2 when i try to import gedit
1551 2008-02-23  Johannes Schmid <jhs@gnome.org>
1553         * plugins/sourceview/sourceview.c: (ieditor_insert):
1554         Block insert_text signal when inserting manually.
1556 2008-02-23  Johannes Schmid <jhs@gnome.org>
1558         * plugins/sourceview/sourceview.c: (on_insert_text):
1559         Fixed a problem with the "insert-text" signal that broke
1560         copy&paste sometimes
1562 2008-02-22  Johannes Schmid <jhs@gnome.org>
1564         * plugins/language-support-cpp-java/plugin.c:
1565         (get_line_indentation_base):
1566         More fixes for comment handling and made the code
1567         a lot simpler
1569 2008-02-22  Johannes Schmid <jhs@gnome.org>
1571         * plugins/sourceview/sourceview.c: (on_insert_text):
1572         Fixed #517919 – Crash on pasting docblock
1574 2008-02-20  Johannes Schmid <jhs@gnome.org>
1576   Patch from James Liggett:
1577         * plugins/profiler/profiler.glade:
1578         Fix width options dialog. Translations are not longer cut off. (#516630)
1580 2008-02-18  Johannes Schmid <jhs@gnome.org>
1582         * plugins/sourceview/sourceview.c: (on_insert_text):
1583         Do not change the iterator in the "insert-text" handler because
1584         it has some strange side-effects when copying text
1585         Fix useless free'ing in hover-leave that might have led to random
1586         crashes
1588 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1590         * plugins/debug-manager/start.c:
1591         Avoid a glib warning if no project is loaded
1593 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1595         * manuals/anjuta-manual/C/debugger.xml:
1596         Remove warning about new debugger
1598 2008-02-17  Johannes Schmid <jhs@gnome.org>
1600         * manuals/anjuta-manual/figures/project-window.png:     
1601         Use a smaller picture
1603 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1605         * plugins/gdb/debugger.c:
1606         Set breakpoint in file with uncommon characters in path name
1608 2008-02-17  Johannes Schmid <jhs@gnome.org>
1610         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1611         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1612         (icell_get_char):
1613         * plugins/sourceview/sourceview.c: (on_insert_text):    
1614         Fix "char-added" signal to pass the correct iterator
1616 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1618         * plugins/gdb/debugger.c:
1619         Load executable in gdb with space in path name 
1621 2008-02-17  Johannes Schmid <jhs@gnome.org>
1623         * plugins/language-support-cpp-java/plugin.c:
1624         (get_line_indentation_base), (get_line_auto_indentation),
1625         (on_auto_indent):
1626         Some bugfixes and clean-ups in comment indentation code
1627         
1628         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1629         (anjuta_view_finalize), (anjuta_view_key_press_event):
1630         * plugins/sourceview/sourceview.c: (on_insert_text),
1631         (sourceview_create_highligth_indic), (sourceview_new):
1632         Cleaned implementation of char-added signal by using "insert-text" signal
1633         instead of filtering "key-press-event"
1634         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1635         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1636         (iiter_diff):
1637         Fixed implementation of get_character and return value of iiter_first() and
1638         iiter_last();
1640 2008-02-16  Johannes Schmid <jhs@gnome.org>
1642         * plugins/valgrind/plugin.c: (valgrind_activate),
1643         (ipreferences_merge), (ipreferences_unmerge):
1644         * plugins/valgrind/vgactions.c: (vg_actions_run):
1645         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1646         
1647         Fixed crasher when starting valgrind because of strange prefs handling and
1648         #516641 – Valgrind: Load Log does not clear list
1650 2008-02-15  James Liggett  <jrliggett@cox.net>
1652         * plugins/profiler/plugin.c:
1653         (on_select_other_target_button_clicked):
1654         Select the new custom target in the list so that the user sees it.
1656         Bug 516630 – Selection custom binary in profiler is not
1657         user-friendly.
1659 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1661         * manuals/anjuta-manual/C/projects.xml:
1662         Fix #515993: "Add package" button is "Add Package" in code
1663         Fix #516727: "Build All" is "Build Project" in code
1664         Fix #516728: "Clean All" is "Clean Project" in code
1665         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1666         Fix #516730: Fix note title 
1667         "Configure" is "Run Configure..." in code
1669 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1671         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1672         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1673         manuals/anjuta-manual/C/projects.xml,
1674         manuals/anjuta-manual/Makefile.am:
1675         Fix #515207: Add a new project window screenshoot
1676         Rename "Project View" to "Project window"
1678 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1680         * plugins/project-import/project-import.c:
1681         Fix #516743: Import project keeps an old date on project file
1683         * plugins/project-manager/plugin.c:
1684         Fix #516737: Import project doesn't load project with space in name
1686 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1688         * plugins/debug-manager/command.c:
1689         Destroy local variables on each step
1691         * plugins/debug-manager/debug_tree.c,
1692         plugins/debug-manager/watch.c,
1693         plugins/debug-manager/locals.c,
1694         plugins/gdb/debugger.c,
1695         libanjuta/interfaces/libanjuta.idl:
1696         Parse local variables scope (not used yet)
1698 2008-02-15  James Liggett <jrliggett@cox.net>
1700         reviewed by: Johannes Schmid <jhs@gnome.org>
1702         * plugins/profiler/gprof-options.c: (setup_widgets),
1703         (gprof_options_set_target), (gprof_options_has_target),
1704         (gprof_options_get_string):
1705         * plugins/profiler/gprof-options.h:
1706         * plugins/profiler/plugin.c: (ifile_open):
1707         516128 – crash in Anjuta IDE: selected profiler as the...
1709 2008-02-14  Johannes Schmid <jhs@gnome.org>
1711         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1712         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1713         * plugins/symbol-browser/an_symbol.c:
1714         * plugins/symbol-browser/an_symbol_view.c:
1715         (on_symbol_view_row_expanded):
1716         Fixed some memory leaks (Remember to all free/unref everything that comes
1717         from gtk_tree_model_get())
1719 2008-02-14  Johannes Schmid <jhs@gnome.org>
1721         * plugins/document-manager/search-box.c: (on_search_activated):
1722         516377 – Status bar does not change its status of 'Search for .. continued at top'
1723         (caused by differences between scintilla and sourceview)
1725 2008-02-13  James Liggett <jrliggett@cox.net>
1727         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1728         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1730 2008-02-14  Johannes Schmid <jhs@gnome.org>
1732         * plugins/language-support-cpp-java/plugin.c:
1733         (get_line_indentation_base), (get_line_auto_indentation),
1734         (on_editor_char_inserted_cpp):
1735         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1737 2008-02-13  Johannes Schmid <jhs@gnome.org>
1739         * plugins/language-support-cpp-java/plugin.c:
1740         (is_iter_inside_string), (get_line_auto_indentation):
1741         Handle comments in the code and do not ask editor. Fixes scintilla
1742         indentation (sourceview does not report comments anyway).
1743         
1744         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1745         Diff with correct sign (also fixes some issues with language-support)
1747 2008-02-13  Johannes Schmid <jhs@gnome.org>
1749         * plugins/language-support-cpp-java/plugin.c:
1750         (get_line_indentation_base):
1751         Act even more clever for comments. Indent /* */ comments correctly
1752         for multilines
1754 2008-02-13  Johannes Schmid <jhs@gnome.org>
1756         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1757         Also set indentation size correctly, when tab size is set
1758         by language support plugin
1760 2008-02-13  Johannes Schmid <jhs@gnome.org>
1762         * plugins/language-support-cpp-java/plugin.c:
1763         (get_line_indentation_base):
1764         
1765         Indent lines after comments correctly
1767 2008-02-13  Johannes Schmid <jhs@gnome.org>
1769         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1770         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1771         * libanjuta/anjuta-launcher.h:
1772         Some more fixes from symbol-db-branch
1773         
1774         * src/Makefile.am:
1775         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1777 2008-02-12  Johannes Schmid <jhs@gnome.org>
1779   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1780         * global-tags/Makefile.am:
1781         * AUTHORS
1782         #515954 – create_global_tags.sh: wrong anjuta-tags path
1783         
1784         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1785         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1786         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1787         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1788         (anjuta_launcher_fork):
1789         * libanjuta/anjuta-launcher.h:
1790         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1791         from symbol-db branch
1793 2008-02-11  Johannes Schmid <jhs@gnome.org>
1795         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1796   515868 – File browser only shows icons when activated
1797   
1798 2008-02-11  Johannes Schmid <jhs@gnome.org>
1800         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1801         #515867 – Anjuta dies on startup
1803 2008-02-11  Johannes Schmid <jhs@gnome.org>
1805         * TODO.tasks: Marked subversion task as completed
1807 === anjuta 2.3.4 ===
1809 2008-02-11  Naba Kumar  <naba@gnome.org>
1811         * configure.in: Bumped version to 2.3.4
1813 2008-02-10  Naba Kumar  <naba@gnome.org>
1815         * NEWS: Updated for release.
1817 2008-02-10  Johannes Schmid <jhs@gnome.org>
1819         * plugins/document-manager/anjuta-document-manager.plugin.in:
1820         Added html, javascript and glade file types. This makes it possible to
1821         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1822         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1823         
1824         * plugins/file-wizard/anjuta-file-wizard.glade:
1825         * plugins/gdb/anjuta-gdb.glade:
1826         * plugins/project-wizard/anjuta-project-wizard.glade:
1827         * plugins/search/anjuta-search.glade:
1828         * plugins/terminal/anjuta-terminal-plugin.glade:
1829         
1830         Fixed some other translation issues (#507921)
1832 2008-02-10  Naba Kumar  <naba@gnome.org>
1834         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1835         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1837 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1839         * manuals/anjuta-manual/C/interface.xml,
1840         manuals/anjuta-manual/C/introduction.xml,
1841         manuals/anjuta-manual/C/preferences.xml,
1842         manuals/anjuta-manual/C/fileoperations.xml,
1843         manuals/anjuta-manual/C/projects.xml:
1844         Fix spelling errors, including bug #515204, #515172, #515117
1845         and #513892
1847 2008-02-10  Naba Kumar  <naba@gnome.org>
1849         * plugins/document-manager/plugin.c: Fixed stream comment and added
1850         translator's comment for 'block comment', 'box comment' and 'stream
1851         comment'
1853 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1855         * plugins/debug-manager/command.c,
1856         plugins/debug-manager/command.h,
1857         plugins/debug-manager/breakpoints.c,
1858         libanjuta/interfaces/libanjuta.idl:
1859         Avoid adding the same breakpoint several times
1861         * plugins/gdb/debugger.c:
1862         Fix bug #515463: Deattaching process kill it
1864 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1866         * manuals/anjuta-manual/C/debugger.xml:
1867         Fix translation bug #515459 and #515460
1869 2008-02-10  Johannes Schmid <jhs@gnome.org>
1871   Patch from Rémi Cardona <remi@gentoo.org>
1873         * plugins/build-basic-autotools/Makefile.am:
1874         * plugins/cvs-plugin/Makefile.am:
1875         * plugins/document-manager/Makefile.am:
1876         * plugins/editor/Makefile.am:
1877         * plugins/indent/Makefile.am:
1878         * plugins/language-support-cpp-java/Makefile.am:
1879         * plugins/message-view/Makefile.am:
1880         * plugins/sourceview/Makefile.am:
1881         * plugins/symbol-browser/Makefile.am:
1882         * plugins/terminal/Makefile.am:
1883         * scripts/build-schemas.mk:
1884         * src/Makefile.am:
1885   Fix #512531 – Parallel build fails
1886   
1887   * AUTHORS: Added Rémi
1889 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1891         * plugins/debug-manager/queue.c:
1892         Fix interrupt command, not working due to previous change
1894 2008-02-10  Johannes Schmid <jhs@gnome.org>
1896         * src/Makefile.am:
1897         * src/anjuta-app.c:
1898         * src/anjuta-callbacks.c (removed):
1899         * src/anjuta-callbacks.h (removed):
1900         
1901         Removed (almost) empty files, fixes #515383 and #515388
1903 2008-02-09  James Liggett <jrliggett@cox.net>
1905         Reviewed by Naba Kumar  <naba@gnome.org>:
1907         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1908         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1909         * plugins/subversion/svn-command.c:
1910         (svn_command_make_canonical_path):
1911         * plugins/subversion/svn-command.h:
1912         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1913         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1914         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1915         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1916         * plugins/subversion/svn-remove-command.c:
1917         (svn_remove_command_new):
1918         * plugins/subversion/svn-status-command.c:
1919         (svn_status_command_new):
1920         * plugins/subversion/svn-switch-command.c:
1921         (svn_switch_command_new):
1922         * plugins/subversion/svn-update-command.c:
1923         (svn_update_command_new):
1924         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1925         die if the user gives a path that libsvn doesn't like. 
1926         
1927         Fixes bug #515500
1929 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1931         * plugins/debug-manager/command.c,
1932         plugins/debug-manager/command.h,
1933         plugins/debug-manager/queue.c:
1934         Fix crashes when trying to stop the debugger while it is busy
1936 2008-02-08  Johannes Schmid <jhs@gnome.org>
1938   Patch from Rodrigo Moya <rodrigo@novell.com>
1940         * plugins/glade/plugin.c: (ifile_open):
1941         * plugins/symbol-browser/test-class.cpp:
1942         * AUTHORS: Added Rodrigo
1943         
1944         #514732 – 64 bit compliation error
1945         #514733 – Use of uninitialized variables
1947 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1949         * manuals/anjuta-manual/C/debugger.xml:
1950         Fix translation bug #514494 and bug #514440
1952 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1954         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1955         Fix a compile error added in the previous patch
1957 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1959         * plugins/profiler/gprof-view.c,
1960         plugins/class-inheritance/class-callbacks.c,
1961         plugins/class-inheritance/class-inherit.c,
1962         plugins/symbol-browser/an_symbol.c,
1963         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1964         libanjuta/interfaces/libanjuta.idl:
1965         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1967 2008-02-04  Johannes Schmid <jhs@gnome.org>
1969         * plugins/search/anjuta-search.glade: Fixed typo
1971 2008-02-03  Johannes Schmid <jhs@gnome.org>
1973         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1974         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1975         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1976         .glade:
1977         * plugins/build-basic-autotools/build-basic-autotools.c:
1978         (build_get_context), (build_configure_project):
1979         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1980         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1981         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1982         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1983         * plugins/devhelp/plugin.c: (devhelp_activate):
1984         * plugins/editor/Makefile.am:
1985         * plugins/editor/anjuta-editor-scintilla.glade:
1986         * plugins/editor/text_editor.c:
1987         * plugins/editor/text_editor.h:
1988         * plugins/editor/text_editor_menu.c (removed):
1989         * plugins/editor/text_editor_menu.h (removed):
1990         * plugins/file-wizard/anjuta-file-wizard.glade:
1991         * plugins/gtodo/notification.c: (create_notification_window):
1992         * plugins/gtodo/preferences.c: (preferences_widget):
1993         * plugins/language-support-cpp-java/plugin.c:
1994         (cpp_java_plugin_activate_plugin):
1995         * plugins/message-view/anjuta-message-manager-plugin.glade:
1996         * plugins/message-view/plugin.c: (activate_plugin):
1997         * plugins/project-manager/plugin.c: (confirm_removal):
1998         * plugins/search/anjuta-search.glade:
1999         * plugins/search/plugin.c:
2000         * plugins/search/search-replace.c: (nb_results_alert):
2001         * plugins/subversion/subversion-commit-dialog.c:
2002         (on_subversion_commit_response):
2003         * plugins/symbol-browser/plugin.c: (activate_plugin):
2004         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2005         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2006         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2007         * src/anjuta.glade:
2008         
2009         Fixed translation bugs from #507921.
2010         Removed unused files in scintilla plugin
2012 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2014         * manuals/anjuta-manual/C/debugger.xml:
2015         Fix bug #514124 and bug #514138: Wrong menu item name
2017 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2019         * plugins/profiler/gprof-view.c,
2020         plugins/symbol-browser/plugin.c,
2021         plugins/class-inheritance/class-callbacks.c,
2022         plugins/debug-manager/plugin.c,
2023         plugins/tools/editor.c,
2024         plugins/search/search-replace.c,
2025         plugins/search/search-replace_backend.c,
2026         plugins/search/search-replace_backend.h,
2027         plugins/build-basic-autotools/build-basic-autotools.c,
2028         plugins/document-manager/plugin.c,
2029         plugins/document-manager/file_history.c,
2030         plugins/document-manager/anjuta-docman.c,
2031         plugins/document-manager/anjuta-docman.h,
2032         plugins/document-manager/action-callbacks.c,
2033         libanjuta/interfaces/libanjuta.idl:
2034         Rename IAnjutaDocumentManager functions:
2035         find_document_with_path, goto_file_line, goto_file_line_mark
2036         and get_full_filename into
2037         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2038         and get_uri
2039         Fix search plugin to use an URI instead of a file path
2040         Fix anjuta_docman_get_uri to always return an URI
2042 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2044         * plugins/debug-manager/breakpoints.c:
2045         Fix bug #514118: Rename Clear All Breakpoints to Remove
2046         All Breakpoints
2048 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2050         * manuals/anjuta-manual/C/debugger.xml:
2051         Update debugger documentation
2053 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2055         * plugins/debug-manager/sharedlib.c,
2056         plugins/debug-manager/anjuta-debug-manager.glade,
2057         plugins/debug-manager/queue.c,
2058         plugins/tools/execute.c,
2059         plugins/tools/anjuta-tools.glade,
2060         plugins/tools/editor.c,
2061         plugins/project-wizard/templates/terminal.wiz,
2062         plugins/project-wizard/templates/xlib-dock.wiz,
2063         plugins/project-wizard/templates/wxwin.wiz,
2064         plugins/project-wizard/templates/java.wiz,
2065         plugins/project-wizard/templates/gnome.wiz,
2066         plugins/project-wizard/templates/anjuta-plugin.wiz,
2067         plugins/project-wizard/templates/gtkmm.wiz,
2068         plugins/project-wizard/templates/python.wiz,
2069         plugins/project-wizard/templates/cpp.wiz,
2070         plugins/project-wizard/templates/sdl.wiz,
2071         plugins/project-wizard/templates/gtk.wiz,
2072         plugins/project-wizard/templates/minimal.wiz,
2073         plugins/project-wizard/templates/xlib.wiz,
2074         plugins/project-wizard/templates/gcj.wiz,
2075         plugins/gdb/plugin.c,
2076         plugins/gdb/debugger.c,
2077         libanjuta/anjuta-plugin-manager.c:
2078         Partial fix of #507921: translation issues in debug-manager, tools,
2079         project-wizard, gdb and anjuta-plugin-manager.
2081 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2083         * plugins/debug-manager/queue.c:
2084         Debugger Local, Stack and Thread windows were missing due to
2085         the previous change.
2087 2008-02-02  Johannes Schmid <jhs@gnome.org>
2089         * manuals/anjuta-manual/Makefile.am:
2090         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2091         causes make install to fail
2093 2008-02-02  Johannes Schmid <jhs@gnome.org>
2095         * plugins/macro/macros.xml:
2096         #495511 – Header_h macro correction
2098 2008-02-02  Johannes Schmid <jhs@gnome.org>
2100         * plugins/patch/patch-plugin.glade:
2101         gtk-apply is not translatable...
2103 2008-02-02  Johannes Schmid <jhs@gnome.org>
2105         * plugins/build-basic-autotools/build-basic-autotools.c:
2106         (on_build_mesg_format):
2107         
2108         Also check for untranslated messages from make. Should fix 
2109         #511981 – Error parsing make output
2111 2008-02-02  Johannes Schmid <jhs@gnome.org>
2113         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2114         .glade:
2115         
2116         Fixed #511010 – [UI] Execute program utility window
2118 2008-02-02  Johannes Schmid <jhs@gnome.org>
2120         * src/anjuta.glade:
2121         Fixed #509908 – [UI] Problems with the General settings tab
2123 2008-02-02  Johannes Schmid <jhs@gnome.org>
2125         * manuals/anjuta-manual/C/fileoperations.xml:
2126         Fixed #513730 – Option not present in the GUI po file
2128 2008-02-02  Johannes Schmid <jhs@gnome.org>
2130         * plugins/sourceview/anjuta-editor-sourceview.glade:
2131         Adjust preferences default values
2133 2008-02-02  Johannes Schmid <jhs@gnome.org>
2135         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2136         Fixed #512535 – Open files tabs' position is correctly remembered 
2137         but not applied at startup
2139 2008-02-02  Johannes Schmid <jhs@gnome.org>
2141         * plugins/search/search-replace.c: (on_message_clicked):
2142         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2143         fix clicking on search result messages
2145 2008-02-01  James Liggett <jrliggett@cox.net>
2147         * plugins/subversion/svn-command.c: (on_svn_notify):
2148         Fixed wrong status message output when resolving conflicts.
2150 2008-02-02  Johannes Schmid <jhs@gnome.org>
2152         * configure.in: Require GtkSourceView 2.1.2
2153         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2154         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2155         (imark_is_marker_set), (imark_delete_all_markers),
2156         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2157         
2158         Adapted to API changes in GtkSourceView
2160 2008-02-01  Johannes Schmid <jhs@gnome.org>
2162         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2163         Fixed tabsize preference
2165 2008-02-01  Johannes Schmid <jhs@gnome.org>
2167         * manuals/anjuta-manual/C/fileoperations.xml:
2168         * manuals/anjuta-manual/C/interface.xml:
2169         Updated manual
2170         
2171         * manuals/anjuta-manual/Makefile.am:
2172         * manuals/anjuta-manual/C/figures/*:
2173         
2174         Updated figures to be in clearlooks theme, removed old figures
2176 2008-02-01  Johannes Schmid <jhs@gnome.org>
2178         * plugins/patch/patch-plugin.glade:
2179         * plugins/patch/plugin.c: (patch_plugin_activate):
2180         Another UI issue with the patch plugin and silenced a compiler
2181         warning
2182         
2183         Patch from James Liggett:
2184         * plugins/profiler/gprof-call-graph-view.c:
2185         (gprof_call_graph_view_create_columns):
2186         * plugins/profiler/gprof-flat-profile-view.c:
2187         (gprof_flat_profile_view_create_columns):
2188         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2189         * plugins/profiler/gprof-view.h:
2190         
2191         Use two decimal places for float values in profiler views (#507831)
2193 2008-02-01  Johannes Schmid <jhs@gnome.org>
2195         * configure.in:
2196         * plugins/editor/Makefile.am:
2197         
2198         Fixed #512751 – libgnomeprint unnecessary without scintilla
2200 2008-01-31  Johannes Schmid <jhs@gnome.org>
2202         * plugins/language-manager/languages.xml:
2203         Added a pretty ugly string for C++ headers. Maybe we should rely
2204         on mime-types instead...
2206 2008-01-31  Johannes Schmid <jhs@gnome.org>
2208         * plugins/language-support-cpp-java/cpp-java-assist.c:
2209         (get_iter_column), (cpp_java_assist_get_calltip_context),
2210         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2211         (on_assist_chosen), (cpp_java_assist_install):
2212         * plugins/language-support-cpp-java/plugin.c:
2213         (on_editor_char_inserted_cpp):
2214         Removed annoying DEBUG_PRINTs
2215         
2216         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2217         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2218         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2219         
2220         Fixed "jumping" tooltips, fixed indentation of brances
2222 2008-01-31  Johannes Schmid <jhs@gnome.org>
2224         * plugins/document-manager/plugin.c: (on_document_changed):
2225         Fixed crash when closing anjuta after all document tabs have been closed
2227 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2229         * plugins/debug-manager/anjuta-debug-manager.glade:
2230         Fix #513485: wrong strings maked as translatable
2232 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2234         * plugins/debug-manager/threads.c,
2235         plugins/debug-manager/stack_trace.c:
2236         Avoid crash when getting relative path from debugger (same fix
2237         than for #510028)
2239         * plugins/debug-manager/queue.c:
2240         Emit all state changes notification
2242         * plugins/debug-manager/start.c:
2243         Fix #511586: Project path with "+" not working in debugger
2245 2008-01-31  Johannes Schmid <jhs@gnome.org>
2247         * plugins/patch/patch-plugin.glade:
2248         Fixed button ui problem...
2249         
2250         Patch from James Liggett:
2251         * plugins/profiler/gprof-call-graph-block-entry.c:
2252         (gprof_call_graph_block_primary_entry_new),
2253         (gprof_call_graph_block_secondary_entry_new):
2254         * plugins/profiler/gprof-flat-profile-entry.c:
2255         (gprof_flat_profile_entry_new):
2256         
2257         Fix #507831 - Wrong Profiler values for some locales
2259 2008-01-31  Johannes Schmid <jhs@gnome.org>
2261         * plugins/sourceview/anjuta-editor-sourceview.glade:
2262         * plugins/sourceview/sourceview-prefs.c:
2263         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2264   
2265   Fixed Editor->View popup menu for those entries that are appropriate for
2266   sourceview    
2268 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2270         * plugins/debug-manager/breakpoints.c:
2271         Fix #512901: Crash when adding a breakpoint
2273         * plugins/debug-manager/queue.c:
2274         Remove a possible memory leak
2276 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2278         * plugins/debug-manager/data_view.c,
2279         plugins/debug-manager/sparse_view.c,
2280         manuals/anjuta-manual/C/debugger.xml:
2281         Fix #513130, #513131 #513135: Wrong menu item names and errors
2282         in the documentation
2284 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2286         * plugins/tools/editor.c:
2287         ianjuta_document_manager_find_document_with_path expect an uri not
2288         a path
2290 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2292         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2293         manuals/reference/libanjuta/libanjuta-sections.txt,
2294         libanjuta/interfaces/libanjuta.idl:
2295         Documentation fixes for IAnjutaDebugger* interfaces
2297 === anjuta 2.3.3 ===
2299 2008-01-27  Naba Kumar  <naba@gnome.org>
2301         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2302         rpm spec file.
2304         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2305         (value_added_current_editor), (value_removed_current_editor):
2306         Removed dead code.
2308         * TODO.tasks: Updated.
2310         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2311         scrollwindow shadow in.
2313         * plugins/editor/anjuta-editor-scintilla.glade:
2314         * plugins/editor/style-editor.c: (create_style_editor_gui):
2315         Set style window transient and cetered for preferences window.
2316         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2318         * plugins/editor/anjuta-editor-scintilla.glade:
2319         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2320         setting not working
2322         * configure.in, NEWS: Updated for release 2.3.3
2324 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2326         * plugins/debug-manager/anjuta-debug-manager.glade:
2327         Fix #512224: Use a string in english
2329 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2331         * plugins/build-basic-autotools/build-basic-autotools.c:
2332         ianjuta_document_manager_goto_file_line_mark needs an uri and
2333         not a file path
2335 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2337         * plugins/symbol-browser/plugin.c,
2338         plugins/symbol-browser/an_symbol_view.c:
2339         use gnome_vfs_get_uri_from_local_path to get local path from uri
2340         This takes care of escaping some characters
2342 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2344         * plugins/debug-manager/stack_trace.c:
2345         Probably fix #510028: crash debugger when having a relative filename
2346         in stack trace
2348 2008-01-25 Tom <tpgww@onepost.net>
2350         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2352         * plugins/document-manager/plugin.c,
2353         plugins/document-manager/file_history.c,
2354         plugins/document-manager/file_history.h,
2355         plugins/document-manager/anjuta-docman.c,
2356         plugins/document-manager/anjuta-docman.h:
2357         Rename filename argument to uri when an uri is expected
2358         anjuta_docman_get_document_for_uri will remove symlinks 
2360 2008-01-25  Naba Kumar  <naba@gnome.org>
2362         * plugins/terminal/terminal.c: (terminal_execute),
2363         (activate_plugin):
2364         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2366 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2368         * plugins/debug-manager/anjuta-debug-manager.glade,
2369         plugins/debug-manager/start.c:
2370         Fix #511049: Change UI of add source directories dialog
2372 2008-01-24  Naba Kumar  <naba@gnome.org>
2374         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2375         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2376         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2377         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2378         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2379         should work now.
2381 2008-01-24  Johannes Schmid <jhs@gnome.org>
2383         Patch from: Luca Ferretti <ella.uca@libero.it>:
2385         * plugins/document-manager/anjuta-docman.c:
2386         (anjuta_docman_page_init), (anjuta_docman_class_init):
2387         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2388         
2389         Fix #511757 – Close icon in tabs cut off (Patch was only for
2390         document-manager, also adapted it for message-manager)
2392 2008-01-24  Johannes Schmid <jhs@gnome.org>
2394         * plugins/Makefile.am:
2395         * plugins/sourceview/anjuta-document.c:
2396         * plugins/sourceview/anjuta-marshal.list:
2397         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2398         (anjuta_view_key_press_event):
2399         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2400         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2401         (iiter_diff), (iiter_iface_init):
2402         * plugins/sourceview/sourceview.c: (on_document_char_added),
2403         (ieditor_goto_position), (ieditor_get_text),
2404         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2405         (ieditor_erase), (ieditor_get_line_from_position),
2406         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2407         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2408         (ieditor_get_end_position), (ieditor_goto_start),
2409         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2410         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2411         (iassist_show_tips):
2412         
2413         Implemented new iterators interface in sourceview editor and
2414         re-enabled it.
2416 2008-01-23  Naba Kumar  <naba@gnome.org>
2418         * libanjuta/interfaces/libanjuta.idl:
2419         * manuals/reference/libanjuta/libanjuta-sections.txt:
2420         * plugins/build-basic-autotools/build-basic-autotools.c:
2421         (build_indicator_location_set), (on_editor_changed):
2422         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2423         * plugins/debug-manager/variable.c: (get_hovered_word):
2424         * plugins/document-manager/action-callbacks.c:
2425         (on_editor_command_upper_case_activate),
2426         (on_editor_command_lower_case_activate):
2427         * plugins/document-manager/search-box.c: (on_incremental_search),
2428         (on_search_activated):
2429         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2430         (iiter_last), (iiter_set_position), (iiter_get_position),
2431         (iiter_get_length), (iiter_compare), (iiter_diff),
2432         (iiter_iface_init):
2433         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2434         (text_editor_goto_point), (itext_editor_goto_start),
2435         (itext_editor_goto_end), (itext_editor_goto_position),
2436         (itext_editor_get_text_all), (itext_editor_get_text),
2437         (itext_editor_get_position), (itext_editor_get_offset),
2438         (itext_editor_get_length), (itext_editor_insert),
2439         (itext_editor_erase), (itext_editor_erase_all),
2440         (itext_editor_get_column), (itext_editor_get_overwrite),
2441         (itext_editor_set_popup_menu),
2442         (itext_editor_get_line_from_position),
2443         (itext_editor_get_line_begin_position),
2444         (itext_editor_get_line_end_position),
2445         (itext_editor_get_position_from_offset),
2446         (itext_editor_get_start_position), (itext_editor_get_end_position),
2447         (itext_editor_iface_init), (iconvert_to_upper),
2448         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2449         (iindicable_set):
2450         * plugins/editor/text_editor.h:
2451         * plugins/editor/text_editor_cbs.c:
2452         (on_text_editor_scintilla_notify):
2453         * plugins/indent/plugin.c: (on_indent_action_activate):
2454         * plugins/language-support-cpp-java/cpp-java-assist.c:
2455         (cpp_java_assist_get_scope_context),
2456         (cpp_java_assist_get_pre_word),
2457         (cpp_java_assist_show_autocomplete),
2458         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2459         (on_editor_char_added), (on_assist_chosen):
2460         * plugins/language-support-cpp-java/plugin.c:
2461         (get_line_indentation), (skip_iter_to_previous_logical_line),
2462         (skip_preprocessor_lines), (initialize_indentation_params),
2463         (set_line_indentation), (get_line_indentation_base),
2464         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2465         (on_editor_char_inserted_java), (on_auto_indent):
2466         * plugins/macro/macro-actions.c: (match_shortcut):
2467         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2468         * plugins/macro/plugin.c: (match_keyword):
2469         * plugins/search/plugin.c: (find_incremental):
2470         * plugins/search/search-replace.c: (search_and_replace),
2471         (search_start_over):
2472         * plugins/search/search-replace_backend.c:
2473         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2474         (create_search_entries):
2475         * plugins/symbol-browser/plugin.c:
2476         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2477         (isymbol_manager_iface_init):
2478         * plugins/symbol-db/plugin.c:
2479         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2480         (isymbol_manager_iface_init):
2481         * plugins/tools/execute.c: (atp_output_context_construct),
2482         (atp_output_context_destroy), (atp_user_tool_execute):
2484         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2485         iterators instead of integer offsets.
2486         - Renamed original ianjuta_editor_get_position(int) to 
2487         ianjuta_editor_get_offset(). It is deprecated.
2488         - Renamed original ianjuta_editor_get_position_iter() to
2489         ianjuta_editor_get_position().
2490         - Renamed ianjuta_editor_get_cell_iter() to
2491         ianjuta_editor_get_position_from_offset()
2492         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2493         - Added new methods:
2494         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2495         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2496         ianjuta_editor_goto_end().
2497         - All relevent signals and methods converted to use iterators.
2498         - All relevent plugins fixed to use new API.
2499         - Removed ianjuta_editor_cell_get_line() because it is provided by
2500         ianjuta_editor_get_line_from_position().
2501         - Removed ianjuta_symbol_manager_get_completions_at_position()
2502         because it not used anywhere and is not right to be there.
2503         - Updated IAnjutaEditable documentation.
2505         Updated IAnjutaIterable interface:
2506         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2507         - Introduced 'end-iter' to point at the end of the list.
2508         - Updated IAnjutaIterable documentation.
2510         * plugins/Makefile.am:
2511         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2512         for it soon).
2514 2008-01-22  Johannes Schmid <jhs@gnome.org>
2516         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2517         * plugins/project-import/anjuta-project-import.glade:
2518         * plugins/project-import/anjuta-project-import.plugin.in:
2519         * plugins/project-wizard/anjuta-project-wizard.glade:
2520         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2521         * plugins/project-wizard/druid.c: (npw_druid_new):
2522         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2523         
2524         Fixed #465084 – wizard instead of assistant (only string changes...)
2526 2008-01-20  Rob Bradford  <rob@openedhand.com>
2528         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2529         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2530         coming up with the solution. (Bug: #510390.)
2532 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2534         * plugins/build-basic-autotools/executer.c:
2535         Fix #502508, use anjuta_launcher to keep program output
2537         * plugins/terminal/terminal.c:
2538         Remove unused child_initizlized member
2539         Start the shell on plugin activation
2541 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2543         * plugins/debug-manager/sparse_buffer.c:
2544         Fix a crash when scrolling in the diassembly window
2546         * plugins/debug-manager/sparse_view.c:
2547         Small limit change using the same "unit" for both number
2549 2008-01-19  Naba Kumar  <naba@gnome.org>
2551         * plugins/language-support-cpp-java/cpp-java-assist.c:
2552         (cpp_java_assist_get_scope_context),
2553         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2554         instead.
2556 2008-01-19  Johannes Schmid <jhs@gnome.org>
2558         * plugins/sourceview/anjuta-editor-sourceview.glade:
2559         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2560         
2561         And even more strings...
2563 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2565         * plugins/project-wizard/templates/cpp/src/main.cc:
2566         Fix #498734, typing error in c++ project template
2568 2008-01-19  Johannes Schmid <jhs@gnome.org>
2570         * plugins/editor/text_editor.c: (text_editor_save_file):
2571         * plugins/macro/anjuta-macro.glade:
2572         * plugins/subversion/anjuta-subversion.glade:
2574         Fixed even more strings
2576 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2578         * plugins/language-support-cpp-java/cpp-java-assist.c:
2579         Fix bug #488519, remove critical warning (completion_cache == NULL
2580         is valid)
2582 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2584         * plugins/gdb/debugger.c:
2585         Enable logging of gdb communication with an environment variable
2587 2008-01-19  Naba Kumar  <naba@gnome.org>
2589         * plugins/editor/text-editor-iterable.c: (iiter_next),
2590         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2591         editor native funtions to avoid round trips.
2593 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2595         * plugins/editor/text_editor.c:
2596         Fix a bug due to the previous patch: Unable to save new file in 
2597         Scintilla
2599 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2601         * plugins/debug-manager/disassemble.c,
2602         plugins/debug-manager/disassemble.h,
2603         plugins/debug-manager/registers.c,
2604         plugins/debug-manager/registers.h,
2605         plugins/debug-manager/memory.c,
2606         plugins/debug-manager/memory.h,
2607         plugins/debug-manager/command.c,
2608         plugins/debug-manager/command.h,
2609         plugins/debug-manager/queue.c,
2610         plugins/debug-manager/queue.h,
2611         plugins/debug-manager/breakpoints.c,
2612         plugins/debug-manager/stack_trace.c,
2613         plugins/debug-manager/threads.c,
2614         plugins/debug-manager/plugin.c,
2615         plugins/gdb/plugin.c,
2616         plugins/gdb/debugger.c,
2617         plugins/gdb/debugger.h,
2618         manuals/reference/libanjuta/libanjuta-sections.txt,
2619         manuals/reference/libanjuta/libanjuta.types,
2620         libanjuta/interfaces/libanjuta.idl:
2621         Use gulong instead of guint for addresses
2622         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2623         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2625         * plugins/gdb/anjuta-gdb.plugin.in:
2626         Remove reference to IAnjutaCpuDebugger (useless)
2628 2008-01-18  Johannes Schmid <jhs@gnome.org>
2630         * AUTHORS: Added Alexander
2632 2008-01-18  Johannes Schmid <jhs@gnome.org>
2634   Patch from: Alexander Korolyov <kilork@yandex.ru>
2636         * plugins/editor/text_editor.c: (load_from_file),
2637         (text_editor_save_file):
2638         
2639         Fixed symlinks (#510238) and file permission (#405321)
2640         handling for scintilla editor. 
2641   
2642 2008-01-17  Johannes Schmid <jhs@gnome.org>
2644         * plugins/document-manager/action-callbacks.c:
2645         (on_editor_command_select_all_activate),
2646         (on_editor_command_cut_activate),
2647         (on_editor_command_paste_activate),
2648         (on_editor_command_copy_activate),
2649         (on_editor_command_clear_activate):
2650   Resupport cut/copy/paste/clear on GtkEditables when those
2651   have focus. (Important for shortcuts to work).
2653         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2654         * plugins/document-manager/search-box.c: (on_search_activated):
2655         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2656         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2657         * plugins/profiler/plugin.c: (profiler_get_data):
2658         * plugins/project-wizard/druid.c: (npw_druid_new):
2659         * plugins/project-wizard/install.c: (on_install_end_install_file):
2660         * plugins/sourceview/anjuta-editor-sourceview.glade:
2661         * plugins/subversion/anjuta-subversion.glade:
2662         * plugins/tools/anjuta-tools.glade:
2663         Various string fixes
2665 2008-01-17  Naba Kumar  <naba@gnome.org>
2667         Patch from James Liggett:
2669         * plugins/subversion/subversion-add-dialog.c:
2670         (on_subversion_add_response):
2671         * plugins/subversion/subversion-copy-dialog.c:
2672         (on_subversion_copy_response):
2673         * plugins/subversion/subversion-diff-dialog.c:
2674         (on_subversion_diff_response):
2675         * plugins/subversion/subversion-merge-dialog.c:
2676         (on_subversion_merge_response):
2677         * plugins/subversion/subversion-remove-dialog.c:
2678         (on_subversion_remove_response):
2679         * plugins/subversion/subversion-switch-dialog.c:
2680         (on_subversion_switch_response):
2681         * plugins/subversion/subversion-ui-utils.c: (check_input):
2682         * plugins/subversion/subversion-ui-utils.h:
2683         * plugins/subversion/subversion-update-dialog.c:
2684         (on_subversion_update_response):
2686         If the user doesn't enter any data for path or revision fields in
2687         certain SVN plugin dialogs, libsvn throws assertion failures and
2688         kills Anjuta. To avoid this, the validity of path and revision
2689         input data are checked before the command gets executed.
2691         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2692         if user gives bad or no input
2694 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2696         * plugins/document-manager/anjuta-docman.c:
2697         Fix #507627 memory tab stay active on debugger stop
2698         Remove two unused variables due to the previous patch
2700 2008-01-16  Johannes Schmid <jhs@gnome.org>
2702         * libanjuta/anjuta-plugin-manager.c:
2703         Fixed #508399 – When you enable a plugin, preferences don't show up
2705 2008-01-16  Rob Bradford  <rob@openedhand.com>
2707         Reviewed by: Johannes Schmid <jhs@gnome.org>
2709         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2710         (get_property_value_as_string), (set_property_value_as_string),
2711         (register_callbacks):
2712         * libanjuta/anjuta-preferences.h:
2713         Add support for both file and folder preferences (originally only
2714         folder choosers were supported. (Fixes bug: #508805.)
2716         * plugins/file-manager/file-manager.glade:
2717         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2718         type of property.
2720 2008-01-16  Johannes Schmid <jhs@gnome.org>
2722         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2723         .glade:
2724         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2725         * src/anjuta.glade:
2726         
2727         Fixed #509875 – The "Update globale tags" button wording is incorrect
2728         Fixed #509873 – Build Autotools Preferences has excessive padding
2729         Fixed #509872 – General Information labels are incorrectly aligned
2730         Fixed #509871 – General preferences has incorrect use of colons
2731         
2732 2008-01-16  Johannes Schmid <jhs@gnome.org>
2734         * plugins/document-manager/anjuta-document-manager.glade:
2735         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2737         Fixed #509865 – Incorrect padding in the Documents settings tabs
2738         Fixed #509867 – Create button contents is mis-aligned
2739         Fixed #509869 – "Add Directory" button is not HIG complient
2741 2008-01-16  Johannes Schmid <jhs@gnome.org>
2743         * libanjuta/anjuta-preferences-dialog.c:
2744         (anjuta_preferences_dialog_add_page):
2745         
2746         Fix #509864 – No initial section selected when opening the Preferences dialog
2748 2008-01-16  Johannes Schmid <jhs@gnome.org>
2750         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2751         Removed unused gconf_notifications
2752         
2753         * plugins/search/anjuta-search.glade:
2754         * plugins/subversion/anjuta-subversion.glade:
2755         * plugins/tools/anjuta-tools.glade:
2756         * src/anjuta-app.c: (anjuta_app_instance_init):
2757         
2758         Fixed various strings
2760 2008-01-15  Naba Kumar  <naba@gnome.org>
2762         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2763         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2764         file saved
2766         * plugins/symbol-browser/an_symbol_view.c:
2767         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2768         new file saved.
2770 2008-01-15  Johannes Schmid <jhs@gnome.org>
2772         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2773         (anjuta_profile_add_plugins_from_xml):
2774         * plugins/file-manager/file-manager.glade:
2775         Some string fixes
2776         
2777         * libanjuta/interfaces/libanjuta.idl:
2778         Fixed docs
2779                 
2780         * plugins/sourceview/Makefile.am:
2781         * plugins/sourceview/anjuta-editor-sourceview.glade:
2782         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2783         (end_print), (print_setup), (sourceview_print),
2784         (sourceview_print_preview):
2785         * plugins/sourceview/sourceview.c: (iprint_print),
2786         (iprint_print_preview):
2787         
2788         Added printing support to GtkSourceView editor
2790 2007-01-14 Tom <tpgww@onepost.net>
2792         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2794         * plugins/document-manager/anjuta-docman.c:
2795         Fix two memory leaks added by the previous patch
2797 2008-01-14  Johannes Schmid <jhs@gnome.org>
2799         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2800         * plugins/sourceview/assist-window.c: (assist_window_move):
2801         
2802         Do not use opacity
2804 2008-01-14  Rob Bradford  <rob@openedhand.com>
2806         * global-tags/Makefile.am:
2807         * global-tags/create_global_tags.sh.in:
2808         Install anjuta-tags binary into FHS policy compliant directory and
2809         update references. (Fixes bug: 509346.)
2811 2008-01-13  Naba Kumar  <naba@gnome.org>
2813         Patch from: Ritesh Khadgaray
2814         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2815         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2816         Adds export-dynamic option to LDFLAGS to project template for libglade
2817         to work for autoconnect signals.
2819 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2821         * libanjuta/anjuta-utils.c:
2822         anjuta_util_get_real_path return a string that need to be freed
2823         with g_free even if PATH_MAX is not defined
2825 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2827         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2828         to DOC_LINGUAS.
2830 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2832         * plugins/document-manager/anjuta-docman.c:
2833         Do not reopen file having escaped character (+,...) in path name
2835 2008-01-13  Naba Kumar  <naba@gnome.org>
2837         * libanjuta/interfaces/libanjuta.idl:
2838         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2839         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2840         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2841         IAnjutaProjectManager::add_sources().
2843         * plugins/glade/plugin.c: (on_glade_resource_removed),
2844         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2845         stubs for handing resources in glade file.
2847 2008-01-13  Naba Kumar  <naba@gnome.org>
2849         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2851         * plugins/glade/plugin.c: (ifile_open): Select the first window
2852         in the glade project when it is first opened. Avoids empty glade
2853         document the first time.
2855 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2857   Reviewed by: Johannes Schmid <jhs@gnome.org>
2859         * plugins/gtodo/callback.c: (remove_todo_item):
2860         Fix #507304 – crash in Anjuta IDE while removing done tasks
2862 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2864         * plugins/debug-manager/anjuta-debug-manager.ui,
2865         plugins/debug-manager/plugin.c,
2866         plugins/debug-manager/start.h,
2867         plugins/debug-manager/start.c:
2868         New menu item to add extra source directories for debugger
2870 === anjuta 2.3.2 ===
2872 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2874         * plugins/gtodo/callback.c: (remove_todo_item):
2875         Fix #507304 – crash in Anjuta IDE while removing done tasks
2877 2008-01-11  Naba Kumar  <naba@gnome.org>
2879         * configure.in: Bumped version to 2.3.2
2880         * NEWS: Updated for anjuta 2.3.2 release
2881         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2882         not 'make tarball'
2884 2008-01-11  Johannes Schmid <jhs@gnome.org>
2886         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2887         .glade:
2888         Reverted accidently commited change
2889         
2890         * plugins/document-manager/anjuta-document-manager.glade:
2891         Fix Gtk-Critical because of broken glade file
2893 2008-01-11  Naba Kumar  <naba@gnome.org>
2895         * plugins/glade/plugin.c: (on_document_destroy),
2896         (glade_plugin_add_project): Fixed a bug where when more than one
2897         glade document is open and one is closed, it closes all the glade
2898         documents. Also it might have fixed the bug where sometimes closing
2899         the glade document leaves glade widget tree unclosed.
2901 2008-01-11  Naba Kumar  <naba@gnome.org>
2903         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2904         prevent install errors when not installed as root (then the files
2905         are only useful when glade-3 is installed in the same prefix, but it
2906         doesn't harm anjuta runtime).
2908         * plugins/sourceview/sourceview.c: Commented use of a file
2909         not currently distributed.
2911 2008-01-10  Naba Kumar  <naba@gnome.org>
2913         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2914         nothing to translate in it.
2916 2008-01-10  Johannes Schmid <jhs@gnome.org>
2918         * plugins/project-wizard/templates/gnome.wiz:
2919         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2920         * plugins/project-wizard/templates/gnome/src/main.c:
2921         * plugins/project-wizard/templates/translatable-strings.h:
2922         
2923         Fixed #508497 and added a new chooser to select whether to use
2924         libglade or not.
2926 2008-01-10  Johannes Schmid <jhs@gnome.org>
2928         Patch from Tom <tpgww@onepost.net>:
2930         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2931         (anjuta_util_glist_path_dedup):
2932         * libanjuta/anjuta-utils.h:
2933         
2934         Give the method a proper prefixed name
2935         
2936         * plugins/document-manager/action-callbacks.c:
2937         (get_current_popup_active),
2938         (on_editor_command_select_all_activate),
2939         (on_editor_command_cut_activate),
2940         (on_editor_command_paste_activate),
2941         (on_editor_command_copy_activate),
2942         (on_editor_command_clear_activate), (on_show_search),
2943         (on_repeat_quicksearch):        
2944         * plugins/document-manager/action-callbacks.h:
2945         * plugins/document-manager/anjuta-docman.c:
2946         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2947         (anjuta_docman_goto_file_line_mark),
2948         (anjuta_docman_get_full_filename):
2949         * plugins/document-manager/anjuta-docman.h:
2950         * plugins/document-manager/anjuta-document-manager.ui:
2951         * plugins/document-manager/plugin.c:
2952         (update_document_ui_interface_items):
2953         
2954         Better way to fix the popup-menu items (Cut/Copy/Paste)
2955         and various clean-ups.
2956         
2957         * plugins/document-manager/search-box.c: (on_document_changed),
2958         (search_box_fill_search_focus):
2959         * plugins/document-manager/search-box.h:
2960         * plugins/search/plugin.c:
2961         
2962         Add a menu item to repeat the quick search
2964 2008-01-10  Johannes Schmid <jhs@gnome.org>
2966         * plugins/language-support-cpp-java/cpp-java-assist.c:
2967         (on_assist_chosen):
2968         
2969         Fixed #508424 – Auto complete: previous char was removed when 
2970         pre TAB to auto complete.
2972 2008-01-10  Johannes Schmid <jhs@gnome.org>
2974         Patch from: James Ligett:
2976         * plugins/profiler/gprof-call-graph-view.c:
2977         (gprof_call_graph_view_create_columns):
2978         * plugins/profiler/gprof-flat-profile-view.c:
2979         (gprof_flat_profile_view_create_columns):
2980         
2981         Fixed translation issues (#496833)
2983 2008-01-10 Johannes Schmid <jhs@gnome.org>
2985         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2987         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2988         Fix #460390 – Changing categories while edinting something
2990 2008-01-09  Naba Kumar  <naba@gnome.org>
2992         * libanjuta/anjuta-plugin-manager.c:
2993         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2994         fixed a leak.
2996         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2997         corruption reported in bug #507491. Potentially fixes too.
2999 2008-01-09  Johannes Schmid <jhs@gnome.org>
3001         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3003         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3004         Fix bug #505205 completely
3005         
3006         * AUTHORS: Added Bolesław
3008 2008-01-08  Johannes Schmid <jhs@gnome.org>
3010         * plugins/document-manager/action-callbacks.c:
3011         (on_editor_command_cut_activate),
3012         (on_editor_command_paste_activate),
3013         (on_editor_command_copy_activate),
3014         (on_editor_command_clear_activate):
3015         
3016         Fixed editor popup menu (Cut, Copy, Paste)
3018 2008-01-08  Johannes Schmid <jhs@gnome.org>
3020         * plugins/sourceview/sourceview.c: (autodetect_language):
3021         Fixed a crash when creating a new file
3023 2008-01-08  Johannes Schmid <jhs@gnome.org>
3025         Patch by <bolekk@gmail.com> (GHOP Student)
3027         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3028         Fix bug #505205
3030 2008-01-08  Naba Kumar  <naba@gnome.org>
3032         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3033         * libanjuta/anjuta-plugin-manager.c:
3034         (anjuta_plugin_manager_select),
3035         (anjuta_plugin_manager_activate_plugins):
3036         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3037         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3038         (on_create_submenu), (create_open_with_submenu):
3039         * src/about.c: (on_about_plugin_activate),
3040         (about_create_plugins_submenu): Use translated version of get_string()
3041         API in AnjutaDescription for translatable properties. Fixes bug #496833
3042         comment #18.
3044 2008-01-07  Johannes Schmid <jhs@gnome.org>
3046         * plugins/build-basic-autotools/executer.c: (execute_program):
3047         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3048         * plugins/debug-manager/anjuta-debug-manager.glade:
3049         * plugins/debug-manager/locals.c: (create_locals_gui):
3050         * plugins/file-loader/plugin.c: (on_create_submenu):
3051         * plugins/gtodo/main.h:
3052         * plugins/gtodo/preferences.c: (preferences_widget):
3053         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3054         * plugins/tools/anjuta-tools.glade:
3055         * plugins/tools/execute.c: (atp_output_context_print):
3056         * src/main.c:
3057         
3058                 Another bunch of i18n fixes (#496833)
3060 2008-01-07  Johannes Schmid <jhs@gnome.org>
3062         * plugins/build-basic-autotools/build-basic-autotools.c:
3063         (on_build_terminated):
3064         * plugins/gtodo/interface.c: (set_read_only):
3065         * plugins/project-manager/plugin.c: (confirm_removal),
3066         (on_popup_add_to_project):
3067         * plugins/subversion/anjuta-subversion.glade:
3068         * plugins/tools/execute.c: (atp_output_context_print_result):
3069         
3070         Fixed some strings from #496833
3072 2008-01-07  Johannes Schmid <jhs@gnome.org>
3074         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3075         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3076         .in:
3077         * plugins/language-support-cpp-java/plugin.c: (install_support),
3078         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3079         Added basic Vala support
3080         
3081         * plugins/sourceview/sourceview.c: (autodetect_language):
3082         Fixed mime-type detection
3084 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3086   Reviewed by: Johannes Schmid <jhs@gnome.org>
3088         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3089         (value_removed_current_editor), (symbol_db_activate),
3090         (symbol_db_deactivate):
3091         * plugins/symbol-db/symbol-db-engine.c:
3092         (symbol_db_engine_get_global_members_filtered):
3093         * plugins/symbol-db/symbol-db-view.c:
3094         (do_add_child_symbol_to_view), (prepare_for_adding),
3095         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3096         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3097         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3098         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3099         (sdb_view_init), (sdb_view_finalize),
3100         (sdb_view_build_and_display_base_tree):
3101         * plugins/symbol-db/symbol-db-view.h:
3102         added controls to expand Global tab nodes in a non-freezing way.
3103         Fixed also some little bugs always on global-tab.
3105 2008-01-06  Naba Kumar  <naba@gnome.org>
3107         Patches from James Liggett:
3108         * plugins/profiler/gprof-call-graph-view.c:
3109         (gprof_call_graph_view_create_columns):
3110         * plugins/profiler/gprof-flat-profile-view.c:
3111         (gprof_flat_profile_view_create_columns):
3112         * plugins/profiler/gprof-function-call-tree-view.c:
3113         (gprof_function_call_tree_view_create_columns): Made all
3114         of the columns resizable and reorderable.
3116 2008-01-06  Johannes Schmid <jhs@gnome.org>
3118         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3119         (anjuta_launcher_check_password_real),
3120         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3121         (anjuta_launcher_scan_pty),
3122         (anjuta_launcher_disable_password_check):
3123         * libanjuta/anjuta-launcher.h:
3124         Added disable_password_check for stream where it does not make sense 
3125         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3126         that sometimes occur in symbol-db plugin
3127         
3128         * plugins/file-manager/file-model.c:
3129         (file_model_cancel_expand_idle):
3130         Fixed removing of idle source
3131         
3132         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3133         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3134         
3135         Fixed #348854 – invisible cursor in certain themes
3137 2008-01-06  Naba Kumar  <naba@gnome.org>
3139         * libanjuta/anjuta-preferences.c:
3140         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3141         closing preferences dialog due to patch in bug #507300
3143 2008-01-06  Naba Kumar  <naba@gnome.org>
3145         * plugins/language-support-cpp-java/cpp-java-assist.c:
3146         (on_assist_chosen):
3147         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3148         * plugins/search/search-replace_backend.c: (create_search_entries):
3149         Added missing unrefs.
3151 2008-01-06  Johannes Schmid <jhs@gnome.org>
3153         * plugins/debug-manager/variable.c: (get_hovered_word):
3154   Add a g_object_unref()  
3155         
3156         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3157         (on_sourceview_hover_leave):
3158         Fixed hover and editor interface to make hover in debugger work
3160 2008-01-06  Naba Kumar  <naba@gnome.org>
3162         * plugins/editor/text-editor.c: Whitespaces fixes.
3163         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3164         DEBUG_PRINT instead of g_message.
3166 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3168         * plugins/debug-manager/breakpoints.c:
3169         Fix #507441: Disable all breakpoints doesn't work
3170         Fix #507444: Enable Breakpoint menu item doesn't change name
3172 2008-01-05  Naba Kumar  <naba@gnome.org>
3174         * manuals/reference/libanjuta/libanjuta.types: Renamed
3175         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3177 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3179         * plugins/debug-manager/variable.c:
3180         Update variable display to use IAnjutaIterable instead of position
3182         * plugins/editor/text_editor_cbs.c,
3183         plugins/editor/text_editor.c:
3184         Fix Gtk critical warnings when a hover signal is emitted
3185         Fix get_text_iter in Scintilla (range should include last character)
3186         
3187 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3189         * plugins/debug-manager/debug_tree.c,
3190         plugins/debug-manager/debug_tree.h,
3191         plugins/debug-manager/watch.c,
3192         plugins/debug-manager/command.c,
3193         plugins/debug-manager/queue.c,
3194         plugins/gdb/plugin.c,
3195         plugins/gdb/debugger.c,
3196         plugins/gdb/debugger.h,
3197         libanjuta/interfaces/libanjuta.idl:
3198         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3200 2008-01-05  Naba Kumar  <naba@gnome.org>
3202         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3203         menus to avoid conflict with file open/save. Fixes bug #507455
3205 2008-01-05  Johannes Schmid <jhs@gnome.org>
3207         * configure.in:
3208         Conditionally depend on gtksourceview2 >= 2.1.0
3209         
3210         * libanjuta/interfaces/libanjuta.idl:
3211         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3212         iterators instead of positions
3213         
3214         * plugins/debug-manager/threads.c:
3215         Fixed a warnings by including gnome-vfs properly
3216         
3217         * plugins/debug-manager/variable.c: (get_hovered_word),
3218         (on_hover_over):
3219         Updated to changes in IAnjutaEditorHover/Selection
3220         
3221         * plugins/document-manager/action-callbacks.c:
3222         (on_editor_command_upper_case_activate),
3223         (on_editor_command_lower_case_activate):
3224         * plugins/document-manager/search-box.c: (on_incremental_search),
3225         (on_search_activated):
3226         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3227         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3228         (iselection_get_start), (iselection_get_end),
3229         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3230         * plugins/editor/text_editor_cbs.c:
3231         (on_text_editor_scintilla_notify):
3232         
3233         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3234         interface of scintilla editor.
3235         
3236         * plugins/language-manager/languages.xml:
3237         * plugins/language-manager/plugin.c:
3238         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3239         Added chdr to C language files and some DEBUG_PRINTs
3240         
3241         * plugins/language-support-cpp-java/cpp-java-assist.c:
3242         (on_assist_chosen):
3243         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3244         * plugins/search/plugin.c: (find_incremental):
3245         * plugins/search/search-replace.c: (search_and_replace):
3246         * plugins/search/search-replace_backend.c: (create_search_entries):
3247                 Adapted to changed interfaces
3249         * plugins/sourceview/Makefile.am:
3250         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3251         (set_uri), (anjuta_document_save):
3252         * plugins/sourceview/anjuta-editor-sourceview.glade:
3253         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3254         (anjuta_view_key_press_event):
3255         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3256         * plugins/sourceview/sourceview-cell.c:
3257         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3258         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3259         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3260         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3261         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3262         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3263         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3264         * plugins/sourceview/sourceview-private.h:
3265         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3266         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3267         (on_document_loaded), (sourceview_instance_init),
3268         (sourceview_dispose), (sourceview_finalize),
3269         (sourceview_create_markers), (sourceview_new),
3270         (ifile_savable_save), (ieditor_get_tab_size),
3271         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3272         (ieditor_set_auto_indent), (ieditor_goto_line),
3273         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3274         (iselect_block), (iselect_set), (iselect_get_start),
3275         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3276         (imark_unmark), (imark_is_marker_set),
3277         (imark_location_from_handle), (imark_delete_all_markers),
3278         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3279         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3280         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3281         (ilanguage_get_supported_languages), (autodetect_language),
3282         (ilanguage_set_language), (iassist_show_tips),
3283         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3284         (ihover_display), (ihover_iface_init):
3285         
3286         Use GtkSourceView 2.1.x:
3287         * New mark interface
3288         * Fixed #486724 and #488615
3289         * Implemented hover interface
3290         * Adapted to changed interfaces
3292 2008-01-04  Rob Bradford  <rob@o-hand.com>
3294         Reviewed by Naba Kumar  <naba@gnome.org>:
3295         * libanjuta/anjuta-preferences.c:
3296         (anjuta_preferences_register_property_custom):
3297         Unregister preferences for custom preferences when the widget is
3298         destroyed.
3300 2008-01-03  Johannes Schmid <jhs@gnome.org>
3302         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3303         (file_model_row_collapsed):
3304   Fixed the too method to take a correct data argument
3306 2008-01-02  Johannes Schmid <jhs@gnome.org>
3308         * plugins/document-manager/anjuta-docman.c:
3309         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3310         ref and unref correctly to silence a Gtk+ critical
3312 2008-01-01  Johannes Schmid <jhs@gnome.org>
3314         * plugins/editor/text_editor.c: (itext_editor_get_text):
3315         Fixed #506740 – ianjuta_editor_get_text crash if request 
3316         text past the buffer length
3318 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3320         * plugins/debug-manager/utilities.c,
3321         plugins/debug-manager/utilities.h,
3322         plugins/debug-manager/breakpoints.c:
3323         Move get_current_editor function in utilities.c
3325         * plugins/debug-manager/plugin.c,
3326         plugins/debug-manager/debug_tree.c,
3327         plugins/debug-manager/debug_tree.h,
3328         plugins/debug-manager/watch.c,
3329         plugins/debug-manager/watch.h,
3330         plugins/debug-manager/locals.c,
3331         plugins/debug-manager/locals.h,
3332         (added) plugins/debug-manager/variable.c,
3333         (added) plugins/debug-manager/variable.h,
3334         plugins/debug-manager/Makefile.am:
3335         Use hover interface to display variable value
3337 2007-12-31  Johannes Schmid <jhs@gnome.org>
3339         * libanjuta/Makefile.am:
3340         Only install glade catalog files if glade-3 is available
3341         (Fixes #506269 and #500296)
3343 2007-12-30  Johannes Schmid <jhs@gnome.org>
3345         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3346         (set_property_value_as_string), (register_callbacks):
3348   Fixed GtkFileChooserButton preferences to also work when only the combo
3349   changes without a dialog being open.
3351 2007-12-29  Johannes Schmid <jhs@gnome.org>
3353         * plugins/editor/Makefile.am:
3354         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3356 2007-12-29  Johannes Schmid <jhs@gnome.org>
3358         * plugins/devhelp/plugin.c: (devhelp_activate):
3359         Fixed #498986 - Anjuta-2.3.0 fails to build
3361 2007-12-29  Johannes Schmid <jhs@gnome.org>
3363         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3364         * plugins/debug-manager/plugin.c:
3365         (on_run_to_cursor_action_activate):
3366         * plugins/document-manager/anjuta-docman.c:
3367         (anjuta_docman_goto_file_line_mark):
3368         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3369         (value_removed_current_editor):
3370         
3371         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3372         all those to value_added_current_document...
3374         * plugins/editor/anjuta-editor-scintilla.glade:
3375         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3376         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3378 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3380   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3381   (symbol_db_activate), (symbol_db_deactivate),
3382   (symbol_db_instance_init), (isymbol_manager_get_parents):
3383   * plugins/symbol-db/plugin.h:
3384   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3385   * plugins/symbol-db/symbol-db-engine.c:
3386   (symbol_db_engine_get_global_members_filtered):
3387   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3388   (on_symbol_inserted):
3389   Filtered out static functions on global-tab. E.g. when flag
3390   is_file_scope = 1 we won't add entries there.
3391   Fixed a little bug on 'Global'->'Vars/Others' node too.
3393 2007-12-28  Johannes Schmid <jhs@gnome.org>
3395   * libanjuta/anjuta-launcher.c:
3396   Fixed a silly (and completely useless) memory corruption that probably 
3397   only occured at a few race conditions though I wonder why it did not 
3398         happen more often
3400 2007-12-28  Johannes Schmid <jhs@gnome.org>
3401         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3402         * plugins/debug-manager/plugin.c: (set_program_counter):
3403         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3404         * plugins/debug-manager/start.c: (get_source_directories):
3405         * plugins/debug-manager/threads.c: (on_info_thread),
3406         (on_list_thread):
3407         * plugins/file-manager/file-model.c: (file_model_set_property):
3408         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3409         * plugins/tools/editor.c: (on_editor_response):
3410         
3411         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3412         
3413         * plugins/document-manager/plugin.c: (update_title),
3414         (value_added_project_root_uri):
3415         * plugins/document-manager/plugin.h:
3416         Shorten down the title bar if the current path is inside the opened project
3418 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3420         reviewed by: Johannes Schmid <jhs@gnome.org>
3422         * plugins/project-wizard/templates/java/project.anjuta:
3423         * plugins/project-wizard/templates/mkfile/project.anjuta:
3424         * plugins/project-wizard/templates/python/project.anjuta:
3425         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3426         let new projects use new SymbolDB plugin.
3427         
3428         * plugins/symbol-browser/images/Makefile.am:
3429         added some images taken from MonoDevelop project.
3430         
3431         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3432         (goto_file_line), (on_importing_project_end), (project_root_added),
3433         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3434         (isymbol_manager_search):
3435         Added project-updating feature when opening a project with some files
3436   modified externally [e.g. a svn up].
3437         
3438         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3439         (sdb_engine_iterator_node_instance_init),
3440         (sdb_engine_iterator_node_finalize),
3441         (symbol_db_engine_iterator_node_set_conversion_hash):
3442         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3443         * plugins/symbol-db/symbol-db-engine-iterator.c:
3444         (symbol_db_engine_iterator_new):
3445         * plugins/symbol-db/symbol-db-engine-iterator.h:
3446          Moved Hash table initialization into the engine. This proxies and
3447   speeds up the process of creation and iteration of a GdaDataModel.
3448         
3449         * plugins/symbol-db/symbol-db-engine.c:
3450         (sdb_engine_ctags_output_thread),
3451         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3452         (sdb_engine_scan_files_1), (sdb_engine_init),
3453         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3454         (symbol_db_engine_add_new_workspace),
3455         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3456         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3457         (symbol_db_engine_get_sym_type_conversion_hash),
3458         (symbol_db_engine_update_files_symbols),
3459         (symbol_db_engine_update_project_symbols),
3460         (symbol_db_engine_update_buffer_symbols),
3461         (symbol_db_engine_get_class_parents),
3462         (symbol_db_engine_get_global_members_filtered),
3463         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3464         (symbol_db_engine_get_scope_members_by_symbol_id),
3465         (symbol_db_engine_get_scope_members),
3466         (symbol_db_engine_get_current_scope),
3467         (symbol_db_engine_get_file_symbols),
3468         (symbol_db_engine_get_symbol_info_by_id),
3469         (symbol_db_engine_find_symbol_by_name_pattern),
3470         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3471         * plugins/symbol-db/symbol-db-engine.h:
3472         * plugins/symbol-db/symbol-db-view-locals.c:
3473         (sdb_view_locals_get_iter_from_row_ref),
3474         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3475         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3476         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3477         Changes on some queries fuctions and some fixes. Added *_filtered
3478   functions.
3479         
3480         * plugins/symbol-db/symbol-db-view.c:
3481         (do_add_child_symbol_to_view), (add_new_waiting_for),
3482         (prepare_for_adding), (on_symbol_inserted),
3483         (do_recurse_subtree_and_remove), (on_symbol_removed),
3484         (sdb_view_do_add_hidden_dummy_child),
3485         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3486         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3487         (sdb_view_locals_create_new_store), (sdb_view_init),
3488         (sdb_view_finalize), (sdb_view_class_init),
3489         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3490         (symbol_db_view_get_pixbuf),
3491         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3492         New display for global tags. This is the definitive version, bugs apart.
3493         
3494         * plugins/symbol-db/tables.sql:
3495         fixed typo.
3497 2007-12-27  Naba Kumar  <naba@gnome.org>
3499         * libanjuta/interfaces/libanjuta.idl:
3500         * plugins/editor/aneditor-priv.h:
3501         * plugins/editor/aneditor.cxx:
3502         * plugins/editor/text_editor.c: (text_editor_instance_init),
3503         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3504         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3505         * plugins/editor/text_editor.h:
3506         * plugins/editor/text_editor_cbs.c:
3507         (on_text_editor_scintilla_notify):
3509         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3510         related code in AnEditor. Fixed some compilation warnings.
3512 2007-12-26  Naba Kumar  <naba@gnome.org>
3514         * Changelog: Fixed indentation.
3516 2007-12-25  Naba Kumar  <naba@gnome.org>
3518         * plugins/editor/Makefile.am:
3519         * plugins/editor/editor.glade:
3520         * plugins/editor/plugin.c:
3521         * plugins/editor/style-editor.c:
3522         * plugins/sourceview/Makefile.am:
3523         * plugins/sourceview/plugin.c:
3524         * plugins/sourceview/sourceview.glade:
3525         * plugins/valgrind/Makefile.am:
3527         Renamed glade files to anjuta-editor-* to give name space for the
3528         schema files (because they are installed in system directory).
3530         * scripts/build-schemas.mk: Install the schemas files also (need for
3531         binary package installation/uninstallation).
3533 2007-12-25  Johannes Schmid <jhs@gnome.org>
3535         * plugins/language-support-cpp-java/plugin.c:
3536         (set_indentation_param_vim):
3537         
3538         Support some more vim modeline commands and shortcuts (#504331)
3540 2007-12-25  Johannes Schmid <jhs@gnome.org>
3542         Patches from James Liggett:
3543         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3544         (anjuta_vcs_status_tree_view_init):
3545         * plugins/subversion/subversion-commit-dialog.c:
3546         (subversion_commit_dialog):
3547         * plugins/subversion/subversion-diff-dialog.c:
3548         (on_subversion_diff_response):
3549         * plugins/subversion/subversion-log-dialog.c:
3550         (on_log_view_selected_button_clicked),
3551         (on_log_diff_selected_button_clicked),
3552         (on_log_diff_previous_button_clicked):
3553         * plugins/subversion/subversion-resolve-dialog.c:
3554         (subversion_resolve_dialog):
3555         * plugins/subversion/subversion-revert-dialog.c:
3556         (subversion_revert_dialog):
3557         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3558         (pulse_progress_bar), (hide_pulse_progress_bar),
3559         (disconnect_data_arrived_signals),
3560         (cancel_data_arrived_signal_disconnect):
3561         * plugins/subversion/subversion-ui-utils.h:
3562         
3563         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3564         #505237 – Sort list of modified files
3566 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3568         * plugins/gdb/debugger.c:
3569         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3571 2007-12-23  Johannes Schmid <jhs@gnome.org>
3573         * plugins/language-support-cpp-java/plugin.c:
3574         (set_indentation_param_emacs), (set_indentation_param_vim),
3575         (parse_mode_line_emacs), (parse_mode_line_vim),
3576         (extract_mode_line), (initialize_indentation_params):
3578         Added (basic) support for vim modelines (#504331)
3580         * plugins/message-view/message-view.c: (message_view_next),
3581         (message_view_previous):
3582         
3583         Fixed next/previous message
3585 2007-12-23  Johannes Schmid <jhs@gnome.org>
3587         * libanjuta/anjuta-ui.h:
3588         Check for != NULL before unref'ing pixbuf (related to #497878)
3589         
3590         * plugins/devhelp/plugin.c: (register_stock_icons):
3591         * plugins/document-manager/anjuta-docman.c:
3592         (anjuta_docman_add_document):
3593         * plugins/glade/plugin.c: (on_close_activated),
3594         (register_stock_icons), (on_session_save),
3595         (glade_plugin_add_project):
3596         
3597         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3598         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3599         
3600         * plugins/language-support-cpp-java/plugin.c:
3601         (register_stock_icons):
3602         Fixed stock icon registration macros
3604 2007-12-23  Johannes Schmid <jhs@gnome.org>
3606         * global-tags/Makefile.am:
3607         * launcher/Makefile.am:
3608         * libanjuta/Makefile.am:
3609         * libegg/Makefile.am:
3610         * manuals/anjuta-faqs/Makefile.am:
3611         * manuals/anjuta-manual/Makefile.am:
3612         * manuals/reference/libanjuta/Makefile.am:
3613         * plugins/build-basic-autotools/Makefile.am:
3614         * plugins/class-gen/Makefile.am:
3615         * plugins/class-inheritance/Makefile.am:
3616         * plugins/cvs-plugin/Makefile.am:
3617         * plugins/debug-manager/Makefile.am:
3618         * plugins/devhelp/Makefile.am:
3619         * plugins/document-manager/Makefile.am:
3620         * plugins/editor/Makefile.am:
3621         * plugins/editor/scintilla/Makefile.am:
3622         * plugins/editor/scintilla/include/Makefile.am:
3623         * plugins/file-loader/Makefile.am:
3624         * plugins/file-manager/Makefile.am:
3625         * plugins/file-wizard/Makefile.am:
3626         * plugins/gdb/Makefile.am:
3627         * plugins/glade/Makefile.am:
3628         * plugins/gtodo/Makefile.am:
3629         * plugins/gvim/Makefile.am:
3630         * plugins/indent/Makefile.am:
3631         * plugins/language-manager/Makefile.am:
3632         * plugins/language-support-cpp-java/Makefile.am:
3633         * plugins/macro/Makefile.am:
3634         * plugins/message-view/Makefile.am:
3635         * plugins/patch/Makefile.am:
3636         * plugins/profiler/Makefile.am:
3637         * plugins/project-import/Makefile.am:
3638         * plugins/project-manager/Makefile.am:
3639         * plugins/project-wizard/Makefile.am:
3640         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3641         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3642         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3643         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3644         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3645         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3646         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3647         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3648         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3649         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3650         * plugins/sample1/Makefile.am:
3651         * plugins/search/Makefile.am:
3652         * plugins/sourceview/Makefile.am:
3653         * plugins/subversion/Makefile.am:
3654         * plugins/symbol-browser/Makefile.am:
3655         * plugins/symbol-db/Makefile.am:
3656         * plugins/symbol-db/test/Makefile.am:
3657         * plugins/terminal/Makefile.am:
3658         * plugins/tools/Makefile.am:
3659         * plugins/valgrind/Makefile.am:
3660         * src/Makefile.am:
3661         * tagmanager/Makefile.am:
3662         
3663         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3664         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3665         warnings from illigel C++ compiler flags.
3667 2007-12-23  Johannes Schmid <jhs@gnome.org>
3669         Patch from Tom <tpgww@onepost.net>:
3670   
3671         * plugins/document-manager/anjuta-docman.c:
3672         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3673         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3674         (anjuta_docman_instance_init), (on_notebook_switch_page),
3675         (anjuta_docman_grab_text_focus):
3676         * plugins/document-manager/plugin.c: (on_document_added),
3677         (on_window_key_press_event), (on_window_key_release_event):
3678         
3679         Some more document-manager code cleanups and fixes.
3681 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3683         * plugins/symbol-db/plugin.c: (register_stock_icons),
3684         (value_added_current_editor), (value_removed_current_editor),
3685         (on_importing_project_end), (project_root_removed):
3686         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3688         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3689         (symbol_db_engine_get_file_db_path):
3690         fixed a useless warning.
3692         * plugins/symbol-db/symbol-db-view-locals.c:
3693         (traverse_free_waiting_for), (file_view_status_destroy),
3694         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3695         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3696         (sdb_view_locals_finalize), (on_symbol_inserted),
3697         (symbol_db_view_locals_recv_signals_from_engine),
3698         (symbol_db_view_locals_update_list):
3699         more speed on editors switching. GtkTreeStore caching method implemented.
3700         Fixed compiler warnings and a little memory leak.
3702         * plugins/symbol-db/symbol-db-view-locals.h:
3703         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3704         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3705         (on_scan_end), (on_symbol_inserted),
3706         (sdb_view_locals_create_new_store), (sdb_view_init),
3707         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3708         * plugins/symbol-db/symbol-db-view.h:
3709         fixed some crashers. Now project loading/populating should be quite quick.
3711 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3713         * plugins/debug-manager/command.c,
3714         plugins/debug-manager/queue.c:
3715         Take care of command return value (FALSE is an error)
3717 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3719         * plugins/debug-manager/anjuta-debug-manager.glade,
3720         plugins/debug-manager/breakpoints.c:
3721         Remove address, condition and pass breakpoint column if not supported
3722         Fix clear all remove_all to avoid an endless loop if a breakpoint
3723         cannot be removed
3725 2007-12-17  Johannes Schmid <jhs@gnome.org>
3727         Patch from Tom <tpgww@onepost.net> (with some changes):
3729         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3730         (on_save_as_activate), (on_save_all_activate),
3731         (on_close_file_activate), (on_close_all_file_activate),
3732         (on_reload_file_activate), (on_editor_command_clear_activate),
3733         (on_transform_eolchars1_activate), (on_comment_block),
3734         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3735         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3736         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3737         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3738         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3739         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3740         (on_zoom_out_text_activate):
3741         * plugins/document-manager/action-callbacks.h:
3742         * plugins/document-manager/anjuta-docman.c:
3743         (on_notebook_page_close_button_click),
3744         (on_notebook_page_close_button_enter),
3745         (on_notebook_page_close_button_leave),
3746         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3747         (anjuta_docman_page_init), (anjuta_docman_page_new),
3748         (on_open_filesel_response), (create_file_open_dialog_gui),
3749         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3750         (anjuta_docman_instance_init), (on_notebook_switch_page),
3751         (on_document_destroy), (anjuta_docman_add_editor),
3752         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3753         (anjuta_docman_set_current_document),
3754         (anjuta_docman_goto_file_line_mark), (get_real_path),
3755         (anjuta_docman_get_full_filename),
3756         (anjuta_docman_delete_all_markers),
3757         (anjuta_docman_delete_all_indicators),
3758         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3759         (anjuta_docman_order_tabs):
3760         * plugins/document-manager/anjuta-docman.h:
3761         * plugins/document-manager/file_history.c: (an_hist_file_new),
3762         (an_file_history_push), (an_file_history_dump):
3763         * plugins/document-manager/file_history.h:
3764         * plugins/document-manager/plugin.c: (update_title),
3765         (value_removed_project_root_uri),
3766         (update_document_ui_interface_items), (menu_name_compare),
3767         (on_document_added), (on_document_changed),
3768         (on_window_key_press_event), (on_window_key_release_event),
3769         (on_session_save):
3770         * plugins/document-manager/search-box.c: (on_document_changed),
3771         (on_goto_activated), (search_box_init), (search_box_new):
3772         * plugins/document-manager/search-box.h:
3774         Yet more code cleanups
3775         Save glade files correctly in session
3776         Use new tooltip API if available
3777         Sort notebook pages when session is restored (needs work)
3779 2007-12-16  Johannes Schmid <jhs@gnome.org>
3781         * plugins/document-manager/anjuta-docman.c:
3782         (anjuta_docman_add_document):
3783         
3784         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3785         the new search bar was introduced.
3787 2007-12-12  Johannes Schmid <jhs@gnome.org>
3788   
3789         Patch from  Tom <tpgww@onepost.net>:
3790         (#485233 – another bunch of docman cleanups)
3791   
3792         * libanjuta/interfaces/libanjuta.idl:
3793         * plugins/document-manager/action-callbacks.c:
3794         (get_current_document), (get_current_focus_widget),
3795         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3796         (on_close_file_activate), (on_close_all_file_activate),
3797         (on_reload_file_activate), (on_print_activate),
3798         (on_print_preview_activate),
3799         (on_editor_command_upper_case_activate),
3800         (on_editor_command_lower_case_activate),
3801         (on_editor_command_eol_crlf_activate),
3802         (on_editor_command_eol_lf_activate),
3803         (on_editor_command_eol_cr_activate),
3804         (on_editor_command_select_all_activate),
3805         (on_editor_command_select_to_brace_activate),
3806         (on_editor_command_select_block_activate),
3807         (on_editor_command_match_brace_activate),
3808         (on_editor_command_undo_activate),
3809         (on_editor_command_redo_activate),
3810         (on_editor_command_cut_activate),
3811         (on_editor_command_paste_activate),
3812         (on_editor_command_copy_activate),
3813         (on_editor_command_clear_activate),
3814         (on_editor_command_close_folds_all_activate),
3815         (on_editor_command_open_folds_all_activate),
3816         (on_editor_command_toggle_fold_activate),
3817         (on_editor_command_bookmark_toggle_activate),
3818         (on_editor_command_bookmark_first_activate),
3819         (on_editor_command_bookmark_next_activate),
3820         (on_editor_command_bookmark_prev_activate),
3821         (on_editor_command_bookmark_last_activate),
3822         (on_editor_command_bookmark_clear_activate),
3823         (on_transform_eolchars1_activate), (on_comment_block),
3824         (on_comment_box), (on_comment_stream),
3825         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3826         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3827         (on_force_hilite_activate), (on_swap_activate),
3828         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3829         * plugins/document-manager/action-callbacks.h:
3830         * plugins/document-manager/anjuta-docman.c:
3831         (on_notebook_page_close_button_click),
3832         (on_notebook_page_close_button_enter),
3833         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3834         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3835         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3836         (on_open_filesel_response), (anjuta_docman_open_file),
3837         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3838         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3839         (anjuta_docman_class_init), (anjuta_docman_new),
3840         (on_notebook_switch_page), (on_document_save_point),
3841         (on_document_destroy), (anjuta_docman_add_editor),
3842         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3843         (anjuta_docman_set_popup_menu),
3844         (anjuta_docman_get_current_focus_widget),
3845         (anjuta_docman_get_page_for_document),
3846         (anjuta_docman_get_current_document),
3847         (anjuta_docman_set_current_document),
3848         (anjuta_docman_goto_file_line),
3849         (anjuta_docman_goto_file_line_mark),
3850         (anjuta_docman_get_full_filename),
3851         (anjuta_docman_present_notebook_page),
3852         (anjuta_docman_update_page_label),
3853         (anjuta_docman_delete_all_markers),
3854         (anjuta_docman_delete_all_indicators),
3855         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3856         (do_ordertab1), (anjuta_docman_order_tabs),
3857         (anjuta_docman_set_editor_properties),
3858         (anjuta_docman_get_document_for_path),
3859         (anjuta_docman_get_all_doc_widgets):
3860         * plugins/document-manager/anjuta-docman.h:
3861         * plugins/document-manager/editor-tooltips.c:
3862         * plugins/document-manager/plugin.c: (update_title),
3863         (update_document_ui_enable_all), (update_document_ui_disable_all),
3864         (update_document_ui_save_items),
3865         (update_document_ui_interface_items), (update_document_ui),
3866         (on_document_update_save_ui), (update_status),
3867         (on_document_update_ui), (on_document_added),
3868         (on_document_changed), (on_session_save), (on_save_prompt),
3869         (on_docman_auto_save), (on_gconf_notify_timer):
3870         * plugins/document-manager/search-box.c: (on_document_changed),
3871         (search_box_new), (search_box_grab_line_focus):
3872         * plugins/glade/plugin.c: (ifile_open):
3873         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3874         * plugins/search/search-replace_backend.c: (create_search_entries):
3875         * plugins/sourceview/anjuta-document.c: (set_uri),
3876         (anjuta_document_save):
3877         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3878         * plugins/tools/editor.c: (on_editor_response):
3880         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3881         It fixes some issues with session handling and several memory lacks.
3882         Gtk 2.12 Tooltip API is used if available.
3884 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3886         * plugins/debug-manager/disassemble.c,
3887         plugins/debug-manager/disassemble.h,
3888         plugins/debug-manager/command.c,
3889         plugins/debug-manager/command.h,
3890         plugins/debug-manager/plugin.c
3891         plugins/debug-manager/sparse_view.c,
3892         plugins/debug-manager/sparse_view.h,
3893         plugins/gdb/plugin.c,
3894         plugins/gdb/debugger.c,
3895         plugins/gdb/debugger.h,
3896         libanjuta/interfaces/libanjuta.idl:
3897         Fix bug #502533: Implement assembler step
3899         * plugins/debug-manager/breakpoints.c:
3900         Do not save temporary breakpoints
3902         * plugins/debug-manager/stack_trace.c:
3903         Fix a crash when a stack command is cancelled
3905 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3907         * plugins/debug-manager/plugin.c,
3908         plugins/debug-manager/breakpoints.c,
3909         plugins/debug-manager/breakpoints.h:
3910         Fix bug #488732: Breakpoint on delete lines
3911         Breakpoints are now linked to their position in editor
3913         * plugins/gdb/debugger.c:
3914         Fix removing condition on breakpoint 
3916 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3918         * plugins/debug-manager/anjuta-debug-manager.glade,
3919         plugins/debug-manager/start.c,
3920         plugins/gdb/plugin.c,
3921         plugins/gdb/debugger.c,
3922         plugins/gdb/debugger.h,
3923         libanjuta/interfaces/libanjuta.idl:
3924         Fix bug #481366: Do not stop at the beginning of the program
3926         * plugins/debug-manager/command.c,
3927         plugins/debug-manager/command.h,
3928         plugins/debug-manager/breakpoints.c,
3929         plugins/debug-manager/queue.c,
3930         plugins/debug-manager/queue.h:
3931         Fix a bug remove all breakpoints was not working due to latest changes
3932         Setting breakpoints is disabled when program is running
3934 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3936         * plugins/debug-manager/queue.c,
3937         plugins/gdb/plugin.c:
3938         Fix bug #501469: Crash if mime_type is unknown
3940 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3942         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3943         (on_editor_update_ui), (on_single_file_scan_end),
3944         (on_importing_project_end), (project_root_added),
3945         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3946         * plugins/symbol-db/plugin.h:
3947         show on status bar files being scanned.
3949         * plugins/symbol-db/symbol-db-engine.c:
3950         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3951         (sdb_engine_ctags_output_thread),
3952         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3953         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3954         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3955         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3956         (sdb_engine_get_table_id_by_unique_name2),
3957         (symbol_db_engine_open_project),
3958         (sdb_engine_prepare_executing_commands),
3959         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3960         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3961         (sdb_engine_detects_removed_ids),
3962         (symbol_db_engine_get_class_parents),
3963         (symbol_db_engine_get_global_members),
3964         (symbol_db_engine_get_scope_members_by_symbol_id),
3965         (symbol_db_engine_get_scope_members),
3966         (symbol_db_engine_get_current_scope),
3967         (symbol_db_engine_get_file_symbols),
3968         (symbol_db_engine_get_symbol_info_by_id),
3969         (symbol_db_engine_get_full_local_path),
3970         (symbol_db_engine_find_symbol_by_name_pattern),
3971         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3972         * plugins/symbol-db/symbol-db-engine.h:
3973         * plugins/symbol-db/symbol-db-view-locals.c:
3974         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3975         (symbol_db_view_locals_recv_signals_from_engine),
3976         (symbol_db_view_locals_update_list):
3977         * plugins/symbol-db/symbol-db-view-locals.h:
3978         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3979         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3980         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3981         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3982         * plugins/symbol-db/symbol-db-view.h:
3983         Added g_thread architecture to scan in background. With this you
3984         can use Anjuta's GUI without freezing.
3985         Improved insertion speed by using a paradigm like 'insert' and 'check'
3986         replacing a 'check' and 'insert' one. This has been done for tables 
3987         like symbol, scope, sym_type.
3988         Fixed two crashers. 
3990         * plugins/symbol-db/tables.sql:
3991         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3992         (thread), (print_message), (bastard_thread), (idle_signals):
3993         fixed a typo on tables that broke sql triggers.
3995 === anjuta 2.3.1 ===
3997 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3999         * NEWS, AUTHORS: Updated.
4000         * src/Makefile.am: Fixed make distcheck
4002         Patch from Yang Hong:
4003         * plugins/file-manager/file-manager.glade: Fixed file chooser
4004         size in file-manager preferences.
4006 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4008         * NEWS: Updated for 2.3.1 development release
4009         * configure.in: Bumped version to 2.3.1
4011 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4013         * plugins/debug-manager/threads.c,
4014         plugins/debug-manager/disassemble.c,
4015         plugins/debug-manager/watch.c,
4016         plugins/debug-manager/registers.c,
4017         plugins/debug-manager/locals.c,
4018         plugins/debug-manager/breakpoints.c,
4019         plugins/debug-manager/stack_trace.c,
4020         plugins/debug-manager/command.c,
4021         plugins/debug-manager/command.h,
4022         plugins/debug-manager/queue.c,
4023         libanjuta/interfaces/libanjuta.idl:
4024         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4025         Document IAnjutaDebugManager signals
4026         Generate new signals in queue.c
4027         Use new signals in other files
4029 2007-11-30  <genbell@tiscali.it>
4031         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4033         * plugins/gdb/Makefile.am:
4034         Fix bug #500376
4036 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4038         * plugins/tools/variable.c:
4039         Fix a bug added in the previous patch (it is not a leak)
4041 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4043         * plugins/project-wizard/druid.c,
4044         plugins/project-wizard/templates/terminal.wiz,
4045         plugins/project-wizard/templates/xlib-dock.wiz,
4046         plugins/project-wizard/templates/wxwin.wiz,
4047         plugins/project-wizard/templates/java.wiz,
4048         plugins/project-wizard/templates/gnome.wiz,
4049         plugins/project-wizard/templates/anjuta-plugin.wiz,
4050         plugins/project-wizard/templates/gtkmm.wiz,
4051         plugins/project-wizard/templates/python.wiz,
4052         plugins/project-wizard/templates/cpp.wiz,
4053         plugins/project-wizard/templates/sdl.wiz,
4054         plugins/project-wizard/templates/gtk.wiz,
4055         plugins/project-wizard/templates/minimal.wiz,
4056         plugins/project-wizard/templates/xlib.wiz,
4057         plugins/project-wizard/templates/gcj.wiz,
4058         plugins/project-wizard/templates/translatable-strings.h,
4059         plugins/project-import/project-import.c:
4060         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4062 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4064         * plugins/debug-manager/threads.c,
4065         plugins/debug-manager/disassemble.c,
4066         plugins/debug-manager/watch.c,
4067         plugins/debug-manager/registers.c,
4068         plugins/debug-manager/memory.c,
4069         plugins/debug-manager/locals.c,
4070         plugins/debug-manager/stack_trace.c,
4071         plugins/debug-manager/queue.c,
4072         plugins/debug-manager/queue.h:
4073         Connect debugger signal only when program is loaded
4074         Rename get_feature in is_supported
4076         * plugins/debug-manager/plugin.c:
4077         Remove editor watch when plugin is deactivated
4079         * plugins/debug-manager/anjuta-debug-manager.glade,
4080         plugins/debug-manager/breakpoints.c,
4081         plugins/debug-manager/breakpoints.h:
4082         Rewrite almost completely the breakpoint code
4083         Improve breakpoint dialog
4084         Reorganize function
4085         Implement condition, hit count, ignore and temporary attribute
4087         * plugins/debug-manager/command.c,
4088         plugins/debug-manager/command.h:
4089         Add a breakpoint list command
4091         * plugins/gdb/debugger.c,
4092         plugins/gdb/debugger.h:
4093         Add new breakpoint list command
4094         Fix parsing of breakpoint data
4096         * libanjuta/interfaces/libanjuta.idl,
4097         plugins/gdb/plugin.c:
4098         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4100 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4102         * plugins/document-manager/plugin.c:
4103         Use Ctrl+Shift+s as shortcut for Save As
4105 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4107         * plugins/subversion/plugin.c: (activate_plugin):
4108         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4109         * src/layout.xml: Fixed dockitem positions.
4111 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4113         Icons from tpgww@onepost.net:
4114         * plugins/project-wizard/applogo.png:
4115         Icons from patch in bug #480093 comment #23. Also renamed icons.
4117         * plugins/message-view/Makefile.am:
4118         * plugins/message-view/plugin.c: (register_stock_icons),
4119         (ipreferences_merge): Removed redundant icon.
4121         * plugins/document-manager/plugin.c:
4122         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4123         Do not insensitize New action when there is no document.
4124         Indentation fixes.
4126 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4128         Icons from tpgww@onepost.net:
4129         * plugins/symbol-browser/an_symbol_prefs.c:
4130         * pixmaps/Makefile.am:
4131         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4133         Icons from patch in bug #480093 comment #23. Also renamed icons.
4134         To be continued..
4136 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4138         Patch from James Liggett:
4139         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4140         revert and dialogs resizable.
4142 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4144         Patch from James Liggett:
4145         * plugins/subversion/anjuta-subversion.glade:
4146         * plugins/subversion/subversion-diff-dialog.c:
4147         (on_subversion_diff_response), (subversion_diff_dialog):
4148         * plugins/subversion/subversion-diff-dialog.h:
4150         The diff dialog should have a checkbox, enabled by default, that
4151         allows the user to make sure that all open files are saved before
4152         diffing.
4154 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4156         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4158         Icons from tpgww@onepost.net:
4159         * pixmaps/Makefile.am:
4160         * src/Makefile.am:
4161         * src/anjuta-app.c:
4162         * src/anjuta-preferences-general.svg:
4164         Icons from patch in bug #480093 comment #23. Also renamed icons.
4165         To be continued..
4167 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4169         Icons from tpgww@onepost.net:
4170         * plugins/debug-manager/images/Makefile.am:
4171         * plugins/debug-manager/images/anjuta-watch.svg:
4172         * plugins/debug-manager/plugin.c: (register_stock_icons):
4173         * plugins/gdb/images/Makefile.am:
4174         * plugins/gtodo/Makefile.am:
4175         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4176         * plugins/gtodo/anjuta-gtodo.plugin.in:
4177         * plugins/gtodo/interface.c: (stock_icons):
4178         * plugins/gtodo/main.h:
4179         * plugins/gtodo/plugin.c: (ipreferences_merge):
4180         * plugins/terminal/Makefile.am:
4181         * plugins/terminal/anjuta-terminal-plugin.svg:
4182         * plugins/terminal/anjuta-terminal.plugin.in:
4183         * plugins/terminal/terminal.c:
4184         * plugins/tools/Makefile.am:
4185         * plugins/tools/anjuta-tools-plugin.svg:
4186         * plugins/tools/anjuta-tools.plugin.in:
4187         * plugins/tools/plugin.c:
4188         * plugins/valgrind/Makefile.am:
4189         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4190         * plugins/valgrind/anjuta-valgrind.plugin.in:
4191         * plugins/valgrind/plugin.c: (register_stock_icons),
4192         (ipreferences_merge):
4194         Icons from patch in bug #480093 comment #23. Also renamed icons.
4195         To be continued..
4197 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4199         reviewed by: Johannes Schmid <jhs@gnome.org>
4201         * configure.in:
4202         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4203         due to bug #493360. Still present anyway bug #495843
4205         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4206         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4207         (on_local_treeview_row_activated),
4208         (on_global_treeview_row_activated),
4209         (on_global_treeview_row_expanded), (on_project_element_added),
4210         (on_project_element_removed), (project_root_added),
4211         (symbol_db_activate), (isymbol_manager_search),
4212         (isymbol_manager_get_members),
4213         (isymbol_manager_get_completions_at_position):
4214         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4215         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4216         * plugins/symbol-db/symbol-db-engine.c:
4217         (sdb_engine_execute_non_select_sql),
4218         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4219         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4220         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4221         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4222         (symbol_db_engine_add_new_workspace),
4223         (symbol_db_engine_add_new_project),
4224         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4225         (sdb_engine_detects_removed_ids),
4226         (sdb_engine_walk_down_scope_path),
4227         (symbol_db_engine_get_class_parents),
4228         (symbol_db_engine_get_global_members),
4229         (symbol_db_engine_get_scope_members_by_symbol_id),
4230         (symbol_db_engine_get_scope_members),
4231         (symbol_db_engine_get_current_scope),
4232         (symbol_db_engine_get_file_symbols),
4233         (symbol_db_engine_get_symbol_info_by_id),
4234         (symbol_db_engine_find_symbol_by_name_pattern):
4235         * plugins/symbol-db/symbol-db-engine.h:
4236         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4237         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4238         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4239         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4240         (on_scan_end), (do_add_root_symbol_to_view),
4241         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4242         (trigger_on_symbol_inserted), (add_new_waiting_for),
4243         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4244         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4245         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4246         (symbol_db_view_row_expanded), (sdb_view_init),
4247         (gtree_compare_func), (sdb_view_finalize),
4248         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4249         (sdb_view_populate_base_root),
4250         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4251         * plugins/symbol-db/symbol-db-view.h:
4252         * plugins/symbol-db/tables.sql:
4253         * plugins/symbol-db/test/Makefile.am:
4254         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4255         (get_scope_members), (get_current_scope), (get_global_members),
4256         (get_file_symbols), (get_info_by_id), (main):
4258         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4259         Started using LIMIT keyword to speed up things.
4260         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4261         make providers use prepared statements.
4263 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4265         Patch from James Liggett:
4266         * plugins/subversion/plugin.c: (subversion_instance_init):
4267         * plugins/subversion/plugin.h:
4268         * plugins/subversion/subversion-diff-dialog.c:
4269         (on_subversion_diff_response), (subversion_diff_dialog),
4270         (on_menu_subversion_diff):
4271         * plugins/subversion/subversion-log-dialog.c:
4272         (on_log_view_selected_button_clicked),
4273         (on_log_diff_selected_button_clicked),
4274         (on_log_diff_previous_button_clicked),
4275         (subversion_log_window_create):
4276         * plugins/subversion/subversion-ui-utils.c:
4277         (get_filename_from_full_path), (init_whole_project),
4278         (on_whole_project_toggled):
4279         * plugins/subversion/subversion-ui-utils.h:
4280         * plugins/subversion/subversion-update-dialog.c:
4281         (subversion_update_dialog), (on_menu_subversion_update):
4283         Whole Project checkbox enabled by default in diff and update dialogs.
4284         changes the editor names for diff editors to something much more
4285         descriptive. For example, working copy/head diffs would have an editor
4286         with a name like "[Working Copy/Head] some-file.diff," where some-file
4287         is the name of the file/directory that was diffed. For diffs against
4288         arbitrary diffs the name would look like "[Revisions 2832/3200]
4289         some-file.diff" for a diff of some-file between revisions 2832 and
4290         3200.
4292 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4294         Icons from tpgww@onepost.net:
4295         * plugins/subversion/Makefile.am:
4296         * plugins/subversion/anjuta-subversion-plugin.svg:
4297         * plugins/subversion/anjuta-subversion.plugin.in:
4298         * plugins/subversion/plugin.h:
4299         * plugins/symbol-browser/Makefile.am:
4300         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4301         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4302         * plugins/symbol-browser/plugin.c:
4303         * plugins/symbol-db/Makefile.am:
4304         * plugins/symbol-db/plugin.c:
4305         * plugins/symbol-db/symbol-db.plugin.in:
4307         Icons from patch in bug #480093 comment #23. Also renamed icons.
4308         To be continued..
4310 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4312         Icons from tpgww@onepost.net:
4313         * plugins/project-manager/Makefile.am:
4314         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4315         * plugins/project-manager/anjuta-project-manager.plugin.in:
4316         * plugins/project-manager/plugin.c:
4317         * plugins/project-wizard/Makefile.am:
4318         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4319         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4320         * plugins/project-wizard/druid.h:
4321         * plugins/search/Makefile.am:
4322         * plugins/search/anjuta-search-plugin.svg:
4323         * plugins/search/anjuta-search.plugin.in:
4324         * plugins/search/plugin.c:
4326         Icons from patch in bug #480093 comment #23. Also renamed icons.
4327         To be continued..
4329 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4331         * TODO.tasks: updated.
4333         Icons from tpgww@onepost.net:
4334         * plugins/file-loader/Makefile.am:
4335         * plugins/file-loader/anjuta-loader-plugin.svg:
4336         * plugins/file-loader/anjuta-loader.plugin.in:
4337         * plugins/file-manager/Makefile.am:
4338         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4339         * plugins/file-manager/file-manager.plugin.in:
4340         * plugins/file-manager/plugin.c:
4341         * plugins/glade/Makefile.am:
4342         * plugins/glade/anjuta-glade-plugin.svg:
4343         * plugins/glade/anjuta-glade.plugin.in:
4344         * plugins/glade/plugin.c: (register_stock_icons):
4345         * plugins/language-manager/Makefile.am:
4346         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4347         * plugins/language-manager/language-manager.plugin.in:
4348         * plugins/message-view/Makefile.am:
4349         * plugins/message-view/anjuta-message-manager.plugin.in:
4350         * plugins/message-view/anjuta-messages-plugin.svg:
4351         * plugins/message-view/plugin.c:
4352         * plugins/patch/Makefile.am:
4353         * plugins/patch/anjuta-patch-plugin.svg:
4354         * plugins/patch/anjuta-patch.plugin.in:
4355         * plugins/patch/plugin.c:
4356         * plugins/profiler/Makefile.am:
4357         * plugins/profiler/anjuta-profiler-plugin.svg:
4358         * plugins/profiler/plugin.c: (register_stock_icons):
4359         * plugins/profiler/profiler.plugin.in:
4360         * plugins/project-import/Makefile.am:
4361         * plugins/project-import/anjuta-project-import-plugin.svg:
4362         * plugins/project-import/anjuta-project-import.plugin.in:
4363         * plugins/project-import/plugin.c:
4365         Icons from patch in bug #480093 comment #23. Also renamed icons.
4366         To be continued..
4368 2007-11-18  Johannes Schmid <jhs@gnome.org>
4370         * plugins/build-basic-autotools/build-basic-autotools.c:
4371         (build_regex_init):
4372         * plugins/debug-manager/anjuta-debug-manager.glade:
4373         * plugins/debug-manager/breakpoints.c:
4374         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4375         * plugins/file-wizard/file.c:
4376         * plugins/gdb/anjuta-gdb.glade:
4377         * plugins/glade/plugin.c: (ifile_open):
4378         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4379         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4380         * plugins/gtodo/tray-icon.c:
4381         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4382         * plugins/macro/macros.xml:
4383         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4384         Fixed translation bugs (#496833, #488211 and #497758)
4385         
4386         * plugins/document-manager/plugin.c: (on_editor_changed):
4387         Removed unused code
4389 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4391         Icons from tpgww@onepost.net:
4392         * plugins/devhelp/Makefile.am:
4393         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4394         * plugins/devhelp/anjuta-devhelp.plugin.in:
4395         * plugins/devhelp/plugin.c:
4396         * plugins/document-manager/anjuta-document-manager.plugin.in:
4397         * plugins/document-manager/images/Makefile.am:
4398         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4399         * plugins/document-manager/plugin.c:
4400         * plugins/editor/Makefile.am:
4401         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4402         * plugins/editor/anjuta-editor.plugin.in:
4403         * plugins/editor/plugin.c:
4404         * plugins/sample1/Makefile.am:
4405         * plugins/sample1/anjuta-sample-plugin.svg:
4406         * plugins/sample1/anjuta-sample.plugin.in:
4407         * plugins/sourceview/Makefile.am:
4408         * plugins/sourceview/plugin.c:
4409         * plugins/sourceview/sourceview.plugin.in:
4411         Icons from patch in bug #480093 comment #23. Also renamed icons.
4412         To be continued..
4414 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4416         * TODO.tasks: Updated.
4418         Icons from tpgww@onepost.net:
4419         * plugins/build-basic-autotools/Makefile.am:
4420         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4421         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4422         * plugins/build-basic-autotools/build-basic-autotools.c:
4423         * plugins/class-inheritance/Makefile.am:
4424         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4425         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4426         * plugins/class-inheritance/plugin.c:
4427         * plugins/cvs-plugin/Makefile.am:
4428         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4429         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4430         * plugins/cvs-plugin/plugin.c:
4431         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4432         * plugins/debug-manager/images/Makefile.am:
4433         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4434         * plugins/debug-manager/plugin.c: 
4436         Icons from patch in bug #480093 comment #23. Also renamed icons.
4437         To be continued..
4439 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4441         * (removed) libanjuta/anjuta-children.c,
4442         (removed) libanjuta/anjuta-children.h,
4443         libanjuta/anjuta-launcher.c,
4444         libanjuta/libanjuta.h,
4445         libanjuta/Makefile.am,
4446         plugins/gdb/debugger.c,
4447         plugins/terminal/terminal.c,
4448         manuals/reference/libanjuta/libanjuta-sections.txt,
4449         manuals/reference/libanjuta/libanjuta-docs.sgml:
4450         Replace anjuta_children_register by g_child_watch_add
4452 2007-11-13  Johannes Schmid <jhs@gnome.org>
4454         * plugins/subversion/anjuta-subversion.glade:
4455         * plugins/subversion/subversion-commit-dialog.c:
4456         (subversion_commit_dialog):
4457         * plugins/subversion/subversion-resolve-dialog.c:
4458         (subversion_resolve_dialog):
4459         * plugins/subversion/subversion-revert-dialog.c:
4460         (subversion_revert_dialog):
4461         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4462         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4463         (hide_pulse_progress_bar):
4464         * plugins/subversion/subversion-ui-utils.h:
4466         Yet another patch from #457477:
4467         Add a pulsing progress bar to all dialogs receiving status
4469 2007-11-12  Johannes Schmid <jhs@gnome.org>
4471         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4472         Bug 493583 – crash in Anjuta IDE: trying to open a file
4473         
4474         * plugins/subversion/subversion-commit-dialog.c:
4475         (select_all_files), (subversion_commit_dialog):
4476         Patch from jrligget - see #457477
4478 2007-11-12  Johannes Schmid <jhs@gnome.org>
4480         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4481         * libanjuta/anjuta-plugin-handle.c:
4482         (anjuta_plugin_handle_get_about):
4483         Bug 495536 – Plugins localization improvement
4484         
4485         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4486         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4487         * plugins/indent/indent.glade:
4488         * plugins/subversion/anjuta-subversion.glade:
4489         Bug 495245 – Strings bug
4491 2007-11-08  James Liggett  <jrliggett@cox.net>
4493         reviewed by: Johannes Schmid <jhs@gnome.org>
4495         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4496         (anjuta_async_command_finalize),
4497         (anjuta_async_command_notification_poll),
4498         (anjuta_async_command_thread), (start_command),
4499         (notify_data_arrived), (notify_complete),
4500         (anjuta_async_command_class_init),
4501         (anjuta_async_command_set_error_message),
4502         (anjuta_async_command_get_error_message),
4503         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4504         * libanjuta/anjuta-async-command.h:
4505         * libanjuta/anjuta-command.c: (anjuta_command_init),
4506         (anjuta_command_finalize), (anjuta_command_class_init),
4507         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4508         (anjuta_command_notify_complete),
4509         (anjuta_command_set_error_message),
4510         (anjuta_command_get_error_message):
4511         * libanjuta/anjuta-command.h:
4512         * libanjuta/anjuta-glade-catalog.c:
4513         * libanjuta/anjuta-glade.xml:
4514         * libanjuta/anjuta-vcs-status-tree-view.c:
4515         (on_selected_column_toggled),
4516         (anjuta_vcs_status_tree_view_create_columns),
4517         (anjuta_vcs_status_tree_view_init),
4518         (anjuta_vcs_status_tree_view_finalize),
4519         (anjuta_vcs_status_tree_view_set_property),
4520         (anjuta_vcs_status_tree_view_get_property),
4521         (anjuta_vcs_status_tree_view_class_init),
4522         (anjuta_vcs_status_tree_view_new),
4523         (anjuta_vcs_status_tree_view_destroy),
4524         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4525         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4526         (anjuta_vcs_status_tree_view_unselect_all),
4527         (create_selected_paths_list),
4528         (anjuta_vcs_status_tree_view_get_selected):
4529         * libanjuta/anjuta-vcs-status-tree-view.h:
4530         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4531         * libanjuta/anjuta-widgets.h:
4532         * plugins/subversion/subversion-add-dialog.c:
4533         (on_add_command_finished), (on_subversion_add_response),
4534         (subversion_add_dialog), (on_menu_subversion_add),
4535         (on_fm_subversion_add):
4536         * plugins/subversion/subversion-add-dialog.h:
4537         * plugins/subversion/subversion-commit-dialog.c:
4538         (on_commit_command_finished), (on_subversion_commit_response),
4539         (subversion_commit_dialog), (on_menu_subversion_commit),
4540         (on_fm_subversion_commit):
4541         * plugins/subversion/subversion-commit-dialog.h:
4542         * plugins/subversion/subversion-copy-dialog.c:
4543         (on_copy_other_revision_radio_toggled),
4544         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4545         (on_copy_command_finished), (on_subversion_copy_response),
4546         (subversion_copy_dialog), (on_menu_subversion_copy),
4547         (on_fm_subversion_copy):
4548         * plugins/subversion/subversion-copy-dialog.h:
4549         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4550         (on_subversion_diff_response), (subversion_diff_dialog),
4551         (on_menu_subversion_diff), (on_fm_subversion_diff):
4552         * plugins/subversion/subversion-diff-dialog.h:
4553         * plugins/subversion/subversion-log-dialog.c:
4554         (on_diff_selected_column_toggled), (create_columns),
4555         (on_log_command_finished), (on_log_view_button_clicked),
4556         (on_cat_command_data_arrived), (on_cat_command_finished),
4557         (on_log_view_selected_button_clicked), (get_selected_revisions),
4558         (on_log_diff_selected_button_clicked),
4559         (on_log_diff_previous_button_clicked),
4560         (on_subversion_log_vbox_destroy),
4561         (on_log_changes_view_row_selected), (subversion_log_window_create),
4562         (on_menu_subversion_log), (on_fm_subversion_log),
4563         (subversion_log_set_whole_project_sensitive):
4564         * plugins/subversion/subversion-log-dialog.h:
4565         * plugins/subversion/subversion-merge-dialog.c:
4566         (on_merge_command_finished), (on_subversion_merge_response),
4567         (on_merge_first_path_browse_button_clicked),
4568         (on_merge_second_path_browse_button_clicked),
4569         (on_merge_use_first_path_check_toggled),
4570         (on_merge_start_revision_radio_toggled),
4571         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4572         (on_menu_subversion_merge):
4573         * plugins/subversion/subversion-merge-dialog.h:
4574         * plugins/subversion/subversion-remove-dialog.c:
4575         (on_remove_command_finished),
4576         (on_remove_path_browse_button_clicked),
4577         (on_subversion_remove_response), (subversion_remove_dialog),
4578         (on_menu_subversion_remove), (on_fm_subversion_remove):
4579         * plugins/subversion/subversion-remove-dialog.h:
4580         * plugins/subversion/subversion-resolve-dialog.c:
4581         (on_resolve_command_finished), (on_subversion_resolve_response),
4582         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4583         * plugins/subversion/subversion-resolve-dialog.h:
4584         * plugins/subversion/subversion-revert-dialog.c:
4585         (on_revert_command_finished), (on_subversion_revert_response),
4586         (subversion_revert_dialog), (on_menu_subversion_revert):
4587         * plugins/subversion/subversion-revert-dialog.h:
4588         * plugins/subversion/subversion-switch-dialog.c:
4589         (on_switch_other_revision_radio_toggled),
4590         (on_switch_command_finished), (on_subversion_switch_response),
4591         (subversion_switch_dialog), (on_menu_subversion_switch):
4592         * plugins/subversion/subversion-switch-dialog.h:
4593         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4594         (subversion_data_free), (on_mesg_view_destroy),
4595         (create_message_view), (check_filename), (get_log_from_textview),
4596         (pulse_timer), (on_pulse_timer_destroyed),
4597         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4598         (report_errors), (on_status_command_finished),
4599         (on_status_command_data_arrived), (on_command_info_arrived),
4600         (select_all_status_items), (clear_all_status_selections),
4601         (init_whole_project), (on_whole_project_toggled),
4602         (send_diff_command_output_to_editor), (on_diff_command_finished),
4603         (stop_status_bar_progress_pulse):
4604         * plugins/subversion/subversion-ui-utils.h:
4605         * plugins/subversion/subversion-update-dialog.c:
4606         (on_update_command_finished), (on_subversion_update_response),
4607         (subversion_update_dialog), (on_menu_subversion_update),
4608         (on_fm_subversion_update):
4609         * plugins/subversion/subversion-update-dialog.h:
4610         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4611         (svn_add_command_finalize), (svn_add_command_run),
4612         (svn_add_command_class_init), (svn_add_command_new),
4613         (svn_add_command_destroy):
4614         * plugins/subversion/svn-add-command.h:
4615         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4616         (svn_cat_command_finalize), (svn_cat_command_run),
4617         (svn_cat_command_class_init), (svn_cat_command_new),
4618         (svn_cat_command_destroy), (svn_cat_command_get_output):
4619         * plugins/subversion/svn-cat-command.h:
4620         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4621         (svn_command_release_ui_lock), (simple_prompt),
4622         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4623         (svn_auth_ssl_server_trust_prompt_func_cb),
4624         (svn_auth_ssl_client_cert_prompt_func_cb),
4625         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4626         (svn_command_init), (svn_command_finalize),
4627         (svn_command_class_init), (svn_command_push_info),
4628         (svn_command_get_info_queue), (svn_command_set_error),
4629         (svn_command_get_client_context), (svn_command_get_pool),
4630         (svn_command_lock_ui), (svn_command_unlock_ui),
4631         (svn_command_get_revision), (svn_command_copy_path_list),
4632         (svn_command_free_path_list):
4633         * plugins/subversion/svn-command.h:
4634         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4635         (svn_commit_command_init), (svn_commit_command_finalize),
4636         (svn_commit_command_run), (svn_commit_command_class_init),
4637         (svn_commit_command_new), (svn_commit_command_destroy):
4638         * plugins/subversion/svn-commit-command.h:
4639         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4640         (svn_copy_command_init), (svn_copy_command_finalize),
4641         (svn_copy_command_run), (svn_copy_command_class_init),
4642         (svn_copy_command_new), (svn_copy_command_destroy):
4643         * plugins/subversion/svn-copy-command.h:
4644         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4645         (svn_diff_command_finalize), (svn_diff_command_run),
4646         (svn_diff_command_class_init), (svn_diff_command_new),
4647         (svn_diff_command_destroy), (svn_diff_command_get_output):
4648         * plugins/subversion/svn-diff-command.h:
4649         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4650         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4651         (svn_log_command_class_init), (svn_log_command_new),
4652         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4653         * plugins/subversion/svn-log-command.h:
4654         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4655         (svn_log_entry_finalize), (svn_log_entry_class_init),
4656         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4657         (svn_log_entry_get_author), (svn_log_entry_get_date),
4658         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4659         (svn_log_entry_get_full_log):
4660         * plugins/subversion/svn-log-entry.h:
4661         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4662         (svn_merge_command_finalize), (svn_merge_command_run),
4663         (svn_merge_command_class_init), (svn_merge_command_new),
4664         (svn_merge_command_destroy):
4665         * plugins/subversion/svn-merge-command.h:
4666         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4667         (svn_remove_command_init), (svn_remove_command_finalize),
4668         (svn_remove_command_run), (svn_remove_command_class_init),
4669         (svn_remove_command_new), (svn_remove_command_destroy),
4670         (svn_remove_command_get_path):
4671         * plugins/subversion/svn-remove-command.h:
4672         * plugins/subversion/svn-resolve-command.c:
4673         (svn_resolve_command_init), (svn_resolve_command_finalize),
4674         (svn_resolve_command_run), (svn_resolve_command_class_init),
4675         (svn_resolve_command_new), (svn_resolve_command_destroy):
4676         * plugins/subversion/svn-resolve-command.h:
4677         * plugins/subversion/svn-revert-command.c:
4678         (svn_revert_command_init), (svn_revert_command_finalize),
4679         (svn_revert_command_run), (svn_revert_command_class_init),
4680         (svn_revert_command_new), (svn_revert_command_destroy):
4681         * plugins/subversion/svn-revert-command.h:
4682         * plugins/subversion/svn-status-command.c:
4683         (svn_status_command_init), (svn_status_command_finalize),
4684         (on_svn_status_notify), (svn_status_command_run),
4685         (svn_status_command_class_init), (svn_status_command_new),
4686         (svn_status_command_destroy),
4687         (svn_status_command_get_status_queue):
4688         * plugins/subversion/svn-status-command.h:
4689         * plugins/subversion/svn-status.c: (svn_status_init),
4690         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4691         (svn_status_destroy), (svn_status_get_path),
4692         (svn_status_get_vcs_status):
4693         * plugins/subversion/svn-status.h:
4694         * plugins/subversion/svn-switch-command.c:
4695         (svn_switch_command_init), (svn_switch_command_finalize),
4696         (svn_switch_command_run), (svn_switch_command_class_init),
4697         (svn_switch_command_new), (svn_switch_command_destroy):
4698         * plugins/subversion/svn-switch-command.h:
4699         * plugins/subversion/svn-update-command.c:
4700         (svn_update_command_init), (svn_update_command_finalize),
4701         (svn_update_command_run), (svn_update_command_class_init),
4702         (svn_update_command_new), (svn_update_command_destroy):
4703         * plugins/subversion/svn-update-command.h:
4705         Now really committed all files from James patch (#457477)
4707 2007-11-08  Johannes Schmid <jhs@gnome.org>
4709         * TODO.tasks: Updated
4711 2007-11-08  James Liggett  <jrliggett@cox.net>
4713         reviewed by: Johannes Schmid <jhs@gnome.org>
4715         * configure.in:
4716         * libanjuta/Makefile.am:
4717         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4718         * libanjuta/anjuta-status.h:
4719         * libanjuta/libanjuta.h:
4720         * plugins/subversion/Makefile.am:
4721         * plugins/subversion/anjuta-subversion.glade:
4722         * plugins/subversion/anjuta-subversion.ui:
4723         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4724         (value_removed_project_root_uri), (activate_plugin),
4725         (deactivate_plugin), (finalize), (subversion_instance_init):
4726         * plugins/subversion/plugin.h:
4727         * plugins/subversion/subversion-actions.c:
4728         * plugins/subversion/subversion-actions.h:
4729         * plugins/subversion/subversion-callbacks.c:
4730         * plugins/subversion/subversion-callbacks.h:
4731         * plugins/subversion/svn-auth.c:
4732         * plugins/subversion/svn-auth.h:
4733         * plugins/subversion/svn-backend-priv.h:
4734         * plugins/subversion/svn-backend.c:
4735         * plugins/subversion/svn-backend.h:
4736         * plugins/subversion/svn-notify.c:
4737         * plugins/subversion/svn-notify.h:
4738         * plugins/subversion/svn-thread.c:
4739         * plugins/subversion/svn-thread.h:
4740         
4741         Commited alpha2 of the new subversion plugin (#457477)
4743 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4745         * plugins/debug-manager/command.c:
4746         Fix a stupid crash when changing a register value
4748 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4750         * libanjuta/interfaces/libanjuta.idl,
4751         plugins/debug-manager/command.c,
4752         plugins/debug-manager/command.h,
4753         plugins/debug-manager/start.c,
4754         plugins/gdb/plugin.c,
4755         plugins/gdb/debugger.c,
4756         plugins/gdb/debugger.h:
4757         Use anjuta terminal plugin instead of gnome terminal
4758         Select if a terminal is used in the the start_program function
4759         Move terminal code from debugger.c to plugin.c
4760         Partial fix of bug #481366
4762         * plugins/gdb/utilities.c,
4763         plugins/gdb/utilities.h:
4764         Remove gnome terminal check function
4766 2007-11-06  Johannes Schmid <jhs@gnome.org>
4768         * plugins/project-import/anjuta-project-import.glade:
4769         * plugins/project-import/project-import.c: (on_import_next),
4770         (on_import_finish), (project_import_set_directory):
4771         * plugins/project-wizard/property.c: (npw_property_create_widget),
4772         (npw_property_set_value_from_widget):
4773         
4774         Replaced gnome_file_entry with gtk_file_chooser_button
4775         Fixes #422329 – Creating a new directory in program options doesn't work
4776         
4777 2007-11-04  Massimo Cora' <maxcvs@email.it>
4779         * plugins/symbol-db/plugin.c:
4780         add all files at once on project_import.
4781         No need to split them into more languages: ctags
4782         and the engine will take care of that.
4784         * plugins/symbol-db/symbol-db-engine.h,
4785         * plugins/symbol-db/symbol-db-engine.c,
4786         * plugins/symbol-db/tables.sql,
4787         * plugins/symbol-db/test/Makefile.am,
4788         * plugins/symbol-db/test/main.c,
4789         * plugins/symbol-db/symbol-db-view-locals.c:
4790         some memory leaks fixed. Ported the thing to
4791         libgda 3.1.2 [or better svn HEAD].
4792         Thanks to a fresh new algorithm to detect
4793         parent scope we're able to display correcly
4794         a local gtktree, including classes not directly
4795         defined inside that file.
4797 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4799         * plugins/debug-manager/threads.c,
4800         plugins/debug-manager/stack_trace.c:
4801         Do not display address when not needed
4803         * plugins/debug-manager/plugin.c,
4804         plugins/debug-manager/breakpoints.c:
4805         Breakpoints directly connect to debugger signals
4807         * plugins/debug-manager/watch.c:
4808         program-unload signal does not exist used debugger-stopped
4810         * plugins/debug-manager/queue.c,
4811         libanjuta/interfaces/libanjuta.idl:
4812         Display error message returned by debugger command
4813         Add new error codes
4815 2007-11-04  Johannes Schmid <jhs@gnome.org>
4817         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4818         Bug 493062 – gcj template needs AC_PROG_CC
4819         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4821         * src/anjuta-actions.h:
4822         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4823         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4825 === anjuta 2.3.0 ===
4827 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4829         * AUTHORS: Updated
4831 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4833         * ChangeLog: Tagged 2.3.0 release.
4835         * plugins/indent/Makefile.am: Fixed indentation.
4837         * plugins/editor/aneditor-autocomplete.cxx:
4838         * plugins/editor/aneditor-priv.h:
4839         * plugins/editor/aneditor.cxx:
4840         * plugins/editor/aneditor.h: Commented out dead codes.
4842         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4843         Do not build symbol-db by
4844         default. Added 'unstable' in plugin description to signify it's
4845         developmental state.
4847         * plugins/file-manager/Makefile.am,
4848         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4850 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4852         * plugins/debug-manager/utilities.c,
4853         plugins/debug-manager/utilities.h,
4854         plugins/debug-manager/threads.c,
4855         plugins/debug-manager/plugin.c,
4856         plugins/debug-manager/plugin.h,
4857         plugins/debug-manager/disassemble.h,
4858         plugins/debug-manager/watch.c,
4859         plugins/debug-manager/watch.h,
4860         plugins/debug-manager/breakpoints.c,
4861         plugins/debug-manager/stack_trace.c:
4862         Replace few remaining function calls by signal 
4864         * plugins/debug-manager/disassemble.c,
4865         plugins/debug-manager/registers.c,
4866         plugins/debug-manager/memory.c,
4867         plugins/debug-manager/locals.c,
4868         plugins/debug-manager/queue.c,
4869         plugins/debug-manager/queue.h:
4870         Connect signals when debugger is started
4871         Disconnect them when debugger is stopped
4872         Do not display window if debugger doesn't support feature
4874         * plugins/gdb/plugin.c,
4875         libanjuta/interfaces/libanjuta.idl:
4876         Remove unused initialization function
4878 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4880         * configure.in:
4881         * plugins/file-manager/Makefile.am:
4882         * scripts/build-schemas.mk: Fixed 'make distcheck'
4884 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4886         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4887         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4888         to latest API additions.
4890         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4891         to API changes.
4893 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4895         * ChangeLog: Fixed indentation.
4896         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4897         branch.
4899 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4901         * libanjuta/interfaces/libanjuta.idl:
4902         * plugins/build-basic-autotools/build-basic-autotools.c:
4903         (build_compile_file_real), (build_build_project),
4904         (build_install_project), (build_clean_project),
4905         (build_configure_project), (build_autogen_project),
4906         (build_distribution_project), (build_build_module),
4907         (build_install_module), (build_clean_module), (fm_build),
4908         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4909         (finalize), (basic_autotools_plugin_instance_init),
4910         (ibuildable_set_command), (ibuildable_reset_commands),
4911         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4912         (ibuildable_install), (ibuildable_configure),
4913         (ibuildable_generate), (ibuildable_iface_init):
4914         * plugins/build-basic-autotools/build-basic-autotools.h:
4916         Added API for commands override in build interface and implemented
4917         them in build plugin. Useful for other plugins override build
4918         commands depending on project environment.
4920 2007-10-28  Naba Kumar  <naba@gnome.org>
4922         * src/anjuta.glade,
4923         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4924         Fixed widget alignment for dock switcher tab style combo and
4925         scratchbox path entrybox.
4927 2007-10-28  Johannes Schmid <jhs@gnome.org>
4929         * plugins/document-manager/plugin.c: (on_editor_changed):
4930         Fixed a memory leak and simplified code (thanks again Sébastien)
4931         
4932         * configure.in:
4933         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4934         and OFFSET sql statements)
4936 2007-10-28  Massimo Cora' <maxcvs@email.it>
4938         * plugins/symbol-db/plugin.c,
4939         plugins/symbol-db/symbol-db-engine.h,
4940         plugins/symbol-db/symbol-db-view.c,
4941         plugins/symbol-db/symbol-db-view.c,
4942         plugins/symbol-db/symbol-db-view-locals.c,
4943         plugins/symbol-db/symbol-db-view-locals.h,
4944         plugins/symbol-db/symbol-db-engine.c:
4945         Better end-of-file-scan detection, permitting
4946         an improved scope/inheritance parsing.
4947         Locals tab gtktree now displays correct
4948         namespace->class->children tree, even if
4949         in a C++ file there isn't class declaration.
4951 2007-10-27  Johannes Schmid <jhs@gnome.org>
4953         Patch from Stanislav Brabec <sbrabec@suse.cz>
4954         * configure.in:
4955         Bug 489798 – Do not rely on svn-config
4957         Patch from Michael Wolf <maw@ximian.com>:
4958         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4959         (egg_tree_model_filter_remove_node),
4960         (egg_tree_model_filter_row_deleted):
4961         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4963 2007-10-27  Johannes Schmid <jhs@gnome.org>
4965         * plugins/devhelp/anjuta-devhelp.ui:
4966         * plugins/message-view/anjuta-message-manager.ui:
4968         Added some separators to the toolbar
4969         
4970         * plugins/document-manager/plugin.c:
4971         (on_support_plugin_deactivated), (load_new_support_plugins),
4972         (unload_unused_support_plugins), (on_editor_changed):
4973         
4974         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4975         for pointing out that is was crap.
4977 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4979         * libanjuta/interfaces/libanjuta.idl,
4980         libanjuta/anjuta-plugin-manager.c,
4981         libanjuta/anjuta-plugin-manager.h,
4982         libanjuta/anjuta-c-plugin-factory.c,
4983         libanjuta/anjuta-c-module.h,
4984         libanjuta/anjuta-c-module.c:
4985         Report detailled error message in case of plugin loading failure
4987 2007-10-24  Johannes Schmid <jhs@gnome.org>
4989         * configure.in:
4990         * plugins/Makefile.am:
4991         
4992         Activate build of symbol-db plugin (when libgda is available)
4993         
4994         * plugins/document-manager/plugin.c:
4995         (on_support_plugin_deactivated), (on_editor_changed):
4996         
4997         Properly handle language support plugins even when they are
4998         unloaded by the session.
4999         
5000         * plugins/symbol-db/plugin.c: (register_stock_icons),
5001         Port to new REGISTER_ICONS stuff
5002   
5003 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5005         * plugins/symbol-db/plugin.c,
5006         * plugins/symbol-db/symbol-db-view.c
5007         * plugins/symbol-db/symbol-db-engine.h,
5008         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5009         * plugins/symbol-db/symbol-db-view-locals.c,
5010         * plugins/symbol-db/symbol-db-view-locals.h,
5011         * plugins/symbol-db/symbol-db-engine.c:
5012         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5013         Added a new algorithm for dynamic population of the local symbols' tab.
5014         Now the default view is tree-like.
5015         Some fixes on engine correct some population issues.    
5017 2007-10-23  Naba Kumar  <naba@gnome.org>
5019         * plugins/glade/Makefile.am: Corrected conditional not to install
5020         .plugin file if plugin is disabled.
5021         * plugins/sourceview/Makefile.am: Corrected conditional not to
5022         install schemas if plugin is not built.
5024 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5026         * plugins/debug-manager/queue.c:
5027         Fix #488061: Mutiple crash dialogs
5029         * plugins/gdb/debugger.c,
5030         plugins/gdb/debugger.h:
5031         Remove maximum gdb command length, should fix bug#474811
5033 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5035         * manuals/reference/libanjuta/plugin-description-file.sgml,
5036         manuals/reference/libanjuta/libanjuta-docs.sgml,
5037         manuals/reference/libanjuta/libanjuta-sections.txt,
5038         libanjuta/interfaces/libanjuta.idl,
5039         libanjuta/anjuta-c-module.c,
5040         libanjuta/anjuta-c-plugin-factory.c:
5041         Document last changes in plugin code
5043 2007-10-19  Johannes Schmid <jhs@gnome.org>
5045         * plugins/subversion/subversion-callbacks.c: (check_filename):
5046         
5047         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5049 2007-10-19  Naba Kumar  <naba@gnome.org>
5051         * plugins/file-manager/file-model.c: Fixed a critical runtime
5052         warning.
5054 2007-10-18  Johannes Schmid <jhs@gnome.org>
5056         * libanjuta/anjuta-ui.h:
5057         Small fix on icon macros
5058         
5059         * libanjuta/interfaces/libanjuta.idl:
5060         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5061         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5062         (ilanguage_iface_init):
5063         
5064         Added get_from_editor() and get_name_from_editor() methods
5065         to IAnjutaLanguage
5066         
5067         * plugins/document-manager/plugin.c:
5068         (update_editor_ui_interface_items), (on_editor_changed):
5069         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5070         .in:
5071         * plugins/language-support-cpp-java/plugin.c: (install_support):
5072         
5073         Ported plugins to use the new interface
5075 2007-10-17  Johannes Schmid <jhs@gnome.org>
5077         * libanjuta/anjuta-ui.h:
5078         
5079         Added macros to register stock icons to stop all this copy&paste
5080         which had spread over a lot of files. New macros support to add 
5081         icons with toolbar and menu size (16 and 24)
5082         
5083         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5084         * plugins/debug-manager/images/anjuta-attach.svg:
5085         * plugins/debug-manager/images/anjuta-step-out.svg:
5086         * plugins/debug-manager/images/anjuta-step-over.svg:
5087         * plugins/debug-manager/plugin.c: (register_stock_icons):
5088         * plugins/document-manager/images/Makefile.am:
5089         * plugins/document-manager/images/anjuta-block-end.svg:
5090         * plugins/document-manager/images/anjuta-block-start.svg:
5091         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5092         * plugins/document-manager/images/anjuta-bookmark.svg:
5093         * plugins/document-manager/images/anjuta-go-history-next.svg:
5094         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5095         * plugins/document-manager/plugin.c: (register_stock_icons):
5096         * plugins/glade/plugin.c: (register_stock_icons):
5097         * plugins/language-support-cpp-java/plugin.c:
5098         (register_stock_icons):
5099         * plugins/message-view/Makefile.am:
5100         * plugins/message-view/anjuta-go-message-next.svg:
5101         * plugins/message-view/anjuta-go-message-prev.svg:
5102         * plugins/message-view/anjuta-message-view.svg:
5103         * plugins/message-view/messages.xpm:
5104         * plugins/message-view/plugin.c: (register_stock_icons):
5105         * plugins/patch/plugin.c: (patch_plugin_activate):
5106         * plugins/project-manager/plugin.c: (register_stock_icons):
5107         * plugins/search/Makefile.am:
5108         * plugins/search/anjuta-go-match-next.svg:
5109         * plugins/search/anjuta-go-match-prev.svg:
5110         * plugins/search/plugin.c: (activate_plugin):
5111         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5112         * plugins/terminal/terminal.c: (register_stock_icons):
5113         * plugins/valgrind/plugin.c: (register_stock_icons):
5114         
5115         Updated to use the new icons and added several new and updated 
5116         icons from #480093
5118 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5120         * libanjuta/anjuta-plugin-handle.c,
5121         libanjuta/anjuta-plugin-handle.h:
5122         Add a new path property containing the directory of the .plugin
5123         file, library file (.so or whatever) must be in the same directory
5125         * libanjuta/anjuta-plugin-manager.c,
5126         libanjuta/interfaces/libanjuta.idl,
5127         (removed) libanjuta/anjuta-glue-plugin.c,
5128         (removed) libanjuta/anjuta-glue-plugin.h,
5129         (removed) libanjuta/anjuta-glue-c.c,
5130         (removed) libanjuta/anjuta-glue-c.h,
5131         (removed) libanjuta/anjuta-glue-cpp.c,
5132         (removed) libanjuta/anjuta-glue-cpp.h,
5133         (removed) libanjuta/anjuta-glue-factory.c,
5134         (removed) libanjuta/anjuta-glue-factory.h,
5135         (added) libanjuta/anjuta-c-module.c,
5136         (added) libanjuta/anjuta-c-module.h,
5137         (added) libanjuta/anjuta-c-plugin-factory.c,
5138         (added) libanjuta/anjuta-c-plugin-factory.h,
5139         libanjuta/Makefile.am:
5140         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5141         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5142         implementing IAnjutaPluginFactory
5143         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5145         * libanjuta/libanjuta.h:
5146         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5147         interface)
5149         * libanjuta/anjuta-plugin.h:
5150         Replace AnjutaGluePlugin by GTypeModule
5151         Remove unused anjuta_glue_get_component_type replaced by
5152         g_type_from_name
5154         * plugins/build-basic-autotools/build-basic-autotools.h,
5155         plugins/class-gen/plugin.h,
5156         plugins/class-inheritance/plugin.h,
5157         plugins/cvs-plugin/plugin.h,
5158         plugins/debug-manager/plugin.h,
5159         plugins/devhelp/plugin.h,
5160         plugins/document-manager/plugin.h,
5161         plugins/editor/plugin.h,
5162         plugins/file-loader/plugin.h,
5163         plugins/file-wizard/plugin.h,
5164         plugins/gdb/plugin.h,
5165         plugins/glade/plugin.h,
5166         plugins/gtodo/plugin.h,
5167         plugins/indent/plugin.h,
5168         plugins/language-manager/plugin.h,
5169         plugins/language-support-cpp-java/plugin.h,
5170         plugins/macro/plugin.h,
5171         plugins/message-view/plugin.h,
5172         plugins/patch/plugin.h,
5173         plugins/profiler/plugin.h,
5174         plugins/project-import/plugin.h,
5175         plugins/project-manager/plugin.h,
5176         plugins/project-wizard/plugin.h,
5177         plugins/sample1/plugin.h,
5178         plugins/search/plugin.h,
5179         plugins/sourceview/plugin.h,
5180         plugins/subversion/plugin.h,
5181         plugins/symbol-browser/plugin.h,
5182         plugins/symbol-db/plugin.h,
5183         plugins/terminal/terminal.c,
5184         plugins/tools/plugin.h,
5185         plugins/valgrind/plugin.h:
5186         Replace AnjutaGluePlugin by GTypeModule
5188 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5190         * plugins/debug-manager/breakpoints.c:
5191         Fix bug#487112, crash while removing a breakpoint in a new file
5193 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5195         * plugins/document-manager/search-box.c:
5196         Fix a crash (with an useful comment) focus-out-event handler must
5197         return a gboolean
5199 2007-10-14 Johannes Schmid <jhs@gnome.org>
5201         * plugins/sourceview/sourceview.c:
5202         Hide calltip when "Up" or "Down" key is pressed
5204 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5206         * plugins/document-manager/search-box.c:
5207         Change included file order to avoid a compile error with gnome 2.16
5209 2007-10-13  Johannes Schmid <jhs@gnome.org>
5211         * plugins/debug-manager/plugin.c: (enable_log_view):
5212         
5213         Fixed crash when closing a project and unloading another while
5214         the debugger is enabled
5216 2007-10-13  Johannes Schmid <jhs@gnome.org>
5218         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5219         
5220         Use correct breakpoint icon
5221         
5222         * plugins/devhelp/Makefile.am:
5223         * plugins/devhelp/anjuta-go-help-next.svg:
5224         * plugins/devhelp/anjuta-go-help-prev.svg:
5225         * plugins/devhelp/plugin.c: (register_stock_icons),
5226         (devhelp_activate):
5227         
5228         Added new icons from #480093
5229         
5230         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5231         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5232         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5233         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5234         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5235         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5236         * plugins/message-view/anjuta-go-message-next.svg:
5237         * plugins/message-view/anjuta-go-message-prev.svg:
5238         
5239         Updated icons from #480093
5240                 
5241         * src/anjuta-actions.h:
5242         Use GTK_STOCK_FULLSCREEN
5243         
5244         * src/anjuta-app.c: (on_gdl_style_changed),
5245         (anjuta_app_instance_init):
5246         * src/anjuta.glade:
5247         
5248         Added preference option to set the gdl switcher style
5250 2007-10-13  Johannes Schmid <jhs@gnome.org>
5252         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5253         (get_property_value_as_string), (set_property_value_as_string),
5254         (register_callbacks):
5255         * libanjuta/anjuta-preferences.h:
5256         
5257         Support GtkFileChooserButton as preferences widget
5258         
5259         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5260         
5261         Fixed a Gtk-Critical
5262         
5263         * plugins/file-manager/Makefile.am:
5264         * plugins/file-manager/file-model.c: (file_model_filter_file),
5265         (file_model_add_dummy), (file_model_expand_idle),
5266         (file_model_set_property), (file_model_get_property),
5267         (file_model_class_init):
5268         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5269         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5270         (file_manager_activate), (file_manager_finalize),
5271         (file_manager_instance_init), (ipreferences_merge),
5272         (ipreferences_unmerge), (ipreferences_iface_init):
5273         * plugins/file-manager/plugin.h:
5274         
5275         Added preferences to file-manager
5277         * plugins/glade/plugin.c: (activate_plugin):
5278         
5279         Move Properties widget into center because it is way to big
5280         for the sidebar
5282 2007-10-10  Johannes Schmid <jhs@gnome.org>
5284         * plugins/language-support-cpp-java/Makefile.am:
5285         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5286         * plugins/language-support-cpp-java/anjuta-complete.svg:
5287         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5288         * plugins/language-support-cpp-java/plugin.c:
5289         (register_stock_icons):
5290         
5291         And yet some more icons...
5293 2007-10-10  Johannes Schmid <jhs@gnome.org>
5295         * plugins/debug-manager/breakpoints.c:
5296         * plugins/debug-manager/images/Makefile.am:
5297         * plugins/debug-manager/images/anjuta-bookmark.svg:
5298         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5299         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5300         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5301         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5302         * plugins/debug-manager/images/anjuta-linemark.svg:
5303         * plugins/debug-manager/images/anjuta-pcmark.svg:
5304         * plugins/debug-manager/plugin.c: (register_stock_icons):
5305         * plugins/debug-manager/sparse_view.c:
5306         * plugins/document-manager/images/Makefile.am:
5307         * plugins/document-manager/images/anjuta-block-select.svg:
5308         * plugins/document-manager/images/anjuta-fold-close.svg:
5309         * plugins/document-manager/images/anjuta-fold-open.svg:
5310         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5311         * plugins/document-manager/images/anjuta-indent-less.svg:
5312         * plugins/document-manager/images/anjuta-indent-more.svg:
5313         * plugins/document-manager/images/anjuta-swap.svg:
5314         * plugins/document-manager/images/block_select.xpm:
5315         * plugins/document-manager/images/fold_close.xpm:
5316         * plugins/document-manager/images/fold_open.xpm:
5317         * plugins/document-manager/images/fold_toggle.xpm:
5318         * plugins/document-manager/images/indent.xpm:
5319         * plugins/document-manager/images/indent_dcr.xpm:
5320         * plugins/document-manager/images/indent_inc.xpm:
5321         * plugins/document-manager/plugin.c: (register_stock_icons):    
5322         * plugins/editor/Makefile.am:
5323         * plugins/editor/anjuta-bookmark-16.xpm:
5324         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5325         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5326         * plugins/editor/anjuta-linemark-16.xpm:
5327         * plugins/editor/anjuta-pcmark-16.xpm:
5328         * plugins/editor/bookmark.xpm:
5329         * plugins/editor/breakpoint-disabled.xpm:
5330         * plugins/editor/breakpoint-enabled.xpm:
5331         * plugins/editor/linemarker.xpm:
5332         * plugins/editor/program-counter.xpm:
5333         * plugins/editor/text_editor.c:
5334         * plugins/message-view/Makefile.am:
5335         * plugins/message-view/anjuta-go-message-next.svg:
5336         * plugins/message-view/anjuta-go-message-prev.svg:
5337         * plugins/message-view/anjuta-message-manager.ui:
5338         * plugins/message-view/plugin.c:
5339         * plugins/sourceview/Makefile.am:
5340         * plugins/sourceview/sourceview.c:
5342         Integrated lots of icons from #480093
5343         Thanks to <tpgww@onepost.net>
5345         * plugins/document-manager/plugin.c:
5346         Do not mark the line in ifile_open(), that looks ugly.
5347         
5348         * plugins/document-manager/search-box.c: (on_search_focus_out),
5349         (search_box_init):
5350         Clear the status bar on focus_out.
5351         
5352         * plugins/file-loader/anjuta-loader-plugin.ui:
5353         Fixed a missing "="
5355 2007-10-09  Johannes Schmid <jhs@gnome.org>
5357         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5358         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5360         Some things I missed in the patch for #484419
5361         
5362         * plugins/document-manager/action-callbacks.c:
5363         (on_new_file_activate):
5364         * plugins/document-manager/action-callbacks.h:
5365         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5366         (on_window_key_press_event), (on_gconf_notify_timer):
5367         
5368         484645 – patch to deal with docman FIXME etc
5369         
5370         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5371         * plugins/search/search-replace.c: (search_and_replace),
5372         (write_message_pane), (search_replace_populate),
5373         (translate_dialog_strings), (create_dialog),
5374         (anjuta_search_replace_activate):
5375         * plugins/search/search-replace_backend.c:
5376         (file_buffer_new_from_path), (get_next_match),
5377         (create_search_entries), (regex_backref),
5378         (clear_search_replace_instance):
5379         * plugins/search/search-replace_backend.h:
5380         
5381         #484573 – patch to correct various search-related issues
5382         
5383         Thanks for the above patches to <tpgww@onepost.net>
5384         
5385         * plugins/sourceview/sourceview.c:
5386         (sourceview_create_highligth_indic):
5387         
5388         Use the same marker for important as gedit (yellow background)
5390         * plugins/document-manager/anjuta-document-manager.ui:
5391         * plugins/file-loader/anjuta-file-loader.ui:
5392         * plugins/file-loader/plugin.c:
5393         
5394         Moved FileNew action to document-manager
5396 2007-10-08  Johannes Schmid <jhs@gnome.org>
5398         * plugins/document-manager/search-box.c: (on_search_activated):
5399         Mark messages for translation
5401 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5403         reviewed by: Johannes Schmid <jhs@gnome.org>
5405         * plugins/Makefile.am:
5406         * plugins/build-basic-autotools/build-basic-autotools.c:
5407         (build_compile_file_real):
5408         * plugins/search/search-replace.c:
5409         * plugins/valgrind/preferences.c: (build_general_prefs):
5410         
5411         Fix #484379 – Contents of Makefile.am plugins and
5412         #484419 – Improvement into translation
5414 2007-10-06  Johannes Schmid <jhs@gnome.org>
5416         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5418         Fixed to properly support pointer-to-pointer (**) types
5420         * libanjuta/interfaces/libanjuta.idl:
5421         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5422         * plugins/sourceview/sourceview-cell.h:
5423         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5424         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5425         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5426         (isearch_backward), (isearch_iface_init):
5427         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5428         (itext_editor_iface_init), (iselection_set_iter),
5429         (iselection_get_start_iter), (iselection_get_end_iter),
5430         (iselection_iface_init), (isearch_forward), (isearch_backward),
5431         (isearch_iface_init):
5432         
5433         Added IAnjutaEditorSearch interface and some utility methods to
5434         migrate from positions to iterators for the editor interface.
5435         
5436         * plugins/document-manager/Makefile.am:
5437         * plugins/document-manager/action-callbacks.c:
5438         (on_goto_line_no1_activate), (on_show_search):
5439         * plugins/document-manager/action-callbacks.h:
5440         * plugins/document-manager/anjuta-docman.c:
5441         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5442         (anjuta_docman_grab_text_focus):
5443         * plugins/document-manager/anjuta-document-manager.ui:
5444         * plugins/document-manager/goto_line.c: (removed)
5445         * plugins/document-manager/goto_line.h: (removed)
5446         * plugins/document-manager/search-box.c:
5447         * plugins/document-manager/search-box.h:
5448         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5449         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5450         (update_editor_ui_interface_items), (on_editor_added),
5451         (activate_plugin), (deactivate_plugin):
5452         * plugins/document-manager/plugin.h:
5453         
5454         Created new incremental "Quick Search" bar in the document manager to
5455         replace the crappy EggToolbar entries. Uses the new search interface and
5456         it thus much faster and more reliable.
5457         Fixes: 
5458         Bug 357544 – incremental search should work consistently (or not at all) 
5459         when main toolbar is hidden
5460         Bug 440637 – Search, don't work very well (partly for incremental search)
5461         
5462         * plugins/search/anjuta-search.ui:
5463         * plugins/search/plugin.c: (activate_plugin):
5464         
5465         Removed incremental search stuff
5466         
5467         * plugins/build-basic-autotools/build-basic-autotools.c:
5468         (on_session_save), (on_session_load):
5469         * plugins/build-basic-autotools/executer.c:
5470         (get_program_parameters):
5471         
5472         Scroll to selected executable and remember it across sessions
5473         (followup of #477976)
5474         
5475         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5476         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5477         
5478         * plugins/devhelp/anjuta-devhelp.ui:
5479         Rearraged toolbar items a bit
5481 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5483         * plugins/debug-manager/command.c,
5484         plugins/debug-manager/queue.c,
5485         plugins/gdb/plugin.c,
5486         plugins/gdb/debugger.c:
5487         Fix several crashing bugs (including bug#482985) with the debugger
5488         when closing project, stopping the debugger, restarting the program
5490 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5492         * libanjuta/anjuta-launcher.c:
5493         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5495 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5497         * plugins/debug-manager/command.c,
5498         plugins/debug-manager/queue.c:
5499         Asynchronous command can abort other commands in queue
5500         Resynchronize debugger state when a command is cancelled
5502         * plugins/debug-manager/breakpoints.c:
5503         Free BreakpointItem only when it is not used anymore
5505         * plugins/gdb/plugin.c:
5506         Do not return TRUE if the callback and/or ready signal is not used
5508         * plugins/gdb/debugger.c:
5509         Fix a crash, return correct state when debugger is stopped
5511 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5513         * plugins/project-wizard/autogen.c:
5514         Fix bug#482067, escape project wizard user defined strings
5516 2007-10-01  Johannes Schmid <jhs@gnome.org>
5518         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5519         .glade:
5520         * plugins/build-basic-autotools/build-basic-autotools.c:
5521         (basic_autotools_plugin_instance_init):
5522         * plugins/build-basic-autotools/build-basic-autotools.h:
5523         * plugins/build-basic-autotools/executer.c:
5524         (get_program_parameters):
5525         
5526         Fixed #477976 – Keybinding in run dialog
5528 2007-09-30  Johannes Schmid <jhs@gnome.org>
5530         * plugins/Makefile.am:
5531         Do not build indent plugin (yet)
5532         
5533         * plugins/document-manager/plugin.c: (ipreferences_merge):
5534         Fixed unintentional and wrong change
5536         * plugins/indent/anjuta-indent.ui:
5537         Added missing file
5539 2007-09-28  Johannes Schmid <jhs@gnome.org>
5541         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5542         * libanjuta/anjuta-launcher.h:
5543         Add a method to send EOF to some process. Needed for the indent plugin
5544         and should be useful in general. It does not actually send EOF as this
5545         is not possible with utf-8, but closes the stream instead.
5547         * plugins/devhelp/plugin.c: (value_added_current_editor):
5548         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5549         IAnjutaDocument switch.
5551         * configure.in:
5552         * plugins/Makefile.am:
5553         * plugins/document-manager/Makefile.am:
5554         * plugins/document-manager/action-callbacks.c:
5555         * plugins/document-manager/anjuta-document-manager.glade:
5556         * plugins/document-manager/anjuta-document-manager.ui:
5557         * plugins/document-manager/images/Makefile.am:
5558         * plugins/document-manager/images/indent_auto.xpm:
5559         * plugins/document-manager/images/indent_set.xpm:
5560         * plugins/document-manager/indent-dialog.c:
5561         * plugins/document-manager/indent-dialog.h:
5562         * plugins/document-manager/indent-util.c:
5563         * plugins/document-manager/indent-util.h:
5564         * plugins/document-manager/indent_test.c:
5565         * plugins/document-manager/plugin.c: (register_stock_icons),
5566         (docman_plugin_instance_init), (ipreferences_merge):
5567         * plugins/document-manager/plugin.h:
5568         
5569         Removed indent code from document manager
5570         
5571         * plugins/indent/Makefile.am:
5572         * plugins/indent/indent-dialog.c:
5573         * plugins/indent/indent-util.c: (indent_init_indent_style):
5574         * plugins/indent/indent.glade:
5575         * plugins/indent/indent.plugin.in:
5576         * plugins/indent/plugin.c: (on_indent_finished),
5577         (on_indent_output), (on_indent_action_activate),
5578         (on_edit_editor_indent), (on_style_combo_changed),
5579         (value_added_current_editor), (value_removed_current_editor),
5580         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5581         (indent_plugin_finalize), (indent_plugin_dispose),
5582         (anjuta_indent_plugin_instance_init),
5583         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5584         (ipreferences_unmerge), (ipreferences_iface_init):
5585         * plugins/indent/plugin.h:
5587         Moved indent code to it's own plugin. Also reimplemented indent invocation
5588         using anjuta_launcher and streams. This is not yet completely working, maybe
5589         I got something wrong with the launcher.
5590         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5592 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5594         * plugins/debug-manager/plugin.c:
5595         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5597 2007-09-27  Johannes Schmid <jhs@gnome.org>
5599         * libanjuta/interfaces/libanjuta.idl:
5600         * plugins/Makefile.am:
5601         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5602         (isymbol_type_str), (isymbol_name), (isymbol_args),
5603         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5604         (isymbol_impl), (isymbol_iface_init):
5605         * plugins/symbol-browser/an_symbol_info.c:
5606         * plugins/symbol-browser/an_symbol_info.h:
5607         * plugins/symbol-db/Makefile.am:
5608         * plugins/symbol-db/plugin.c:
5609         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5610         (value_added_current_editor), (on_editor_foreach_clear),
5611         (value_removed_current_editor), (project_root_added),
5612         (symbol_db_activate), (symbol_db_deactivate),
5613         (isymbol_manager_search):
5614         * plugins/symbol-db/readtags.c: (initialize_1):
5615         * plugins/symbol-db/symbol-db-engine-iterator.c:
5616         (sdb_engine_iterator_instance_init),
5617         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5618         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5619         (symbol_db_engine_iterator_move_next),
5620         (symbol_db_engine_iterator_move_prev),
5621         (symbol_db_engine_iterator_get_n_items),
5622         (symbol_db_engine_iterator_last),
5623         (symbol_db_engine_iterator_set_position),
5624         (symbol_db_engine_iterator_get_position),
5625         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5626         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5627         (isymbol_iter_foreach), (isymbol_iter_set_position),
5628         (isymbol_iter_get_position), (isymbol_iter_get_length),
5629         (isymbol_iter_clone), (isymbol_iter_assign),
5630         (isymbol_iter_iface_init):
5631         * plugins/symbol-db/symbol-db-engine-iterator.h:
5632         * plugins/symbol-db/symbol-db-engine.c:
5633         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5634         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5635         (sdb_engine_finalize), (sdb_engine_get_type),
5636         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5637         (sdb_engine_get_table_id_by_unique_name2),
5638         (sdb_engine_get_table_id_by_unique_name3),
5639         (symbol_db_engine_add_new_workspace),
5640         (symbol_db_engine_get_opened_project_name),
5641         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5642         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5643         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5644         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5645         (sdb_engine_add_new_scope_definition),
5646         (sdb_engine_add_new_tmp_heritage_scope),
5647         (sdb_engine_second_pass_update_scope_1),
5648         (sdb_engine_second_pass_update_heritage),
5649         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5650         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5651         (symbol_db_engine_update_project_symbols),
5652         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5653         (symbol_db_engine_update_buffer_symbols),
5654         (sdb_engine_walk_down_scope_path),
5655         (sdb_engine_prepare_symbol_info_sql),
5656         (symbol_db_engine_get_global_members),
5657         (symbol_db_engine_get_scope_members_by_symbol_id),
5658         (symbol_db_engine_get_scope_members),
5659         (symbol_db_engine_get_current_scope),
5660         (symbol_db_engine_get_file_symbols):
5661         * plugins/symbol-db/symbol-db-engine.h:
5662         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5663         (on_symbol_updated), (on_symbol_inserted),
5664         (symbol_db_view_locals_get_line),
5665         (symbol_db_view_locals_update_list):
5666         * plugins/symbol-db/symbol-db-view-search.c:
5667         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5668         * plugins/symbol-db/symbol-db-view-search.h:
5669         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5670         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5671         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5672         * plugins/symbol-db/tables.sql:
5673         * plugins/symbol-db/test/Makefile.am:
5674         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5675         Updated patch from Massimo to improve symbol-db plugin
5677         * plugins/document-manager/plugin.c: (on_editor_changed):
5678         Make the code a bit more robust
5679         
5680         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5681         (anjuta_document_get_property), (anjuta_document_class_init),
5682         (anjuta_document_init), (set_uri), (document_loader_loaded),
5683         (anjuta_document_load), (document_saver_saving):
5684         * plugins/sourceview/anjuta-document.h:
5685         * plugins/sourceview/sourceview.c: (autodetect_language),
5686         (ilanguage_set_language), (ilanguage_get_language):
5687         Fix language detection on startup
5689 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5691         * plugins/document-manager/action-callbacks.c:
5692         (on_editor_command_upper_case_activate),
5693         (on_editor_command_lower_case_activate): Leftover commit from previous
5694         commit (see last changlog entry by me).
5695         
5696         * plugins/file-manager/plugin.c: (file_manager_activate):
5697         Gave proper widget name so that layout works.
5699 2007-09-26  Johannes Schmid <jhs@gnome.org>
5701         * plugins/document-manager/plugin.c: (on_editor_changed),
5702         (docman_plugin_instance_init):
5703         Only unload/load language-support plugins if necessary.
5704         
5705         * plugins/language-manager/plugin.c: (language_manager_activate):
5706         Removed some debugging code
5708         * plugins/sourceview/sourceview.c: (on_document_saved),
5709         (ilanguage_set_language), (ilanguage_get_language):
5710         Fixed ianjuta_language interface and ensure that highlighting is
5711         activated when a new file is saved.
5712         
5713 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5715         * libanjuta/interfaces/libanjuta.idl:
5716         * plugins/document-manager/action-callbacks.c:
5717         (on_editor_command_upper_case_activate),
5718         (on_editor_command_lower_case_activate):
5719         * plugins/editor/text_editor.c: (iselection_has_selection),
5720         (iselection_get_start), (iselection_get_end),
5721         (iselection_iface_init):
5722         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5723         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5724         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5725         method and implemented it for both scintilla and sourceview editors.
5726         Updated document-manager and assist plugins to use the new method.
5728 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5730         * plugins/file-manager/file-view.c:
5731         Fix typo, allow to compile new file manager with gtk < 2.12
5733 2007-09-25  Johannes Schmid <jhs@gnome.org>
5735         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5736         Support Auto-Indent for single lines (e.g no selection);
5737         
5738         * plugins/macro/plugin.c:
5739         Do not use the same shortcut as auto-indent does
5740         
5741         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5742         Optimized keyboard navigation - do not emit char_added when only
5743         navigation keys have been pressed.
5745 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5747         * plugins/language-support-cpp-java/cpp-java-assist.c:
5748         (on_assist_chosen), (cpp_java_assist_install),
5749         (cpp_java_assist_uninstall):
5750         * plugins/language-support-cpp-java/plugin.c: (install_support),
5751         (uninstall_support): Install and uninstall support in correct order.
5752         Fixes a bug where it was installed multiple times resulting in
5753         inserting autocomplete text multiple times.
5755 2007-09-25  Johannes Schmid <jhs@gnome.org>
5757         * configure.in:
5758         Add GNOME_WARNING_FLAGS(maximum) and
5759         GNOME_CXX_WARNIGS(yes) to avoid bugs
5760         the compiler can warn you.
5761         
5762         * libegg/test-tree-utils.c: (key_test):
5763         * plugins/file-manager/file-model.c:
5764         (file_model_cancel_expand_idle), (file_model_sort),
5765         (file_model_row_expanded):
5766         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5767         (file_view_refresh), (file_view_get_selected), (file_view_init),
5768         (file_view_new):
5769         * plugins/file-manager/file-view.h:
5770         * plugins/symbol-db/readtags.c: (initialize_1):
5771         * src/main.c:
5772         
5773         Fixed the more critical warnings
5775 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5777         Icons from tpgww@onepost.net:
5778         * configure.in:
5779         * plugins/debug-manager/Makefile.am:
5780         * plugins/debug-manager/images/Makefile.am:
5781         * plugins/debug-manager/images/anjuta-attach.svg:
5782         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5783         * plugins/debug-manager/images/anjuta-step-into.svg:
5784         * plugins/debug-manager/images/anjuta-step-out.svg:
5785         * plugins/debug-manager/images/anjuta-step-over.svg:
5786         * plugins/debug-manager/plugin.c: (register_stock_icons):
5787         * plugins/document-manager/Makefile.am:
5788         * plugins/document-manager/block_select.xpm:
5789         * plugins/document-manager/fold_close.xpm:
5790         * plugins/document-manager/fold_open.xpm:
5791         * plugins/document-manager/fold_toggle.xpm:
5792         * plugins/document-manager/images/Makefile.am:
5793         * plugins/document-manager/images/anjuta-block-end.svg:
5794         * plugins/document-manager/images/anjuta-block-start.svg:
5795         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5796         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5797         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5798         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5799         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5800         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5801         * plugins/document-manager/indent.xpm:
5802         * plugins/document-manager/indent_auto.xpm:
5803         * plugins/document-manager/indent_dcr.xpm:
5804         * plugins/document-manager/indent_inc.xpm:
5805         * plugins/document-manager/indent_set.xpm:
5806         * plugins/document-manager/plugin.c: Added nicer icons for
5807         document manager and debugger. Organized icons in 'images'
5808         directories.
5810 2007-09-24  Johannes Schmid <jhs@gnome.org>
5812         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5813         Fixed a missing NULL in g_object_set.
5815 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5817         * plugins/language-support-cpp-java/cpp-java-assist.c:
5818         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5819         scope memebers just after scope operator is entered.
5821 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5823         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5824         * plugins/language-support-cpp-java/cpp-java-assist.c:
5825         (completion_function), (completion_compare),
5826         (cpp_java_assist_tag_destroy), (create_completion),
5827         (cpp_java_assist_destroy_completion_cache),
5828         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5829         Show '()' for function items in autocomplete list. Allow adding
5830         ' ' and/or '(' after function call autocompletion and have preferences
5831         settings for them.
5833 2007-09-24  Johannes Schmid <jhs@gnome.org>
5835         * sourceview.c: Reverting patch from r3157 because
5836         of side-effects
5838 2007-09-24  Johannes Schmid <jhs@gnome.org>
5840         * plugins/search/search-replace.c: (on_message_clicked):
5842         Fixed #427104 – No "highlight" of lines matching find-result
5844 2007-09-24  Johannes Schmid <jhs@gnome.org>
5846         * src/anjuta.glade:
5848         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5850 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5852         reviewed by: Johannes Schmid <jhs@gnome.org>
5854         * plugins/build-basic-autotools/executer.c: (execute_program):
5855         Fix #478238 – set env for execute programe in the terminal
5857 2007-09-24 Tom <tpgww@onepost.net>
5859         reviewed by: Johannes Schmid <jhs@gnome.org>
5861         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5862         Fix memory leak
5863         
5864         * plugins/debug-manager/disassemble.c: (on_disassemble):
5865         Correct a format string in DEBUG_PRINT()
5867 2007-09-23  Johannes Schmid <jhs@gnome.org>
5869         * plugins/sourceview/sourceview.c: (offset_to_position),
5870         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5871         (ieditor_get_position), (iselect_set), (iselect_get_start),
5872         (iselect_get_end):
5873         
5874         Fixed #Bug 440637 – Search, don't work very well
5876 2007-09-23  Johannes Schmid <jhs@gnome.org>
5878         * plugins/file-manager/file-model.c: (file_model_get_filename):
5879         * plugins/file-manager/file-model.h:
5880         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5881         (file_view_init), (file_view_class_init):
5882         * plugins/message-view/message-view.c:
5883         (message_view_query_tooltip), (message_view_dispose),
5884         (message_view_instance_init), (message_view_class_init):
5886         Added GTK+ 2.12 style tooltips to file-manager and message view.
5887         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5888         old implementation is used.
5890 2007-09-23  Johannes Schmid <jhs@gnome.org>
5892         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5893         Fixed typo
5894         
5895         * plugins/language-manager/language-manager.plugin.in:
5896         Marked UserActivatable=FALSE
5897         
5898         * plugins/language-manager/plugin.c: (load_languages),
5899         (language_manager_activate), (language_manager_deactivate),
5900         (language_manager_dispose), (language_manager_instance_init),
5901         (language_manager_find_mime_type), (language_manager_find_string),
5902         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5903         (ilanguage_get_name), (ilanguage_get_strings):
5904         
5905         Fixed various stupid bugs in language-manager plugin
5906         
5907         * plugins/symbol-db/symbol-db-engine.c:
5908         (sdb_engine_second_pass_update_scope_1):
5909         
5910         Add a g_return_if_fail to avoid a crash though still unsure
5911         what's causing it.
5913 2007-09-23  Johannes Schmid <jhs@gnome.org>
5915         * plugins/symbol-db/plugin.c: (on_project_element_added),
5916         (sources_array_free), (sources_array_add_foreach),
5917         (project_root_added):
5918         * plugins/symbol-db/symbol-db-engine.c:
5919         (symbol_db_engine_add_new_files):
5920         * plugins/symbol-db/symbol-db-engine.h:
5921         
5922         Added support for other languages than "C" to symbol-db. Now
5923         supports all languages listed by the language-manager.
5925 2007-09-23  Tom <tpgww@onepost.net>
5927         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5929         * configure.in:
5930         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5931         
5932         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5933         (anjuta_glue_factory_get_object_type):
5934         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5935         * plugins/build-basic-autotools/build-basic-autotools.c:
5936         (value_added_current_editor):
5937         * plugins/debug-manager/breakpoints.c:
5938         (breakpoints_dbase_edit_breakpoint),
5939         (on_toggle_breakpoint_activate):
5940         * plugins/debug-manager/plugin.c:
5941         (on_run_to_cursor_action_activate):
5942         * plugins/debug-manager/stack_trace.c:
5943         (dma_thread_update_stack_trace):
5944         * plugins/gdb/plugin.c:
5945         * plugins/glade/plugin.c: (ifile_open):
5946         * plugins/profiler/gprof-call-graph-view.c:
5947         * plugins/profiler/gprof-flat-profile-view.c:
5948         * plugins/profiler/gprof-function-call-tree-view.c:
5949         * plugins/profiler/gprof-options.c: (setup_widgets):
5950         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5951         * plugins/search/search-replace_backend.c:
5952         (file_buffer_new_from_te):
5953         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5954         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5955         (assist_window_get_property), (assist_window_move):
5956         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5957         (value_added_current_editor):
5958         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5959         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5960         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5961         
5962         Many small code, warnings and leak fixes
5964 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5966         * (removed) plugins/debug-manager/debugger.c,
5967         (removed) plugins/debug-manager/debugger.h,
5968         (added) plugins/debug-manager/command.c,
5969         (added) plugins/debug-manager/command.h,
5970         (added) plugins/debug-manager/queue.c,
5971         (added) plugins/debug-manager/queue.h,
5972         plugins/debug-manager/breakpoints.c,
5973         plugins/debug-manager/debug_tree.c,
5974         plugins/debug-manager/debug_tree.h,
5975         plugins/debug-manager/disassemble.c,
5976         plugins/debug-manager/disassemble.h,
5977         plugins/debug-manager/locals.c,
5978         plugins/debug-manager/locals.h,
5979         plugins/debug-manager/memory.c,
5980         plugins/debug-manager/memory.h,
5981         plugins/debug-manager/plugin.c,
5982         plugins/debug-manager/plugin.h,
5983         plugins/debug-manager/registers.c,
5984         plugins/debug-manager/registers.h,
5985         plugins/debug-manager/sharedlib.c,
5986         plugins/debug-manager/sharedlib.h,
5987         plugins/debug-manager/signals.c,
5988         plugins/debug-manager/signals.h,
5989         plugins/debug-manager/stack_trace.c,
5990         plugins/debug-manager/stack_trace.h,
5991         plugins/debug-manager/start.h,
5992         plugins/debug-manager/start.c,
5993         plugins/debug-manager/threads.c,
5994         plugins/debug-manager/threads.h,
5995         plugins/debug-manager/watch.c,
5996         plugins/debug-manager/watch.h,
5997         plugins/debug-manager/Makefile.am,
5998         plugins/gdb/debugger.c,
5999         plugins/gdb/debugger.h,
6000         plugins/gdb/plugin.c,
6001         libanjuta/interfaces/libanjuta.idl:
6002         Split debug-manager/debugger.c into command.c and queue.c
6003         Clean up debugger queue
6004         DmaDebuggerQueue object does not implement IAnjutaDebugger
6006 2007-09-23  Johannes Schmid <jhs@gnome.org>
6008         * configure.in:
6009         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6010         set correctly, etc.)
6011         
6012         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6013         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6014         (plugin_set_update):
6015         
6016         Show an error dialog instead of crashing when plugin loading fails
6018         * plugins/language-manager/Makefile.am:
6019         * plugins/language-manager/language-manager.plugin.in:
6020         * plugins/language-manager/languages.xml:
6021         * plugins/language-manager/plugin.c: (language_destroy),
6022         (load_languages), (language_manager_activate),
6023         (language_manager_deactivate), (language_manager_finalize),
6024         (language_manager_dispose), (language_manager_instance_init),
6025         (language_manager_class_init), (language_manager_find_mime_type),
6026         (language_manager_find_string), (ilanguage_get_from_mime_type),
6027         (ilanguage_get_from_string), (ilanguage_get_name),
6028         (ilanguage_get_strings), (ilanguage_iface_init):
6029         * plugins/language-manager/plugin.h:
6030         
6031         Added new language-manager plugin to have a better organisation for
6032         language names. The xml probabaly needs to be extended over time.
6033         
6034         * plugins/Makefile.am:
6035         * plugins/document-manager/plugin.c: (on_editor_changed):
6036         
6037         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6038         because it does not really save memory but makes tab switching slow.
6039         
6040         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6041         .in:
6042         * plugins/language-support-cpp-java/plugin.c: (install_support),
6043         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6044         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6045         unloading
6047         * plugins/language-support-cpp-java/cpp-java-assist.c:
6048         (cpp_java_assist_show_autocomplete):
6049         
6050         Fix autocomplete to only show valid completions
6052         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6053         Calltips always have correct size and position now
6055 2007-09-22  Johannes Schmid <jhs@gnome.org>
6057         * plugins/search/search-replace_backend.c: (get_next_match):
6058         Removed code introduced by accident that causes a crash.
6059         
6060         * plugins/sourceview/sourceview-tags.c:
6061         * plugins/sourceview/sourceview-tags.h:
6062         Removed ununsed files
6064 2007-09-22  Johannes Schmid <jhs@gnome.org>
6066         * plugins/language-support-cpp-java/cpp-java-assist.c:
6067         Fixed build error
6069 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6071         * plugins/language-support-cpp-java/cpp-java-assist.c:
6072         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6073         Increased matching brace search to 500 chars.
6075 2007-09-21  Johannes Schmid <jhs@gnome.org>
6077         * plugins/language-support-cpp-java/cpp-java-assist.c:
6078         (cpp_java_assist_get_pre_word),
6079         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6080         
6081         Added some profiling debug code
6082         
6083         * plugins/language-support-cpp-java/cpp-java-utils.c:
6084         (cpp_java_util_jump_to_matching_brace):
6085         * plugins/language-support-cpp-java/cpp-java-utils.h:
6086         * plugins/language-support-cpp-java/plugin.c:
6087         (get_line_indentation_base), (get_line_auto_indentation):
6088         
6089         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6090         avoid looping over the whole file when using calltips which is too slow and
6091         unneeded.
6092         
6093         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6094         (assist_tip_set_tips), (assist_tip_get_coordinates),
6095         (assist_tip_new):
6096         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6097         
6098         Better calltips appearance (use theme now) and avoid jumping
6099         calltips
6101 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6103         * plugins/document-manager/plugin.c:
6104         (update_editor_ui_interface_items):
6105         * plugins/language-support-cpp-java/plugin.c: (install_support),
6106         (uninstall_support): Moved autocomplete ui update code from
6107         document-manager to language-plugin.
6109 2007-09-21  Johannes Schmid <jhs@gnome.org>
6111         * libanjuta/interfaces/libanjuta.idl:
6112         
6113         Added IAnjutaLanguage interface (might still change...) for
6114         the upcoming language-manager plugin.
6115         
6116         * plugins/file-manager/Makefile.am:
6117         * plugins/file-manager/file-model.c:
6118         (file_model_cancel_expand_idle), (file_model_add_dummy),
6119         (file_model_expand_idle), (file_model_sort),
6120         (file_model_row_expanded), (file_model_row_collapsed),
6121         (file_model_init), (file_model_finalize),
6122         (file_model_set_property), (file_model_get_property),
6123         (file_model_class_init), (file_model_new), (file_model_refresh),
6124         (file_model_get_uri):
6125         * plugins/file-manager/file-model.h:
6126         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6127         (file_view_expand_row_idle), (file_view_refresh),
6128         (file_view_get_selected), (file_view_button_press_event),
6129         (file_view_selection_changed), (file_view_init),
6130         (file_view_get_property), (file_view_set_property),
6131         (file_view_finalize), (file_view_class_init):
6132         
6133         Split up model/view as far as possible and fixed some file-manager
6134         bugs (popup-menu and incorrect project loading).
6135         
6136         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6137         Use monospace font for tips.
6138         
6139         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6140         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6141         (icell_get_attribute), (icell_style_get_font_description),
6142         (icell_style_get_color), (icell_style_get_background_color),
6143         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6144         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6145         (iiter_get_length), (iiter_clone), (iiter_assign):
6147         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6148         interface. This is way faster though it has the drawback to create invalid
6149         iterators if the buffer is changed.
6151 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6153         * libanjuta/interfaces/libanjuta.idl:
6154         * plugins/document-manager/action-callbacks.c:
6155         * plugins/document-manager/anjuta-document-manager.ui:
6156         * plugins/document-manager/plugin.c: (register_stock_icons):
6157         * plugins/editor/text_editor.c:
6158         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6159         * plugins/language-support-cpp-java/cpp-java-assist.c:
6160         (cpp_java_assist_get_calltip_context):
6161         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6162         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6164         Moved autocomplete menu action from document-manager to assist plugin
6165         and got rid of deprecated autocomplete interface.
6167 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6169         * libanjuta/interfaces/libanjuta.idl:
6170         * plugins/editor/text_editor.c: (iassist_iface_init):
6171         * plugins/language-support-cpp-java/cpp-java-assist.c:
6172         (cpp_java_assist_check), (on_assist_chosen):
6173         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6174         Removed react() methods in both editors and assist interface. Assist
6175         plugin itself handles setting the autocomplete. Also fixed
6176         some mem leaks.
6178 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6180         * plugins/file-manager/Makefile.am:
6181         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6182         (file_view_expand_idle), (file_view_init):
6183         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6184         (file_manager_set_default_uri), (project_root_added),
6185         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6186         (file_manager_activate), (file_manager_deactivate),
6187         (file_manager_instance_init), (file_manager_class_init),
6188         (ifile_manager_set_root), (ifile_manager_set_selected),
6189         (ifile_manager_iface_init): Adjusted white spaces to match
6190         anjuta convention.
6192 2007-09-19  Naba Kumar  <naba@gnome.org>
6194         * libanjuta/interfaces/libanjuta.idl:
6195         * plugins/editor/text_editor.c: (text_editor_instance_init),
6196         (iassist_show_tips), (iassist_cancel_tips),
6197         (iassist_hide_suggestions), (iassist_iface_init):
6198         * plugins/editor/text_editor.h:
6199         * plugins/editor/text_editor_cbs.c:
6200         (on_text_editor_scintilla_notify):
6201         * plugins/language-support-cpp-java/cpp-java-assist.c:
6202         (is_scope_context_character), (is_word_character),
6203         (create_completion), (cpp_java_assist_get_scope_context),
6204         (cpp_java_assist_get_pre_word),
6205         (cpp_java_assist_get_scope_operator),
6206         (cpp_java_assist_destroy_completion_cache),
6207         (cpp_java_assist_create_scope_completion_cache),
6208         (cpp_java_assist_create_word_completion_cache),
6209         (cpp_java_assist_show_autocomplete),
6210         (cpp_java_assist_get_calltip_context),
6211         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6212         (on_editor_char_added), (on_assist_chosen),
6213         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6214         (cpp_java_assist_init), (cpp_java_assist_finalize):
6215         * plugins/language-support-cpp-java/cpp-java-assist.h:
6216         * plugins/language-support-cpp-java/plugin.c:
6217         (initialize_indentation_params):
6218         * plugins/sourceview/assist-tip.c:
6219         * plugins/sourceview/assist-tip.h:
6220         * plugins/sourceview/sourceview-private.h:
6221         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6222         (on_assist_tip_destroyed), (on_assist_cancel),
6223         (on_document_char_added), (iassist_get_suggestions),
6224         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6225         
6226         Implement state-less assistance so that assist can be evaluated
6227         any given time at any position. Changed IAnjutaEditorAssist interfance
6228         and implementations and removed any state management in editors.
6230 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6232         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6233         completion items sorting and avoided unnecssary sorts.
6235         * plugins/text-editor.c: Fixed state.
6237 2007-09-17  Johannes Schmid <jhs@gnome.org>
6239         * plugins/language-support-cpp-java/cpp-java-assist.c:
6240         (on_assist_begin):
6241         
6242         Fixed calltips in sourceview
6244 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6246         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6247         completion items preparation time. Fixed a crash bug.
6249         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6250         Set buffer size (From Massimo, required for symbol-db).
6252         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6253         for suggestions.
6255         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6256         change in API.
6258         * plugins/editor/aneditor-autocomplete.cxx,
6259         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6260         Added ANE_GETWORDBEFORECARAT command.
6262         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6263         using assist interface.
6265         * plugins/editor/text_editor.c: (text_editor_instance_init),
6266         (text_editor_get_word_before_carat),
6267         (text_editor_get_current_word), (iassist_add_trigger),
6268         (iassist_remove_trigger), (on_assist_canceled),
6269         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6270         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6271         * plugins/editor/text_editor.h:
6272         * plugins/editor/text_editor_cbs.c: (trigger_size),
6273         (max_trigger_size), (text_editor_check_assist),
6274         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6275         interface.
6277         * plugins/language-support-cpp-java/Makefile.am:
6278         * plugins/language-support-cpp-java/plugin.c:
6279         (get_line_indentation_base), (get_line_auto_indentation),
6280         (install_support), (uninstall_support),
6281         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6282         (cpp_java_plugin_instance_init):
6283         * plugins/language-support-cpp-java/plugin.h:
6284         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6285         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6286         Make assist a separate class.
6288 2007-09-14  Johannes Schmid <jhs@gnome.org>
6290         * plugins/sourceview/sourceview.c: (iassist_suggest):
6291         Fixed changed char_alignment paramter in language-support
6292         plugin
6294 2007-09-14  Naba Kumar  <naba@gnome.org>
6296         * plugins/language-support-cpp-java/plugin.c: Send the right
6297         'char_alignment' paramenter (needs fixing in sourceview).
6299 2007-09-13  Johannes Schmid <jhs@gnome.org>
6301         * anjuta.anjuta:
6302         * plugins/project-wizard/templates/minimal/project.anjuta:
6303         Use IAnjutaSymbolManager instead of loading the plugin directly.
6304         (TODO: Think of a version to do this for older files...)
6306         * configure.in:
6307         * plugins/Makefile.am:
6308         * plugins/symbol-db/Makefile.am:
6309         
6310         Build symbol-db plugin if libgda-3.0 is found
6312 2007-09-13  Johannes Schmid <jhs@gnome.org>
6314         * plugins/sourceview/Makefile.am:
6315         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6316         (set_uri):
6317         * plugins/sourceview/anjuta-document.h:
6318         Removed lots of dead code
6319         
6320         * plugins/sourceview/anjuta-languages-manager.c:
6321         * plugins/sourceview/anjuta-languages-manager.h:
6322         removed completely
6323         
6324         * plugins/sourceview/sourceview.c: (on_document_char_added),
6325         (on_document_loaded), (sourceview_instance_init),
6326         (iselect_get_start), (iselect_get_end),
6327         (ilanguage_get_supported_languages), (ilanguage_set_language):
6328         
6329         Fixed selection handling and make some adaptions for the changes 
6330         mentioned above
6332 2007-09-13  Johannes Schmid <jhs@gnome.org>
6334         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6335         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6336         (on_assist_update):
6337         
6338         Added preferences to language support completion/calltips
6339         
6340         * plugins/sourceview/assist-window.c: (assist_window_update):
6342         Always select first entry
6344         * plugins/sourceview/sourceview.glade:
6345         Removed old completion preferences
6347 2007-09-11  Naba Kumar  <naba@gnome.org>
6349         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6350         and possible crash when pressing ctrl+d in terminal after preferences
6351         window has been shown once (no need for backport).
6353         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6354         implementations to get warnings instead of crashes for unimplemented
6355         interface methods.
6357 2007-09-11   Massimo Cora' <maxcvs@email.it>
6359         Reviewed by: Naba Kumar  <naba@gnome.org>
6361         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6362         * plugins/symbol-db/*:
6363         Added new symbol-database backend based on SQLite 3.
6364         (does not enabled for build currently).
6366 2007-09-10  Johannes Schmid <jhs@gnome.org>
6368         * anjuta.anjuta:
6369         * configure.in:
6370         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6371         (parse_info_init), (parse_info_free), (valid_element),
6372         (start_element_handler), (end_element_handler), (text_handler),
6373         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6374         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6375         (egg_recent_model_monitor), (egg_recent_model_read),
6376         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6377         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6378         (egg_recent_model_set_property), (egg_recent_model_class_init),
6379         (egg_recent_model_init), (egg_recent_model_add_full),
6380         (egg_recent_model_delete), (egg_recent_model_get_list),
6381         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6382         (egg_recent_model_set_filter_mime_types),
6383         (egg_recent_model_clear_group_filter),
6384         (egg_recent_model_set_filter_groups),
6385         (egg_recent_model_clear_scheme_filter),
6386         (egg_recent_model_set_filter_uri_schemes),
6387         (egg_recent_model_remove_expired):
6388         
6389         Update EggRecent (#456465)
6391 2007-09-10  Johannes Schmid <jhs@gnome.org>
6393         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6394         (anjuta_plugin_manager_get_plugin):
6395         * plugins/profiler/gprof-call-graph-view.c:
6396         (gprof_call_graph_view_create_columns):
6397         * plugins/profiler/gprof-flat-profile-view.c:
6398         (gprof_flat_profile_view_create_columns):
6399         * plugins/profiler/gprof-function-call-tree-view.c:
6400         (gprof_function_call_tree_view_create_columns):
6401         
6402         Fixed #466031 – Update of pieces of menus for Localization
6404 2007-09-10  Johannes Schmid <jhs@gnome.org>
6406         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6407         Bug 343522 – anjuta: Unable to execute commands that use options.
6409 2007-09-09  Johannes Schmid <jhs@gnome.org>
6411         * plugins/document-manager/anjuta-docman.c:
6412         (anjuta_docman_update_page_label):
6413         
6414         Fixed #458034 – Method of indicating unsaved changes breaks convention
6415         
6416         * plugins/document-manager/plugin.c: (update_title),
6417         (value_added_project_root_uri), (value_removed_project_root_uri),
6418         (on_editor_changed), (activate_plugin):
6419         * plugins/document-manager/plugin.h:
6420         * plugins/project-manager/plugin.c: (on_profile_scoped),
6421         (on_profile_descoped), (ifile_open):
6422         
6423         Fixed #427390 – Show path of item in currently focused editor window
6425 2007-09-09  Johannes Schmid <jhs@gnome.org>
6427         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6428         (on_toolbar_find_incremental):
6429         Fix incremental search
6430         
6431         * plugins/sourceview/sourceview.c: (on_document_char_added),
6432         (set_select):
6433         Fixed selection management
6435 2007-09-09  Johannes Schmid <jhs@gnome.org>
6437         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6438         Fixed memory leak
6440         * libanjuta/interfaces/libanjuta.idl:
6441         Extended IAnjutaEditorAssist interface
6442         
6443         * plugins/language-support-cpp-java/plugin.c:
6444         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6445         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6446         (context_character), (get_context), (function_parser),
6447         (cpp_member_parser), (install_assist), (uninstall_assist),
6448         (get_line_indentation_base), (get_line_auto_indentation),
6449         (install_support), (uninstall_support),
6450         (on_value_added_current_editor), (on_value_removed_current_editor),
6451         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6452         * plugins/language-support-cpp-java/plugin.h:
6453         
6454         Improved fixed editor assistance and added support for function/method
6455         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6456         
6457         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6458         Removed a FIXME
6459         
6460         * plugins/project-import/project-import.c: (on_import_next):
6461         Added a non-NULL check with could probably fix #474843 but not sure
6462         
6463         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6464         Fixed anjuta-plugin project wizard
6465         
6466         * plugins/sourceview/Makefile.am:
6467         * plguins/sourceview/assist-tip.[ch]:
6468         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6469         (anjuta_view_key_press_event):
6470         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6471         (assist_window_init), (assist_window_update), (assist_window_new):
6472         * plugins/sourceview/sourceview-private.h:
6473         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6474         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6475         (trigger_size), (max_trigger_size), (on_document_char_added),
6476         (sourceview_dispose), (ieditor_get_current_word),
6477         (iassist_add_trigger), (iassist_init_suggestions),
6478         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6479         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6480         
6481         Big update on sourceview assist capabilites. Autocompletion should
6482         now work much better and function tooltips are finally supported!
6484         * plugins/sourceview/anjuta-document.h:
6485         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6486         (anjuta_document_get_current_word):
6487         Fixed get_current_word (inspired by aneditor.cxx implementation)
6489         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6490         (icell_get_attribute):
6491         Fixed get_attribute() to also detect character constants.
6492         Simplified get_char()
6494         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6495         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6496         (isymbol_manager_get_completions_at_position):
6497         
6498         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6500 2007-09-04  Naba Kumar  <naba@gnome.org>
6502         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6503         projects that can not add sources.
6505         * plugins/file-wizard/file.c: Similarly for file wizard,
6506         Do not enable 'Add to project' projects that can not add sources.
6508 2007-09-04  Naba Kumar  <naba@gnome.org>
6510         * configure.in: Bumped gnome-build requirement to 0.2.0
6511         for project capabilities support.
6513         * plugins/project-manager/plugin.c: Enable/disable project
6514         actions based on project capabilities. Fixes bug #433552:
6515         crash in Anjuta IDE: add file test.h in project on generic
6516         Makefile.
6518         * libanjuta/interfaces/libanjuta.idl: Added method to query
6519         project capabilities.
6521 2007-09-03  Naba Kumar  <naba@gnome.org>
6523         * plugins/file-manager/plugin.c: Set shadow type IN.
6524         * plugins/file-manager/file-view.c: Fixed code style.
6525         * plugins/file-manager/file-view.c: Fixed icons column to size
6526         properly.
6528         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6530         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6531         unmonitors project-uri on file-manager deactivation.
6533         * TODO.tasks: Updated
6535 2007-09-02  Johannes Schmid <jhs@gnome.org>
6537         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6538         Fixed memory leak
6539         
6540         * plugins/file-manager/file-view.c: (file_view_get_selected),
6541         (file_view_button_press_event), (file_view_finalize):
6542         * plugins/file-manager/plugin.c: (project_root_removed),
6543         (file_manager_deactivate):
6544         
6545         Fixed some small bugs I missed before
6547 2007-09-02  Johannes Schmid <jhs@gnome.org>
6549         * plugins/file-manager/*:
6550         Added new and file-manager
6552 2007-09-02  Johannes Schmid <jhs@gnome.org>
6554         * plugins/file-manager/*:
6555         Removed old file-manager
6557 2007-08-31  Johannes Schmid <jhs@gnome.org>
6559         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6560         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6561         
6562         Fixed some memory leaks
6563         
6564         * MAINTAINERS: Fixed
6565         
6566 2007-08-31  Johannes Schmid <jhs@gnome.org>
6568         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6569         (get_property_value_as_string), (set_property_value_as_string),
6570         (register_callbacks), (preferences_foreach_callback),
6571         (anjuta_preferences_register_property_raw):
6572         * libanjuta/anjuta-preferences.h:
6573         * plugins/build-basic-autotools/build-basic-autotools.c:
6574         (on_build_mesg_format):
6575         * plugins/document-manager/anjuta-document-manager.glade:
6576         * plugins/message-view/anjuta-message-manager-plugin.glade:
6577         
6578         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6579         broken message view preferences
6580         
6581         * plugins/message-view/message-view.c:
6582         (message_view_instance_init), (pref_change_color), (prefs_init),
6583         (imessage_view_append):
6584         Cleaned up message view (#458041)
6585         
6586         * src/shell.c: (on_preferences_activate),
6587         (anjuta_test_shell_instance_init),
6588         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6589         Fixed test shell to allow better debugging
6590         
6591 2007-08-31  Johannes Schmid <jhs@gnome.org>
6593         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6594         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6595         * plugins/gtodo/main.h:
6596         * plugins/gtodo/plugin.c: (activate_plugin):
6597         
6598         Fixed #423467 (View->Tasks menu items are not 
6599         checked on startup)
6601 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6603         reviewed by: Johannes Schmid <jhs@gnome.org>
6605         * COPYING:
6606         * data/welcome.txt.in:
6607         * launcher/anjuta_launcher.c:
6608         * libanjuta/anjuta-children.c:
6609         * libanjuta/anjuta-children.h:
6610         * libanjuta/anjuta-debug.h:
6611         * libanjuta/anjuta-encodings.c:
6612         * libanjuta/anjuta-encodings.h:
6613         * libanjuta/anjuta-glue-c.c:
6614         * libanjuta/anjuta-glue-c.h:
6615         * libanjuta/anjuta-plugin-description.c:
6616         * libanjuta/anjuta-plugin-description.h:
6617         * libanjuta/anjuta-plugin-handle.c:
6618         * libanjuta/anjuta-plugin-handle.h:
6619         * libanjuta/anjuta-plugin-manager.c:
6620         * libanjuta/anjuta-plugin-manager.h:
6621         * libanjuta/anjuta-plugin.c:
6622         * libanjuta/anjuta-plugin.h:
6623         * libanjuta/anjuta-preferences.c:
6624         * libanjuta/anjuta-preferences.h:
6625         * libanjuta/anjuta-profile-manager.c:
6626         * libanjuta/anjuta-profile-manager.h:
6627         * libanjuta/anjuta-profile.c:
6628         * libanjuta/anjuta-profile.h:
6629         * libanjuta/anjuta-save-prompt.c:
6630         * libanjuta/anjuta-save-prompt.h:
6631         * libanjuta/anjuta-serializer.c:
6632         * libanjuta/anjuta-serializer.h:
6633         * libanjuta/anjuta-session.c:
6634         * libanjuta/anjuta-session.h:
6635         * libanjuta/anjuta-shell.c:
6636         * libanjuta/anjuta-shell.h:
6637         * libanjuta/anjuta-status.c:
6638         * libanjuta/anjuta-status.h:
6639         * libanjuta/anjuta-ui.c:
6640         * libanjuta/anjuta-ui.h:
6641         * libanjuta/anjuta-utils-priv.h:
6642         * libanjuta/anjuta-utils.c:
6643         * libanjuta/anjuta-utils.h:
6644         * libanjuta/cell-renderer-captioned-image.c:
6645         * libanjuta/cell-renderer-captioned-image.h:
6646         * libanjuta/e-splash.c:
6647         * libanjuta/e-splash.h:
6648         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6649         * libanjuta/interfaces/libanjuta.idl:
6650         * libanjuta/libanjuta.h:
6651         * libanjuta/resources.c:
6652         * libanjuta/resources.h:
6653         * libegg/egg-cell-renderer-text.c:
6654         * libegg/egg-combo-action.c:
6655         * libegg/egg-entry-action.c:
6656         * libegg/egg-recent-action.c:
6657         * libegg/egg-recent-files-module.c:
6658         * libegg/egg-recent-item.c:
6659         * libegg/egg-recent-model.c:
6660         * libegg/egg-recent-view-gtk.c:
6661         * libegg/egg-recent-view.c:
6662         * libegg/egg-submenu-action.c:
6663         * libegg/eggaccelerators.c:
6664         * libegg/eggcellrendererpopup.c:
6665         * libegg/eggcomboselect.c:
6666         * libegg/eggtreemodelfilter.c:
6667         * libegg/eggtreemultidnd.c:
6668         * libegg/gtkcellview.h:
6669         * libegg/treeviewutils/egg-cell-renderer-text.h:
6670         * libegg/treeviewutils/eggaccelerators.h:
6671         * libegg/treeviewutils/eggcellrendererkeys.h:
6672         * libegg/treeviewutils/eggcellrendererpopup.h:
6673         * libegg/treeviewutils/eggtreemodelfilter.h:
6674         * libegg/treeviewutils/eggtreemultidnd.h:
6675         * libegg/treeviewutils/eggtreeviewstate.h:
6676         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6677         * manuals/anjuta-faqs/Makefile.am:
6678         * manuals/anjuta-manual/C/anjuta-manual.xml:
6679         * manuals/anjuta-manual/C/license.xml:
6680         * manuals/anjuta-manual/es/es.po:
6681         * manuals/anjuta-manual/sv/sv.po:
6682         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6683         ml:
6684         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6685         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6686         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6687         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6688         * manuals/old/ja/anjuta-manual/license.xml:
6689         * plugins/build-basic-autotools/build-basic-autotools.c:
6690         * plugins/build-basic-autotools/build-basic-autotools.h:
6691         * plugins/build-basic-autotools/executer.c:
6692         * plugins/build-basic-autotools/executer.h:
6693         * plugins/build/build_file.c:
6694         * plugins/build/build_file.h:
6695         * plugins/build/build_project.c:
6696         * plugins/build/build_project.h:
6697         * plugins/build/clean_project.c:
6698         * plugins/build/clean_project.h:
6699         * plugins/build/commands.c:
6700         * plugins/build/commands.h:
6701         * plugins/build/compile.c:
6702         * plugins/build/compile.h:
6703         * plugins/build/compiler_options.c:
6704         * plugins/build/compiler_options.h:
6705         * plugins/build/configurer.c:
6706         * plugins/build/configurer.h:
6707         * plugins/build/executer.c:
6708         * plugins/build/executer.h:
6709         * plugins/class-gen/cell-renderer-flags.c:
6710         * plugins/class-gen/cell-renderer-flags.h:
6711         * plugins/class-gen/combo-flags.c:
6712         * plugins/class-gen/combo-flags.h:
6713         * plugins/class-gen/element-editor.c:
6714         * plugins/class-gen/element-editor.h:
6715         * plugins/class-gen/generator.c:
6716         * plugins/class-gen/generator.h:
6717         * plugins/class-gen/plugin.c:
6718         * plugins/class-gen/plugin.h:
6719         * plugins/class-gen/transform.c:
6720         * plugins/class-gen/transform.h:
6721         * plugins/class-gen/validator.c:
6722         * plugins/class-gen/validator.h:
6723         * plugins/class-gen/window.c:
6724         * plugins/class-gen/window.h:
6725         * plugins/class-inheritance/class-callbacks.c:
6726         * plugins/class-inheritance/class-callbacks.h:
6727         * plugins/class-inheritance/class-inherit.c:
6728         * plugins/class-inheritance/class-inherit.h:
6729         * plugins/class-inheritance/plugin.c:
6730         * plugins/class-inheritance/plugin.h:
6731         * plugins/cvs-plugin/cvs-actions.c:
6732         * plugins/cvs-plugin/cvs-actions.h:
6733         * plugins/cvs-plugin/cvs-callbacks.c:
6734         * plugins/cvs-plugin/cvs-callbacks.h:
6735         * plugins/cvs-plugin/cvs-execute.c:
6736         * plugins/cvs-plugin/cvs-execute.h:
6737         * plugins/cvs-plugin/cvs-interface.c:
6738         * plugins/cvs-plugin/cvs-interface.h:
6739         * plugins/cvs-plugin/plugin.c:
6740         * plugins/cvs-plugin/plugin.h:
6741         * plugins/debug-manager/breakpoints.c:
6742         * plugins/debug-manager/breakpoints.h:
6743         * plugins/debug-manager/chunk_view.c:
6744         * plugins/debug-manager/chunk_view.h:
6745         * plugins/debug-manager/data_buffer.c:
6746         * plugins/debug-manager/data_buffer.h:
6747         * plugins/debug-manager/data_view.c:
6748         * plugins/debug-manager/data_view.h:
6749         * plugins/debug-manager/debug_tree.c:
6750         * plugins/debug-manager/debug_tree.h:
6751         * plugins/debug-manager/debugger.c:
6752         * plugins/debug-manager/debugger.h:
6753         * plugins/debug-manager/disassemble.c:
6754         * plugins/debug-manager/disassemble.h:
6755         * plugins/debug-manager/info.c:
6756         * plugins/debug-manager/info.h:
6757         * plugins/debug-manager/locals.c:
6758         * plugins/debug-manager/locals.h:
6759         * plugins/debug-manager/memory.c:
6760         * plugins/debug-manager/memory.h:
6761         * plugins/debug-manager/plugin.c:
6762         * plugins/debug-manager/plugin.h:
6763         * plugins/debug-manager/registers.c:
6764         * plugins/debug-manager/registers.h:
6765         * plugins/debug-manager/sexy-icon-entry.c:
6766         * plugins/debug-manager/sexy-icon-entry.h:
6767         * plugins/debug-manager/sharedlib.c:
6768         * plugins/debug-manager/sharedlib.h:
6769         * plugins/debug-manager/signals.c:
6770         * plugins/debug-manager/signals.h:
6771         * plugins/debug-manager/sparse_buffer.c:
6772         * plugins/debug-manager/sparse_buffer.h:
6773         * plugins/debug-manager/sparse_view.c:
6774         * plugins/debug-manager/sparse_view.h:
6775         * plugins/debug-manager/stack_trace.c:
6776         * plugins/debug-manager/stack_trace.h:
6777         * plugins/debug-manager/start.c:
6778         * plugins/debug-manager/start.h:
6779         * plugins/debug-manager/threads.c:
6780         * plugins/debug-manager/threads.h:
6781         * plugins/debug-manager/utilities.c:
6782         * plugins/debug-manager/utilities.h:
6783         * plugins/debug-manager/watch.c:
6784         * plugins/debug-manager/watch.h:
6785         * plugins/devhelp/htmlview.c:
6786         * plugins/devhelp/htmlview.h:
6787         * plugins/document-manager/action-callbacks.c:
6788         * plugins/document-manager/action-callbacks.h:
6789         * plugins/document-manager/anjuta-docman.c:
6790         * plugins/document-manager/anjuta-docman.h:
6791         * plugins/document-manager/editor-tooltips.c:
6792         * plugins/document-manager/editor-tooltips.h:
6793         * plugins/document-manager/file_history.c:
6794         * plugins/document-manager/file_history.h:
6795         * plugins/document-manager/indent-dialog.c:
6796         * plugins/document-manager/indent-dialog.h:
6797         * plugins/document-manager/indent-util.c:
6798         * plugins/document-manager/indent-util.h:
6799         * plugins/document-manager/plugin.c:
6800         * plugins/editor/aneditor-autocomplete.cxx:
6801         * plugins/editor/aneditor-calltip.cxx:
6802         * plugins/editor/aneditor-indent.cxx:
6803         * plugins/editor/aneditor-priv.h:
6804         * plugins/editor/aneditor.cxx:
6805         * plugins/editor/aneditor.h:
6806         * plugins/editor/lexer.h:
6807         * plugins/editor/plugin.c:
6808         * plugins/editor/plugin.h:
6809         * plugins/editor/print.c:
6810         * plugins/editor/print.h:
6811         * plugins/editor/properties.h:
6812         * plugins/editor/properties_cxx.h:
6813         * plugins/editor/style-editor.c:
6814         * plugins/editor/style-editor.h:
6815         * plugins/editor/text-editor-iterable.c:
6816         * plugins/editor/text-editor-iterable.h:
6817         * plugins/editor/text_editor.c:
6818         * plugins/editor/text_editor.h:
6819         * plugins/editor/text_editor_cbs.c:
6820         * plugins/editor/text_editor_cbs.h:
6821         * plugins/editor/text_editor_menu.c:
6822         * plugins/editor/text_editor_menu.h:
6823         * plugins/editor/text_editor_prefs.c:
6824         * plugins/editor/text_editor_prefs.h:
6825         * plugins/file-loader/dnd.c:
6826         * plugins/file-loader/dnd.h:
6827         * plugins/file-loader/plugin.c:
6828         * plugins/file-manager/an_file_view.c:
6829         * plugins/file-manager/plugin.c:
6830         * plugins/file-wizard/file.c:
6831         * plugins/file-wizard/file.h:
6832         * plugins/file-wizard/plugin.c:
6833         * plugins/file-wizard/plugin.h:
6834         * plugins/gdb/debugger.c:
6835         * plugins/gdb/debugger.h:
6836         * plugins/gdb/gdbmi-test.c:
6837         * plugins/gdb/gdbmi.c:
6838         * plugins/gdb/gdbmi.h:
6839         * plugins/gdb/global.h:
6840         * plugins/gdb/parser.c:
6841         * plugins/gdb/parser.h:
6842         * plugins/gdb/plugin.c:
6843         * plugins/gdb/plugin.h:
6844         * plugins/gdb/utilities.c:
6845         * plugins/gdb/utilities.h:
6846         * plugins/glade/plugin.c:
6847         * plugins/glade/plugin.h:
6848         * plugins/gtodo/egg-datetime.c:
6849         * plugins/gtodo/egg-datetime.h:
6850         * plugins/gtodo/eggtrayicon.c:
6851         * plugins/gtodo/eggtrayicon.h:
6852         * plugins/gtodo/plugin.c:
6853         * plugins/gvim/anjuta-vim.c:
6854         * plugins/gvim/anjuta-vim.h:
6855         * plugins/gvim/gtkvim.c:
6856         * plugins/gvim/gtkvim.h:
6857         * plugins/gvim/plugin.c:
6858         * plugins/gvim/plugin.h:
6859         * plugins/language-support-cpp-java/plugin.c:
6860         * plugins/language-support-cpp-java/plugin.h:
6861         * plugins/macro/macro-actions.c:
6862         * plugins/macro/macro-actions.h:
6863         * plugins/macro/macro-db.c:
6864         * plugins/macro/macro-db.h:
6865         * plugins/macro/macro-dialog.c:
6866         * plugins/macro/macro-dialog.h:
6867         * plugins/macro/macro-edit.c:
6868         * plugins/macro/macro-edit.h:
6869         * plugins/macro/macro-util.c:
6870         * plugins/macro/macro-util.h:
6871         * plugins/macro/plugin.c:
6872         * plugins/macro/plugin.h:
6873         * plugins/message-view/anjuta-msgman.c:
6874         * plugins/message-view/anjuta-msgman.h:
6875         * plugins/message-view/message-view.c:
6876         * plugins/message-view/message-view.h:
6877         * plugins/message-view/plugin.c:
6878         * plugins/message-view/plugin.h:
6879         * plugins/patch/patch-plugin.c:
6880         * plugins/patch/patch-plugin.h:
6881         * plugins/patch/plugin.c:
6882         * plugins/patch/plugin.h:
6883         * plugins/profiler/gprof-call-graph-block-entry.c:
6884         * plugins/profiler/gprof-call-graph-block-entry.h:
6885         * plugins/profiler/gprof-call-graph-block.c:
6886         * plugins/profiler/gprof-call-graph-block.h:
6887         * plugins/profiler/gprof-call-graph-view.c:
6888         * plugins/profiler/gprof-call-graph-view.h:
6889         * plugins/profiler/gprof-call-graph.c:
6890         * plugins/profiler/gprof-call-graph.h:
6891         * plugins/profiler/gprof-flat-profile-entry.c:
6892         * plugins/profiler/gprof-flat-profile-entry.h:
6893         * plugins/profiler/gprof-flat-profile-view.c:
6894         * plugins/profiler/gprof-flat-profile-view.h:
6895         * plugins/profiler/gprof-flat-profile.c:
6896         * plugins/profiler/gprof-flat-profile.h:
6897         * plugins/profiler/gprof-function-call-chart-view.c:
6898         * plugins/profiler/gprof-function-call-chart-view.h:
6899         * plugins/profiler/gprof-function-call-tree-view.c:
6900         * plugins/profiler/gprof-function-call-tree-view.h:
6901         * plugins/profiler/gprof-options.c:
6902         * plugins/profiler/gprof-options.h:
6903         * plugins/profiler/gprof-profile-data.c:
6904         * plugins/profiler/gprof-profile-data.h:
6905         * plugins/profiler/gprof-view-manager.c:
6906         * plugins/profiler/gprof-view-manager.h:
6907         * plugins/profiler/gprof-view.c:
6908         * plugins/profiler/gprof-view.h:
6909         * plugins/profiler/plugin.c:
6910         * plugins/profiler/plugin.h:
6911         * plugins/profiler/string-utils.c:
6912         * plugins/profiler/string-utils.h:
6913         * plugins/project-import/plugin.c:
6914         * plugins/project-import/plugin.h:
6915         * plugins/project-import/project-import.c:
6916         * plugins/project-import/project-import.h:
6917         * plugins/project-manager/plugin.c:
6918         * plugins/project-manager/plugin.h:
6919         * plugins/project-wizard/action.c:
6920         * plugins/project-wizard/action.h:
6921         * plugins/project-wizard/autogen.c:
6922         * plugins/project-wizard/autogen.h:
6923         * plugins/project-wizard/druid.c:
6924         * plugins/project-wizard/druid.h:
6925         * plugins/project-wizard/file.c:
6926         * plugins/project-wizard/file.h:
6927         * plugins/project-wizard/header.c:
6928         * plugins/project-wizard/header.h:
6929         * plugins/project-wizard/install.c:
6930         * plugins/project-wizard/install.h:
6931         * plugins/project-wizard/parser.c:
6932         * plugins/project-wizard/parser.h:
6933         * plugins/project-wizard/plugin.c:
6934         * plugins/project-wizard/plugin.h:
6935         * plugins/project-wizard/property.c:
6936         * plugins/project-wizard/property.h:
6937         * plugins/project-wizard/values.c:
6938         * plugins/project-wizard/values.h:
6939         * plugins/sample1/plugin.c:
6940         * plugins/search/plugin.c:
6941         * plugins/search/plugin.h:
6942         * plugins/search/search-replace_backend.c:
6943         * plugins/search/search-replace_backend.h:
6944         * plugins/search/search_preferences.c:
6945         * plugins/sourceview/anjuta-convert.c:
6946         * plugins/sourceview/anjuta-convert.h:
6947         * plugins/sourceview/anjuta-document-loader.c:
6948         * plugins/sourceview/anjuta-document-loader.h:
6949         * plugins/sourceview/anjuta-document-saver.c:
6950         * plugins/sourceview/anjuta-document-saver.h:
6951         * plugins/sourceview/anjuta-document.c:
6952         * plugins/sourceview/anjuta-document.h:
6953         * plugins/sourceview/anjuta-encodings.c:
6954         * plugins/sourceview/anjuta-encodings.h:
6955         * plugins/sourceview/anjuta-languages-manager.c:
6956         * plugins/sourceview/anjuta-languages-manager.h:
6957         * plugins/sourceview/anjuta-utils.c:
6958         * plugins/sourceview/anjuta-utils.h:
6959         * plugins/sourceview/anjuta-view.c:
6960         * plugins/sourceview/anjuta-view.h:
6961         * plugins/sourceview/assist-window.c:
6962         * plugins/sourceview/assist-window.h:
6963         * plugins/sourceview/sourceview-cell.c:
6964         * plugins/sourceview/sourceview-cell.h:
6965         * plugins/sourceview/sourceview-prefs.c:
6966         * plugins/sourceview/sourceview-prefs.h:
6967         * plugins/sourceview/sourceview-print.c:
6968         * plugins/sourceview/sourceview-print.h:
6969         * plugins/sourceview/sourceview-private.h:
6970         * plugins/sourceview/sourceview-tags.c:
6971         * plugins/sourceview/sourceview-tags.h:
6972         * plugins/sourceview/sourceview.c:
6973         * plugins/sourceview/sourceview.h:
6974         * plugins/subversion/plugin.c:
6975         * plugins/subversion/plugin.h:
6976         * plugins/subversion/subversion-actions.c:
6977         * plugins/subversion/subversion-actions.h:
6978         * plugins/subversion/subversion-callbacks.c:
6979         * plugins/subversion/subversion-callbacks.h:
6980         * plugins/subversion/svn-auth.c:
6981         * plugins/subversion/svn-auth.h:
6982         * plugins/subversion/svn-backend-priv.h:
6983         * plugins/subversion/svn-backend.c:
6984         * plugins/subversion/svn-backend.h:
6985         * plugins/subversion/svn-notify.c:
6986         * plugins/subversion/svn-notify.h:
6987         * plugins/subversion/svn-thread.c:
6988         * plugins/subversion/svn-thread.h:
6989         * plugins/symbol-browser/an_symbol.c:
6990         * plugins/symbol-browser/an_symbol.h:
6991         * plugins/symbol-browser/an_symbol_info.c:
6992         * plugins/symbol-browser/an_symbol_info.h:
6993         * plugins/symbol-browser/an_symbol_iter.c:
6994         * plugins/symbol-browser/an_symbol_iter.h:
6995         * plugins/symbol-browser/an_symbol_prefs.c:
6996         * plugins/symbol-browser/an_symbol_prefs.h:
6997         * plugins/symbol-browser/an_symbol_search.c:
6998         * plugins/symbol-browser/an_symbol_search.h:
6999         * plugins/symbol-browser/an_symbol_view.c:
7000         * plugins/symbol-browser/an_symbol_view.h:
7001         * plugins/symbol-browser/plugin.c:
7002         * plugins/symbol-browser/plugin.h:
7003         * plugins/terminal/terminal.c:
7004         * plugins/tools/dialog.c:
7005         * plugins/tools/dialog.h:
7006         * plugins/tools/editor.c:
7007         * plugins/tools/editor.h:
7008         * plugins/tools/execute.c:
7009         * plugins/tools/execute.h:
7010         * plugins/tools/fileop.c:
7011         * plugins/tools/fileop.h:
7012         * plugins/tools/plugin.c:
7013         * plugins/tools/plugin.h:
7014         * plugins/tools/scripts/find-fixmes.pl:
7015         * plugins/tools/scripts/translation-status.pl:
7016         * plugins/tools/tool.c:
7017         * plugins/tools/tool.h:
7018         * plugins/tools/variable.c:
7019         * plugins/tools/variable.h:
7020         * plugins/valgrind/ldd.c:
7021         * plugins/valgrind/ldd.h:
7022         * plugins/valgrind/list.c:
7023         * plugins/valgrind/list.h:
7024         * plugins/valgrind/menu-utils.c:
7025         * plugins/valgrind/menu-utils.h:
7026         * plugins/valgrind/parser.c:
7027         * plugins/valgrind/parser.h:
7028         * plugins/valgrind/plugin.c:
7029         * plugins/valgrind/plugin.h:
7030         * plugins/valgrind/preferences.c:
7031         * plugins/valgrind/preferences.h:
7032         * plugins/valgrind/process.c:
7033         * plugins/valgrind/process.h:
7034         * plugins/valgrind/symtab.c:
7035         * plugins/valgrind/symtab.h:
7036         * plugins/valgrind/vgactions.c:
7037         * plugins/valgrind/vgactions.h:
7038         * plugins/valgrind/vgcachegrindprefs.c:
7039         * plugins/valgrind/vgcachegrindprefs.h:
7040         * plugins/valgrind/vgdefaultview.c:
7041         * plugins/valgrind/vgdefaultview.h:
7042         * plugins/valgrind/vgerror.c:
7043         * plugins/valgrind/vgerror.h:
7044         * plugins/valgrind/vggeneralprefs.c:
7045         * plugins/valgrind/vggeneralprefs.h:
7046         * plugins/valgrind/vghelgrindprefs.c:
7047         * plugins/valgrind/vghelgrindprefs.h:
7048         * plugins/valgrind/vgio.c:
7049         * plugins/valgrind/vgio.h:
7050         * plugins/valgrind/vgmemcheckprefs.c:
7051         * plugins/valgrind/vgmemcheckprefs.h:
7052         * plugins/valgrind/vgrule-editor.c:
7053         * plugins/valgrind/vgrule-editor.h:
7054         * plugins/valgrind/vgrule-list.c:
7055         * plugins/valgrind/vgrule-list.h:
7056         * plugins/valgrind/vgrule.c:
7057         * plugins/valgrind/vgrule.h:
7058         * plugins/valgrind/vgrulepattern.c:
7059         * plugins/valgrind/vgrulepattern.h:
7060         * plugins/valgrind/vgsearchbar.c:
7061         * plugins/valgrind/vgsearchbar.h:
7062         * plugins/valgrind/vgstrpool.c:
7063         * plugins/valgrind/vgstrpool.h:
7064         * plugins/valgrind/vgtoolprefs.c:
7065         * plugins/valgrind/vgtoolprefs.h:
7066         * plugins/valgrind/vgtoolview.c:
7067         * plugins/valgrind/vgtoolview.h:
7068         * src/about.c:
7069         * src/about.h:
7070         * src/action-callbacks.c:
7071         * src/action-callbacks.h:
7072         * src/anjuta-actions.h:
7073         * src/anjuta-app.c:
7074         * src/anjuta-app.h:
7075         * src/anjuta-callbacks.c:
7076         * src/anjuta-callbacks.h:
7077         * src/anjuta.c:
7078         * src/anjuta.h:
7079         * src/anjuta_cbs.c:
7080         * src/bacon-message-connection.c:
7081         * src/bacon-message-connection.h:
7082         * src/getline.c:
7083         * src/main.c:
7084         * src/shell.c:
7085         * src/shell.h:
7086         * src/start-with.c:
7087         * src/start-with.h:
7088         * src/utilities.c:
7089         * src/utilities.h:
7090         * tagmanager/options.c:
7091         
7092         Change the address of FSF in various files
7094 2007-08-30  Johannes Schmid <jhs@gnome.org>
7096         * anjuta.glade:
7097         * anjuta.gladep:
7098         Removed because they are no longer in use
7099         
7100         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7101         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7102         Marked some strings as not translatable
7104         * plugins/search/search-replace.c: (list_max_items):
7105         Fixed a possible memory corruption
7107         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7108         Do not show menuitems for locked layout items
7110         * src/main.c: (main):
7111         Some minor style correction in gnome_init
7113 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7115         * plugins/debug-manager/debugger.c,
7116         plugins/debug-manager/breakpoints.c,
7117         plugins/gdb/plugin.c,
7118         plugins/gdb/debugger.c,
7119         libanjuta/interfaces/libanjuta.idl:
7120         Move all breakpoints functions from IAnjutaDebugger to a new
7121         IAnjutaBreakpointDebugger interface
7123 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7125         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7126         * plugins/debug-manager/plugin.c,
7127         plugins/debug-manager/breakpoints.c,
7128         plugins/tools/execute.c,
7129         plugins/project-wizard/plugin.c,
7130         plugins/build-basic-autotools/executer.c,
7131         plugins/gdb/debugger.c,
7132         plugins/profiler/gprof-options.h,
7133         plugins/sourceview/assist-window.h,
7134         plugins/class-gen/transform.c,
7135         libanjuta/anjuta-plugin-description.c,
7136         libanjuta/anjuta-status.c,
7137         libanjuta/anjuta-glue-c.c,
7138         libanjuta/anjuta-glue-cpp.c,
7139         plugins/symbol-browser/an_symbol_prefs.c:
7140         Fix warnings mostly "dereferencing type-punned pointer"
7141         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7143 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7145         * plugins/debug-manager/breakpoints.c,
7146         plugins/debug-manager/debugger.c:
7147         Avoid an endless loop if clearing all breakpoints while the programm
7148         is running
7150 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7152         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7153         * plugins/debug-manager/plugin.c:
7154         Fix a segmentation fault added in the previous patch
7156 2007-07-21  Johannes Schmid <jhs@gnome.org>
7158         * plugins/build-basic-autotools/executer.c:
7159         (get_program_parameters):
7160         
7161         Show an error dialog if no targets are availible instead of
7162         just returning
7164 2007-07-20  Johannes Schmid <jhs@gnome.org>
7166         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7167         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7168         * libanjuta/anjuta-shell.h:
7169         * plugins/document-manager/plugin.c: (activate_plugin):
7170         * plugins/glade/anjuta-design-document.c:
7171         * plugins/glade/plugin.c: (glade_update_ui):
7172         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7173         (anjuta_shell_iface_init):
7174         * src/shell.c: (anjuta_test_shell_add_widget),
7175         (anjuta_shell_iface_init):
7176         
7177         Make the document manager undockable (#458038)
7179 2007-07-20  Johannes Schmid <jhs@gnome.org>
7181         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7182         * plugins/glade/anjuta-design-document.c:
7183         * plugins/glade/plugin.c: (glade_update_ui):
7184         
7185         Fixed some save/dirty status bug in glade
7187 2007-07-20  Johannes Schmid <jhs@gnome.org>
7189         * libanjuta/anjuta-status.c:
7190         Fixed crasher on shutdown
7192 2007-07-20  Johannes Schmid <jhs@gnome.org>
7194         * configure.in:
7195         Minimum glade requirement is 3.2 now. It was before
7196         but we did not check...
7197         
7198         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7199         * libanjuta/anjuta-profile.c:
7200         (anjuta_profile_add_plugins_from_xml):
7201         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7202         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7203         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7204         * plugins/file-loader/plugin.c: (on_create_submenu):
7205         * plugins/file-manager/an_file_view.c: (compare_iter):
7206         * plugins/glade/plugin.c: (activate_plugin):
7207         * src/anjuta-app.c: (on_toolbar_view_toggled):
7208         * src/main.c: (main):
7209         
7210         Fixed lots of memory leaks (thansk valgrind)
7212 2007-07-19  Johannes Schmid <jhs@gnome.org>
7214         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7215         * plugins/document-manager/anjuta-docman.c:
7216         (anjuta_docman_set_busy):
7217         * plugins/document-manager/plugin.c: (on_editor_changed):
7218         * plugins/glade/plugin.c: (activate_plugin):
7219         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7220         (on_value_removed_current_editor):
7221         
7222         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7224 2007-07-18  Johannes Schmid <jhs.gnome.org>
7226         * plugins/build-basic-autotools/executer.c: (execute_program):
7227         Fixed some of the scratchbox stuff but the environment is
7228         still broken
7230 2007-07-18  Johannes Schmid <jhs@gnome.org>
7232         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7233         (on_plugin_deactivated), (get_plugin_loader_type):
7234         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7235         (activate_plugin), (deactivate_plugin),
7236         (glade_plugin_instance_init):
7237         
7238         Fixed glade plugin deactivation
7240 2007-07-18  Johannes Schmid <jhs@gnome.org>
7242         * plugins/document-manager/anjuta-docman.c:
7243         (anjuta_docman_add_document):
7244         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7245         
7246         Fixed path display in document manager with glade files
7248 2007-07-17  Johannes Schmid <jhs@gnome.org>
7250         * libanjuta/interfaces/Makefile.am.iface:
7251         * pixmaps/Makefile.am:
7252         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7253         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7254         (value_removed_current_editor):
7255         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7256         (anjuta_docman_set_current_document):
7257         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7258         (on_editor_added), (on_editor_changed):
7259         * plugins/glade/Makefile.am:
7260         * plugins/glade/anjuta-design-document.c:
7261         (anjuta_design_document_instance_init),
7262         (anjuta_design_document_set_property),
7263         (anjuta_design_document_get_property),
7264         (anjuta_design_document_class_init), (anjuta_design_document_new),
7265         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7266         * plugins/glade/anjuta-design-document.h:
7267         * plugins/glade/anjuta-glade-notebook.c:
7268         * plugins/glade/anjuta-glade-notebook.h:
7269         * plugins/glade/plugin.c: (value_added_current_editor),
7270         (value_removed_current_editor), (glade_update_ui),
7271         (on_close_activated), (on_glade_project_changed),
7272         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7273         (ifile_open):
7274         * plugins/language-support-cpp-java/plugin.c:
7275         (on_value_added_current_editor), (on_value_removed_current_editor):
7276         * plugins/macro/plugin.c: (value_added_current_editor):
7277         * plugins/project-manager/plugin.c: (value_added_current_editor):
7278         * plugins/subversion/plugin.c: (value_added_current_editor):
7279         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7281         Fixed lot of IAnjutaEditor stuff and completed glade integration
7282         with document manager
7283         
7284         * plugins/build-basic-autotools/build-basic-autotools.c:
7285         (value_added_current_editor):
7286         * plugins/build-basic-autotools/executer.c: (execute_program):
7287         
7288         Some initial code to execute projects inside scratchbox
7289         
7290 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7292         * plugins/project-import/project-import.c:
7293         Project import overwrites file on user request (bug #452579)
7295 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7297         * plugins/debug-manager/debugger.c,
7298         plugins/debug-manager/threads.c,
7299         plugins/debug-manager/plugin.c,
7300         plugins/debug-manager/registers.c,
7301         plugins/debug-manager/locals.c,
7302         plugins/debug-manager/stack_trace.c,
7303         plugins/gdb/plugin.c,
7304         plugins/gdb/debugger.c,
7305         plugins/gdb/debugger.h,
7306         libanjuta/interfaces/libanjuta.idl:
7307         Rename change-location to program-moved
7308         Store thread id as gint instead of guint
7309         Do not display registers list if not available
7310         Add intermediate debugger states if missing
7312 2007-07-11  Johannes Schmid <jhs@gnome.org>
7314         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7315         .glade:
7316         Reverted unnecessary changes (#455819)
7318 2007-07-10  Johannes Schmid <jhs@gnome.org>
7320         * plugins/glade/plugin.c:
7321         Fixed glade plugin with glade 3.2 and another crasher
7323 2007-07-09  Johannes Schmid <jhs@gnome.org>
7325         * libanjuta/interfaces/libanjuta.idl:
7326         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7327         .glade:
7328         * plugins/debug-manager/breakpoints.c:
7329         (breakpoint_item_update_in_ui),
7330         (breakpoints_dbase_edit_breakpoint),
7331         (on_toggle_breakpoint_activate):
7332         * plugins/debug-manager/plugin.c:
7333         (on_run_to_cursor_action_activate):
7334         * plugins/document-manager/action-callbacks.c:
7335         (on_editor_command_cut_activate),
7336         (on_editor_command_copy_activate),
7337         (on_editor_command_paste_activate),
7338         (on_editor_command_clear_activate):
7339         * plugins/document-manager/anjuta-docman.c:
7340         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7341         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7342         (anjuta_docman_goto_file_line_mark),
7343         (anjuta_docman_find_editor_with_path),
7344         (anjuta_docman_get_all_editors):
7345         * plugins/document-manager/anjuta-docman.h:
7346         * plugins/document-manager/plugin.c:
7347         (update_editor_ui_interface_items), (on_editor_update_ui),
7348         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7349         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7350         (ianjuta_document_manager_iface_init), (isaveable_save),
7351         (isavable_is_dirty):
7352         * plugins/editor/editor.glade:
7353         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7354         (idocument_paste), (idocument_clear), (idocument_iface_init),
7355         (iselection_iface_init):
7356         * plugins/glade/Makefile.am:
7357         * plugins/glade/anjuta-glade-notebook.c:
7358         (anjuta_glade_notebook_instance_init),
7359         (anjuta_glade_notebook_set_property),
7360         (anjuta_glade_notebook_get_property),
7361         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7362         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7363         (ifile_savable_save), (ifile_savable_save_as),
7364         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7365         (ifile_savable_iface_init), (idocument_can_redo),
7366         (idocument_can_undo), (idocument_begin_undo_action),
7367         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7368         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7369         (idocument_copy), (idocument_paste), (idocument_clear),
7370         (idocument_iface_init):
7371         * plugins/language-support-cpp-java/plugin.c:
7372         (on_value_added_current_editor), (on_value_removed_current_editor):
7373         * plugins/macro/macro-util.c: (get_current_editor):
7374         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7375         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7376         (on_next_occur), (on_incremental_entry_key_press),
7377         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7378         (on_toolbar_find_incremental_start),
7379         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7380         * plugins/search/search-replace.c: (search_start_over),
7381         (search_update_combos), (replace_update_combos),
7382         (anjuta_search_replace_activate):
7383         * plugins/search/search-replace_backend.c: (create_search_entries):
7384         * plugins/sourceview/sourceview.c: (idocument_cut),
7385         (idocument_copy), (idocument_paste), (idocument_clear),
7386         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7387         * plugins/tools/editor.c: (on_editor_response):
7388         * plugins/tools/execute.c: (get_current_editor),
7389         (atp_output_context_initialize), (atp_user_tool_execute):
7390         * plugins/tools/variable.c: (get_current_editor),
7391         (atp_variable_get_editor_variable):
7392         
7393         Some more IAnjutaEditor => IAnjutaDocument fixing!
7394         
7395         * plugins/glade/anjuta-glade-notebook.h:
7396         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7397         (glade_update_ui):
7398         * plugins/glade/plugin.h:
7399         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7400         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7401         be used for glade, too. It might still have some rough edges but already works.
7402         (Fixes #415547 – Glade usability problem)
7404 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7406         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7407           development release (I updated version of glade3 svn to 3.3.2).
7409 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7411         * plugins/symbol-browser/an_symbol_view.c:
7412         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7414 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7416         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7417         (on_system_tags_update_finished), (on_update_global_clicked),
7418         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7419         (symbol_browser_prefs_init),
7420         (symbol_browser_prefs_create_global_tags),
7421         (symbol_browser_load_global_tags):
7422         * plugins/symbol-browser/an_symbol_prefs.h:
7423         * plugins/symbol-browser/an_symbol_view.c:
7424         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7425         * plugins/symbol-browser/an_symbol_view.h:
7426         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7427         on global tags update because of delayed prefs merging. Happens when
7428         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7429         is opened.
7431 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7433         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7434         after install/uninstall.
7436         Patch from James Liggett:
7437         * scripts/glade2schemas.pl: Fixed creating schemas for list
7438         values.
7440 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7442         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7443           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7444           development release since glade svn version is also 3.3.1. In future, the
7445           solution would be for us to always increment the micro version when
7446           changing the API.
7448 2007-07-05  Johannes Schmid <jhs@gnome.org>
7450         * libanjuta/interfaces/libanjuta.idl:
7451         * plugins/build-basic-autotools/build-basic-autotools.c:
7452         (on_build_mesg_format):
7453         * plugins/debug-manager/breakpoints.c:
7454         (breakpoint_item_update_in_ui),
7455         (breakpoints_dbase_edit_breakpoint),
7456         (on_toggle_breakpoint_activate):
7457         * plugins/debug-manager/plugin.c:
7458         (on_run_to_cursor_action_activate):
7459         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7460         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7461         (get_current_editor), (on_save_activate), (on_save_as_activate),
7462         (on_save_prompt_save_editor), (on_close_file_activate),
7463         (on_close_all_file_activate), (on_reload_file_activate),
7464         (anjuta_print_cb), (anjuta_print_preview_cb),
7465         (on_editor_command_upper_case_activate),
7466         (on_editor_command_lower_case_activate),
7467         (on_editor_command_undo_activate),
7468         (on_editor_command_redo_activate),
7469         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7470         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7471         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7472         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7473         (on_zoom_out_text_activate), (on_force_hilite_activate),
7474         (on_indent1_activate), (on_swap_activate),
7475         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7476         * plugins/document-manager/anjuta-docman.c:
7477         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7478         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7479         (anjuta_docman_dispose), (on_notebook_switch_page),
7480         (anjuta_docman_page_from_widget), (on_editor_destroy),
7481         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7482         (anjuta_docman_get_current_document),
7483         (anjuta_docman_set_current_document),
7484         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7485         (anjuta_docman_update_page_label),
7486         (anjuta_docman_get_document_from_path),
7487         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7488         (anjuta_docman_order_tabs):
7489         * plugins/document-manager/anjuta-docman.h:
7490         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7491         (update_editor_ui_interface_items), (update_editor_ui),
7492         (on_editor_update_save_ui), (on_editor_update_ui),
7493         (on_editor_changed), (on_save_prompt_save_editor),
7494         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7495         (ianjuta_docman_get_current_document),
7496         (ianjuta_docman_set_current_document),
7497         (ianjuta_docman_remove_buffer),
7498         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7499         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7500         (idocument_get_filename), (idocument_can_undo),
7501         (idocument_can_redo), (idocument_undo),
7502         (idocument_begin_undo_action), (idocument_end_undo_action),
7503         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7504         * plugins/language-support-cpp-java/plugin.c:
7505         (on_editor_char_inserted_cpp), (on_auto_indent):
7506         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7507         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7508         * plugins/sample1/plugin.c: (on_sample_action_activate):
7509         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7510         (on_next_occur), (on_incremental_entry_key_press),
7511         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7512         (on_toolbar_find_incremental_start),
7513         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7514         * plugins/search/search-replace.c: (search_and_replace),
7515         (write_message_pane), (search_start_over), (search_update_combos),
7516         (replace_update_combos), (anjuta_search_replace_activate):
7517         * plugins/search/search-replace_backend.c:
7518         (file_buffer_new_from_path), (create_search_entries):
7519         * plugins/sourceview/sourceview-print.c: (create_print_job):
7520         * plugins/sourceview/sourceview.c:
7521         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7522         (idocument_can_redo), (idocument_can_undo),
7523         (idocument_begin_undo_action), (idocument_end_undo_action),
7524         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7525         (idocument_get_filename), (idocument_iface_init):
7526         * plugins/tools/editor.c: (on_editor_response):
7527         * plugins/tools/execute.c: (atp_output_context_initialize),
7528         (atp_user_tool_execute):
7529         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7530         
7531         Create IAnjutaDocument interface. This interface is a more general idea
7532         of documents being anything that can be modified, has undo/redo and
7533         may have operations like copy/paste.
7534         The primary goal is to integrate better by making it use the standard file
7535         and edit menu instead of it's own glade menu. Of course the downside is that
7536         you won't be able to view a source file and the designer at the same time. Anyway
7537         so many people have complained that they "can't save a glade file" that I think
7538         this is the much better solution.
7539         Work on the glade plugin is still to come but the most difficult things should be
7540         done now.
7542 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7544         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7545           version 3.0.3.
7547 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7549         * libanjuta/anjuta-plugin-manager.c:
7550         (anjuta_plugin_manager_get_plugins_page),
7551         (anjuta_plugin_manager_get_remembered_plugins_page):
7552         * libanjuta/anjuta-plugin-manager.h:
7553         * src/anjuta-app.c: (anjuta_app_install_preferences):
7554         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7555         and remembered plugins preferences pages in separate pages (avoid
7556         crowd).
7558 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7560         Patch from James Liggett  <jrliggett@cox.net>:
7561         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7562         Installed editor preferences schemas. Fixes bug #453463.
7564 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7566         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7567         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7569 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7571         * plugins/document-manager/anjuta-document-manager.ui:
7572         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7573         * src/action-callbacks.c:
7574         * src/action-callbacks.h:
7575         * src/anjuta-actions.h:
7576         * src/anjuta-app.c: (anjuta_app_instance_init),
7577         (anjuta_app_install_preferences):
7578         * src/anjuta.glade:
7579         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7580         General preferences page. Move preferences menu from Settings to
7581         Edit submenu. And got rid of Settings submenu.
7583 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7585         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7586         
7587 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7589         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7590         as discussed and agreed with James Liggett.
7592         Patch from James Liggett  <jrliggett@cox.net>:
7594         * configure.in:
7595         * libanjuta/anjuta-plugin-manager.c:
7596         (on_activated_plugin_objects_foreach),
7597         (anjuta_plugin_manager_get_active_plugin_objects):
7598         * libanjuta/anjuta-plugin-manager.h:
7599         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7600         (anjuta_plugin_deactivate):
7601         * libanjuta/anjuta-preferences-dialog.c:
7602         (anjuta_preferences_dialog_finalize),
7603         (anjuta_preferences_dialog_class_init), (add_category_columns),
7604         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7605         (anjuta_preferences_dialog_remove_page):
7606         * libanjuta/anjuta-preferences.c: (property_destroy),
7607         (unregister_preferences_key), (register_callbacks),
7608         (preferences_foreach_callback), (connect_prop_to_object),
7609         (anjuta_preferences_register_property_raw),
7610         (anjuta_preferences_register_property_custom),
7611         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7612         (anjuta_preferences_remove_page),
7613         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7614         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7615         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7616         (anjuta_preferences_class_init), (anjuta_preferences_new):
7617         * libanjuta/anjuta-preferences.h:
7618         * plugins/build-basic-autotools/Makefile.am:
7619         * plugins/build-basic-autotools/build-basic-autotools.c:
7620         (ipreferences_unmerge):
7621         * plugins/cvs-plugin/Makefile.am:
7622         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7623         * plugins/document-manager/Makefile.am:
7624         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7625         * plugins/editor/plugin.c: (ipreferences_unmerge):
7626         * plugins/file-manager/Makefile.am:
7627         * plugins/file-manager/plugin.c: (activate_plugin),
7628         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7629         * plugins/gtodo/plugin.c: (ipreferences_merge),
7630         (ipreferences_unmerge):
7631         * plugins/language-support-cpp-java/Makefile.am:
7632         * plugins/language-support-cpp-java/plugin.c:
7633         (ipreferences_unmerge):
7634         * plugins/message-view/Makefile.am:
7635         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7636         * plugins/sourceview/Makefile.am:
7637         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7638         * plugins/symbol-browser/Makefile.am:
7639         * plugins/symbol-browser/an_symbol_prefs.c:
7640         (symbol_browser_prefs_finalize):
7641         * plugins/terminal/Makefile.am:
7642         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7643         * plugins/valgrind/plugin.c: (ipreferences_merge),
7644         (ipreferences_unmerge):
7645         * scripts/Makefile.am:
7646         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7647         * src/Makefile.am:
7648         * src/action-callbacks.c: (on_set_preferences1_activate):
7649         * src/anjuta-app.c: (anjuta_app_instance_init),
7650         (anjuta_app_install_preferences):
7651         * src/anjuta-app.h:
7652         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7653         task: Bug #445314: On demand preferences widgets creation. Thanks
7654         James for this great work.
7656 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7658         * plugins/debug-manager/data_buffer.c,
7659         plugins/message-view/message-view.c: Fixed compiler warnings.
7661 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7663         * src/action-callbacks.c: (help_activate),
7664         (on_help_manual_activate), (on_help_tutorial_activate),
7665         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7667         Fixed help activation (bug #451557).
7669 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7671         * AUTHORS: Added James Liggett. Forgot to add him before :(
7673 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7675         * plugins/debug-manager/debugger.c,
7676         plugins/debug-manager/plugin.c,
7677         plugins/gdb/debugger.c,
7678         libanjuta/interfaces/libanjuta.idl:
7679         Add a GError* parameter to debugger-stopped signal
7681         * (added) libanjuta/anjuta-error.c,
7682         (added) libanjuta/anjuta-error.h,
7683         libanjuta/Makefile.am:
7684         Register GError as a boxed type
7686         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7687         Support GError* in signal, GError must be registered as a boxed type
7688         Accept NULL as strings
7690 === anjuta 2.2.0 ===
7692 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7694         * configure.in: Bumped version to 2.2.0
7695         * NEWS: Updated for 2.2.0 stable release.
7696         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7697         Reduce the idle priority to make the UI update before anything else.
7699 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7701         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7703         * libanjuta/interfaces/libanjuta.idl:
7704         * plugins/document-manager/action-callbacks.c:
7705         (on_editor_command_complete_word_activate):
7706         * plugins/document-manager/plugin.c:
7707         (update_editor_ui_interface_items):
7708         * plugins/editor/text_editor.c: (iautocomplete_activate),
7709         (iautocomplete_iface_init):
7710         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7712         Moved autocomplete() method away from IAnjutaEditorAssist into
7713         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7714         autocomplete and does not crash with sourceview. Fixes Bug #449620
7715         – The auto completion functionality not work. Also sets menuitem 
7716         insensitive when hiding them.
7718         * plugins/debug-manager/disassemble.c:
7719         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7720         printf types.
7722 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7724         * pixmaps/anjuta_splash.png: Updated.
7725         
7726         * plugins/search/search-replace.c
7727         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7728         the right target (project).
7729         * ChangeLog: Added missing log.
7731 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7733         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7734         manuals/anjuta-manual/C/fileoperations.xml,
7735         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7737         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7739         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7741 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7743         * TODO.tasks: Added bounty for on-demand preferences.
7745         Patch from Thierry Moisan:
7746         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7747         (bug #88824).
7749 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7751         Patch from tpgww@onepost.net:
7753         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7754         * libegg/test-actions.c:
7755         * libegg/test-multi-drag.c: (main):
7756         * plugins/debug-manager/memory.c: (read_memory_block):
7757         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7759         Fixes compile warnings. Fixes bug #427101.
7761 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7763         Patch from James Liggett:
7765         * plugins/profiler/gprof-options.c: (on_option_changed),
7766         (setup_widgets):
7767         * plugins/profiler/gprof-options.h:
7768         * plugins/profiler/gprof-profile-data.c:
7769         (gprof_profile_data_init_profile):
7770         * plugins/profiler/gprof-profile-data.h:
7771         * plugins/profiler/plugin.c: (profiler_get_data),
7772         (profiler_set_target), (register_options),
7773         (on_profile_data_browse_button_clicked),
7774         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7775         * plugins/profiler/profiler.glade: implements independent targets.
7776         implements the ability to select arbitrary gmon.out files.
7777         Fixes bug #403502 – User should also be allowed to select an
7778         independent executable target.
7780 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7782         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7784         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7785         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7787 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7789         * plugins/debug-manager/plugin.c,
7790         plugins/debug-manager/breakpoints.c:
7791         Remove weak pointers when owner is destroyed
7792         Remove all breakpoints before loading new one
7794 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7796         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7797          
7798 2007-06-19  Naba Kumar  <naba@gnome.org>
7800         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7801         Bug #448491 Empty Lines Problem.
7803         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7804         
7805         * data/default.profile, plugins/message-view/plugin.c: Do not
7806         restore session for messages.
7807         Fixes bug #377461 – don't create new message window for each
7808         build/find.
7810         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7811         Fixes a crash on exit/project-close if profiler plugin is loaded.
7813 2007-06-17  Naba Kumar  <naba@gnome.org>
7815         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7816         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7818         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7819         Bug #448034 – Anjuta crashes on starting (when the last project
7820         directory was deleted).
7822         * plugins/document-manager/plugin.c: Set line markers for files
7823         opened via IAnjutaFile::open(). Fixes missing line markers while
7824         navigating symbols.
7826 2007-06-17  Naba Kumar  <naba@gnome.org>
7828         * plugins/sourceview/sourceview.glade: Set correct font
7829         default value and use monospace instead of sans. Fixes
7830         bug #448408 – crash in Anjuta IDE: Trying to change the
7831         editor
7833 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7835         * plugins/search/search-replace.c,
7836         plugins/search/search-replace.h,
7837         plugins/search/anjuta-search.glade:
7838         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7839         Fixes bug #355166
7841 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7843         * plugins/debug-manager/plugin.c,
7844         plugins/debug-manager/breakpoints.c:
7845         Add weak references, fixes bug #448053 ?
7847 2007-06-16  Naba Kumar  <naba@gnome.org>
7849         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7850         dialog to allow forgetting them if user chooses to select a different
7851         one.
7853 2007-06-13  Naba Kumar  <naba@gnome.org>
7855         * plugins/sourceview/sourceview-prefs.c: Initialize font
7856         on startup correctly if use_theme is set.
7858         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7859         if available for default font. Fixes bug #447304.
7861         * plugins/sourceview/sourceview-prefs.c: Return value based
7862         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7863         for the first time has black background
7864         
7865         * plugins/project-manager/plugin.c: Give a better error message
7866         when project could not be loaded.
7868         * libanjuta/anjuta-serializer.c: Added a comment.
7870 2007-06-13  Johannes Schmid <jhs@gnome.org>
7872         * configure.in:
7873         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7874         most warnings to avoid simple coding problems.
7875         
7876         * plugins/message-view/anjuta-msgman.c:
7877         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7878         * plugins/message-view/plugin.c: (on_view_changed),
7879         (ianjuta_msgman_add_view):
7880         
7881         Fixed #440866 by always presenting the message-manager when a tab is
7882         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7883         
7884         * plugins/subversion/subversion-callbacks.c:
7885         (on_subversion_commit_response):
7886         Destroy dialog if user clicks "No"
7888 2007-06-12  Naba Kumar  <naba@gnome.org>
7890         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7891         read and use of uninitialized variable.
7893         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7894         because it is used in credits listing and packaging could compress
7895         it in docdir. Fixes bug #397881: The credits are empty
7897         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7898         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7899         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7900         plugins/symbol-browser/an_symbol_info.c,
7901         plugins/symbol-browser/plugin.c,
7902         plugins/symbol-browser/an_symbol_view.c,
7903         plugins/editor/aneditor-autocomplete.cxx:
7905         - Do not access TMTag
7906         member in TMSymbol when freeing it because by then the tags
7907         could have changed. Avoids dangerous memory corruptions by freeing
7908         someone else's memory (Could explain those random crashes when
7909         refreshing symbols or re-loading a different project or closing
7910         a project). Anything that tries to refresh symbols could trigger
7911         this corruptions.
7912         - Added a flag to also retrieve method definitions as part of
7913         the class's scope members. And used it to set both function prototype
7914         and definition in symbols. Fixes navigation to prototype and
7915         function definitions from symbol browser (bug #440370)
7917         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7918         memory. Could fix those bogus 'file changed' dialogs.
7920         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7922 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7924         * (added) libanjuta/anjuta-utils-priv.h,
7925         libanjuta/anjuta-utils.h,
7926         libanjuta/anjuta-launcher.c,
7927         libanjuta/Makefile.am:
7928         Fix bug #440801: do not use config.h in public include files
7930 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7932         * plugins/project-wizard/templates/mkfile.wiz:
7933         Fix bug #442038: missing project.sh file
7935         * configure.in,
7936         plugins/project-wizard/templates/Makefile.am,
7937         plugins/project-wizard/templates/translatable-strings.h,
7938         (added) plugins/project-wizard/templates/sdl.wiz,
7939         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7940         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7941         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7942         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7943         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7944         (added) plugins/project-wizard/templates/sdl/src/main.c,
7945         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7946         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7947         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7948         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7949         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7950         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7951         Fix bug #315635: add a SDL project wizard
7953 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7955         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7956         when SIGCHLD is triggered when main loop context is locked. Dead lock
7957         happens when child_exited callback also accesses main loop context.
7958         Happens particularly badly in debug target exiting.
7960 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7962         * manuals/anjuta-manual/C/debugger.xml:
7963         First update of the debugger documentation
7965 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7967         * manuals/anjuta-manual/C/fileoperations.xml,
7968         manuals/anjuta-manual/C/projects.xml,
7969         manuals/anjuta-manual/C/anjuta-manual.xml,
7970         manuals/anjuta-manual/C/build.xml,
7971         manuals/anjuta-manual/C/execute.xml,
7972         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7973         Added project properties documentation. Moved execution section
7974         inside project management. Removed dead documentation.
7976 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7978         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7979         plugins/symbol-browser/plugin.h,
7980         plugins/symbol-browser/an_symbol_prefs.c,
7981         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7982         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7983         progress bar instead of separate window for system tags
7984         generation. Renamed AnjutaStatus methods to a proper ones.
7986         * plugins/symbol-browser/plugin.c,
7987         plugins/symbol-browser/plugin.h,
7988         plugins/symbol-browser/an_symbol_prefs.c,
7989         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7990         global-tags/create_global_tags.sh.in: Get rid of message window
7991         for showing global tags creation and use a small window with
7992         progress bar.
7994 2007-05-30  Naba Kumar  <naba@gnome.org>
7996         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7997         Bug 442315 – After calling configure, the build menus are still insensitive,
7998         Bug 442314 – Autogeneration fails when there is no autogen.sh
8000         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8001         fails to remove target/source/group. Fixes bug #440196 – crash in
8002         Anjuta IDE: removing a target
8004 2007-05-29  Naba Kumar  <naba@gnome.org>
8006         * plugins/symbol-browser/an_symbol_view.c,
8007         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8008         tags generation. Fixed runtime warning.
8010 2007-05-28  Naba Kumar  <naba@gnome.org>
8012         Patch from James Liggett  <jrliggett@cox.net>:
8013         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8014         Fixed bug #403502 – User should also be allowed to select an
8015         independent executable target.
8017 2007-05-27  Johannes Schmid <jhs@gnome.org>
8019         * plugins/build-basic-autotools/build-basic-autotools.c:
8020         (get_real_directory), (on_build_mesg_format):
8021         
8022         Find correct files for error messages inside scratchbox
8024 2007-05-27  Naba Kumar  <naba@gnome.org>
8026         * manuals/anjuta-manual/C/projects.xml,
8027         manuals/anjuta-manual/C/projects.xml: Updated project
8028         management chapter more.
8030 2007-05-25  Johannes Schmid <jhs@gnome.org>
8032         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8033         * plugins/build-basic-autotools/build-basic-autotools.c:
8034         (on_sb_check_toggled), (build_execute_command),
8035         (ipreferences_merge), (ipreferences_unmerge):
8036         Added support for building inside scratchbox environment
8037         
8038         Patch from James Liggett <jrliggett@cox.net>:
8039         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8040         (anjuta_msgman_append_view):
8042         Fix 440866 
8043           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8045 2007-05-23  Naba Kumar  <naba@gnome.org>
8047         * manuals/anjuta-manual/C/projects.xml: Updated project
8048         management chapter.
8050 2007-05-22  Naba Kumar  <naba@gnome.org>
8052         * manuals/anjuta-manual/C/projects.xml: More updates.
8054         * manuals/anjuta-manual/C/introduction.xml,
8055         manuals/anjuta-manual/C/projects.xml,
8056         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8058 2007-05-22  Naba Kumar  <naba@gnome.org>
8060         Patch from Étienne Bersac:
8061         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8062         class in generated class.
8064 2007-05-22  Naba Kumar  <naba@gnome.org>
8066         * plugins/profiler/plugin.c: Fixed a compiler warning.
8067         * plugins/valgrind/Makefile.am: Added ldflags.
8069         Patch from James Liggett:
8070         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8071         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8072         specific options.
8074 2007-05-18  Johannes Schmid <jhs@gnome.org>
8076         * plugins/editor/text_editor.c:
8077         * plugins/language-support-cpp-java/plugin.c:
8078         (on_editor_language_changed), (on_value_added_current_editor),
8079         (on_value_removed_current_editor):
8080         
8081         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8082         Fix assist support in language-support-plugin.
8084 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8086         * libanjuta/interfaces/libanjuta.idl:
8087         Add a new interface allowing to implement plugin able
8088         to load other plugins (not written in C)
8090         * libanjuta/anjuta-plugin-handle.c,
8091         libanjuta/anjuta-plugin-handle.h:
8092         Add a language and a resident plugin properties
8094         * libanjuta/anjuta-glue-plugin.c,
8095         libanjuta/anjuta-glue-plugin.h,
8096         (added)libanjuta/anjuta-glue-c.c,
8097         (added)libanjuta/anjuta-glue-c.h,
8098         libanjuta/Makefile.am:
8099         Split code used to load a C plugin into a common part
8100         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8102         * libanjuta/anjuta-glue-factory.c,
8103         libanjuta/anjuta-glue-factory.h,
8104         libanjuta/anjuta-plugin-manager.c:
8105         Allow to load plugin not written in C and search for the
8106         additional needed code in another plugin
8108 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8110         * plugins/editor/text_editor.c:
8111         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8112         avoiding a crash if scintilla is used
8114 2007-05-14  Johannes Schmid <jhs@gnome.org>
8116         * libanjuta/interfaces/libanjuta.idl:
8117         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8118         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8119         (on_assist_chosen), (on_assist_update), (get_context),
8120         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8121         (install_assist), (uninstall_assist), (install_support),
8122         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8123         (cpp_java_plugin_instance_init):
8124         * plugins/language-support-cpp-java/plugin.h:
8125         Use IAnjutaEditorAssist to show language specific suggestions
8126         
8127         * plugins/sourceview/Makefile.am:
8128         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8129         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8130         * plugins/sourceview/anjuta-view.h:
8131         * plugins/sourceview/assist-window.c: (assist_window_expose),
8132         (assist_window_set_property), (assist_window_get_property),
8133         (assist_window_class_init), (assist_activated),
8134         (assist_window_init), (assist_window_finalize),
8135         (assist_window_select), (assist_window_first),
8136         (assist_window_last), (assist_window_up), (assist_window_down),
8137         (get_coordinates), (assist_window_move), (assist_window_update),
8138         (assist_window_filter_keypress), (assist_window_is_active),
8139         (assist_window_new), (assist_window_get_trigger),
8140         (assist_window_get_position):
8141         * plugins/sourceview/assist-window.h:
8142         * plugins/sourceview/sourceview-args.c (removed):
8143         * plugins/sourceview/sourceview-args.h (removed):
8144         * plugins/sourceview/sourceview-autocomplete.c (removed):
8145         * plugins/sourceview/sourceview-autocomplete.h (removed):
8146         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8147         * plugins/sourceview/sourceview-private.h:
8148         * plugins/sourceview/sourceview-scope.c(removed):
8149         * plugins/sourceview/sourceview-scope.h(removed):
8150         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8151         (on_assist_cancel), (on_document_char_added),
8152         (on_reload_dialog_response), (sourceview_class_init),
8153         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8154         (iassist_remove_trigger), (iassist_autocomplete),
8155         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8156         (iassist_react), (iassist_iface_init):
8157         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8158         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8159         
8160         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8161         - Mark files dirty if reload dialog is canceled.
8163 2007-05-12  Naba Kumar  <naba@gnome.org>
8165         * libanjuta/anjuta-launcher.h: Corrected include file.
8167 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8169         * libanjuta/anjuta-glue-plugin.c,
8170         libanjuta/anjuta-glue-plugin.h,
8171         libanjuta/anjuta-glue-factory.c,
8172         libanjuta/anjuta-glue-factory.h,
8173         ibanjuta/anjuta-plugin-manager.c:
8174         Move code used to load a C plugin from glue-factory to glue-plugin
8175         So loading a plugin written in another language could be done by
8176         just using another object derived from AnjutaGluePlugin
8178         * libanjuta/libanjuta.h:
8179         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8180         includes
8182 === anjuta 2.1.3 ===
8184 2007-05-11  Naba Kumar  <naba@gnome.org>
8186         * configure.in: Bumped version to 2.1.3
8187         * NEWS: Updated.
8188         * AUTHORS: Updated.
8189         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8191 2007-05-11  Naba Kumar  <naba@gnome.org>
8193         * configure.in:
8194         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8195         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8196         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8198 2007-05-10  Johannes Schmid <jhs@gnome.org>
8200         * plugins/search/plugin.c:
8201         Make incremental search behave less annoying
8202         
8203 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8205         * plugins/macro/macro-util.c:
8206         Fix bug #419008 and bug #419036
8207         When creating new header file, use name and email set in
8208         preferences and replace invalid C character by underscore
8209         in guards
8211 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8213         * plugins/search/search-replace.c,
8214         plugins/search/search-replace_backend.c:
8215         Disable search button if search expression is empty (bug #378193)
8217 2007-05-08  Naba Kumar  <naba@gnome.org>
8219         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8220         build error.
8222 2007-05-07  Naba Kumar  <naba@gnome.org>
8224         * configure.in:
8225         * plugins/project-wizard/templates/Makefile.am:
8226         * plugins/project-wizard/templates/minimal.wiz:
8227         * plugins/project-wizard/templates/minimal/.cvsignore:
8228         * plugins/project-wizard/templates/minimal/Makefile.am:
8229         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8230         * plugins/project-wizard/templates/minimal/autogen.sh:
8231         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8232         * plugins/project-wizard/templates/minimal/project.anjuta:
8233         Added 'minimal', a generic and flat, project template.
8234         
8235 2007-05-05  Naba Kumar  <naba@gnome.org>
8237         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8239         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8240         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8241         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8242         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8243         instead of a real one, fixes interdependency with libanjuta.
8244         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8245         * libanjuta/Makefile.am: 
8246         * libegg/Makefile.am:
8247         * plugins/build-basic-autotools/Makefile.am:
8248         * plugins/class-gen/Makefile.am:
8249         * plugins/class-inheritance/Makefile.am:
8250         * plugins/cvs-plugin/Makefile.am:
8251         * plugins/debug-manager/Makefile.am:
8252         * plugins/devhelp/Makefile.am:
8253         * plugins/document-manager/Makefile.am:
8254         * plugins/editor/Makefile.am:
8255         * plugins/file-loader/Makefile.am:
8256         * plugins/file-manager/Makefile.am:
8257         * plugins/file-wizard/Makefile.am:
8258         * plugins/gdb/Makefile.am:
8259         * plugins/glade/Makefile.am:
8260         * plugins/gtodo/Makefile.am:
8261         * plugins/language-support-cpp-java/Makefile.am:
8262         * plugins/macro/Makefile.am:
8263         * plugins/message-view/Makefile.am:
8264         * plugins/patch/Makefile.am:
8265         * plugins/profiler/Makefile.am:
8266         * plugins/project-import/Makefile.am:
8267         * plugins/project-manager/Makefile.am:
8268         * plugins/project-wizard/Makefile.am:
8269         * plugins/sample1/Makefile.am:
8270         * plugins/search/Makefile.am:
8271         * plugins/sourceview/Makefile.am:
8272         * plugins/subversion/Makefile.am:
8273         * plugins/symbol-browser/Makefile.am:
8274         * plugins/terminal/Makefile.am:
8275         * plugins/tools/Makefile.am:
8276         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8278 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8280         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8282 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8284         * libanjuta/anjuta-launcher.c,
8285         libanjuta/anjuta-launcher.h:
8286         Add some missing implementation
8288 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8290         Reviewed by Naba Kumar  <naba@gnome.org>:
8291         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8292         for uninstall-hook.
8294 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8296         Reviewed by Naba Kumar  <naba@gnome.org>:
8297         * plugins/editor/text_editor.c: Large memory addresses were being
8298         truncated, switched to glong (bug #422143).
8300 2007-04-24  Naba Kumar  <naba@gnome.org>
8302         * plugins/document-manager/plugin.c: (prefs_finalize):
8303         * plugins/editor/aneditor-autocomplete.cxx:
8304         * plugins/editor/text_editor_menu.c:
8305         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8306         * plugins/file-loader/plugin.c: (open_file_with),
8307         (create_open_with_submenu):
8308         * plugins/file-manager/plugin.c: (prefs_finalize):
8309         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8310         pointer type castings.
8312 2007-04-24  Naba Kumar  <naba@gnome.org>
8314         Patch from s|s  <supreet.sethi@gmail.com>:
8315         * (added) plugins/project-wizard/templates/django-logo.png:
8316         * (added) plugins/project-wizard/templates/django.wiz:
8317         * plugins/project-wizard/templates/Makefile.am:
8318         * plugins/project-wizard/templates/translatable-strings.h: Added
8319         django project template. http://www.djangoproject.com/
8321 2007-04-24  Naba Kumar  <naba@gnome.org>
8323         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8324         the log entry widget and made the dialog little larger.
8326 2007-04-24  Naba Kumar  <naba@gnome.org>
8328         Patch from Halton Huo:
8329         * configure.in:
8330         * plugins/project-wizard/property.c:
8331         * plugins/subversion/svn-auth.c:
8332         * plugins/subversion/svn-backend-priv.h:
8333         * plugins/subversion/svn-backend.c:
8334         * plugins/subversion/svn-backend.h:
8335         * plugins/subversion/svn-notify.h: Proper use of subversion
8336         headers. Fixes build issues in solaris (bug #426701).
8338 2007-04-24  Naba Kumar  <naba@gnome.org>
8340         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8341         
8342         * plugins/project-wizard/templates/cpp.wiz:
8343         * plugins/project-wizard/templates/gcj.wiz:
8344         * plugins/project-wizard/templates/gnome.wiz:
8345         * plugins/project-wizard/templates/gtk.wiz:
8346         * plugins/project-wizard/templates/gtkmm.wiz:
8347         * plugins/project-wizard/templates/java.wiz:
8348         * plugins/project-wizard/templates/python.wiz:
8349         * plugins/project-wizard/templates/terminal.wiz:
8350         * plugins/project-wizard/templates/wxwin.wiz:
8351         * plugins/project-wizard/templates/xlib-dock.wiz:
8352         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8353         project option and set it ON by default (since gnome-build, can't
8354         enabled configure shared lib support later when a sharedlib target
8355         is added).
8357 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8359         * plugins/debug-manager/stack_trace.c:
8360         Fix a missing case in the previous changes
8362 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8364         * plugins/debug-manager/plugin.c:
8365         Fix bug #430401
8367         * plugins/debug-manager/breakpoints.c,
8368         plugins/gdb/plugin.c:
8369         Fix adding breakpoint on a function
8371         * plugins/debug-manager/stack_trace.c:
8372         Highlight changed stack frame
8374 2007-04-18  Naba Kumar  <naba@gnome.org>
8376         * plugins/document-manager/anjuta-docman.c:
8377         (anjuta_docman_dispose), (on_editor_destroy),
8378         (anjuta_docman_remove_editor): Remove the editor widget from
8379         the parent container before calling destroy, otherwise container
8380         removal happens after TextEditor is disposed resulting in call
8381         to value-remove for a TextEditor which is half-dead (crash).
8383 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8385         * plugins/debug-manager/data_buffer.c
8386         plugins/debug-manager/data_view.c,
8387         plugins/debug-manager/memory.c:
8388         Fixes for bug #418523, bug #427090 and bug #428174
8390 2007-04-11 Halton Huo <halton.huo@sun.com>
8392         reviewed by: <jhs@gnome.org>
8394         * configure.in:
8395         * libanjuta/Makefile.am:
8396         * libanjuta/anjuta-utils.c:
8397         * libanjuta/anjuta-utils.h:
8398         * manuals/reference/libanjuta/Makefile.am:
8399         
8400         Fixed compilation on sun by deploying the libutil methods
8401         in anjuta-utils.h and building them on condition.
8403 2007-04-11  Johannes Schmid <jhs@gnome.org>
8405         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8406         (anjuta_docman_add_editor):
8407         Hold a reference on the editor as long as we use it.
8408         
8409         * plugins/document-manager/plugin.c: (on_editor_changed):
8410         Destroy GValue to fix a memoery leak.
8412 2007-04-11  Johannes Schmid <jhs@gnome.org>
8414         * plugins/document-manager/plugin.c: (on_editor_changed):
8415         Fixed reference counting for editor by using g_value_take_object instead
8416         of g_value_set_object. The editors are now correctly finalized and thus
8417         we do not lack so much memory anymore.
8418         
8419         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8420         (anjuta_view_finalize), (anjuta_view_focus_out),
8421         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8422         * plugins/sourceview/anjuta-view.h:
8423         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8424         * plugins/sourceview/sourceview-prefs.c:
8425         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8426         * plugins/sourceview/sourceview-prefs.h:
8427         * plugins/sourceview/sourceview-private.h:
8428         * plugins/sourceview/sourceview.c: (on_document_loaded),
8429         (timeout_unref), (on_document_saved), (sourceview_finalize),
8430         (sourceview_new), (ifile_open), (ifile_savable_save),
8431         (ifile_savable_save_as):
8433         Several changes to fix things when the editor is correctly destroyed.
8434         Fixed preferences (which led me to the refcounting issue, #409412)
8435         and removed deprecated completition code that will be replace by
8436         IAnjutaAssist interface soon. 
8438 2007-04-11  Johannes Schmid <jhs@gnome.org>
8440         * libanjuta/anjuta-launcher.c:
8441         (anjuta_launcher_execution_done_cleanup),
8442         (anjuta_launcher_child_terminated):
8443         Possible fix for #428363 and added a g_return_if_fail
8445         * plugins/message-view/plugin.c: (activate_plugin):
8446         Fixed a Gtk/Gdl-Critical
8447         
8448         Patches from Étienne Bersac <bersace03@laposte.net>
8449         * plugins/class-gen/templates/go-source.tpl:
8450         * plugins/macro/macros.xml:
8451         Use better template for GObjects (#417875 and #417918)
8452         
8453         Patches from Halton Huo <halton.huo@sun.com>
8454         * libanjuta/anjuta-launcher.h:
8455         * libanjuta/anjuta-preferences.c:
8456         * libanjuta/anjuta-utils.c:
8457         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8458         (cg_window_set_add_to_repository):
8459         * plugins/class-inheritance/class-inherit.c:
8460         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8462 2007-04-09  Johannes Schmid <jhs@gnome.org>
8464         * plugins/editor/print.c: (anjuta_print_show_header):
8465         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8466         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8468   Some string changes (#427395 and #427399)
8470 2007-04-06  Johannes Schmid <jhs@gnome.org>
8472         * plugins/build-basic-autotools/build-basic-autotools.c:
8473         (on_build_mesg_format), (on_build_mesg_parse):
8474         Fixed full path detection
8476 2007-04-05  Naba Kumar  <naba@gnome.org>
8478         Patch from Halton Huo:
8479         * libanjuta/Makefile.am:
8480         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8481         * libanjuta/anjuta-glue-cpp.h:
8482         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8483         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8484         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8485         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8486         (load_plugin), (anjuta_glue_factory_get_object_type):
8487         * libanjuta/anjuta-glue-factory.h:
8488         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8489         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8490         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8491         (anjuta_glue_plugin_new):
8492         * libanjuta/anjuta-glue-plugin.h:
8493         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8494         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8495         * libanjuta/anjuta-plugin.h:
8496         * libanjuta/glue-cpp.c:
8497         * libanjuta/glue-cpp.h:
8498         * libanjuta/glue-factory.c:
8499         * libanjuta/glue-factory.h:
8500         * libanjuta/glue-plugin.c:
8501         * libanjuta/glue-plugin.h:
8502         * plugins/build-basic-autotools/build-basic-autotools.h:
8503         * plugins/class-gen/plugin.h:
8504         * plugins/class-inheritance/plugin.h:
8505         * plugins/cvs-plugin/plugin.h:
8506         * plugins/debug-manager/plugin.h:
8507         * plugins/devhelp/plugin.h:
8508         * plugins/document-manager/plugin.h:
8509         * plugins/editor/plugin.h:
8510         * plugins/file-loader/plugin.h:
8511         * plugins/file-manager/plugin.h:
8512         * plugins/file-wizard/plugin.h:
8513         * plugins/gdb/plugin.h:
8514         * plugins/glade/plugin.h:
8515         * plugins/gtodo/plugin.h:
8516         * plugins/language-support-cpp-java/plugin.h:
8517         * plugins/macro/plugin.h:
8518         * plugins/message-view/plugin.h:
8519         * plugins/patch/plugin.h:
8520         * plugins/profiler/plugin.h:
8521         * plugins/project-import/plugin.h:
8522         * plugins/project-manager/plugin.h:
8523         * plugins/project-wizard/plugin.h:
8524         * plugins/sample1/plugin.h:
8525         * plugins/search/plugin.h:
8526         * plugins/sourceview/plugin.h:
8527         * plugins/subversion/plugin.h:
8528         * plugins/symbol-browser/plugin.h:
8529         * plugins/terminal/terminal.c:
8530         * plugins/tools/plugin.h:
8531         * plugins/tools/scripts/tools-2.xml.in:
8532         * plugins/valgrind/plugin.h:
8534         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8536 2007-04-05  Naba Kumar  <naba@gnome.org>
8538         * anjuta.spec.in, configure.in: Removed dead codes.
8539         
8540         Patch from Jos Dehaes:
8541         * configure.in, plugins/project-wizard/templates/Makefile.am,
8542         plugins/project-wizard/templates/mkfile.wiz,
8543         plugins/project-wizard/templates/translatable-strings.h: Enabled
8544         makefile-based project creation and import. Fixes bug #355145
8546 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8548         * plugins/debug-manager/debugger.c,
8549         plugins/debug-manager/plugin.c,
8550         plugins/gdb/anjuta-gdb.plugin.in:
8551         Code cleaning (remove unused code, rename this into self)
8552         Add information about supported format in debugger plugin
8553         Activate debugger plugin according to the target format
8555 2007-04-01  Naba Kumar  <naba@gnome.org>
8557         * plugins/message-view/message-view.c:
8558         (message_view_instance_init): Fixed message icons to appear.
8560 2007-03-31  Johannes Schmid <jhs@gnome.org>
8562         * plugins/message-view/anjuta-msgman.c:
8563         (anjuta_msgman_append_view):
8564         * plugins/message-view/plugin.c: (on_view_changed),
8565         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8566         
8567         Fixed #424845
8569 2007-03-31  Johannes Schmid <jhs@gnome.org>
8571         * plugins/message-view/message-view.c:
8572         (message_view_instance_init), (imessage_view_append):
8573         Show nice icons beside the messages for info, warning and error. This is a completly
8574         cosmetic change so if someone dislikes it he is free to remove it.
8576 2007-03-31  Johannes Schmid <jhs@gnome.org>
8577         
8578         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8579         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8580         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8581         * plugins/message-view/anjuta-msgman.h:
8582         * plugins/message-view/message-view.h:
8583         * plugins/message-view/plugin.c: (on_view_changed),
8584         (activate_plugin):
8585         Fixed #359399 and made next/previous insensitive when not availible
8586         
8587         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8588         (tag_style_to_string):
8589         Fixed namespace Problem with gdk >= 2.11
8590         
8591         * plugins/sourceview/sourceview-autocomplete.c:
8592         (sourceview_autocomplete_init):
8593         Removed structure, follow-up of #423682
8595 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8597         * plugins/debug-manager/debug_tree.c,
8598         plugins/debug-manager/debug_tree.h,
8599         plugins/debug-manager/watch.c,
8600         plugins/debug-manager/anjuta-debug-manager.glade:
8601         Inspect variable at cursor
8602         Fix buttons in inspect dialog
8604 2007-03-27  Halton Huo  <halton.huo@sun.com>
8606         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8608         * plugins/sourceview/sourceview-autocomplete.c
8609         plugins/debug-manager/disassemble.c,
8610         libanjuta/interfaces/libanjuta.idl:
8611         Remove array with 0 size and empty structure as it is not
8612         supported by sun cc, Fixes bug #423682
8614         * plugins/debug-manager/debugger.c:
8615         Remove anonymous union as it is not supported by sun cc,
8616         Fixes bug #423680
8618 === anjuta 2.1.2 ===
8620 2007-03-28  Naba Kumar  <naba@gnome.org>
8622         * configure.in: Bumped version to 2.1.2
8623         * NEWS: Updated for release.
8624         
8625         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8626         Improved breakpoint marker icon.
8627         
8628         * plugins/editor/anjuta-editor.plugin.in,
8629         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8630         non user activable since they are now remembered properly.
8632 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8634         * plugins/tools/editor.c:
8635         Fix bug #423270
8637 2007-03-27  Naba Kumar  <naba@gnome.org>
8639         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8640         word when autocompleting without leaving any trailing part of
8641         the word.
8643 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8645         Reviewed by Naba Kumar  <naba@gnome.org>:
8646         * anjuta.desktop.in.in: Remove "Application" category from desktop
8647         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8648         
8649 2007-03-27  Naba Kumar  <naba@gnome.org>
8650         
8651         * configure.in, plugins/document-manager/anjuta-docman.c:
8652         (anjuta_docman_add_editor): Conditionally compile notebook tab
8653         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8655         Patch from Halton Huo:
8656         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8657         non gcc compiler flags. Fixes bug #423089.
8658         
8659 2007-03-26  Naba Kumar  <naba@gnome.org>
8660         
8661         * AUTHORS, NEWS, TODO.tasks: Updated.
8662         
8663         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8664         close menuitem.
8665         
8666         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8667         (update_editor_symbol_model), (iter_matches),
8668         (on_editor_update_ui), (value_added_current_editor),
8669         (activate_plugin), (dispose),
8670         (symbol_browser_plugin_instance_init):
8671         * plugins/symbol-browser/plugin.h: update line on editor save
8672         and editor change. Code clean up and fixed warnings.
8674 2007-03-26  Naba Kumar  <naba@gnome.org>
8676         * plugins/project-wizard/templates/java/project.anjuta,
8677         plugins/project-wizard/templates/python/project.anjuta,
8678         plugins/project-wizard/templates/python/project.anjuta:
8679         Removed version control plugins from default selection.
8681         * plugins/tools/scripts/prepare-changelog.pl,
8682         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8683         script to a better one (that works on both cvs and svn).
8685 2007-03-26  Naba Kumar  <naba@gnome.org>
8687         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8688         Makefile.am: Added the generated translatable file (required for
8689         translations for svn checkouts).
8691         * (added)
8692         plugins/project-wizard/templates/extract-translatable-strings.pl
8693         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8694         po/POTFILES.in: Generated translatable strings for .wiz files and
8695         added them in POTFILES.in for translation. Fixes bug #398035
8697 2007-03-25  Naba Kumar  <naba@gnome.org>
8699         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8700         
8701         * src/anjuta-app.c: Removed dead codes.
8702         
8703         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8704         global tags generation starts.
8705         
8706         * plugins/debug-manager/chunk_view.c,
8707         plugins/debug-manager/start.h,
8708         plugins/debug-manager/chunk_view.h,
8709         plugins/debug-manager/utilities.c,
8710         plugins/debug-manager/utilities.h,
8711         plugins/debug-manager/debugger.c,
8712         plugins/debug-manager/threads.c,
8713         plugins/debug-manager/disassemble.c,
8714         plugins/debug-manager/info.c,
8715         plugins/debug-manager/sharedlib.c,
8716         plugins/debug-manager/threads.h,
8717         plugins/debug-manager/disassemble.h,
8718         plugins/debug-manager/signals.c,
8719         plugins/debug-manager/info.h,
8720         plugins/debug-manager/sharedlib.h,
8721         plugins/debug-manager/data_buffer.c,
8722         plugins/debug-manager/data_view.c,
8723         plugins/debug-manager/signals.h,
8724         plugins/debug-manager/debug_tree.c,
8725         plugins/debug-manager/watch.c,
8726         plugins/debug-manager/registers.c,
8727         plugins/debug-manager/data_buffer.h,
8728         plugins/debug-manager/data_view.h,
8729         plugins/debug-manager/memory.c,
8730         plugins/debug-manager/debug_tree.h,
8731         plugins/debug-manager/watch.h,
8732         plugins/debug-manager/registers.h,
8733         plugins/debug-manager/memory.h,
8734         plugins/debug-manager/locals.c,
8735         plugins/debug-manager/sexy-icon-entry.c,
8736         plugins/debug-manager/breakpoints.c,
8737         plugins/debug-manager/locals.h,
8738         plugins/debug-manager/sexy-icon-entry.h,
8739         plugins/debug-manager/stack_trace.c,
8740         plugins/debug-manager/breakpoints.h,
8741         plugins/debug-manager/sparse_buffer.c,
8742         plugins/debug-manager/sparse_view.c,
8743         plugins/debug-manager/stack_trace.h,
8744         plugins/debug-manager/sparse_buffer.h,
8745         plugins/debug-manager/sparse_view.h,
8746         plugins/debug-manager/start.c,
8747         plugins/gdb/utilities.c,
8748         plugins/gdb/utilities.h,
8749         plugins/gdb/debugger.c,
8750         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8751         setup.
8753 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8755         * plugins/gdb/debugger.c:
8756         Avoid empty debugger log window by limiting line to 90 characters
8758 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8760         * plugins/debug-manager/plugin.c,
8761         plugins/debug-manager/plugin.h,
8762         plugins/debug-manager/threads.c,
8763         plugins/debug-manager/threads.h,
8764         plugins/debug-manager/breakpoints.c,
8765         plugins/debug-manager/breakpoints.h,
8766         plugins/debug-manager/stack_trace.c,
8767         plugins/debug-manager/stack_trace.h:
8768         View code action now changes location in disassembly view too
8770         * plugins/debug-manager/anjuta-debug-manager.ui:
8771         Rename breakpoint actions
8773 2007-03-24  Naba Kumar  <naba@gnome.org>
8775         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8776         in gdl 0.7.3 (svn trunk).
8777         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8778         
8779 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8781         * plugins/debug-manager/threads.c,
8782         plugins/debug-manager/debug_tree.c,
8783         plugins/debug-manager/debug_tree.h,
8784         plugins/debug-manager/locals.c,
8785         plugins/debug-manager/registers.c,
8786         plugins/debug-manager/stack_trace.c:
8787         Allow to change current thread updating register, stack and locals
8788         Allow to change current stack frame updating locals
8790         * plugins/gdb/debugger.c:
8791         Read argument of selected stack frame
8793         * plugins/debug-manager/data_view.c:
8794         Fix an unrelated bug
8796 2007-03-23  Naba Kumar  <naba@gnome.org>
8798         * plugins/document-manager/anjuta-docman.c,
8799         plugins/document-manager/plugin.c: Fixed many memory leaks.
8800         (ianjuta_file_get_uri() returns a new string).
8802         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8803         widget for save dialogs.
8804         
8805         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8806         svn and fixed to get function/prototype/member args list. Call tips
8807         also work fine now.
8809 2007-03-22  Naba Kumar  <naba@gnome.org>
8811         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8812         and calltips would work again for functions from global tags (Needs
8813         regenerating global tags).
8815         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8816         ctags svn version and reopened bug #395362. Fixes tags parsing that
8817         seemed to have stopped working recently.
8819 2007-03-21  Naba Kumar  <naba@gnome.org>
8821         * tagmanager/tm_source_file.c, tagmanager/options.c,
8822         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8823         extend .. more needs to be investigated and fixed). Enabled some
8824         debugging.
8826 2007-03-16  Naba Kumar  <naba@gnome.org>
8828         * src/anjuta.c: Fixed project loading from command line.
8830 2007-03-16  Naba Kumar  <naba@gnome.org>
8832         Patch from James Liggett <jrliggett@cox.net>:
8833         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8834         
8835 2007-03-15  Naba Kumar  <naba@gnome.org>
8837         * libanjuta/anjuta-profile-manager.c,
8838         libanjuta/anjuta-profile-manager.h: Added method to get current
8839         profile.
8841         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8842         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8843         is exiting.
8845         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8846         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8847         Also, not load project files in session load in loader plugin.
8848         
8849         * plugins/project-manager/plugin.c, src/anjuta.c:
8850         Emit "exiting" signal in shell when exiting anjuta. project manager
8851         listens to exiting signal and saves session. anjuta.c saves session
8852         only when current projfile is 'user'. Load project saved in session
8853         differently then the rest of the session. This should fix all the
8854         session restoration bugs.
8855         
8856         src/main.c: Present anjuta window when becon message is received.
8858 2007-03-14  Naba Kumar  <naba@gnome.org>
8860         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8861         not randomly save (it was a wrong looping).
8862         
8863 2007-03-12  Naba Kumar  <naba@gnome.org>
8865         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8867 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8869         * plugins/debug-manager/anjuta-debug-manager.ui,
8870         libanjuta/interfaces/libanjuta.idl,
8871         plugins/debug-manager/debugger.c,
8872         (added) plugins/debug-manager/threads.c,
8873         (added) plugins/debug-manager/threads.h,
8874         plugins/debug-manager/plugin.c,
8875         plugins/debug-manager/Makefile.am,
8876         plugins/gdb/plugin.c,
8877         plugins/gdb/debugger.c,
8878         plugins/gdb/debugger.h:
8879         Add a window displaying all threads
8880         Add needed functions
8881         Switching to a different thread is still not done
8883         * plugins/debug-manager/debug_tree.c,
8884         plugins/debug-manager/locals.c,
8885         plugins/debug-manager/stack_trace.c:
8886         Small cosmetic changes
8888         * plugins/gdb/gdbmi.c:
8889         Keep all elements in gdbmi hash
8890         Even if using the same key like in -threads-list-ids
8892 2007-03-11  Naba Kumar  <naba@gnome.org>
8894         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8895         
8896         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8897         
8898         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8899         manuals/reference/libanjuta/libanjuta-sections.txt,
8900         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8901         interfaces.
8903 2007-03-11  Naba Kumar  <naba@gnome.org>
8905         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8906         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8908         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8909         manuals/reference/libanjuta/libanjuta.types,
8910         manuals/reference/libanjuta/libanjuta-sections.txt,
8911         manuals/reference/libanjuta/.cvsignore,
8912         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8913         infrastructure. Got rid of tmpl/ directory and moved all section
8914         documenation to source code (requires gtk-doc >= 1.4).
8915         
8916         * libanjuta/anjuta-plugin-description.c,
8917         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8918         libanjuta/cell-renderer-captioned-image.c,
8919         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8920         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8921         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8922         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8923         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8924         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8925         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8926         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8927         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8928         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8929         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8930         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8931         documentation from templates to source code.
8933 2007-03-10  Johannes Schmid <jhs@gnome.org>
8935         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8936         Added some debug output but could not figure out why 
8937         some plugins are not kept.
8938         
8939         * libanjuta/interfaces/libanjuta.idl:
8940         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8941         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8942         Added IAnjutaEditorGoto::matching_brace
8943         
8944         * plugins/document-manager/action-callbacks.c:
8945         (on_editor_command_match_brace_activate):
8946         * plugins/document-manager/plugin.c:
8947         (update_editor_ui_interface_items):
8948         * plugins/editor/text_editor.c: (igoto_matching_brace),
8949         (igoto_iface_init):
8950         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8951         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8953 2007-03-09  Johannes Schmid <jhs@gnome.org>
8955         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8956         Hide correct column
8957         
8958         * plugins/sourceview/sourceview-private.h:
8959         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8960         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8961         (sourceview_new), (ifile_savable_save_as):
8962         Tweaked vfs monitoring
8964 2007-03-09  Johannes Schmid <jhs@gnome.org>
8966         * libanjuta/interfaces/Makefile.am.iface:
8967         Fixed installtion of header files
8968         
8969         * plugins/sourceview/sourceview.c: (set_select):
8970         do not scroll to much in interactive search
8972 2007-03-09  Naba Kumar  <naba@gnome.org>
8974         * src/anjuta.c: Fixed session restoration.
8975         
8976         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8977         signal handlers after symbol browser plugin is deactivated.
8978         
8979         * plugins/editor/editor.glade,
8980         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8981         Fixed indentation confustion in preferences.
8983 2007-03-08  Johannes Schmid <jhs@gnome.org>
8985         * plugins/search/search-replace.c: (search_set_combo),
8986         (search_set_action), (search_set_target), (search_set_direction),
8987         (create_dialog), (search_disconnect_set_toggle_connect),
8988         (on_search_match_whole_word_toggled),
8989         (on_search_match_whole_line_toggled),
8990         (on_search_match_word_start_toggled),
8991         (search_set_toggle_direction):
8992         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8993         it's somehow ugly and uses many deprecated widgets
8994         
8995         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8996         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8997         Fix #394709
8998         
8999 2007-03-07  Naba Kumar  <naba@gnome.org>
9001         * src/anjuta.c: Make launching projects work from command line. Also
9002         fixes gnome session restart command.
9003         
9004 2007-03-07  Johannes Schmid <jhs@gnome.org>
9006         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9007         * plugins/class-gen/plugin.c: (iwizard_activate):
9008         Fixed #408218
9009         
9010         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9011         Fixed #402774
9012         
9013         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9014         Fixed #377483 (It's not possible to know if directories have
9015         a version in CVS. Show version column only if there are version
9016         informations availible
9018         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9019         Fixed memory leak
9021 2007-03-07  Johannes Schmid <jhs@gnome.org>
9023         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9024         Fixed #409408
9025         * plugins/symbol-browser/an_symbol_prefs.c:
9026         (on_update_global_clicked):
9027         Fixed ##409176
9029 2007-03-07  Johannes Schmid <jhs@gnome.org>
9031         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9032         (anjuta_save_prompt_new):
9033         * plugins/project-import/project-import.c:
9034         (project_import_finalize):
9035         Fixed Gtk-Criticals (maybe #409408)
9037 2007-03-07  Naba Kumar  <naba@gnome.org>
9039         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9040         when we are at just beginning of string or comment. Fixes bug #397981.
9042 2007-03-07  Johannes Schmid <jhs@gnome.org>
9044         * plugins/language-support-cpp-java/plugin.c:
9045         (initialize_indentation_params):
9046         Removed annoying DEBUG_PRINT
9047         
9048         * plugins/sourceview/sourceview-cell.c:
9049         (sourceview_cell_instance_init), (icell_get_character),
9050         (icell_get_length), (icell_get_char), (icell_get_attribute):
9051         Improved code to be faster
9052         Implemented attribute handling so that indentation really works in any case
9054 2007-03-06  Johannes Schmid <jhs@gnome.org>
9056         * configure.in:
9057         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9058         
9059         * plugins/document-manager/anjuta-docman.c:
9060         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9061         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9062         instead (required GTK >= 2.10)
9063         
9064         * plugins/sourceview/sourceview-private.h:
9065         * plugins/sourceview/sourceview.c:
9066         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9067         (sourceview_finalize), (sourceview_new), (imark_mark),
9068         (imark_unmark), (imark_is_marker_set),
9069         (imark_location_from_handle), (imark_delete_all_markers):
9070         Fixed marker handling and worked a bit more on vfs monitoring
9072 2007-03-05  Johannes Schmid <jhs@gnome.org>
9074         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9075         Added method to select specific iter
9076         
9077         * plugins/sourceview/sourceview-private.h:
9078         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9079         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9080         (sourceview_add_monitor), (on_document_saved),
9081         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9082         Fixed vfs monitoring (mostly ported code from text_editor.c)
9083         
9084         * plugins/symbol-browser/an_symbol_view.c:
9085         * plugins/symbol-browser/an_symbol_view.h:
9086         * plugins/symbol-browser/plugin.c: (iter_matches),
9087         (on_editor_update_ui), (value_added_current_editor):
9088         Select the current tag in locals window and symbol toolbar. If there
9089         is no tag at the current line, reserve backward for the next tag. This will
9090         select the correct tag if inside a function.
9092 2007-03-05  Naba Kumar  <naba@gnome.org>
9094         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9095         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9096         compiler warnings.
9097         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9098         (Bug #412186)
9099         
9100 2007-03-04  Johannes Schmid <jhs@gnome.org>
9102         * data/Makefile.am:
9103         * po/POTFILES.in:
9104         Fixed distcheck (well, partly)
9106 2007-03-04  Johannes Schmid <jhs@gnome.org>
9108         * plugins/document-manager/anjuta-document-manager.ui:
9109         Move "Swap .c/.h from Main to Browser toolbar
9111         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9112         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9113         (fv_prefs_free), (fv_add_tree_entry):
9114         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9115         * plugins/file-manager/plugin.c: (prefs_init):
9116         
9117         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9119 2007-03-04  Naba Kumar  <naba@gnome.org>
9121         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9122         plugins/project-manager/plugin.c:
9123         Restored default profile and renamed it from "default.anjuta" to
9124         "default.profile".
9125         
9126 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9128         * plugins/debug-manager/debugger.c,
9129         plugins/debug-manager/plugin.c,
9130         plugins/gdb/debugger.c,
9131         libanjuta/interfaces/libanjuta.idl,
9132         plugins/debug-manager/stack_trace.c:
9133         Add a dialog box when a signal is received (except SIGINT)
9134         Display stack frame even if arguments are not available
9136 2007-03-03  Naba Kumar  <naba@gnome.org>
9138         * TODO.tasks: Icons bounty added.
9140         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9141         choise selection.
9142         
9143         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9144         and descoping.
9146         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9147         plugins/Makefile.am, (removed) plugins/profile-default/*,
9148         plugins/project-manager/anjuta-project-manager.plugin.in,
9149         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9150         profile implementation to load user profile and projects. Store and
9151         restore remembered plugins. Use profile scoping and descoping for
9152         saving and loading sesstions.
9153         
9154         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9155         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9156         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9157         DEBUG_PRINTs.
9159 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9161         * plugins/debug-manager/debug_tree.c
9162         plugins/debug-manager/debug_tree.h:
9163         Bug fix, deleting wrong variable
9165         * plugins/gdb/debugger.c:
9166         Bug fix, remove forgotten debugging code
9168 2007-03-02  Johannes Schmid <jhs@gnome.org>
9170         * plugins/document-manager/anjuta-document-manager.ui:
9171         * plugins/search/anjuta-search.ui:
9172         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9173         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9174         ToolbarFind
9176         * src/anjuta-app.c: (on_toolbar_view_toggled),
9177         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9178         Save toolbar positions, don't use fixed toolbar style
9179         
9180         All in all this will allow more complex toolbar configurations and
9181         might gain some space on smaller displays because the user can disable
9182         toolbar parts he does not use. Also allows to use any toolbar style
9183         without looking too ugly.
9185 2007-03-01  Naba Kumasr  <naba@gnome.org>
9187         * TODO.tasks: Added a bounty for creating icons.
9189         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9190         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9191         profile-changed signal. Do not sync non-user-activatable plugins.
9193 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9195         * plugins/debug-manager/disassemble.c,
9196         plugins/debug-manager/sparse_view.c,
9197         plugins/gdb/debugger.c,
9198         libanjuta/interfaces/libanjuta.idl:
9199         Display function name in disassembly view
9201 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9203         * (added) plugins/debug-manager/bookmark.png,
9204         (added) plugins/debug-manager/breakpoint-disabled.png,
9205         (added) plugins/debug-manager/breakpoint-enabled.png,
9206         (added) plugins/debug-manager/program-counter.png,
9207         (added) plugins/debug-manager/linemarker.png,
9208         plugins/debug-manager/Makefile.am,
9209         plugins/debug-manager/disassemble.c,
9210         plugins/debug-manager/disassemble.h,
9211         plugins/debug-manager/sparse_buffer.c,
9212         plugins/debug-manager/sparse_buffer.h,
9213         plugins/debug-manager/sparse_view.c,
9214         plugins/debug-manager/sparse_view.h,
9215         plugins/debug-manager/plugin.c,
9216         plugins/debug-manager/breakpoints.c,
9217         libanjuta/interfaces/libanjuta.idl:
9218         Add markers in the disassembly view
9219         Display program counter and breakpoints in disassembly view
9221         * plugins/gdb/debugger.c:
9222         Fix a bug added with my previous patch, setting and clearing
9223         breakpoints was not working
9225 2007-02-28  Johannes Schmid <jhs@gnome.org>
9227         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9228         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9229         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9230         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9231         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9232         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9233         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9234         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9235         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9236         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9237         Updated (why do they need to be under version control?)
9238         
9239         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9240         (create_tab_popup_menu), (on_msgman_popup_menu),
9241         (on_tab_button_press_event), (anjuta_msgman_page_new),
9242         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9243         Added "Close all message tabs" popup menu
9245 2007-02-26  Naba Kumar  <naba@gnome.org>
9247         * plugins/profiler/gprof-flat-profile-entry.c,
9248         plugins/profiler/gprof-flat-profile.c,
9249         plugins/profiler/gprof-flat-profile-entry.h,
9250         plugins/profiler/gprof-flat-profile.h,
9251         plugins/profiler/gprof-flat-profile-view.c,
9252         plugins/profiler/gprof-flat-profile-view.h,
9253         plugins/profiler/gprof-call-graph-block-entry.c,
9254         plugins/profiler/gprof-call-graph-block.c,
9255         plugins/profiler/gprof-function-call-chart-view.c,
9256         plugins/profiler/gprof-call-graph-block-entry.h,
9257         plugins/profiler/gprof-profile-data.c,
9258         plugins/profiler/gprof-call-graph-block.h,
9259         plugins/profiler/gprof-view.c,
9260         plugins/profiler/gprof-call-graph.c,
9261         plugins/profiler/gprof-function-call-chart-view.h,
9262         plugins/profiler/gprof-profile-data.h,
9263         plugins/profiler/gprof-call-graph.h,
9264         plugins/profiler/gprof-view.h,
9265         plugins/profiler/gprof-view-manager.c,
9266         plugins/profiler/gprof-call-graph-view.c,
9267         plugins/profiler/plugin.c,
9268         plugins/profiler/gprof-view-manager.h,
9269         plugins/profiler/gprof-call-graph-view.h,
9270         plugins/profiler/gprof-function-call-tree-view.c,
9271         plugins/profiler/gprof-function-call-tree-view.h,
9272         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9273         gnome-vfs. Fixes bug #411377.
9275 2007-02-26  Naba Kumar  <naba@gnome.org>
9277         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9279         Patch from James Liggett  <jrliggett@cox.net>:
9280         * plugins/profiler/gprof-flat-profile-view.c,
9281         plugins/profiler/gprof-flat-profile-view.h,
9282         plugins/profiler/gprof-function-call-chart-view.c,
9283         plugins/profiler/gprof-function-call-chart-view.h,
9284         plugins/profiler/gprof-view.c,
9285         plugins/profiler/gprof-view.h,
9286         plugins/profiler/gprof-call-graph-view.c,
9287         plugins/profiler/plugin.c,
9288         plugins/profiler/gprof-call-graph-view.h,
9289         plugins/profiler/gprof-function-call-tree-view.c,
9290         plugins/profiler/gprof-function-call-tree-view.h: Implements
9291         double click navigation. Fixes bug #403514.
9293 2007-02-25  Naba Kumar  <naba@gnome.org>
9295         * libanjuta/anjuta-plugin-manager.c,
9296         libanjuta/anjuta-plugin-handle.[ch],
9297         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9298         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9299         dependency on glib 2.8. Fixes bug #411623.
9301 2007-02-24  Naba kumar  <naba@gnome.org>
9303         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9304         
9305         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9306         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9307         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9308         (added) libanjuta/anjuta-profile-manager.c,
9309         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9310         manager.
9311         Implemented profile pushing and popping. Implemented profile xml
9312         synchronization. Implemented error handling in profiles. Implemented
9313         activation and deactivation signals in plugin manager.
9314         
9315         * libanjuta/Makefile.am: Added libanjuta log domain.
9316         
9317         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9318         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9319         in AnjutaShell interface and implemented it in AnjutaApp.
9320         
9321         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9323 2007-02-23  Naba kumar  <naba@gnome.org>
9325         src/main.c: Fixed missing end quote.
9327 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9329         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9332 2007-02-20  Naba Kumar  <naba@gnome.org>
9334         * plugins/subversion/plugin.c: Added "..." menuitems.
9335         * ROADMAP, README: Updated.
9336         * libanjuta/anjuta-profile.c: Fixed bugs.
9338         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9339         plugins/gtodo/Makefile.am: Removed dead code.
9341         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9342         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9343         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9344         plugins/gtodo/list_tooltip.c,
9345         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9346         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9347         not contain markups. Fixes Bug #360462.
9349 2007-02-16  Naba Kumar  <naba@gnome.org>
9351         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9352         unnecessary sub-sections.
9353         
9354 2007-02-15  Naba Kumar  <naba@gnome.org>
9356         * (removed) plugins/document-manager/bookmark-prev-16.png,
9357         plugins/document-manager/bookmark-last.png,
9358         (removed)plugins/document-manager/bookmark-first-16.png,
9359         plugins/document-manager/bookmark-prev.png,
9360         (added) plugins/document-manager/bookmark-toggle.png,
9361         (removed)plugins/document-manager/bookmark_toggle.xpm,
9362         (removed)plugins/document-manager/bookmark-last-16.png,
9363         plugins/document-manager/plugin.c,
9364         plugins/document-manager/anjuta-document-manager.ui,
9365         (removed)plugins/document-manager/bookmark-next-16.png,
9366         plugins/document-manager/bookmark-next.png,
9367         plugins/document-manager/Makefile.am,
9368         (added) plugins/document-manager/bookmark-clear.png,
9369         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9370         icons (stolen from monodevelop). Added clear bookmarks toolbar
9371         button.
9373         * plugins/document-manager/plugin.c,
9374         (added) plugins/document-manager/swap.png,
9375         (removed) plugins/document-manager/undock.png,
9376         plugins/document-manager/Makefile.am: Fixed swap icon.
9378 2007-02-13  Naba Kumar  <naba@gnome.org>
9380         * plugins/class-gen/element-editor.c: Fixed typo.
9381         
9382         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9383         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9384         Implementing plugin profiles loading.
9386 2007-02-13  Naba Kumar  <naba@gnome.org>
9388         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9389         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9390         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9391         pixmaps/open_project.png, pixmaps/close_project.png:
9392         Removed more old icons.
9393         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9394         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9395         anjuta_logo.png
9396         
9397 2007-02-13  Naba Kumar  <naba@gnome.org>
9399         * plugins/class-gen/element-editor.c: Included missing headers to
9400         prevent build failures in some cases.
9401         
9402 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9404         * plugins/debug-manager/stack_trace.c:
9405         Fix bug #407115
9407         * plugins/debug-manager/watch.c,
9408         plugins/debug-manager/breakpoints.c:
9409         Same bug than above, wrong use of gtk_ui_manager_get_widget
9411 === anjuta 2.1.1 ===
9413 2007-02-11  Naba Kumar  <naba@gnome.org>
9415         * cofigure.in: Bumped version to 2.1.1
9416         * NEWS: Updated for 2.1.1 release.
9417         
9418 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9420         * plugins/debug-manager/plugin.c,
9421         plugins/debug-manager/sparse_view.c,
9422         plugins/debug-manager/sparse_view.h:
9423         Reorder some code
9425         * plugins/gdb/debugger.c,
9426         plugins/debug-manager/debugger.c,
9427         plugins/debug-manager/memory.c,
9428         plugins/debug-manager/sparse_buffer.c
9429         plugins/gdb/debugger.h,
9430         libanjuta/interfaces/libanjuta.idl:
9431         Clean up, remove some warnings
9432         Use guint everywhere for addresses
9433         Rewrite code parsing position in debugger
9435 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9437         * plugins/debug-manager/debug_tree.c:
9438         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9439         Fix bug #406113
9441 2007-02-08  Naba Kumar  <naba@gnome.org>
9443         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9444         Delay showing the 'file modified on disk' dialog for one sec
9445         from the last notification to insure multiple notifications for
9446         the same file are treated as one. Do not same multiple dialogs
9447         for the same file. Make sure to destory the dialog if later
9448         the conent is no longer different.
9449         
9450 2007-02-08  Naba Kumar  <naba@gnome.org>
9452         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9453         Prevented spurious 'file modified' dialogs in scintilla editor
9454         when the file is saved.
9456 2007-02-09  Johannes Schmid <jhs@gnome.org>
9458         * scripts/glade2schema.pl:
9459         Added script to convert glade preferences into gconf schema files.
9460         See #406061
9462 2007-02-08  Naba Kumar  <naba@gnome.org>
9464         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9465         itself is destroyed. Fixes bug #355160.
9466         
9467 2007-02-08  Johannes Schmid <jhs@gnome.org>
9469         * plugins/profiler/profiler.plugin: 
9470         removed from version control (only .in file needed)
9471         
9472         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9473         * plugins/sourceview/sourceview.c: (sourceview_new):
9474         Code cleanup
9475         
9476         * plugins/subversion/svn-thread.c: (svn_thread_start):
9477         * src/main.c: (main):
9478         
9479         Fixed #395875 about initialisation of threads too late
9481 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9483         Reviewed by Naba Kumar  <naba@gnome.org>:
9484         * plugins/class-gen/plugin.c:
9485         * plugins/class-gen/window.c: Removed browse button related code, load
9486         generated output directly into new buffers when not adding to project.
9488         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9489         buttons from user interface.
9491 2007-02-07  Naba Kumar  <naba@gnome.org>
9493         * po/POTFILES.in: Fixed distcheck.
9495 2007-02-07  Daniel Nylander <po@danielnylander.se>
9497         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9499 2007-02-07  Johannes Schmid <jhs@gnome.org>
9501         * anjuta.desktop.in.in:
9502         Fixed spelling
9504 2007-02-07  Johannes Schmid <jhs@gnome.org>
9506         * configure.in:
9507         * manuals/anjuta-manual/*
9508         * manuals/anjuta-faqs/*:
9509         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9510         
9511         * plugins/document-manager/anjuta-document-manager.plugin.in:
9512         Removed duplicate application-xml mime-type (review patches properly ;-)
9513         
9514 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9516         * plugins/gdb/debugger.c,
9517         libanjuta/interfaces/libanjuta.idl:
9518         Fix bug #404755
9519         Fix handling of missing source file
9521 2007-02-06  Naba Kumar  <naba@gnome.org>
9523         Patch from James Liggett  <jrliggett@cox.net>:
9524         * plugins/profiler/gprof-flat-profile.c,
9525         plugins/profiler/gprof-profile-data.c,
9526         plugins/profiler/gprof-call-graph.c,
9527         plugins/profiler/gprof-profile-data.h,
9528         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9529         Show profiler view when target selected bug #403515.
9531 2007-02-05  Naba Kumar  <naba@gnome.org>
9533         * configure.in: Enabled devhelp plugin by default now that
9534         it works.
9535         
9536         Patch from parmigio@2ainfo.it:
9537         * plugins/document-manager/anjuta-document-manager.plugin.in:
9538         Added xml file type in supported mime types list.
9539         
9540 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9542         * plugins/debug-manager/debugger.c,
9543         plugins/debug-manager/plugin.c:
9544         Add a field in status bar displaying debugger state
9545         Change cursor shape when debugger is busy
9546         Fix bug #378600
9548         * plugins/debug-manager/watch.c,
9549         plugins/debug-manager/locals.c,
9550         libanjuta/interfaces/libanjuta.idl:
9551         Clean up, remove debugging messages and unused signals
9553 2007-02-03  Johannes Schmid <jhs@gnome.org>
9555         * configure.in:
9556         Fixed AC_INIT and seperated version to major, minor, micro
9558         * anjuta.anjuta:
9559         Load Subversion instead of CVS
9560         
9561         * anjuta.desktop.in.in:
9562         Fixed bug-buddy component
9564         Original patch from Rob Bradfort <robster@debian.org>:
9565         * src/main.c: (get_command_line_args), (main):
9566         Bug #335981 – Migration from popt to GOption
9568 2007-02-03  Naba Kumar  <naba@gnome.org>
9570         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9571         path variable. Fixed bug #341170.
9572         * plugins/profiler/Makefile.am: Fixed indentation.
9573         
9574 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9576         * libanjuta/interfaces/libanjuta.idl,
9577         plugins/sourceview/sourceview.c,
9578         plugins/editor/text-editor.c,
9579         plugins/symbol-browser/plugin.c,
9580         plugins/search/search-replace.c,
9581         plugins/document-manager/goto_line.c,
9582         plugins/document-manager/action-callbacks.c,
9583         plugins/document-manager/anjuta-docman.c:
9584         Rename markers of anjuta interface
9585         IANJUTA_MARKABLE_NONE has been removed
9586         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9587         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9588         IANJUTA_MARKABLE_ATTENTIVE renamed in
9589                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9590         IANJUTA_MARKABLE_INTENSE renamed in
9591                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9592         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9594         * (removed) plugins/sourceview/marker-light.png,
9595         (removed) plugins/sourceview/marker-basic.png,
9596         (removed) plugins/sourceview/marker-attentive.png,
9597         (removed) plugins/sourceview/marker-intense.png,
9598         plugins/sourceview/bookmark.png,
9599         (added) plugins/sourceview/breakpoint-disabled.png,
9600         (added) plugins/sourceview/breakpoint-enabled.png,
9601         (added) plugins/sourceview/program-counter.png,
9602         (added) plugins/sourceview/linemarker.png,
9603         plugins/sourceview/Makefile.am,
9604         (added) plugins/editor/bookmark.xpm,
9605         (added) plugins/editor/breakpoint-disabled.xpm,
9606         (added) plugins/editor/breakpoint-enabled.xpm,
9607         (added) plugins/editor/program-counter.xpm,
9608         (added) plugins/editor/linemarker.xpm,
9609         plugins/editor/Makefile.am:
9610         Add or change marker pixmaps in scintilla and sourceview editor
9612         * plugins/document-manager/plugin.c,
9613         libanjuta/interfaces/libanjuta.idl,
9614         plugins/debug-manager/plugin.c,
9615         plugins/debug-manager/breakpoints.c
9616         plugins/gdb/debugger.c:
9617         Fix bug #376404, program counter marker is not displayed when debugger
9618         Return the selected editor or NULL (if file does not exist) with 
9619         ianjuta_document_manager_goto_file_line* functions
9620         Emit a change-location signal even if the program counter is in an
9621         unknown file
9623 2007-02-02  Naba Kumar  <naba@gnome.org>
9625         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9626         older bounties 'Done'.
9627         
9628 2007-02-02  Naba Kumar  <naba@gnome.org>
9630         * TODO.tasks: Fixed typop.
9632         Patch from James Liggett  <jrliggett@cox.net>:
9633         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9634         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9635         profiler plugin by James Liggett. Completes bounty bug #359478
9636         'Gprof performance profiler plugin'
9638 2007-02-01  Naba Kumar  <naba@gnome.org>
9640         * src/main.c: Renamed option name.
9642         * TODO.tasks: Marked "Test and fix all project wizards templates"
9643         bounty completed.
9644         
9645 2007-01-29  Johannes Schmid <jhs@gnome.org>
9647         * plugins/document-manager/plugin.c: (on_editor_changed):
9648         Added DEBUG_PRINT(...)
9649         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9650         implemented
9651         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9652         Fix language support plugin for sourceview editor (add some new
9653         language names)
9654         
9655         * plugins/sourceview/sourceview.c: (iindic_clear):
9656         Clear all indicators
9658 2007-01-29  Johannes Schmid <jhs@gnome.org>
9660         * TODO.tasks:
9661         Minor task currentions
9662         
9663         * libanjuta/interfaces/libanjuta.idl:
9664         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9665         (itext_editor_iface_init):
9666         * plugins/language-support-cpp-java/plugin.c: (install_support):
9667         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9668         (ieditor_get_attributes), (ieditor_iface_init):
9669         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9670         plugins.
9671         
9672         * plugins/sourceview/sourceview.glade:
9673         Fixed sourceview preference window
9675 2007-01-28  Naba Kumar  <naba@gnome.org>
9676         
9677         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9678         Implemented --no-files and --no-session command line options and
9679         corresponding preferernces checkboxes in General tab.
9681 2007-01-28  Johannes Schmid <jhs@gnome.org>
9683         * plugins/subversion/plugin.c:
9684         * plugins/subversion/plugin.h:
9685         * plugins/subversion/svn-notify.c: (svn_show_info),
9686         (show_svn_error), (on_svn_notify):
9687         * plugins/subversion/svn-notify.h:
9688         * plugins/subversion/svn-thread.c: (create_message_view),
9689         (svn_thread_start):
9690         Fixed error handling and fixed #394216 – No indication of subversion commands running
9691         
9692         * plugins/tools/execute.c: (atp_output_context_print):
9693         Show name of tool in message pane
9695 2007-01-28  Naba Kumar  <naba@gnome.org>
9696         
9697         * configure.in, plugins/glade/plugin.c: Make it work with
9698         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9699         
9700         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9701         from devhelp (won't work untill devhelp is fixed: bug #341170).
9702         
9703         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9704         
9705 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9707         Reviewed by Naba Kumar  <naba@gnome.org>:
9708         * libanjuta/interfaces/libanjuta.idl, 
9709         plugins/debug-manager/debugger.c,
9710         plugins/debug-manager/start.c,
9711         plugins/gdb/plugin.c,
9712         plugins/gdb/debugger.c,
9713         plugins/gdb/debugger.h:
9714         Fix a bug when launching gdb
9715         Set the terminal for the debugged program on the command line.
9717 2007-01-26  Johannes Schmid <jhs@gnome.org>
9719         * plugins/sourceview/anjuta-document-saver.c:
9720         (anjuta_document_saver_save):
9721         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9722         * plugins/sourceview/sourceview.c: (save_if_modified),
9723         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9724         Proper error handling, for example if a file was modified externally. Use backup files
9725         to avoid data-loss on disk full.
9727 2007-01-24  Naba Kumar  <naba@gnome.org>
9728         
9729         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9730         Fixed mem leak and source leak.
9731         
9732 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9734         Reviewed by Naba Kumar  <naba@gnome.org>:
9735         * plugins/debug-manager/debug_tree.c,
9736         plugins/debug-manager/debug_tree.h,
9737         plugins/debug-manager/watch.c:
9738         Partial rewrite of the variable object code, find and fix a few bugs
9739         Fix bug #395808: gdb can still crash but children are listed
9740         on request only so you can avoid the crash
9742 2007-01-24  Naba Kumar  <naba@gnome.org>
9743         
9744         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9745         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9746         plugins/symbol-browser/plugin.h,
9747         plugins/symbol-browser/plugin.c,
9748         plugins/symbol-browser/Makefile.am: Added current file (local)
9749         symbols view (Seriously getting bored with the browse toolbar).
9751 2007-01-22  Naba Kumar  <naba@gnome.org>
9752         
9753         Patch from Gabor Kelemen:
9754         * po/POTFILES.in: Added .plugin.in files.
9756 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9758         Reviewed by Naba Kumar  <naba@gnome.org>:
9759         * plugins/document-manager/anjuta-docman.c,
9760         plugins/message-view/anjuta-msgman.c
9761         Set right alignment to the label widget in the tab title.
9763 2007-01-21  Naba Kumar  <naba@gnome.org>
9764         
9765         * libegg/egg-combo-action.c: Fixed mode line.
9766         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9767         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9769 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9771         Reviewed by Naba Kumar  <naba@gnome.org>:
9772         * plugins/class-gen/plugin.c: Prompt for target before actually
9773         generating the class files. This ensures that the files are created in
9774         the correct directory. Fixes bug #397406.
9776         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9777         the class is added to the project.
9779 2007-01-21  Naba Kumar  <naba@gnome.org>
9781         * libanjuta/anjuta-plugin-description.c,
9782         libanjuta/anjuta-ui.h,
9783         libanjuta/anjuta-status.c,
9784         libanjuta/anjuta-plugin-description.h,
9785         libanjuta/cell-renderer-captioned-image.c,
9786         libanjuta/anjuta-plugin-handle.c,
9787         libanjuta/anjuta-status.h,
9788         libanjuta/resources.c,
9789         libanjuta/cell-renderer-captioned-image.h,
9790         libanjuta/glue-cpp.c,
9791         libanjuta/anjuta-plugin-handle.h,
9792         libanjuta/anjuta-plugin.c,
9793         libanjuta/anjuta-preferences-dialog.c,
9794         libanjuta/libanjuta.h,
9795         libanjuta/resources.h,
9796         libanjuta/glue-cpp.h,
9797         libanjuta/anjuta-plugin.h,
9798         libanjuta/anjuta-preferences-dialog.h,
9799         libanjuta/anjuta-plugin-manager.c,
9800         libanjuta/anjuta-shell.c,
9801         libanjuta/anjuta-plugin-manager.h,
9802         libanjuta/anjuta-shell.h,
9803         libanjuta/anjuta-save-prompt.c,
9804         libanjuta/anjuta-save-prompt.h,
9805         libanjuta/anjuta-children.c,
9806         libanjuta/anjuta-utils.c,
9807         libanjuta/anjuta-profile.c,
9808         libanjuta/anjuta-preferences.c,
9809         libanjuta/anjuta-launcher.c,
9810         libanjuta/anjuta-utils.h,
9811         libanjuta/anjuta-profile.h,
9812         libanjuta/anjuta-launcher.h,
9813         libanjuta/anjuta-ui.c: Updated file headers.
9815         * po/POTFILES.in: Updated.
9817         * libanjuta/anjuta-marshal.list,
9818         (added) libanjuta/anjuta-plugin-handle.c,
9819         (added) libanjuta/anjuta-plugin-handle.h,
9820         (added) libanjuta/anjuta-plugin-manager.c,
9821         (added) libanjuta/anjuta-plugin-manager.h,
9822         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9823         (added) libanjuta/anjuta-profile.c,
9824         (added) libanjuta/anjuta-profile.h,
9825         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9826         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9827         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9828         src/action-callbacks.c: Implemented AnjutaPluginManager
9829         class based on old plugins.[ch]. Implemented AnjutaProfile as
9830         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9831         class to represent plugins (not to be confused with plugin objects).
9832         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9833         implemented it in AnjutaApp and AnjutaTestShell.
9834         De-globalized plugin management and several clean ups.
9836         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9837         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9838         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9839         plugins/project-import/project-import.c,
9840         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9841         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9842         Fixed plugins for the change in API.
9844         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9845         file.
9846         
9847         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9849 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9851         Reviewed by Naba Kumar  <naba@gnome.org>:
9852         * libanjuta/anjuta-launcher.c,
9853         libanjuta/anjuta-launcher.h:
9854         Add a new function anjuta_set_terminate_on_exit to close the i/o
9855         channel when the child exit
9856         Return directly the status and not the exit code in child-exited
9857         signal
9859         * plugins/gdb/debugger.c:
9860         Use new function in debugger plugin
9862 2007-01-18  Johannes Schmid <jhs@gnome.org>
9864         * src/about.c: Do not show empty license information instead hide the button (#397883)
9866 2007-01-15  Johannes Schmid <jhs@gnome.org>
9868         * plugins/project-manager/plugin.c:
9869         * plugins/project-wizard/templates/python.wiz
9870         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9871         
9872         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9873         You will also need latest gnome-build svn       
9875 === anjuta 2.1.0 ===
9877 2007-01-14  Naba Kumar  <naba@gnome.org>
9879         * configure.in: Removed reference of mkfile project
9880         template to fix distcheck build error.
9881         * AUTHORS: Updated.
9882         * NEWS: Updated.
9883         * configure.in: Bumped version to 2.1.0 for beta release.
9884         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9885         crashes as soon as editing starts in normal text files.
9887 2007-01-14  Johannes Schmid <jhs@gnome.org>
9889         * configure.in
9890         * po/LINGUAS:
9891         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9893         * tagmanager/c.c:
9894         Patch from Massimo Cora' to hopefully fix #395362
9896         * plugins/project-wizard/templates/*:
9898         Fixed and tested all project-wizards. Deactivated mkfile project because
9899         it was totally broken and I don't see any real use for it.
9900         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9902 2007-01-14  Naba Kumar  <naba@gnome.org>
9904         * NEWS: Updated for release.
9905         
9906         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9907         
9908         * libanjuta/interfaces/libanjuta.idl,
9909         plugins/editor/text_editor_cbs.c,
9910         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9911         interface and implemented it for scintilla.
9912         
9913         * plugins/editor/text-editor.c: Fixed highlighing issues when
9914         used with indicators (particularly when the file is just opened).
9915         Fixes bug #377477 – when debugging, scintilla editor grays out all
9916         lines before current line.
9917         
9918         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9919         Maintain a separate list of indicated edtitors for separate contexts.
9920         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9921         
9922 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9924         Reviewed by Naba Kumar  <naba@gnome.org>:
9925         * plugins/debug-manager/plugin.c:
9926         Bug fix: breakpoints cannot be added after stopping the debugger
9928 2007-01-13  Naba Kumar  <naba@gnome.org>
9930         * NEWS: Updated for release.
9932 2007-01-12  Johannes Schmid <jhs@gnome.org>
9934         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9935         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9936         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9937         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9938         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9939         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9940         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9941         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9942         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9943         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9944         
9945         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9946         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9947         
9948         * plugins/sourceview/sourceview.c:
9949         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9950         on character positions.
9951         
9952 2007-01-12  Naba Kumar  <naba@gnome.org>
9954         * src/anjuta-app.c,
9955         plugins/project-manager/plugin.c,
9956         plugins/profile-default/plugin.c,
9957         libanjuta/anjuta-status.c,
9958         libanjuta/anjuta-status.h: Introduced an API for application title
9959         in AnjutaStatus. Set application title to project name.
9961 2007-01-11  Massimo Cora' <maxcvs@email.i>
9963         Reviewed by Naba Kumar  <naba@gnome.org>:
9964         * tagmanager/Makefile.am,
9965         plugins/symbol-browser/Makefile.am: removed installation for 
9966         test programs.
9968 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9970         Reviewed by Naba Kumar  <naba@gnome.org>:
9971         * plugins/debug-manager/start.h,
9972         plugins/debug-manager/start.c,
9973         plugins/debug-manager/anjuta-debug-manager.ui,
9974         plugins/debug-manager/plugin.c:
9975         Partial fix for bug #392537
9977         * plugins/debug-manager/disassemble.c:
9978         Fix bug #392543
9980 2007-01-11  Naba Kumar  <naba@gnome.org>
9982         * src/anjuta.c: Load project seperately from session,
9983         so that project session is also loaded.
9984         
9985         * plugins/profile-default/plugin.c: Load project in new
9986         anjuta if there already is one loaded currently (disabled
9987         code for now).
9988         
9989         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9990         signals when editor is destroyed. Fixes a crash bug.
9991         
9992         * plugins/editor/text_editor.c: Do not mark line in
9993         ianjuta_editor_goto_line() implementation.
9994         
9995         * plugins/search/search-replace.c: Always check for markable
9996         interface availablility because its optional for an editor.
9997         
9998         * plugins/document-manager/goto_line.c,
9999         plugins/document-manager/action-callbacks.c: Mark lines for
10000         goto line commands (from dialog and from menu entry box).
10001         
10002         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10003         plugins/file-manager/an_file_view.c: Expand file manager
10004         nodes in idle loop, one at a time. Did as a possible work
10005         around for bug #361763, but it didn't make any difference.
10006         However, it could still be useful in situations where there
10007         are lots to expand.
10008         
10009         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10011 2007-01-11  Naba Kumar  <naba@gnome.org>
10013         * plugins/editor/scintilla/LineMarker.h,
10014         plugins/editor/scintilla/LexBasic.cxx,
10015         plugins/editor/scintilla/LexHTML.cxx,
10016         plugins/editor/scintilla/include/SciLexer.h,
10017         plugins/editor/scintilla/include/Scintilla.h,
10018         plugins/editor/scintilla/include/Scintilla.iface,
10019         plugins/editor/scintilla/include/ScintillaWidget.h,
10020         plugins/editor/scintilla/LexBash.cxx,
10021         plugins/editor/scintilla/PlatGTK.cxx,
10022         plugins/editor/scintilla/ViewStyle.h,
10023         plugins/editor/scintilla/Editor.cxx,
10024         plugins/editor/scintilla/StyleContext.h,
10025         plugins/editor/scintilla/LexCPP.cxx,
10026         plugins/editor/scintilla/Converter.h,
10027         plugins/editor/scintilla/LexAU3.cxx,
10028         plugins/editor/scintilla/Editor.h,
10029         plugins/editor/scintilla/LexPerl.cxx,
10030         plugins/editor/scintilla/LexVB.cxx,
10031         plugins/editor/scintilla/ScintillaGTK.cxx,
10032         plugins/editor/scintilla/ViewStyle.cxx,
10033         plugins/editor/scintilla/PropSet.cxx,
10034         plugins/editor/scintilla/LexSQL.cxx,
10035         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10036         version 1.71
10038 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10040         Reviewed by Naba Kumar  <naba@gnome.org>:
10041         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10042         selected for editing. This fixes bug #394218.
10044         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10045         name if said URI is not known.
10047         * plugins/class-gen/window.c: When stripping function prefix away,
10048         include the trailing underscore because it is already set by the
10049         template.
10051         * plugins/class-gen/transform.c: Include "const char*" and "const
10052         gchar*" in the list for transforming a default C type to a GType.
10053         Don't access invalid memory when writing pointer_str in
10054         cg_transform_first_argument.
10056 2007-01-11  Naba Kumar  <naba@gnome.org>
10058         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10059         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10060         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10061         libegg/test-actions.c, anjuta.desktop.in.in,
10062         anjuta.prj: Renamed application icon to 'anjuta.png' from
10063         'anjuta_icon.png'. Added more fields in desktop file.
10065         * mime/anjuta.xml: Added magic section.
10066         
10067         * (removed) mime/anjuta.applications,
10068         (removed) mime/anjuta.mime, mime/Makefile.am,
10069         (removed) mime/anjuta.keys,
10070         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10071         registeration and added scalable icon. Also fixes bug #393680
10073 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10075         Reviewed by Naba Kumar  <naba@gnome.org>:
10076         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10077         and anjuta_status_progress_add_ticks() to check for progressbar 
10078         being realized before trying to update it.
10080 2007-01-10  Naba Kumar  <naba@gnome.org>
10082         * tagmanager/tm_workspace.c,
10083         po/POTFILES.in,
10084         plugins/debug-manager/Makefile.am,
10085         plugins/tools/scripts/Makefile.am,
10086         plugins/class-gen/plugin.c,
10087         plugins/class-gen/Makefile.am,
10088         global-tags/Makefile.am: Fixed make distcheck.
10090         * plugins/debug-manager/attach_process.c,
10091         plugins/debug-manager/attach_process.h,
10092         plugins/class-gen/action-callbacks.h,
10093         plugins/class-gen/action-callbacks.c,
10094         plugins/class-gen/class_gen.h,
10095         plugins/class-gen/class_gen.c: Deleted unused/old files.
10097         * (removed) scintilla, (added) plugins/editor/scintilla,
10098         plugins/editor/scintilla/lexers.make,
10099         plugins/editor/scintilla/Makefile.am,
10100         plugins/editor/Makefile.am
10101         configure.in, manuals/reference/libanjuta/Makefile.am
10102         Makefile.am: Moved scintilla to its right place.
10104 2007-01-09  Naba Kumar  <naba@gnome.org>
10106         * plugins/profile-default/plugin.c: Save project session before
10107         a new one is opened.
10109         * plugins/project-manager/plugin.c,
10110         plugins/project-manager/plugin.h,
10111         plugins/project-manager/anjuta-project-manager.ui,
10112         plugins/profile-default/plugin.c,
10113         plugins/profile-default/plugin.h,
10114         plugins/profile-default/Makefile.am,
10115         (added) plugins/profile-default/anjuta-default-profile.ui,
10116         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10117         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10118         multiple projects support.
10119         
10120 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10122         Reviewed by Naba Kumar  <naba@gnome.org>
10123         * plugins/class-gen/combo-flags.h:
10124         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10125         enum, added a type parameter to selected signal. Select highlighted
10126         entry when pressing enter (but not unselect it if it was already
10127         selected) before closing the popup. Also accept input when clicking
10128         not into the popup.
10130         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10131         according to selection type.
10133         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10134         VOID:BOXED,ENUM.
10136 2007-01-08  Johannes Schmid <jhs@gnome.org>
10138   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10139   * plugins/project-wizard/templates/gtkmm/Makefile.am
10140   * plugins/project-wizard/templates/python/configure.ac.tpl
10141   * plugins/project-wizard/templates/python/configure.in.tpl
10142   * plugins/project-wizard/templates/python/Makefile.am
10143   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10144   * plugins/project-wizard/templates/cpp/configure.in.tpl
10145   * plugins/project-wizard/templates/cpp/Makefile.am
10146   * plugins/project-wizard/templates/terminal.wiz
10147   * plugins/project-wizard/templates/xlib-dock.wiz
10148   * plugins/project-wizard/templates/wxwin.wiz
10149   * plugins/project-wizard/templates/java.wiz
10150   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10151   * plugins/project-wizard/templates/xlib/configure.in.tpl
10152   * plugins/project-wizard/templates/xlib/Makefile.am
10153   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10154   * plugins/project-wizard/templates/gcj/configure.in.tpl
10155   * plugins/project-wizard/templates/gcj/Makefile.am
10156   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10157   * plugins/project-wizard/templates/terminal/configure.in.tpl
10158   * plugins/project-wizard/templates/terminal/Makefile.am
10159   * plugins/project-wizard/templates/terminal/autogen.sh
10160   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10161   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10162   * plugins/project-wizard/templates/wxwin/Makefile.am
10163   * plugins/project-wizard/templates/gnome.wiz 
10164   * plugins/project-wizard/templates/java/configure.ac.tpl
10165   * plugins/project-wizard/templates/java/configure.in.tpl
10166   * plugins/project-wizard/templates/java/Makefile.am
10167   * plugins/project-wizard/templates/anjuta-plugin.wiz
10168   * plugins/project-wizard/templates/gtkmm.wiz
10169   * plugins/project-wizard/templates/python.wiz
10170   * plugins/project-wizard/templates/cpp.wiz
10171   * plugins/project-wizard/templates/gtk.wiz
10172   * plugins/project-wizard/templates/gcj.wiz
10173   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10174   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10175   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10177   Starting fixing of all project wizards:
10178   - rename configure.in to configure.ac
10179   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10180   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10181   (See #394184)
10182   
10183   * TODO.task: Added bug number to bounty
10185 2007-01-07  Johannes Schmid <jhs@gnome.org>
10187   *  plugins/build-basic-autotools.c:
10188   Fixed #392290 – Missed install as root option in project manager
10190 2007-01-07  Johannes Schmid <jhs@gnome.org>
10192   * plugins/sourceview/sourceview.c:
10193   Fixed #388731 – Odd editor behaviour after performing block-text operations
10194   Fixed #388727 – Block-tab does not work
10195   
10196   * plugins/sourceview/anjuta-document.h/c:
10197   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10198   
10199   * configure.in:
10200   Require Gtk+ >= 2.10 for sourceview plugin
10202 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10204         * libanjuta/anjuta-status.c:
10205         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10207 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10209         * configure.in,
10210         plugins/terminal/terminal.c:
10211         Fix bug #377027
10212         remove support for VTE < 0.9
10214 2007-01-06  Naba Kumar  <naba@gnome.org>
10216         * po/POTFILES.in: Updated
10218 2007-01-05  Adam Dingle  <adam@medovina.org>
10220         Reviewed by Naba Kumar  <naba@gnome.org>:
10221         * plugins/message-view/anjuta-message-manager-plugin.glade:
10222         Fixed bug #377903 (improve message color defaults).
10224 2007-01-05  Naba Kumar  <naba@gnome.org>
10226         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10227         
10228 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10230         Reviewed by  Naba Kumar  <naba@gnome.org>:
10231         * plugins/symbol-browser/test-class.h: Fixed block ends.
10233         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10234         C-style-block comment.
10236         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10237         allow lists when writing autogen definition files. This is required
10238         for the new class generator. Also fixed a wrong return value in
10239         npw_autogen_write_definition_file and set a GError in
10240         npw_autogen_execute when the output file could not be opened.
10242         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10243         user interface.
10245         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10246         goc_template_header and goc_template_source, added top_srcdir to
10247         includes, link against project wizard (also hopefully temporarily),
10248         removed class_gen.h, class_gen.c, action-callbacks.h,
10249         action-callbacks.c.
10251         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10253         * plugins/class-gen/cell-renderer-flags.h:
10254         * plugins/class-gen/cell-renderer-flags.c:
10255         * plugins/class-gen/combo-flags.h:
10256         * plugins/class-gen/combo-flags.c:
10257         * plugins/class-gen/element-editor.c:
10258         * plugins/class-gen/element-editor.h:
10259         * plugins/class-gen/generator.c:
10260         * plugins/class-gen/generator.h:
10261         * plugins/class-gen/plugin.h:
10262         * plugins/class-gen/plugin.c:
10263         * plugins/class-gen/transform.c:
10264         * plugins/class-gen/transform.h:
10265         * plugins/class-gen/validator.c:
10266         * plugins/class-gen/validator.h:
10267         * plugins/class-gen/window.c:
10268         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10269         adding of several class elements and uses autogen.
10271         * plugins/class-gen/templates/cc-header.tpl:
10272         * plugins/class-gen/templates/cc-source.tpl:
10273         * plugins/class-gen/templates/go-header.tpl:
10274         * plugins/class-gen/templates/go-source.tpl:
10275         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10276         for the class generator.
10278         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10280 2007-01-04  Naba Kumar  <naba@gnome.org>
10282         Patch from Nick Treleaven:
10283         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10284         all matching symbols.
10285         
10286         Patches from  Maik Beckmann and Sébastien Granjoux:
10287         * plugins/profile-default/plugin.c,
10288         plugins/project-manager/plugin.c: Unescape project name. Fixes
10289         Bug #357151
10291 2007-01-04  Naba Kumar  <naba@gnome.org>
10293         * plugins/glade/plugin.c: Fixed compilation with
10294         older glade-3 version.
10295         
10296         Patch from Roland Illig:
10297         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10298         plugins/sourceview/anjuta-document-saver.c,
10299         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10300         are necessary to build anjuta on NetBSD 3.0
10302         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10303         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10304         window manager in gnome.
10305         
10306 2007-01-02  Naba Kumar  <naba@gnome.org>
10307         
10308         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10309         
10310 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10312         Reviewed by Naba Kumar  <naba@gnome.org>:
10313         * libanjuta/interfaces/libanjuta.idl,
10314         plugins/debug-manager/Makefile.am,
10315         plugins/debug-manager/anjuta-marshal.list,
10316         plugins/debug-manager/debugger.c,
10317         plugins/debug-manager/sparse_buffer.c,
10318         plugins/debug-manager/sparse_buffer.h,
10319         plugins/debug-manager/sparse_view.c,
10320         plugins/debug-manager/sparse_view.h,
10321         plugins/debug-manager/disassemble.h,
10322         plugins/debug-manager/disassemble.c,
10323         plugins/debug-manager/anjuta-marshal.list,
10324         plugins/debug-manager/plugin.c,
10325         plugins/gdb/debugger.c,
10326         plugins/gdb/debugger.h,
10327         plugins/gdb/plugin.c:
10328         Add a disassembly view window
10330         * plugins/debug-manager/breakpoints.c,
10331         plugins/debug-manager/chunk_view.c,
10332         plugins/debug-manager/locals.c,
10333         plugins/debug-manager/memory.c,
10334         plugins/debug-manager/registers.c,
10335         plugins/debug-manager/stack_trace.c:
10336         Add some debugging information 
10338 2006-12-18  Naba Kumar  <naba@gnome.org>
10340         * configure.in, plugins/glade/plugin.c: Allow building against both
10341         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10343 2006-12-03  Naba Kumar  <naba@gnome.org>
10344         
10345         * TODO.tasks: Marked a bounty completed.
10347 2006-11-24  Adam Dingle <adam@medovina.org>
10349         Reviewed by Naba Kumar  <naba@gnome.org>:
10350         * plugins/build-basic-autotools/build-basic-autotools.c,
10351         plugins/debug-manager/watch.c,
10352         plugins/document-manager/plugin.c, 
10353         plugins/patch/plugin.c,
10354         plugins/project-manager/plugin.c:
10355         Fixed bug #378879 (several command names need ellipses).
10357 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10359         Reviewed by: Naba Kumar  <naba@gnome.org>
10360         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10361         GCC 4.1.2 (there are only two warnings remaining now when compiling
10362         plugins).
10364         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10366         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10367         macro so that the generated function support a NULL plugin parameter.
10369         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10370         in debug_tree_find_expression by freeing memory returned by the call
10371         to gtk_tree_model_get instead of the parameter string.
10373 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10375         * plugins/debug-manager/breakpoints.c:
10376         Fix bug #378850
10378         * plugins/debug-manager/anjuta-debug-manager.ui,
10379         plugins/debug-manager/debugger.c,
10380         plugins/debug-manager/plugin.c:
10381         Fix bug #378871
10383 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10385         * libanjuta/anjuta-launcher.c,
10386         plugins/gdb/debugger.c:
10387         Fix bug #377061
10389 2006-11-21  Naba Kumar  <naba@gnome.org>
10391         * plugins/search/search_preferences.c: Fixed build break.
10392         
10393 2006-11-20  Naba Kumar  <naba@gnome.org>
10394         
10395         Patch from Kjartan Maraas:
10396         * plugins/cvs-plugin/cvs-interface.c,
10397         plugins/document-manager/plugin.c,
10398         plugins/gtodo/interface.c,
10399         plugins/gtodo/libgtodo.h,
10400         plugins/message-view/anjuta-msgman.c,
10401         plugins/project-wizard/druid.c,
10402         plugins/search/search_preferences.c,
10403         plugins/sourceview/sourceview-prefs.c,
10404         plugins/terminal/terminal.c,
10405         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10407         Patch from Przemysław Grzegorczyk:
10408         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10409         plugins/subversion/anjuta-subversion.glade: Enable files in
10410         fileselection dialog. Fixes bug #376031.
10411         
10412 2006-11-17  Adam Dingle <adam@medovina.org>
10414         Reviewed by: Naba Kumar  <naba@gnome.org>
10415         * plugins/build-basic-autotools/build-basic-autotools.c
10416         * plugins/class-gen/anjuta-class-gen.plugin.in
10417         * plugins/debug-manager/breakpoints.c
10418         * plugins/debug-manager/plugin.c
10419         * plugins/devhelp/plugin.c
10420         * plugins/document-manager/plugin.c
10421         * plugins/gdb/debugger.c
10422         * plugins/glade/anjuta-glade.plugin.in
10423         * plugins/gtodo/plugin.c
10424         * plugins/language-support-cpp-java/plugin.c
10425         * plugins/message-view/plugin.c
10426         * plugins/project-import/anjuta-project-import.glade
10427         * plugins/project-import/anjuta-project-import.plugin.in
10428         * plugins/search/plugin.c
10429         * plugins/tools/scripts/tools-2.xml.in
10430         * plugins/valgrind/plugin.c
10431         * src/anjuta-actions.h:
10432         Fixed bug #376335 "menu items should be capitalized".  Minor
10433         grammar edits.
10435 2006-11-20  Naba Kumar  <naba@gnome.org>
10436         
10437         * configure.in: Fixed build.
10439         Patch from: Arjan Timmerman
10440         *configure.in: Make subvesion plugin build for apr 1.x.
10441         Fixes: Bug #364754.
10442         
10443 2006-11-20  Johannes Schmid <jhs@gnome.org>
10445         * configure.in
10446         * plugins/*/*.[ch]:
10447         Removed patches from Sylvain and Günther. They caused not problems but
10448         Naba was against them.
10450 2006-11-20  Johannes Schmid <jhs@gnome.org>
10452         * Removed me from MAINTAINERS
10454 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10456         * configure.in:
10457         Use apr-1 instead of apr-0
10459 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10461         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10462         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10463         and another bug occuring when parsing .pc file containing quotes.
10465 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10467         * plugins/*/*.[ch]: Use class macro for type casting.
10469         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10470         GCC 4.1.2 (there are only two warnings remaining now when compiling
10471         plugins).
10473         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10474         a memory leak in debug_tree_find_expression; g_free was called on
10475         the parameter instead of the memory allocated by gtk_tree_model_get.
10477         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10478         to declare and initialize the global type variable of the plugin.
10480 2006-10-31  Naba Kumar  <naba@gnome.org>
10482         * global-tags/create_global_tags.sh.in: Added an end message.
10483         
10484         * libanjuta/anjuta-launcher.h: Fixed indentation.
10485         
10486         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10487         creation to a) append the messages in right way, b) Connect signals
10488         to the view properly and c) Recreate the system-tags.cache at the
10489         end of the generation.
10491         * plugins/symbol-browser: Fixed action path (double
10492         click on sysmbols was not working).
10494         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10495         Fixed typedef and removed dead code.
10497         * tagmanager/c.c: Took the latest version from ctags source
10498         repository, because the one we had (from ctags 5.6) was broken.
10499         
10500         * global_tags/create_global_tags.sh.in: Reverted the patch from
10501         Sylvain because it was not right fix (and added a helpful comment).
10502         Used /bin/bash to fix the bashism and generated separate log files
10503         for each tag files in the same directory.
10504         
10505 2006-10-29  Naba Kumar  <naba@gnome.org>
10507         * plugins/editor/text_editor.c: Use a temporary file
10508         to save the editor and move it at the end to original
10509         file. This will prevent data corruption if file save
10510         failed for any reason. Also report proper errors when
10511         file save fails. Fixes bug #346575.
10512         
10513 2006-10-26  Naba Kumar  <naba@gnome.org>
10515         * plugins/document-manager/anjuta-docman.c: Do not load
10516         the same files with different path more than once (happens
10517         with symlinked files). Fixes Bug #323591.
10519 2006-10-25  Naba Kumar  <naba@gnome.org>
10521         * plugins/valgrind/vgactions.c: Fixed a warning.
10523 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10525         Reviewed by Naba Kumar  <naba@gnome.org>:
10527         * plugins/valgrind/vgtoolview.c:
10528         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10530         * plugins/valgrind/bugged-prg-test.c:
10531         No more warning during compilation with GCC 4.1.
10532         Program is still buggy in order to be used as a test of the
10533         plugin.
10535         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10536         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10537         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10538         plugins/valgrind/vgrule.c:
10539         No more warning during compilation with GCC 4.1.
10541         * plugins/valgrind/plugin.c:
10542         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10543         prototype (was missing from previous patch).
10545 2006-10-24  Naba Kumar  <naba@gnome.org>
10547         * plugins/glade/plugin.c: Show glade tree view, not list view.
10548         
10549         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10550         exited with glade plugin still loaded. Fixes Bug #364755.
10552         * plugins/document-manager/anjuta-document-manager.plugin.in:
10553         Added application/x-reject in accepted mime-types.
10554         
10555         * Changelog: Fixed changelog alignments.
10557 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10559         Reviewed by: Naba Kumar  <naba@gnome.org>
10560         
10561         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10562         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10563         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10564         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10565         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10566         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10567         plugins/valgrind/vgsearchbar.c:
10568         Use class macro for type casting.
10570         * plugins/valgrind/plugin.h:
10571         Don't force cast a GtkActionGroup to a GtkAction.
10573         * plugins/valgrind/plugin.c:
10574         Use correct API to get path of the preoject root when building
10575         the list of targets for the run action.
10576         Correct ordering of the construction of the preferences widgets.
10577         Only remove the valgrind widget if it is currently displayed.
10579         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10580         Return if check_valgrind_binary() fails.
10581         The ValgrindPluginPrefs object is initialized after the call to
10582         vg_action_new. Take a handle to the location of the pointer to
10583         the future object.
10585 2006-10-24  Naba Kumar  <naba@gnome.org>
10587         * HACKING: Updated coding sample.
10588         
10589         Patch from: Armin Burgmeier  <armin@arbur.net>
10590         * plugins/symbol-browser/test-class.h,
10591         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10592         
10593 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10595         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10596         * plugins/valgrind/vgtoolview.h:
10597         Correctly handle the argv / srcdir of vg_tool_view object. Do
10598         not leak memory associated with those arrays.
10600         * plugins/symbol-browser/an_symbol_prefs.c:
10601         Support unloading / reloading of the module (for example when
10602         closing a project and opening another one).
10604         * plugins/project-manager/plugin.c:
10605         Remove plugin widget before removing plugin itself, preventing
10606         a crash with valgrind plugin.
10608         * libanjuta/anjuta-preferences-dialog.c:
10609         Do not use the page_num returned by gtk_notebook_append_page to
10610         remove the page as it cause bugs when pages removal is not done
10611         in LIFO.
10613         * plugins/document-manager/anjuta-docman.c:
10614         Fix some GTK+ warnings.
10616         * global-tags/create_global_tags.sh.in:
10617         Rewrite script to remove bash-ism and use pkg-config directly
10618         instead of parsing the *.pc file by hand. This solve problems
10619         that occurred when one of the directory in PKG_CONFIG_PATH is
10620         empty.
10622 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10624         * plugins/glade/plugin.c: Fix build (#363884)
10626 2006-10-22  Johannes Schmid <jhs@gnome.org>
10628         * plugins/file-manager/an_file_view.c:
10629         * plugins/file-manager/plugin.c:
10630         * plugins/file-manager/plugin.h:
10631         Fix possible crasher when changing project-root uri when we try to restore open nodes
10632         * AUTHORS: Updated
10634 2006-10-19  Naba Kumar  <naba@gnome.org>
10636         Patch from: Juan Pablo Ugarte
10637         * plugins/glade/plugin.c: Include glade header
10638         correctly.
10639         
10640 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10641         
10642         * plugins/debug-manager/Makefile.am,
10643         plugins/debug-manager/sexy-icon-entry.h,
10644         plugins/debug-manager/sexy-icon-entry.c,
10645         plugins/debug-manager/dataview.c:
10646         Fix bug #358134 (Goto memory prompt)
10647         Use sexy-icon-entry from libsexy 0.1.10
10649         * plugins/debug-manager/debugger.c,
10650         plugins/debug-manager/plugin.c,
10651         plugins/debug-manager/start.c,
10652         plugins/gdb/debugger.c,
10653         plugins/gdb/plugin.c:
10654         Better error handling when starting and stopping debugger
10656 2006-10-13  Maik Beckmann <maik@eigenco.de>
10658         * src/action_callbacks.c:
10659         Fixed bug #361830 (AboutDialog does not close) which is caused 
10660         due to a change in Gtk+ 2.10  
10661   
10662 2006-10-12  Adam Dingle <adam@medovina.org>
10664         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10666         * plugins/search/search-replace.c:
10667         Fixed bug #358068 (indicate when Find in Files is complete)
10669         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10671         * plugins/sourceview/sourceview-prefs.c:
10672         * plugins/sourceview/sourceview.glade:
10673         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10675         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10677         * plugins/devhelp/plugin.c:
10678         * plugins/search/plugin.c: 
10679         Fixed bug #359750 (fix find/replace shortcut keys).
10681         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10682         use Alt+key for shortcuts)
10684         *  plugins/debug-manager/debug_tree.c:
10685         *  plugins/debug-manager/debugger.c:
10686         Fixed bug #359317 (can't load debug manager)
10688         * /plugins/document-manager/plugin.c:
10689         Fixed bug #359259 (highlight modes listed in reverse 
10690         alphabetical order).
10692 2006-10-10  Johannes Schmid <jhs@gnome.org>
10694         * plugins/glade/plugin.c:
10695         Add scrollbars to glade project window
10697 2006-10-10  Johannes Schmid <jhs@gnome.org>
10699         * libanjuta/interfaces/Makefile.am.iface:
10700         Fixed Makefile with broke build
10702 2006-10-07  Johannes Schmid <jhs@gnome.org>
10704         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10705         * libanjuta/interfaces/Makefile.iface.am:
10706         Fixed enum types generation
10708         * libanjuta/interfaces/libanjuta.idl:
10709         Fixed some strange typo
10711 2006-10-06  Johannes Schmid <jhs@gnome.org>
10713         * libanjuta/interfaces/Makefile.iface.am:
10714         Fixed enum-types.h generation
10715         * libanjuta/interfaces/libanjuta.idl:
10716         char* => gchar*
10717         IAnjutaTODO::load should take const gchar* argument
10718         Remove include to libanjuta/e-splash.h which is not installed as header file
10719         Disable get_attributes for now
10720         
10721         * pluings/sourceview/sourceview.c: Disabled get_attributes
10722         
10723         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10725 2006-10-05  Naba Kumar  <naba@gnome.org>
10727         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10728         Set bug id for 'Profiler plugin' task.
10730 2006-10-03  Naba Kumar  <naba@gnome.org>
10732         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10733         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10735         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10736         plugins/project-manager/plugin.c: Added a new API in
10737         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10738         Added some documentation. On project close, close all editors that
10739         has files opened for the project.
10740         
10741         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10742         from the containers on anjuta_shell_remove_widget(). Do not destroy
10743         glade widgets once created.
10744         
10745 2006-10-03  Johannes Schmid <jhs@gnome.org>
10747         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10748         * libanjuta/interfaces/libanjuta.idl:
10749         const-List<> => const List<>
10750         List-free<> => List<>
10751         
10752         * Makefile.am: Reenabled launcher
10754 2006-10-03  Johannes Schmid <jhs@gnome.org>
10756         * libanjuta/interfaces/Makefile.am.iface:
10757         Install libanjuta.idl
10759 2006-10-02  Adam Dingle <adam@medovina.org>
10761         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10763 2006-10-02  Adam Dingle <adam@medovina.org>
10765         * plugins/editor/style-editor.c: fixed bug #357534
10766         * plugins/gdb/utilities.h: removed 2 unused declarations
10768 2006-10-02  Johannes Schmid <jhs@gnome.org>
10770         * Makefile.am: disabled anjuta-launcher
10771         * libanjuta/Makefile.am:
10772         
10773         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10774         * libanjuta/glue-factory.c: (glue_factory_add_path),
10775         (glue_factory_get_path):
10776         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10777         * libanjuta/glue-factory.h:
10778         * libanjuta/glue-cpp.h:
10779         * libanjuta/glue-cpp.c:
10780         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10781         
10782         * libanjuta/interfaces/Makefile.am.iface:
10783         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10784         * libanjuta/interfaces/libanjuta.idl:
10785         Add a new features to idl compiler:
10786         List<Type> => List of Type
10787         List-free<Type> => List of Type, it is up to the caller to free items and list
10788         const-List(-free)<Type> = const List of Types
10789         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10790         
10791         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10792         (generic_cpp_class_create_code):
10793         Adapted to new project_manager interface
10794         
10795         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10796         * plugins/debug-manager/debugger.c:
10797         (ivariable_debugger_iface_init):
10798         Do not use C++ keyword "delete" for interface name
10799         
10800         * plugins/document-manager/anjuta-document-manager.plugin.in:
10801         Added m4 to mime-types
10802         
10803         * plugins/project-manager/plugin.c:
10804         (iproject_manager_add_source_multi):
10805         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10807 2006-10-01  Naba Kumar  <naba@gnome.org>
10809         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10810         UI file used when out-of-process devhelp is used instead of
10811         embedded devhelp.
10812         
10813         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10814         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10815         plugins/profile-default/default.anjuta: Build devhelp plugin,
10816         but use out-of-process devhelp if devhelp plugin is disabled
10817         (either by user or devhelp is not installed). Disabled devhelp
10818         plugin by default. Added it in default profile.
10820 2006-10-01  Naba Kumar  <naba@gnome.org>
10822         * plguins/project-manager/plugin.c: Possible fix for crash
10823         bug #358583.
10824         
10825         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10826         set dep to last version 3.0.2.
10827         
10828         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10829         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10830         plugins/symbol-browser/plugin.c: Use the right action group
10831         for getting popup actions (Fixes lots of assertion failures).
10833         * plugins/project-manager/plugin.c,
10834         plugins/project-manager/plugin.h: use separate action group
10835         for profie actions.
10836         
10837         * plugins/message-view/plugin.c: Disconnect session load
10838         signal on plugin deactivation (fixes a crash).
10840 2006-09-30  Naba Kumar  <naba@gnome.org>
10842         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10843         * TODO.tasks: Assigned a bounty to Massimo.
10845 2006-09-29  Naba Kumar  <naba@gnome.org>
10847         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10849 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10851         * plugins/debug-manager/debugger.c,
10852         plugins/debug-manager/plugin.c,
10853         libanjuta/interfaces/libanjuta.idl:
10854         Add a new abort command to quit debugger without waiting
10856         * plugins/gdb/debugger.c,
10857         plugins/gdb/debugger.h,
10858         plugins/gdb/plugin.c:
10859         Send a signal directly to the debugged program
10860         Implement abort command
10862         * plugins/debug-manager/debug_tree.c:
10863         Fix bug #358163
10865         * plugins/debug-manager/stack-trace.c:
10866         Fix bug #358009
10868 2006-09-29  Naba Kumar  <naba@gnome.org>
10870         * TODO.tasks: Updated.
10871         
10872         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10873         dialog.
10874         
10875         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10876         
10877         * TODO.tasks: Updated in light of the word wrapping fix
10878         in Tasks Manager. Added a test bounty entry.
10880         * TODO.tasks: Added four bounties.
10881         
10882 2006-09-28  Naba Kumar  <naba@gnome.org>
10884         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10885         Added 'customizable' parameter to
10886         anjuta_ui_add_action_group_entries() and similar functions to
10887         allow user configuration of the actions. Filter out actions that
10888         are not configurable items (such as submenu items). Now the
10889         'Customize shortcuts' dialog is much better listed.
10891         * plugins/build-basic-autotools/build-basic-autotools.c,
10892         plugins/build-basic-autotools/build-basic-autotools.h,
10893         plugins/cvs-plugin/plugin.c,
10894         plugins/cvs-plugin/plugin.h,
10895         plugins/debug-manager/breakpoints.c,
10896         plugins/debug-manager/plugin.c,
10897         plugins/debug-manager/stack_trace.c,
10898         plugins/debug-manager/watch.c,
10899         plugins/devhelp/plugin.c,
10900         plugins/document-manager/plugin.c,
10901         plugins/file-loader/plugin.c,
10902         plugins/file-manager/plugin.c,
10903         plugins/glade/plugin.c,
10904         plugins/gtodo/interface.c,
10905         plugins/gtodo/plugin.c,
10906         plugins/language-support-cpp-java/plugin.c,
10907         plugins/macro/plugin.c,
10908         plugins/macro/plugin.h,
10909         plugins/message-view/plugin.c,
10910         plugins/patch/plugin.c,
10911         plugins/profile-default/default.anjuta,
10912         plugins/project-manager/plugin.c,
10913         plugins/project-manager/plugin.h,
10914         plugins/sample1/plugin.c,
10915         plugins/search/plugin.c,
10916         plugins/subversion/plugin.c,
10917         plugins/subversion/plugin.h,
10918         plugins/symbol-browser/plugin.c,
10919         plugins/symbol-browser/plugin.h,
10920         plugins/tools/plugin.c,
10921         plugins/valgrind/plugin.c,
10922         plugins/valgrind/plugin.h: Fixed to take care of above change
10923         in API of AnjutaUI. Properly added/removed action groups in some
10924         plugins. Split action groups into customization and non-customizable
10925         groups and added them separately.
10927         * plugins/document-manager/plugin.c: Close files belonging to
10928         project when project is closed (not complete).
10929         
10930         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10931         vertical aligned cell entries.
10932         
10933         * src/anjuta-app.c: Define macros for the placeholder names.
10934         Set default widths and heights of the default placeholders,
10935         so that newly docked widgets are correclty sized.
10936         
10937         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10938         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10939         Fixed to generated correct actions addition/removal code.
10941 2006-09-25  Naba Kumar  <naba@gnome.org>
10943         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10944         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10945         class.
10946         
10947         * plugins/message-view/anjuta-msgman.c,
10948         plugins/message-view/anjuta-msgman.h,
10949         plugins/message-view/message-view.c,
10950         plugins/message-view/message-view.h,
10951         plugins/message-view/plugin.c: Serialize messages panes in
10952         session save and deserialize them in session load so that
10953         build messages persistant.
10954         
10955 2006-09-24  Johannes Schmid <jhs@gnome.org>
10957         * libanjuta/anjuta-utils.c:
10958         * plugins/message-view/message-view.c:
10959         Really fixed #355407
10961 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10963         * libanjuta/interfaces/libanjuta.idl:
10964         Change one variable sign
10966         * plugins/debug-manager/anjuta-debug-manager.glade,
10967         plugins/debug-manager/anjuta-debug-manager.ui:
10968         Few small interface changes     
10970         * plugins/debug-manager/debug_tree.h,
10971         plugins/debug-manager/watch.c,
10972         plugins/debug-manager/debugger.c,
10973         plugins/debug-manager/plugin.c
10974         plugins/gdb/debugger.c,
10975         plugins/gdb/plugin.c:
10976         Big rewrite of debugger queue
10977         Allow to cancel command
10979         * plugins/debug-manager/memory.c:
10980         Fix a bug if a command is cancelled
10982 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10984         * plugins/gdb/debugger.c,
10985         plugins/debug-manager/debug_tree.c,
10986         plugins/debug-manager/locals.c:
10987         Restore tree representation for local variable
10988         Add argument in local variable list
10989         Use gdb variable object to get all informations
10991 2006-09-19  Naba Kumar  <naba@gnome.org>
10993         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10994         that implements AnjutaSavePrompt class.
10996         * ChangeLog: Fixed indentation.
10997         
10998         * libanjuta/Makefile.am,
10999         libanjuta/anjuta-marshal.list,
11000         libanjuta/anjuta-shell.c,
11001         libanjuta/anjuta-shell.h,
11002         plugins/document-manager/action-callbacks.c,
11003         plugins/document-manager/action-callbacks.h,
11004         plugins/document-manager/anjuta-docman.c,
11005         plugins/document-manager/anjuta-docman.h,
11006         plugins/document-manager/plugin.c,
11007         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11008         unsaved items during exit. A new signal is added in shell
11009         interface called 'save-prompt' to collect all unsaved items.
11010         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11011         Fixed document manager to use the new save-prompt signal in shell
11012         and AnjutaSavePrompt object for unsaved files. Cleaned up
11013         AnjutaDocman to synchronously save new files. Fixed function
11014         names.
11016 2006-09-18  Johannes Schmid <jhs@gnome.org>
11018         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11019         gdl requirement to 0.7.0
11021 2006-09-18  Johannes Schmid <jhs@gnome.org>
11023         * global-tags/.cvsignore:
11024         * global-tags/Makefile.am:
11025         * global-tags/create_global_tags.sh (removed):
11026         * global-tags/create_global_tags.sh.in (added):
11027         Fixed #355407
11028         
11029         * libanjuta/anjuta-launcher.c:
11030         Fixed #349374
11031         
11032         * plugins/project-manager/plugin.c:
11033         (project_manager_plugin_close_project):
11034         Fixed crasher
11035         
11036         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11037         Fixed gtk critical
11038         
11039         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11040         More reasonable toolbar creation/deletition though it does
11041         not completly work!
11043 2006-09-15  Johannes Schmid <jhs@gnome.org>
11045         * libanjuta/anjuta-utils.c/.h:
11046         Fixed #355168
11048 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11050         * scintilla/ScintillaGTK.cxx
11051         Fixed doulbe freeing in Scintilla
11053 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11055         * plugins/symbol-browser/an_symbol_prefs.c:
11056         Support unloading / reloading of the module (for example when
11057         closing a project and opening another one).
11059         * plugins/project-manager/plugin.c:
11060         Really fixed #355148 (Show project name in title bar)
11062 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11064         * libanjuta/plugins.c:
11065         Fixed #355156 (Show plugins in alphabetical order)
11067 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11069         * plugins/project-manager/plugin.c:
11070         Fixed #355148 (Show project name in title bar)
11072 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11074         * plugins/project-manager/plugin.c:
11075         (value_removed_project_root_uri):
11076         Fixed crasher if project cannot be opened
11078 2006-08-30 Naba Kumar  <naba@gnome.org>
11080         * plugins/language-support-cpp-java/plugin.[c,h],
11081         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11082         Impletemnted UI for auto indent.
11083         
11084 2006-08-28 Naba Kumar  <naba@gnome.org>
11085         
11086         * plugins/gvim/.cvsignore,
11087         plugins/gvim/Makefile.am,
11088         plugins/gvim/anjuta-vim-plugin.png,
11089         plugins/gvim/anjuta-vim.c,
11090         plugins/gvim/anjuta-vim.h,
11091         plugins/gvim/anjuta-vim.plugin.in,
11092         plugins/gvim/gtkvim.c,
11093         plugins/gvim/gtkvim.h,
11094         plugins/gvim/plugin.c,
11095         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11096         in build yet.
11098 2006-08-28 Naba Kumar  <naba@gnome.org>
11100         Patch from: Massimo Corà  <maxcvs@email.it>
11101         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11102         possible infinite loop.
11104 2006-08-22 Adam Dingle <adam@medovina.org>
11105         
11106         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11107         to edit are shown in the preferences dialog in anjuta").
11108         Removed unused widgets from the style editor dialog.
11110 2006-08-21  Johannes Schmid <jhs@gnome.org>
11112         * plugins/symbol-browser/test-class.[cpp/h]
11113         Added missing files
11115 2006-08-18  Naba Kumar  <naba@gnome.org>
11117         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11118         end of document loading.
11120         * plugins/language-support-cpp-java/plugin.c,
11121         plugins/sourceview/sourceview.c: Fixed plugin loading.
11123 2006-08-17  Naba Kumar  <naba@gnome.org>
11125         * plugins/language-support-cpp-java/plugin.c,
11126         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11127         mode line parsing. Indentation parameters initialized based on
11128         mode line parameters.
11130 2006-08-16  Naba Kumar  <naba@gnome.org>
11132         * Makefile.am, plugins/editor/text_editor.c,
11133         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11134         comments.
11136 2006-08-16 Naba Kumar  <naba@gnome.org>
11138         Patch from  Massimo Cora'  <maxcvs@email.it>:
11139         
11140         * plugins/editor/aneditor-autocomplete.cxx,
11141         plugins/editor/aneditor-calltip.cxx,
11142         plugins/symbol-browser/Makefile.am,
11143         plugins/symbol-browser/an_symbol.c,
11144         plugins/symbol-browser/an_symbol_view.c,
11145         plugins/symbol-browser/plugin.c,
11146         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11147         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11148         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11149         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11150         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11151         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11152         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11153         tagmanager/get.h, tagmanager/html.c,
11154         tagmanager/include/tm_source_file.h,
11155         tagmanager/include/tm_tag.h,
11156         tagmanager/include/tm_workspace.h,
11157         tagmanager/jscript.c, tagmanager/keyword.c,
11158         tagmanager/keyword.h, tagmanager/lisp.c,
11159         tagmanager/lregex.c, tagmanager/lua.c,
11160         tagmanager/main.h, tagmanager/make.c,
11161         tagmanager/options.c, tagmanager/options.h,
11162         tagmanager/parse.c, tagmanager/parse.h,
11163         tagmanager/parsers.h, tagmanager/pascal.c,
11164         tagmanager/perl.c, tagmanager/php.c,
11165         tagmanager/python.c, tagmanager/read.c,
11166         tagmanager/read.h, tagmanager/readtags.c,
11167         tagmanager/readtags.h, tagmanager/rexx.c,
11168         tagmanager/routines.c, tagmanager/routines.h,
11169         tagmanager/ruby.c, tagmanager/scheme.c,
11170         tagmanager/sh.c, tagmanager/slang.c,
11171         tagmanager/sml.c, tagmanager/sort.c,
11172         tagmanager/sort.h, tagmanager/sql.c,
11173         tagmanager/strlist.c, tagmanager/strlist.h,
11174         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11175         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11176         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11177         tagmanager/vim.c, tagmanager/vstring.c,
11178         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11179         5.6 and namespace completion fixed.
11181         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11182         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11184 2006-08-15 Naba Kumar  <naba@gnome.org>
11186         * libanjuta/interfaces/libanjuta.idl,
11187         plugins/editor/text-editor-iterable.c,
11188         plugins/editor/text_editor.c,
11189         plugins/sourceview/sourceview-cell.c,
11190         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11191         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11192         ianjuta_editor_end_action().
11193         
11194         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11196 2006-08-13 Naba Kumar  <naba@gnome.org>
11198         * plugins/debug-manager/breakpoints.c,
11199         plugins/debug-manager/memory.c,
11200         plugins/debug-manager/registers.c,
11201         src/layout.xml: Fixed debugger widgets layout.
11203 2006-08-12 Naba Kumar  <naba@gnome.org>
11205         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11206         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11207         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11208         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11209         codes and dead codes. Removed automatic indentation prefs.
11211 2006-08-12  Johannes Schmid <jhs@gnome.org>
11213         * libanjuta/Makefile.am:
11214         * libanjuta/anjuta-launcher.c:
11215         * libanjuta/anjuta-launcher.h:
11216         * libanjuta/anjuta-plugin.c:
11217         * libanjuta/anjuta-plugin.h:
11218         * libanjuta/anjuta-preferences.c:
11219         * libanjuta/anjuta-preferences.h:
11220         * libanjuta/anjuta-shell.c:
11221         * libanjuta/anjuta-shell.h:
11222         * libanjuta/libanjuta.h:
11223         
11224         Made wrapper friendly:
11225         - no inline in header files (preferences_set/get)
11226         - correct signal names
11227         - correct GError** argument in anjuta_shell_freeze/thaw
11228         - include correct files in libanjuta.h
11229         
11230         * plugins/project-manager/plugin.c: 
11231         Fixed two crashers
11233 2006-08-11 Naba Kumar  <naba@gnome.org>
11235         * plugins/editor/aneditor-priv.h,
11236         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11237         
11238         * plugins/editor/text_editor_cbs.c,
11239         plugins/sourceview/anjuta-view.c: Pass the right position for char
11240         added signal.
11241         
11242         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11243         
11244         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11246 2006-08-11 Naba Kumar  <naba@gnome.org>
11248         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11249         return the right character at the iter position and get_char() to
11250         not leak memory.
11252         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11253         to set to character offset and not byte index.
11255         * plugins/language-support-cpp-java/plugin.c: Improved
11256         auto-indentation login. Indents opening and closing braces correctly.
11258 2006-08-10  Johannes Schmid <jhs@gnome.org>
11260         * INSTALL:
11261         * autogen.sh:
11262         Required automake = 1.9
11264         * libanjuta/anjuta-children.c:
11265         * libanjuta/anjuta-children.h:
11266         * libanjuta/anjuta-encodings.h:
11267         * libanjuta/anjuta-launcher.h:
11268         * libanjuta/anjuta-plugin-description.h:
11269         * libanjuta/anjuta-preferences-dialog.h:
11270         * libanjuta/anjuta-preferences.h:
11271         * libanjuta/anjuta-session.h:
11272         * libanjuta/anjuta-status.h:
11273         * libanjuta/anjuta-ui.h:
11274         * libanjuta/anjuta-utils.c:
11275         * libanjuta/anjuta-utils.h:
11276         * libanjuta/e-splash.h:
11277         * libanjuta/glue-factory.h:
11278         * libanjuta/glue-plugin.h:
11279         * libanjuta/plugins.h:
11280         * libanjuta/resources.h:
11281         Fixed libanjuta to be able to wrap it
11282         - G_BEGIN_DECLS, G_END_DECLS
11283         - include all necessary files in libanjuta.h
11285         * plugins/gtodo/tray-icon.c:
11286         * plugins/terminal/terminal.c:
11287         Some build fixes for freebsd
11289         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11290         * plugins/sourceview/sourceview.glade:
11291         Remove auto-indent feature as it is now in language-support
11293 2006-08-09 Naba Kumar  <naba@gnome.org>
11295         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11296         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11297         Added missing files.
11299         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11300         get_use_spaces(), set_tabsize() and set_use_spaces().
11302 2006-08-09 Naba Kumar  <naba@gnome.org>
11304         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11305         succeeded in activating.
11307         * plugins/document-manager/plugin.c: Added debug message.
11309         * libanjuta/interfaces/libanjuta.idl,
11310         plugins/editor/text_editor.c: Implemented get_tabsize(),
11311         get_use_spaces(), set_tabsize() and set_use_spaces().
11313         * plugins/language-support-cpp-java/Makefile.am,
11314         plugins/language-support-cpp-java/plugin.c,
11315         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11316         for indentation. Added preferences page for paramenters.
11318         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11320 2006-08-08 Naba Kumar  <naba@gnome.org>
11322         * libanjuta/interfaces/libanjuta.idl,
11323         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11324         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11325         plugins/editor/text_editor.c,
11326         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11327         and implemented it for both scintilla and sourceview.
11329         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11330         focus back to editor (happens when pressing esc in incremental
11331         search box).
11333 2006-08-08 Naba Kumar  <naba@gnome.org>
11335         * libanjuta/interfaces/libanjuta.idl,
11336         plugins/editor/text_editor.c,
11337         plugins/editor/text_editor.h,
11338         plugins/editor/text-editor-iterable.c,
11339         plugins/sourceview/sourceview-cell.c,
11340         plugins/sourceview/sourceview.c: Implemented editor attributes
11341         methods.
11342         
11343         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11344         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11345         code (not complete yet).
11347         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11348         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11349         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11350         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11351         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11352         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11354 2006-08-04 Naba Kumar  <naba@gnome.org>
11356         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11357         implementation.
11358         
11359 2006-08-03  Johannes Schmid <jhs@gnome.org>
11361         * configure.in: Add a more informative text to valgrind plugin
11363         * TODO.tasks:
11364         Modified Preferences tasl
11365         * libanjuta/anjuta-plugin.c: 
11366         * libanjuta/anjuta-preferences-dialog.c: 
11367         * libanjuta/anjuta-preferences-dialog.h:
11368         * libanjuta/anjuta-preferences.c:
11369         * libanjuta/anjuta-preferences.h:
11370         * libanjuta/interfaces/Makefile.am.iface:
11371         * libanjuta/interfaces/libanjuta.idl:
11372         Added IAnjutaPreferences interface which every plugin that has preferences should
11373         implement. Call merge() and unmerge() at plugin activation/deactivation.
11374         Fixed preferences_page_remove()
11375         
11376         * plugins/build-basic-autotools/build-basic-autotools.c:
11377         * plugins/cvs-plugin/plugin.c: 
11378         * plugins/document-manager/plugin.c:
11379         * plugins/editor/plugin.c:
11380         * plugins/editor/plugin.h:
11381         * plugins/file-manager/plugin.c: 
11382         * plugins/gtodo/main.h:
11383         * plugins/gtodo/plugin.c: 
11384         * plugins/gtodo/preferences.c: 
11385         * plugins/message-view/anjuta-msgman.c: 
11386         * plugins/message-view/anjuta-msgman.h:
11387         * plugins/message-view/plugin.c:
11388         * plugins/sourceview/plugin.c: 
11389         * plugins/sourceview/plugin.h:
11390         * plugins/symbol-browser/an_symbol_prefs.c:
11391         * plugins/symbol-browser/plugin.c: 
11392         * plugins/terminal/terminal.c: 
11393         * plugins/valgrind/plugin.c
11394         * src/anjuta-app.c:
11395         
11396         Updated preference loading/unloading for all plugins
11398 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11399         
11400         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11401         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11402     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11403         recommended by the autoconf manual. 
11404         - Fixes compiling with autoconf 2.60.
11405         
11406         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11408 2006-08-02      Johanes Schmid <jhs@gnome.org>
11410         * plugins/profile-default/plugin.c:
11411         Fixed session handling
11413 2006-08-01  Johannes Schmid <jhs@gnome.org>
11415         * configure.in
11416         * plugins/Makefile.am:
11417         Disabled devhelp and glade for now as they do not work (#341073
11418         and #341170)
11419         
11420         * plugins/profile-default/anjuta-default-profile.ui (removed):
11421         * plugins/profile-default/plugin.c:
11422         * plugins/profile-default/plugin.h:
11423         * plugins/project-manager/anjuta-project-manager.ui:
11424         * plugins/project-manager/plugin.c:
11425         * plugins/project-manager/plugin.h:
11426         Limted multiple project support #315043
11428         * libanjuta/interfaces/libanjuta.idl:
11429         Added ianjuta_profile_unload
11431 2006-07-31 Naba Kumar  <naba@gnome.org>
11433         * libanjuta/interfaces/libanjuta.idl,
11434         plugins/editor/text-editor-iterable.c,
11435         plugins/editor/text_editor.c,
11436         plugins/sourceview/anjuta-view.c,
11437         plugins/sourceview/anjuta-view.h,
11438         plugins/sourceview/sourceview.c: Fixed text iteration and 
11439         IAnjutaEditor implementations in both scintilla
11440         and sourceview. Cleand up libanjuta API: Removed redundant
11441         erase_range() method from IAnjutaEditor interface, fixed
11442         ianjuta_editor_get_text to take length instead of range (consistency).
11443         autoindentation in both sourceview and scintilla more or less works,
11444         but still disabled for now because there are still some anomalies
11445         in text iteration.
11447         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11449         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11450         API changes.
11452 2006-07-30  Johannes Schmid <jhs@gnome.org>
11454         * plugins/sourceview/anjuta-document.c:
11455         * plugins/sourceview/anjuta-document.h:
11456         * plugins/sourceview/anjuta-view.c: 
11457         * plugins/sourceview/sourceview.c:
11458         Wrote a new "char_added" implementation, I hope this one is good
11460         * plugins/sourceview/sourceview-cell.c:
11461         Fixed typo: "text_iter" instead of "iter"
11463 2006-07-30 Naba Kumar  <naba@gnome.org>
11465         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11467 2006-07-30  Johannes Schmid <jhs@gnome.org>
11469         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11470         
11471         * plugins/debug-manager/plugin.c: 
11472         * plugins/patch/plugin.c:
11473         Use IAnjutaIndicable to mark debugger position
11475         * plugins/sourceview/sourceview.c:
11476         Define colors for IAnjutaIndicable
11478 2006-07-29  Johannes Schmid <jhs@gnome.org>
11480         * plugins/debug-manager/anjuta-debug-manager.ui:
11481         * plugins/debug-manager/breakpoints.c:
11482         * plugins/debug-manager/images/Makefile.am:
11483         * plugins/debug-manager/images/run-to-cursor.png:
11484         * plugins/debug-manager/plugin.c:
11485         Added toolbar and some icons
11487         * plugins/patch/anjuta-patch.ui:
11488         * plugins/patch/patch-plugin.c:
11489         * plugins/patch/patch-plugin.glade:
11490         * plugins/patch/plugin.c:
11491         * plugins/patch/plugin.h:
11492         Improved patch plugin (GUI and function)
11494         * plugins/sourceview/sourceview.c:
11495         Fixed another Gtk-Critical
11497         * plugins/tools/anjuta-tools.ui:
11498         * plugins/tools/plugin.h:
11499         Put Patch plugin in tools menu and changed ui file
11501 2006-07-29  Johannes Schmid <jhs@gnome.org>
11503         * plugins/document-manager/plugin.c:
11504         Fixed accelator Gtk-Warning
11506         * plugins/message-view/anjuta-msgman.c: 
11507         Fixed Gtk-Warning
11509         * plugins/sourceview/anjuta-document.c:
11510         * plugins/sourceview/anjuta-document.h:
11511         * plugins/sourceview/anjuta-marshal.list:
11512         Wrote a better emitter for the char-added signal
11514         * plugins/sourceview/sourceview.c:
11515         Fixed Redo/Undo to void Gtk-Criticals
11516         
11517         * plugins/sourceview/sourceview-args.c:
11518         * plugins/sourceview/sourceview-cell.c:
11519         * plugins/sourceview/sourceview-scope.c:
11520         * plugins/sourceview/sourceview-tags.c: 
11521         Adapted to new IAnjutaIterator API
11523 2006-07-28 Naba Kumar  <naba@gnome.org>
11525         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11527         * plugins/symbol-browser/an_symbol.c,
11528         plugins/symbol-browser/an_symbol_iter.c,
11529         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11530         subclass of AnjutaSymbol so that the symbol is accessible from
11531         the iter in light of changes in IAnjutaIterable.
11533         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11534         implementation of IAnjutaIterable.
11536 2006-07-28 Naba Kumar  <naba@gnome.org>
11538         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11539         IAnjutaIterable. They were kind of useless since the interface is
11540         defined on the data object itself. Added set_position() method
11541         in IAnjutaIterable to allow setting arbitrary current index to the
11542         iter.
11543         Added erase() and erase_range() in IAnjutaEditor.
11545         * plugins/editor/text-editor-iterable.c: Fixed 
11546         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11547         methods in editor. Fixed get_line_from_position() method.
11549         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11550         code. It's disabled for now.
11552         * plugins/sourceview/sourceview-cell.c,
11553         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11554         implementation.
11556 2006-07-27  Johannes Schmid <jhs@gnome.org>
11558         * plugins/sourceview/sourceview-cell.c:
11559         Fixed IAnjutaEditorCell to work only on a single line
11560         Fixed crasher in finalize
11562         * plugins/symbol-browser/an_symbol_prefs.c:
11563         * global-tags/Makefile.am:
11564         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11565         script installation     
11567 2006-07-26 Naba Kumar  <naba@gnome.org>
11569         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11570         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11571         
11572         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11573         
11574         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11575         support plugins
11576         
11577         * plugins/editor/text-editor-iterable.c,
11578         plugins/editor/text_editor.c,
11579         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11580         method to work correctly, it was ignoring start and end parameters.
11581         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11582         emission.
11583         
11584         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11585         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11587 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11589         * plugins/symbol-browser/an_symbol_view.c,
11590         plugins/symbol-browser/an_symbol_view.h,
11591         plugins/symbol-browser/plugin.c:
11592     fix a matching case into sv_extract_type_qualifier_from_expr ()
11593     and some minor issues.
11595 2006-07-26  Johannes Schmid <jhs@gnome.org>
11597         * plugins/language-support-cpp-java/plugin.c:
11598         Fixed to work kind of with sourceview editor
11599         * plugins/sourceview/anjuta-document.c: 
11600         * plugins/sourceview/anjuta-view.c: 
11601         * plugins/sourceview/sourceview-cell.c:
11602         * plugins/sourceview/sourceview.c:
11603         Fixed IAnjutaEditorCell and "char-added" signal
11605 2006-07-24 Naba Kumar  <naba@gnome.org>
11607         * plugins/document-manager/plugin.c,
11608         plugins/document-manager/plugin.h: Initial implementedion for loading
11609         support plugins.
11610         
11611         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11612         implementation.
11613         
11614         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11615         indicators are cleared (that leaved grey texts).
11617 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11619         * libanjuta/interfaces/libanjuta.idl,
11620         plugins/debug-manager/breakpoints.c,
11621         plugins/debug-manager/memory.c,
11622         plugins/debug-manager/registers.c,
11623         plugins/debug-manager/debug_tree.c,
11624         plugins/debug-manager/debugger.c,
11625         plugins/gdb/debugger.c,
11626         plugins/gdb/debugger.h,
11627         plugins/gdb/plugin.c:
11628         Add a parameter for reporting error
11629         Add a new interface for using gdb variable object
11630         Allow to cancel commands
11631         Rewrite handling of debugger state
11633         * plugins/debug-manager/plugin.c,
11634         plugins/debug-manager/locals.c,
11635         plugins/debug-manager/locals.h,
11636         plugins/debug-manager/register.c,
11637         plugins/debug-manager/stack_trace.c,
11638         plugins/debug-manager/stack_trace.h:
11639         Create and destroy local and stack trace windows when needed
11641 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11643         * plugins/document-manager/plugin.c:
11644         Fixed "Automatic" highlighting
11646 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11648         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11650         * plugins/sourceview/anjuta-view.c:
11651         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11653 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11654         
11655         * configure.in: Check for C/C++-Compiler correctly
11657 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11659         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11661         * plugins/debug-manager/stack_trace.c:
11662         Destroy stack window when debuuger is disabled (#347414)
11663         
11664         * plugins/sourceview/anjuta-view.c:
11665         Fix a crash with popup-menu (#347412)
11667 2006-07-13 Naba Kumar  <naba@gnome.org>
11669         * plugins/editor/Makefile.am,
11670         plugins/editor/text_editor.h,
11671         plugins/editor/text-editor-iterable.h,
11672         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11673         tested yet).
11674         
11675         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11676         code.
11677         
11678         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11680 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11682         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11683         Bug #342937
11684         
11685 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11687         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11689         * libanjuta/anjuta-preferences-dialog.c:
11690         Do not use the page_num returned by gtk_notebook_append_page to
11691         remove the page as it cause bugs when pages removal is not done
11692         in LIFO.
11694         * plugins/document-manager/anjuta-docman.c:
11695         * src/anjuta-app.c:
11696         makes Anjuta display dock_items which have previously been hidden
11698 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11700         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11702         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11703         * plugins/sourceview/sourceview.c: (imark_unmark):
11704         
11705         Patches for bugs #346450 and #346295
11706         
11707         * AUTHORS: Added Fredrik
11709 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11711         * plugins/message-view/anjuta-msgman.c: 
11712         Fixed close button/icon size (like in docman)
11714 2006-06-10 Naba Kumar <naba@gnome.org>
11716         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11717         being set.
11718         
11719 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11721         * libanjuta/interfaces/libanjuta.idl:
11722         Move inspect_memory function in IAnjutaCpuDebugger interface
11723         Rename Boolean type to State
11725         * plugins/debug-manager/breakpoint.c:
11726         Rename Boolean type to State
11728         * plugins/debug-manager/Makefile.am,
11729         plugins/debug-manager/anjuta-marshal.list,
11730         plugins/debug-manager/data_view.c,
11731         plugins/debug-manager/data_view.h,
11732         plugins/debug-manager/data_buffer.c,
11733         plugins/debug-manager/data_buffer.h,
11734         plugins/debug-manager/chunk_view.c,
11735         plugins/debug-manager/chunk_view.h,
11736         plugins/debug-manager/anjuta-debug-manager.ui,
11737         plugins/debug-manager/debugger.c,
11738         plugins/debug-manager/memory.c,
11739         plugins/debug-manager/memory.h,
11740         plugins/debug-manager/plugin.c,
11741         plugins/gdb/debugger.c,
11742         plugins/gdb/debugger.h,
11743         plugins/gdb/plugin.c:
11744         Rewrite memory window using a special widget
11745         Rename Boolean type to State
11747 2006-06-08 Naba Kumar <naba@gnome.org>
11749         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11750         Do not return garbage characters and return NULL when there is no
11751         current word.
11752         
11753         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11754         work correctly.
11755         
11756         * plugins/search/search-replace.c: Fixed a mem leak.
11758 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11760         * libanjuta/anjuta-launcher.c:
11761         Added debug message (see #343522)
11762         
11763         * plugins/build-basic-autotools/build-basic-autotools.c:
11764         Patch from Günther Brammer to fix #344015
11766         * plugins/sourceview/sourceview.c:
11767         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11768         automatic highlight of build messages)
11770 2006-06-06 Naba Kumar <naba@gnome.org>
11772         * configure.in,
11773         libanjuta/interfaces/libanjuta.idl,
11774         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11775         plugins/Makefile.am,
11776         plugins/document-manager/action-callbacks.c,
11777         plugins/document-manager/plugin.c,
11778         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11779         interface for language highlight selection and langauge change
11780         signal.
11781         
11782         * plugins/language-support-cpp-java: Added language support
11783         plugin for cpp and java.
11785 2006-05-27  Naba Kumar  <naba@gnome.org>
11787         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11788         plugins/debug-manager/*, data/Makefile.am,
11789         manuals/reference/libanjuta/libanjuta.types,
11790         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11791         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11792         merged anjuta-new-debugger branch into trunck.
11793         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11795 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11796         
11797         * libanjuta/interfaces/libanjuta.idl,
11798         plugins/debug-manager/debugger.c,
11799         plugins/debug-manager/debugger.h,
11800         plugins/gdb/anjuta-gdb.plugin.in,
11801         plugins/gdb/debugger.c,
11802         plugins/gdb/debugger.h,
11803         plugins/gdb/plugin.c:
11804         Add new IAnjutaCpuDebugger interface to access cpu register
11805         Run gdb instead of /usr/local/bin/gdb
11806         
11807         * plugins/debug-manager/plugin.c,
11808         plugins/debug-manager/registers.c,
11809         plugins/debug-manager/registers.h:
11810         Rewrite register window
11811         Rename Load target menu item to Run target
11813 2006-05-07  Naba Kumar  <naba@gnome.org>
11815         * plugins/gdb.init
11816         
11817 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11819         * plugins/debug-manager/watch.c,
11820         plugins/debug-manager/breakpoint.c,
11821         plugins/debug-manager/breakpoint.h:
11822         Fix crash: disconnect save and load session signals
11824 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11826         * libanjuta/interface/libanjuta.idl,
11827         plugins/debug-manager/debugger.c,
11828         plugins/gdb/plugin.c:
11829         Add a value parameter for evaluate command
11831         * plugins/debug-manager/anjuta-debug-manager.glade:
11832         Create new dialog box for watches using glade
11834         * plugins/debug-manager/anjuta-debug-manager.ui:
11835         Move watch menu items near the end
11836         Move breakpoint menu items outside the sub menu
11838         * plugins/debug-manager/debug_tree.c,
11839         plugins/debug-manager/debug_tree.h,
11840         plugins/debug-manager/debug_tree.h,
11841         plugins/debug-manager/watch.c:
11842         Move all GUI code from watch.c to debug_tree.c
11843         Add an auto update property to watches
11844         
11845         * plugins/debug-manager/locals.c,
11846         plugins/debug-manager/locals.h,
11847         plugins/debug-manager/stack_trace.c,
11848         plugins/debug-manager/stack_trace.h,
11849         plugins/debug-manager/plugin.c:
11850         Register actions before starting debugger
11852         * plugins/gdb/debugger.c:
11853         Do not call callback function if not present
11855 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11857         * libanjuta/interfaces/libanjuta.idl,
11858         plugins/debug-manager/stack_trace.c,
11859         plugins/debug-manager/stack_trace.h,
11860         plugins/debug-manager/anjuta-debug-manager.ui,
11861         plugins/gdb/debugger.c:
11862         Add a popup menu in stack frame window
11863         Add a new frame-changed event
11864         Use MI command for getting stack informations
11865         Get filename with full path (need gdb > 6.3)
11867         * libanjuta/interfaces/libanjuta.idl,
11868         plugins/debug-manager/debug_tree.c,
11869         plugins/debug-manager/debugger.c,
11870         plugins/debug-manager/locals.c,
11871         plugins/debug-manager/locals.h,
11872         plugins/debug-manager/plugin.c,
11873         plugins/gdb/debugger.c,
11874         plugins/gdb/debugger.h,
11875         plugins/gdb/parser.c,
11876         plugins/gdb/parser.h,
11877         plugins/gdb/plugin.c,
11878         plugins/gdb/Makefile.am:
11879         Pass watch data with string instead of Watch structures
11880         Use debug_tree in local window
11881         Remove info local
11882         Remove parser.{ch}
11884         * plugins/debug-manager/breakpoints.c,
11885         plugins/debug-manager/utilities.c,
11886         plugins/debug-manager/utilities.h:
11887         Use a GtkListStore instead of a GtkTreeStore
11888         move goto_location_in_editor in utilities.c
11889         
11890 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11892         * libanjuta/interfaces/libanjuta.idl,
11893         plugins/debug-manager/anjuta-debug-manager.ui,
11894         plugins/debug-manager/breakpoints.c,
11895         plugins/debug-manager/plugin.c,
11896         plugins/gdb/debugger.c:
11897         Add a breakpoint type
11898         Add new popup menu in breakpoint window
11899         Add toggle breakpoint in editor popup menu
11900         Save and restore breakpoint enable
11901         Fix bug in clear all breakpoints
11902         Remove old useless code
11904         * plugins/debug-manager/debugger.c:
11905         Fix some problem with debugger states
11907         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11908         Update documentation
11909         
11910 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11912         * data/Makefile.am,
11913         plugins/gdb/Makefile.am,
11914         plugins/gdb/gdb.init:
11915         Move gdb.init crom data to plugins/gdb
11917         * plugins/gdb/gdb.init,
11918         libanjuta/interfaces/libanjuta.idl,
11919         plugins/debug-manager/breakpoints.c,
11920         plugins/debug-manager/debugger.c,
11921         plugins/debug-manager/plugin.c,
11922         plugins/gdb/debugger.c,
11923         plugins/gdb/plugin.c:
11924         Support pending breakpoints
11925         Rewrite debugger states
11926         Split ianjuta_debugger_log into _enable_log and _disable_log
11928         * plugins/debug-manager/start.c,
11929         plugins/debug-manager/debug_tree.c,
11930         plugins/gdb/parser.c:
11931         Remove some useless lines
11933         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11934         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11935         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11936         Update documentation
11938 2006-03-12 Naba Kumar <naba@gnome.org>
11940         * manuals/references/libanjuta/libanjuta.types: Fixed
11941         debug-manager name.
11942         
11943 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11945         * libanjuta/anjuta-debugger.c,
11946         libanjuta/anjuta-debugger.h:
11947         Remove those files
11948         
11949         * libanjuta/interfaces/libanjuta.idl,
11950         plugins/debug-mananger/breakpoints.c,
11951         plugins/debug-manager/debug_tree.c,
11952         plugins/debug-manager/debugger.c,
11953         plugins/debug-manager/plugin.c,
11954         plugins/debug-manager/registers.c,
11955         plugins/debug-manager/sharedlib.c,
11956         plugins/debug-manager/signal.c,
11957         plugins/debug-manager/stack_trace.c,
11958         plugins/debug-manager/start.c,
11959         plugins/debug-manager/watch.c,
11960         plugins/gdb/debugger.c,
11961         plugins/gdb/debugger.h,
11962         plugins/gdb/parser.c,
11963         plugins/gdb/parser.h,
11964         plugins/gdb/plugin.c:
11965         Move types definitions from libanjuta/anjuta-debugger.{ch}
11966         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11967         
11968         * plugins/gdb/Makefile.am:
11969         Remove user interface from gdb plugin
11971 2006-03-12 Naba Kumar <naba@gnome.org>
11973         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11975 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11977         Modified Patch from Marc Maurer <uwog@uwog.net>:
11978         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11979         Fixes #342447
11980         
11981         * plugins/sourceview/Makefile.am:
11982         * plugins/sourceview/sourceview-cell.c:
11983         * plugins/sourceview/sourceview-cell.h:
11984         * plugins/sourceview/sourceview.c: 
11985         
11986         Implemented IAnjutaEditorCell
11988 2006-05-21  Naba Kumar  <naba@gnome.org>
11990         * libanjuta/interfaces/libanjuta.idl,
11991         plugins/document-manager/action-callbacks.c,
11992         plugins/document-manager/plugin.c,
11993         plugins/editor/print.c, plugins/editor/text_editor.c,
11994         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11995         Fixed zooming and added icons and shortcuts for zoom menu items.
11997 2006-05-21  Naba Kumar  <naba@gnome.org>
11999         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12000         whitespaces.
12002 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12004         * plugins/document-manager/anjuta-docman.c:
12005         Fixed close button reaction by setting the correct current editor
12007 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12009         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12010         * plugins/document-manager/anjuta-docman.c
12011         - Fix close button, you can close any tab as you wish now.
12012         - Fadeout mime icon as the same as close image  
12014 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12016         Patch from Marc Maurer <uwog@uwog.net>
12017         * main.c: Compile fix when NLS is enabled
12018         
12019         AUTHORS: Added Marc
12021 2006-05-20  Naba Kumar  <naba@gnome.org>
12023         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12024         while loading abiword-2.4.4/abi project).
12026 2006-05-18 Naba Kumar  <naba@gnome.org>
12028         * libanjuta/interfaces/libanjuta.idl,
12029         plugins/document-manager/action-callbacks.c,
12030         plugins/editor/print.c,
12031         plugins/editor/text_editor.c,
12032         plugins/editor/text_editor.h,
12033         plugins/editor/text_editor_prefs.c: Fixed zooming.
12034         
12035         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12036         interface for character iteration and IAnjutaEditorAssist interface
12037         for autocompletions and editor tips.
12039 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12041         Patch from Günther Brammer <GBrammer@gmx.de>:
12042         * plugins/document-manager/anjuta-docman.c:
12043         Make tabs smaller but keep nice closing icon
12045         * plugins/document-manager/anjuta-docman.c:
12046         * plugins/document-manager/Makefile.am:
12047         
12048         Added nice mime-icons to the editor tabs
12050 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12052         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12053         
12054         * plugins/symbol-browser/an_symbol_view.c:
12055         - Fixed crasher
12056         - Fixed symbol searching (Yang Hong (#341997))
12057         
12058         * plugins/devhelp/htmlview.c:
12059         Fixed devhelp plugin
12060         
12061         * plugins/build-basic-autotools/build-basic-autotools.c:
12062         * plugins/search/search-replace.c:
12063         * plugins/document-manager/anjuta-docman.c:
12064         
12065         Only add a marker to a line where it makes sense!
12067 === anjuta 2.0.2 ===
12069 2006-05-15  Naba Kumar  <naba@gnome.org>
12071         * configure.in: set required versions for
12072         gdl and glade3.
12073         
12074 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12076         * plugins/glade/plugin.c:
12077         Fixed signal connection for "gtk-doc-search"
12079 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12081         * NEWS: Set release date, add known issues
12082         
12083         * libanjuta/anjuta-shell.c:
12084         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12085         and debug other gtk-warnings/criticals)
12086         
12087         * plugins/build-basic-autotools/build-basic-autotools.c:
12088         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12089         
12090         * plugins/sourceview/anjuta-view.c:
12091         * plugins/sourceview/sourceview-args.c:
12092         * plugins/sourceview/sourceview-scope.c:
12093         * plugins/sourceview/sourceview-tags.c:
12094         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12096 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12098         * pixmaps/Makefile.am:
12099         Add preferences_general.png
12100         
12101         * plugins/devhelp/plugin.c:
12102         Fixed some more realise things
12103         
12104         * plugins/message-view/anjuta-msgman.c:
12105         Support stock icons for message panes
12106         
12107         * plugins/search/search-replace.c:
12108         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12109          
12110         * plugins/search/search-replace_backend.c:
12111         Fixed #341359
12112         
12113         * plugins/sourceview/anjuta-document.c:
12114         * plugins/sourceview/sourceview.c:
12115         Fixed finalise and tag completion
12116         
12117         * src/anjuta-app.c:
12118         Use preferences_general icon
12120 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12122         * pixmaps/Makefile.am:
12123         Fixed EXTRA_DIST
12125 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12127         * plugins/sourceview/sourceview-prefs.c:
12128         Fixed font & color handling
12129         
12130         * plugins/symbol-browser/an_symbol_view.c:
12131         Fixed crasher
12133 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12135         * plugins/macro/macros.xml:
12136         Fixed bug #341583 (Address of FSF)
12138 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12140         * src/main.c:
12141         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12142         Update: Do it the cool way...
12143         
12144 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12146         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12147         Implement gtk-api-help signals of glade3
12148         * configure.in: Bump to glade3 2.91.2
12149         
12150         * plugins/devhelp/plugin.c:
12151         Fixed some realize stuff in the devhelp plugin
12152         
12153         * plugins/sourceview/anjuta-document.c:
12154         fixed bug with scope completion
12156 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12158         * plugins/symbol-browser/an_symbol_view.c
12159         * plugins/symbol-browser/an_symbol_prefs.c
12160         * plugins/symbol-browser/an_symbol_prefs.h
12161         * global_tags/create_global_tags.sh:
12162         
12163         Automaticly create global tags on first startup
12165 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12167         * configure.in:
12168         * plugins/project-wizard/templates/Makefile.am:
12169         * (added) plugins/project-wizard/templates/cpp-logo.png:
12170         * (added) plugins/project-wizard/templates/cpp.wiz:
12171         * (added) plugins/project-wizard/templates/cpp/*:
12173         Added a generic c++ template. It's a simple hello world.
12175 2006-05-07  Massimo Cora' <maxcvs@email.it>
12177         * plugins/symbol-browser/an_symbol_view.c:
12178         fixed a stupid crasher.
12180 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12182         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12183         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12184         
12185         Fixed WxWidgets project type
12187 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12189         * plugins/devhelp/htmlview.c: 
12190         * plugins/devhelp/plugin.c:
12191         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12192         
12193         * plugins/project-wizard/install.c:
12194         Don't set a message - thanks to seb
12196 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12198         * plugins/devhelp/htmlview.c: 
12199         * plugins/symbol-browser/an_symbol_view.c:
12200         
12201         There is a weird crash in gtk_idle which I still did not completly fix!
12202         
12203         * plugins/project-wizard/install.c:
12204         Default to success instead of failure
12206 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12208         * plugins/devhelp/htmlview.c:
12209         * plugins/devhelp/plugin.c:
12210         Fixed bug and libdevhelp issue!
12212         * plugins/project-wizard/install.c:
12213         Fixed message string!
12215 2006-05-03  Massimo Cora' <maxcvs@email.it>
12216        
12217         * plugins/symbol-browser/an_symbol_view.c:
12218         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12220 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12222         * pixmaps/Makefile.am:
12223         * src/main.c:
12224         * anjuta.desktop.in.in
12225         
12226         GNOME Goal #2.1: Install theme-friendly icons
12228 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12230         * plugins/devhelp/htmlview.c: Reload page on reparent
12231         * plugins/document-manager/anjuta-docman.c:
12232         Present document-manager when document is selected in file-manager
12234 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12236         * plugins/symbol-broser/an_symbol_view.c:
12237         Fixed crasher in namespace exploration
12239 2006-05-01  Massimo Cora' <maxcvs@email.it>
12241         * configure.in:
12242         * plugins/valgrind/Makefile.am:
12244         Optional compiling of Valgrind plugin
12246 2006-05-01  Massimo Cora' <maxcvs@email.it>
12248         * plugins/symbol-browser/an_symbol_view.c:
12249         - modularized code. Marked with FIXME the parts which need improvement.
12250         - More comments.
12251     - Added basic namespace completion for Gtkmm type project:
12252     - namespace1::MyClass *class;
12253     - class-> [display]
12254     - Namespaces must be anyway improved.
12256 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12258         * plugins/devhelp/plugin.c: 
12259         Fixed up plugin unloading and show html widget on link selected
12260         
12261         * NEWS: Updated
12262         
12263 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12265         * plugins/devhelp/Makefile.am:
12266         * plugins/devhelp/anjuta-devhelp.plugin.in:
12267         * plugins/devhelp/htmlview.c:
12268         * plugins/devhelp/htmlview.h:
12269         * plugins/devhelp/plugin.c: 
12270         * plugins/devhelp/plugin.h:
12271         Reimplemeted devhelp plugin from scratch
12272         
12273         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12274         Fixed crasher
12276 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12278         * plugins/sourceview/sourceview-tags.c:
12279         complete some more tag types
12280         
12281         * plugins/valgrind/plugin.c:
12282         * plugins/valgrind/preferences.c:
12283         * plugins/valgrind/vggeneralprefs.c:
12284         
12285         Fixed lots of gtk warnings
12287 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12289         * plugins/sourceview/sourceview-scope.c:
12290         Implemented type-ahead for scope completion
12292 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12294         * manuals/C/Makefile.am:
12295         * manuals/Makefile.am:
12296         * plugins/document-manager/Makefile.am:
12297         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12298         * plugins/sourceview/Makefile.am:
12299         * tagmanager/c.c:
12300         
12301         Fixed distcheck
12302         
12303         * plugins/class-gen/goc_template_header: G_END_DECLS
12305 2006-05-27  Naba Kumar <naba@gnome.org>
12307         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12308         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12309         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12310         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12311         scintilla/include/Scintilla.iface,
12312         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12313         cvs. Fixed compile flags. Removed outdated patches.
12315 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12317         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12319         * plugins/sourceview/anjuta-document.c:
12320         * plugins/sourceview/sourceview-args.c:
12321         * plugins/sourceview/sourceview-scope.c:
12322         
12323         Add End/Home keypresses and support completion if symbol start with '!' for example
12324         in an if statement
12326 2006-04-27 Massimo Cora' <maxcvs@email.it>
12328         * libanjuta/interfaces/libanjuta.idl:
12330         * plugins/sourceview/sourceview-scope.c:
12331         * plugins/sourceview/tag-window.c: 
12332         * plugins/sourceview/tag-window.h:
12333         * plugins/symbol-browser/an_symbol_view.c:
12334         * plugins/symbol-browser/an_symbol_view.h:
12335         * plugins/symbol-browser/plugin.c:
12336         
12337         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12338         interface.
12339         Code and ideas for C/C++ new completion engine comes from IComplete written by
12340         Martin Stubenschrott <stubenschrott@gmx.net>.
12341         Currently the interface works only with GtkSourceView plugin.   
12342         
12343         * tagmanager/Makefile.am:
12344         * tagmanager/c.c: 
12345         * tagmanager/entry.h:
12346         * tagmanager/get.c:
12347         * tagmanager/get.h:
12348         * tagmanager/include/tm_file_entry.h:
12349         * tagmanager/include/tm_project.h:
12350         * tagmanager/include/tm_source_file.h:
12351         * tagmanager/include/tm_symbol.h:
12352         * tagmanager/include/tm_tagmanager.h:
12353         * tagmanager/include/tm_work_object.h:
12354         * tagmanager/include/tm_workspace.h:
12355         * tagmanager/parse.c:
12356         * tagmanager/read.c: 
12357         * tagmanager/read.h:
12358         * tagmanager/tm_project.c: 
12359         * tagmanager/tm_source_file.c: 
12360         * tagmanager/tm_workspace.c:
12361         
12362         Tagmanager can now parse a memory buffer and generate/update 
12363         tags into tm_workspace/tm_project on the fly, without using files.
12364         C/C++ is supported now.
12365         
12366 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12368         * plugins/sourceview/anjuta-document.c:
12369         * plugins/sourceview/sourceview-args.c:
12370         * plugins/sourceview/sourceview-scope.c:
12371         * plugins/sourceview/sourceview.c:
12372         
12373         Fixed some memory leaks and argument completion
12375 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12377         * plugins/glade/plugin.c:
12378         
12379         Fixed glade plugin build because of API changes in glade3
12381 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12383         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12384         Updated editor section
12385         
12386         * manuals/C/anjuta-manual/interface.xml:
12387         * manuals/C/anjuta-manual/preferences.xml:
12388         * manuals/C/anjuta-manual/projects.xml:
12389         Updated manual
12390         
12391         * plugins/editor/anjuta-editor.plugin.in:
12392         Better plugin name
12394 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12396         * configure.in:
12397         * plugins/editor/anjuta-editor.plugin.in:
12398         * plugins/sourceview/sourceview.plugin.in:
12400         Build both editors and let the user decide a runtime!
12401         
12402         * plugins/sourceview/sourceview-scope.c:
12403         Fixed bug in regex to allow test()-> completions
12405 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12407         * plugins/sourceview/anjuta-document.c:
12408         * plugins/sourceview/sourceview-args.c: 
12409         * plugins/sourceview/sourceview-scope.c:
12410         * plugins/sourceview/sourceview-tags.c:
12411         * plugins/sourceview/tag-window.c: 
12412         
12413         Improved callltip windows
12415 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12417         * src/anjuta-app.c: (on_session_save):
12418         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12419         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12421 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12423         * libanjuta/anjuta-utils.c: 
12424         * plugins/cvs-plugin/cvs-execute.c:
12425         Off-by-one...
12427         * scintilla/LexInno.cxx:
12428         * scintilla/LexOpal.cxx:
12429         * scintilla/LexTCL.cxx:
12431         Added missing files from scintilla-update
12433 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12435         * configure.in:
12436         * manuals/C/Makefile.am:
12437         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12438         * manuals/C/anjuta-manual/Makefile.am:
12439         * manuals/C/anjuta-manual/anjuta-manual.xml:
12440         * manuals/C/anjuta-manual/build.xml:
12441         * manuals/C/anjuta-manual/debugger.xml:
12442         * manuals/C/anjuta-manual/execute.xml:
12443         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12444         * manuals/C/anjuta-manual/figures/arguments.png:
12445         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12446         * manuals/C/anjuta-manual/figures/file_menu.png:
12447         * manuals/C/anjuta-manual/figures/menu_main.png:
12448         * manuals/C/anjuta-manual/figures/menubar.png:
12449         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12450         * manuals/C/anjuta-manual/figures/project_info.png:
12451         * manuals/C/anjuta-manual/figures/scrshot.png:
12452         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12453         * manuals/C/anjuta-manual/figures/tool-editor.png:
12454         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12455         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12456         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12457         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12458         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12459         * manuals/C/anjuta-manual/fileoperations.xml:
12460         * manuals/C/anjuta-manual/interface.xml:
12461         * manuals/C/anjuta-manual/introduction.xml:
12462         * manuals/C/anjuta-manual/preferences.xml:
12463         * manuals/C/anjuta-manual/projects.xml:
12464         * manuals/C/anjuta-manual/tools.xml:
12465         * manuals/Makefile.am:
12466         
12467         Updated manual and faq
12469         * scintilla/CallTip.cxx:
12470         * scintilla/CallTip.h:
12471         * scintilla/CellBuffer.cxx:
12472         * scintilla/CellBuffer.h:
12473         * scintilla/ContractionState.cxx:
12474         * scintilla/Document.cxx:
12475         * scintilla/Document.h:
12476         * scintilla/DocumentAccessor.cxx:
12477         * scintilla/Editor.cxx:
12478         * scintilla/Editor.h:
12479         * scintilla/ExternalLexer.cxx:
12480         * scintilla/Indicator.cxx:
12481         * scintilla/KeyMap.cxx:
12482         * scintilla/KeyWords.cxx:
12483         * scintilla/LexAU3.cxx:
12484         * scintilla/LexBash.cxx:
12485         * scintilla/LexCPP.cxx:
12486         * scintilla/LexCaml.cxx:
12487         * scintilla/LexCsound.cxx:
12488         * scintilla/LexEiffel.cxx:
12489         * scintilla/LexGui4Cli.cxx:
12490         * scintilla/LexHTML.cxx:
12491         * scintilla/LexLua.cxx:
12492         * scintilla/LexMSSQL.cxx:
12493         * scintilla/LexOthers.cxx:
12494         * scintilla/LexPOV.cxx:
12495         * scintilla/LexPython.cxx:
12496         * scintilla/LexRuby.cxx:
12497         * scintilla/LexSQL.cxx:
12498         * scintilla/LexVB.cxx:
12499         * scintilla/Makefile.am:
12500         * scintilla/PlatGTK.cxx:
12501         * scintilla/PropSet.cxx:
12502         * scintilla/RESearch.cxx:
12503         * scintilla/RESearch.h:
12504         * scintilla/ScintillaBase.cxx:
12505         * scintilla/ScintillaGTK.cxx:
12506         * scintilla/StyleContext.h:
12507         * scintilla/ViewStyle.cxx:
12508         * scintilla/ViewStyle.h:
12509         * scintilla/XPM.cxx:
12510         * scintilla/include/KeyWords.h:
12511         * scintilla/include/Platform.h:
12512         * scintilla/include/PropSet.h:
12513         * scintilla/include/SciLexer.h:
12514         * scintilla/include/Scintilla.h:
12515         * scintilla/include/Scintilla.iface:
12516         * scintilla/include/ScintillaWidget.h:
12517         * scintilla/lexers.make:
12519         Update to scintilla 1.68
12521         * src/anjuta-app.c:
12522         Only show help items which are really availible
12524         * plugins/cvs-plugin/cvs-callbacks.c
12525         * plugins/cvs-plugin/cvs-execute.c
12526         * plugins/cvs-plugin/subversion-callbacks.c:
12527         * libanjuta/anjuta-utils.c:
12528         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12530 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12532         * plugins/project-wizard/install.c,
12533         * plugins/project-wizard/autogen.c:
12534         Add error messages if using a read only directory
12535         Improve fix for bug #339296
12537 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12539         * libanjuta/interfaces/libanjuta.idl:
12540         * plugins/document-manager/action-callbacks.c:
12541         * plugins/document-manager/plugin.c:
12542         * plugins/editor/text_editor.c:
12543         Added IAnjutaEditorGoto 
12545         * plugins/editor/aneditor.cxx:
12546         * plugins/editor/aneditor.h:
12547         * plugins/editor/text_editor.h:
12548         * plugins/editor/text_editor_prefs.c:
12549         
12550         Fixed #305076
12552 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12554         * libanjuta/interfaces/libanjuta.idl:
12555         * plugins/document-manager/action-callbacks.c:
12556         * plugins/document-manager/anjuta-docman.c:
12557         * plugins/document-manager/plugin.c:
12558         * plugins/editor/text_editor.c: 
12559         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12560         
12561         * plugins/sourceview/sourceview.c:
12562         * plugins/sourceview/sourceview.glade:
12563         Fixed some uft-8 issues and added a preference option
12564         to enable/disable gnome-vfs monitoring
12565         
12566         * scintilla/Makefile.am:
12567         * scintilla/include/Makefile.am:
12568         Fixed build
12570 2006-04-20  Massimo Cora' <maxcvs@email.it>
12572         * libanjuta/interfaces/libanjuta.idl:
12573         Remove get_current_pos () because we have get_position()
12575 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12577         * NEWS: Updated
12578         * plugins/sourceview/tag-window.c:
12579         Don't close window on PageUp/PageDown
12581 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12583         * data/Makefile.am:
12584         * manuals/reference/libanjuta/Makefile.am:
12585         
12586         Some build fixes
12587         
12588         * src/Makefile.am:
12589         * src/bacon-message-connection.c: 
12590         * src/bacon-message-connection.h: (both from gedit)
12591         * src/main.c:
12592         
12593         Fixed #312319 (Opening files when Anjuta is already open)
12595 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12597         * TODO.tasks: Updated
12598         * plugins/sourceview/anjuta-view.c: 
12599         * plugins/sourceview/anjuta-view.h:
12600         * plugins/sourceview/sourceview.c: 
12601         
12602         * configure.in: Fix --enable-plugin-scintilla
12603         
12604         Added char_added signal
12606 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12608         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12609         
12610         Fixed diff for utf8
12611         
12612         * plugins/sourceview/sourceview.c:
12613         Fixed VFS monitoring (still a bit buggy)
12614         
12615         * plugins/sourceview/sourceview-args.c:
12616         * plugins/sourceview/tag-window.c: 
12617         
12618         Better sizing for the popup-window
12620 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12622         * plugins/project-wizard/templates/gnome/src/main.c:
12623         * plugins/project-wizard/templates/gnome/src/project.glade:
12624         * plugins/project-wizard/templates/gtk/src/main.c: 
12625         * plugins/project-wizard/templates/gtk/src/project.glade:
12626         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12627         
12628         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12629         
12630 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12632         * configure.in: More removal of obsoleteness.
12633         * po/no.po:
12635 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12637         * ROADMAP:
12638         * libanjuta/anjuta-preferences.c: 
12639         * libanjuta/anjuta-utils.c: 
12640         * libanjuta/anjuta-utils.h:
12641         * plugins/message-view/message-view.c:
12642         
12643         Changed color functions and moved convert_color to anjuta-utils.h
12644         
12645         * plugins/message-view/anjuta-message-manager-plugin.glade:
12646         GnomeColorPicker -> GtkColorButton (bug #309154)
12647         
12648         * plugins/sourceview/plugin.c:
12649         * plugins/sourceview/sourceview-prefs.c:
12650         * plugins/sourceview/sourceview.glade:
12651         Added color and font preferences
12653         * plugins/sourceview/sourceview-tags.c:
12654         Only show as much choices as configured in preferences
12656 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12658         * ROADMAP, NEWS: Updated (we are far behind ;-)
12659         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12661 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12663         * configure.in:
12664         * plugins/editor/Makefile.am:
12665         * scintilla/Makefile.am
12666         
12667         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12668         
12669         * global-tags/Makefile.am:
12670         * global-tags/create_global_tags.sh:
12671         * plugins/symbol-browser/an_symbol_prefs.c:
12672         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12673         * plugins/symbol-browser/plugin.h:
12674         * tagmanager/include/tm_workspace.h:
12675         * tagmanager/tm_workspace.c:
12676         
12677         Fixed symbol-browser prefs and move global tags generation from installtion to
12678         preferences to make the life easier for distributers and to allow updates after installtion
12680         * plugins/document-manager/action-callbacks.c: 
12681         * plugins/document-manager/action-callbacks.h:
12682         * plugins/document-manager/anjuta-document-manager.ui:
12683         * plugins/document-manager/indent-util.c:
12684         * plugins/document-manager/plugin.c:
12685         * plugins/editor/text_editor.c:
12686         
12687         Moved indent stuff to document-manager
12688         
12689         * plugins/sourceview/anjuta-view.c: 
12690         * plugins/sourceview/sourceview-args.c: 
12691         * plugins/sourceview/sourceview-scope.c:
12692         * plugins/sourceview/sourceview-tags.c: 
12693         * plugins/sourceview/sourceview.c:
12694         
12695         Fixed several bugs
12696         
12697         * plugins/sourceview/sourceview.plugin (removed):
12698         * plugins/sourceview/sourceview.plugin.in:
12699         Editor is not user-activatible
12700         
12701         * plugins/sourceview/sourceview.png:
12702         Updated icon
12704 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12706         * src/anjuta-app.c: Fixed crasher on plugin unloading
12708 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12710         * plugins/sourceview/sourceview.c
12711         * plugins/sourceview/sourceview-args.c
12712         * plugins/sourceview/sourceview-args.h:
12713         
12714         Polished argument completion
12716 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12718         * plugins/message-view/anjuta-msgman.c:
12719         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12720         
12721         Show message pane on switch (does not work, anjuta_shell needs a fix)
12722         
12723         * plugins/sourceview/Makefile.am:
12724         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12725         * plugins/sourceview/sourceview-args.c: 
12726         * plugins/sourceview/sourceview-args.h:
12727         * plugins/sourceview/sourceview-private.h:
12728         * plugins/sourceview/sourceview-scope.c: 
12729         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12730         * plugins/sourceview/sourceview-tags.c:
12731         * plugins/sourceview/sourceview.c:
12732         * plugins/sourceview/tag-window.c:
12733         * plugins/sourceview/tag-window.h:
12734         
12735         Added scope and argument completion
12737 2006-04-03  Johannes Schmid <jhs@gnome.org>
12739         * TODO.tasks
12740         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12741         (on_widget_remove):
12742         Save toolbar state
12744         * plugins/sourceview/sourceview.c: (iselect_clear):
12745         Make "Delete"-key working
12747         * configure.in: #336389
12749 2006-04-03  Johannes Schmid <jhs@gnome.org>
12751         * plugins/sourceview/Makefile.am:
12752         * plugins/sourceview/anjuta-view.c:
12753         * plugins/sourceview/plugin.c: 
12754         * plugins/sourceview/sourceview-private.h:
12755         * plugins/sourceview/sourceview-scope.c:
12756         * plugins/sourceview/sourceview-scope.h:
12757         * plugins/sourceview/sourceview-tags.c: 
12758         * plugins/sourceview/sourceview-tags.h:
12759         * plugins/sourceview/sourceview.c:
12760         * plugins/sourceview/sourceview.h:
12761         * plugins/sourceview/tag-window.c:
12762         
12763         - fixed goto_file_line
12764         - scroll to cursor on undo/redo
12765         - show correct popup-menu
12766         - scope completion (not ready yet)
12768 2006-04-03  Johannes Schmid <jhs@gnome.org>
12770         * plugins/sourceview/plugin.c: 
12771         * plugins/sourceview/sourceview-tags.c:
12772         * plugins/sourceview/sourceview.c: 
12773         * plugins/sourceview/sourceview.h:
12774         * plugins/sourceview/tag-window.c:
12775         
12776         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12778 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12780         * plugins/sourceview/sourceview.c:
12781         Fixed next/previous bookmark.
12782         Toggled bookmark (set/unset).
12784 2006-04-03  Johannes Schmid <jhs@gnome.org>
12786         * plugins/document-manager/action-callbacks.c:
12787         Fixed Gtk-Warning in goto_line
12788         
12789         * plugins/sourceview/Makefile.am:
12790         * plugins/sourceview/anjuta-document.c:
12791         * plugins/sourceview/anjuta-view.c: 
12792         * plugins/sourceview/anjuta-view.h:
12793         * plugins/sourceview/sourceview-autocomplete.c:
12794         * plugins/sourceview/sourceview-autocomplete.h:
12795         * plugins/sourceview/sourceview-private.h:
12796         * plugins/sourceview/sourceview-tags.c:
12797         * plugins/sourceview/sourceview-tags.h:
12798         * plugins/sourceview/sourceview.c:
12799         * plugins/sourceview/tag-window.c:
12800         * plugins/sourceview/tag-window.h:
12801         Created a nice API for tag and completion windows
12802         
12803         * plugins/sourceview/sourceview-print.h:
12804         * plugins/sourceview/sourceview-print.c:
12805         Added printing
12806                 
12807 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12809         * plugins/sourceview/sourceview.c:
12810         Fixed typo (Sort bookmarks).
12811         
12812 2006-04-01  Johannes Schmid <jhs@gnome.org>
12814         * plugins/sourceview/anjuta-document.c:
12815         * plugins/sourceview/anjuta-document.h:
12816         * plugins/sourceview/anjuta-view.c:
12817         * plugins/sourceview/anjuta-view.h:
12818         * plugins/sourceview/sourceview-autocomplete.c:
12819         * plugins/sourceview/sourceview-autocomplete.h:
12820         * plugins/sourceview/sourceview-prefs.c:
12821         * plugins/sourceview/sourceview-prefs.h:
12822         * plugins/sourceview/sourceview-private.h:
12823         * plugins/sourceview/sourceview-tags.c:
12824         * plugins/sourceview/sourceview-tags.h:
12825         * plugins/sourceview/sourceview.c:
12826         * plugins/sourceview/sourceview.glade:
12827         * plugins/sourceview/tag-window.c: 
12828         * plugins/sourceview/tag-window.h:
12829         
12830         Improved code complete and autocomplete
12832 2006-04-01  Johannes Schmid <jhs@gnome.org>
12834         * plugins/sourceview/Makefile.am:
12835         * plugins/sourceview/bookmark.png:
12836         * plugins/sourceview/marker-attentive.png:
12837         * plugins/sourceview/marker-basic.png:
12838         * plugins/sourceview/marker-intense.png:
12839         * plugins/sourceview/marker-light.png:
12840         * plugins/sourceview/sourceview.c: 
12841         
12842         Added pixmaps for all marker types and show bookmarks
12843         
12844         * configure.in
12845         * plugins/sourceview/Makefile.am:
12846         Build sourceview on 2.14 only
12848 2006-03-31  Johannes Schmid <jhs@gnome.org>
12850         * plugins/sourceview/Makefile.am:
12851         * plugins/sourceview/anjuta-document.c:
12852         * plugins/sourceview/anjuta-view.c:
12853         * plugins/sourceview/anjuta-view.h:
12854         * plugins/sourceview/sourceview-autocomplete.c:
12855         * plugins/sourceview/sourceview-private.h:
12856         * plugins/sourceview/sourceview-tags.c:
12857         * plugins/sourceview/sourceview-tags.h:
12858         * plugins/sourceview/sourceview.c: 
12859         * plugins/sourceview/tag-window.c:
12860         * plugins/sourceview/tag-window.h:
12861         
12862         Added code completion with tag manager to the editor and fixed a save_as bug
12864 2006-03-31  Johannes Schmid <jhs@gnome.org>
12866         * src/main.c: Revert patch from Rob to allow building with
12867         Gnome 2.12
12868         * configure.in: Require at least 2.12 libraries
12870 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12872         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12874         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12875         Improve anjuta-plugin project template: Added missed files dist tarball
12876         (make dist)
12878         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12879         typo
12881 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12883         reviewed by: Johannes Schmid <jhs@gnome.org>
12885         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12886         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12887         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12888         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12889         
12890         Improve anjuta-plugin project template. Also fix for #322744
12892 2006-03-27  Johannes Schmid <jhs@gnome.org>
12894         * plugins/sourceview/sourceview-private.h:
12895         plugins/sourceview/sourceview.c:
12896         
12897         Added basic bookmark support
12899 2006-03-27  Johannes Schmid <jhs@gnome.org>
12901         * TODO.tasks:
12902         Updated
12903         
12904         Patch from Rob Bradfort <robster@debian.org>:
12905         * src/main.c: (get_command_line_args), (main):
12906         Migration from popt to GOption
12907         
12908 2006-03-26 Naba Kumar  <naba@gnome.org>
12910         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12911         size to scale itself with theme.
12913 2006-03-26 Naba Kumar  <naba@gnome.org>
12915         * plugins/file-manager/an_file_view.c,
12916         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12917         when symbolview and fileview objects are destroyed to avoid crashes
12918         after the plugins are disabled.
12920 2006-03-26 Naba Kumar <naba@gnome.org>
12922         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12923         Deleted unused file.
12924         
12925         * plugins/glade/plugin.c: Be able to close glade plugin when there
12926         there is no glade project loaded.
12927         
12928         * plugins/sourceview/sourceview.plugin,
12929         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12931 2006-03-23  Naba Kumar  <naba@gnome.org>
12933         * plugins/editor/print.c: Fixed a bug where some sections of
12934         printed/previewed text is not highlighted.
12935         
12936 2006-03-20  Johannes Schmid <jhs@gnome.org>
12938         * libanjuta/interfaces/libanjuta.idl:
12939         Added IAnjutaPrint
12940         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12941         as we do not use private apis. Show help window and startup because it does 
12942         not survive gdl
12943         
12944         * plugins/document-manager/action-callbacks.c:
12945         plugins/editor/Makefile.am:
12946         plugins/editor/text_editor.c:
12947         plugins/editor/print.c:
12948         plugins/editor/print.h:
12949         
12950         Fixed printing (nobody has missed it BTW ;-)
12951         
12952         * plugins/sourceview/sourceview.c:
12953         Fixed a crasher
12955 2006-03-20 Naba Kumar <naba@gnome.org>
12957         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12958         devhelp >= 0.9 < 0.11 versions.
12959         
12960 2006-03-20  Johannes Schmid <jhs@gnome.org>
12962         * plugins/sourceview/anjuta-document-loader.c
12963         plugins/sourceview/sourceview.c:
12964         
12965         Fixed encoding bugs
12967 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12969         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12970         Fixed bug (line position)
12971         Give the good line position whatever the active editor.
12973 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12975         * configure.in: Added fi to ALL_LINGUAS
12977 2006-03-19  Johannes Schmid <jhs@gnome.org>
12979         * plugins/sourceview/anjuta-document-loader.c:
12980         replace gnome_vfs_get_mime_type_for_name_and data
12982         * plugins/build-basic-autotools/build-basic-autotools.c:
12983         Fixed #335142
12985 2006-03-17  Johannes Schmid <jhs@gnome.org>
12987         * plugins/editor/editor.glade:
12988         Added style-editor again after it got lost somehow
12990 2006-03-17  Johannes Schmid <jhs@gnome.org>
12992         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12993         configure.in: require devhelp 0.11
12994         
12995         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12997         plugins/build-basic-autotools/build-basic-autotools.c:
12998         forgot a an installtion callback for the "install as root"-feature
13000 2006-03-17  Massimo Cora' <maxcvs@email.it>
13002         reviewed by: Johannes Schmid <jhs@gnome.org>
13004         * plugins/class-gen/anjuta-class-gen-plugin.glade
13005         plugins/class-gen/class_gen.c 
13006         plugins/class-gen/goc_template_header
13007         plugins/class-gen/goc_template_source
13008         
13009         Fixed bug #334663
13011 2006-03-16  Johannes Schmid <jhs@gnome.org>
13013         * plugins/sourceview/sourceview.c:
13014         Fixed "save-point" signal for undo actions
13016 2006-03-16  Massimo Cora' <maxcvs@email.it>
13017         
13018         reviewed by: Johannes Schmid <jhs@gnome.org>
13019         
13020         * plugins/document-manager/anjuta-docman.c:
13021         Implement tab drag and drop
13023 2006-03-16  Johannes Schmid <jhs@gnome.org>
13025         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13026         plugins/build-basic-autotools/build-basic-autotools.c:
13027         
13028         Implemented "install as root"-feature (#321455)
13030 2006-03-16  Johannes Schmid <jhs@gnome.org>
13032         * mime/.cvsignore
13033         plugins/sourceview/.cvsignore
13034         plugins/tools/scripts/.cvsignore:
13035         Added/extended .cvsignore files
13036         
13037         * plugins/sourceview/sourceview-autocomplete.c:
13038         plugins/sourceview/sourceview-autocomplete.h:
13039         plugins/sourceview/sourceview-prefs.c:
13040         plugins/sourceview/sourceview-private.h:
13041         plugins/sourceview/sourceview.glade:
13042         Autcomplete just works(tm) now and respects preferences
13043         
13044         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13045         Use better algorithm from autocomplete
13047 2006-03-15  Johannes Schmid <jhs@gnome.org>
13049         * src/anjuta-app.c:
13050         Fixed bug #304495
13052 2006-03-15  Johannes Schmid <jhs@gnome.org>
13054         * libanjuta/interfaces/libanjuta.idl:
13055         plugins/class-gen/class_gen.c:
13056         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13057         plugins/project-manager/plugin.c:
13058         
13059         Allow to add multiple source files (#320191)
13060         
13061         * configure.in: Require gnome-build 0.1.3
13063 2006-03-14  Johannes Schmid <jhs@gnome.org>
13065         * plugins/macro/macro-utils.c: Fixed bug #333606
13066         * plugins/file-wizard/file.c: Fixed bug #333601
13068 2006-03-13  Johannes Schmid <jhs@gnome.org>
13070         * plugins/sourceview/sourceview_autocomplete.c
13071         plugins/sourceview/sourceview_autocomplete.h
13072         plugins/sourceview/sourceview.c
13073         plugins/sourceview/sourceview-private.h
13074         plugins/sourceview/sourceview-prefs.c:
13075         
13076         Cleaned up and fixed several issues
13077         
13078 2006-03-13  Johannes Schmid <jhs@gnome.org>
13080         * plugins/sourceview/Makefile.am:
13081         plugins/sourceview/sourceview-autocomplete.c
13082         plugins/sourceview/sourceview-autocomplete.h:
13083         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13084         plugins/sourceview/sourceview-private.h:
13085         plugins/sourceview/sourceview.c:
13086         
13087         Added (buggy) autocomplete feature to sourceview
13088         
13089 2006-03-12 Naba Kumar <naba@gnome.org>
13091         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13092         libanjuta/anjuta-session.c: Added API docs.
13094 2006-03-12 Naba Kumar <naba@gnome.org>
13096         * TODO.tasks: Added couple of tasks.
13097         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13098         Register private class as early as possible so that members could
13099         point to self class. Code clean up.
13101 2006-03-12 Naba Kumar <naba@gnome.org>
13103         * po/POTFILES.in, po/POTFILES.skip: Updated.
13105 2006-03-11 Naba Kumar <naba@gnome.org>
13107         * libanjuta/anjuta-shell.c,
13108         plugins/document-manager/anjuta-docman.c,
13109         plugins/document-manager/plugin.c,
13110         plugins/symbol-browser/an_symbol_search.c,
13111         plugins/valgrind/vgrule-list.c: Use correct signal names while
13112         creating them.
13113         
13114         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13115         signal names and fixed enum IANJUTA_TYPE_* macro.
13117 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13119         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13120         plugins/search/search-replace.c :
13121         Fixed bug (Bookmark the good line).
13122         Search & Replace (Mark all matched strings).
13123         
13124 2006-03-09  Johannes Schmid <jhs@gnome.org>
13126         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13127         Completed changes from yesterday
13128         
13129         * plugins/document-manager/anjuta-document-manager.glade:
13130         plugins/editor/editor.glade
13131         plugins/editor/plugin.c: (activate_plugin)
13132         plugins/editor/text_editor.c
13133     plugins/sourceview/Makefile.am
13134         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13135         plugins/sourceview/sourceview.glade:
13136         Completed preference changes
13138 2006-03-08  Johannes Schmid <jhs@gnome.org>
13140         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13141         plugins/search/plugin.c: (activate_plugin):
13142         
13143         Removed Gtk-Criticals
13144         
13145         * plugins/document-manager/anjuta-document-manager.glade:
13146         plugins/document-manager/plugin.c: (on_docman_auto_save),
13147         (on_gconf_notify_timer), (prefs_init):
13148     plugins/document-manager/plugin.h:
13149         plugins/editor/text_editor.c: (text_editor_instance_init),
13150         (text_editor_dispose):
13151         plugins/editor/text_editor.h:
13152         plugins/editor/text_editor_cbs.c:
13153         plugins/editor/text_editor_cbs.h:
13154         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13155         plugins/glade/plugin.c: (activate_plugin):
13156         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13157         plugins/sourceview/sourceview-private.h:
13158         plugins/sourceview/sourceview.c: (on_menu_popup),
13159         (sourceview_new), (ifile_open), (ifile_savable_save),
13160         (ifile_savable_save_as), (ieditor_set_popup_menu),
13161         (ieditor_get_filename), (imark_mark):
13163     Moved autosave from editor to document manager and fixed some things in 
13164     Sourceview plugin
13166 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13168         * plugins/search/anjuta-search.glade :
13169         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13170         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13171         plugins/search/search-replace.c : Fixed bug.
13172         
13173 2006-03-08  Johannes Schmid <jhs@gnome.org>
13175     * plugins/search/anjuta-search.glade
13176     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13178 2006-03-07  Johannes Schmid <jhs@gnome.org>
13180         * plugins/document-manager/action-callbacks.c
13181         plugins/document-manager/anjuta-document-manager.glade
13182         plugins/document-manager/plugin.c: (prefs_init),
13183         (activate_plugin):
13184         plugins/editor/Makefile.am:
13185         plugins/editor/editor.glade:
13186         plugins/editor/plugin.c: (on_style_button_clicked),
13187         (activate_plugin), (dispose):
13188         plugins/editor/style-editor.c:
13189         
13190         Startet to seperate document-manager and editor preferences
13192         * plugins/search/Makefile.am:
13193         plugins/search/anjuta-search.glade:
13194         plugins/search/search-replace.c:
13195         
13196         Moved search GUI to search-plugin
13197                 
13198         * plugins/sourceview/sourceview-prefs.c:
13199         plugins/sourceview/sourceview-prefs.h:
13200         plugins/sourceview/sourceview-private.h:
13201         plugins/sourceview/sourceview.c: 
13202         plugins/sourceview/sourceview.h:
13203         plugins/sourceview/Makefile.am:
13204         plugins/sourceview/anjuta-document.h:
13205         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13206         plugins/sourceview/plugin.c: 
13207         
13208         Added some preferences to sourceview and fixed vfs_monitor
13209         
13210         * tagmanager/c.c: (parseParens): 
13211         Removed annoying debug message
13212         
13213         * libanjuta/interfaces/libanjuta.idl: 
13214         Removed IAnjutaEditorFactory::create_style_editor()
13216 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13218         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13219         Search : Bookmark all matched lines.
13221 2006-03-06  Johannes Schmid <jhs@gnome.org>
13223         * plugins/class-gen/anjuta-class-gen.plugin.in
13224         plugins/file-loader/plugin.c: (sort_wizards)
13225         (on_create_submenu), (activate_plugin)
13226         plugins/file-wizard/anjuta-file-wizard.plugin.in
13227         plugins/glade/anjuta-glade.plugin.in
13228         plugins/project-import/anjuta-project-import.plugin.in
13229         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13230         
13231         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13232         sorted alphabeticly
13233         
13234         * plugins/project-wizard/templates/mkfile.wiz:
13235         Use configured project directory instead of ~/myproject
13236         
13237         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13238         (ifile_open):
13239         Show markers (again) and monitor uri
13241 2006-03-06  Naba Kumar  <naba@gnome.org>
13243         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13244         typedefs separately so that forward linking would work.
13245         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13247 2006-03-05  Naba Kumar  <naba@gnome.org>
13249         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13250         passing Enums and Structs in signals. Define struct _Name in
13251         generated code, so that forward referencing.
13252         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13253         
13254         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13255         
13256 2006-03-05  Naba Kumar  <naba@gnome.org>
13258         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13259         support. Generate GType definitions for enums in generated codes
13260         so that enums could be passed as signal params.
13261         
13262 2006-03-04  Naba Kumar  <naba@gnome.org>
13264         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13265         Restored cvs-moved revision files. They were originally marked
13266         deleted at their older locations. Now they are restored at
13267         their new locations. The changeset is one that was committed
13268         as part of document-manager, editor, search and print plugins
13269         separation from editor plugin.
13270         
13271 2006-03-03  Johannes Schmid <jhs@gnome.org>
13273         * plugins/sourceview/*:
13274         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13275         poiting this out!
13277 2006-03-04  Naba Kumar  <naba@gnome.org>
13279         * plugins/gdb/*: Deleted removed files (see previous changlog
13280         entry for files list).
13281         
13282 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13284         * plugins/debug-mananger/breakpoints.c,
13285         plugins/debug-manager/breakpoints.h,
13286         plugins/debug-manager/debug_tree.c,
13287         plugins/debug-manager/debug_tree.h,
13288         plugins/debug-manager/info.c,
13289         plugins/debug-manager/info.h,
13290         plugins/debug-manager/locals.c,
13291         plugins/debug-manager/locals.h,
13292         plugins/debug-manager/memory.c,
13293         plugins/debug-manager/memory.h,
13294         plugins/debug-manager/registers.c,
13295         plugins/debug-manager/registers.h,
13296         plugins/debug-manager/sharedlib.c,
13297         plugins/debug-manager/sharedlib.h,
13298         plugins/debug-manager/signal.c,
13299         plugins/debug-manager/signal.h,
13300         plugins/debug-manager/stack_trace.c,
13301         plugins/debug-manager/stack_trace.h,
13302         plugins/debug-manager/watch.c,
13303         plugins/debug-manager/watch.h,
13304         plugins/debug-manager/Makefile.am:
13305         Move from gdb plugin to debug manager plugin
13307         * plugins/debug-manager/anjuta-debug-manager.glade,
13308         plugins/debug-manager/anjuta-debug-manager.ui:
13309         Move all user interface from gdb to debug manager
13311         * plugins/debug-manager/utilities.c,
13312         plugins/debug-manager/utilities.h:
13313         Remove some unused code
13314         Add useful code from gdb plugin
13316         * plugins/debug-manager/start.c,
13317         plugins/debug-manager/start.h:
13318         Include code of attach_process
13319         Add more code to start the debugger
13321         * plugins/debug-manager/plugin.c,
13322         plugins/debug-manager/plugin.h,
13323         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13324         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13326         * plugins/debug-manager/debugger.c,
13327         plugins/debug-manager/debugger.h:
13328         Implement a queue of debugger command
13330         * plugins/gdb/actions.c,
13331         plugins/gdb/actions.h,
13332         plugins/gdb/watch_cbs.c,
13333         plugins/gdb/watch_cbs.h,
13334         plugins/gdb/watch_gui.c,
13335         plugins/gdb/watch_gui.h:
13336         Removed 
13338         * plugins/gdb/debugger.c,
13339         plugins/gdb/debugger.h,
13340         plugins/gdb/gdbmi.c,
13341         plugins/gdb/gdbmi.h,
13342         plugins/gdb/utilities.c,
13343         plugins/gdb/utilities.h,
13344         plugins/gdb/Makefile.am,
13345         plugins/gdb/anjuta-gdb.plugin.in:
13346         Implement necessary functions
13348         * plugins/gdb/parser.c,
13349         plugins/gdb/parser.h:
13350         Code for parsing variable previously in debug_tree.c
13352         * plugins/gdb/anjuta-gdb.glade,
13353         plugins/gdb/anjuta-gdb.ui:
13354         Remove user interface
13356         * plugins/gdb/gdbmi-test.c:
13357         Need update
13359         * plugins/gdb/anjuta-gdb.plugin.png:
13360         Try an improved icon for gdb (archer fish)
13362         * libanjuta/anjuta-debugger.c,
13363         libanjuta/anjuta-debugger.h,
13364         libanjuta/interfaces/libanjuta.idl,
13365         libanjuta/interfaces/anjuta-idl-compiler.pl,
13366         libanjuta/Makefile.am:
13367         Add declaration used in new IAnjutaDebugger interface
13369         * manuals/reference/libanjuta.types,
13370         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13371         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13372         Update documentation
13374 2006-03-02  Naba Kumar  <naba@gnome.org>
13376         * manuals/reference/libanjuta/Makefile.am,
13377         manuals/reference/libanjuta/libanjuta-docs.sgml,
13378         manuals/reference/libanjuta/libanjuta-sections.txt,
13379         manuals/reference/libanjuta/libanjuta.types,
13380         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13381         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13382         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13383         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13384         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13385         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13386         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13387         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13388         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13389         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13390         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13391         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13392         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13393         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13394         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13395         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13396         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13397         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13398         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13399         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13400         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13401         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13402         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13403         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13404         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13405         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13406         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13407         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13408         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13409         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13410         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13411         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13412         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13413         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13414         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13415         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13416         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13417         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13418         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13419         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13420         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13421         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13422         manuals/reference/libanjuta/tmpl/plugins.sgml,
13423         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13424         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13425         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13426         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13427         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13428         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13429         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13430         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13431         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13432         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13433         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13434         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13435         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13436         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13437         documentation.
13439 2006-02-28  Naba Kumar <naba@gnome.org>
13441         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13442         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13443         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13444         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13445         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13446         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13447         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13448         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13449         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13450         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13451         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13452         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13453         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13454         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13456 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13458         * plugins/sourceview/sourceview.c:
13459         Select to brace, select block.
13461 2006-02-28  Johannes Schmid <jhs@gnome.org>
13463         * plugins/file-wizard/Makefile.am
13464         plugins/file-wizard/action-callbacks.c (removed)
13465         plugins/file-wizard/action-callbacks.h (removed)
13466         plugins/file-wizard/anjuta-file-wizard.ui
13467         plugins/file-wizard/plugin.c: (activate_plugin),
13468         (deactivate_plugin)
13469         plugins/file-wizard/plugin.h:
13470         Removed Edit->Insert Text submenu (replace by macros plugin)
13471         
13472         * plugins/sourceview/sourceview.c: (sourceview_new),
13473         (ieditor_set_popup_menu):
13474         Fixed some more bugs
13475         
13476         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13478 2006-02-28  Naba Kumar <naba@gnome.org>
13480         * plugins/file-manager/an_file_view.c,
13481         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13482         rows also and with delay 1 sec (the color and timout value should
13483         probably be picked up from some system wide preference key).
13485 2006-02-28  Naba Kumar <naba@gnome.org>
13487         * libanjuta/interfaces/libanjuta.idl,
13488         plugins/document-manager/action-callbacks.c,
13489         plugins/document-manager/plugin.c,
13490         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13491         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13492         Added interface checks in document manager and enable/disable
13493         menus based on supported interface.
13494         
13495         * plugins/project-import/anjuta-project-import.glade: Set some
13496         resonable size for the import dialog.
13498  2006-02-27  Naba Kumar  <naba@gnome.org>
13500         * libanjuta/interfaces/libanjuta.idl,
13501         plugins/document-manager/action-callbacks.c,
13502         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13503         and eol conversion actions.
13505 2006-02-27  Johannes Schmid <jhs@gnome.org>
13506         
13507         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13508         * plugins/file-manager/an_file_view.c
13509         plugins/file-manager/plugin.h:  Added tooltips
13510         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13512 2006-02-26  Naba Kumar  <naba@gnome.org>
13514         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13515         plugins/build-basic-autotools/build-basic-autotools.c,
13516         plugins/build-basic-autotools/build-basic-autotools.h,
13517         plugins/build-basic-autotools/executer.c,
13518         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13519         disable indicator highlights preferences from message manager to
13520         build plugin. Implemented message indicator highlights in build tool.
13521         
13522         * plugins/editor/text_editor.c: Fixed indicators.
13524 2006-02-26  Johannes Schmid <jhs@gnome.org>
13526         * plugins/sourceview/sourceview.c:
13527         - Fixed some bugs
13528         - Added markers
13529         * plugins/subversion/svn_auth.c:
13530         Fixed username/password authentification but there might be a memory corruption
13532 2006-02-26  Naba Kumar  <naba@gnome.org>
13534         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13535         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13536         libanjuta/anjuta-launcher.h: Added documentation.
13538 2006-02-24  Naba Kumar  <naba@gnome.org>
13540         * plugins/editor/text_editor.c: Fixed change in API in
13541         IAnjutaEditorSelection::set().
13542         
13543 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13545         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13546         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13547         libanjuta/interfaces/libanjuta.idl :
13548         Search in sourceview editor (Select in buffer).
13551 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13553         * plugins/sourceview/sourceview.c :
13554         Fixed Replace, to_upper, to_lower.
13555         
13556         * plugins/search/search-replace_backend.c :
13557         Renamed header name.
13559 2006-02-22  Naba Kumar  <naba@gnome.org>
13561         * libanjuta/anjuta-plugin-description.c,
13562         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13563         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13564         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13565         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13566         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13567         
13568         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13569         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13570         
13571 2006-02-21  Naba Kumar  <naba@gnome.org>
13573         * libanjuta/interfaces/libanjuta.idl,
13574         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13575         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13576         interface for editor.
13578 2006-02-21  Naba Kumar  <naba@gnome.org>
13580         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13582         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13583         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13585 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13587         * GTKSOURCEVIEW EDITOR
13588         plugins/sourceview/sourceview.c :
13589         Fixed copy and Goto Line.
13590         
13591         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13592         plugins/macro/plugin.c :
13593         Fixed Insert key word and Insert macro.
13595 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13597         * plugins/document-manager/anjuta-docman.c:
13598         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13599         
13600         * configure.in:
13601         plugins/Makefile.am:
13602         plugins/sourceview/.cvsignore:
13603         plugins/sourceview/Makefile.am:
13604         plugins/sourceview/plugin.c: :
13605         plugins/sourceview/plugin.h:
13606         plugins/sourceview/sourceview.c: 
13607         plugins/sourceview/sourceview.h:
13608         plugins/sourceview/sourceview.plugin:
13609         plugins/sourceview/sourceview.plugin.in:
13610         plugins/sourceview/sourceview.png:
13612         Added sourceview editor plugin
13614 2006-02-19 Naba Kumar  <naba@gnome.org>
13616         * libanjuta/interfaces/libanjuta.idl,
13617         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13618         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13619         plugins/cvs-plugin/cvs-interface.c,
13620         plugins/document-manager/action-callbacks.c,
13621         plugins/document-manager/action-callbacks.h,
13622         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13623         plugins/search/plugin.c, plugins/search/search-replace.c,
13624         plugins/search/search-replace_backend.c,
13625         plugins/subversion/subversion-actions.c,
13626         plugins/subversion/subversion-callbacks.c,
13627         plugins/tools/editor.c, plugins/tools/execute.c,
13628         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13629         few fatal warnings.
13631 2006-02-15 Naba Kumar  <naba@gnome.org>
13633         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13634         within another.
13635         
13636         * libanjuta/interfaces/libanjuta.idl,
13637         plugins/document-manager/anjuta-docman.c,
13638         plugins/document-manager/plugin.c,
13639         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13640         unnecessary parameters from IAnjutaEditor interface and used proper
13641         types instead of 'gpointer'. Fixed various compiler warnings.
13642         
13643         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13644         file
13646 2006-02-12 Naba Kumar  <naba@gnome.org>
13648         * po/POTFILES.in: Updated.
13649         
13650 2006-02-11 Naba Kumar  <naba@gnome.org>
13652         * plugins/editor/properties.[cxx,h],
13653         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13654         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13655         to sci_prop_*(), because they were conflicting with external
13656         functions (in some ssl library).
13657         
13658 2006-02-08 Naba Kumar  <naba@gnome.org>
13660         Patch from Massimo Cora  <maxcvs@email.it>:
13661         * plugins/valgrind/anjuta-valgrind.schemas,
13662         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13663         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13664         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13665         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13666         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13667         plugins/valgrind/vgtoolview.c,
13668         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13669         before running the debugging session. I've added also a
13670         preference in Anjuta Preferences where you can specify
13671         the path to the valgrind binary. The default is /usr/bin/valgrind.
13672         Now it displays a dialog with the error. [it can be -program
13673         exited- or -file loaded or end of input-]. Some valgrind 3.x
13674         compatibility.
13675         
13676 2006-01-29 Naba Kumar  <naba@gnome.org>
13678         Patch from Massimo Cora  <maxcvs@email.it>:
13679         * configure.in, plugins/Makefile.am,
13680         plugins/valgrind/*: Valgrind plugin (requires
13681         binutils-dev and valgrind to be installed.
13683 2005-01-24 Johannes Schmid <jhs@gnome.org>
13685         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13686         plugins/tools/variables.c:
13687         Added current directory to possible variables
13689         * Patch from Günther Brammer <gbrammer@gmx.de>
13690         plugins/document-manager/anjuta-docman.c:
13691         Fix a crash on opening a file
13693         AUTHORS: Added Günther Brammer
13695 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13697         * libanjuta/anjuta-launcher.c:
13698         Fix a bug in AnjutaLauncher when output is bigger than buffer
13699         Probably fix bug #315188 and #305134
13701 2005-12-28      Johannes Schmid <jhs@gnome.org>
13702         
13703         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13704         * src/about.c: Use new gtk about dialog
13705         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13706         Updated anjuta_ui_add_action_group_entries call
13707         
13708         Patch from Jean Breford <jean.breford@normalesup.org>
13709         and Markus Habermehl <bmh1980de@yahoo.de>:
13710         
13711         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13712         * AUTHORS: Added Jean and Markus
13714 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13715         * plugins/search/search-replace.c :
13716         Bookmark all matched lines.
13717         * plugins/search/search-replace_backend.c :
13718         Fixed bug (Search in all project files).
13720 2005-12-21      Johannes Schmid <jhs@gnome.org>
13721         
13722         * plugins/search/plugin.c:
13723         Fixed signal names
13724         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13725         investigation needed.
13726         
13727         AUTHORS: Added Ross Goldner
13729 2005-12-19  Ross Golder  <ross@golder.org>
13731         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13732         application/xml MIME type.
13734 2005-12-18  Johannes Schmid <jhs@gnome.org>
13735         
13736         po/POTFILES.in: Updated files after directory changes
13737         HACKING: Removed outdated section 3 (anoncvs)
13739 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13741         * plugins/build-basic-autotools/build-basic-autotools.c:
13742         Save all files in editor before running a command
13744         * plugins/tools/execute.c:
13745         Use document manager plugin instead of each editor for
13746         saving all files
13748 2005-12-15  Johannes Schmid <jhs@gnome.org>
13750         * plugins/document-manager/action-callbacks.c:
13751         (on_save_all1_activate), (on_swap_activate)
13752         plugins/document-manager/anjuta-docman.c:
13753         (on_save_as_filesel_response), (on_notebook_switch_page):
13754         
13755         Fixed some remaining issues in document-manger
13757 2005-12-15      Johannes Schmid <jhs@gnome.org>
13759         * plugins/profile-default/default.anjuta:
13760         Load Search plugin and Message Manager by default
13762 2005-12-14  Johannes Schmid <jhs@gnome.org>
13763         
13764         * plugins/editor/text_editor.c
13765         libanjuta/anjuta-utils.c:
13766         
13767         Check if files differ when gnome-vfs monitoring is used.
13768         (Bug #309688)
13770 2005-12-13  Johannes Schmid <jhs@gnome.org>
13772         * plugins/document-manager/plugin.c:
13773         Only save modified files in ianjuta_file_savable_save() for document-manager
13774         as discussed on mailing list.
13775         
13776         * plugins/cvs-plugin/cvs-callbacks.c:
13777         Fixed dialog handling for empty log message
13779 2005-12-13  Johannes Schmid <jhs@gnome.org>
13781         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13782         
13783         * plugins/project-manager/* Removed ununsed files
13784         
13785         * plugins/symbol-browser/an_symbol_iter.c
13786         plugins/build-basic-autotools/build-basic-autotools.c
13787         plugins/build-basic-autotools/executer.c
13788         plugins/class-gen/class_gen.c
13789         plugins/class-inheritance/class-inherit.c
13790         plugins/cvs-plugin/cvs-actions.c
13791         plugins/cvs-plugin/cvs-interface.c
13792         plugins/debug-manager/attach_process.
13793         plugins/devhelp/plugin.c
13794         plugins/document-manager/plugin.c
13795         plugins/document-manager/indent_util.c
13796         plugins/editor/properties.cxx
13797         plugins/editor/aneditor.cxx
13798         plugins/editor/style-editor.c
13799         plugins/editor/text_editor.c
13800         plugins/macro/macro_db.c
13801         tagmanager/c.c:
13802         
13803         Use DEBUG_PRINT for debug messages
13805         libanjuta/anjuta-debug.h: Include config.h
13806         
13807         HACKING: Updated (BTW: does anyone read this?)
13808         
13809 2005-12-12  Johannes Schmid <jhs@gnome.org>
13811         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13812         * plugins/gdb/debugger.c
13813         
13814         Fix a crasher in gdb plugin
13815         
13816         * plugins/gtodo/plugin.c
13817         plugins/search/plugin.c
13818         
13819         Fixed bug #305301
13820         
13821         * plugins/document-manager/anjuta-docman.c:
13822         
13823         Fixed error markers 
13824         
13825         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13826         
13827         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13828         
13829         * plugins/document-manager/anjuta-docman.c:
13830         highlight changed files in docman popup-menu
13831         * plugins/gdb/debug-tree.c:
13832         plugins/gdb/debugger.c
13833         Do not corupt entire "locals" tree when variable pointer have
13834         additional info and arrays/strucs/unions correctly.
13835         
13837 2005-12-11  Johannes Schmid <jhs@gnome.org>
13839         * plugins/document-manager/anjuta-docman.c
13840         plugins/document-manager/plugin.c
13841         plugins/editor/text_editor.c:
13842         
13843         AUTHORS: Added Johan Ersvik
13845         Fixed "is-dirty" bug and tab ordering
13847 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13848         
13849         * plugins/editor/aneditor-autocomplete.cxx
13850         plugins/editor/aneditor-calltip.cxx
13851         plugins/editor/aneditor-priv.h
13852         plugins/symbol-browser/an_symbol.c
13853         plugins/symbol-browser/an_symbol_view.c
13854         tagmanager/entry.h
13855         tagmanager/tm_symbol.c
13856         tagmanager/tm_tag.c
13857         tagmanager/include/tm_symbol.h
13858         tagmanager/include/tm_tag.h
13859         tagmanager/c.c
13861         Better pointer recognition in tagmanager and symbol browser
13863 2005-12-11  Johannes Schmid <jhs@gnome.org>
13865         * plugins/search/*: New search plugin derived from search code in old editor
13866         plugin.
13867         
13868         * plugins/document-manager/*: new document-manger which is now seperated from
13869         editor to allow implementation of other editor widgets. Code is mostly derived
13870         from old editor plugin
13872         * plugins/print/* new print plugin which is not fully implemented in the
13873         moment
13875         * plugins/editor/text_editor.c: Added lots of interface code
13876         
13877         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13878         IAnjutaEditorFactory and extended IAnjutaEditor
13879         
13880         * configure.in, plugins/Makefile.am updated build system for new
13881         plugins
13883         This is a huge commit which might still contain some bugs and also has
13884         some fixmes. Things that are not working are the search toolbar because it
13885         does not use the same backend as any other searching function and printing
13886         (easy to fix) because it did not yet implement IAnjutaPrintable.
13888 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13890         * plugins/project-wizard/property.c:
13891         Use newer GtkFileChooser instead of GtkFileSelection with
13892         GnomeFileEntry to avoid a bug
13894         * plugins/project-wizard/install.c:
13895         Avoid an endless loop if project directory is not writable
13896         
13897         * plugins/project-wizard/druid.c:
13898         Allow creating project in empty directory without a
13899         warning
13901 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13902         
13903         Patch from Massimo Cora <maxcvs@email.it>
13904         * plugins/class-inheritence/class-inherit.c
13905         plugins/class-inheritence/plugin.c
13906         plugins/class-inheritence/plugin.h
13907         configure.in
13908         
13909         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13910         no longer supported!
13912 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13913         
13914         Patch from Johan Ersvik <jersvik@fastmail.fm>
13915         * plugins/message-view/message-view.c
13916         plugins/build-basic-autotools/build-basic-autotools.c
13917         plugins/build-basic-autotools/automake-c.filters
13919         This patch correct regex-filters for newer automake
13920         versions
13922 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13924        * plugins/tools/execute.c:
13925        Detect variables inside a word
13927 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13929         * libanjuta/anjuta-status.[ch],
13930         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13931         plugins/editor/anjuta-docman.c :
13932         New anjuta-status procedure.
13934 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13936         *Modified Files:
13937         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13938         plugins/editor/Makefile.am
13939         plugins/editor/anjuta-document-manager.glade
13940         plugins/editor/plugin.c plugins/editor/plugin.h
13941         plugins/editor/text_editor.c plugins/editor/text_editor.h
13942         *Added Files:
13943         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13944         plugins/editor/indent-util.c plugins/editor/indent-util.h
13945         plugins/editor/indent_test.c :
13946         Set and Preview indent preferences parameters.
13947         Saved indent user parameters.
13949 2005-10-27  Naba Kumar  <naba@gnome.org>
13951         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13952         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13953         theme color for saved documents.
13954         
13955 2005-10-26  Naba Kumar  <naba@gnome.org>
13957         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13958         list. Fixed bug #316731.
13959         
13960 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13962         * tagmanager/tm_symbol.c: Fixed bug #315218
13964 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13966         * plugins/build/build_file.c
13967           plugins/build-basic-autotools/build-basic-autotools.c
13968           plugins/tools/execute.c
13969           plugins/build/compile.c
13970           plugins/build/configurer.c
13971           plugins/debug-manager/plugin.c
13972           plugins/editor/plugin.c
13973           plugins/editor/print.c
13974           plugins/editor/text_editor.c
13975           plugins/file-loader/plugin.c
13976           plugins/file-manager/an_file_view.c
13977           plugins/symbol-browser/an_symbol_view.c
13978           plugins/gdb/debugger.c
13979           plugins/gdb/plugin.c
13980           plugins/glade/plugin.c
13981           plugins/macro/macro-actions.c
13982           plugins/macro/plugin.c
13983           plugins/profile-default/plugin.c
13984           plugins/project-manager/plugin.c
13985           plugins/project-manager/project_import.c
13986           plugins/symbol-browser/plugin.c
13987           plugins/tools/execute.c
13988           src/anjuta.c
13989           src/anjuta-actions.h
13990           src/shell.c:
13991           Correct spacing errors before and after "...".
13993 2005-10-20  Naba Kumar  <naba@gnome.org>
13995         * plugins/gdb/debugger.c: Fixed attach/detach process to
13996         updated UI properly.
13997         
13998 2005-10-18  Naba Kumar  <naba@gnome.org>
14000         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14001         #171314 too).
14002         
14003 2005-10-13  Naba Kumar  <naba@gnome.org>
14004         
14005         * plugins/project-mkfile-import/*: Removed separate import wizard for
14006         makefile based projects (because single widzard handles all wizards).
14008         * plugins/project-import/project-import.c: Made wizard window
14009         transient to main window.
14011         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14012         
14013         * AUTHORS: Added Eric's name in contributors list.
14014         
14015         * configure.in, plugins/Makefile.am,
14016         plugins/project-import/Makefile.am,
14017         plugins/project-import/anjuta-project-import.glade,
14018         plugins/project-import/project-import.c,
14019         plugins/project-import/project-import.h: Import wizard now detects
14020         both makefile and automake projects together instead of separate wizard.
14021         
14022         * plugins/project-wizard/templates/java/project.anjuta,
14023         plugins/project-wizard/templates/mkfile/project.anjuta,
14024         plugins/project-wizard/templates/python/project.anjuta,
14025         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14026         name to make it appropriate.
14028 2005-10-11  Naba Kumar  <naba@gnome.org>
14030         * configure.in: Fixed glade3 version requirement.
14032 2005-09-29  Alexander Shopov  <ash@contact.bg>
14034         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14036 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14038         * plugins/subversion/svn_auth.c
14039         plugins/subversion/anjuta_subversion.glade:
14040         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14042 2005-09-22  Naba Kumar  <naba@gnome.org>
14044         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14046         * configure.in,  plugins/Makefile.am
14047         plugins/project-manager/anjuta-project-manager.plugin.in,
14048         plugins/project-manager/plugin.c,
14049         (added) plugins/project-mkfile-import/.cvsignore,
14050         (added) plugins/project-mkfile-import/Makefile.am,
14051         (added) plugins/project-mkfile-import/
14052             anjuta-project-mkfile-import-plugin.png,
14053         (added) plugins/project-mkfile-import/
14054             anjuta-project-mkfile-import.glade,
14055         (added) plugins/project-mkfile-import/
14056             anjuta-project-mkfile-import.plugin.in,
14057         (added) plugins/project-mkfile-import/plugin.c,
14058         (added) plugins/project-mkfile-import/plugin.h,
14059         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14060         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14061         plugins/project-wizard/templates/Makefile.am,
14062         (added) plugins/project-wizard/templates/mkfile-logo.png,
14063         (added) plugins/project-wizard/templates/mkfile.wiz,
14064         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14065         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14066         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14067         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14068         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14069         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14070         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14071         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14072         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14073         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14074         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14075         Added makefile based project import wizard and wizard template.
14077 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14079         * libanjuta/anjuta-launcher.c: Reduced false password detections
14081 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14083         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14084         messages correctly.a
14086 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14087         
14088         * scintilla/Makefile.am: Changed scintilla library to noinst
14089         * pixmaps/Makefile.am: Install password.png
14090         * libanjuta/anjuta-launcher.c: Changed password detection
14091         to be able to access GNOME CVS with ssh.
14092         
14093 2005-08-31  Naba Kumar  <naba@gnome.org>
14095         * plugins/glade/plugin.c: Set transient window for the widget
14096         dialogs.
14097         
14098 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14100         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14102 2005-08-10  Naba Kumar  <naba@gnome.org>
14104         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14105         as shortcut key for execute.
14107         * src/about.c: Clean up.
14108         
14109         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14110         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14111         entry boxes.
14112         
14113 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14115         * plugins/editor/search-replace_backend.c :
14116         Fixed search in File Patterns.
14118 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14120         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14121         
14122 2005-08-04  Naba Kumar  <naba@gnome.org>
14124         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14125         for pango-1.8 rendering bug.
14126         
14127 2005-08-03  Naba Kumar  <naba@gnome.org>
14129         * plugins/glade/plugin.c: Proper names for plugin widgets.
14130         
14131         * plugins/subversion/anjuta-subversion.glade,
14132         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14133         string allocations. Use passed default values when available.
14134         Set proper focus and dialog default response. Destroy dialog after use.
14135         Return error when appropriate.
14137 2005-08-02  Naba Kumar  <naba@gnome.org>
14139         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14140         for pango-1.8 rendering bug.
14141         
14142 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14144         * scintilla/Makefile.am: Fixed a make -j x bug
14145         
14146 2005-08-02  Johannes Schmid <jhs@gnome.org>
14147         
14148         * plugins/subversion/svn-auth.c: Added username/password 
14149         auto function.
14151 2005-08-01  Naba Kumar  <naba@gnome.org>
14153         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14154         checks for character width calculations.
14155         
14156 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14158         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14160 2005-07-31  Naba Kumar  <naba@gnome.org>
14162         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14163         messup with pango 1.8. Fixed bug #311846.
14165 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14167         * plugins/gdb/memory.c : Fixed bug 305082.
14168         
14169         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14170         plugins/project-wizard/templates/gcj.wiz,
14171         plugins/project-wizard/templates/gnome.wiz,
14172         plugins/project-wizard/templates/gtk.wiz,
14173         plugins/project-wizard/templates/java.wiz,
14174         plugins/project-wizard/templates/python.wiz,
14175         plugins/project-wizard/templates/wxwin.wiz,
14176         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14178 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14180         * plugins/tools/execute.c:
14181         Correct a crash if editor is closed while a tool still use it.
14183 2005-07-28  Naba Kumar  <naba@gnome.org>
14185         * scintilla/*: Updated scintilla from their latest CVS.
14187 2005-07-27  Naba Kumar  <naba@gnome.org>
14189         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14190         plugins/build-basic-autotools/build-basic-autotools.c,
14191         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14192         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14193         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14194         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14195         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14196         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14197         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14198         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14199         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14200         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14201         argument to anjuta_ui_add_action_group_entries() and
14202         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14203         Fixed all plugins to pass translation domain. This fixes untranslated
14204         UI bugs. 
14206 2005-07-27  Naba Kumar  <naba@gnome.org>
14208         * plugins/class-inheritance/class-callbacks.c,
14209         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14210         proper system colors.
14212 2005-07-26  Naba Kumar  <naba@gnome.org>
14214         * ROADMAP: Updated and added more tasks.
14216 2005-07-25  Naba Kumar  <naba@gnome.org>
14218         * ROADMAP: Updated and added more tasks.
14219         
14220 2005-07-24  Naba Kumar  <naba@gnome.org>
14222         * HACKING: Fixed format.
14224 2005-07-24  Naba Kumar  <naba@gnome.org>
14226         * ROADMAP: Fixed format.
14227         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14229 2005-07-24  Naba Kumar  <naba@gnome.org>
14231         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14232         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14234 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14236         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14237         Correct wrong sensitivity setting
14238         
14239         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14240         
14241         * plugins/tools/variable.c:     Add variables for project manager
14243 2005-07-23  Naba Kumar  <naba@gnome.org>
14245         * ROADMAP: updated.
14247 2005-07-23 Naba Kumar  <naba@gnome.org>
14249         * plugins/subversion/Makefile.am,
14250         plugins/subversion/svn-auth.c,
14251         plugins/subversion/svn-auth.h: Added subversion authentication code
14252         stubs.
14253         
14254         * plugins/subversion/subversion-callbacks.c,
14255         plugins/subversion/subversion-callbacks.h,
14256         plugins/subversion/svn-backend-priv.h,
14257         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14258         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14259         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14260         Added file mode line.
14262 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14264         * configure.in: Added 'gl' to ALL_LINGUAS.
14266 2005-07-21 Naba Kumar  <naba@gnome.org>
14268         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14269         the active sources and kill the running process without emitting
14270         signals (which could be fatal because the object is being destroyed).
14271         Incidentally, fixed the crash that happens when stopping an active
14272         debugger session. Disabled debug prints and code clean up.
14273         Fixed bug #305587.
14274         
14275         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14276         message view object, because that prevents many unprocessed outputs
14277         from the cvs command from being appended in view. Does not set NULL
14278         to mesg_view private member (not required) so that any pending outputs
14279         to view is processed.Fixed bug #172666.
14281         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14282         type in supported list.
14283         
14284 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14286         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14287           grammar/spelling fixes.
14289 2005-07-17 Naba Kumar  <naba@gnome.org>
14291         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14292         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14293         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14294         plugins/project-wizard/templates/anjuta-plugin.wiz,
14295         plugins/project-wizard/templates/gcj.wiz,
14296         plugins/project-wizard/templates/gnome.wiz,
14297         plugins/project-wizard/templates/gtk.wiz,
14298         plugins/project-wizard/templates/gtkmm.wiz,
14299         plugins/project-wizard/templates/java.wiz,
14300         plugins/project-wizard/templates/python.wiz,
14301         plugins/project-wizard/templates/terminal.wiz,
14302         plugins/project-wizard/templates/terminal/Makefile.am,
14303         plugins/project-wizard/templates/terminal/po/Makefile.am,
14304         plugins/project-wizard/templates/terminal/src/Makefile.am,
14305         plugins/project-wizard/templates/wxwin.wiz,
14306         plugins/project-wizard/templates/xlib-dock.wiz,
14307         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14308         wizards and updated .wiz files to install them in newly created
14309         projects.
14311 2005-07-16 Naba Kumar  <naba@gnome.org>
14313         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14314         
14315         * plugins/file-manager/an_file_view.c,
14316         plugins/file-manager/plugin.c: Added file manager preferences to
14317         show/hide files ignored by version control (e.g. cvsignore).
14318         
14319         * plugins/editor/text_editor.c: Initialize vfs info struct.
14320         
14321         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14322         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14323         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14324         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14325         omf-install/.cvsignore, pixmaps/.cvsignore,
14326         plugins/file-manager/anjuta-file-manager-plugin.glade,
14327         scintilla/.cvsignore, scintilla/include/.cvsignore,
14328         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14329         tagmanager/python.c: Updated.
14331 2005-07-16 Naba Kumar  <naba@gnome.org>
14333         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14334         Fixed python parser to parser class methods.
14336 2005-07-15 Naba Kumar  <naba@gnome.org>
14338         * plugins/project-wizard/property.c: Used parenthesis to remove
14339         ambiguty.
14340         
14341         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14342         plugins/project-wizard/templates/gcj.wiz,
14343         plugins/project-wizard/templates/gnome.wiz,
14344         plugins/project-wizard/templates/gtk.wiz,
14345         plugins/project-wizard/templates/gtkmm.wiz,
14346         plugins/project-wizard/templates/java.wiz,
14347         plugins/project-wizard/templates/python.wiz,
14348         plugins/project-wizard/templates/terminal.wiz,
14349         plugins/project-wizard/templates/wxwin.wiz,
14350         plugins/project-wizard/templates/xlib-dock.wiz,
14351         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14352         and names.
14354 2005-07-15 Naba Kumar  <naba@gnome.org>
14356         * plugins/project-wizard/templates/java.wiz,
14357         plugins/project-wizard/templates/java/Makefile.am,
14358         plugins/project-wizard/templates/java/project.anjuta,
14359         plugins/project-wizard/templates/python.wiz,
14360         plugins/project-wizard/templates/python/Makefile.am,
14361         plugins/project-wizard/templates/python/project.anjuta: Use different
14362         project files for java and python module where debugger is not
14363         included in the list of plugins.
14365 2005-07-15 Naba Kumar  <naba@gnome.org>
14367         * configure.in, plugins/project-wizard/templates/Makefile.am,
14368         plugins/project-wizard/templates/gcj-logo.png,
14369         plugins/project-wizard/templates/gcj.wiz,
14370         plugins/project-wizard/templates/gcj/.cvsignore,
14371         plugins/project-wizard/templates/gcj/Makefile.am,
14372         plugins/project-wizard/templates/gcj/configure.in.tpl,
14373         plugins/project-wizard/templates/gcj/src/.cvsignore,
14374         plugins/project-wizard/templates/gcj/src/Makefile.am,
14375         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14376         plugins/project-wizard/templates/java-logo.png,
14377         plugins/project-wizard/templates/java.wiz,
14378         plugins/project-wizard/templates/java/configure.in.tpl,
14379         plugins/project-wizard/templates/java/po/Makefile.am,
14380         plugins/project-wizard/templates/java/po/POTFILES.in,
14381         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14382         plugins/project-wizard/templates/java/src/main.java,
14383         plugins/project-wizard/templates/python-logo.png,
14384         plugins/project-wizard/templates/python.wiz,
14385         plugins/project-wizard/templates/python/.cvsignore,
14386         plugins/project-wizard/templates/python/Makefile.am,
14387         plugins/project-wizard/templates/python/configure.in.tpl,
14388         plugins/project-wizard/templates/python/po/.cvsignore,
14389         plugins/project-wizard/templates/python/po/Makefile.am,
14390         plugins/project-wizard/templates/python/po/POTFILES.in,
14391         plugins/project-wizard/templates/python/src/.cvsignore,
14392         plugins/project-wizard/templates/python/src/Makefile.am,
14393         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14394         plugins/project-wizard/templates/python/src/main.py: Added Generic
14395         gcj and python project wizards. Fixed Generic java project to
14396         use _JAVA primary. Update gnome-build from cvs for them to work
14397         correctly.
14399 2005-07-12 Naba Kumar  <naba@gnome.org>
14401         * plugins/project-manager/plugin.c: Automatically determine
14402         project backend by probing.
14403         
14404 2005-07-04 Naba Kumar  <naba@gnome.org>
14406         * Makefile.am: Do not install old anjuta.glade file which conflicts
14407         with newer src/anjuta.glade.
14409 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14411         * plugins/an_symbol_prefs.c:
14412         Sort list of available symbol files
14414 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14416         * plugins/build-basic-autotools.c:
14417         Fixed #307810
14418         
14419         * plugins/gtodo/libgtodo.c:
14420         Possible fix for #307800
14422         * libanjuta/anjuta-encodings.c
14423         libanjuta/anjuta-launcher.c
14424         libanjuta/anjuta-preference-dialog.c
14425         libanjuta/anjuta-preferences.c
14426         libanjuta/anjuta-ui.c
14427         libanjuta/anjuta-util.c
14428         libanjuta/cell-renderer-captioned-image.c
14429         libanjuta/plugin.c:
14430         
14431         Patch from de_lupus@pandora.be (Kristof Vansant):
14432         Replaced deprecated gnome-i18n.h
14433         Closed #309153
14435 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14436         
14437         * plugins/subversion/anjuta-subversion.glade
14438         plugins/subversion/anjuta-subversion.ui
14439         plugins/subversion/plugin.c
14440         plugins/subversion/subversion-actions.c
14441         plugins/subversion/subversion-callbacks.h
14442         plugins/subversion/subversion-callbacks.c
14443         plugins/subversion/svn-backend-priv.h
14444         plugins/subversion/svn-backend.h
14445         plugins/subversion/svn-backend.c
14446         plugins/subversion/svn-thread.h
14447         plugins/subversion/svn-thread.c:
14448         
14449         Implemented Subversion diff
14450         
14451 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14452         
14453         * plugins/build-basic-autotools/build-basic-autotools.c:
14454         Fixed crash bug! Might be useful to release 2.0.2 soon
14455         because this bug will crash any build which produces errors
14456         or warnings
14458 === Anjuta 2.0.1 ===
14460 2005-06-27 Naba Kumar  <naba@gnome.org>
14462         * plugins/tools/execute.c: Formated code.
14463         
14464 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14466         * plugins/build-basic-autotools/build-basic-autotools.c:
14467         Remove two memory leaks
14468         Check command output versus untranslated strings too
14470         * plugins/tools/execute.c:
14471         Remove two memory leaks
14472         Check command output versus untranslated strings too
14473         Remove description message
14475         * plugins/tools/fileop.c:
14476         Escape tool name in xml configuration file
14478 2005-05-26 Naba Kumar  <naba@gnome.org>
14480         * configure.in: Bumped version to 2.0.1
14481         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14483         * plugins/tools/execute.c: Fixed clickable messages.
14484         * NEWS: Updated.
14486         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14487         Deactivate glade plugin when last glade project is closed. Reorder
14488         glade widgets in layout. Change glade project when user selects a
14489         new project. Removed project from the list when user closes it. Fixed
14490         glade project file loading from URI. Save and restored loaded glade
14491         projects in/from session.
14493         * plugins/class-gen/action-callbacks.c,
14494         plugins/class-gen/anjuta-class-gen-plugin.glade,
14495         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14496         plugins/file-wizard/anjuta-file-wizard.glade,
14497         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14498         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14499         "Add to project" correctly. Use the source file path returned after
14500         adding to project. Fixed memory leaks. Deactivate wizard plugins
14501         after use.
14502         
14503         * plugins/project-manager/plugin.c,
14504         plugins/project-wizard/anjuta-project-wizard.glade,
14505         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14506         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14507         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14508         project-wizard preference page to anjuta app, because they are
14509         more appropriated as general preferences. Renamed username and
14510         useremail properties keys.
14511         
14512         * po/POTFILES.in: Updated.
14514         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14515         saved at closing.
14516         
14517         * plugins/file-loader/plugin.c: Do not use static variable to store
14518         created submenu in factory. Fixed crash in anjuta exit.
14519         
14520 2005-05-24 Naba Kumar  <naba@gnome.org>
14522         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14523         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14524         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14525         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14526         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14527         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14528         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14529         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14530         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14531         
14532         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14533         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14534         plugins/build-basic-autotools/build-basic-autotools.c,
14535         plugins/build-basic-autotools/build-basic-autotools.h,
14536         plugins/build-basic-autotools/executer.c,
14537         plugins/build-basic-autotools/executer.h,
14538         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14539         plugins/tools/variable.c: Added an extra argument to
14540         anuta_util_dialog_input() to pass default value. Save/load project
14541         configure and execution parameters in/from session.
14543         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14544         symbol browser is loaded.
14545         
14546         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14547         freeze/thaw.
14549         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14550         deactivate would not start shell.
14552 2005-05-24 Naba Kumar  <naba@gnome.org>
14554         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14555         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14556         libegg/egg-submenu-action.c, libegg/test-actions.c,
14557         plugins/build-basic-autotools/build-basic-autotools.c,
14558         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14559         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14560         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14561         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14562         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14563         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14564         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14565         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14566         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14567         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14569 2005-05-24 Naba Kumar  <naba@gnome.org>
14571         * data/properties/styles.properties: Fixed defalt font.
14573         * plugins/editor/search-replace.c,
14574         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14575         project openness wihtout activating project-manager plugin (i.e.
14576         using anjuta_shell_get()).
14577         
14578         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14579         - Completed add_source(), add_group() and add_target() methods of
14580         IAnjutaProjectManager.
14581         - Change their definition to return the added element (or NULL).
14582         - Used interface API for project main menus and 'add to project'
14583         from file-manager context menu.
14584         - Select proper default target/group when prompting for adding
14585         source/target/group.
14586         - Do not expand all nodes in selection tree when default selection
14587         are given (eases navigation in big projects).
14588         - Code clean ups.
14589         - Marked strings for translation.
14591 2005-05-23 Naba Kumar  <naba@gnome.org>
14593         * src/anjuta-app.c: Save menu accelerators on change.
14594         * NEWS: Updated.
14595         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14596         save-as dialog (leading to crash later).
14598 2005-05-22 Naba Kumar  <naba@gnome.org>
14600         * NEWS: Updated.
14601         * AUTHORS: Added developers for other projects. Updated.
14602         * TODO.tasks: Updated.
14603         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14604         
14605 2005-05-22 Naba Kumar  <naba@gnome.org>
14607         * plugins/tools/execute.c: Make parsable lines distinct by adding
14608         a "Click me" description in the message. Allow tools to open arbibrary
14609         file in editory using gdb-styled annotation (The line starts with two
14610         \032 characters followed by the file:line).
14611         
14612         * plugins/tools/scripts/prepare-changelog.pl,
14613         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14614         ChangeLog file itself and open it.
14616 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14618         * plugins/tools/execute.c:
14619         Parse output in message pane
14620         Correct a crash on plugin deactivation
14622         * plugins/tools/fileop.c,
14623         plugins/tools/tool.c,
14624         plugins/tools/tool.h:
14625         Load only valid tools
14627 2005-06-21  Naba Kumar  <naba@gnome.org>
14629         * anjuta.spec.in: Fixed devel package requirement.
14631         * plugins/message-view/message-view.c: Scroll message on next/previous.
14633         * TODO.tasks: Updated.
14635         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14636         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14637         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14638         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14639         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14640         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14641         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14642         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14644         * libanjuta/anjuta-preferences.c,
14645         plugins/build-basic-autotools/build-basic-autotools.c,
14646         plugins/build-basic-autotools/executer.c,
14647         plugins/class-gen/action-callbacks.c,
14648         plugins/class-gen/action-callbacks.h,
14649         plugins/class-gen/class_gen.c,
14650         plugins/cvs-plugin/cvs-interface.c,
14651         plugins/debug-manager/attach_process.c,
14652         plugins/debug-manager/plugin.c,
14653         plugins/debug-manager/utilities.c,
14654         plugins/debug-manager/utilities.h,
14655         plugins/editor/aneditor-autocomplete.cxx,
14656         plugins/editor/aneditor.cxx,
14657         plugins/editor/search-replace.c,
14658         plugins/editor/search-replace_backend.c,
14659         plugins/gdb/breakpoints.c,
14660         plugins/gdb/registers.c,
14661         plugins/patch/plugin.c,
14662         plugins/project-wizard/druid.c,
14663         plugins/project-wizard/install.c,
14664         plugins/subversion/plugin.c,
14665         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14666         codes.
14668         * plugins/class-gen/action-callbacks.c,
14669         plugins/project-wizard/parser.c,
14670         plugins/project-wizard/property.c,
14671         plugins/project-wizard/values.c,
14672         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14674         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14675         alphabetically
14677 2005-06-20  Naba Kumar  <naba@gnome.org>
14679         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14680         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14681         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14682         
14683         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14684         exit idle function.
14685         
14686         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14687         Fixed possible memory corruption.
14689         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14690         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14691         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14692         progress bar increment and added progress status for symbol refresh
14693         and project loading.
14694         
14695         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14696         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14697         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14698         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14699         bar.
14701         * TODO.tasks: Updated.
14703 2005-06-19  Naba Kumar  <naba@gnome.org>
14705         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14706         Fixed warning.
14707         
14708         * plugins/project-import/project-import.c: Deactivate plugin when done.
14709         
14710 2005-06-18  Naba Kumar  <naba@gnome.org>
14712         * plugins/profile-default/plugin.c: Fixed error when loading another
14713         project while a project is still loaded.
14714         
14715         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14716         signal from gnome-build to popup group properties.
14717         
14718         * src/anjuta.c: Load default session by default.
14720         * po/POTFILES.in: Added missing files.
14721         
14722         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14723         activate plugin on load (activate it separately). Connect to activate
14724         and deactivate signals for housekeeping, so that if plugins are
14725         activated or deactivate externally, they are properly recorded.
14726         
14727         * plugins/profile-default/plugin.c: Save profile before a project
14728         is loaded so that it could be restored when project is closed.
14729         
14730         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14732 2005-06-17  Naba Kumar  <naba@gnome.org>
14734         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14735         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14736         for project. The plugins loaded for the project is restored when project
14737         is loaded next time.
14738         
14739         * TODO.tasks: Updated.
14740         
14741 2005-06-15  Naba Kumar  <naba@gnome.org>
14743         * plugins/tools/scripts/find-fixmes.pl,
14744         (new) plugins/tools/scripts/translation-status.pl,
14745         plugins/tools/scripts/tools-2.xml.in,
14746         plugins/tools/scripts/Makefile.am,
14747         plugins/tools/scripts/prepare-changelog.pl: Added translation
14748         status script. Completed find-fixmes.pl script. Fixed bugs.
14750         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14751         tool path.
14753 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14755         * plugins/message-view/anjuta-message-manager-plugin.glade :
14756         renamed "messages.tag.position" to "messages.tab.position".
14757         plugins/message-view/anjuta-msgman.c : 
14758         Messages tab position prefrences.
14759         
14760 2005-06-14  Naba Kumar  <naba@gnome.org>
14762         * (new) plugins/tools/scripts/find-fixmes.pl,
14763         (new) plugins/tools/scripts/tools-2.xml.in,
14764         (new) plugins/tools/scripts/Makefile.am,
14765         (new) plugins/tools/scripts/prepare-changelog.pl,
14766         plugins/tools/plugin.h, plugins/tools/fileop.c,
14767         plugins/tools/Makefile.am, configure.in: Added system tools.
14769 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14771         * plugins/tools/editor.c:
14772         Take care of creating .anjuta directory if missing
14774 2005-06-10  Naba Kumar  <naba@gnome.org>
14776         * configure.in: Increased gnome-build required to version 0.1.2.
14777         
14778         * plugins/project-manager/plugin.c: Fixed target/group removal.
14779         Fixed memory leaks.
14780         
14781 2005-06-10  Naba Kumar  <naba@gnome.org>
14783         * plugins/project-manager/plugin.c: Implemented target/group
14784         configuration (update gnome-build module from cvs).
14785         
14786 2005-06-07  Naba Kumar  <naba@gnome.org>
14788         Patch from: Massimo Cora'  <maxcvs@email.it>:
14789         * plugins/class-inheritance/Makefile.am,
14790         plugins/class-inheritance/class-inherit.c,
14791         plugins/class-inheritance/class-inherit.h,
14792         plugins/class-inheritance/plugin.c,
14793         plugins/class-inheritance/plugin.h,
14794         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14795         expanded view of classes in hierarchy canvas (collapsable again).
14796         
14797 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14799         * scintilla/patches/scintilla-64-bit.diff (added)
14800         * plugins/patch/patch-plugin.c:
14801         Conditional build for GTK 2.4 and GTK 2.6
14803 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14805         * plugins/tools/anjuta-tools.glade,
14806         plugins/tools/editor.c,
14807         plugins/tools/plugin.h,
14808         plugins/tools/fileop.c:
14809         Add a check box to edit an user script
14810         Correct a few memory leak
14812         * plugins/tools/execute.c,
14813         plugins/tools/tool.c,
14814         plugins/tools/tool.h:
14815         Move utility remove_mnemonic function in tool.c
14816         Small fix
14818 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14820         Patch from sbrabec@suse.cz:
14821         * configure.in
14822         scintilla/include/Scintilla.h:
14823         
14824         Fix 64-Bit warnings in gcc 4
14826 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14827         
14828         * plugins/patch/patch_plugin.c
14829         plugins/patch/patch.h
14830         plugin/patch/patch-plugin.glade
14831         plugin/patch/Makefile.am:
14832         
14833         Changed patch plugin to use libglade and new gtk 2.6 widgets
14835 2005-05-31  Naba Kumar  <naba@gnome.org>
14837         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14838         * plugins/editor/text_editor.c: Don't show error
14839         for empty files.
14840         
14841 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14842         
14843         * plugins/message-view/anjuta-message-manager.ui,
14844         plugins/message-view/anjuta-msgman.c,
14845         plugins/message-view/anjuta-msgman.h,
14846         plugins/message-view/message-view.c,
14847         plugins/message-view/message-view.h,
14848         plugins/message-view/plugin.c:
14849         Add a popup menu in messages panes
14850         Move save message pane option in it
14852 2005-05-28  Naba Kumar  <naba@gnome.org>
14854         * data/properties/styles.properties: Fixed default font
14855         names and sizes.
14857         * plugins/editor/style-editor.c: cleanup.
14858         
14859 2005-05-25  Naba Kumar  <naba@gnome.org>
14861         * plugin/gdb/plugin.c: Start gdb even if the program does
14862         not exists. Fixes bug #305074
14863         
14864 2005-05-24  Naba Kumar  <naba@gnome.org>
14866         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14867         * configure.in: graphviz pkgconfig path.
14869 2005-05-24  Naba Kumar  <naba@gnome.org>
14871         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14872         * TODO.tasks: Updated.
14873         
14874 2005-05-22  Naba Kumar  <naba@gnome.org>
14876         * anjuta.spec.in: Fixed spec file
14877         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14879 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14880         
14881         * TODO.tasks: Updated.
14883         * plugins/message-view/anjuta-message-manager.ui,
14884         plugins/message-view/message-view.c,
14885         plugins/message-view/message-view.h,
14886         plugins/message-view/plugin.c:
14887         Add shortcut for next and previous message
14888         Add a save message menu item
14889         Fix a bug in previous message
14891 2005-05-21  Naba Kumar  <naba@gnome.org>
14893         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14894         doc/Makefile.am, global-tags/create_global_tags.sh,
14895         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14896         and rpm package creation. Fixed installation paths.
14897         
14898         * plugins/editor/anjuta-document-manager.glade,
14899         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14900         and indent options.
14901         
14902         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14904 2005-05-21  Naba Kumar  <naba@gnome.org>
14906         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14907         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14908         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14909         tagmanager/Makefile.am: Fixed paths configure variables to take
14910         automake configure variables instead of hardcoding.
14912         * global-tags/tm_global_tags.c: Formated code.
14914         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14915         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14916         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14917         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14918         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14919         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14920         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14921         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14922         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14924 2005-05-20  Naba Kumar  <naba@gnome.org>
14926         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14927         and fixed rpm spec file (more testing required).
14928         
14929         * data/gdb.init: Don't set gdb prompt.
14930         
14931         * mime/Makefile.am: run update-mime-data only on system-wide install.
14932         
14933         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14935 2005-05-19  Naba Kumar  <naba@gnome.org>
14937         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14938         while it's not visible.
14940         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14941         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14942         
14943 2005-05-19  Naba Kumar <naba@gnome.org>
14945         * configure.in: Fixed subversion checks. Added
14946         --disable-plugin-subversion and --disable-plugin-glade
14947         configure flags to manually turn off their plugin builds.
14949         * plugins/editor/plugin.c: Save and restore current editor line
14950         positions in session.
14952 2005-05-18  Naba Kumar  <naba@gnome.org>
14954         * AUTHORS: Fixed email address.
14955         
14956         * libanjuta/anjuta-utils.c,
14957         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14958         when the projectmanager toplevel is not a window. Check for valid
14959         gtkwindow type before using the passed window as parent for anjuta
14960         dialogs.
14962 2005-05-17  Naba Kumar  <naba@gnome.org>
14964         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14965         
14966         * plugins/cvs-plugin/Makefile.am,
14967         plugins/devhelp/plugin.c,
14968         plugins/file-loader/Makefile.am,
14969         plugins/macro/Makefile.am,
14970         plugins/message-view/Makefile.am,
14971         plugins/patch/Makefile.am,
14972         plugins/project-manager/Makefile.am,
14973         plugins/subversion/Makefile.am,
14974         plugins/symbol-browser/Makefile.am: Removed -module flags
14975         from libtool flags
14977         * MAINTAINERS: Added file so that I could recieve bugzilla
14978         reports.
14980         * plugins/glade/plugin.c: Fixed compile error.
14982 === Anjuta 2.0.0 ===
14984 2005-05-15  Naba Kumar  <naba@gnome.org>
14986         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14987         version to 2.0.0.
14989         * plugins/symbol-browser/an_symbol_view.c,
14990         plugins/symbol-browser/plugin.c,
14991         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14992         symbols have been updated. Reset file symbols when update
14993         occurs. Fixed memory leaks.
14995         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14996         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14997         
14998 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15000         * plugins/tools/anjuta-tools.glade:
15001         Remove unused parameter dialog
15003         * plugins/tools/dialog.c,
15004         plugins/tools/fileop.c,
15005         plugins/tools/fileop.h,
15006         plugins/tools/tool.c,
15007         plugins/tools/tool.h,
15008         plugins/tools/variable.c:
15009         Add a few comments and cleanups
15011         * plugins/tools/editor.c,
15012         plugins/tools/editor.h:
15013         Remove code from previous plugin and add comments
15014         Use main window as parent (instead of tool list)
15016         * plugins/tools/execute.c,
15017         plugins/tools/execute.h:
15018         Remove code from previous plugin and add comments
15019         Fix warnings
15021 2005-05-14  Naba Kumar  <naba@gnome.org>
15023         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15024         release.
15025         
15026         * configure.in: Fixed
15027         
15028         * plugins/class-inheritance/class-inheritance.png: New icon.
15029         
15030         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15031         screws up when reparented.
15033 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15035         * plugins/editor/search-replace.c,
15036         plugins/editor/search-replace_backend.c
15037         plugins/project-manager/plugin.c : Clear find pane if searching same 
15038         expression. Clean code.
15040 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15042         * configure.in: Added ne in ALL_LINGUAS
15043         
15044 2005-05-13  Naba Kumar  <naba@gnome.org>
15046         * configure.in: Fixed glade-3 version.
15047         
15048         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15049         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15050         plugins/gdb/watch.c: Update locals, watch and frame document on
15051         frame change.
15053 2005-05-12  Naba Kumar  <naba@gnome.org>
15055         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15056         scope autocompletion when the function definition is incomplete.
15057         
15058         * plugins/class-gen/anjuta-class-gen.plugin.in,
15059         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15060         plugins/gdb/plugin.c,
15061         plugins/glade/anjuta-glade.plugin.in,
15062         plugins/project-import/anjuta-project-import.plugin.in,
15063         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15064         titles for the wizards.
15066 2005-05-11  Naba Kumar  <naba@gnome.org>
15068         * configure.in, plugins/debug-manager/Makefile.am,
15069         plugins/debug-manager/plugin.c,
15070         (added) plugins/debug-manager/images/.cvsignore,
15071         (added) plugins/debug-manager/images/Makefile.am,
15072         (added) plugins/debug-manager/images/detach-16.png,
15073         (added) plugins/debug-manager/images/detach.png,
15074         (added) plugins/debug-manager/images/step-into-16.png,
15075         (added) plugins/debug-manager/images/step-into.png,
15076         (added) plugins/debug-manager/images/step-out-16.png,
15077         (added) plugins/debug-manager/images/step-out.png,
15078         (added) plugins/debug-manager/images/step-over-16.png,
15079         (added) plugins/debug-manager/images/step-over.png,
15080         plugins/gdb/Makefile.am,
15081         plugins/gdb/breakpoints.c,
15082         plugins/gdb/plugin.c,
15083         (added) plugins/gdb/images/.cvsignore,
15084         (added) plugins/gdb/images/Makefile.am,
15085         (added) plugins/gdb/images/breakpoint.png,
15086         (added) plugins/gdb/images/locals.png,
15087         (added) plugins/gdb/images/stack.png,
15088         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15089         'remove all'. Added debugger icons.
15091         * plugins/editor/text_editor.c: Fixed file monitor.
15093         Patch from: Massimo Cora'  <maxcvs@email.it>
15094         * plugins/patch/anjuta-patch-plugin.png,
15095         plugins/class-gen/Makefile.am,
15096         plugins/class-gen/action-callbacks.c,
15097         plugins/class-gen/class_gen.c,
15098         plugins/class-gen/class_logo.xpm: Implemented vcs
15099         file addions. New icons by Fabio Zecchini
15101 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15103         * libanjuta/interfaces/libanjuta.idl
15104         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15105         plugins/editor/search-replace_backend.c
15106         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15108 2005-05-11  Naba Kumar  <naba@gnome.org>
15109         
15110         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15111         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15112         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15113         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15114         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15115         memory leaks.
15116         
15117         * plugins/symbol-browser/an_symbol_prefs.c,
15118         plugins/symbol-browser/an_symbol_search.c,
15119         plugins/symbol-browser/an_symbol_view.c,
15120         plugins/symbol-browser/an_symbol_view.h,
15121         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15123 2005-05-11  Naba Kumar  <naba@gnome.org>
15125         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15126         
15127         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15128         progress bar location at create time, instead of hardcoding.
15129         
15130         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15131         Added mini splash screen.
15132         
15133         * plugins/editor/text_editor.c: Do not produce warning when file
15134         monitor could not be created.
15135         
15136         * plugins/profile-default/plugin.c: Save project session on exit.
15137         Show mini splash with progress bar at profile load.
15139 2005-05-10  Naba Kumar  <naba@gnome.org>
15141         * configure.in, manuals/Makefile.am: Fixed compile flags.
15142         Disable outdated manuals builds.
15143         
15144         * global-tags/Makefile.am: Uninstall tags files on
15145         'make uninstall'
15146         
15147         * libegg/Makefile.am: Use configured deprecated flags.
15148         
15149         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15150         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15151         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15152         Updated.
15153         
15154         * mime/Makefile.am: Take DESTDIR into account.
15155         
15156         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15157         
15158         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15159         on scope autocompletion.
15160         
15161         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15162         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15163         shared libs and static libs paths for debugging. Order them
15164         correctly.
15165         
15166         * po/POTFILES.in: Updated.
15168 2005-05-09  Naba Kumar  <naba@gnome.org>
15170         * libanjuta/interfaces/libanjuta.idl,
15171         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15172         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15173         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15174         Implemented debugger source directory search and emits location changed
15175         signal with absolute path of the file.
15177         * plugins/tools/tool.c: Fixed compile errors.
15178         
15179 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15181         * plugins/tools/anjuta-tools.glade,
15182         plugins/tools/dialog.h,
15183         plugins/tools/dialog.c,
15184         plugins/tools/plugin.c,
15185         plugins/tools/editor.c:
15186         Improve graphical user interface
15187         Remove old code
15188         Correct an error on close
15189         Some cleanups
15191         * plugins/tools/fileop.c,
15192         plugins/tools/tool.h,
15193         plugins/tools/tool.c:
15194         Change the tool internal structure
15195         Support having tools configuration in several places
15197 2005-05-08  Naba Kumar  <naba@gnome.org>
15199         * plugins/gdb/actions.c,
15200         (removed) plugins/gdb/registers_cbs.c,
15201         (removed) plugins/gdb/registers_cbs.h,
15202         (removed) plugins/gdb/registers_gui.c,
15203         (removed) plugins/gdb/sharedlib_cbs.c,
15204         (removed) plugins/gdb/sharedlib_cbs.h,
15205         (removed) plugins/gdb/sharedlib_gui.c,
15206         (removed) plugins/gdb/signals_cbs.c,
15207         (removed) plugins/gdb/signals_cbs.h,
15208         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15210 2005-05-08  Naba Kumar  <naba@gnome.org>
15212         * plugins/build-basic-autotools/executer.c: Fixed programs
15213         listing dialog.
15214         
15215         * plugins/debug-manager/Makefile.am,
15216         plugins/debug-manager/anjuta-debug-manager.glade,
15217         plugins/debug-manager/plugin.c,
15218         plugins/gdb/Makefile.am: Used libglade for programs listing
15219         dialog.
15220         
15221         * (added) plugins/gdb/pointer.png: Stack pointer image.
15222         
15223         * libanjuta/anjuta-marshal.list,
15224         pixmaps/Makefile.am,
15225         plugins/gdb/actions.c,
15226         plugins/gdb/actions.h,
15227         plugins/gdb/anjuta-gdb-plugin.ui,
15228         plugins/gdb/anjuta-gdb.glade,
15229         plugins/gdb/breakpoints.c,
15230         plugins/gdb/breakpoints.h,
15231         plugins/gdb/debug_tree.c,
15232         plugins/gdb/debug_tree.h,
15233         plugins/gdb/debugger.c,
15234         plugins/gdb/debugger.h,
15235         plugins/gdb/gdbmi-test.c,
15236         plugins/gdb/gdbmi.c,
15237         plugins/gdb/gdbmi.h,
15238         plugins/gdb/info.c,
15239         plugins/gdb/info.h,
15240         plugins/gdb/locals.c,
15241         plugins/gdb/locals.h,
15242         plugins/gdb/memory.c,
15243         plugins/gdb/memory.h,
15244         plugins/gdb/plugin.c,
15245         plugins/gdb/plugin.h,
15246         plugins/gdb/registers.c,
15247         plugins/gdb/registers.h,
15248         plugins/gdb/registers_cbs.c,
15249         plugins/gdb/registers_cbs.h,
15250         plugins/gdb/registers_gui.c,
15251         plugins/gdb/sharedlib.c,
15252         plugins/gdb/sharedlib.h,
15253         plugins/gdb/sharedlib_cbs.c,
15254         plugins/gdb/sharedlib_cbs.h,
15255         plugins/gdb/sharedlib_gui.c,
15256         plugins/gdb/signals.c,
15257         plugins/gdb/signals.h,
15258         plugins/gdb/signals_cbs.c,
15259         plugins/gdb/signals_cbs.h,
15260         plugins/gdb/signals_gui.c,
15261         plugins/gdb/stack_trace.c,
15262         plugins/gdb/stack_trace.h,
15263         plugins/gdb/utilities.c,
15264         plugins/gdb/utilities.h,
15265         plugins/gdb/watch.c,
15266         plugins/gdb/watch.h,
15267         plugins/gdb/watch_cbs.c,
15268         plugins/gdb/watch_cbs.h,
15269         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15270         it for all debugger component updates and listing. Implemented
15271         user custom debugger command window. Fixed all debugger components
15272         to work correctly. Implemented debugger as GObject. Removed
15273         deprecated codes.
15274         
15275 2005-05-06  Naba Kumar  <naba@gnome.org>
15276         
15277         * TODO.tasks: Updated.
15278         
15279         * plugins/build-basic-autotools/Makefile.am,
15280         plugins/file-loader/Makefile.am,
15281         plugins/profile-default/Makefile.am,
15282         plugins/sample1/Makefile.am,
15283         plugins/symbol-browser/images/Makefile.am,
15284         src/Makefile.am: Fixed 'make distcheck' errors.
15286         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15287         updates.
15289         * tagmanager/tm_workspace.c: Include prototypes in getting
15290         scope members.
15292 2005-05-06  Naba Kumar  <naba@gnome.org>
15294         * TODO.tasks: Updated.
15295         
15296         * configure.in, plugins/cvs-plugin/Makefile.am,
15297         plugins/debug-manager/Makefile.am,
15298         plugins/devhelp/Makefile.am,
15299         plugins/editor/Makefile.am,
15300         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15301         
15302         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15303         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15304         interfaces.
15305         
15306         * tagmanager/tm_workspace.c,
15307         tagmanager/include/tm_workspace.h,
15308         plugins/editor/aneditor-autocomplete.cxx,
15309         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15310         to return all matching tag types when no name is given instead of
15311         returning empty array.
15312         
15313         * plugins/symbol-browser/Makefile.am,
15314         (added) plugins/symbol-browser/an_symbol.c,
15315         (added) plugins/symbol-browser/an_symbol.h,
15316         plugins/symbol-browser/an_symbol_info.c,
15317         plugins/symbol-browser/an_symbol_info.h,
15318         (added) plugins/symbol-browser/an_symbol_iter.c,
15319         (added) plugins/symbol-browser/an_symbol_iter.h,
15320         plugins/symbol-browser/an_symbol_search.c,
15321         plugins/symbol-browser/an_symbol_view.c,
15322         plugins/symbol-browser/an_symbol_view.h,
15323         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15324         plugins/symbol-browser/plugin.c,
15325         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15326         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15327         plugin and implemented IAnjutaIterable interface for symbol search
15328         and iteration.
15330         * plugins/class-inheritance/Makefile.am,
15331         plugins/class-inheritance/class-inherit.c,
15332         plugins/class-inheritance/class-inherit.h,
15333         plugins/class-inheritance/plugin.h: Use the newly added
15334         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15335         get rid of libanjuta-ctags.la dependencies.
15337 2005-05-02  Naba Kumar  <naba@gnome.org>
15339         * plugins/class-inheritance/class-inherit.c,
15340         plugins/class-inheritance/plugin.c,
15341         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15342         be found for a class. Formated code.
15344         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15345         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15346         of editor tabs.
15347         
15348 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15350         * libanjuta/anjuta-launcher.c:
15351         Keep trying sending data until all bytes have been written
15353         * plugins/tools/anjuta-tools.glade,
15354         plugins/tools/editor.c:
15355         Add a combo box to defined data from stdin
15357         * plugins/tools/execute.c:
15358         Send data in stdin if needed
15359         Code cleanups
15361         * plugins/tools/fileop.c,
15362         plugins/tools/tool.h,
15363         plugins/tools/tool.c:
15364         Store, load and save stdin data
15365         Use tools-2.xml instead of tools.xml
15367         * plugins/tools/plugin.c,
15368         plugins/tools/plugin.h:
15369         Code cleanups
15371         * plugins/tools/dialog.c,
15372         plugins/tools/dialog.h:
15373         Few code cleanups
15375         * plugins/tools/variable.c,
15376         plugins/tools/variable.h:
15377         Add editor related variables
15378         Code cleanups
15380 2005-04-29  Naba Kumar  <naba@gnome.org>
15382         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15384         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15385         
15386         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15387         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15388         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15389         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15390         working on gdb MI interface. Completed MI parser interface.
15392         Patch from  Massimo Cora <maxcvs@email.it>:
15393         * plugins/class-inheritance/Makefile.am,
15394         plugins/class-inheritance/class-inherit.c,
15395         plugins/class-inheritance/class-inherit.h,
15396         plugins/class-inheritance/plugin.c,
15397         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15398         Used system theme for colors. Display class members on mouse click.
15399         
15400 2005-04-28  Naba Kumar  <naba@gnome.org>
15402         * plugins/symbol-browser/an_symbol_prefs.c
15403         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15404         implementation to create/add/remove custom tags files in symbol
15405         brower preferences.
15407         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15408         EXTRA_DIST.
15410         * plugins/project-import/project-import.c: Fixed memory leaks and
15411         use correct debug prints.
15412         
15413         * TODO.tasks: Updated.
15414         
15415 2005-04-27  Naba Kumar  <naba@gnome.org>
15417         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15418         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15419         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15421         * plugins/editor/anjuta-docman.c,
15422         plugins/editor/anjuta-docman.h,
15423         plugins/editor/plugin.c: Emit editor-added signal from docman
15424         and connect signals to new editor correctly.
15426         * plugins/class-inheritance/plugin.c,
15427         plugins/symbol-browser/plugin.c: Added stock icons.
15428         
15429         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15430         plugins/build-basic-autotools/executer.c,
15431         plugins/build-basic-autotools/executer.h: Added missing files
15432         for the execute programs implementation.
15434 2005-04-26  Naba Kumar  <naba@gnome.org>
15435         
15436         * TODO.tasks: Updated.
15438         * plugins/file-loader/plugin.c,
15439         plugins/project-import/anjuta-project-import.plugin.in,
15440         plugins/project-import/plugin.c,
15441         plugins/project-import/project-import.c,
15442         plugins/project-import/project-import.h: Be able to import older
15443         anjuta projects.
15445 2005-04-26  Naba Kumar  <naba@gnome.org>
15447         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15448         removing it from the shell.
15450         * libanjuta/anjuta-shell.c,
15451         libanjuta/anjuta-shell.h,
15452         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15453         so that widget additions are freezed or thaw using a pending queue.
15454         Fixded UI flicker while loading projects.
15456 2005-04-26  Naba Kumar  <naba@gnome.org>
15458         * TODO.tasks: Updated.
15459         
15460         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15461         IAnjutaBuildable interface.
15462         
15463         * plugins/build-basic-autotools/Makefile.am,
15464         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15465         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15466         plugins/build-basic-autotools/build-basic-autotools.c,
15467         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15468         interface and UI for executing project/file programs. Implemented
15469         IAnjutaFile interface so that executables could be opened directly.
15470         
15471         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15472         Authors line (Reserved for external plugins, which do not have a way to
15473         show their credits).
15474         
15475         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15476         [File Loader] group for menu labels (default to "Name" if it is not
15477         defined.
15478         
15479         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15480         for executing external commands.
15482 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15484         * plugins/project-wizard/property.c:
15485         Correct a memory leak
15487         * libanjuta/interfaces/libanjuta.idl,
15488         plugins/editor/text_editor.c:
15489         Add erase_all and replace_selection function to IAnjutaEditor
15491         * plugins/tools/anjuta-tools.glade,
15492         plugins/tools/fileop.c,
15493         plugins/tools/editor.c,
15494         plugins/tools/tool.c
15495         plugins/tools/tool.h:
15496         Add shortcut and icon 
15498         * plugins/tools/variable.c,
15499         plugins/tools/variable.h:
15500         Add a variable asking parameters at run time
15502         * plugins/tools/execute.c:
15503         Add a warning message for missing document manager
15504         Add replace buffer and replace selection output
15505         Correct an error in popup output
15507         * plugins/tools/plugin.c,
15508         plugins/tools/plugin.h,
15509         plugins/tools/anjuta-tools.ui,
15510         src/anjuta.ui:
15511         Few clean up
15512         Attach tools menu to a new place
15514 2005-04-25  Naba Kumar  <naba@gnome.org>
15516         * libanjuta/plugins.c, src/about.c, src/about.h,
15517         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15518         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15519         plugins (about box for plugins) menu.
15521 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15523         *  plugins/editor/search-replace.c :
15524         Displayed full path in Search pane window. 
15525         Bug 300231 : Selected line in Search pane window .
15526                 
15527 2005-04-23  Naba Kumar  <naba@gnome.org>
15529         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15531 2005-04-22  Naba Kumar  <naba@gnome.org>
15533         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15534         
15535         * plugins/project-wizard/templates/java.wiz,
15536         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15537         to create bytecodes (.class) files.
15538         
15539         * plugins/symbol-browser/an_symbol_info.c,
15540         plugins/symbol-browser/an_symbol_info.h,
15541         plugins/symbol-browser/an_symbol_search.c,
15542         plugins/symbol-browser/an_symbol_view.c,
15543         plugins/symbol-browser/plugin.c,
15544         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15545         in file symbol list.
15547 2005-04-22  Naba Kumar  <naba@gnome.org>
15549         * TODO.tasks: Updated.
15550         
15551         * plugins/class-inheritance/Makefile.am,
15552         plugins/subversion/Makefile.am: Do not install plugin files when
15553         plugin build condition is false.
15554         
15555         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15556         plugins/build-basic-autotools/build-basic-autotools.c,
15557         plugins/build-basic-autotools/build-basic-autotools.h,
15558         plugins/file-loader/anjuta-loader-plugin.ui,
15559         plugins/file-loader/dnd.c,
15560         plugins/file-loader/plugin.c,
15561         plugins/file-loader/plugin.h,
15562         plugins/project-manager/anjuta-project-manager.ui,
15563         plugins/project-manager/plugin.c: Added open file and build context
15564         menu in project manager context menu.
15566 2005-04-22  Naba Kumar  <naba@gnome.org>
15568         * configure.in: Added message output showing conditional plugins to
15569         build or not.
15570         
15571         * src/layout.xml: Added layout for class-inheritance plugin widget.
15572         
15573         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15574         plugin name to remove redundant terms.
15575         
15576         * TODO.tasks: Updated.
15577         
15578         * configure.in,
15579         plugins/symbol-browser/Makefile.am,
15580         plugins/symbol-browser/an_symbol_view.c,
15581         (removed) plugins/symbol-browser/sv_class.xpm,
15582         (removed) plugins/symbol-browser/sv_function.xpm,
15583         (removed) plugins/symbol-browser/sv_macro.xpm,
15584         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15585         (removed) plugins/symbol-browser/sv_private_var.xpm,
15586         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15587         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15588         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15589         (removed) plugins/symbol-browser/sv_public_var.xpm,
15590         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15591         (removed) plugins/symbol-browser/sv_static_var.xpm,
15592         (removed) plugins/symbol-browser/sv_struct.xpm,
15593         (removed) plugins/symbol-browser/sv_unknown.xpm,
15594         (removed) plugins/symbol-browser/sv_variable.xpm,
15595         (added) plugins/symbol-browser/images/.cvsignore,
15596         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15597         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15598         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15599         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15600         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15601         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15602         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15603         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15604         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15605         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15606         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15607         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15608         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15609         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15610         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15611         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15612         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15613         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15614         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15615         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15616         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15617         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15618         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15619         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15620         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15621         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15622         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15623         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15624         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15625         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15626         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15627         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15628         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15629         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15630         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15631         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15632         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15633         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15634         pixmaps and added new icons (taken from monodevelop).
15636 2005-04-21  Naba Kumar  <naba@gnome.org>
15638         Patch from  Massimo Cora <maxcvs@email.it>:
15640         * configure.in, plugins/Makefile.am
15641         (new) plugins/class-inheritance/.cvsignore,
15642         (new) plugins/class-inheritance/Makefile.am,
15643         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15644         (new) plugins/class-inheritance/class-inherit.c,
15645         (new) plugins/class-inheritance/class-inherit.h,
15646         (new) plugins/class-inheritance/plugin.c,
15647         (new) plugins/class-inheritance/plugin.h,
15648         (new) plugins/class-inheritance/class-inheritance.png: Added class
15649         inheritance plugin.
15650         
15651         Changes by naba: Added pkgconfig check for graphviz and conditionally
15652         build graphviz.
15653         
15654         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15656 2005-04-20  Naba Kumar  <naba@gnome.org>
15658         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15659         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15660         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15661         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15662         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15663         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15664         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15665         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15666         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15667         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15668         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15669         
15670         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15671         message view management.
15673         * libanjuta/anjuta-children.[ch],
15674         plugins/build-basic-autotools/build-basic-autotools.c,
15675         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15676         Removed anjuta_children_init() function,
15677         because it is done automatically when first invoked. Introduced
15678         anjuta_children_recover() to recover the child signalling. Fixed
15679         child exit management to correctly recover the exit status.
15680         
15681         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15682         to properly shutdown the launcher and to kill the running process
15683         (without emitting any signal).
15684         
15685         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15686         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15687         gdb and program instance.
15689 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15691         * plugins/editor/search-replace.c :
15692         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15694 2005-04-18  Naba Kumar  <naba@gnome.org>
15696         * TODO.tasks: Marked completed items.
15697         
15698         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15699         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15700         plugins/project-manager/plugin.c: Prompt user for the debugging
15701         target (select from a list of project's executable targets) and
15702         correctly start debugger. Take care of libtool wrapping when the
15703         target selected is libtool target. Fixed debugger menu items
15704         sensitivity.
15706 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15708         * plugins/tools/execute.c,
15709         plugins/tools/execute.h:
15710         Implement save all files before running a command
15711         Implement all options for stdout and stderr except replace buffer
15712         Allow running several tools
15714         * plugins/tools/plugin.c:
15715         Move anjuta launcher in execute.c
15717         * plugins/tools/tools.h,
15718         plugins/tools/variable.c:
15719         Small changes
15721 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15723         * plugins/tools/anjuta-tools.glade:
15724         Add new properties in tool editor dialog
15725         Cosmetic improvements
15726         
15727         * plugins/tools/anjuta-tools.ui:
15728         Attach tool menu as a build menu
15730         * plugins/tools/dialog.c:
15731         Set tool menu item sensitivity in tool list
15732         Fix bugs
15734         * plugins/tools/editor.c,
15735         plugins/tools/editor.h,
15736         plugins/tools/fileop.c,
15737         plugins/tools/tool.c,
15738         plugins/tools/tool.h:
15739         Add new properties (active, save file...)
15740         Most of them are still not implemented
15742         * plugins/tools/execute.c,
15743         plugins/tools/execute.h:
15744         Reorganize code to support multiple run
15745         Support run in terminal
15746         
15747         * plugins/tools/plugin.c
15748         plugins/tools/plugin.h:
15749         Move message handling in execute.c
15751         * plugins/tools/variable.h,
15752         plugins/tools/variable.c:
15753         Add useful variables
15754         
15755 2005-04-13  Naba Kumar  <naba@gnome.org>
15757         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15758         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15759         
15760 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15762         * plugins/tools/dialog.c plugins/tools/tool.c :
15763         Fixed bugs.
15765 2005-04-06  Naba Kumar  <naba@gnome.org>
15767         * src/anjuta.c: Load default session only when
15768         "anjuta.session.load.last" preference is enabled.
15769         
15770 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15772         * plugins/tools/Makefile.am,
15773         plugins/tools/variable.c,
15774         plugins/tools/variable.h:
15775         Add new code for handling variables
15777         * plugins/tools/anjuta-tools.glade:
15778         Improve tool editor dialog
15779         Add variable selection dialog
15781         * plugins/tools/dialog.c,
15782         plugins/tools/dialog.h,
15783         plugins/tools/plugin.c,
15784         plugins/tools/plugin.h:
15785         Add variable object
15786         Add a function to get it
15788         * plugins/tools/editor.c:
15789         Add gui code for variable selection dialog
15791         * plugins/tools/execute.c:
15792         Use variables for executing command
15793         
15794         * Naba: Compile warning fixes.
15796 2005-04-06  Naba Kumar  <naba@gnome.org>
15798         * TODO.tasks: Marked completed items.
15799         
15800 2005-04-06  Naba Kumar  <naba@gnome.org>
15802         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15803         compile error.
15804         
15805         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15807 2005-04-04  Naba Kumar  <naba@gnome.org>
15809         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15810         inside Main window.
15811         
15812 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15814         * plugins/tools/Makefile.am,
15815         plugins/tools/anjuta-tools.plugin.in,
15816         plugins/tools/anjuta-tools.ui,
15817         plugins/tools/anjuta-tools.gladei,
15818         plugins/tools/anjuta-tools-plugin.png,
15819         plugins/tools/plugin.c,
15820         plugins/tools/plugin.h,
15821         plugins/tools/dialog.c,
15822         plugins/tools/dialog.h,
15823         plugins/tools/fileop.c,
15824         plugins/tools/fileop.h,
15825         plugins/tools/tool.c,
15826         plugins/tools/tool.h,
15827         plugins/tools/editor.c,
15828         plugins/tools/editor.h,
15829         plugins/tools/execute.c,
15830         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15831         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15832         Not fully working
15834         * anjuta-tools.[ch]: Removed old tools code.
15835         
15836 2005-04-01  Steve Murphy  <murf@e-tools.com>
15838         * configure.in: Added "rw" to ALL_LINGUAS.
15840 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15842         * Modified Files:
15843         manuals/C/anjuta-manual/fileoperations.xml
15844         Added Files:
15845         manuals/C/anjuta-manual/figures/search_expr.png
15846         manuals/C/anjuta-manual/figures/search_expr_basic.png
15847         manuals/C/anjuta-manual/figures/search_file_list.png
15848         manuals/C/anjuta-manual/figures/search_file_pattern.png
15849         manuals/C/anjuta-manual/figures/search_replace.png
15850         manuals/C/anjuta-manual/figures/search_setting.png
15851         manuals/C/anjuta-manual/figures/search_target.png
15852         manuals/C/anjuta-manual/figures/search_target_action.png
15853         manuals/C/anjuta-manual/figures/search_target_in.png
15854         Removed Files:
15855         manuals/C/anjuta-manual/figures/find_files.png
15856         manuals/C/anjuta-manual/figures/find_replace.png
15857         manuals/C/anjuta-manual/figures/find_text.png :
15858         Updated Anjuta manual (File Operations)
15860 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15862         * manuals/C/anjuta-manual/fileoperations.xml,
15863         manuals/C/anjuta-manual/figures/open_file.png,
15864         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15865         manuals/C/anjuta-manual/figures/prefs_print.png,
15866         manuals/C/anjuta-manual/figures/print_dlg.png,
15867         manuals/C/anjuta-manual/figures/print_preview.png.
15868         * Added Files:
15869         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15870         manuals/C/anjuta-manual/figures/display_macro.png,
15871         manuals/C/anjuta-manual/figures/insert_text.png,
15872         manuals/C/anjuta-manual/figures/keyword_macro.png,
15873         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15874         manuals/C/anjuta-manual/figures/save_as_file.png :
15875         Updated Anjuta Manual (File Operations)
15877 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15879         * plugins/editor/action-callbacks.c,
15880           plugins/file-loader/plugin.c,
15881           plugins/gtodo/main.c,
15882           plugins/project-wizard/druid.c:
15883           Fix spelling/grammar errors. Fixes bugs
15884           169068, 169137, 169138, and 169139.
15886 2005-03-21  Naba Kumar  <naba@gnome.org>
15888         Patch from: Massimo Cora' <maxcvs@email.it>:
15889         
15890         * plugins/editor/Makefile.am
15891         plugins/editor/anjuta-docman.c,
15892         (added) plugins/editor/editor-tooltips.c,
15893         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15894         editor tabs to show full path.
15896 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15897         
15898         * plugins/subversion/svn-backend.c:
15899         Removed "apr-0/" from include because this is 
15900         already included in SVN_INCLUDE and broke building if
15901         apr >= 1.0 was installed.
15903 2005-03-18  Naba Kumar  <naba@gnome.org>
15905         Patch from: Massimo Cora' <maxcvs@email.it>:
15907         * plugins/editor/action-callbacks.c,
15908         plugins/editor/aneditor-calltip.cxx,
15909         plugins/editor/aneditor-priv.h,
15910         plugins/editor/aneditor.cxx,
15911         plugins/editor/aneditor.h,
15912         plugins/editor/anjuta-document-manager.ui: Added calltip
15913         activation from menu.
15915 2005-03-16  Naba Kumar  <naba@gnome.org>
15917         Patch from: Massimo Cora' <maxcvs@email.it>:
15918         
15919         * plugins/class-gen/action-callbacks.c,
15920         plugins/class-gen/anjuta-class-gen-plugin.glade,
15921         plugins/class-gen/class_gen.c,
15922         plugins/class-gen/class_gen.h,
15923         plugins/class-gen/class_logo.xpm,
15924         plugins/class-gen/plugin.c: Create files without project
15925         being open. Add to project support. And other enhancements.
15927 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15929         * anjuta.glade,
15930           plugins/debug-manager/utilities.c,
15931           plugins/file-loader/plugin.c,
15932           plugins/gdb/utilities.c,
15933           plugins/profile-default/plugin.c,
15934           plugins/project-import/project-import.c,
15935           src/anjuta-actions.h:
15936           Spelling/grammar fixes.
15938 2005-03-13  Naba Kumar  <naba@gnome.org>
15939         
15940         * plugins/editor/action-callbacks.c,
15941         plugins/editor/action-callbacks.h,
15942         plugins/editor/anjuta-document-manager.ui,
15943         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15944         submenu. Moved menuitems from Format to View->Editor.
15945         
15946         * src/action-callbacks.c, src/action-callbacks.h,
15947         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15948         layout and lock layout menus in View submenu. Get rid of
15949         Settings->Layout Manager menu.
15950         
15951         * plugins/project-import/anjuta-project-import.plugin.in:
15952         Fixed icon name
15954         * global-tags/Makefile.am,
15955         global-tags/create_global_tags.sh,
15956         plugins/editor/aneditor-autocomplete.cxx,
15957         plugins/editor/aneditor-priv.h,
15958         plugins/editor/aneditor.cxx,
15959         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15960         in editor and made it work in global symbols also.
15961         
15962         * src/anjuta-app.c: Always use priority texts besides icons style
15963         for toolbars, because other styles look horible for Anjuta (fixme).
15965 2005-03-11  Naba Kumar  <naba@gnome.org>
15967         * configure.in: Removed test for iconv.
15969         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15970         before scintilla widget is realized.
15971         
15972         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15973         for Update menuitem.
15974         
15975         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15976         already applied in scintilla main stream.
15977         
15978         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15979         and notified scintilla developer.
15980         
15981 2005-03-10  Naba Kumar  <naba@gnome.org>
15983         * src/action-callbacks.c: Removed reference to src/help.h (dead
15984         file).
15986         * plugins/editor/text_editor.c: Removed reference to
15987         src/launcher.h (a dead file).
15989         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15990         src/controls.c, src/controls.h, src/fileselection.c,
15991         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15992         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15993         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15994         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15995         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15996         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15997         Removed these dead files from CVS.
16000 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16002         * plugins/file-wizard/action-callbacks.c : Added error message.
16003         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16006 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16007         
16008         * plugins/cvs-plugin/cvs-callbacks.c
16009         plugins/cvs-plugin/plugin.c:
16010         Fixed preferences page init and busy handling
16011         
16012         * plugins/subversion/plugin.c:
16013         Fixed preferences page init
16015 2005-03-09  Naba Kumar  <naba@gnome.org>
16017         * plugins/Makefile.am, plugins/glade/Makefile.am,
16018         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16019         enabled glade plugin in Anjuta. The plugin is built only when
16020         glade3 is installed.
16021         
16022 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16024         * plugins/project-wizard/templates/java.wiz
16025         plugins/project-wizard/templates/java-logo.png (*)
16026         plugins/project-wizard/templates/java/*
16027         plugins/project-wizard/templates/Makefile.am
16028         configure.in:
16029         
16030         Add Java project type. It generates a autoconf/automake
16031         project which is compiled using gcj. It requires automake 
16032         > 1.4 (1.9 is known to work) to work!
16033         
16034         (*) still awaiting response from the gcj team if we
16035         may use their logo.
16036         
16037 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16038         
16039         * plugins/project-import/*
16040         plugins/Makefile.am
16041         configure.in:
16042         Added project import plugin. Might be a bit buggy and limited
16043         but works for now.
16044         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16045         Icon from old pixmaps dir
16047 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16049         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16050         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16051         Added C Custom_Indent line macro.
16052         Cleaned macros.xml
16054 2005-03-09  Naba Kumar  <naba@gnome.org>
16056         * TODO.tasks: Added new message-manager tasks.
16057         
16058         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16059         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16060         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16061         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16062         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16063         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16064         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16065         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16066         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16067         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16068         
16069         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16070         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16071         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16072         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16073         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16074         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16075         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16076         Removed debugger widgets from shell on debugger shutdown. Added
16077         scrolled windows for docked widgets. Removed unnecessary widget refs
16078         and unrefs. Destroy widgets correctly on debugger shutdown.
16079         
16080         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16081         with project description title. Removed frame shadow.
16082         
16083         * plugins/project-wizard/druid.c: Initializes tooltips.
16084         
16085         * scintilla/Makefile.am: Fixed comiple error.
16087 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16089         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16090           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16092 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16094         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16095         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16096         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16097         plugins/macro/macros.xml, plugins/macro/plugin.c :
16098         Moved cursor at the '|' position defined in macros.
16100 2005-03-07  Naba Kumar  <naba@gnome.org>
16102         * plugins/subversion/Makefile.am: Fixed build error.
16104         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16105         types (perl, python, shellscript).
16106         
16107         * plugins/editor/plugin.c: Fixed to show all highlight options.
16108         
16109 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16111         * TODO.tasks : updated tasks.
16112         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16114 2005-03-07  Naba Kumar  <naba@gnome.org>
16116         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16117         or disable subversion file-manager submenu. If "Subvesion" is also
16118         valid directory, we should also check for it.
16120         * configure.in: Disable cygwin macro until someone fixes the
16121         autoconf warnings.
16122         
16123         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16124         backward compatibility.
16125         
16126 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16128         * src/about.c : Cleaned code.
16129         * plugins/macro/macros.xml : Added "do_while" C macro.
16130         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16131         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16132         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16133         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16134         
16135 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16137         * plugins/class-gen/plugin.c:
16138         Removed "return" to activate project_root_uri watching.
16140 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16142         * plugins/Makefile.am
16143         plugins/subversion/*:
16144         Added subversion plugin. Add, Remove, Commit and Update work
16145         everything else needs work.
16146         
16147         * plugins/terminal/terminal.c
16148         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16149         we still have focus problems with the editor.
16151 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16153         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16154         
16155 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16157         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16159 2005-03-04  Naba Kumar  <naba@gnome.org>
16161         Patch from Massimo Cora' <maxcvs@email.it>:
16163         * plugins/class-gen/Makefile.am,
16164         plugins/class-gen/action-callbacks.c,
16165         plugins/class-gen/action-callbacks.h,
16166         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16167         plugins/class-gen/anjuta-class-gen.plugin.in,
16168         plugins/class-gen/class_gen.c,
16169         plugins/class-gen/class_gen.h,
16170         (removed) plugins/class-gen/clsGen.c,
16171         (added) plugins/class-gen/goc_template_header,
16172         (added) plugins/class-gen/goc_template_source,
16173         plugins/class-gen/plugin.c,
16174         plugins/class-gen/plugin.h: Refactored class gen code.
16175         Added GOCBuilder code. Fixed UI. Implemented plugin.
16177 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16179         * plugins/project-wizard/property.c
16180         plugins/project-wizard/install.c
16181         plugins/project-wizard/druid.c
16182         plugins/editor/goto_line.c
16183         plugins/editor/plugin.c
16184         plugins/gtodo/add_edit_item.c
16185         plugins/gtodo/ligtodo.c
16186         plugins/gtodo/main.c
16187         plugins/gtodo/preferences.c:
16188         Fixed #167559, #167534, #167266, #167357
16189         (Bad English in strings...)
16190         
16191         Thanks to Adam Weinberger and Thierry Moisan for
16192         reporting!
16194 2005-03-03  Naba Kumar  <naba@gnome.org>
16196         * libegg/Makefile.am, libegg/menu/Makefile.am,
16197         (added) libegg/egg-submenu-action.c,
16198         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16199         submenu (used for wizard listing).
16200         
16201         * plugins/file-loader/anjuta-loader-plugin.ui
16202         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16203         and toolbar.
16204         
16205         * plugins/editor/action-callbacks.c,
16206         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16207         ctrl+tabbing because it was interfaring with focus navigation.
16208         Focus editor on "Esc" in incremental search entry. Cleanups.
16209         
16210         * plugins/file-manager/an_file_view.c,
16211         plugins/symbol-browser/plugin.c,
16212         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16213         Cleanups.
16214         
16215         * plugins/profile-default/plugin.c,
16216         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16217         for sesssion load.
16218         
16219         * (removed) scintilla/patches/a64-crash-fix.patch,
16220         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16221         scintilla patches.
16223 2005-03-03  Naba Kumar  <naba@gnome.org>
16225         * HACKING: Fixed typos.
16226         
16227         * plugins/editor/aneditor-indent.cxx: Clean up.
16228         
16229         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16230         Enable/disable save, undo and redo actions depending on state
16231         of the editor.
16232         
16233 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16235         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16236         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16237         Displayed search_incremental status.
16239         * Removed plugins/editor/search_incremental.[ch]
16241 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16242         
16243         * plugins/cvs-plugin/cvs-execute.c
16244         plugins/cvs-plugin/cvs-callbacks.c:
16245         - Use weak reference on mesg_view and reuse tab if
16246         it still exists to avoid cluttering message manager.
16247         - Fixed bug in cvs remove
16248         
16249         README, HACKING: Updated
16250         
16251         configure.in: Added check for libsvn
16253 2005-02-29  Naba Kumar  <naba@gnome.org>
16254         
16255         * plugins/file-manager/an_file_view.c,
16256         plugins/symbol-browser/an_symbol_view.c,
16257         plugins/symbol-browser/plugin.c: Hide column headers (they
16258         are redundant).
16260 2005-02-29  Naba Kumar  <naba@gnome.org>
16262         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16263         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16264         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16265         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16266         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16267         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16268         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16269         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16270         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16271         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16273         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16274         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16275         (added) libanjuta/anjuta-session.[hc],
16276         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16277         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16278         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16279         src/main.c:
16280         
16281         Implemented session management. Implemented session
16282         container class. Added session notifications from shell. Implemented
16283         session save/load in editor, file-loader, default-profile-plugin
16284         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16285         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16286         and maximized states in session. Implemented project session
16287         management.
16289 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16291         * plugins/class-gen/action-callbacks.[ch],
16292         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16293         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16294         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16295         with Escape key.
16297 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16298         
16299         * plugins/project-wizard/anjuta-project-wizard.glade,
16300         plugins/project-wizard/druid.c:
16301         Add some padding in tab label in project selection page
16302         
16303         * plugins/project-wizard/druid.c,
16304         plugins/project-wizard/parser.c:
16305         Search for project template recursively
16306         Add ~/.anjuta/project to the search paths
16308 2005-02-26  Naba Kumar  <naba@gnome.org>
16310         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16311         * plugins/file-loader/plugin.c: Fixed crash bug.
16312         * libanjuta/plugins.c: Fixed memory leak.
16313         
16314 2005-02-26  Naba Kumar  <naba@gnome.org>
16315         
16316         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16317         "UserActivatable" attribute for plugins. This attribute if set to
16318         "no" will prevent users from activating/deactivating it from
16319         plugins dialog. Added a toggle button in plugins dialog to toggle
16320         the plugins list between list of activatable plugins (default) to
16321         list of all plugins. anjuta_plugin_select() now only selects the
16322         plugin. Added anjuta_plugins_select_and_activate() method that will
16323         select and activate it.
16324         
16325         * plugins/profile-default/Makefile.am,
16326         plugins/profile-default/anjuta-default-profile.ui,
16327         plugins/profile-default/plugin.c,
16328         plugins/profile-default/plugin.h,
16329         plugins/project-manager/anjuta-project-manager.ui,
16330         plugins/project-manager/plugin.c,
16331         plugins/project-manager/plugin.h:
16332         
16333         Anjuta projects (*.anjuta) files define the profile of respective
16334         projects. Profile is a set of related plugins required for the
16335         project to open. Moved "close project" action from Project Manager
16336         to Profile Manager plugin. Implemented loading and unloading of
16337         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16338         (instead of Project Manager) now handles opening of *.anjuta files.
16339         Close Project menuitem is now moved to File submenu (being
16340         consistent with Anjuta 1.x versions and avoiding creating Project
16341         submenu when project manager is not loaded).
16342         
16343         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16344         
16345         * src/anjuta.ui: Fixed place holder for projects.
16346         
16347         * (new) plugins/profile-default/default.anjuta: default startup
16348         profile. Removed the hardcoded plugins loading in
16349         DefaultProfilePlugin.
16351         * anjuta.anjuta,
16352         plugins/project-wizard/templates/terminal/project.anjuta:
16353         Implemented project format in newly created projects.
16355         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16356         plugins/class-gen/anjuta-class-gen.plugin.in,
16357         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16358         plugins/editor/anjuta-document-manager.plugin.in,
16359         plugins/file-loader/anjuta-loader.plugin.in,
16360         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16361         plugins/gdb/anjuta-gdb.plugin.in,
16362         plugins/glade/anjuta-glade.plugin.in,
16363         plugins/message-view/anjuta-message-manager.plugin.in,
16364         plugins/profile-default/anjuta-default-profile.plugin.in,
16365         plugins/project-manager/anjuta-project-manager.plugin.in,
16366         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16367         Defined UserActivatable attributes. Added supported types attribute.
16369         * plugins/project-wizard/anjuta-project-wizard.glade
16370         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16371         "Project Wizard" in preferences title.
16373         * TODO.tasks: Updated.
16374         
16375         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16376         Updated.
16377         
16378 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16380         * plugins/file-wizard/anjuta-file-wizard.glade
16381         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16382         
16383         Integrated License macros, cleaned file.c.
16384         
16385 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16386         
16387         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16388         username can not be found correctly.
16390 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16392         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16393         plugins/macro/macros.xml :
16394         
16395         Added Headers macros. Cleaned file.c
16397 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16399         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16400         plugins/macro/macros.xml :
16401         
16402         Fixed a bug. Added Header macro.
16404         
16405 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16407         * plugins/file-wizard/action-callbacks.c, 
16408         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16409         plugins/macro/macros.xml :
16410         
16411         Added FileName, Header template macros.
16412         
16413 2005-02-24  Naba Kumar  <naba@gnome.org>
16414         
16415         * plugins/patch/patch-plugin.c: Fixed a function call.
16416         
16417         * src/anjuta.c, src/main.c: Save and load default session.
16418         
16419 2005-02-24  Naba Kumar  <naba@gnome.org>
16421         * libanjuta/interfaces/libanjuta.idl,
16422         plugins/message-view/anjuta-msgman.c,
16423         plugins/message-view/anjuta-msgman.h,
16424         plugins/message-view/plugin.c: Added and implemented
16425         set_view_title() method.
16426         
16427         * plugins/build-basic-autotools/build-basic-autotools.c,
16428         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16429         build context pooling. Maximum 3 contexts are reused. Additional
16430         contexts are created when all are busy.
16432 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16434         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16435         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16436         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16437         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16439         Added Copyright, Changelog macros.
16440                 
16441 2005-02-23  Naba Kumar  <naba@gnome.org>
16443         Patch from Massimo Cora' <maxcvs@email.it>:
16444         * plugins/Makefile.am,
16445         plugins/patch/Makefile.am,
16446         (added) plugins/patch/anjuta-patch-plugin.png,
16447         (added) plugins/patch/anjuta-patch.plugin.in,
16448         (added) plugins/patch/anjuta-patch.ui,
16449         plugins/patch/patch-plugin.c,
16450         (added) plugins/patch/patch-plugin.h,
16451         (added) plugins/patch/plugin.c,
16452         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16453         architecture.
16455 2005-02-23  Naba Kumar  <naba@gnome.org>
16457         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16458         file-loader/plugin.c, profile-default/plugin.c:
16459         Implemented "activated" and "deactivated" signals for plugin class.
16460         Renamed *_location() functions to *_id(), because location is
16461         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16462         anjuta_plugins_unload_plugin().
16463         
16464         * class-gen/plugin.c: Fixed complier warning and utility function call.
16465         
16466         * debug-manager/plugin.c: Unload debugger plugin correctly.
16467         
16468         * project-manager/plugin.c:     Fixed compiler warnings.
16469         
16470         * plugins/project-wizard/templates/gnome/.cvsignore,
16471         plugins/project-wizard/templates/gnome/po/.cvsignore,
16472         plugins/project-wizard/templates/gnome/src/.cvsignore,
16473         plugins/project-wizard/templates/gtk/po/.cvsignore,
16474         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16475         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16476         
16477         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16478         build (we need to fix this thing).
16479         
16480 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16482         * plugins/macro/macro-action.[ch]
16483         plugins/macro/macro-edit.c
16484         plugins/macro/macro-dialog.c
16485         plugins/macro/macro-db.[ch]
16486         plugins/macro/plugin.[ch]
16487         plugins/macro/macro-util.[ch] (added)
16488         
16489         Cleaned up macro plugin and preview expanded macros.
16491 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16493         * plugins/cvs-plugin/cvs-interface.c:
16495         Fixed option setting when using no compression and not 
16496         ignoring .cvsrc
16498 2005-02-23  Naba Kumar  <naba@gnome.org>
16499         
16500         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16501         geometry on exit and startup (only if there is no geometry from the
16502         session).
16504         * TODO.tasks: Updated.
16505         
16506         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16507         
16508         * manuals/reference/libanjuta/Makefile.am,
16509         manuals/reference/libanjuta/libanjuta-docs.sgml,
16510         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16511         documentation for writing project templates.
16513 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16515         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16516         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16517         
16518         Expansion keywords in macros. 
16520 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16522         * plugins/file-wizard/action-callbacks.c,
16523         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16524         plugins/macro/macros.xml :
16525         
16526         Inserting text by macro plugin
16527         In progress ...
16529 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16531         * plugins/macro/plugin.c
16532         plugins/cvs-plugin/plugin.c:
16533         
16534         Fixed interfaces (use static)
16536 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16537         
16538         * plugins/macro/macro-actions.[ch]
16539         plugins/macro/plugin.c
16540         libanjuta/interfaces/libanjuta.idl:
16541         
16542         Implemented IAnjutaMacro interface to be used by file-wizard
16543         
16544         * plugins/cvs-plugin/plugin.c
16545         libanjuta/interfaces/libanjuta.idl:
16546         
16547         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16548         for all version control systems and not only for cvs.
16550 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16552         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16553         insert_macro.
16554         
16555         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16558 2005-02-21  Naba Kumar  <naba@gnome.org>
16560         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16561         IAnjutaDebugger interface.
16562         
16563         * plugins/debug-manager/anjuta-debug-manager.ui,
16564         plugins/debug-manager/attach_process.c,
16565         plugins/debug-manager/attach_process.h,
16566         plugins/debug-manager/plugin.c,
16567         plugins/debug-manager/plugin.h,
16568         plugins/gdb/actions.c,
16569         plugins/gdb/actions.h,
16570         plugins/gdb/anjuta-gdb-plugin.ui,
16571         plugins/gdb/breakpoints.c,
16572         plugins/gdb/breakpoints.h,
16573         plugins/gdb/debugger.c,
16574         plugins/gdb/debugger.h,
16575         plugins/gdb/memory.c,
16576         plugins/gdb/plugin.c,
16577         plugins/gdb/plugin.h,
16578         plugins/gdb/sharedlib.h,
16579         plugins/gdb/sharedlib_cbs.c,
16580         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16581         correctly between debug-manager and debugger. Implemented debugger
16582         interface in gdb plugin. Fixed action names. Added UI updating.
16583         Start and stop debugger (does not work yet). Fixed UI merging.
16584         Fixed debugger plugin handling in debug-manager.
16586 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16588         * plugins/editor/aneditor-autocomplete.cxx:
16589         
16590         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16591         crash with C++ "template" keyword.
16593 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16595         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16596         Fixed bug (Closed macro dialogs with Esc key).
16597         
16598 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16599         
16600         * plugins/project-wizard/xlib.wiz,
16601         plugins/project-wizard/xlib-logo.png,
16602         plugins/project-wizard/xlib/*:
16603         Port old xlib anjuta project on new project wizard
16604         
16605         * plugins/project-wizard/xlib-dock.wiz,
16606         plugins/project-wizard/xlib-dock/*:
16607         Port old xlib dock anjuta project on new project wizard
16608         
16609         * plugins/project-wizard/wxwin.wiz,
16610         plugins/project-wizard/wxwin-logo.png,
16611         plugins/project-wizard/wxwin/*:
16612         Port old wxwin anjuta project on new project wizard
16613         
16614         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16615         necessary changes for the new templates.
16616         
16617 2005-02-18  Naba Kumar  <naba@gnome.org>
16619         * plugins/Makefile.am: Added class-gen
16620         
16621 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16623         * plugins/project-wizard/header.c:
16624         Fix a bug in sorting of project categories
16626 2005-02-18  Naba Kumar  <naba@gnome.org>
16628         Patch from Massimo Cora  <maxcvs@email.it>:
16629         
16630         * plugins/class-gen/.cvsignore,
16631         plugins/class-gen/Makefile.am,
16632         (added) plugins/class-gen/action-callbacks.c,
16633         (added) plugins/class-gen/action-callbacks.h,
16634         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16635         (added) plugins/class-gen/class_gen.c,
16636         (added) plugins/class-gen/class_gen.h,
16637         (added) plugins/class-gen/plugin.c,
16638         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16639         new architecture.
16640         
16641         * plugins/project-manager/plugin.c: implemented add_source().
16643 2005-02-17  Naba Kumar  <naba@gnome.org>
16645         * plugins/file-loader/plugin.c: Fixed possible crash.
16646         
16647         * src/action-callbacks.c, src/action-callbacks.h,
16648         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16650 2005-02-17  Naba Kumar  <naba@gnome.org>
16651         
16652         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16653         plugins/project-wizard/templates/gnome.wiz,
16654         plugins/project-wizard/templates/gtk.wiz,
16655         plugins/project-wizard/templates/gtkmm.wiz,
16656         plugins/project-wizard/templates/terminal.wiz,
16657         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16658         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16659         plugins/project-wizard/templates/gnome/src/callbacks.c,
16660         plugins/project-wizard/templates/gnome/src/callbacks.h,
16661         plugins/project-wizard/templates/gnome/src/main.c,
16662         plugins/project-wizard/templates/gtk/src/callbacks.c,
16663         plugins/project-wizard/templates/gtk/src/callbacks.h,
16664         plugins/project-wizard/templates/gtk/src/main.c,
16665         plugins/project-wizard/templates/gtkmm/src/main.cc,
16666         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16667         to generate licence correctly (without any extra newlines). Removed
16668         IncludeGNUHeader macro definition and added proper licence property.
16669         Fixed project directory paths in file contents.
16671 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16673         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16674         Closed macro dialogs with Esc key.
16676 2005-02-16  Naba Kumar  <naba@gnome.org>
16678         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16679         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16680         plugins/project-wizard/templates/gnome/src/callbacks.c,
16681         plugins/project-wizard/templates/gnome/src/callbacks.h,
16682         plugins/project-wizard/templates/gnome/src/main.c,
16683         plugins/project-wizard/templates/gtk/src/main.c,
16684         plugins/project-wizard/templates/gtkmm/src/main.cc,
16685         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16686         macros to avoid blank newlines.
16688 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16690         * plugins/project-wizard/autogen.c:
16691         Correct a problem when having property value in UTF-8
16693         * plugins/project-wizard/druid.c:
16694         Correct a bug when reselecting a new project (all pages
16695         must be removed)
16697         * plugins/project-wizard/property.c:
16698         Avoid having default invalid properties
16700         * plugins/project-wizard/templates/terminal.wiz,
16701         plugins/project-wizard/templates/terminal/po/ChangeLog,
16702         plugins/project-wizard/templates/terminal/src/main.c:
16703         Remove command for testing run function
16704         Move destination directory to second page and include
16705         project name. Add exist tag. Remove unused properties.
16707 2005-02-16  Naba Kumar  <naba@gnome.org>
16709         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16710         plugins/debug-manager/anjuta-debug-manager.ui,
16711         plugins/debug-manager/plugin.c,
16712         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16713         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16714         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16715         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16716         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16717         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16718         (removed) src/anjuta_info.c,
16719         (removed) src/anjuta_info.h,
16720         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16721         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16722         (added) plugins/gdb/actions.c,
16723         (added) plugins/gdb/actions.h: Completed initial
16724         porting of debugger to new architecture. Fixed many of the debugger
16725         functions.
16727         * plugins/file-loader/plugin.c: Detect some important mime ourself
16728         to avoid inconsistencies when mime system isn't working.
16729         
16730 2005-02-16  Naba Kumar  <naba@gnome.org>
16732         * plugins/editor/Makefile.am,
16733         (added) plugins/editor/aneditor-autocomplete.cxx,
16734         (added) plugins/editor/aneditor-calltip.cxx,
16735         (added) plugins/editor/aneditor-indent.cxx,
16736         (added) plugins/editor/aneditor-priv.h,
16737         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16738         different smaller chunks to make it easy to maintain.
16740 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16742         * plugins/project-wizard/druid.c :
16743         
16744         Found system Email address if not defined in Preferences.
16746 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16747         
16748         * plugins/project-wizard/gtkmm.wiz
16749         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16750         plugins/project-wizard/gtkmm/*
16751         
16752         Added GTKmm (C++) project type
16754 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16756         * plugins/message-view/plugin.c
16757         plugins/message-view/message-view.c
16758         TODO.gtodo:
16759         Implemented next/prev action
16761 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16763         * plugins/project-wizard/templates/libglade2.* :
16764         Removed libglade2 project.
16765         
16766         * plugins/project-wizard/templates/gtk* :
16767         Removed interface.[ch] & support.[ch].
16768         
16769 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16771         * plugins/project-wizard/anjuta-project-wizard.glade,
16772         plugins/project-wizard/property.[ch],
16773         plugins/project-wizard/templates/anjuta-plugin.wiz :
16774         Added a new property ("iconfile").
16776 2005-02-14  Naba Kumar  <naba@gnome.org>
16778         * plugins/project-wizard/install.c,
16779         plugins/project-wizard/plugin.c,
16780         plugins/project-wizard/templates/anjuta-plugin.wiz,
16781         plugins/project-wizard/templates/gnome.wiz,
16782         plugins/project-wizard/templates/gtk.wiz,
16783         plugins/project-wizard/templates/libglade2.wiz,
16784         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16785         newly created projects and open them. Fixed message buffering in
16786         wizard.
16788 2005-02-14  Naba Kumar  <naba@gnome.org>
16790         * src/about.c, pixmaps/Makefile.am,
16791         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16792         
16793         * mime/gnome-mime-application-x-anjuta.png,
16794         pixmaps/anjuta_icon.png,
16795         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16796         done by 9-speed at:
16797         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16798         
16799 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16801         * configure.in,
16802         plugins/project-wizard/templates/libglade2-logo.png,
16803         plugins/project-wizard/templates/libglade2.wiz,
16804         plugins/project-wizard/templates/libglade2/* :
16805         Add Glade2 project
16808 2005-02-14  Naba Kumar  <naba@gnome.org>
16810         * TODO.tasks: Updated.
16811         
16812         * plugins/editor/anjuta-docman.c,
16813         plugins/editor/text_editor.c,
16814         plugins/editor/text_editor.h,
16815         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16816         for file modification, but it is still not functioning.
16818 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16820         * plugins/project-wizard/values.c,
16821         plugins/project-wizard/values.h,
16822         plugins/project-wizard/property.c,
16823         plugins/project-wizard/property.h,
16824         plugins/project-wizard/druid.c:
16825         Rewrite mandatory property check
16826         Add check of exist property
16827         Rewrite handling of cached property page
16829 2005-02-13  Naba Kumar  <naba@gnome.org>
16831         Patch from Igor Kovalenko  <garrison@mail.ru>:
16832         * tagmanager/tm_workspace.c: Improved performance.
16834 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16836         *plugins/project-wizard/templates/*.wiz,
16837         plugins/project-wizard/druid.c,
16838         plugins/project-wizard/templates/terminal/src/main.c,
16839         plugins/project-wizard/templates/gtk/src/*.[ch],
16840         plugins/project-wizard/templates/gtk/src/Makefile.am,
16841         plugins/project-wizard/templates/gnome/src/*.[ch],
16842         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16843         Add Copyright date & Email address,
16844         Correct terminal project.
16845         
16846 2005-02-12  Naba Kumar  <naba@gnome.org>
16848         * plugins/project-wizard/property.c: Fixed hidden
16849         properties to take values.
16851         * plugins/project-wizard/file.[ch]: Renamed
16852         true/false enum values to fix compile error
16853         (conflict with other definition).
16854         
16855         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16856         even when mime type detection fails (for example, when Anjuta is
16857         installed in non-system prefix).
16859 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16861         * plugins/project-wizard/values.c,
16862         plugins/project-wizard/values.h:
16863         Rewrite file with more comments
16865         * plugins/project-wizard/druid.c,
16866         plugins/project-wizard/druid.h,
16867         plugins/project-wizard/autogen.c,
16868         plugins/project-wizard/autogen.h,
16869         plugins/project-wizard/druid.c,
16870         plugins/project-wizard/druid.h:
16871         Add more comments
16872         Use values instead of properties
16873         Move default properties to druid.c
16875         * plugins/project-wizard/install.c,
16876         plugins/project-wizard/install.h:
16877         Use values instead of properties
16878         Add a check to avoid overwriting files
16880         * plugins/project-wizard/parser.c,
16881         plugins/project-wizard/property.c,
16882         plugins/project-wizard/property.h:
16883         Update to use new values
16884         Add an "exist" attribute to check if a directory already exist
16886         * plugins/project-wizard/anjuta-project-wizard.glade:
16887         Change project selection page (GtkTextView => GtkLabel,
16888         GtkTable => GtkVBox)
16890         * plugins/project-wizard/templates/terminal.wiz:
16891         Move destination directory on second page
16892         
16893         * plugins/project-wizard/action.c:
16894         Add a few comments
16896 2005-02-12  Naba Kumar  <naba@gnome.org>
16898         * plugins/file-manager/an_file_view.c,
16899         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16900         views. Created dynamic update date of view depending on project
16901         changes -- similar to file-manager view.
16902         
16903         * plugins/devhelp/plugin.c: Load help on idle.
16904         
16905         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16906         autoformat' to proper location in preferences.
16907         
16908         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16909         compatibility.
16910         
16911         * plugins/editor/plugin.c: Fixed accel name.
16913 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16915         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16916         plugins/project-wizard/templates/gnome.wiz,
16917         plugins/project-wizard/templates/gtk.wiz,
16918         plugins/project-wizard/anjuta-project-wizard.glade,
16919         plugins/project-wizard/autogen.c:
16920         Add Username & Email address in Project preferences.
16922 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16924         *plugins/project-wizard/templates/gnome-logo.png,
16925         plugins/project-wizard/templates/gnome.wiz,
16926         plugins/project-wizard/templates/gnome/* :
16927         Add Gnome project
16929 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16931         * plugins/project-wizard/templates/terminal/src/main.c, 
16932         plugins/project-wizard/templates/terminal/src/main.c,
16933         plugins/project-wizard/templates/terminal/src/main.[ch] :
16934         Insert License in projects
16935         
16936 2005-02-11  Naba Kumar  <naba@gnome.org>
16938         * TODO.tasks: Added message manager task.
16939         
16940         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16941         
16942         * plugins/editor/plugin.c: Use bookmark stock icons.
16943         
16944         * plugins/message-view/anjuta-message-manager.ui,
16945         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16947 2005-02-10  Naba Kumar  <naba@gnome.org>
16949         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16950         
16951 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16953         * global-tags/Makefile.am
16954         Error during 'make install'
16956 2005-02-09  Naba Kumar  <naba@gnome.org>
16958         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16959         missing file.
16960         
16961 2005-02-08  Naba Kumar  <naba@gnome.org>
16963         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16964         
16965         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16966         Show busy cursur when updating global tags in preferences.
16968         * configure.in: Fixed.
16969         
16970 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16972         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16973           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16974          
16975         - Fixed anjuta-plugin project (glade)
16977 2005-02-08  Naba Kumar  <naba@gnome.org>
16979         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16980         Fixed automatic indentations.
16982         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16983         Global tags are now segregated into smaller api tags, which can be
16984         selectively loaded from symbol browser preferences.
16986         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16987         Implemented IProjectManager interface in project-manager. Mostly getter
16988         methods for now, but need to add add() and remove() methods to add
16989         or remove project elements.
16991         * plugins/gdb/debug_tree.c: Small fix.
16993         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16994         plugins/symbol-browser/an_symbol_info.c,
16995         plugins/symbol-browser/an_symbol_info.h,
16996         plugins/symbol-browser/an_symbol_search.c,
16997         plugins/symbol-browser/an_symbol_search.h,
16998         plugins/symbol-browser/an_symbol_view.c,
16999         plugins/symbol-browser/an_symbol_view.h,
17000         plugins/symbol-browser/plugin.c,
17001         plugins/symbol-browser/plugin.h,
17002         tagmanager/c.c,
17003         tagmanager/entry.h,
17004         tagmanager/tm_project.c,
17005         tagmanager/tm_symbol.c,
17006         tagmanager/tm_tag.c,
17007         tagmanager/tm_workspace.c,
17008         tagmanager/vstring.c,
17009         tagmanager/include/tm_tag.h,
17010         tagmanager/include/tm_workspace.h:
17011         
17012         - Fixed tagmanager parsing of source files to parse for typedefines and
17013         properly record element scopes. Implemented scope autocompletion
17014         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17015         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17016         patch list (author is unknown).
17017         - Implemented symbol-browser preferences for dynamically loading and
17018         saving tags API segments.
17019         - Fixed symbol-search to use tagmanager directly instead of depending
17020         on symbol-view for tags list.
17021         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17022         - Fixed TMSymbol to create the complete tags tree instead of letting the
17023         symbol-view created the root nodes.
17024         - Changed project tags cache name to .tm_project2.cache because the
17025         newer format records additional scope information.
17026         
17027 2005-02-07  Naba Kumar  <naba@gnome.org>
17029         * plugins/editor/style-editor.c,
17030         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17031         and GtkFontButton instead of deprecated widgets in
17032         style editor.
17033         
17034 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17036         * plugins/project-wizard/action.c,
17037         plugins/project-wizard/action.h,
17038         plugins/project-wizard/autogen.c,
17039         plugins/project-wizard/autogen.h,
17040         plugins/project-wizard/file.c,
17041         plugins/project-wizard/file.h,
17042         plugins/project-wizard/install.c,
17043         plugins/project-wizard/install.h,
17044         plugins/project-wizard/parser.h,
17045         plugins/project-wizard/parser.c,
17046         plugins/project-wizard/property.c,
17047         plugins/project-wizard/property.h,
17048         plugins/project-wizard/plugin.h,
17049         plugins/project-wizard/plugin.c,
17050         plugins/project-wizard/values.c,
17051         plugins/project-wizard/values.h:
17052         Replace C++ comments by C comments
17054         * plugins/project-wizard/autogen.c,
17055         plugins/project-wizard/autogen.h:
17056         Add a run time check of autogen version.
17057         Add UserName variable.
17059         * plugins/project-wizard/anjuta-project-wizard.glade,
17060         plugins/project-wizard/header.c,
17061         plugins/project-wizard/druid.c,
17062         plugins/project-wizard/druid.h:
17063         Sort project in alphabetic order.
17064         Correct selection troubles in notebooks.
17066         * plugins/project-wizard/parser.c:
17067         Add some check when reading the project header block.
17069 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17071         * plugins/project-wizard/action.c,
17072         plugins/project-wizard/action.h,
17073         plugins/project-wizard/autogen.c,
17074         plugins/project-wizard/autogen.h,
17075         plugins/project-wizard/file.c,
17076         plugins/project-wizard/file.h,
17077         plugins/project-wizard/install.c,
17078         plugins/project-wizard/parser.h,
17079         plugins/project-wizard/parser.c,
17080         plugins/project-wizard/property.c,
17081         plugins/project-wizard/property.h,
17082         plugins/project-wizard/values.c,
17083         plugins/project-wizard/values.h,
17084         Add a space between function name and open.
17086         * plugins/project-wizard/plugin.h,
17087         plugins/project-wizard/plugin.c,
17088         plugins/project-wizard/install.c,
17089         Avoid a crash if the user close the message view used by the .
17091         * plugins/project-wizard/anjuta-project-wizard,
17092         plugins/project-wizard/druid.c,
17093         plugins/project-wizard/druid.h,
17094         plugins/project-wizard/header.h,
17095         plugins/project-wizard/header.c,
17096         Add a text view with the description of each.
17097         Add a tab for each project.
17098         Replace some C++ comments to C comments.
17100 2005-02-05  Naba Kumar  <naba@gnome.org>
17102         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17103         New icon from Sebastien Granjoux .
17104         
17105 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17107         * libanjuta/anjuta-preferences.c:
17108         Set file property even without a focus out event (file selected 
17109         the browse dialog)
17111 2005-02-04  Naba Kumar  <naba@gnome.org>
17113         * plugins/glade/plugin.c: Fixed glade function calls.
17114         * configure.in: Fixed a typo.
17115         * TODO.tasks: Updated.
17117 2005-02-03  Naba Kumar  <naba@gnome.org>
17119         * plugins/project-manager/plugin.c: Fixed memory corruption.
17121         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17122         build error.
17123         
17124         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17125         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17126         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17127         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17129         * libanjuta/interfaces/libanjuta.idl,
17130         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17131         interface.
17132         
17133         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17135         Patch from Massimo Cora <maxcvs@email.it>:
17136         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17137         
17138 2005-02-01  Naba Kumar  <naba@gnome.org>
17140         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17141         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17142         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17143         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17144         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17145         from sourceforge -- a64 crash fixes (correct typing for GType)
17146         and fixes compile errors in sun.
17148         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17149         paste (shift+insert) in terminal.
17151 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17153         * configure.in: Add «nb» to ALL_LINGUAS.
17155 2005-02-01  Naba Kumar  <naba@gnome.org>
17157         * TODO.tasks, TODO: Updated todo tasks.
17158         
17159         * plugins/editor/anjuta-document-manager.glade: Improved search
17160         relace dialog.
17161         
17162         * TODO.tasks: Fixed xml format.
17163         
17164         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17165         work yet).
17166         
17167         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17168         cleanups.
17169         
17170         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17171         format during save (removed unwanted text nodes). Fixed scrollbars.
17173 2005-01-31  Naba Kumar  <naba@gnome.org>
17175         * libanjuta/interfaces/libanjuta.idl,
17176         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17177         Implemented append() method for IAnjutaEditor interface and fixed
17178         various bugs with text insertions (cvs diff and macro insertions).
17179         
17180         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17181         automatic indentation.
17182         
17183         * plugins/editor/action-callbacks.c,
17184         plugins/editor/action-callbacks.h,
17185         plugins/editor/anjuta-docman.c,
17186         plugins/editor/anjuta-document-manager.ui,
17187         plugins/editor/plugin.c,
17188         plugins/editor/text_editor.c,
17189         plugins/editor/text_editor.h,
17190         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17191         Fixed highlight issues.
17193         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17194         macro.
17195         
17196         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17198         * data/properties/*: Updated properties files from scite. Created
17199         styles.properties to override the scite styles.
17200         
17201         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17203         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17204         
17205 2005-01-30  Naba Kumar  <naba@gnome.org>
17207         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17208         unused definitions.
17209         
17210         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17211         
17212         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17213         plugins/editor/text_editor.c,
17214         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17215         fixed linuwidth preference setting, fixed insert text interface
17216         implementation. Improved automatice-indentation for cpp lexer.
17217         
17218         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17220 2005-01-29  Naba Kumar  <naba@gnome.org>
17222         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17223         option in update dialog as default. Improved import dialog. Sized
17224         log dialog.
17226         * configure.in: Fixed underquoted warning from autoconf.
17227         
17228         * plugins/editor/action-callbacks.c,
17229         plugins/editor/aneditor.cxx,
17230         plugins/editor/aneditor.h,
17231         plugins/editor/anjuta-document-manager.glade,
17232         plugins/editor/plugin.c,
17233         plugins/editor/plugin.h,
17234         plugins/editor/text_editor.c,
17235         plugins/editor/text_editor.h,
17236         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17237         for Editor and fixed all preferences syncronization and notifys for
17238         visible prefs (in editor preferences page).
17239         
17240         * plugins/file-loader/plugin.c: Load recent files on idle.
17242 2005-01-28  Naba Kumar  <naba@gnome.org>
17244         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17245         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17247         * plugins/editor/action-callbacks.c,
17248         plugins/editor/action-callbacks.h,
17249         plugins/editor/aneditor.cxx,
17250         plugins/editor/aneditor.h,
17251         plugins/editor/anjuta-document-manager.ui,
17252         plugins/editor/plugin.c,
17253         plugins/editor/text_editor.c,
17254         plugins/editor/text_editor.h,
17255         plugins/editor/text_editor_cbs.c,
17256         plugins/editor/text_editor_cbs.h,
17257         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17258         Text editor.
17260         Patch from Massimo Cora <maxcvs@email.it>:
17261         * plugins/editor/an_symbol_search.c,
17262         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17263         
17264 2005-01-27  Naba Kumar  <naba@gnome.org>
17265         
17266         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17267         minimum size request to 200.
17269         * plugins/symbol-browser/an_symbol_info.c,
17270         plugins/symbol-browser/an_symbol_info.h,
17271         plugins/symbol-browser/an_symbol_search.c,
17272         plugins/symbol-browser/an_symbol_search.h,
17273         plugins/symbol-browser/an_symbol_view.c,
17274         plugins/symbol-browser/an_symbol_view.h,
17275         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17276         pixbuf retrieval. Fixed runtime warning. Code clean up.
17278 2005-01-27  Naba Kumar  <naba@gnome.org>
17280         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17281         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17282         (new) plugins/glade/Makefile.am,
17283         (new) plugins/glade/anjuta-glade-plugin.png,
17284         (new) plugins/glade/anjuta-glade.plugin.in,
17285         (new) plugins/glade/anjuta-glade.ui,
17286         (new) plugins/glade/plugin.c,
17287         (new) plugins/glade/plugin.h,
17288         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17289         now until glade3 works properly.
17291         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17292         they are generated.
17293         
17294 2005-01-26  Naba Kumar  <naba@gnome.org>
17296         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17297         Added mime icon for anjuta projects.
17298         
17299         patch from Massimo Cora <maxcvs@email.it>:
17300         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17301         an_symbol_search.h, an_symbol_view.c, plugin.c:
17302         Fix/implement objects destroying/freeing.
17304 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17305         
17306         * src/action-callback.[ch], src/anjuta-actions.h:
17307         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17308         because it has not been updated for years and we know have a devhelp plugin
17309         which can do the job much better.
17310         * TODO.tasks: Updated done items
17312 2005-01-25  Naba Kumar  <naba@gnome.org>
17314         * autogen.sh: Fixed to generate interface files.
17316         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17317         session save filenames.
17318         
17319         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17320         
17321 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17323         * plugins/project-wizard/Makefile.am,
17324         plugins/project-wizard/install.c,
17325         plugins/project-wizard/install.h,
17326         plugins/project-wizard/parser.c,
17327         plugins/project-wizard/parser.h,
17328         plugins/project-wizard/templates/terminal.wiz:
17329         Add action list block in wizard template
17330         * plugins/project-wizard/file.c,
17331         plugins/project-wizard/autogen.c:
17332         Small fixes
17334 2005-01-23  Naba Kumar  <naba@gnome.org>
17336         * configure.in: Fixed build error.
17338 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17340         * plugins/project-wizard/druid.c,
17341         plugins/project-wizard/parser.c,
17342         plugins/project-wizard/property.c: Rewrite parser with
17343         better error handling
17345 2005-01-22  Naba Kumar  <naba@gnome.org>
17347         * plugins/symbol-browser/plugin.c: Changed c++ coments
17348         to c commnets and formated code to anjuta coding styles.
17349         
17350 2005-01-21  Naba Kumar  <naba@gnome.org>
17352         * configure.in, autogen.sh: Fixed build errors in newer automake.
17353         
17354         * plugins/editor/anjuta-docman.c: Do not emit change editor
17355         signal while in dispose.
17357         Patch from: Massimo Corà <maxcvs@email.it>
17358         * plugins/symbol-browser/Makefile.am,
17359         plugins/symbol-browser/an_symbol_view.c,
17360         plugins/symbol-browser/an_symbol_view.h,
17361         plugins/symbol-browser/plugin.c,
17362         plugins/symbol-browser/plugin.h,
17363         plugins/symbol-browser/test-symbol-browser.c,
17364         (new) plugins/symbol-browser/an_symbol_info.c,
17365         (new) plugins/symbol-browser/an_symbol_info.h,
17366         (new) plugins/symbol-browser/an_symbol_search.c,
17367         (new) plugins/symbol-browser/an_symbol_search.h:
17368         Added a cool real-time symbol-search-view in symbol browser.
17370 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17371         
17372         * plugin/macro/plugin.c
17373         plugin/macro/anjuta-macro-plugin.ui
17374         plugin/macro/macro-db.[ch]
17375         plugin/macro/macro-dialog.[ch]
17376         plugin/macro/macro-actions.[ch]
17377         plugin/macro/macro-edit.[ch]
17378         plugin/macro/plugin.[ch]:
17379         
17380         Implemented three menu items as Naba proposed:
17381         Edit->Macro->
17382                 Insert Macro: Pops of a border-less window to enter a shortcut
17383                 Add Macro: Same as Manage Macro => New
17384                 Manage Macros: Full-features macro dialog
17386 2005-01-20  Naba Kumar  <naba@gnome.org>
17388         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17389         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17390         libanjuta/anjuta-shell.h,
17391         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17392         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17393         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17394         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17395         src/main.c, src/shell.c: Implemented command line args processing
17396         and session management. Fixed geometry restoration.
17398 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17399         
17400         * plugins/macro/macro-db.c,
17401         plugins/macros.xml:
17402         Cleaned up XML interface and use attributes now for name, category and 
17403         shortcut. CDATA is used to avoid xml errors inside of macros.
17405 2005-01-19  Naba Kumar  <naba@gnome.org>
17407         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17409 2005-01-18  Naba Kumar  <naba@gnome.org>
17410         
17411         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17412         to work.
17414         * scintilla/*: Updated scintilla to current cvs and updated
17415         scintilla patches.
17416         
17417 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17418         
17419         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17420         plugins/cvs-plugin/cvs-actions.c:
17421         Added "Whole project" infrastructure but it does not
17422         work because I did not find a way to get the current project's
17423         root dir.
17425 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17427         * plugins/cvs-plugin/Makefile.am
17428         plugins/cvs-plugin/anjuta-cvs.plugin.in
17429         plugins/cvs-plugin/cvs-actions.c
17430         plugins/cvs-plugin/cvs-callbacks.c
17431         plugins/cvs-plugin/cvs-interface.[ch] (added)
17432         plugins/cvs-plugin/plugin.c:
17433         
17434         Added IAnjutaCVS interface and improved cvs plugin. There
17435         is still some work to do on cvs import and to add a current
17436         project toggle.
17438 2005-01-17  Naba Kumar  <naba@gnome.org>
17440         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17441         
17442         * configure.in: Fixed build errors.
17444         * data/Makefile.am,     (removed) data/README.stock_libs,
17445         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17446         (removed) data/header.c, (removed) data/stock_libs.anj,
17447         (removed) data/x-anjuta-project.desktop,
17448         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17450         * libanjuta/anjuta-plugin-description.c,
17451         libanjuta/anjuta-shell.c: Updated documentations.
17453         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17454         
17455         * libanjuta/anjuta-launcher.c,
17456         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17457         x86_64 systems.
17459 2005-01-17  Naba Kumar  <naba@gnome.org>
17460         
17461         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17462         plugins/project-wizard/templates/gtk.wiz,
17463         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17464         Updated templates to new format.
17465         
17466         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17467         * plugins/project-wizard/druid.c,
17468         plugins/project-wizard/parser.c,
17469         plugins/project-wizard/property.c,
17470         plugins/project-wizard/property.h,
17471         plugins/project-wizard/templates/terminal.wiz,
17472         plugins/project-wizard/templates/terminal/AUTHORS,
17473         plugins/project-wizard/templates/terminal/ChangeLog,
17474         plugins/project-wizard/templates/terminal/NEWS,
17475         plugins/project-wizard/templates/terminal/README,
17476         plugins/project-wizard/templates/terminal/project.anjuta,
17477         plugins/project-wizard/templates/terminal/src/main.c:
17478         Moveed code related to property types from druid.c and parser.c to 
17479         property.c. Changed tag from "<string ..." to
17480         "<property type="string..."     and so on. Rewrite parser
17481         (warning still in progress). Added list property. Changed
17482         terminal project to avoid using autogen on some file (much 
17483         faster) using the autogen attribute. Add a license list box in
17484         terminal project (just as an example). _label in item list is
17485         optional now.
17487 2005-01-16  Naba Kumar  <naba@gnome.org>
17489         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17490         plugins/edtior/anjuta-docman.c: Fixed build errors.
17491         
17492         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17493         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17494         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17495         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17496         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17497         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17498         libanjuta/resources.h,
17499         plugins/build-basic-autotools/build-basic-autotools.c,
17500         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17501         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17502         plugins/gtodo/plugin.c, src/Makefile.am,
17503         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17504         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17505         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17506         should be handled in respective plugins. Added API documentations.
17508         * libanjuta-docs.sgml, libanjuta-sections.txt,
17509         libanjuta.types,
17510         (added) tmpl/anjuta-debug.sgml,
17511         (added) tmpl/anjuta-launcher.sgml,
17512         tmpl/anjuta-plugin.sgml,
17513         tmpl/anjuta-preferences.sgml,
17514         tmpl/anjuta-shell.sgml,
17515         (added) tmpl/anjuta-status.sgml,
17516         (removed) tmpl/anjuta-stock.sgml,
17517         tmpl/anjuta-utils.sgml,
17518         (removed) tmpl/defaults.sgml,
17519         (removed) tmpl/fileselection.sgml,
17520         (removed) tmpl/gnomefilelist.sgml,
17521         tmpl/ianjuta-buildable.sgml,
17522         (added) tmpl/ianjuta-debugger-manager.sgml,
17523         (added) tmpl/ianjuta-debugger.sgml,
17524         tmpl/ianjuta-document-manager.sgml,
17525         tmpl/ianjuta-editor.sgml,
17526         tmpl/ianjuta-file.sgml,
17527         tmpl/ianjuta-loader.sgml,
17528         tmpl/ianjuta-markable.sgml,
17529         tmpl/ianjuta-message-view.sgml,
17530         (added) tmpl/ianjuta-project-manager.sgml,
17531         (added) tmpl/ianjuta-todo.sgml,
17532         (added) tmpl/ianjuta-wizard.sgml,
17533         tmpl/libanjuta-iface-marshallers.sgml,
17534         tmpl/libanjuta-unused.sgml,
17535         (removed) tmpl/pixmaps.sgml,
17536         tmpl/plugins.sgml,
17537         (removed) tmpl/properties.sgml,
17538         tmpl/resources.sgml: Updated API documentations.
17540 2005-01-15  Naba Kumar  <naba@gnome.org>
17542         * libanjuta/anjuta-launcher.c: Added API docs.
17543         
17544         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17545         plugins/project-wizard/templates/gtk.wiz,
17546         plugins/project-wizard/templates/terminal.wiz,
17547         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17548         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17549         plugins/project-wizard/templates/gtk/src/main.c,
17550         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17551         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17552         template files.
17554         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17555         * plugins/project-wizard/anjuta-project-wizard.glade,
17556         plugins/project-wizard/autogen.c,
17557         plugins/project-wizard/druid.c,
17558         plugins/project-wizard/druid.h,
17559         plugins/project-wizard/file.c,
17560         plugins/project-wizard/file.h,
17561         plugins/project-wizard/install.c,
17562         plugins/project-wizard/parser.c,
17563         plugins/project-wizard/plugin.c,
17564         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17565         setting the default project directory. Fix HIDDEN property, it's
17566         working but I think we could make this cleaner. Removed the
17567         copy of the string in mandatory_property. Add an optional autogen
17568         attribute, to force or avoid using autogen on some files, default
17569         without any attribute is autodetect.+ Replace the script tag with
17570         a normal file tag and an attribute execute.
17571         
17572 2005-01-14  Naba Kumar  <naba@gnome.org>
17574         * plugins/editor/action-callbacks.c,
17575         plugins/editor/search_incremental.c,
17576         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17577         works now.
17578         
17579         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17580         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17581         tabs.
17583 2005-01-12  Naba Kumar  <naba@gnome.org>
17585         * configure.in,
17586         plugins/project-wizard/templates/Makefile.am,
17587         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17588         plugins/project-wizard/templates/anjuta-plugin.wiz,
17589         (added) plugins/project-wizard/templates/gtk-logo.png,
17590         (added) plugins/project-wizard/templates/gtk.wiz,
17591         (added) plugins/project-wizard/templates/terminal-logo.png,
17592         plugins/project-wizard/templates/terminal.wiz,
17593         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17594         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17595         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17596         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17597         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17598         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17599         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17600         (added) plugins/project-wizard/templates/gtk/src/main.c,
17601         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17602         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17603         GTK+ project templated and fixed other templates. Updated template
17604         logos.
17606 2005-01-12  Naba Kumar  <naba@gnome.org>
17608         * plugins/macro/anjuta-macro.glade: Improved GUI.
17609         
17610 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17612         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17613         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17614         * plugins/cvs-plugin/cvs.[ch] (removed)
17615         Removed old unused files
17616         
17617         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17618         * plugins/cvs-plugin/cvs-actions.c
17619         * plugins/cvs-plugin/Makefile.am:
17620         Seperate callback functions for better error
17621         handling. Cleaned up code.
17622         
17623         * plugins/macro/macros.xml: removed corrupt cvs
17624         macros for now.
17626 2005-01-10  Naba Kumar  <naba@gnome.org>
17628         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17629         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17630         and leaks.
17632 2005-01-09  Naba Kumar  <naba@gnome.org>
17634         * libegg/egg-recent-action.c, libegg/test-actions.c,
17635         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17636         recent files models.
17637         
17638         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17639         two models -- one for projects and other for regular files and show
17640         both in recent files menu. Changed recent files group from "anjuta"
17641         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17642         when adding the URI in recent files.
17643         
17644         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17645         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17646         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17647         * plugins/macro/macros.xml: Fixed xml errors.
17649 2005-01-08  Naba Kumar  <naba@gnome.org>
17650         
17651         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17652         libegg/test-actions.c, libegg/menu/Makefile.am,
17653         libegg/menu/egg-recent-action.h: Added a new action for
17654         recent files.
17656         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17657         Fixed dispose. Cleanup.
17658         
17659         * plugins/file-loader/anjuta-loader-plugin.ui,
17660         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17661         Use the new action for recent files. Added recent files in
17662         toolbar.
17664         * plugins/project-wizard/druid.c: Show busy cursor and
17665         de-sensitize druid buttons during page change.
17666         
17667         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17668         * plugins/project-wizard/Makefile.am,
17669         plugins/project-wizard/druid.c,
17670         plugins/project-wizard/druid.h,
17671         plugins/project-wizard/install.c,
17672         plugins/project-wizard/plugin.c,
17673         plugins/project-wizard/plugin.h,
17674         plugins/project-wizard/property.c,
17675         plugins/project-wizard/property.h,
17676         (added) plugins/project-wizard/values.c,
17677         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17678         objects (in values.c and values.h) containing the values of all
17679         properties. The NPWProperty objects now keep their values in this
17680         object which is persistant for one activation of the plugin, so the
17681         user keeps all the values even if he goes backward. Used an anjuta
17682         message view to list all files copied by the project wizard.
17684 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17686         * plugins/macro/plugin.[ch],
17687         plugins/macro/macro-dialog.[ch]
17688         plugins/macro/macro-edit.[ch]
17689         plugins/macro/macro-db.[ch]
17690         plugins/macro/macro-actions.[ch]
17691         plugins/macro/anjuta-macro.plugin.in
17692         plugins/macro/anjuta-macro.glade
17693         plugins/macro/anjuta-macro.png
17694         plugins/macro/Makefile.am
17695         plugins/macro/macros.xml
17696         plugins/macro/anjuta-macro.ui (all added)
17697         configure.in
17698         plugins/Makefile.am:
17699         Added new macro plugins
17700         
17701         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17702         New icon
17703         
17704         * manuals/reference/template (removed)
17705         Removed old api reference
17706         
17707         * plugins/message-view/message-view.c:
17708         "Fixed" crash in on_row_deleted and added a
17709         comment that I cannot work this way. We will
17710         have to change everything a bit to avoid losing
17711         memory there.
17712         
17713         * plugins/text-editor/text_editor.c:
17714         Update line number width on file save
17717 2005-01-07  Naba Kumar  <naba@gnome.org>
17719         * plugins/project-wizard/anjuta-project-wizard.glade,
17720         plugins/project-wizard/druid.c,
17721         plugins/project-wizard/templates/anjuta-plugin.wiz,
17722         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17723         Display page description in bold. Fixed mandatory field check.
17725         * configure.in,
17726         libanjuta/libanjuta-1.0.pc.in,
17727         plugins/project-wizard/druid.c,
17728         plugins/project-wizard/parser.c,
17729         plugins/project-wizard/property.h,
17730         plugins/project-wizard/templates/anjuta-plugin.wiz,
17731         plugins/project-wizard/templates/terminal.wiz,
17732         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17733         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17734         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17735         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17736         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17737         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17738         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17739         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17740         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17741         plugins/project-wizard/templates/terminal/configure.in.tpl,
17742         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17743         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17744         a new property type -- hidden. Fixed terminal and anjuta-plugin
17745         project templates.
17747 2005-01-07  Naba Kumar  <naba@gnome.org>
17749         * templates/anjuta-plugin.wiz,
17750         templates/terminal.wiz,
17751         templates/terminal/Makefile.am.tpl,
17752         templates/terminal/autogen.sh,
17753         (Removed) templates/terminal/configure.ac.tpl,
17754         (Added) templates/.cvsignore,
17755         (Added) templates/Makefile.am,
17756         (Added) templates/anjuta-plugin/.cvsignore,
17757         (Added) templates/anjuta-plugin/Makefile.am,
17758         (Added) templates/anjuta-plugin/src/.cvsignore,
17759         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17760         (Added) templates/terminal/.cvsignore,
17761         (Added) templates/terminal/Makefile.am,
17762         (Added) templates/terminal/configure.in.tpl,
17763         (Added) templates/terminal/po/.cvsignore,
17764         (Added) templates/terminal/po/ChangeLog,
17765         (Added) templates/terminal/po/Makefile.am,
17766         (Added) templates/terminal/po/POTFILES.in,
17767         (Added) templates/terminal/src/.cvsignore,
17768         (Added) templates/terminal/src/Makefile.am,
17769         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17770         project wizard. Fixed configure/po/Makefile template errors.
17772 2005-01-06  Naba Kumar  <naba@gnome.org>
17774         * configure.in: Added project templates.
17775         * plugins/project-wizard/templates/*: Added to project and renamed
17776         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17777         for the project templates (so that they do not conflict with autotools
17778         build. Created proper configure.ac.tpl and autogen.sh for project
17779         templates.
17780         
17781 2005-01-06  Naba Kumar  <naba@gnome.org>
17783         * plugins/project-wizard/anjuta-project-wizard.glade,
17784         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17785         Fixed file list parsing and to take absolute file paths (for example,
17786         from an icon selected previously). Used toggle buttons for boolean
17787         properties. Check if all mandatory fields are given before going
17788         forward in the wizard. Use scrollable viewport for listing property
17789         widgets incase the list goes out of wizard's size. Added tooltips
17790         as descriptions of the property widgets. And other fixes.
17792         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17793         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17794         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17795         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17796         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17797         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17798         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17799         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17800         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17801         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17802         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17803         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17804         Restructured template files.
17806 2005-01-06  Naba Kumar  <naba@gnome.org>
17808         * configure.in: Added check for autogen.
17809         
17810         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17811         in dispose.
17812         
17813         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17814         Do not emit changed signal when in dispose.
17816         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17817         symbol-view widget has been destroyed.
17818         
17819         * src/anjuta-app.c: Set null to preference, status and ui object
17820         pointers when they are destroyed.
17822         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17823         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17824         Added boolean, integer and file property types.
17825         
17826         * plugins/project-wizard/Makefile.am,
17827         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17828         project wizard templates.
17830 2005-01-04  Naba Kumar  <naba@gnome.org>
17832         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17833         added widgets.
17834         
17835         * plugins/editor/aneditor.cxx,
17836         plugins/editor/anjuta-docman.c,
17837         plugins/editor/plugin.c,
17838         plugins/editor/text_editor.c:
17839         Removed unnecessary ref/unref of scintilla.
17840         
17841         * plugins/message-view/anjuta-msgman.c,
17842         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17843         make close button similar to document manager.
17844         
17845         * plugins/project-manager/plugin.c,
17846         plugins/project-manager/plugin.h: Removed dead codes. Removed
17847         unnecessary ref/unref.
17848         
17849         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17850         instead of hard refs.
17852 2005-01-03  Naba Kumar  <naba@gnome.org>
17854         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17855         generate() methods for IAnjutaBuildable interface.
17857         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17858         IAnjutaBuildable inteface.
17860         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17861         to destroy build context when message view is destroyed.
17862         
17863         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17864         a ref to it and unref in destructor. AnEditor class wants to be the
17865         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17866         comparisions.
17867         
17868         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17869         complicate the scene. Removed editor widget from AnjutaDocman when
17870         the widget is destroyed.
17871         
17872         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17873         from shell. It will be removed from shell when the widget is destroyed.
17874         
17875         * plugins/editor/text_editor.c: Added debug codes to track object
17876         finalizations.
17878         * plugins/message-view/anjuta-msgman.c: Remove message view on
17879         widget destroy. Destroy message view on remove. Removed all views
17880         correctly.
17881         
17882         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17883         from container.
17885 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17887         * plugins/file-wizard/action-callbacks.c,
17888         plugins/file-wizard/anjuta-file-wizard.glade,
17889         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17890         Insert Licence, copyright, header template ...
17891         
17892 2005-01-02  Naba Kumar  <naba@gnome.org>
17894         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17895         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17896         anjuta_status_add_widget() to allow setting busy cursor on non
17897         toplevel windows.
17899         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17901         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17902         mime types to take text/source also.
17903         
17904         * plugins/editor/anjuta-docman.c,
17905         plugins/editor/anjuta-docman.h,
17906         plugins/editor/plugin.c,
17907         plugins/editor/text_editor.c,
17908         plugins/editor/text_editor.h,
17909         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17910         AnjutaStatus and set busy cursor on editors.
17912         * plugins/file-loader/Makefile.am,
17913         plugins/file-loader/plugin.c,
17914         (added) plugins/file-loader/dnd.c,
17915         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17917         * src/anjuta.c: Hide anjuta window before destruction.
17919         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17920         * configure.in, plugins/Makefile.am,
17921         (removed) plugins/project-wizard/appwiz_page1.c,
17922         (removed) plugins/project-wizard/appwiz_page2.c,
17923         (removed) plugins/project-wizard/appwiz_page3.c,
17924         (removed) plugins/project-wizard/appwiz_page4.c,
17925         (removed) plugins/project-wizard/appwizard.c,
17926         (removed) plugins/project-wizard/appwizard.h,
17927         (removed) plugins/project-wizard/appwizard_cbs.c,
17928         (removed) plugins/project-wizard/appwizard_cbs.h,
17929         (removed) plugins/project-wizard/appwizard_gui.c,
17930         (removed) plugins/project-wizard/gnome_project.c,
17931         (removed) plugins/project-wizard/gnome_project.h,
17932         (removed) plugins/project-wizard/wizard_gui.c,
17933         (removed) plugins/project-wizard/wizard_gui.h,
17934         (added) plugins/project-wizard/.cvsignore,
17935         (added) plugins/project-wizard/Makefile.am,
17936         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17937         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17938         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17939         (added) plugins/project-wizard/applogo.png,
17940         (added) plugins/project-wizard/appwizard.png,
17941         (added) plugins/project-wizard/autogen.c,
17942         (added) plugins/project-wizard/autogen.h,
17943         (added) plugins/project-wizard/druid.c,
17944         (added) plugins/project-wizard/druid.h,
17945         (added) plugins/project-wizard/file.c,
17946         (added) plugins/project-wizard/file.h,
17947         (added) plugins/project-wizard/header.c,
17948         (added) plugins/project-wizard/header.h,
17949         (added) plugins/project-wizard/install.c,
17950         (added) plugins/project-wizard/install.h,
17951         (added) plugins/project-wizard/parser.c,
17952         (added) plugins/project-wizard/parser.h,
17953         (added) plugins/project-wizard/plugin.c,
17954         (added) plugins/project-wizard/plugin.h,
17955         (added) plugins/project-wizard/property.c,
17956         (added) plugins/project-wizard/property.h: Removed old application-wizard
17957         codes and added new template based (autogen based) project wizard
17958         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17960 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17962         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17963         * plugins/cvs-plugin/cvs-execute.c:
17964         Fix cvs_log which did not work because of some
17965         glade problem
17966         Patch from Mark R. Pariente <markpariente@cmu.edu>
17967         - Fix message highlighting
17969 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17970         
17971         * template/*,
17972         date/template/*,
17973         configure.in:
17974         Removed template stuff completly because we dicussed to implement
17975         a macro system for Edit->Insert Text
17977 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17978         
17979         * plugins/editor/aneditor.cxx,
17980         plugins/editor/text_editor.c:
17981         Set line number width dynamically
17982         * src/about.c:
17983         Prepered new GTK 2.6 about dialog
17985 2004-12-30  Naba Kumar  <naba@gnome.org>
17987         patch from: Massimo Corà  <maxcvs@email.it>
17988         * plugins/editor/aneditor.cxx: Highlights correct function
17989         argument in recursive calltips.
17991 2004-12-30  Naba Kumar  <naba@gnome.org>
17993         * plugins/symbol-browser/plugin.c,
17994         libanjuta/interfaces/libanjuta.idl,
17995         plugins/editor/text_editor.c: Fixed editor markers and added a new
17996         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17997         mark the line visited.
17998         
17999         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18000         libegg/Makefile.am, libegg/eggcomboselect.c,
18001         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18002         widget for use with symbol view in toolbar.
18003         
18004         * plugins/cvs-plugin/anjuta-cvs.ui,
18005         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18006         placeholder for cvs plugin context menu in filemanager.
18007         
18008 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18009         
18010         * plugins/cvs-plugin/plugin.c:
18011         Show popup menu only if the file is contained in
18012         a directory containing a "CVS" directory
18014 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18015         
18016         * plugins/cvs-plugin/cvs-action.[ch],
18017         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18018         * plugins/cvs-plugin/anjuta-cvs.ui,
18019         * plugins/cvs-plugin/plugin.c:
18020         Implemented "Import"
18021         
18022         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18023         Added right-click-menu for file-manager
18025 2004-12-26  Naba Kumar  <naba@gnome.org>
18027         * src/action-callbacks.c, src/action-callbacks.h,
18028         src/anjuta-actions.h, src/anjuta-app.c,
18029         src/anjuta.ui: Added fullscreen action.
18031         * plugins/cvs-plugin/cvs-actions.c,
18032         plugins/cvs-plugin/plugin.c,
18033         plugins/cvs-plugin/plugin.h: Watches current editor,
18034         project and file manager selection in plugin
18035         implementation.
18036         
18037 2004-12-26  Naba Kumar  <naba@gnome.org>
18039         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18040         src/action-callbacks.c: Fixed app finalization. Added a
18041         command line arg --proper-shutdown (-p), which when set
18042         will release all plugins and their resources (this option
18043         is mainly for debugging).
18044         
18045         * plugins/file-loader/plugin.c: Fixed filename duplications
18046         in recent files history.
18047         
18048         * plugins/profile-default/plugin.c: Disabled problematic
18049         plugins for now to load at startup.
18050         
18051         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18052         annoying debug prints.
18053         
18054 2004-12-23  Naba Kumar  <naba@gnome.org>
18056         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18057         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18058         plugins/cvs-plugin/anjuta-cvs.ui,
18059         plugins/cvs-plugin/cvs-actions.c,
18060         plugins/cvs-plugin/cvs-actions.h,
18061         plugins/cvs-plugin/cvs-execute.c,
18062         plugins/cvs-plugin/cvs-execute.h,
18063         plugins/cvs-plugin/Makefile.am,
18064         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18065         Added cvs log command.
18067 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18068         
18069         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18070         default
18072 2004-12-20  Naba Kumar  <naba@gnome.org>
18074         patch from: Massimo Corà  <maxcvs@email.it>
18075         * plugins/editor/aneditor.cxx: Added recursive calltips.
18077 2004-12-20  Naba Kumar  <naba@gnome.org>
18078         
18079         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18080         Show busy cursor during loading and unloading.
18081         
18082 2004-12-19  Naba Kumar  <naba@gnome.org>
18084         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18085         memory leaks. Disabled debug print.
18087         * plugins/symbol-browser/an_symbol_view.c,
18088         plugins/symbol-browser/plugin.c,
18089         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18090         problems. Creates SymbolView object every time when the
18091         plugin is activated.
18093         * plugins/project-manager/plugin.c: Close project when
18094         deactivating.
18095         
18096 2004-12-18  Naba Kumar  <naba@gnome.org>
18098         * po/POTFILES.in: Removed commented lines.
18099         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18100         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18101         * plugins/gdb/plugin.c: Fixed compile error.
18102         
18103         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18104         * libegg/eggcellrendererkeys.c: Fixed compile error.
18105         
18106 2004-12-18  Naba Kumar  <naba@gnome.org>
18108         * plugins/file-loader/plugin.c: Fixed loading bug.
18109         
18110         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18111         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18112         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18113         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18114         and corruptions. Fixed loading and unloading of plugins.
18115         
18116 2004-12-17  Naba Kumar  <naba@gnome.org>
18117         
18118         * plugins/file-loader/Makefile.am,
18119         plugins/file-loader/plugin.c,
18120         plugins/project-manager/plugin.c: Fixed memory corruption
18121         and disposition codes. Added missing plugin.h in Makefile.am.
18123 2004-12-16  Naba Kumar  <naba@gnome.org>
18125         * plugins/symbol-browser/an_symbol_view.c,
18126         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18127         codes. Fixed memory leaks and corruptions.
18129         * plugins/build-basic-autotools/build-basic-autotools.c
18130         plugins/editor/anjuta-docman.c,
18131         plugins/editor/text_editor.c,
18132         plugins/file-loader/plugin.c,
18133         plugins/file-manager/plugin.c,
18134         plugins/file-wizard/plugin.c,
18135         plugins/message-view/anjuta-msgman.c,
18136         plugins/message-view/anjuta-msgman.h,
18137         plugins/message-view/message-view.c,
18138         plugins/message-view/plugin.c,
18139         plugins/message-view/plugin.h,
18140         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18142         * src/about.c, src/about.h, src/action-callbacks.c,
18143         src/action-callbacks.h, src/anjuta-actions.h,
18144         src/anjuta-app.c, src/anjuta-app.h,
18145         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18146         src/anjuta.c, src/anjuta.h, src/getline.c, 
18147         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18148         src/start-with.c, src/start-with.h: Fixed emacs modes.
18150         * src/layout.xml: Brought document manager in front.
18151         
18152 2004-12-15  Naba Kumar  <naba@gnome.org>
18154         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18155         properly removed.
18156         
18157         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18158         finalization. Added a method to unload all plugins and destroy them.
18159         Fixed memory leaks.
18160         
18161         * plugins/sample1/plugin.c: Proper finalization code and renamed
18162         functions to proper names.
18163         
18164         * plugins/build-basic-autotools/build-basic-autotools.c,
18165         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18167         * src/shell.c: Unload all plugins on exit, so that memory profilers
18168         can detect memory leaks in plugins.
18170 2004-12-13  Naba Kumar  <naba@gnome.org>
18172         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18173         docking is working.
18174         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18175         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18177 2004-12-11  Naba Kumar  <naba@gnome.org>
18179         * data/properties/anjuta.properties: Fixed font size.
18180         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18181         compile file function. There are some fixmes there.
18182         * plugins/message-view/anjuta-msgman.c,
18183         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18184         
18185 2004-12-08  Naba Kumar  <naba@gnome.org>
18187         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18188         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18189         to escape quotes in a string.
18190         
18191         * plugins/cvs-plugin/cvs-actions.c,
18192         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18193         cvs diff command.
18195         * plugins/build-basic-autotools/build-basic-autotools.c,
18196         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18197         filters.
18198         
18199 2004-12-07  Naba Kumar  <naba@gnome.org>
18201         * plugins/build-basic-autotools/build-basic-autotools.c,
18202         plugins/build-basic-autotools/automake-c.filters: Completed directory
18203         tracking. Double click on Errors and warnings now work as expected.
18205         * plugins/build-basic-autotools.c: Added codes to track build directory
18206         so that absolute path of the files could be determined.
18208 2004-12-06  Naba Kumar  <naba@gnome.org>
18210         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18211         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18212         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18213         
18214 2004-12-05  Naba Kumar  <naba@gnome.org>
18216         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18217         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18218         
18219         * plugins/cvs-plugin/plugin.c,
18220         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18221         
18222 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18223         
18224         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18225         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18226         plugins/cvs-plugin/cvs-execute.[ch]:
18227         Implemented cvs status and cvs diff
18228         Known bugs:
18229         - rdiff command is not correct
18230         - Must find a way to allow selection of directies AND files 
18231         in GtkFileChooser
18233 2004-12-03  Naba Kumar  <naba@gnome.org>
18235         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18236         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18237         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18238         session.properties file if it is for the first time.
18239         
18240 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18241         
18242         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18243         commit.
18244         
18245         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18246         plugins/cvs-plugin/anjuta-cvs.ui:
18247         Implemented update/commit and changed menu layout 
18249 2004-12-02  Naba Kumar  <naba@gnome.org>
18251         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18252         property name (for cvs path property). Beautified dialogs.
18254 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18255         
18256         * plugins/message-view/anjuta-msgman.c: Changed callback name
18257         and changed switch-page handling.
18258         
18259         * plugins/cvs-plugin/cvs-actions.c:
18260         * plugins/cvs-plugin/cvs-execute.c:
18261         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18262         - Implemented cvs add and cvs removed - both working now
18263         - Created a useful preferences page
18264         
18266 2004-11-30  Naba Kumar  <naba@gnome.org>
18268         * libanjuta/anjuta-status.c: Fixed runtime warning.
18269         
18270         * plugins/editor/Makefile.am:
18271         plugins/editor/anjuta-document-manager.glade,
18272         plugins/editor/plugin.c
18273         plugins/editor/plugin.h
18274         plugins/editor/style-editor.c (new, moved from src/),
18275         plugins/editor/style-editor.h (new, moved from src/),
18276         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18277         settings in preferences.
18279         * plugins/editor/text_editor.c,
18280         plugins/editor/text_editor.h: Do not take unused args in
18281         text_editor_get_props().
18283         * src/style-editor.c, src/style-editor.h: Removed, moved to
18284         plugins/editor/ directory.
18286 2004-11-29  Naba Kumar  <naba@gnome.org>
18288         * plugins/editor/text_editor_cbs.c: Emit click signal in
18289         IAnjutaMarkable.
18290         * libanjuta/anjuta-status.c: More spacing between items.
18291         
18292 2004-11-29  Naba Kumar  <naba@gnome.org>
18294         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18295         
18296         * libanjuta/interfaces/libanjuta.idl,
18297         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18298         plugins/debug-manager/plugin.c,
18299         plugins/gdb/breakpoints.c,
18300         plugins/gdb/breakpoints.h,
18301         plugins/gdb/debugger.c,
18302         plugins/gdb/debugger.h,
18303         plugins/gdb/plugin.c,
18304         plugins/gdb/plugin.h,
18305         plugins/gdb/utilities.c,
18306         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18307         toggle breakpoint margin clicks.
18309 2004-11-28  Naba Kumar  <naba@gnome.org>
18311         * TODO.tasks: Fixed indentations.
18312         * plugins/gtodo/libgtodo.c: Save with indentation.
18313         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18314         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18315         * libanjuta/anjuta-status.c: Fixed busy cursors.
18316         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18317         * po/POTFILES.in: Updated.
18318         
18319 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18320         
18321         * plugins/editor/anjuta-document-manager.glade,
18322           plugins/editor/search-replace.[c,h], 
18323           plugins/editor/search-replace_backend.h
18324           plugins/editor/search-preferences.[c,h] :
18325           Saved Search-Preferences (gconf),
18326           Basic search by default.
18328 2004-11-22  Naba Kumar  <naba@gnome.org>
18330         * configure.in: Fixed build error.
18332 2004-11-21  Naba Kumar  <naba@gnome.org>
18334         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18335         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18336         Added AnjutaStatus class to libanjuta.
18337         Added anjuta_shell_get_status() method.
18338         
18339         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18340         and fixed marshaller generation.
18341         
18342         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18343         "updade_ui" signals to IAnjutaEditor interface.
18344         
18345         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18346         
18347         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18348         regexes.
18349         
18350         * plugins/class-gen/clsGen.c: Intial port.
18351         
18352         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18353         name.
18354         
18355         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18356         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18357         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18358         Implemented status update. Emits "update_ui" and "char_added" signals.
18359         Added view preferences.
18360         
18361         * plugins/file-loader/plugin.c: Added open with plugins in open with
18362         menus.
18363         
18364         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18365         
18366         * plugins/message-view/anjuta-msgman.c,
18367         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18368         to close correct message view rather than current view.
18370 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18371         
18372         * plugins/cvs-plugin/cvs-actions.c
18373         plugins/cvs-plugin/plugin.[ch]
18374         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18375         Implemented cvs add but ran into a launcher/message_view
18376         problem because of a limitation of the idl compiler
18378 2004-11-19  Naba Kumar  <naba@gnome.org>
18380         * plugins/project-manager/plugin.c: Displays a progress window during
18381         project load.
18382         
18383         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18384         Fixed UI separators.
18385         
18386         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18387         UI placeholder.
18388         
18389         * plugins/project-manager/anjuta-project-manager.ui,
18390         plugins/project-manager/plugin.[c,h]: Added add/remove context
18391         menus and implemented them. Added file manager merge menu.
18393 2004-11-18  Naba Kumar  <naba@gnome.org>
18395         * TODO.tasks: Updated.
18396         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18397         plugins/message-view/message-view.c: Fixed finalize and dispose
18398         methods.
18399         * plugins/debugger/*: Removed from cvs (development now in
18400         debug-manager).
18402 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18404         Reviewed by Naba Kumar  <naba@gnome.org>:
18405         
18406         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18407         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18408         plugins/gdb/breakpoints.c: all marker related stuff moved from
18409         editor and docman interfaces to IAnjutaMarkable
18411 2004-11-17  Naba Kumar  <naba@gnome.org>
18413         * TODO.tasks: Updated.
18414         
18415         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18416         
18417         * libegg/egg-combo-action.c: Block changed signal when changing model.
18418         
18419         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18420         Emit changed signal. Removed dead codes.
18421         
18422         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18423         that recent files history do not duplicate.
18424         
18425         * plugins/symbol-browser/an_symbol_view.c,
18426         plugins/symbol-browser/an_symbol_view.h,
18427         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18428         Fixed a bug.
18430 2004-11-15  Naba Kumar  <naba@gnome.org>
18432         * plugins/project-manager/plugin.c: Opens targets on double click.
18433         
18434         * plugins/message-view/message-view.c,
18435         plugins/file-manager/anjuta-file-manager-plugin.glade,
18436         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18437         Added proper class finalization
18438         and disposition. Added preferences notifications and callbacks to
18439         change info/warning/error colors.
18440         
18441         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18442         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18443         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18444         Implemented finalize method for AnjutaApp. Code cleanups.
18445         
18446         * plugins/message-view/plugin.c: Static parent_class.
18447         
18448 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18449         * plugins/editor/search-replace.[c,h], 
18450           plugins/editor/search-replace_backend.c
18451           Update search entry in main toolbar.
18452           Clean code.
18454 2004-11-11  Naba Kumar  <naba@gnome.org>
18456         * TODO.tasks: Updated.
18458         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18459         and completed on-the-fly-change preferences. Removed "changed"
18460         signal as it is no longer necessary (use notify for similar
18461         purpose to monitor individual preferences).
18463         
18464         * plugins/editor/anjuta-document-manager.glade: Added view menu
18465         preferences so that they are registered.
18466         
18467         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18468         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18469         connection to "changed" signal of preferences and implemented
18470         notifications for some editor preferences. More to implement.
18472 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18473         * plugins/editor/print.c
18474         Fixed bug 1047624 : Add line number every X lines.
18476 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18477         * plugins/editor/search-replace.c
18478         Fixed a crash bug (995755) when searching "%n"
18480 2004-11-09  Naba Kumar  <naba@gnome.org>
18482         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18483         Fixed to refresh categories list on file load.
18485 2004-11-08  Naba Kumar  <naba@gnome.org>
18486         
18487         * configure.in, plugins/Makefile.am,
18488         plugins/profile-default/plugin.c: Added cvs plugin in build.
18489         
18490         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18491         
18492         * plugins/debug-manager/.cvsignore: Added file to ignore.
18493         
18494         * plugins/debug-manager/Makefile.am: Removed dead codes.
18495         
18496         * src/anjuta.ui: Added placeholder for version control UI.
18498 2004-11-08  Naba Kumar  <naba@gnome.org>
18500         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18501         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18502         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18503         Updated.
18505         * global-tags/Makefile.am: Fixed make error.
18507         * plugins/profile-default/plugin.c: Added debug-manager
18508         and gdb plugins to load at startup so that debugger
18509         windows are docked properly. They will be removed
18510         later when we figure out runtime docking.
18512         * plugins/sample1/*: Restored to last working state.
18514         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18515         windows in lower pane. Named the windows appropriately.
18517         * ChangeLog: Fixed format.
18518         
18519 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18521         * libanjuta/interfaces/libanjuta.idl,
18522         libanjuta/anjuta-marshal.c,
18523         plugins/Makefile.am,
18524         plugins/debug-manager/plugin.c,
18525         plugins/editor/plugin.c,
18526         plugins/editor/text_editor.c,
18527         plugins/gdb/breakpoints.c,
18528         plugins/gdb/debugger.c,
18529         plugins/gdb/plugin.c,
18530         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18532 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18533         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18534         plugins/editor/search-replace.c,
18535         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18536         Search and Replace; Show result in find pane
18537           
18538 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18539         
18540         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18541         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18542         (added features: starting debugger and loading of core/executable,
18543         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18544         partially works)
18546 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18547         
18548         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18549         my cvs-plugin files...
18550         I hope I have rescued everything possible.
18551         
18552         * Naba: Could you please fix sample1 because I messed it up to 
18553         but there should be a histroy of this directory we should commit
18555 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18556         
18557         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18558         infrastructure
18559         * plugins/cvs-plugin/plugin.c,
18560         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18561         Added preferences dialog (not yet complete)
18563 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18564         
18565         * global-tags/Makefile.am, mime/Makefile.am:
18566         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18567         
18568         * template/xmltemplate.[ch],
18569         template/xmlstrings.[ch],
18570         template/autotools.[ch] removed,
18571         template/prj_template.[ch] removed,
18572         template/lang_template.[ch] removed,
18573         template/lib_template.[ch] removed,
18574         template/Makefile.am adjusted,
18575         template/dtds/lang.dtd removed, 
18576         template/dtds/lib.dtd removed,
18577         template/dtds/prj.dtd removed,
18578         template/dtds/autotools.dtd removed,
18579         data/template/lib/* removed,
18580         data/template/language/* removed,
18581         data/template/library/* removed,
18582         data/template/project/* removed,
18583         date/template/Makefile.am adjusted:
18584         Remove everything except text-templates to replace hardcoded 
18585         Edit->Insert texts with dynamic loaded.
18587         * plugins/cvs-plugin/plugin.[ch],
18588         plugins/cvs-actions.[ch],
18589         plugins/Makefile.am,
18590         plugins/cvs-plugin/Makefile.am,
18591         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18592         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18593         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18594         Added initial cvs-plugin code
18596 2004-10-21  Naba Kumar  <naba@gnome.org>
18597         
18598         * libanjuta/anjuta-plugin.c,
18599         plugins/build-basic-autotools/build-basic-autotools.c,
18600         plugins/debugger/plugin.c,
18601         plugins/devhelp/plugin.c,
18602         plugins/editor/anjuta-docman.c,
18603         plugins/editor/goto_line.c,
18604         plugins/editor/plugin.c,
18605         plugins/editor/search-replace.c,
18606         plugins/editor/text_editor.c,
18607         plugins/file-loader/plugin.c,
18608         plugins/file-manager/plugin.c,
18609         plugins/file-wizard/file.c,
18610         plugins/file-wizard/plugin.c,
18611         plugins/gdb/plugin.c,
18612         plugins/gtodo/plugin.c,
18613         plugins/message-view/anjuta-msgman.c,
18614         plugins/profile-default/plugin.c,
18615         plugins/project-manager/plugin.c,
18616         plugins/sample1/plugin.c,
18617         plugins/terminal/terminal.c: Defined all global variables static,
18618         particularly class parent_class variables. They were getting
18619         confused at link time.
18621         * libanjuta/plugins.c: Do not unload plugins when they are
18622         deactivated. Simply cache them for later activation. Unloading
18623         modules have some problem with shared libs using static class
18624         registration. Fixed hash type for installed plugins. Eventually,
18625         we want to add "CanUnload" attribute for .plugin files (in
18626         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18627         be unloaded from memory. Those plugins declaring CanUnload=false
18628         will not be unloaded from memory and will be put in the cache. Those
18629         not declaring anything or declaring CanUnload=true, will be unloaded
18630         from memory when they are deactivated.
18632         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18633         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18634         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18635         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18636         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18637         activation, deactivation. Fixed memory leaks.
18639 2004-10-20  Naba Kumar  <naba@gnome.org>
18641         * TODO.tasks: Updated.
18642         
18643         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18644         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18645         macro for adding interfaces to plugin types. Code cleanup.
18646         
18647         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18648         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18649         
18650         * plugins/build-basic-autotools/build-basic-autotools.c,
18651         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18652         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18653         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18654         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18655         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18656         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18657         plugins/project-manager/plugin.c,
18658         plugins/symbol-browser/an_symbol_view.c,
18659         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18660         newly defined macro to add interfaces to plugin types.
18662         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18664 2004-10-20  Naba Kumar  <naba@gnome.org>
18666         * TODO.tasks: Added task list.
18667         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18668         default values.
18670 2004-10-19  Naba Kumar  <naba@gnome.org>
18672         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18673         
18674         * plugins/editor/action-callbacks.c,
18675         plugins/editor/action-callbacks.h,
18676         plugins/editor/anjuta-docman.c,
18677         plugins/editor/anjuta-docman.h,
18678         plugins/editor/anjuta-document-manager.ui,
18679         plugins/editor/file_history.c,
18680         plugins/editor/file_history.h,
18681         plugins/editor/plugin.c: Added file history browsing.
18682         
18683         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18684         
18685         * plugins/message-view/anjuta-message-manager.ui,
18686         plugins/message-view/plugin.c: Added document manager context menu.
18687         
18688         * plugins/symbol-browser/an_symbol_view.c,
18689         plugins/symbol-browser/an_symbol_view.h,
18690         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18691         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18692         document manager context menu.
18693         
18694         * scintilla/*, scintilla/include/*: Updated to current cvs.
18695         
18696 2004-10-19  Naba Kumar  <naba@gnome.org>
18698         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18699         placeholder for debugger UI.
18700         
18701         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18702         * plugins/file-manager/plugin.c: Fixed loading bug.
18703         
18704         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18705         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18706         Initializes gconf database with default values when the
18707         values are not defined. Use bool and int prefs separately.
18709         * plugins/editor/plugin.c: Added encoding preferences.
18710         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18712         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18713         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18714         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18715         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18717 2004-10-18  Naba Kumar  <naba@gnome.org>
18719         * po/POTFILES.in: Updated.
18720         
18721         * libanjuta/anjuta-ui.c: Corrected debug messages.
18722         
18723         * libegg/egg-combo-action.c, libegg/test-actions.c,
18724         libegg/menu/egg-combo-action.h: Fixed combo action.
18725         
18726         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18727         Fixed format.
18728         
18729         * plugins/editor/action-callbacks.[c,h],
18730         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18731         Implemented file swap. Removed dead codes.
18732         
18733         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18734         dead codes.
18735         
18736         * plugins/symbol-browser/an_symbol_view.[c,h],
18737         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18738         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18739         Implemented file symbols. Implemented goto file line when symbol is
18740         selected.
18741         
18742         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18743         
18744 2004-10-10  Naba Kumar  <naba@gnome.org>
18746         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18747         
18748         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18749         
18750         * plugins/debugger/.cvsignore,
18751         (added) plugins/debugger/Makefile.am,
18752         (added) plugins/debugger/anjuta-debugger.glade,
18753         (added) plugins/debugger/anjuta-debugger.plugin.in,
18754         (added) plugins/debugger/anjuta-debugger.plugin.png,
18755         (added) plugins/debugger/anjuta-debugger.ui,
18756         plugins/debugger/attach_process.c,
18757         (removed) plugins/debugger/attach_process_cbs.c,
18758         (removed) plugins/debugger/attach_process_cbs.h,
18759         (removed) plugins/debugger/breakpoints.c,
18760         (removed) plugins/debugger/breakpoints.h,
18761         (removed) plugins/debugger/debug_tree.c,
18762         (removed) plugins/debugger/debug_tree.h,
18763         (removed) plugins/debugger/debugger.c,
18764         (removed) plugins/debugger/debugger.h,
18765         (removed) plugins/debugger/memory.c,
18766         (removed) plugins/debugger/memory.h,
18767         (added) plugins/debugger/plugin.c,
18768         (added) plugins/debugger/plugin.h,
18769         (removed) plugins/debugger/registers.c,
18770         (removed) plugins/debugger/registers.h,
18771         (removed) plugins/debugger/registers_cbs.c,
18772         (removed) plugins/debugger/registers_cbs.h,
18773         (removed) plugins/debugger/registers_gui.c,
18774         (removed) plugins/debugger/sharedlib.c,
18775         (removed) plugins/debugger/sharedlib.h,
18776         (removed) plugins/debugger/sharedlib_cbs.c,
18777         (removed) plugins/debugger/sharedlib_cbs.h,
18778         (removed) plugins/debugger/sharedlib_gui.c,
18779         (removed) plugins/debugger/signals.c,
18780         (removed) plugins/debugger/signals.h,
18781         (removed) plugins/debugger/signals_cbs.c,
18782         (removed) plugins/debugger/signals_cbs.h,
18783         (removed) plugins/debugger/signals_gui.c,
18784         (removed) plugins/debugger/stack_trace.c,
18785         (removed) plugins/debugger/stack_trace.h,
18786         (added) plugins/debugger/utilities.c,
18787         (added) plugins/debugger/utilities.h,
18788         (removed) plugins/debugger/watch.c,
18789         (removed) plugins/debugger/watch.h,
18790         (removed) plugins/debugger/watch_cbs.c,
18791         (removed) plugins/debugger/watch_cbs.h,
18792         (removed) plugins/debugger/watch_gui.c,
18793         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18794         
18795         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18796         Added debugger gdb backend plugin.
18797         
18798         * plugins/message-view/plugin.c: Registered all message stock icons.
18799         
18800         * plugins/profile-default/plugin.c: Loads debugger plugin.
18801         
18802         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18804 2004-10-08  Naba Kumar  <naba@gnome.org>
18806         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18807         information.
18808         
18809         * plugins/symbol-browser/.cvsignore,
18810         plugins/symbol-browser/Makefile.am,
18811         plugins/symbol-browser/an_symbol_view.c,
18812         plugins/symbol-browser/an_symbol_view.h,
18813         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18814         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18815         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18816         plugins/symbol-browser/plugin.c,
18817         plugins/symbol-browser/plugin.h,
18818         plugins/symbol-browser/sv_class.xpm,
18819         plugins/symbol-browser/sv_function.xpm,
18820         plugins/symbol-browser/sv_macro.xpm,
18821         plugins/symbol-browser/sv_private_fun.xpm,
18822         plugins/symbol-browser/sv_private_var.xpm,
18823         plugins/symbol-browser/sv_protected_fun.xpm,
18824         plugins/symbol-browser/sv_protected_var.xpm,
18825         plugins/symbol-browser/sv_public_fun.xpm,
18826         plugins/symbol-browser/sv_public_var.xpm,
18827         plugins/symbol-browser/sv_static_fun.xpm,
18828         plugins/symbol-browser/sv_static_var.xpm,
18829         plugins/symbol-browser/sv_struct.xpm,
18830         plugins/symbol-browser/sv_unknown.xpm,
18831         plugins/symbol-browser/sv_variable.xpm,
18832         plugins/symbol-browser/test-symbol-browser.c,
18833         plugins/Makefile.am: Implemented Symbol
18834         browser plugin.
18835         
18836         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18837         
18838         * plugins/build-basic-autotools/Makefile.am,
18839         plugins/devhelp/Makefile.am,
18840         plugins/editor/Makefile.am,
18841         plugins/file-loader/Makefile.am,
18842         plugins/file-manager/Makefile.am,
18843         plugins/file-wizard/Makefile.am,
18844         plugins/gtodo/Makefile.am,
18845         plugins/message-view/Makefile.am,
18846         plugins/profile-default/Makefile.am,
18847         plugins/project-manager/Makefile.am
18848         plugins/sample1/Makefile.am,
18849         plugins/terminal/Makefile.am,
18850         scintilla/Makefile.am,
18851         libegg/Makefile.am,
18852         launcher/Makefile.am,
18853         libanjuta/Makefile.am,
18854         src/Makefile.am,
18855         tagmanager/Makefile.am,
18856         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18857         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18858         files. Also fixed library dependencies.
18859         
18860         * plugins/editor/aneditor.cxx: Disabled unused codes.
18861         * plugins/file-manager/an_file_view.c: Added copyright.
18862         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18863         
18864         * plugins/profile-default/plugin.c: Can load plugins by location.
18865         * plugins/project-manager/plugin.c: Remove project_root_uri value
18866         when project is closed.
18867         
18868 2004-10-06  Naba Kumar  <naba@gnome.org>
18870         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18871         
18872         * libanjuta/interfaces/libanjuta.idl,
18873         plugins/editor/text_editor.c: Added get_length()
18874         and get_current_word() methods in IAnjutaEditor interface.
18875         
18876         * libegg/Makefile.am: Added test_actions target.
18877         
18878         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18879         
18880         * plugins/build-basic-autotools/build-basic-autotools.c,
18881         plugins/file-loader/plugin.c,
18882         plugins/message-view/message-view.c: Added code to go to file and
18883         line number,
18884         
18885         * plugins/devhelp/plugin.c: Context sensitive help now works.
18886         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18887         uri as line number and goes to that line number.
18888         
18889         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18890         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18891         gtodo_client_load() method to load from a diffrent file. Watched 
18892         project root directory in plugin to open TODO.tasks of the project.
18893         
18894         * plugins/project-manager/plugin.c: Updates project UI
18895         sensitive/insensitive.
18897         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18898         anjuta-shell program to test plugins.
18899         
18900         * src/anjuta-app.c: Registered UI accels.
18901         
18902 2004-09-28  Naba Kumar  <naba@gnome.org>
18904         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18905         method.
18906         
18907         * src/anjuta-app.c: Implemented present widget method.
18908         
18909         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18910         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18911         
18912         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18913         added editor.
18914         
18915         * plugins/editor/text_editor.c: Connects to preferences changed signal
18916         correctly.
18917         
18918 2004-09-28  Naba Kumar  <naba@gnome.org>
18919         
18920         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18921         print code.
18922         
18923         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18924         size to 5 pix.
18925         
18926         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18927         in changed signal callback.
18928         
18929         * plugins/editor/action-callbacks.c: Implemented save_all action
18930         callback. Removed dead code. Do save_as when saving a new file.
18931         Implemented incremental search.
18932         
18933         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18934         
18935         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18936         
18937         * src/anjuta-app.c: Registers UI accelerators.
18938         
18939 2004-09-27  Naba Kumar  <naba@gnome.org>
18941         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18942         
18943         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18944         plugins/devhelp/anjuta-devhelp.plugin.in,
18945         plugins/file-loader/anjuta-loader.plugin.in,
18946         plugins/file-manager/anjuta-file-manager.plugin.in,
18947         plugins/gtodo/anjuta-gtodo.plugin.in,
18948         plugins/project-manager/anjuta-project-manager.plugin.in,
18949         plugins/terminal/anjuta-terminal.plugin.in:
18950         Gave proper plugin names.
18952         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18953         error when regex fail.
18954         
18955         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18956         Added help and context search. Watches current editor. More menus
18957         in Help submenu. Update UI (sensitive when required) properly.
18958         
18959         * plugins/editor/anjuta-document-manager.ui,
18960         plugins/devhelp/anjuta-devhelp.ui,
18961         plugins/message-view/anjuta-message-manager.ui,
18962         src/anjuta.ui: Goto menu actions are in separate submenu.
18963         
18964         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18965         Removed unimplemented UI elements.
18966         
18967         * src/anjuta-app.c: Larger (and normal) icon size.
18968         
18969         * src/layout.xml: Task manager plugin along with document (in middle).
18970         
18971         * plugins/editor/plugin.c, plugins/file-loader.c,
18972         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18973         in gtkactions. Enable/disable UI properly.
18974         
18975 2004-09-26  Naba Kumar  <naba@gnome.org>
18977         * po/POTFILES.in: Updated, added missing files.
18979         * .cvsignore: Updated.
18980         
18981         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18982         a new function to get User input text.
18983         
18984         * libanjuta/resources.[c,h]: Added a function to created sized image.
18985         
18986         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18987         from filename, as thats the correct representation.
18988         
18989         * plugins/build-basic-autotools/Makefile.am,
18990         (added) plugins/build-basic-autotools/automake-c.filters,
18991         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18992         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18993         Rearragned UI elements in the build menu. Added codes to read build
18994         filter rules from external file. Implemented all build, configure,
18995         autogen commands. Watches current editor and project.
18996         
18997         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18998         Added editor changed signal and exports current editor value.
18999         Fixed parameter names. Fixed get_uri() interface implementation to
19000         return correct uri.
19001         
19002         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19003         elements.
19004         
19005         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19006         
19007         * plugins/file-manager/an_file_view.c,
19008         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19009         
19010         * plugins/file-wizard/file.c: Reads uri correctly.
19011         
19012         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19013         sets the page to the new view.
19014         
19015         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19016         Fixed signal connecting.
19017         
19018         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19019         to "project_root_uri" and exports as uri.
19020         
19021 2004-09-24  Naba Kumar  <naba@gnome.org>
19023         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19024         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19025         in correct way.
19026         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19027         * plugins/file-loader/plugin.c: Added comments.
19028         * plugins/build-basic-autotools/plugin.c: Added comments.
19029         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19030         
19031         * libanjuta/interfaces/libanjuta.idl,
19032         plugins/message-view/anjuta-msgman.c,
19033         plugins/message-view/message-view.c,
19034         plugins/message-view/message-view.h,
19035         plugins/message-view/plugin.c: Buffering and appending messages have
19036         been separated. message-view implementations cleaned up. Signals
19037         Emissions fixed. Messages now displayed in summary and details show
19038         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19039         API.
19040         
19041         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19042         preferences.
19043         
19044         * plugins/build-basic-autotools/Makefile.am,
19045         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19046         parsing of output to create message summaries. Uses new message view
19047         API.
19048         
19049         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19050         preferences to make dialog box smaller.
19051         
19052         * plugins/editor/search-replace.c: Fixed compile error with change
19053         in IAnjutaMessageView API.
19054         
19055 2004-09-21  Naba Kumar  <naba@gnome.org>
19057         * plugins/Makefile.am: Deletes old (installed) plugins before
19058         installing new ones.
19059         
19060         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19061         plugins/build-basic-autotools/build-basic-autotools.c,
19062         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19063         file URI from filemanager. Only disables/enables build submenu in file
19064         manager, instead of merging/unmerging.
19065         
19066         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19067         non-text files.
19068         
19069         * plugins/file-loader/anjuta-loader-plugin.ui,
19070         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19071         Implemented "Open with" file manager submenu. Displays error message
19072         when file can not be opened.
19073         
19074         * plugins/file-manager/an_file_view.c: Renamed
19075         file_manager_current_filename value name to file_manager_current_uri
19076         and exports proper URI.
19077         
19078         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19080 2004-09-19  Naba Kumar  <naba@gnome.org>
19082         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19083         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19084         save point signal to change editor tabs. Fixed accels.
19085         
19086         * plugins/file-loader/plugin.c: Fixed accels.
19088         * plugins/project-manager/plugin.c: Added target selection callback.
19089         
19090         * plugins/project-manager/plugin.c: Added URI activation.
19091         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19092         Fixed dialog and closed it on ok. Fixed a crash bug.
19093         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19095         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19096         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19097         plugins/file-loader/anjuta-loader-plugin.ui,
19098         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19099         Added recent files in file loade plugin.
19100         
19101         * ChangeLog: Fixed entry dates.
19102         
19103 2004-09-18  Naba Kumar  <naba@gnome.org>
19105         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19106         an unnecessary GtkFrame.
19107         
19108 2004-09-17  Naba Kumar  <naba@gnome.org>
19110         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19112         * TODO: Updated.
19113         
19114         * data/Makefile.am: Disabled installing old mime info.
19115         
19116         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19117         
19118         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19119         plugins/editor/anjuta-document-manager.ui,
19120         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19121         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19122         Added Editor context popup menu.
19123         
19124         * plugins/project-manager/anjuta-project-manager-plugin.png:
19125         Update image.
19126         
19127         * plugins/project-manager/anjuta-project-manager.plugin.in:
19128         Support .anjuta mime type.
19129         
19130         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19131         value.
19132         
19133         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19134         value.
19135         
19136         * src/layout.xml, plugins/profile-default/plugin.c:
19137         Added project manager plugin for startup.
19139 2004-09-16  Naba Kumar  <naba@gnome.org>
19140         
19141         * anjuta.prj: Updated.
19142         
19143         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19144         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19145         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19146         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19147         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19148         plugins/terinal/Makefile.am, src/Makefile.am,
19149         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19150         Fixed makefile syntax errors.
19152 2004-09-16  Naba Kumar  <naba@gnome.org>
19154         * configure.in, src/layout.xml,
19155         plugins/profile-default/plugin.c,
19156         libanjuta/interfaces/libanjuta.idl,
19157         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19158         
19159         * configure.in, plugins/Makefile.am,
19160         plugins/project-manager/.cvsignore, 
19161         plugins/project-manager/Makefile.am,
19162         plugins/project-manager/anjuta-project-manager-plugin.png,
19163         plugins/project-manager/anjuta-project-manager.plugin.in,
19164         plugins/project-manager/anjuta-project-manager.ui,
19165         plugins/project-manager/plugin.c,
19166         plugins/project-manager/plugin.h: Added project manager plugin
19167         based on gnome-build.
19168         
19169         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19170         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19171         
19172         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19173         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19174         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19175     
19176 2004-09-16  Naba Kumar  <naba@gnome.org>
19178         * plugins/editor/action-callbacks.c: Fixed compile error.
19179         
19180 2004-09-15  Naba Kumar  <naba@gnome.org>
19182         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19183         
19184         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19185         New improved splace with nicer progress.
19186         
19187         * configure.in, plugins/Makefile.am,
19188         (added) file-wizard/.cvsignore,
19189         (added) file-wizard/Makefile.am,
19190         (added) file-wizard/action-callbacks.c,
19191         (added) file-wizard/action-callbacks.h,
19192         (added) file-wizard/anjuta-file-wizard-plugin.png,
19193         (added) file-wizard/anjuta-file-wizard.glade,
19194         (added) file-wizard/anjuta-file-wizard.plugin.in,
19195         (added) file-wizard/anjuta-file-wizard.ui,
19196         (added) file-wizard/file.c,
19197         (added) file-wizard/file.h,
19198         (added) file-wizard/plugin.c,
19199         (added) file-wizard/plugin.h:
19200         Created new file wizard and added it. The wizard takes care of text
19201         bit insertions and new files creation.
19203         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19204         plugins/editor/action-callbacks.h,
19205         plugins/editor/anjuta-document-manager.glade,
19206         plugins/editor/anjuta-document-manager.ui,
19207         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19208         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19209         new files code and moved into a new plugin (file wizard).
19210         
19211         * libanjuta/plugins.[c,h]: Added plugins selection function.
19212         
19213         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19214         get_position(), insert() in IAnjutaEditor interface. Added
19215         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19216         interface (for wizard plugins).
19218         * plugins/file-loader/anjuta-loader-plugin.ui,
19219         plugins/file-loader/plugin.c: Added wizard launcher interface which
19220         scans for plugins implement IAnjutaWizard interface and presents the
19221         list to user for selection. The selected plugin is then activated
19222         for the wizard.
19224         * libanjuta/interfaces/.cvsignore: Updated.
19225         * plugins/message-view/.cvsignore: Updated.
19226         * plugins/launcher/*: Removed as launcher has already been moved to
19227         libanjuta as class.
19229         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19230         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19231         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19232         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19233         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19234         Updated API documentations.
19236 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19238         * configure.in: Added Punjabi to ALL_LINGUAS
19240 2004-07-29  Naba Kumar  <naba@gnome.org>
19242         * configure.in: Added file-loader plugin Makefile path and
19243         fixed devhelp version requirement.
19245 2004-07-28  Naba Kumar  <naba@gnome.org>
19247         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19248         terminal/preferences-terminal.png (added), message-view/*.png (added),
19249         message-view/*.xpm (added), editor/*.png (added),
19250         editor/*.xpm (added), plugins/editor/Makefile.am,
19251         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19252         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19253         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19254         respective plugins directories.
19256         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19257         pixmaps/block-end-16.png, pixmaps/block-end.png
19258         pixmaps/block-start-16.png, pixmaps/block-start.png
19259         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19260         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19261         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19262         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19263         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19264         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19265         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19266         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19267         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19268         pixmaps/preferences-editor.png, pixmaps/undock.png
19269         pixmaps/error-next-16.png, pixmaps/error-next.png
19270         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19271         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19272         pixmaps/preferences-terminal.png: Deleted
19274         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19275         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19276         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19277         plugins/editor/anjuta-document-manager.plugin.in,
19278         plugins/editor/anjuta-document-manager.ui,
19279         plugins/editor/plugin.c, plugins/editor/print.c,
19280         plugins/editor/search-replace_backend.c,
19281         plugins/editor/search_preferences.h,
19282         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19283         Moved properties souce files to editor plugin as it not required in
19284         libanjuta. Other editor fixes.
19286         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19287         libegg/dock/* (removed)
19288         : Restored GDL external dependencies and removed libegg dock
19289         sources, because gdl is being developed.
19290         
19291         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19292         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19293         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19294         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19295         libanjuta/plugins.c, libanjuta/plugins.h,
19296         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19297         gconf system. Shell now takes docking positions. Added more utility
19298         functions. Added plugins query function. And other fixes.
19300         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19301         
19302         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19303         plugin to load files based on mime type.
19304         
19305         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19306         
19307         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19308         plugins/file-manager/plugin.c: File manager now uses file loader to
19309         open files.
19311         * plugins/message-view/anjuta-msgman.c,,
19312         plugins/message-view/message-view.c,
19313         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19315         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19316         plugins/terminal/terminal.c, src/Makefile.am,
19317         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19318         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19319         
19320         * libegg/dock/*: Removed directory.
19321         
19322 2004-07-28  Naba Kumar  <naba@gnome.org>
19324         * configure.in: Reduced gnome-print version requirement.
19325         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19327 2004-07-21  Ray Strode  <rstrode@redhat.com>
19328         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19329         new mime sytem.
19331 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19332         
19333         * plugins/editor/search-replace.c: Some fixes
19334         * plugins/terminal/Makefile.am:
19335         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19337 2004-05-19  Naba Kumar  <naba@gnome.org>
19339         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19340         compiler warning.
19342 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19344         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19345         Implemented IAnjutaSavable
19346         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19348 2004-05-17  Naba Kumar  <naba@gnome.org>
19350         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19351         plugins/build-basic-autotools/.cvsignore,
19352         plugins/build-basic-autotools/Makefile.am,
19353         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19354         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19355         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19356         plugins/build-basic-autotools/build-basic-autotools.c,
19357         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19358         build plugin.
19359         
19360         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19361         definition.
19362         
19363         * plugins/file-manager/an_file_view.c,
19364         plugins/file-manager/anjuta-file-manager.ui,
19365         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19366         Added context menu UI.
19367         
19368         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19369         in view menu.
19371 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19372         
19373         * libanjuta/anjuta-preferences.[ch]: 
19374         Added save/load_gconf functions
19375         * src/action_callbacks.[ch], src/preferences.c: 
19376         Load global prefs from gconf at startup and save them
19377         on exit. Prefs load and save correctly but something resets
19378         them to default after loading...
19379         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19380         Somehow the linker does not find save/load_gconf functions
19381         in libanjuta. Must be a stupid mistake, I would be glad
19382         if someone could fix that.
19383         * manuals/reference/libanjuta-sections.txt: Added new
19384         preferences functions and removed gnome-filelist
19385         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19386         * plugins/file-manager/plugin.c:
19387         Added root-path property
19389 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19390         
19391         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19392         they are not longer needed.
19393         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19394         anjuta-sections.txt: Remove references to the files
19395         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19396         Use new nautilus icons for file-manager, looks incredible
19397         cool!
19399 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19400         
19401         * plugins/editor/anjuta-docman.c: gchar* to 
19402         const gchar* in arguments
19403         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19404         Interface
19405         * plugins/file-manager/an_file_view.c: Open files on
19406         double-click. Does not work yet because it does not
19407         find IAnjutaFile interface in document manager
19409 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19410         
19411         * plugins/editor/anjuta-docman.c
19412         * plugins/editor/text_editor.c:
19413         Made close button working, made multiple selection in
19414         File/Open dialog possble, fixed crash bug if file cannot
19415         be opened.
19417 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19418         
19419         * plugins/editor/action-callbacks.c
19420         * plugins/editor/anjuta-docman.c
19421         * plugins/editor/anjuta-docman.h
19422         * plugins/editor/search-replace.c
19423         * plugins/editor/search-replace_backend.c
19424         * plugins/editor/text_editor.c
19425         * plugins/editor/text_editor.h:
19426         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19427         able to open all files, use uri instead of full_filename, fixed
19428         many bugs.
19431 2004-05-13  Naba Kumar  <naba@gnome.org>
19433         * plugins/message-view/anjuta-message-manager-plugin.glade:
19434         HIG compliant.
19436         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19437         management.
19439         * pixmaps/anjuta_splash.png: Added border.
19440         
19441         * plugins/editor/anjuta-document-manager.png: New icon.
19442         
19443         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19444         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19445         
19446         plugins/editor/Makefile.am,
19447         plugins/editor/search-replace.c,
19448         plugins/editor/search-replace.h,
19449         plugins/editor/search-replace_backend.c,
19450         plugins/editor/search-replace_backend.h,
19451         plugins/editor/search_preferences.h,
19452         plugins/editor/search_preferences.c: Merged changes from
19453         ANJUTA_1_2_0 branch.
19454         
19455         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19456         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19457         operational.
19459         * plugins/terminal/Makefile.am,
19460         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19461         dialog.
19462         
19463         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19464         submenu.
19466 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19467         * plugins/message-view/plugin.c: Fixed glade file loading
19468         Removed "Show messages" menu item
19469         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19470         twice because of this load system layout hack.
19471         * libanjuta/anjuta-ui.h: Removed #include config.h
19472         * libanjuta/libanjuta.pc: Fixed path and depencies
19473         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19474         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19475         * libanjuta/properties.cxx : #include "properties_cxx.h"
19476         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19478 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19479         * plugins/message-view/*: Fixed message view preferences
19480         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19481         * anjuta.glade: Removed messages stuff
19483 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19484         
19485         * Removed libanjutamm, it is now hosted on SF.net:
19486         cvs.sf.net/cvsroot/anjuta/libanjutamm
19488 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19489         
19490         * libanjutamm/*
19491         Added some experimental code to add support for C++ plugins.
19492         Nothing works yet and it is likely that it will disappear but
19493         I have some questions to murrayc and he wants to see the code.
19495 2004-05-11  Naba Kumar  <naba@gnome.org>
19497         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19499         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19500         hightlight style menu actions.
19502         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19503         manuals/reference/libanjuta/plugin-description-file.sgml,
19504         manuals/reference/libanjuta/writing-plugins.sgml,
19505         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19506         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19507         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19509         * src/anjuta-app.c: Always load system layout for now.
19511         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19512         
19513         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19514         manuals/reference/libanjuta/libanjuta-sections.txt,
19515         manuals/reference/libanjuta/libanjuta.types,
19516         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19517         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19518         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19519         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19520         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19521         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19522         Updated documentation.
19524         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19525         plugins/profile-default/plugin.c, src/layout.xml:
19526         Created terminal plugin.
19527          
19528         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19529         (new) plugins/file-manager/.cvsignore,
19530         plugins/file-manager/an_file_view.c,
19531         plugins/file-manager/plugin.c,
19532         plugins/file-manager/plugin.h: Moved preferences to separate
19533         glade file and added cvsignore file.
19534         
19535         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19536         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19537         from the branch. I tried it     but there were way too many conflicts.
19538         
19539         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19540         
19541         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19542         util functions required during the merge.
19543         
19544         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19545         interface.
19546         
19547         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19548         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19549         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19550         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19551         Merged with ANJUTA_1_2_0 branch.
19553 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19555         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19557 2004-05-07  Naba Kumar  <naba@gnome.org>
19559         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19561         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19562         Added preferences reading and loading.
19563         
19564         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19565         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19566         libanjuta/fileselection.c, libanjuta/fileselection.h,
19567         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19568         
19569         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19571         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19572         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19573         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19574         data/macros/autogen.sh, data/macros2/autogen.sh
19575         data/properties/ada.properties, data/properties/anjuta.properties,
19576         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19577         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19578         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19579         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19580         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19581         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19582         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19583         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19584         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19585         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19586         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19587         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19588         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19589         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19590         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19591         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19592         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19593         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19594         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19595         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19596         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19597         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19598         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19599         (added) scintilla/scintilla-marshal.c,
19600         (added) scintilla/scintilla-marshal.h,
19601         (added) scintilla/scintilla-marshal.list,
19602         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19603         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19604         (added) scintilla/patches/scintilla-calltip-align.patch,
19605         (added) scintilla/patches/scintilla-minor.patch,
19606         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19608 2004-05-06  Naba Kumar  <naba@gnome.org>
19610         * (added) plugins/file-manager/Makefile.am,
19611         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19612         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19613         (added) plugins/file-manager/anjuta-file-manager.ui,
19614         (added) plugins/file-manager/plugin.c,
19615         (added) plugins/file-manager/plugin.h,
19616         (removed) plugins/file-manager/an_file_view.h,
19617         plugins/Makefile.am, configure.in,
19618         plugins/file-manager/an_file_view.c: Created file manager plugin.
19619         
19620         * plugins/profile-default/plugin.c: Added file manager plugin in default
19621         profile.
19622         
19623         * libanjuta/Makefile.am: Fixed dependencies.
19624         * pixmaps/anjuta_splash.png: New splash screen.
19626 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19627         
19628         * template/template.c/h: Added in-line doc
19629         * manuals/reference/template/*: Added template documentation
19630         * configure.in: Build template docs
19632 2004-05-05  Naba Kumar  <naba@gnome.org>
19634         * autogen.sh: Added commands to generate initial interfaces.
19635         
19636         * libanjuta/Makefile.am,
19637         (removed)libanjuta/anjuta-plugin-parser.c,
19638         (removed)libanjuta/anjuta-plugin-parser.h,
19639         (added)libanjuta/anjuta-plugin-description.c,
19640         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19641         plugin description.
19642         
19643         * libanjuta/anjuta-plugin.c,
19644         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19645         
19646         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19647         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19648         widget add_widget() method.
19649         
19650         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19651         and moved plugin sets loading in profile plugins.
19652         
19653         * libanjuta/interfaces/.cvsignore,
19654         (removed)libanjuta/interfaces/Makefile.am,
19655         libanjuta/interfaces/libanjuta.idl,
19656         libanjuta/interfaces/anjuta-idl-compiler.pl,
19657         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19658         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19659         (removed)libanjuta/interfaces/ianjuta-editor.c,
19660         (removed)libanjuta/interfaces/ianjuta-editor.h,
19661         (removed)libanjuta/interfaces/ianjuta-file.c,
19662         (removed)libanjuta/interfaces/ianjuta-file.h,
19663         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19664         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19665         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19666         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19667         *.h and Makefile.am files. They are autogenerated. Interfaces are
19668         by anjuta-idl-compiler.pl from libanjuta.idl file.
19669         
19670         * manuals/reference/libanjuta/Makefile.am,
19671         manuals/reference/libanjuta/anjuta-architecture.sgml,
19672         manuals/reference/libanjuta/libanjuta-docs.sgml,
19673         manuals/reference/libanjuta/libanjuta-sections.txt,
19674         manuals/reference/libanjuta/libanjuta.types,
19675         manuals/reference/libanjuta/plugin-description-file.sgml,
19676         manuals/reference/libanjuta/writing-plugins.sgml,
19677         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19678         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19679         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19680         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19681         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19682         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19683         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19684         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19685         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19686         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19687         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19688         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19689         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19690         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19691         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19692         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19693         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19694         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19695         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19696         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19697         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19698         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19699         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19700         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19701         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19702         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19703         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19704         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19705         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19706         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19707         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19708         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19709         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19710         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19711         interfaces template sgmls.
19712         
19713         * plugins/Makefile.am,
19714         plugins/devhelp/anjuta-devhelp.plugin.in,
19715         plugins/devhelp/plugin.c,
19716         plugins/editor/action-callbacks.c,
19717         plugins/editor/anjuta-document-manager.plugin.in,
19718         plugins/editor/plugin.c,
19719         plugins/editor/plugin.h,
19720         plugins/editor/text_editor.c,
19721         plugins/sample1/plugin.c,
19722         plugins/message-view/anjuta-message-manager.plugin.in,
19723         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19724         placement. Fixed other errors.
19725         
19726         * (added)plugins/profile-default/.cvsignore,
19727         (added)plugins/profile-default/Makefile.am,
19728         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19729         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19730         (added)plugins/profile-default/anjuta-default-profile.ui,
19731         (added)plugins/profile-default/plugin.c,
19732         (added)plugins/profile-default/plugin.h: Added a default new
19733         profile plugin.
19734         
19735         * src/Makefile.am,
19736         src/action-callbacks.c,
19737         src/anjuta-app.c,
19738         src/anjuta.c,
19739         src/main.cpp: Fixed necessary changes for libanjuta
19741 2004-05-04  Naba Kumar  <naba@gnome.org>
19743         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19744         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19745         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19746         placement for default widgets placements.
19748 2004-05-03  Naba Kumar  <naba@gnome.org>
19750         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19751         manuals/reference/libanjuta/libanjuta-docs.sgml,
19752         manuals/reference/libanjuta/plugin-description-file.sgml,
19753         manuals/reference/libanjuta/writing-plugins.sgml:
19754         Wrote more sections in writing-plugins document and fixed errors.
19756 2004-05-03  Naba Kumar  <naba@gnome.org>
19758         * libanjuta/interfaces/libanjuta.idl: Added interface
19759         IAnjutaFileManager.
19760         
19761         * manuals/reference/libanjuta/anjuta-architecture.dia,
19762         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19763         architecture diagram.
19764         
19765         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19766          manuals/reference/libanjuta/libanjuta-docs.sgml,
19767         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19768         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19769         Wrote writing-plugins document and separated chapters into
19770         separate sgml files.
19771         
19772         * plugins/file-manager/an_file_view.c,
19773         plugins/file-manager/an_file_view.h: New and improved directory
19774         rendering.
19776 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19778         * anjuta.glade: re-designed the new file dialog
19779         * anjuta_dialogs_strings.c: new strings from the new file dialog
19781 2004-04-30  Naba Kumar  <naba@gnome.org>
19783         * libanjuta/interfaces/Makefile.am.iface,
19784         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19785         
19786         * libanjuta/interfaces/libanjuta.idl: Updated.
19788         * libanjuta/interfaces/Makefile.am.iface,
19789         libanjuta/interfaces/libanjuta.idl: Updated.
19791 2004-04-29  Naba Kumar  <naba@gnome.org>
19792         
19793         * libanjuta/interfaces/Makefile.am.iface,
19794         libanjuta/interfaces/libanjuta.idl: Updated.
19796 2004-04-29  Naba Kumar  <naba@gnome.org>
19798         * libanjuta/interfaces/giface-idlc-c.pl,
19799         libanjuta/interfaces/libanjuta.idl: Upgraded.
19800         * libanjuta/interfaces/Makefile.am.iface: Added.
19801         
19802 2004-04-28  Naba kumar  <naba@gnome.org>
19804         * libanjuta/interfaces/giface-idlc-c.pl,
19805         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19806         definitions and wrote a compiler.
19807         
19808 2004-04-28  Naba Kumar  <naba@gnome.org>
19810         * libanjuta/anjuta-shell.c: Fixed docs.
19811         * libanjuta/interfaces/Makefile.am,
19812         libanjuta/interfaces/ianjuta-file.c,
19813         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19814         
19815         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19816         
19817         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19819         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19820         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19821         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19822         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19823         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19824         * src/anjuta-app.c: Fixed bug.
19826 2004-04-27  Naba Kumar  <naba@gnome.org>
19828         * libanjuta/anjuta-preferences-dialog.c,
19829         manuals/Makefile.am: Fixed document bugs and enabled docs
19830         building.
19832         * libanjuta/anjuta-preferences-dialog.c,
19833         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19834         More documentation.
19835         
19836         * libanjuta/anjuta-preferences.c,
19837         manuals/reference/libanjuta/libanjuta-docs.sgml,
19838         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19839         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19840         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19841         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19842         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19843         Wrote more documentations.
19845         * (removed) plugins/message-view/imessage-view.c,
19846         (removed) plugins/message-view/ianjuta-msgman.c,
19847         plugins/message-view/Makefile.am,
19848         plugins/message-view/anjuta-msgman.c,
19849         plugins/message-view/anjuta-msgman.h,
19850         plugins/message-view/message-view.c,
19851         plugins/message-view/message-view.h,
19852         plugins/message-view/plugin.c,
19853         plugins/message-view/plugin.h: Moved interface implementations
19854         in their respective classes and used correct macros to
19855         defined class types.
19857         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19858         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19859         AnjutaUI from GtkUIManager instead of GtkDialog.
19861         * manuals/reference/libanjuta/Makefile.am,
19862         manuals/reference/libanjuta/libanjuta-docs.sgml,
19863         manuals/reference/libanjuta/libanjuta-sections.txt,
19864         manuals/reference/libanjuta/libanjuta.types,
19865         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19866         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19867         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19868         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19869         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19870         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19871         Wrote more documentation, fixed typos, added architecture
19872         diagram, updated object types etc.
19874         * plugins/editor/text_editor.c: Fixed interface implementation.
19876 2004-04-26  Naba Kumar  <naba@gnome.org>
19878         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19879         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19880         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19881         architecture diagram and a new chapter on plugins description file.
19883 2004-04-25  Naba Kumar  <naba@gnome.org>
19885         *  libanjuta/anjuta-children.h,
19886         libanjuta/anjuta-plugin.c,
19887         libanjuta/anjuta-plugin.h,
19888         libanjuta/anjuta-preferences.c,
19889         libanjuta/anjuta-shell.c,
19890         libanjuta/anjuta-shell.h,
19891         libanjuta/e-splash.c,
19892         libanjuta/e-splash.h,
19893         manuals/reference/libanjuta/Makefile.am,
19894         manuals/reference/libanjuta/libanjuta-docs.sgml,
19895         manuals/reference/libanjuta/libanjuta-sections.txt,
19896         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19897         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19898         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19899         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19900         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19901         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19902         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19903         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19904         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19905         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19906         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19907         manuals/reference/libanjuta/tmpl/defaults.sgml,
19908         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19909         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19910         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19911         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19912         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19913         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19914         manuals/reference/libanjuta/tmpl/plugins.sgml,
19915         manuals/reference/libanjuta/tmpl/properties.sgml,
19916         manuals/reference/libanjuta/tmpl/resources.sgml,
19917         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19918         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19919         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19920         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19921         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19922         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19924         Added more template files and wrote more documentation.
19926 2004-04-24  Andras Timar  <timar@gnome.hu>
19928         * configure.in: Added hu to ALL_LINGUAS.
19930 2004-04-23  Naba Kumar  <naba@gnome.org>
19931         
19932         * configure.in: Fixed compile error.
19933         
19934         * libanjuta/anjuta-children.c,
19935         libanjuta/anjuta-children.h,
19936         libanjuta/anjuta-preferences.c,
19937         libanjuta/anjuta-preferences.h,
19938         libanjuta/anjuta-shell.c,
19939         libanjuta/anjuta-ui.c,
19940         libanjuta/anjuta-ui.h,
19941         manuals/reference/libanjuta/Makefile.am,
19942         manuals/reference/libanjuta/libanjuta-docs.sgml,
19943         manuals/reference/libanjuta/libanjuta.types,
19944         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19945         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19946         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19947         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19948         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19949         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19950         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19951         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19952         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19953         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19954         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19955         manuals/reference/libanjuta/tmpl/defaults.sgml,
19956         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19957         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19958         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19959         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19960         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19961         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19962         manuals/reference/libanjuta/tmpl/plugins.sgml,
19963         manuals/reference/libanjuta/tmpl/properties.sgml,
19964         manuals/reference/libanjuta/tmpl/resources.sgml,
19965         plugins/sample1/plugin.c: Added libanjuta API documentation.
19967 2004-04-22  Naba Kumar  <naba@gnome.org>
19969         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19970         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19971         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19972         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19973         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19974         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19975         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19976         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19977         (removed) libegg/eggradiotoolbutton.c,
19978         (removed) libegg/eggseparatortoolitem.c,
19979         (removed) libegg/eggtoggletoolbutton.c,
19980         (removed) libegg/eggtoolbar.c,
19981         (removed) libegg/eggtoolbutton.c,
19982         (removed) libegg/eggtoolitem.c,
19983         (removed) libegg/prop-editor.c,
19984         (removed) libegg/test-actions.c,
19985         (removed) libegg/test-drag.c,
19986         (removed) libegg/test-merge.c,
19987         (removed) libegg/test-toolbar.c,
19988         libegg/menu/Makefile.am,
19989         (removed) libegg/menu/egg-accel-dialog.h,
19990         (removed) libegg/menu/egg-action-group.h,
19991         (removed) libegg/menu/egg-action.h,
19992         libegg/menu/egg-entry-action.h,
19993         (removed) libegg/menu/egg-markup.h,
19994         (removed) libegg/menu/egg-menu-merge.h,
19995         (removed) libegg/menu/egg-menu.h,
19996         (removed) libegg/menu/egg-radio-action.h,
19997         (removed) libegg/menu/egg-toggle-action.h,
19998         (removed) libegg/menu/howitshouldwork.txt,
19999         (removed) libegg/toolbar/.cvsignore,
20000         (removed) libegg/toolbar/Makefile.am,
20001         (removed) libegg/toolbar/TODO,
20002         (removed) libegg/toolbar/eggradiotoolbutton.h,
20003         (removed) libegg/toolbar/eggseparatortoolitem.h,
20004         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20005         (removed) libegg/toolbar/eggtoolbar.h,
20006         (removed) libegg/toolbar/eggtoolbutton.h,
20007         (removed) libegg/toolbar/eggtoolitem.h,
20008         (removed) libegg/toolbar/prop-editor.h,
20009         (removed) libegg/toolbar/toolbar-api.txt,
20010         (removed) libegg/toolbar/toolbar-ideas.txt,
20011         plugins/devhelp/anjuta-devhelp.ui,
20012         plugins/devhelp/plugin.c,
20013         plugins/editor/action-callbacks.c,
20014         plugins/editor/action-callbacks.h,
20015         plugins/editor/anjuta-docman.c,
20016         plugins/editor/anjuta-document-manager.ui,
20017         plugins/editor/plugin.c,
20018         P plugins/message-view/Makefile.am,
20019         plugins/message-view/anjuta-message-manager.ui,
20020         plugins/message-view/plugin.c,
20021         plugins/sample1/anjuta-sample.ui,
20022         plugins/sample1/plugin.c,
20023         src/action-callbacks.c,
20024         src/action-callbacks.h,
20025         src/anjuta-actions.h,
20026         src/anjuta-app.c,
20027         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20028         Gtk actions and UIManager. Fixed all plugins to use this.
20029         
20030         * manuals/reference/gtkdoc-scangobj.diff,
20031         manuals/reference/libanjuta/Makefile.am,
20032         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20033         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20034         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20035         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20036         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20038         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20039         
20040 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20041         
20042         * plugins/message-view/imessage-view.c
20043         * plugins/message-view/ianjuta-msgman.c:
20044         Added interfaces
20046 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20048         * configure.in: Added en_CA to ALL_LINGUAS.
20050 2004-04-08  Naba Kumar  <naba@gnome.org>
20052         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20053         libanjuta/interfaces/Makefile.am,
20054         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20055         message manager and message view interfaces.
20057         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20058         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20059         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20060         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20061         src/anjuta-app.c: Used 'activate' and
20062         'deactivate' virtual methods for plugins. Fixed installed plugins
20063         dialogs. Added remove_widget() method for AnjutaShell.
20065         * libanjuta/interfaces/Makefile.am,
20066         libanjuta/interfaces/ianjuta-document-manager.c,
20067         libanjuta/interfaces/ianjuta-document-manager.h,
20068         libanjuta/interfaces/ianjuta-editor.c,
20069         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20070         and editor interfaces.
20072         * plugins/devhelp/plugin.c,
20073         plugins/message-view/anjuta-message-manager.plugin.in,
20074         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20075         plugins/sample1/plugin.c: Updated plugins implementation to
20076         reflect the changes.
20078 2004-04-07  Naba Kumar  <naba@gnome.org>
20080         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20081         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20082         libanjuta/interfaces/ianjuta-editor.h,
20083         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20084         plugins/editor/anjuta-docman.c,
20085         plugins/editor/anjuta-document-manager.plugin.in,
20086         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20087         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20088         Added supported interfaces for plugins. Tested plugin interfaces
20089         through sample plugin.
20090         
20091 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20092         
20093         * template/Makefile.am, data/templates/library/Makefile.am
20094         Fixed some automake-1.7 incompatibilities
20095         * template/xmltemplate.c: Small fix
20097 2004-02-23  Naba Kumar  <naba@gnome.org>
20099         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20100         Added plugins manager dialog.
20101         
20102         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20103         library dependencies.
20104         
20105         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20106         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20107         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20108         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20109         geometry command line option.
20110         
20111 2004-02-16  Naba Kumar  <naba@gnome.org>
20113         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20114         Added interfaces and IAnjutaEditor editor interface.
20115         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20116         interface.
20117         * libanjuta/anjuta-shell.h: Fixed bug.
20118         
20119 2004-02-13  Naba Kumar  <naba@gnome.org>
20121         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20122         
20123 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20124         
20125         * data/template/*/.cvsignore:
20126         Avoid all these ? in cvs output
20128 2004-02-13  Naba Kumar  <naba@gnome.org>
20130         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20131         includes and linking.
20133         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20134         and set required version to devhelp 0.8. This devhelp version
20135         can be acquired from gnome cvs branch devhelp branch
20136         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20138         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20139         src/actions-callbacks.c: Added Dock Manager settings menu item.
20141         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20142         * plugins/devhelp/plugin.c: Fixed a linking bug.
20143         
20144         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20145         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20146         external GDL dependency and used libegg codes.
20147         
20148 2004-02-12  Naba Kumar  <naba@gnome.org>
20150         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20151         Added devhelp plugin, but it can't be used without a
20152         patch in devhelp. So it's disabled for now.
20154         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20155         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20156         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20157         Update cvsignore files.
20159         * libanjuta/plugins.c, widgets/e-splash.c:
20160         Fixed plugins loading to show splash icons.
20161         
20162         * plugins/message-view/anjuta-message-manager.plugin.in,
20163         plugins/message-view/plugin.c: Fixed plugin registered name.
20165         * plugins/message-view/anjuta-message-view.png,
20166         plugins/sample1/anjuta-sample-plugin.png: Update images.
20168         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20169         src/main.c: Fixed layout loading.
20171         * plugins/devhelp/Makefile.am: Fixed error.
20173         * (removed) widgets/*, libanjuta/plugins.h,
20174         src/main.c: Transfered widgets to libanjuta/.
20175         
20176         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20177         toplevel directory to created only one library as libanjuta-egg.
20179         * data/Makefile.am: Fixed build error.
20181         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20182         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20183         libegg/.cvsignore: Added egg dock widget.
20185         * gdl/*: Removed as they are now available in libegg.
20186         
20187 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20189         * plugins/editor/anjuta-docman.c:
20190         Use stock close icon on tab close button
20192 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20193         
20194         * data/template/Makefile.am
20195         data/template/language/Makefile.am
20196         data/template/library/Makefile.am
20197         data/template/text/Makefile.am
20198         data/template/project/Makefile.am
20199         data/template/project/terminal/Makefile.am
20200         configure.in: Created Makefile to install templates
20202 2004-02-11  Naba Kumar  <naba@gnome.org>
20204         * plugins/editor/action-callbacks.c,
20205         plugins/editor/anjuta-document-manager.ui,
20206         plugins/editor/plugin.c
20207         plugins/message-view/anjuta-message-manager.ui,
20208         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20209         
20210 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20211         
20212         * plugins/message-view/*: MessageView plugin is now loaded
20213         The menu items are still dummies.
20215 2004-02-09  Naba Kumar  <naba@gnome.org>
20217         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20218         generation.
20219         
20220         * libanjuta/anjuta-preferences.h: Added some documentation.
20221         
20222         * libanjuta/anjuta-shell.h: Removed dead codes.
20223         
20224         * (removed) manuals/reference/gtkdoc-scangobj,
20225         manuals/reference/gtkdoc-scangobj.diff,
20226         manuals/reference/libanjuta/.cvsignore,
20227         manuals/reference/libanjuta/Makefile.am,
20228         manuals/reference/libanjuta/README.inline-doc,
20229         manuals/reference/libanjuta/README.sections,
20230         manuals/reference/libanjuta/libanjuta-docs.sgml,
20231         manuals/reference/libanjuta/libanjuta-sections.txt,
20232         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20233         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20234         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20235         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20236         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20237         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20238         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20239         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20240         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20241         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20242         manuals/reference/libanjuta/tmpl/defaults.sgml,
20243         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20244         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20245         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20246         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20247         manuals/reference/libanjuta/tmpl/plugins.sgml,
20248         manuals/reference/libanjuta/tmpl/properties.sgml,
20249         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20250         of scan program. Updated templates.
20252         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20253         editor action callbacks data.
20254         
20255         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20256         scintilla object ref/unref.
20258 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20259         
20260         * template/*: Added new xml based template system
20261         * template/dtds/*: Dtds to validate xml files of the template systems
20262         * data/template/*: Some sample template files
20263         Still needs some work but builds fine!
20265 2004-02-06  Naba Kumar  <naba@gnome.org>
20267         * cofigure.in, manuals/Makefile.am,
20268         (added) manuals/reference/*: Added API documentation
20269         structure (gtk-doc based).
20271         * libanjuta/libanjuta.h: Updated
20272         
20273 2004-02-05  Naba Kumar  <naba@gnome.org>
20274         
20275         * configure.in: Sets correct dependencies and
20276         uses gdl external library.
20278         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20279         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20280         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20281         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20282         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20283         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20284         and added file dialogs.
20286         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20287         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20288         Build dynamic libraries for libegg.
20290         * plugins/Makefile.am, plugins/editor/Makefile.am,
20291         plugins/editor/action-callbacks.c, 
20292         plugins/editor/action-callbacks.h,
20293         plugins/editor/anjuta-docman.c,
20294         plugins/editor/anjuta-docman.h
20295         plugins/editor/anjuta-document-manager.plugin.in
20296         plugins/editor/anjuta-document-manager.png
20297         plugins/editor/anjuta-document-manager.ui
20298         plugins/editor/file.c
20299         plugins/editor/file.h
20300         plugins/editor/plugin.c
20301         plugins/editor/print.c
20302         plugins/editor/print.h
20303         plugins/editor/search-replace.c
20304         plugins/editor/search_incremental.c
20305         plugins/editor/search_incremental.h
20306         plugins/editor/text_editor.c
20307         plugins/editor/text_editor.h
20308         plugins/editor/text_editor_cbs.c
20309         plugins/editor/text_editor_menu.h
20310         plugins/sample1/Makefile.am
20311         plugins/sample1/anjuta-sample-plugin.png
20312         plugins/sample1/anjuta-sample.plugin.in
20313         plugins/sample1/anjuta-sample.ui
20314         plugins/sample1/plugin-sample1.c
20315         plugins/sample1/plugin.c
20316         plugins/sample1/plugin.h: Created sample
20317         plugin and fixed editor plugin.
20319         * printing/*: Removed.
20321         * scintilla/Makefile.am: Builds dynamic library.
20323         * src/Makefile.am, src/action-callbacks.c,
20324         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20325         src/anjuta-actions.h, src/anjuta-app.c,
20326         src/anjuta-app.h, src/anjuta-callbacks.c,
20327         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20328         (removed) src/anjuta.h, src/anjuta.ui,
20329         src/layout.xml, src/main.c, src/preferences.h,
20330         src/utilities.c: Debuggged and finally made plugins
20331         loadable.
20333         * global-tags/Makefile.am: Fixed build error.
20335 2004-02-03  Naba Kumar  <naba@gnome.org>
20337         * configure.in: Users GDL from external package.
20338         * plugins/*: Added many new plugins (not ready though).
20339         * src/*: Removed many files (which have been transfered in plugins/).
20340         
20341 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20343         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20345 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20347         * configure.in: Added editor plugins
20348         
20349         * plugins/Makefile.am, src/search-replace_backend.h,
20350         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20351         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20352         
20353         * Added: plugins/editor/search_incremental.c, 
20354         plugins/editor/search_incremental.h
20356         * Update search-replace in plugins/editor
20357         
20358 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20359         
20360         * plugins/message-view/message-view.c: Some code clean-up
20362 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20364         * Added: search_incremental[ch]
20365         
20366         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20367         src/mainmenu_callbacks.c, src/toolbar.c
20368         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20369         
20370         * Incremental Search
20372 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20373         
20374         * plugins/message-view/anjuta-msgman.[c/h]:
20375         Added message manager for easier message handling with a
20376         similar interface as docman. Of course you can still use
20377         MessageView standalone.
20378         * plugins/Makefile.am: Added message-view because it compiles
20379         without errors.
20381 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20382         
20383         * plugins/message-view/*: Added message-view plugin 
20384         (still incomplete) 
20385         * configure.in: Added plugins/message-view/Makefile
20387 2004-01-03  Naba Kumar  <naba@gnome.org>
20389         * libanjuta/*.c: Added new files and updated old ones.
20390         * plugins/editor/*: Added editor plugin.
20391         * configure.in: Added editor plugin and moved editor related
20392         files into it.
20394 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20396         * src/Makefile.am: Added search-replace_backend.[ch]
20397         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20398         find_replace.[ch]
20399         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20400         src/search-replace_backend.c, src/search-replace_backend.h,
20401         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20402         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20403         src/toolbar_callbacks.c
20404         * The advanced Search/Replace functionality now replaces the older
20405         Find/Replace stuff.
20406         * The Search/Replace functionality can be interrupted during a long
20407         Search/Replace;
20408         
20409 2003-12-11  Naba Kumar  <naba@gnome.org>
20411         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20412         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20413         errors.
20414         * Makefile.am, libanjuta/*: Added new module.
20415         * src/Makefile.am: Fixed linking error.
20416         * src/watch_cbs.c: Debugger clean up.
20417         * configure.in: Added libanjuta-2.0.pc
20419         * configure.in, libanjuta/Makefile.am,
20420         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20421         libanjuta instead.
20423 2003-12-11  Naba Kumar  <naba@gnome.org>
20425         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20427         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20428         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20429         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20430         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20431         The user can now give a name at the creation of a new file and
20432         insert automatically (user choice) header, gpl notice, header
20433         template. The file extension is added automatically according
20434         to the selected type of file. The various insert functions have
20435         been moved from mainmenu-callback.c to file.c. The cursor is now
20436         moved after an insert operation. Removes also useless code in
20437         memory.c and search-replace.c
20438         
20439 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20441         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20442         sortable headers, process tree, removal of path and process params
20443         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20444         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20445         code cleanup
20447 2003-12-10  Naba Kumar  <naba@gnome.org>
20449         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20450         
20451 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20453         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20455 2003-11-28  Naba Kumar  <naba@gnome.org>
20457         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20458         
20459         * manuals/de/*: Added german translation docs.
20460         
20461         * configure.in, Makefile.am, src/Makefile.am,
20462         libegg/*/*: Added libegg library.
20463         
20464         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20465         installation directory.
20466         
20467         * src/text_editor_cbs.c: Fixed closing of file.
20469 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20470                                                                                 
20471         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20473 2003-09-05  Naba Kumar  <naba@gnome.org>
20475         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20476         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20477         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20478         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20479         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20480         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20481         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20482         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20483         using libegg. Initial commit -- compiles but is not complete.
20485 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20487         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20489 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20491         * configure.in: Removed "ta" from ALL_LINGUAS.
20493 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20495         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20497 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20499         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20501 2004-04-24  Andras Timar  <tmar@gnome.hu>
20503         * configure.in: Added hu to ALL_LINGUAS.
20505 2004-04-14  Naba Kumar  <naba@gnome.org>
20507         * src/Makefile.am, printing/Makefile.am,
20508         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20509         because we are still using GtkCombo and build breaks with gtk-2.4.
20510         
20511 2004-04-13  Naba Kumar  <naba@gnome.org>
20513         * NEWS: Updated.
20514         * anjuta.spec.in: Fixed build error.
20515         * po/POTFILES.in: Updated.
20516         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20518 2004-04-11  Naba Kumar  <naba@gnome.org>
20520         * NEWS: Updated.
20521         * AUTHORS: Updated.
20522         * configure.in: Added ga in ALL_LINGUAS.
20523         * ChangeLog: Fixed dates.
20524         
20525 2004-04-09  Naba Kumar  <naba@gnome.org>
20527         * src/print.c: Fixed buffer styling bug when printing with
20528         selection.
20530         * data/properties/anjuta.properties: Defined only one base font and
20531         used courier instead of lucidatypewriter, because most newer systems are
20532         unlikely to have it (bug #885023, #925956, #890473).
20533         
20534         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20535         warning.
20536         
20537         * src/an_file_view.c: Fixed possible crash bug.
20539 2004-04-07  Naba Kumar  <naba@gnome.org>
20541         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20542         gtk_main_quit() etc..), so that atexit() functions are not called
20543         (which is apparently done to free up memory and we don't need to
20544         do that at this point). Incidentally, something also happens in the
20545         atexit call which freezes the UI for far too long when the application
20546         exits and we want to avoid that..
20547         * src/glade_iface.c: Fixed compiler warning.
20548         
20549 2004-04-06  Naba Kumar  <naba@gnome.org>
20551         * src/project_dbase_gui.c: Fixed errors.
20553         * src/registers_gui.c: Fixed possible crash bug.
20554         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20555         * src/signals.[c,h]: Used tree view and glade file for dialog.
20556         * src/Makefile.am, src/about.c, src/an_file_view.c,
20557         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20558         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20559         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20560         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20561         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20562         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20563         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20564         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20565         src/launcher.h, src/main.c, src/main_menubar.c,
20566         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20567         src/message-manager-private.cc, src/message-manager.cc,
20568         src/preferences.c, src/project_config.c, src/project_dbase.c,
20569         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20570         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20571         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20572         src/search-replace.c, src/search-replace_backend.c,
20573         src/search_incremental.c, src/search_preferences.c,
20574         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20575         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20576         src/signals_gui.c, src/source.c, src/src_paths.c,
20577         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20578         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20579         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20580         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20581         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20582         tagmanager/Makefile.am, scintilla/include/SString.h,
20583         widgets/Makefile.am, widgets/gnomefilelist.c:
20585         Removed all deprecated codes and substituted
20586         with newer APIs. Fixed some possible crash bugs where cell renderers
20587         were being shared.
20588         
20589         * scintilla/patches/scintilla-minor.patch: Minor patch.
20591 2004-04-06  Naba Kumar  <naba@gnome.org>
20593         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20594         tree after all the files have been added (and not everytime a file
20595         is added in the project). Also fixed some memory corruption
20596         (possibly bug #900478).
20597         
20598         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20599         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20600         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20601         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20602         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20603         qualifier wherever appropriate.
20605 2004-04-05  Naba Kumar  <naba@gnome.org>
20607         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20608         switch terminal echo on/off. Debugger requires it off, while the
20609         rest requires it on.
20611         * src/search-replace.c: sets search direction and action (in addtion
20612         to target) for find in files.
20613         
20614 2004-04-02  Naba Kumar  <naba@gnome.org>
20616         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20618         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20619         src/an_symbol_view.c: Added an gtk events loop for
20620         displaying project loading status (for loading large projects) and
20621         debugger program starting ... just to give an impression of fastness :-).
20623         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20625         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20626         crash bug, which occurs when opening and closing a large project
20627         repeatedly.
20628         
20629         * src/attach_process.c: Fixed a comiple error for old gcc.
20630         
20631         * src/launcher.c: Prints proper error message when launcher child
20632         could not be executed and exits properly. Fixed a crash
20633         bug (bug #926606).
20634         
20635         * src/resources.c, src/utilities.c, src/glade_iface.c,
20636         src/debugger.c, src/attach_process.c: Properly exits forked children
20637         when they could not be executed.
20638         
20639 2004-04-01  Naba Kumar  <naba@gnome.org>
20641         * src/search-replace.c: Fixed a crash bug (bug #921893).
20643 2004-03-31  Naba Kumar  <naba@gnome.org>
20645         * anjuta.glade: Added a note on compiler options dialog ->support
20646         dialog telling that supports are only available for file mode.
20648         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20649         src/anjuta_cbs.c:
20650         Improved shutdown time delay by bypassing project closing
20651         and unloading plugins.
20653         * src/build_file.c, data/properties/anjuta.properties: Added a property
20654         to toggle on/off for going to first error automatically.
20656 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20658         * src/debugger.c: fixed core file loading
20659         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20660         for long lines (bugs #700968 and #911376)
20661         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20662         #917982.
20663         * src/anjuta.c: Focuses current AnEditor correctly.
20665 2004-03-30  Naba Kumar  <naba@gnome.org>
20667         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20668         * AUTHORS: Updated with all contributors names.
20669         * NEWS: Updated.
20670         * src/about.c: Reads contributors names from AUTHORS file.
20671         * manuals/C/anjuta-manual/authors.xml: Points to online
20672         contributors list.
20673         
20674 2004-03-29  Naba Kumar  <naba@gnome.org>
20676         * data/properties/ada.properties: Fixed syntax colors. Patch
20677         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20678         (bug #923474).
20680         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20681         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20682         generated projects, so that their pixmap files are
20683         found properly (bug #919903).
20684         
20685         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20686         anjuta.
20688         * src/source.c: Installs .glade file of libgllade
20689         projects in $(datadir)/$(package)/glade (part of bug #861038).
20690         
20691         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20692         in compiler options (bug #883837).
20693         
20694         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20695         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20696         
20697 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20699         * anjuta/src/search-replace.c: fixed another crash bug in
20700         "Find Usage"
20701         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20702         breakpoint property fix
20704 2004-03-29  Naba Kumar  <naba@gnome.org>
20706         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20707         (new) manuals/C/anjuta-advanced-tutorial/*:
20708         Added menu entry for 'Anjuta Advanced Tutorial'
20709         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20711 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20712         
20713         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20714         Fixed bug #908941  ('Open' starts in wrong directory)
20715         
20716 2004-03-26  Naba Kumar  <naba@gnome.org>
20718         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20719         compile error and bug #905738 with terminal.
20721         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20722         src/search-replace.[h,c], src/search_incremental.[h,c],
20723         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20724         src/text_editor.[c,h]: Fixed compiler warnings.
20725         
20726         * src/search-replace.c: Fixed a memory corruption (possible
20727         fix for bug #921893, but not yet confirmed).
20728         
20729         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20730         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20731         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20732         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20734 2004-03-25  Naba Kumar  <naba@gnome.org>
20736         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20737         crash bug with attach process dialog and made the dialog closable
20738         with 'esc'.
20739         
20740         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20741         always display within the margin.)
20742         
20743         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20744         the old breakpoint when it's properties are updated
20745         (creating a new updated one).
20746         
20747 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20749         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20750         displayed for wrong file.
20751         * src/breakpoints.c: conditional breakpoints
20752         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20753         "Find in Files..." disabling policy
20755 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20757         * src/build_file.c: Fixed bug #874380
20758         Goto the first error if it exists.
20760 2004-03-24  Naba Kumar  <naba@gnome.org>
20762         * src/anjuta.c: Fixed to get correct child exit status
20763         using mask (bug #905738).
20764         
20765         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20766         Aligned buttons in the New file dialog,
20767         set default response to OK, entry box activates default response,
20768         ESC closes dialog and hides on delet_event.
20770 2004-03-19  Naba Kumar  <naba@gnome.org>
20772         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20773         tree).
20775 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20777         * src/search-replace.c: fixed "Find Usage" crash when no project open
20779 2004-03-17  Naba Kumar  <naba@gnome.org>
20781         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20782         Fixed the generated projects to read m4 directory if the directory
20783         exists (bug #917781).
20784         
20785 2004-03-12  Naba Kumar  <naba@gnome.org>
20787         * HACKING: Fixed formatting for auto-parsing.
20789 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20790         
20791         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20792         rework (bug #890609)
20794 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20795         
20796         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20798 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20799         
20800         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20801         * src/search_preferences.c: Fixed typo.
20802         
20803 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20804         
20805         * src/search-replace.c: improved Search&Replace
20806         For the moment "Replace All" does not work with non opened files
20807         but Anjuta should not crash now ! ??? 
20808         
20809 2004-02-26  Naba Kumar  <naba@gnome.or>
20811         * src/source.c: Fixed to pass cflags correctly
20812         and suppress the automake's default cflags.
20813         bug #816130, #801056, #782798, #773459
20814         
20815         * data/properties/anjuta.properties: Do not defualt to -k make option.
20816         bug #875486.
20818         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20819         bug #877683.
20820         
20821         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20822         
20823         * src/message-manager-private.cc: Disabled debug messages.
20824         
20825 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20827         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20829 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20830         * anjuta.glade, src/search-replace.c:
20831         Reduced Search&Replace dialog, bug #902636.
20832         
20833 2004-02-23  Naba Kumar  <naba@gnome.or>
20835         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20836         (bug #866143).
20838 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20839         
20840         * src/search_incremental.c: Fixed bug #900903
20842 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20843         
20844         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20845         src/anjuta.c: Fixed bugs #890609 and #890609
20847 2004-02-23  Naba Kumar  <naba@gnome.or>
20849         * src/message-manager.cc: Disconnects menuitem signal properly.
20850         Fixed bug #901723.
20851         
20852         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20853         bug #900897.
20854         
20855 2004-02-20  Naba Kumar  <naba@gnome.org>
20857         * src/message-manager-private.[c,h]: Implemented keypress
20858         event for the terminal and resets it when ctrl c or ctrl d
20859         is pressed. But it doesn't seem to be working on keypress.
20860         Added a workaround to let it work on key release instead.
20861         (bug #878357).
20862         
20863         * src/search-replace: Fixed compiler warnings.
20864         
20865 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20867         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20868         Use defined file name when saving new files (fixes bug #898105)
20869         Don't change filename when clicking on a directory
20870         
20871         BTW: Happy birthday to me :-)
20872         
20873 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20874         
20875         * src/search-replace.c: Fixed a crash bug 
20876         Crash on Find & Replace (#887833)
20877         
20878 2004-02-18  Naba Kumar  <naba@gnome.org>
20880         * src/executer.c: Fixed a crash bug.
20881         
20882         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20883         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20884         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20885         instead of GtkWindow (Part of bug #671596).
20886         
20887         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20888         src/registers_gui.c, src/registers_cbs.[h,c],
20889         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20890         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20891         src/compiler_options.c, src/an_file_view.c, start-with.c,
20892         src/anjuta-tools.c, help.c:
20894         Added "close" buttons on all
20895         dialogs (HIG) and fixed to properly response to ESC close
20896         (Part of bug #671596).
20898         * src/launcher.c: Disabled printing of long debug lines.
20899         
20900         * src/utilities.h: Fixed a compiler warning.
20901         
20902 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20904         * src/anjuta.c: "Save all" action now asks for filenames for new files
20905         (fixes bug #898111)
20907 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20909         * anjuta.glade, src/text_editor.c:
20910         Fixed a typo in Hello World indentation style 
20911         Fixed misuse of translated strings when looking for style
20912         This entry fixes bug #876037
20914 2004-02-16  Naba Kumar  <naba@gnome.org>
20916         * src/utilities.c: Fixed return value when dest file could
20917         not be created.
20919         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20920         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20921         internal function to compare files.
20922         
20923 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20925         * src/message-manager-private.cc:
20926         Set bold color as foreground color in terminal
20927         (fixes bug #864924)
20929         * src/aneditor.cxx:
20930         Use font style defined for message indicators in
20931         preferences/messages
20932         (fixes bug #885032)
20934 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20936         * src/build_project.c:
20937         Use build.silent option from preferences (fixes bug #895726)
20938         
20939 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20941         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20943 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20944         
20945         Patch from Massimo Corà <maxcvs@email.it>:
20946         * scintilla/LexCPP.cxx: Support "///" comments
20948 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20949         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20950         src/search_replace.h, src/search-replace_backend.h
20951         anjuta.glade
20952         
20953         * Added: src/search_preferences.c, src/search_preferences.h
20954         Allow the user to save search/replace settings and give them names.
20956 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20957         
20958         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20959         scintilla/ScintillaGTK.cxx:
20960         Hopefully fixed AMD 64 crash bug by using correct marshaller
20962 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20964         * src/preferences.c: Save GtkOptionMenu properties properly
20965         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20967 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20968         
20969         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20970         Fixed libiconv issue
20971         * NEWS: Updated
20973 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20974         
20975         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20976         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20977         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20978         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20979         src/sharedlib_gui.c:
20980         Debugger speed-up, replaced deprecated GtkCList
20982 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20984         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20986 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20988         * configure.in: Added "sq" to ALL_LINGUAS.
20990 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20992         * configure.in: Added "ko" to ALL_LINGUAS.
20994 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20996         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20997         src/search_incremental.c, src/search_incremental.h: 
20998         Search_incremental code cleanup
21000 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21002         * scintilla/*/*: Updated scintilla to CVS
21003         * Added: scintilla/Readme.sync
21004         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21005         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21006         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21007         scintilla/ScintillaGTK.cxx,
21008         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21009         scintilla/include/Scintilla.iface: Updated.
21011 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21013         * search-replace_backend.[ch], search_incremental[ch]: Added
21014         
21015         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21016         find_replace.[ch]: Removed.
21017         
21018         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21019         src/search-replace_backend.c, src/search-replace_backend.h,
21020         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21021         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21022         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21023         functionality now replaces the older Find/Replace stuff. The Search/Replace
21024         functionality can be interrupted during a long Search/Replace.
21026 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21028         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21029         selecting ".." and "." from file selector. 
21031 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21033         * anjuta.glade: Fixed wrong "fold.symbols" property
21035 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21036         
21037         * src/project_dbase_gui.c: Alphabetical order ;-)
21038         * src/compiler_options.c: Fixed bug #867539
21039         * src/launcher.c: Workaround for bugs #864922, #849928,
21040         #846386 and #845782: The launcher no longer hangs but does
21041         not get the exit status correctly sometimes.
21042         * Changes suggested by Bosik are obviously already in without
21043         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21044         * NEWS, README, anjuta.prj, configure.in: 
21045         Changed version to 1.2.1
21046         
21047         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21048         * anjuta_dialogs_strings.c, anjuta.glade: 
21049         Fixed bugs #860906, #859329
21050         
21051         Patch from grzegol@pld-linux.org
21052         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21053         freedesktop.org standard)
21055 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21056         
21057         Patch from Stefano Vallarino <stevalla@libero.it>:
21058         * src/source.[c/h]: Fixes cpp sample file to conform to 
21059         ISO/IEC 14882, C++-Standard 
21061 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21063         Review by Johannes Schmid <jhs@cvs.gnome.org>
21064         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21065         command using sh -c.
21066         * src/compile.c: Use build_execute_shell_command when compiling single
21067         files.
21069 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21070         
21071         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21072         * src/breakpoints.c: Code cleanup, workaroud for possible 
21073         launcher bug
21074         * src/src_paths.c: Update debugger dirs on directory change
21076 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21078         Review by Johannes Schmid <jhs@cvs.gnome.org>
21079         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21080         sortable headers, process tree, removal of path and process params
21081         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21082         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21083         code cleanup
21085 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21086         
21087         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21088         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21089         Add a dialog for "New file" which lets the user set the 
21090         filename and to add copyright/header templates to the file
21091         * Review: Changed function names to contain modules name (file_)
21093 2003-12-09  Naba Kumar  <naba@gnome.org>
21095         * setup-gettext: Fixed a typo.
21096         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21098 ---- Released version 1.2.0 ---
21100 2003-12-08  Naba Kumar  <naba@gnome.org>
21102         * src/preferences.c: Fixed compiler error.
21103         * global_tags/create_global_tags.sh: Fixed to install properly
21104         even when system.tags could not be generated.
21105         * NEWS: Updated.
21107 2003-12-06  Naba Kumar  <naba@gnome.org>
21109         * setup-gettext: Fixed to not generate intl directory with gettextize.
21111         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21112         * src/anjuta.c: Filters out unnecessary files from find in files
21113         command.
21114         
21115         * NEWS: Updated.
21116         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21117         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21118         
21119 2003-12-04  Naba Kumar  <naba@gnome.org>
21120         
21121         * src/gnome_project.c: Enables debug and optimization flags for
21122         new projects.
21123         
21124         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21125         
21126         * src/project_dbase_gui.c: combined header and c files for
21127         file selector.
21128         
21129         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21130         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21132 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21134         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21136 2003-11-29  Naba Kumar  <naba@gnome.org>
21138         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21139         * NEWS: Updated.
21141 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21142         
21143         * src/main_menubar.c: Now files cannot be opened twice in recently
21144         file menu
21146 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21148         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21150 2003-11-28  Naba Kumar  <naba@gnome.org>
21152         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21153         
21154 2003-11-27  Naba Kumar  <naba@gnome.org>
21156         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21157         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21158         
21159         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21160         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21161         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21162         checkbox in project wizard (project options page) to enable/disable
21163         source code generation with glade(mm).
21164         
21165         * NEWS: Updated
21166         
21167 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21169         * src/dnd.c: Opening files with special characters in the name.
21171 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21173         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21174         a long time.
21176 2003-11-18  Naba Kumar  <naba@gnome.org>
21178         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21179         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21180         src/project_import.c, plugins/patch/patch-plugin.c:
21181         Fixed g_signal_diconnect calls to pass correct data.
21182         (Fixed possible crash in project imports).
21183         
21184         * NEWS: Updated.
21185         
21186 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21188         Reviewed by Naba Kumar  <naba@gnome.org>
21189         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21190         and debugger. Sets default settings for pty in launcher.
21191         * data/gdb.init: Removed charset work around (now works with user's
21192         native charset)
21193         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21195 2003-11-18  Naba Kumar  <naba@gnome.org>
21197         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21198         names of 'index' to 'idx'.
21199         
21200 2003-11-17  Naba Kumar  <naba@gnome.org>
21202         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21203         * src/project_dbase.c: Prompts user for unsaved project files
21204         when project is closed.
21205         
21206 2003-11-16  Naba Kumar  <naba@gnome.org>
21208         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21209         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21210         older gcc.
21211         
21212 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21213         
21214         * src/anjuta.c: Fixed crash related to tag == NULL while 
21215         anjuta is exiting
21217 2003-11-11  Naba Kumar  <naba@gnome.org>
21219         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21220         found. It simply doesn't generate the c/c++ codes and continues with
21221         just a warning.
21222         * NEWS: Updated.
21223         
21224 2003-11-10  Naba Kumar  <naba@gnome.org>
21226         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21227         'Start with dialog'.
21229         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21230         German translation of anjuta-tutorial.
21231         
21232         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21233         * NEWS: Updated.
21235 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21237         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21238         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21239         the syntax highlighting in Preferences, the automatic syntax
21240         highlighting is now selected. When the debugger is stopped and the
21241         breakpoints window not closed, the gtk_tree_view in this window is
21242         now made unsensitive.
21244 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21246         * src/preferences.h, src/preferences.c, anjuta.glade:
21247         Fixed translation bug in preferences by using GtkOptionMenu
21248         * anjuta.prj: Project version 1.1.98
21250 ---------------- Released version 1.1.98 ----------------
21252 2003-11-07  Naba Kumar  <naba@gnome.org>
21254         * anjuta.spec.in: Revived docs package and combined all docs into
21255         one package.
21256         * configure.in: Bumped version to 1.1.98 rc2
21257         * NEWS: Updated.
21258         * anjuta.spec.in: Fixed scrollkeepr-update command.
21259         * anjuta.spce.in: Fixed file permissions.
21261 2003-11-06  Naba Kumar  <naba@gnome.org>
21263         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21264         menus to activate anjuta helps.
21265         
21266         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21267         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21268         manuals/C/anjuta-faqs/legal.xml (added),
21269         manuals/C/anjuta-faqs/Makefile.am,
21270         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21271         manuals/C/anjuta-faqs/.cvsignore,
21272         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21273         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21274         manuals/C/anjuta-tutorial/legal.xml (added),
21275         manuals/C/anjuta-tutorial/Makefile.am,
21276         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21277         manuals/C/anjuta-tutorial/.cvsignore,
21278         manuals/C/anjuta-manual/*.sgml (removed),
21279         manuals/C/anjuta-manual/*.xml (added),
21280         manuals/C/anjuta-manual/Makefile.am,
21281         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21282         manuals/C/anjuta-manual/.cvsignore,
21283         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21284         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21285         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21286         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21287         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21288         manuals/ja/anjuta-faqs/legal.xml (added),
21289         manuals/ja/anjuta-faqs/Makefile.am,
21290         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21291         manuals/ja/anjuta-faqs/.cvsignore,
21292         manuals/ja/anjuta-manual/*.sgml (removed),
21293         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21294         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21295         manuals/ja/anjuta-manual/*.xml (added),
21296         manuals/ja/anjuta-manual/Makefile.am,
21297         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21298         manuals/ja/anjuta-manual/.cvsignore,
21299         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21300         manuals/sgmldocs.make (removed),
21301         manuals/xmldocs.make (added), manuals/omf.make (added),
21302         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21303         documentations to newer docbook xml documentations. Converted 
21304         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21305         Enabled manulas installations.
21306         
21307         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21309 2003-11-05  Naba Kumar  <naba@gnome.org>
21311         * data/gdb.init: Sets host's charset to ascii to solve debugger
21312         freeze up due to uninitialized strings in target program.
21314         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21315         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21316         
21317         * NEWS: Updated.
21318         
21319         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21320         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21322 2003-11-04  Naba Kumar  <naba@gnome.org>
21324         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21325         problems.
21326         
21327         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21328         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21329         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21330         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21331         in file headers.
21332         
21333         * src/search-replace.c: Fixed infinite loop bug.
21334         * start-with.c: Fixed a crash bug with "Open last project".
21335         
21336         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21337         * scintilla/Makefile.am: Fixed compiler option.
21338         
21339 2003-10-16  Naba Kumar  <naba@gnome.org>
21341         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21342         * src/text_editor.c: Fixed autoformat.
21343         
21344 2003-10-15  Naba Kumar  <naba@gnome.org>
21346         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21347         of CTRL+number.
21348         
21349 2003-10-09  Naba Kumar  <naba@gnome.org>
21351         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21352         
21353 2003-10-08  Naba Kumar  <naba@gnome.org>
21355         * src/source.c: Fixed a GETTEXT typo error.
21356         * anjuta.glade: Made 'Sorted in order you open them' default option
21357         for editor tabs.
21359         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21360         * anjuta.glade, data/properties/anjuta.properties:
21361         Fixed the freeze of the "Preferences" combos at the first Anjuta
21362         init is generated by:
21363                 - a not complete translation of preferences.c file
21364                 - a difference between 2 names in anjuta.glade and
21365                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21366                 - the same name given to 3 combos (anjuta.glade).
21367                 
21368         * src/find_text.c: If the "whole document" mode is selected,
21369         a new search will select the next occurrence (Bug #764954).
21370         It is now possible to use the shortcuts to search next or previous
21371         occurrence even if the search dialog has the focus.     Bug #790318
21372         
21373         * src/main_menubar_def.h: "Select code block" shortcut; the new
21374         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21375         (Bug #811016).
21377         Patch from: Richard Lee  <r.h.lee@comcast.net>
21378         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21379         tagmanager/tm_workspace.c: The following is a patch to fix a
21380         seemingly random occurence where Anjuta would crash when a
21381         certain key was pressed.
21383 2003-09-29  Naba Kumar  <naba@gnome.org>
21385         * src/find_in_files.c: Ignores binary by default. Disabled the option
21386         of NOCVS search, because launcher does not use sh and hence can not
21387         pipe.
21388         
21389         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21390         "clean before build" state in project session and not in account session,
21391         otherwise the state gets reflected to other projects causing annoyance.
21392         
21393         * src/compiler_options.c: Fixed a bug where compiler options were always
21394         claimed 'modified'.
21396         * src/build_project.c, data/properties/anjuta.properties,
21397         src/commands.[h]: Fixed a bad bug where clean-before-build
21398         doesn't work.
21399         
21400         * scintilla/patches/research-cvs-nolog.diff,
21401         scintilla/patches/scintilla-ac-gtk2-port.diff,
21402         scintilla/patches/scintilla-ac-sort-fix.diff,
21403         scintilla-optimization.diff: Removed, because they are already in
21404         scintilla CVS.
21405         
21406         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21407         2003-09-29).
21409         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21410         scintilla/LexYAML.cxx: Added new scintilla lexers.
21411         
21412         * TODO, NEWS: Updated.
21414         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21415         * src/utilities.c: Fixed typo bugs.
21417 2003-09-26  Naba Kumar  <naba@gnome.org>
21419         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21420         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21421         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21422         text_editor_find() and Fixed I-Search wrapping.
21423         * src/debugger.c: Fixed to pass a newline after a debugger
21424         command (which was broken since the launcher was refactored.
21425         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21427 2003-09-25  Naba Kumar  <naba@gnome.org>
21429         * src/toolbar_callbacks.c: Fixed start of incremental search.
21430         
21431         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21432         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21433         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21434         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21435         menu and implementation.
21437 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21439         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21440         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21441         variables in Locals window.
21443 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21445         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21446         * src/utilities.[ch] : Fix a tooltip bug in 
21447         anjuta_util_toolbar_append_stock(), the label appeared instead of
21448         the tooltip text. Remove label from arguments of the function
21449         because label is included in the stock icon data.
21450         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21451         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21452         * FIXME: translation file should be updated because of label text removal.
21454 2003-09-24  Naba Kumar  <naba@gnome.org>
21456         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21457         
21458         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21459         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21460         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21461         stdout and stderr. Also buffered output and check-for-password
21462         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21463         with password prompts. Checkes for password prompts from all outputs.
21464         
21465         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21466         which takes a string (which could be utf8 also) and converts into
21467         utf8 string.
21468         
21469         * src/main.c: Connects kernel signals after gnome_program_init().
21470         
21471         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21472         * src/message-manager.c: Fixed bug #787026 by converting the strings
21473         to proper UTF8.
21474         
21475 2003-09-22  Naba Kumar  <naba@gnome.org>
21477         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21478         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21479         GtkCList and using GtkTreeView instead. Added the patch.
21480         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21481         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21482         
21483 2003-09-19  Naba Kumar  <naba@gnome.org>
21485         * printing/print.c: Proper UTF8 printing support.
21486         * src/main.c: moved kernel signal connects at the
21487         end of application initialization.
21488         
21489 2003-09-18  Naba Kumar  <naba@gnome.org>
21491         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21492         (new) lexers.make, (new) lexers: Update scintilla to latest
21493         scintilla CVS (2003-09-18), added new lexers, automated
21494         lexers makefiles sections and scintilla update. Added
21495         patches. Optimized pango rendering. Fixed a crash bug
21496         in scintilla.
21497         
21498         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21499         patch to remove cvs log command from RESearch.cxx file.
21500         * scintilla/patches/scintilla-pango-always.diff:
21501         Fixed file name.
21502         * scintilla/RESearch.cxx: Removed spurious cvs log command
21503         and logs.
21504         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21505         
21506         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21507         * src/dnd.c: Fixed a crash bug with DND.
21508         
21509 2003-09-15  Naba Kumar  <naba@gnome.org>
21511         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21512         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21513         src/toolbar_callbacks.c: Added an additional parameter to
21514         text_editor_goto_line() funtion which decides if the line should
21515         be made visible (if it's under fold).
21516         
21517         * src/style-editor.c: Fixed a compiler warning.
21518         * src/message-manager.cc: Calls parent method correctly.
21520         * src/preferences.h: Fixed prent class.
21521         
21522         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21523         * src/project_dbase.c: Fixed bug #713210.
21524         
21525 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21526                                                                                 
21527         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21529 2003-09-11  Naba Kumar  <naba@gnome.org>
21531         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21532         * src/style-editor.c: Fixed bug #769130 (Crash on font
21533         selection dialog).
21534         
21535         * src/message-manger.[h,cc]: Made AnMessageManager
21536         derived from GtkFrame and removed deprecated code.
21537         
21538         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21539         compiler warnings.
21540         
21541 2003-09-09  Naba Kumar  <naba@gnome.org>
21543         * src/Makefile.am: Addded rules for built sources.
21544         
21545 2003-09-08  Naba Kumar  <naba@gnome.org>
21547         * (new) src/anjuta-marshalers.list: Added marshalers definition
21548         file.
21549         
21550         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21551         and CXXFLAGS are not overwriten by automake's default.
21552         * src/style-editor.c: Added 'operators' in the style editor.
21553         
21554         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21555         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21556         * src/message-manager-private.cc, src/message-manager.cc:
21557         Converts message going into message into UTF-8 endoding.
21558         * src/main.c: Uses UTF-8 codeset for localization.
21559         
21560 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21562         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21563         
21564 2003-09-08  Naba Kumar  <naba@gnome.org>
21566         * TODO: Updated.
21567         
21568         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21569         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21570         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21571         The combo entries were updated if the same data with a different
21572         case exist in the combo list. The combo entries are now case sensitive. 
21573         Search&Replace bug; First search ,max actions = 0 ==> now max
21574         actions = 100.
21575         
21576 2003-09-08  Naba Kumar  <naba@gnome.org>
21578         * TODO: Updated.
21579         * src/utilities.[c,h]: a function takes contant args.
21580         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21581         Now the child terminated signal is emitted properly.
21582         * src/Makefile.am: Used $(top_srcdir) for referring to 
21583         scintilla objects.
21584         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21585         definitions file which will generate anjuta-marshalers.[c,h] files.
21586         * src/.cvsignore: Updated.
21587         * src/build_project.c: Changed su command to preserve quotes.
21588         * src/anjuta-tools.c, tagmanager/tm_project.c,
21589         tagmanager/tm_workspace.c: Use standard tmp file.
21590         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21591         so that users could report bugs easily.
21592         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21593         
21594         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21595         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21596         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21597         src/attach_process.c, src/breakpoints.c, src/commands.c,
21598         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21599         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21600         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21601         src/memory.c, src/message-manager-private.c, src/preferences.c,
21602         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21603         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21604         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21605         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21606         Fixed compile warnings and cleanup.
21607         
21608         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21609         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21610         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21611         Removed libzvt usage and implemented child spawing differently. Launcher is
21612         now proper GObject, which can be created multiple times (and can be
21613         operated in parallel).
21615         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21616         * src/project_import_gui.c, src/project_import_cbs.c,
21617         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21618         (crash on project import). Removed deprecared codes.
21619         
21620 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21621         
21622         * src/cvs.c: Fixed cvs output bug.
21624 2003-09-03  Naba Kumar  <naba@gnome.org>
21626         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21627         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21628         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21629         src/text_editor_cbs.c: Implements --
21630                 If the debugger is started
21631                         A double click in the margin add or remove a breakpoint
21632                         A single click activate or deactivate the breakpoint
21633                 else
21634                         A double click in the margin add or remove a bookmark
21636 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21637         
21638         Reviewed by Naba Kumar  <naba@gnome.org>
21639         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21640         User is now able to choose a branch on cvs update for project.
21641         Cleaned up variable names.
21643 2003-09-03  Naba Kumar  <naba@gnome.org>
21645         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21646         src/Makefile.am: Added lexers.
21647         * scintilla/*/*: Updated...
21648         * src/an_symbol_view.c: Fixed a crash bug.
21649         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21650         and build bugs.
21651         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21652         * src/source.c: Fixed project generation bug with gettext code.
21653         * tagmanager/tm_project.c: Fixed a crash bug.
21654         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21655         bug when there is no project open. Bug #____.
21656         * src/source.c: Fixed a bug with build failure with non-gnome
21657         project with glade-generated source (eg. gtk2). Bug #____.
21658         * NEWS: Updated...
21660 2003-08-22  Naba Kumar  <naba@gnome.org>
21662         Patch from: Rob Bradford  <rob@debianplanet.org>
21663         * data/Makefile.am: Fixed to install properly during
21664         package building.
21665         
21666         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21667         * src/debug-tree.c: Fixed a crash bug.
21668         * src/compiler_options.c: Takes care of linking the missing pieces;
21669         C flags, libs, optimization options, debug and profile.
21671         Patch from: Enver ALTIN  <ealtin@casdb.com>
21672         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21673         
21674 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21676         Reviewed by Naba Kumar  <naba@gnome.org>
21677         * src/project_dbase.c: Fixed bugs #778263 and #778413
21678           Adding multiple files to project should work now.
21680 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21682         Reviewed by Naba Kumar  <naba@gnome.org>
21683         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21684         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21685         for Locals window.
21687 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21689         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21691 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21693         * src/text_editor.c: Fix translatable string (#113934).
21695 2003-07-04  Naba Kumar  <naba@gnome.org>
21697         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21698         bug when there is no project open. Bug #____.
21699         
21700         * src/source.c: Fixed a bug with build failure with non-gnome
21701         project with glade-generated source (eg. gtk2). Bug #____.
21703 2003-06-26  Naba Kumar  <naba@gnome.org>
21705         * src/anjuta.h: Removed reference to windows-dialog.h.
21706         * src/message-manager-private.[cc,h]: Fixed doulbe click
21707         activation of messages to properly jump at the destination.
21708         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21709         * src/toolbar.c: Code clean-ups.
21710         
21711         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21712         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21713         
21714         * src/message-manager-private.[cc,h]: Removed dead codes.
21715         
21716         * (new) data/properties/css.properties,
21717         data/properties/anjuta.properties, data/properties/Makefile.am:
21718         Added CSS syntax hiliting properties.
21719         
21720         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21721         * src/debugger.c: Clean ups.
21722         * src/lexer.h: Added CSS lexer definition.
21723         
21724         * Makefile.am: Installs destop file properly.
21725         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21726         * NEWS: Updated for 1.1.97 release.
21727         * src/main_menubar_def.h: Changed some non working shortcuts.
21728         
21729 2003-06-24  Naba Kumar  <naba@gnome.org>
21731         * src/search-replace.c: Shows the dialog properly, even when it is
21732         hidden behind another window.
21733         
21734         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21735         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21736         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21737         and code clean up.
21738         
21739         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21740         setup wizard dialogs.
21741         
21742         * src/debugger.c: Removed a redundant call to
21743         debugger_update_controls().
21744         * src/compiler_options.c, src/launcher.c: code cleanup.
21745         * src/executer.c: Fixed execution bug with 'Set Program params...".
21746         
21747 2003-06-23  Naba Kumar  <naba@gnome.org>
21749         * widgets/e-splash.c: Removed border around the splash image.
21750         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21751         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21752         * src/cvs.c: Added a frame around commit log text widget.
21753         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21754         crash bug associated with translated combo box list in preferences
21755         dialog (in different locale other than en_US). Used widget names
21756         to pass the combo list items.
21757         * po/POTFILES.in: Updated.
21758         * src/launcher.c: Creates the zvt terminal at startup (and not
21759         every time a build is done) -- speeds up buld operations.
21760         * src/file_history.c: Should be if() conditional instead of
21761         assertion check.
21762         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21763         Disabled useless warnings.
21764         * src/project_dbase.c: Fixed bonobo 2 project name.
21765         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21766         and uses correct glade-2 for file generation.
21767         
21768 2003-06-21  Naba Kumar  <naba@gnome.org>
21770         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21771         And disables autocomple show for numbers (very annoying).
21772         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21773         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21774         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21775         from view menu and adjust the controls accordingly.
21776         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21777         only OK button.
21778         * src/project_dbase.[c,h]: Removed show_local flag processing.
21779         * src/message-manager.[c,h]: Reorganized messages tabs in more
21780         sensible order.
21781         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21782         Also added PCRE dependency.
21783         
21784 2003-06-20  Naba Kumar  <naba@gnome.org>
21786         * pixmaps/anjuta_splash.png: New splash.
21787         from Jean Schurger  <yshartk@schurger.org>
21788         
21789         * src/controls.c: De-sensitize run-to-cursor when debugger
21790         is not running.
21791         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21792         
21793         * src/message-manager-private.cc: Fixed to properly jump at
21794         the right file:line.
21795         
21796         * src/appwiz_page1.c: Fixed to correctly determine the project
21797         trpe from the wizard.
21798         
21799 2003-06-20  Naba Kumar  <naba@gnome.org>
21801         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21802         * src/watch_gui.c: Code cleanups.
21803         * src/debugger.[c,h], src/stack_trace.[c,h],
21804         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21805         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21806         Removed direct access to stack_trace private data, Increased debugger
21807         command size from 256 to 1024 (to be on safer side). Also implemented
21808         row-activated signle for seting frame and viewing the source.
21809         * src/debugger.c: Avoids starting program and stopping debugger
21810         when starting debugger and stopping program, respectively.
21811         
21812         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21813         Reverted codes to start debugger automatically
21814         The file is brought to the state just after the branching 
21815         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21816         some code clean ups.
21817         
21818         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21819         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21820         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21821         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21822         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21823         src/project_dbase.c: Code clean ups.
21824         
21825         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21826         (Projects dir) so that correct $HOME/Projects path is set when
21827         anjuta is run for the first time.
21828         
21829 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21831         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21833 2003-06-13  Naba Kumar  <naba@gnome.org>
21835         * src/stack_trace_cbs.c: Moved variable declaration at the
21836         top of the block (bug #737867)
21837         
21838         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21839         just CFLAGS and CXXFLAGS (bug #743617).
21840         
21841         * src/create_global_tags.sh: Fixed shell script to properly
21842         detect installed *-config files.
21843         
21844 2003-06-12  Naba Kumar  <naba@gnome.org>
21846         * src/preferences.[c,h]: Added methods for custom widgets in
21847         preferences: using custom set/get methods for them.
21848         
21849         * src/anjuta-encoding.c: Implemented up/down of the encodings
21850         in the list and property saves correctly.
21851         
21852         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21853         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21854         the beginning of a file.
21856         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21857         * src/aneditor.cxx, src/aneditor.h,
21858         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21859         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21860         src/mainmenu_callbacks.h: Allows the operator to select the current
21861         word or the current line (Request: 680801). It puts also
21862         sensitive/unsensitive several select/comment menu items.
21864         * src/breakpoints.c: Presets by default the current line for a
21865         defined breakpoint.
21867 2003-06-11  Naba Kumar  <naba@gnome.org>
21869         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21870         color (red highlight) now cosistent for inactive tabs also.
21871         
21872         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21873         'Advanced search and replace' in Edit->Search submenu.
21874         
21875         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21876         wrappings '\' where     they were missing.
21877         
21878         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21879         message is now more descriptive and details the correct thing to do
21880         for GNOME2 desktop.
21881         
21882 2003-06-10  Naba Kumar  <naba@gnome.org>
21884         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21885         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21886         Removed any reference to particular version of automake/autoconf
21887         so that they could work with newer versions (Bug #659394).
21889         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21890         src/anjuta.c: Added coded to add/remove supported encodings.
21891         
21892         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21893         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21894         src/project_import.c, src/project_type.c, src/project_type.h,
21895         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21896         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21897         from the project wizard.
21899 2003-06-06  Naba Kumar  <naba@gnome.org>
21901         Patch from Etay Meiri  <etay-m@bezeqint.net>
21902         * src/compiler_options.c: Fixed bugs related to clean before
21903         build patch.
21904         
21905         * anjuta.desktop.in.in: Added commandline options.
21906         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21907         -dP and -A flags of CVS update into different options.
21908         
21909 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21911         * configure.in: Removed "ta" from ALL_LINGUAS.
21913 2003-06-02  Naba Kumar  <naba@gnome.org>
21915         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21916         return NULL for undefined properties and "" for defined but empty
21917         strings. It was creating many problems where both are assumed to be
21918         same. And besides, it doesn't matter to differentiate the two (the
21919         problem with preferences was due to a different bug).
21921         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21922         correctly. Also, s/props_build_in/props_built_in/g.
21923         
21924         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21925         list.
21926         
21927         * src/an_file_view.c: Unrefed pixbufs when done with them.
21929         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21930         (removed) file_text.png: Added and removed pixmaps.
21931         
21932 2003-05-30  Naba Kumar  <naba@gnome.org>
21934         * anjuta.glade: Fixed encodings preferences dialog
21935         
21936 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21937         
21938         Reviewed by Naba Kumar  <naba@gnome.org>
21939         
21940         * src/build_project.c src/clean_project/c: perform a clean before
21941         build, if required. Show the message manager on clean.
21942         * src/compiler_options.c: save the new options when window is closed
21943         and flag project to be cleaned before the next build.
21944         * src/project_dbase.c: added a 'clean before build' flag to project
21946 2003-05-29  Naba Kumar  <naba@gnome.org>
21948         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21949         dialog.
21950         
21951         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21952         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21953         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21954         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21955         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21956         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21957         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21958         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21959         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21961         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21962         Removed unused icons references.
21964 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21966         Reviewed by Naba Kumar  <naba@gnome.org>
21967         
21968         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21969           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21970           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21971           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21972           src/toolbar_callbacks.c: HIG compliant dialogs.
21974         * src/utilities.c: anjuta_button_new_with_stock_image() and
21975           anjuta_dialog_add_button() stolen from gedit.
21977         * src/main_menubar_def.h: Fixed mnemonics.
21979 2003-05-26  Naba Kumar  <naba@gnome.org>
21981         * src/project_dbase_gui.c: Added header files filter for add file
21982         dialog box. Disabled project window to be transient window.
21983         
21984         * src/message-manager.cc: Disabled message manager window to be
21985         transient window.
21986         
21987         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21988         a file could not be loaded.
21989         
21990         * src/project_dbase.c: Fixed a bug with GUI editor command
21991         where empty string is returned.
21992         
21993         * src/Makefile.am, src/preferences.h, src/text_editor.c
21994         src/text_editor.h, (new) src/anjuta-encodings.h,
21995         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21996         Added encoding support and to handle characters encoding correctly
21997         by auto detecting it during load. Added preferences for selecting
21998         the encoding during save.
22000         * src/preferences.c, src/resources.c: Removed debug messages.
22002         Patch from: Alexander Nedotsukov <bland@mail.ru>
22003         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22005 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22006         * src/anjuta.c: Try to sow the splash image more often.
22008 2003-05-20  Naba Kumar  <naba@gnome.org>
22010         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22011         * src/debug_tree.c: Colorize the modified locals during
22012         debugging and call memory analyze from the debugger.
22013         * src/breakpoints.c: The color is now different for the enabled
22014         and disabled breakpoints. Anjuta now can erase several
22015         breakpoints defined at the same line. The markers are updated
22016         according to the enable/disable action.
22017         
22018         Patch from Etay Meiri  <etay-m@bezeqint.net>
22019         * src/launcher.c: Fixes launcher freeze up bug during build.
22021 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22023         Reviewed by Naba Kumar  <naba@gnome.org>
22024         * scintilla/PropSet.h: Change member variables from private to protected.
22025         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22026         to PropSetFile class, which return a gchar * (and can therefore indicate
22027         whether properties are empty or do not exist) and make prop_get and
22028         prop_get_expanded use them.
22029         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22030         that the result of of prop_get cannot be an empty string.
22032 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22034         Reviewed by Naba Kumar  <naba@gnome.org>
22035         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22036         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22037         src/text_editor_cbs.c: When saving all the files in the project, the
22038         text editors are now only rehighlighted once instead of once for each
22039         file saved.
22041 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22042         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22043         * src/anjuta.desktop.in.in: Support startup notification.
22044 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22045         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22046         * src/anjuta.desktop.in.in: Support startup notification.
22049 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22051         Reviewed by Naba Kumar  <naba@gnome.org>
22052         
22053         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22054         memory leak from glade_xml_new call. Removed gxml field from Executer
22055         struct as only used in create_executer_dialog and then destroyed.
22056         
22057         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22058         
22059         * src/configurer.c: Fix warning trying to connect signal to non-existent
22060         environment entry in configure dialog and fix crash when closing the
22061         window.
22062         
22063         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22064         gnome_date_edit_get_time instead.
22065         
22066         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22067         in view menu required renumbering elsewhere.
22069 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22071         Reviewed by Naba Kumar  <naba@gnome.org>
22072         
22073         * src/breakpoints.c: fixed an error when removing breakpoint
22074         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22075         * src/debugger.c: changes to the way the debugger is activated
22076         * src/debugger.h: clean ups
22078 2003-05-13  Naba Kumar  <naba@gnome.org>
22080         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22081         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22082         src/memory.h: A new version of memory and the interface
22083         is now integrated in anjuta.glade
22085 2003-05-09  Naba Kumar  <naba@gnome.org>
22087         * configure.in: Bumped required gtk version to 2.0.8.
22088         
22089 2003-05-06  Naba Kumar  <naba@gnome.org>
22091         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22093 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22094         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22096 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22097         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22098         , tagmanager/c.c: Support for ProC and RDB files.
22100 2003-05-06  Naba Kumar  <naba@gnome.org>
22102         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22103         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22104         Uncomment (Box & Stream), Select the current function,
22105         authorize the "Quit" button of the GotoLine window
22107 2003-05-05  Naba Kumar  <naba@gnome.org>
22109         * src/watch_gui.h: CVS added new file.
22111         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22113         Patch from Etay Meiri <etay-m@bezeqint.net>
22114         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22115         src/mainmenu_callbacks.c, src/message-manager.cc,
22116         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22117         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22118         Ported stack trace to GNOME2 and added it in the message manager
22119         pane.
22121 2003-05-02  Naba Kumar  <naba@gnome.org>
22123         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22124         
22125         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22126         preferences property.
22127         
22128         * anjuta.prj: Fixed multiple preferences saved data.
22129         
22130         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22131         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22132         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22133         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22134         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22135         Upgraded scitilla from CVS with faster window repaint
22136         and more bugfixes.
22137         
22138         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22139         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22140         and code cleanups
22141         
22142 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22144         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22145         the window if messages are appended to the end and the scrollbar is
22146         at the end.
22148 2003-04-29  Naba Kumar  <naba@gnome.org>
22150         * configure.in: Removed omf-install from Makefiles list.
22152 2003-04-28  Naba Kumar  <naba@gnome.org>
22154         * po/POTFILES.in: Remvoded deleted files.
22155         
22156         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22157         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22159         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22160         is executed as detached) is not set properly.
22161         
22162 2003-04-25  Naba Kumar  <naba@gnome.org>
22163         
22164         * anjuta.prj: Updated.
22165         * src/anjuta_info.c: Fixed text wrapping and column view.
22166         * data/welcome.txt.in: Removed unaligned characters.
22167         
22168 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22169         * src/main_menubar.c: Disable setup dialog.
22171 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22172         * src/breakpoints.c; Fixed compilation with older GCC
22173         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22174         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22176 2003-04-18  Naba Kumar  <naba@gnome.org>
22178         * anjuta.prj: Updated (includes compiler options).
22179         
22180         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22181         function from anjuta.c (it was already available in anjuta-tools.c).
22182         
22183 2003-04-18  Naba Kumar  <naba@gnome.org>
22185         * src/about.c, THANKS: Updated
22186         
22187         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22188         
22189         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22190         properly from the project session before updating the file
22191         view.
22192         
22193         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22194         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22195         dialog settings (as it will not be required once GDL is in place) and
22196         added file view filters in the settings sub-menu.
22198 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22199         * HACKING: Updated
22200         * configure.in: Disable cast checks on final build.
22202 2003-04-17  Naba Kumar  <naba@gnome.org>
22204         * src/build_project.c: Fixed a compilation error.
22206         * src/launcher.c: Removed commnets.
22207         
22208         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22209         properties from editor tab to indentation tab and fixed a property
22210         label for proper i18n translation. Fixed typos in project config
22211         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22212         sorting and reordering in compiler options dialog.
22213         
22214         * src/compiler_options.c: Implemented _save() function to save the
22215         options (which was pending).
22216         
22217         * src/build_project.c: Destroys install-as-root dialog when it is done.
22218         
22219         * src/an_symbol_view.c: Change "event" event to "event-after" so
22220         that symbol row is selected first before the popup is shown.
22221         
22222 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22224         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22225         file in CVS/Entries. (Reviewed and applied by Biswa)
22227 2003-04-16  Naba Kumar  <naba@gnome.org>
22229         * aneditor.cxx: use unicode everytime (fixed unicode related
22230         bugs).
22232         * anjuta.prj: Fixed UI editor name (blank to use default) and
22233         anjuta version.
22234         
22235         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22236         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22237         Editor preferences page.
22239 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22240         * src/anjuta.[ch], src/print.c: Fixed warnings
22241         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22242         * configure.in: Profiling support with gprof
22244 2003-04-16  Naba Kumar  <naba@gnome.org>
22246         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22247         * src/launcher.c: Fixed cvs dialog.
22248         
22249 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22250         
22251         * src/message-manager-private.cc: Fixed double-click on first line of 
22252         output to properly select a line.
22253         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22254         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22256 2003-04-15  Naba Kumar  <naba@gnome.org>
22258         * src/message-manager-private.cc: Fixed the glade filename typo.
22260 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22261         * scintilla/*, data/properties/*: Scintilla CVS merge
22262         * anjuta.prj: Removed unnecessary files.
22263         * scintilla/PlatGTK.cxx: Force Pango fonts always
22264         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22265         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22266         for preferences.
22267         * configure.in: Change version no. for 1.1.1 (alpha release)
22268         * configure.in: Added '--with-pref-suffix' option.
22269         * config.guess, config.sub: Removed from CVS.
22271 2003-04-15  Naba Kumar  <naba@gnome.org>
22273         Patch from Timothee Besset  <ttimo@idsoftware.com>
22274         * Makefile.am: Fixed a shell script error during intallation.
22275         
22276 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22278         Reviewed by Naba Kumar  <naba@gnome.org>
22279         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22280         set_wm_class to use "anjuta" instead of "an.
22281         * src/message-manager-private.cc: Headers are hidden again.
22283 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22284         * src/project_dbase_gui.c: Memory corruption fix.
22285         * anjuta.prj: Updated project file
22287 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22288         * an_file_view.c: Connect to event-after signal rather than event so that
22289         selection is updated first and thus context menu is for the right file.
22290         Reviewed and applied by Biswa.
22292 2003-04-14  Naba Kumar  <naba@gnome.org>
22294         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22295         
22296         * src/auncher.c: More child exit fixes
22297         from Timothee Besset  <ttimo@idsoftware.com>
22299 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22300         
22301         Reviewed by Naba Kumar  <naba@gnome.org>
22302         
22303         * src/message-manager.[c/h], src/message-manager-private[c/h],
22304                 anjuta.[c/h]: Ported message-manager to Gtk2
22305         
22306         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22307         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22308         src/clean_project.c, src/compile.c, src/configurer.c,
22309         src/controls.c, src/cvs.c, src/debugger.c,
22310         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22311         src/project_import.c, src/search-replace.c: Changed name from
22312         AnjutaMessageManager to AnMessageManager to avoid too long type
22313         and funtion names.
22315 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22316         * src/launcher.c: Fix build won't stop problem - TTimo
22317         * TODO: Updated
22318         * pixmaps/anjuta_splash.c: New splash screen prototype.
22319         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22320         * src/compiler_options.c: Mute pkgconfig errors.
22321         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22323 2003-04-10  Naba Kumar  <naba@gnome.org>
22325         * configurer.[c,h]: Fixed dialog to close properly.
22326         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22327         debugging asserts.
22328         
22329 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22330         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22331         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22332         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22333         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22334         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22335         src/makefile.am: Move gdl to it's own directory.
22336         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22338 2003-04-09  Naba Kumar  <naba@gnome.org>
22340         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22341         branch.
22343 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22344         * src/anjuta-tools.c: Use CDATA for saving tools data.
22345         * anjuta.glade, src/search-replace.c: Port from branch.
22346         * widgets/e-splash.*, src/main.c: Better splash screen.
22347         * configure.in, widgets/gdl*: Import GDL widgets.
22348         * ROADMAP: Updated roadmap.
22349         * src/an_file_view.c: Use GDL icons for file tree.
22351 2003-04-09  Naba Kumar  <naba@gnome.org>
22353         * anjuta.glade: Added (hidden) initial setup-wizard window.
22354         
22355         Patch from: Vitaly  <vvv@rfniias.ru>
22356         * src/preferences.c: Fixes a bug with libglace widget access with
22357         translated strings.
22359         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22360         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22361         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22362         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22363         src/toolbar_callbacks.[c,h],
22364         src/memory.c, src/message-manager-private.cc,
22365         src/message-manager-private.h, src/message-manager.cc,
22366         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22367         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22368         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22369         watch window to a subwindow in the notebook
22371 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22372         * ROADMAP: Updated roadmap.
22374 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22376         * configure.in: Added Belarusian to ALL_LINGUAS.
22378 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22379         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22380         Henry Jia
22381         * ROADMAP: Added roadmap for HEAD.
22383 2003-03-29  Naba Kumar  <naba@gnome.org>
22385         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22386         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22387         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22388         (new) pixmaps/start-with-wizard.png,
22389         (new) pixmaps/start-with-import.png,
22390         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22391         up on anjuta start-up to give quick access to opening file/project or
22392         creation wizards.
22394         * src/main.c: Sets proper data directory for the gnome
22395         program.
22397 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22398         * src/text_editor.c: Fixed error/warning indicators.
22400 2003-03-24  Naba Kumar  <naba@gnome.org>
22402         * README: Correct version.
22403         
22404 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22406         * configure.in: Added checks to see if were building on FreeBSD
22407         systems.  Sets -DFREEBSD if we are, and also attempts to find
22408         gmake if the host system is FreeBSD.
22410         * src/getline.c: New file used to provide the getline function,
22411         which isnt available on a FreeBSD system.  The function is only
22412         defined if FREEBSD is defined.
22414         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22416         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22417         configure.in sets this to gmake on FreeBSD systems, and make
22418         on everything else.
22420 2003-03-23  Naba Kumar  <naba@gnome.org>
22422         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22423         
22424         * anjuta.spec.in: Fixed spec file for correct file paths and
22425         corrected rpmbuild.
22427         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22428         the rpm build command separately now.
22429         
22430         * src/anjuta.c, windows-dialog.c: Added some more window management
22431         stuffs (not still fully working, though).
22433         * TODO: Updated.
22435 2003-03-22  Naba Kumar  <naba@gnome.org>
22437         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22439 2003-03-21  Naba Kumar  <naba@gnome.org>
22441         * README: Removed Andy Piper's name from the active maintainers
22442         list on his request.
22443         
22444         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22445         preferences.
22446         
22447         * src/anjuta-tools.c: Fixed compiler errors.
22449         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22450         show bugs.
22451         
22452         * src/commands.c, src/src_paths.c, src/style-editor.c,
22453         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22454         becuase they are now hidden by default (from glade editing).
22455         
22456         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22457         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22458         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22459         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22460         basic windows managements.
22461         
22462 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22463         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22464         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22465         Enver ALTIN (a.k.a. skyblue)
22467 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22468         * tagmanager/*: Added ignore-list for symbols. This will make
22469         parsing more accurate for projects. Doc updates needed.
22471 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22472         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22473         * launcher/Makefile.am: Link to correct libraries
22474         * src/launcher.c: Do not allow NULL shell
22476 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22477         * src/debug_tree.c: Improve debug tree view.
22479 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22481         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22482         'Run Configure Script' and 'Execute Program'. Increase minimum width
22483         of Configure dialog.
22484         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22485         list widget by setting a model and adding a column and renderer.
22486           Actually store the nocvs toggle button in FindInFiles data structure.
22487           Handle selection changes via changed signal rather than row_activated.
22488           Use response signal for handling the close and find buttons.
22489           Close window when escape is pressed.
22490         * find_replace.c: Close window when escape is pressed.
22491         * find_text.c: Close window when escape is pressed in find dialog as
22492         well as wrap search question, where now Yes is the default button.
22494 2003-03-05  Naba Kumar  <naba@gnome.org>
22496         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22498         * src/message-manager-private.cc: Fixed a bug with vte conditional
22499         compilation.
22500         * anjuta.glade: Hides all windows in glade file.
22502 2003-03-05  Naba Kumar  <naba@gnome.org>
22504         * src/an_file_view.c: Fixed a compilation warning.
22505         * src/message-manager-private.cc: Conditional compilation for vte
22506         API.
22507         
22508 2003-02-28  Naba Kumar  <naba@gnome.org>
22510         * configure.in, anjuta.spec.in: Updated dependency packages version.
22511         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22512         * src/preferences.c: Added debug assertions.
22513         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22514         editor to enable/disable bringing the recent editor tabs first.
22515         
22516         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22517         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22518         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22519         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22520         and     bug fixes. Also code clean ups.
22521         
22522         * (new) src/search-replace.[h,c]: New search replace implementation
22523         from ANJUTA_1_0_0 branch.
22524         
22525         * (new) src/windows-dialog.[h,c]: New windows management class
22526         [work in progress].
22528 2003-02-28  Naba Kumar  <naba@gnome.org>
22530         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22531         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22532         src/appwizard.c, src/build_file.c, src/build_project.c,
22533         src/clean_project.c, src/compile.c, src/configurer.c,
22534         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22535         src/message-manager-dock.c, src/message-manager-dock.h,
22536         src/message-manager-private.cc, src/message-manager.cc,
22537         src/preferences-dialog.c, src/preferences-dialog.h,
22538         src/preferences.c, src/preferences.h, src/project_dbase.c,
22539         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22540         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22541         src/utilities.c, src/utilities.h:
22542         
22543         Widgetized Preferences and gave proper function names.
22545         * src/executer.c: Fixed a session loading bug.
22546         
22547 2003-02-27  Naba Kumar  <naba@gnome.org>
22549         * printing/print.c: Fixed printing font bug that failed to load the
22550         proper fonts.
22551         
22552         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22553         
22554         * TODO, anjuta.prj: Updated.
22556 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22558         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22559         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22560         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22561         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22562         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22563         fixed omf errors
22565 2003-02-25  Naba Kumar  <naba@gnome.org>
22567         * Makefile.am: Excluded omf-install from installation as the docs are
22568         not ready.
22569         
22570         TODO: Updated.
22571         
22572         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22573         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22574         property names and added new editor properties and code cleanups.
22575         Also added new project properties.
22576         
22577         * src/compiler_options.[h,c]: Added pkg-config packages supports
22578         and fixed bugs.
22579         
22580         * src/glade_iface.h: Cleanups.
22581         
22582         * src/launcher.c: Used timer instead of idle to scan.
22583         
22584         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22585         src/project_config.[h,c], src/project_import.c: Implemented project
22586         property to define GUI editor and to handle it.
22587         
22588         * src/preferences.c: i18n fixes.
22589         
22590         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22591         unused (and old) pixmaps.
22592         
22593         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22594         
22595 2003-02-25  Naba Kumar  <naba@gnome.org>
22597         * src/message-manager-private.[h,cc], src/preferences.c,
22598         anjuta.glade, anjuta_dialog_strings.c: Implemented
22599         gnome terminal profiles for the terminal preferences and moved the
22600         addition of terminal preferences in the terminal constructor.
22601         
22602         * anjuta.prj: Updated.
22604 2003-02-24  Naba Kumar  <naba@gnome.org>
22606         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22607         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22608         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22609         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22610         preferences dialog.
22612         * TODO: Updated.
22614         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22615         text selection and child re-spawning.
22617         * src/pixmaps.h: Removed unused pixmaps definitions.
22618         
22619 2003-02-23  Naba Kumar  <naba@gnome.org>
22621         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22622         the project tree/window.
22624         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22625         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22626         Correct the use of a variable and implemented session save/load
22627         for tree expansion states.
22628         
22629         * src/main_menubar_def.h: Fixed shortcuts keys.
22630         
22631         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22632         
22633         * anjuta.prj: Updated.
22634         
22635 2003-02-22  Naba Kumar  <naba@gnome.org>
22637         * src/debug_tree.[c,h]: GNOME2 port from 
22638         Etay Meiri <etay-m@bezeqint.net>
22639         
22640         * src/an_file_view.c, src/resources.[h,c],
22641         data/properties/bash.properties,
22642         data/properties/cpp.properties,
22643         data/properties/html.properties,
22644         data/properties/make.properties,
22645         data/properties/others.properties,
22646         data/properties/perl.properties,
22647         data/properties/props.properties,
22648         data/properties/xml.properties: Standarized file icons. Icons are
22649         defined in respective .properties file and are retrieved as resource
22650         data.
22652         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22653         in labels from the commands editor as that would create
22654         problems for translators.
22656 2003-02-21  Naba Kumar  <naba@gnome.org>
22658         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22659         as they should be part of CVS(?).
22661         * Makefile.am: Corrected a typo for glade generated strings file.
22663         * configure.in, po/hi.po: Added new Hindi (hi) translation
22664         in ALL_LINGUS and added initial Hindi translation.
22666         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22667         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22668         sv_unknown.xpm to more proper icon.
22670         * (new)data/properties/php.properties, data/properties/Makefile.am,
22671         data/properties/anjuta.properties, data/properties/html.properties:
22672         Fixed PHP syntax hilighting bug by separating php properties into
22673         different file (because of file size).
22675         * TODO: Updated.
22676         
22677 2003-02-20  Naba Kumar <naba@gnome.org>
22679         * src/breakpoints.c: Fixed breakpoints session saving/loading
22680         crash bug.
22681         
22682         * scintilla/*, scintilla/include/*: Updated to scintilla
22683         release 1.51
22684         
22685 2003-02-19  Naba Kumar <naba@gnome.org>
22687         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22688         * TODO: Updated.
22690         * Makefile.am, src/Makefile.am,
22691         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22692         (removed) src/anjuta_dialog_strings.c,
22693         (removed) src/anjuta_dialogs_strings.c,
22694         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22695         (added) anjuta.glade: Transfered glade files from src/ directory
22696         to the top level directory.
22698         * po/POTFILES.in: Updated.
22699         
22700         * (removed) macrocs2/*: Transfered to data/ directory.
22701         
22702         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22703         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22704         requires to have macros dir, but the projects generated by anjuta
22705         require them.
22706         
22707         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22708         trees.
22709         
22710         * src/defaults.c: Corrected default compiler options.
22711         
22712         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22713         wizard.
22714         
22715         * src/message-manager-private.cc, src/message-manager-private.h,
22716         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22717         
22718         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22719         source code generation for gnome2 projects.
22721 2003-02-11  Naba Kumar <naba@gnome.org>
22723         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22724         restores the expand/collaspe states of the nodes after refresh.
22725         
22726         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22727         
22728 2003-02-11  Naba Kumar <naba@gnome.org>
22730         * src/style-editor.c: Fixed pango font description handling for fonts.
22731         * src/anjuta.glade: Removed font size spin button.
22732         * configure.in, src/anjuta.prj: Corrected version.
22733         * TODO: update.
22734         
22735 2003-02-10  Naba Kumar <naba@gnome.org>
22737         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22738         references of scroll-menu.h and add about.h in Makefile.am.
22739         
22740         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22741         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22742         (removed) widgets/scroll-menu.h: Removed unused files.
22743         
22744         * Makefile.am: Added proper i18n rules and added intl tools for
22745         distributions.
22746         
22747         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22748         to the stable release).
22749         
22750         * anjuta.spec.in: Removed manuals packaging.
22751         
22752         * data/Makefile.am: Removed 'macros' installation (not required for
22753         gnome2 projects).
22755 2003-02-10  Naba Kumar <naba@gnome.org>
22757         * po/POTFILES.in: Updated.
22759         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22760         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22761         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22762         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22763         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22764         icons and images.
22766         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22767         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22768         and fixed to properly handle focus in find entry box.
22770         * Makefile.am: Added code for RH system menu update.
22772         * .cvsignore: Updated.
22774         * NEWS: Updated.
22776 2003-02-03  Naba Kumar <naba@gnome.org>
22778         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22779         editor preferences. and fixes dialogs.
22781         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22782         Fixed linenumbers and header margins when they are disabled and
22783         removed unused header files.
22785         * src/attact_process.[h,c], src/debugger.c: Attach to process
22786         now works.
22788         * src/help.c: Fixed dialog response.
22790         * TODO: Updated.
22792         * data/properties/anjuta.properties: Corrected typo.
22794         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22795         Change the signal to "changed" in entry from "selection-changed" in
22796         list.
22798         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22799         short-cuts.
22801 2003-01-31  Naba Kumar <naba@gnome.org>
22803         * configure.in: Upgraded to use libgnomeprint-2.2
22804         
22805         * printing/Makefile.am: Updated
22806         
22807         *(removed) printing/print-doc.c, printing/print-doc.h,
22808         printing/print-util.c, printing/print-util.h: Removed because already
22809         merged with print.c.
22810         
22811         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22812         and libgnomeprintui-2.2 and fixed rendering problems.
22813         
22814         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22815         uneccessary print properties, as they are separately taken
22816         care in gnomeprint.
22817         
22818         * po/POTFILES.in: Update.
22820 2003-01-30  Naba Kumar <naba@gnome.org>
22822         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22823         for about dialog box.
22824         
22825         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22826         src/pixmaps.h: Modified for the above additions for about dialog.
22828 2003-01-29  Naba Kumar <naba@gnome.org>
22830         * src/style_editor.[c,h]: Added missing files.
22831         
22832 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22833         * scintilla/XPM.[cxx|h]: Added missing files
22835 2003-01-29  Naba Kumar <naba@gnome.org>
22836         
22837         * TODO, po/POTFILES.in: Updated.
22838         
22839         * anjuta.prj, src/anjuta.glade,
22840         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22842 2003-01-28  Naba Kumar <naba@gnome.org>
22843         
22844         * data/properties/anjuta.properties, src/aneditor.cxx,
22845         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22846         properties into text properties (earlier it was int properties).
22848         * TODO: Updated
22849         
22850         * scintilla/AutoComplete.c,xx,
22851         scintilla/AutoComplete.h,
22852         scintilla/CallTip.c,xx,
22853         scintilla/CallTip.h,
22854         scintilla/Document.c,xx,
22855         scintilla/Document.h,
22856         scintilla/Editor.c,xx,
22857         scintilla/Editor.h,
22858         scintilla/LexAVE.c,xx,
22859         scintilla/LexCSS.c,xx,
22860         scintilla/LexHTML.c,xx,
22861         scintilla/LexOthers.c,xx,
22862         scintilla/LexPython.c,xx,
22863         scintilla/LineMarker.c,xx,
22864         scintilla/LineMarker.h,
22865         scintilla/Makefile.am
22866         scintilla/PlatGTK.c,xx,
22867         scintilla/PropSet.c,xx,
22868         scintilla/ScintillaBase.c,xx,
22869         scintilla/ScintillaBase.h,
22870         scintilla/ScintillaGTK.c,xx,
22871         scintilla/ViewStyle.c,xx,
22872         scintilla/include/Platform.h,
22873         scintilla/include/SciLexer.h,
22874         scintilla/include/Scintilla.h,
22875         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22876         
22877         
22878         src/Makefile.am,
22879         src/an_file_view.c,
22880         src/an_symbol_view.c,
22881         src/anjuta-tools.c,
22882         src/anjuta.c,
22883         src/anjuta.glade
22884         src/anjuta.h,
22885         src/anjuta_cbs.c,
22886         src/anjuta_dialogs_strings.c,
22887         src/anjuta_info.c,
22888         src/commands.c,
22889         src/compiler_options.c,
22890         src/debugger.c,
22891         src/help.c,
22892         src/main_menubar.c,
22893         src/main_menubar.h,
22894         src/main_menubar_def.h,
22895         src/mainmenu_callbacks.c,
22896         src/mainmenu_callbacks.h,
22897         src/message-manager-private.c,c
22898         src/message-manager-private.h,
22899         src/message-manager.c,c
22900         src/message-manager.h,
22901         src/pixmaps.h,
22902         src/preferences.c,
22903         src/preferences.h,
22904         src/project_config.c,
22905         src/project_dbase.c,
22906         src/project_dbase_gui.c,
22907         src/project_import_gui.c,
22908         src/properties.c,xx,
22909         src/properties.h,
22910         src/resources.c,
22911         src/src_paths.c,
22912         src/text_editor.c,
22913         src/text_editor_gui.c,
22914         src/toolbar.c,
22915         src/utilities.c,
22916         src/utilities.h,
22917         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22918         
22919 2003-01-24  Naba Kumar <naba@gnome.org>
22921         * src/text_editor_gui.c, src/toolbar.c,
22922         src/text_editor.c, src/text_editor_cbs.h:
22923         Used correct notification signal name for scintilla
22924         (gtk2) and fixed UI.
22925         
22926         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22927         when not required.
22928         
22929         * printing/print-doc.c,
22930         printing/print.c,,
22931         src/anjuta-tools.c,
22932         src/find_replace.c,
22933         src/goto_line.c,
22934         src/launcher.c,
22935         src/mainmenu_callbacks.c,
22936         src/project_dbase.c,
22937         src/project_dbase.h,
22938         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22939         src/text_editor.c,
22940         src/text_editor_cbs.h:
22943 2003-01-23  Naba Kumar <naba@gnome.org>
22945         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22946         correct stock icons and organized pixmap macros.
22947         
22948         Makefile.am: Removed non-generated files.
22949         
22950         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22951         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22952         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22953         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22954         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22955         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22956         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22957         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22958         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22959         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22960         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22961         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22962         stop.xpm, undo.xpm}: Removed because no longer used.
22964         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22965         file_unknown.xpm}: Files renamed from fv_*, as it would
22966         be the right name.
22968         * pixmaps/Makefile.am: Updated for the above changes.
22970 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22972         * pixmaps/autocomplete-16.png,
22973         pixmaps/autocomplete.png,
22974         pixmaps/block-end-16.png,
22975         pixmaps/block-end.png,
22976         pixmaps/block-start-16.png,
22977         pixmaps/block-start.png,
22978         pixmaps/bookmark-first-16.png,
22979         pixmaps/bookmark-first.png,
22980         pixmaps/bookmark-last-16.png,
22981         pixmaps/bookmark-last.png,
22982         pixmaps/bookmark-next-16.png,
22983         pixmaps/bookmark-next.png,
22984         pixmaps/bookmark-prev-16.png,
22985         pixmaps/bookmark-prev.png,
22986         pixmaps/error-next-16.png,
22987         pixmaps/error-next.png,
22988         pixmaps/error-prev-16.png,
22989         pixmaps/error-prev.png: gnome2-styled icons
22992 2003-01-23  Naba Kumar <naba@gnome.org>
22994         * anjuta.prj: Updated compiler options.
22995         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22997         * src/aneditor.cxx,
22998         src/anjuta.c,
22999         src/anjuta.glade,
23000         src/anjuta_dialogs_strings.c,
23001         src/mainmenu_callbacks.c,
23002         src/mainmenu_callbacks.h,
23003         src/text_editor.c,
23004         src/text_editor_cbs.c,
23005         src/text_editor_gui.c: GNOME2 Porting.
23007 2003-01-22  Naba Kumar <naba@gnome.org>
23009         * ChangeLog: Corrected dates.
23010         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23011         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23012         preferences.
23014 2003-01-22  Naba Kumar <naba@gnome.org>
23015         
23016         * plugins/patch/patch-plugin.c: Bug fix.
23017         
23018         * src/anjuta-tools.c,
23019         src/anjuta.c,
23020         src/anjuta.glade,
23021         src/anjuta.h,
23022         src/anjuta_dialogs_strings.c,
23023         src/breakpoints.c,
23024         src/cvs_gui.c,
23025         src/debugger.c,
23026         src/debugger.h,
23027         src/executer.c,
23028         src/glade_iface.c,
23029         src/main.c,
23030         src/mainmenu_callbacks.c,
23031         src/mainmenu_callbacks.h,
23032         src/preferences.c,
23033         src/project_dbase.c,
23034         src/project_dbase_gui.c,
23035         src/registers.c,
23036         src/sharedlib.c,
23037         src/signals.c,
23038         src/signals_cbs.c,
23039         src/source.c,
23040         src/stack_trace.c,
23041         src/toolbar_callbacks.c,
23042         src/utilities.c,
23043         src/utilities.h,
23044         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23045         
23046         * src/Makefile.am,
23047         (removed) src/CORBA-Server.c,
23048         (removed) src/CORBA-Server.h,
23049         (removed) src/Gladen-common.c,
23050         (removed) src/Gladen-stubs.c,
23051         (removed) src/Gladen.h,
23052         (removed) src/Prj-common.c,
23053         (removed) src/Prj-skelimpl.c,
23054         (removed) src/Prj-skels.c,
23055         (removed) src/Prj-stubs.c,
23056         (removed) src/Prj.h,
23057         (removed) src/glades.c,
23058         (removed) src/glades.h,
23059         (removed) src/messagebox.c,
23060         (removed) src/messagebox.h: Removed because no longer used.
23062 2003-01-21  Naba Kumar <naba@gnome.org>
23064         * src/anjuta-tools.c,
23065         src/anjuta.c,
23066         src/anjuta.glade,
23067         src/anjuta_dialogs_strings.c,
23068         src/anjuta_info.c,
23069         src/anjuta_info.h,
23070         src/breakpoints.c,
23071         src/compiler_options.c,
23072         src/debugger.c,
23073         src/find_replace.c,
23074         src/find_replace.h,
23075         src/find_text.c,
23076         src/find_text.h,
23077         src/goto_line.c,
23078         src/launcher.c,
23079         src/text_editor.c,
23080         widgets/gnomefilelist.c: GNOME2 porting.
23082 2003-01-20  Naba Kumar <naba@gnome.org>
23084         * global-tags/create_global_tags.sh: Uses pkg-config to
23085         read the modules.
23086         
23087         * src/anjuta.c,
23088         src/anjuta.glade,
23089         src/anjuta.h,
23090         src/anjuta_cbs.c,
23091         src/anjuta_dialogs_strings.c,
23092         src/breakpoints.c,
23093         src/breakpoints.h,
23094         src/compiler_options.c,
23095         src/compiler_options.h,
23096         src/fileselection.c,
23097         src/fileselection.h,
23098         src/mainmenu_callbacks.c,
23099         src/project_dbase_gui.c,
23100         src/session.c,
23101         src/src_paths.c,
23102         src/src_paths.h,
23103         src/text_editor.c,
23104         src/text_editor_gui.c,
23105         widgets/gnomefilelist.c,
23106         widgets/gnomefilelist.h: GNOME2 porting.
23107         
23108         * widgets/Makefile.am,
23109         (removed) widgets/gnomedirlist.c,
23110         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23111         
23112         * src/Makefile.am,
23113         (removed) src/src_paths_cbs.c,
23114         (removed) src/src_paths_cbs.h,
23115         (removed) src/src_paths_gui.c,
23116         (removed) src/compiler_options_cbs.c,
23117         (removed) src/compiler_options_cbs.h,
23118         (removed) src/breakpoints_cbs.c,
23119         (removed) src/breakpoints_cbs.h: Removed because they are now
23120         combined in singe file
23122 2003-01-16  Naba Kumar <naba@gnome.org>
23124         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23125         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23126         options dialog UI and data handling.
23129 2003-01-15  Naba Kumar <naba@gnome.org>
23131         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23132         Completed command editor porting.
23133         
23134         * src/anjuta.c: Removed the use of commands load function
23135         (not required).
23137         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23138         and unrefs.
23140         * src/anjuta-tools.c: Fixed translatable strings.
23141         
23142         * src/find_text.c: Fixed dialog creation from glade.
23143         
23144         * src/text_editor_gui.c, src/text_editor.c,
23145         src/text_editor_cbs.c: Completed port of detached text editor
23146         to gnome2 plateform.
23147         
23148 2003-01-14  Naba Kumar <naba@gnome.org>
23150         * src/anjuta.glade, src/preferences.[h,c],
23151         src/anjuta_dialogs_strings.c: Added build and editor
23152         preferences pages and other UIs. Fixed preferense loading and saving.
23153         
23154         * src/anjuta.c: Does case-insensitive match for tabs position
23155         preferences and removed preferences loading (done at _new() call).
23156         
23157         * anjuta-tools.c: Debugged tools dialog handling.
23158         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23159         
23160 2003-01-13  Naba Kumar <naba@gnome.org>
23162         * ABOUT-NLS: Update (strange).
23164         * autogen.sh: Removed blocking code.
23166         * configure.in: Fixed an autogen bug.
23167         
23168 2003-01-13  Naba Kumar <naba@gnome.org>
23170         * (new)src/anjuta.gladep
23171         (new)src/messagebox.c
23172         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23173         will be gradually removed (and then the files).
23174         
23175         * Makefile.am,
23176         anjuta.prj,
23177         printing/print-util.c,
23178         printing/print.c,
23179         scintilla/ScintillaGTK.c,xx
23180         src/Makefile.am,
23181         src/an_file_view.c,
23182         src/an_symbol_view.c,
23183         src/anjuta.c,
23184         src/anjuta.glade
23185         src/anjuta.h,
23186         src/anjuta_dialogs_strings.c,
23187         src/anjuta_gui.c,
23188         src/attach_process.c,
23189         src/attach_process.h,
23190         src/breakpoints.c,
23191         src/breakpoints.h,
23192         src/breakpoints_cbs.c,
23193         src/commands.c,
23194         src/commands.h,
23195         src/compiler_options.c,
23196         src/compiler_options.h,
23197         src/compiler_options_cbs.c,
23198         src/configurer.c,
23199         src/configurer.h,
23200         src/controls.c,
23201         src/cvs_cbs.c,
23202         src/debug_tree.c,
23203         src/debug_tree.h,
23204         src/executer.c,
23205         src/executer.h,
23206         src/find_in_files.c,
23207         src/find_in_files.h,
23208         src/find_in_files_cbs.c,
23209         src/find_replace.c,
23210         src/find_replace.h,
23211         src/find_text.c,
23212         src/find_text.h,
23213         src/goto_line.c,
23214         src/help.c,
23215         src/help.h,
23216         src/launcher.c,
23217         src/main.c,
23218         src/main_menubar.c,
23219         src/mainmenu_callbacks.c,
23220         src/message-manager.c,c
23221         src/pixmaps.h,
23222         src/preferences.c,
23223         src/project_config.c,
23224         src/project_config.h,
23225         src/project_dbase.c,
23226         src/project_import_cbs.c,
23227         src/resources.c,
23228         src/resources.h,
23229         src/splash.c,
23230         src/src_paths.c,
23231         src/src_paths.h,
23232         src/src_paths_gui.c,
23233         src/text_editor.c,
23234         src/text_editor_gui.c,
23235         src/toolbar.c,
23236         src/toolbar.h,
23237         src/utilities.c,
23238         src/utilities.h,
23239         src/wizard_gui.c,
23240         widgets/gnomefilelist.c: GNOME2 Port.
23242 2003-01-10  Naba Kumar  <naba@gnome.org>
23244         * src/an_file_view.c,
23245         src/anjuta_gui.c,
23246         src/appwizard_gui.c,
23247         src/compiler_options.c,
23248         src/compiler_options_cbs.c,
23249         src/cvs_cbs.c,
23250         src/executer.c,
23251         src/fileselection.c,
23252         src/find_in_files.c,
23253         src/goto_line.c,
23254         src/main_menubar.c,
23255         src/memory.c,
23256         src/message-manager-dock.c,
23257         src/preferences.c,
23258         src/project_dbase_gui.c,
23259         src/project_import_gui.c,
23260         src/registers_gui.c,
23261         src/sharedlib_gui.c,
23262         src/src_paths_gui.c,
23263         src/text_editor_gui.c,
23264         src/toolbar.c,
23265         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23267 2003-01-09  Naba Kumar <naba@gnome.org>
23269         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23270         problems with some comments.
23272         * anjuta.prj: New project file (updated?)
23274         * src/Makefile.am: Enabled deprecated API and fixed variables.
23276         * src/an_file_view.c,
23277         src/an_symbol_view.c,
23278         src/anjuta-plugins.c,
23279         src/anjuta-tools.c,
23280         src/anjuta.c,
23281         src/anjuta_gui.c,
23282         src/appwizard_cbs.c,
23283         src/attach_process.c,
23284         src/attach_process_cbs.c,
23285         src/compiler_options.c,
23286         src/compiler_options_cbs.c,
23287         src/launcher.c,
23288         src/mainmenu_callbacks.c,
23289         src/message-manager-private.c,c
23290         src/message-manager-private.h,
23291         src/message-manager.c,c
23292         src/message-manager.h,
23293         src/project_dbase.c,
23294         src/project_dbase.h,
23295         src/project_dbase_gui.c,
23296         src/project_import_cbs.c,
23297         src/project_import_gui.c,
23298         src/registers.c,
23299         src/resources.c,
23300         src/resources.h,
23301         src/sharedlib.c,
23302         src/signals.c,
23303         src/signals_cbs.c,
23304         src/signals_gui.c,
23305         src/splash.c,
23306         src/src_paths_cbs.c,
23307         src/src_paths_gui.c,
23308         src/stack_trace.c,
23309         src/text_editor.c,
23310         src/text_editor_gui.c,
23311         src/text_editor_menu.c,
23312         src/toolbar.c,
23313         src/toolbar_callbacks.c,
23314         src/utilities.c,
23315         src/watch.c,
23316         src/watch_cbs.c,
23317         src/wizard_gui.c: GNOME porting.
23319 2002-12-24 Naba Kumar <naba@gnome.org>
23321         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23322         NEWS, README, SEARCH-REPLACE,
23323         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23324         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23325         launcher/Makefile.am,
23326         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23327         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23328         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23329         printing/print-util.c, printing/print.c, printing/print.h,
23330         scintilla/*/*, widgets/e-shell-about-box.c,
23331         src/*, tagmanager/*/*, widgets/Makefile.am,
23332         widgets/gnomefilelist.c:
23333         
23334         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23335         src/*.[c,h] files to gnome2 API.
23337         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23338         strings table.
23340 2002-10-23  Naba Kumar <naba@gnome.org>
23342         * autogen.sh: Prevented Users from building HEAD cvs.
23343         
23344 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23346         * src/anjuta.glade: added the compiler options dialog, hopefully
23347         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23349 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23351         * src/anjuta.glade: fixed a lot of small glitches.
23353         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23354         now.
23356         * src/breakpoints_cbs.c: polished a bit.
23358 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23360         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23362         * src/commands.c: partial gnome 2 port.
23364         * src/utilities.[ch]: changed some bits to be const.
23366 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23368         * src/Makefile.am: removed breakpoints_gui.c and added a check
23369         for gdk-pixbuf deprecated functions, but there shouldn't be much
23370         anyway.
23372         * src/breakpoints_gui.c: killed.
23374         * src/anjuta.glade: added two dialogs for the breakpoints management.
23376         * src/anjuta.h:
23377         * src/anjuta_cbs.c:
23378         * src/appwizard.c:
23379         * src/attach_process.c:
23381         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23382         really huge changes and porting work.
23383         
23384         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23385         (breakpoints_dbase_new): moved the UI init bits here.
23387         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23388         a lot, not using any color anymore (not HIG compliant) and not using
23389         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23390         to be double checked.
23392         * src/build_file.c:
23393         * src/build_project.c: gnome 2 port.
23395 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23397         * src/anjuta.glade:
23398         * src/anjuta.h:
23399         * src/anjuta_cbs.c:
23400         * src/appwizard.c:
23401         * src/breakpoints.c:
23402         * src/breakpoints_cbs.c: cleaned up some bits.
23404 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23406         * src/Makefile.am:
23407         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23409         * src/an_symbol_view.[ch]:
23410         * src/attach_process_cbs.h: polished a bit.
23412         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23414 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23416         * configure.in:
23417         * src/Makefile.am: added libglade-2 to the build.
23419         * src/anjuta.[ch]: added support for libglade.
23421         * src/anjuta.glade: added. There could be a file per top-level widget,
23422         as some other gnome projects, though.
23424         * src/attach_process_gui.c: removed.
23425         * src/attach_process.[ch]: gnome 2 port.
23426         (attach_process_new): Added the treeview init and the widget references
23427         here.
23429 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23431         * src/an_file_view.c: fixed some compilation issues.
23433         * src/an_symbol_view.c: gnome 2 port.
23435 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23437         * src/an_file_view.c: finished gnome 2 port.
23438         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23439         directory pixmap depending on the event.
23441         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23442         (project_file_data_new): use a GtkTreePath.
23444 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23446         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23447         driving me nuts but they need to be ported, heh ?
23449         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23450         work since it's quite a total rewrite again.
23452 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23454         * src/an_file_view.c:
23455         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23457 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23459         * src/anjuta_info.c:
23460         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23462 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23464         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23465         nuts ATM.
23466        
23467         * src/an_file_view.c:
23468         * src/aneditor.cxx:
23469         * src/anjuta_cbs.c:
23470         * src/compiler_options.h:
23471         * src/messagebox.c:
23472         * src/messagebox.h:
23473         * src/pixmaps.h:
23474         * src/project_dbase.h:
23475         * src/resources.h: gnome 2 port.
23477 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23479         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23481         * data/properties/sql.properties: added the DATETIME data type.
23483         * data/properties/html.properties: added the foreach php keyword.
23485 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23487         * widgets/Makefile.am: removed blank line after the last backslash
23488         for avoiding a warning from automake.
23490         * configure.in:
23491         * src/Makefile.am: added the ORBit-2 dep.
23493 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23495         * AUTHORS: added Biswa, because I wonder why noone already have
23496         written his name in the Anjuta's hall of fame :)
23498 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23500         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23501         widgets/e-shell-about-box.c: Made to compile for gnome2.
23502         
23503 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23505         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23506         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23507         
23508         * configure.in, printing/print.h, printing/print.c,
23509         printing/print-doc.c: Made to compile for gnome2.
23510         
23511 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23513         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23514         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23515         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23516         widgets/Makefile.am:
23517         
23518         Upgraded the build system to gnome2 platform.
23519         
23520 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23521         * manuals/*: Added capability to generate PDF and PS.
23522         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23523         * TODO, TODO.biswa: Intergated TODO list.
23524         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23525         , bug #574470
23526         * src/dnd.c: Fix typo
23527         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23528         * src/anjuta.c: Bug #568895, Bug #575419
23530 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23532         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23533         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23535 2002-12-17  Naba Kumar <naba@gnome.org>
23537         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23538         bugs.
23539         
23540 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23541         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23542         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23543         * anjuta.prj: Added tools.sgml
23544         * data/properties/cpp.properties: Bug # 646974
23546 2002-12-16  Naba Kumar <naba@gnome.org>
23548         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23549         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23550         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23551         on 'Enter' and adds proper focus mechanism.
23552         * src/anjuta.c: Fixed a memory corruption bug.
23553         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23554         'Enter' and can also be Canceled. Sets proper default and focus policies
23555         for tools dialogs.
23556         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23557         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23558         translatable strings in dialogs and fixed some dialog properties.
23559         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23560         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23561         * src/message_manager_private.cc: Fixed some debug messages.
23562         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23563         widgets/gnomefilelist.c: Fixed a memory leaks.
23564         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23565         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23566         src/main_menubar_def.h: Implemented incremental search.
23567         * TODO: Updated.
23569 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23570         * tagmanager/*: Minor cleanups and warning fixes.
23571         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23572         GUI during long updates.
23573         * src/text_editor.c: Remove debug message.
23575 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23576         * tagmanager/tm_project.c: Fix a memory access problem.
23578 2002-12-13  Naba Kumar <naba@gnome.org>
23580         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23581         tools list to show "Enabled" flag of the tool. Fixed a bug where
23582         tool list is not cleared when creating a new tool.
23583         
23584 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23585         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23587 2002-12-12  Naba Kumar <naba@gnome.org>
23589         * anjuta-tools.[h,c], commands.c: Used the tools help of
23590         anjuta variables list in commands editor and fixed a typos
23591         buy in anjuta-tools.c.
23592         
23593 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23594         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23595         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23596         * TODO.biswa: Added to help me track things better.
23598 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23600         * configure.in, anjuta.spec.in: Added libglade dependency.
23601         * Makefile.am: Added anjuta.glade file.
23602         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23603         , src/mainmenu_callbacks.[ch], src/message-manager.h
23604         , src/widget-registry.c: Tools editor GUI + other additions.
23606 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23608         * src/project_dbase.[ch], tagmanager/tm_project.c,
23609         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23610         Implement syncing tags image with the project database.
23611         * src/anjuta-tools.c: Implemented variable substitution and
23612         working directory in tools.
23614 2002-12-09  Naba Kumar <naba@gnome.org>
23615         
23616         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23617         command configuration language list from properties.
23618         
23619         * data/properties/asm.properties, data/properties/ruby.properties:
23620         Fixed typos.
23622 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23624         * src/an_symbol_view.c: Remember current selected entry and select
23625         it automatically after refresh.
23627 2002-11-26  Murray Cumming  <murrayc@usa.net>
23629         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23630           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23631         and gnomemm 1.2 projects so that people know they are really
23632         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23633         But I did correct these to sue lowercase names.
23635 2002-12-01  Naba Kumar <naba@gnome.org>
23637         * data/anjuta.properties: Fixed caching problem on 
23638         indicators.
23639         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23640         indicators prefs.
23641         
23642 2002-12-01  Naba Kumar <naba@gnome.org>
23644         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23645         property name.
23646         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23647         property and uses it.
23648         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23649         current cursor.
23650         
23651 2002-11-30  Naba Kumar <naba@gnome.org>
23653         * src/debugger.c: Fixed a typo.
23654         * data/properties/*: Updated properties files and added
23655         new ones.
23656         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23657         Added comment submenu and cleaned up ref and unref of menus.
23658         * src/aneditor.h: Added definition of comment commands.
23659         * src/aneditor.c: Upgrade from latest SciTE source code.
23660         * src/text_editor.[hc], src/text_editor_cbs.c, 
23661         src/message_manager_private.cc, src/message_manager.[cc,h],
23662         src/anjuta.[c,h]: Added indicators support for errors/warnings
23663         highlight in the editor.
23664         * NEWS, TODO: Update.
23665         * scintilla/include/PropSet.h: Removed deprecrated function.
23666         
23667 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23669         * src/anjuta-tools.[ch]: Tools implementation (basic)
23670         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23671           , src/main_menubar_def.h: PLugins cleanup and segregation
23672         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23673           registry
23674         * anjuta.prj: Added new files
23675         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23676         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23677         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23678         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23679         * src/Makefile.am: Added new files
23680         * src/message-manager.[cc/h]: Added standard output and error windows
23682 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23684         * project_type.c: Fixed Gnomemm2 project type
23686 2002-11-25  Naba Kumar <naba@gnome.org>
23688         * printing/print.c: Fixed a compile warning.
23689         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23690         * src/utilities.c: Fixed a compile warning in sparc, hides the
23691         terminal check error output from the user.
23692         * project_config.[ch], project_dbase.[ch], source.c: Added project
23693         version, exclude modules configuration and reordered other config
23694         properties. Changed some strings to more descriptive text.
23695         * src/compiler_opitions.c: Removed extra newlines from .prj file
23696         save.
23697         * anjuta.prj: Converted to new format (only reorganised properties
23698         and removed extra newlines ... nothing else).
23699         * NEWS: updated
23700         
23701 2002-11-21  Naba Kumar <naba@gnome.org>
23703         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23704         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23705         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23706         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23707         Updated to the CVS version.
23709 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23711         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23712           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23713           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23714           images in completion lists. 
23715         * src/resources.h: Make C++ friendly.
23716         * scintilla/PropSet.cxx: Fix memory leak.
23718 2002-11-20  Naba Kumar <naba@gnome.org>
23720         * scintilla/*/*: Synced to latest scintilla 1.49
23721         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23722         New lexers added.
23724         * scintilla/RESearch.cxx: The automatic cvs log in the
23725         file really broke things trying to interprete the changelog
23726         entry incorrectly as end-of-comment. Removed the $cvs line
23727         and committed again.
23728         
23729 2002-11-19  Naba Kumar <naba@gnome.org>
23731         Patch from Timothee Besset <ttimo@idsoftware.com>
23732         
23733         * src/message-manager-private.cc: Interpretes absolute
23734         file paths properly in zvt terminal.
23736 2002-11-19  Naba Kumar <naba@gnome.org>
23738         Patch from Timothee Besset <ttimo@idsoftware.com>
23739         
23740         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23741         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23742         (important) editor preferences in project (if there is one
23743         open).
23744         
23745         * TODO: Updated
23746         
23747 2002-11-18  Naba Kumar <naba@gnome.org>
23748         
23749         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23750         
23751         * src/debug_tree.c, src/find_in_files_gui.c,
23752         src/find_replace.c, src/find_text.c, 
23753         src/project_import.c, src/project_import_gui.c,
23754         src/wizard_gui.c: i18n Fixes.
23756 2002-11-15  Naba Kumar <naba@gnome.org>
23758         * plugins/class-gen/clsGen.c: Fixed to use project function
23759         to import files. Create non-existent directories before the
23760         sources are written.
23761         
23762         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23763         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23764         src/glade_iface.c,
23765         src/glades.c: Excluded gladen files from build. This
23766         will fix the unnecessary dependency on libssl.
23767         
23768         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23769         file import funtion.
23770         
23771         * src/message_manager_private.cc: Fixed a compiler warning with
23772         DEBUG preprocessor macro.
23773         
23774         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23775         wrong (undocked) editor window was closed on clicking close on an
23776         undocked editor window.
23777         
23778         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23779         start correctly if the executable was run before with 'F3'.
23780         
23781         * src/toolbar_callbacks.c: Wrap around find next.
23782         * src/toolbar.c: Disable combo activate.
23783         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23784         button positions to get 'yes' as default.
23786         * anjuta.spec.in: Updated.
23787         
23788         * src/anjuta_info.c, src/appwizard_gui.c,
23789         src/attach_process_gui.c, src/breakpoints_gui.c,
23790         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23791         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23792         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23793         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23794         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23795         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23796         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23797         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23798         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23799         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23800         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23801         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23802         plugins/patch/patch-plugin.c, printing/print-util.c:
23803         Set all windows and dialogs transient
23804         to their parents so that they remain floated above their parents.
23805         
23806 2002-11-13  Naba Kumar <naba@gnome.org>
23808         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23809         take default editor font).
23810         
23811         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23812         Corrected email address.
23813         
23814         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23815         for changelog entry.
23817         * NEWS: Updated.
23818         
23819 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23820         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23822 2002-11-06  Naba Kumar <naba@gnome.org>
23824         * README: Updated
23825         * anjuta.spec.in: Ships the .omf files with the
23826         documents instead of the base package.
23827         
23828 2002-11-04  Naba Kumar <naba@gnome.org>
23830         * data/properties/latex.properties: Fixed a bug.
23831         * ChangeLog: Released 1.0.0 stable.
23833 2002-11-04  Naba Kumar <naba@gnome.org>
23835         * src/commands.c: Added command with shell redirection capability.
23836         * data/properties/anjuta.properties: Changed default execution
23837         command.
23838         * src/project_dbase.c: Set project top dir in properties.
23839         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23840         * data/Makefile.am: More diskcheck error fixes.
23841         
23842         * README, anjuta.spec.in, THANKS, AUTHORS,
23843         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23844         manuals/C/anjuta-manual/authers,sgml,
23845         manuals/C/anjuta-manual/anjuta-manual.sgml,
23846         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23847         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23848         : Changed anjuta home to
23849         new URL and my email address.
23850         
23851         * manuals/C/anjuta-manual/interfaces.sgml,
23852         manuals/C/anjuta-manual/prefereces.sgml,
23853         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23854         
23855         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23856         : removed reference to the help menu as the menu is modified
23857         when no help is found (which is very likely when we are
23858         shiping the documents separately).
23859         
23860 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23861         * anjuta.spec.in: Update specfile to make multiple RPMs.
23862         * data/Makefile.am: make dist fix.
23863         * src/text_editor_menu.c: Fix compile warnings (casts).
23865 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23866         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23867         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23869 2002-11-01  Naba Kumar <naba@gnome.org>
23871         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23872         Added gnome2 macros to be used by gnome2 project wizard.
23873         
23874         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23875         from gnome-common.
23876         
23877         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23878         as it was conflicting with generated projects and is not
23879         useful for us.
23880         
23881         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23882         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23883         project generation, removed qt project as it's not complete and
23884         added gnome2 bonobo wizard.
23886 2002-10-29  Naba Kumar <naba@gnome.org>
23888         * po/POTFILES.in: Updated.
23889         * po/POTFILES.skip: Added.
23890         * preferences.h: Fixed print paper size property name.
23892 2002-10-28  Naba Kumar <naba@gnome.org>
23893         
23894         * data/user.properties, data/Makefile.am: Added user properties file
23895         which will be copied in user's ~/.anjuta/user.properties.
23896         
23897         * data/anjuta.properties: Changed a comment.
23898         
23899         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23900         
23901         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23902         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23903         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23904         item.
23906         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23907         instead of user properties file.
23908   
23909         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23910         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23911         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23912         * README, TODO: Updated.
23913         
23914 2002-10-28  Naba Kumar <naba@gnome.org>
23916     * manuals/C/anjuta-manual/figures/editor_guides.png,
23917     manuals/C/anjuta-manual/figures/editor_margins.png,
23918     manuals/C/anjuta-manual/figures/editor_markers.png,
23919     manuals/C/anjuta-manual/figures/local_variables.png,
23920     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23921     manuals/C/anjuta-manual/figures/prefs_print.png,
23922     manuals/C/anjuta-manual/figures/print_dlg.png,
23923     manuals/C/anjuta-manual/figures/print_preview.png,
23924     manuals/C/anjuta-manual/figures/symbol_browser.png,
23925     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23926     files for manual documentation.
23927     
23928     * manuals/sgmldocs.make,
23929     manuals/C/anjuta-manual/Makefile.am,
23930     manuals/C/anjuta-manual/authors.sgml,
23931     manuals/C/anjuta-manual/build.sgml,
23932     manuals/C/anjuta-manual/compileopts.sgml,
23933     manuals/C/anjuta-manual/debugger.sgml,
23934     manuals/C/anjuta-manual/execute.sgml,
23935     manuals/C/anjuta-manual/fileoperations.sgml,
23936     manuals/C/anjuta-manual/interface.sgml,
23937     manuals/C/anjuta-manual/preferences.sgml,
23938     manuals/C/anjuta-manual/projects.sgml,
23939     manuals/C/anjuta-manual/figures/arguments.png,
23940     manuals/C/anjuta-manual/figures/open_file.png,
23941     manuals/C/anjuta-manual/figures/other_opts.png,
23942     manuals/C/anjuta-manual/figures/scrshot.png,
23943     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23944     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23945     
23946     Updated anjuta manual documentation.
23948     
23949 2002-10-27  Naba Kumar <naba@gnome.org>
23951     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23952     check and modifies debugger terminal command accordingly
23953     to function properly.
23954     
23955 2002-10-25  Naba Kumar <naba@gnome.org>
23957         * manuals/sgmldocs.make: Fixed a couple of bugs.
23958         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23960 2002-10-24  Naba Kumar <naba@gnome.org>
23962         * src/debug_tree.c: Fixed a crash bug from Etay.
23964         * global_tags/create_global_tags: Added messages.
23965         Fixed infinite looping within files.
23966         
23967         * macro/autogen.sh: Removed debug and warning flags for defaults.
23968         
23969         Patch from Vadim Berezniker <vadim@berezniker.com>
23970         
23971         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23972         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23973         generation.
23975         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23976         temporarily just copy it
23978 2002-10-24  Naba Kumar <naba@gnome.org>
23980         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23981         manuals/C/anjuta-manual/anjuta-manual.sgml, 
23982         manuals/C/anjuta-manual/compileopts.sgml,
23983         manuals/C/anjuta-manual/debugger.sgml,
23984         manuals/C/anjuta-manual/execute.sgml,
23985         manuals/C/anjuta-manual/fileoperations.sgml,
23986         manuals/C/anjuta-manual/interface.sgml,
23987         manuals/C/anjuta-manual/introduction.sgml,
23988         manuals/C/anjuta-manual/projects.sgml,
23989         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23990         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23991         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23992         manuals/ja/anjuta-manual/compileopts.sgml,
23993         manuals/ja/anjuta-manual/debugger.sgml,
23994         manuals/ja/anjuta-manual/execute.sgml,
23995         manuals/ja/anjuta-manual/fileoperations.sgml,
23996         manuals/ja/anjuta-manual/interface.sgml,
23997         manuals/ja/anjuta-manual/introduction.sgml,
23998         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24000 2002-10-24  Naba Kumar <naba@gnome.org>
24002         * src/project_type.c: added autogen for qt projects.
24003         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24004         Fixed a bug that retrieves wrong terminal command.
24005         * src/commnads.c: Added more terminal commands.
24006         * configure.in: Checks for scrollkeeper version.
24007         
24008 2002-10-22  Naba Kumar <naba@gnome.org>
24010         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24011         instead of AM_GNOME_GETTEXT.
24012         
24013         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24014         for setup-gettext for the wizard generated projects.
24016         * src/source.c: Fixed a bug where glade file wasn't generated.
24017         
24018         * src/gnome_project.c: Excluded project version from project dir
24019         name.
24020         
24021 2002-10-22  Naba Kumar <naba@gnome.org>
24023         * acinclude.m4: New file with dummy funtion for gettext
24024         cross compatibility fix.
24025         
24026         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24027         * configure.in: Fixed cflags to avoid useless warnings.
24028         * Makefile.am: EXTRA_DIST += setup-gettext.
24029         * src/toolbars.c: Added space paddings around tags label.
24031 2002-10-21  Naba Kumar <naba@gnome.org>
24033         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24034         
24035         * setup-gettext: New script to maintain gettext cross version
24036         compatibility.
24037         * configure.in, macros/autogen.sh: Fix for gettext cross version
24038         compatibility.
24039         
24040 2002-10-21  Naba Kumar <naba@gnome.org>
24042         * debug_tree.c: Fixed incorrect use of debug assertion.
24043         
24044 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24045             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24046         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24047         src/memory.c, src/memory.h, src/message-manager-private.cc:
24048         
24049         New parsing algorithm; adapted from kdevelop.
24050         Middle button menu for changing the value's display type
24052 2002-10-07  Naba Kumar <naba@gnome.org>
24054         * src/main_menubar_def.h: Changed status bar message for Help->
24055         Browse info pages. Bug #603308
24057         * src/executer.c: Made "User terminal" default for creating
24058         projects (User can always disable it later). Bug #114222
24059         
24060 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24062         * macros/autogen.sh: Require gettext 0.10.x for autogen
24063         * src/text_editor.c: Fixes Bug #595303
24064         * src/source.c: Fixes Bug #595970
24065         * src/anjuta.c: Fixes Bug #598366
24066         * scingtilla/LexCPP.cxx: Bug #602296
24067         * src/main_menubar_def.h: Bug #604363
24068         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24069         
24070 2002-10-07  Jens Georg <mail@jensgeorg.de>
24072         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24073         * gnomefilelist.c: This patch fixes the bug #611542
24074         
24075 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24077         * data/properties/Makefile.am: Added tcltk.properties file.
24078         
24079 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24081         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24082         
24083         * README: Updated README
24084         * plugins/class-gen/clsGen.c, src/message_manager.cc
24085           , src/mainmeu_callbacks.c, src/memory.c
24086           , src/project_dbase_gui.c, src/text_editor_gui.c
24087           , widgets/gnomefilelist.c: Set window icons
24088         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24089           Enabled release build (stripped + optimized binaries, etc.)
24090         * data/properties/anjuta.properties, src/commands.c,
24091           src/defaults.cFixed bug #595489 (stdin on executables)
24092         * src/appwizard.c, src/main.c, src/message-manager.cc
24093           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24094           , src/debug_tree.c: Memory related (valgrind) fixes.
24095         * src/message-manager-private.[cc,h], src/pixpams.h
24096           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24097         * anjuta.prj: Added debug_tree.c to SOURCES
24098         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24099           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24100           Compacted code and cleaned up unnecessary functions.
24101         * tagmanager/*.[ch]: Code fixes.
24102         
24103 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24104         
24105         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24106         
24107         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24108         Debug tree now detects changes of displayed variables
24109         and changes their color to red
24111 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24113         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24114         
24115         * mainmenu_callbacks.c: Set's the current file name in
24116         file save as dialog.
24117         
24118 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24120         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24122         * data/properties/tcltk.properties: New file for tcl/tk
24123         properties.
24125 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24127         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24128         Fixed a fatal bug which doesn't let building gnome2 related
24129         projects. They use different autogen.sh script. Defined new
24130         type field "gnome_macro_support".
24131         
24132         * data/autogen.sh.gnome2: New file.
24133         
24134         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24135         bug with quotes escaping in quotes.
24136         
24137         * src/message-manager-private.cc: Used event box instead
24138         of frame for local message pane, so that the borders appear
24139         properly and nicely.
24140         
24141         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24142         if there is a project open and all the files are un-docked.
24144         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24146 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24148         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24149         * THANKS: updated for new contributions
24150         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24152 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24154         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24155         src/project_dbase.h, src/project_type.c, src/source.c, 
24156         src/wizard_gui.c: new Qt project type
24157         *** NB not fully tested, may need some work, icon required...
24159 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24161         * src/memory.c, src/memory.h: new memory patch
24163 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24165         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24167 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24169         * lancher/anjuta_launcher.c: Determine pty from function
24170         call instead of running 'tty' externally.
24171         
24172         * data/properties/cs.properties: Added compile/build commands.
24173         Fixed execution properties.
24174         
24175         * src/commands.c: Added c# options.
24177         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24178         
24179         * src/debug_tree.[c,h], src/debugger.[c,h],
24180         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24181         
24182         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24183         1. Misaligned structs when they are members of other structs.
24184         2. '{' sometimes appears as a variable.
24185         3. Wrong processing of some arrays.
24186         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24187         that displays the tree in two columns (variable and value).
24189 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24191         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24193         * data/properties/sql.properties: added the DATETIME data type.
24195         * data/properties/html.properties: added the foreach php keyword.
24197 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24199         * NEWS: Updated with new features.
24200         
24201         * data/.cvsignore, doc/.cvsignore: Updated.
24202         
24203         Patch from: Etay Meiri <etay-m@bezeqint.net>
24204         
24205         * src/debug_tree.h, src/debug_tree.c: New files.
24206         
24207         * src/Makefile.am, src/message-manger-private.[h,cc],
24208         src/message-manger.cc: Added Tree view for debugger
24209         locals view.
24210         
24211 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24213         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24214         
24215         * src/memory.c, src/memory.h: New files.
24216         
24217         * src/Makefile.am, src/appwizard.c, src/controls.c,
24218         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24219         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24220         
24221         Memory view implemetation that would enable viewing raw memory
24222         during debugging.
24224 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24226         * AUTHORS: added Biswa, because I wonder why noone already have
24227         written his name in the Anjuta's hall of fame :)
24229 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24231         * src/appwizard_gui.c: Removed an ambiguous prototype.
24232         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24233         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24234         * THANKS: Updated M. Ali Vardar's email.
24235         
24236 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24238         * src/anjuta_gui.c: implemented feature request to stop main and browser
24239           toolbars having exclusive use of space
24241 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24243         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24244         left over from the previous work to fix bugs :-)
24245         
24246         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24247         src/controls.c, src/mainmenu_callbacks.h, 
24248         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24249         reviewed
24250         
24251         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24252         src/project_import_gui.c, src/sharedlib_gui.c, 
24253         src/signals_gui.c: set window icon correctly
24254         
24255         * NEWS: more updates for the release
24256         
24257         * HACKING: updated for window icons and insert menu information
24258         
24259         * src/cvs_gui.c, src/build_project.c, 
24260         src/project_import_cbs.c: message strings reviewed
24261         
24262         * src/controls.c: context help button should be disabled if 
24263         DevHelp is not installed
24264         
24266 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24268         * src/debugger.c: Fixed the signalling screw up because of string
24269         update in gdb used to report the child process PID. Also, no
24270         error dialog will be popped up for "no such file or directory"
24271         error (very annoying and useless error). This error will still
24272         be shown on the debug message window. Avoided terminating the
24273         program when the terminal is terminated -- doesn't hurt, otherwise
24274         we get crappy egg-and-hen problem.
24275         
24276         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24277         dimensions loading.
24278         
24279         * src/anjuta.c: Limited the default size of main window to sane
24280         values.
24282         * src/preferences.c: Fixed some deadly memory corruption bugs in
24283         the recent patches. Return from getenv() should NEVER be freed,
24284         because they are static strings.
24285         
24286         * src/preferences_gui.c: Removed the fix for crash bug with font
24287         selection and applied the real fix.
24288         
24289 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24291         * NEWS: updated for release
24293 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24295         * src/launcher.c: Added a fix a memory leak and a possible
24296         fix for zvt-crash bug.
24297         
24298         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24299         
24300         * data/properties/latex.properties,
24301         data/properties/ada.properties: Added file.is.source property.
24302         
24303         * src/an_file_view.c: Set auto column size of the file
24304         revision column.
24305         
24306         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24307         The user is now prompted to confirm the closing of the file
24308         if it is being used by CVS. If yes, the editor is closed and
24309         the CVS operation stops.
24310         
24311 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24313         * anjuta.prj: bump project version for release
24314         * BUGS: removed unnecessary file
24316 2002-06-07      Philip Van Hoof <freax@pandora.be>
24318         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24319         during the life of the file list widget
24320         * src/preferences_gui.c: sticking-plaster fix to font selection
24321         causes segfault bug
24323         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24325 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24327         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24328         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24329         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24330         added options for symbol and file browsers.
24331         * data/properties/cpp.properties: linker flags should come after
24332         the name of the file to compile.
24333         * scintilla/Editor.cxx: fixed gcc compilation warning.
24334         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24335         be executed from bindir only.
24336         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24337         tagmanager/include/tm_file_entry.h: CVS version information in file 
24338         browser.
24339         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24340         window.
24341         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24342         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24343         crashes during file import.
24344         * src/project_import.c: disable project menu items during project 
24345         import.
24346         
24347         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24349 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24351         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24352         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24353         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24354         modified Insert menu, added C functions template, header C 
24355         template, modified header_template HEADER_H ==> NAMEFILE_H
24356         
24357         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24359 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24361         * data/properties/html.properties: changed some file 
24362         associations
24364 2002-06-05 Philip Van Hoof <freax@pandora.be>
24366         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24367         
24368         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24370 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24372         * data/properties/anjuta.properties, src/defaults.c: Make windows
24373         docked by default, fix the big fonts bug.
24374         
24375         * src/an_file_view.c, src/main_menubar_def.h, 
24376         src/project_dbase_gui.c: sanitized the Edit/View mess.
24377         
24378         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24379         for customizing shortcuts.
24380         
24381         * src/mainmenu_callbacks.c: Search for selected word if present.
24382         
24383         * src/text_editor_menu.c: Added context menu options for docking
24384         and undocking editor windows.
24385         
24386         * src/main_menubar.h, src/main_menubar.c: more support for the 
24387         shortcuts menu item.
24388         
24389         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24391 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24393         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24394         all commit messages being written to top of the file
24395         
24396         * src/main_menubar_def.h: message strings reviewed
24397         
24398         * src/project_import.c: message strings reviewed
24399         
24400         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24401         some bugs around reading the project properties for creating 
24402         .glade and .desktop files in the Application Wizard. There were
24403         typos in the property names being retrieved
24404         
24405         * widgets/gnomefilelist.c: changed build_full_path to make 
24406         the file widget support ~
24407         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24408         
24409         * THANKS, widgets/e-shell-about-box.c, 
24410         manuals/anjuta-manual/C/authors.sgml: updated for new
24411         patch
24413 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24415         * src/project_dbase.c: Fixed the file-path-corruption bug
24416         and the cannot-import-file-in-project bug. (follow-up with
24417         the last commit from Stef).
24418         
24419         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24420         with unsaved-project.
24421         
24422 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24424         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24425         misplaced g_free.
24427 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24429         * data/properties/{xml,html,other}.properties: changed some file 
24430         associations
24431         
24432         * data/anjuta.mime: oops! cvs added
24433         
24434         * scintilla/RESearch.cxx: fixed up a problem with comments
24435         
24436         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24437         to avoid messages about missing libs
24438         
24439         * NEWS: started the release notes
24441 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24443         * HACKING: updated with new information on printing, patch naming
24444         
24445         * TODO: removed completed tasks
24446         
24447         * THANKS: updated a few contributions
24448         
24449         * anjuta.prj: updated the icon file
24450         
24451         * anjuta.desktop.in.in: updated to add Categories
24452         
24453         * data/anjuta.mime: created a mime type for Anjuta project files
24454         (NB needs to be added to the install in /usr/share/mime/)
24455         
24456         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24457         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24458         to PNG for websites.
24459         
24460         * plugins/patch/patch-plugin.c: clarified some messages and 
24461         made it easier to see different patching sessions
24462         
24463         * src/toolbar.c: changed some message text for consistency
24464         
24465         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24466         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24467         in preferences. 
24468         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24469                  
24470         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24471         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24472         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24473         Added XLib Project and a Dockapp Project types.
24474         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24475         projects
24476         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24477         * src/source.c: Fixed memory leak in existing projects. 
24478         (filename was not freed)
24479         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24481 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24483         * src/anjuta.h, src/anjuta.c: Added error display funtions
24484         with parent windows.
24485         
24486         * src/appwizard_cbs.c: Changed error display function to use
24487         parented version.
24488         
24489 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24491         * printing/print.h, printing/printing.c: Taken care of document
24492         zoom factor and fixed a font loading bug. Dynamically calculated
24493         text widths to work with zooms properly. Re-organized code for
24494         dynamic text width calulations to work in general with utf8 chars.
24495          Determined font height and width automatically from the font info.
24496         
24497         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24498         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24499         Converted text.zoom.factor property to use #defined value. Removed
24500         margin header and margin numbers preferences, as they  now
24501         calculated dynamically.
24502         
24503 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24505         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24506         printing/print-util.h, printing/print.c, printing/print.h:
24507         Rewritten printing support for style based printing. Syntax highlighted
24508         printing, monochromatic printing, setup using preferences etc.
24510         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24511         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24512         language and the styled text buffer.
24513         
24514         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24515         the print setup preferences page and added printer preferences. Added functions
24516         to retrieve preferences with default values.
24517         
24518         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24519         the printing.
24521         * data/properties/anjuta.properties: Added default printer preferences.
24523         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24524         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24525         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24527         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24528         
24529 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24531         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24533         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24534         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24535         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24536         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24538         printing/Makefile.am: Reduced compiler optimizations.
24540         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24541         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24542         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24543         tagmanager/tm_workspace.c: TagManager fixes.
24545 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24547         * printing/*: CVS added. :)
24548         
24549 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24551         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24553         * printing*: CVS added.
24554         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24555           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24556           src/main_menubar_def.h: Gnome Print support
24557         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24558         * configure.in: Enable debugging flag option
24559         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24560           Print properties defined.
24561         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24562         
24563 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24565         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24566         
24567         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24568         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24569           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24570           and cleanups
24571         * src/text_editor.c: Minor cleanups.
24572         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24573         * src/project_dbase.c: Fixes to add/remove files from project.
24574         * src/help.c: Fix minor memory leak.
24575         * src/project_dbase_gui.c: Remove debugging messages.
24576         * src/utilities.[ch]: Cleanups and minor fixes.
24577         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24579 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24581         * src/anjuta.c [anjuta_apply_preferences()]:
24582         Fixed a crash bug when tab pos is not defined for the editors.
24583         
24584         * data/properties/cpp.properties: Set default identifier property to normal.
24585         This fixes the bug in which the fore color gets hidden with dark background.
24587 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24589         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24590         scintilla 1.46
24591         
24592         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24593         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24594         src/anjuta.c, data/properties/anjuta.properties:
24595         Implemented line wrapping.
24596         
24597         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24598         
24599         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24600         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24601         tags. Code was reviewed from GNOME Bonsai view.
24602         
24603         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24604         it seems to have been removed by scintilla people.
24605         
24606         * data/properties/anjuta.properties: Set default line wrap to false, as
24607         is noticably slow with big files.
24608         
24609 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24611         * src/project_import_gui.c: disallow the selection of files in
24612           the browse dialog.
24613         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24614           preferences code.
24615         
24616 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24618         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24619           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24620         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24621         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24622           now works properly.
24623         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24624         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24625         * src/utilities.[ch]: Added some utility functions.
24626         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24627         
24628         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24630 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24632         * HACKING: info on FIXME statements and removed ccview references
24633         * Makefile.am: added rule to make RPM package
24635 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24637         * THANKS, widgets/e-shell-about-box.c, 
24638         manuals/anjuta-manual/C/authors.sgml: updated for new
24639         patch
24640         * src/anjuta.c: removed unnecessary warning code since CVS 
24641         support is now implemented :-)
24642         * manuals/sgmldocs.make: implemented a fix for bug #553969
24643         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24644         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24645         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24646         
24647 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24648         
24649         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24650           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24651           src/main_menubar_def.h, src/preferences_gui.c,
24652           preferences.c, preferences.h: setup Username and Email 
24653           preferences, Insert ChangeLog and Username editor functions
24654           
24655           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24657 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24658         
24659         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24660           src/src_paths_cbs.c, src/src_paths_gui.c
24661           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24663           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24665 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24667         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24668           and goto tag menu items to main menu.
24670 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24672         * THANKS, widgets/e-shell-about-box.c, 
24673         manuals/anjuta-manual/C/authors.sgml: added new contributors
24674         * HACKING: updated with info on files to change for credits
24676 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24678     * src/aneditor.cxx: extended extension list which fixes segfault
24679     on selecting lisp, ruby or matlab as highlight style.
24681 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24683         * src/main_menubar_def.h: fixed an array initialiser and fixed
24684         the lexer settings for the new entries on the Format menu
24686 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24688         * Synced with Scintilla 1.45
24690 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24692         * anjuta.prj: added another missing file
24693         * ChangeLog: fixed some incorrect change dates I caused by 
24694         sloppy cut-and-pasting :-/
24696 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24697         
24698         * src/mainmenu_callbacks.c: fixed title of new About box
24700 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24702         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24704 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24706         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24707         * anjuta.prj: updated for new files
24709 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24711         * widgets/e-shell-about-box.c: Added version display.
24712         
24713 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24715         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24716         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24717         from Philip Van Hoof)
24719 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24721         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24722         dependency
24723         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24724         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24725         that produced build errors (needs checking on a machine with the
24726         ja locale!)
24727         * data/properties/lisp.properties: updated to match format of other
24728         lexer property files supplied with Anjuta
24730 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24732         * anjuta.prj: added new files
24733         * HACKING: added information from the mailing list on 
24734         adding new project types to the wizard (thanks to Johannes)
24736 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24738         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24739           src/appwiz_page2.c: Fix for 547038.
24741 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24743     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24744     hide bug.
24745     
24746     * about.h: cvs removed.
24747     
24748 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24750         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24752         Fix for #539574.
24754         * src/anjuta.c (anjuta_system_error): checks for the error number to
24755         know whether the error description is needed or not.
24757 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24759         * pixmaps/anjuta_logo.png: New about logo.
24760     
24761         * pixmaps/anjuta_icon.png: New icon from Misha. The
24762         old one had trouble with some gtk themes.
24763     
24764         * about.c: Removed. No longer needed.
24766         * mainmenu_callbacks.c: Removed reference of about.h
24767     
24768 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24770         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24772         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24773           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24774         About Dialog (thanks to the Evolution team for the cool widget!)
24776 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24778         Patch from lbell <lbell@tsc4.com>
24779     
24780         * src/find_in_files.c, src/find_in_files.h,
24781           src/anjuta.c: Added save_yourself, load_yourself routines.
24782     
24783         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24784         Added "Append messages" toggle button. This will enable
24785         the search results to be appended to the already existing
24786         results.
24787     
24788         * src/debugger.c: Fixed a typo.
24789     
24790         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24791           src/session.c, src/session.h: Improved session management.
24793 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24795         * THANKS, FUTURE, AUTHORS: Changed my email and
24796         avoided yahoo.com.
24798 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24800         Impl. feature request #525271 (add Lisp support).
24802         * data/properties/lisp.properties: added.
24804         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24805           the lisp properties.
24807         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24808           src/utilities.[ch]: added support for the Lisp highlight style.
24810 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24812         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24813           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24814           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24815           option preferences to have a persistent setting. Plus it's not used
24816           often, so it's better here than flooding the menus.
24818         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24819           preferences pages a lot more consistent and sweeter: tabs direction
24820           radiobuttons are directed against the meaning, all pages have an
24821           outter frame, a lot of padding, removed all expand attributes for
24822           vertical boxes, ...
24824           That's not a total revamp, but it's really looking better now, even
24825           if there's still work to be done.
24827 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24829         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24830         * TODO: added task to be completed before next release (update all credits)
24832 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24834         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24835         Benke László.
24837 2002-05-01  Benke László  <decike@freemail.hu>
24839         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24841         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24842           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24843           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24844           to the format menu in order to reorder the notebook tabs in
24845           alphabetical order everytime a file is created/opened/saved.
24847 2002-05-01  Philip Van Hoof <freax@pandora.be>
24849         * widgets/gnomefilelist.[ch] (history_combo_go),
24850         (history_combo_clicked): impl.
24852         (gnome_filelist_new_with_path): use this new impl.
24854 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24856         * src/project_dbase_gui.c (add_file): added the xpm file type.
24858 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24860         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24861         tag manager fixes.
24863         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24864           of tag types.
24866         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24867           src/text_editor_menu.c: Added context sensitive search in symbol
24868           browser and editor.
24870         * configure.in: Changed version number to 0.1.9.99.
24872         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24873           src/project_import.c: Minor changes to project import facility.
24875         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24876           (Forced to use specific brace format)
24878         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24879           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24880           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24882 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24884         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24885         replaced the spinbutton with an hscale, and made the UI less "blocky".
24887         * src/cvs_gui.c: When diffing a project you can choose date and
24888         release now.
24890         * src/project_dbase.c: Import_file activated again
24892         * configure.in, plugins/Makefile.am: Added patch plugin
24894         * plugins/patch/*: The new patch plugin
24896 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24898         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24900         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24901         dropdown list shown by autocompletion are now removed.
24903 2002-04-28  Philip Van Hoof <freax@pandora.be>
24905         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24906         a bunch of filetypes from the older version.
24908         * src/project_dbase_gui.c (add_file): changed the import
24909         dialog's filetypes combo contents depending on the
24910         type of data to be imported.
24912 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24914         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24915         the amount parameter as Philip stated and reformated to follow the
24916         Gnome convention.
24918         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24919         changed accordingly.
24921 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24923         Fix for #531293.
24925         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24926         Shift-F6, to be more consistent with other Gnome apps.
24927         Moved the "Search next" entry under the "Search" one, and swapped the
24928         order of the "Find in files" and "Find and Replace" ones.
24930         Some additional fixes ands cleanups on the edit menu.
24932         * src/main_menubar.h: replaced all occurences of repeat_find by
24933         find_again for the code to be more consistent.
24935         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24936         sensitiveness depending on the existence of an active text buffer.
24938         * TODO: added some bits about improving the usability of the
24939         search/search again couple.
24941 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24943         * src/preferences_gui.c: made the tab labels text more consistent
24944         (s/misc/Misc/).
24946 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24948         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24950         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24951         filename.
24953         * src/main.c (main): simplified some code and cleanups.
24955         Fix a part of #499366:
24957         * src/commands.[ch] (sync_from_props), (command_editor_save),
24958         (on_apply_clicked), (create_command_editor_gui): added the gui
24959         corresponding to the command.terminal preference.
24961 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24963         Fix for #465180.
24965         * anjuta.spec.in: added build requirements for the source rpm.
24967 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24969         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24970         
24971         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24972           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24973           src/project_type.c, source.c, wizard_gui.c:
24974           Added new GNOME 2 project types and changed glade behaviour to
24975           produce GTK code if project type GTK was selected and GTKmm code
24976           if project type GTKmm was selected (and not depending on the 
24977           selected language. Disabled glade for GNOME 2 projects because
24978           we will need glade2 there.
24979           
24980         * src/project_dbase.c: Fixed a memory lack.
24981         
24982         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24983         
24984         * src/cvs.c: Added an error message if jobs are running
24986 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24988         * tagmanager/tm_work_object.c: Fixed a chrash
24989         bug which occurs when it tries to stat an empty
24990         file name.
24991         
24992 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24994         * src/controls.c: CVS menu items now becomes
24995         insensitive when the launcher is busy.
24996         
24997         * src/anjuta.c, cvs.h, cvs.c: Created a function
24998         to update the cvs preferences when preferences are
24999         applied in preferences dialog and called it from
25000         anjuta_update_preferences().
25001         
25002 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25004         * src/cvs.c: Added a space in the cvs command
25005         before the revision part. This fixes the cvs
25006         error we get when cvs-diffing with revisions.
25007         
25008         * src/cvs.c: Fixed a compiler warning.
25009         
25010         * src/find_replace.c: The dialog now remembers
25011         the settings including the "prompt on replace"
25012         which seems to have broken somewhere line the
25013         changes.
25014         
25015 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25017         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25018         Added a new property in cvs class to hold a boolean
25019         for enabling date in cvs diff. This fixed the bizzare
25020         diff output due to the date that goes with the cvs
25021         command. Also, set the default value of compression
25022         to 3 and unified diff option to 1.
25023         
25024 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25026         * src/cvs.c: The diff editor is set to hilite as
25027         diff syntax hiliting.
25028         
25029         * configure.in, manual/Makefile.am:
25030         Added a new manual module for ja language.
25031         
25032         * manual/ja/*/*/*: New module and files for the
25033         ja translation for the anjuta documentation
25034         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25035         
25036 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25038         * src/launcher.c: Made a very messy work around
25039         for the launcher authentication to work properly.
25040         
25041         * src/find_replace.c: Applied the missing patch
25042         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25043         
25044 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25046         * src/cvs.c, src/main_menubar_def.h: made message strings
25047         consistent with existing standards from our own documentation 
25048         (such as uppercase P in Project, corrected spelling of 
25049         repository, etc.)
25051 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25053         * src/cvs_gui.c: Cleaned up gui and aligned various
25054         widgets to give a clean look.
25055         
25056 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25058         * src/launcher.c: Added work around to retrieve
25059         the child exit code. It works. :)
25060         
25061         * src/find_in_files.c, src/gnome_project.c,
25062         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25063         src/clean.c, src/clean_project.c, src/build_project.c,
25064         src/build_file.c: Modified to handle the new
25065         child exit code.
25066         
25067 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25069         * src/find_replace.c: Changed signal to call
25070         on_replace_text_close on from delete_event
25071         to close => the replace history is now updated.
25073 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25075         * src/cvs.c: escaped the cvs import message before
25076         passing it to cvs.
25077         
25078 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25080         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25081         
25082         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25083         
25084         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25085         Added cvs import
25086         
25087         * src/preferences_gui.c: GUI improvements
25088         
25089         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25091 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25093         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25094         Removed static qualifier from tm_tag_type_name() and
25095         availed it's prototype for use in outside code. also
25096         created reverse map function tm_tag_type_name();
25097         
25098         * src/anjuta.c: Implemented qualified tags names for
25099         the tag list (on the toolbar pulldown list) to avoid
25100         ambiguty in tags with similar names (like prototype
25101         and definition). Patch modified and improved.
25102         
25103         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25104         
25105 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25107         * src/utilities.[c,h]: Added a utility funtion
25108         that escapes the single and double quotes in a
25109         given string. Useful for passing command line
25110         args with quotes.
25111         
25112         * src/cvs.c: Escaped the cvs log message before
25113         passing it to cvs command line to avoid ambiguties
25114         with quotes in the message.
25115         
25116         * pixmaps/anjuta_icon.png: Changed to the new icon.
25117         from Todd Goyen <goyen@mbi-berlin.de>
25118         
25119         * src/message-manager-private.cc: Added regex to 
25120         recognize (underline hilite) the parsable outputs
25121         from the zvt terminal.
25122         
25123 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25125         Patch from: Tina Hirsch <tehirsch@arcor.de>
25126         
25127         * src/project_type.c:
25128         Fixed a bug in the wxproject type and modified the erroroutput when
25129         configure doesn't find wx-config
25130         
25131         Patch from: Timothee Besset <ttimo@idsoftware.com>
25132         
25133         * src/anjuta.c, src/message-manager-private.cc,
25134           src/message-manager-private.h
25135         Catches double clicks in the zvt terminal, and calls goto_error_line
25136         to jump to the appropriate location in the source. This will recognize
25137         grep -n output
25138         
25139 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25140         
25141         * src/build_project.c: Taken care of memory leak
25142           by freeing cmd variable properly.
25144         * src/main_menubar_def.h: Fixed wrong signal connection
25145           for cvs project commit.
25146           
25147         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25148         
25149         * src/preferences_gui.c: Added some border and adjusted
25150           expandsion, filling in box adds to make the cvs preferences
25151           more nicer.
25152         
25153 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25155         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25156         
25157         * src/cvs*, src/main_menubar*, src/preferences*: 
25158         Moved CVS settings to preferences, added a nice login dialog.
25159         
25160         * src/controls.c, src/project_dbase.c:
25161         CVS project options are only shown if a project is open
25162         
25163         * src/build_project.c:
25164         User is now asked if he wants to install as root 
25165         
25166         * src/launcher.c:
25167         Fixed a warning
25169         * anjuta.prj: Updated with cvs files
25170         
25171         * TODO: Remove task which are done
25172         
25173 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25175         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25176         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25177         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25179         Modified launcher to use controlling terminal to detect and
25180         take care of password authentications (for example, for cvs
25181         and root installs).
25182         
25183         * pixmaps/password.png: New file.
25184         
25185 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25187         Anjuta kick start tutorial wirtten by:
25188           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25190         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25191           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25192           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25193           manuals/C/anjuta-tutorial/figures/*.png:
25194           
25195           Added files
25196         
25197         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25198           
25199           Modified files.
25200         
25201 2002-03-28 Roel Vanhout <roel@stack.be>
25203         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25205         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25206           src/preferences_gui.c:
25207         Added option to wrap around to beginning/end of file when on last bookmark
25208         and next/previous bookmark is pressed
25209         
25210 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25212         Patch from Philip Van Hoof <freax@pandora.be>
25213         
25214         * src/gnomefilelist.c:
25215         Added gimp like feature that changes the file extension of
25216         the filename entered in the selections when the file
25217         filter is changed.
25218         
25219 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25220         
25221         Patch from Roy Wood <roy.wood@filogix.com>
25222         
25223         * src/controls.c, src/find_text.c, src/find_text.h,
25224           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25225           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25226           
25227           Menuitem for entering currently selected text as find target,
25228           added key accel for "find next" and changed some key accels for
25229           other key for consistency.
25230           
25231         * src/utilities.c:
25232           Cleaned up code.
25233         
25234 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25236         * src/watch.c, src/watch.h, src/watch_cbs.c,
25237           src/watch_cbs.h, src/watch_gui.c:
25238         
25239           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25240         
25241           Added change watch entries feature
25242           and Watch entries modify on double click fixed.
25244 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25246         * src/mainmenu_callbacks.c:
25247         
25248           Project commit should not bypass dialog as
25249           we need to get the cvs log from the user.
25250           
25251 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25253         * src/project_dbase.c:
25254         
25255           Patch from Roy Wood <roy.wood@filogix.com>
25256           
25257           Fixed docking bug with the new docking patch
25258           to fix copy/paste bug.
25259           
25260 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25262         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25263           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25264           src/main_menubar.h, src/main_menubar_def.h,
25265           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25267           Added cvs project support. Featured bypass cvs dialog for
25268           cases where we don't need dialog (such as project and right
25269           click selection from file browser). Cleaned up cvs code to
25270           make them generic cvs operations instead of separate file
25271           and project operations. Added cvs log action. Increased
25272           file entry box width and enabled "unified diff" by default.
25273           Used Editor buffer for status and log and set hilite for
25274           these buffers including diff buffer (DIFF hilite).
25275           
25276 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25278         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25280         * data: Added file autogen.sh.wxwin 
25281         * data/Makefile.am: Added entry for autogen.sh.wxwin
25282         * pixmaps: Added project image appwiz_wxwin.png
25283         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25284         * src/appwizard_cbs
25285           src/compiler_options.c
25286           src/pixmaps.h
25287           src/project_dbase.c
25288           src/project_dbase.h
25289           src/project_import_cbs.c
25290           src/project_type.c
25291           src/source.c
25292           src/source.h
25293           src/wizard_gui.c: Added everything necessary for new
25294                             project type 'wxWindows (wxGTK)
25295         * src/project_dbase.c: Fixed a bug that caused every project
25296                                to be a glade project in dialog
25297                                                    'Project information'.
25299 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25301         Patch submitted by Roy Wood <roy.wood@filogix.com>
25302         
25303         * src/anjuta_gui.c, src/message-manager-dock.c,
25304           src/project_dbase.c:
25305           
25306           fixed the copy/paste bug by rewriting dock/undock
25307           code.
25309 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25311         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25312         
25313         * src/cvs*, src/Makefile.am:
25314           New file for CVS support. File operations currently work
25315           cvs login needs to be done. Project support is not yet
25316           started.
25318         * src/main_menubar*, src/mainmenu_callbacks,
25319           src/anjuta.c, src/anjuta.h:
25320           Added menus and functions for cvs commands.
25321           
25322         * src/text_editor_menu.h: 
25323           Added #include <gtk/gtk.h>
25324           
25325         * src/gotoline.h:
25326           Removed a warning (and this time it works ;-)
25328         * src/utilities.c, src/utilities.h:
25329           Added a utility function to retrieve directory
25330           name out of full path.
25332 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25334         * src/executer.c: (create_executer_dialog): changed the default
25335           focus on the entry.
25337 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25339         * widgets/gnomefilelist.c:
25340         Fixed duplicate history entries for the same directory.
25341           
25342 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25344         Fix for #520092.
25346         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25347           it's already used by scintilla to delete the whole current line.
25349 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25351         Fix for #525107.
25353         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25354           calls to fileselection_hide_widget,
25355           (on_open_filesel_cancel_clicked): removed.
25357         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25358           (on_add_prjfilesel_cancel_clicked):
25360         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25361           impl.
25363         * src/fileselection.c: Made some functions static.
25364           (fileselection_hide_widget): rewritten using the new
25365           gnome_filelist_set_multiple_selection function.
25367         * src/fileselection.c: (on_file_selection_delete_event): removed
25368           unuseful widget hides. Some cleanups,
25369           (on_file_selection_cancel_clicked): impl,
25370           (create_fileselection_gui): changed the cancel button clicked's
25371           callback to use this new function.
25373         * src/anjuta.c: (anjuta_new):
25374         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25375           callbacks, because this the gnome filelist widget's job.
25377         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25378           clist selection mode duplicates set,
25379           (gnome_filelist_key_press): use the new impl. function.
25381 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25383         Fix for #441233.
25385         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25386           fixed some bogus code using an array cell out of
25387           range, removed unecessary gettext usages.
25389         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25390           some cleanups and now transform minus characters to
25391           underscores.
25393         * src/source.c:
25394           (source_write_configure_in),
25395           (source_write_toplevel_makefile_am),
25396           (source_write_desktop_entry),
25397           (source_write_glade_file):
25398         * src/project_dbase.c: (project_dbase_summon_glade),
25399           (project_dbase_generate_source_code):
25400         * src/glades.c: (gladen_write_glade_write):
25401           replaced some occurences of the target name by the
25402           project filename, using project_dbase_get_proj_name,
25403           to fix the name of some files.
25404           Fixed a lot of mem leaks.
25405           Various code cleanups.
25407 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25409         Merged with latest (1.44) scintilla.
25411         Added: - The calltip.<lexer>.end.definition property to display help
25412                  text on a second line of calltip.
25413                - The calltip.<lexer>.word.characters property to correctly find
25414                  calltips for functions that include characters like '$' which
25415                  is not normally considered a word character.
25416                - The use.monospaced property to determine initial state of
25417                  Use Monospaced Font setting.
25419         Bugs fixed: Too many to mention; please see :
25420                     http://www.scintilla.org/ScintillaHistory.html for the
25421                     full changes list.
25423         * scintilla/*/*: updated nearly all files.
25425         * TODO: removed the need of a scintilla merge.
25427         Merged with latest (1.44) SciTE properties.
25429         * data/properties/anjuta.properties: added the wrap, use.monospaced
25430           properties.
25432         * data/properties/html.properties: added a missing php extension, and
25433           updated php keywords to the latest reference.
25435         * data/properties/pascal.properties: added commands to compile, build
25436           and execute pascal applications.
25438         * data/properties/lua.properties: added styles for statements.
25440         * data/properties/bash.properties: added the declare keyword.
25442         Fixed distchecking.
25444         * global-tags/Makefile.am,
25445           global-tags/create-global-tags.sh: used some kind of ugly hack to
25446           make distchek work, since noone has proposed some better way.
25448         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25449           and Ctrl-N replace Alt-N for new file according to the Gnome design
25450           reference.
25452 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25454         * widgets/gnomedirlist.c
25455         widgets/gnomedirlist.h
25456         widgets/gnomefilelist.c
25457         widgets/gnomefilelist.h:
25459         Added GPL headings in the file.
25461 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25463         * src/attach_process.c
25464         src/attach_process_cbs.c
25465         src/attach_process_cbs.h
25466         src/attach_process_gui.c
25467         src/breakpoints.c
25468         src/breakpoints_cbs.c
25469         src/breakpoints_cbs.h
25470         src/breakpoints_gui.c
25471         src/commands.c
25472         src/compiler_options.c
25473         src/compiler_options_cbs.c
25474         src/compiler_options_cbs.h
25475         src/compiler_options_gui.c
25476         src/find_in_files.c
25477         src/find_in_files_cbs.c
25478         src/find_in_files_cbs.h
25479         src/find_in_files_gui.c
25480         src/find_replace.c
25481         src/find_text.c
25482         src/help.c
25483         src/preferences.c
25484         src/preferences_gui.c
25485         src/project_config.c
25486         src/src_paths.c
25487         src/src_paths_cbs.c
25488         src/src_paths_cbs.h
25489         src/src_paths_gui.c:
25490         
25491         Bugs #521629 and #522427 fixed. The problem was, that the
25492         escape-key was not catched and the dialog was hidden, but
25493         the flag was not set correctly.
25495         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25496         using the gnome_dialog_close_hides()-setting present in most dialogs.
25497         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25498         emits "close" and set the flag in the close-callback.
25500         Patch from: Jens Georg <mail@jensgeorg.de>
25502 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25504         * src/*.{c,cpp}: s/string_free/g_free/
25506         * src/utilities.[ch]: (string_free): removed.
25508 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25510         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25512         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25513         src/mainmenu_callbacks.[ch]:
25514         Removed Project menu options: README, TODO, ChangeLog and NEWS
25515         Moved Save Build Messages to Build menu and only highlight it
25516         when there are build messages.
25517         Corrected a spelling: "mojority" -> "majority"
25518         Fixed initialisation of edit.edit_app_gui so now Edit menu
25519         can be shown when no project is loaded.
25521         * src/project_dbase.h: Removed prototype for static function
25523 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25525         * src/text_editor.c: Editor is marked changed after
25526         autoformat. 
25527         
25528         Patch from: Jens Georg <mail@jensgeorg.de>
25530 2002-03-04 Roel Vanhout <roel@stack.be>
25532         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25534         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25535         Added option to ignore binary files on 'Find in files' (grep -I option)
25537 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25539         * src/main.c:
25540         session restoration and commandline load in 
25541         gtk idle loop.
25542         
25543         * src/anjuta.[h,c], src/anjuta_cbs.c:
25544         Removed "clear windows menu" and prevented runtime 
25545         warnings.
25546         
25547         * src/compile.c, src/build_file.c, src/build_project.c,
25548         src/clean.c:
25549         Takes into account the preference setting for 
25550         show dialog when job completes. Dialogs are
25551         shown when it is enabled otherwise not.
25552         
25553 2002-03-03 Roel Vanhout <roel@stack.be>
25555         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25556         
25557         * src/find_text.c
25558         Store 'Find...' search string on search so that 'Find Next' will search for
25559         that string, even if the dialog hasn't been closed yet.
25561 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25563         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25564         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25565         src/main_menubar_def.h:
25566         
25567         Organized menus, removed "Windows" and "Utilities" menus from the
25568         menubar [they are no longer needed]. Also removed some extragenous
25569         separators.
25570           
25571 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25573         * src/message-manager-private.cc:
25574         Set message clist selection mode to BROWSE.
25575         
25576         * src/message-manager.cc, src/an_symbol_view.c,
25577         src/an_file_view.c:
25578         Added Key navigation for the CTree and CList. Arrow left for
25579         node collapse, right for node expand, space (or enter) for
25580         activation (same as double click).
25581         
25582 2002-03-03 Roel Vanhout <roel@stack.be>
25583         
25584         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25585         
25586         * plugins/class-gen/clsGen.c
25587         Added functionality to semi-intelligently prefill filename
25588         boxes with names deduced from class name
25590 2002-02-26 lbell <lbell@tsc4.com>
25592         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25593         * src/preferences_gui.c:
25594         Removed an incorrect use of gtk_misc_set_alignment().
25595         
25596         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25597         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25598         src/preferences.h, src/preferences_gui.c:
25599         
25600         Added the option to reload last open project at the startup.
25601         Added the possibility to open a new project without close
25602         an existing one
25603         
25604         * src/properties.cxx:
25605         Corrected a spelling mistake in message string.
25606         
25607         * src/session.c:
25608         Updated session functions.
25609            
25610 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25612         * widgets/gnomefilelist.c: Bug fixes.
25613         
25614         Patch from Philip Van Hoof <freax@pandora.be>
25615         
25616 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25618         * src/an_file_view.c:
25619         anjuta was unable to open some files becuase they were not being
25620         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25621         Removed mime checking when opening with anjuta, becuase it doesn't
25622         hurt to open binary files in anjuta (some even may want to do so).
25623         
25624         Added a warning when mime type is not set when "view with default
25625         viewer" is activated.
25626         
25627         * src/an_file_view.c, an_symbol_view.c:
25628         Converted N_() to _() where ever appropriate in the strings.
25629         
25630 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25631         
25632         * src/appwizard_gui.c, src/appwizard_cbs.c
25633           src/wizard_gui.c/h, src/appwiz_page3.c,
25634           src/project_import_gui.c:
25635           
25636         Moved target type radiobuttons to appwiz. page 2
25637         
25638         * src/message-manager-private.cc
25639         Fixed a bug which caused a crash if next message function was used
25641         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25643 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25645         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25646         Modifies the behaviour of Alt-TAB in Anjuta. This
25647         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25648         edited files in the first items of the notebook.
25650         Patch from: Timothee Besset <timo@qeradiant.com>
25651         
25652 2002-02-24  Philip Van Hoof <freax@pandora.be>
25654         * widgets/gnomefilelist.c, gnomefilelist.h:
25655           Added filecompletion
25656           
25657         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25659 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25661         * configure.in: Added "sk" to ALL_LINGUAS.
25663 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25664   
25665         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25666           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25667           src/wizard_gui.c: Added support for static and dynamic libs
25668         
25669 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25671         * widgets/gnomefilelist.c:
25672           Fixed gnome_filelist_get_lastfilename so it no longer returns
25673           a corrupted path.
25675 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25677         * src/resources.h, resources.c:
25678         Added url handler.
25680         * src/main_menubar_def.h, mainmenu_callbacks.c:
25681         Changed to use gnome configed url handler.
25683 2002-02-19  Philip Van Hoof <freax@pandora.be>
25685         * widgets/gnomefilelist.c
25686         Added PHP filetype.
25688 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25690         * plugins/class-gen/clsGen.c:
25691         Added c++ support.
25692         
25693         * widgets/gnomefilelist.c:
25694         Gives the maximum space to the files section of the open file dialog.
25695         
25696         Patches from: lbell <lbell@tsc4.com>
25697         
25698 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25700         * src/anjuta.c, main.c:
25701         Used tm_get_real_path in anjuta_get_full_filename();
25702         
25703 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25704         
25705         * anjuta.prj: update version
25707 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25709         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25710           removed the amount arg and replaced with a NULL-ending list.
25711           (gnome_filelisttype_makedefaultlist): use the new prototype.
25713 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25715         * src/about.c, THANKS: updated for new contributors
25716         
25717         * anjuta.prj: added new files
25718         
25719         * README: corrected some documentation, ctags no longer needed,
25720           pkgconfig now required
25721           
25722         * data/properties/others.properties: add .cvsdiff extension
25723         
25724         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25725           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25726           file import
25727           
25728         * doc/anjuta.1: added initial man page thanks to 
25729           Rob Bradford <rob@debianplanet.org> (NB build and install 
25730           needs work)
25731         
25732 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25734         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25735           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25736           warning flags. 
25737   
25738         * configure.in: Changed version to 0.1.10-pre
25739   
25740 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25742         * src/fileselection.c: (create_fileselection_gui): always display
25743           the directory creation button as we cannot rely on the dialog
25744           titlebar.
25746         * widgets/gnomefilelist.[ch]: fixed includes.
25748         * pixmaps/new_folder.xpm: resized, added a + sign.
25750 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25752         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25753           changed all extensions to begin with a dot.
25755 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25757         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25759         * THANKS: added Philip.
25761         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25763         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25764         * src/file_selection.[ch],
25765         * widgets/gnomefilelist.[ch]: added a filetype
25766           combobox to the Anjuta file dialog widget.
25768 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25770         * anjuta.spec.in: eep! the import script was not being installed by
25771           RPM - fixed for the release.
25773 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25775         Various cleanups and fixes for the next release to be able to make
25776         distcheck.
25778         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25779           much and make some tweaks plus cleanups.
25781         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25782           args to remove some warnings.
25784         * global-tags/Makefile.am,
25785           data/Makefile.am,
25786           src/Makefile.am: link against Anjuta static libs using the
25787           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25788           distcheck happy.
25790         * src/Makefile.am: ditto with all the Anjuta static libs.
25792         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25793           include, as we already include the whole directory for the build.
25795         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25796           
25797 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25799         * pixmaps/Makefile.am: icon for libglade project now installed
25800         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25801         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25802           breaking some build stuff
25803         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25804           include reference problems that showed up on make distcheck
25805         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25807 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25808         
25809         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25811 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25813         * src/message-manager-private.cc:
25814           The horizontal scrollbar now shows properly on demand.
25815         
25816 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25818         * src/dnd.c fixed some warnings
25819         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25820           and works. It is shown always at the moment but before it was
25821           shown on demand and did never work. 
25823 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25825         * src/anjuta.c: Fixed a crash bug.
25826           patch from: Jens Georg <mail@jensgeorg.de>
25828 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25830         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25831           reports a problem with missing end tags on <graphic>
25833 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25835         * manuals/C/ChangeLog: removed since it was never used
25836         * manuals/C/anjuta-manual/*: more updates, new screenshots
25837         * anjuta.prj: updated for new manuals/ structure
25839 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25841         * source.c, compiler_options.[c/h]:
25842           Fixed bug #460321 "Problem with optimization options" 
25843           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25844         
25845 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25847         * NEWS: prepared for release, need to fill in date
25848         * data/welcome.txt: version number updated
25850 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25852         * src/text_editor_menu.c, src/an_file_view.c, 
25853           src/an_symbol_view.c: marked strings for translation
25854         
25855         * src/defaults.c, data/properties/xml.properties:
25856           *.omf and *.xsl files should use XML highlighting
25857           
25858         * manuals/C/anjuta-manual/*:
25859           - restructured so that files have more meaningful names
25860             and are easier to edit (see anjuta-manual.sgml for the
25861                 ordering)
25862           - updated some screenshots
25863           - continued rewrite
25865 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25867         * main.c: Made a workaround to remove the old
25868         anjuta gnome config file (older than 9 Feb 2002). This
25869         will fix the bug which never lets the brower toolbar shown.
25870         
25871         * main.c: In fact, the above solution wouldn't work in all
25872         cases. Therefore, here is the better fix, which works by
25873         detecting the version of the old config file and deleting
25874         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25875         
25876 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25878         * HACKING: added info on submitting patches
25880 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25882         * src/project_import_gui.c, src/project_import.c:
25883           - If Project Import Wizard is canceled everything is 
25884                 cleaned up now.
25885           - Back button is now insensitive on page 3 (some problems: 
25886                 see TODO in project_import_qui.c:284
25887           - Menu frame is insensitive if project type != GNOME(mm)
25889 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25891         * src/main.c: Fixed bug #  (Unable to open files on
25892         double click in project window from second trial onwards when
25893         the project is opened from command line).
25894         
25895         * po/POTFILES.in: Removed tags_manager.[h,c]
25896         
25897 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25899         * src/preferences.c:
25900           A quick hack to fix the 'invisible' browser toolbar when
25901           upgrading from 0.1.8 to 0.1.9
25902           
25903         * src/anjuta.c:
25904           Fixed toolbar names which were causing confusions in the toolbar
25905           show/hide.
25906           
25907         * src/main.c:
25908           Substituted "anjuta" with PACKAGE
25909           
25910         * src/project_import_gui.c: 
25911           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25912           
25913         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25914           Added new files and removed obsolete ones.
25915           
25916 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25918         * src/appwizard_cbs.c, project_import_cbs.c, 
25919           main_menubar_def.h, project_import_gui.c: 
25920           updates to message strings and layout for the 
25921           import wizard.
25922           
25923         * text_editor_cbs.c: fix for the tab menu entries for 
25924           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25926 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25928         * src/toolbars.c,
25929           src/toolbars.h,
25930           src/anjuta_gui.c,
25931           src/controls.c:
25932           
25933           Tag dropdown exclusive (takes
25934           all space in the toolbar) and never vertical and
25935           increased the width of the tag combo to 256 pixs.
25936           Toolbar separator before the combo and button.
25937           Added tags label before the tag button.
25938           Reorganized the dock bands for the toolbars.
25939           
25940         * src/project_import_gui.c
25941           src/project_import.c:
25942           Fixed an error and removed an unused variable.
25943           
25944         * data/properties/anjuta.properties:
25945           Removed the property for the old toolbar and set
25946           browser toolbar show to default.
25947           
25948         * src/project_dbase.c: excluded modules were not
25949           loaded. Fixed.
25950           
25951         * src/source.c:
25952           No build files will be written if the project is blocked.
25953           
25954         * src/project_import.c,
25955           src/project_import_cbs.c,
25956           src/project_gui.c,
25957           src/wizard_gui.c:
25958           
25959           Manually applied Johannes patch to fix some memory
25960           issues and gui clean up.
25961           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25962         
25963         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25964           Fixed a bad bug with remove file from project because of
25965           files were never removed properly from the project and
25966           from the tagmanager.
25967           
25968         * src/appwiz_page3.c: Disabled unused codes to clear
25969           compiler warnings.
25970           
25971 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25973         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25974         
25975         * data/Makefile.am
25976           pixmaps/Makefile.am
25977           src/Makefile.am
25978           src/an_file_view.c
25979           src/an_symbol_view.c
25980           src/anjuta.c
25981           src/anjuta.h
25982           src/anjuta_cbs.c
25983           src/anjuta_gui.c
25984           src/controls.c
25985           src/main_menubar.c
25986           src/main_menubar.h
25987           src/main_menubar_def.h
25988           src/mainmenu_callbacks.c
25989           src/mainmenu_callbacks.h
25990           src/pixmaps.h
25991           src/project_dbase.c
25992           src/project_dbase.h
25993           src/text_editor.c
25994           src/text_editor_menu.c
25995           src/text_editor_menu.h
25996           src/toolbar.c
25997           src/toolbar.h
25998           src/toolbar_callbacks.c
25999           src/toolbar_callbacks.h :
26000           
26001           Patch submitted by:
26002           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26003           
26004           Removes the Tags toolbar and substituted it with
26005           tags combo dropdown list. Fixes a couple of bugs.
26006           
26007           Moved the tag combo to browser toolbar because
26008           main toolbar was becoming too long.
26009           Made a new icon of tag toolbar.
26010           
26011         * po/zh_TW.po: Fixed bug.
26012           
26013         * pixmaps/an_tag.xpm: Added new file.
26015 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26017         * src/project_import_gui.c: Reorganized project
26018         import gui page 2.
26019         
26020 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26022         * HACKING: added info on creating windows and dialogs
26024 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26026         * src/tm_file_view.c:
26028           Sorts the file list at the end instead of doing sort-insert
26029           to improve performance.
26030           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26032         * src/project_dbase.c: Resolved a conflict from
26033           Johannes's patch.
26034           
26035         * src/project_import.c:
26036         
26037           Fixed to use anjuta_import.sh for the bin dir and
26038           not from the data dir.
26039         
26040           Used anjuta_is_installed() function to verify a the command's
26041           executability.
26042         
26043           Fixed import command to use sh (which is more general and is
26044           gauranteed to be found in any unix system :-)). Also, added
26045           double quotes around the import directory.
26046         
26047           Changed some strings for better translations (like avoiding
26048           duplicates).
26049           
26050           Fixed the reading of wrong target type.
26051           
26052         * src/control.c: Insensitive "import project" when there is
26053           a project open.
26054           
26055         * src/project_import_cbs.c:
26056           
26057           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26058           Fixed selection of gettext checkbox.
26059           Sets the menu entries.
26060           
26061 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26062         
26063         * src/appwiz_page[1-4].c
26064         * src/appwiz_gui.c
26065         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26066         be able to reuse it.
26067         
26068         * src/mainmenubar.[c/h]
26069         * src/mainmenubar_def.h
26070         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26071         menu item
26072         
26073         * src/message-manager.c: Fixed bug 509192
26074         * src/message-manager-dock.c: Added accel_group if window is undocked
26075         
26076         * src/project_dbase.[c/h]: Splitted opening code to be able
26077         to use it without an open file dialog
26078         (Maybe I broke Naba's changes, please take a look)
26079                         
26080         * src/project_import.[c/h]
26081         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26082         
26083         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26084         import wizard
26086 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26088         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26089           string cleanups
26090           
26091         * manuals/C/anjuta_manual/*: started rewrite of the 
26092           manual, updated some screenshots
26094 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26096         * src/gnomefilelist.h, src/gnomefilelist.c:
26097         
26098           Fixed multiple selection bug (#497085). The OK button is
26099           sensitive when in multiple mode, if the no. of
26100           selection is one or more.
26101           
26102           Toggle between single and multiple selection mode
26103           and multiple mode display.
26104           
26105           Fixed strings to translable strings.
26106           
26107           Fixed some compiler warnings by commenting out
26108           unused functions.
26109           
26110 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26112         * src/project_dbase.c: App status bar now updates
26113           with the project name when the project is loaded.
26114         
26115         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26116           
26117           Puts the directories at the top. They're also sorted now.
26118           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26119         
26120 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26122         * scripts/anjuta_import.sh.in: Added file.
26123         * scripts/anjuta_import.sh: Removed file.
26125         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26126           Updated files.
26127           
26128         * src/main_menubar_def.h:
26129         
26130           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26131           reflect the opposite of Find (CTRL+F) and also to leave
26132           CTRL+R or Redo.
26133           
26134           Changed Glade summon with ALT+G, which frees the ATL+E
26135           for poping up the edit menu.
26136           
26137         * src/Makefile.am: Debugging link flags by Biswa, removed.
26139 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26141         * HACKING: added information on best practices for writing
26142           application messages and GUI labels
26143           
26144         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26145           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26146           src/clean_project.c, src/compile.c, 
26147           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26148           src/configurer.c, src/debugger.c, src/executer.c, 
26149           src/find_in_files.c, src/find_in_files_cbs.c, 
26150           src/find_replace.c, src/find_text.c, src/glades.c, 
26151           src/gnome_project.c, src/goto_line.c, src/main.c, 
26152           src/main_menubar.c, src/main_menubar_def.h, 
26153           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26154           src/project_config.c, src/project_dbase.c, 
26155           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26156           src/support.c, src/tags_manager.c, src/text_editor.c, 
26157           src/text_editor_gui.c, src/text_editor_menu.c, 
26158           src/toolbar_callbacks.c, src/utilities.c: 
26159           lots of minor message updates to make them more user-friendly 
26160           and consistent
26162 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26164         * src/executer.c:
26165         
26166           Because of the spaces escaping, the command could not be
26167           executed when run without terminal. Now fixed.
26168           
26169         * anjuta.prj, Makefile.am:
26170         
26171           Added anjuta project file.
26172         
26173 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26175         * src/message-manager-private.h, message-manager-private.cc,
26176           message-manger.cc:
26177           
26178           Added freeze() and thaw() for the message window class to
26179           speed up the message manager update.
26180         
26181         * src/project_config.h, project_config.c,
26182           src/project_dbase.h, project_dbase.h
26183           scripts/anjuta_project.template:
26184           
26185           Added two new prject attributes: project.config.blocked and
26186           project.excluded.modules. The former will make sure that users
26187           are not given any previlidge in enabling the 'overwrite build
26188           files' flags and the later issues a list of modules in the project
26189           to be skipped for symbol browsing and project listing.
26190         
26191         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26192         
26193           Modified script to read the template from the anjuta data dir
26194           rather than from the directory in which the script exist. Otherwise,
26195           Being transfered to the bin dir, the script will not be able to
26196           find the template when it is run.
26197           
26198           The script is also create with configure.in to set in the anjuta
26199           data dir path inside the script.
26200           
26201 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26203         * po/fr.po: updated to the latest sources.
26205 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26207         * scripts/Makefile.am:
26208           anjuta_import.sh goes with distribution.
26209           
26210         * po/*.po: They seem to have updated (merged with
26211           anjuta.pot) automatically when I did "make dist".
26212           
26213 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26215         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26216           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26217           the compiler options dialog.
26218         
26219         * ChangeLog:
26220           Correct todays date. :)
26221           
26222         * scripts/Makefile.am:
26223           Installs anjuta_import.sh in $(prefix)/bin dir and
26224           is treated as an executable.
26225           
26226 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26228         * Fix for bug #499373
26229         
26230         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26231           java, properties, latex.properties, lua.properties, others.properties,
26232           perl.properties:
26233           
26234           Added double-quotes around file arguments so that
26235           filenames with spaces could also work.
26237         * launcher/anjuta-launcher.c, executer.c:
26238           Escaped quotes in the cammand and it's arguments before executing
26239           so that args with spaces can also work.
26240           
26241           Commented #DEBUG switch.
26242           
26243 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26245         * scripts/*: Added files which I forgot previously.
26246         
26247         * src/aneditor.h: Lined up commands definition for better look.
26248         
26249         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26250           main_menubar.h, control.c:
26251           Added three more convert EOL chars submenu items in transform.
26252           Reformatted some some.
26253         
26254         * data/anjuta.properties:
26255           Reformatted a line.
26256         
26257         * src/aneditor.h, aneditor.c:
26258           Added three commands (with definitions) for EOL conversions.
26259           
26260         * src/text_editor.c:
26261           Editor detects file mode from the file content and
26262           set the editing mode to CR/LF/CRLF automatically.
26263           Refined Dos mode extrageneous chars filter
26264           This will make sure that filter works only in Dos mode and not
26265           in other modes.
26266           
26267         * src/anjuta.c: Editor mode display in status bar.
26268         
26269         * src/preferences_gui.c: Changed the string for dos mode
26270           filter to more sensible string.
26271         
26272         * src/aneditor.c: Default editor mode sets during widget creation
26273           and not everty time the properties are loaded. This makes sure
26274           that the auto-detected mode is not overridden by the default mode.
26275           
26276         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26277         
26278         * src/anjuta.c: Fixed bug #476028.
26279           Now anjuta also searches for file relative to top project dir,
26280           when the project is open.
26281         
26282         * src/anjuta_cbs.c: Fixed bug #499536.
26283           File is not closed if it is not able to save the file properly.
26284           
26285         * src/mainmenu_callbacks.c: Fixed bug #499536.
26286           Newfiles (which are not modified) are also closed on "close all files".
26287         
26288 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26290         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26291         
26292         * tagmanager/tm_source_file.c, regex.c, parse.c:
26293           defined and delimited g_messages within #debug.
26294           
26295         * src/preferences.c, data/anjuta.properties:
26296           saved/defied message-manager tag position in string.
26297           Message tag possition is saved between sessions. And
26298           and tag position bottom as default.
26299           
26300 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26302         Patch submitted by:
26303         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26305         * Makefile.am
26306           configure.in
26307           data/Makefile.am
26308           data/properties/Makefile.am
26309           global-tags/Makefile.am
26310           pixmaps/Makefile.am
26311           src/Makefile.am
26312           src/an_file_view.c
26313           src/an_file_view.h
26314           src/an_symbol_view.c
26315           src/an_symbol_view.h
26316           src/anjuta.c
26317           src/anjuta_cbs.c
26318           src/file_history.c
26319           src/file_history.h
26320           src/message-manager-private.cc
26321           src/pixmaps.h
26322           src/project_dbase.c
26323           src/project_dbase_gui.c
26324           src/tags_manager.c
26325           src/text_editor.c
26326           src/utilities.c
26327           src/utilities.h
26328           src/watch_gui.c:
26329         
26330           Modified files.
26331         
26332         * scripts/*
26333           pixmaps/sv_class.xpm
26334           pixmaps/sv_function.xpm
26335           pixmaps/sv_macro.xpm
26336           pixmaps/sv_private_fun.xpm
26337           pixmaps/sv_private_var.xpm
26338           pixmaps/sv_protected_fun.xpm
26339           pixmaps/sv_protected_var.xpm
26340           pixmaps/sv_public_fun.xpm
26341           pixmaps/sv_public_var.xpm
26342           pixmaps/sv_static_fun.xpm
26343           pixmaps/sv_static_var.xpm
26344           pixmaps/sv_struct.xpm
26345           pixmaps/sv_unknown.xpm
26346           pixmaps/sv_variable.xpm
26347           pixmaps/fv_core.xpm
26348           pixmaps/fv_text.xpm
26349           pixmaps/filestoremove.txt:
26350         
26351           New files.
26352         
26353         * pixmaps/class.xpm
26354           pixmaps/function.xpm
26355           pixmaps/fv_autofile.xpm
26356           pixmaps/fv_doc.xpm
26357           pixmaps/fv_i18n.xpm
26358           pixmaps/fv_source.xpm
26359           pixmaps/private_func.xpm
26360           pixmaps/private_var.xpm
26361           pixmaps/protected_func.xpm
26362           pixmaps/protected_var.xpm
26363           pixmaps/public_func.xpm
26364           pixmaps/public_var.xpm
26365           pixmaps/struct.xpm
26366           pixmaps/variable.xpm
26367         
26368           Removed files.
26369         
26370         * tagmanager/*/*:
26371         
26372           Upgraded to tagmanager-0.7
26374 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26375         * src/anjuta_cbs.c: Fixed bug #506441
26376         * src/watch_gui.c: Changed layout of eval dialog so that
26377         it fits on a 800x600 desktop with German translation. 
26379 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26381         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26382         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26383           icon for new project type (thanks to Misha)
26384         * configure.in: build and install Danish translation
26385         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26386           credits to cover new patches and translations
26388 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26389         
26390         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26391           src/appwiz_page1.c:
26392         
26393       - Font preferences are restored properly now (\n was missing)
26394           - Dock menu label of message-manager is "Dock/Undock" instead
26395           of "Dock|Undock" to match with the rest of anjuta.
26396           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26397           changed it in anjuta, too 
26399 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26401         * tagmanager/tm_source_file.c,
26402           tagmanager/parse.c,
26403           tagmanager/tm_project.c,
26404           src/an_symbol_view.c,
26405           src/anjuta.c:
26406           
26407           Disabled debug warnings.
26409 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26411         * src/appwiz_page1.c
26412           src/compiler_options.c
26413           src/project_dbase.c
26414           src/project_dbase.h
26415           src/project_type.c
26416           src/source.c
26417           src/source.h:
26418           
26419           New project type named LibGlade.
26420           
26421           Patch submitted by:
26422           Dick Knol <dknol@gmx.net>
26424         * src/gnome_prj.c:
26425           Commented out unused pixmap creation. May be it
26426           will fix the crash in project creation.
26427           
26428 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26430         * src/registers.c
26431           src/registers.h
26432           src/registers_cbs.c
26433           src/registers_cbs.h
26434           src/registers_gui.c
26435           src/sharedlib.c
26436           src/sharedlib.h
26437           src/sharedlib_cbs.c
26438           src/sharedlib_cbs.h
26439           src/sharedlib_gui.c
26440           src/signals.c
26441           src/signals.h
26442           src/signals_cbs.c
26443           src/signals_cbs.h
26444           src/signals_gui.c
26445           src/stack_trace.c
26446           src/stack_trace.h
26447           src/stack_trace_cbs.c
26448           src/stack_trace_cbs.h
26449           src/stack_trace_gui.c
26450           src/text_editor.c
26451           src/watch.c
26452           src/watch.h
26453           src/watch_cbs.c
26454           src/watch_cbs.h
26455           src/watch_gui.c
26456           
26457           Fixed bug #496290: Attach/detach removed from these
26458           windows as they are never implemented.
26459           
26460           Patch submitted by:
26461           Johannes Schmid <johannes.schmid@gmx.de>
26462           
26463 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26465         * src/anjuta.c,
26466           src/anjuta_cbs.c:
26467           
26468           Fixed bug:
26469           when you right click on the tabs, a list of filenames are given
26470           out, but now it gives a list of "page 1", "page 2", etc...
26471           
26472           Patch submitted by: 
26473           Jens Georg <mail@jensgeorg.de>
26475         * anjuta.in.in: Removed c|c++ because, it was not necessary
26476           and was causing translation problem.
26477           
26478         * plugins/class-gen/clsGen.c:
26479           removed "'" for the same reason.
26480           
26481 attached the fix for the menu
26484 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26486         * src/preferences.h,
26487           src/preferences.c,
26488           src/preferences_gui.c:
26489           
26490           Adds the functionality to Anjuta to auto save your unsaved
26491           files before you build a project.
26493           Patch submitted by: 
26494           jason <jason_williams@suth.com>
26495           
26496         * src/anjuta.[h,c]:
26497           Added function for save all files.
26498         
26499         * src/mainmenu_callbacks.c:
26500           Modified to use the above function.
26501         
26502         * src/build_project.c:
26503           Save all files before build if it is set in the
26504           preferences.
26506 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26508         * src/message-manager-private.cc
26509           src/message-manager-private.h
26510           src/message-manager.cc:
26511           
26512           Message-manager now restores the tabs which were shown on startup.
26513           The terminal is now created on demand (as requested by Biswa)
26514           and I have removed some debug messages.
26515           
26516           Patch submitted by: 
26517           Johannes Schmid <johannes.schmid@gmx.de>
26519 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26521         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26522           proper tabs keyboard navigation.
26524         * src/an_symbol_view.c,
26525           src/anjuta_cbs.c,
26526           src/gnome_project.c,
26527           src/project_dbase.c,
26528           src/tags_manager.c: removed some debugging display.
26530 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26532         * src/message-manager-dock.c
26533           src/message-manager-private.cc
26534           src/message-manager-private.h
26535           src/message-manager.cc
26536           src/preferences.c
26537           src/preferences.h
26538           src/preferences_gui.c:
26539           
26540           Patch submitted by: 
26541           Johannes Schmid <johannes.schmid@gmx.de>
26542           
26543           This patch adds a tab to the notebook of the preferences-dialog
26544           where you can change the colors, the tab position of the new
26545           message manager. Also the truncate messages stuff has moved
26546           from misc tab to messages tab.
26548           Also improved the remembering position stuff of message manager.
26549           
26550         * data/internal.properties,
26551           Added definitions for messages colors and tag position.
26552           
26553         * src/message_manager.cc:
26554           Fixed a bug that never lets the messages panes to get cleared.
26555           Added wmclass setting for the message window. Fixed a bug in
26556           which the message window was not being shown.
26557         
26558         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26559           output and disabled it.
26561         * src/anjuta.c: Preferences created and loaded before anything else.
26562           anjuta now recognizes messages colors on startup and initializes
26563           them.
26564         
26565 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26567         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26569 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26571         * pixmaps/file_c.xpm,
26572           pixmaps/file_cpp.xpm,
26573           pixmaps/file_file.xpm,
26574           pixmaps/file_h.xpm,
26575           pixmaps/file_html.xpm,
26576           pixmaps/file_i18n.xpm,
26577           pixmaps/file_icon.xpm,
26578           pixmaps/file_pix.xpm,
26579           pixmaps/fv_doc.xpm,
26580           pixmaps/fv_i18n.xpm,
26581           pixmaps/fv_image.xpm,
26582           pixmaps/fv_source.xpm,
26583           pixmaps/fv_unknown.xpm: made these icons transparent.
26585 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26587         * launcher/anjuta_launcher.c: updated message strings
26588         * src/message-manager-dock.c: added newline at end to avoid compile warning
26589         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26590         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26591           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26592           entries for username and Python-style GPL notice
26593         * HACKING: added info on files to change to update Insert menu
26595 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26597         * src/project_dbase.c,
26598           src/an_file_view.c,
26599           src/an_symbol_view.c:
26600           Changed the CTree expander style to square and
26601           line style to Dotted line.
26602           
26603         * po/POTFILES.in: Removed and Added translable files.
26605 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26607         * ccview/.cvsignore: Removed.
26608         
26609 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26611         * ccview/
26612                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26613                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26614                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26615                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26616                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26617                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26618         
26619         Removed ccview module because it is no longer needed.
26621 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26623         * src/project_dbase.c:
26624           Shifted structure initialization in project_dbase_new()
26625           before anything else, otherwise it was crashing due to
26626           uninitialized values.
26627         
26628         * src/an_symbol_view.c:
26629           Disabled high volume debug output.
26631 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26632         
26633         Applied a very heavy patch from:
26634         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26636         * Makefile.am
26637         configure.in
26638         pixmaps/Makefile.am
26639         src/Makefile.am
26640         src/aneditor.cxx
26641         src/aneditor.h
26642         src/anjuta.c
26643         src/anjuta.h
26644         src/commands.c
26645         src/commands.h
26646         src/compile.c
26647         src/compile.h
26648         src/controls.c
26649         src/defaults.c
26650         src/fileselection.c
26651         src/main_menubar.c
26652         src/main_menubar.h
26653         src/main_menubar_def.h
26654         src/mainmenu_callbacks.c
26655         src/mainmenu_callbacks.h
26656         src/project_dbase.c
26657         src/project_dbase.h
26658         src/project_dbase_gui.c
26659         src/tags_manager.c
26660         src/text_editor_menu.c
26661         src/toolbar_callbacks.c
26662         tagmanager/Makefile.am
26663         tagmanager/ctags.c
26664         tagmanager/include/Makefile.am
26665         tagmanager/include/tm_project.h
26666         tagmanager/include/tm_symbol.h
26667         tagmanager/include/tm_tag.h
26668         tagmanager/include/tm_tagmanager.h
26669         tagmanager/include/tm_workspace.h
26670         tagmanager/tm_project.c
26671         tagmanager/tm_source_file.c
26672         tagmanager/tm_symbol.c
26673         tagmanager/tm_tag.c
26674         tagmanager/tm_workspace.c
26675         widgets/Makefile.am: Modified.
26676         
26677         * src/an_file_view.[c,h],
26678           src/an_symbol_view.[c,h],
26679           src/file_history.[c,h],
26680           src/support.[c,h],
26681           widgets/scroll-menu.[c,h],
26682           tagmanager/tm_file_entry.c
26683           tagmanager/include/tm_file_entry.h: Added new files.
26684           
26685         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26686         private_func.xpm, public_func.xpm,
26687         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26688         private_var.xpm, public_var.xpm,
26689         function.xpm, fv_i18n.xpm, macro.xpm,
26690         protected_func.xpm, struct.xpm,
26691         fv_autofile.xpm, fv_image.xpm,
26692         ofolder.xpm, protected_var.xpm, variable.xpm:
26693           Updated and Added pixmap files.
26695         Features:
26696         ---------
26697         a) Removes CCView dependency.
26698         b) Improves the terminal.
26699         c) Adds tag navigation context menus.
26700         d) Upgrades tagmanager to latest version.
26701         e) Miscellaneous small additions.
26703 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26705         * src/project_dbase_gui.c: Fixed crash of anjuta
26706         when project first created.
26707         
26708         * src/gnome_project.c: It now updates the tags manager
26709         when new projects are created.
26710         
26711 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26713         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26714           for this big patch.
26715         
26716         * src/messages.[c,h]: Removed files.
26718         * src/message-manager.[cc,h],
26719           src/message-manager-dock.[c,h],
26720           src/message-manager-private.[cc,h]
26721           New files.
26723         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26724           src/build_project.c, src/clean_project.c, src/compile.c
26725           src/configurer.c, src/debugger.c, src/find_in_files.c
26726           src/mainmenu_callbacks.c, src/preferences.h
26727           src/preferences_gui.c, src/properties.h
26728           src/utilities.c, src/utilities.h:
26729           The new messages widget.
26730           New features:
26731             - Use of GtkNotebook instead of ToggleButtons
26732               and show/hide
26733             - Popupmenu to show and hide message types and
26734               to dock/undock in detach mode
26736           All other things should work as they did with the
26737           old message window. Currently the keyboard short-cuts
26738           do not work in detached mode.
26739           
26740           Some functions in utitlities.[c,h] changed.
26741           so that they take const arguments where this is possible
26742           
26743         * src/Makefile.am, po/POTFILES.in:
26744           Removed messages.[c,h] and
26745           added message-manager.[cc,h], message-manager-dock.[c,h],
26746           message-manager-private.[cc,h]
26747           
26748         * src/message-manager.h: Removed "include <bonobo.h>"
26749           and added a newline at the end of the file.
26750           
26751         * src/message-manager-private.cc:
26752           Set clist's width setting to Automatic.
26753           Set scroll window's scroll bars to Automatic.
26754           
26755 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26757         * text_editor_menu.c:
26758           Fixed misalignment of the function sub menu
26759           in the text editor pop up menu.
26760           
26761 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26762         
26763         * src/text_editor.c: Fixed a compiler warning.
26764         
26765 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26767         * THANKS, manuals/*/authors.sgml: updated for new translations
26768         * plugins/class-gen/clsGen.c: converted messages to English
26769         * src/about.c, src/main_menubar_def.h: string updates
26771 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26773         * src/anjuta.c
26774           src/anjuta_cbs.c
26775           src/text_editor.c
26776           src/mainmenu_callbacks.c
26777           src/text_editor.h
26778           src/text_editor.c
26779           src/text_editor_cbs.c
26780           src/text_editor-gui.c:
26781           
26782           Earlier code for adding 'cross' button
26783           for closing pages were too error prone and unorganized.
26784           Cleaned up the code and shifted the 'extra' widgets
26785           creation (eg. close button, close_pixmap and lable)
26786           from anjuta to text_editor. This takes care of proper
26787           widgets creation and destruction. Otherwise, anjuta
26788           was crashing at too many points, especially related
26789           to docking and undocking.
26790           
26791 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26793         * src/aneditor.cxx: removed debugging code.
26795         * data/properties/.cvsignore: added swap files.
26797 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26799         * src/anjuta.c
26800           src/anjuta_cbs.c:
26801           Fixed Crashing of anjuta when a new file is saved as
26802           different file.
26803           
26804 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26806         * src/aneditor.c: Some debug codes around.
26807         
26808         * data/internal.properties, data/anjuta.properties: Removed.
26809           data/properties/Makefile.am:
26810           data/properties/ada
26811           data/properties/cs
26812           data/properties/make
26813           data/properties/rc
26814           data/properties/html
26815           data/properties/ruby
26816           data/properties/baan
26817           data/properties/idl
26818           data/properties/pascal
26819           data/properties/sample
26820           data/properties/bash
26821           data/properties/java
26822           data/properties/perl
26823           data/properties/sql
26824           data/properties/conf
26825           data/properties/latex
26826           data/properties/props
26827           data/properties/vb
26828           data/properties/cpp
26829           data/properties/lua
26830           data/properties/python
26831           data/properties/xml
26832           data/properties/others
26833           data/properties/.cvsignore:
26834             Added files. Properties now splitted into small files
26835             for each language.
26837         * data/Makefile.am
26838           configure.in: Update the removal and added properties module.
26840         * src/preferences.c: preferences_new(): Updated to reflect the
26841           new properties files organization.
26842           
26843         * src/Makefile.am: Added Baan Lexer.
26845 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26847         * src/aneditor.cxx: readded the baan lexer. 
26849         * src/preferences.c: fixed translated messages and a typo.
26851         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26852           confusing the regexp usage in xml-i18-merge.
26854 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26856         * src/project_dbase.c: tidied some messages, and spotted a typo in
26857           the reading of properties which prevented the project version from
26858           ever being reported in the Project Information window - fixed :)
26860         * po/POTFILES.in: removed syntax.h
26862 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26864         * data/internal.properties: fixed baan properties.
26865           Added all ada properties.
26867         * src/main_menubar_def.h,
26868           src/lexer.h,
26869           src/aneditor.cxx,
26870           src/utilities.[ch]: added support for the Ada highlight style.
26872 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26874         * plugins/*/.cvsignore: updated.
26876 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26878         * src/syntax.h,
26879           src/text_editor.c,
26880           src/Makefile.am: removed the empty header syntax.h.
26882 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26884         * main_menubar.c:
26885         Stef's observation on the 'superfluous' hseparators in the recent
26886         files and projects is fully justified -- removed.
26887         
26888         * main_menubar_def.h:
26889         Changed "Plug Ins" to "Plugins" in the menu label.
26890         
26891         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26892         Added class-gen in the configure output and class-gen module.
26893         
26894         * data/internal.properties:
26895         Correct mis-spelled "jave" to "java".
26896         Added file.is.source for *.h, *.c, *.cpp properties.
26897         
26898         * global-tags/Makefile.am:
26899         "chmod +x create_global_tags.sh" before it is executed, because
26900         there is very high chance that it will be found "-x" and resulting
26901         in error
26903 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26905         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26906         for the backtrace.
26908         * src/gnome_project.c: (create_new_project): if the user doesn't
26909           select any icon, it doesn't have any extension and thus we can't
26910           use it in printf on Solaris, since the %s modifier use strlen to
26911           know the string length and then crash. On Linux, gcc checks the value
26912           of the pointer to be NULL and write "(null)" if necessary. We can't
26913           rely on that.
26915         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26916           don't need to have the directory icon but the generic one.
26918 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26920         Merged with latest (1.42) scintilla.
26922         Added: Support for the {load,save}.on.(de)activate properties.
26923                The PHP lexer to match keywords case insensitively.
26924                Baan lexer.
26925                Experimental supports for changeable style attribute & line
26926                wrapping.
26927                
26928         Updated: Both the C++ and HTML lexers.
26929                  More shell keywords added.
26930                  Horizontal scrolling and diplay of long lines optimised.
26931                  Cursor setting optimised.
26933         Bugs fixed: Caret movement over folded lines.
26934                     Selection tracking in 2ndary views when doing modifications.
26936         * scintilla/CallTip.{cxx.h},
26937           scintilla/ContractionState.{cxx,h},
26938           scintilla/Document.{cxx,h},
26939           scintilla/Editor.{cxx,h},
26940           scintilla/KeyWords.cxx,
26941           scintilla/LexHTML.cxx,
26942           scintilla/PlatGTK.cxx,
26943           scintilla/RESearch.cxx,
26944           scintilla/ScintillaBase.cxx,
26945           scintilla/ScintillaGTK.cxx,
26946           scintilla/Style.{cxx,h},
26947           scintilla/StyleContext.h,
26948           scintilla/ViewStyle.cxx,
26949           scintilla/include/*.h: updated.
26951         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26953         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26954           should have been told to the scintilla team. We're lucky I read the
26955           ChangeLog and the modifications of the lexer (thanks to the Gnome
26956           bonsai for this ;)
26958         * data/internal.properties: added Baan definitions.
26959           Fixed some issues for C such as *_cast directive, that are only
26960           available with C++.
26961           Updated C++, HTML and shell scripts definitions.
26962           Updated Ada and Bullant, that have been forgotten.
26964         * src/main_menubar_def.h,
26965           src/lexer.h,
26966           src/aneditor.cxx,
26967           src/utilities.[ch]: added support for the Baan highlight style.
26969 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26971         Polished the plugins menu behaviour and added a tearoff
26972         menuitem to the recent entries submenu.
26974         Note: The recent entries list seems to be too height
26975               with all these superfluous hseparators.
26977         * src/main_menubar.c: Polished, making some
26978           functions declarations static and cleaning some code.
26980           (create_submenu_plugin): removed the extra
26981           plugins entry and the horizontal separators.
26983           (on_plugins_menu_realize): the plugins menu is only
26984           shown if there's at least one available.
26986           (create_submenu*): added a tearoff menuitem to have
26987           a more homogeneous menu style. For now, it doesn't
26988           take care of user settings (but it was even worse
26989           before :).
26991 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26993         * configure.in: added the packageplugindir variable to avoid
26994           installing the plugins in $(prefix). It's not the same path as
26995           anjuta 2 to allow parallel installation.
26997 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26998         Fix a reopened part of bug #440676: keyboard navigation between the
26999         different text buffers. Changed to a more global approch. 
27001         * src/notebook.[ch]: removed.
27003         * src/Makefile.am: removed notebook.[ch]
27005         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27006           (on_anjuta_window_key_press_event): added to fulfill the global
27007           shorcuts handling.
27009         * HACKING: updated according to the new global shortcuts handling.
27011 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27013         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27014           Shifted plugin menu from Edit submenu to main menu.
27015         
27016         * po/POTFILES.in:
27017           Added plugins/sample1/plugin-sample1.c
27018           
27019         * plugins/sample1/plugin-sample1.c:
27020           Added localization and used anjuta_info, instead of anjuta_error.
27021           
27022         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27023           Added cvs ignores.
27024           
27025 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27027         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27028           for plugin dir.
27029         
27030         * Makefile.am: Added module plugins.
27031         
27032         * plugins, plugins/Makefile.am, plugins/sample1/*:
27033           Created plugins modules.
27034           
27035         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27036           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27037           to load plugins of *.so only and not *.so* (which results
27038           in duplicates).
27039         
27040         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27041           plugins during packaging.
27043 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27045         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27047 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27049         * configure.in: Added portuguese to ALL_LINGUAS
27051 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27053         * global-tags/.cvsignore
27054         tagmanager/.cvsignore
27055         tagmanager/include/.cvsignore:
27056         Added cvs ignore files.
27058         * data/.cvsignore
27059         Updated cvs ignore file.
27060         
27061 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27063         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27064           data/anjuta.properties, data/internal.properties: clean up some 
27065           message strings (me)
27067 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27069         * src/about.c, THANKS: added Jens to the credits
27070         
27071 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27073         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27074           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27075           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27076           Georg <mail@jensgeorg.de> to add close button to file tabs.
27078 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27080         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27081           (debugger now catches correct signal from process)
27083 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27085         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27086         * src/pixmaps.h: switch appwizard project icons to new designs
27087         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27089 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27091         * pixmaps/Makefile.am: stop redundant images from being installed.
27092           The next step will be to remove them completely.
27093         * src/appwiz*: further updates (more to come)
27094         * src/pixmaps.h: cleaned up, commented
27095         * src/splash.c: should use the pixmaps macro defined
27096         * HACKING: more on the graphics stuff and use of pixmaps.h
27098 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27100         * src/defaults.c: fix bug #494864
27102 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27104         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27105           graphics from Misha
27106         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27107           redundant graphics, no longer used
27108         * src/appwiz*: revamped application wizard by Andy and Misha for
27109           a more usable and professional look-and-feel
27110         * HACKING: updates to cover patching, graphics, and some additions
27111           post-0.1.8
27112         * TODO: removed some implemented features
27114 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27116         * data/anjuta.properties, data/internal.properties: cleanup
27117         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27118           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27119           to edit styles colors for keywords and add Goto Tag menu option
27120           in the editor
27122 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27124         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27125         
27126         Fixed bug #460335
27127         fixes the Forget of the cursor position when tab is brought active
27128         from project manager.
27129         
27130 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27132         * src/messages.c
27133           Exported "TERM=xterm" to get a color terminal when
27134           anjuta is not started from within a terminal.
27135           
27136 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27138         * src/messages.c
27139           src/messages.h
27140           Added a frame around zvt terminal.
27141           
27142         * src/preferences_gui.c
27143           Modified to say "Use glade component (experimental)"
27144           instead of "Use Component".
27145           
27146 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27148         * Patch from 
27149         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27150         
27151         * src/anjuta.c
27152         src/fileselection.c
27153         src/messages.c
27154         src/messages.h
27155         src/preferences.c
27156         src/preferences.h
27157         src/project_dbase.c
27159         a) Extra scrollbar in terminal no longer appears.
27160         b) Character set preference should be preserved (untested).
27161         c) File selection widget now remembers last directory.
27162         d) On creation of generic project, the glade 'file not found' error no
27163                 longer occurs.
27164         e) First terminal window is created 'on demand', so it should always to
27165                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27166                 environment is now passed to the terminal.
27167         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27168                 with getcwd()).
27169         g) Fixed some compilation warnings.
27171 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27173         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27174           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27175         * src/*: cleanups (me)
27176         * pixmaps/mini_term.xpm: added new file for terminal button
27177           (me, based on existing artwork)
27179 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27181         * configure.in: bumped version to 0.1.9-pre
27182         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27183           translation
27184         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27186 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27188         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27189           files are free of that char)
27190         * configure.in: added "az" to ALL_LINGUAS
27192 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27194         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27195           crash bug fix from Biswa.
27196         * FUTURE: added Anjuta/gIDE merger information to provide 
27197           details on future direction and status of 1.x stuff
27198         * NEWS: prepared for release
27199         * po/de.po: update from Jens Georg <mail@jensgeorg>
27201 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27203         * multiple minor updates pre-0.1.8
27204         * patch from Biswa to fix syntax highlighting and packaging
27205         * po/fr.po: update from Stef
27207 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27209         * global-tags/Makefile.am
27210         global-tags/create_global_tags.sh
27211         global-tags/tm_global_tags.c
27212         scintilla/LexCPP.cxx
27213         scintilla/include/SciLexer.h
27214         src/aneditor.cxx
27215         src/project_dbase.c
27216         tagmanager/Makefile.am
27217         tagmanager/include/Makefile.am
27218         tagmanager/include/tm_project.h
27219         tagmanager/include/tm_tag.h
27220         tagmanager/include/tm_tagmanager.h
27221         tagmanager/tm_project.c
27222         tagmanager/tm_source_file.c
27223         tagmanager/tm_tag.c
27224         tagmanager/tm_workspace.c:
27225         
27226         Includes the syntax highliting patch to scintilla).
27227         and more stable code.
27228         
27229         *tagmanager/include/tm_symbol.h: New file.
27230         *tagmanager/tm_symbol.c: New file.
27231         
27232         Add symbol tree building functionality at project level
27233         
27234         Patch from:
27235         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27236         
27237 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27239         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27240           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27241           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27242           : New and improved pixmaps from Misha <misha@phreaker.net>
27243           Thanks to him.
27245 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27246         
27247         * Big patch submitted by
27248           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27249           Many thanks to him.
27250         
27251         * src/Makefile.am, src/aneditor.cxx
27252           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27253           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27254           Use of tagmanager lib for advanced calltips.
27256         * global-tags/*: Created new directory and added files to 
27257           generate system.tags.
27259         * tagmanager/*: Created new directory and added tagmanager lib
27260           files.
27262         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27263           the above additions.
27265         * data/Makefile.am: Modified to accomodate generated system.tags file.
27267 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27269         * scintilla/: updated to 1.41
27270         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27271         * src/about.c: updated list of authors
27272         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27273         * HACKING: updated to cover Scintilla usage
27274         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27275           translation
27277 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27279         * src/aneditor.cxx: Fixed compilation errors with it.
27280           by add include to gtk+ headers and typedefining a mysteriously
27281           vanished class Colour.
27283 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27285         * configure.in: Added pt_BR in the languages.
27286         
27287 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27289         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27290           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27291         * THANKS: updated
27292         * manuals/C/anjuta-manual/*: new format to match
27293           the rest of the GNOME docs chapter layout. Added the many
27294           new contributors. Moved Authors and License information into new
27295           chapters of their own - should make expansion easier too
27296         * src/compiler_options.c: changed the profiler option to -pg to 
27297           work with GNU tools (gprof)
27298         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27299           and text labels
27300         
27301 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27303         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27304           compiler_options_gui.c:
27305           Added a new entry for linker flags and renamed c_options to c_flags
27306           and l_options to l_libs. Also, added a new function:
27307           compiler_options_set_prjlflags_in_file();
27308         
27309         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27310         
27311         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27312           
27313 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27315         * THANKS, src/about.c: corrections and additions following 
27316         Naba's big update
27317         * src/main_menubar.c: patch from Rikul to fix the problem with 
27318         menu accelerators not being loaded
27320 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27322         * THANKS: Added all contributors and translators names and emails.
27323         * AUTHORS: Updated
27324         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27325         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27326               Added new file (earlier logo with border).
27327         * src/about.c: Added all contributors names and emails
27328               and used macro definition for logo pixmap file.
27329         * src/pixmaps.h: Added entry for anjuta splash screen.
27331 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27333         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27334         to new PNG version (thanks to Misha) and removed the old
27335         pixmap.
27337 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27339         * THANKS: added Conner Mo for simplified Chinese translation.
27340         * configure.in: added zh_CN in ALL_LINGUAS
27342 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27344         * THANKS: added Joe Man for his traditional Chinese translation.
27345         * configure.in: added zh_TW in ALL_LINGUAS.
27347 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27349         * src/main_menubar_def.h: Changed the link of lidn to
27350         http://lidn.sourceforge.net.
27351         
27352 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27354         * Applied patch from Rikul
27355         * Applied patch from Luca
27356         * Fixed a cvs conflict. :)
27358 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27360         * THANKS: added Marc Botermans for his Dutch translation.
27362         * configure.in: added nl in ALL_LINGUAS.
27364         * po/nl.po: added.
27366 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27368         * anjuta.c: Fixed luca's typo.
27369         * resources.c, resources.h: Changed gchar* return to void, to
27370                 avoid a compiler warning.
27371         * scintilla/Makefile.am: Reorganized file entries.
27372         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27374 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27376         * Upgraded scintilla to 1.4.
27377         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27378                 LexLisp.cxx StyleContext.cxx StyleContext.h
27379         * src/Makefile.am: Added 4 lexers and separated lexer objects
27380                 from the main link variable.
27382 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27384         * THANKS: added Luca, even if it shouldn't be my role to write
27385           this sort of thing :)
27387         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27388           the latest Luca patch.
27390 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27392         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27393         This is not documented yet; plugins to come later.
27394         * src/find*.c: find dialogs now persistent 
27395         (Rick <rikul@bellsouth.net>)
27396         * widgets/gnomefilelist.c: fixed multiple file open issue 
27397         (Rick <rikul@bellsouth.net>)
27398         * changes to recent file and project lists handling 
27399         (lbell <lbell@tsc4.com>)
27400         * more minor UI updates (me)
27402 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27404         * src/Makefile.am: removed warnings for traditional C syntax
27405         * pixmaps: added new icons for mini_locals, mini_cvs and
27406         the splash screen - thanks to Misha <misha@phreaker.net>
27408 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27410         * src/toolbar.c: fix typo in tooltip text
27411         * ccview/cccmd.cc: alter Func to Function in menu text
27413 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27415         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27416         issue with find dialog reporting an error when Scintilla finds text
27417         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27418         DOS files (i.e. CR/LF translation)
27420 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27422         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27423         #452436
27424         * data/internal.properties: default fold style now set to 3 :-)
27425         * applied patch from rikul <null@acm.org> to turn notebook tab 
27426         headings red when file has been edited.
27428 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27430         * configure.in: Added "no" to ALL_LINGUAS.
27431         
27432 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27434     * Patch from lbell <lbell@tsc4.com>
27435     src/controls.c
27436     src/debugger.c
27437     src/main_menubar.c
27438     src/main_menubar.h
27439     src/main_menubar_def.h
27440     src/mainmenu_callbacks.c
27441     src/mainmenu_callbacks.h
27442     src/project_dbase.c
27443     src/project_dbase.h
27444     
27445     Implemented a check menu item to handle the 'show locals' flag
27446     for the current project.
27448     * data/internal.properties: Removed the redundant command
27449     for gnome-terminal.
27450     
27451 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27453         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27455 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27457         * configure.in: Added "ta" to the languages list.
27459 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27461         * data/internal.properties:
27462           added fold.symbols property to control appearance of folds
27463           in the Scintilla editor (thanks to rikul <null@acm.org>)
27465 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27467         * src/message.c:
27468           one extra button for message win is being created -- Fixed.
27469         
27470           The frame should be hidden and not only the pix_lab when
27471           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27472           -- Fixed.
27473         
27474         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27475           for the time being it is same as mini_cvs.xpm.
27476         
27477 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27479         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27481         Patch from rikul <null@acm.org>
27482         
27483         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27484         glades.h, messages.c, messages.h, pixmaps.h,
27485         project_dbase.c, project_dbase.h, session.c,
27486         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27487         
27488         inserted 'add to watch' option in inspect window, so you can add easily
27489         a variable in watch window .
27490         
27491         Added a new message pane for the gdb local variables inspection. Changed
27492         the code in messages.c to better account for future new panes insertion.
27493         Defined a new pixmap for the new tab button in pixmaps.h
27494         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27495         install script.
27496         
27497         Changed the debugger module to have a single function for asking to gdb
27498         to send program info. The idea is to ask the debugger about only the
27499         info needed to open windows( watch, registers, etc ) to speedup the step
27500         command. I plan to ask informations to the debugger based on the user
27501         interface status.
27502         The request for local variables is enabled by default, but the
27503         projectDBase has a variable to control it, to allow disabling that
27504         feature,  there is also the code to save and to reload the state. If you
27505         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27506         in project_dbase.c
27508         This big patch is from:  lbell <lbell@tsc4.com>
27509         
27510 2001-09-20  Stephane Demurget <demurgets@free.fr>
27512         Patch from rikul <null@acm.org> :
27514         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27515           problem and added folding support for php/hmtl.
27517 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27519         * Fixed dnd of files within scintilla.
27520         patch from:  rikul <null@acm.org>
27521         
27522 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27524         * Applied patch from Luca.
27525         
27526         * src/source.c: source_write_build_files(): Fixed the project generation
27527           failure. The fist return statement and the free_project_type were 
27528           misplaced.
27530 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27531         
27532         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27533         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27534         
27535         1) Restore the error color to red (waiting for a configurable one )
27536         2) Saving projects settings if you exit anjuta without closing an open
27537         saved project
27538         3) New Menu 'repaeat search' to search with a keystroke without pressing
27539         the toolbar button
27540         4) some define in the menus to better handle menu item update
27541         
27542         Patch from: lbell <lbell@tsc4.com>
27543         
27544         * main_menubar_def.h, main_menubar.c: Change the position of
27545         "Repeat find" menu position.
27547 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27549          project_type.h, project_type.c, source.c: Applied patch.
27550          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27551          
27552 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27554         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27555         
27556 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27557         
27558         * Fixed bug #445752
27559   
27560 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27561         
27562         * Fixed bugs in Gtk-- and Gnome-- project type
27564 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27566         * dnd.c: Support for multiple files drag-n-drop.
27567         
27568           Patch from: rikul <null@acm.org>
27569         
27570         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27571           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27572           saving from menu.
27573         
27574           Patch from: rikul <null@acm.org>
27576         * Applied patch for widgetizing goto dialog box.
27577           Patch from: ???
27578         
27579         * Applied patch for having new project type handling.
27580           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27581           
27582 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27584         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27585           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27586           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27587           find_replace.c, find_replace.h, find_text.c, find_text.h,
27588           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27589           project_dbase.h, source.c, text_editor.c, text_editor.h,
27590           text_editor_cbs.c, utilities.c, utilities.h:
27591         
27592           Applied a huge patch (after slight preview). I would like Luca
27593           to have his feature additions mentioned here.
27594         
27595           Patch from: lbell <lbell@tsc4.com>
27597 2001-09-09  Stephane Demurget <demurgets@free.fr>
27599         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27601         * po/fr.po: updated to the latest sources.
27604 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27605         
27606         * Fixed bug #445752
27607   
27608 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27610         * dnd.h, dnd.c: New files for drag n drop support.
27611                 
27612         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27613            Added drag and drop support for opening files.
27614         
27615         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27616         Archit Baweja <bighead@crosswinds.net> for this idea.
27617         
27618         * TODO: Added some more todos. :-(
27620 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27622         * Fixed the goto line activate bug.
27623         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27625 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27626         
27627         * Fixed bugs in Gtk-- and Gnome-- project type
27629 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27631         * widgets/gonmefilelist.c, gnomefilelist.c:
27632         Modified multiple selection on pressing control.
27633           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27634         
27635         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27636         Modified multiple selection on pressing control.
27637           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27638         
27639 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27641         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27642           This is useless; but just in case...
27644 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27646         * data/internal.properties: modified a bit of perl properties.
27647         
27648 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27650         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27651           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27652           Added support for multiple file imports. Changed the standrd C++
27653           convention of #include <file> to #include <file.h>, because I had given
27654           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27655           now support the #include <file> convention. That is something to be fixed :). 
27656           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27658 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27660         * src/anjuta.c: Added function static greetings_text(), to solve the non
27661                 translation of the greetings text in the wizard.
27662                 
27663 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27665         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27666           dialogs, with OK the default (fix bug #453482)
27668 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27670         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27671         
27672         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27673         
27674 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27676         * src/aneditor.cxx
27677           src/aneditor.h
27678           src/anjuta_cbs.c
27679           src/controls.c
27680           src/main_menubar.c
27681           src/main_menubar.h
27682           src/main_menubar_def.h
27683           src/mainmenu_callbacks.c
27684           src/mainmenu_callbacks.h:
27685                 Applied the patch that addes menu items which allow users to
27686                 insert GPL notice and date time in current document.
27687                 patch from: Rick Patel <rikul@shreve.net>       
27688                 
27689         * src/main_menu.c: Fixed a compilation error.
27690         
27691         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27692         
27693         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27694           about the unterminated strings.
27695           
27696         * scintilla/*: Updated scintilla to 1.3.9 version.
27697         
27698 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27699         
27700         * widgets/gnomefileselection.c:
27701           Applied the patch for fixing multiple selection of file open funcion,
27702           which will deselect the files selected.
27703           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27705 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27707         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27708           src/fileselection.c, src/anjuta_cbs.c:
27709           Applied the patch     for multiple selection of file open.
27710           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27711           
27712 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27714         * Removed "-f" option in call to devhelp, because devhelp no longer
27715           supports that.
27716         
27717 2001-08-26  Stephane Demurget <demurgets@free.fr>
27719         All these modifications have been pointed out by
27720         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27722         * data/internal.properties: two fixes for the PHP lexer.
27723           this out.
27725         * fr.po: minor fixes.
27727         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27729 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27730         
27731         * main_menubar.c,
27732           main_menubar.h,
27733           main_menubar_def.h,
27734           main_menubar_callbacks.c,
27735           controls.c:
27736                 Added new menu item for "close all fils".
27737                 (Patch from Rikul <rikul@shreve.net>, after revision)
27738         
27739         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27740         
27741         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27742                 (Patch from Rikul <rikul@shreve.net>)
27743         
27744         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27745                 (Patch from Rikul <rikul@shreve.net>)
27747 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27748         
27749         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27750            project name in application widzard.
27751            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27753         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27754           of the 'OK' button there is an 'Execute' one.
27755           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27756         
27757         * executer.c: Changed cancel button to close button. That was more appropriate.
27758           
27759 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27761         * HACKING: corrected >>>>>> Config management.
27762         
27763         * HACKING: Added many things.
27764         
27765         * src/launcher.h: Added some comments.
27767 2001-08-21  Stephane Demurget <demurgets@free.fr>
27769         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27771         * HACKING,
27772           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27773           src/appwizard_cbs.c,
27774           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27775           Andy Piper <andy.piper@freeuk.com>
27777         * po/fr.po: updated to latest sources.
27779         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27782 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27784         * Fixed bugs #450280 and #448845
27786         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27787         
27788         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27789           named dialogs
27790         
27791         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27792           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27793           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27794           names to remove "Anjuta: " prefix
27795           
27796         * src/main_menubar_def.c: altered a message
27797         
27798         * launcher/anjuta_launcher.c: cleaned up some messages
27800         * src/debugger.c: edited messages to improve clarity
27801         
27802         * src/app_wiz*.c: tidied wizard interface
27805 2001-08-15  Stephane Demurget <demurgets@free.fr>
27807         Synced Naba's fix and mine about the wizards not working and removed
27808         anjuta.prj to avoid a nasty checkin.
27810         * Makefile.am: removed the install-data-local rule.
27812         * data/Makefile.am: changed the list of files.
27814         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27816         * .cvsignore: added anjuta.prj for the same reason.
27819 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27821         * src/source.c: Fixed a bug that fails new gnome projects to get
27822           created.
27824         * src/project_manager.c: Fixed a bug that disables storing recent
27825           project history.
27827         * Makefile.am: Added stuffs to install the macro files in the
27828           anjuta share file.
27831 2001-08-14  Stephane Demurget <demurgets@free.fr>
27833         * data/Makefile.am: added some rules to support the gnome/ macros
27834           dir in order to make the wizards work again.
27836         * anjuta.spec.in: upped the release number.
27839 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27841         * configure.in (ALL_LINGUAS): Added pl.
27844 2001-08-09  Stephane Demurget <demurgets@free.fr>
27846         * anjuta.spec.in: fixed the doc files list.
27849 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27851         * src/about.c: corrected my email address. :-)
27852         
27853         * TODO: Updated.
27854         
27855         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27856          (patch from Andy Piper <squiggle@ukgateway.net>)
27858 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27860         * debugger.c: Fixed a bug associated with debugging threaded
27861           application.
27862         
27863         * text_editor_menu.c: Fixed broken ui in text editor
27864           pop up menu.
27865           
27866         * text_editor_menu.c: Now the option sub menu in text editor pop up
27867           works.
27868         
27869         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27870                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27871         
27872 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27874         * src/text_editor_menu.c: Added menu item for context help
27875           (patch from Andy Piper <squiggle@ukgateway.net>)
27876         
27877 2001-08-06  Stephane Demurget <demurgets@free.fr>
27879         * ccview/cccproj.cc: added missing i18n strings.
27881         * data/welcome.txt: bumped version to 0.1.6.
27883         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27885 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27886         
27887         * help.c, help.h: Added support for DevHelp context sensitive help
27888                 and gnome api browsing.
27889         * Fixed toolbars and editor views "not save" bug.
27890         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27891           (patch from Andy Piper <squiggle@ukgateway.net>)
27892         * Updated THANKS and chapter15.sgml for uk and ru translators.
27894 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27896         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27897         * Updated configure.in to include these changes
27898         
27899 2001-08-03  Stephane Demurget <demurgets@free.fr>
27901         * src/project_dbase_gui.c: fixed bug #446963
27902           (on_project_dbase_ccview_update_start),
27903           (on_project_dbase_ccview_update_end): added.
27904           These two respectively disable and enable close file/project
27905           menu entries and toolbar items, while the ccview part updates
27906           its tag database.  
27909 2001-08-03  Stephane Demurget <demurgets@free.fr>
27911         * configure.in: added sv to the ALL_LINGUAS list.
27912         
27914 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27916         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27917                 file to work: merge translations and distribute it.
27919         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27921         * NEWS, README, THANKS & TODO: Spelling fixes.
27923 2001-08-01  Stephane Demurget <demurgets@free.fr>
27925         * README: updated requirements.
27927         * scintilla/Makefile.am,
27928           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27929           target can't be realized (custom build path).
27931         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27932           Removed install-data-local.
27934         * src/compiler_options.c: changed the include paths of the pixmaps.
27935           we hadn't any warning because of the include paths passed to the
27936           compiler. Thanks to make distcheck for reporting this.
27939 2001-07-31  Stephane Demurget <demurgets@free.fr>
27941         * NEWS, THANKS: updated.
27943         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27944           fixed to show the correct kernel signal number and its description.
27946         * widgets/gnomefilelist.c: fixed bug #445756
27947           (goto_last): renamed to goto_prev and changed according to goto_next.
27948           (goto_next): added.
27949           (goto_directory): removed.
27950           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27951           returned value is now the position in the list.
27952           (check_ok_button_cb): changed the back check and added one for next.
27953           (gnome_filelist_set_dir): the check in history make it wouldn't be
27954           a "true" history. polished the whole thing, using set_dir_internal.
27955           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27956           there's no check in the history when using back or next.
27958         * manuals/*: added missing .cvsignore files.
27961 2001-07-30  Stephane Demurget <demurgets@free.fr>
27963         * po/fr.po: updated to latest sources.
27965         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27966           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27967           to put off their sensitive attributes.
27969 2001-07-29  Stephane Demurget <demurgets@free.fr>
27970         
27971         * po/fr.po: fixed some grammar things.
27972           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27973           this out.
27974         
27975         * src/utilities.c: (file_is_link): use lstat instead of stat.
27977 2001-07-27  Naba Kumar <kh_naba@123india.com>
27978         
27979         * Remove help dir from cvs, because it is no longer
27980           needed.
27981         
27982         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27983           needed.
27985 2001-07-24  Naba Kumar <kh_naba@123india.com>
27987         * debugger.c: (debugger_update_prog_status): Fixed
27988                 the bug with gdb version 5. Debugger starts, when
27989                 step in/out/over etc are clicked.
27990         
27991         * debugger.c: All functions: added debugging codes.
27992         
27993         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27994         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27995           Modified to recognize non project files also.
27996           
27997         * source.c: (source_write_configure_in):
27998           Added source for 'prefix' counterparts for
27999           no-prefix AC_SUBST.
28000         
28001 2001-07-23  Naba Kumar <kh_naba@123india.com>
28002         
28003         * anjuta.c: added function anjuta_remove_text_editor();
28004           and suitably modified anjuta_remove_current_text_editor().
28005           
28006         * project_dbase.c: project_dbase_close(), Added code to
28007           close all opened files that belong to the project when
28008           the project is closed.
28009          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28010         
28011         * Updated the manuals/anjuta-manual subdir for GDP standards.
28012            (patch from Andy Piper <squiggle@ukgateway.net>)
28013         
28014         * main_menubar.h, main_menubar.def: Added Menu items to handle
28015           urls for library references, bugs, patches and feature request
28016           submission.
28017         
28018 2001-07-20  Naba Kumar <kh_naba@123india.com>
28019         
28020         * Set wmclass names in all windows.
28021           (patch from Andy Piper <squiggle@ukgateway.net>)
28022         * New splash logo from "Misha" <misha@phreaker.net>);
28024 2001-07-19  Naba Kumar <kh_naba@123india.com>
28025         
28026         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28027           set caret color, calltip back color and selection fore/back
28028           color.
28030 2001-07-18  Naba Kumar <kh_naba@123india.com>
28031         
28032         * project_dbase.c: Closes all files when project is closed.
28033          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28034          -- We still need to refine this as it closes all sort of files.
28035         
28036         * compiler_options.c: Fixed seg-fault bug when last item in
28037           compiler option lists is removed.
28038         
28039         * Fixed missing newline warnings during compilation.
28040           (patch from Andy Piper <squiggle@ukgateway.net>)
28042 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28044         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28045                 autogenerated no need to store'em in CVS.
28047         * ccview/.cvsignore: Addition of cvsignore.
28049 2001-07-17  Naba Kumar <kh_naba@123india.com>
28050         
28051         *GUI fixes and spell corrections
28052         (patch from Andy Piper <squiggle@ukgateway.net>)
28054 2001-07-15  Naba Kumar <kh_naba@123india.com>
28055         
28056         *Fixed double error message for file not found.
28057         
28058         *Put white backgrounds for png images.
28059         
28060         *Converted '-' to '_' in sgml files.
28062 2001-07-14  Naba Kumar <kh_naba@123india.com>
28063         
28064         * project_dbase.c: Short-cut for expand/collasp project tree
28065         
28066         * project_dbase_gui.c:
28067          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28069 2001-07-13  Naba Kumar <kh_naba@123india.com>
28070         
28071         * notebook.[h,c]: Added
28072          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28073         Project/message window now toggles on control and
28074         and notebook switch short-cut
28076 2001-07-7  Naba Kumar <kh_naba@123india.com>
28077         
28078         * Changed a new icon set which looks more gnomish.
28079         
28080         * Changed a new anjuta splash logo.
28081         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28083 2001-07-6  Naba Kumar <kh_naba@123india.com>
28084         
28085         * ccview/*: Integrated ccview for class view and file view
28086                 in the project Manager.
28087         
28088         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28090 2001-07-1  Naba Kumar <kh_naba@123india.com>
28091         
28092         * scintilla/*: Upgraded Scintilla to version 1.3.7
28093         
28094         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28095         
28096 2001-06-28  Naba Kumar <kh_naba@123india.com>
28097         
28098         * src/debugger.c: Correct step-over and step-out swapping.
28099         
28100         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28101           chapters and added more stuffs.
28103 2001-06-13  Naba Kumar <kh_naba@123india.com>
28104         
28105         * data/autogen.sh.gtkmm: Added
28106         
28107         * data/autogen.sh.gnomemm: Added
28108         
28109         * src/appwiz.c: Added two more application wizard templetes
28110         
28111         * src/project: for gtk-- and gnome-- and proper support
28112         
28113         * src/source.c: for c++ in the project configuration.
28114         
28115         * src/source.h:
28117 2001-05-05  Naba Kumar <kh_naba@123india.com>
28119         * Merged my pre-cvs modifications with 
28120           the current cvs copy.
28122         * (lot of files change).
28124         * Implemented session management.
28126         * Local installation possible by
28127           manageing our own pixmaps paths
28128           manupulations.
28129         
28130         * resources.h: Added.
28131         * resources.c: Added.
28133         * Fixed some bugs.
28134         
28135 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28137         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28138                 Corrected/extended ignores.
28140 2001-05-04  Naba Kumar <kh_naba@123india.com>
28142         * manuals/: dir tree added.
28143           Sgml documentation started in this dir.
28144           
28145         * omf-install/: dir tree added.
28146         
28147         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28148           Created initial document structure.
28149           
28150         * configure.in: Added test for scrollkeeper.
28151           Added some Makefile entries in AC_OUTPUT.
28152         
28153         * Makefile.am: Added subdir manuals/
28154         
28155         * HACKING: Wrote something stupid.
28157 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28159         * Makefile.am: Added ChangeLog in local data list, becaused it's
28160           needed to create a new project.
28161           
28162         * po/fr.po: minor fixes.
28164         * src/build_file.c, src/configurer.c, src/debugger.c,
28165           src/executer.c, src/find_replace.c, src/gnome_project.c,
28166           src/goto_line.c, src/launcher.c, src/messages.c, 
28167           src/preferences.c src/project_dbase.c: functions declared static.
28168           
28169         * widgets/gnomefilelist.c: Fixed a project creation bug,
28170           introduced with latest changes.
28172 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28174         * widgets/gnomefilelist.c,
28175           BUGS: Fixed an annoying bug preventing from loading files/project
28176           given on the command line. Polished the whole gnome_filelist widget.
28178 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28180         * src/main.c,
28181           src/anjuta.c,
28182           src/anjuta.h: Polished the command line parsing.
28184         * BUGS: Need to clean that damn gnome_filelist widget.
28186 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28188         * src/registers.c,
28189           src/sharedlib.c,
28190           src/signals.c: Removed duplicated includes.
28192         * po/fr.po: minor fixes.
28194         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28195           create_compiler_options_page? () declared static.
28196         * src/main.c,
28197           src/anjuta.c: Put a command line option for disabling
28198           the splashscreen.
28200         * src/preferences_gui.c: Fixed an internationalization issue,
28201           other functions declared static.
28203         * src/gnome_project.c: Fixed some memory leaks,
28204           new_prj_terminated () declared static. 
28206 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28208         * configure.in: Sort ALL_LINGUAS alphabetically.
28210 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28212         * Emptied that ugly old Changelog.
28214 == Anjuta 0.1.5 ===
28215 == Anjuta 0.1.4 ==
28217 2001-03-10 Naba kumar  <naba@gnome.org>
28219         * src/gnome_project.c: Fixed project dir creation bug.
28221         * src/text_editor.c: Fixed double accelerators bug.
28222         
28223         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28225         * src/stack_trace.c, * src/compiler_options.c,
28226         data/internals.properties, src/defaults.c:
28227         Fixed pixmap creation with NULL window.
28229         * src/commands.c, src/preferences_gui.c, src/build_project.c
28230         src/clean_project.c: Bug fix.
28231         
28232         * src/main_menubar_def.h: i18n bug fix.
28233         
28234         * src/executer.h, src/executer.c: Bug fix.
28235         
28236         * src/controls.c: Bug fix.
28237         
28238         * src/debugger.c: Debugger now takes program args.
28239         
28240         * po/ja.po: Added japanese translation file.
28241         
28242         Upgraded to ver 0.1.4
28243         ... Fixed other minor bugs.
28245 == Anjuta 0.1.3 ===
28247 2001-XX-XX Naba kumar  <naba@gnome.org>
28249         * Lots of unaccountable changes. Integrated scintilla.
28250         Redesigned Project managemet. Added supports for other languages.
28251         Java style properties managements. .... blah blah
28252         
28253 2000-11-11 Naba kumar  <naba@gnome.org>
28255         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28256         Upgraded to version 0.1.3.
28258         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28259         Fixed to activate Debug->add watch properly.
28261 === Anjuta 0.1.2 beta_2 ===
28262 === Anjuta 0.1.2 ===
28264 2000-11-05 Naba kumar  <naba@gnome.org>
28266         * src/compiler_options.c, src/compiler_options_cbs.c
28267         src/compiler_options_cbs.h, src/compiler_options_gui.c
28268         src/anjuta2.c, extra/stock_libs.anj (new),
28269         extra/README.stock_libs (new), htmls/page13.html,
28270         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28271         added libraries. Stock libs provided for ease of entry. Modified
28272         help html file accordingly.
28274 2000-11-03 Naba kumar  <naba@gnome.org>
28276         * README: Minor fixes in Doc files.
28278         * src/gnome_prj.c, src/appwidzard_cbs.c:
28279         Fixed to ignore non-existant dir for blank prj.
28280         More checking in project creation, especially to confirm
28281         that the prj file already does not exist.
28283         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28285         * src/controls.c: Now Menu item "Format/Detach current document"
28286         is inactive when there is no document opened.
28288 === Anjuta 0.1.1 ===
28290 2000-11-01 Naba kumar  <naba@gnome.org>
28292         Completed and Release of first version (Beta) with lots of bugs.
28294 1999-12-27 Naba kumar  <naba@gnome.org>
28296         Anjuta project started.