2008-05-01 Massimo Cora\' <maxcvs@email.it>
[anjuta-git-plugin.git] / ChangeLog
blob85d3801d362e75eca8f6ecf7194520cce4fcda7f
1 2008-05-01  Massimo Cora'  <maxcvs@email.it>
3         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
4         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
6         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
7         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
8         (sdb_engine_thread_monitor), (sdb_engine_init),
9         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
10         (sdb_engine_add_new_sym_implementation),
11         (sdb_engine_second_pass_update_scope_1),
12         (sdb_engine_second_pass_update_scope),
13         (sdb_engine_second_pass_update_heritage),
14         (symbol_db_engine_update_project_symbols),
15         (symbol_db_engine_get_files_with_zero_symbols),
16         (symbol_db_engine_get_file_symbols):
17         fixed a population bug introduced with using of caches. It broke the kind
18         of symbol in some cases (e.g. returning of table_id = -1). 
19         Avoid lazy initialization and inlined the lookup functions to speed up the
20         thing.
21         Performances improvement in sdb_engine_second_pass_update_heritage () using
22         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
23         logic in this part should avoid gui freezing, at least here it does not freeze.
25         * plugins/symbol-db/symbol-db-view-locals.c
26         (symbol_db_view_locals_recv_signals_from_engine):
27         * plugins/symbol-db/symbol-db-view.c
28         (symbol_db_view_recv_signals_from_engine):
29         greyed out trees while population is in place.
31 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
33         * data/default.profile:
34         Put the new run program plugin in the default plugin list
36         * plugins/run-program/execute.c:
37         Fix a crash when the program doesn't exist
39 2008-04-30  Johannes Schmid  <jhs@gnome.org>
41         * plugins/document-manager/anjuta-document-manager.ui:
42         * plugins/message-view/anjuta-message-manager.ui:
43         Put the menu items of the message-manager in the correct Goto menu
45 2008-04-30  Johannes Schmid  <jhs@gnome.org>
47         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
48         Allow markup in dialog description
49         
50         * plugins/file-loader/plugin.c (iloader_load):
51         #523186 – Open With dialog should mention filename
53 2008-04-30  Johannes Schmid  <jhs@gnome.org>
55         * libanjuta/anjuta-status.c (anjuta_status_set_title):
56         * plugins/document-manager/anjuta-docman.c
57         (anjuta_docman_update_page_label):
58         * plugins/document-manager/plugin.c (update_title),
59         (on_document_update_save_ui):
60         
61         #530033 – Have window title like gedit
62         Also add the dirty char (*) at the beginning of the filename to match HIG
64 2008-04-30  Johannes Schmid  <jhs@gnome.org>
66         * plugins/devhelp/anjuta-devhelp.ui:
67         * plugins/search/anjuta-search.ui:
68         * plugins/document-manager/anjuta-document-manager.ui:
69         * src/anjuta.ui:
70         Moved Goto menu into View to avoid cluttering the menubar and created
71         new Documents menu
73         * plugins/document-manager/action-callbacks.c (on_next_document),
74         (on_previous_document):
75         * plugins/document-manager/action-callbacks.h:
76         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
77         (anjuta_docman_update_documents_menu_status),
78         (anjuta_docman_update_documents_menu),
79         (on_notebook_page_reordered), (anjuta_docman_page_init),
80         (anjuta_docman_new), (on_notebook_switch_page),
81         (anjuta_docman_add_document), (anjuta_docman_remove_document):
82         * plugins/document-manager/plugin.c:
83         
84         Show open documents in the "Documents" menu and add actions for next/prev
85         document like in gedit. Don't center menu items of notebook popup menu.
86         (Fixes bugs #453702 and #529528)
88 2008-04-29  Johannes Schmid  <jhs@gnome.org>
90         Patch from Yuriy Penkin:
92         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
93         .glade:
94         * plugins/debug-manager/anjuta-debug-manager.glade:
95         * plugins/run-program/anjuta-run-program.glade:
96         * plugins/tools/anjuta-tools.glade:
97         530566 – Fix translation and POTFILES.in
99 2008-04-29  Johannes Schmid  <jhs@gnome.org>
101         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
102         Use current project folder as default and added a file filter for
103         the patch file chooser.
105 2008-04-28  Massimo Cora'  <maxcvs@email.it>
107         * plugins/symbol-db/symbol-db-view-search.c
108         (sdb_view_search_model_filter):
109         fixed search symbols to match "foo_symbol_%"
111 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
113         * configure.in,
114         po/POTFILES.in,
115         plugins/Makefile.am,
116         src/anjuta.ui,
117         (added) plugins/run-program/anjuta-run-program-48.png,
118         (added) plugins/run-program/anjuta-run-program.glade,
119         (added) plugins/run-program/anjuta-run-program.plugin.in,
120         (added) plugins/run-program/anjuta-run-program.ui,
121         (added) plugins/run-program/execute.c,
122         (added) plugins/run-program/execute.h,
123         (added) plugins/run-program/Makefile.am,
124         (added) plugins/run-program/parameters.c,
125         (added) plugins/run-program/parameters.h,
126         (added) plugins/run-program/plugin.c,
127         (added) plugins/run-program/plugin.h,
128         (added) plugins/run-program/utils.c,
129         (added) plugins/run-program/utils.h:
130         New run program plugin, includes a new dialog box to set
131         program arguments
133         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
134         plugins/debug-manager/anjuta-debug-manager.ui,
135         plugins/debug-manager/plugin.c,
136         plugins/debug-manager/start.c:
137         Update debugger plugin to use run program parameter dialog
139         * plugins/build-basic-autotools/build-basic-autotools.c,
140         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
141         Remove run program menu item
143         * libanjuta/interfaces/libanjuta.idl,
144         plugins/gdb/plugin.c,
145         plugins/gdb/debugger.c,
146         plugins/gdb/debugger.h,
147         plugins/debug-manager/command.c,
148         plugins/debug-manager/command.h:
149         Use a gchar * null terminated array instead of a GList for
150         passing environment variables
152 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
154         * plugins/terminal/terminal.c,
155         libanjuta/interfaces/libanjuta.idl:
156         Add a child-exited signal in the IAnjutaTerminal interface
157         Remove environment variables merging, it is already done
158         in vte
160 2008-04-28  Massimo Cora'  <maxcvs@email.it>
162         * plugins/symbol-db/plugin.c (isymbol_manager_search):
163         * plugins/symbol-db/symbol-db-engine.c
164         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
165         fixed partial pattern match accordingly with api.
167 2008-04-28  Johannes Schmid <jhs@gnome.org>
169         * plugins/symbol-db/plugin.c:
170   Hide progress bar when things are done.
172 2008-04-27  Massimo Cora'  <maxcvs@email.it>
174         * plugins/symbol-db/symbol-db-engine.c
175         (symbol_db_engine_find_symbol_by_name_pattern),
176         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
177         fixed typo on query.
178         
179 2008-04-26  Massimo Cora'  <maxcvs@email.it>
181         * plugins/document-manager/plugin.c (on_document_update_ui):
182         * plugins/symbol-db/symbol-db-engine-iterator-node.c
183         (symbol_db_engine_iterator_node_get_symbol_extra_string):
184         * plugins/symbol-db/symbol-db-engine.c
185         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
186         (sdb_engine_get_dyn_query_node_by_id),
187         (sdb_engine_dyn_child_query_node_destroy),
188         (sdb_engine_insert_dyn_query_node_by_id),
189         (sdb_engine_free_cached_queries),
190         (sdb_engine_free_cached_dynamic_queries),
191         (sdb_engine_get_tuple_id_by_unique_name),
192         (sdb_engine_get_tuple_id_by_unique_name2),
193         (sdb_engine_get_tuple_id_by_unique_name3),
194         (sdb_engine_populate_db_by_tags),
195         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
196         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
197         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
198         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
199         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
200         (sdb_engine_add_new_sym_implementation),
201         (sdb_engine_add_new_heritage),
202         (sdb_engine_add_new_scope_definition),
203         (sdb_engine_add_new_tmp_heritage_scope),
204         (sdb_engine_second_pass_update_scope_1),
205         (sdb_engine_second_pass_update_heritage),
206         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
207         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
208         (on_scan_update_files_symbols_end),
209         (symbol_db_engine_update_project_symbols),
210         (symbol_db_engine_get_full_local_path),
211         (symbol_db_engine_get_file_db_path),
212         (sdb_engine_walk_down_scope_path),
213         (symbol_db_engine_get_files_with_zero_symbols),
214         (sdb_engine_prepare_symbol_info_sql),
215         (symbol_db_engine_get_class_parents_by_symbol_id),
216         (symbol_db_engine_get_class_parents),
217         (symbol_db_engine_get_global_members_filtered),
218         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
219         (symbol_db_engine_get_scope_members_by_symbol_id),
220         (symbol_db_engine_get_scope_members),
221         (symbol_db_engine_get_current_scope),
222         (symbol_db_engine_get_file_symbols),
223         (symbol_db_engine_get_symbol_info_by_id),
224         (symbol_db_engine_find_symbol_by_name_pattern),
225         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
226         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
227         * plugins/symbol-db/symbol-db-engine.h:
228         * plugins/symbol-db/tables.sql:
229         new dynamic prepared queries architecture. Now every query used in the
230         engine has its own compiled query in libgda-sqlite provider. This for speed
231         improvements, code cleaning and auto-escaping of string parameters. 
232         Lookup of dynamic queries takes care of sym_info parameters and of 
233         parameters passed to functions. The compiled GdaStatements are stored in an 
234         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
235         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
237         * plugins/symbol-db/test/Makefile.am:
238         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
239         (main):
240         re-enabled test.
242 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
244         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
245         * po/POTFILES.in,
246         plugins/tools/tool.c:
247         Fix #529798: Mark additional strings for translation
249 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
251         * plugins/project-wizard/druid.c,
252         plugins/project-wizard/property.c,
253         plugins/project-wizard/property.h,
254         plugins/project-wizard/parser.c,
255         plugins/project-wizard/templates/mkfile.wiz,
256         plugins/project-wizard/templates/terminal.wiz,
257         plugins/project-wizard/templates/xlib-dock.wiz,
258         plugins/project-wizard/templates/wxwin.wiz,
259         plugins/project-wizard/templates/java.wiz,
260         plugins/project-wizard/templates/django.wiz,
261         plugins/project-wizard/templates/gnome.wiz,
262         plugins/project-wizard/templates/anjuta-plugin.wiz,
263         plugins/project-wizard/templates/gtkmm.wiz,
264         plugins/project-wizard/templates/python.wiz,
265         plugins/project-wizard/templates/cpp.wiz,
266         plugins/project-wizard/templates/sdl.wiz,
267         plugins/project-wizard/templates/gtk.wiz,
268         plugins/project-wizard/templates/minimal.wiz,
269         plugins/project-wizard/templates/xlib.wiz,
270         plugins/project-wizard/templates/gcj.wiz:
271         Add additional restriction on project name fix #529226
273 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
275         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
276         * plugins/tools/plugin.c:
277         Fix #529506: Uncorrect unloading tools plugin
279 2008-04-22  Johannes Schmid  <jhs@gnome.org>
281         * plugins/search/search-replace.c (search_and_replace),
282         (on_message_view_destroyed):
283         Don't spit out two many warnings when the message view is destroyed
284         
285         * plugins/search/search-replace_backend.c
286         (file_buffer_new_from_path):
287         Only use first 500 characters for validation
289 2008-04-21  Johannes Schmid  <jhs@gnome.org>
291         * plugins/search/plugin.c (find_incremental):
292         * plugins/search/search-replace.c (on_search_regex_toggled),
293         (on_search_button_next_clicked), (search_replace_find_usage):
294         * plugins/search/search-replace_backend.c (match_substr_free),
295         (file_buffer_new_from_path), (get_next_match),
296         (clear_search_replace_instance), (create_search_replace_instance):
297         * plugins/search/search-replace_backend.h:
298         
299         Use GRegex instead of pcre and convert files to utf-8 if necessary.
300         Rest of #440637
302 2008-04-21  Johannes Schmid  <jhs@gnome.org>
304         * plugins/document-manager/action-callbacks.c
305         (on_editor_command_paste_activate):
306         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
307   (there was an else missing...)
309 2008-04-17  Naba Kumar  <naba@naba-desktop>
311         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
312         * plugins/project-import/anjuta-project-import.plugin.in:
313         * plugins/project-wizard/anjuta-project-wizard.glade:
314         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
315         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
317 2008-04-20  Johannes Schmid  <jhs@gnome.org>
319         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
320         Fixed a condition where we kill our own process
322 2008-04-20  Johannes Schmid  <jhs@gnome.org>
324         * libanjuta/anjuta-session.h:
325         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
326         * plugins/symbol-db/plugin.c (value_added_current_editor),
327         (on_session_load), (symbol_db_activate):
328         * plugins/symbol-db/plugin.h:
329         * plugins/symbol-db/symbol-db-view.c
330         (sdb_view_build_and_display_base_tree):
331         Added new sessions states to avoid loading the local symbols before
332         the session is loaded (speeds up start-up).
333         
334         * plugins/document-manager/plugin.c
335         (update_document_ui_undo_items), (update_document_ui_save_items),
336         (on_document_update_ui):
337         * plugins/sourceview/sourceview.c (idocument_redo):
338         Fixed #528705 – There is no Redo
340 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
342         * libanjuta/interfaces/libanjuta.idl,
343         plugins/terminal/terminal.c,
344         plugins/build-basic-autotools/executer.c,
345         plugins/gdb/plugin.c:
346         Add an env parameter in the IAnjutaTerminal interface allowing
347         to specify additional environment variables
349         * libanjuta/anjuta-launcher.c:
350         Add one initialization
352 2008-04-16  Johannes Schmid  <jhs@gnome.org>
354         Patch from Ignacio Casal Quinteiro:
355         * plugins/file-loader/anjuta-recent-chooser-menu.c
356         (_gtk_recent_chooser_get_items),
357         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
358         (anjuta_recent_chooser_menu_populate):
359         Show 5 project and 15 file items in recent-chooser
361 2008-04-16  Johannes Schmid  <jhs@gnome.org>
363         * plugins/search/search-replace_backend.c (isawordchar),
364         (extra_match), (get_next_match):
365         
366         Make searching utf-8 aware. We still need to fix encodings for
367         search/replace in files as it is currently assumed they are utf-8 like
368         the editors.
370 2008-04-16  Johannes Schmid  <jhs@gnome.org>
371         
372         Patch from Ignacio Casal Quinteiro:
373         * plugins/file-loader/anjuta-recent-chooser-menu.c
374         (anjuta_recent_chooser_menu_insert_item),
375         (anjuta_recent_chooser_menu_populate):
376         * plugins/file-loader/plugin.c (activate_plugin):
377         Fix recent files in the toolbar
378         
379         * plugins/tools/plugin.c (ipreferences_merge):
380         Fixed some warnings
382 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
384         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
386 2008-04-13  Naba Kumar  <naba@naba-desktop>
388         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
389         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
390         Do not enable brace autocompletion by defualt because it annoying for
391         fast typist (i.e. it's easier to type ending brace than move carat)
392         and it's currently broken for scintilla.
394 2008-04-13  Naba Kumar  <naba@naba-desktop>
396         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
397         * src/about.c (on_about_plugin_activate): Removed dead code.
398         * src/main.c: Make smaller include.
400 2008-04-12  Naba Kumar  <naba@naba-desktop>
402         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
403         src/utilities.h: Removed dead files.
404         * src/widget-registry.c, src/widget-registry.h: Removed more dead
405         files.
407 2008-04-12  Naba Kumar  <naba@naba-desktop>
409         * src/action-callbacks.c: Removed unneeded gnome.h include.
410         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
412 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
414         Reviewed by Naba Kumar  <naba@gnome.org>:
415         * libanjuta/anjuta-utils.{ch}:
416         Added anjuta_utils_get_user_config_dir. This func is used
417         to get the user config directory.
418         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
420 2008-04-12  Johannes Schmid  <jhs@gnome.org>
422         * plugins/search/Makefile.am:
423         * plugins/search/anjuta-search.glade:
424         * plugins/search/anjuta-search.ui:
425         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
426         (on_find_and_replace1_activate), (on_find_in_files1_activate),
427         (on_findnext1_activate), (on_findprevious1_activate),
428         (on_prev_occur), (on_next_occur), (activate_plugin),
429         (deactivate_plugin), (dispose), (finalize),
430         (search_plugin_class_init):
431         * plugins/search/plugin.h:
432         * plugins/search/search-replace.c (search_and_replace_init),
433         (search_and_replace), (write_message_pane), (on_message_clicked),
434         (save_not_opened_files), (replace_in_not_opened_files),
435         (search_replace_next_previous), (search_replace_next),
436         (search_replace_previous), (sr_get_gladewidget),
437         (search_set_popdown_strings), (search_set_popdown_map),
438         (search_select_item), (search_set_combo), (search_set_action),
439         (search_set_target), (search_set_direction),
440         (search_get_item_combo), (search_get_item_combo_name),
441         (search_direction_changed), (populate_value), (reset_flags),
442         (reset_flags_and_search_button), (search_start_over),
443         (search_end_alert), (max_results_alert), (nb_results_alert),
444         (search_show_replace), (modify_label_image_button),
445         (search_replace_populate), (show_jump_button),
446         (translate_dialog_strings), (create_dialog), (show_dialog),
447         (word_in_list), (list_max_items), (search_update_combos),
448         (replace_update_combos), (search_update_dialog),
449         (on_search_replace_delete_event),
450         (on_search_dialog_key_press_event),
451         (search_disconnect_set_toggle_connect),
452         (on_search_match_whole_word_toggled),
453         (on_search_match_whole_line_toggled),
454         (on_search_match_word_start_toggled), (on_search_regex_toggled),
455         (search_set_toggle_direction), (on_search_direction_changed),
456         (on_search_action_changed), (on_search_target_changed),
457         (on_search_expression_changed), (on_actions_no_limit_clicked),
458         (on_search_button_close_clicked), (on_search_button_stop_clicked),
459         (on_search_button_next_clicked), (search_replace_find_usage),
460         (on_search_button_jump_clicked), (on_search_expression_activate),
461         (on_search_full_buffer_toggled), (on_search_forward_toggled),
462         (on_search_backward_toggled), (on_setting_basic_search_toggled),
463         (basic_search_toggled), (anjuta_search_replace_activate):
464         * plugins/search/search-replace.h:
465         * plugins/search/search-replace_backend.c (pcre_info_free),
466         (pcre_info_new), (match_substr_free), (match_info_free),
467         (file_buffer_free), (file_buffer_new_from_te),
468         (file_buffer_new_from_path), (file_buffer_line_from_pos),
469         (file_match_line_from_pos), (create_search_files_list),
470         (get_project_file_list), (isawordchar), (extra_match),
471         (get_next_match), (create_search_entries), (regex_backref),
472         (clear_search_replace_instance), (clear_pcre),
473         (create_search_replace_instance):
474         * plugins/search/search-replace_backend.h:
475         Restored old search plugin - was a bad idea to merge this patch. Sorry!
477 2008-04-12  Johannes Schmid  <jhs@gnome.org>
479         * libanjuta/Makefile.am:
480         * libanjuta/libanjuta.h:
481         * plugins/document-manager/anjuta-document-manager.glade:
482         * plugins/document-manager/plugin.c:
483         * plugins/editor/text_editor.c (text_editor_finalize),
484         (convert_to_utf8), (load_from_file), (save_to_file):
485         * plugins/editor/text_editor.h:
486         * plugins/sourceview/Makefile.am:
487         * plugins/sourceview/anjuta-convert.c:
488         * plugins/sourceview/anjuta-convert.h:
489         * plugins/sourceview/anjuta-document-loader.c:
490         * plugins/sourceview/anjuta-document-saver.c:
491         * plugins/sourceview/anjuta-document.c:
492         * plugins/sourceview/anjuta-encodings.c:
493         * plugins/sourceview/anjuta-encodings.h:
494         * plugins/sourceview/anjuta-utils.c:
495         * plugins/sourceview/anjuta-utils.h:
496         * plugins/sourceview/anjuta-view.c:
497         * plugins/sourceview/sourceview.c:
498         
499         Move the encoding conversion infrastrcute to libanjuta and update all
500         users. Test all available encodings by default in scintilla editor
501         like sourceview is doing and removed encoding preferences
503         * plugins/search/search-replace_backend.c
504         (file_buffer_new_from_uri):
505         Fixed crasher
507 2008-04-11  Johannes Schmid  <jhs@gnome.org>
509         * plugins/search/anjuta-search.glade:
510         Various small improvements to the dialog
512 2008-04-11  Johannes Schmid  <jhs@gnome.org>
514         Patch from Ignacio Casal Quinteiro:
515         * plugins/file-loader/Makefile.am:
516         * plugins/file-loader/anjuta-recent-chooser-menu.c
517         (gtk_recent_chooser_iface_init),
518         (_anjuta_recent_chooser_install_properties),
519         (sort_recent_items_mru), (get_is_recent_filtered),
520         (_gtk_recent_chooser_get_items),
521         (anjuta_recent_chooser_menu_class_init),
522         (anjuta_recent_chooser_menu_init),
523         (anjuta_recent_chooser_menu_finalize),
524         (anjuta_recent_chooser_menu_dispose),
525         (anjuta_recent_chooser_menu_constructor),
526         (anjuta_recent_chooser_menu_set_property),
527         (anjuta_recent_chooser_menu_get_property),
528         (anjuta_recent_chooser_menu_set_current_uri),
529         (anjuta_recent_chooser_menu_get_current_uri),
530         (anjuta_recent_chooser_menu_select_uri),
531         (anjuta_recent_chooser_menu_unselect_uri),
532         (anjuta_recent_chooser_menu_select_all),
533         (anjuta_recent_chooser_menu_unselect_all),
534         (anjuta_recent_chooser_menu_set_sort_func),
535         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
536         (anjuta_recent_chooser_menu_get_recent_manager),
537         (anjuta_recent_chooser_menu_add_filter),
538         (anjuta_recent_chooser_menu_remove_filter),
539         (anjuta_recent_chooser_menu_list_filters),
540         (anjuta_recent_chooser_menu_set_current_filter),
541         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
542         (anjuta_recent_chooser_menu_create_item),
543         (anjuta_recent_chooser_menu_insert_item),
544         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
545         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
546         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
547         (get_icon_size_for_widget), (foreach_set_shot_tips),
548         (anjuta_recent_chooser_menu_set_show_tips),
549         (anjuta_recent_chooser_menu_new),
550         (anjuta_recent_chooser_menu_new_for_manager):
551         * plugins/file-loader/anjuta-recent-chooser-menu.h:
552         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
553         (activate_plugin), (dispose):
554         
555         Add separator to recent menu (#526932)
557         * plugins/search/Makefile.am:
558         * plugins/search/anjuta-search.glade:
559         * plugins/search/anjuta-search.ui:
560         * plugins/search/plugin.c (on_find1_activate),
561         (on_find_and_replace1_activate), (on_find_in_files1_activate),
562         (on_findnext1_activate), (on_findprevious1_activate),
563         (on_search_again_activate), (on_find_usage), (activate_plugin),
564         (deactivate_plugin), (dispose), (search_plugin_class_init):
565         * plugins/search/plugin.h:
566         * plugins/search/search-replace.c (anj_sr_execute),
567         (anj_sr_write_match_message), (on_message_clicked),
568         (anj_sr_set_search_string), (anj_sr_select_nearest),
569         (anj_sr_select_next), (anj_sr_select_previous),
570         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
571         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
572         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
573         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
574         (anj_sr_set_target), (anj_sr_set_direction),
575         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
576         (anj_sr_get_combo_id_active_value),
577         (anj_sr_conform_direction_change), (anj_sr_populate_value),
578         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
579         (anj_sr_end_alert), (anj_sr_max_results_alert),
580         (anj_sr_total_results_alert), (anj_sr_show_replace),
581         (anj_sr_modify_button), (anj_sr_populate_data),
582         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
583         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
584         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
585         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
586         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
587         (anj_sr_find_in_list), (anj_sr_trim_list),
588         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
589         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
590         (on_search_dialog_delete_event), (on_search_dialog_key_press),
591         (anj_sr_disconnect_set_toggle_connect),
592         (on_search_match_whole_word_toggled),
593         (on_search_match_whole_line_toggled),
594         (on_search_match_word_start_toggled), (on_search_regex_toggled),
595         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
596         (on_search_direction_changed), (on_search_action_changed),
597         (on_search_target_changed), (on_search_expression_changed),
598         (on_search_button_close_clicked), (on_search_button_stop_clicked),
599         (on_search_button_start_clicked),
600         (on_search_button_replace_clicked),
601         (on_search_expression_activate):
602         * plugins/search/search-replace.h:
603         * plugins/search/search-replace_backend.c (regex_backref),
604         (pcre_info_free), (pcre_info_new), (match_substr_free),
605         (match_info_free_subs), (editor_new_from_file_buffer),
606         (file_buffer_new_from_te), (file_buffer_new_from_uri),
607         (file_buffer_free), (file_buffer_get_byte_offset),
608         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
609         (file_buffer_find_lines), (file_buffer_freshen_lines),
610         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
611         (file_buffer_get_linetext_for_line), (save_file_buffer),
612         (replace_in_local_buffer), (get_search_files_list),
613         (get_project_files_list), (isawordchar), (extra_match),
614         (get_next_match), (create_search_entries), (clear_search_entries),
615         (search_get_default_data), (search_replace_data_new),
616         (clear_search_replace_instance), (search_replace_data_destroy),
617         (search_replace_init):
618         * plugins/search/search-replace_backend.h:
619         * plugins/search/search_preferences.c (removed):
620         * plugins/search/search_preferences.h (removed):
621         
622         Merged the UI changes from bug #511688 and simplified the search dialog
624 2008-04-10  Johannes Schmid <jhs@gnome.org>
626         * plugins/symbol-db/symbol-db-engine.c:
627         * plugin.c:
628         Check for ctags binary (#516123)
630 2008-04-09  Massimo Cora'  <maxcvs@email.it>
632         * plugins/symbol-db/symbol-db-engine.c
633         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
634         (sdb_engine_get_query_parameters_list),
635         (sdb_engine_free_cached_queries),
636         (sdb_engine_get_tuple_id_by_unique_name),
637         (sdb_engine_get_tuple_id_by_unique_name2),
638         (sdb_engine_get_tuple_id_by_unique_name3),
639         (symbol_db_engine_add_new_workspace),
640         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
641         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
642         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
643         (sdb_engine_add_new_sym_implementation),
644         (sdb_engine_add_new_heritage),
645         (sdb_engine_add_new_scope_definition),
646         (sdb_engine_add_new_tmp_heritage_scope),
647         (sdb_engine_second_pass_update_scope_1),
648         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
649         (on_scan_update_files_symbols_end),
650         (symbol_db_engine_update_project_symbols):
651         GdaSet *plist is now used globally for every prepared statement.
652         It won't be created/unreffed at every query.
654 2008-04-09  Johannes Schmid  <jhs@gnome.org>
656         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
657         Fixed crasher when deactivating symbol-db plugin
659 2008-04-08  Johannes Schmid  <jhs@gnome.org>
661         * plugins/symbol-db/symbol-db-engine.c
662         (sdb_engine_populate_db_by_tags):
663         Don't use transactions - uses only half of the time now!
665 2008-04-08  Massimo Cora'  <maxcvs@email.it>
667         * plugins/symbol-db/symbol-db-engine.c
668         (sdb_engine_prepare_symbol_info_sql),
669         (symbol_db_engine_get_global_members_filtered):
670         * plugins/symbol-db/symbol-db-view.c
671         (sdb_view_load_symbol_pixbufs),
672         (sdb_view_build_and_display_base_tree):
673         fixed global tab icons. Libgda could not understood the right fields, now it
674         does.
676 2008-04-07  Johannes Schmid  <jhs@gnome.org>
678         * plugins/language-support-cpp-java/cpp-java-assist.c
679         (completion_compare), (create_completion),
680         (cpp_java_assist_create_word_completion_cache):
681         
682         Only show () for functions/methods and macros with arguments. Does not work
683         with symbol-db yet but fixes things for symbol-browser
685 2008-04-07  Johannes Schmid  <jhs@gnome.org>
687         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
688         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
689         (sdb_engine_add_new_sym_implementation):
690         
691         Fixed some issues with caching
693 2008-04-07  Johannes Schmid  <jhs@gnome.org>
695         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
696         (on_importing_project_end), (project_root_added),
697         (symbol_db_activate), (symbol_db_deactivate):
698         * plugins/symbol-db/plugin.h:
699         
700         Give the symbol-db it's own progress bar because there are too many
701         interactions with the global status bar.
703 2008-04-07  Johannes Schmid  <jhs@gnome.org>
705         * plugins/symbol-db/symbol-db-view-locals.c
706         (sdb_view_locals_create_new_store):
707         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
708         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
709         (symbol_db_view_open):
710         
711         Sort symbol trees
713 2008-04-07  Johannes Schmid  <jhs@gnome.org>
715         * plugins/sourceview/sourceview.c (idocument_cut),
716         (idocument_copy), (idocument_paste):
717         Block insert-text signal on cut/copy/paste
719 2008-04-07  Johannes Schmid  <jhs@gnome.org>
721         * plugins/symbol-db/plugin.c (on_char_added),
722         (on_single_file_scan_end):
723         Only update buffer when a newline is inserted
724         
725         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
726         (sdb_engine_get_tuple_id_by_unique_name),
727         (sdb_engine_get_tuple_id_by_unique_name2),
728         (sdb_engine_get_tuple_id_by_unique_name3),
729         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
730         (sdb_engine_finalize), (symbol_db_engine_db_exists),
731         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
732         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
733         Precompute file_defined_id to speed up population
735 2008-04-06  Johannes Schmid  <jhs@gnome.org>
737         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
738         (anjuta_launcher_set_encoding):
739         Fixed some problems with binary streams needed by symbol-db
740         
741         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
742         Removed DEBUG_PRINT
743         
744         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
745         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
746         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
747         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
748         (sdb_engine_add_new_sym_implementation),
749         (on_scan_update_files_symbols_end):
750         Use some caching to speed up population
751         
752         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
753         Exit properly when scanning is over
755 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
757         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
758         One additional change missed in the previous commit
760 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
762         * plugins/project-wizard/templates/gtkmm.wiz,
763         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
764         plugins/project-wizard/templates/gtkmm/src/main.cc,
765         plugins/project-wizard/templates/django.wiz,
766         plugins/project-wizard/templates/python.wiz,
767         plugins/project-wizard/templates/python/configure.ac.tpl,
768         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
769         plugins/project-wizard/templates/cpp.wiz,
770         plugins/project-wizard/templates/cpp/configure.ac.tpl,
771         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
772         plugins/project-wizard/templates/sdl.wiz,
773         plugins/project-wizard/templates/sdl/configure.ac.tpl,
774         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
775         plugins/project-wizard/templates/terminal.wiz,
776         plugins/project-wizard/templates/terminal/configure.ac.tpl,
777         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
778         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
779         plugins/project-wizard/templates/gtk.wiz,
780         plugins/project-wizard/templates/gtk/src/main.c,
781         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
782         plugins/project-wizard/templates/minimal.wiz,
783         plugins/project-wizard/templates/minimal/configure.ac.tpl,
784         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
785         plugins/project-wizard/templates/java.wiz,
786         plugins/project-wizard/templates/java/configure.ac.tpl,
787         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
788         plugins/project-wizard/templates/xlib.wiz,
789         plugins/project-wizard/templates/xlib/configure.ac.tpl,
790         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
791         plugins/project-wizard/templates/gcj.wiz,
792         plugins/project-wizard/templates/gcj/configure.ac.tpl,
793         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
794         plugins/project-wizard/templates/xlib-dock.wiz,
795         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
796         plugins/project-wizard/templates/wxwin.wiz,
797         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
798         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
799         plugins/project-wizard/templates/gnome.wiz,
800         plugins/project-wizard/templates/gnome/src/main.c,
801         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
802         plugins/project-wizard/templates/anjuta-plugin.wiz,
803         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
804         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
805         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
806         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
807         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
808         Fix bug #525999: Remove space in file and target names generated
809         by project wizard
810         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
811         has been renamed ianjuta_document_manager_get_current_document
813 2008-04-06  Naba Kumar  <naba@naba-desktop>
815         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
816         * libanjuta/anjuta-utils.h:
817         * plugins/project-wizard/druid.c (check_and_warn_missing),
818         (on_druid_next):
819         * plugins/project-wizard/header.c (npw_header_free),
820         (npw_header_add_required_program),
821         (npw_header_add_required_package),
822         (npw_header_check_required_programs), (package_is_installed),
823         (npw_header_check_required_packages):
824         * plugins/project-wizard/header.h:
825         * plugins/project-wizard/parser.c (parse_tag),
826         (parse_header_start), (parse_header_text):
827         * plugins/project-wizard/templates/anjuta-plugin.wiz:
828         * plugins/project-wizard/templates/cpp.wiz:
829         * plugins/project-wizard/templates/django.wiz:
830         * plugins/project-wizard/templates/gcj.wiz:
831         * plugins/project-wizard/templates/gnome.wiz:
832         * plugins/project-wizard/templates/gtk.wiz:
833         * plugins/project-wizard/templates/gtkmm.wiz:
834         * plugins/project-wizard/templates/java.wiz:
835         * plugins/project-wizard/templates/minimal.wiz:
836         * plugins/project-wizard/templates/mkfile.wiz:
837         * plugins/project-wizard/templates/python.wiz:
838         * plugins/project-wizard/templates/sdl.wiz:
839         * plugins/project-wizard/templates/terminal.wiz:
840         * plugins/project-wizard/templates/wxwin.wiz:
841         * plugins/project-wizard/templates/xlib-dock.wiz:
842         * plugins/project-wizard/templates/xlib.wiz:
844         Added a check for vital programs and packages needed to create a
845         new project. A warning dialog is shown to user in project
846         wizard when he proceeds after selecting a project type.
847         Updated all project templates to cover vital programs and
848         packages to generate and build correctly.
849         
850 2008-04-05  Naba Kumar  <naba@gnome.org>
852         patch from  surenspost@gmail.com:
853         * src/about.c: Fixed bug #523068 link in about window doesn't work.
855 2008-04-04  Johannes Schmid  <jhs@gnome.org>
857         * plugins/sourceview/anjuta-view.c:
858         * plugins/sourceview/anjuta-view.h:
859         * plugins/sourceview/sourceview-prefs.c (init_fonts),
860         (sourceview_prefs_init):
861         Removed unused color management code
862         
863         * plugins/sourceview/anjuta-editor-sourceview.glade:
864         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
865         (create_style_model), (on_style_changed), (ipreferences_merge),
866         (ipreferences_unmerge):
867         * plugins/sourceview/plugin.h:
868         
869         Added style chooser for sourceview editor (#522555)
871 2008-04-04  Johannes Schmid  <jhs@gnome.org>
873         * plugins/document-manager/action-callbacks.c:
874         * plugins/document-manager/anjuta-document-manager.ui:
875         * plugins/document-manager/plugin.c (ui_give_shorter_names),
876         (update_document_ui_disable_all):
877         * plugins/file-loader/anjuta-loader-plugin.ui:
878         * plugins/file-loader/plugin.c (on_new_activate),
879         (activate_plugin):
880         
881         Moved "New" action from document-manager to file-loader using 
882         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
884 2008-04-03  Johannes Schmid  <jhs@gnome.org>
886         * Makefile.am:
887         * configure.in:
888         * libegg/.cvsignore:
889         * libegg/Makefile.am:
890         * libegg/egg-cell-renderer-text.c:
891         * libegg/egg-combo-action.c:
892         * libegg/egg-entry-action.c:
893         * libegg/egg-recent-action.c:
894         * libegg/egg-recent-files-module.c:
895         * libegg/egg-recent-item.c:
896         * libegg/egg-recent-model.c:
897         * libegg/egg-recent-util.c:
898         * libegg/egg-recent-view-gtk.c:
899         * libegg/egg-recent-view.c:
900         * libegg/egg-submenu-action.c:
901         * libegg/eggcellrendererpopup.c:
902         * libegg/eggcomboselect.c:
903         * libegg/eggmarshalers.list:
904         * libegg/eggtreemodelfilter.c:
905         * libegg/eggtreemodelunion.c:
906         * libegg/eggtreemultidnd.c:
907         * libegg/gtkcellview.h:
908         * libegg/layout.glade:
909         * libegg/menu/.cvsignore:
910         * libegg/menu/Makefile.am:
911         * libegg/menu/egg-combo-action.h:
912         * libegg/menu/egg-entry-action.h:
913         * libegg/menu/egg-recent-action.h:
914         * libegg/menu/egg-submenu-action.h:
915         * libegg/menu/eggcomboselect.h:
916         * libegg/recent-files/.cvsignore:
917         * libegg/recent-files/Makefile.am:
918         * libegg/recent-files/egg-recent-item.h:
919         * libegg/recent-files/egg-recent-model.h:
920         * libegg/recent-files/egg-recent-util.h:
921         * libegg/recent-files/egg-recent-view-gtk.h:
922         * libegg/recent-files/egg-recent-view.h:
923         * libegg/recent-files/egg-recent.h:
924         * libegg/test-actions.c:
925         * libegg/test-multi-drag.c:
926         * libegg/test-union.c:
927         * libegg/treeviewutils/.cvsignore:
928         * libegg/treeviewutils/Makefile.am:
929         * libegg/treeviewutils/egg-cell-renderer-text.h:
930         * libegg/treeviewutils/eggcellrendererpopup.h:
931         * libegg/treeviewutils/eggtreemodelfilter.h:
932         * libegg/treeviewutils/eggtreemodelunion.h:
933         * libegg/treeviewutils/eggtreemultidnd.h:
934         * libegg/util/.cvsignore:
935         * libegg/util/Makefile.am:
936         * libegg/util/egg-macros.h:
937         * libegg/util/eggintl.h:
938         
939         Killed libegg (#349279)
940         
941         * plugins/document-manager/Makefile.am:
942         * plugins/document-manager/action-callbacks.c:
943         * plugins/document-manager/plugin.c:
944         * plugins/editor/plugin.c:
945         (on_open_recent_file), (sort_recent_menu),
946         (setup_recent_chooser_menu), (activate_plugin), (dispose),
947         (anjuta_file_loader_plugin_instance_init):
948         * plugins/file-loader/plugin.h:
949         * plugins/search/Makefile.am:
950         * plugins/search/plugin.c:
951         * plugins/search/search-replace.c:
952         
953         Removed dead code and libegg from Makefiles
954         
955         * plugins/symbol-browser/Makefile.am:
956         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
957         * plugins/symbol-browser/plugin.c (on_editor_saved),
958         (update_editor_symbol_model), (iter_matches),
959         (value_removed_current_editor), (activate_plugin):
960         Removed symbol-browser toolbar which used libegg and was
961         buggy (#451588)
962         
963         Patch from Ignacio Casal Quinteiro with lots of changes:
964         * plugins/file-loader/Makefile.am:
965         * plugins/file-loader/anjuta-loader-plugin.ui:
966         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
967         Port FileLoader to GtkRecent (#398984)
969 2008-04-03  Johannes Schmid  <jhs@gnome.org>
971         * configure.in:
972         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
973         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
974         * libanjuta/interfaces/libanjuta.idl:
975         * plugins/Makefile.am:
976         * plugins/class-inheritance/class-inherit.c
977         (class_inheritance_show_dynamic_class_popup_menu),
978         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
979         (class_inheritance_update_graph):
980         * plugins/language-support-cpp-java/cpp-java-assist.c
981         (create_completion),
982         (cpp_java_assist_create_scope_completion_cache),
983         (cpp_java_assist_create_word_completion_cache),
984         (cpp_java_assist_show_calltip):
985         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
986         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
987         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
988         (isymbol_get_extra_info_string), (isymbol_get_line),
989         (isymbol_get_icon), (isymbol_iface_init):
990         * plugins/symbol-browser/an_symbol.h:
991         * plugins/symbol-browser/an_symbol_view.c
992         (anjuta_symbol_view_get_file_symbol_model):
993         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
994         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
995         (isymbol_manager_iface_init):
996         * plugins/symbol-db/Makefile.am:
997         * plugins/symbol-db/anjuta-symbol-db.glade:
998         * plugins/symbol-db/plugin.c
999         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1000         (value_added_current_editor), (goto_local_tree_iter),
1001         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1002         (on_global_treeview_row_collapsed), (on_project_element_added),
1003         (on_project_element_removed), (on_importing_project_end),
1004         (do_import_sources_after_abort), (do_import_sources),
1005         (project_root_added), (project_root_removed), (symbol_db_activate),
1006         (symbol_db_deactivate), (isymbol_manager_search),
1007         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1008         (isymbol_manager_iface_init), (ipreferences_merge),
1009         (ipreferences_unmerge), (ipreferences_iface_init):
1010         * plugins/symbol-db/plugin.h:
1011         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1012         (symbol_db_engine_iterator_node_new),
1013         (sdb_engine_iterator_node_instance_init),
1014         (sdb_engine_iterator_node_finalize),
1015         (symbol_db_engine_iterator_node_get_symbol_id),
1016         (symbol_db_engine_iterator_node_get_symbol_name),
1017         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1018         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1019         (symbol_db_engine_iterator_node_get_symbol_signature),
1020         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1021         (isymbol_get_name), (isymbol_get_args),
1022         (isymbol_get_extra_info_string), (isymbol_get_uri),
1023         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1024         (isymbol_iface_init):
1025         * plugins/symbol-db/symbol-db-engine-iterator.c
1026         (symbol_db_engine_iterator_new):
1027         * plugins/symbol-db/symbol-db-engine.c
1028         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1029         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1030         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1031         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1032         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1033         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1034         (sdb_engine_init), (sdb_engine_finalize),
1035         (sdb_engine_set_defaults_db_parameters),
1036         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1037         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1038         (sdb_engine_get_tuple_id_by_unique_name),
1039         (sdb_engine_get_tuple_id_by_unique_name2),
1040         (sdb_engine_get_tuple_id_by_unique_name3),
1041         (symbol_db_engine_add_new_workspace),
1042         (symbol_db_engine_project_exists),
1043         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1044         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1045         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1046         (sdb_engine_add_new_sym_access),
1047         (sdb_engine_add_new_sym_implementation),
1048         (sdb_engine_add_new_heritage),
1049         (sdb_engine_add_new_scope_definition),
1050         (sdb_engine_add_new_tmp_heritage_scope),
1051         (sdb_engine_second_pass_update_scope_1),
1052         (sdb_engine_second_pass_update_heritage),
1053         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1054         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1055         (on_scan_update_files_symbols_end),
1056         (symbol_db_engine_fill_type_array),
1057         (symbol_db_engine_update_files_symbols),
1058         (symbol_db_engine_update_project_symbols),
1059         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1060         (symbol_db_engine_update_buffer_symbols),
1061         (symbol_db_engine_get_files_with_zero_symbols),
1062         (sdb_engine_prepare_symbol_info_sql),
1063         (symbol_db_engine_get_class_parents_by_symbol_id),
1064         (symbol_db_engine_get_class_parents),
1065         (symbol_db_engine_get_global_members_filtered),
1066         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1067         (symbol_db_engine_get_scope_members_by_symbol_id),
1068         (symbol_db_engine_get_scope_members),
1069         (symbol_db_engine_get_file_symbols),
1070         (symbol_db_engine_get_symbol_info_by_id),
1071         (symbol_db_engine_get_full_local_path),
1072         (symbol_db_engine_get_file_db_path),
1073         (symbol_db_engine_find_symbol_by_name_pattern),
1074         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1075         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1076         * plugins/symbol-db/symbol-db-engine.h:
1077         * plugins/symbol-db/symbol-db-prefs.c
1078         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1079         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1080         (on_listall_output), (on_listall_exit), (files_visit_dir),
1081         (on_tag_load_toggled), (symbol_db_prefs_init),
1082         (symbol_db_prefs_finalize):
1083         * plugins/symbol-db/symbol-db-prefs.h:
1084         * plugins/symbol-db/symbol-db-view-locals.c
1085         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1086         (do_add_root_symbol_to_view),
1087         (consume_symbols_inserted_queue_idle_destroy),
1088         (consume_symbols_inserted_queue_idle), (on_scan_end),
1089         (do_recurse_subtree_and_remove), (on_symbol_removed),
1090         (on_symbol_inserted),
1091         (symbol_db_view_locals_recv_signals_from_engine),
1092         (symbol_db_view_locals_update_list):
1093         * plugins/symbol-db/symbol-db-view.c
1094         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1095         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1096         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1097         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1098         (sdb_view_build_and_display_base_tree):
1099         * plugins/symbol-db/symbol-db.glade:
1100         * plugins/symbol-db/symbol-db.ui:
1101         * plugins/symbol-db/tables.sql:
1102         * plugins/symbol-db/test/Makefile.am:
1103         * plugins/symbol-db/test/main.c (get_parents), (main),
1104         (packages_foreach), (files_visit_dir):
1105         
1106         Merged changes from symbol-db branch
1108 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1110         * plugins/sourceview/sourceview.c (autodetect_language):
1111         Use gnome_vfs_get_slow_mime_type()
1113 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1115         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1116         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1117         (open_with_dialog):
1118         
1119         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1120         supertype instead no plugin for mime-type was found (#525706)
1122 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1124         patch by: Carl-Anton Ingmarsson:
1125         * src/anjuta.glade:
1126         Fixed padding in preferences
1128 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1130         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1132         * plugins/tools/anjuta-tools.glade:
1133         * plugins/tools/anjuta-tools.ui:
1134         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1135           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1136           atp_tool_dialog_refresh, atp_tool_dialog_show):
1137         * plugins/tools/dialog.h (dialog, plugin):
1138         * plugins/tools/plugin.c (prefs, gxml, action_group,
1139           atp_plugin_finalize, test, atp_plugin_activate,
1140           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1141           ipreferences_unmerge, ipreferences_iface_init):
1142         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1143           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1144           atp_user_tool_activate, atp_tool_list_append_new,
1145           atp_tool_list_activate, atp_tool_list_deactivate):
1146         * plugins/tools/tool.h (plugin):
1147         
1148         #515854 – Move configuration into preferences
1150 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1152         patch by: Carl-Anton Ingmarsson:
1153         * src/anjuta-app.c (style, on_toolbar_style_changed,
1154           on_add_merge_widget, anjuta_app_instance_init):
1155         * src/anjuta.glade:
1156         
1157         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1159 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1161         * plugins/debug-manager/anjuta-debug-manager.glade,
1162         plugins/debug-manager/command.c,
1163         plugins/debug-manager/command.h,
1164         plugins/debug-manager/start.c,
1165         plugins/gdb/plugin.c,
1166         plugins/gdb/debugger.c,
1167         plugins/gdb/debugger.h,
1168         libanjuta/interfaces/libanjuta.idl:
1169         Improve start program dialog, allowing to specify working
1170         directory and environment variables
1172 2008-03-26  Naba Kumar  <naba@gnome.org>
1174         * libanjuta/resources.c (anjuta_res_url_show): Use
1175         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1176         fixed formatting.
1178         Patch from Carl-Anton Ingmarsson:
1180         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1181         * libanjuta/anjuta-utils.h:
1182         * src/action-callbacks.c (help_activate),
1183         (on_help_manual_activate), (on_help_tutorial_activate),
1184         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1185         * libanjuta/Makefile.am:
1186         Get rid of gnome_help_display_with_doc_id()
1188 2008-03-26  Naba Kumar  <naba@gnome.org>
1190         Patch from Carl-Anton Ingmarsson:
1192         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1193         * plugins/project-import/project-import.c (on_import_cancel): Remove
1194         stray GnomeDruid variable.
1196 2008-03-26  Naba Kumar  <naba@gnome.org>
1198         * plugins/project-import/project-import.c (create_start_page):
1199         * plugins/project-wizard/druid.c (npw_druid_new):
1200         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1201         
1202         Fixed type 'assistent' to 'assistant'.
1204 2008-03-25  Naba Kumar  <naba@gnome.org>
1206         Patch from Carl-Anton Ingmarsson:
1208         * libanjuta/Makefile.am:
1209         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1210         (visibility_toggled), (accel_edited_callback),
1211         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1212         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1213         (anjuta_ui_get_accel_editor):
1214         * libegg/Makefile.am:
1215         * libegg/eggaccelerators.c (removed):
1216         * libegg/eggcellrendererkeys.c (removed):
1217         * libegg/eggtreeviewstate.c (removed):
1218         * libegg/test-tree-utils.c (removed):
1219         * libegg/treeviewutils/Makefile.am:
1220         * libegg/treeviewutils/eggaccelerators.h (removed):
1221         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1222         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1224         Ports anjuta-ui to gtk_cell_renderer_accel
1225         
1226 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1228         Reviewed by Naba Kumar  <naba@gnome.org>
1230         * plugins/project-import/Makefile.am:
1231         * plugins/project-import/project-import.{ch}:
1232         * plugins/project-import/anjuta-project-import.glade (removed):
1233         * configure.in, po/POTFILES.in:
1235         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1236         file because libglade doesn't have GtkAssistant support.
1238 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1240         * plugins/debug-manager/registers.c:
1241         Avoid a crash when debugger stop on an error
1243         * plugins/debug-manager/start.c,
1244         plugins/gdb/debugger.c,
1245         libanjuta/interfaces/libanjuta.idl:
1246         Display an error message when debugger target is not found
1248 2008-03-15  Naba Kumar  <naba@naba-desktop>
1250         * configure.in:
1251         * data/Makefile.am:
1252         * (removed) data/properties:
1253         * (added) plugins/editor/properties:
1254         * plugins/editor/Makefile.am:
1256         Moved data/properties to plugins/editor/ and removed dead code from
1257         Makefile.am files.
1258         
1259 2008-03-15  Naba Kumar  <naba@naba-desktop>
1261         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1262         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1263         (macro_dialog_finalize):
1264         * plugins/macro/macro-edit.c (macro_edit_dispose),
1265         (macro_edit_finalize):
1267         Fixed errors in previous patch.
1268         
1269 2008-03-15  Naba Kumar  <naba@naba-desktop>
1271         Patch from Ignacio Casal Quinteiro:
1273         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1274         (finalize):
1275         * plugins/class-gen/plugin.c (dispose), (finalize):
1276         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1277         (class_inheritance_dispose):
1278         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1279         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1280         (dma_plugin_finalize):
1281         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1282         (dma_debugger_queue_finalize):
1283         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1284         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1285         (anjuta_docman_finalize):
1286         * plugins/document-manager/plugin.c:
1287         * plugins/editor/plugin.c (dispose), (finalize),
1288         (editor_plugin_class_init):
1289         * plugins/editor/text_editor.c (text_editor_dispose),
1290         (text_editor_finalize):
1291         * plugins/file-loader/plugin.c (dispose), (finalize),
1292         (anjuta_file_loader_plugin_class_init):
1293         * plugins/file-manager/plugin.c (file_manager_finalize),
1294         (file_manager_dispose):
1295         * plugins/file-wizard/plugin.c (dispose), (finalize),
1296         (file_wizard_plugin_class_init):
1297         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1298         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1299         * plugins/glade/plugin.c (glade_plugin_dispose),
1300         (glade_plugin_finalize), (glade_plugin_class_init):
1301         * plugins/gtodo/plugin.c (finalize), (dispose):
1302         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1303         (anjuta_vim_plugin_dispose):
1304         * plugins/indent/plugin.c (indent_plugin_finalize),
1305         (indent_plugin_dispose):
1306         * plugins/language-manager/plugin.c (language_manager_finalize),
1307         (language_manager_dispose):
1308         * plugins/language-support-cpp-java/plugin.c
1309         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1310         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1311         (macro_db_class_init):
1312         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1313         (macro_dialog_finalize), (macro_dialog_class_init):
1314         * plugins/macro/macro-edit.c (macro_edit_dispose),
1315         (macro_edit_finalize), (macro_edit_class_init):
1316         * plugins/macro/plugin.c (finalize), (dispose):
1317         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1318         (anjuta_msgman_finalize):
1319         * plugins/message-view/message-view.c (message_view_dispose),
1320         (message_view_finalize):
1321         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1322         (message_view_plugin_finalize):
1323         * plugins/patch/plugin.c (patch_plugin_finalize),
1324         (patch_plugin_dispose):
1325         * plugins/profiler/plugin.c (profiler_finalize),
1326         (profiler_dispose):
1327         * plugins/project-import/plugin.c (dispose), (finalize),
1328         (project_import_plugin_class_init):
1329         * plugins/project-manager/plugin.c
1330         (project_manager_plugin_finalize),
1331         (project_manager_plugin_dispose):
1332         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1333         (npw_plugin_finalize), (npw_plugin_class_init):
1334         * plugins/sample1/plugin.c (sample_plugin_finalize),
1335         (sample_plugin_dispose):
1336         * plugins/search/plugin.c (dispose), (finalize),
1337         (search_plugin_class_init):
1338         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1339         (sourceview_plugin_dispose):
1340         * plugins/subversion/plugin.c (finalize), (dispose):
1341         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1342         * plugins/symbol-browser/an_symbol_iter.c
1343         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1344         * plugins/symbol-browser/an_symbol_search.c
1345         (an_symbol_search_dispose), (an_symbol_search_finalize):
1346         * plugins/symbol-browser/an_symbol_view.c
1347         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1348         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1349         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1350         (symbol_db_dispose):
1351         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1352         (terminal_plugin_finalize):
1353         * plugins/tools/plugin.c (atp_plugin_dispose),
1354         (atp_plugin_finalize), (atp_plugin_class_init):
1355         * plugins/valgrind/plugin.c (valgrind_finalize),
1356         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1358 2008-03-15  Naba Kumar  <naba@gnome.org>
1360         * TODO.tasks: Updated and marked debugger bounties completed.
1361         
1362 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1364         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1365         (get_line_indentation_base):
1366         
1367         #521847 – anjuta freez when edit file
1369 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1371         Patch from Rob Bradford:
1372         * plugins/build-basic-autotools/executer.c (execute_program):
1373         520324 – Execute command is not overridable
1374         
1375         * plugins/sourceview/sourceview.c (on_insert_text):
1376         Removed Debug print
1378 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1380         Patch from James Liggett:
1381         * plugins/subversion/plugin.c (activate_plugin):
1382         521691 – Crash when click "Resolve Conflicts" without opened project
1384 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1386         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1387         * plugins/language-support-cpp-java/cpp-java-utils.c:
1388         * plugins/language-support-cpp-java/plugin.c
1389         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1390         520415 – [PATCH] Problems in auto indentatation code,
1391         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1392         
1393         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1394         (anjuta_view_button_press_event):
1395         * plugins/sourceview/sourceview.c (on_insert_text),
1396         (sourceview_adjustment_changed), (sourceview_new):
1397         #520761 – Weirz behavior with popup
1399 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1401         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1402         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1403         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1404         (anjuta_launcher_fork):
1405         * libanjuta/anjuta-launcher.h:
1406         Add API to set environment variables for the forked process
1407         
1408         * plugins/build-basic-autotools/Makefile.am:
1409         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1410         .glade:
1411         * plugins/build-basic-autotools/build-basic-autotools.c
1412         (build_set_env), (build_execute_command_full),
1413         (build_execute_command), (build_configure_project),
1414         (build_autogen_project):
1415         * plugins/build-basic-autotools/build-basic-autotools.h:
1416         * plugins/build-basic-autotools/build-options.c
1417         (fill_options_combo), (build_dialog_configure):
1418         * plugins/build-basic-autotools/build-options.h:
1419         Use new launcher API to set CFLAGS when running configure. New configure dialog
1420         which has predefined CFLAGS settings.
1422         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1424 === anjuta 2.4.0 ===
1426 2008-03-11  Naba Kumar  <naba@gnome.org>
1428         * NEWS: Updated for 2.4.0 stable release.
1429         * configure.in: Version bumped to 2.4.0
1430         * TODO.tasks: Updated.
1432 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1434         Reviewed by Naba Kumar  <naba@gnome.org>:
1435         * global-tags/Makefile.am:
1436         Revert change for #515954. This change was incorrect, the anjuta-tags
1437         program is installed into the $(bindir) rather than the $(scriptdir).
1439 2008-03-02  Naba Kumar  <naba@gnome.org>
1441         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1442         * configure.in: Added a requirement for scintilla editor plugin.
1444 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1446         * plugins/message-view/anjuta-msgman.c
1447         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1448         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1449         * plugins/message-view/anjuta-msgman.h:
1450         
1451         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1452         get rid of the cached current_view member.
1453         Fixes #518469 – Save message buffer not working good
1455 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1457         Patch by James Liggett:
1458         * plugins/subversion/svn-command.h:
1459         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1460         Fixed #519275 – Subversion should allow offline diffs   
1462 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1464         * plugins/language-support-cpp-java/cpp-java-assist.c
1465         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1466         Removed some debug code
1467         
1468         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1469         Escape tooltip text to avoid broken markup
1471 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1473         * libanjuta/Makefile.am:
1474         Fixed a build error when building with -j X
1475         
1476         * plugins/tools/scripts/prepare-changelog.pl:
1477         Updated to latest script version in gnome svn
1479 2008-02-28  Johannes Schmid <jhs@gnome.org>
1481         * plugins/document-manager/anjuta-docman.c:
1482         (anjuta_docman_page_destroy):
1483         Do not unref widget because the GtkNotebook will unref them
1484         
1485         * plugins/file-manager/file-view.c: (file_view_refresh):
1486         * plugins/search/search_preferences.c: (search_preferences_init):
1487         Fixed a memory leaks
1488         
1489         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1490         (ieditor_get_offset), (ieditor_iface_init),
1491         (idocument_get_filename), (ilanguage_get_supported_languages),
1492         (autodetect_language):
1493         
1494         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1495         was missing.
1497 2008-02-28  Johannes Schmid <jhs@gnome.org>
1499         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1500         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1502 2008-02-27  Naba Kumar  <naba@gnome.org>
1504         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1505         string break. That was a mistake doing at this point.
1507 === anjuta 2.3.5 ===
1509 2008-02-26  Naba Kumar  <naba@gnome.org>
1511         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1512         crash when there is a modified new file open, a non-modified exiting
1513         file open and autosave happen. Simplified error checking logic and
1514         avoided memory corruption. Fixes bug #Bug 518716.
1516 2008-02-25  Naba Kumar  <naba@gnome.org>
1518         * NEWS: Updated for release 2.3.5
1519         * configure.in: Bumped version to 2.3.5
1521         * plugins/build-basic-autotools/build-basic-autotools.c:
1522         (on_editor_changed): Avoid accessing text which is greater than
1523         valid range.
1525         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1527 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1529         * plugins/debug-manager/breakpoints.c:
1530         Fix #518329: Crash when adding breakpoint and other similar bugs
1532 2008-02-25  Johannes Schmid <jhs@gnome.org>
1534         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1535         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1536         Never call error() which calls exit()
1537         #517646 – Anjuta exists with code 2 when i try to import gedit
1539 2008-02-23  Johannes Schmid <jhs@gnome.org>
1541         * plugins/sourceview/sourceview.c: (ieditor_insert):
1542         Block insert_text signal when inserting manually.
1544 2008-02-23  Johannes Schmid <jhs@gnome.org>
1546         * plugins/sourceview/sourceview.c: (on_insert_text):
1547         Fixed a problem with the "insert-text" signal that broke
1548         copy&paste sometimes
1550 2008-02-22  Johannes Schmid <jhs@gnome.org>
1552         * plugins/language-support-cpp-java/plugin.c:
1553         (get_line_indentation_base):
1554         More fixes for comment handling and made the code
1555         a lot simpler
1557 2008-02-22  Johannes Schmid <jhs@gnome.org>
1559         * plugins/sourceview/sourceview.c: (on_insert_text):
1560         Fixed #517919 – Crash on pasting docblock
1562 2008-02-20  Johannes Schmid <jhs@gnome.org>
1564   Patch from James Liggett:
1565         * plugins/profiler/profiler.glade:
1566         Fix width options dialog. Translations are not longer cut off. (#516630)
1568 2008-02-18  Johannes Schmid <jhs@gnome.org>
1570         * plugins/sourceview/sourceview.c: (on_insert_text):
1571         Do not change the iterator in the "insert-text" handler because
1572         it has some strange side-effects when copying text
1573         Fix useless free'ing in hover-leave that might have led to random
1574         crashes
1576 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1578         * plugins/debug-manager/start.c:
1579         Avoid a glib warning if no project is loaded
1581 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1583         * manuals/anjuta-manual/C/debugger.xml:
1584         Remove warning about new debugger
1586 2008-02-17  Johannes Schmid <jhs@gnome.org>
1588         * manuals/anjuta-manual/figures/project-window.png:     
1589         Use a smaller picture
1591 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1593         * plugins/gdb/debugger.c:
1594         Set breakpoint in file with uncommon characters in path name
1596 2008-02-17  Johannes Schmid <jhs@gnome.org>
1598         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1599         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1600         (icell_get_char):
1601         * plugins/sourceview/sourceview.c: (on_insert_text):    
1602         Fix "char-added" signal to pass the correct iterator
1604 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1606         * plugins/gdb/debugger.c:
1607         Load executable in gdb with space in path name 
1609 2008-02-17  Johannes Schmid <jhs@gnome.org>
1611         * plugins/language-support-cpp-java/plugin.c:
1612         (get_line_indentation_base), (get_line_auto_indentation),
1613         (on_auto_indent):
1614         Some bugfixes and clean-ups in comment indentation code
1615         
1616         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1617         (anjuta_view_finalize), (anjuta_view_key_press_event):
1618         * plugins/sourceview/sourceview.c: (on_insert_text),
1619         (sourceview_create_highligth_indic), (sourceview_new):
1620         Cleaned implementation of char-added signal by using "insert-text" signal
1621         instead of filtering "key-press-event"
1622         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1623         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1624         (iiter_diff):
1625         Fixed implementation of get_character and return value of iiter_first() and
1626         iiter_last();
1628 2008-02-16  Johannes Schmid <jhs@gnome.org>
1630         * plugins/valgrind/plugin.c: (valgrind_activate),
1631         (ipreferences_merge), (ipreferences_unmerge):
1632         * plugins/valgrind/vgactions.c: (vg_actions_run):
1633         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1634         
1635         Fixed crasher when starting valgrind because of strange prefs handling and
1636         #516641 – Valgrind: Load Log does not clear list
1638 2008-02-15  James Liggett  <jrliggett@cox.net>
1640         * plugins/profiler/plugin.c:
1641         (on_select_other_target_button_clicked):
1642         Select the new custom target in the list so that the user sees it.
1644         Bug 516630 – Selection custom binary in profiler is not
1645         user-friendly.
1647 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1649         * manuals/anjuta-manual/C/projects.xml:
1650         Fix #515993: "Add package" button is "Add Package" in code
1651         Fix #516727: "Build All" is "Build Project" in code
1652         Fix #516728: "Clean All" is "Clean Project" in code
1653         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1654         Fix #516730: Fix note title 
1655         "Configure" is "Run Configure..." in code
1657 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1659         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1660         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1661         manuals/anjuta-manual/C/projects.xml,
1662         manuals/anjuta-manual/Makefile.am:
1663         Fix #515207: Add a new project window screenshoot
1664         Rename "Project View" to "Project window"
1666 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1668         * plugins/project-import/project-import.c:
1669         Fix #516743: Import project keeps an old date on project file
1671         * plugins/project-manager/plugin.c:
1672         Fix #516737: Import project doesn't load project with space in name
1674 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1676         * plugins/debug-manager/command.c:
1677         Destroy local variables on each step
1679         * plugins/debug-manager/debug_tree.c,
1680         plugins/debug-manager/watch.c,
1681         plugins/debug-manager/locals.c,
1682         plugins/gdb/debugger.c,
1683         libanjuta/interfaces/libanjuta.idl:
1684         Parse local variables scope (not used yet)
1686 2008-02-15  James Liggett <jrliggett@cox.net>
1688         reviewed by: Johannes Schmid <jhs@gnome.org>
1690         * plugins/profiler/gprof-options.c: (setup_widgets),
1691         (gprof_options_set_target), (gprof_options_has_target),
1692         (gprof_options_get_string):
1693         * plugins/profiler/gprof-options.h:
1694         * plugins/profiler/plugin.c: (ifile_open):
1695         516128 – crash in Anjuta IDE: selected profiler as the...
1697 2008-02-14  Johannes Schmid <jhs@gnome.org>
1699         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1700         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1701         * plugins/symbol-browser/an_symbol.c:
1702         * plugins/symbol-browser/an_symbol_view.c:
1703         (on_symbol_view_row_expanded):
1704         Fixed some memory leaks (Remember to all free/unref everything that comes
1705         from gtk_tree_model_get())
1707 2008-02-14  Johannes Schmid <jhs@gnome.org>
1709         * plugins/document-manager/search-box.c: (on_search_activated):
1710         516377 – Status bar does not change its status of 'Search for .. continued at top'
1711         (caused by differences between scintilla and sourceview)
1713 2008-02-13  James Liggett <jrliggett@cox.net>
1715         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1716         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1718 2008-02-14  Johannes Schmid <jhs@gnome.org>
1720         * plugins/language-support-cpp-java/plugin.c:
1721         (get_line_indentation_base), (get_line_auto_indentation),
1722         (on_editor_char_inserted_cpp):
1723         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1725 2008-02-13  Johannes Schmid <jhs@gnome.org>
1727         * plugins/language-support-cpp-java/plugin.c:
1728         (is_iter_inside_string), (get_line_auto_indentation):
1729         Handle comments in the code and do not ask editor. Fixes scintilla
1730         indentation (sourceview does not report comments anyway).
1731         
1732         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1733         Diff with correct sign (also fixes some issues with language-support)
1735 2008-02-13  Johannes Schmid <jhs@gnome.org>
1737         * plugins/language-support-cpp-java/plugin.c:
1738         (get_line_indentation_base):
1739         Act even more clever for comments. Indent /* */ comments correctly
1740         for multilines
1742 2008-02-13  Johannes Schmid <jhs@gnome.org>
1744         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1745         Also set indentation size correctly, when tab size is set
1746         by language support plugin
1748 2008-02-13  Johannes Schmid <jhs@gnome.org>
1750         * plugins/language-support-cpp-java/plugin.c:
1751         (get_line_indentation_base):
1752         
1753         Indent lines after comments correctly
1755 2008-02-13  Johannes Schmid <jhs@gnome.org>
1757         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1758         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1759         * libanjuta/anjuta-launcher.h:
1760         Some more fixes from symbol-db-branch
1761         
1762         * src/Makefile.am:
1763         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1765 2008-02-12  Johannes Schmid <jhs@gnome.org>
1767   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1768         * global-tags/Makefile.am:
1769         * AUTHORS
1770         #515954 – create_global_tags.sh: wrong anjuta-tags path
1771         
1772         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1773         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1774         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1775         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1776         (anjuta_launcher_fork):
1777         * libanjuta/anjuta-launcher.h:
1778         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1779         from symbol-db branch
1781 2008-02-11  Johannes Schmid <jhs@gnome.org>
1783         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1784   515868 – File browser only shows icons when activated
1785   
1786 2008-02-11  Johannes Schmid <jhs@gnome.org>
1788         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1789         #515867 – Anjuta dies on startup
1791 2008-02-11  Johannes Schmid <jhs@gnome.org>
1793         * TODO.tasks: Marked subversion task as completed
1795 === anjuta 2.3.4 ===
1797 2008-02-11  Naba Kumar  <naba@gnome.org>
1799         * configure.in: Bumped version to 2.3.4
1801 2008-02-10  Naba Kumar  <naba@gnome.org>
1803         * NEWS: Updated for release.
1805 2008-02-10  Johannes Schmid <jhs@gnome.org>
1807         * plugins/document-manager/anjuta-document-manager.plugin.in:
1808         Added html, javascript and glade file types. This makes it possible to
1809         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1810         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1811         
1812         * plugins/file-wizard/anjuta-file-wizard.glade:
1813         * plugins/gdb/anjuta-gdb.glade:
1814         * plugins/project-wizard/anjuta-project-wizard.glade:
1815         * plugins/search/anjuta-search.glade:
1816         * plugins/terminal/anjuta-terminal-plugin.glade:
1817         
1818         Fixed some other translation issues (#507921)
1820 2008-02-10  Naba Kumar  <naba@gnome.org>
1822         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1823         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1825 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1827         * manuals/anjuta-manual/C/interface.xml,
1828         manuals/anjuta-manual/C/introduction.xml,
1829         manuals/anjuta-manual/C/preferences.xml,
1830         manuals/anjuta-manual/C/fileoperations.xml,
1831         manuals/anjuta-manual/C/projects.xml:
1832         Fix spelling errors, including bug #515204, #515172, #515117
1833         and #513892
1835 2008-02-10  Naba Kumar  <naba@gnome.org>
1837         * plugins/document-manager/plugin.c: Fixed stream comment and added
1838         translator's comment for 'block comment', 'box comment' and 'stream
1839         comment'
1841 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1843         * plugins/debug-manager/command.c,
1844         plugins/debug-manager/command.h,
1845         plugins/debug-manager/breakpoints.c,
1846         libanjuta/interfaces/libanjuta.idl:
1847         Avoid adding the same breakpoint several times
1849         * plugins/gdb/debugger.c:
1850         Fix bug #515463: Deattaching process kill it
1852 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1854         * manuals/anjuta-manual/C/debugger.xml:
1855         Fix translation bug #515459 and #515460
1857 2008-02-10  Johannes Schmid <jhs@gnome.org>
1859   Patch from Rémi Cardona <remi@gentoo.org>
1861         * plugins/build-basic-autotools/Makefile.am:
1862         * plugins/cvs-plugin/Makefile.am:
1863         * plugins/document-manager/Makefile.am:
1864         * plugins/editor/Makefile.am:
1865         * plugins/indent/Makefile.am:
1866         * plugins/language-support-cpp-java/Makefile.am:
1867         * plugins/message-view/Makefile.am:
1868         * plugins/sourceview/Makefile.am:
1869         * plugins/symbol-browser/Makefile.am:
1870         * plugins/terminal/Makefile.am:
1871         * scripts/build-schemas.mk:
1872         * src/Makefile.am:
1873   Fix #512531 – Parallel build fails
1874   
1875   * AUTHORS: Added Rémi
1877 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1879         * plugins/debug-manager/queue.c:
1880         Fix interrupt command, not working due to previous change
1882 2008-02-10  Johannes Schmid <jhs@gnome.org>
1884         * src/Makefile.am:
1885         * src/anjuta-app.c:
1886         * src/anjuta-callbacks.c (removed):
1887         * src/anjuta-callbacks.h (removed):
1888         
1889         Removed (almost) empty files, fixes #515383 and #515388
1891 2008-02-09  James Liggett <jrliggett@cox.net>
1893         Reviewed by Naba Kumar  <naba@gnome.org>:
1895         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1896         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1897         * plugins/subversion/svn-command.c:
1898         (svn_command_make_canonical_path):
1899         * plugins/subversion/svn-command.h:
1900         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1901         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1902         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1903         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1904         * plugins/subversion/svn-remove-command.c:
1905         (svn_remove_command_new):
1906         * plugins/subversion/svn-status-command.c:
1907         (svn_status_command_new):
1908         * plugins/subversion/svn-switch-command.c:
1909         (svn_switch_command_new):
1910         * plugins/subversion/svn-update-command.c:
1911         (svn_update_command_new):
1912         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1913         die if the user gives a path that libsvn doesn't like. 
1914         
1915         Fixes bug #515500
1917 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1919         * plugins/debug-manager/command.c,
1920         plugins/debug-manager/command.h,
1921         plugins/debug-manager/queue.c:
1922         Fix crashes when trying to stop the debugger while it is busy
1924 2008-02-08  Johannes Schmid <jhs@gnome.org>
1926   Patch from Rodrigo Moya <rodrigo@novell.com>
1928         * plugins/glade/plugin.c: (ifile_open):
1929         * plugins/symbol-browser/test-class.cpp:
1930         * AUTHORS: Added Rodrigo
1931         
1932         #514732 – 64 bit compliation error
1933         #514733 – Use of uninitialized variables
1935 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1937         * manuals/anjuta-manual/C/debugger.xml:
1938         Fix translation bug #514494 and bug #514440
1940 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1942         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1943         Fix a compile error added in the previous patch
1945 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1947         * plugins/profiler/gprof-view.c,
1948         plugins/class-inheritance/class-callbacks.c,
1949         plugins/class-inheritance/class-inherit.c,
1950         plugins/symbol-browser/an_symbol.c,
1951         plugins/symbol-db/symbol-db-engine-iterator-node.c,
1952         libanjuta/interfaces/libanjuta.idl:
1953         Change ianjuta_symbol_file function to ianjuta_symbol_uri
1955 2008-02-04  Johannes Schmid <jhs@gnome.org>
1957         * plugins/search/anjuta-search.glade: Fixed typo
1959 2008-02-03  Johannes Schmid <jhs@gnome.org>
1961         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
1962         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
1963         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1964         .glade:
1965         * plugins/build-basic-autotools/build-basic-autotools.c:
1966         (build_get_context), (build_configure_project):
1967         * plugins/class-gen/anjuta-class-gen-plugin.glade:
1968         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1969         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
1970         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
1971         * plugins/devhelp/plugin.c: (devhelp_activate):
1972         * plugins/editor/Makefile.am:
1973         * plugins/editor/anjuta-editor-scintilla.glade:
1974         * plugins/editor/text_editor.c:
1975         * plugins/editor/text_editor.h:
1976         * plugins/editor/text_editor_menu.c (removed):
1977         * plugins/editor/text_editor_menu.h (removed):
1978         * plugins/file-wizard/anjuta-file-wizard.glade:
1979         * plugins/gtodo/notification.c: (create_notification_window):
1980         * plugins/gtodo/preferences.c: (preferences_widget):
1981         * plugins/language-support-cpp-java/plugin.c:
1982         (cpp_java_plugin_activate_plugin):
1983         * plugins/message-view/anjuta-message-manager-plugin.glade:
1984         * plugins/message-view/plugin.c: (activate_plugin):
1985         * plugins/project-manager/plugin.c: (confirm_removal):
1986         * plugins/search/anjuta-search.glade:
1987         * plugins/search/plugin.c:
1988         * plugins/search/search-replace.c: (nb_results_alert):
1989         * plugins/subversion/subversion-commit-dialog.c:
1990         (on_subversion_commit_response):
1991         * plugins/symbol-browser/plugin.c: (activate_plugin):
1992         * plugins/valgrind/plugin.c: (on_menu_run_activate):
1993         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
1994         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
1995         * src/anjuta.glade:
1996         
1997         Fixed translation bugs from #507921.
1998         Removed unused files in scintilla plugin
2000 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2002         * manuals/anjuta-manual/C/debugger.xml:
2003         Fix bug #514124 and bug #514138: Wrong menu item name
2005 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2007         * plugins/profiler/gprof-view.c,
2008         plugins/symbol-browser/plugin.c,
2009         plugins/class-inheritance/class-callbacks.c,
2010         plugins/debug-manager/plugin.c,
2011         plugins/tools/editor.c,
2012         plugins/search/search-replace.c,
2013         plugins/search/search-replace_backend.c,
2014         plugins/search/search-replace_backend.h,
2015         plugins/build-basic-autotools/build-basic-autotools.c,
2016         plugins/document-manager/plugin.c,
2017         plugins/document-manager/file_history.c,
2018         plugins/document-manager/anjuta-docman.c,
2019         plugins/document-manager/anjuta-docman.h,
2020         plugins/document-manager/action-callbacks.c,
2021         libanjuta/interfaces/libanjuta.idl:
2022         Rename IAnjutaDocumentManager functions:
2023         find_document_with_path, goto_file_line, goto_file_line_mark
2024         and get_full_filename into
2025         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2026         and get_uri
2027         Fix search plugin to use an URI instead of a file path
2028         Fix anjuta_docman_get_uri to always return an URI
2030 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2032         * plugins/debug-manager/breakpoints.c:
2033         Fix bug #514118: Rename Clear All Breakpoints to Remove
2034         All Breakpoints
2036 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2038         * manuals/anjuta-manual/C/debugger.xml:
2039         Update debugger documentation
2041 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2043         * plugins/debug-manager/sharedlib.c,
2044         plugins/debug-manager/anjuta-debug-manager.glade,
2045         plugins/debug-manager/queue.c,
2046         plugins/tools/execute.c,
2047         plugins/tools/anjuta-tools.glade,
2048         plugins/tools/editor.c,
2049         plugins/project-wizard/templates/terminal.wiz,
2050         plugins/project-wizard/templates/xlib-dock.wiz,
2051         plugins/project-wizard/templates/wxwin.wiz,
2052         plugins/project-wizard/templates/java.wiz,
2053         plugins/project-wizard/templates/gnome.wiz,
2054         plugins/project-wizard/templates/anjuta-plugin.wiz,
2055         plugins/project-wizard/templates/gtkmm.wiz,
2056         plugins/project-wizard/templates/python.wiz,
2057         plugins/project-wizard/templates/cpp.wiz,
2058         plugins/project-wizard/templates/sdl.wiz,
2059         plugins/project-wizard/templates/gtk.wiz,
2060         plugins/project-wizard/templates/minimal.wiz,
2061         plugins/project-wizard/templates/xlib.wiz,
2062         plugins/project-wizard/templates/gcj.wiz,
2063         plugins/gdb/plugin.c,
2064         plugins/gdb/debugger.c,
2065         libanjuta/anjuta-plugin-manager.c:
2066         Partial fix of #507921: translation issues in debug-manager, tools,
2067         project-wizard, gdb and anjuta-plugin-manager.
2069 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2071         * plugins/debug-manager/queue.c:
2072         Debugger Local, Stack and Thread windows were missing due to
2073         the previous change.
2075 2008-02-02  Johannes Schmid <jhs@gnome.org>
2077         * manuals/anjuta-manual/Makefile.am:
2078         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2079         causes make install to fail
2081 2008-02-02  Johannes Schmid <jhs@gnome.org>
2083         * plugins/macro/macros.xml:
2084         #495511 – Header_h macro correction
2086 2008-02-02  Johannes Schmid <jhs@gnome.org>
2088         * plugins/patch/patch-plugin.glade:
2089         gtk-apply is not translatable...
2091 2008-02-02  Johannes Schmid <jhs@gnome.org>
2093         * plugins/build-basic-autotools/build-basic-autotools.c:
2094         (on_build_mesg_format):
2095         
2096         Also check for untranslated messages from make. Should fix 
2097         #511981 – Error parsing make output
2099 2008-02-02  Johannes Schmid <jhs@gnome.org>
2101         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2102         .glade:
2103         
2104         Fixed #511010 – [UI] Execute program utility window
2106 2008-02-02  Johannes Schmid <jhs@gnome.org>
2108         * src/anjuta.glade:
2109         Fixed #509908 – [UI] Problems with the General settings tab
2111 2008-02-02  Johannes Schmid <jhs@gnome.org>
2113         * manuals/anjuta-manual/C/fileoperations.xml:
2114         Fixed #513730 – Option not present in the GUI po file
2116 2008-02-02  Johannes Schmid <jhs@gnome.org>
2118         * plugins/sourceview/anjuta-editor-sourceview.glade:
2119         Adjust preferences default values
2121 2008-02-02  Johannes Schmid <jhs@gnome.org>
2123         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2124         Fixed #512535 – Open files tabs' position is correctly remembered 
2125         but not applied at startup
2127 2008-02-02  Johannes Schmid <jhs@gnome.org>
2129         * plugins/search/search-replace.c: (on_message_clicked):
2130         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2131         fix clicking on search result messages
2133 2008-02-01  James Liggett <jrliggett@cox.net>
2135         * plugins/subversion/svn-command.c: (on_svn_notify):
2136         Fixed wrong status message output when resolving conflicts.
2138 2008-02-02  Johannes Schmid <jhs@gnome.org>
2140         * configure.in: Require GtkSourceView 2.1.2
2141         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2142         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2143         (imark_is_marker_set), (imark_delete_all_markers),
2144         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2145         
2146         Adapted to API changes in GtkSourceView
2148 2008-02-01  Johannes Schmid <jhs@gnome.org>
2150         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2151         Fixed tabsize preference
2153 2008-02-01  Johannes Schmid <jhs@gnome.org>
2155         * manuals/anjuta-manual/C/fileoperations.xml:
2156         * manuals/anjuta-manual/C/interface.xml:
2157         Updated manual
2158         
2159         * manuals/anjuta-manual/Makefile.am:
2160         * manuals/anjuta-manual/C/figures/*:
2161         
2162         Updated figures to be in clearlooks theme, removed old figures
2164 2008-02-01  Johannes Schmid <jhs@gnome.org>
2166         * plugins/patch/patch-plugin.glade:
2167         * plugins/patch/plugin.c: (patch_plugin_activate):
2168         Another UI issue with the patch plugin and silenced a compiler
2169         warning
2170         
2171         Patch from James Liggett:
2172         * plugins/profiler/gprof-call-graph-view.c:
2173         (gprof_call_graph_view_create_columns):
2174         * plugins/profiler/gprof-flat-profile-view.c:
2175         (gprof_flat_profile_view_create_columns):
2176         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2177         * plugins/profiler/gprof-view.h:
2178         
2179         Use two decimal places for float values in profiler views (#507831)
2181 2008-02-01  Johannes Schmid <jhs@gnome.org>
2183         * configure.in:
2184         * plugins/editor/Makefile.am:
2185         
2186         Fixed #512751 – libgnomeprint unnecessary without scintilla
2188 2008-01-31  Johannes Schmid <jhs@gnome.org>
2190         * plugins/language-manager/languages.xml:
2191         Added a pretty ugly string for C++ headers. Maybe we should rely
2192         on mime-types instead...
2194 2008-01-31  Johannes Schmid <jhs@gnome.org>
2196         * plugins/language-support-cpp-java/cpp-java-assist.c:
2197         (get_iter_column), (cpp_java_assist_get_calltip_context),
2198         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2199         (on_assist_chosen), (cpp_java_assist_install):
2200         * plugins/language-support-cpp-java/plugin.c:
2201         (on_editor_char_inserted_cpp):
2202         Removed annoying DEBUG_PRINTs
2203         
2204         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2205         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2206         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2207         
2208         Fixed "jumping" tooltips, fixed indentation of brances
2210 2008-01-31  Johannes Schmid <jhs@gnome.org>
2212         * plugins/document-manager/plugin.c: (on_document_changed):
2213         Fixed crash when closing anjuta after all document tabs have been closed
2215 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2217         * plugins/debug-manager/anjuta-debug-manager.glade:
2218         Fix #513485: wrong strings maked as translatable
2220 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2222         * plugins/debug-manager/threads.c,
2223         plugins/debug-manager/stack_trace.c:
2224         Avoid crash when getting relative path from debugger (same fix
2225         than for #510028)
2227         * plugins/debug-manager/queue.c:
2228         Emit all state changes notification
2230         * plugins/debug-manager/start.c:
2231         Fix #511586: Project path with "+" not working in debugger
2233 2008-01-31  Johannes Schmid <jhs@gnome.org>
2235         * plugins/patch/patch-plugin.glade:
2236         Fixed button ui problem...
2237         
2238         Patch from James Liggett:
2239         * plugins/profiler/gprof-call-graph-block-entry.c:
2240         (gprof_call_graph_block_primary_entry_new),
2241         (gprof_call_graph_block_secondary_entry_new):
2242         * plugins/profiler/gprof-flat-profile-entry.c:
2243         (gprof_flat_profile_entry_new):
2244         
2245         Fix #507831 - Wrong Profiler values for some locales
2247 2008-01-31  Johannes Schmid <jhs@gnome.org>
2249         * plugins/sourceview/anjuta-editor-sourceview.glade:
2250         * plugins/sourceview/sourceview-prefs.c:
2251         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2252   
2253   Fixed Editor->View popup menu for those entries that are appropriate for
2254   sourceview    
2256 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2258         * plugins/debug-manager/breakpoints.c:
2259         Fix #512901: Crash when adding a breakpoint
2261         * plugins/debug-manager/queue.c:
2262         Remove a possible memory leak
2264 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2266         * plugins/debug-manager/data_view.c,
2267         plugins/debug-manager/sparse_view.c,
2268         manuals/anjuta-manual/C/debugger.xml:
2269         Fix #513130, #513131 #513135: Wrong menu item names and errors
2270         in the documentation
2272 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2274         * plugins/tools/editor.c:
2275         ianjuta_document_manager_find_document_with_path expect an uri not
2276         a path
2278 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2280         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2281         manuals/reference/libanjuta/libanjuta-sections.txt,
2282         libanjuta/interfaces/libanjuta.idl:
2283         Documentation fixes for IAnjutaDebugger* interfaces
2285 === anjuta 2.3.3 ===
2287 2008-01-27  Naba Kumar  <naba@gnome.org>
2289         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2290         rpm spec file.
2292         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2293         (value_added_current_editor), (value_removed_current_editor):
2294         Removed dead code.
2296         * TODO.tasks: Updated.
2298         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2299         scrollwindow shadow in.
2301         * plugins/editor/anjuta-editor-scintilla.glade:
2302         * plugins/editor/style-editor.c: (create_style_editor_gui):
2303         Set style window transient and cetered for preferences window.
2304         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2306         * plugins/editor/anjuta-editor-scintilla.glade:
2307         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2308         setting not working
2310         * configure.in, NEWS: Updated for release 2.3.3
2312 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2314         * plugins/debug-manager/anjuta-debug-manager.glade:
2315         Fix #512224: Use a string in english
2317 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2319         * plugins/build-basic-autotools/build-basic-autotools.c:
2320         ianjuta_document_manager_goto_file_line_mark needs an uri and
2321         not a file path
2323 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2325         * plugins/symbol-browser/plugin.c,
2326         plugins/symbol-browser/an_symbol_view.c:
2327         use gnome_vfs_get_uri_from_local_path to get local path from uri
2328         This takes care of escaping some characters
2330 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2332         * plugins/debug-manager/stack_trace.c:
2333         Probably fix #510028: crash debugger when having a relative filename
2334         in stack trace
2336 2008-01-25 Tom <tpgww@onepost.net>
2338         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2340         * plugins/document-manager/plugin.c,
2341         plugins/document-manager/file_history.c,
2342         plugins/document-manager/file_history.h,
2343         plugins/document-manager/anjuta-docman.c,
2344         plugins/document-manager/anjuta-docman.h:
2345         Rename filename argument to uri when an uri is expected
2346         anjuta_docman_get_document_for_uri will remove symlinks 
2348 2008-01-25  Naba Kumar  <naba@gnome.org>
2350         * plugins/terminal/terminal.c: (terminal_execute),
2351         (activate_plugin):
2352         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2354 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2356         * plugins/debug-manager/anjuta-debug-manager.glade,
2357         plugins/debug-manager/start.c:
2358         Fix #511049: Change UI of add source directories dialog
2360 2008-01-24  Naba Kumar  <naba@gnome.org>
2362         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2363         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2364         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2365         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2366         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2367         should work now.
2369 2008-01-24  Johannes Schmid <jhs@gnome.org>
2371         Patch from: Luca Ferretti <ella.uca@libero.it>:
2373         * plugins/document-manager/anjuta-docman.c:
2374         (anjuta_docman_page_init), (anjuta_docman_class_init):
2375         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2376         
2377         Fix #511757 – Close icon in tabs cut off (Patch was only for
2378         document-manager, also adapted it for message-manager)
2380 2008-01-24  Johannes Schmid <jhs@gnome.org>
2382         * plugins/Makefile.am:
2383         * plugins/sourceview/anjuta-document.c:
2384         * plugins/sourceview/anjuta-marshal.list:
2385         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2386         (anjuta_view_key_press_event):
2387         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2388         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2389         (iiter_diff), (iiter_iface_init):
2390         * plugins/sourceview/sourceview.c: (on_document_char_added),
2391         (ieditor_goto_position), (ieditor_get_text),
2392         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2393         (ieditor_erase), (ieditor_get_line_from_position),
2394         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2395         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2396         (ieditor_get_end_position), (ieditor_goto_start),
2397         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2398         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2399         (iassist_show_tips):
2400         
2401         Implemented new iterators interface in sourceview editor and
2402         re-enabled it.
2404 2008-01-23  Naba Kumar  <naba@gnome.org>
2406         * libanjuta/interfaces/libanjuta.idl:
2407         * manuals/reference/libanjuta/libanjuta-sections.txt:
2408         * plugins/build-basic-autotools/build-basic-autotools.c:
2409         (build_indicator_location_set), (on_editor_changed):
2410         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2411         * plugins/debug-manager/variable.c: (get_hovered_word):
2412         * plugins/document-manager/action-callbacks.c:
2413         (on_editor_command_upper_case_activate),
2414         (on_editor_command_lower_case_activate):
2415         * plugins/document-manager/search-box.c: (on_incremental_search),
2416         (on_search_activated):
2417         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2418         (iiter_last), (iiter_set_position), (iiter_get_position),
2419         (iiter_get_length), (iiter_compare), (iiter_diff),
2420         (iiter_iface_init):
2421         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2422         (text_editor_goto_point), (itext_editor_goto_start),
2423         (itext_editor_goto_end), (itext_editor_goto_position),
2424         (itext_editor_get_text_all), (itext_editor_get_text),
2425         (itext_editor_get_position), (itext_editor_get_offset),
2426         (itext_editor_get_length), (itext_editor_insert),
2427         (itext_editor_erase), (itext_editor_erase_all),
2428         (itext_editor_get_column), (itext_editor_get_overwrite),
2429         (itext_editor_set_popup_menu),
2430         (itext_editor_get_line_from_position),
2431         (itext_editor_get_line_begin_position),
2432         (itext_editor_get_line_end_position),
2433         (itext_editor_get_position_from_offset),
2434         (itext_editor_get_start_position), (itext_editor_get_end_position),
2435         (itext_editor_iface_init), (iconvert_to_upper),
2436         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2437         (iindicable_set):
2438         * plugins/editor/text_editor.h:
2439         * plugins/editor/text_editor_cbs.c:
2440         (on_text_editor_scintilla_notify):
2441         * plugins/indent/plugin.c: (on_indent_action_activate):
2442         * plugins/language-support-cpp-java/cpp-java-assist.c:
2443         (cpp_java_assist_get_scope_context),
2444         (cpp_java_assist_get_pre_word),
2445         (cpp_java_assist_show_autocomplete),
2446         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2447         (on_editor_char_added), (on_assist_chosen):
2448         * plugins/language-support-cpp-java/plugin.c:
2449         (get_line_indentation), (skip_iter_to_previous_logical_line),
2450         (skip_preprocessor_lines), (initialize_indentation_params),
2451         (set_line_indentation), (get_line_indentation_base),
2452         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2453         (on_editor_char_inserted_java), (on_auto_indent):
2454         * plugins/macro/macro-actions.c: (match_shortcut):
2455         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2456         * plugins/macro/plugin.c: (match_keyword):
2457         * plugins/search/plugin.c: (find_incremental):
2458         * plugins/search/search-replace.c: (search_and_replace),
2459         (search_start_over):
2460         * plugins/search/search-replace_backend.c:
2461         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2462         (create_search_entries):
2463         * plugins/symbol-browser/plugin.c:
2464         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2465         (isymbol_manager_iface_init):
2466         * plugins/symbol-db/plugin.c:
2467         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2468         (isymbol_manager_iface_init):
2469         * plugins/tools/execute.c: (atp_output_context_construct),
2470         (atp_output_context_destroy), (atp_user_tool_execute):
2472         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2473         iterators instead of integer offsets.
2474         - Renamed original ianjuta_editor_get_position(int) to 
2475         ianjuta_editor_get_offset(). It is deprecated.
2476         - Renamed original ianjuta_editor_get_position_iter() to
2477         ianjuta_editor_get_position().
2478         - Renamed ianjuta_editor_get_cell_iter() to
2479         ianjuta_editor_get_position_from_offset()
2480         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2481         - Added new methods:
2482         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2483         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2484         ianjuta_editor_goto_end().
2485         - All relevent signals and methods converted to use iterators.
2486         - All relevent plugins fixed to use new API.
2487         - Removed ianjuta_editor_cell_get_line() because it is provided by
2488         ianjuta_editor_get_line_from_position().
2489         - Removed ianjuta_symbol_manager_get_completions_at_position()
2490         because it not used anywhere and is not right to be there.
2491         - Updated IAnjutaEditable documentation.
2493         Updated IAnjutaIterable interface:
2494         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2495         - Introduced 'end-iter' to point at the end of the list.
2496         - Updated IAnjutaIterable documentation.
2498         * plugins/Makefile.am:
2499         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2500         for it soon).
2502 2008-01-22  Johannes Schmid <jhs@gnome.org>
2504         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2505         * plugins/project-import/anjuta-project-import.glade:
2506         * plugins/project-import/anjuta-project-import.plugin.in:
2507         * plugins/project-wizard/anjuta-project-wizard.glade:
2508         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2509         * plugins/project-wizard/druid.c: (npw_druid_new):
2510         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2511         
2512         Fixed #465084 – wizard instead of assistant (only string changes...)
2514 2008-01-20  Rob Bradford  <rob@openedhand.com>
2516         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2517         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2518         coming up with the solution. (Bug: #510390.)
2520 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2522         * plugins/build-basic-autotools/executer.c:
2523         Fix #502508, use anjuta_launcher to keep program output
2525         * plugins/terminal/terminal.c:
2526         Remove unused child_initizlized member
2527         Start the shell on plugin activation
2529 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2531         * plugins/debug-manager/sparse_buffer.c:
2532         Fix a crash when scrolling in the diassembly window
2534         * plugins/debug-manager/sparse_view.c:
2535         Small limit change using the same "unit" for both number
2537 2008-01-19  Naba Kumar  <naba@gnome.org>
2539         * plugins/language-support-cpp-java/cpp-java-assist.c:
2540         (cpp_java_assist_get_scope_context),
2541         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2542         instead.
2544 2008-01-19  Johannes Schmid <jhs@gnome.org>
2546         * plugins/sourceview/anjuta-editor-sourceview.glade:
2547         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2548         
2549         And even more strings...
2551 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2553         * plugins/project-wizard/templates/cpp/src/main.cc:
2554         Fix #498734, typing error in c++ project template
2556 2008-01-19  Johannes Schmid <jhs@gnome.org>
2558         * plugins/editor/text_editor.c: (text_editor_save_file):
2559         * plugins/macro/anjuta-macro.glade:
2560         * plugins/subversion/anjuta-subversion.glade:
2562         Fixed even more strings
2564 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2566         * plugins/language-support-cpp-java/cpp-java-assist.c:
2567         Fix bug #488519, remove critical warning (completion_cache == NULL
2568         is valid)
2570 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2572         * plugins/gdb/debugger.c:
2573         Enable logging of gdb communication with an environment variable
2575 2008-01-19  Naba Kumar  <naba@gnome.org>
2577         * plugins/editor/text-editor-iterable.c: (iiter_next),
2578         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2579         editor native funtions to avoid round trips.
2581 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2583         * plugins/editor/text_editor.c:
2584         Fix a bug due to the previous patch: Unable to save new file in 
2585         Scintilla
2587 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2589         * plugins/debug-manager/disassemble.c,
2590         plugins/debug-manager/disassemble.h,
2591         plugins/debug-manager/registers.c,
2592         plugins/debug-manager/registers.h,
2593         plugins/debug-manager/memory.c,
2594         plugins/debug-manager/memory.h,
2595         plugins/debug-manager/command.c,
2596         plugins/debug-manager/command.h,
2597         plugins/debug-manager/queue.c,
2598         plugins/debug-manager/queue.h,
2599         plugins/debug-manager/breakpoints.c,
2600         plugins/debug-manager/stack_trace.c,
2601         plugins/debug-manager/threads.c,
2602         plugins/debug-manager/plugin.c,
2603         plugins/gdb/plugin.c,
2604         plugins/gdb/debugger.c,
2605         plugins/gdb/debugger.h,
2606         manuals/reference/libanjuta/libanjuta-sections.txt,
2607         manuals/reference/libanjuta/libanjuta.types,
2608         libanjuta/interfaces/libanjuta.idl:
2609         Use gulong instead of guint for addresses
2610         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2611         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2613         * plugins/gdb/anjuta-gdb.plugin.in:
2614         Remove reference to IAnjutaCpuDebugger (useless)
2616 2008-01-18  Johannes Schmid <jhs@gnome.org>
2618         * AUTHORS: Added Alexander
2620 2008-01-18  Johannes Schmid <jhs@gnome.org>
2622   Patch from: Alexander Korolyov <kilork@yandex.ru>
2624         * plugins/editor/text_editor.c: (load_from_file),
2625         (text_editor_save_file):
2626         
2627         Fixed symlinks (#510238) and file permission (#405321)
2628         handling for scintilla editor. 
2629   
2630 2008-01-17  Johannes Schmid <jhs@gnome.org>
2632         * plugins/document-manager/action-callbacks.c:
2633         (on_editor_command_select_all_activate),
2634         (on_editor_command_cut_activate),
2635         (on_editor_command_paste_activate),
2636         (on_editor_command_copy_activate),
2637         (on_editor_command_clear_activate):
2638   Resupport cut/copy/paste/clear on GtkEditables when those
2639   have focus. (Important for shortcuts to work).
2641         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2642         * plugins/document-manager/search-box.c: (on_search_activated):
2643         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2644         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2645         * plugins/profiler/plugin.c: (profiler_get_data):
2646         * plugins/project-wizard/druid.c: (npw_druid_new):
2647         * plugins/project-wizard/install.c: (on_install_end_install_file):
2648         * plugins/sourceview/anjuta-editor-sourceview.glade:
2649         * plugins/subversion/anjuta-subversion.glade:
2650         * plugins/tools/anjuta-tools.glade:
2651         Various string fixes
2653 2008-01-17  Naba Kumar  <naba@gnome.org>
2655         Patch from James Liggett:
2657         * plugins/subversion/subversion-add-dialog.c:
2658         (on_subversion_add_response):
2659         * plugins/subversion/subversion-copy-dialog.c:
2660         (on_subversion_copy_response):
2661         * plugins/subversion/subversion-diff-dialog.c:
2662         (on_subversion_diff_response):
2663         * plugins/subversion/subversion-merge-dialog.c:
2664         (on_subversion_merge_response):
2665         * plugins/subversion/subversion-remove-dialog.c:
2666         (on_subversion_remove_response):
2667         * plugins/subversion/subversion-switch-dialog.c:
2668         (on_subversion_switch_response):
2669         * plugins/subversion/subversion-ui-utils.c: (check_input):
2670         * plugins/subversion/subversion-ui-utils.h:
2671         * plugins/subversion/subversion-update-dialog.c:
2672         (on_subversion_update_response):
2674         If the user doesn't enter any data for path or revision fields in
2675         certain SVN plugin dialogs, libsvn throws assertion failures and
2676         kills Anjuta. To avoid this, the validity of path and revision
2677         input data are checked before the command gets executed.
2679         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2680         if user gives bad or no input
2682 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2684         * plugins/document-manager/anjuta-docman.c:
2685         Fix #507627 memory tab stay active on debugger stop
2686         Remove two unused variables due to the previous patch
2688 2008-01-16  Johannes Schmid <jhs@gnome.org>
2690         * libanjuta/anjuta-plugin-manager.c:
2691         Fixed #508399 – When you enable a plugin, preferences don't show up
2693 2008-01-16  Rob Bradford  <rob@openedhand.com>
2695         Reviewed by: Johannes Schmid <jhs@gnome.org>
2697         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2698         (get_property_value_as_string), (set_property_value_as_string),
2699         (register_callbacks):
2700         * libanjuta/anjuta-preferences.h:
2701         Add support for both file and folder preferences (originally only
2702         folder choosers were supported. (Fixes bug: #508805.)
2704         * plugins/file-manager/file-manager.glade:
2705         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2706         type of property.
2708 2008-01-16  Johannes Schmid <jhs@gnome.org>
2710         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2711         .glade:
2712         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2713         * src/anjuta.glade:
2714         
2715         Fixed #509875 – The "Update globale tags" button wording is incorrect
2716         Fixed #509873 – Build Autotools Preferences has excessive padding
2717         Fixed #509872 – General Information labels are incorrectly aligned
2718         Fixed #509871 – General preferences has incorrect use of colons
2719         
2720 2008-01-16  Johannes Schmid <jhs@gnome.org>
2722         * plugins/document-manager/anjuta-document-manager.glade:
2723         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2725         Fixed #509865 – Incorrect padding in the Documents settings tabs
2726         Fixed #509867 – Create button contents is mis-aligned
2727         Fixed #509869 – "Add Directory" button is not HIG complient
2729 2008-01-16  Johannes Schmid <jhs@gnome.org>
2731         * libanjuta/anjuta-preferences-dialog.c:
2732         (anjuta_preferences_dialog_add_page):
2733         
2734         Fix #509864 – No initial section selected when opening the Preferences dialog
2736 2008-01-16  Johannes Schmid <jhs@gnome.org>
2738         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2739         Removed unused gconf_notifications
2740         
2741         * plugins/search/anjuta-search.glade:
2742         * plugins/subversion/anjuta-subversion.glade:
2743         * plugins/tools/anjuta-tools.glade:
2744         * src/anjuta-app.c: (anjuta_app_instance_init):
2745         
2746         Fixed various strings
2748 2008-01-15  Naba Kumar  <naba@gnome.org>
2750         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2751         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2752         file saved
2754         * plugins/symbol-browser/an_symbol_view.c:
2755         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2756         new file saved.
2758 2008-01-15  Johannes Schmid <jhs@gnome.org>
2760         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2761         (anjuta_profile_add_plugins_from_xml):
2762         * plugins/file-manager/file-manager.glade:
2763         Some string fixes
2764         
2765         * libanjuta/interfaces/libanjuta.idl:
2766         Fixed docs
2767                 
2768         * plugins/sourceview/Makefile.am:
2769         * plugins/sourceview/anjuta-editor-sourceview.glade:
2770         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2771         (end_print), (print_setup), (sourceview_print),
2772         (sourceview_print_preview):
2773         * plugins/sourceview/sourceview.c: (iprint_print),
2774         (iprint_print_preview):
2775         
2776         Added printing support to GtkSourceView editor
2778 2007-01-14 Tom <tpgww@onepost.net>
2780         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2782         * plugins/document-manager/anjuta-docman.c:
2783         Fix two memory leaks added by the previous patch
2785 2008-01-14  Johannes Schmid <jhs@gnome.org>
2787         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2788         * plugins/sourceview/assist-window.c: (assist_window_move):
2789         
2790         Do not use opacity
2792 2008-01-14  Rob Bradford  <rob@openedhand.com>
2794         * global-tags/Makefile.am:
2795         * global-tags/create_global_tags.sh.in:
2796         Install anjuta-tags binary into FHS policy compliant directory and
2797         update references. (Fixes bug: 509346.)
2799 2008-01-13  Naba Kumar  <naba@gnome.org>
2801         Patch from: Ritesh Khadgaray
2802         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2803         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2804         Adds export-dynamic option to LDFLAGS to project template for libglade
2805         to work for autoconnect signals.
2807 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2809         * libanjuta/anjuta-utils.c:
2810         anjuta_util_get_real_path return a string that need to be freed
2811         with g_free even if PATH_MAX is not defined
2813 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2815         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2816         to DOC_LINGUAS.
2818 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2820         * plugins/document-manager/anjuta-docman.c:
2821         Do not reopen file having escaped character (+,...) in path name
2823 2008-01-13  Naba Kumar  <naba@gnome.org>
2825         * libanjuta/interfaces/libanjuta.idl:
2826         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2827         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2828         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2829         IAnjutaProjectManager::add_sources().
2831         * plugins/glade/plugin.c: (on_glade_resource_removed),
2832         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2833         stubs for handing resources in glade file.
2835 2008-01-13  Naba Kumar  <naba@gnome.org>
2837         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2839         * plugins/glade/plugin.c: (ifile_open): Select the first window
2840         in the glade project when it is first opened. Avoids empty glade
2841         document the first time.
2843 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2845   Reviewed by: Johannes Schmid <jhs@gnome.org>
2847         * plugins/gtodo/callback.c: (remove_todo_item):
2848         Fix #507304 – crash in Anjuta IDE while removing done tasks
2850 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2852         * plugins/debug-manager/anjuta-debug-manager.ui,
2853         plugins/debug-manager/plugin.c,
2854         plugins/debug-manager/start.h,
2855         plugins/debug-manager/start.c:
2856         New menu item to add extra source directories for debugger
2858 === anjuta 2.3.2 ===
2860 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2862         * plugins/gtodo/callback.c: (remove_todo_item):
2863         Fix #507304 – crash in Anjuta IDE while removing done tasks
2865 2008-01-11  Naba Kumar  <naba@gnome.org>
2867         * configure.in: Bumped version to 2.3.2
2868         * NEWS: Updated for anjuta 2.3.2 release
2869         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2870         not 'make tarball'
2872 2008-01-11  Johannes Schmid <jhs@gnome.org>
2874         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2875         .glade:
2876         Reverted accidently commited change
2877         
2878         * plugins/document-manager/anjuta-document-manager.glade:
2879         Fix Gtk-Critical because of broken glade file
2881 2008-01-11  Naba Kumar  <naba@gnome.org>
2883         * plugins/glade/plugin.c: (on_document_destroy),
2884         (glade_plugin_add_project): Fixed a bug where when more than one
2885         glade document is open and one is closed, it closes all the glade
2886         documents. Also it might have fixed the bug where sometimes closing
2887         the glade document leaves glade widget tree unclosed.
2889 2008-01-11  Naba Kumar  <naba@gnome.org>
2891         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2892         prevent install errors when not installed as root (then the files
2893         are only useful when glade-3 is installed in the same prefix, but it
2894         doesn't harm anjuta runtime).
2896         * plugins/sourceview/sourceview.c: Commented use of a file
2897         not currently distributed.
2899 2008-01-10  Naba Kumar  <naba@gnome.org>
2901         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2902         nothing to translate in it.
2904 2008-01-10  Johannes Schmid <jhs@gnome.org>
2906         * plugins/project-wizard/templates/gnome.wiz:
2907         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2908         * plugins/project-wizard/templates/gnome/src/main.c:
2909         * plugins/project-wizard/templates/translatable-strings.h:
2910         
2911         Fixed #508497 and added a new chooser to select whether to use
2912         libglade or not.
2914 2008-01-10  Johannes Schmid <jhs@gnome.org>
2916         Patch from Tom <tpgww@onepost.net>:
2918         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2919         (anjuta_util_glist_path_dedup):
2920         * libanjuta/anjuta-utils.h:
2921         
2922         Give the method a proper prefixed name
2923         
2924         * plugins/document-manager/action-callbacks.c:
2925         (get_current_popup_active),
2926         (on_editor_command_select_all_activate),
2927         (on_editor_command_cut_activate),
2928         (on_editor_command_paste_activate),
2929         (on_editor_command_copy_activate),
2930         (on_editor_command_clear_activate), (on_show_search),
2931         (on_repeat_quicksearch):        
2932         * plugins/document-manager/action-callbacks.h:
2933         * plugins/document-manager/anjuta-docman.c:
2934         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2935         (anjuta_docman_goto_file_line_mark),
2936         (anjuta_docman_get_full_filename):
2937         * plugins/document-manager/anjuta-docman.h:
2938         * plugins/document-manager/anjuta-document-manager.ui:
2939         * plugins/document-manager/plugin.c:
2940         (update_document_ui_interface_items):
2941         
2942         Better way to fix the popup-menu items (Cut/Copy/Paste)
2943         and various clean-ups.
2944         
2945         * plugins/document-manager/search-box.c: (on_document_changed),
2946         (search_box_fill_search_focus):
2947         * plugins/document-manager/search-box.h:
2948         * plugins/search/plugin.c:
2949         
2950         Add a menu item to repeat the quick search
2952 2008-01-10  Johannes Schmid <jhs@gnome.org>
2954         * plugins/language-support-cpp-java/cpp-java-assist.c:
2955         (on_assist_chosen):
2956         
2957         Fixed #508424 – Auto complete: previous char was removed when 
2958         pre TAB to auto complete.
2960 2008-01-10  Johannes Schmid <jhs@gnome.org>
2962         Patch from: James Ligett:
2964         * plugins/profiler/gprof-call-graph-view.c:
2965         (gprof_call_graph_view_create_columns):
2966         * plugins/profiler/gprof-flat-profile-view.c:
2967         (gprof_flat_profile_view_create_columns):
2968         
2969         Fixed translation issues (#496833)
2971 2008-01-10 Johannes Schmid <jhs@gnome.org>
2973         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
2975         * plugins/gtodo/gtodo.c: (category_manager_add_item):
2976         Fix #460390 – Changing categories while edinting something
2978 2008-01-09  Naba Kumar  <naba@gnome.org>
2980         * libanjuta/anjuta-plugin-manager.c:
2981         (anjuta_plugin_manager_activate_plugins): Commented dead code and
2982         fixed a leak.
2984         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
2985         corruption reported in bug #507491. Potentially fixes too.
2987 2008-01-09  Johannes Schmid <jhs@gnome.org>
2989         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
2991         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2992         Fix bug #505205 completely
2993         
2994         * AUTHORS: Added Bolesław
2996 2008-01-08  Johannes Schmid <jhs@gnome.org>
2998         * plugins/document-manager/action-callbacks.c:
2999         (on_editor_command_cut_activate),
3000         (on_editor_command_paste_activate),
3001         (on_editor_command_copy_activate),
3002         (on_editor_command_clear_activate):
3003         
3004         Fixed editor popup menu (Cut, Copy, Paste)
3006 2008-01-08  Johannes Schmid <jhs@gnome.org>
3008         * plugins/sourceview/sourceview.c: (autodetect_language):
3009         Fixed a crash when creating a new file
3011 2008-01-08  Johannes Schmid <jhs@gnome.org>
3013         Patch by <bolekk@gmail.com> (GHOP Student)
3015         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3016         Fix bug #505205
3018 2008-01-08  Naba Kumar  <naba@gnome.org>
3020         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3021         * libanjuta/anjuta-plugin-manager.c:
3022         (anjuta_plugin_manager_select),
3023         (anjuta_plugin_manager_activate_plugins):
3024         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3025         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3026         (on_create_submenu), (create_open_with_submenu):
3027         * src/about.c: (on_about_plugin_activate),
3028         (about_create_plugins_submenu): Use translated version of get_string()
3029         API in AnjutaDescription for translatable properties. Fixes bug #496833
3030         comment #18.
3032 2008-01-07  Johannes Schmid <jhs@gnome.org>
3034         * plugins/build-basic-autotools/executer.c: (execute_program):
3035         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3036         * plugins/debug-manager/anjuta-debug-manager.glade:
3037         * plugins/debug-manager/locals.c: (create_locals_gui):
3038         * plugins/file-loader/plugin.c: (on_create_submenu):
3039         * plugins/gtodo/main.h:
3040         * plugins/gtodo/preferences.c: (preferences_widget):
3041         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3042         * plugins/tools/anjuta-tools.glade:
3043         * plugins/tools/execute.c: (atp_output_context_print):
3044         * src/main.c:
3045         
3046                 Another bunch of i18n fixes (#496833)
3048 2008-01-07  Johannes Schmid <jhs@gnome.org>
3050         * plugins/build-basic-autotools/build-basic-autotools.c:
3051         (on_build_terminated):
3052         * plugins/gtodo/interface.c: (set_read_only):
3053         * plugins/project-manager/plugin.c: (confirm_removal),
3054         (on_popup_add_to_project):
3055         * plugins/subversion/anjuta-subversion.glade:
3056         * plugins/tools/execute.c: (atp_output_context_print_result):
3057         
3058         Fixed some strings from #496833
3060 2008-01-07  Johannes Schmid <jhs@gnome.org>
3062         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3063         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3064         .in:
3065         * plugins/language-support-cpp-java/plugin.c: (install_support),
3066         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3067         Added basic Vala support
3068         
3069         * plugins/sourceview/sourceview.c: (autodetect_language):
3070         Fixed mime-type detection
3072 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3074   Reviewed by: Johannes Schmid <jhs@gnome.org>
3076         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3077         (value_removed_current_editor), (symbol_db_activate),
3078         (symbol_db_deactivate):
3079         * plugins/symbol-db/symbol-db-engine.c:
3080         (symbol_db_engine_get_global_members_filtered):
3081         * plugins/symbol-db/symbol-db-view.c:
3082         (do_add_child_symbol_to_view), (prepare_for_adding),
3083         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3084         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3085         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3086         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3087         (sdb_view_init), (sdb_view_finalize),
3088         (sdb_view_build_and_display_base_tree):
3089         * plugins/symbol-db/symbol-db-view.h:
3090         added controls to expand Global tab nodes in a non-freezing way.
3091         Fixed also some little bugs always on global-tab.
3093 2008-01-06  Naba Kumar  <naba@gnome.org>
3095         Patches from James Liggett:
3096         * plugins/profiler/gprof-call-graph-view.c:
3097         (gprof_call_graph_view_create_columns):
3098         * plugins/profiler/gprof-flat-profile-view.c:
3099         (gprof_flat_profile_view_create_columns):
3100         * plugins/profiler/gprof-function-call-tree-view.c:
3101         (gprof_function_call_tree_view_create_columns): Made all
3102         of the columns resizable and reorderable.
3104 2008-01-06  Johannes Schmid <jhs@gnome.org>
3106         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3107         (anjuta_launcher_check_password_real),
3108         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3109         (anjuta_launcher_scan_pty),
3110         (anjuta_launcher_disable_password_check):
3111         * libanjuta/anjuta-launcher.h:
3112         Added disable_password_check for stream where it does not make sense 
3113         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3114         that sometimes occur in symbol-db plugin
3115         
3116         * plugins/file-manager/file-model.c:
3117         (file_model_cancel_expand_idle):
3118         Fixed removing of idle source
3119         
3120         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3121         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3122         
3123         Fixed #348854 – invisible cursor in certain themes
3125 2008-01-06  Naba Kumar  <naba@gnome.org>
3127         * libanjuta/anjuta-preferences.c:
3128         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3129         closing preferences dialog due to patch in bug #507300
3131 2008-01-06  Naba Kumar  <naba@gnome.org>
3133         * plugins/language-support-cpp-java/cpp-java-assist.c:
3134         (on_assist_chosen):
3135         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3136         * plugins/search/search-replace_backend.c: (create_search_entries):
3137         Added missing unrefs.
3139 2008-01-06  Johannes Schmid <jhs@gnome.org>
3141         * plugins/debug-manager/variable.c: (get_hovered_word):
3142   Add a g_object_unref()  
3143         
3144         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3145         (on_sourceview_hover_leave):
3146         Fixed hover and editor interface to make hover in debugger work
3148 2008-01-06  Naba Kumar  <naba@gnome.org>
3150         * plugins/editor/text-editor.c: Whitespaces fixes.
3151         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3152         DEBUG_PRINT instead of g_message.
3154 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3156         * plugins/debug-manager/breakpoints.c:
3157         Fix #507441: Disable all breakpoints doesn't work
3158         Fix #507444: Enable Breakpoint menu item doesn't change name
3160 2008-01-05  Naba Kumar  <naba@gnome.org>
3162         * manuals/reference/libanjuta/libanjuta.types: Renamed
3163         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3165 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3167         * plugins/debug-manager/variable.c:
3168         Update variable display to use IAnjutaIterable instead of position
3170         * plugins/editor/text_editor_cbs.c,
3171         plugins/editor/text_editor.c:
3172         Fix Gtk critical warnings when a hover signal is emitted
3173         Fix get_text_iter in Scintilla (range should include last character)
3174         
3175 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3177         * plugins/debug-manager/debug_tree.c,
3178         plugins/debug-manager/debug_tree.h,
3179         plugins/debug-manager/watch.c,
3180         plugins/debug-manager/command.c,
3181         plugins/debug-manager/queue.c,
3182         plugins/gdb/plugin.c,
3183         plugins/gdb/debugger.c,
3184         plugins/gdb/debugger.h,
3185         libanjuta/interfaces/libanjuta.idl:
3186         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3188 2008-01-05  Naba Kumar  <naba@gnome.org>
3190         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3191         menus to avoid conflict with file open/save. Fixes bug #507455
3193 2008-01-05  Johannes Schmid <jhs@gnome.org>
3195         * configure.in:
3196         Conditionally depend on gtksourceview2 >= 2.1.0
3197         
3198         * libanjuta/interfaces/libanjuta.idl:
3199         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3200         iterators instead of positions
3201         
3202         * plugins/debug-manager/threads.c:
3203         Fixed a warnings by including gnome-vfs properly
3204         
3205         * plugins/debug-manager/variable.c: (get_hovered_word),
3206         (on_hover_over):
3207         Updated to changes in IAnjutaEditorHover/Selection
3208         
3209         * plugins/document-manager/action-callbacks.c:
3210         (on_editor_command_upper_case_activate),
3211         (on_editor_command_lower_case_activate):
3212         * plugins/document-manager/search-box.c: (on_incremental_search),
3213         (on_search_activated):
3214         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3215         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3216         (iselection_get_start), (iselection_get_end),
3217         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3218         * plugins/editor/text_editor_cbs.c:
3219         (on_text_editor_scintilla_notify):
3220         
3221         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3222         interface of scintilla editor.
3223         
3224         * plugins/language-manager/languages.xml:
3225         * plugins/language-manager/plugin.c:
3226         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3227         Added chdr to C language files and some DEBUG_PRINTs
3228         
3229         * plugins/language-support-cpp-java/cpp-java-assist.c:
3230         (on_assist_chosen):
3231         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3232         * plugins/search/plugin.c: (find_incremental):
3233         * plugins/search/search-replace.c: (search_and_replace):
3234         * plugins/search/search-replace_backend.c: (create_search_entries):
3235                 Adapted to changed interfaces
3237         * plugins/sourceview/Makefile.am:
3238         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3239         (set_uri), (anjuta_document_save):
3240         * plugins/sourceview/anjuta-editor-sourceview.glade:
3241         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3242         (anjuta_view_key_press_event):
3243         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3244         * plugins/sourceview/sourceview-cell.c:
3245         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3246         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3247         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3248         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3249         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3250         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3251         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3252         * plugins/sourceview/sourceview-private.h:
3253         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3254         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3255         (on_document_loaded), (sourceview_instance_init),
3256         (sourceview_dispose), (sourceview_finalize),
3257         (sourceview_create_markers), (sourceview_new),
3258         (ifile_savable_save), (ieditor_get_tab_size),
3259         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3260         (ieditor_set_auto_indent), (ieditor_goto_line),
3261         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3262         (iselect_block), (iselect_set), (iselect_get_start),
3263         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3264         (imark_unmark), (imark_is_marker_set),
3265         (imark_location_from_handle), (imark_delete_all_markers),
3266         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3267         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3268         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3269         (ilanguage_get_supported_languages), (autodetect_language),
3270         (ilanguage_set_language), (iassist_show_tips),
3271         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3272         (ihover_display), (ihover_iface_init):
3273         
3274         Use GtkSourceView 2.1.x:
3275         * New mark interface
3276         * Fixed #486724 and #488615
3277         * Implemented hover interface
3278         * Adapted to changed interfaces
3280 2008-01-04  Rob Bradford  <rob@o-hand.com>
3282         Reviewed by Naba Kumar  <naba@gnome.org>:
3283         * libanjuta/anjuta-preferences.c:
3284         (anjuta_preferences_register_property_custom):
3285         Unregister preferences for custom preferences when the widget is
3286         destroyed.
3288 2008-01-03  Johannes Schmid <jhs@gnome.org>
3290         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3291         (file_model_row_collapsed):
3292   Fixed the too method to take a correct data argument
3294 2008-01-02  Johannes Schmid <jhs@gnome.org>
3296         * plugins/document-manager/anjuta-docman.c:
3297         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3298         ref and unref correctly to silence a Gtk+ critical
3300 2008-01-01  Johannes Schmid <jhs@gnome.org>
3302         * plugins/editor/text_editor.c: (itext_editor_get_text):
3303         Fixed #506740 – ianjuta_editor_get_text crash if request 
3304         text past the buffer length
3306 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3308         * plugins/debug-manager/utilities.c,
3309         plugins/debug-manager/utilities.h,
3310         plugins/debug-manager/breakpoints.c:
3311         Move get_current_editor function in utilities.c
3313         * plugins/debug-manager/plugin.c,
3314         plugins/debug-manager/debug_tree.c,
3315         plugins/debug-manager/debug_tree.h,
3316         plugins/debug-manager/watch.c,
3317         plugins/debug-manager/watch.h,
3318         plugins/debug-manager/locals.c,
3319         plugins/debug-manager/locals.h,
3320         (added) plugins/debug-manager/variable.c,
3321         (added) plugins/debug-manager/variable.h,
3322         plugins/debug-manager/Makefile.am:
3323         Use hover interface to display variable value
3325 2007-12-31  Johannes Schmid <jhs@gnome.org>
3327         * libanjuta/Makefile.am:
3328         Only install glade catalog files if glade-3 is available
3329         (Fixes #506269 and #500296)
3331 2007-12-30  Johannes Schmid <jhs@gnome.org>
3333         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3334         (set_property_value_as_string), (register_callbacks):
3336   Fixed GtkFileChooserButton preferences to also work when only the combo
3337   changes without a dialog being open.
3339 2007-12-29  Johannes Schmid <jhs@gnome.org>
3341         * plugins/editor/Makefile.am:
3342         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3344 2007-12-29  Johannes Schmid <jhs@gnome.org>
3346         * plugins/devhelp/plugin.c: (devhelp_activate):
3347         Fixed #498986 - Anjuta-2.3.0 fails to build
3349 2007-12-29  Johannes Schmid <jhs@gnome.org>
3351         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3352         * plugins/debug-manager/plugin.c:
3353         (on_run_to_cursor_action_activate):
3354         * plugins/document-manager/anjuta-docman.c:
3355         (anjuta_docman_goto_file_line_mark):
3356         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3357         (value_removed_current_editor):
3358         
3359         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3360         all those to value_added_current_document...
3362         * plugins/editor/anjuta-editor-scintilla.glade:
3363         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3364         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3366 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3368   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3369   (symbol_db_activate), (symbol_db_deactivate),
3370   (symbol_db_instance_init), (isymbol_manager_get_parents):
3371   * plugins/symbol-db/plugin.h:
3372   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3373   * plugins/symbol-db/symbol-db-engine.c:
3374   (symbol_db_engine_get_global_members_filtered):
3375   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3376   (on_symbol_inserted):
3377   Filtered out static functions on global-tab. E.g. when flag
3378   is_file_scope = 1 we won't add entries there.
3379   Fixed a little bug on 'Global'->'Vars/Others' node too.
3381 2007-12-28  Johannes Schmid <jhs@gnome.org>
3383   * libanjuta/anjuta-launcher.c:
3384   Fixed a silly (and completely useless) memory corruption that probably 
3385   only occured at a few race conditions though I wonder why it did not 
3386         happen more often
3388 2007-12-28  Johannes Schmid <jhs@gnome.org>
3389         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3390         * plugins/debug-manager/plugin.c: (set_program_counter):
3391         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3392         * plugins/debug-manager/start.c: (get_source_directories):
3393         * plugins/debug-manager/threads.c: (on_info_thread),
3394         (on_list_thread):
3395         * plugins/file-manager/file-model.c: (file_model_set_property):
3396         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3397         * plugins/tools/editor.c: (on_editor_response):
3398         
3399         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3400         
3401         * plugins/document-manager/plugin.c: (update_title),
3402         (value_added_project_root_uri):
3403         * plugins/document-manager/plugin.h:
3404         Shorten down the title bar if the current path is inside the opened project
3406 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3408         reviewed by: Johannes Schmid <jhs@gnome.org>
3410         * plugins/project-wizard/templates/java/project.anjuta:
3411         * plugins/project-wizard/templates/mkfile/project.anjuta:
3412         * plugins/project-wizard/templates/python/project.anjuta:
3413         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3414         let new projects use new SymbolDB plugin.
3415         
3416         * plugins/symbol-browser/images/Makefile.am:
3417         added some images taken from MonoDevelop project.
3418         
3419         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3420         (goto_file_line), (on_importing_project_end), (project_root_added),
3421         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3422         (isymbol_manager_search):
3423         Added project-updating feature when opening a project with some files
3424   modified externally [e.g. a svn up].
3425         
3426         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3427         (sdb_engine_iterator_node_instance_init),
3428         (sdb_engine_iterator_node_finalize),
3429         (symbol_db_engine_iterator_node_set_conversion_hash):
3430         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3431         * plugins/symbol-db/symbol-db-engine-iterator.c:
3432         (symbol_db_engine_iterator_new):
3433         * plugins/symbol-db/symbol-db-engine-iterator.h:
3434          Moved Hash table initialization into the engine. This proxies and
3435   speeds up the process of creation and iteration of a GdaDataModel.
3436         
3437         * plugins/symbol-db/symbol-db-engine.c:
3438         (sdb_engine_ctags_output_thread),
3439         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3440         (sdb_engine_scan_files_1), (sdb_engine_init),
3441         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3442         (symbol_db_engine_add_new_workspace),
3443         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3444         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3445         (symbol_db_engine_get_sym_type_conversion_hash),
3446         (symbol_db_engine_update_files_symbols),
3447         (symbol_db_engine_update_project_symbols),
3448         (symbol_db_engine_update_buffer_symbols),
3449         (symbol_db_engine_get_class_parents),
3450         (symbol_db_engine_get_global_members_filtered),
3451         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3452         (symbol_db_engine_get_scope_members_by_symbol_id),
3453         (symbol_db_engine_get_scope_members),
3454         (symbol_db_engine_get_current_scope),
3455         (symbol_db_engine_get_file_symbols),
3456         (symbol_db_engine_get_symbol_info_by_id),
3457         (symbol_db_engine_find_symbol_by_name_pattern),
3458         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3459         * plugins/symbol-db/symbol-db-engine.h:
3460         * plugins/symbol-db/symbol-db-view-locals.c:
3461         (sdb_view_locals_get_iter_from_row_ref),
3462         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3463         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3464         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3465         Changes on some queries fuctions and some fixes. Added *_filtered
3466   functions.
3467         
3468         * plugins/symbol-db/symbol-db-view.c:
3469         (do_add_child_symbol_to_view), (add_new_waiting_for),
3470         (prepare_for_adding), (on_symbol_inserted),
3471         (do_recurse_subtree_and_remove), (on_symbol_removed),
3472         (sdb_view_do_add_hidden_dummy_child),
3473         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3474         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3475         (sdb_view_locals_create_new_store), (sdb_view_init),
3476         (sdb_view_finalize), (sdb_view_class_init),
3477         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3478         (symbol_db_view_get_pixbuf),
3479         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3480         New display for global tags. This is the definitive version, bugs apart.
3481         
3482         * plugins/symbol-db/tables.sql:
3483         fixed typo.
3485 2007-12-27  Naba Kumar  <naba@gnome.org>
3487         * libanjuta/interfaces/libanjuta.idl:
3488         * plugins/editor/aneditor-priv.h:
3489         * plugins/editor/aneditor.cxx:
3490         * plugins/editor/text_editor.c: (text_editor_instance_init),
3491         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3492         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3493         * plugins/editor/text_editor.h:
3494         * plugins/editor/text_editor_cbs.c:
3495         (on_text_editor_scintilla_notify):
3497         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3498         related code in AnEditor. Fixed some compilation warnings.
3500 2007-12-26  Naba Kumar  <naba@gnome.org>
3502         * Changelog: Fixed indentation.
3504 2007-12-25  Naba Kumar  <naba@gnome.org>
3506         * plugins/editor/Makefile.am:
3507         * plugins/editor/editor.glade:
3508         * plugins/editor/plugin.c:
3509         * plugins/editor/style-editor.c:
3510         * plugins/sourceview/Makefile.am:
3511         * plugins/sourceview/plugin.c:
3512         * plugins/sourceview/sourceview.glade:
3513         * plugins/valgrind/Makefile.am:
3515         Renamed glade files to anjuta-editor-* to give name space for the
3516         schema files (because they are installed in system directory).
3518         * scripts/build-schemas.mk: Install the schemas files also (need for
3519         binary package installation/uninstallation).
3521 2007-12-25  Johannes Schmid <jhs@gnome.org>
3523         * plugins/language-support-cpp-java/plugin.c:
3524         (set_indentation_param_vim):
3525         
3526         Support some more vim modeline commands and shortcuts (#504331)
3528 2007-12-25  Johannes Schmid <jhs@gnome.org>
3530         Patches from James Liggett:
3531         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3532         (anjuta_vcs_status_tree_view_init):
3533         * plugins/subversion/subversion-commit-dialog.c:
3534         (subversion_commit_dialog):
3535         * plugins/subversion/subversion-diff-dialog.c:
3536         (on_subversion_diff_response):
3537         * plugins/subversion/subversion-log-dialog.c:
3538         (on_log_view_selected_button_clicked),
3539         (on_log_diff_selected_button_clicked),
3540         (on_log_diff_previous_button_clicked):
3541         * plugins/subversion/subversion-resolve-dialog.c:
3542         (subversion_resolve_dialog):
3543         * plugins/subversion/subversion-revert-dialog.c:
3544         (subversion_revert_dialog):
3545         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3546         (pulse_progress_bar), (hide_pulse_progress_bar),
3547         (disconnect_data_arrived_signals),
3548         (cancel_data_arrived_signal_disconnect):
3549         * plugins/subversion/subversion-ui-utils.h:
3550         
3551         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3552         #505237 – Sort list of modified files
3554 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3556         * plugins/gdb/debugger.c:
3557         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3559 2007-12-23  Johannes Schmid <jhs@gnome.org>
3561         * plugins/language-support-cpp-java/plugin.c:
3562         (set_indentation_param_emacs), (set_indentation_param_vim),
3563         (parse_mode_line_emacs), (parse_mode_line_vim),
3564         (extract_mode_line), (initialize_indentation_params):
3566         Added (basic) support for vim modelines (#504331)
3568         * plugins/message-view/message-view.c: (message_view_next),
3569         (message_view_previous):
3570         
3571         Fixed next/previous message
3573 2007-12-23  Johannes Schmid <jhs@gnome.org>
3575         * libanjuta/anjuta-ui.h:
3576         Check for != NULL before unref'ing pixbuf (related to #497878)
3577         
3578         * plugins/devhelp/plugin.c: (register_stock_icons):
3579         * plugins/document-manager/anjuta-docman.c:
3580         (anjuta_docman_add_document):
3581         * plugins/glade/plugin.c: (on_close_activated),
3582         (register_stock_icons), (on_session_save),
3583         (glade_plugin_add_project):
3584         
3585         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3586         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3587         
3588         * plugins/language-support-cpp-java/plugin.c:
3589         (register_stock_icons):
3590         Fixed stock icon registration macros
3592 2007-12-23  Johannes Schmid <jhs@gnome.org>
3594         * global-tags/Makefile.am:
3595         * launcher/Makefile.am:
3596         * libanjuta/Makefile.am:
3597         * libegg/Makefile.am:
3598         * manuals/anjuta-faqs/Makefile.am:
3599         * manuals/anjuta-manual/Makefile.am:
3600         * manuals/reference/libanjuta/Makefile.am:
3601         * plugins/build-basic-autotools/Makefile.am:
3602         * plugins/class-gen/Makefile.am:
3603         * plugins/class-inheritance/Makefile.am:
3604         * plugins/cvs-plugin/Makefile.am:
3605         * plugins/debug-manager/Makefile.am:
3606         * plugins/devhelp/Makefile.am:
3607         * plugins/document-manager/Makefile.am:
3608         * plugins/editor/Makefile.am:
3609         * plugins/editor/scintilla/Makefile.am:
3610         * plugins/editor/scintilla/include/Makefile.am:
3611         * plugins/file-loader/Makefile.am:
3612         * plugins/file-manager/Makefile.am:
3613         * plugins/file-wizard/Makefile.am:
3614         * plugins/gdb/Makefile.am:
3615         * plugins/glade/Makefile.am:
3616         * plugins/gtodo/Makefile.am:
3617         * plugins/gvim/Makefile.am:
3618         * plugins/indent/Makefile.am:
3619         * plugins/language-manager/Makefile.am:
3620         * plugins/language-support-cpp-java/Makefile.am:
3621         * plugins/macro/Makefile.am:
3622         * plugins/message-view/Makefile.am:
3623         * plugins/patch/Makefile.am:
3624         * plugins/profiler/Makefile.am:
3625         * plugins/project-import/Makefile.am:
3626         * plugins/project-manager/Makefile.am:
3627         * plugins/project-wizard/Makefile.am:
3628         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3629         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3630         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3631         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3632         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3633         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3634         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3635         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3636         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3637         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3638         * plugins/sample1/Makefile.am:
3639         * plugins/search/Makefile.am:
3640         * plugins/sourceview/Makefile.am:
3641         * plugins/subversion/Makefile.am:
3642         * plugins/symbol-browser/Makefile.am:
3643         * plugins/symbol-db/Makefile.am:
3644         * plugins/symbol-db/test/Makefile.am:
3645         * plugins/terminal/Makefile.am:
3646         * plugins/tools/Makefile.am:
3647         * plugins/valgrind/Makefile.am:
3648         * src/Makefile.am:
3649         * tagmanager/Makefile.am:
3650         
3651         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3652         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3653         warnings from illigel C++ compiler flags.
3655 2007-12-23  Johannes Schmid <jhs@gnome.org>
3657         Patch from Tom <tpgww@onepost.net>:
3658   
3659         * plugins/document-manager/anjuta-docman.c:
3660         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3661         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3662         (anjuta_docman_instance_init), (on_notebook_switch_page),
3663         (anjuta_docman_grab_text_focus):
3664         * plugins/document-manager/plugin.c: (on_document_added),
3665         (on_window_key_press_event), (on_window_key_release_event):
3666         
3667         Some more document-manager code cleanups and fixes.
3669 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3671         * plugins/symbol-db/plugin.c: (register_stock_icons),
3672         (value_added_current_editor), (value_removed_current_editor),
3673         (on_importing_project_end), (project_root_removed):
3674         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3676         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3677         (symbol_db_engine_get_file_db_path):
3678         fixed a useless warning.
3680         * plugins/symbol-db/symbol-db-view-locals.c:
3681         (traverse_free_waiting_for), (file_view_status_destroy),
3682         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3683         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3684         (sdb_view_locals_finalize), (on_symbol_inserted),
3685         (symbol_db_view_locals_recv_signals_from_engine),
3686         (symbol_db_view_locals_update_list):
3687         more speed on editors switching. GtkTreeStore caching method implemented.
3688         Fixed compiler warnings and a little memory leak.
3690         * plugins/symbol-db/symbol-db-view-locals.h:
3691         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3692         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3693         (on_scan_end), (on_symbol_inserted),
3694         (sdb_view_locals_create_new_store), (sdb_view_init),
3695         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3696         * plugins/symbol-db/symbol-db-view.h:
3697         fixed some crashers. Now project loading/populating should be quite quick.
3699 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3701         * plugins/debug-manager/command.c,
3702         plugins/debug-manager/queue.c:
3703         Take care of command return value (FALSE is an error)
3705 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3707         * plugins/debug-manager/anjuta-debug-manager.glade,
3708         plugins/debug-manager/breakpoints.c:
3709         Remove address, condition and pass breakpoint column if not supported
3710         Fix clear all remove_all to avoid an endless loop if a breakpoint
3711         cannot be removed
3713 2007-12-17  Johannes Schmid <jhs@gnome.org>
3715         Patch from Tom <tpgww@onepost.net> (with some changes):
3717         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3718         (on_save_as_activate), (on_save_all_activate),
3719         (on_close_file_activate), (on_close_all_file_activate),
3720         (on_reload_file_activate), (on_editor_command_clear_activate),
3721         (on_transform_eolchars1_activate), (on_comment_block),
3722         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3723         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3724         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3725         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3726         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3727         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3728         (on_zoom_out_text_activate):
3729         * plugins/document-manager/action-callbacks.h:
3730         * plugins/document-manager/anjuta-docman.c:
3731         (on_notebook_page_close_button_click),
3732         (on_notebook_page_close_button_enter),
3733         (on_notebook_page_close_button_leave),
3734         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3735         (anjuta_docman_page_init), (anjuta_docman_page_new),
3736         (on_open_filesel_response), (create_file_open_dialog_gui),
3737         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3738         (anjuta_docman_instance_init), (on_notebook_switch_page),
3739         (on_document_destroy), (anjuta_docman_add_editor),
3740         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3741         (anjuta_docman_set_current_document),
3742         (anjuta_docman_goto_file_line_mark), (get_real_path),
3743         (anjuta_docman_get_full_filename),
3744         (anjuta_docman_delete_all_markers),
3745         (anjuta_docman_delete_all_indicators),
3746         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3747         (anjuta_docman_order_tabs):
3748         * plugins/document-manager/anjuta-docman.h:
3749         * plugins/document-manager/file_history.c: (an_hist_file_new),
3750         (an_file_history_push), (an_file_history_dump):
3751         * plugins/document-manager/file_history.h:
3752         * plugins/document-manager/plugin.c: (update_title),
3753         (value_removed_project_root_uri),
3754         (update_document_ui_interface_items), (menu_name_compare),
3755         (on_document_added), (on_document_changed),
3756         (on_window_key_press_event), (on_window_key_release_event),
3757         (on_session_save):
3758         * plugins/document-manager/search-box.c: (on_document_changed),
3759         (on_goto_activated), (search_box_init), (search_box_new):
3760         * plugins/document-manager/search-box.h:
3762         Yet more code cleanups
3763         Save glade files correctly in session
3764         Use new tooltip API if available
3765         Sort notebook pages when session is restored (needs work)
3767 2007-12-16  Johannes Schmid <jhs@gnome.org>
3769         * plugins/document-manager/anjuta-docman.c:
3770         (anjuta_docman_add_document):
3771         
3772         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3773         the new search bar was introduced.
3775 2007-12-12  Johannes Schmid <jhs@gnome.org>
3776   
3777         Patch from  Tom <tpgww@onepost.net>:
3778         (#485233 – another bunch of docman cleanups)
3779   
3780         * libanjuta/interfaces/libanjuta.idl:
3781         * plugins/document-manager/action-callbacks.c:
3782         (get_current_document), (get_current_focus_widget),
3783         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3784         (on_close_file_activate), (on_close_all_file_activate),
3785         (on_reload_file_activate), (on_print_activate),
3786         (on_print_preview_activate),
3787         (on_editor_command_upper_case_activate),
3788         (on_editor_command_lower_case_activate),
3789         (on_editor_command_eol_crlf_activate),
3790         (on_editor_command_eol_lf_activate),
3791         (on_editor_command_eol_cr_activate),
3792         (on_editor_command_select_all_activate),
3793         (on_editor_command_select_to_brace_activate),
3794         (on_editor_command_select_block_activate),
3795         (on_editor_command_match_brace_activate),
3796         (on_editor_command_undo_activate),
3797         (on_editor_command_redo_activate),
3798         (on_editor_command_cut_activate),
3799         (on_editor_command_paste_activate),
3800         (on_editor_command_copy_activate),
3801         (on_editor_command_clear_activate),
3802         (on_editor_command_close_folds_all_activate),
3803         (on_editor_command_open_folds_all_activate),
3804         (on_editor_command_toggle_fold_activate),
3805         (on_editor_command_bookmark_toggle_activate),
3806         (on_editor_command_bookmark_first_activate),
3807         (on_editor_command_bookmark_next_activate),
3808         (on_editor_command_bookmark_prev_activate),
3809         (on_editor_command_bookmark_last_activate),
3810         (on_editor_command_bookmark_clear_activate),
3811         (on_transform_eolchars1_activate), (on_comment_block),
3812         (on_comment_box), (on_comment_stream),
3813         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3814         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3815         (on_force_hilite_activate), (on_swap_activate),
3816         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3817         * plugins/document-manager/action-callbacks.h:
3818         * plugins/document-manager/anjuta-docman.c:
3819         (on_notebook_page_close_button_click),
3820         (on_notebook_page_close_button_enter),
3821         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3822         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3823         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3824         (on_open_filesel_response), (anjuta_docman_open_file),
3825         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3826         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3827         (anjuta_docman_class_init), (anjuta_docman_new),
3828         (on_notebook_switch_page), (on_document_save_point),
3829         (on_document_destroy), (anjuta_docman_add_editor),
3830         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3831         (anjuta_docman_set_popup_menu),
3832         (anjuta_docman_get_current_focus_widget),
3833         (anjuta_docman_get_page_for_document),
3834         (anjuta_docman_get_current_document),
3835         (anjuta_docman_set_current_document),
3836         (anjuta_docman_goto_file_line),
3837         (anjuta_docman_goto_file_line_mark),
3838         (anjuta_docman_get_full_filename),
3839         (anjuta_docman_present_notebook_page),
3840         (anjuta_docman_update_page_label),
3841         (anjuta_docman_delete_all_markers),
3842         (anjuta_docman_delete_all_indicators),
3843         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3844         (do_ordertab1), (anjuta_docman_order_tabs),
3845         (anjuta_docman_set_editor_properties),
3846         (anjuta_docman_get_document_for_path),
3847         (anjuta_docman_get_all_doc_widgets):
3848         * plugins/document-manager/anjuta-docman.h:
3849         * plugins/document-manager/editor-tooltips.c:
3850         * plugins/document-manager/plugin.c: (update_title),
3851         (update_document_ui_enable_all), (update_document_ui_disable_all),
3852         (update_document_ui_save_items),
3853         (update_document_ui_interface_items), (update_document_ui),
3854         (on_document_update_save_ui), (update_status),
3855         (on_document_update_ui), (on_document_added),
3856         (on_document_changed), (on_session_save), (on_save_prompt),
3857         (on_docman_auto_save), (on_gconf_notify_timer):
3858         * plugins/document-manager/search-box.c: (on_document_changed),
3859         (search_box_new), (search_box_grab_line_focus):
3860         * plugins/glade/plugin.c: (ifile_open):
3861         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3862         * plugins/search/search-replace_backend.c: (create_search_entries):
3863         * plugins/sourceview/anjuta-document.c: (set_uri),
3864         (anjuta_document_save):
3865         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3866         * plugins/tools/editor.c: (on_editor_response):
3868         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3869         It fixes some issues with session handling and several memory lacks.
3870         Gtk 2.12 Tooltip API is used if available.
3872 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3874         * plugins/debug-manager/disassemble.c,
3875         plugins/debug-manager/disassemble.h,
3876         plugins/debug-manager/command.c,
3877         plugins/debug-manager/command.h,
3878         plugins/debug-manager/plugin.c
3879         plugins/debug-manager/sparse_view.c,
3880         plugins/debug-manager/sparse_view.h,
3881         plugins/gdb/plugin.c,
3882         plugins/gdb/debugger.c,
3883         plugins/gdb/debugger.h,
3884         libanjuta/interfaces/libanjuta.idl:
3885         Fix bug #502533: Implement assembler step
3887         * plugins/debug-manager/breakpoints.c:
3888         Do not save temporary breakpoints
3890         * plugins/debug-manager/stack_trace.c:
3891         Fix a crash when a stack command is cancelled
3893 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3895         * plugins/debug-manager/plugin.c,
3896         plugins/debug-manager/breakpoints.c,
3897         plugins/debug-manager/breakpoints.h:
3898         Fix bug #488732: Breakpoint on delete lines
3899         Breakpoints are now linked to their position in editor
3901         * plugins/gdb/debugger.c:
3902         Fix removing condition on breakpoint 
3904 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3906         * plugins/debug-manager/anjuta-debug-manager.glade,
3907         plugins/debug-manager/start.c,
3908         plugins/gdb/plugin.c,
3909         plugins/gdb/debugger.c,
3910         plugins/gdb/debugger.h,
3911         libanjuta/interfaces/libanjuta.idl:
3912         Fix bug #481366: Do not stop at the beginning of the program
3914         * plugins/debug-manager/command.c,
3915         plugins/debug-manager/command.h,
3916         plugins/debug-manager/breakpoints.c,
3917         plugins/debug-manager/queue.c,
3918         plugins/debug-manager/queue.h:
3919         Fix a bug remove all breakpoints was not working due to latest changes
3920         Setting breakpoints is disabled when program is running
3922 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3924         * plugins/debug-manager/queue.c,
3925         plugins/gdb/plugin.c:
3926         Fix bug #501469: Crash if mime_type is unknown
3928 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3930         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3931         (on_editor_update_ui), (on_single_file_scan_end),
3932         (on_importing_project_end), (project_root_added),
3933         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3934         * plugins/symbol-db/plugin.h:
3935         show on status bar files being scanned.
3937         * plugins/symbol-db/symbol-db-engine.c:
3938         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3939         (sdb_engine_ctags_output_thread),
3940         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3941         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3942         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3943         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3944         (sdb_engine_get_table_id_by_unique_name2),
3945         (symbol_db_engine_open_project),
3946         (sdb_engine_prepare_executing_commands),
3947         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3948         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3949         (sdb_engine_detects_removed_ids),
3950         (symbol_db_engine_get_class_parents),
3951         (symbol_db_engine_get_global_members),
3952         (symbol_db_engine_get_scope_members_by_symbol_id),
3953         (symbol_db_engine_get_scope_members),
3954         (symbol_db_engine_get_current_scope),
3955         (symbol_db_engine_get_file_symbols),
3956         (symbol_db_engine_get_symbol_info_by_id),
3957         (symbol_db_engine_get_full_local_path),
3958         (symbol_db_engine_find_symbol_by_name_pattern),
3959         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3960         * plugins/symbol-db/symbol-db-engine.h:
3961         * plugins/symbol-db/symbol-db-view-locals.c:
3962         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
3963         (symbol_db_view_locals_recv_signals_from_engine),
3964         (symbol_db_view_locals_update_list):
3965         * plugins/symbol-db/symbol-db-view-locals.h:
3966         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
3967         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
3968         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
3969         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
3970         * plugins/symbol-db/symbol-db-view.h:
3971         Added g_thread architecture to scan in background. With this you
3972         can use Anjuta's GUI without freezing.
3973         Improved insertion speed by using a paradigm like 'insert' and 'check'
3974         replacing a 'check' and 'insert' one. This has been done for tables 
3975         like symbol, scope, sym_type.
3976         Fixed two crashers. 
3978         * plugins/symbol-db/tables.sql:
3979         * plugins/symbol-db/test/main.c: (get_global_members), (main),
3980         (thread), (print_message), (bastard_thread), (idle_signals):
3981         fixed a typo on tables that broke sql triggers.
3983 === anjuta 2.3.1 ===
3985 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3987         * NEWS, AUTHORS: Updated.
3988         * src/Makefile.am: Fixed make distcheck
3990         Patch from Yang Hong:
3991         * plugins/file-manager/file-manager.glade: Fixed file chooser
3992         size in file-manager preferences.
3994 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
3996         * NEWS: Updated for 2.3.1 development release
3997         * configure.in: Bumped version to 2.3.1
3999 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4001         * plugins/debug-manager/threads.c,
4002         plugins/debug-manager/disassemble.c,
4003         plugins/debug-manager/watch.c,
4004         plugins/debug-manager/registers.c,
4005         plugins/debug-manager/locals.c,
4006         plugins/debug-manager/breakpoints.c,
4007         plugins/debug-manager/stack_trace.c,
4008         plugins/debug-manager/command.c,
4009         plugins/debug-manager/command.h,
4010         plugins/debug-manager/queue.c,
4011         libanjuta/interfaces/libanjuta.idl:
4012         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4013         Document IAnjutaDebugManager signals
4014         Generate new signals in queue.c
4015         Use new signals in other files
4017 2007-11-30  <genbell@tiscali.it>
4019         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4021         * plugins/gdb/Makefile.am:
4022         Fix bug #500376
4024 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4026         * plugins/tools/variable.c:
4027         Fix a bug added in the previous patch (it is not a leak)
4029 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4031         * plugins/project-wizard/druid.c,
4032         plugins/project-wizard/templates/terminal.wiz,
4033         plugins/project-wizard/templates/xlib-dock.wiz,
4034         plugins/project-wizard/templates/wxwin.wiz,
4035         plugins/project-wizard/templates/java.wiz,
4036         plugins/project-wizard/templates/gnome.wiz,
4037         plugins/project-wizard/templates/anjuta-plugin.wiz,
4038         plugins/project-wizard/templates/gtkmm.wiz,
4039         plugins/project-wizard/templates/python.wiz,
4040         plugins/project-wizard/templates/cpp.wiz,
4041         plugins/project-wizard/templates/sdl.wiz,
4042         plugins/project-wizard/templates/gtk.wiz,
4043         plugins/project-wizard/templates/minimal.wiz,
4044         plugins/project-wizard/templates/xlib.wiz,
4045         plugins/project-wizard/templates/gcj.wiz,
4046         plugins/project-wizard/templates/translatable-strings.h,
4047         plugins/project-import/project-import.c:
4048         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4050 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4052         * plugins/debug-manager/threads.c,
4053         plugins/debug-manager/disassemble.c,
4054         plugins/debug-manager/watch.c,
4055         plugins/debug-manager/registers.c,
4056         plugins/debug-manager/memory.c,
4057         plugins/debug-manager/locals.c,
4058         plugins/debug-manager/stack_trace.c,
4059         plugins/debug-manager/queue.c,
4060         plugins/debug-manager/queue.h:
4061         Connect debugger signal only when program is loaded
4062         Rename get_feature in is_supported
4064         * plugins/debug-manager/plugin.c:
4065         Remove editor watch when plugin is deactivated
4067         * plugins/debug-manager/anjuta-debug-manager.glade,
4068         plugins/debug-manager/breakpoints.c,
4069         plugins/debug-manager/breakpoints.h:
4070         Rewrite almost completely the breakpoint code
4071         Improve breakpoint dialog
4072         Reorganize function
4073         Implement condition, hit count, ignore and temporary attribute
4075         * plugins/debug-manager/command.c,
4076         plugins/debug-manager/command.h:
4077         Add a breakpoint list command
4079         * plugins/gdb/debugger.c,
4080         plugins/gdb/debugger.h:
4081         Add new breakpoint list command
4082         Fix parsing of breakpoint data
4084         * libanjuta/interfaces/libanjuta.idl,
4085         plugins/gdb/plugin.c:
4086         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4088 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4090         * plugins/document-manager/plugin.c:
4091         Use Ctrl+Shift+s as shortcut for Save As
4093 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4095         * plugins/subversion/plugin.c: (activate_plugin):
4096         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4097         * src/layout.xml: Fixed dockitem positions.
4099 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4101         Icons from tpgww@onepost.net:
4102         * plugins/project-wizard/applogo.png:
4103         Icons from patch in bug #480093 comment #23. Also renamed icons.
4105         * plugins/message-view/Makefile.am:
4106         * plugins/message-view/plugin.c: (register_stock_icons),
4107         (ipreferences_merge): Removed redundant icon.
4109         * plugins/document-manager/plugin.c:
4110         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4111         Do not insensitize New action when there is no document.
4112         Indentation fixes.
4114 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4116         Icons from tpgww@onepost.net:
4117         * plugins/symbol-browser/an_symbol_prefs.c:
4118         * pixmaps/Makefile.am:
4119         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4121         Icons from patch in bug #480093 comment #23. Also renamed icons.
4122         To be continued..
4124 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4126         Patch from James Liggett:
4127         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4128         revert and dialogs resizable.
4130 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4132         Patch from James Liggett:
4133         * plugins/subversion/anjuta-subversion.glade:
4134         * plugins/subversion/subversion-diff-dialog.c:
4135         (on_subversion_diff_response), (subversion_diff_dialog):
4136         * plugins/subversion/subversion-diff-dialog.h:
4138         The diff dialog should have a checkbox, enabled by default, that
4139         allows the user to make sure that all open files are saved before
4140         diffing.
4142 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4144         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4146         Icons from tpgww@onepost.net:
4147         * pixmaps/Makefile.am:
4148         * src/Makefile.am:
4149         * src/anjuta-app.c:
4150         * src/anjuta-preferences-general.svg:
4152         Icons from patch in bug #480093 comment #23. Also renamed icons.
4153         To be continued..
4155 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4157         Icons from tpgww@onepost.net:
4158         * plugins/debug-manager/images/Makefile.am:
4159         * plugins/debug-manager/images/anjuta-watch.svg:
4160         * plugins/debug-manager/plugin.c: (register_stock_icons):
4161         * plugins/gdb/images/Makefile.am:
4162         * plugins/gtodo/Makefile.am:
4163         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4164         * plugins/gtodo/anjuta-gtodo.plugin.in:
4165         * plugins/gtodo/interface.c: (stock_icons):
4166         * plugins/gtodo/main.h:
4167         * plugins/gtodo/plugin.c: (ipreferences_merge):
4168         * plugins/terminal/Makefile.am:
4169         * plugins/terminal/anjuta-terminal-plugin.svg:
4170         * plugins/terminal/anjuta-terminal.plugin.in:
4171         * plugins/terminal/terminal.c:
4172         * plugins/tools/Makefile.am:
4173         * plugins/tools/anjuta-tools-plugin.svg:
4174         * plugins/tools/anjuta-tools.plugin.in:
4175         * plugins/tools/plugin.c:
4176         * plugins/valgrind/Makefile.am:
4177         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4178         * plugins/valgrind/anjuta-valgrind.plugin.in:
4179         * plugins/valgrind/plugin.c: (register_stock_icons),
4180         (ipreferences_merge):
4182         Icons from patch in bug #480093 comment #23. Also renamed icons.
4183         To be continued..
4185 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4187         reviewed by: Johannes Schmid <jhs@gnome.org>
4189         * configure.in:
4190         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4191         due to bug #493360. Still present anyway bug #495843
4193         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4194         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4195         (on_local_treeview_row_activated),
4196         (on_global_treeview_row_activated),
4197         (on_global_treeview_row_expanded), (on_project_element_added),
4198         (on_project_element_removed), (project_root_added),
4199         (symbol_db_activate), (isymbol_manager_search),
4200         (isymbol_manager_get_members),
4201         (isymbol_manager_get_completions_at_position):
4202         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4203         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4204         * plugins/symbol-db/symbol-db-engine.c:
4205         (sdb_engine_execute_non_select_sql),
4206         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4207         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4208         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4209         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4210         (symbol_db_engine_add_new_workspace),
4211         (symbol_db_engine_add_new_project),
4212         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4213         (sdb_engine_detects_removed_ids),
4214         (sdb_engine_walk_down_scope_path),
4215         (symbol_db_engine_get_class_parents),
4216         (symbol_db_engine_get_global_members),
4217         (symbol_db_engine_get_scope_members_by_symbol_id),
4218         (symbol_db_engine_get_scope_members),
4219         (symbol_db_engine_get_current_scope),
4220         (symbol_db_engine_get_file_symbols),
4221         (symbol_db_engine_get_symbol_info_by_id),
4222         (symbol_db_engine_find_symbol_by_name_pattern):
4223         * plugins/symbol-db/symbol-db-engine.h:
4224         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4225         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4226         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4227         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4228         (on_scan_end), (do_add_root_symbol_to_view),
4229         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4230         (trigger_on_symbol_inserted), (add_new_waiting_for),
4231         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4232         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4233         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4234         (symbol_db_view_row_expanded), (sdb_view_init),
4235         (gtree_compare_func), (sdb_view_finalize),
4236         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4237         (sdb_view_populate_base_root),
4238         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4239         * plugins/symbol-db/symbol-db-view.h:
4240         * plugins/symbol-db/tables.sql:
4241         * plugins/symbol-db/test/Makefile.am:
4242         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4243         (get_scope_members), (get_current_scope), (get_global_members),
4244         (get_file_symbols), (get_info_by_id), (main):
4246         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4247         Started using LIMIT keyword to speed up things.
4248         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4249         make providers use prepared statements.
4251 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4253         Patch from James Liggett:
4254         * plugins/subversion/plugin.c: (subversion_instance_init):
4255         * plugins/subversion/plugin.h:
4256         * plugins/subversion/subversion-diff-dialog.c:
4257         (on_subversion_diff_response), (subversion_diff_dialog),
4258         (on_menu_subversion_diff):
4259         * plugins/subversion/subversion-log-dialog.c:
4260         (on_log_view_selected_button_clicked),
4261         (on_log_diff_selected_button_clicked),
4262         (on_log_diff_previous_button_clicked),
4263         (subversion_log_window_create):
4264         * plugins/subversion/subversion-ui-utils.c:
4265         (get_filename_from_full_path), (init_whole_project),
4266         (on_whole_project_toggled):
4267         * plugins/subversion/subversion-ui-utils.h:
4268         * plugins/subversion/subversion-update-dialog.c:
4269         (subversion_update_dialog), (on_menu_subversion_update):
4271         Whole Project checkbox enabled by default in diff and update dialogs.
4272         changes the editor names for diff editors to something much more
4273         descriptive. For example, working copy/head diffs would have an editor
4274         with a name like "[Working Copy/Head] some-file.diff," where some-file
4275         is the name of the file/directory that was diffed. For diffs against
4276         arbitrary diffs the name would look like "[Revisions 2832/3200]
4277         some-file.diff" for a diff of some-file between revisions 2832 and
4278         3200.
4280 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4282         Icons from tpgww@onepost.net:
4283         * plugins/subversion/Makefile.am:
4284         * plugins/subversion/anjuta-subversion-plugin.svg:
4285         * plugins/subversion/anjuta-subversion.plugin.in:
4286         * plugins/subversion/plugin.h:
4287         * plugins/symbol-browser/Makefile.am:
4288         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4289         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4290         * plugins/symbol-browser/plugin.c:
4291         * plugins/symbol-db/Makefile.am:
4292         * plugins/symbol-db/plugin.c:
4293         * plugins/symbol-db/symbol-db.plugin.in:
4295         Icons from patch in bug #480093 comment #23. Also renamed icons.
4296         To be continued..
4298 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4300         Icons from tpgww@onepost.net:
4301         * plugins/project-manager/Makefile.am:
4302         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4303         * plugins/project-manager/anjuta-project-manager.plugin.in:
4304         * plugins/project-manager/plugin.c:
4305         * plugins/project-wizard/Makefile.am:
4306         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4307         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4308         * plugins/project-wizard/druid.h:
4309         * plugins/search/Makefile.am:
4310         * plugins/search/anjuta-search-plugin.svg:
4311         * plugins/search/anjuta-search.plugin.in:
4312         * plugins/search/plugin.c:
4314         Icons from patch in bug #480093 comment #23. Also renamed icons.
4315         To be continued..
4317 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4319         * TODO.tasks: updated.
4321         Icons from tpgww@onepost.net:
4322         * plugins/file-loader/Makefile.am:
4323         * plugins/file-loader/anjuta-loader-plugin.svg:
4324         * plugins/file-loader/anjuta-loader.plugin.in:
4325         * plugins/file-manager/Makefile.am:
4326         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4327         * plugins/file-manager/file-manager.plugin.in:
4328         * plugins/file-manager/plugin.c:
4329         * plugins/glade/Makefile.am:
4330         * plugins/glade/anjuta-glade-plugin.svg:
4331         * plugins/glade/anjuta-glade.plugin.in:
4332         * plugins/glade/plugin.c: (register_stock_icons):
4333         * plugins/language-manager/Makefile.am:
4334         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4335         * plugins/language-manager/language-manager.plugin.in:
4336         * plugins/message-view/Makefile.am:
4337         * plugins/message-view/anjuta-message-manager.plugin.in:
4338         * plugins/message-view/anjuta-messages-plugin.svg:
4339         * plugins/message-view/plugin.c:
4340         * plugins/patch/Makefile.am:
4341         * plugins/patch/anjuta-patch-plugin.svg:
4342         * plugins/patch/anjuta-patch.plugin.in:
4343         * plugins/patch/plugin.c:
4344         * plugins/profiler/Makefile.am:
4345         * plugins/profiler/anjuta-profiler-plugin.svg:
4346         * plugins/profiler/plugin.c: (register_stock_icons):
4347         * plugins/profiler/profiler.plugin.in:
4348         * plugins/project-import/Makefile.am:
4349         * plugins/project-import/anjuta-project-import-plugin.svg:
4350         * plugins/project-import/anjuta-project-import.plugin.in:
4351         * plugins/project-import/plugin.c:
4353         Icons from patch in bug #480093 comment #23. Also renamed icons.
4354         To be continued..
4356 2007-11-18  Johannes Schmid <jhs@gnome.org>
4358         * plugins/build-basic-autotools/build-basic-autotools.c:
4359         (build_regex_init):
4360         * plugins/debug-manager/anjuta-debug-manager.glade:
4361         * plugins/debug-manager/breakpoints.c:
4362         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4363         * plugins/file-wizard/file.c:
4364         * plugins/gdb/anjuta-gdb.glade:
4365         * plugins/glade/plugin.c: (ifile_open):
4366         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4367         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4368         * plugins/gtodo/tray-icon.c:
4369         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4370         * plugins/macro/macros.xml:
4371         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4372         Fixed translation bugs (#496833, #488211 and #497758)
4373         
4374         * plugins/document-manager/plugin.c: (on_editor_changed):
4375         Removed unused code
4377 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4379         Icons from tpgww@onepost.net:
4380         * plugins/devhelp/Makefile.am:
4381         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4382         * plugins/devhelp/anjuta-devhelp.plugin.in:
4383         * plugins/devhelp/plugin.c:
4384         * plugins/document-manager/anjuta-document-manager.plugin.in:
4385         * plugins/document-manager/images/Makefile.am:
4386         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4387         * plugins/document-manager/plugin.c:
4388         * plugins/editor/Makefile.am:
4389         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4390         * plugins/editor/anjuta-editor.plugin.in:
4391         * plugins/editor/plugin.c:
4392         * plugins/sample1/Makefile.am:
4393         * plugins/sample1/anjuta-sample-plugin.svg:
4394         * plugins/sample1/anjuta-sample.plugin.in:
4395         * plugins/sourceview/Makefile.am:
4396         * plugins/sourceview/plugin.c:
4397         * plugins/sourceview/sourceview.plugin.in:
4399         Icons from patch in bug #480093 comment #23. Also renamed icons.
4400         To be continued..
4402 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4404         * TODO.tasks: Updated.
4406         Icons from tpgww@onepost.net:
4407         * plugins/build-basic-autotools/Makefile.am:
4408         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4409         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4410         * plugins/build-basic-autotools/build-basic-autotools.c:
4411         * plugins/class-inheritance/Makefile.am:
4412         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4413         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4414         * plugins/class-inheritance/plugin.c:
4415         * plugins/cvs-plugin/Makefile.am:
4416         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4417         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4418         * plugins/cvs-plugin/plugin.c:
4419         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4420         * plugins/debug-manager/images/Makefile.am:
4421         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4422         * plugins/debug-manager/plugin.c: 
4424         Icons from patch in bug #480093 comment #23. Also renamed icons.
4425         To be continued..
4427 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4429         * (removed) libanjuta/anjuta-children.c,
4430         (removed) libanjuta/anjuta-children.h,
4431         libanjuta/anjuta-launcher.c,
4432         libanjuta/libanjuta.h,
4433         libanjuta/Makefile.am,
4434         plugins/gdb/debugger.c,
4435         plugins/terminal/terminal.c,
4436         manuals/reference/libanjuta/libanjuta-sections.txt,
4437         manuals/reference/libanjuta/libanjuta-docs.sgml:
4438         Replace anjuta_children_register by g_child_watch_add
4440 2007-11-13  Johannes Schmid <jhs@gnome.org>
4442         * plugins/subversion/anjuta-subversion.glade:
4443         * plugins/subversion/subversion-commit-dialog.c:
4444         (subversion_commit_dialog):
4445         * plugins/subversion/subversion-resolve-dialog.c:
4446         (subversion_resolve_dialog):
4447         * plugins/subversion/subversion-revert-dialog.c:
4448         (subversion_revert_dialog):
4449         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4450         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4451         (hide_pulse_progress_bar):
4452         * plugins/subversion/subversion-ui-utils.h:
4454         Yet another patch from #457477:
4455         Add a pulsing progress bar to all dialogs receiving status
4457 2007-11-12  Johannes Schmid <jhs@gnome.org>
4459         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4460         Bug 493583 – crash in Anjuta IDE: trying to open a file
4461         
4462         * plugins/subversion/subversion-commit-dialog.c:
4463         (select_all_files), (subversion_commit_dialog):
4464         Patch from jrligget - see #457477
4466 2007-11-12  Johannes Schmid <jhs@gnome.org>
4468         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4469         * libanjuta/anjuta-plugin-handle.c:
4470         (anjuta_plugin_handle_get_about):
4471         Bug 495536 – Plugins localization improvement
4472         
4473         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4474         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4475         * plugins/indent/indent.glade:
4476         * plugins/subversion/anjuta-subversion.glade:
4477         Bug 495245 – Strings bug
4479 2007-11-08  James Liggett  <jrliggett@cox.net>
4481         reviewed by: Johannes Schmid <jhs@gnome.org>
4483         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4484         (anjuta_async_command_finalize),
4485         (anjuta_async_command_notification_poll),
4486         (anjuta_async_command_thread), (start_command),
4487         (notify_data_arrived), (notify_complete),
4488         (anjuta_async_command_class_init),
4489         (anjuta_async_command_set_error_message),
4490         (anjuta_async_command_get_error_message),
4491         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4492         * libanjuta/anjuta-async-command.h:
4493         * libanjuta/anjuta-command.c: (anjuta_command_init),
4494         (anjuta_command_finalize), (anjuta_command_class_init),
4495         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4496         (anjuta_command_notify_complete),
4497         (anjuta_command_set_error_message),
4498         (anjuta_command_get_error_message):
4499         * libanjuta/anjuta-command.h:
4500         * libanjuta/anjuta-glade-catalog.c:
4501         * libanjuta/anjuta-glade.xml:
4502         * libanjuta/anjuta-vcs-status-tree-view.c:
4503         (on_selected_column_toggled),
4504         (anjuta_vcs_status_tree_view_create_columns),
4505         (anjuta_vcs_status_tree_view_init),
4506         (anjuta_vcs_status_tree_view_finalize),
4507         (anjuta_vcs_status_tree_view_set_property),
4508         (anjuta_vcs_status_tree_view_get_property),
4509         (anjuta_vcs_status_tree_view_class_init),
4510         (anjuta_vcs_status_tree_view_new),
4511         (anjuta_vcs_status_tree_view_destroy),
4512         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4513         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4514         (anjuta_vcs_status_tree_view_unselect_all),
4515         (create_selected_paths_list),
4516         (anjuta_vcs_status_tree_view_get_selected):
4517         * libanjuta/anjuta-vcs-status-tree-view.h:
4518         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4519         * libanjuta/anjuta-widgets.h:
4520         * plugins/subversion/subversion-add-dialog.c:
4521         (on_add_command_finished), (on_subversion_add_response),
4522         (subversion_add_dialog), (on_menu_subversion_add),
4523         (on_fm_subversion_add):
4524         * plugins/subversion/subversion-add-dialog.h:
4525         * plugins/subversion/subversion-commit-dialog.c:
4526         (on_commit_command_finished), (on_subversion_commit_response),
4527         (subversion_commit_dialog), (on_menu_subversion_commit),
4528         (on_fm_subversion_commit):
4529         * plugins/subversion/subversion-commit-dialog.h:
4530         * plugins/subversion/subversion-copy-dialog.c:
4531         (on_copy_other_revision_radio_toggled),
4532         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4533         (on_copy_command_finished), (on_subversion_copy_response),
4534         (subversion_copy_dialog), (on_menu_subversion_copy),
4535         (on_fm_subversion_copy):
4536         * plugins/subversion/subversion-copy-dialog.h:
4537         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4538         (on_subversion_diff_response), (subversion_diff_dialog),
4539         (on_menu_subversion_diff), (on_fm_subversion_diff):
4540         * plugins/subversion/subversion-diff-dialog.h:
4541         * plugins/subversion/subversion-log-dialog.c:
4542         (on_diff_selected_column_toggled), (create_columns),
4543         (on_log_command_finished), (on_log_view_button_clicked),
4544         (on_cat_command_data_arrived), (on_cat_command_finished),
4545         (on_log_view_selected_button_clicked), (get_selected_revisions),
4546         (on_log_diff_selected_button_clicked),
4547         (on_log_diff_previous_button_clicked),
4548         (on_subversion_log_vbox_destroy),
4549         (on_log_changes_view_row_selected), (subversion_log_window_create),
4550         (on_menu_subversion_log), (on_fm_subversion_log),
4551         (subversion_log_set_whole_project_sensitive):
4552         * plugins/subversion/subversion-log-dialog.h:
4553         * plugins/subversion/subversion-merge-dialog.c:
4554         (on_merge_command_finished), (on_subversion_merge_response),
4555         (on_merge_first_path_browse_button_clicked),
4556         (on_merge_second_path_browse_button_clicked),
4557         (on_merge_use_first_path_check_toggled),
4558         (on_merge_start_revision_radio_toggled),
4559         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4560         (on_menu_subversion_merge):
4561         * plugins/subversion/subversion-merge-dialog.h:
4562         * plugins/subversion/subversion-remove-dialog.c:
4563         (on_remove_command_finished),
4564         (on_remove_path_browse_button_clicked),
4565         (on_subversion_remove_response), (subversion_remove_dialog),
4566         (on_menu_subversion_remove), (on_fm_subversion_remove):
4567         * plugins/subversion/subversion-remove-dialog.h:
4568         * plugins/subversion/subversion-resolve-dialog.c:
4569         (on_resolve_command_finished), (on_subversion_resolve_response),
4570         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4571         * plugins/subversion/subversion-resolve-dialog.h:
4572         * plugins/subversion/subversion-revert-dialog.c:
4573         (on_revert_command_finished), (on_subversion_revert_response),
4574         (subversion_revert_dialog), (on_menu_subversion_revert):
4575         * plugins/subversion/subversion-revert-dialog.h:
4576         * plugins/subversion/subversion-switch-dialog.c:
4577         (on_switch_other_revision_radio_toggled),
4578         (on_switch_command_finished), (on_subversion_switch_response),
4579         (subversion_switch_dialog), (on_menu_subversion_switch):
4580         * plugins/subversion/subversion-switch-dialog.h:
4581         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4582         (subversion_data_free), (on_mesg_view_destroy),
4583         (create_message_view), (check_filename), (get_log_from_textview),
4584         (pulse_timer), (on_pulse_timer_destroyed),
4585         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4586         (report_errors), (on_status_command_finished),
4587         (on_status_command_data_arrived), (on_command_info_arrived),
4588         (select_all_status_items), (clear_all_status_selections),
4589         (init_whole_project), (on_whole_project_toggled),
4590         (send_diff_command_output_to_editor), (on_diff_command_finished),
4591         (stop_status_bar_progress_pulse):
4592         * plugins/subversion/subversion-ui-utils.h:
4593         * plugins/subversion/subversion-update-dialog.c:
4594         (on_update_command_finished), (on_subversion_update_response),
4595         (subversion_update_dialog), (on_menu_subversion_update),
4596         (on_fm_subversion_update):
4597         * plugins/subversion/subversion-update-dialog.h:
4598         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4599         (svn_add_command_finalize), (svn_add_command_run),
4600         (svn_add_command_class_init), (svn_add_command_new),
4601         (svn_add_command_destroy):
4602         * plugins/subversion/svn-add-command.h:
4603         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4604         (svn_cat_command_finalize), (svn_cat_command_run),
4605         (svn_cat_command_class_init), (svn_cat_command_new),
4606         (svn_cat_command_destroy), (svn_cat_command_get_output):
4607         * plugins/subversion/svn-cat-command.h:
4608         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4609         (svn_command_release_ui_lock), (simple_prompt),
4610         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4611         (svn_auth_ssl_server_trust_prompt_func_cb),
4612         (svn_auth_ssl_client_cert_prompt_func_cb),
4613         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4614         (svn_command_init), (svn_command_finalize),
4615         (svn_command_class_init), (svn_command_push_info),
4616         (svn_command_get_info_queue), (svn_command_set_error),
4617         (svn_command_get_client_context), (svn_command_get_pool),
4618         (svn_command_lock_ui), (svn_command_unlock_ui),
4619         (svn_command_get_revision), (svn_command_copy_path_list),
4620         (svn_command_free_path_list):
4621         * plugins/subversion/svn-command.h:
4622         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4623         (svn_commit_command_init), (svn_commit_command_finalize),
4624         (svn_commit_command_run), (svn_commit_command_class_init),
4625         (svn_commit_command_new), (svn_commit_command_destroy):
4626         * plugins/subversion/svn-commit-command.h:
4627         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4628         (svn_copy_command_init), (svn_copy_command_finalize),
4629         (svn_copy_command_run), (svn_copy_command_class_init),
4630         (svn_copy_command_new), (svn_copy_command_destroy):
4631         * plugins/subversion/svn-copy-command.h:
4632         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4633         (svn_diff_command_finalize), (svn_diff_command_run),
4634         (svn_diff_command_class_init), (svn_diff_command_new),
4635         (svn_diff_command_destroy), (svn_diff_command_get_output):
4636         * plugins/subversion/svn-diff-command.h:
4637         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4638         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4639         (svn_log_command_class_init), (svn_log_command_new),
4640         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4641         * plugins/subversion/svn-log-command.h:
4642         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4643         (svn_log_entry_finalize), (svn_log_entry_class_init),
4644         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4645         (svn_log_entry_get_author), (svn_log_entry_get_date),
4646         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4647         (svn_log_entry_get_full_log):
4648         * plugins/subversion/svn-log-entry.h:
4649         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4650         (svn_merge_command_finalize), (svn_merge_command_run),
4651         (svn_merge_command_class_init), (svn_merge_command_new),
4652         (svn_merge_command_destroy):
4653         * plugins/subversion/svn-merge-command.h:
4654         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4655         (svn_remove_command_init), (svn_remove_command_finalize),
4656         (svn_remove_command_run), (svn_remove_command_class_init),
4657         (svn_remove_command_new), (svn_remove_command_destroy),
4658         (svn_remove_command_get_path):
4659         * plugins/subversion/svn-remove-command.h:
4660         * plugins/subversion/svn-resolve-command.c:
4661         (svn_resolve_command_init), (svn_resolve_command_finalize),
4662         (svn_resolve_command_run), (svn_resolve_command_class_init),
4663         (svn_resolve_command_new), (svn_resolve_command_destroy):
4664         * plugins/subversion/svn-resolve-command.h:
4665         * plugins/subversion/svn-revert-command.c:
4666         (svn_revert_command_init), (svn_revert_command_finalize),
4667         (svn_revert_command_run), (svn_revert_command_class_init),
4668         (svn_revert_command_new), (svn_revert_command_destroy):
4669         * plugins/subversion/svn-revert-command.h:
4670         * plugins/subversion/svn-status-command.c:
4671         (svn_status_command_init), (svn_status_command_finalize),
4672         (on_svn_status_notify), (svn_status_command_run),
4673         (svn_status_command_class_init), (svn_status_command_new),
4674         (svn_status_command_destroy),
4675         (svn_status_command_get_status_queue):
4676         * plugins/subversion/svn-status-command.h:
4677         * plugins/subversion/svn-status.c: (svn_status_init),
4678         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4679         (svn_status_destroy), (svn_status_get_path),
4680         (svn_status_get_vcs_status):
4681         * plugins/subversion/svn-status.h:
4682         * plugins/subversion/svn-switch-command.c:
4683         (svn_switch_command_init), (svn_switch_command_finalize),
4684         (svn_switch_command_run), (svn_switch_command_class_init),
4685         (svn_switch_command_new), (svn_switch_command_destroy):
4686         * plugins/subversion/svn-switch-command.h:
4687         * plugins/subversion/svn-update-command.c:
4688         (svn_update_command_init), (svn_update_command_finalize),
4689         (svn_update_command_run), (svn_update_command_class_init),
4690         (svn_update_command_new), (svn_update_command_destroy):
4691         * plugins/subversion/svn-update-command.h:
4693         Now really committed all files from James patch (#457477)
4695 2007-11-08  Johannes Schmid <jhs@gnome.org>
4697         * TODO.tasks: Updated
4699 2007-11-08  James Liggett  <jrliggett@cox.net>
4701         reviewed by: Johannes Schmid <jhs@gnome.org>
4703         * configure.in:
4704         * libanjuta/Makefile.am:
4705         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4706         * libanjuta/anjuta-status.h:
4707         * libanjuta/libanjuta.h:
4708         * plugins/subversion/Makefile.am:
4709         * plugins/subversion/anjuta-subversion.glade:
4710         * plugins/subversion/anjuta-subversion.ui:
4711         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4712         (value_removed_project_root_uri), (activate_plugin),
4713         (deactivate_plugin), (finalize), (subversion_instance_init):
4714         * plugins/subversion/plugin.h:
4715         * plugins/subversion/subversion-actions.c:
4716         * plugins/subversion/subversion-actions.h:
4717         * plugins/subversion/subversion-callbacks.c:
4718         * plugins/subversion/subversion-callbacks.h:
4719         * plugins/subversion/svn-auth.c:
4720         * plugins/subversion/svn-auth.h:
4721         * plugins/subversion/svn-backend-priv.h:
4722         * plugins/subversion/svn-backend.c:
4723         * plugins/subversion/svn-backend.h:
4724         * plugins/subversion/svn-notify.c:
4725         * plugins/subversion/svn-notify.h:
4726         * plugins/subversion/svn-thread.c:
4727         * plugins/subversion/svn-thread.h:
4728         
4729         Commited alpha2 of the new subversion plugin (#457477)
4731 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4733         * plugins/debug-manager/command.c:
4734         Fix a stupid crash when changing a register value
4736 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4738         * libanjuta/interfaces/libanjuta.idl,
4739         plugins/debug-manager/command.c,
4740         plugins/debug-manager/command.h,
4741         plugins/debug-manager/start.c,
4742         plugins/gdb/plugin.c,
4743         plugins/gdb/debugger.c,
4744         plugins/gdb/debugger.h:
4745         Use anjuta terminal plugin instead of gnome terminal
4746         Select if a terminal is used in the the start_program function
4747         Move terminal code from debugger.c to plugin.c
4748         Partial fix of bug #481366
4750         * plugins/gdb/utilities.c,
4751         plugins/gdb/utilities.h:
4752         Remove gnome terminal check function
4754 2007-11-06  Johannes Schmid <jhs@gnome.org>
4756         * plugins/project-import/anjuta-project-import.glade:
4757         * plugins/project-import/project-import.c: (on_import_next),
4758         (on_import_finish), (project_import_set_directory):
4759         * plugins/project-wizard/property.c: (npw_property_create_widget),
4760         (npw_property_set_value_from_widget):
4761         
4762         Replaced gnome_file_entry with gtk_file_chooser_button
4763         Fixes #422329 – Creating a new directory in program options doesn't work
4764         
4765 2007-11-04  Massimo Cora' <maxcvs@email.it>
4767         * plugins/symbol-db/plugin.c:
4768         add all files at once on project_import.
4769         No need to split them into more languages: ctags
4770         and the engine will take care of that.
4772         * plugins/symbol-db/symbol-db-engine.h,
4773         * plugins/symbol-db/symbol-db-engine.c,
4774         * plugins/symbol-db/tables.sql,
4775         * plugins/symbol-db/test/Makefile.am,
4776         * plugins/symbol-db/test/main.c,
4777         * plugins/symbol-db/symbol-db-view-locals.c:
4778         some memory leaks fixed. Ported the thing to
4779         libgda 3.1.2 [or better svn HEAD].
4780         Thanks to a fresh new algorithm to detect
4781         parent scope we're able to display correcly
4782         a local gtktree, including classes not directly
4783         defined inside that file.
4785 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4787         * plugins/debug-manager/threads.c,
4788         plugins/debug-manager/stack_trace.c:
4789         Do not display address when not needed
4791         * plugins/debug-manager/plugin.c,
4792         plugins/debug-manager/breakpoints.c:
4793         Breakpoints directly connect to debugger signals
4795         * plugins/debug-manager/watch.c:
4796         program-unload signal does not exist used debugger-stopped
4798         * plugins/debug-manager/queue.c,
4799         libanjuta/interfaces/libanjuta.idl:
4800         Display error message returned by debugger command
4801         Add new error codes
4803 2007-11-04  Johannes Schmid <jhs@gnome.org>
4805         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4806         Bug 493062 – gcj template needs AC_PROG_CC
4807         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4809         * src/anjuta-actions.h:
4810         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4811         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4813 === anjuta 2.3.0 ===
4815 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4817         * AUTHORS: Updated
4819 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4821         * ChangeLog: Tagged 2.3.0 release.
4823         * plugins/indent/Makefile.am: Fixed indentation.
4825         * plugins/editor/aneditor-autocomplete.cxx:
4826         * plugins/editor/aneditor-priv.h:
4827         * plugins/editor/aneditor.cxx:
4828         * plugins/editor/aneditor.h: Commented out dead codes.
4830         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4831         Do not build symbol-db by
4832         default. Added 'unstable' in plugin description to signify it's
4833         developmental state.
4835         * plugins/file-manager/Makefile.am,
4836         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4838 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4840         * plugins/debug-manager/utilities.c,
4841         plugins/debug-manager/utilities.h,
4842         plugins/debug-manager/threads.c,
4843         plugins/debug-manager/plugin.c,
4844         plugins/debug-manager/plugin.h,
4845         plugins/debug-manager/disassemble.h,
4846         plugins/debug-manager/watch.c,
4847         plugins/debug-manager/watch.h,
4848         plugins/debug-manager/breakpoints.c,
4849         plugins/debug-manager/stack_trace.c:
4850         Replace few remaining function calls by signal 
4852         * plugins/debug-manager/disassemble.c,
4853         plugins/debug-manager/registers.c,
4854         plugins/debug-manager/memory.c,
4855         plugins/debug-manager/locals.c,
4856         plugins/debug-manager/queue.c,
4857         plugins/debug-manager/queue.h:
4858         Connect signals when debugger is started
4859         Disconnect them when debugger is stopped
4860         Do not display window if debugger doesn't support feature
4862         * plugins/gdb/plugin.c,
4863         libanjuta/interfaces/libanjuta.idl:
4864         Remove unused initialization function
4866 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4868         * configure.in:
4869         * plugins/file-manager/Makefile.am:
4870         * scripts/build-schemas.mk: Fixed 'make distcheck'
4872 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4874         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4875         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4876         to latest API additions.
4878         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4879         to API changes.
4881 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4883         * ChangeLog: Fixed indentation.
4884         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4885         branch.
4887 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4889         * libanjuta/interfaces/libanjuta.idl:
4890         * plugins/build-basic-autotools/build-basic-autotools.c:
4891         (build_compile_file_real), (build_build_project),
4892         (build_install_project), (build_clean_project),
4893         (build_configure_project), (build_autogen_project),
4894         (build_distribution_project), (build_build_module),
4895         (build_install_module), (build_clean_module), (fm_build),
4896         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4897         (finalize), (basic_autotools_plugin_instance_init),
4898         (ibuildable_set_command), (ibuildable_reset_commands),
4899         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4900         (ibuildable_install), (ibuildable_configure),
4901         (ibuildable_generate), (ibuildable_iface_init):
4902         * plugins/build-basic-autotools/build-basic-autotools.h:
4904         Added API for commands override in build interface and implemented
4905         them in build plugin. Useful for other plugins override build
4906         commands depending on project environment.
4908 2007-10-28  Naba Kumar  <naba@gnome.org>
4910         * src/anjuta.glade,
4911         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4912         Fixed widget alignment for dock switcher tab style combo and
4913         scratchbox path entrybox.
4915 2007-10-28  Johannes Schmid <jhs@gnome.org>
4917         * plugins/document-manager/plugin.c: (on_editor_changed):
4918         Fixed a memory leak and simplified code (thanks again Sébastien)
4919         
4920         * configure.in:
4921         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4922         and OFFSET sql statements)
4924 2007-10-28  Massimo Cora' <maxcvs@email.it>
4926         * plugins/symbol-db/plugin.c,
4927         plugins/symbol-db/symbol-db-engine.h,
4928         plugins/symbol-db/symbol-db-view.c,
4929         plugins/symbol-db/symbol-db-view.c,
4930         plugins/symbol-db/symbol-db-view-locals.c,
4931         plugins/symbol-db/symbol-db-view-locals.h,
4932         plugins/symbol-db/symbol-db-engine.c:
4933         Better end-of-file-scan detection, permitting
4934         an improved scope/inheritance parsing.
4935         Locals tab gtktree now displays correct
4936         namespace->class->children tree, even if
4937         in a C++ file there isn't class declaration.
4939 2007-10-27  Johannes Schmid <jhs@gnome.org>
4941         Patch from Stanislav Brabec <sbrabec@suse.cz>
4942         * configure.in:
4943         Bug 489798 – Do not rely on svn-config
4945         Patch from Michael Wolf <maw@ximian.com>:
4946         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4947         (egg_tree_model_filter_remove_node),
4948         (egg_tree_model_filter_row_deleted):
4949         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4951 2007-10-27  Johannes Schmid <jhs@gnome.org>
4953         * plugins/devhelp/anjuta-devhelp.ui:
4954         * plugins/message-view/anjuta-message-manager.ui:
4956         Added some separators to the toolbar
4957         
4958         * plugins/document-manager/plugin.c:
4959         (on_support_plugin_deactivated), (load_new_support_plugins),
4960         (unload_unused_support_plugins), (on_editor_changed):
4961         
4962         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
4963         for pointing out that is was crap.
4965 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
4967         * libanjuta/interfaces/libanjuta.idl,
4968         libanjuta/anjuta-plugin-manager.c,
4969         libanjuta/anjuta-plugin-manager.h,
4970         libanjuta/anjuta-c-plugin-factory.c,
4971         libanjuta/anjuta-c-module.h,
4972         libanjuta/anjuta-c-module.c:
4973         Report detailled error message in case of plugin loading failure
4975 2007-10-24  Johannes Schmid <jhs@gnome.org>
4977         * configure.in:
4978         * plugins/Makefile.am:
4979         
4980         Activate build of symbol-db plugin (when libgda is available)
4981         
4982         * plugins/document-manager/plugin.c:
4983         (on_support_plugin_deactivated), (on_editor_changed):
4984         
4985         Properly handle language support plugins even when they are
4986         unloaded by the session.
4987         
4988         * plugins/symbol-db/plugin.c: (register_stock_icons),
4989         Port to new REGISTER_ICONS stuff
4990   
4991 2007-10-22  Massimo Cora'  <maxcvs@email.it>
4993         * plugins/symbol-db/plugin.c,
4994         * plugins/symbol-db/symbol-db-view.c
4995         * plugins/symbol-db/symbol-db-engine.h,
4996         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
4997         * plugins/symbol-db/symbol-db-view-locals.c,
4998         * plugins/symbol-db/symbol-db-view-locals.h,
4999         * plugins/symbol-db/symbol-db-engine.c:
5000         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5001         Added a new algorithm for dynamic population of the local symbols' tab.
5002         Now the default view is tree-like.
5003         Some fixes on engine correct some population issues.    
5005 2007-10-23  Naba Kumar  <naba@gnome.org>
5007         * plugins/glade/Makefile.am: Corrected conditional not to install
5008         .plugin file if plugin is disabled.
5009         * plugins/sourceview/Makefile.am: Corrected conditional not to
5010         install schemas if plugin is not built.
5012 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5014         * plugins/debug-manager/queue.c:
5015         Fix #488061: Mutiple crash dialogs
5017         * plugins/gdb/debugger.c,
5018         plugins/gdb/debugger.h:
5019         Remove maximum gdb command length, should fix bug#474811
5021 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5023         * manuals/reference/libanjuta/plugin-description-file.sgml,
5024         manuals/reference/libanjuta/libanjuta-docs.sgml,
5025         manuals/reference/libanjuta/libanjuta-sections.txt,
5026         libanjuta/interfaces/libanjuta.idl,
5027         libanjuta/anjuta-c-module.c,
5028         libanjuta/anjuta-c-plugin-factory.c:
5029         Document last changes in plugin code
5031 2007-10-19  Johannes Schmid <jhs@gnome.org>
5033         * plugins/subversion/subversion-callbacks.c: (check_filename):
5034         
5035         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5037 2007-10-19  Naba Kumar  <naba@gnome.org>
5039         * plugins/file-manager/file-model.c: Fixed a critical runtime
5040         warning.
5042 2007-10-18  Johannes Schmid <jhs@gnome.org>
5044         * libanjuta/anjuta-ui.h:
5045         Small fix on icon macros
5046         
5047         * libanjuta/interfaces/libanjuta.idl:
5048         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5049         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5050         (ilanguage_iface_init):
5051         
5052         Added get_from_editor() and get_name_from_editor() methods
5053         to IAnjutaLanguage
5054         
5055         * plugins/document-manager/plugin.c:
5056         (update_editor_ui_interface_items), (on_editor_changed):
5057         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5058         .in:
5059         * plugins/language-support-cpp-java/plugin.c: (install_support):
5060         
5061         Ported plugins to use the new interface
5063 2007-10-17  Johannes Schmid <jhs@gnome.org>
5065         * libanjuta/anjuta-ui.h:
5066         
5067         Added macros to register stock icons to stop all this copy&paste
5068         which had spread over a lot of files. New macros support to add 
5069         icons with toolbar and menu size (16 and 24)
5070         
5071         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5072         * plugins/debug-manager/images/anjuta-attach.svg:
5073         * plugins/debug-manager/images/anjuta-step-out.svg:
5074         * plugins/debug-manager/images/anjuta-step-over.svg:
5075         * plugins/debug-manager/plugin.c: (register_stock_icons):
5076         * plugins/document-manager/images/Makefile.am:
5077         * plugins/document-manager/images/anjuta-block-end.svg:
5078         * plugins/document-manager/images/anjuta-block-start.svg:
5079         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5080         * plugins/document-manager/images/anjuta-bookmark.svg:
5081         * plugins/document-manager/images/anjuta-go-history-next.svg:
5082         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5083         * plugins/document-manager/plugin.c: (register_stock_icons):
5084         * plugins/glade/plugin.c: (register_stock_icons):
5085         * plugins/language-support-cpp-java/plugin.c:
5086         (register_stock_icons):
5087         * plugins/message-view/Makefile.am:
5088         * plugins/message-view/anjuta-go-message-next.svg:
5089         * plugins/message-view/anjuta-go-message-prev.svg:
5090         * plugins/message-view/anjuta-message-view.svg:
5091         * plugins/message-view/messages.xpm:
5092         * plugins/message-view/plugin.c: (register_stock_icons):
5093         * plugins/patch/plugin.c: (patch_plugin_activate):
5094         * plugins/project-manager/plugin.c: (register_stock_icons):
5095         * plugins/search/Makefile.am:
5096         * plugins/search/anjuta-go-match-next.svg:
5097         * plugins/search/anjuta-go-match-prev.svg:
5098         * plugins/search/plugin.c: (activate_plugin):
5099         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5100         * plugins/terminal/terminal.c: (register_stock_icons):
5101         * plugins/valgrind/plugin.c: (register_stock_icons):
5102         
5103         Updated to use the new icons and added several new and updated 
5104         icons from #480093
5106 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5108         * libanjuta/anjuta-plugin-handle.c,
5109         libanjuta/anjuta-plugin-handle.h:
5110         Add a new path property containing the directory of the .plugin
5111         file, library file (.so or whatever) must be in the same directory
5113         * libanjuta/anjuta-plugin-manager.c,
5114         libanjuta/interfaces/libanjuta.idl,
5115         (removed) libanjuta/anjuta-glue-plugin.c,
5116         (removed) libanjuta/anjuta-glue-plugin.h,
5117         (removed) libanjuta/anjuta-glue-c.c,
5118         (removed) libanjuta/anjuta-glue-c.h,
5119         (removed) libanjuta/anjuta-glue-cpp.c,
5120         (removed) libanjuta/anjuta-glue-cpp.h,
5121         (removed) libanjuta/anjuta-glue-factory.c,
5122         (removed) libanjuta/anjuta-glue-factory.h,
5123         (added) libanjuta/anjuta-c-module.c,
5124         (added) libanjuta/anjuta-c-module.h,
5125         (added) libanjuta/anjuta-c-plugin-factory.c,
5126         (added) libanjuta/anjuta-c-plugin-factory.h,
5127         libanjuta/Makefile.am:
5128         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5129         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5130         implementing IAnjutaPluginFactory
5131         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5133         * libanjuta/libanjuta.h:
5134         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5135         interface)
5137         * libanjuta/anjuta-plugin.h:
5138         Replace AnjutaGluePlugin by GTypeModule
5139         Remove unused anjuta_glue_get_component_type replaced by
5140         g_type_from_name
5142         * plugins/build-basic-autotools/build-basic-autotools.h,
5143         plugins/class-gen/plugin.h,
5144         plugins/class-inheritance/plugin.h,
5145         plugins/cvs-plugin/plugin.h,
5146         plugins/debug-manager/plugin.h,
5147         plugins/devhelp/plugin.h,
5148         plugins/document-manager/plugin.h,
5149         plugins/editor/plugin.h,
5150         plugins/file-loader/plugin.h,
5151         plugins/file-wizard/plugin.h,
5152         plugins/gdb/plugin.h,
5153         plugins/glade/plugin.h,
5154         plugins/gtodo/plugin.h,
5155         plugins/indent/plugin.h,
5156         plugins/language-manager/plugin.h,
5157         plugins/language-support-cpp-java/plugin.h,
5158         plugins/macro/plugin.h,
5159         plugins/message-view/plugin.h,
5160         plugins/patch/plugin.h,
5161         plugins/profiler/plugin.h,
5162         plugins/project-import/plugin.h,
5163         plugins/project-manager/plugin.h,
5164         plugins/project-wizard/plugin.h,
5165         plugins/sample1/plugin.h,
5166         plugins/search/plugin.h,
5167         plugins/sourceview/plugin.h,
5168         plugins/subversion/plugin.h,
5169         plugins/symbol-browser/plugin.h,
5170         plugins/symbol-db/plugin.h,
5171         plugins/terminal/terminal.c,
5172         plugins/tools/plugin.h,
5173         plugins/valgrind/plugin.h:
5174         Replace AnjutaGluePlugin by GTypeModule
5176 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5178         * plugins/debug-manager/breakpoints.c:
5179         Fix bug#487112, crash while removing a breakpoint in a new file
5181 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5183         * plugins/document-manager/search-box.c:
5184         Fix a crash (with an useful comment) focus-out-event handler must
5185         return a gboolean
5187 2007-10-14 Johannes Schmid <jhs@gnome.org>
5189         * plugins/sourceview/sourceview.c:
5190         Hide calltip when "Up" or "Down" key is pressed
5192 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5194         * plugins/document-manager/search-box.c:
5195         Change included file order to avoid a compile error with gnome 2.16
5197 2007-10-13  Johannes Schmid <jhs@gnome.org>
5199         * plugins/debug-manager/plugin.c: (enable_log_view):
5200         
5201         Fixed crash when closing a project and unloading another while
5202         the debugger is enabled
5204 2007-10-13  Johannes Schmid <jhs@gnome.org>
5206         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5207         
5208         Use correct breakpoint icon
5209         
5210         * plugins/devhelp/Makefile.am:
5211         * plugins/devhelp/anjuta-go-help-next.svg:
5212         * plugins/devhelp/anjuta-go-help-prev.svg:
5213         * plugins/devhelp/plugin.c: (register_stock_icons),
5214         (devhelp_activate):
5215         
5216         Added new icons from #480093
5217         
5218         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5219         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5220         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5221         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5222         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5223         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5224         * plugins/message-view/anjuta-go-message-next.svg:
5225         * plugins/message-view/anjuta-go-message-prev.svg:
5226         
5227         Updated icons from #480093
5228                 
5229         * src/anjuta-actions.h:
5230         Use GTK_STOCK_FULLSCREEN
5231         
5232         * src/anjuta-app.c: (on_gdl_style_changed),
5233         (anjuta_app_instance_init):
5234         * src/anjuta.glade:
5235         
5236         Added preference option to set the gdl switcher style
5238 2007-10-13  Johannes Schmid <jhs@gnome.org>
5240         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5241         (get_property_value_as_string), (set_property_value_as_string),
5242         (register_callbacks):
5243         * libanjuta/anjuta-preferences.h:
5244         
5245         Support GtkFileChooserButton as preferences widget
5246         
5247         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5248         
5249         Fixed a Gtk-Critical
5250         
5251         * plugins/file-manager/Makefile.am:
5252         * plugins/file-manager/file-model.c: (file_model_filter_file),
5253         (file_model_add_dummy), (file_model_expand_idle),
5254         (file_model_set_property), (file_model_get_property),
5255         (file_model_class_init):
5256         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5257         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5258         (file_manager_activate), (file_manager_finalize),
5259         (file_manager_instance_init), (ipreferences_merge),
5260         (ipreferences_unmerge), (ipreferences_iface_init):
5261         * plugins/file-manager/plugin.h:
5262         
5263         Added preferences to file-manager
5265         * plugins/glade/plugin.c: (activate_plugin):
5266         
5267         Move Properties widget into center because it is way to big
5268         for the sidebar
5270 2007-10-10  Johannes Schmid <jhs@gnome.org>
5272         * plugins/language-support-cpp-java/Makefile.am:
5273         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5274         * plugins/language-support-cpp-java/anjuta-complete.svg:
5275         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5276         * plugins/language-support-cpp-java/plugin.c:
5277         (register_stock_icons):
5278         
5279         And yet some more icons...
5281 2007-10-10  Johannes Schmid <jhs@gnome.org>
5283         * plugins/debug-manager/breakpoints.c:
5284         * plugins/debug-manager/images/Makefile.am:
5285         * plugins/debug-manager/images/anjuta-bookmark.svg:
5286         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5287         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5288         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5289         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5290         * plugins/debug-manager/images/anjuta-linemark.svg:
5291         * plugins/debug-manager/images/anjuta-pcmark.svg:
5292         * plugins/debug-manager/plugin.c: (register_stock_icons):
5293         * plugins/debug-manager/sparse_view.c:
5294         * plugins/document-manager/images/Makefile.am:
5295         * plugins/document-manager/images/anjuta-block-select.svg:
5296         * plugins/document-manager/images/anjuta-fold-close.svg:
5297         * plugins/document-manager/images/anjuta-fold-open.svg:
5298         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5299         * plugins/document-manager/images/anjuta-indent-less.svg:
5300         * plugins/document-manager/images/anjuta-indent-more.svg:
5301         * plugins/document-manager/images/anjuta-swap.svg:
5302         * plugins/document-manager/images/block_select.xpm:
5303         * plugins/document-manager/images/fold_close.xpm:
5304         * plugins/document-manager/images/fold_open.xpm:
5305         * plugins/document-manager/images/fold_toggle.xpm:
5306         * plugins/document-manager/images/indent.xpm:
5307         * plugins/document-manager/images/indent_dcr.xpm:
5308         * plugins/document-manager/images/indent_inc.xpm:
5309         * plugins/document-manager/plugin.c: (register_stock_icons):    
5310         * plugins/editor/Makefile.am:
5311         * plugins/editor/anjuta-bookmark-16.xpm:
5312         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5313         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5314         * plugins/editor/anjuta-linemark-16.xpm:
5315         * plugins/editor/anjuta-pcmark-16.xpm:
5316         * plugins/editor/bookmark.xpm:
5317         * plugins/editor/breakpoint-disabled.xpm:
5318         * plugins/editor/breakpoint-enabled.xpm:
5319         * plugins/editor/linemarker.xpm:
5320         * plugins/editor/program-counter.xpm:
5321         * plugins/editor/text_editor.c:
5322         * plugins/message-view/Makefile.am:
5323         * plugins/message-view/anjuta-go-message-next.svg:
5324         * plugins/message-view/anjuta-go-message-prev.svg:
5325         * plugins/message-view/anjuta-message-manager.ui:
5326         * plugins/message-view/plugin.c:
5327         * plugins/sourceview/Makefile.am:
5328         * plugins/sourceview/sourceview.c:
5330         Integrated lots of icons from #480093
5331         Thanks to <tpgww@onepost.net>
5333         * plugins/document-manager/plugin.c:
5334         Do not mark the line in ifile_open(), that looks ugly.
5335         
5336         * plugins/document-manager/search-box.c: (on_search_focus_out),
5337         (search_box_init):
5338         Clear the status bar on focus_out.
5339         
5340         * plugins/file-loader/anjuta-loader-plugin.ui:
5341         Fixed a missing "="
5343 2007-10-09  Johannes Schmid <jhs@gnome.org>
5345         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5346         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5348         Some things I missed in the patch for #484419
5349         
5350         * plugins/document-manager/action-callbacks.c:
5351         (on_new_file_activate):
5352         * plugins/document-manager/action-callbacks.h:
5353         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5354         (on_window_key_press_event), (on_gconf_notify_timer):
5355         
5356         484645 – patch to deal with docman FIXME etc
5357         
5358         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5359         * plugins/search/search-replace.c: (search_and_replace),
5360         (write_message_pane), (search_replace_populate),
5361         (translate_dialog_strings), (create_dialog),
5362         (anjuta_search_replace_activate):
5363         * plugins/search/search-replace_backend.c:
5364         (file_buffer_new_from_path), (get_next_match),
5365         (create_search_entries), (regex_backref),
5366         (clear_search_replace_instance):
5367         * plugins/search/search-replace_backend.h:
5368         
5369         #484573 – patch to correct various search-related issues
5370         
5371         Thanks for the above patches to <tpgww@onepost.net>
5372         
5373         * plugins/sourceview/sourceview.c:
5374         (sourceview_create_highligth_indic):
5375         
5376         Use the same marker for important as gedit (yellow background)
5378         * plugins/document-manager/anjuta-document-manager.ui:
5379         * plugins/file-loader/anjuta-file-loader.ui:
5380         * plugins/file-loader/plugin.c:
5381         
5382         Moved FileNew action to document-manager
5384 2007-10-08  Johannes Schmid <jhs@gnome.org>
5386         * plugins/document-manager/search-box.c: (on_search_activated):
5387         Mark messages for translation
5389 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5391         reviewed by: Johannes Schmid <jhs@gnome.org>
5393         * plugins/Makefile.am:
5394         * plugins/build-basic-autotools/build-basic-autotools.c:
5395         (build_compile_file_real):
5396         * plugins/search/search-replace.c:
5397         * plugins/valgrind/preferences.c: (build_general_prefs):
5398         
5399         Fix #484379 – Contents of Makefile.am plugins and
5400         #484419 – Improvement into translation
5402 2007-10-06  Johannes Schmid <jhs@gnome.org>
5404         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5406         Fixed to properly support pointer-to-pointer (**) types
5408         * libanjuta/interfaces/libanjuta.idl:
5409         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5410         * plugins/sourceview/sourceview-cell.h:
5411         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5412         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5413         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5414         (isearch_backward), (isearch_iface_init):
5415         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5416         (itext_editor_iface_init), (iselection_set_iter),
5417         (iselection_get_start_iter), (iselection_get_end_iter),
5418         (iselection_iface_init), (isearch_forward), (isearch_backward),
5419         (isearch_iface_init):
5420         
5421         Added IAnjutaEditorSearch interface and some utility methods to
5422         migrate from positions to iterators for the editor interface.
5423         
5424         * plugins/document-manager/Makefile.am:
5425         * plugins/document-manager/action-callbacks.c:
5426         (on_goto_line_no1_activate), (on_show_search):
5427         * plugins/document-manager/action-callbacks.h:
5428         * plugins/document-manager/anjuta-docman.c:
5429         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5430         (anjuta_docman_grab_text_focus):
5431         * plugins/document-manager/anjuta-document-manager.ui:
5432         * plugins/document-manager/goto_line.c: (removed)
5433         * plugins/document-manager/goto_line.h: (removed)
5434         * plugins/document-manager/search-box.c:
5435         * plugins/document-manager/search-box.h:
5436         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5437         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5438         (update_editor_ui_interface_items), (on_editor_added),
5439         (activate_plugin), (deactivate_plugin):
5440         * plugins/document-manager/plugin.h:
5441         
5442         Created new incremental "Quick Search" bar in the document manager to
5443         replace the crappy EggToolbar entries. Uses the new search interface and
5444         it thus much faster and more reliable.
5445         Fixes: 
5446         Bug 357544 – incremental search should work consistently (or not at all) 
5447         when main toolbar is hidden
5448         Bug 440637 – Search, don't work very well (partly for incremental search)
5449         
5450         * plugins/search/anjuta-search.ui:
5451         * plugins/search/plugin.c: (activate_plugin):
5452         
5453         Removed incremental search stuff
5454         
5455         * plugins/build-basic-autotools/build-basic-autotools.c:
5456         (on_session_save), (on_session_load):
5457         * plugins/build-basic-autotools/executer.c:
5458         (get_program_parameters):
5459         
5460         Scroll to selected executable and remember it across sessions
5461         (followup of #477976)
5462         
5463         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5464         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5465         
5466         * plugins/devhelp/anjuta-devhelp.ui:
5467         Rearraged toolbar items a bit
5469 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5471         * plugins/debug-manager/command.c,
5472         plugins/debug-manager/queue.c,
5473         plugins/gdb/plugin.c,
5474         plugins/gdb/debugger.c:
5475         Fix several crashing bugs (including bug#482985) with the debugger
5476         when closing project, stopping the debugger, restarting the program
5478 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5480         * libanjuta/anjuta-launcher.c:
5481         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5483 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5485         * plugins/debug-manager/command.c,
5486         plugins/debug-manager/queue.c:
5487         Asynchronous command can abort other commands in queue
5488         Resynchronize debugger state when a command is cancelled
5490         * plugins/debug-manager/breakpoints.c:
5491         Free BreakpointItem only when it is not used anymore
5493         * plugins/gdb/plugin.c:
5494         Do not return TRUE if the callback and/or ready signal is not used
5496         * plugins/gdb/debugger.c:
5497         Fix a crash, return correct state when debugger is stopped
5499 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5501         * plugins/project-wizard/autogen.c:
5502         Fix bug#482067, escape project wizard user defined strings
5504 2007-10-01  Johannes Schmid <jhs@gnome.org>
5506         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5507         .glade:
5508         * plugins/build-basic-autotools/build-basic-autotools.c:
5509         (basic_autotools_plugin_instance_init):
5510         * plugins/build-basic-autotools/build-basic-autotools.h:
5511         * plugins/build-basic-autotools/executer.c:
5512         (get_program_parameters):
5513         
5514         Fixed #477976 – Keybinding in run dialog
5516 2007-09-30  Johannes Schmid <jhs@gnome.org>
5518         * plugins/Makefile.am:
5519         Do not build indent plugin (yet)
5520         
5521         * plugins/document-manager/plugin.c: (ipreferences_merge):
5522         Fixed unintentional and wrong change
5524         * plugins/indent/anjuta-indent.ui:
5525         Added missing file
5527 2007-09-28  Johannes Schmid <jhs@gnome.org>
5529         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5530         * libanjuta/anjuta-launcher.h:
5531         Add a method to send EOF to some process. Needed for the indent plugin
5532         and should be useful in general. It does not actually send EOF as this
5533         is not possible with utf-8, but closes the stream instead.
5535         * plugins/devhelp/plugin.c: (value_added_current_editor):
5536         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5537         IAnjutaDocument switch.
5539         * configure.in:
5540         * plugins/Makefile.am:
5541         * plugins/document-manager/Makefile.am:
5542         * plugins/document-manager/action-callbacks.c:
5543         * plugins/document-manager/anjuta-document-manager.glade:
5544         * plugins/document-manager/anjuta-document-manager.ui:
5545         * plugins/document-manager/images/Makefile.am:
5546         * plugins/document-manager/images/indent_auto.xpm:
5547         * plugins/document-manager/images/indent_set.xpm:
5548         * plugins/document-manager/indent-dialog.c:
5549         * plugins/document-manager/indent-dialog.h:
5550         * plugins/document-manager/indent-util.c:
5551         * plugins/document-manager/indent-util.h:
5552         * plugins/document-manager/indent_test.c:
5553         * plugins/document-manager/plugin.c: (register_stock_icons),
5554         (docman_plugin_instance_init), (ipreferences_merge):
5555         * plugins/document-manager/plugin.h:
5556         
5557         Removed indent code from document manager
5558         
5559         * plugins/indent/Makefile.am:
5560         * plugins/indent/indent-dialog.c:
5561         * plugins/indent/indent-util.c: (indent_init_indent_style):
5562         * plugins/indent/indent.glade:
5563         * plugins/indent/indent.plugin.in:
5564         * plugins/indent/plugin.c: (on_indent_finished),
5565         (on_indent_output), (on_indent_action_activate),
5566         (on_edit_editor_indent), (on_style_combo_changed),
5567         (value_added_current_editor), (value_removed_current_editor),
5568         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5569         (indent_plugin_finalize), (indent_plugin_dispose),
5570         (anjuta_indent_plugin_instance_init),
5571         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5572         (ipreferences_unmerge), (ipreferences_iface_init):
5573         * plugins/indent/plugin.h:
5575         Moved indent code to it's own plugin. Also reimplemented indent invocation
5576         using anjuta_launcher and streams. This is not yet completely working, maybe
5577         I got something wrong with the launcher.
5578         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5580 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5582         * plugins/debug-manager/plugin.c:
5583         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5585 2007-09-27  Johannes Schmid <jhs@gnome.org>
5587         * libanjuta/interfaces/libanjuta.idl:
5588         * plugins/Makefile.am:
5589         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5590         (isymbol_type_str), (isymbol_name), (isymbol_args),
5591         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5592         (isymbol_impl), (isymbol_iface_init):
5593         * plugins/symbol-browser/an_symbol_info.c:
5594         * plugins/symbol-browser/an_symbol_info.h:
5595         * plugins/symbol-db/Makefile.am:
5596         * plugins/symbol-db/plugin.c:
5597         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5598         (value_added_current_editor), (on_editor_foreach_clear),
5599         (value_removed_current_editor), (project_root_added),
5600         (symbol_db_activate), (symbol_db_deactivate),
5601         (isymbol_manager_search):
5602         * plugins/symbol-db/readtags.c: (initialize_1):
5603         * plugins/symbol-db/symbol-db-engine-iterator.c:
5604         (sdb_engine_iterator_instance_init),
5605         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5606         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5607         (symbol_db_engine_iterator_move_next),
5608         (symbol_db_engine_iterator_move_prev),
5609         (symbol_db_engine_iterator_get_n_items),
5610         (symbol_db_engine_iterator_last),
5611         (symbol_db_engine_iterator_set_position),
5612         (symbol_db_engine_iterator_get_position),
5613         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5614         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5615         (isymbol_iter_foreach), (isymbol_iter_set_position),
5616         (isymbol_iter_get_position), (isymbol_iter_get_length),
5617         (isymbol_iter_clone), (isymbol_iter_assign),
5618         (isymbol_iter_iface_init):
5619         * plugins/symbol-db/symbol-db-engine-iterator.h:
5620         * plugins/symbol-db/symbol-db-engine.c:
5621         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5622         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5623         (sdb_engine_finalize), (sdb_engine_get_type),
5624         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5625         (sdb_engine_get_table_id_by_unique_name2),
5626         (sdb_engine_get_table_id_by_unique_name3),
5627         (symbol_db_engine_add_new_workspace),
5628         (symbol_db_engine_get_opened_project_name),
5629         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5630         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5631         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5632         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5633         (sdb_engine_add_new_scope_definition),
5634         (sdb_engine_add_new_tmp_heritage_scope),
5635         (sdb_engine_second_pass_update_scope_1),
5636         (sdb_engine_second_pass_update_heritage),
5637         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5638         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5639         (symbol_db_engine_update_project_symbols),
5640         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5641         (symbol_db_engine_update_buffer_symbols),
5642         (sdb_engine_walk_down_scope_path),
5643         (sdb_engine_prepare_symbol_info_sql),
5644         (symbol_db_engine_get_global_members),
5645         (symbol_db_engine_get_scope_members_by_symbol_id),
5646         (symbol_db_engine_get_scope_members),
5647         (symbol_db_engine_get_current_scope),
5648         (symbol_db_engine_get_file_symbols):
5649         * plugins/symbol-db/symbol-db-engine.h:
5650         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5651         (on_symbol_updated), (on_symbol_inserted),
5652         (symbol_db_view_locals_get_line),
5653         (symbol_db_view_locals_update_list):
5654         * plugins/symbol-db/symbol-db-view-search.c:
5655         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5656         * plugins/symbol-db/symbol-db-view-search.h:
5657         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5658         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5659         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5660         * plugins/symbol-db/tables.sql:
5661         * plugins/symbol-db/test/Makefile.am:
5662         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5663         Updated patch from Massimo to improve symbol-db plugin
5665         * plugins/document-manager/plugin.c: (on_editor_changed):
5666         Make the code a bit more robust
5667         
5668         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5669         (anjuta_document_get_property), (anjuta_document_class_init),
5670         (anjuta_document_init), (set_uri), (document_loader_loaded),
5671         (anjuta_document_load), (document_saver_saving):
5672         * plugins/sourceview/anjuta-document.h:
5673         * plugins/sourceview/sourceview.c: (autodetect_language),
5674         (ilanguage_set_language), (ilanguage_get_language):
5675         Fix language detection on startup
5677 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5679         * plugins/document-manager/action-callbacks.c:
5680         (on_editor_command_upper_case_activate),
5681         (on_editor_command_lower_case_activate): Leftover commit from previous
5682         commit (see last changlog entry by me).
5683         
5684         * plugins/file-manager/plugin.c: (file_manager_activate):
5685         Gave proper widget name so that layout works.
5687 2007-09-26  Johannes Schmid <jhs@gnome.org>
5689         * plugins/document-manager/plugin.c: (on_editor_changed),
5690         (docman_plugin_instance_init):
5691         Only unload/load language-support plugins if necessary.
5692         
5693         * plugins/language-manager/plugin.c: (language_manager_activate):
5694         Removed some debugging code
5696         * plugins/sourceview/sourceview.c: (on_document_saved),
5697         (ilanguage_set_language), (ilanguage_get_language):
5698         Fixed ianjuta_language interface and ensure that highlighting is
5699         activated when a new file is saved.
5700         
5701 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5703         * libanjuta/interfaces/libanjuta.idl:
5704         * plugins/document-manager/action-callbacks.c:
5705         (on_editor_command_upper_case_activate),
5706         (on_editor_command_lower_case_activate):
5707         * plugins/editor/text_editor.c: (iselection_has_selection),
5708         (iselection_get_start), (iselection_get_end),
5709         (iselection_iface_init):
5710         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5711         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5712         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5713         method and implemented it for both scintilla and sourceview editors.
5714         Updated document-manager and assist plugins to use the new method.
5716 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5718         * plugins/file-manager/file-view.c:
5719         Fix typo, allow to compile new file manager with gtk < 2.12
5721 2007-09-25  Johannes Schmid <jhs@gnome.org>
5723         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5724         Support Auto-Indent for single lines (e.g no selection);
5725         
5726         * plugins/macro/plugin.c:
5727         Do not use the same shortcut as auto-indent does
5728         
5729         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5730         Optimized keyboard navigation - do not emit char_added when only
5731         navigation keys have been pressed.
5733 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5735         * plugins/language-support-cpp-java/cpp-java-assist.c:
5736         (on_assist_chosen), (cpp_java_assist_install),
5737         (cpp_java_assist_uninstall):
5738         * plugins/language-support-cpp-java/plugin.c: (install_support),
5739         (uninstall_support): Install and uninstall support in correct order.
5740         Fixes a bug where it was installed multiple times resulting in
5741         inserting autocomplete text multiple times.
5743 2007-09-25  Johannes Schmid <jhs@gnome.org>
5745         * configure.in:
5746         Add GNOME_WARNING_FLAGS(maximum) and
5747         GNOME_CXX_WARNIGS(yes) to avoid bugs
5748         the compiler can warn you.
5749         
5750         * libegg/test-tree-utils.c: (key_test):
5751         * plugins/file-manager/file-model.c:
5752         (file_model_cancel_expand_idle), (file_model_sort),
5753         (file_model_row_expanded):
5754         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5755         (file_view_refresh), (file_view_get_selected), (file_view_init),
5756         (file_view_new):
5757         * plugins/file-manager/file-view.h:
5758         * plugins/symbol-db/readtags.c: (initialize_1):
5759         * src/main.c:
5760         
5761         Fixed the more critical warnings
5763 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5765         Icons from tpgww@onepost.net:
5766         * configure.in:
5767         * plugins/debug-manager/Makefile.am:
5768         * plugins/debug-manager/images/Makefile.am:
5769         * plugins/debug-manager/images/anjuta-attach.svg:
5770         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5771         * plugins/debug-manager/images/anjuta-step-into.svg:
5772         * plugins/debug-manager/images/anjuta-step-out.svg:
5773         * plugins/debug-manager/images/anjuta-step-over.svg:
5774         * plugins/debug-manager/plugin.c: (register_stock_icons):
5775         * plugins/document-manager/Makefile.am:
5776         * plugins/document-manager/block_select.xpm:
5777         * plugins/document-manager/fold_close.xpm:
5778         * plugins/document-manager/fold_open.xpm:
5779         * plugins/document-manager/fold_toggle.xpm:
5780         * plugins/document-manager/images/Makefile.am:
5781         * plugins/document-manager/images/anjuta-block-end.svg:
5782         * plugins/document-manager/images/anjuta-block-start.svg:
5783         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5784         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5785         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5786         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5787         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5788         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5789         * plugins/document-manager/indent.xpm:
5790         * plugins/document-manager/indent_auto.xpm:
5791         * plugins/document-manager/indent_dcr.xpm:
5792         * plugins/document-manager/indent_inc.xpm:
5793         * plugins/document-manager/indent_set.xpm:
5794         * plugins/document-manager/plugin.c: Added nicer icons for
5795         document manager and debugger. Organized icons in 'images'
5796         directories.
5798 2007-09-24  Johannes Schmid <jhs@gnome.org>
5800         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5801         Fixed a missing NULL in g_object_set.
5803 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5805         * plugins/language-support-cpp-java/cpp-java-assist.c:
5806         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5807         scope memebers just after scope operator is entered.
5809 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5811         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5812         * plugins/language-support-cpp-java/cpp-java-assist.c:
5813         (completion_function), (completion_compare),
5814         (cpp_java_assist_tag_destroy), (create_completion),
5815         (cpp_java_assist_destroy_completion_cache),
5816         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5817         Show '()' for function items in autocomplete list. Allow adding
5818         ' ' and/or '(' after function call autocompletion and have preferences
5819         settings for them.
5821 2007-09-24  Johannes Schmid <jhs@gnome.org>
5823         * sourceview.c: Reverting patch from r3157 because
5824         of side-effects
5826 2007-09-24  Johannes Schmid <jhs@gnome.org>
5828         * plugins/search/search-replace.c: (on_message_clicked):
5830         Fixed #427104 – No "highlight" of lines matching find-result
5832 2007-09-24  Johannes Schmid <jhs@gnome.org>
5834         * src/anjuta.glade:
5836         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5838 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5840         reviewed by: Johannes Schmid <jhs@gnome.org>
5842         * plugins/build-basic-autotools/executer.c: (execute_program):
5843         Fix #478238 – set env for execute programe in the terminal
5845 2007-09-24 Tom <tpgww@onepost.net>
5847         reviewed by: Johannes Schmid <jhs@gnome.org>
5849         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5850         Fix memory leak
5851         
5852         * plugins/debug-manager/disassemble.c: (on_disassemble):
5853         Correct a format string in DEBUG_PRINT()
5855 2007-09-23  Johannes Schmid <jhs@gnome.org>
5857         * plugins/sourceview/sourceview.c: (offset_to_position),
5858         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5859         (ieditor_get_position), (iselect_set), (iselect_get_start),
5860         (iselect_get_end):
5861         
5862         Fixed #Bug 440637 – Search, don't work very well
5864 2007-09-23  Johannes Schmid <jhs@gnome.org>
5866         * plugins/file-manager/file-model.c: (file_model_get_filename):
5867         * plugins/file-manager/file-model.h:
5868         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5869         (file_view_init), (file_view_class_init):
5870         * plugins/message-view/message-view.c:
5871         (message_view_query_tooltip), (message_view_dispose),
5872         (message_view_instance_init), (message_view_class_init):
5874         Added GTK+ 2.12 style tooltips to file-manager and message view.
5875         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5876         old implementation is used.
5878 2007-09-23  Johannes Schmid <jhs@gnome.org>
5880         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5881         Fixed typo
5882         
5883         * plugins/language-manager/language-manager.plugin.in:
5884         Marked UserActivatable=FALSE
5885         
5886         * plugins/language-manager/plugin.c: (load_languages),
5887         (language_manager_activate), (language_manager_deactivate),
5888         (language_manager_dispose), (language_manager_instance_init),
5889         (language_manager_find_mime_type), (language_manager_find_string),
5890         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5891         (ilanguage_get_name), (ilanguage_get_strings):
5892         
5893         Fixed various stupid bugs in language-manager plugin
5894         
5895         * plugins/symbol-db/symbol-db-engine.c:
5896         (sdb_engine_second_pass_update_scope_1):
5897         
5898         Add a g_return_if_fail to avoid a crash though still unsure
5899         what's causing it.
5901 2007-09-23  Johannes Schmid <jhs@gnome.org>
5903         * plugins/symbol-db/plugin.c: (on_project_element_added),
5904         (sources_array_free), (sources_array_add_foreach),
5905         (project_root_added):
5906         * plugins/symbol-db/symbol-db-engine.c:
5907         (symbol_db_engine_add_new_files):
5908         * plugins/symbol-db/symbol-db-engine.h:
5909         
5910         Added support for other languages than "C" to symbol-db. Now
5911         supports all languages listed by the language-manager.
5913 2007-09-23  Tom <tpgww@onepost.net>
5915         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5917         * configure.in:
5918         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5919         
5920         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5921         (anjuta_glue_factory_get_object_type):
5922         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5923         * plugins/build-basic-autotools/build-basic-autotools.c:
5924         (value_added_current_editor):
5925         * plugins/debug-manager/breakpoints.c:
5926         (breakpoints_dbase_edit_breakpoint),
5927         (on_toggle_breakpoint_activate):
5928         * plugins/debug-manager/plugin.c:
5929         (on_run_to_cursor_action_activate):
5930         * plugins/debug-manager/stack_trace.c:
5931         (dma_thread_update_stack_trace):
5932         * plugins/gdb/plugin.c:
5933         * plugins/glade/plugin.c: (ifile_open):
5934         * plugins/profiler/gprof-call-graph-view.c:
5935         * plugins/profiler/gprof-flat-profile-view.c:
5936         * plugins/profiler/gprof-function-call-tree-view.c:
5937         * plugins/profiler/gprof-options.c: (setup_widgets):
5938         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5939         * plugins/search/search-replace_backend.c:
5940         (file_buffer_new_from_te):
5941         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5942         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5943         (assist_window_get_property), (assist_window_move):
5944         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5945         (value_added_current_editor):
5946         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5947         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5948         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5949         
5950         Many small code, warnings and leak fixes
5952 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
5954         * (removed) plugins/debug-manager/debugger.c,
5955         (removed) plugins/debug-manager/debugger.h,
5956         (added) plugins/debug-manager/command.c,
5957         (added) plugins/debug-manager/command.h,
5958         (added) plugins/debug-manager/queue.c,
5959         (added) plugins/debug-manager/queue.h,
5960         plugins/debug-manager/breakpoints.c,
5961         plugins/debug-manager/debug_tree.c,
5962         plugins/debug-manager/debug_tree.h,
5963         plugins/debug-manager/disassemble.c,
5964         plugins/debug-manager/disassemble.h,
5965         plugins/debug-manager/locals.c,
5966         plugins/debug-manager/locals.h,
5967         plugins/debug-manager/memory.c,
5968         plugins/debug-manager/memory.h,
5969         plugins/debug-manager/plugin.c,
5970         plugins/debug-manager/plugin.h,
5971         plugins/debug-manager/registers.c,
5972         plugins/debug-manager/registers.h,
5973         plugins/debug-manager/sharedlib.c,
5974         plugins/debug-manager/sharedlib.h,
5975         plugins/debug-manager/signals.c,
5976         plugins/debug-manager/signals.h,
5977         plugins/debug-manager/stack_trace.c,
5978         plugins/debug-manager/stack_trace.h,
5979         plugins/debug-manager/start.h,
5980         plugins/debug-manager/start.c,
5981         plugins/debug-manager/threads.c,
5982         plugins/debug-manager/threads.h,
5983         plugins/debug-manager/watch.c,
5984         plugins/debug-manager/watch.h,
5985         plugins/debug-manager/Makefile.am,
5986         plugins/gdb/debugger.c,
5987         plugins/gdb/debugger.h,
5988         plugins/gdb/plugin.c,
5989         libanjuta/interfaces/libanjuta.idl:
5990         Split debug-manager/debugger.c into command.c and queue.c
5991         Clean up debugger queue
5992         DmaDebuggerQueue object does not implement IAnjutaDebugger
5994 2007-09-23  Johannes Schmid <jhs@gnome.org>
5996         * configure.in:
5997         Bumped version to 2.3.0 (to ensure bugzilla bugs are
5998         set correctly, etc.)
5999         
6000         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6001         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6002         (plugin_set_update):
6003         
6004         Show an error dialog instead of crashing when plugin loading fails
6006         * plugins/language-manager/Makefile.am:
6007         * plugins/language-manager/language-manager.plugin.in:
6008         * plugins/language-manager/languages.xml:
6009         * plugins/language-manager/plugin.c: (language_destroy),
6010         (load_languages), (language_manager_activate),
6011         (language_manager_deactivate), (language_manager_finalize),
6012         (language_manager_dispose), (language_manager_instance_init),
6013         (language_manager_class_init), (language_manager_find_mime_type),
6014         (language_manager_find_string), (ilanguage_get_from_mime_type),
6015         (ilanguage_get_from_string), (ilanguage_get_name),
6016         (ilanguage_get_strings), (ilanguage_iface_init):
6017         * plugins/language-manager/plugin.h:
6018         
6019         Added new language-manager plugin to have a better organisation for
6020         language names. The xml probabaly needs to be extended over time.
6021         
6022         * plugins/Makefile.am:
6023         * plugins/document-manager/plugin.c: (on_editor_changed):
6024         
6025         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6026         because it does not really save memory but makes tab switching slow.
6027         
6028         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6029         .in:
6030         * plugins/language-support-cpp-java/plugin.c: (install_support),
6031         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6032         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6033         unloading
6035         * plugins/language-support-cpp-java/cpp-java-assist.c:
6036         (cpp_java_assist_show_autocomplete):
6037         
6038         Fix autocomplete to only show valid completions
6040         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6041         Calltips always have correct size and position now
6043 2007-09-22  Johannes Schmid <jhs@gnome.org>
6045         * plugins/search/search-replace_backend.c: (get_next_match):
6046         Removed code introduced by accident that causes a crash.
6047         
6048         * plugins/sourceview/sourceview-tags.c:
6049         * plugins/sourceview/sourceview-tags.h:
6050         Removed ununsed files
6052 2007-09-22  Johannes Schmid <jhs@gnome.org>
6054         * plugins/language-support-cpp-java/cpp-java-assist.c:
6055         Fixed build error
6057 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6059         * plugins/language-support-cpp-java/cpp-java-assist.c:
6060         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6061         Increased matching brace search to 500 chars.
6063 2007-09-21  Johannes Schmid <jhs@gnome.org>
6065         * plugins/language-support-cpp-java/cpp-java-assist.c:
6066         (cpp_java_assist_get_pre_word),
6067         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6068         
6069         Added some profiling debug code
6070         
6071         * plugins/language-support-cpp-java/cpp-java-utils.c:
6072         (cpp_java_util_jump_to_matching_brace):
6073         * plugins/language-support-cpp-java/cpp-java-utils.h:
6074         * plugins/language-support-cpp-java/plugin.c:
6075         (get_line_indentation_base), (get_line_auto_indentation):
6076         
6077         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6078         avoid looping over the whole file when using calltips which is too slow and
6079         unneeded.
6080         
6081         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6082         (assist_tip_set_tips), (assist_tip_get_coordinates),
6083         (assist_tip_new):
6084         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6085         
6086         Better calltips appearance (use theme now) and avoid jumping
6087         calltips
6089 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6091         * plugins/document-manager/plugin.c:
6092         (update_editor_ui_interface_items):
6093         * plugins/language-support-cpp-java/plugin.c: (install_support),
6094         (uninstall_support): Moved autocomplete ui update code from
6095         document-manager to language-plugin.
6097 2007-09-21  Johannes Schmid <jhs@gnome.org>
6099         * libanjuta/interfaces/libanjuta.idl:
6100         
6101         Added IAnjutaLanguage interface (might still change...) for
6102         the upcoming language-manager plugin.
6103         
6104         * plugins/file-manager/Makefile.am:
6105         * plugins/file-manager/file-model.c:
6106         (file_model_cancel_expand_idle), (file_model_add_dummy),
6107         (file_model_expand_idle), (file_model_sort),
6108         (file_model_row_expanded), (file_model_row_collapsed),
6109         (file_model_init), (file_model_finalize),
6110         (file_model_set_property), (file_model_get_property),
6111         (file_model_class_init), (file_model_new), (file_model_refresh),
6112         (file_model_get_uri):
6113         * plugins/file-manager/file-model.h:
6114         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6115         (file_view_expand_row_idle), (file_view_refresh),
6116         (file_view_get_selected), (file_view_button_press_event),
6117         (file_view_selection_changed), (file_view_init),
6118         (file_view_get_property), (file_view_set_property),
6119         (file_view_finalize), (file_view_class_init):
6120         
6121         Split up model/view as far as possible and fixed some file-manager
6122         bugs (popup-menu and incorrect project loading).
6123         
6124         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6125         Use monospace font for tips.
6126         
6127         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6128         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6129         (icell_get_attribute), (icell_style_get_font_description),
6130         (icell_style_get_color), (icell_style_get_background_color),
6131         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6132         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6133         (iiter_get_length), (iiter_clone), (iiter_assign):
6135         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6136         interface. This is way faster though it has the drawback to create invalid
6137         iterators if the buffer is changed.
6139 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6141         * libanjuta/interfaces/libanjuta.idl:
6142         * plugins/document-manager/action-callbacks.c:
6143         * plugins/document-manager/anjuta-document-manager.ui:
6144         * plugins/document-manager/plugin.c: (register_stock_icons):
6145         * plugins/editor/text_editor.c:
6146         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6147         * plugins/language-support-cpp-java/cpp-java-assist.c:
6148         (cpp_java_assist_get_calltip_context):
6149         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6150         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6152         Moved autocomplete menu action from document-manager to assist plugin
6153         and got rid of deprecated autocomplete interface.
6155 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6157         * libanjuta/interfaces/libanjuta.idl:
6158         * plugins/editor/text_editor.c: (iassist_iface_init):
6159         * plugins/language-support-cpp-java/cpp-java-assist.c:
6160         (cpp_java_assist_check), (on_assist_chosen):
6161         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6162         Removed react() methods in both editors and assist interface. Assist
6163         plugin itself handles setting the autocomplete. Also fixed
6164         some mem leaks.
6166 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6168         * plugins/file-manager/Makefile.am:
6169         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6170         (file_view_expand_idle), (file_view_init):
6171         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6172         (file_manager_set_default_uri), (project_root_added),
6173         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6174         (file_manager_activate), (file_manager_deactivate),
6175         (file_manager_instance_init), (file_manager_class_init),
6176         (ifile_manager_set_root), (ifile_manager_set_selected),
6177         (ifile_manager_iface_init): Adjusted white spaces to match
6178         anjuta convention.
6180 2007-09-19  Naba Kumar  <naba@gnome.org>
6182         * libanjuta/interfaces/libanjuta.idl:
6183         * plugins/editor/text_editor.c: (text_editor_instance_init),
6184         (iassist_show_tips), (iassist_cancel_tips),
6185         (iassist_hide_suggestions), (iassist_iface_init):
6186         * plugins/editor/text_editor.h:
6187         * plugins/editor/text_editor_cbs.c:
6188         (on_text_editor_scintilla_notify):
6189         * plugins/language-support-cpp-java/cpp-java-assist.c:
6190         (is_scope_context_character), (is_word_character),
6191         (create_completion), (cpp_java_assist_get_scope_context),
6192         (cpp_java_assist_get_pre_word),
6193         (cpp_java_assist_get_scope_operator),
6194         (cpp_java_assist_destroy_completion_cache),
6195         (cpp_java_assist_create_scope_completion_cache),
6196         (cpp_java_assist_create_word_completion_cache),
6197         (cpp_java_assist_show_autocomplete),
6198         (cpp_java_assist_get_calltip_context),
6199         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6200         (on_editor_char_added), (on_assist_chosen),
6201         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6202         (cpp_java_assist_init), (cpp_java_assist_finalize):
6203         * plugins/language-support-cpp-java/cpp-java-assist.h:
6204         * plugins/language-support-cpp-java/plugin.c:
6205         (initialize_indentation_params):
6206         * plugins/sourceview/assist-tip.c:
6207         * plugins/sourceview/assist-tip.h:
6208         * plugins/sourceview/sourceview-private.h:
6209         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6210         (on_assist_tip_destroyed), (on_assist_cancel),
6211         (on_document_char_added), (iassist_get_suggestions),
6212         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6213         
6214         Implement state-less assistance so that assist can be evaluated
6215         any given time at any position. Changed IAnjutaEditorAssist interfance
6216         and implementations and removed any state management in editors.
6218 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6220         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6221         completion items sorting and avoided unnecssary sorts.
6223         * plugins/text-editor.c: Fixed state.
6225 2007-09-17  Johannes Schmid <jhs@gnome.org>
6227         * plugins/language-support-cpp-java/cpp-java-assist.c:
6228         (on_assist_begin):
6229         
6230         Fixed calltips in sourceview
6232 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6234         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6235         completion items preparation time. Fixed a crash bug.
6237         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6238         Set buffer size (From Massimo, required for symbol-db).
6240         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6241         for suggestions.
6243         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6244         change in API.
6246         * plugins/editor/aneditor-autocomplete.cxx,
6247         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6248         Added ANE_GETWORDBEFORECARAT command.
6250         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6251         using assist interface.
6253         * plugins/editor/text_editor.c: (text_editor_instance_init),
6254         (text_editor_get_word_before_carat),
6255         (text_editor_get_current_word), (iassist_add_trigger),
6256         (iassist_remove_trigger), (on_assist_canceled),
6257         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6258         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6259         * plugins/editor/text_editor.h:
6260         * plugins/editor/text_editor_cbs.c: (trigger_size),
6261         (max_trigger_size), (text_editor_check_assist),
6262         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6263         interface.
6265         * plugins/language-support-cpp-java/Makefile.am:
6266         * plugins/language-support-cpp-java/plugin.c:
6267         (get_line_indentation_base), (get_line_auto_indentation),
6268         (install_support), (uninstall_support),
6269         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6270         (cpp_java_plugin_instance_init):
6271         * plugins/language-support-cpp-java/plugin.h:
6272         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6273         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6274         Make assist a separate class.
6276 2007-09-14  Johannes Schmid <jhs@gnome.org>
6278         * plugins/sourceview/sourceview.c: (iassist_suggest):
6279         Fixed changed char_alignment paramter in language-support
6280         plugin
6282 2007-09-14  Naba Kumar  <naba@gnome.org>
6284         * plugins/language-support-cpp-java/plugin.c: Send the right
6285         'char_alignment' paramenter (needs fixing in sourceview).
6287 2007-09-13  Johannes Schmid <jhs@gnome.org>
6289         * anjuta.anjuta:
6290         * plugins/project-wizard/templates/minimal/project.anjuta:
6291         Use IAnjutaSymbolManager instead of loading the plugin directly.
6292         (TODO: Think of a version to do this for older files...)
6294         * configure.in:
6295         * plugins/Makefile.am:
6296         * plugins/symbol-db/Makefile.am:
6297         
6298         Build symbol-db plugin if libgda-3.0 is found
6300 2007-09-13  Johannes Schmid <jhs@gnome.org>
6302         * plugins/sourceview/Makefile.am:
6303         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6304         (set_uri):
6305         * plugins/sourceview/anjuta-document.h:
6306         Removed lots of dead code
6307         
6308         * plugins/sourceview/anjuta-languages-manager.c:
6309         * plugins/sourceview/anjuta-languages-manager.h:
6310         removed completely
6311         
6312         * plugins/sourceview/sourceview.c: (on_document_char_added),
6313         (on_document_loaded), (sourceview_instance_init),
6314         (iselect_get_start), (iselect_get_end),
6315         (ilanguage_get_supported_languages), (ilanguage_set_language):
6316         
6317         Fixed selection handling and make some adaptions for the changes 
6318         mentioned above
6320 2007-09-13  Johannes Schmid <jhs@gnome.org>
6322         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6323         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6324         (on_assist_update):
6325         
6326         Added preferences to language support completion/calltips
6327         
6328         * plugins/sourceview/assist-window.c: (assist_window_update):
6330         Always select first entry
6332         * plugins/sourceview/sourceview.glade:
6333         Removed old completion preferences
6335 2007-09-11  Naba Kumar  <naba@gnome.org>
6337         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6338         and possible crash when pressing ctrl+d in terminal after preferences
6339         window has been shown once (no need for backport).
6341         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6342         implementations to get warnings instead of crashes for unimplemented
6343         interface methods.
6345 2007-09-11   Massimo Cora' <maxcvs@email.it>
6347         Reviewed by: Naba Kumar  <naba@gnome.org>
6349         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6350         * plugins/symbol-db/*:
6351         Added new symbol-database backend based on SQLite 3.
6352         (does not enabled for build currently).
6354 2007-09-10  Johannes Schmid <jhs@gnome.org>
6356         * anjuta.anjuta:
6357         * configure.in:
6358         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6359         (parse_info_init), (parse_info_free), (valid_element),
6360         (start_element_handler), (end_element_handler), (text_handler),
6361         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6362         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6363         (egg_recent_model_monitor), (egg_recent_model_read),
6364         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6365         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6366         (egg_recent_model_set_property), (egg_recent_model_class_init),
6367         (egg_recent_model_init), (egg_recent_model_add_full),
6368         (egg_recent_model_delete), (egg_recent_model_get_list),
6369         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6370         (egg_recent_model_set_filter_mime_types),
6371         (egg_recent_model_clear_group_filter),
6372         (egg_recent_model_set_filter_groups),
6373         (egg_recent_model_clear_scheme_filter),
6374         (egg_recent_model_set_filter_uri_schemes),
6375         (egg_recent_model_remove_expired):
6376         
6377         Update EggRecent (#456465)
6379 2007-09-10  Johannes Schmid <jhs@gnome.org>
6381         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6382         (anjuta_plugin_manager_get_plugin):
6383         * plugins/profiler/gprof-call-graph-view.c:
6384         (gprof_call_graph_view_create_columns):
6385         * plugins/profiler/gprof-flat-profile-view.c:
6386         (gprof_flat_profile_view_create_columns):
6387         * plugins/profiler/gprof-function-call-tree-view.c:
6388         (gprof_function_call_tree_view_create_columns):
6389         
6390         Fixed #466031 – Update of pieces of menus for Localization
6392 2007-09-10  Johannes Schmid <jhs@gnome.org>
6394         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6395         Bug 343522 – anjuta: Unable to execute commands that use options.
6397 2007-09-09  Johannes Schmid <jhs@gnome.org>
6399         * plugins/document-manager/anjuta-docman.c:
6400         (anjuta_docman_update_page_label):
6401         
6402         Fixed #458034 – Method of indicating unsaved changes breaks convention
6403         
6404         * plugins/document-manager/plugin.c: (update_title),
6405         (value_added_project_root_uri), (value_removed_project_root_uri),
6406         (on_editor_changed), (activate_plugin):
6407         * plugins/document-manager/plugin.h:
6408         * plugins/project-manager/plugin.c: (on_profile_scoped),
6409         (on_profile_descoped), (ifile_open):
6410         
6411         Fixed #427390 – Show path of item in currently focused editor window
6413 2007-09-09  Johannes Schmid <jhs@gnome.org>
6415         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6416         (on_toolbar_find_incremental):
6417         Fix incremental search
6418         
6419         * plugins/sourceview/sourceview.c: (on_document_char_added),
6420         (set_select):
6421         Fixed selection management
6423 2007-09-09  Johannes Schmid <jhs@gnome.org>
6425         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6426         Fixed memory leak
6428         * libanjuta/interfaces/libanjuta.idl:
6429         Extended IAnjutaEditorAssist interface
6430         
6431         * plugins/language-support-cpp-java/plugin.c:
6432         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6433         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6434         (context_character), (get_context), (function_parser),
6435         (cpp_member_parser), (install_assist), (uninstall_assist),
6436         (get_line_indentation_base), (get_line_auto_indentation),
6437         (install_support), (uninstall_support),
6438         (on_value_added_current_editor), (on_value_removed_current_editor),
6439         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6440         * plugins/language-support-cpp-java/plugin.h:
6441         
6442         Improved fixed editor assistance and added support for function/method
6443         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6444         
6445         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6446         Removed a FIXME
6447         
6448         * plugins/project-import/project-import.c: (on_import_next):
6449         Added a non-NULL check with could probably fix #474843 but not sure
6450         
6451         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6452         Fixed anjuta-plugin project wizard
6453         
6454         * plugins/sourceview/Makefile.am:
6455         * plguins/sourceview/assist-tip.[ch]:
6456         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6457         (anjuta_view_key_press_event):
6458         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6459         (assist_window_init), (assist_window_update), (assist_window_new):
6460         * plugins/sourceview/sourceview-private.h:
6461         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6462         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6463         (trigger_size), (max_trigger_size), (on_document_char_added),
6464         (sourceview_dispose), (ieditor_get_current_word),
6465         (iassist_add_trigger), (iassist_init_suggestions),
6466         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6467         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6468         
6469         Big update on sourceview assist capabilites. Autocompletion should
6470         now work much better and function tooltips are finally supported!
6472         * plugins/sourceview/anjuta-document.h:
6473         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6474         (anjuta_document_get_current_word):
6475         Fixed get_current_word (inspired by aneditor.cxx implementation)
6477         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6478         (icell_get_attribute):
6479         Fixed get_attribute() to also detect character constants.
6480         Simplified get_char()
6482         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6483         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6484         (isymbol_manager_get_completions_at_position):
6485         
6486         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6488 2007-09-04  Naba Kumar  <naba@gnome.org>
6490         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6491         projects that can not add sources.
6493         * plugins/file-wizard/file.c: Similarly for file wizard,
6494         Do not enable 'Add to project' projects that can not add sources.
6496 2007-09-04  Naba Kumar  <naba@gnome.org>
6498         * configure.in: Bumped gnome-build requirement to 0.2.0
6499         for project capabilities support.
6501         * plugins/project-manager/plugin.c: Enable/disable project
6502         actions based on project capabilities. Fixes bug #433552:
6503         crash in Anjuta IDE: add file test.h in project on generic
6504         Makefile.
6506         * libanjuta/interfaces/libanjuta.idl: Added method to query
6507         project capabilities.
6509 2007-09-03  Naba Kumar  <naba@gnome.org>
6511         * plugins/file-manager/plugin.c: Set shadow type IN.
6512         * plugins/file-manager/file-view.c: Fixed code style.
6513         * plugins/file-manager/file-view.c: Fixed icons column to size
6514         properly.
6516         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6518         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6519         unmonitors project-uri on file-manager deactivation.
6521         * TODO.tasks: Updated
6523 2007-09-02  Johannes Schmid <jhs@gnome.org>
6525         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6526         Fixed memory leak
6527         
6528         * plugins/file-manager/file-view.c: (file_view_get_selected),
6529         (file_view_button_press_event), (file_view_finalize):
6530         * plugins/file-manager/plugin.c: (project_root_removed),
6531         (file_manager_deactivate):
6532         
6533         Fixed some small bugs I missed before
6535 2007-09-02  Johannes Schmid <jhs@gnome.org>
6537         * plugins/file-manager/*:
6538         Added new and file-manager
6540 2007-09-02  Johannes Schmid <jhs@gnome.org>
6542         * plugins/file-manager/*:
6543         Removed old file-manager
6545 2007-08-31  Johannes Schmid <jhs@gnome.org>
6547         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6548         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6549         
6550         Fixed some memory leaks
6551         
6552         * MAINTAINERS: Fixed
6553         
6554 2007-08-31  Johannes Schmid <jhs@gnome.org>
6556         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6557         (get_property_value_as_string), (set_property_value_as_string),
6558         (register_callbacks), (preferences_foreach_callback),
6559         (anjuta_preferences_register_property_raw):
6560         * libanjuta/anjuta-preferences.h:
6561         * plugins/build-basic-autotools/build-basic-autotools.c:
6562         (on_build_mesg_format):
6563         * plugins/document-manager/anjuta-document-manager.glade:
6564         * plugins/message-view/anjuta-message-manager-plugin.glade:
6565         
6566         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6567         broken message view preferences
6568         
6569         * plugins/message-view/message-view.c:
6570         (message_view_instance_init), (pref_change_color), (prefs_init),
6571         (imessage_view_append):
6572         Cleaned up message view (#458041)
6573         
6574         * src/shell.c: (on_preferences_activate),
6575         (anjuta_test_shell_instance_init),
6576         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6577         Fixed test shell to allow better debugging
6578         
6579 2007-08-31  Johannes Schmid <jhs@gnome.org>
6581         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6582         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6583         * plugins/gtodo/main.h:
6584         * plugins/gtodo/plugin.c: (activate_plugin):
6585         
6586         Fixed #423467 (View->Tasks menu items are not 
6587         checked on startup)
6589 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6591         reviewed by: Johannes Schmid <jhs@gnome.org>
6593         * COPYING:
6594         * data/welcome.txt.in:
6595         * launcher/anjuta_launcher.c:
6596         * libanjuta/anjuta-children.c:
6597         * libanjuta/anjuta-children.h:
6598         * libanjuta/anjuta-debug.h:
6599         * libanjuta/anjuta-encodings.c:
6600         * libanjuta/anjuta-encodings.h:
6601         * libanjuta/anjuta-glue-c.c:
6602         * libanjuta/anjuta-glue-c.h:
6603         * libanjuta/anjuta-plugin-description.c:
6604         * libanjuta/anjuta-plugin-description.h:
6605         * libanjuta/anjuta-plugin-handle.c:
6606         * libanjuta/anjuta-plugin-handle.h:
6607         * libanjuta/anjuta-plugin-manager.c:
6608         * libanjuta/anjuta-plugin-manager.h:
6609         * libanjuta/anjuta-plugin.c:
6610         * libanjuta/anjuta-plugin.h:
6611         * libanjuta/anjuta-preferences.c:
6612         * libanjuta/anjuta-preferences.h:
6613         * libanjuta/anjuta-profile-manager.c:
6614         * libanjuta/anjuta-profile-manager.h:
6615         * libanjuta/anjuta-profile.c:
6616         * libanjuta/anjuta-profile.h:
6617         * libanjuta/anjuta-save-prompt.c:
6618         * libanjuta/anjuta-save-prompt.h:
6619         * libanjuta/anjuta-serializer.c:
6620         * libanjuta/anjuta-serializer.h:
6621         * libanjuta/anjuta-session.c:
6622         * libanjuta/anjuta-session.h:
6623         * libanjuta/anjuta-shell.c:
6624         * libanjuta/anjuta-shell.h:
6625         * libanjuta/anjuta-status.c:
6626         * libanjuta/anjuta-status.h:
6627         * libanjuta/anjuta-ui.c:
6628         * libanjuta/anjuta-ui.h:
6629         * libanjuta/anjuta-utils-priv.h:
6630         * libanjuta/anjuta-utils.c:
6631         * libanjuta/anjuta-utils.h:
6632         * libanjuta/cell-renderer-captioned-image.c:
6633         * libanjuta/cell-renderer-captioned-image.h:
6634         * libanjuta/e-splash.c:
6635         * libanjuta/e-splash.h:
6636         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6637         * libanjuta/interfaces/libanjuta.idl:
6638         * libanjuta/libanjuta.h:
6639         * libanjuta/resources.c:
6640         * libanjuta/resources.h:
6641         * libegg/egg-cell-renderer-text.c:
6642         * libegg/egg-combo-action.c:
6643         * libegg/egg-entry-action.c:
6644         * libegg/egg-recent-action.c:
6645         * libegg/egg-recent-files-module.c:
6646         * libegg/egg-recent-item.c:
6647         * libegg/egg-recent-model.c:
6648         * libegg/egg-recent-view-gtk.c:
6649         * libegg/egg-recent-view.c:
6650         * libegg/egg-submenu-action.c:
6651         * libegg/eggaccelerators.c:
6652         * libegg/eggcellrendererpopup.c:
6653         * libegg/eggcomboselect.c:
6654         * libegg/eggtreemodelfilter.c:
6655         * libegg/eggtreemultidnd.c:
6656         * libegg/gtkcellview.h:
6657         * libegg/treeviewutils/egg-cell-renderer-text.h:
6658         * libegg/treeviewutils/eggaccelerators.h:
6659         * libegg/treeviewutils/eggcellrendererkeys.h:
6660         * libegg/treeviewutils/eggcellrendererpopup.h:
6661         * libegg/treeviewutils/eggtreemodelfilter.h:
6662         * libegg/treeviewutils/eggtreemultidnd.h:
6663         * libegg/treeviewutils/eggtreeviewstate.h:
6664         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6665         * manuals/anjuta-faqs/Makefile.am:
6666         * manuals/anjuta-manual/C/anjuta-manual.xml:
6667         * manuals/anjuta-manual/C/license.xml:
6668         * manuals/anjuta-manual/es/es.po:
6669         * manuals/anjuta-manual/sv/sv.po:
6670         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6671         ml:
6672         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6673         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6674         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6675         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6676         * manuals/old/ja/anjuta-manual/license.xml:
6677         * plugins/build-basic-autotools/build-basic-autotools.c:
6678         * plugins/build-basic-autotools/build-basic-autotools.h:
6679         * plugins/build-basic-autotools/executer.c:
6680         * plugins/build-basic-autotools/executer.h:
6681         * plugins/build/build_file.c:
6682         * plugins/build/build_file.h:
6683         * plugins/build/build_project.c:
6684         * plugins/build/build_project.h:
6685         * plugins/build/clean_project.c:
6686         * plugins/build/clean_project.h:
6687         * plugins/build/commands.c:
6688         * plugins/build/commands.h:
6689         * plugins/build/compile.c:
6690         * plugins/build/compile.h:
6691         * plugins/build/compiler_options.c:
6692         * plugins/build/compiler_options.h:
6693         * plugins/build/configurer.c:
6694         * plugins/build/configurer.h:
6695         * plugins/build/executer.c:
6696         * plugins/build/executer.h:
6697         * plugins/class-gen/cell-renderer-flags.c:
6698         * plugins/class-gen/cell-renderer-flags.h:
6699         * plugins/class-gen/combo-flags.c:
6700         * plugins/class-gen/combo-flags.h:
6701         * plugins/class-gen/element-editor.c:
6702         * plugins/class-gen/element-editor.h:
6703         * plugins/class-gen/generator.c:
6704         * plugins/class-gen/generator.h:
6705         * plugins/class-gen/plugin.c:
6706         * plugins/class-gen/plugin.h:
6707         * plugins/class-gen/transform.c:
6708         * plugins/class-gen/transform.h:
6709         * plugins/class-gen/validator.c:
6710         * plugins/class-gen/validator.h:
6711         * plugins/class-gen/window.c:
6712         * plugins/class-gen/window.h:
6713         * plugins/class-inheritance/class-callbacks.c:
6714         * plugins/class-inheritance/class-callbacks.h:
6715         * plugins/class-inheritance/class-inherit.c:
6716         * plugins/class-inheritance/class-inherit.h:
6717         * plugins/class-inheritance/plugin.c:
6718         * plugins/class-inheritance/plugin.h:
6719         * plugins/cvs-plugin/cvs-actions.c:
6720         * plugins/cvs-plugin/cvs-actions.h:
6721         * plugins/cvs-plugin/cvs-callbacks.c:
6722         * plugins/cvs-plugin/cvs-callbacks.h:
6723         * plugins/cvs-plugin/cvs-execute.c:
6724         * plugins/cvs-plugin/cvs-execute.h:
6725         * plugins/cvs-plugin/cvs-interface.c:
6726         * plugins/cvs-plugin/cvs-interface.h:
6727         * plugins/cvs-plugin/plugin.c:
6728         * plugins/cvs-plugin/plugin.h:
6729         * plugins/debug-manager/breakpoints.c:
6730         * plugins/debug-manager/breakpoints.h:
6731         * plugins/debug-manager/chunk_view.c:
6732         * plugins/debug-manager/chunk_view.h:
6733         * plugins/debug-manager/data_buffer.c:
6734         * plugins/debug-manager/data_buffer.h:
6735         * plugins/debug-manager/data_view.c:
6736         * plugins/debug-manager/data_view.h:
6737         * plugins/debug-manager/debug_tree.c:
6738         * plugins/debug-manager/debug_tree.h:
6739         * plugins/debug-manager/debugger.c:
6740         * plugins/debug-manager/debugger.h:
6741         * plugins/debug-manager/disassemble.c:
6742         * plugins/debug-manager/disassemble.h:
6743         * plugins/debug-manager/info.c:
6744         * plugins/debug-manager/info.h:
6745         * plugins/debug-manager/locals.c:
6746         * plugins/debug-manager/locals.h:
6747         * plugins/debug-manager/memory.c:
6748         * plugins/debug-manager/memory.h:
6749         * plugins/debug-manager/plugin.c:
6750         * plugins/debug-manager/plugin.h:
6751         * plugins/debug-manager/registers.c:
6752         * plugins/debug-manager/registers.h:
6753         * plugins/debug-manager/sexy-icon-entry.c:
6754         * plugins/debug-manager/sexy-icon-entry.h:
6755         * plugins/debug-manager/sharedlib.c:
6756         * plugins/debug-manager/sharedlib.h:
6757         * plugins/debug-manager/signals.c:
6758         * plugins/debug-manager/signals.h:
6759         * plugins/debug-manager/sparse_buffer.c:
6760         * plugins/debug-manager/sparse_buffer.h:
6761         * plugins/debug-manager/sparse_view.c:
6762         * plugins/debug-manager/sparse_view.h:
6763         * plugins/debug-manager/stack_trace.c:
6764         * plugins/debug-manager/stack_trace.h:
6765         * plugins/debug-manager/start.c:
6766         * plugins/debug-manager/start.h:
6767         * plugins/debug-manager/threads.c:
6768         * plugins/debug-manager/threads.h:
6769         * plugins/debug-manager/utilities.c:
6770         * plugins/debug-manager/utilities.h:
6771         * plugins/debug-manager/watch.c:
6772         * plugins/debug-manager/watch.h:
6773         * plugins/devhelp/htmlview.c:
6774         * plugins/devhelp/htmlview.h:
6775         * plugins/document-manager/action-callbacks.c:
6776         * plugins/document-manager/action-callbacks.h:
6777         * plugins/document-manager/anjuta-docman.c:
6778         * plugins/document-manager/anjuta-docman.h:
6779         * plugins/document-manager/editor-tooltips.c:
6780         * plugins/document-manager/editor-tooltips.h:
6781         * plugins/document-manager/file_history.c:
6782         * plugins/document-manager/file_history.h:
6783         * plugins/document-manager/indent-dialog.c:
6784         * plugins/document-manager/indent-dialog.h:
6785         * plugins/document-manager/indent-util.c:
6786         * plugins/document-manager/indent-util.h:
6787         * plugins/document-manager/plugin.c:
6788         * plugins/editor/aneditor-autocomplete.cxx:
6789         * plugins/editor/aneditor-calltip.cxx:
6790         * plugins/editor/aneditor-indent.cxx:
6791         * plugins/editor/aneditor-priv.h:
6792         * plugins/editor/aneditor.cxx:
6793         * plugins/editor/aneditor.h:
6794         * plugins/editor/lexer.h:
6795         * plugins/editor/plugin.c:
6796         * plugins/editor/plugin.h:
6797         * plugins/editor/print.c:
6798         * plugins/editor/print.h:
6799         * plugins/editor/properties.h:
6800         * plugins/editor/properties_cxx.h:
6801         * plugins/editor/style-editor.c:
6802         * plugins/editor/style-editor.h:
6803         * plugins/editor/text-editor-iterable.c:
6804         * plugins/editor/text-editor-iterable.h:
6805         * plugins/editor/text_editor.c:
6806         * plugins/editor/text_editor.h:
6807         * plugins/editor/text_editor_cbs.c:
6808         * plugins/editor/text_editor_cbs.h:
6809         * plugins/editor/text_editor_menu.c:
6810         * plugins/editor/text_editor_menu.h:
6811         * plugins/editor/text_editor_prefs.c:
6812         * plugins/editor/text_editor_prefs.h:
6813         * plugins/file-loader/dnd.c:
6814         * plugins/file-loader/dnd.h:
6815         * plugins/file-loader/plugin.c:
6816         * plugins/file-manager/an_file_view.c:
6817         * plugins/file-manager/plugin.c:
6818         * plugins/file-wizard/file.c:
6819         * plugins/file-wizard/file.h:
6820         * plugins/file-wizard/plugin.c:
6821         * plugins/file-wizard/plugin.h:
6822         * plugins/gdb/debugger.c:
6823         * plugins/gdb/debugger.h:
6824         * plugins/gdb/gdbmi-test.c:
6825         * plugins/gdb/gdbmi.c:
6826         * plugins/gdb/gdbmi.h:
6827         * plugins/gdb/global.h:
6828         * plugins/gdb/parser.c:
6829         * plugins/gdb/parser.h:
6830         * plugins/gdb/plugin.c:
6831         * plugins/gdb/plugin.h:
6832         * plugins/gdb/utilities.c:
6833         * plugins/gdb/utilities.h:
6834         * plugins/glade/plugin.c:
6835         * plugins/glade/plugin.h:
6836         * plugins/gtodo/egg-datetime.c:
6837         * plugins/gtodo/egg-datetime.h:
6838         * plugins/gtodo/eggtrayicon.c:
6839         * plugins/gtodo/eggtrayicon.h:
6840         * plugins/gtodo/plugin.c:
6841         * plugins/gvim/anjuta-vim.c:
6842         * plugins/gvim/anjuta-vim.h:
6843         * plugins/gvim/gtkvim.c:
6844         * plugins/gvim/gtkvim.h:
6845         * plugins/gvim/plugin.c:
6846         * plugins/gvim/plugin.h:
6847         * plugins/language-support-cpp-java/plugin.c:
6848         * plugins/language-support-cpp-java/plugin.h:
6849         * plugins/macro/macro-actions.c:
6850         * plugins/macro/macro-actions.h:
6851         * plugins/macro/macro-db.c:
6852         * plugins/macro/macro-db.h:
6853         * plugins/macro/macro-dialog.c:
6854         * plugins/macro/macro-dialog.h:
6855         * plugins/macro/macro-edit.c:
6856         * plugins/macro/macro-edit.h:
6857         * plugins/macro/macro-util.c:
6858         * plugins/macro/macro-util.h:
6859         * plugins/macro/plugin.c:
6860         * plugins/macro/plugin.h:
6861         * plugins/message-view/anjuta-msgman.c:
6862         * plugins/message-view/anjuta-msgman.h:
6863         * plugins/message-view/message-view.c:
6864         * plugins/message-view/message-view.h:
6865         * plugins/message-view/plugin.c:
6866         * plugins/message-view/plugin.h:
6867         * plugins/patch/patch-plugin.c:
6868         * plugins/patch/patch-plugin.h:
6869         * plugins/patch/plugin.c:
6870         * plugins/patch/plugin.h:
6871         * plugins/profiler/gprof-call-graph-block-entry.c:
6872         * plugins/profiler/gprof-call-graph-block-entry.h:
6873         * plugins/profiler/gprof-call-graph-block.c:
6874         * plugins/profiler/gprof-call-graph-block.h:
6875         * plugins/profiler/gprof-call-graph-view.c:
6876         * plugins/profiler/gprof-call-graph-view.h:
6877         * plugins/profiler/gprof-call-graph.c:
6878         * plugins/profiler/gprof-call-graph.h:
6879         * plugins/profiler/gprof-flat-profile-entry.c:
6880         * plugins/profiler/gprof-flat-profile-entry.h:
6881         * plugins/profiler/gprof-flat-profile-view.c:
6882         * plugins/profiler/gprof-flat-profile-view.h:
6883         * plugins/profiler/gprof-flat-profile.c:
6884         * plugins/profiler/gprof-flat-profile.h:
6885         * plugins/profiler/gprof-function-call-chart-view.c:
6886         * plugins/profiler/gprof-function-call-chart-view.h:
6887         * plugins/profiler/gprof-function-call-tree-view.c:
6888         * plugins/profiler/gprof-function-call-tree-view.h:
6889         * plugins/profiler/gprof-options.c:
6890         * plugins/profiler/gprof-options.h:
6891         * plugins/profiler/gprof-profile-data.c:
6892         * plugins/profiler/gprof-profile-data.h:
6893         * plugins/profiler/gprof-view-manager.c:
6894         * plugins/profiler/gprof-view-manager.h:
6895         * plugins/profiler/gprof-view.c:
6896         * plugins/profiler/gprof-view.h:
6897         * plugins/profiler/plugin.c:
6898         * plugins/profiler/plugin.h:
6899         * plugins/profiler/string-utils.c:
6900         * plugins/profiler/string-utils.h:
6901         * plugins/project-import/plugin.c:
6902         * plugins/project-import/plugin.h:
6903         * plugins/project-import/project-import.c:
6904         * plugins/project-import/project-import.h:
6905         * plugins/project-manager/plugin.c:
6906         * plugins/project-manager/plugin.h:
6907         * plugins/project-wizard/action.c:
6908         * plugins/project-wizard/action.h:
6909         * plugins/project-wizard/autogen.c:
6910         * plugins/project-wizard/autogen.h:
6911         * plugins/project-wizard/druid.c:
6912         * plugins/project-wizard/druid.h:
6913         * plugins/project-wizard/file.c:
6914         * plugins/project-wizard/file.h:
6915         * plugins/project-wizard/header.c:
6916         * plugins/project-wizard/header.h:
6917         * plugins/project-wizard/install.c:
6918         * plugins/project-wizard/install.h:
6919         * plugins/project-wizard/parser.c:
6920         * plugins/project-wizard/parser.h:
6921         * plugins/project-wizard/plugin.c:
6922         * plugins/project-wizard/plugin.h:
6923         * plugins/project-wizard/property.c:
6924         * plugins/project-wizard/property.h:
6925         * plugins/project-wizard/values.c:
6926         * plugins/project-wizard/values.h:
6927         * plugins/sample1/plugin.c:
6928         * plugins/search/plugin.c:
6929         * plugins/search/plugin.h:
6930         * plugins/search/search-replace_backend.c:
6931         * plugins/search/search-replace_backend.h:
6932         * plugins/search/search_preferences.c:
6933         * plugins/sourceview/anjuta-convert.c:
6934         * plugins/sourceview/anjuta-convert.h:
6935         * plugins/sourceview/anjuta-document-loader.c:
6936         * plugins/sourceview/anjuta-document-loader.h:
6937         * plugins/sourceview/anjuta-document-saver.c:
6938         * plugins/sourceview/anjuta-document-saver.h:
6939         * plugins/sourceview/anjuta-document.c:
6940         * plugins/sourceview/anjuta-document.h:
6941         * plugins/sourceview/anjuta-encodings.c:
6942         * plugins/sourceview/anjuta-encodings.h:
6943         * plugins/sourceview/anjuta-languages-manager.c:
6944         * plugins/sourceview/anjuta-languages-manager.h:
6945         * plugins/sourceview/anjuta-utils.c:
6946         * plugins/sourceview/anjuta-utils.h:
6947         * plugins/sourceview/anjuta-view.c:
6948         * plugins/sourceview/anjuta-view.h:
6949         * plugins/sourceview/assist-window.c:
6950         * plugins/sourceview/assist-window.h:
6951         * plugins/sourceview/sourceview-cell.c:
6952         * plugins/sourceview/sourceview-cell.h:
6953         * plugins/sourceview/sourceview-prefs.c:
6954         * plugins/sourceview/sourceview-prefs.h:
6955         * plugins/sourceview/sourceview-print.c:
6956         * plugins/sourceview/sourceview-print.h:
6957         * plugins/sourceview/sourceview-private.h:
6958         * plugins/sourceview/sourceview-tags.c:
6959         * plugins/sourceview/sourceview-tags.h:
6960         * plugins/sourceview/sourceview.c:
6961         * plugins/sourceview/sourceview.h:
6962         * plugins/subversion/plugin.c:
6963         * plugins/subversion/plugin.h:
6964         * plugins/subversion/subversion-actions.c:
6965         * plugins/subversion/subversion-actions.h:
6966         * plugins/subversion/subversion-callbacks.c:
6967         * plugins/subversion/subversion-callbacks.h:
6968         * plugins/subversion/svn-auth.c:
6969         * plugins/subversion/svn-auth.h:
6970         * plugins/subversion/svn-backend-priv.h:
6971         * plugins/subversion/svn-backend.c:
6972         * plugins/subversion/svn-backend.h:
6973         * plugins/subversion/svn-notify.c:
6974         * plugins/subversion/svn-notify.h:
6975         * plugins/subversion/svn-thread.c:
6976         * plugins/subversion/svn-thread.h:
6977         * plugins/symbol-browser/an_symbol.c:
6978         * plugins/symbol-browser/an_symbol.h:
6979         * plugins/symbol-browser/an_symbol_info.c:
6980         * plugins/symbol-browser/an_symbol_info.h:
6981         * plugins/symbol-browser/an_symbol_iter.c:
6982         * plugins/symbol-browser/an_symbol_iter.h:
6983         * plugins/symbol-browser/an_symbol_prefs.c:
6984         * plugins/symbol-browser/an_symbol_prefs.h:
6985         * plugins/symbol-browser/an_symbol_search.c:
6986         * plugins/symbol-browser/an_symbol_search.h:
6987         * plugins/symbol-browser/an_symbol_view.c:
6988         * plugins/symbol-browser/an_symbol_view.h:
6989         * plugins/symbol-browser/plugin.c:
6990         * plugins/symbol-browser/plugin.h:
6991         * plugins/terminal/terminal.c:
6992         * plugins/tools/dialog.c:
6993         * plugins/tools/dialog.h:
6994         * plugins/tools/editor.c:
6995         * plugins/tools/editor.h:
6996         * plugins/tools/execute.c:
6997         * plugins/tools/execute.h:
6998         * plugins/tools/fileop.c:
6999         * plugins/tools/fileop.h:
7000         * plugins/tools/plugin.c:
7001         * plugins/tools/plugin.h:
7002         * plugins/tools/scripts/find-fixmes.pl:
7003         * plugins/tools/scripts/translation-status.pl:
7004         * plugins/tools/tool.c:
7005         * plugins/tools/tool.h:
7006         * plugins/tools/variable.c:
7007         * plugins/tools/variable.h:
7008         * plugins/valgrind/ldd.c:
7009         * plugins/valgrind/ldd.h:
7010         * plugins/valgrind/list.c:
7011         * plugins/valgrind/list.h:
7012         * plugins/valgrind/menu-utils.c:
7013         * plugins/valgrind/menu-utils.h:
7014         * plugins/valgrind/parser.c:
7015         * plugins/valgrind/parser.h:
7016         * plugins/valgrind/plugin.c:
7017         * plugins/valgrind/plugin.h:
7018         * plugins/valgrind/preferences.c:
7019         * plugins/valgrind/preferences.h:
7020         * plugins/valgrind/process.c:
7021         * plugins/valgrind/process.h:
7022         * plugins/valgrind/symtab.c:
7023         * plugins/valgrind/symtab.h:
7024         * plugins/valgrind/vgactions.c:
7025         * plugins/valgrind/vgactions.h:
7026         * plugins/valgrind/vgcachegrindprefs.c:
7027         * plugins/valgrind/vgcachegrindprefs.h:
7028         * plugins/valgrind/vgdefaultview.c:
7029         * plugins/valgrind/vgdefaultview.h:
7030         * plugins/valgrind/vgerror.c:
7031         * plugins/valgrind/vgerror.h:
7032         * plugins/valgrind/vggeneralprefs.c:
7033         * plugins/valgrind/vggeneralprefs.h:
7034         * plugins/valgrind/vghelgrindprefs.c:
7035         * plugins/valgrind/vghelgrindprefs.h:
7036         * plugins/valgrind/vgio.c:
7037         * plugins/valgrind/vgio.h:
7038         * plugins/valgrind/vgmemcheckprefs.c:
7039         * plugins/valgrind/vgmemcheckprefs.h:
7040         * plugins/valgrind/vgrule-editor.c:
7041         * plugins/valgrind/vgrule-editor.h:
7042         * plugins/valgrind/vgrule-list.c:
7043         * plugins/valgrind/vgrule-list.h:
7044         * plugins/valgrind/vgrule.c:
7045         * plugins/valgrind/vgrule.h:
7046         * plugins/valgrind/vgrulepattern.c:
7047         * plugins/valgrind/vgrulepattern.h:
7048         * plugins/valgrind/vgsearchbar.c:
7049         * plugins/valgrind/vgsearchbar.h:
7050         * plugins/valgrind/vgstrpool.c:
7051         * plugins/valgrind/vgstrpool.h:
7052         * plugins/valgrind/vgtoolprefs.c:
7053         * plugins/valgrind/vgtoolprefs.h:
7054         * plugins/valgrind/vgtoolview.c:
7055         * plugins/valgrind/vgtoolview.h:
7056         * src/about.c:
7057         * src/about.h:
7058         * src/action-callbacks.c:
7059         * src/action-callbacks.h:
7060         * src/anjuta-actions.h:
7061         * src/anjuta-app.c:
7062         * src/anjuta-app.h:
7063         * src/anjuta-callbacks.c:
7064         * src/anjuta-callbacks.h:
7065         * src/anjuta.c:
7066         * src/anjuta.h:
7067         * src/anjuta_cbs.c:
7068         * src/bacon-message-connection.c:
7069         * src/bacon-message-connection.h:
7070         * src/getline.c:
7071         * src/main.c:
7072         * src/shell.c:
7073         * src/shell.h:
7074         * src/start-with.c:
7075         * src/start-with.h:
7076         * src/utilities.c:
7077         * src/utilities.h:
7078         * tagmanager/options.c:
7079         
7080         Change the address of FSF in various files
7082 2007-08-30  Johannes Schmid <jhs@gnome.org>
7084         * anjuta.glade:
7085         * anjuta.gladep:
7086         Removed because they are no longer in use
7087         
7088         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7089         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7090         Marked some strings as not translatable
7092         * plugins/search/search-replace.c: (list_max_items):
7093         Fixed a possible memory corruption
7095         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7096         Do not show menuitems for locked layout items
7098         * src/main.c: (main):
7099         Some minor style correction in gnome_init
7101 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7103         * plugins/debug-manager/debugger.c,
7104         plugins/debug-manager/breakpoints.c,
7105         plugins/gdb/plugin.c,
7106         plugins/gdb/debugger.c,
7107         libanjuta/interfaces/libanjuta.idl:
7108         Move all breakpoints functions from IAnjutaDebugger to a new
7109         IAnjutaBreakpointDebugger interface
7111 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7113         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7114         * plugins/debug-manager/plugin.c,
7115         plugins/debug-manager/breakpoints.c,
7116         plugins/tools/execute.c,
7117         plugins/project-wizard/plugin.c,
7118         plugins/build-basic-autotools/executer.c,
7119         plugins/gdb/debugger.c,
7120         plugins/profiler/gprof-options.h,
7121         plugins/sourceview/assist-window.h,
7122         plugins/class-gen/transform.c,
7123         libanjuta/anjuta-plugin-description.c,
7124         libanjuta/anjuta-status.c,
7125         libanjuta/anjuta-glue-c.c,
7126         libanjuta/anjuta-glue-cpp.c,
7127         plugins/symbol-browser/an_symbol_prefs.c:
7128         Fix warnings mostly "dereferencing type-punned pointer"
7129         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7131 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7133         * plugins/debug-manager/breakpoints.c,
7134         plugins/debug-manager/debugger.c:
7135         Avoid an endless loop if clearing all breakpoints while the programm
7136         is running
7138 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7140         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7141         * plugins/debug-manager/plugin.c:
7142         Fix a segmentation fault added in the previous patch
7144 2007-07-21  Johannes Schmid <jhs@gnome.org>
7146         * plugins/build-basic-autotools/executer.c:
7147         (get_program_parameters):
7148         
7149         Show an error dialog if no targets are availible instead of
7150         just returning
7152 2007-07-20  Johannes Schmid <jhs@gnome.org>
7154         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7155         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7156         * libanjuta/anjuta-shell.h:
7157         * plugins/document-manager/plugin.c: (activate_plugin):
7158         * plugins/glade/anjuta-design-document.c:
7159         * plugins/glade/plugin.c: (glade_update_ui):
7160         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7161         (anjuta_shell_iface_init):
7162         * src/shell.c: (anjuta_test_shell_add_widget),
7163         (anjuta_shell_iface_init):
7164         
7165         Make the document manager undockable (#458038)
7167 2007-07-20  Johannes Schmid <jhs@gnome.org>
7169         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7170         * plugins/glade/anjuta-design-document.c:
7171         * plugins/glade/plugin.c: (glade_update_ui):
7172         
7173         Fixed some save/dirty status bug in glade
7175 2007-07-20  Johannes Schmid <jhs@gnome.org>
7177         * libanjuta/anjuta-status.c:
7178         Fixed crasher on shutdown
7180 2007-07-20  Johannes Schmid <jhs@gnome.org>
7182         * configure.in:
7183         Minimum glade requirement is 3.2 now. It was before
7184         but we did not check...
7185         
7186         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7187         * libanjuta/anjuta-profile.c:
7188         (anjuta_profile_add_plugins_from_xml):
7189         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7190         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7191         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7192         * plugins/file-loader/plugin.c: (on_create_submenu):
7193         * plugins/file-manager/an_file_view.c: (compare_iter):
7194         * plugins/glade/plugin.c: (activate_plugin):
7195         * src/anjuta-app.c: (on_toolbar_view_toggled):
7196         * src/main.c: (main):
7197         
7198         Fixed lots of memory leaks (thansk valgrind)
7200 2007-07-19  Johannes Schmid <jhs@gnome.org>
7202         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7203         * plugins/document-manager/anjuta-docman.c:
7204         (anjuta_docman_set_busy):
7205         * plugins/document-manager/plugin.c: (on_editor_changed):
7206         * plugins/glade/plugin.c: (activate_plugin):
7207         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7208         (on_value_removed_current_editor):
7209         
7210         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7212 2007-07-18  Johannes Schmid <jhs.gnome.org>
7214         * plugins/build-basic-autotools/executer.c: (execute_program):
7215         Fixed some of the scratchbox stuff but the environment is
7216         still broken
7218 2007-07-18  Johannes Schmid <jhs@gnome.org>
7220         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7221         (on_plugin_deactivated), (get_plugin_loader_type):
7222         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7223         (activate_plugin), (deactivate_plugin),
7224         (glade_plugin_instance_init):
7225         
7226         Fixed glade plugin deactivation
7228 2007-07-18  Johannes Schmid <jhs@gnome.org>
7230         * plugins/document-manager/anjuta-docman.c:
7231         (anjuta_docman_add_document):
7232         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7233         
7234         Fixed path display in document manager with glade files
7236 2007-07-17  Johannes Schmid <jhs@gnome.org>
7238         * libanjuta/interfaces/Makefile.am.iface:
7239         * pixmaps/Makefile.am:
7240         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7241         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7242         (value_removed_current_editor):
7243         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7244         (anjuta_docman_set_current_document):
7245         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7246         (on_editor_added), (on_editor_changed):
7247         * plugins/glade/Makefile.am:
7248         * plugins/glade/anjuta-design-document.c:
7249         (anjuta_design_document_instance_init),
7250         (anjuta_design_document_set_property),
7251         (anjuta_design_document_get_property),
7252         (anjuta_design_document_class_init), (anjuta_design_document_new),
7253         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7254         * plugins/glade/anjuta-design-document.h:
7255         * plugins/glade/anjuta-glade-notebook.c:
7256         * plugins/glade/anjuta-glade-notebook.h:
7257         * plugins/glade/plugin.c: (value_added_current_editor),
7258         (value_removed_current_editor), (glade_update_ui),
7259         (on_close_activated), (on_glade_project_changed),
7260         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7261         (ifile_open):
7262         * plugins/language-support-cpp-java/plugin.c:
7263         (on_value_added_current_editor), (on_value_removed_current_editor):
7264         * plugins/macro/plugin.c: (value_added_current_editor):
7265         * plugins/project-manager/plugin.c: (value_added_current_editor):
7266         * plugins/subversion/plugin.c: (value_added_current_editor):
7267         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7269         Fixed lot of IAnjutaEditor stuff and completed glade integration
7270         with document manager
7271         
7272         * plugins/build-basic-autotools/build-basic-autotools.c:
7273         (value_added_current_editor):
7274         * plugins/build-basic-autotools/executer.c: (execute_program):
7275         
7276         Some initial code to execute projects inside scratchbox
7277         
7278 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7280         * plugins/project-import/project-import.c:
7281         Project import overwrites file on user request (bug #452579)
7283 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7285         * plugins/debug-manager/debugger.c,
7286         plugins/debug-manager/threads.c,
7287         plugins/debug-manager/plugin.c,
7288         plugins/debug-manager/registers.c,
7289         plugins/debug-manager/locals.c,
7290         plugins/debug-manager/stack_trace.c,
7291         plugins/gdb/plugin.c,
7292         plugins/gdb/debugger.c,
7293         plugins/gdb/debugger.h,
7294         libanjuta/interfaces/libanjuta.idl:
7295         Rename change-location to program-moved
7296         Store thread id as gint instead of guint
7297         Do not display registers list if not available
7298         Add intermediate debugger states if missing
7300 2007-07-11  Johannes Schmid <jhs@gnome.org>
7302         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7303         .glade:
7304         Reverted unnecessary changes (#455819)
7306 2007-07-10  Johannes Schmid <jhs@gnome.org>
7308         * plugins/glade/plugin.c:
7309         Fixed glade plugin with glade 3.2 and another crasher
7311 2007-07-09  Johannes Schmid <jhs@gnome.org>
7313         * libanjuta/interfaces/libanjuta.idl:
7314         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7315         .glade:
7316         * plugins/debug-manager/breakpoints.c:
7317         (breakpoint_item_update_in_ui),
7318         (breakpoints_dbase_edit_breakpoint),
7319         (on_toggle_breakpoint_activate):
7320         * plugins/debug-manager/plugin.c:
7321         (on_run_to_cursor_action_activate):
7322         * plugins/document-manager/action-callbacks.c:
7323         (on_editor_command_cut_activate),
7324         (on_editor_command_copy_activate),
7325         (on_editor_command_paste_activate),
7326         (on_editor_command_clear_activate):
7327         * plugins/document-manager/anjuta-docman.c:
7328         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7329         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7330         (anjuta_docman_goto_file_line_mark),
7331         (anjuta_docman_find_editor_with_path),
7332         (anjuta_docman_get_all_editors):
7333         * plugins/document-manager/anjuta-docman.h:
7334         * plugins/document-manager/plugin.c:
7335         (update_editor_ui_interface_items), (on_editor_update_ui),
7336         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7337         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7338         (ianjuta_document_manager_iface_init), (isaveable_save),
7339         (isavable_is_dirty):
7340         * plugins/editor/editor.glade:
7341         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7342         (idocument_paste), (idocument_clear), (idocument_iface_init),
7343         (iselection_iface_init):
7344         * plugins/glade/Makefile.am:
7345         * plugins/glade/anjuta-glade-notebook.c:
7346         (anjuta_glade_notebook_instance_init),
7347         (anjuta_glade_notebook_set_property),
7348         (anjuta_glade_notebook_get_property),
7349         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7350         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7351         (ifile_savable_save), (ifile_savable_save_as),
7352         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7353         (ifile_savable_iface_init), (idocument_can_redo),
7354         (idocument_can_undo), (idocument_begin_undo_action),
7355         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7356         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7357         (idocument_copy), (idocument_paste), (idocument_clear),
7358         (idocument_iface_init):
7359         * plugins/language-support-cpp-java/plugin.c:
7360         (on_value_added_current_editor), (on_value_removed_current_editor):
7361         * plugins/macro/macro-util.c: (get_current_editor):
7362         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7363         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7364         (on_next_occur), (on_incremental_entry_key_press),
7365         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7366         (on_toolbar_find_incremental_start),
7367         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7368         * plugins/search/search-replace.c: (search_start_over),
7369         (search_update_combos), (replace_update_combos),
7370         (anjuta_search_replace_activate):
7371         * plugins/search/search-replace_backend.c: (create_search_entries):
7372         * plugins/sourceview/sourceview.c: (idocument_cut),
7373         (idocument_copy), (idocument_paste), (idocument_clear),
7374         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7375         * plugins/tools/editor.c: (on_editor_response):
7376         * plugins/tools/execute.c: (get_current_editor),
7377         (atp_output_context_initialize), (atp_user_tool_execute):
7378         * plugins/tools/variable.c: (get_current_editor),
7379         (atp_variable_get_editor_variable):
7380         
7381         Some more IAnjutaEditor => IAnjutaDocument fixing!
7382         
7383         * plugins/glade/anjuta-glade-notebook.h:
7384         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7385         (glade_update_ui):
7386         * plugins/glade/plugin.h:
7387         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7388         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7389         be used for glade, too. It might still have some rough edges but already works.
7390         (Fixes #415547 – Glade usability problem)
7392 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7394         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7395           development release (I updated version of glade3 svn to 3.3.2).
7397 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7399         * plugins/symbol-browser/an_symbol_view.c:
7400         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7402 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7404         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7405         (on_system_tags_update_finished), (on_update_global_clicked),
7406         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7407         (symbol_browser_prefs_init),
7408         (symbol_browser_prefs_create_global_tags),
7409         (symbol_browser_load_global_tags):
7410         * plugins/symbol-browser/an_symbol_prefs.h:
7411         * plugins/symbol-browser/an_symbol_view.c:
7412         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7413         * plugins/symbol-browser/an_symbol_view.h:
7414         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7415         on global tags update because of delayed prefs merging. Happens when
7416         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7417         is opened.
7419 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7421         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7422         after install/uninstall.
7424         Patch from James Liggett:
7425         * scripts/glade2schemas.pl: Fixed creating schemas for list
7426         values.
7428 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7430         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7431           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7432           development release since glade svn version is also 3.3.1. In future, the
7433           solution would be for us to always increment the micro version when
7434           changing the API.
7436 2007-07-05  Johannes Schmid <jhs@gnome.org>
7438         * libanjuta/interfaces/libanjuta.idl:
7439         * plugins/build-basic-autotools/build-basic-autotools.c:
7440         (on_build_mesg_format):
7441         * plugins/debug-manager/breakpoints.c:
7442         (breakpoint_item_update_in_ui),
7443         (breakpoints_dbase_edit_breakpoint),
7444         (on_toggle_breakpoint_activate):
7445         * plugins/debug-manager/plugin.c:
7446         (on_run_to_cursor_action_activate):
7447         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7448         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7449         (get_current_editor), (on_save_activate), (on_save_as_activate),
7450         (on_save_prompt_save_editor), (on_close_file_activate),
7451         (on_close_all_file_activate), (on_reload_file_activate),
7452         (anjuta_print_cb), (anjuta_print_preview_cb),
7453         (on_editor_command_upper_case_activate),
7454         (on_editor_command_lower_case_activate),
7455         (on_editor_command_undo_activate),
7456         (on_editor_command_redo_activate),
7457         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7458         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7459         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7460         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7461         (on_zoom_out_text_activate), (on_force_hilite_activate),
7462         (on_indent1_activate), (on_swap_activate),
7463         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7464         * plugins/document-manager/anjuta-docman.c:
7465         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7466         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7467         (anjuta_docman_dispose), (on_notebook_switch_page),
7468         (anjuta_docman_page_from_widget), (on_editor_destroy),
7469         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7470         (anjuta_docman_get_current_document),
7471         (anjuta_docman_set_current_document),
7472         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7473         (anjuta_docman_update_page_label),
7474         (anjuta_docman_get_document_from_path),
7475         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7476         (anjuta_docman_order_tabs):
7477         * plugins/document-manager/anjuta-docman.h:
7478         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7479         (update_editor_ui_interface_items), (update_editor_ui),
7480         (on_editor_update_save_ui), (on_editor_update_ui),
7481         (on_editor_changed), (on_save_prompt_save_editor),
7482         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7483         (ianjuta_docman_get_current_document),
7484         (ianjuta_docman_set_current_document),
7485         (ianjuta_docman_remove_buffer),
7486         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7487         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7488         (idocument_get_filename), (idocument_can_undo),
7489         (idocument_can_redo), (idocument_undo),
7490         (idocument_begin_undo_action), (idocument_end_undo_action),
7491         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7492         * plugins/language-support-cpp-java/plugin.c:
7493         (on_editor_char_inserted_cpp), (on_auto_indent):
7494         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7495         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7496         * plugins/sample1/plugin.c: (on_sample_action_activate):
7497         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7498         (on_next_occur), (on_incremental_entry_key_press),
7499         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7500         (on_toolbar_find_incremental_start),
7501         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7502         * plugins/search/search-replace.c: (search_and_replace),
7503         (write_message_pane), (search_start_over), (search_update_combos),
7504         (replace_update_combos), (anjuta_search_replace_activate):
7505         * plugins/search/search-replace_backend.c:
7506         (file_buffer_new_from_path), (create_search_entries):
7507         * plugins/sourceview/sourceview-print.c: (create_print_job):
7508         * plugins/sourceview/sourceview.c:
7509         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7510         (idocument_can_redo), (idocument_can_undo),
7511         (idocument_begin_undo_action), (idocument_end_undo_action),
7512         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7513         (idocument_get_filename), (idocument_iface_init):
7514         * plugins/tools/editor.c: (on_editor_response):
7515         * plugins/tools/execute.c: (atp_output_context_initialize),
7516         (atp_user_tool_execute):
7517         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7518         
7519         Create IAnjutaDocument interface. This interface is a more general idea
7520         of documents being anything that can be modified, has undo/redo and
7521         may have operations like copy/paste.
7522         The primary goal is to integrate better by making it use the standard file
7523         and edit menu instead of it's own glade menu. Of course the downside is that
7524         you won't be able to view a source file and the designer at the same time. Anyway
7525         so many people have complained that they "can't save a glade file" that I think
7526         this is the much better solution.
7527         Work on the glade plugin is still to come but the most difficult things should be
7528         done now.
7530 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7532         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7533           version 3.0.3.
7535 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7537         * libanjuta/anjuta-plugin-manager.c:
7538         (anjuta_plugin_manager_get_plugins_page),
7539         (anjuta_plugin_manager_get_remembered_plugins_page):
7540         * libanjuta/anjuta-plugin-manager.h:
7541         * src/anjuta-app.c: (anjuta_app_install_preferences):
7542         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7543         and remembered plugins preferences pages in separate pages (avoid
7544         crowd).
7546 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7548         Patch from James Liggett  <jrliggett@cox.net>:
7549         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7550         Installed editor preferences schemas. Fixes bug #453463.
7552 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7554         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7555         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7557 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7559         * plugins/document-manager/anjuta-document-manager.ui:
7560         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7561         * src/action-callbacks.c:
7562         * src/action-callbacks.h:
7563         * src/anjuta-actions.h:
7564         * src/anjuta-app.c: (anjuta_app_instance_init),
7565         (anjuta_app_install_preferences):
7566         * src/anjuta.glade:
7567         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7568         General preferences page. Move preferences menu from Settings to
7569         Edit submenu. And got rid of Settings submenu.
7571 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7573         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7574         
7575 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7577         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7578         as discussed and agreed with James Liggett.
7580         Patch from James Liggett  <jrliggett@cox.net>:
7582         * configure.in:
7583         * libanjuta/anjuta-plugin-manager.c:
7584         (on_activated_plugin_objects_foreach),
7585         (anjuta_plugin_manager_get_active_plugin_objects):
7586         * libanjuta/anjuta-plugin-manager.h:
7587         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7588         (anjuta_plugin_deactivate):
7589         * libanjuta/anjuta-preferences-dialog.c:
7590         (anjuta_preferences_dialog_finalize),
7591         (anjuta_preferences_dialog_class_init), (add_category_columns),
7592         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7593         (anjuta_preferences_dialog_remove_page):
7594         * libanjuta/anjuta-preferences.c: (property_destroy),
7595         (unregister_preferences_key), (register_callbacks),
7596         (preferences_foreach_callback), (connect_prop_to_object),
7597         (anjuta_preferences_register_property_raw),
7598         (anjuta_preferences_register_property_custom),
7599         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7600         (anjuta_preferences_remove_page),
7601         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7602         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7603         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7604         (anjuta_preferences_class_init), (anjuta_preferences_new):
7605         * libanjuta/anjuta-preferences.h:
7606         * plugins/build-basic-autotools/Makefile.am:
7607         * plugins/build-basic-autotools/build-basic-autotools.c:
7608         (ipreferences_unmerge):
7609         * plugins/cvs-plugin/Makefile.am:
7610         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7611         * plugins/document-manager/Makefile.am:
7612         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7613         * plugins/editor/plugin.c: (ipreferences_unmerge):
7614         * plugins/file-manager/Makefile.am:
7615         * plugins/file-manager/plugin.c: (activate_plugin),
7616         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7617         * plugins/gtodo/plugin.c: (ipreferences_merge),
7618         (ipreferences_unmerge):
7619         * plugins/language-support-cpp-java/Makefile.am:
7620         * plugins/language-support-cpp-java/plugin.c:
7621         (ipreferences_unmerge):
7622         * plugins/message-view/Makefile.am:
7623         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7624         * plugins/sourceview/Makefile.am:
7625         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7626         * plugins/symbol-browser/Makefile.am:
7627         * plugins/symbol-browser/an_symbol_prefs.c:
7628         (symbol_browser_prefs_finalize):
7629         * plugins/terminal/Makefile.am:
7630         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7631         * plugins/valgrind/plugin.c: (ipreferences_merge),
7632         (ipreferences_unmerge):
7633         * scripts/Makefile.am:
7634         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7635         * src/Makefile.am:
7636         * src/action-callbacks.c: (on_set_preferences1_activate):
7637         * src/anjuta-app.c: (anjuta_app_instance_init),
7638         (anjuta_app_install_preferences):
7639         * src/anjuta-app.h:
7640         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7641         task: Bug #445314: On demand preferences widgets creation. Thanks
7642         James for this great work.
7644 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7646         * plugins/debug-manager/data_buffer.c,
7647         plugins/message-view/message-view.c: Fixed compiler warnings.
7649 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7651         * src/action-callbacks.c: (help_activate),
7652         (on_help_manual_activate), (on_help_tutorial_activate),
7653         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7655         Fixed help activation (bug #451557).
7657 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7659         * AUTHORS: Added James Liggett. Forgot to add him before :(
7661 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7663         * plugins/debug-manager/debugger.c,
7664         plugins/debug-manager/plugin.c,
7665         plugins/gdb/debugger.c,
7666         libanjuta/interfaces/libanjuta.idl:
7667         Add a GError* parameter to debugger-stopped signal
7669         * (added) libanjuta/anjuta-error.c,
7670         (added) libanjuta/anjuta-error.h,
7671         libanjuta/Makefile.am:
7672         Register GError as a boxed type
7674         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7675         Support GError* in signal, GError must be registered as a boxed type
7676         Accept NULL as strings
7678 === anjuta 2.2.0 ===
7680 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7682         * configure.in: Bumped version to 2.2.0
7683         * NEWS: Updated for 2.2.0 stable release.
7684         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7685         Reduce the idle priority to make the UI update before anything else.
7687 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7689         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7691         * libanjuta/interfaces/libanjuta.idl:
7692         * plugins/document-manager/action-callbacks.c:
7693         (on_editor_command_complete_word_activate):
7694         * plugins/document-manager/plugin.c:
7695         (update_editor_ui_interface_items):
7696         * plugins/editor/text_editor.c: (iautocomplete_activate),
7697         (iautocomplete_iface_init):
7698         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7700         Moved autocomplete() method away from IAnjutaEditorAssist into
7701         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7702         autocomplete and does not crash with sourceview. Fixes Bug #449620
7703         – The auto completion functionality not work. Also sets menuitem 
7704         insensitive when hiding them.
7706         * plugins/debug-manager/disassemble.c:
7707         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7708         printf types.
7710 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7712         * pixmaps/anjuta_splash.png: Updated.
7713         
7714         * plugins/search/search-replace.c
7715         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7716         the right target (project).
7717         * ChangeLog: Added missing log.
7719 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7721         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7722         manuals/anjuta-manual/C/fileoperations.xml,
7723         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7725         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7727         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7729 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7731         * TODO.tasks: Added bounty for on-demand preferences.
7733         Patch from Thierry Moisan:
7734         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7735         (bug #88824).
7737 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7739         Patch from tpgww@onepost.net:
7741         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7742         * libegg/test-actions.c:
7743         * libegg/test-multi-drag.c: (main):
7744         * plugins/debug-manager/memory.c: (read_memory_block):
7745         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7747         Fixes compile warnings. Fixes bug #427101.
7749 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7751         Patch from James Liggett:
7753         * plugins/profiler/gprof-options.c: (on_option_changed),
7754         (setup_widgets):
7755         * plugins/profiler/gprof-options.h:
7756         * plugins/profiler/gprof-profile-data.c:
7757         (gprof_profile_data_init_profile):
7758         * plugins/profiler/gprof-profile-data.h:
7759         * plugins/profiler/plugin.c: (profiler_get_data),
7760         (profiler_set_target), (register_options),
7761         (on_profile_data_browse_button_clicked),
7762         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7763         * plugins/profiler/profiler.glade: implements independent targets.
7764         implements the ability to select arbitrary gmon.out files.
7765         Fixes bug #403502 – User should also be allowed to select an
7766         independent executable target.
7768 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7770         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7772         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7773         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7775 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7777         * plugins/debug-manager/plugin.c,
7778         plugins/debug-manager/breakpoints.c:
7779         Remove weak pointers when owner is destroyed
7780         Remove all breakpoints before loading new one
7782 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7784         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7785          
7786 2007-06-19  Naba Kumar  <naba@gnome.org>
7788         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7789         Bug #448491 Empty Lines Problem.
7791         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7792         
7793         * data/default.profile, plugins/message-view/plugin.c: Do not
7794         restore session for messages.
7795         Fixes bug #377461 – don't create new message window for each
7796         build/find.
7798         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7799         Fixes a crash on exit/project-close if profiler plugin is loaded.
7801 2007-06-17  Naba Kumar  <naba@gnome.org>
7803         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7804         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7806         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7807         Bug #448034 – Anjuta crashes on starting (when the last project
7808         directory was deleted).
7810         * plugins/document-manager/plugin.c: Set line markers for files
7811         opened via IAnjutaFile::open(). Fixes missing line markers while
7812         navigating symbols.
7814 2007-06-17  Naba Kumar  <naba@gnome.org>
7816         * plugins/sourceview/sourceview.glade: Set correct font
7817         default value and use monospace instead of sans. Fixes
7818         bug #448408 – crash in Anjuta IDE: Trying to change the
7819         editor
7821 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7823         * plugins/search/search-replace.c,
7824         plugins/search/search-replace.h,
7825         plugins/search/anjuta-search.glade:
7826         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7827         Fixes bug #355166
7829 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7831         * plugins/debug-manager/plugin.c,
7832         plugins/debug-manager/breakpoints.c:
7833         Add weak references, fixes bug #448053 ?
7835 2007-06-16  Naba Kumar  <naba@gnome.org>
7837         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7838         dialog to allow forgetting them if user chooses to select a different
7839         one.
7841 2007-06-13  Naba Kumar  <naba@gnome.org>
7843         * plugins/sourceview/sourceview-prefs.c: Initialize font
7844         on startup correctly if use_theme is set.
7846         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7847         if available for default font. Fixes bug #447304.
7849         * plugins/sourceview/sourceview-prefs.c: Return value based
7850         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7851         for the first time has black background
7852         
7853         * plugins/project-manager/plugin.c: Give a better error message
7854         when project could not be loaded.
7856         * libanjuta/anjuta-serializer.c: Added a comment.
7858 2007-06-13  Johannes Schmid <jhs@gnome.org>
7860         * configure.in:
7861         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7862         most warnings to avoid simple coding problems.
7863         
7864         * plugins/message-view/anjuta-msgman.c:
7865         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7866         * plugins/message-view/plugin.c: (on_view_changed),
7867         (ianjuta_msgman_add_view):
7868         
7869         Fixed #440866 by always presenting the message-manager when a tab is
7870         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7871         
7872         * plugins/subversion/subversion-callbacks.c:
7873         (on_subversion_commit_response):
7874         Destroy dialog if user clicks "No"
7876 2007-06-12  Naba Kumar  <naba@gnome.org>
7878         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7879         read and use of uninitialized variable.
7881         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7882         because it is used in credits listing and packaging could compress
7883         it in docdir. Fixes bug #397881: The credits are empty
7885         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7886         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7887         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7888         plugins/symbol-browser/an_symbol_info.c,
7889         plugins/symbol-browser/plugin.c,
7890         plugins/symbol-browser/an_symbol_view.c,
7891         plugins/editor/aneditor-autocomplete.cxx:
7893         - Do not access TMTag
7894         member in TMSymbol when freeing it because by then the tags
7895         could have changed. Avoids dangerous memory corruptions by freeing
7896         someone else's memory (Could explain those random crashes when
7897         refreshing symbols or re-loading a different project or closing
7898         a project). Anything that tries to refresh symbols could trigger
7899         this corruptions.
7900         - Added a flag to also retrieve method definitions as part of
7901         the class's scope members. And used it to set both function prototype
7902         and definition in symbols. Fixes navigation to prototype and
7903         function definitions from symbol browser (bug #440370)
7905         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7906         memory. Could fix those bogus 'file changed' dialogs.
7908         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7910 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7912         * (added) libanjuta/anjuta-utils-priv.h,
7913         libanjuta/anjuta-utils.h,
7914         libanjuta/anjuta-launcher.c,
7915         libanjuta/Makefile.am:
7916         Fix bug #440801: do not use config.h in public include files
7918 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7920         * plugins/project-wizard/templates/mkfile.wiz:
7921         Fix bug #442038: missing project.sh file
7923         * configure.in,
7924         plugins/project-wizard/templates/Makefile.am,
7925         plugins/project-wizard/templates/translatable-strings.h,
7926         (added) plugins/project-wizard/templates/sdl.wiz,
7927         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7928         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7929         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7930         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7931         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7932         (added) plugins/project-wizard/templates/sdl/src/main.c,
7933         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7934         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7935         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7936         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7937         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7938         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7939         Fix bug #315635: add a SDL project wizard
7941 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7943         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7944         when SIGCHLD is triggered when main loop context is locked. Dead lock
7945         happens when child_exited callback also accesses main loop context.
7946         Happens particularly badly in debug target exiting.
7948 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7950         * manuals/anjuta-manual/C/debugger.xml:
7951         First update of the debugger documentation
7953 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
7955         * manuals/anjuta-manual/C/fileoperations.xml,
7956         manuals/anjuta-manual/C/projects.xml,
7957         manuals/anjuta-manual/C/anjuta-manual.xml,
7958         manuals/anjuta-manual/C/build.xml,
7959         manuals/anjuta-manual/C/execute.xml,
7960         manuals/anjuta-manual/Makefile.am: Updated more documentation.
7961         Added project properties documentation. Moved execution section
7962         inside project management. Removed dead documentation.
7964 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
7966         * src/anjuta.c, plugins/symbol-browser/plugin.c,
7967         plugins/symbol-browser/plugin.h,
7968         plugins/symbol-browser/an_symbol_prefs.c,
7969         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7970         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
7971         progress bar instead of separate window for system tags
7972         generation. Renamed AnjutaStatus methods to a proper ones.
7974         * plugins/symbol-browser/plugin.c,
7975         plugins/symbol-browser/plugin.h,
7976         plugins/symbol-browser/an_symbol_prefs.c,
7977         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
7978         global-tags/create_global_tags.sh.in: Get rid of message window
7979         for showing global tags creation and use a small window with
7980         progress bar.
7982 2007-05-30  Naba Kumar  <naba@gnome.org>
7984         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
7985         Bug 442315 – After calling configure, the build menus are still insensitive,
7986         Bug 442314 – Autogeneration fails when there is no autogen.sh
7988         * plugins/project-manager/plugin.c: Fixed mem corruption when it
7989         fails to remove target/source/group. Fixes bug #440196 – crash in
7990         Anjuta IDE: removing a target
7992 2007-05-29  Naba Kumar  <naba@gnome.org>
7994         * plugins/symbol-browser/an_symbol_view.c,
7995         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
7996         tags generation. Fixed runtime warning.
7998 2007-05-28  Naba Kumar  <naba@gnome.org>
8000         Patch from James Liggett  <jrliggett@cox.net>:
8001         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8002         Fixed bug #403502 – User should also be allowed to select an
8003         independent executable target.
8005 2007-05-27  Johannes Schmid <jhs@gnome.org>
8007         * plugins/build-basic-autotools/build-basic-autotools.c:
8008         (get_real_directory), (on_build_mesg_format):
8009         
8010         Find correct files for error messages inside scratchbox
8012 2007-05-27  Naba Kumar  <naba@gnome.org>
8014         * manuals/anjuta-manual/C/projects.xml,
8015         manuals/anjuta-manual/C/projects.xml: Updated project
8016         management chapter more.
8018 2007-05-25  Johannes Schmid <jhs@gnome.org>
8020         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8021         * plugins/build-basic-autotools/build-basic-autotools.c:
8022         (on_sb_check_toggled), (build_execute_command),
8023         (ipreferences_merge), (ipreferences_unmerge):
8024         Added support for building inside scratchbox environment
8025         
8026         Patch from James Liggett <jrliggett@cox.net>:
8027         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8028         (anjuta_msgman_append_view):
8030         Fix 440866 
8031           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8033 2007-05-23  Naba Kumar  <naba@gnome.org>
8035         * manuals/anjuta-manual/C/projects.xml: Updated project
8036         management chapter.
8038 2007-05-22  Naba Kumar  <naba@gnome.org>
8040         * manuals/anjuta-manual/C/projects.xml: More updates.
8042         * manuals/anjuta-manual/C/introduction.xml,
8043         manuals/anjuta-manual/C/projects.xml,
8044         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8046 2007-05-22  Naba Kumar  <naba@gnome.org>
8048         Patch from Étienne Bersac:
8049         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8050         class in generated class.
8052 2007-05-22  Naba Kumar  <naba@gnome.org>
8054         * plugins/profiler/plugin.c: Fixed a compiler warning.
8055         * plugins/valgrind/Makefile.am: Added ldflags.
8057         Patch from James Liggett:
8058         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8059         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8060         specific options.
8062 2007-05-18  Johannes Schmid <jhs@gnome.org>
8064         * plugins/editor/text_editor.c:
8065         * plugins/language-support-cpp-java/plugin.c:
8066         (on_editor_language_changed), (on_value_added_current_editor),
8067         (on_value_removed_current_editor):
8068         
8069         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8070         Fix assist support in language-support-plugin.
8072 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8074         * libanjuta/interfaces/libanjuta.idl:
8075         Add a new interface allowing to implement plugin able
8076         to load other plugins (not written in C)
8078         * libanjuta/anjuta-plugin-handle.c,
8079         libanjuta/anjuta-plugin-handle.h:
8080         Add a language and a resident plugin properties
8082         * libanjuta/anjuta-glue-plugin.c,
8083         libanjuta/anjuta-glue-plugin.h,
8084         (added)libanjuta/anjuta-glue-c.c,
8085         (added)libanjuta/anjuta-glue-c.h,
8086         libanjuta/Makefile.am:
8087         Split code used to load a C plugin into a common part
8088         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8090         * libanjuta/anjuta-glue-factory.c,
8091         libanjuta/anjuta-glue-factory.h,
8092         libanjuta/anjuta-plugin-manager.c:
8093         Allow to load plugin not written in C and search for the
8094         additional needed code in another plugin
8096 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8098         * plugins/editor/text_editor.c:
8099         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8100         avoiding a crash if scintilla is used
8102 2007-05-14  Johannes Schmid <jhs@gnome.org>
8104         * libanjuta/interfaces/libanjuta.idl:
8105         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8106         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8107         (on_assist_chosen), (on_assist_update), (get_context),
8108         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8109         (install_assist), (uninstall_assist), (install_support),
8110         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8111         (cpp_java_plugin_instance_init):
8112         * plugins/language-support-cpp-java/plugin.h:
8113         Use IAnjutaEditorAssist to show language specific suggestions
8114         
8115         * plugins/sourceview/Makefile.am:
8116         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8117         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8118         * plugins/sourceview/anjuta-view.h:
8119         * plugins/sourceview/assist-window.c: (assist_window_expose),
8120         (assist_window_set_property), (assist_window_get_property),
8121         (assist_window_class_init), (assist_activated),
8122         (assist_window_init), (assist_window_finalize),
8123         (assist_window_select), (assist_window_first),
8124         (assist_window_last), (assist_window_up), (assist_window_down),
8125         (get_coordinates), (assist_window_move), (assist_window_update),
8126         (assist_window_filter_keypress), (assist_window_is_active),
8127         (assist_window_new), (assist_window_get_trigger),
8128         (assist_window_get_position):
8129         * plugins/sourceview/assist-window.h:
8130         * plugins/sourceview/sourceview-args.c (removed):
8131         * plugins/sourceview/sourceview-args.h (removed):
8132         * plugins/sourceview/sourceview-autocomplete.c (removed):
8133         * plugins/sourceview/sourceview-autocomplete.h (removed):
8134         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8135         * plugins/sourceview/sourceview-private.h:
8136         * plugins/sourceview/sourceview-scope.c(removed):
8137         * plugins/sourceview/sourceview-scope.h(removed):
8138         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8139         (on_assist_cancel), (on_document_char_added),
8140         (on_reload_dialog_response), (sourceview_class_init),
8141         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8142         (iassist_remove_trigger), (iassist_autocomplete),
8143         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8144         (iassist_react), (iassist_iface_init):
8145         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8146         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8147         
8148         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8149         - Mark files dirty if reload dialog is canceled.
8151 2007-05-12  Naba Kumar  <naba@gnome.org>
8153         * libanjuta/anjuta-launcher.h: Corrected include file.
8155 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8157         * libanjuta/anjuta-glue-plugin.c,
8158         libanjuta/anjuta-glue-plugin.h,
8159         libanjuta/anjuta-glue-factory.c,
8160         libanjuta/anjuta-glue-factory.h,
8161         ibanjuta/anjuta-plugin-manager.c:
8162         Move code used to load a C plugin from glue-factory to glue-plugin
8163         So loading a plugin written in another language could be done by
8164         just using another object derived from AnjutaGluePlugin
8166         * libanjuta/libanjuta.h:
8167         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8168         includes
8170 === anjuta 2.1.3 ===
8172 2007-05-11  Naba Kumar  <naba@gnome.org>
8174         * configure.in: Bumped version to 2.1.3
8175         * NEWS: Updated.
8176         * AUTHORS: Updated.
8177         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8179 2007-05-11  Naba Kumar  <naba@gnome.org>
8181         * configure.in:
8182         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8183         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8184         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8186 2007-05-10  Johannes Schmid <jhs@gnome.org>
8188         * plugins/search/plugin.c:
8189         Make incremental search behave less annoying
8190         
8191 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8193         * plugins/macro/macro-util.c:
8194         Fix bug #419008 and bug #419036
8195         When creating new header file, use name and email set in
8196         preferences and replace invalid C character by underscore
8197         in guards
8199 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8201         * plugins/search/search-replace.c,
8202         plugins/search/search-replace_backend.c:
8203         Disable search button if search expression is empty (bug #378193)
8205 2007-05-08  Naba Kumar  <naba@gnome.org>
8207         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8208         build error.
8210 2007-05-07  Naba Kumar  <naba@gnome.org>
8212         * configure.in:
8213         * plugins/project-wizard/templates/Makefile.am:
8214         * plugins/project-wizard/templates/minimal.wiz:
8215         * plugins/project-wizard/templates/minimal/.cvsignore:
8216         * plugins/project-wizard/templates/minimal/Makefile.am:
8217         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8218         * plugins/project-wizard/templates/minimal/autogen.sh:
8219         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8220         * plugins/project-wizard/templates/minimal/project.anjuta:
8221         Added 'minimal', a generic and flat, project template.
8222         
8223 2007-05-05  Naba Kumar  <naba@gnome.org>
8225         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8227         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8228         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8229         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8230         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8231         instead of a real one, fixes interdependency with libanjuta.
8232         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8233         * libanjuta/Makefile.am: 
8234         * libegg/Makefile.am:
8235         * plugins/build-basic-autotools/Makefile.am:
8236         * plugins/class-gen/Makefile.am:
8237         * plugins/class-inheritance/Makefile.am:
8238         * plugins/cvs-plugin/Makefile.am:
8239         * plugins/debug-manager/Makefile.am:
8240         * plugins/devhelp/Makefile.am:
8241         * plugins/document-manager/Makefile.am:
8242         * plugins/editor/Makefile.am:
8243         * plugins/file-loader/Makefile.am:
8244         * plugins/file-manager/Makefile.am:
8245         * plugins/file-wizard/Makefile.am:
8246         * plugins/gdb/Makefile.am:
8247         * plugins/glade/Makefile.am:
8248         * plugins/gtodo/Makefile.am:
8249         * plugins/language-support-cpp-java/Makefile.am:
8250         * plugins/macro/Makefile.am:
8251         * plugins/message-view/Makefile.am:
8252         * plugins/patch/Makefile.am:
8253         * plugins/profiler/Makefile.am:
8254         * plugins/project-import/Makefile.am:
8255         * plugins/project-manager/Makefile.am:
8256         * plugins/project-wizard/Makefile.am:
8257         * plugins/sample1/Makefile.am:
8258         * plugins/search/Makefile.am:
8259         * plugins/sourceview/Makefile.am:
8260         * plugins/subversion/Makefile.am:
8261         * plugins/symbol-browser/Makefile.am:
8262         * plugins/terminal/Makefile.am:
8263         * plugins/tools/Makefile.am:
8264         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8266 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8268         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8270 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8272         * libanjuta/anjuta-launcher.c,
8273         libanjuta/anjuta-launcher.h:
8274         Add some missing implementation
8276 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8278         Reviewed by Naba Kumar  <naba@gnome.org>:
8279         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8280         for uninstall-hook.
8282 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8284         Reviewed by Naba Kumar  <naba@gnome.org>:
8285         * plugins/editor/text_editor.c: Large memory addresses were being
8286         truncated, switched to glong (bug #422143).
8288 2007-04-24  Naba Kumar  <naba@gnome.org>
8290         * plugins/document-manager/plugin.c: (prefs_finalize):
8291         * plugins/editor/aneditor-autocomplete.cxx:
8292         * plugins/editor/text_editor_menu.c:
8293         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8294         * plugins/file-loader/plugin.c: (open_file_with),
8295         (create_open_with_submenu):
8296         * plugins/file-manager/plugin.c: (prefs_finalize):
8297         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8298         pointer type castings.
8300 2007-04-24  Naba Kumar  <naba@gnome.org>
8302         Patch from s|s  <supreet.sethi@gmail.com>:
8303         * (added) plugins/project-wizard/templates/django-logo.png:
8304         * (added) plugins/project-wizard/templates/django.wiz:
8305         * plugins/project-wizard/templates/Makefile.am:
8306         * plugins/project-wizard/templates/translatable-strings.h: Added
8307         django project template. http://www.djangoproject.com/
8309 2007-04-24  Naba Kumar  <naba@gnome.org>
8311         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8312         the log entry widget and made the dialog little larger.
8314 2007-04-24  Naba Kumar  <naba@gnome.org>
8316         Patch from Halton Huo:
8317         * configure.in:
8318         * plugins/project-wizard/property.c:
8319         * plugins/subversion/svn-auth.c:
8320         * plugins/subversion/svn-backend-priv.h:
8321         * plugins/subversion/svn-backend.c:
8322         * plugins/subversion/svn-backend.h:
8323         * plugins/subversion/svn-notify.h: Proper use of subversion
8324         headers. Fixes build issues in solaris (bug #426701).
8326 2007-04-24  Naba Kumar  <naba@gnome.org>
8328         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8329         
8330         * plugins/project-wizard/templates/cpp.wiz:
8331         * plugins/project-wizard/templates/gcj.wiz:
8332         * plugins/project-wizard/templates/gnome.wiz:
8333         * plugins/project-wizard/templates/gtk.wiz:
8334         * plugins/project-wizard/templates/gtkmm.wiz:
8335         * plugins/project-wizard/templates/java.wiz:
8336         * plugins/project-wizard/templates/python.wiz:
8337         * plugins/project-wizard/templates/terminal.wiz:
8338         * plugins/project-wizard/templates/wxwin.wiz:
8339         * plugins/project-wizard/templates/xlib-dock.wiz:
8340         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8341         project option and set it ON by default (since gnome-build, can't
8342         enabled configure shared lib support later when a sharedlib target
8343         is added).
8345 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8347         * plugins/debug-manager/stack_trace.c:
8348         Fix a missing case in the previous changes
8350 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8352         * plugins/debug-manager/plugin.c:
8353         Fix bug #430401
8355         * plugins/debug-manager/breakpoints.c,
8356         plugins/gdb/plugin.c:
8357         Fix adding breakpoint on a function
8359         * plugins/debug-manager/stack_trace.c:
8360         Highlight changed stack frame
8362 2007-04-18  Naba Kumar  <naba@gnome.org>
8364         * plugins/document-manager/anjuta-docman.c:
8365         (anjuta_docman_dispose), (on_editor_destroy),
8366         (anjuta_docman_remove_editor): Remove the editor widget from
8367         the parent container before calling destroy, otherwise container
8368         removal happens after TextEditor is disposed resulting in call
8369         to value-remove for a TextEditor which is half-dead (crash).
8371 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8373         * plugins/debug-manager/data_buffer.c
8374         plugins/debug-manager/data_view.c,
8375         plugins/debug-manager/memory.c:
8376         Fixes for bug #418523, bug #427090 and bug #428174
8378 2007-04-11 Halton Huo <halton.huo@sun.com>
8380         reviewed by: <jhs@gnome.org>
8382         * configure.in:
8383         * libanjuta/Makefile.am:
8384         * libanjuta/anjuta-utils.c:
8385         * libanjuta/anjuta-utils.h:
8386         * manuals/reference/libanjuta/Makefile.am:
8387         
8388         Fixed compilation on sun by deploying the libutil methods
8389         in anjuta-utils.h and building them on condition.
8391 2007-04-11  Johannes Schmid <jhs@gnome.org>
8393         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8394         (anjuta_docman_add_editor):
8395         Hold a reference on the editor as long as we use it.
8396         
8397         * plugins/document-manager/plugin.c: (on_editor_changed):
8398         Destroy GValue to fix a memoery leak.
8400 2007-04-11  Johannes Schmid <jhs@gnome.org>
8402         * plugins/document-manager/plugin.c: (on_editor_changed):
8403         Fixed reference counting for editor by using g_value_take_object instead
8404         of g_value_set_object. The editors are now correctly finalized and thus
8405         we do not lack so much memory anymore.
8406         
8407         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8408         (anjuta_view_finalize), (anjuta_view_focus_out),
8409         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8410         * plugins/sourceview/anjuta-view.h:
8411         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8412         * plugins/sourceview/sourceview-prefs.c:
8413         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8414         * plugins/sourceview/sourceview-prefs.h:
8415         * plugins/sourceview/sourceview-private.h:
8416         * plugins/sourceview/sourceview.c: (on_document_loaded),
8417         (timeout_unref), (on_document_saved), (sourceview_finalize),
8418         (sourceview_new), (ifile_open), (ifile_savable_save),
8419         (ifile_savable_save_as):
8421         Several changes to fix things when the editor is correctly destroyed.
8422         Fixed preferences (which led me to the refcounting issue, #409412)
8423         and removed deprecated completition code that will be replace by
8424         IAnjutaAssist interface soon. 
8426 2007-04-11  Johannes Schmid <jhs@gnome.org>
8428         * libanjuta/anjuta-launcher.c:
8429         (anjuta_launcher_execution_done_cleanup),
8430         (anjuta_launcher_child_terminated):
8431         Possible fix for #428363 and added a g_return_if_fail
8433         * plugins/message-view/plugin.c: (activate_plugin):
8434         Fixed a Gtk/Gdl-Critical
8435         
8436         Patches from Étienne Bersac <bersace03@laposte.net>
8437         * plugins/class-gen/templates/go-source.tpl:
8438         * plugins/macro/macros.xml:
8439         Use better template for GObjects (#417875 and #417918)
8440         
8441         Patches from Halton Huo <halton.huo@sun.com>
8442         * libanjuta/anjuta-launcher.h:
8443         * libanjuta/anjuta-preferences.c:
8444         * libanjuta/anjuta-utils.c:
8445         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8446         (cg_window_set_add_to_repository):
8447         * plugins/class-inheritance/class-inherit.c:
8448         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8450 2007-04-09  Johannes Schmid <jhs@gnome.org>
8452         * plugins/editor/print.c: (anjuta_print_show_header):
8453         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8454         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8456   Some string changes (#427395 and #427399)
8458 2007-04-06  Johannes Schmid <jhs@gnome.org>
8460         * plugins/build-basic-autotools/build-basic-autotools.c:
8461         (on_build_mesg_format), (on_build_mesg_parse):
8462         Fixed full path detection
8464 2007-04-05  Naba Kumar  <naba@gnome.org>
8466         Patch from Halton Huo:
8467         * libanjuta/Makefile.am:
8468         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8469         * libanjuta/anjuta-glue-cpp.h:
8470         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8471         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8472         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8473         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8474         (load_plugin), (anjuta_glue_factory_get_object_type):
8475         * libanjuta/anjuta-glue-factory.h:
8476         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8477         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8478         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8479         (anjuta_glue_plugin_new):
8480         * libanjuta/anjuta-glue-plugin.h:
8481         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8482         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8483         * libanjuta/anjuta-plugin.h:
8484         * libanjuta/glue-cpp.c:
8485         * libanjuta/glue-cpp.h:
8486         * libanjuta/glue-factory.c:
8487         * libanjuta/glue-factory.h:
8488         * libanjuta/glue-plugin.c:
8489         * libanjuta/glue-plugin.h:
8490         * plugins/build-basic-autotools/build-basic-autotools.h:
8491         * plugins/class-gen/plugin.h:
8492         * plugins/class-inheritance/plugin.h:
8493         * plugins/cvs-plugin/plugin.h:
8494         * plugins/debug-manager/plugin.h:
8495         * plugins/devhelp/plugin.h:
8496         * plugins/document-manager/plugin.h:
8497         * plugins/editor/plugin.h:
8498         * plugins/file-loader/plugin.h:
8499         * plugins/file-manager/plugin.h:
8500         * plugins/file-wizard/plugin.h:
8501         * plugins/gdb/plugin.h:
8502         * plugins/glade/plugin.h:
8503         * plugins/gtodo/plugin.h:
8504         * plugins/language-support-cpp-java/plugin.h:
8505         * plugins/macro/plugin.h:
8506         * plugins/message-view/plugin.h:
8507         * plugins/patch/plugin.h:
8508         * plugins/profiler/plugin.h:
8509         * plugins/project-import/plugin.h:
8510         * plugins/project-manager/plugin.h:
8511         * plugins/project-wizard/plugin.h:
8512         * plugins/sample1/plugin.h:
8513         * plugins/search/plugin.h:
8514         * plugins/sourceview/plugin.h:
8515         * plugins/subversion/plugin.h:
8516         * plugins/symbol-browser/plugin.h:
8517         * plugins/terminal/terminal.c:
8518         * plugins/tools/plugin.h:
8519         * plugins/tools/scripts/tools-2.xml.in:
8520         * plugins/valgrind/plugin.h:
8522         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8524 2007-04-05  Naba Kumar  <naba@gnome.org>
8526         * anjuta.spec.in, configure.in: Removed dead codes.
8527         
8528         Patch from Jos Dehaes:
8529         * configure.in, plugins/project-wizard/templates/Makefile.am,
8530         plugins/project-wizard/templates/mkfile.wiz,
8531         plugins/project-wizard/templates/translatable-strings.h: Enabled
8532         makefile-based project creation and import. Fixes bug #355145
8534 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8536         * plugins/debug-manager/debugger.c,
8537         plugins/debug-manager/plugin.c,
8538         plugins/gdb/anjuta-gdb.plugin.in:
8539         Code cleaning (remove unused code, rename this into self)
8540         Add information about supported format in debugger plugin
8541         Activate debugger plugin according to the target format
8543 2007-04-01  Naba Kumar  <naba@gnome.org>
8545         * plugins/message-view/message-view.c:
8546         (message_view_instance_init): Fixed message icons to appear.
8548 2007-03-31  Johannes Schmid <jhs@gnome.org>
8550         * plugins/message-view/anjuta-msgman.c:
8551         (anjuta_msgman_append_view):
8552         * plugins/message-view/plugin.c: (on_view_changed),
8553         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8554         
8555         Fixed #424845
8557 2007-03-31  Johannes Schmid <jhs@gnome.org>
8559         * plugins/message-view/message-view.c:
8560         (message_view_instance_init), (imessage_view_append):
8561         Show nice icons beside the messages for info, warning and error. This is a completly
8562         cosmetic change so if someone dislikes it he is free to remove it.
8564 2007-03-31  Johannes Schmid <jhs@gnome.org>
8565         
8566         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8567         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8568         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8569         * plugins/message-view/anjuta-msgman.h:
8570         * plugins/message-view/message-view.h:
8571         * plugins/message-view/plugin.c: (on_view_changed),
8572         (activate_plugin):
8573         Fixed #359399 and made next/previous insensitive when not availible
8574         
8575         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8576         (tag_style_to_string):
8577         Fixed namespace Problem with gdk >= 2.11
8578         
8579         * plugins/sourceview/sourceview-autocomplete.c:
8580         (sourceview_autocomplete_init):
8581         Removed structure, follow-up of #423682
8583 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8585         * plugins/debug-manager/debug_tree.c,
8586         plugins/debug-manager/debug_tree.h,
8587         plugins/debug-manager/watch.c,
8588         plugins/debug-manager/anjuta-debug-manager.glade:
8589         Inspect variable at cursor
8590         Fix buttons in inspect dialog
8592 2007-03-27  Halton Huo  <halton.huo@sun.com>
8594         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8596         * plugins/sourceview/sourceview-autocomplete.c
8597         plugins/debug-manager/disassemble.c,
8598         libanjuta/interfaces/libanjuta.idl:
8599         Remove array with 0 size and empty structure as it is not
8600         supported by sun cc, Fixes bug #423682
8602         * plugins/debug-manager/debugger.c:
8603         Remove anonymous union as it is not supported by sun cc,
8604         Fixes bug #423680
8606 === anjuta 2.1.2 ===
8608 2007-03-28  Naba Kumar  <naba@gnome.org>
8610         * configure.in: Bumped version to 2.1.2
8611         * NEWS: Updated for release.
8612         
8613         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8614         Improved breakpoint marker icon.
8615         
8616         * plugins/editor/anjuta-editor.plugin.in,
8617         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8618         non user activable since they are now remembered properly.
8620 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8622         * plugins/tools/editor.c:
8623         Fix bug #423270
8625 2007-03-27  Naba Kumar  <naba@gnome.org>
8627         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8628         word when autocompleting without leaving any trailing part of
8629         the word.
8631 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8633         Reviewed by Naba Kumar  <naba@gnome.org>:
8634         * anjuta.desktop.in.in: Remove "Application" category from desktop
8635         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8636         
8637 2007-03-27  Naba Kumar  <naba@gnome.org>
8638         
8639         * configure.in, plugins/document-manager/anjuta-docman.c:
8640         (anjuta_docman_add_editor): Conditionally compile notebook tab
8641         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8643         Patch from Halton Huo:
8644         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8645         non gcc compiler flags. Fixes bug #423089.
8646         
8647 2007-03-26  Naba Kumar  <naba@gnome.org>
8648         
8649         * AUTHORS, NEWS, TODO.tasks: Updated.
8650         
8651         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8652         close menuitem.
8653         
8654         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8655         (update_editor_symbol_model), (iter_matches),
8656         (on_editor_update_ui), (value_added_current_editor),
8657         (activate_plugin), (dispose),
8658         (symbol_browser_plugin_instance_init):
8659         * plugins/symbol-browser/plugin.h: update line on editor save
8660         and editor change. Code clean up and fixed warnings.
8662 2007-03-26  Naba Kumar  <naba@gnome.org>
8664         * plugins/project-wizard/templates/java/project.anjuta,
8665         plugins/project-wizard/templates/python/project.anjuta,
8666         plugins/project-wizard/templates/python/project.anjuta:
8667         Removed version control plugins from default selection.
8669         * plugins/tools/scripts/prepare-changelog.pl,
8670         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8671         script to a better one (that works on both cvs and svn).
8673 2007-03-26  Naba Kumar  <naba@gnome.org>
8675         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8676         Makefile.am: Added the generated translatable file (required for
8677         translations for svn checkouts).
8679         * (added)
8680         plugins/project-wizard/templates/extract-translatable-strings.pl
8681         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8682         po/POTFILES.in: Generated translatable strings for .wiz files and
8683         added them in POTFILES.in for translation. Fixes bug #398035
8685 2007-03-25  Naba Kumar  <naba@gnome.org>
8687         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8688         
8689         * src/anjuta-app.c: Removed dead codes.
8690         
8691         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8692         global tags generation starts.
8693         
8694         * plugins/debug-manager/chunk_view.c,
8695         plugins/debug-manager/start.h,
8696         plugins/debug-manager/chunk_view.h,
8697         plugins/debug-manager/utilities.c,
8698         plugins/debug-manager/utilities.h,
8699         plugins/debug-manager/debugger.c,
8700         plugins/debug-manager/threads.c,
8701         plugins/debug-manager/disassemble.c,
8702         plugins/debug-manager/info.c,
8703         plugins/debug-manager/sharedlib.c,
8704         plugins/debug-manager/threads.h,
8705         plugins/debug-manager/disassemble.h,
8706         plugins/debug-manager/signals.c,
8707         plugins/debug-manager/info.h,
8708         plugins/debug-manager/sharedlib.h,
8709         plugins/debug-manager/data_buffer.c,
8710         plugins/debug-manager/data_view.c,
8711         plugins/debug-manager/signals.h,
8712         plugins/debug-manager/debug_tree.c,
8713         plugins/debug-manager/watch.c,
8714         plugins/debug-manager/registers.c,
8715         plugins/debug-manager/data_buffer.h,
8716         plugins/debug-manager/data_view.h,
8717         plugins/debug-manager/memory.c,
8718         plugins/debug-manager/debug_tree.h,
8719         plugins/debug-manager/watch.h,
8720         plugins/debug-manager/registers.h,
8721         plugins/debug-manager/memory.h,
8722         plugins/debug-manager/locals.c,
8723         plugins/debug-manager/sexy-icon-entry.c,
8724         plugins/debug-manager/breakpoints.c,
8725         plugins/debug-manager/locals.h,
8726         plugins/debug-manager/sexy-icon-entry.h,
8727         plugins/debug-manager/stack_trace.c,
8728         plugins/debug-manager/breakpoints.h,
8729         plugins/debug-manager/sparse_buffer.c,
8730         plugins/debug-manager/sparse_view.c,
8731         plugins/debug-manager/stack_trace.h,
8732         plugins/debug-manager/sparse_buffer.h,
8733         plugins/debug-manager/sparse_view.h,
8734         plugins/debug-manager/start.c,
8735         plugins/gdb/utilities.c,
8736         plugins/gdb/utilities.h,
8737         plugins/gdb/debugger.c,
8738         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8739         setup.
8741 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8743         * plugins/gdb/debugger.c:
8744         Avoid empty debugger log window by limiting line to 90 characters
8746 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8748         * plugins/debug-manager/plugin.c,
8749         plugins/debug-manager/plugin.h,
8750         plugins/debug-manager/threads.c,
8751         plugins/debug-manager/threads.h,
8752         plugins/debug-manager/breakpoints.c,
8753         plugins/debug-manager/breakpoints.h,
8754         plugins/debug-manager/stack_trace.c,
8755         plugins/debug-manager/stack_trace.h:
8756         View code action now changes location in disassembly view too
8758         * plugins/debug-manager/anjuta-debug-manager.ui:
8759         Rename breakpoint actions
8761 2007-03-24  Naba Kumar  <naba@gnome.org>
8763         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8764         in gdl 0.7.3 (svn trunk).
8765         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8766         
8767 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8769         * plugins/debug-manager/threads.c,
8770         plugins/debug-manager/debug_tree.c,
8771         plugins/debug-manager/debug_tree.h,
8772         plugins/debug-manager/locals.c,
8773         plugins/debug-manager/registers.c,
8774         plugins/debug-manager/stack_trace.c:
8775         Allow to change current thread updating register, stack and locals
8776         Allow to change current stack frame updating locals
8778         * plugins/gdb/debugger.c:
8779         Read argument of selected stack frame
8781         * plugins/debug-manager/data_view.c:
8782         Fix an unrelated bug
8784 2007-03-23  Naba Kumar  <naba@gnome.org>
8786         * plugins/document-manager/anjuta-docman.c,
8787         plugins/document-manager/plugin.c: Fixed many memory leaks.
8788         (ianjuta_file_get_uri() returns a new string).
8790         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8791         widget for save dialogs.
8792         
8793         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8794         svn and fixed to get function/prototype/member args list. Call tips
8795         also work fine now.
8797 2007-03-22  Naba Kumar  <naba@gnome.org>
8799         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8800         and calltips would work again for functions from global tags (Needs
8801         regenerating global tags).
8803         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8804         ctags svn version and reopened bug #395362. Fixes tags parsing that
8805         seemed to have stopped working recently.
8807 2007-03-21  Naba Kumar  <naba@gnome.org>
8809         * tagmanager/tm_source_file.c, tagmanager/options.c,
8810         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8811         extend .. more needs to be investigated and fixed). Enabled some
8812         debugging.
8814 2007-03-16  Naba Kumar  <naba@gnome.org>
8816         * src/anjuta.c: Fixed project loading from command line.
8818 2007-03-16  Naba Kumar  <naba@gnome.org>
8820         Patch from James Liggett <jrliggett@cox.net>:
8821         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8822         
8823 2007-03-15  Naba Kumar  <naba@gnome.org>
8825         * libanjuta/anjuta-profile-manager.c,
8826         libanjuta/anjuta-profile-manager.h: Added method to get current
8827         profile.
8829         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8830         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8831         is exiting.
8833         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8834         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8835         Also, not load project files in session load in loader plugin.
8836         
8837         * plugins/project-manager/plugin.c, src/anjuta.c:
8838         Emit "exiting" signal in shell when exiting anjuta. project manager
8839         listens to exiting signal and saves session. anjuta.c saves session
8840         only when current projfile is 'user'. Load project saved in session
8841         differently then the rest of the session. This should fix all the
8842         session restoration bugs.
8843         
8844         src/main.c: Present anjuta window when becon message is received.
8846 2007-03-14  Naba Kumar  <naba@gnome.org>
8848         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8849         not randomly save (it was a wrong looping).
8850         
8851 2007-03-12  Naba Kumar  <naba@gnome.org>
8853         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8855 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8857         * plugins/debug-manager/anjuta-debug-manager.ui,
8858         libanjuta/interfaces/libanjuta.idl,
8859         plugins/debug-manager/debugger.c,
8860         (added) plugins/debug-manager/threads.c,
8861         (added) plugins/debug-manager/threads.h,
8862         plugins/debug-manager/plugin.c,
8863         plugins/debug-manager/Makefile.am,
8864         plugins/gdb/plugin.c,
8865         plugins/gdb/debugger.c,
8866         plugins/gdb/debugger.h:
8867         Add a window displaying all threads
8868         Add needed functions
8869         Switching to a different thread is still not done
8871         * plugins/debug-manager/debug_tree.c,
8872         plugins/debug-manager/locals.c,
8873         plugins/debug-manager/stack_trace.c:
8874         Small cosmetic changes
8876         * plugins/gdb/gdbmi.c:
8877         Keep all elements in gdbmi hash
8878         Even if using the same key like in -threads-list-ids
8880 2007-03-11  Naba Kumar  <naba@gnome.org>
8882         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8883         
8884         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8885         
8886         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8887         manuals/reference/libanjuta/libanjuta-sections.txt,
8888         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8889         interfaces.
8891 2007-03-11  Naba Kumar  <naba@gnome.org>
8893         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8894         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8896         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8897         manuals/reference/libanjuta/libanjuta.types,
8898         manuals/reference/libanjuta/libanjuta-sections.txt,
8899         manuals/reference/libanjuta/.cvsignore,
8900         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8901         infrastructure. Got rid of tmpl/ directory and moved all section
8902         documenation to source code (requires gtk-doc >= 1.4).
8903         
8904         * libanjuta/anjuta-plugin-description.c,
8905         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8906         libanjuta/cell-renderer-captioned-image.c,
8907         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8908         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8909         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8910         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8911         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8912         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8913         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8914         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8915         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8916         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8917         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8918         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8919         documentation from templates to source code.
8921 2007-03-10  Johannes Schmid <jhs@gnome.org>
8923         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8924         Added some debug output but could not figure out why 
8925         some plugins are not kept.
8926         
8927         * libanjuta/interfaces/libanjuta.idl:
8928         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8929         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8930         Added IAnjutaEditorGoto::matching_brace
8931         
8932         * plugins/document-manager/action-callbacks.c:
8933         (on_editor_command_match_brace_activate):
8934         * plugins/document-manager/plugin.c:
8935         (update_editor_ui_interface_items):
8936         * plugins/editor/text_editor.c: (igoto_matching_brace),
8937         (igoto_iface_init):
8938         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8939         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8941 2007-03-09  Johannes Schmid <jhs@gnome.org>
8943         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8944         Hide correct column
8945         
8946         * plugins/sourceview/sourceview-private.h:
8947         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8948         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8949         (sourceview_new), (ifile_savable_save_as):
8950         Tweaked vfs monitoring
8952 2007-03-09  Johannes Schmid <jhs@gnome.org>
8954         * libanjuta/interfaces/Makefile.am.iface:
8955         Fixed installtion of header files
8956         
8957         * plugins/sourceview/sourceview.c: (set_select):
8958         do not scroll to much in interactive search
8960 2007-03-09  Naba Kumar  <naba@gnome.org>
8962         * src/anjuta.c: Fixed session restoration.
8963         
8964         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
8965         signal handlers after symbol browser plugin is deactivated.
8966         
8967         * plugins/editor/editor.glade,
8968         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
8969         Fixed indentation confustion in preferences.
8971 2007-03-08  Johannes Schmid <jhs@gnome.org>
8973         * plugins/search/search-replace.c: (search_set_combo),
8974         (search_set_action), (search_set_target), (search_set_direction),
8975         (create_dialog), (search_disconnect_set_toggle_connect),
8976         (on_search_match_whole_word_toggled),
8977         (on_search_match_whole_line_toggled),
8978         (on_search_match_word_start_toggled),
8979         (search_set_toggle_direction):
8980         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
8981         it's somehow ugly and uses many deprecated widgets
8982         
8983         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
8984         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8985         Fix #394709
8986         
8987 2007-03-07  Naba Kumar  <naba@gnome.org>
8989         * src/anjuta.c: Make launching projects work from command line. Also
8990         fixes gnome session restart command.
8991         
8992 2007-03-07  Johannes Schmid <jhs@gnome.org>
8994         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
8995         * plugins/class-gen/plugin.c: (iwizard_activate):
8996         Fixed #408218
8997         
8998         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
8999         Fixed #402774
9000         
9001         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9002         Fixed #377483 (It's not possible to know if directories have
9003         a version in CVS. Show version column only if there are version
9004         informations availible
9006         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9007         Fixed memory leak
9009 2007-03-07  Johannes Schmid <jhs@gnome.org>
9011         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9012         Fixed #409408
9013         * plugins/symbol-browser/an_symbol_prefs.c:
9014         (on_update_global_clicked):
9015         Fixed ##409176
9017 2007-03-07  Johannes Schmid <jhs@gnome.org>
9019         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9020         (anjuta_save_prompt_new):
9021         * plugins/project-import/project-import.c:
9022         (project_import_finalize):
9023         Fixed Gtk-Criticals (maybe #409408)
9025 2007-03-07  Naba Kumar  <naba@gnome.org>
9027         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9028         when we are at just beginning of string or comment. Fixes bug #397981.
9030 2007-03-07  Johannes Schmid <jhs@gnome.org>
9032         * plugins/language-support-cpp-java/plugin.c:
9033         (initialize_indentation_params):
9034         Removed annoying DEBUG_PRINT
9035         
9036         * plugins/sourceview/sourceview-cell.c:
9037         (sourceview_cell_instance_init), (icell_get_character),
9038         (icell_get_length), (icell_get_char), (icell_get_attribute):
9039         Improved code to be faster
9040         Implemented attribute handling so that indentation really works in any case
9042 2007-03-06  Johannes Schmid <jhs@gnome.org>
9044         * configure.in:
9045         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9046         
9047         * plugins/document-manager/anjuta-docman.c:
9048         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9049         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9050         instead (required GTK >= 2.10)
9051         
9052         * plugins/sourceview/sourceview-private.h:
9053         * plugins/sourceview/sourceview.c:
9054         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9055         (sourceview_finalize), (sourceview_new), (imark_mark),
9056         (imark_unmark), (imark_is_marker_set),
9057         (imark_location_from_handle), (imark_delete_all_markers):
9058         Fixed marker handling and worked a bit more on vfs monitoring
9060 2007-03-05  Johannes Schmid <jhs@gnome.org>
9062         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9063         Added method to select specific iter
9064         
9065         * plugins/sourceview/sourceview-private.h:
9066         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9067         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9068         (sourceview_add_monitor), (on_document_saved),
9069         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9070         Fixed vfs monitoring (mostly ported code from text_editor.c)
9071         
9072         * plugins/symbol-browser/an_symbol_view.c:
9073         * plugins/symbol-browser/an_symbol_view.h:
9074         * plugins/symbol-browser/plugin.c: (iter_matches),
9075         (on_editor_update_ui), (value_added_current_editor):
9076         Select the current tag in locals window and symbol toolbar. If there
9077         is no tag at the current line, reserve backward for the next tag. This will
9078         select the correct tag if inside a function.
9080 2007-03-05  Naba Kumar  <naba@gnome.org>
9082         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9083         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9084         compiler warnings.
9085         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9086         (Bug #412186)
9087         
9088 2007-03-04  Johannes Schmid <jhs@gnome.org>
9090         * data/Makefile.am:
9091         * po/POTFILES.in:
9092         Fixed distcheck (well, partly)
9094 2007-03-04  Johannes Schmid <jhs@gnome.org>
9096         * plugins/document-manager/anjuta-document-manager.ui:
9097         Move "Swap .c/.h from Main to Browser toolbar
9099         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9100         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9101         (fv_prefs_free), (fv_add_tree_entry):
9102         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9103         * plugins/file-manager/plugin.c: (prefs_init):
9104         
9105         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9107 2007-03-04  Naba Kumar  <naba@gnome.org>
9109         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9110         plugins/project-manager/plugin.c:
9111         Restored default profile and renamed it from "default.anjuta" to
9112         "default.profile".
9113         
9114 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9116         * plugins/debug-manager/debugger.c,
9117         plugins/debug-manager/plugin.c,
9118         plugins/gdb/debugger.c,
9119         libanjuta/interfaces/libanjuta.idl,
9120         plugins/debug-manager/stack_trace.c:
9121         Add a dialog box when a signal is received (except SIGINT)
9122         Display stack frame even if arguments are not available
9124 2007-03-03  Naba Kumar  <naba@gnome.org>
9126         * TODO.tasks: Icons bounty added.
9128         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9129         choise selection.
9130         
9131         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9132         and descoping.
9134         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9135         plugins/Makefile.am, (removed) plugins/profile-default/*,
9136         plugins/project-manager/anjuta-project-manager.plugin.in,
9137         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9138         profile implementation to load user profile and projects. Store and
9139         restore remembered plugins. Use profile scoping and descoping for
9140         saving and loading sesstions.
9141         
9142         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9143         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9144         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9145         DEBUG_PRINTs.
9147 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9149         * plugins/debug-manager/debug_tree.c
9150         plugins/debug-manager/debug_tree.h:
9151         Bug fix, deleting wrong variable
9153         * plugins/gdb/debugger.c:
9154         Bug fix, remove forgotten debugging code
9156 2007-03-02  Johannes Schmid <jhs@gnome.org>
9158         * plugins/document-manager/anjuta-document-manager.ui:
9159         * plugins/search/anjuta-search.ui:
9160         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9161         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9162         ToolbarFind
9164         * src/anjuta-app.c: (on_toolbar_view_toggled),
9165         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9166         Save toolbar positions, don't use fixed toolbar style
9167         
9168         All in all this will allow more complex toolbar configurations and
9169         might gain some space on smaller displays because the user can disable
9170         toolbar parts he does not use. Also allows to use any toolbar style
9171         without looking too ugly.
9173 2007-03-01  Naba Kumasr  <naba@gnome.org>
9175         * TODO.tasks: Added a bounty for creating icons.
9177         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9178         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9179         profile-changed signal. Do not sync non-user-activatable plugins.
9181 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9183         * plugins/debug-manager/disassemble.c,
9184         plugins/debug-manager/sparse_view.c,
9185         plugins/gdb/debugger.c,
9186         libanjuta/interfaces/libanjuta.idl:
9187         Display function name in disassembly view
9189 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9191         * (added) plugins/debug-manager/bookmark.png,
9192         (added) plugins/debug-manager/breakpoint-disabled.png,
9193         (added) plugins/debug-manager/breakpoint-enabled.png,
9194         (added) plugins/debug-manager/program-counter.png,
9195         (added) plugins/debug-manager/linemarker.png,
9196         plugins/debug-manager/Makefile.am,
9197         plugins/debug-manager/disassemble.c,
9198         plugins/debug-manager/disassemble.h,
9199         plugins/debug-manager/sparse_buffer.c,
9200         plugins/debug-manager/sparse_buffer.h,
9201         plugins/debug-manager/sparse_view.c,
9202         plugins/debug-manager/sparse_view.h,
9203         plugins/debug-manager/plugin.c,
9204         plugins/debug-manager/breakpoints.c,
9205         libanjuta/interfaces/libanjuta.idl:
9206         Add markers in the disassembly view
9207         Display program counter and breakpoints in disassembly view
9209         * plugins/gdb/debugger.c:
9210         Fix a bug added with my previous patch, setting and clearing
9211         breakpoints was not working
9213 2007-02-28  Johannes Schmid <jhs@gnome.org>
9215         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9216         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9217         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9218         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9219         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9220         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9221         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9222         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9223         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9224         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9225         Updated (why do they need to be under version control?)
9226         
9227         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9228         (create_tab_popup_menu), (on_msgman_popup_menu),
9229         (on_tab_button_press_event), (anjuta_msgman_page_new),
9230         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9231         Added "Close all message tabs" popup menu
9233 2007-02-26  Naba Kumar  <naba@gnome.org>
9235         * plugins/profiler/gprof-flat-profile-entry.c,
9236         plugins/profiler/gprof-flat-profile.c,
9237         plugins/profiler/gprof-flat-profile-entry.h,
9238         plugins/profiler/gprof-flat-profile.h,
9239         plugins/profiler/gprof-flat-profile-view.c,
9240         plugins/profiler/gprof-flat-profile-view.h,
9241         plugins/profiler/gprof-call-graph-block-entry.c,
9242         plugins/profiler/gprof-call-graph-block.c,
9243         plugins/profiler/gprof-function-call-chart-view.c,
9244         plugins/profiler/gprof-call-graph-block-entry.h,
9245         plugins/profiler/gprof-profile-data.c,
9246         plugins/profiler/gprof-call-graph-block.h,
9247         plugins/profiler/gprof-view.c,
9248         plugins/profiler/gprof-call-graph.c,
9249         plugins/profiler/gprof-function-call-chart-view.h,
9250         plugins/profiler/gprof-profile-data.h,
9251         plugins/profiler/gprof-call-graph.h,
9252         plugins/profiler/gprof-view.h,
9253         plugins/profiler/gprof-view-manager.c,
9254         plugins/profiler/gprof-call-graph-view.c,
9255         plugins/profiler/plugin.c,
9256         plugins/profiler/gprof-view-manager.h,
9257         plugins/profiler/gprof-call-graph-view.h,
9258         plugins/profiler/gprof-function-call-tree-view.c,
9259         plugins/profiler/gprof-function-call-tree-view.h,
9260         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9261         gnome-vfs. Fixes bug #411377.
9263 2007-02-26  Naba Kumar  <naba@gnome.org>
9265         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9267         Patch from James Liggett  <jrliggett@cox.net>:
9268         * plugins/profiler/gprof-flat-profile-view.c,
9269         plugins/profiler/gprof-flat-profile-view.h,
9270         plugins/profiler/gprof-function-call-chart-view.c,
9271         plugins/profiler/gprof-function-call-chart-view.h,
9272         plugins/profiler/gprof-view.c,
9273         plugins/profiler/gprof-view.h,
9274         plugins/profiler/gprof-call-graph-view.c,
9275         plugins/profiler/plugin.c,
9276         plugins/profiler/gprof-call-graph-view.h,
9277         plugins/profiler/gprof-function-call-tree-view.c,
9278         plugins/profiler/gprof-function-call-tree-view.h: Implements
9279         double click navigation. Fixes bug #403514.
9281 2007-02-25  Naba Kumar  <naba@gnome.org>
9283         * libanjuta/anjuta-plugin-manager.c,
9284         libanjuta/anjuta-plugin-handle.[ch],
9285         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9286         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9287         dependency on glib 2.8. Fixes bug #411623.
9289 2007-02-24  Naba kumar  <naba@gnome.org>
9291         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9292         
9293         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9294         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9295         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9296         (added) libanjuta/anjuta-profile-manager.c,
9297         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9298         manager.
9299         Implemented profile pushing and popping. Implemented profile xml
9300         synchronization. Implemented error handling in profiles. Implemented
9301         activation and deactivation signals in plugin manager.
9302         
9303         * libanjuta/Makefile.am: Added libanjuta log domain.
9304         
9305         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9306         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9307         in AnjutaShell interface and implemented it in AnjutaApp.
9308         
9309         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9311 2007-02-23  Naba kumar  <naba@gnome.org>
9313         src/main.c: Fixed missing end quote.
9315 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9317         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9320 2007-02-20  Naba Kumar  <naba@gnome.org>
9322         * plugins/subversion/plugin.c: Added "..." menuitems.
9323         * ROADMAP, README: Updated.
9324         * libanjuta/anjuta-profile.c: Fixed bugs.
9326         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9327         plugins/gtodo/Makefile.am: Removed dead code.
9329         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9330         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9331         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9332         plugins/gtodo/list_tooltip.c,
9333         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9334         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9335         not contain markups. Fixes Bug #360462.
9337 2007-02-16  Naba Kumar  <naba@gnome.org>
9339         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9340         unnecessary sub-sections.
9341         
9342 2007-02-15  Naba Kumar  <naba@gnome.org>
9344         * (removed) plugins/document-manager/bookmark-prev-16.png,
9345         plugins/document-manager/bookmark-last.png,
9346         (removed)plugins/document-manager/bookmark-first-16.png,
9347         plugins/document-manager/bookmark-prev.png,
9348         (added) plugins/document-manager/bookmark-toggle.png,
9349         (removed)plugins/document-manager/bookmark_toggle.xpm,
9350         (removed)plugins/document-manager/bookmark-last-16.png,
9351         plugins/document-manager/plugin.c,
9352         plugins/document-manager/anjuta-document-manager.ui,
9353         (removed)plugins/document-manager/bookmark-next-16.png,
9354         plugins/document-manager/bookmark-next.png,
9355         plugins/document-manager/Makefile.am,
9356         (added) plugins/document-manager/bookmark-clear.png,
9357         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9358         icons (stolen from monodevelop). Added clear bookmarks toolbar
9359         button.
9361         * plugins/document-manager/plugin.c,
9362         (added) plugins/document-manager/swap.png,
9363         (removed) plugins/document-manager/undock.png,
9364         plugins/document-manager/Makefile.am: Fixed swap icon.
9366 2007-02-13  Naba Kumar  <naba@gnome.org>
9368         * plugins/class-gen/element-editor.c: Fixed typo.
9369         
9370         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9371         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9372         Implementing plugin profiles loading.
9374 2007-02-13  Naba Kumar  <naba@gnome.org>
9376         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9377         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9378         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9379         pixmaps/open_project.png, pixmaps/close_project.png:
9380         Removed more old icons.
9381         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9382         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9383         anjuta_logo.png
9384         
9385 2007-02-13  Naba Kumar  <naba@gnome.org>
9387         * plugins/class-gen/element-editor.c: Included missing headers to
9388         prevent build failures in some cases.
9389         
9390 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9392         * plugins/debug-manager/stack_trace.c:
9393         Fix bug #407115
9395         * plugins/debug-manager/watch.c,
9396         plugins/debug-manager/breakpoints.c:
9397         Same bug than above, wrong use of gtk_ui_manager_get_widget
9399 === anjuta 2.1.1 ===
9401 2007-02-11  Naba Kumar  <naba@gnome.org>
9403         * cofigure.in: Bumped version to 2.1.1
9404         * NEWS: Updated for 2.1.1 release.
9405         
9406 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9408         * plugins/debug-manager/plugin.c,
9409         plugins/debug-manager/sparse_view.c,
9410         plugins/debug-manager/sparse_view.h:
9411         Reorder some code
9413         * plugins/gdb/debugger.c,
9414         plugins/debug-manager/debugger.c,
9415         plugins/debug-manager/memory.c,
9416         plugins/debug-manager/sparse_buffer.c
9417         plugins/gdb/debugger.h,
9418         libanjuta/interfaces/libanjuta.idl:
9419         Clean up, remove some warnings
9420         Use guint everywhere for addresses
9421         Rewrite code parsing position in debugger
9423 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9425         * plugins/debug-manager/debug_tree.c:
9426         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9427         Fix bug #406113
9429 2007-02-08  Naba Kumar  <naba@gnome.org>
9431         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9432         Delay showing the 'file modified on disk' dialog for one sec
9433         from the last notification to insure multiple notifications for
9434         the same file are treated as one. Do not same multiple dialogs
9435         for the same file. Make sure to destory the dialog if later
9436         the conent is no longer different.
9437         
9438 2007-02-08  Naba Kumar  <naba@gnome.org>
9440         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9441         Prevented spurious 'file modified' dialogs in scintilla editor
9442         when the file is saved.
9444 2007-02-09  Johannes Schmid <jhs@gnome.org>
9446         * scripts/glade2schema.pl:
9447         Added script to convert glade preferences into gconf schema files.
9448         See #406061
9450 2007-02-08  Naba Kumar  <naba@gnome.org>
9452         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9453         itself is destroyed. Fixes bug #355160.
9454         
9455 2007-02-08  Johannes Schmid <jhs@gnome.org>
9457         * plugins/profiler/profiler.plugin: 
9458         removed from version control (only .in file needed)
9459         
9460         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9461         * plugins/sourceview/sourceview.c: (sourceview_new):
9462         Code cleanup
9463         
9464         * plugins/subversion/svn-thread.c: (svn_thread_start):
9465         * src/main.c: (main):
9466         
9467         Fixed #395875 about initialisation of threads too late
9469 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9471         Reviewed by Naba Kumar  <naba@gnome.org>:
9472         * plugins/class-gen/plugin.c:
9473         * plugins/class-gen/window.c: Removed browse button related code, load
9474         generated output directly into new buffers when not adding to project.
9476         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9477         buttons from user interface.
9479 2007-02-07  Naba Kumar  <naba@gnome.org>
9481         * po/POTFILES.in: Fixed distcheck.
9483 2007-02-07  Daniel Nylander <po@danielnylander.se>
9485         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9487 2007-02-07  Johannes Schmid <jhs@gnome.org>
9489         * anjuta.desktop.in.in:
9490         Fixed spelling
9492 2007-02-07  Johannes Schmid <jhs@gnome.org>
9494         * configure.in:
9495         * manuals/anjuta-manual/*
9496         * manuals/anjuta-faqs/*:
9497         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9498         
9499         * plugins/document-manager/anjuta-document-manager.plugin.in:
9500         Removed duplicate application-xml mime-type (review patches properly ;-)
9501         
9502 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9504         * plugins/gdb/debugger.c,
9505         libanjuta/interfaces/libanjuta.idl:
9506         Fix bug #404755
9507         Fix handling of missing source file
9509 2007-02-06  Naba Kumar  <naba@gnome.org>
9511         Patch from James Liggett  <jrliggett@cox.net>:
9512         * plugins/profiler/gprof-flat-profile.c,
9513         plugins/profiler/gprof-profile-data.c,
9514         plugins/profiler/gprof-call-graph.c,
9515         plugins/profiler/gprof-profile-data.h,
9516         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9517         Show profiler view when target selected bug #403515.
9519 2007-02-05  Naba Kumar  <naba@gnome.org>
9521         * configure.in: Enabled devhelp plugin by default now that
9522         it works.
9523         
9524         Patch from parmigio@2ainfo.it:
9525         * plugins/document-manager/anjuta-document-manager.plugin.in:
9526         Added xml file type in supported mime types list.
9527         
9528 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9530         * plugins/debug-manager/debugger.c,
9531         plugins/debug-manager/plugin.c:
9532         Add a field in status bar displaying debugger state
9533         Change cursor shape when debugger is busy
9534         Fix bug #378600
9536         * plugins/debug-manager/watch.c,
9537         plugins/debug-manager/locals.c,
9538         libanjuta/interfaces/libanjuta.idl:
9539         Clean up, remove debugging messages and unused signals
9541 2007-02-03  Johannes Schmid <jhs@gnome.org>
9543         * configure.in:
9544         Fixed AC_INIT and seperated version to major, minor, micro
9546         * anjuta.anjuta:
9547         Load Subversion instead of CVS
9548         
9549         * anjuta.desktop.in.in:
9550         Fixed bug-buddy component
9552         Original patch from Rob Bradfort <robster@debian.org>:
9553         * src/main.c: (get_command_line_args), (main):
9554         Bug #335981 – Migration from popt to GOption
9556 2007-02-03  Naba Kumar  <naba@gnome.org>
9558         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9559         path variable. Fixed bug #341170.
9560         * plugins/profiler/Makefile.am: Fixed indentation.
9561         
9562 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9564         * libanjuta/interfaces/libanjuta.idl,
9565         plugins/sourceview/sourceview.c,
9566         plugins/editor/text-editor.c,
9567         plugins/symbol-browser/plugin.c,
9568         plugins/search/search-replace.c,
9569         plugins/document-manager/goto_line.c,
9570         plugins/document-manager/action-callbacks.c,
9571         plugins/document-manager/anjuta-docman.c:
9572         Rename markers of anjuta interface
9573         IANJUTA_MARKABLE_NONE has been removed
9574         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9575         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9576         IANJUTA_MARKABLE_ATTENTIVE renamed in
9577                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9578         IANJUTA_MARKABLE_INTENSE renamed in
9579                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9580         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9582         * (removed) plugins/sourceview/marker-light.png,
9583         (removed) plugins/sourceview/marker-basic.png,
9584         (removed) plugins/sourceview/marker-attentive.png,
9585         (removed) plugins/sourceview/marker-intense.png,
9586         plugins/sourceview/bookmark.png,
9587         (added) plugins/sourceview/breakpoint-disabled.png,
9588         (added) plugins/sourceview/breakpoint-enabled.png,
9589         (added) plugins/sourceview/program-counter.png,
9590         (added) plugins/sourceview/linemarker.png,
9591         plugins/sourceview/Makefile.am,
9592         (added) plugins/editor/bookmark.xpm,
9593         (added) plugins/editor/breakpoint-disabled.xpm,
9594         (added) plugins/editor/breakpoint-enabled.xpm,
9595         (added) plugins/editor/program-counter.xpm,
9596         (added) plugins/editor/linemarker.xpm,
9597         plugins/editor/Makefile.am:
9598         Add or change marker pixmaps in scintilla and sourceview editor
9600         * plugins/document-manager/plugin.c,
9601         libanjuta/interfaces/libanjuta.idl,
9602         plugins/debug-manager/plugin.c,
9603         plugins/debug-manager/breakpoints.c
9604         plugins/gdb/debugger.c:
9605         Fix bug #376404, program counter marker is not displayed when debugger
9606         Return the selected editor or NULL (if file does not exist) with 
9607         ianjuta_document_manager_goto_file_line* functions
9608         Emit a change-location signal even if the program counter is in an
9609         unknown file
9611 2007-02-02  Naba Kumar  <naba@gnome.org>
9613         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9614         older bounties 'Done'.
9615         
9616 2007-02-02  Naba Kumar  <naba@gnome.org>
9618         * TODO.tasks: Fixed typop.
9620         Patch from James Liggett  <jrliggett@cox.net>:
9621         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9622         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9623         profiler plugin by James Liggett. Completes bounty bug #359478
9624         'Gprof performance profiler plugin'
9626 2007-02-01  Naba Kumar  <naba@gnome.org>
9628         * src/main.c: Renamed option name.
9630         * TODO.tasks: Marked "Test and fix all project wizards templates"
9631         bounty completed.
9632         
9633 2007-01-29  Johannes Schmid <jhs@gnome.org>
9635         * plugins/document-manager/plugin.c: (on_editor_changed):
9636         Added DEBUG_PRINT(...)
9637         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9638         implemented
9639         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9640         Fix language support plugin for sourceview editor (add some new
9641         language names)
9642         
9643         * plugins/sourceview/sourceview.c: (iindic_clear):
9644         Clear all indicators
9646 2007-01-29  Johannes Schmid <jhs@gnome.org>
9648         * TODO.tasks:
9649         Minor task currentions
9650         
9651         * libanjuta/interfaces/libanjuta.idl:
9652         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9653         (itext_editor_iface_init):
9654         * plugins/language-support-cpp-java/plugin.c: (install_support):
9655         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9656         (ieditor_get_attributes), (ieditor_iface_init):
9657         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9658         plugins.
9659         
9660         * plugins/sourceview/sourceview.glade:
9661         Fixed sourceview preference window
9663 2007-01-28  Naba Kumar  <naba@gnome.org>
9664         
9665         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9666         Implemented --no-files and --no-session command line options and
9667         corresponding preferernces checkboxes in General tab.
9669 2007-01-28  Johannes Schmid <jhs@gnome.org>
9671         * plugins/subversion/plugin.c:
9672         * plugins/subversion/plugin.h:
9673         * plugins/subversion/svn-notify.c: (svn_show_info),
9674         (show_svn_error), (on_svn_notify):
9675         * plugins/subversion/svn-notify.h:
9676         * plugins/subversion/svn-thread.c: (create_message_view),
9677         (svn_thread_start):
9678         Fixed error handling and fixed #394216 – No indication of subversion commands running
9679         
9680         * plugins/tools/execute.c: (atp_output_context_print):
9681         Show name of tool in message pane
9683 2007-01-28  Naba Kumar  <naba@gnome.org>
9684         
9685         * configure.in, plugins/glade/plugin.c: Make it work with
9686         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9687         
9688         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9689         from devhelp (won't work untill devhelp is fixed: bug #341170).
9690         
9691         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9692         
9693 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9695         Reviewed by Naba Kumar  <naba@gnome.org>:
9696         * libanjuta/interfaces/libanjuta.idl, 
9697         plugins/debug-manager/debugger.c,
9698         plugins/debug-manager/start.c,
9699         plugins/gdb/plugin.c,
9700         plugins/gdb/debugger.c,
9701         plugins/gdb/debugger.h:
9702         Fix a bug when launching gdb
9703         Set the terminal for the debugged program on the command line.
9705 2007-01-26  Johannes Schmid <jhs@gnome.org>
9707         * plugins/sourceview/anjuta-document-saver.c:
9708         (anjuta_document_saver_save):
9709         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9710         * plugins/sourceview/sourceview.c: (save_if_modified),
9711         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9712         Proper error handling, for example if a file was modified externally. Use backup files
9713         to avoid data-loss on disk full.
9715 2007-01-24  Naba Kumar  <naba@gnome.org>
9716         
9717         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9718         Fixed mem leak and source leak.
9719         
9720 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9722         Reviewed by Naba Kumar  <naba@gnome.org>:
9723         * plugins/debug-manager/debug_tree.c,
9724         plugins/debug-manager/debug_tree.h,
9725         plugins/debug-manager/watch.c:
9726         Partial rewrite of the variable object code, find and fix a few bugs
9727         Fix bug #395808: gdb can still crash but children are listed
9728         on request only so you can avoid the crash
9730 2007-01-24  Naba Kumar  <naba@gnome.org>
9731         
9732         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9733         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9734         plugins/symbol-browser/plugin.h,
9735         plugins/symbol-browser/plugin.c,
9736         plugins/symbol-browser/Makefile.am: Added current file (local)
9737         symbols view (Seriously getting bored with the browse toolbar).
9739 2007-01-22  Naba Kumar  <naba@gnome.org>
9740         
9741         Patch from Gabor Kelemen:
9742         * po/POTFILES.in: Added .plugin.in files.
9744 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9746         Reviewed by Naba Kumar  <naba@gnome.org>:
9747         * plugins/document-manager/anjuta-docman.c,
9748         plugins/message-view/anjuta-msgman.c
9749         Set right alignment to the label widget in the tab title.
9751 2007-01-21  Naba Kumar  <naba@gnome.org>
9752         
9753         * libegg/egg-combo-action.c: Fixed mode line.
9754         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9755         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9757 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9759         Reviewed by Naba Kumar  <naba@gnome.org>:
9760         * plugins/class-gen/plugin.c: Prompt for target before actually
9761         generating the class files. This ensures that the files are created in
9762         the correct directory. Fixes bug #397406.
9764         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9765         the class is added to the project.
9767 2007-01-21  Naba Kumar  <naba@gnome.org>
9769         * libanjuta/anjuta-plugin-description.c,
9770         libanjuta/anjuta-ui.h,
9771         libanjuta/anjuta-status.c,
9772         libanjuta/anjuta-plugin-description.h,
9773         libanjuta/cell-renderer-captioned-image.c,
9774         libanjuta/anjuta-plugin-handle.c,
9775         libanjuta/anjuta-status.h,
9776         libanjuta/resources.c,
9777         libanjuta/cell-renderer-captioned-image.h,
9778         libanjuta/glue-cpp.c,
9779         libanjuta/anjuta-plugin-handle.h,
9780         libanjuta/anjuta-plugin.c,
9781         libanjuta/anjuta-preferences-dialog.c,
9782         libanjuta/libanjuta.h,
9783         libanjuta/resources.h,
9784         libanjuta/glue-cpp.h,
9785         libanjuta/anjuta-plugin.h,
9786         libanjuta/anjuta-preferences-dialog.h,
9787         libanjuta/anjuta-plugin-manager.c,
9788         libanjuta/anjuta-shell.c,
9789         libanjuta/anjuta-plugin-manager.h,
9790         libanjuta/anjuta-shell.h,
9791         libanjuta/anjuta-save-prompt.c,
9792         libanjuta/anjuta-save-prompt.h,
9793         libanjuta/anjuta-children.c,
9794         libanjuta/anjuta-utils.c,
9795         libanjuta/anjuta-profile.c,
9796         libanjuta/anjuta-preferences.c,
9797         libanjuta/anjuta-launcher.c,
9798         libanjuta/anjuta-utils.h,
9799         libanjuta/anjuta-profile.h,
9800         libanjuta/anjuta-launcher.h,
9801         libanjuta/anjuta-ui.c: Updated file headers.
9803         * po/POTFILES.in: Updated.
9805         * libanjuta/anjuta-marshal.list,
9806         (added) libanjuta/anjuta-plugin-handle.c,
9807         (added) libanjuta/anjuta-plugin-handle.h,
9808         (added) libanjuta/anjuta-plugin-manager.c,
9809         (added) libanjuta/anjuta-plugin-manager.h,
9810         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9811         (added) libanjuta/anjuta-profile.c,
9812         (added) libanjuta/anjuta-profile.h,
9813         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9814         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9815         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9816         src/action-callbacks.c: Implemented AnjutaPluginManager
9817         class based on old plugins.[ch]. Implemented AnjutaProfile as
9818         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9819         class to represent plugins (not to be confused with plugin objects).
9820         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9821         implemented it in AnjutaApp and AnjutaTestShell.
9822         De-globalized plugin management and several clean ups.
9824         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9825         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9826         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9827         plugins/project-import/project-import.c,
9828         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9829         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9830         Fixed plugins for the change in API.
9832         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9833         file.
9834         
9835         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9837 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9839         Reviewed by Naba Kumar  <naba@gnome.org>:
9840         * libanjuta/anjuta-launcher.c,
9841         libanjuta/anjuta-launcher.h:
9842         Add a new function anjuta_set_terminate_on_exit to close the i/o
9843         channel when the child exit
9844         Return directly the status and not the exit code in child-exited
9845         signal
9847         * plugins/gdb/debugger.c:
9848         Use new function in debugger plugin
9850 2007-01-18  Johannes Schmid <jhs@gnome.org>
9852         * src/about.c: Do not show empty license information instead hide the button (#397883)
9854 2007-01-15  Johannes Schmid <jhs@gnome.org>
9856         * plugins/project-manager/plugin.c:
9857         * plugins/project-wizard/templates/python.wiz
9858         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9859         
9860         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9861         You will also need latest gnome-build svn       
9863 === anjuta 2.1.0 ===
9865 2007-01-14  Naba Kumar  <naba@gnome.org>
9867         * configure.in: Removed reference of mkfile project
9868         template to fix distcheck build error.
9869         * AUTHORS: Updated.
9870         * NEWS: Updated.
9871         * configure.in: Bumped version to 2.1.0 for beta release.
9872         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9873         crashes as soon as editing starts in normal text files.
9875 2007-01-14  Johannes Schmid <jhs@gnome.org>
9877         * configure.in
9878         * po/LINGUAS:
9879         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9881         * tagmanager/c.c:
9882         Patch from Massimo Cora' to hopefully fix #395362
9884         * plugins/project-wizard/templates/*:
9886         Fixed and tested all project-wizards. Deactivated mkfile project because
9887         it was totally broken and I don't see any real use for it.
9888         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9890 2007-01-14  Naba Kumar  <naba@gnome.org>
9892         * NEWS: Updated for release.
9893         
9894         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9895         
9896         * libanjuta/interfaces/libanjuta.idl,
9897         plugins/editor/text_editor_cbs.c,
9898         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9899         interface and implemented it for scintilla.
9900         
9901         * plugins/editor/text-editor.c: Fixed highlighing issues when
9902         used with indicators (particularly when the file is just opened).
9903         Fixes bug #377477 – when debugging, scintilla editor grays out all
9904         lines before current line.
9905         
9906         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9907         Maintain a separate list of indicated edtitors for separate contexts.
9908         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9909         
9910 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9912         Reviewed by Naba Kumar  <naba@gnome.org>:
9913         * plugins/debug-manager/plugin.c:
9914         Bug fix: breakpoints cannot be added after stopping the debugger
9916 2007-01-13  Naba Kumar  <naba@gnome.org>
9918         * NEWS: Updated for release.
9920 2007-01-12  Johannes Schmid <jhs@gnome.org>
9922         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9923         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9924         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9925         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9926         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9927         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9928         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9929         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9930         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9931         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9932         
9933         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9934         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9935         
9936         * plugins/sourceview/sourceview.c:
9937         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9938         on character positions.
9939         
9940 2007-01-12  Naba Kumar  <naba@gnome.org>
9942         * src/anjuta-app.c,
9943         plugins/project-manager/plugin.c,
9944         plugins/profile-default/plugin.c,
9945         libanjuta/anjuta-status.c,
9946         libanjuta/anjuta-status.h: Introduced an API for application title
9947         in AnjutaStatus. Set application title to project name.
9949 2007-01-11  Massimo Cora' <maxcvs@email.i>
9951         Reviewed by Naba Kumar  <naba@gnome.org>:
9952         * tagmanager/Makefile.am,
9953         plugins/symbol-browser/Makefile.am: removed installation for 
9954         test programs.
9956 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
9958         Reviewed by Naba Kumar  <naba@gnome.org>:
9959         * plugins/debug-manager/start.h,
9960         plugins/debug-manager/start.c,
9961         plugins/debug-manager/anjuta-debug-manager.ui,
9962         plugins/debug-manager/plugin.c:
9963         Partial fix for bug #392537
9965         * plugins/debug-manager/disassemble.c:
9966         Fix bug #392543
9968 2007-01-11  Naba Kumar  <naba@gnome.org>
9970         * src/anjuta.c: Load project seperately from session,
9971         so that project session is also loaded.
9972         
9973         * plugins/profile-default/plugin.c: Load project in new
9974         anjuta if there already is one loaded currently (disabled
9975         code for now).
9976         
9977         * plugins/editor/aneditor.cxx: Disconnect focus in/out
9978         signals when editor is destroyed. Fixes a crash bug.
9979         
9980         * plugins/editor/text_editor.c: Do not mark line in
9981         ianjuta_editor_goto_line() implementation.
9982         
9983         * plugins/search/search-replace.c: Always check for markable
9984         interface availablility because its optional for an editor.
9985         
9986         * plugins/document-manager/goto_line.c,
9987         plugins/document-manager/action-callbacks.c: Mark lines for
9988         goto line commands (from dialog and from menu entry box).
9989         
9990         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
9991         plugins/file-manager/an_file_view.c: Expand file manager
9992         nodes in idle loop, one at a time. Did as a possible work
9993         around for bug #361763, but it didn't make any difference.
9994         However, it could still be useful in situations where there
9995         are lots to expand.
9996         
9997         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
9999 2007-01-11  Naba Kumar  <naba@gnome.org>
10001         * plugins/editor/scintilla/LineMarker.h,
10002         plugins/editor/scintilla/LexBasic.cxx,
10003         plugins/editor/scintilla/LexHTML.cxx,
10004         plugins/editor/scintilla/include/SciLexer.h,
10005         plugins/editor/scintilla/include/Scintilla.h,
10006         plugins/editor/scintilla/include/Scintilla.iface,
10007         plugins/editor/scintilla/include/ScintillaWidget.h,
10008         plugins/editor/scintilla/LexBash.cxx,
10009         plugins/editor/scintilla/PlatGTK.cxx,
10010         plugins/editor/scintilla/ViewStyle.h,
10011         plugins/editor/scintilla/Editor.cxx,
10012         plugins/editor/scintilla/StyleContext.h,
10013         plugins/editor/scintilla/LexCPP.cxx,
10014         plugins/editor/scintilla/Converter.h,
10015         plugins/editor/scintilla/LexAU3.cxx,
10016         plugins/editor/scintilla/Editor.h,
10017         plugins/editor/scintilla/LexPerl.cxx,
10018         plugins/editor/scintilla/LexVB.cxx,
10019         plugins/editor/scintilla/ScintillaGTK.cxx,
10020         plugins/editor/scintilla/ViewStyle.cxx,
10021         plugins/editor/scintilla/PropSet.cxx,
10022         plugins/editor/scintilla/LexSQL.cxx,
10023         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10024         version 1.71
10026 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10028         Reviewed by Naba Kumar  <naba@gnome.org>:
10029         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10030         selected for editing. This fixes bug #394218.
10032         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10033         name if said URI is not known.
10035         * plugins/class-gen/window.c: When stripping function prefix away,
10036         include the trailing underscore because it is already set by the
10037         template.
10039         * plugins/class-gen/transform.c: Include "const char*" and "const
10040         gchar*" in the list for transforming a default C type to a GType.
10041         Don't access invalid memory when writing pointer_str in
10042         cg_transform_first_argument.
10044 2007-01-11  Naba Kumar  <naba@gnome.org>
10046         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10047         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10048         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10049         libegg/test-actions.c, anjuta.desktop.in.in,
10050         anjuta.prj: Renamed application icon to 'anjuta.png' from
10051         'anjuta_icon.png'. Added more fields in desktop file.
10053         * mime/anjuta.xml: Added magic section.
10054         
10055         * (removed) mime/anjuta.applications,
10056         (removed) mime/anjuta.mime, mime/Makefile.am,
10057         (removed) mime/anjuta.keys,
10058         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10059         registeration and added scalable icon. Also fixes bug #393680
10061 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10063         Reviewed by Naba Kumar  <naba@gnome.org>:
10064         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10065         and anjuta_status_progress_add_ticks() to check for progressbar 
10066         being realized before trying to update it.
10068 2007-01-10  Naba Kumar  <naba@gnome.org>
10070         * tagmanager/tm_workspace.c,
10071         po/POTFILES.in,
10072         plugins/debug-manager/Makefile.am,
10073         plugins/tools/scripts/Makefile.am,
10074         plugins/class-gen/plugin.c,
10075         plugins/class-gen/Makefile.am,
10076         global-tags/Makefile.am: Fixed make distcheck.
10078         * plugins/debug-manager/attach_process.c,
10079         plugins/debug-manager/attach_process.h,
10080         plugins/class-gen/action-callbacks.h,
10081         plugins/class-gen/action-callbacks.c,
10082         plugins/class-gen/class_gen.h,
10083         plugins/class-gen/class_gen.c: Deleted unused/old files.
10085         * (removed) scintilla, (added) plugins/editor/scintilla,
10086         plugins/editor/scintilla/lexers.make,
10087         plugins/editor/scintilla/Makefile.am,
10088         plugins/editor/Makefile.am
10089         configure.in, manuals/reference/libanjuta/Makefile.am
10090         Makefile.am: Moved scintilla to its right place.
10092 2007-01-09  Naba Kumar  <naba@gnome.org>
10094         * plugins/profile-default/plugin.c: Save project session before
10095         a new one is opened.
10097         * plugins/project-manager/plugin.c,
10098         plugins/project-manager/plugin.h,
10099         plugins/project-manager/anjuta-project-manager.ui,
10100         plugins/profile-default/plugin.c,
10101         plugins/profile-default/plugin.h,
10102         plugins/profile-default/Makefile.am,
10103         (added) plugins/profile-default/anjuta-default-profile.ui,
10104         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10105         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10106         multiple projects support.
10107         
10108 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10110         Reviewed by Naba Kumar  <naba@gnome.org>
10111         * plugins/class-gen/combo-flags.h:
10112         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10113         enum, added a type parameter to selected signal. Select highlighted
10114         entry when pressing enter (but not unselect it if it was already
10115         selected) before closing the popup. Also accept input when clicking
10116         not into the popup.
10118         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10119         according to selection type.
10121         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10122         VOID:BOXED,ENUM.
10124 2007-01-08  Johannes Schmid <jhs@gnome.org>
10126   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10127   * plugins/project-wizard/templates/gtkmm/Makefile.am
10128   * plugins/project-wizard/templates/python/configure.ac.tpl
10129   * plugins/project-wizard/templates/python/configure.in.tpl
10130   * plugins/project-wizard/templates/python/Makefile.am
10131   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10132   * plugins/project-wizard/templates/cpp/configure.in.tpl
10133   * plugins/project-wizard/templates/cpp/Makefile.am
10134   * plugins/project-wizard/templates/terminal.wiz
10135   * plugins/project-wizard/templates/xlib-dock.wiz
10136   * plugins/project-wizard/templates/wxwin.wiz
10137   * plugins/project-wizard/templates/java.wiz
10138   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10139   * plugins/project-wizard/templates/xlib/configure.in.tpl
10140   * plugins/project-wizard/templates/xlib/Makefile.am
10141   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10142   * plugins/project-wizard/templates/gcj/configure.in.tpl
10143   * plugins/project-wizard/templates/gcj/Makefile.am
10144   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10145   * plugins/project-wizard/templates/terminal/configure.in.tpl
10146   * plugins/project-wizard/templates/terminal/Makefile.am
10147   * plugins/project-wizard/templates/terminal/autogen.sh
10148   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10149   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10150   * plugins/project-wizard/templates/wxwin/Makefile.am
10151   * plugins/project-wizard/templates/gnome.wiz 
10152   * plugins/project-wizard/templates/java/configure.ac.tpl
10153   * plugins/project-wizard/templates/java/configure.in.tpl
10154   * plugins/project-wizard/templates/java/Makefile.am
10155   * plugins/project-wizard/templates/anjuta-plugin.wiz
10156   * plugins/project-wizard/templates/gtkmm.wiz
10157   * plugins/project-wizard/templates/python.wiz
10158   * plugins/project-wizard/templates/cpp.wiz
10159   * plugins/project-wizard/templates/gtk.wiz
10160   * plugins/project-wizard/templates/gcj.wiz
10161   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10162   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10163   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10165   Starting fixing of all project wizards:
10166   - rename configure.in to configure.ac
10167   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10168   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10169   (See #394184)
10170   
10171   * TODO.task: Added bug number to bounty
10173 2007-01-07  Johannes Schmid <jhs@gnome.org>
10175   *  plugins/build-basic-autotools.c:
10176   Fixed #392290 – Missed install as root option in project manager
10178 2007-01-07  Johannes Schmid <jhs@gnome.org>
10180   * plugins/sourceview/sourceview.c:
10181   Fixed #388731 – Odd editor behaviour after performing block-text operations
10182   Fixed #388727 – Block-tab does not work
10183   
10184   * plugins/sourceview/anjuta-document.h/c:
10185   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10186   
10187   * configure.in:
10188   Require Gtk+ >= 2.10 for sourceview plugin
10190 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10192         * libanjuta/anjuta-status.c:
10193         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10195 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10197         * configure.in,
10198         plugins/terminal/terminal.c:
10199         Fix bug #377027
10200         remove support for VTE < 0.9
10202 2007-01-06  Naba Kumar  <naba@gnome.org>
10204         * po/POTFILES.in: Updated
10206 2007-01-05  Adam Dingle  <adam@medovina.org>
10208         Reviewed by Naba Kumar  <naba@gnome.org>:
10209         * plugins/message-view/anjuta-message-manager-plugin.glade:
10210         Fixed bug #377903 (improve message color defaults).
10212 2007-01-05  Naba Kumar  <naba@gnome.org>
10214         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10215         
10216 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10218         Reviewed by  Naba Kumar  <naba@gnome.org>:
10219         * plugins/symbol-browser/test-class.h: Fixed block ends.
10221         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10222         C-style-block comment.
10224         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10225         allow lists when writing autogen definition files. This is required
10226         for the new class generator. Also fixed a wrong return value in
10227         npw_autogen_write_definition_file and set a GError in
10228         npw_autogen_execute when the output file could not be opened.
10230         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10231         user interface.
10233         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10234         goc_template_header and goc_template_source, added top_srcdir to
10235         includes, link against project wizard (also hopefully temporarily),
10236         removed class_gen.h, class_gen.c, action-callbacks.h,
10237         action-callbacks.c.
10239         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10241         * plugins/class-gen/cell-renderer-flags.h:
10242         * plugins/class-gen/cell-renderer-flags.c:
10243         * plugins/class-gen/combo-flags.h:
10244         * plugins/class-gen/combo-flags.c:
10245         * plugins/class-gen/element-editor.c:
10246         * plugins/class-gen/element-editor.h:
10247         * plugins/class-gen/generator.c:
10248         * plugins/class-gen/generator.h:
10249         * plugins/class-gen/plugin.h:
10250         * plugins/class-gen/plugin.c:
10251         * plugins/class-gen/transform.c:
10252         * plugins/class-gen/transform.h:
10253         * plugins/class-gen/validator.c:
10254         * plugins/class-gen/validator.h:
10255         * plugins/class-gen/window.c:
10256         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10257         adding of several class elements and uses autogen.
10259         * plugins/class-gen/templates/cc-header.tpl:
10260         * plugins/class-gen/templates/cc-source.tpl:
10261         * plugins/class-gen/templates/go-header.tpl:
10262         * plugins/class-gen/templates/go-source.tpl:
10263         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10264         for the class generator.
10266         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10268 2007-01-04  Naba Kumar  <naba@gnome.org>
10270         Patch from Nick Treleaven:
10271         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10272         all matching symbols.
10273         
10274         Patches from  Maik Beckmann and Sébastien Granjoux:
10275         * plugins/profile-default/plugin.c,
10276         plugins/project-manager/plugin.c: Unescape project name. Fixes
10277         Bug #357151
10279 2007-01-04  Naba Kumar  <naba@gnome.org>
10281         * plugins/glade/plugin.c: Fixed compilation with
10282         older glade-3 version.
10283         
10284         Patch from Roland Illig:
10285         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10286         plugins/sourceview/anjuta-document-saver.c,
10287         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10288         are necessary to build anjuta on NetBSD 3.0
10290         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10291         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10292         window manager in gnome.
10293         
10294 2007-01-02  Naba Kumar  <naba@gnome.org>
10295         
10296         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10297         
10298 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10300         Reviewed by Naba Kumar  <naba@gnome.org>:
10301         * libanjuta/interfaces/libanjuta.idl,
10302         plugins/debug-manager/Makefile.am,
10303         plugins/debug-manager/anjuta-marshal.list,
10304         plugins/debug-manager/debugger.c,
10305         plugins/debug-manager/sparse_buffer.c,
10306         plugins/debug-manager/sparse_buffer.h,
10307         plugins/debug-manager/sparse_view.c,
10308         plugins/debug-manager/sparse_view.h,
10309         plugins/debug-manager/disassemble.h,
10310         plugins/debug-manager/disassemble.c,
10311         plugins/debug-manager/anjuta-marshal.list,
10312         plugins/debug-manager/plugin.c,
10313         plugins/gdb/debugger.c,
10314         plugins/gdb/debugger.h,
10315         plugins/gdb/plugin.c:
10316         Add a disassembly view window
10318         * plugins/debug-manager/breakpoints.c,
10319         plugins/debug-manager/chunk_view.c,
10320         plugins/debug-manager/locals.c,
10321         plugins/debug-manager/memory.c,
10322         plugins/debug-manager/registers.c,
10323         plugins/debug-manager/stack_trace.c:
10324         Add some debugging information 
10326 2006-12-18  Naba Kumar  <naba@gnome.org>
10328         * configure.in, plugins/glade/plugin.c: Allow building against both
10329         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10331 2006-12-03  Naba Kumar  <naba@gnome.org>
10332         
10333         * TODO.tasks: Marked a bounty completed.
10335 2006-11-24  Adam Dingle <adam@medovina.org>
10337         Reviewed by Naba Kumar  <naba@gnome.org>:
10338         * plugins/build-basic-autotools/build-basic-autotools.c,
10339         plugins/debug-manager/watch.c,
10340         plugins/document-manager/plugin.c, 
10341         plugins/patch/plugin.c,
10342         plugins/project-manager/plugin.c:
10343         Fixed bug #378879 (several command names need ellipses).
10345 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10347         Reviewed by: Naba Kumar  <naba@gnome.org>
10348         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10349         GCC 4.1.2 (there are only two warnings remaining now when compiling
10350         plugins).
10352         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10354         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10355         macro so that the generated function support a NULL plugin parameter.
10357         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10358         in debug_tree_find_expression by freeing memory returned by the call
10359         to gtk_tree_model_get instead of the parameter string.
10361 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10363         * plugins/debug-manager/breakpoints.c:
10364         Fix bug #378850
10366         * plugins/debug-manager/anjuta-debug-manager.ui,
10367         plugins/debug-manager/debugger.c,
10368         plugins/debug-manager/plugin.c:
10369         Fix bug #378871
10371 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10373         * libanjuta/anjuta-launcher.c,
10374         plugins/gdb/debugger.c:
10375         Fix bug #377061
10377 2006-11-21  Naba Kumar  <naba@gnome.org>
10379         * plugins/search/search_preferences.c: Fixed build break.
10380         
10381 2006-11-20  Naba Kumar  <naba@gnome.org>
10382         
10383         Patch from Kjartan Maraas:
10384         * plugins/cvs-plugin/cvs-interface.c,
10385         plugins/document-manager/plugin.c,
10386         plugins/gtodo/interface.c,
10387         plugins/gtodo/libgtodo.h,
10388         plugins/message-view/anjuta-msgman.c,
10389         plugins/project-wizard/druid.c,
10390         plugins/search/search_preferences.c,
10391         plugins/sourceview/sourceview-prefs.c,
10392         plugins/terminal/terminal.c,
10393         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10395         Patch from Przemysław Grzegorczyk:
10396         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10397         plugins/subversion/anjuta-subversion.glade: Enable files in
10398         fileselection dialog. Fixes bug #376031.
10399         
10400 2006-11-17  Adam Dingle <adam@medovina.org>
10402         Reviewed by: Naba Kumar  <naba@gnome.org>
10403         * plugins/build-basic-autotools/build-basic-autotools.c
10404         * plugins/class-gen/anjuta-class-gen.plugin.in
10405         * plugins/debug-manager/breakpoints.c
10406         * plugins/debug-manager/plugin.c
10407         * plugins/devhelp/plugin.c
10408         * plugins/document-manager/plugin.c
10409         * plugins/gdb/debugger.c
10410         * plugins/glade/anjuta-glade.plugin.in
10411         * plugins/gtodo/plugin.c
10412         * plugins/language-support-cpp-java/plugin.c
10413         * plugins/message-view/plugin.c
10414         * plugins/project-import/anjuta-project-import.glade
10415         * plugins/project-import/anjuta-project-import.plugin.in
10416         * plugins/search/plugin.c
10417         * plugins/tools/scripts/tools-2.xml.in
10418         * plugins/valgrind/plugin.c
10419         * src/anjuta-actions.h:
10420         Fixed bug #376335 "menu items should be capitalized".  Minor
10421         grammar edits.
10423 2006-11-20  Naba Kumar  <naba@gnome.org>
10424         
10425         * configure.in: Fixed build.
10427         Patch from: Arjan Timmerman
10428         *configure.in: Make subvesion plugin build for apr 1.x.
10429         Fixes: Bug #364754.
10430         
10431 2006-11-20  Johannes Schmid <jhs@gnome.org>
10433         * configure.in
10434         * plugins/*/*.[ch]:
10435         Removed patches from Sylvain and Günther. They caused not problems but
10436         Naba was against them.
10438 2006-11-20  Johannes Schmid <jhs@gnome.org>
10440         * Removed me from MAINTAINERS
10442 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10444         * configure.in:
10445         Use apr-1 instead of apr-0
10447 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10449         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10450         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10451         and another bug occuring when parsing .pc file containing quotes.
10453 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10455         * plugins/*/*.[ch]: Use class macro for type casting.
10457         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10458         GCC 4.1.2 (there are only two warnings remaining now when compiling
10459         plugins).
10461         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10462         a memory leak in debug_tree_find_expression; g_free was called on
10463         the parameter instead of the memory allocated by gtk_tree_model_get.
10465         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10466         to declare and initialize the global type variable of the plugin.
10468 2006-10-31  Naba Kumar  <naba@gnome.org>
10470         * global-tags/create_global_tags.sh.in: Added an end message.
10471         
10472         * libanjuta/anjuta-launcher.h: Fixed indentation.
10473         
10474         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10475         creation to a) append the messages in right way, b) Connect signals
10476         to the view properly and c) Recreate the system-tags.cache at the
10477         end of the generation.
10479         * plugins/symbol-browser: Fixed action path (double
10480         click on sysmbols was not working).
10482         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10483         Fixed typedef and removed dead code.
10485         * tagmanager/c.c: Took the latest version from ctags source
10486         repository, because the one we had (from ctags 5.6) was broken.
10487         
10488         * global_tags/create_global_tags.sh.in: Reverted the patch from
10489         Sylvain because it was not right fix (and added a helpful comment).
10490         Used /bin/bash to fix the bashism and generated separate log files
10491         for each tag files in the same directory.
10492         
10493 2006-10-29  Naba Kumar  <naba@gnome.org>
10495         * plugins/editor/text_editor.c: Use a temporary file
10496         to save the editor and move it at the end to original
10497         file. This will prevent data corruption if file save
10498         failed for any reason. Also report proper errors when
10499         file save fails. Fixes bug #346575.
10500         
10501 2006-10-26  Naba Kumar  <naba@gnome.org>
10503         * plugins/document-manager/anjuta-docman.c: Do not load
10504         the same files with different path more than once (happens
10505         with symlinked files). Fixes Bug #323591.
10507 2006-10-25  Naba Kumar  <naba@gnome.org>
10509         * plugins/valgrind/vgactions.c: Fixed a warning.
10511 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10513         Reviewed by Naba Kumar  <naba@gnome.org>:
10515         * plugins/valgrind/vgtoolview.c:
10516         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10518         * plugins/valgrind/bugged-prg-test.c:
10519         No more warning during compilation with GCC 4.1.
10520         Program is still buggy in order to be used as a test of the
10521         plugin.
10523         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10524         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10525         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10526         plugins/valgrind/vgrule.c:
10527         No more warning during compilation with GCC 4.1.
10529         * plugins/valgrind/plugin.c:
10530         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10531         prototype (was missing from previous patch).
10533 2006-10-24  Naba Kumar  <naba@gnome.org>
10535         * plugins/glade/plugin.c: Show glade tree view, not list view.
10536         
10537         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10538         exited with glade plugin still loaded. Fixes Bug #364755.
10540         * plugins/document-manager/anjuta-document-manager.plugin.in:
10541         Added application/x-reject in accepted mime-types.
10542         
10543         * Changelog: Fixed changelog alignments.
10545 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10547         Reviewed by: Naba Kumar  <naba@gnome.org>
10548         
10549         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10550         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10551         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10552         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10553         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10554         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10555         plugins/valgrind/vgsearchbar.c:
10556         Use class macro for type casting.
10558         * plugins/valgrind/plugin.h:
10559         Don't force cast a GtkActionGroup to a GtkAction.
10561         * plugins/valgrind/plugin.c:
10562         Use correct API to get path of the preoject root when building
10563         the list of targets for the run action.
10564         Correct ordering of the construction of the preferences widgets.
10565         Only remove the valgrind widget if it is currently displayed.
10567         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10568         Return if check_valgrind_binary() fails.
10569         The ValgrindPluginPrefs object is initialized after the call to
10570         vg_action_new. Take a handle to the location of the pointer to
10571         the future object.
10573 2006-10-24  Naba Kumar  <naba@gnome.org>
10575         * HACKING: Updated coding sample.
10576         
10577         Patch from: Armin Burgmeier  <armin@arbur.net>
10578         * plugins/symbol-browser/test-class.h,
10579         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10580         
10581 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10583         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10584         * plugins/valgrind/vgtoolview.h:
10585         Correctly handle the argv / srcdir of vg_tool_view object. Do
10586         not leak memory associated with those arrays.
10588         * plugins/symbol-browser/an_symbol_prefs.c:
10589         Support unloading / reloading of the module (for example when
10590         closing a project and opening another one).
10592         * plugins/project-manager/plugin.c:
10593         Remove plugin widget before removing plugin itself, preventing
10594         a crash with valgrind plugin.
10596         * libanjuta/anjuta-preferences-dialog.c:
10597         Do not use the page_num returned by gtk_notebook_append_page to
10598         remove the page as it cause bugs when pages removal is not done
10599         in LIFO.
10601         * plugins/document-manager/anjuta-docman.c:
10602         Fix some GTK+ warnings.
10604         * global-tags/create_global_tags.sh.in:
10605         Rewrite script to remove bash-ism and use pkg-config directly
10606         instead of parsing the *.pc file by hand. This solve problems
10607         that occurred when one of the directory in PKG_CONFIG_PATH is
10608         empty.
10610 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10612         * plugins/glade/plugin.c: Fix build (#363884)
10614 2006-10-22  Johannes Schmid <jhs@gnome.org>
10616         * plugins/file-manager/an_file_view.c:
10617         * plugins/file-manager/plugin.c:
10618         * plugins/file-manager/plugin.h:
10619         Fix possible crasher when changing project-root uri when we try to restore open nodes
10620         * AUTHORS: Updated
10622 2006-10-19  Naba Kumar  <naba@gnome.org>
10624         Patch from: Juan Pablo Ugarte
10625         * plugins/glade/plugin.c: Include glade header
10626         correctly.
10627         
10628 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10629         
10630         * plugins/debug-manager/Makefile.am,
10631         plugins/debug-manager/sexy-icon-entry.h,
10632         plugins/debug-manager/sexy-icon-entry.c,
10633         plugins/debug-manager/dataview.c:
10634         Fix bug #358134 (Goto memory prompt)
10635         Use sexy-icon-entry from libsexy 0.1.10
10637         * plugins/debug-manager/debugger.c,
10638         plugins/debug-manager/plugin.c,
10639         plugins/debug-manager/start.c,
10640         plugins/gdb/debugger.c,
10641         plugins/gdb/plugin.c:
10642         Better error handling when starting and stopping debugger
10644 2006-10-13  Maik Beckmann <maik@eigenco.de>
10646         * src/action_callbacks.c:
10647         Fixed bug #361830 (AboutDialog does not close) which is caused 
10648         due to a change in Gtk+ 2.10  
10649   
10650 2006-10-12  Adam Dingle <adam@medovina.org>
10652         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10654         * plugins/search/search-replace.c:
10655         Fixed bug #358068 (indicate when Find in Files is complete)
10657         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10659         * plugins/sourceview/sourceview-prefs.c:
10660         * plugins/sourceview/sourceview.glade:
10661         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10663         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10665         * plugins/devhelp/plugin.c:
10666         * plugins/search/plugin.c: 
10667         Fixed bug #359750 (fix find/replace shortcut keys).
10669         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10670         use Alt+key for shortcuts)
10672         *  plugins/debug-manager/debug_tree.c:
10673         *  plugins/debug-manager/debugger.c:
10674         Fixed bug #359317 (can't load debug manager)
10676         * /plugins/document-manager/plugin.c:
10677         Fixed bug #359259 (highlight modes listed in reverse 
10678         alphabetical order).
10680 2006-10-10  Johannes Schmid <jhs@gnome.org>
10682         * plugins/glade/plugin.c:
10683         Add scrollbars to glade project window
10685 2006-10-10  Johannes Schmid <jhs@gnome.org>
10687         * libanjuta/interfaces/Makefile.am.iface:
10688         Fixed Makefile with broke build
10690 2006-10-07  Johannes Schmid <jhs@gnome.org>
10692         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10693         * libanjuta/interfaces/Makefile.iface.am:
10694         Fixed enum types generation
10696         * libanjuta/interfaces/libanjuta.idl:
10697         Fixed some strange typo
10699 2006-10-06  Johannes Schmid <jhs@gnome.org>
10701         * libanjuta/interfaces/Makefile.iface.am:
10702         Fixed enum-types.h generation
10703         * libanjuta/interfaces/libanjuta.idl:
10704         char* => gchar*
10705         IAnjutaTODO::load should take const gchar* argument
10706         Remove include to libanjuta/e-splash.h which is not installed as header file
10707         Disable get_attributes for now
10708         
10709         * pluings/sourceview/sourceview.c: Disabled get_attributes
10710         
10711         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10713 2006-10-05  Naba Kumar  <naba@gnome.org>
10715         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10716         Set bug id for 'Profiler plugin' task.
10718 2006-10-03  Naba Kumar  <naba@gnome.org>
10720         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10721         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10723         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10724         plugins/project-manager/plugin.c: Added a new API in
10725         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10726         Added some documentation. On project close, close all editors that
10727         has files opened for the project.
10728         
10729         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10730         from the containers on anjuta_shell_remove_widget(). Do not destroy
10731         glade widgets once created.
10732         
10733 2006-10-03  Johannes Schmid <jhs@gnome.org>
10735         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10736         * libanjuta/interfaces/libanjuta.idl:
10737         const-List<> => const List<>
10738         List-free<> => List<>
10739         
10740         * Makefile.am: Reenabled launcher
10742 2006-10-03  Johannes Schmid <jhs@gnome.org>
10744         * libanjuta/interfaces/Makefile.am.iface:
10745         Install libanjuta.idl
10747 2006-10-02  Adam Dingle <adam@medovina.org>
10749         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10751 2006-10-02  Adam Dingle <adam@medovina.org>
10753         * plugins/editor/style-editor.c: fixed bug #357534
10754         * plugins/gdb/utilities.h: removed 2 unused declarations
10756 2006-10-02  Johannes Schmid <jhs@gnome.org>
10758         * Makefile.am: disabled anjuta-launcher
10759         * libanjuta/Makefile.am:
10760         
10761         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10762         * libanjuta/glue-factory.c: (glue_factory_add_path),
10763         (glue_factory_get_path):
10764         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10765         * libanjuta/glue-factory.h:
10766         * libanjuta/glue-cpp.h:
10767         * libanjuta/glue-cpp.c:
10768         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10769         
10770         * libanjuta/interfaces/Makefile.am.iface:
10771         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10772         * libanjuta/interfaces/libanjuta.idl:
10773         Add a new features to idl compiler:
10774         List<Type> => List of Type
10775         List-free<Type> => List of Type, it is up to the caller to free items and list
10776         const-List(-free)<Type> = const List of Types
10777         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10778         
10779         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10780         (generic_cpp_class_create_code):
10781         Adapted to new project_manager interface
10782         
10783         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10784         * plugins/debug-manager/debugger.c:
10785         (ivariable_debugger_iface_init):
10786         Do not use C++ keyword "delete" for interface name
10787         
10788         * plugins/document-manager/anjuta-document-manager.plugin.in:
10789         Added m4 to mime-types
10790         
10791         * plugins/project-manager/plugin.c:
10792         (iproject_manager_add_source_multi):
10793         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10795 2006-10-01  Naba Kumar  <naba@gnome.org>
10797         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10798         UI file used when out-of-process devhelp is used instead of
10799         embedded devhelp.
10800         
10801         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10802         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10803         plugins/profile-default/default.anjuta: Build devhelp plugin,
10804         but use out-of-process devhelp if devhelp plugin is disabled
10805         (either by user or devhelp is not installed). Disabled devhelp
10806         plugin by default. Added it in default profile.
10808 2006-10-01  Naba Kumar  <naba@gnome.org>
10810         * plguins/project-manager/plugin.c: Possible fix for crash
10811         bug #358583.
10812         
10813         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10814         set dep to last version 3.0.2.
10815         
10816         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10817         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10818         plugins/symbol-browser/plugin.c: Use the right action group
10819         for getting popup actions (Fixes lots of assertion failures).
10821         * plugins/project-manager/plugin.c,
10822         plugins/project-manager/plugin.h: use separate action group
10823         for profie actions.
10824         
10825         * plugins/message-view/plugin.c: Disconnect session load
10826         signal on plugin deactivation (fixes a crash).
10828 2006-09-30  Naba Kumar  <naba@gnome.org>
10830         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10831         * TODO.tasks: Assigned a bounty to Massimo.
10833 2006-09-29  Naba Kumar  <naba@gnome.org>
10835         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10837 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10839         * plugins/debug-manager/debugger.c,
10840         plugins/debug-manager/plugin.c,
10841         libanjuta/interfaces/libanjuta.idl:
10842         Add a new abort command to quit debugger without waiting
10844         * plugins/gdb/debugger.c,
10845         plugins/gdb/debugger.h,
10846         plugins/gdb/plugin.c:
10847         Send a signal directly to the debugged program
10848         Implement abort command
10850         * plugins/debug-manager/debug_tree.c:
10851         Fix bug #358163
10853         * plugins/debug-manager/stack-trace.c:
10854         Fix bug #358009
10856 2006-09-29  Naba Kumar  <naba@gnome.org>
10858         * TODO.tasks: Updated.
10859         
10860         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10861         dialog.
10862         
10863         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10864         
10865         * TODO.tasks: Updated in light of the word wrapping fix
10866         in Tasks Manager. Added a test bounty entry.
10868         * TODO.tasks: Added four bounties.
10869         
10870 2006-09-28  Naba Kumar  <naba@gnome.org>
10872         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10873         Added 'customizable' parameter to
10874         anjuta_ui_add_action_group_entries() and similar functions to
10875         allow user configuration of the actions. Filter out actions that
10876         are not configurable items (such as submenu items). Now the
10877         'Customize shortcuts' dialog is much better listed.
10879         * plugins/build-basic-autotools/build-basic-autotools.c,
10880         plugins/build-basic-autotools/build-basic-autotools.h,
10881         plugins/cvs-plugin/plugin.c,
10882         plugins/cvs-plugin/plugin.h,
10883         plugins/debug-manager/breakpoints.c,
10884         plugins/debug-manager/plugin.c,
10885         plugins/debug-manager/stack_trace.c,
10886         plugins/debug-manager/watch.c,
10887         plugins/devhelp/plugin.c,
10888         plugins/document-manager/plugin.c,
10889         plugins/file-loader/plugin.c,
10890         plugins/file-manager/plugin.c,
10891         plugins/glade/plugin.c,
10892         plugins/gtodo/interface.c,
10893         plugins/gtodo/plugin.c,
10894         plugins/language-support-cpp-java/plugin.c,
10895         plugins/macro/plugin.c,
10896         plugins/macro/plugin.h,
10897         plugins/message-view/plugin.c,
10898         plugins/patch/plugin.c,
10899         plugins/profile-default/default.anjuta,
10900         plugins/project-manager/plugin.c,
10901         plugins/project-manager/plugin.h,
10902         plugins/sample1/plugin.c,
10903         plugins/search/plugin.c,
10904         plugins/subversion/plugin.c,
10905         plugins/subversion/plugin.h,
10906         plugins/symbol-browser/plugin.c,
10907         plugins/symbol-browser/plugin.h,
10908         plugins/tools/plugin.c,
10909         plugins/valgrind/plugin.c,
10910         plugins/valgrind/plugin.h: Fixed to take care of above change
10911         in API of AnjutaUI. Properly added/removed action groups in some
10912         plugins. Split action groups into customization and non-customizable
10913         groups and added them separately.
10915         * plugins/document-manager/plugin.c: Close files belonging to
10916         project when project is closed (not complete).
10917         
10918         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10919         vertical aligned cell entries.
10920         
10921         * src/anjuta-app.c: Define macros for the placeholder names.
10922         Set default widths and heights of the default placeholders,
10923         so that newly docked widgets are correclty sized.
10924         
10925         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10926         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10927         Fixed to generated correct actions addition/removal code.
10929 2006-09-25  Naba Kumar  <naba@gnome.org>
10931         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10932         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10933         class.
10934         
10935         * plugins/message-view/anjuta-msgman.c,
10936         plugins/message-view/anjuta-msgman.h,
10937         plugins/message-view/message-view.c,
10938         plugins/message-view/message-view.h,
10939         plugins/message-view/plugin.c: Serialize messages panes in
10940         session save and deserialize them in session load so that
10941         build messages persistant.
10942         
10943 2006-09-24  Johannes Schmid <jhs@gnome.org>
10945         * libanjuta/anjuta-utils.c:
10946         * plugins/message-view/message-view.c:
10947         Really fixed #355407
10949 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10951         * libanjuta/interfaces/libanjuta.idl:
10952         Change one variable sign
10954         * plugins/debug-manager/anjuta-debug-manager.glade,
10955         plugins/debug-manager/anjuta-debug-manager.ui:
10956         Few small interface changes     
10958         * plugins/debug-manager/debug_tree.h,
10959         plugins/debug-manager/watch.c,
10960         plugins/debug-manager/debugger.c,
10961         plugins/debug-manager/plugin.c
10962         plugins/gdb/debugger.c,
10963         plugins/gdb/plugin.c:
10964         Big rewrite of debugger queue
10965         Allow to cancel command
10967         * plugins/debug-manager/memory.c:
10968         Fix a bug if a command is cancelled
10970 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
10972         * plugins/gdb/debugger.c,
10973         plugins/debug-manager/debug_tree.c,
10974         plugins/debug-manager/locals.c:
10975         Restore tree representation for local variable
10976         Add argument in local variable list
10977         Use gdb variable object to get all informations
10979 2006-09-19  Naba Kumar  <naba@gnome.org>
10981         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
10982         that implements AnjutaSavePrompt class.
10984         * ChangeLog: Fixed indentation.
10985         
10986         * libanjuta/Makefile.am,
10987         libanjuta/anjuta-marshal.list,
10988         libanjuta/anjuta-shell.c,
10989         libanjuta/anjuta-shell.h,
10990         plugins/document-manager/action-callbacks.c,
10991         plugins/document-manager/action-callbacks.h,
10992         plugins/document-manager/anjuta-docman.c,
10993         plugins/document-manager/anjuta-docman.h,
10994         plugins/document-manager/plugin.c,
10995         src/anjuta.c: Impletemnted save prompt dialog to prompt for
10996         unsaved items during exit. A new signal is added in shell
10997         interface called 'save-prompt' to collect all unsaved items.
10998         Create AnjutaSavePrompt class (dialog) to process unsaved items.
10999         Fixed document manager to use the new save-prompt signal in shell
11000         and AnjutaSavePrompt object for unsaved files. Cleaned up
11001         AnjutaDocman to synchronously save new files. Fixed function
11002         names.
11004 2006-09-18  Johannes Schmid <jhs@gnome.org>
11006         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11007         gdl requirement to 0.7.0
11009 2006-09-18  Johannes Schmid <jhs@gnome.org>
11011         * global-tags/.cvsignore:
11012         * global-tags/Makefile.am:
11013         * global-tags/create_global_tags.sh (removed):
11014         * global-tags/create_global_tags.sh.in (added):
11015         Fixed #355407
11016         
11017         * libanjuta/anjuta-launcher.c:
11018         Fixed #349374
11019         
11020         * plugins/project-manager/plugin.c:
11021         (project_manager_plugin_close_project):
11022         Fixed crasher
11023         
11024         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11025         Fixed gtk critical
11026         
11027         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11028         More reasonable toolbar creation/deletition though it does
11029         not completly work!
11031 2006-09-15  Johannes Schmid <jhs@gnome.org>
11033         * libanjuta/anjuta-utils.c/.h:
11034         Fixed #355168
11036 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11038         * scintilla/ScintillaGTK.cxx
11039         Fixed doulbe freeing in Scintilla
11041 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11043         * plugins/symbol-browser/an_symbol_prefs.c:
11044         Support unloading / reloading of the module (for example when
11045         closing a project and opening another one).
11047         * plugins/project-manager/plugin.c:
11048         Really fixed #355148 (Show project name in title bar)
11050 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11052         * libanjuta/plugins.c:
11053         Fixed #355156 (Show plugins in alphabetical order)
11055 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11057         * plugins/project-manager/plugin.c:
11058         Fixed #355148 (Show project name in title bar)
11060 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11062         * plugins/project-manager/plugin.c:
11063         (value_removed_project_root_uri):
11064         Fixed crasher if project cannot be opened
11066 2006-08-30 Naba Kumar  <naba@gnome.org>
11068         * plugins/language-support-cpp-java/plugin.[c,h],
11069         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11070         Impletemnted UI for auto indent.
11071         
11072 2006-08-28 Naba Kumar  <naba@gnome.org>
11073         
11074         * plugins/gvim/.cvsignore,
11075         plugins/gvim/Makefile.am,
11076         plugins/gvim/anjuta-vim-plugin.png,
11077         plugins/gvim/anjuta-vim.c,
11078         plugins/gvim/anjuta-vim.h,
11079         plugins/gvim/anjuta-vim.plugin.in,
11080         plugins/gvim/gtkvim.c,
11081         plugins/gvim/gtkvim.h,
11082         plugins/gvim/plugin.c,
11083         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11084         in build yet.
11086 2006-08-28 Naba Kumar  <naba@gnome.org>
11088         Patch from: Massimo Corà  <maxcvs@email.it>
11089         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11090         possible infinite loop.
11092 2006-08-22 Adam Dingle <adam@medovina.org>
11093         
11094         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11095         to edit are shown in the preferences dialog in anjuta").
11096         Removed unused widgets from the style editor dialog.
11098 2006-08-21  Johannes Schmid <jhs@gnome.org>
11100         * plugins/symbol-browser/test-class.[cpp/h]
11101         Added missing files
11103 2006-08-18  Naba Kumar  <naba@gnome.org>
11105         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11106         end of document loading.
11108         * plugins/language-support-cpp-java/plugin.c,
11109         plugins/sourceview/sourceview.c: Fixed plugin loading.
11111 2006-08-17  Naba Kumar  <naba@gnome.org>
11113         * plugins/language-support-cpp-java/plugin.c,
11114         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11115         mode line parsing. Indentation parameters initialized based on
11116         mode line parameters.
11118 2006-08-16  Naba Kumar  <naba@gnome.org>
11120         * Makefile.am, plugins/editor/text_editor.c,
11121         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11122         comments.
11124 2006-08-16 Naba Kumar  <naba@gnome.org>
11126         Patch from  Massimo Cora'  <maxcvs@email.it>:
11127         
11128         * plugins/editor/aneditor-autocomplete.cxx,
11129         plugins/editor/aneditor-calltip.cxx,
11130         plugins/symbol-browser/Makefile.am,
11131         plugins/symbol-browser/an_symbol.c,
11132         plugins/symbol-browser/an_symbol_view.c,
11133         plugins/symbol-browser/plugin.c,
11134         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11135         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11136         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11137         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11138         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11139         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11140         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11141         tagmanager/get.h, tagmanager/html.c,
11142         tagmanager/include/tm_source_file.h,
11143         tagmanager/include/tm_tag.h,
11144         tagmanager/include/tm_workspace.h,
11145         tagmanager/jscript.c, tagmanager/keyword.c,
11146         tagmanager/keyword.h, tagmanager/lisp.c,
11147         tagmanager/lregex.c, tagmanager/lua.c,
11148         tagmanager/main.h, tagmanager/make.c,
11149         tagmanager/options.c, tagmanager/options.h,
11150         tagmanager/parse.c, tagmanager/parse.h,
11151         tagmanager/parsers.h, tagmanager/pascal.c,
11152         tagmanager/perl.c, tagmanager/php.c,
11153         tagmanager/python.c, tagmanager/read.c,
11154         tagmanager/read.h, tagmanager/readtags.c,
11155         tagmanager/readtags.h, tagmanager/rexx.c,
11156         tagmanager/routines.c, tagmanager/routines.h,
11157         tagmanager/ruby.c, tagmanager/scheme.c,
11158         tagmanager/sh.c, tagmanager/slang.c,
11159         tagmanager/sml.c, tagmanager/sort.c,
11160         tagmanager/sort.h, tagmanager/sql.c,
11161         tagmanager/strlist.c, tagmanager/strlist.h,
11162         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11163         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11164         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11165         tagmanager/vim.c, tagmanager/vstring.c,
11166         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11167         5.6 and namespace completion fixed.
11169         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11170         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11172 2006-08-15 Naba Kumar  <naba@gnome.org>
11174         * libanjuta/interfaces/libanjuta.idl,
11175         plugins/editor/text-editor-iterable.c,
11176         plugins/editor/text_editor.c,
11177         plugins/sourceview/sourceview-cell.c,
11178         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11179         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11180         ianjuta_editor_end_action().
11181         
11182         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11184 2006-08-13 Naba Kumar  <naba@gnome.org>
11186         * plugins/debug-manager/breakpoints.c,
11187         plugins/debug-manager/memory.c,
11188         plugins/debug-manager/registers.c,
11189         src/layout.xml: Fixed debugger widgets layout.
11191 2006-08-12 Naba Kumar  <naba@gnome.org>
11193         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11194         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11195         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11196         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11197         codes and dead codes. Removed automatic indentation prefs.
11199 2006-08-12  Johannes Schmid <jhs@gnome.org>
11201         * libanjuta/Makefile.am:
11202         * libanjuta/anjuta-launcher.c:
11203         * libanjuta/anjuta-launcher.h:
11204         * libanjuta/anjuta-plugin.c:
11205         * libanjuta/anjuta-plugin.h:
11206         * libanjuta/anjuta-preferences.c:
11207         * libanjuta/anjuta-preferences.h:
11208         * libanjuta/anjuta-shell.c:
11209         * libanjuta/anjuta-shell.h:
11210         * libanjuta/libanjuta.h:
11211         
11212         Made wrapper friendly:
11213         - no inline in header files (preferences_set/get)
11214         - correct signal names
11215         - correct GError** argument in anjuta_shell_freeze/thaw
11216         - include correct files in libanjuta.h
11217         
11218         * plugins/project-manager/plugin.c: 
11219         Fixed two crashers
11221 2006-08-11 Naba Kumar  <naba@gnome.org>
11223         * plugins/editor/aneditor-priv.h,
11224         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11225         
11226         * plugins/editor/text_editor_cbs.c,
11227         plugins/sourceview/anjuta-view.c: Pass the right position for char
11228         added signal.
11229         
11230         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11231         
11232         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11234 2006-08-11 Naba Kumar  <naba@gnome.org>
11236         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11237         return the right character at the iter position and get_char() to
11238         not leak memory.
11240         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11241         to set to character offset and not byte index.
11243         * plugins/language-support-cpp-java/plugin.c: Improved
11244         auto-indentation login. Indents opening and closing braces correctly.
11246 2006-08-10  Johannes Schmid <jhs@gnome.org>
11248         * INSTALL:
11249         * autogen.sh:
11250         Required automake = 1.9
11252         * libanjuta/anjuta-children.c:
11253         * libanjuta/anjuta-children.h:
11254         * libanjuta/anjuta-encodings.h:
11255         * libanjuta/anjuta-launcher.h:
11256         * libanjuta/anjuta-plugin-description.h:
11257         * libanjuta/anjuta-preferences-dialog.h:
11258         * libanjuta/anjuta-preferences.h:
11259         * libanjuta/anjuta-session.h:
11260         * libanjuta/anjuta-status.h:
11261         * libanjuta/anjuta-ui.h:
11262         * libanjuta/anjuta-utils.c:
11263         * libanjuta/anjuta-utils.h:
11264         * libanjuta/e-splash.h:
11265         * libanjuta/glue-factory.h:
11266         * libanjuta/glue-plugin.h:
11267         * libanjuta/plugins.h:
11268         * libanjuta/resources.h:
11269         Fixed libanjuta to be able to wrap it
11270         - G_BEGIN_DECLS, G_END_DECLS
11271         - include all necessary files in libanjuta.h
11273         * plugins/gtodo/tray-icon.c:
11274         * plugins/terminal/terminal.c:
11275         Some build fixes for freebsd
11277         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11278         * plugins/sourceview/sourceview.glade:
11279         Remove auto-indent feature as it is now in language-support
11281 2006-08-09 Naba Kumar  <naba@gnome.org>
11283         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11284         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11285         Added missing files.
11287         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11288         get_use_spaces(), set_tabsize() and set_use_spaces().
11290 2006-08-09 Naba Kumar  <naba@gnome.org>
11292         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11293         succeeded in activating.
11295         * plugins/document-manager/plugin.c: Added debug message.
11297         * libanjuta/interfaces/libanjuta.idl,
11298         plugins/editor/text_editor.c: Implemented get_tabsize(),
11299         get_use_spaces(), set_tabsize() and set_use_spaces().
11301         * plugins/language-support-cpp-java/Makefile.am,
11302         plugins/language-support-cpp-java/plugin.c,
11303         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11304         for indentation. Added preferences page for paramenters.
11306         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11308 2006-08-08 Naba Kumar  <naba@gnome.org>
11310         * libanjuta/interfaces/libanjuta.idl,
11311         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11312         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11313         plugins/editor/text_editor.c,
11314         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11315         and implemented it for both scintilla and sourceview.
11317         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11318         focus back to editor (happens when pressing esc in incremental
11319         search box).
11321 2006-08-08 Naba Kumar  <naba@gnome.org>
11323         * libanjuta/interfaces/libanjuta.idl,
11324         plugins/editor/text_editor.c,
11325         plugins/editor/text_editor.h,
11326         plugins/editor/text-editor-iterable.c,
11327         plugins/sourceview/sourceview-cell.c,
11328         plugins/sourceview/sourceview.c: Implemented editor attributes
11329         methods.
11330         
11331         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11332         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11333         code (not complete yet).
11335         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11336         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11337         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11338         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11339         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11340         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11342 2006-08-04 Naba Kumar  <naba@gnome.org>
11344         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11345         implementation.
11346         
11347 2006-08-03  Johannes Schmid <jhs@gnome.org>
11349         * configure.in: Add a more informative text to valgrind plugin
11351         * TODO.tasks:
11352         Modified Preferences tasl
11353         * libanjuta/anjuta-plugin.c: 
11354         * libanjuta/anjuta-preferences-dialog.c: 
11355         * libanjuta/anjuta-preferences-dialog.h:
11356         * libanjuta/anjuta-preferences.c:
11357         * libanjuta/anjuta-preferences.h:
11358         * libanjuta/interfaces/Makefile.am.iface:
11359         * libanjuta/interfaces/libanjuta.idl:
11360         Added IAnjutaPreferences interface which every plugin that has preferences should
11361         implement. Call merge() and unmerge() at plugin activation/deactivation.
11362         Fixed preferences_page_remove()
11363         
11364         * plugins/build-basic-autotools/build-basic-autotools.c:
11365         * plugins/cvs-plugin/plugin.c: 
11366         * plugins/document-manager/plugin.c:
11367         * plugins/editor/plugin.c:
11368         * plugins/editor/plugin.h:
11369         * plugins/file-manager/plugin.c: 
11370         * plugins/gtodo/main.h:
11371         * plugins/gtodo/plugin.c: 
11372         * plugins/gtodo/preferences.c: 
11373         * plugins/message-view/anjuta-msgman.c: 
11374         * plugins/message-view/anjuta-msgman.h:
11375         * plugins/message-view/plugin.c:
11376         * plugins/sourceview/plugin.c: 
11377         * plugins/sourceview/plugin.h:
11378         * plugins/symbol-browser/an_symbol_prefs.c:
11379         * plugins/symbol-browser/plugin.c: 
11380         * plugins/terminal/terminal.c: 
11381         * plugins/valgrind/plugin.c
11382         * src/anjuta-app.c:
11383         
11384         Updated preference loading/unloading for all plugins
11386 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11387         
11388         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11389         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11390     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11391         recommended by the autoconf manual. 
11392         - Fixes compiling with autoconf 2.60.
11393         
11394         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11396 2006-08-02      Johanes Schmid <jhs@gnome.org>
11398         * plugins/profile-default/plugin.c:
11399         Fixed session handling
11401 2006-08-01  Johannes Schmid <jhs@gnome.org>
11403         * configure.in
11404         * plugins/Makefile.am:
11405         Disabled devhelp and glade for now as they do not work (#341073
11406         and #341170)
11407         
11408         * plugins/profile-default/anjuta-default-profile.ui (removed):
11409         * plugins/profile-default/plugin.c:
11410         * plugins/profile-default/plugin.h:
11411         * plugins/project-manager/anjuta-project-manager.ui:
11412         * plugins/project-manager/plugin.c:
11413         * plugins/project-manager/plugin.h:
11414         Limted multiple project support #315043
11416         * libanjuta/interfaces/libanjuta.idl:
11417         Added ianjuta_profile_unload
11419 2006-07-31 Naba Kumar  <naba@gnome.org>
11421         * libanjuta/interfaces/libanjuta.idl,
11422         plugins/editor/text-editor-iterable.c,
11423         plugins/editor/text_editor.c,
11424         plugins/sourceview/anjuta-view.c,
11425         plugins/sourceview/anjuta-view.h,
11426         plugins/sourceview/sourceview.c: Fixed text iteration and 
11427         IAnjutaEditor implementations in both scintilla
11428         and sourceview. Cleand up libanjuta API: Removed redundant
11429         erase_range() method from IAnjutaEditor interface, fixed
11430         ianjuta_editor_get_text to take length instead of range (consistency).
11431         autoindentation in both sourceview and scintilla more or less works,
11432         but still disabled for now because there are still some anomalies
11433         in text iteration.
11435         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11437         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11438         API changes.
11440 2006-07-30  Johannes Schmid <jhs@gnome.org>
11442         * plugins/sourceview/anjuta-document.c:
11443         * plugins/sourceview/anjuta-document.h:
11444         * plugins/sourceview/anjuta-view.c: 
11445         * plugins/sourceview/sourceview.c:
11446         Wrote a new "char_added" implementation, I hope this one is good
11448         * plugins/sourceview/sourceview-cell.c:
11449         Fixed typo: "text_iter" instead of "iter"
11451 2006-07-30 Naba Kumar  <naba@gnome.org>
11453         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11455 2006-07-30  Johannes Schmid <jhs@gnome.org>
11457         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11458         
11459         * plugins/debug-manager/plugin.c: 
11460         * plugins/patch/plugin.c:
11461         Use IAnjutaIndicable to mark debugger position
11463         * plugins/sourceview/sourceview.c:
11464         Define colors for IAnjutaIndicable
11466 2006-07-29  Johannes Schmid <jhs@gnome.org>
11468         * plugins/debug-manager/anjuta-debug-manager.ui:
11469         * plugins/debug-manager/breakpoints.c:
11470         * plugins/debug-manager/images/Makefile.am:
11471         * plugins/debug-manager/images/run-to-cursor.png:
11472         * plugins/debug-manager/plugin.c:
11473         Added toolbar and some icons
11475         * plugins/patch/anjuta-patch.ui:
11476         * plugins/patch/patch-plugin.c:
11477         * plugins/patch/patch-plugin.glade:
11478         * plugins/patch/plugin.c:
11479         * plugins/patch/plugin.h:
11480         Improved patch plugin (GUI and function)
11482         * plugins/sourceview/sourceview.c:
11483         Fixed another Gtk-Critical
11485         * plugins/tools/anjuta-tools.ui:
11486         * plugins/tools/plugin.h:
11487         Put Patch plugin in tools menu and changed ui file
11489 2006-07-29  Johannes Schmid <jhs@gnome.org>
11491         * plugins/document-manager/plugin.c:
11492         Fixed accelator Gtk-Warning
11494         * plugins/message-view/anjuta-msgman.c: 
11495         Fixed Gtk-Warning
11497         * plugins/sourceview/anjuta-document.c:
11498         * plugins/sourceview/anjuta-document.h:
11499         * plugins/sourceview/anjuta-marshal.list:
11500         Wrote a better emitter for the char-added signal
11502         * plugins/sourceview/sourceview.c:
11503         Fixed Redo/Undo to void Gtk-Criticals
11504         
11505         * plugins/sourceview/sourceview-args.c:
11506         * plugins/sourceview/sourceview-cell.c:
11507         * plugins/sourceview/sourceview-scope.c:
11508         * plugins/sourceview/sourceview-tags.c: 
11509         Adapted to new IAnjutaIterator API
11511 2006-07-28 Naba Kumar  <naba@gnome.org>
11513         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11515         * plugins/symbol-browser/an_symbol.c,
11516         plugins/symbol-browser/an_symbol_iter.c,
11517         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11518         subclass of AnjutaSymbol so that the symbol is accessible from
11519         the iter in light of changes in IAnjutaIterable.
11521         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11522         implementation of IAnjutaIterable.
11524 2006-07-28 Naba Kumar  <naba@gnome.org>
11526         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11527         IAnjutaIterable. They were kind of useless since the interface is
11528         defined on the data object itself. Added set_position() method
11529         in IAnjutaIterable to allow setting arbitrary current index to the
11530         iter.
11531         Added erase() and erase_range() in IAnjutaEditor.
11533         * plugins/editor/text-editor-iterable.c: Fixed 
11534         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11535         methods in editor. Fixed get_line_from_position() method.
11537         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11538         code. It's disabled for now.
11540         * plugins/sourceview/sourceview-cell.c,
11541         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11542         implementation.
11544 2006-07-27  Johannes Schmid <jhs@gnome.org>
11546         * plugins/sourceview/sourceview-cell.c:
11547         Fixed IAnjutaEditorCell to work only on a single line
11548         Fixed crasher in finalize
11550         * plugins/symbol-browser/an_symbol_prefs.c:
11551         * global-tags/Makefile.am:
11552         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11553         script installation     
11555 2006-07-26 Naba Kumar  <naba@gnome.org>
11557         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11558         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11559         
11560         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11561         
11562         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11563         support plugins
11564         
11565         * plugins/editor/text-editor-iterable.c,
11566         plugins/editor/text_editor.c,
11567         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11568         method to work correctly, it was ignoring start and end parameters.
11569         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11570         emission.
11571         
11572         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11573         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11575 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11577         * plugins/symbol-browser/an_symbol_view.c,
11578         plugins/symbol-browser/an_symbol_view.h,
11579         plugins/symbol-browser/plugin.c:
11580     fix a matching case into sv_extract_type_qualifier_from_expr ()
11581     and some minor issues.
11583 2006-07-26  Johannes Schmid <jhs@gnome.org>
11585         * plugins/language-support-cpp-java/plugin.c:
11586         Fixed to work kind of with sourceview editor
11587         * plugins/sourceview/anjuta-document.c: 
11588         * plugins/sourceview/anjuta-view.c: 
11589         * plugins/sourceview/sourceview-cell.c:
11590         * plugins/sourceview/sourceview.c:
11591         Fixed IAnjutaEditorCell and "char-added" signal
11593 2006-07-24 Naba Kumar  <naba@gnome.org>
11595         * plugins/document-manager/plugin.c,
11596         plugins/document-manager/plugin.h: Initial implementedion for loading
11597         support plugins.
11598         
11599         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11600         implementation.
11601         
11602         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11603         indicators are cleared (that leaved grey texts).
11605 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11607         * libanjuta/interfaces/libanjuta.idl,
11608         plugins/debug-manager/breakpoints.c,
11609         plugins/debug-manager/memory.c,
11610         plugins/debug-manager/registers.c,
11611         plugins/debug-manager/debug_tree.c,
11612         plugins/debug-manager/debugger.c,
11613         plugins/gdb/debugger.c,
11614         plugins/gdb/debugger.h,
11615         plugins/gdb/plugin.c:
11616         Add a parameter for reporting error
11617         Add a new interface for using gdb variable object
11618         Allow to cancel commands
11619         Rewrite handling of debugger state
11621         * plugins/debug-manager/plugin.c,
11622         plugins/debug-manager/locals.c,
11623         plugins/debug-manager/locals.h,
11624         plugins/debug-manager/register.c,
11625         plugins/debug-manager/stack_trace.c,
11626         plugins/debug-manager/stack_trace.h:
11627         Create and destroy local and stack trace windows when needed
11629 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11631         * plugins/document-manager/plugin.c:
11632         Fixed "Automatic" highlighting
11634 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11636         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11638         * plugins/sourceview/anjuta-view.c:
11639         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11641 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11642         
11643         * configure.in: Check for C/C++-Compiler correctly
11645 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11647         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11649         * plugins/debug-manager/stack_trace.c:
11650         Destroy stack window when debuuger is disabled (#347414)
11651         
11652         * plugins/sourceview/anjuta-view.c:
11653         Fix a crash with popup-menu (#347412)
11655 2006-07-13 Naba Kumar  <naba@gnome.org>
11657         * plugins/editor/Makefile.am,
11658         plugins/editor/text_editor.h,
11659         plugins/editor/text-editor-iterable.h,
11660         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11661         tested yet).
11662         
11663         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11664         code.
11665         
11666         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11668 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11670         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11671         Bug #342937
11672         
11673 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11675         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11677         * libanjuta/anjuta-preferences-dialog.c:
11678         Do not use the page_num returned by gtk_notebook_append_page to
11679         remove the page as it cause bugs when pages removal is not done
11680         in LIFO.
11682         * plugins/document-manager/anjuta-docman.c:
11683         * src/anjuta-app.c:
11684         makes Anjuta display dock_items which have previously been hidden
11686 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11688         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11690         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11691         * plugins/sourceview/sourceview.c: (imark_unmark):
11692         
11693         Patches for bugs #346450 and #346295
11694         
11695         * AUTHORS: Added Fredrik
11697 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11699         * plugins/message-view/anjuta-msgman.c: 
11700         Fixed close button/icon size (like in docman)
11702 2006-06-10 Naba Kumar <naba@gnome.org>
11704         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11705         being set.
11706         
11707 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11709         * libanjuta/interfaces/libanjuta.idl:
11710         Move inspect_memory function in IAnjutaCpuDebugger interface
11711         Rename Boolean type to State
11713         * plugins/debug-manager/breakpoint.c:
11714         Rename Boolean type to State
11716         * plugins/debug-manager/Makefile.am,
11717         plugins/debug-manager/anjuta-marshal.list,
11718         plugins/debug-manager/data_view.c,
11719         plugins/debug-manager/data_view.h,
11720         plugins/debug-manager/data_buffer.c,
11721         plugins/debug-manager/data_buffer.h,
11722         plugins/debug-manager/chunk_view.c,
11723         plugins/debug-manager/chunk_view.h,
11724         plugins/debug-manager/anjuta-debug-manager.ui,
11725         plugins/debug-manager/debugger.c,
11726         plugins/debug-manager/memory.c,
11727         plugins/debug-manager/memory.h,
11728         plugins/debug-manager/plugin.c,
11729         plugins/gdb/debugger.c,
11730         plugins/gdb/debugger.h,
11731         plugins/gdb/plugin.c:
11732         Rewrite memory window using a special widget
11733         Rename Boolean type to State
11735 2006-06-08 Naba Kumar <naba@gnome.org>
11737         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11738         Do not return garbage characters and return NULL when there is no
11739         current word.
11740         
11741         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11742         work correctly.
11743         
11744         * plugins/search/search-replace.c: Fixed a mem leak.
11746 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11748         * libanjuta/anjuta-launcher.c:
11749         Added debug message (see #343522)
11750         
11751         * plugins/build-basic-autotools/build-basic-autotools.c:
11752         Patch from Günther Brammer to fix #344015
11754         * plugins/sourceview/sourceview.c:
11755         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11756         automatic highlight of build messages)
11758 2006-06-06 Naba Kumar <naba@gnome.org>
11760         * configure.in,
11761         libanjuta/interfaces/libanjuta.idl,
11762         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11763         plugins/Makefile.am,
11764         plugins/document-manager/action-callbacks.c,
11765         plugins/document-manager/plugin.c,
11766         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11767         interface for language highlight selection and langauge change
11768         signal.
11769         
11770         * plugins/language-support-cpp-java: Added language support
11771         plugin for cpp and java.
11773 2006-05-27  Naba Kumar  <naba@gnome.org>
11775         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11776         plugins/debug-manager/*, data/Makefile.am,
11777         manuals/reference/libanjuta/libanjuta.types,
11778         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11779         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11780         merged anjuta-new-debugger branch into trunck.
11781         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11783 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11784         
11785         * libanjuta/interfaces/libanjuta.idl,
11786         plugins/debug-manager/debugger.c,
11787         plugins/debug-manager/debugger.h,
11788         plugins/gdb/anjuta-gdb.plugin.in,
11789         plugins/gdb/debugger.c,
11790         plugins/gdb/debugger.h,
11791         plugins/gdb/plugin.c:
11792         Add new IAnjutaCpuDebugger interface to access cpu register
11793         Run gdb instead of /usr/local/bin/gdb
11794         
11795         * plugins/debug-manager/plugin.c,
11796         plugins/debug-manager/registers.c,
11797         plugins/debug-manager/registers.h:
11798         Rewrite register window
11799         Rename Load target menu item to Run target
11801 2006-05-07  Naba Kumar  <naba@gnome.org>
11803         * plugins/gdb.init
11804         
11805 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11807         * plugins/debug-manager/watch.c,
11808         plugins/debug-manager/breakpoint.c,
11809         plugins/debug-manager/breakpoint.h:
11810         Fix crash: disconnect save and load session signals
11812 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11814         * libanjuta/interface/libanjuta.idl,
11815         plugins/debug-manager/debugger.c,
11816         plugins/gdb/plugin.c:
11817         Add a value parameter for evaluate command
11819         * plugins/debug-manager/anjuta-debug-manager.glade:
11820         Create new dialog box for watches using glade
11822         * plugins/debug-manager/anjuta-debug-manager.ui:
11823         Move watch menu items near the end
11824         Move breakpoint menu items outside the sub menu
11826         * plugins/debug-manager/debug_tree.c,
11827         plugins/debug-manager/debug_tree.h,
11828         plugins/debug-manager/debug_tree.h,
11829         plugins/debug-manager/watch.c:
11830         Move all GUI code from watch.c to debug_tree.c
11831         Add an auto update property to watches
11832         
11833         * plugins/debug-manager/locals.c,
11834         plugins/debug-manager/locals.h,
11835         plugins/debug-manager/stack_trace.c,
11836         plugins/debug-manager/stack_trace.h,
11837         plugins/debug-manager/plugin.c:
11838         Register actions before starting debugger
11840         * plugins/gdb/debugger.c:
11841         Do not call callback function if not present
11843 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11845         * libanjuta/interfaces/libanjuta.idl,
11846         plugins/debug-manager/stack_trace.c,
11847         plugins/debug-manager/stack_trace.h,
11848         plugins/debug-manager/anjuta-debug-manager.ui,
11849         plugins/gdb/debugger.c:
11850         Add a popup menu in stack frame window
11851         Add a new frame-changed event
11852         Use MI command for getting stack informations
11853         Get filename with full path (need gdb > 6.3)
11855         * libanjuta/interfaces/libanjuta.idl,
11856         plugins/debug-manager/debug_tree.c,
11857         plugins/debug-manager/debugger.c,
11858         plugins/debug-manager/locals.c,
11859         plugins/debug-manager/locals.h,
11860         plugins/debug-manager/plugin.c,
11861         plugins/gdb/debugger.c,
11862         plugins/gdb/debugger.h,
11863         plugins/gdb/parser.c,
11864         plugins/gdb/parser.h,
11865         plugins/gdb/plugin.c,
11866         plugins/gdb/Makefile.am:
11867         Pass watch data with string instead of Watch structures
11868         Use debug_tree in local window
11869         Remove info local
11870         Remove parser.{ch}
11872         * plugins/debug-manager/breakpoints.c,
11873         plugins/debug-manager/utilities.c,
11874         plugins/debug-manager/utilities.h:
11875         Use a GtkListStore instead of a GtkTreeStore
11876         move goto_location_in_editor in utilities.c
11877         
11878 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11880         * libanjuta/interfaces/libanjuta.idl,
11881         plugins/debug-manager/anjuta-debug-manager.ui,
11882         plugins/debug-manager/breakpoints.c,
11883         plugins/debug-manager/plugin.c,
11884         plugins/gdb/debugger.c:
11885         Add a breakpoint type
11886         Add new popup menu in breakpoint window
11887         Add toggle breakpoint in editor popup menu
11888         Save and restore breakpoint enable
11889         Fix bug in clear all breakpoints
11890         Remove old useless code
11892         * plugins/debug-manager/debugger.c:
11893         Fix some problem with debugger states
11895         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11896         Update documentation
11897         
11898 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11900         * data/Makefile.am,
11901         plugins/gdb/Makefile.am,
11902         plugins/gdb/gdb.init:
11903         Move gdb.init crom data to plugins/gdb
11905         * plugins/gdb/gdb.init,
11906         libanjuta/interfaces/libanjuta.idl,
11907         plugins/debug-manager/breakpoints.c,
11908         plugins/debug-manager/debugger.c,
11909         plugins/debug-manager/plugin.c,
11910         plugins/gdb/debugger.c,
11911         plugins/gdb/plugin.c:
11912         Support pending breakpoints
11913         Rewrite debugger states
11914         Split ianjuta_debugger_log into _enable_log and _disable_log
11916         * plugins/debug-manager/start.c,
11917         plugins/debug-manager/debug_tree.c,
11918         plugins/gdb/parser.c:
11919         Remove some useless lines
11921         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11922         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11923         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11924         Update documentation
11926 2006-03-12 Naba Kumar <naba@gnome.org>
11928         * manuals/references/libanjuta/libanjuta.types: Fixed
11929         debug-manager name.
11930         
11931 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11933         * libanjuta/anjuta-debugger.c,
11934         libanjuta/anjuta-debugger.h:
11935         Remove those files
11936         
11937         * libanjuta/interfaces/libanjuta.idl,
11938         plugins/debug-mananger/breakpoints.c,
11939         plugins/debug-manager/debug_tree.c,
11940         plugins/debug-manager/debugger.c,
11941         plugins/debug-manager/plugin.c,
11942         plugins/debug-manager/registers.c,
11943         plugins/debug-manager/sharedlib.c,
11944         plugins/debug-manager/signal.c,
11945         plugins/debug-manager/stack_trace.c,
11946         plugins/debug-manager/start.c,
11947         plugins/debug-manager/watch.c,
11948         plugins/gdb/debugger.c,
11949         plugins/gdb/debugger.h,
11950         plugins/gdb/parser.c,
11951         plugins/gdb/parser.h,
11952         plugins/gdb/plugin.c:
11953         Move types definitions from libanjuta/anjuta-debugger.{ch}
11954         Rename types from AnjutaDebugger* to IAnjutaDebugger*
11955         
11956         * plugins/gdb/Makefile.am:
11957         Remove user interface from gdb plugin
11959 2006-03-12 Naba Kumar <naba@gnome.org>
11961         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
11963 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
11965         Modified Patch from Marc Maurer <uwog@uwog.net>:
11966         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
11967         Fixes #342447
11968         
11969         * plugins/sourceview/Makefile.am:
11970         * plugins/sourceview/sourceview-cell.c:
11971         * plugins/sourceview/sourceview-cell.h:
11972         * plugins/sourceview/sourceview.c: 
11973         
11974         Implemented IAnjutaEditorCell
11976 2006-05-21  Naba Kumar  <naba@gnome.org>
11978         * libanjuta/interfaces/libanjuta.idl,
11979         plugins/document-manager/action-callbacks.c,
11980         plugins/document-manager/plugin.c,
11981         plugins/editor/print.c, plugins/editor/text_editor.c,
11982         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
11983         Fixed zooming and added icons and shortcuts for zoom menu items.
11985 2006-05-21  Naba Kumar  <naba@gnome.org>
11987         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
11988         whitespaces.
11990 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11992         * plugins/document-manager/anjuta-docman.c:
11993         Fixed close button reaction by setting the correct current editor
11995 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
11997         Patch from Yang Hong <yanghong@ccoss.com.cn>:
11998         * plugins/document-manager/anjuta-docman.c
11999         - Fix close button, you can close any tab as you wish now.
12000         - Fadeout mime icon as the same as close image  
12002 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12004         Patch from Marc Maurer <uwog@uwog.net>
12005         * main.c: Compile fix when NLS is enabled
12006         
12007         AUTHORS: Added Marc
12009 2006-05-20  Naba Kumar  <naba@gnome.org>
12011         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12012         while loading abiword-2.4.4/abi project).
12014 2006-05-18 Naba Kumar  <naba@gnome.org>
12016         * libanjuta/interfaces/libanjuta.idl,
12017         plugins/document-manager/action-callbacks.c,
12018         plugins/editor/print.c,
12019         plugins/editor/text_editor.c,
12020         plugins/editor/text_editor.h,
12021         plugins/editor/text_editor_prefs.c: Fixed zooming.
12022         
12023         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12024         interface for character iteration and IAnjutaEditorAssist interface
12025         for autocompletions and editor tips.
12027 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12029         Patch from Günther Brammer <GBrammer@gmx.de>:
12030         * plugins/document-manager/anjuta-docman.c:
12031         Make tabs smaller but keep nice closing icon
12033         * plugins/document-manager/anjuta-docman.c:
12034         * plugins/document-manager/Makefile.am:
12035         
12036         Added nice mime-icons to the editor tabs
12038 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12040         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12041         
12042         * plugins/symbol-browser/an_symbol_view.c:
12043         - Fixed crasher
12044         - Fixed symbol searching (Yang Hong (#341997))
12045         
12046         * plugins/devhelp/htmlview.c:
12047         Fixed devhelp plugin
12048         
12049         * plugins/build-basic-autotools/build-basic-autotools.c:
12050         * plugins/search/search-replace.c:
12051         * plugins/document-manager/anjuta-docman.c:
12052         
12053         Only add a marker to a line where it makes sense!
12055 === anjuta 2.0.2 ===
12057 2006-05-15  Naba Kumar  <naba@gnome.org>
12059         * configure.in: set required versions for
12060         gdl and glade3.
12061         
12062 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12064         * plugins/glade/plugin.c:
12065         Fixed signal connection for "gtk-doc-search"
12067 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12069         * NEWS: Set release date, add known issues
12070         
12071         * libanjuta/anjuta-shell.c:
12072         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12073         and debug other gtk-warnings/criticals)
12074         
12075         * plugins/build-basic-autotools/build-basic-autotools.c:
12076         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12077         
12078         * plugins/sourceview/anjuta-view.c:
12079         * plugins/sourceview/sourceview-args.c:
12080         * plugins/sourceview/sourceview-scope.c:
12081         * plugins/sourceview/sourceview-tags.c:
12082         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12084 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12086         * pixmaps/Makefile.am:
12087         Add preferences_general.png
12088         
12089         * plugins/devhelp/plugin.c:
12090         Fixed some more realise things
12091         
12092         * plugins/message-view/anjuta-msgman.c:
12093         Support stock icons for message panes
12094         
12095         * plugins/search/search-replace.c:
12096         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12097          
12098         * plugins/search/search-replace_backend.c:
12099         Fixed #341359
12100         
12101         * plugins/sourceview/anjuta-document.c:
12102         * plugins/sourceview/sourceview.c:
12103         Fixed finalise and tag completion
12104         
12105         * src/anjuta-app.c:
12106         Use preferences_general icon
12108 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12110         * pixmaps/Makefile.am:
12111         Fixed EXTRA_DIST
12113 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12115         * plugins/sourceview/sourceview-prefs.c:
12116         Fixed font & color handling
12117         
12118         * plugins/symbol-browser/an_symbol_view.c:
12119         Fixed crasher
12121 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12123         * plugins/macro/macros.xml:
12124         Fixed bug #341583 (Address of FSF)
12126 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12128         * src/main.c:
12129         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12130         Update: Do it the cool way...
12131         
12132 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12134         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12135         Implement gtk-api-help signals of glade3
12136         * configure.in: Bump to glade3 2.91.2
12137         
12138         * plugins/devhelp/plugin.c:
12139         Fixed some realize stuff in the devhelp plugin
12140         
12141         * plugins/sourceview/anjuta-document.c:
12142         fixed bug with scope completion
12144 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12146         * plugins/symbol-browser/an_symbol_view.c
12147         * plugins/symbol-browser/an_symbol_prefs.c
12148         * plugins/symbol-browser/an_symbol_prefs.h
12149         * global_tags/create_global_tags.sh:
12150         
12151         Automaticly create global tags on first startup
12153 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12155         * configure.in:
12156         * plugins/project-wizard/templates/Makefile.am:
12157         * (added) plugins/project-wizard/templates/cpp-logo.png:
12158         * (added) plugins/project-wizard/templates/cpp.wiz:
12159         * (added) plugins/project-wizard/templates/cpp/*:
12161         Added a generic c++ template. It's a simple hello world.
12163 2006-05-07  Massimo Cora' <maxcvs@email.it>
12165         * plugins/symbol-browser/an_symbol_view.c:
12166         fixed a stupid crasher.
12168 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12170         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12171         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12172         
12173         Fixed WxWidgets project type
12175 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12177         * plugins/devhelp/htmlview.c: 
12178         * plugins/devhelp/plugin.c:
12179         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12180         
12181         * plugins/project-wizard/install.c:
12182         Don't set a message - thanks to seb
12184 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12186         * plugins/devhelp/htmlview.c: 
12187         * plugins/symbol-browser/an_symbol_view.c:
12188         
12189         There is a weird crash in gtk_idle which I still did not completly fix!
12190         
12191         * plugins/project-wizard/install.c:
12192         Default to success instead of failure
12194 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12196         * plugins/devhelp/htmlview.c:
12197         * plugins/devhelp/plugin.c:
12198         Fixed bug and libdevhelp issue!
12200         * plugins/project-wizard/install.c:
12201         Fixed message string!
12203 2006-05-03  Massimo Cora' <maxcvs@email.it>
12204        
12205         * plugins/symbol-browser/an_symbol_view.c:
12206         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12208 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12210         * pixmaps/Makefile.am:
12211         * src/main.c:
12212         * anjuta.desktop.in.in
12213         
12214         GNOME Goal #2.1: Install theme-friendly icons
12216 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12218         * plugins/devhelp/htmlview.c: Reload page on reparent
12219         * plugins/document-manager/anjuta-docman.c:
12220         Present document-manager when document is selected in file-manager
12222 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12224         * plugins/symbol-broser/an_symbol_view.c:
12225         Fixed crasher in namespace exploration
12227 2006-05-01  Massimo Cora' <maxcvs@email.it>
12229         * configure.in:
12230         * plugins/valgrind/Makefile.am:
12232         Optional compiling of Valgrind plugin
12234 2006-05-01  Massimo Cora' <maxcvs@email.it>
12236         * plugins/symbol-browser/an_symbol_view.c:
12237         - modularized code. Marked with FIXME the parts which need improvement.
12238         - More comments.
12239     - Added basic namespace completion for Gtkmm type project:
12240     - namespace1::MyClass *class;
12241     - class-> [display]
12242     - Namespaces must be anyway improved.
12244 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12246         * plugins/devhelp/plugin.c: 
12247         Fixed up plugin unloading and show html widget on link selected
12248         
12249         * NEWS: Updated
12250         
12251 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12253         * plugins/devhelp/Makefile.am:
12254         * plugins/devhelp/anjuta-devhelp.plugin.in:
12255         * plugins/devhelp/htmlview.c:
12256         * plugins/devhelp/htmlview.h:
12257         * plugins/devhelp/plugin.c: 
12258         * plugins/devhelp/plugin.h:
12259         Reimplemeted devhelp plugin from scratch
12260         
12261         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12262         Fixed crasher
12264 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12266         * plugins/sourceview/sourceview-tags.c:
12267         complete some more tag types
12268         
12269         * plugins/valgrind/plugin.c:
12270         * plugins/valgrind/preferences.c:
12271         * plugins/valgrind/vggeneralprefs.c:
12272         
12273         Fixed lots of gtk warnings
12275 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12277         * plugins/sourceview/sourceview-scope.c:
12278         Implemented type-ahead for scope completion
12280 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12282         * manuals/C/Makefile.am:
12283         * manuals/Makefile.am:
12284         * plugins/document-manager/Makefile.am:
12285         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12286         * plugins/sourceview/Makefile.am:
12287         * tagmanager/c.c:
12288         
12289         Fixed distcheck
12290         
12291         * plugins/class-gen/goc_template_header: G_END_DECLS
12293 2006-05-27  Naba Kumar <naba@gnome.org>
12295         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12296         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12297         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12298         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12299         scintilla/include/Scintilla.iface,
12300         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12301         cvs. Fixed compile flags. Removed outdated patches.
12303 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12305         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12307         * plugins/sourceview/anjuta-document.c:
12308         * plugins/sourceview/sourceview-args.c:
12309         * plugins/sourceview/sourceview-scope.c:
12310         
12311         Add End/Home keypresses and support completion if symbol start with '!' for example
12312         in an if statement
12314 2006-04-27 Massimo Cora' <maxcvs@email.it>
12316         * libanjuta/interfaces/libanjuta.idl:
12318         * plugins/sourceview/sourceview-scope.c:
12319         * plugins/sourceview/tag-window.c: 
12320         * plugins/sourceview/tag-window.h:
12321         * plugins/symbol-browser/an_symbol_view.c:
12322         * plugins/symbol-browser/an_symbol_view.h:
12323         * plugins/symbol-browser/plugin.c:
12324         
12325         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12326         interface.
12327         Code and ideas for C/C++ new completion engine comes from IComplete written by
12328         Martin Stubenschrott <stubenschrott@gmx.net>.
12329         Currently the interface works only with GtkSourceView plugin.   
12330         
12331         * tagmanager/Makefile.am:
12332         * tagmanager/c.c: 
12333         * tagmanager/entry.h:
12334         * tagmanager/get.c:
12335         * tagmanager/get.h:
12336         * tagmanager/include/tm_file_entry.h:
12337         * tagmanager/include/tm_project.h:
12338         * tagmanager/include/tm_source_file.h:
12339         * tagmanager/include/tm_symbol.h:
12340         * tagmanager/include/tm_tagmanager.h:
12341         * tagmanager/include/tm_work_object.h:
12342         * tagmanager/include/tm_workspace.h:
12343         * tagmanager/parse.c:
12344         * tagmanager/read.c: 
12345         * tagmanager/read.h:
12346         * tagmanager/tm_project.c: 
12347         * tagmanager/tm_source_file.c: 
12348         * tagmanager/tm_workspace.c:
12349         
12350         Tagmanager can now parse a memory buffer and generate/update 
12351         tags into tm_workspace/tm_project on the fly, without using files.
12352         C/C++ is supported now.
12353         
12354 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12356         * plugins/sourceview/anjuta-document.c:
12357         * plugins/sourceview/sourceview-args.c:
12358         * plugins/sourceview/sourceview-scope.c:
12359         * plugins/sourceview/sourceview.c:
12360         
12361         Fixed some memory leaks and argument completion
12363 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12365         * plugins/glade/plugin.c:
12366         
12367         Fixed glade plugin build because of API changes in glade3
12369 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12371         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12372         Updated editor section
12373         
12374         * manuals/C/anjuta-manual/interface.xml:
12375         * manuals/C/anjuta-manual/preferences.xml:
12376         * manuals/C/anjuta-manual/projects.xml:
12377         Updated manual
12378         
12379         * plugins/editor/anjuta-editor.plugin.in:
12380         Better plugin name
12382 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12384         * configure.in:
12385         * plugins/editor/anjuta-editor.plugin.in:
12386         * plugins/sourceview/sourceview.plugin.in:
12388         Build both editors and let the user decide a runtime!
12389         
12390         * plugins/sourceview/sourceview-scope.c:
12391         Fixed bug in regex to allow test()-> completions
12393 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12395         * plugins/sourceview/anjuta-document.c:
12396         * plugins/sourceview/sourceview-args.c: 
12397         * plugins/sourceview/sourceview-scope.c:
12398         * plugins/sourceview/sourceview-tags.c:
12399         * plugins/sourceview/tag-window.c: 
12400         
12401         Improved callltip windows
12403 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12405         * src/anjuta-app.c: (on_session_save):
12406         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12407         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12409 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12411         * libanjuta/anjuta-utils.c: 
12412         * plugins/cvs-plugin/cvs-execute.c:
12413         Off-by-one...
12415         * scintilla/LexInno.cxx:
12416         * scintilla/LexOpal.cxx:
12417         * scintilla/LexTCL.cxx:
12419         Added missing files from scintilla-update
12421 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12423         * configure.in:
12424         * manuals/C/Makefile.am:
12425         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12426         * manuals/C/anjuta-manual/Makefile.am:
12427         * manuals/C/anjuta-manual/anjuta-manual.xml:
12428         * manuals/C/anjuta-manual/build.xml:
12429         * manuals/C/anjuta-manual/debugger.xml:
12430         * manuals/C/anjuta-manual/execute.xml:
12431         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12432         * manuals/C/anjuta-manual/figures/arguments.png:
12433         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12434         * manuals/C/anjuta-manual/figures/file_menu.png:
12435         * manuals/C/anjuta-manual/figures/menu_main.png:
12436         * manuals/C/anjuta-manual/figures/menubar.png:
12437         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12438         * manuals/C/anjuta-manual/figures/project_info.png:
12439         * manuals/C/anjuta-manual/figures/scrshot.png:
12440         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12441         * manuals/C/anjuta-manual/figures/tool-editor.png:
12442         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12443         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12444         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12445         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12446         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12447         * manuals/C/anjuta-manual/fileoperations.xml:
12448         * manuals/C/anjuta-manual/interface.xml:
12449         * manuals/C/anjuta-manual/introduction.xml:
12450         * manuals/C/anjuta-manual/preferences.xml:
12451         * manuals/C/anjuta-manual/projects.xml:
12452         * manuals/C/anjuta-manual/tools.xml:
12453         * manuals/Makefile.am:
12454         
12455         Updated manual and faq
12457         * scintilla/CallTip.cxx:
12458         * scintilla/CallTip.h:
12459         * scintilla/CellBuffer.cxx:
12460         * scintilla/CellBuffer.h:
12461         * scintilla/ContractionState.cxx:
12462         * scintilla/Document.cxx:
12463         * scintilla/Document.h:
12464         * scintilla/DocumentAccessor.cxx:
12465         * scintilla/Editor.cxx:
12466         * scintilla/Editor.h:
12467         * scintilla/ExternalLexer.cxx:
12468         * scintilla/Indicator.cxx:
12469         * scintilla/KeyMap.cxx:
12470         * scintilla/KeyWords.cxx:
12471         * scintilla/LexAU3.cxx:
12472         * scintilla/LexBash.cxx:
12473         * scintilla/LexCPP.cxx:
12474         * scintilla/LexCaml.cxx:
12475         * scintilla/LexCsound.cxx:
12476         * scintilla/LexEiffel.cxx:
12477         * scintilla/LexGui4Cli.cxx:
12478         * scintilla/LexHTML.cxx:
12479         * scintilla/LexLua.cxx:
12480         * scintilla/LexMSSQL.cxx:
12481         * scintilla/LexOthers.cxx:
12482         * scintilla/LexPOV.cxx:
12483         * scintilla/LexPython.cxx:
12484         * scintilla/LexRuby.cxx:
12485         * scintilla/LexSQL.cxx:
12486         * scintilla/LexVB.cxx:
12487         * scintilla/Makefile.am:
12488         * scintilla/PlatGTK.cxx:
12489         * scintilla/PropSet.cxx:
12490         * scintilla/RESearch.cxx:
12491         * scintilla/RESearch.h:
12492         * scintilla/ScintillaBase.cxx:
12493         * scintilla/ScintillaGTK.cxx:
12494         * scintilla/StyleContext.h:
12495         * scintilla/ViewStyle.cxx:
12496         * scintilla/ViewStyle.h:
12497         * scintilla/XPM.cxx:
12498         * scintilla/include/KeyWords.h:
12499         * scintilla/include/Platform.h:
12500         * scintilla/include/PropSet.h:
12501         * scintilla/include/SciLexer.h:
12502         * scintilla/include/Scintilla.h:
12503         * scintilla/include/Scintilla.iface:
12504         * scintilla/include/ScintillaWidget.h:
12505         * scintilla/lexers.make:
12507         Update to scintilla 1.68
12509         * src/anjuta-app.c:
12510         Only show help items which are really availible
12512         * plugins/cvs-plugin/cvs-callbacks.c
12513         * plugins/cvs-plugin/cvs-execute.c
12514         * plugins/cvs-plugin/subversion-callbacks.c:
12515         * libanjuta/anjuta-utils.c:
12516         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12518 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12520         * plugins/project-wizard/install.c,
12521         * plugins/project-wizard/autogen.c:
12522         Add error messages if using a read only directory
12523         Improve fix for bug #339296
12525 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12527         * libanjuta/interfaces/libanjuta.idl:
12528         * plugins/document-manager/action-callbacks.c:
12529         * plugins/document-manager/plugin.c:
12530         * plugins/editor/text_editor.c:
12531         Added IAnjutaEditorGoto 
12533         * plugins/editor/aneditor.cxx:
12534         * plugins/editor/aneditor.h:
12535         * plugins/editor/text_editor.h:
12536         * plugins/editor/text_editor_prefs.c:
12537         
12538         Fixed #305076
12540 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12542         * libanjuta/interfaces/libanjuta.idl:
12543         * plugins/document-manager/action-callbacks.c:
12544         * plugins/document-manager/anjuta-docman.c:
12545         * plugins/document-manager/plugin.c:
12546         * plugins/editor/text_editor.c: 
12547         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12548         
12549         * plugins/sourceview/sourceview.c:
12550         * plugins/sourceview/sourceview.glade:
12551         Fixed some uft-8 issues and added a preference option
12552         to enable/disable gnome-vfs monitoring
12553         
12554         * scintilla/Makefile.am:
12555         * scintilla/include/Makefile.am:
12556         Fixed build
12558 2006-04-20  Massimo Cora' <maxcvs@email.it>
12560         * libanjuta/interfaces/libanjuta.idl:
12561         Remove get_current_pos () because we have get_position()
12563 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12565         * NEWS: Updated
12566         * plugins/sourceview/tag-window.c:
12567         Don't close window on PageUp/PageDown
12569 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12571         * data/Makefile.am:
12572         * manuals/reference/libanjuta/Makefile.am:
12573         
12574         Some build fixes
12575         
12576         * src/Makefile.am:
12577         * src/bacon-message-connection.c: 
12578         * src/bacon-message-connection.h: (both from gedit)
12579         * src/main.c:
12580         
12581         Fixed #312319 (Opening files when Anjuta is already open)
12583 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12585         * TODO.tasks: Updated
12586         * plugins/sourceview/anjuta-view.c: 
12587         * plugins/sourceview/anjuta-view.h:
12588         * plugins/sourceview/sourceview.c: 
12589         
12590         * configure.in: Fix --enable-plugin-scintilla
12591         
12592         Added char_added signal
12594 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12596         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12597         
12598         Fixed diff for utf8
12599         
12600         * plugins/sourceview/sourceview.c:
12601         Fixed VFS monitoring (still a bit buggy)
12602         
12603         * plugins/sourceview/sourceview-args.c:
12604         * plugins/sourceview/tag-window.c: 
12605         
12606         Better sizing for the popup-window
12608 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12610         * plugins/project-wizard/templates/gnome/src/main.c:
12611         * plugins/project-wizard/templates/gnome/src/project.glade:
12612         * plugins/project-wizard/templates/gtk/src/main.c: 
12613         * plugins/project-wizard/templates/gtk/src/project.glade:
12614         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12615         
12616         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12617         
12618 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12620         * configure.in: More removal of obsoleteness.
12621         * po/no.po:
12623 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12625         * ROADMAP:
12626         * libanjuta/anjuta-preferences.c: 
12627         * libanjuta/anjuta-utils.c: 
12628         * libanjuta/anjuta-utils.h:
12629         * plugins/message-view/message-view.c:
12630         
12631         Changed color functions and moved convert_color to anjuta-utils.h
12632         
12633         * plugins/message-view/anjuta-message-manager-plugin.glade:
12634         GnomeColorPicker -> GtkColorButton (bug #309154)
12635         
12636         * plugins/sourceview/plugin.c:
12637         * plugins/sourceview/sourceview-prefs.c:
12638         * plugins/sourceview/sourceview.glade:
12639         Added color and font preferences
12641         * plugins/sourceview/sourceview-tags.c:
12642         Only show as much choices as configured in preferences
12644 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12646         * ROADMAP, NEWS: Updated (we are far behind ;-)
12647         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12649 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12651         * configure.in:
12652         * plugins/editor/Makefile.am:
12653         * scintilla/Makefile.am
12654         
12655         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12656         
12657         * global-tags/Makefile.am:
12658         * global-tags/create_global_tags.sh:
12659         * plugins/symbol-browser/an_symbol_prefs.c:
12660         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12661         * plugins/symbol-browser/plugin.h:
12662         * tagmanager/include/tm_workspace.h:
12663         * tagmanager/tm_workspace.c:
12664         
12665         Fixed symbol-browser prefs and move global tags generation from installtion to
12666         preferences to make the life easier for distributers and to allow updates after installtion
12668         * plugins/document-manager/action-callbacks.c: 
12669         * plugins/document-manager/action-callbacks.h:
12670         * plugins/document-manager/anjuta-document-manager.ui:
12671         * plugins/document-manager/indent-util.c:
12672         * plugins/document-manager/plugin.c:
12673         * plugins/editor/text_editor.c:
12674         
12675         Moved indent stuff to document-manager
12676         
12677         * plugins/sourceview/anjuta-view.c: 
12678         * plugins/sourceview/sourceview-args.c: 
12679         * plugins/sourceview/sourceview-scope.c:
12680         * plugins/sourceview/sourceview-tags.c: 
12681         * plugins/sourceview/sourceview.c:
12682         
12683         Fixed several bugs
12684         
12685         * plugins/sourceview/sourceview.plugin (removed):
12686         * plugins/sourceview/sourceview.plugin.in:
12687         Editor is not user-activatible
12688         
12689         * plugins/sourceview/sourceview.png:
12690         Updated icon
12692 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12694         * src/anjuta-app.c: Fixed crasher on plugin unloading
12696 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12698         * plugins/sourceview/sourceview.c
12699         * plugins/sourceview/sourceview-args.c
12700         * plugins/sourceview/sourceview-args.h:
12701         
12702         Polished argument completion
12704 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12706         * plugins/message-view/anjuta-msgman.c:
12707         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12708         
12709         Show message pane on switch (does not work, anjuta_shell needs a fix)
12710         
12711         * plugins/sourceview/Makefile.am:
12712         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12713         * plugins/sourceview/sourceview-args.c: 
12714         * plugins/sourceview/sourceview-args.h:
12715         * plugins/sourceview/sourceview-private.h:
12716         * plugins/sourceview/sourceview-scope.c: 
12717         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12718         * plugins/sourceview/sourceview-tags.c:
12719         * plugins/sourceview/sourceview.c:
12720         * plugins/sourceview/tag-window.c:
12721         * plugins/sourceview/tag-window.h:
12722         
12723         Added scope and argument completion
12725 2006-04-03  Johannes Schmid <jhs@gnome.org>
12727         * TODO.tasks
12728         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12729         (on_widget_remove):
12730         Save toolbar state
12732         * plugins/sourceview/sourceview.c: (iselect_clear):
12733         Make "Delete"-key working
12735         * configure.in: #336389
12737 2006-04-03  Johannes Schmid <jhs@gnome.org>
12739         * plugins/sourceview/Makefile.am:
12740         * plugins/sourceview/anjuta-view.c:
12741         * plugins/sourceview/plugin.c: 
12742         * plugins/sourceview/sourceview-private.h:
12743         * plugins/sourceview/sourceview-scope.c:
12744         * plugins/sourceview/sourceview-scope.h:
12745         * plugins/sourceview/sourceview-tags.c: 
12746         * plugins/sourceview/sourceview-tags.h:
12747         * plugins/sourceview/sourceview.c:
12748         * plugins/sourceview/sourceview.h:
12749         * plugins/sourceview/tag-window.c:
12750         
12751         - fixed goto_file_line
12752         - scroll to cursor on undo/redo
12753         - show correct popup-menu
12754         - scope completion (not ready yet)
12756 2006-04-03  Johannes Schmid <jhs@gnome.org>
12758         * plugins/sourceview/plugin.c: 
12759         * plugins/sourceview/sourceview-tags.c:
12760         * plugins/sourceview/sourceview.c: 
12761         * plugins/sourceview/sourceview.h:
12762         * plugins/sourceview/tag-window.c:
12763         
12764         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12766 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12768         * plugins/sourceview/sourceview.c:
12769         Fixed next/previous bookmark.
12770         Toggled bookmark (set/unset).
12772 2006-04-03  Johannes Schmid <jhs@gnome.org>
12774         * plugins/document-manager/action-callbacks.c:
12775         Fixed Gtk-Warning in goto_line
12776         
12777         * plugins/sourceview/Makefile.am:
12778         * plugins/sourceview/anjuta-document.c:
12779         * plugins/sourceview/anjuta-view.c: 
12780         * plugins/sourceview/anjuta-view.h:
12781         * plugins/sourceview/sourceview-autocomplete.c:
12782         * plugins/sourceview/sourceview-autocomplete.h:
12783         * plugins/sourceview/sourceview-private.h:
12784         * plugins/sourceview/sourceview-tags.c:
12785         * plugins/sourceview/sourceview-tags.h:
12786         * plugins/sourceview/sourceview.c:
12787         * plugins/sourceview/tag-window.c:
12788         * plugins/sourceview/tag-window.h:
12789         Created a nice API for tag and completion windows
12790         
12791         * plugins/sourceview/sourceview-print.h:
12792         * plugins/sourceview/sourceview-print.c:
12793         Added printing
12794                 
12795 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12797         * plugins/sourceview/sourceview.c:
12798         Fixed typo (Sort bookmarks).
12799         
12800 2006-04-01  Johannes Schmid <jhs@gnome.org>
12802         * plugins/sourceview/anjuta-document.c:
12803         * plugins/sourceview/anjuta-document.h:
12804         * plugins/sourceview/anjuta-view.c:
12805         * plugins/sourceview/anjuta-view.h:
12806         * plugins/sourceview/sourceview-autocomplete.c:
12807         * plugins/sourceview/sourceview-autocomplete.h:
12808         * plugins/sourceview/sourceview-prefs.c:
12809         * plugins/sourceview/sourceview-prefs.h:
12810         * plugins/sourceview/sourceview-private.h:
12811         * plugins/sourceview/sourceview-tags.c:
12812         * plugins/sourceview/sourceview-tags.h:
12813         * plugins/sourceview/sourceview.c:
12814         * plugins/sourceview/sourceview.glade:
12815         * plugins/sourceview/tag-window.c: 
12816         * plugins/sourceview/tag-window.h:
12817         
12818         Improved code complete and autocomplete
12820 2006-04-01  Johannes Schmid <jhs@gnome.org>
12822         * plugins/sourceview/Makefile.am:
12823         * plugins/sourceview/bookmark.png:
12824         * plugins/sourceview/marker-attentive.png:
12825         * plugins/sourceview/marker-basic.png:
12826         * plugins/sourceview/marker-intense.png:
12827         * plugins/sourceview/marker-light.png:
12828         * plugins/sourceview/sourceview.c: 
12829         
12830         Added pixmaps for all marker types and show bookmarks
12831         
12832         * configure.in
12833         * plugins/sourceview/Makefile.am:
12834         Build sourceview on 2.14 only
12836 2006-03-31  Johannes Schmid <jhs@gnome.org>
12838         * plugins/sourceview/Makefile.am:
12839         * plugins/sourceview/anjuta-document.c:
12840         * plugins/sourceview/anjuta-view.c:
12841         * plugins/sourceview/anjuta-view.h:
12842         * plugins/sourceview/sourceview-autocomplete.c:
12843         * plugins/sourceview/sourceview-private.h:
12844         * plugins/sourceview/sourceview-tags.c:
12845         * plugins/sourceview/sourceview-tags.h:
12846         * plugins/sourceview/sourceview.c: 
12847         * plugins/sourceview/tag-window.c:
12848         * plugins/sourceview/tag-window.h:
12849         
12850         Added code completion with tag manager to the editor and fixed a save_as bug
12852 2006-03-31  Johannes Schmid <jhs@gnome.org>
12854         * src/main.c: Revert patch from Rob to allow building with
12855         Gnome 2.12
12856         * configure.in: Require at least 2.12 libraries
12858 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12860         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12862         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12863         Improve anjuta-plugin project template: Added missed files dist tarball
12864         (make dist)
12866         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12867         typo
12869 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12871         reviewed by: Johannes Schmid <jhs@gnome.org>
12873         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12874         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12875         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12876         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12877         
12878         Improve anjuta-plugin project template. Also fix for #322744
12880 2006-03-27  Johannes Schmid <jhs@gnome.org>
12882         * plugins/sourceview/sourceview-private.h:
12883         plugins/sourceview/sourceview.c:
12884         
12885         Added basic bookmark support
12887 2006-03-27  Johannes Schmid <jhs@gnome.org>
12889         * TODO.tasks:
12890         Updated
12891         
12892         Patch from Rob Bradfort <robster@debian.org>:
12893         * src/main.c: (get_command_line_args), (main):
12894         Migration from popt to GOption
12895         
12896 2006-03-26 Naba Kumar  <naba@gnome.org>
12898         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12899         size to scale itself with theme.
12901 2006-03-26 Naba Kumar  <naba@gnome.org>
12903         * plugins/file-manager/an_file_view.c,
12904         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12905         when symbolview and fileview objects are destroyed to avoid crashes
12906         after the plugins are disabled.
12908 2006-03-26 Naba Kumar <naba@gnome.org>
12910         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12911         Deleted unused file.
12912         
12913         * plugins/glade/plugin.c: Be able to close glade plugin when there
12914         there is no glade project loaded.
12915         
12916         * plugins/sourceview/sourceview.plugin,
12917         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12919 2006-03-23  Naba Kumar  <naba@gnome.org>
12921         * plugins/editor/print.c: Fixed a bug where some sections of
12922         printed/previewed text is not highlighted.
12923         
12924 2006-03-20  Johannes Schmid <jhs@gnome.org>
12926         * libanjuta/interfaces/libanjuta.idl:
12927         Added IAnjutaPrint
12928         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12929         as we do not use private apis. Show help window and startup because it does 
12930         not survive gdl
12931         
12932         * plugins/document-manager/action-callbacks.c:
12933         plugins/editor/Makefile.am:
12934         plugins/editor/text_editor.c:
12935         plugins/editor/print.c:
12936         plugins/editor/print.h:
12937         
12938         Fixed printing (nobody has missed it BTW ;-)
12939         
12940         * plugins/sourceview/sourceview.c:
12941         Fixed a crasher
12943 2006-03-20 Naba Kumar <naba@gnome.org>
12945         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12946         devhelp >= 0.9 < 0.11 versions.
12947         
12948 2006-03-20  Johannes Schmid <jhs@gnome.org>
12950         * plugins/sourceview/anjuta-document-loader.c
12951         plugins/sourceview/sourceview.c:
12952         
12953         Fixed encoding bugs
12955 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12957         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
12958         Fixed bug (line position)
12959         Give the good line position whatever the active editor.
12961 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
12963         * configure.in: Added fi to ALL_LINGUAS
12965 2006-03-19  Johannes Schmid <jhs@gnome.org>
12967         * plugins/sourceview/anjuta-document-loader.c:
12968         replace gnome_vfs_get_mime_type_for_name_and data
12970         * plugins/build-basic-autotools/build-basic-autotools.c:
12971         Fixed #335142
12973 2006-03-17  Johannes Schmid <jhs@gnome.org>
12975         * plugins/editor/editor.glade:
12976         Added style-editor again after it got lost somehow
12978 2006-03-17  Johannes Schmid <jhs@gnome.org>
12980         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
12981         configure.in: require devhelp 0.11
12982         
12983         Post 0.11 devhelp versions (CVS) do not work because of an API change...
12985         plugins/build-basic-autotools/build-basic-autotools.c:
12986         forgot a an installtion callback for the "install as root"-feature
12988 2006-03-17  Massimo Cora' <maxcvs@email.it>
12990         reviewed by: Johannes Schmid <jhs@gnome.org>
12992         * plugins/class-gen/anjuta-class-gen-plugin.glade
12993         plugins/class-gen/class_gen.c 
12994         plugins/class-gen/goc_template_header
12995         plugins/class-gen/goc_template_source
12996         
12997         Fixed bug #334663
12999 2006-03-16  Johannes Schmid <jhs@gnome.org>
13001         * plugins/sourceview/sourceview.c:
13002         Fixed "save-point" signal for undo actions
13004 2006-03-16  Massimo Cora' <maxcvs@email.it>
13005         
13006         reviewed by: Johannes Schmid <jhs@gnome.org>
13007         
13008         * plugins/document-manager/anjuta-docman.c:
13009         Implement tab drag and drop
13011 2006-03-16  Johannes Schmid <jhs@gnome.org>
13013         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13014         plugins/build-basic-autotools/build-basic-autotools.c:
13015         
13016         Implemented "install as root"-feature (#321455)
13018 2006-03-16  Johannes Schmid <jhs@gnome.org>
13020         * mime/.cvsignore
13021         plugins/sourceview/.cvsignore
13022         plugins/tools/scripts/.cvsignore:
13023         Added/extended .cvsignore files
13024         
13025         * plugins/sourceview/sourceview-autocomplete.c:
13026         plugins/sourceview/sourceview-autocomplete.h:
13027         plugins/sourceview/sourceview-prefs.c:
13028         plugins/sourceview/sourceview-private.h:
13029         plugins/sourceview/sourceview.glade:
13030         Autcomplete just works(tm) now and respects preferences
13031         
13032         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13033         Use better algorithm from autocomplete
13035 2006-03-15  Johannes Schmid <jhs@gnome.org>
13037         * src/anjuta-app.c:
13038         Fixed bug #304495
13040 2006-03-15  Johannes Schmid <jhs@gnome.org>
13042         * libanjuta/interfaces/libanjuta.idl:
13043         plugins/class-gen/class_gen.c:
13044         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13045         plugins/project-manager/plugin.c:
13046         
13047         Allow to add multiple source files (#320191)
13048         
13049         * configure.in: Require gnome-build 0.1.3
13051 2006-03-14  Johannes Schmid <jhs@gnome.org>
13053         * plugins/macro/macro-utils.c: Fixed bug #333606
13054         * plugins/file-wizard/file.c: Fixed bug #333601
13056 2006-03-13  Johannes Schmid <jhs@gnome.org>
13058         * plugins/sourceview/sourceview_autocomplete.c
13059         plugins/sourceview/sourceview_autocomplete.h
13060         plugins/sourceview/sourceview.c
13061         plugins/sourceview/sourceview-private.h
13062         plugins/sourceview/sourceview-prefs.c:
13063         
13064         Cleaned up and fixed several issues
13065         
13066 2006-03-13  Johannes Schmid <jhs@gnome.org>
13068         * plugins/sourceview/Makefile.am:
13069         plugins/sourceview/sourceview-autocomplete.c
13070         plugins/sourceview/sourceview-autocomplete.h:
13071         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13072         plugins/sourceview/sourceview-private.h:
13073         plugins/sourceview/sourceview.c:
13074         
13075         Added (buggy) autocomplete feature to sourceview
13076         
13077 2006-03-12 Naba Kumar <naba@gnome.org>
13079         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13080         libanjuta/anjuta-session.c: Added API docs.
13082 2006-03-12 Naba Kumar <naba@gnome.org>
13084         * TODO.tasks: Added couple of tasks.
13085         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13086         Register private class as early as possible so that members could
13087         point to self class. Code clean up.
13089 2006-03-12 Naba Kumar <naba@gnome.org>
13091         * po/POTFILES.in, po/POTFILES.skip: Updated.
13093 2006-03-11 Naba Kumar <naba@gnome.org>
13095         * libanjuta/anjuta-shell.c,
13096         plugins/document-manager/anjuta-docman.c,
13097         plugins/document-manager/plugin.c,
13098         plugins/symbol-browser/an_symbol_search.c,
13099         plugins/valgrind/vgrule-list.c: Use correct signal names while
13100         creating them.
13101         
13102         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13103         signal names and fixed enum IANJUTA_TYPE_* macro.
13105 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13107         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13108         plugins/search/search-replace.c :
13109         Fixed bug (Bookmark the good line).
13110         Search & Replace (Mark all matched strings).
13111         
13112 2006-03-09  Johannes Schmid <jhs@gnome.org>
13114         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13115         Completed changes from yesterday
13116         
13117         * plugins/document-manager/anjuta-document-manager.glade:
13118         plugins/editor/editor.glade
13119         plugins/editor/plugin.c: (activate_plugin)
13120         plugins/editor/text_editor.c
13121     plugins/sourceview/Makefile.am
13122         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13123         plugins/sourceview/sourceview.glade:
13124         Completed preference changes
13126 2006-03-08  Johannes Schmid <jhs@gnome.org>
13128         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13129         plugins/search/plugin.c: (activate_plugin):
13130         
13131         Removed Gtk-Criticals
13132         
13133         * plugins/document-manager/anjuta-document-manager.glade:
13134         plugins/document-manager/plugin.c: (on_docman_auto_save),
13135         (on_gconf_notify_timer), (prefs_init):
13136     plugins/document-manager/plugin.h:
13137         plugins/editor/text_editor.c: (text_editor_instance_init),
13138         (text_editor_dispose):
13139         plugins/editor/text_editor.h:
13140         plugins/editor/text_editor_cbs.c:
13141         plugins/editor/text_editor_cbs.h:
13142         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13143         plugins/glade/plugin.c: (activate_plugin):
13144         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13145         plugins/sourceview/sourceview-private.h:
13146         plugins/sourceview/sourceview.c: (on_menu_popup),
13147         (sourceview_new), (ifile_open), (ifile_savable_save),
13148         (ifile_savable_save_as), (ieditor_set_popup_menu),
13149         (ieditor_get_filename), (imark_mark):
13151     Moved autosave from editor to document manager and fixed some things in 
13152     Sourceview plugin
13154 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13156         * plugins/search/anjuta-search.glade :
13157         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13158         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13159         plugins/search/search-replace.c : Fixed bug.
13160         
13161 2006-03-08  Johannes Schmid <jhs@gnome.org>
13163     * plugins/search/anjuta-search.glade
13164     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13166 2006-03-07  Johannes Schmid <jhs@gnome.org>
13168         * plugins/document-manager/action-callbacks.c
13169         plugins/document-manager/anjuta-document-manager.glade
13170         plugins/document-manager/plugin.c: (prefs_init),
13171         (activate_plugin):
13172         plugins/editor/Makefile.am:
13173         plugins/editor/editor.glade:
13174         plugins/editor/plugin.c: (on_style_button_clicked),
13175         (activate_plugin), (dispose):
13176         plugins/editor/style-editor.c:
13177         
13178         Startet to seperate document-manager and editor preferences
13180         * plugins/search/Makefile.am:
13181         plugins/search/anjuta-search.glade:
13182         plugins/search/search-replace.c:
13183         
13184         Moved search GUI to search-plugin
13185                 
13186         * plugins/sourceview/sourceview-prefs.c:
13187         plugins/sourceview/sourceview-prefs.h:
13188         plugins/sourceview/sourceview-private.h:
13189         plugins/sourceview/sourceview.c: 
13190         plugins/sourceview/sourceview.h:
13191         plugins/sourceview/Makefile.am:
13192         plugins/sourceview/anjuta-document.h:
13193         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13194         plugins/sourceview/plugin.c: 
13195         
13196         Added some preferences to sourceview and fixed vfs_monitor
13197         
13198         * tagmanager/c.c: (parseParens): 
13199         Removed annoying debug message
13200         
13201         * libanjuta/interfaces/libanjuta.idl: 
13202         Removed IAnjutaEditorFactory::create_style_editor()
13204 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13206         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13207         Search : Bookmark all matched lines.
13209 2006-03-06  Johannes Schmid <jhs@gnome.org>
13211         * plugins/class-gen/anjuta-class-gen.plugin.in
13212         plugins/file-loader/plugin.c: (sort_wizards)
13213         (on_create_submenu), (activate_plugin)
13214         plugins/file-wizard/anjuta-file-wizard.plugin.in
13215         plugins/glade/anjuta-glade.plugin.in
13216         plugins/project-import/anjuta-project-import.plugin.in
13217         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13218         
13219         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13220         sorted alphabeticly
13221         
13222         * plugins/project-wizard/templates/mkfile.wiz:
13223         Use configured project directory instead of ~/myproject
13224         
13225         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13226         (ifile_open):
13227         Show markers (again) and monitor uri
13229 2006-03-06  Naba Kumar  <naba@gnome.org>
13231         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13232         typedefs separately so that forward linking would work.
13233         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13235 2006-03-05  Naba Kumar  <naba@gnome.org>
13237         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13238         passing Enums and Structs in signals. Define struct _Name in
13239         generated code, so that forward referencing.
13240         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13241         
13242         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13243         
13244 2006-03-05  Naba Kumar  <naba@gnome.org>
13246         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13247         support. Generate GType definitions for enums in generated codes
13248         so that enums could be passed as signal params.
13249         
13250 2006-03-04  Naba Kumar  <naba@gnome.org>
13252         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13253         Restored cvs-moved revision files. They were originally marked
13254         deleted at their older locations. Now they are restored at
13255         their new locations. The changeset is one that was committed
13256         as part of document-manager, editor, search and print plugins
13257         separation from editor plugin.
13258         
13259 2006-03-03  Johannes Schmid <jhs@gnome.org>
13261         * plugins/sourceview/*:
13262         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13263         poiting this out!
13265 2006-03-04  Naba Kumar  <naba@gnome.org>
13267         * plugins/gdb/*: Deleted removed files (see previous changlog
13268         entry for files list).
13269         
13270 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13272         * plugins/debug-mananger/breakpoints.c,
13273         plugins/debug-manager/breakpoints.h,
13274         plugins/debug-manager/debug_tree.c,
13275         plugins/debug-manager/debug_tree.h,
13276         plugins/debug-manager/info.c,
13277         plugins/debug-manager/info.h,
13278         plugins/debug-manager/locals.c,
13279         plugins/debug-manager/locals.h,
13280         plugins/debug-manager/memory.c,
13281         plugins/debug-manager/memory.h,
13282         plugins/debug-manager/registers.c,
13283         plugins/debug-manager/registers.h,
13284         plugins/debug-manager/sharedlib.c,
13285         plugins/debug-manager/sharedlib.h,
13286         plugins/debug-manager/signal.c,
13287         plugins/debug-manager/signal.h,
13288         plugins/debug-manager/stack_trace.c,
13289         plugins/debug-manager/stack_trace.h,
13290         plugins/debug-manager/watch.c,
13291         plugins/debug-manager/watch.h,
13292         plugins/debug-manager/Makefile.am:
13293         Move from gdb plugin to debug manager plugin
13295         * plugins/debug-manager/anjuta-debug-manager.glade,
13296         plugins/debug-manager/anjuta-debug-manager.ui:
13297         Move all user interface from gdb to debug manager
13299         * plugins/debug-manager/utilities.c,
13300         plugins/debug-manager/utilities.h:
13301         Remove some unused code
13302         Add useful code from gdb plugin
13304         * plugins/debug-manager/start.c,
13305         plugins/debug-manager/start.h:
13306         Include code of attach_process
13307         Add more code to start the debugger
13309         * plugins/debug-manager/plugin.c,
13310         plugins/debug-manager/plugin.h,
13311         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13312         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13314         * plugins/debug-manager/debugger.c,
13315         plugins/debug-manager/debugger.h:
13316         Implement a queue of debugger command
13318         * plugins/gdb/actions.c,
13319         plugins/gdb/actions.h,
13320         plugins/gdb/watch_cbs.c,
13321         plugins/gdb/watch_cbs.h,
13322         plugins/gdb/watch_gui.c,
13323         plugins/gdb/watch_gui.h:
13324         Removed 
13326         * plugins/gdb/debugger.c,
13327         plugins/gdb/debugger.h,
13328         plugins/gdb/gdbmi.c,
13329         plugins/gdb/gdbmi.h,
13330         plugins/gdb/utilities.c,
13331         plugins/gdb/utilities.h,
13332         plugins/gdb/Makefile.am,
13333         plugins/gdb/anjuta-gdb.plugin.in:
13334         Implement necessary functions
13336         * plugins/gdb/parser.c,
13337         plugins/gdb/parser.h:
13338         Code for parsing variable previously in debug_tree.c
13340         * plugins/gdb/anjuta-gdb.glade,
13341         plugins/gdb/anjuta-gdb.ui:
13342         Remove user interface
13344         * plugins/gdb/gdbmi-test.c:
13345         Need update
13347         * plugins/gdb/anjuta-gdb.plugin.png:
13348         Try an improved icon for gdb (archer fish)
13350         * libanjuta/anjuta-debugger.c,
13351         libanjuta/anjuta-debugger.h,
13352         libanjuta/interfaces/libanjuta.idl,
13353         libanjuta/interfaces/anjuta-idl-compiler.pl,
13354         libanjuta/Makefile.am:
13355         Add declaration used in new IAnjutaDebugger interface
13357         * manuals/reference/libanjuta.types,
13358         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13359         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13360         Update documentation
13362 2006-03-02  Naba Kumar  <naba@gnome.org>
13364         * manuals/reference/libanjuta/Makefile.am,
13365         manuals/reference/libanjuta/libanjuta-docs.sgml,
13366         manuals/reference/libanjuta/libanjuta-sections.txt,
13367         manuals/reference/libanjuta/libanjuta.types,
13368         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13369         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13370         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13371         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13372         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13373         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13374         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13375         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13376         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13377         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13378         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13379         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13380         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13381         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13382         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13383         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13384         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13385         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13386         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13387         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13388         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13389         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13390         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13391         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13392         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13393         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13394         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13395         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13396         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13397         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13398         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13399         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13400         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13401         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13402         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13403         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13404         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13405         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13406         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13407         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13408         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13409         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13410         manuals/reference/libanjuta/tmpl/plugins.sgml,
13411         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13412         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13413         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13414         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13415         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13416         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13417         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13418         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13419         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13420         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13421         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13422         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13423         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13424         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13425         documentation.
13427 2006-02-28  Naba Kumar <naba@gnome.org>
13429         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13430         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13431         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13432         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13433         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13434         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13435         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13436         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13437         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13438         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13439         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13440         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13441         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13442         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13444 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13446         * plugins/sourceview/sourceview.c:
13447         Select to brace, select block.
13449 2006-02-28  Johannes Schmid <jhs@gnome.org>
13451         * plugins/file-wizard/Makefile.am
13452         plugins/file-wizard/action-callbacks.c (removed)
13453         plugins/file-wizard/action-callbacks.h (removed)
13454         plugins/file-wizard/anjuta-file-wizard.ui
13455         plugins/file-wizard/plugin.c: (activate_plugin),
13456         (deactivate_plugin)
13457         plugins/file-wizard/plugin.h:
13458         Removed Edit->Insert Text submenu (replace by macros plugin)
13459         
13460         * plugins/sourceview/sourceview.c: (sourceview_new),
13461         (ieditor_set_popup_menu):
13462         Fixed some more bugs
13463         
13464         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13466 2006-02-28  Naba Kumar <naba@gnome.org>
13468         * plugins/file-manager/an_file_view.c,
13469         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13470         rows also and with delay 1 sec (the color and timout value should
13471         probably be picked up from some system wide preference key).
13473 2006-02-28  Naba Kumar <naba@gnome.org>
13475         * libanjuta/interfaces/libanjuta.idl,
13476         plugins/document-manager/action-callbacks.c,
13477         plugins/document-manager/plugin.c,
13478         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13479         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13480         Added interface checks in document manager and enable/disable
13481         menus based on supported interface.
13482         
13483         * plugins/project-import/anjuta-project-import.glade: Set some
13484         resonable size for the import dialog.
13486  2006-02-27  Naba Kumar  <naba@gnome.org>
13488         * libanjuta/interfaces/libanjuta.idl,
13489         plugins/document-manager/action-callbacks.c,
13490         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13491         and eol conversion actions.
13493 2006-02-27  Johannes Schmid <jhs@gnome.org>
13494         
13495         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13496         * plugins/file-manager/an_file_view.c
13497         plugins/file-manager/plugin.h:  Added tooltips
13498         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13500 2006-02-26  Naba Kumar  <naba@gnome.org>
13502         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13503         plugins/build-basic-autotools/build-basic-autotools.c,
13504         plugins/build-basic-autotools/build-basic-autotools.h,
13505         plugins/build-basic-autotools/executer.c,
13506         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13507         disable indicator highlights preferences from message manager to
13508         build plugin. Implemented message indicator highlights in build tool.
13509         
13510         * plugins/editor/text_editor.c: Fixed indicators.
13512 2006-02-26  Johannes Schmid <jhs@gnome.org>
13514         * plugins/sourceview/sourceview.c:
13515         - Fixed some bugs
13516         - Added markers
13517         * plugins/subversion/svn_auth.c:
13518         Fixed username/password authentification but there might be a memory corruption
13520 2006-02-26  Naba Kumar  <naba@gnome.org>
13522         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13523         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13524         libanjuta/anjuta-launcher.h: Added documentation.
13526 2006-02-24  Naba Kumar  <naba@gnome.org>
13528         * plugins/editor/text_editor.c: Fixed change in API in
13529         IAnjutaEditorSelection::set().
13530         
13531 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13533         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13534         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13535         libanjuta/interfaces/libanjuta.idl :
13536         Search in sourceview editor (Select in buffer).
13539 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13541         * plugins/sourceview/sourceview.c :
13542         Fixed Replace, to_upper, to_lower.
13543         
13544         * plugins/search/search-replace_backend.c :
13545         Renamed header name.
13547 2006-02-22  Naba Kumar  <naba@gnome.org>
13549         * libanjuta/anjuta-plugin-description.c,
13550         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13551         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13552         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13553         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13554         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13555         
13556         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13557         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13558         
13559 2006-02-21  Naba Kumar  <naba@gnome.org>
13561         * libanjuta/interfaces/libanjuta.idl,
13562         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13563         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13564         interface for editor.
13566 2006-02-21  Naba Kumar  <naba@gnome.org>
13568         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13570         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13571         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13573 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13575         * GTKSOURCEVIEW EDITOR
13576         plugins/sourceview/sourceview.c :
13577         Fixed copy and Goto Line.
13578         
13579         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13580         plugins/macro/plugin.c :
13581         Fixed Insert key word and Insert macro.
13583 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13585         * plugins/document-manager/anjuta-docman.c:
13586         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13587         
13588         * configure.in:
13589         plugins/Makefile.am:
13590         plugins/sourceview/.cvsignore:
13591         plugins/sourceview/Makefile.am:
13592         plugins/sourceview/plugin.c: :
13593         plugins/sourceview/plugin.h:
13594         plugins/sourceview/sourceview.c: 
13595         plugins/sourceview/sourceview.h:
13596         plugins/sourceview/sourceview.plugin:
13597         plugins/sourceview/sourceview.plugin.in:
13598         plugins/sourceview/sourceview.png:
13600         Added sourceview editor plugin
13602 2006-02-19 Naba Kumar  <naba@gnome.org>
13604         * libanjuta/interfaces/libanjuta.idl,
13605         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13606         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13607         plugins/cvs-plugin/cvs-interface.c,
13608         plugins/document-manager/action-callbacks.c,
13609         plugins/document-manager/action-callbacks.h,
13610         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13611         plugins/search/plugin.c, plugins/search/search-replace.c,
13612         plugins/search/search-replace_backend.c,
13613         plugins/subversion/subversion-actions.c,
13614         plugins/subversion/subversion-callbacks.c,
13615         plugins/tools/editor.c, plugins/tools/execute.c,
13616         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13617         few fatal warnings.
13619 2006-02-15 Naba Kumar  <naba@gnome.org>
13621         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13622         within another.
13623         
13624         * libanjuta/interfaces/libanjuta.idl,
13625         plugins/document-manager/anjuta-docman.c,
13626         plugins/document-manager/plugin.c,
13627         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13628         unnecessary parameters from IAnjutaEditor interface and used proper
13629         types instead of 'gpointer'. Fixed various compiler warnings.
13630         
13631         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13632         file
13634 2006-02-12 Naba Kumar  <naba@gnome.org>
13636         * po/POTFILES.in: Updated.
13637         
13638 2006-02-11 Naba Kumar  <naba@gnome.org>
13640         * plugins/editor/properties.[cxx,h],
13641         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13642         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13643         to sci_prop_*(), because they were conflicting with external
13644         functions (in some ssl library).
13645         
13646 2006-02-08 Naba Kumar  <naba@gnome.org>
13648         Patch from Massimo Cora  <maxcvs@email.it>:
13649         * plugins/valgrind/anjuta-valgrind.schemas,
13650         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13651         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13652         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13653         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13654         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13655         plugins/valgrind/vgtoolview.c,
13656         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13657         before running the debugging session. I've added also a
13658         preference in Anjuta Preferences where you can specify
13659         the path to the valgrind binary. The default is /usr/bin/valgrind.
13660         Now it displays a dialog with the error. [it can be -program
13661         exited- or -file loaded or end of input-]. Some valgrind 3.x
13662         compatibility.
13663         
13664 2006-01-29 Naba Kumar  <naba@gnome.org>
13666         Patch from Massimo Cora  <maxcvs@email.it>:
13667         * configure.in, plugins/Makefile.am,
13668         plugins/valgrind/*: Valgrind plugin (requires
13669         binutils-dev and valgrind to be installed.
13671 2005-01-24 Johannes Schmid <jhs@gnome.org>
13673         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13674         plugins/tools/variables.c:
13675         Added current directory to possible variables
13677         * Patch from Günther Brammer <gbrammer@gmx.de>
13678         plugins/document-manager/anjuta-docman.c:
13679         Fix a crash on opening a file
13681         AUTHORS: Added Günther Brammer
13683 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13685         * libanjuta/anjuta-launcher.c:
13686         Fix a bug in AnjutaLauncher when output is bigger than buffer
13687         Probably fix bug #315188 and #305134
13689 2005-12-28      Johannes Schmid <jhs@gnome.org>
13690         
13691         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13692         * src/about.c: Use new gtk about dialog
13693         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13694         Updated anjuta_ui_add_action_group_entries call
13695         
13696         Patch from Jean Breford <jean.breford@normalesup.org>
13697         and Markus Habermehl <bmh1980de@yahoo.de>:
13698         
13699         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13700         * AUTHORS: Added Jean and Markus
13702 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13703         * plugins/search/search-replace.c :
13704         Bookmark all matched lines.
13705         * plugins/search/search-replace_backend.c :
13706         Fixed bug (Search in all project files).
13708 2005-12-21      Johannes Schmid <jhs@gnome.org>
13709         
13710         * plugins/search/plugin.c:
13711         Fixed signal names
13712         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13713         investigation needed.
13714         
13715         AUTHORS: Added Ross Goldner
13717 2005-12-19  Ross Golder  <ross@golder.org>
13719         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13720         application/xml MIME type.
13722 2005-12-18  Johannes Schmid <jhs@gnome.org>
13723         
13724         po/POTFILES.in: Updated files after directory changes
13725         HACKING: Removed outdated section 3 (anoncvs)
13727 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13729         * plugins/build-basic-autotools/build-basic-autotools.c:
13730         Save all files in editor before running a command
13732         * plugins/tools/execute.c:
13733         Use document manager plugin instead of each editor for
13734         saving all files
13736 2005-12-15  Johannes Schmid <jhs@gnome.org>
13738         * plugins/document-manager/action-callbacks.c:
13739         (on_save_all1_activate), (on_swap_activate)
13740         plugins/document-manager/anjuta-docman.c:
13741         (on_save_as_filesel_response), (on_notebook_switch_page):
13742         
13743         Fixed some remaining issues in document-manger
13745 2005-12-15      Johannes Schmid <jhs@gnome.org>
13747         * plugins/profile-default/default.anjuta:
13748         Load Search plugin and Message Manager by default
13750 2005-12-14  Johannes Schmid <jhs@gnome.org>
13751         
13752         * plugins/editor/text_editor.c
13753         libanjuta/anjuta-utils.c:
13754         
13755         Check if files differ when gnome-vfs monitoring is used.
13756         (Bug #309688)
13758 2005-12-13  Johannes Schmid <jhs@gnome.org>
13760         * plugins/document-manager/plugin.c:
13761         Only save modified files in ianjuta_file_savable_save() for document-manager
13762         as discussed on mailing list.
13763         
13764         * plugins/cvs-plugin/cvs-callbacks.c:
13765         Fixed dialog handling for empty log message
13767 2005-12-13  Johannes Schmid <jhs@gnome.org>
13769         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13770         
13771         * plugins/project-manager/* Removed ununsed files
13772         
13773         * plugins/symbol-browser/an_symbol_iter.c
13774         plugins/build-basic-autotools/build-basic-autotools.c
13775         plugins/build-basic-autotools/executer.c
13776         plugins/class-gen/class_gen.c
13777         plugins/class-inheritance/class-inherit.c
13778         plugins/cvs-plugin/cvs-actions.c
13779         plugins/cvs-plugin/cvs-interface.c
13780         plugins/debug-manager/attach_process.
13781         plugins/devhelp/plugin.c
13782         plugins/document-manager/plugin.c
13783         plugins/document-manager/indent_util.c
13784         plugins/editor/properties.cxx
13785         plugins/editor/aneditor.cxx
13786         plugins/editor/style-editor.c
13787         plugins/editor/text_editor.c
13788         plugins/macro/macro_db.c
13789         tagmanager/c.c:
13790         
13791         Use DEBUG_PRINT for debug messages
13793         libanjuta/anjuta-debug.h: Include config.h
13794         
13795         HACKING: Updated (BTW: does anyone read this?)
13796         
13797 2005-12-12  Johannes Schmid <jhs@gnome.org>
13799         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13800         * plugins/gdb/debugger.c
13801         
13802         Fix a crasher in gdb plugin
13803         
13804         * plugins/gtodo/plugin.c
13805         plugins/search/plugin.c
13806         
13807         Fixed bug #305301
13808         
13809         * plugins/document-manager/anjuta-docman.c:
13810         
13811         Fixed error markers 
13812         
13813         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13814         
13815         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13816         
13817         * plugins/document-manager/anjuta-docman.c:
13818         highlight changed files in docman popup-menu
13819         * plugins/gdb/debug-tree.c:
13820         plugins/gdb/debugger.c
13821         Do not corupt entire "locals" tree when variable pointer have
13822         additional info and arrays/strucs/unions correctly.
13823         
13825 2005-12-11  Johannes Schmid <jhs@gnome.org>
13827         * plugins/document-manager/anjuta-docman.c
13828         plugins/document-manager/plugin.c
13829         plugins/editor/text_editor.c:
13830         
13831         AUTHORS: Added Johan Ersvik
13833         Fixed "is-dirty" bug and tab ordering
13835 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13836         
13837         * plugins/editor/aneditor-autocomplete.cxx
13838         plugins/editor/aneditor-calltip.cxx
13839         plugins/editor/aneditor-priv.h
13840         plugins/symbol-browser/an_symbol.c
13841         plugins/symbol-browser/an_symbol_view.c
13842         tagmanager/entry.h
13843         tagmanager/tm_symbol.c
13844         tagmanager/tm_tag.c
13845         tagmanager/include/tm_symbol.h
13846         tagmanager/include/tm_tag.h
13847         tagmanager/c.c
13849         Better pointer recognition in tagmanager and symbol browser
13851 2005-12-11  Johannes Schmid <jhs@gnome.org>
13853         * plugins/search/*: New search plugin derived from search code in old editor
13854         plugin.
13855         
13856         * plugins/document-manager/*: new document-manger which is now seperated from
13857         editor to allow implementation of other editor widgets. Code is mostly derived
13858         from old editor plugin
13860         * plugins/print/* new print plugin which is not fully implemented in the
13861         moment
13863         * plugins/editor/text_editor.c: Added lots of interface code
13864         
13865         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13866         IAnjutaEditorFactory and extended IAnjutaEditor
13867         
13868         * configure.in, plugins/Makefile.am updated build system for new
13869         plugins
13871         This is a huge commit which might still contain some bugs and also has
13872         some fixmes. Things that are not working are the search toolbar because it
13873         does not use the same backend as any other searching function and printing
13874         (easy to fix) because it did not yet implement IAnjutaPrintable.
13876 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13878         * plugins/project-wizard/property.c:
13879         Use newer GtkFileChooser instead of GtkFileSelection with
13880         GnomeFileEntry to avoid a bug
13882         * plugins/project-wizard/install.c:
13883         Avoid an endless loop if project directory is not writable
13884         
13885         * plugins/project-wizard/druid.c:
13886         Allow creating project in empty directory without a
13887         warning
13889 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13890         
13891         Patch from Massimo Cora <maxcvs@email.it>
13892         * plugins/class-inheritence/class-inherit.c
13893         plugins/class-inheritence/plugin.c
13894         plugins/class-inheritence/plugin.h
13895         configure.in
13896         
13897         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13898         no longer supported!
13900 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13901         
13902         Patch from Johan Ersvik <jersvik@fastmail.fm>
13903         * plugins/message-view/message-view.c
13904         plugins/build-basic-autotools/build-basic-autotools.c
13905         plugins/build-basic-autotools/automake-c.filters
13907         This patch correct regex-filters for newer automake
13908         versions
13910 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13912        * plugins/tools/execute.c:
13913        Detect variables inside a word
13915 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13917         * libanjuta/anjuta-status.[ch],
13918         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13919         plugins/editor/anjuta-docman.c :
13920         New anjuta-status procedure.
13922 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13924         *Modified Files:
13925         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13926         plugins/editor/Makefile.am
13927         plugins/editor/anjuta-document-manager.glade
13928         plugins/editor/plugin.c plugins/editor/plugin.h
13929         plugins/editor/text_editor.c plugins/editor/text_editor.h
13930         *Added Files:
13931         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13932         plugins/editor/indent-util.c plugins/editor/indent-util.h
13933         plugins/editor/indent_test.c :
13934         Set and Preview indent preferences parameters.
13935         Saved indent user parameters.
13937 2005-10-27  Naba Kumar  <naba@gnome.org>
13939         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13940         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13941         theme color for saved documents.
13942         
13943 2005-10-26  Naba Kumar  <naba@gnome.org>
13945         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13946         list. Fixed bug #316731.
13947         
13948 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13950         * tagmanager/tm_symbol.c: Fixed bug #315218
13952 2005-10-23  Adam Weinberger  <adamw@gnome.org>
13954         * plugins/build/build_file.c
13955           plugins/build-basic-autotools/build-basic-autotools.c
13956           plugins/tools/execute.c
13957           plugins/build/compile.c
13958           plugins/build/configurer.c
13959           plugins/debug-manager/plugin.c
13960           plugins/editor/plugin.c
13961           plugins/editor/print.c
13962           plugins/editor/text_editor.c
13963           plugins/file-loader/plugin.c
13964           plugins/file-manager/an_file_view.c
13965           plugins/symbol-browser/an_symbol_view.c
13966           plugins/gdb/debugger.c
13967           plugins/gdb/plugin.c
13968           plugins/glade/plugin.c
13969           plugins/macro/macro-actions.c
13970           plugins/macro/plugin.c
13971           plugins/profile-default/plugin.c
13972           plugins/project-manager/plugin.c
13973           plugins/project-manager/project_import.c
13974           plugins/symbol-browser/plugin.c
13975           plugins/tools/execute.c
13976           src/anjuta.c
13977           src/anjuta-actions.h
13978           src/shell.c:
13979           Correct spacing errors before and after "...".
13981 2005-10-20  Naba Kumar  <naba@gnome.org>
13983         * plugins/gdb/debugger.c: Fixed attach/detach process to
13984         updated UI properly.
13985         
13986 2005-10-18  Naba Kumar  <naba@gnome.org>
13988         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
13989         #171314 too).
13990         
13991 2005-10-13  Naba Kumar  <naba@gnome.org>
13992         
13993         * plugins/project-mkfile-import/*: Removed separate import wizard for
13994         makefile based projects (because single widzard handles all wizards).
13996         * plugins/project-import/project-import.c: Made wizard window
13997         transient to main window.
13999         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14000         
14001         * AUTHORS: Added Eric's name in contributors list.
14002         
14003         * configure.in, plugins/Makefile.am,
14004         plugins/project-import/Makefile.am,
14005         plugins/project-import/anjuta-project-import.glade,
14006         plugins/project-import/project-import.c,
14007         plugins/project-import/project-import.h: Import wizard now detects
14008         both makefile and automake projects together instead of separate wizard.
14009         
14010         * plugins/project-wizard/templates/java/project.anjuta,
14011         plugins/project-wizard/templates/mkfile/project.anjuta,
14012         plugins/project-wizard/templates/python/project.anjuta,
14013         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14014         name to make it appropriate.
14016 2005-10-11  Naba Kumar  <naba@gnome.org>
14018         * configure.in: Fixed glade3 version requirement.
14020 2005-09-29  Alexander Shopov  <ash@contact.bg>
14022         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14024 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14026         * plugins/subversion/svn_auth.c
14027         plugins/subversion/anjuta_subversion.glade:
14028         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14030 2005-09-22  Naba Kumar  <naba@gnome.org>
14032         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14034         * configure.in,  plugins/Makefile.am
14035         plugins/project-manager/anjuta-project-manager.plugin.in,
14036         plugins/project-manager/plugin.c,
14037         (added) plugins/project-mkfile-import/.cvsignore,
14038         (added) plugins/project-mkfile-import/Makefile.am,
14039         (added) plugins/project-mkfile-import/
14040             anjuta-project-mkfile-import-plugin.png,
14041         (added) plugins/project-mkfile-import/
14042             anjuta-project-mkfile-import.glade,
14043         (added) plugins/project-mkfile-import/
14044             anjuta-project-mkfile-import.plugin.in,
14045         (added) plugins/project-mkfile-import/plugin.c,
14046         (added) plugins/project-mkfile-import/plugin.h,
14047         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14048         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14049         plugins/project-wizard/templates/Makefile.am,
14050         (added) plugins/project-wizard/templates/mkfile-logo.png,
14051         (added) plugins/project-wizard/templates/mkfile.wiz,
14052         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14053         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14054         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14055         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14056         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14057         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14058         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14059         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14060         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14061         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14062         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14063         Added makefile based project import wizard and wizard template.
14065 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14067         * libanjuta/anjuta-launcher.c: Reduced false password detections
14069 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14071         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14072         messages correctly.a
14074 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14075         
14076         * scintilla/Makefile.am: Changed scintilla library to noinst
14077         * pixmaps/Makefile.am: Install password.png
14078         * libanjuta/anjuta-launcher.c: Changed password detection
14079         to be able to access GNOME CVS with ssh.
14080         
14081 2005-08-31  Naba Kumar  <naba@gnome.org>
14083         * plugins/glade/plugin.c: Set transient window for the widget
14084         dialogs.
14085         
14086 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14088         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14090 2005-08-10  Naba Kumar  <naba@gnome.org>
14092         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14093         as shortcut key for execute.
14095         * src/about.c: Clean up.
14096         
14097         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14098         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14099         entry boxes.
14100         
14101 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14103         * plugins/editor/search-replace_backend.c :
14104         Fixed search in File Patterns.
14106 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14108         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14109         
14110 2005-08-04  Naba Kumar  <naba@gnome.org>
14112         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14113         for pango-1.8 rendering bug.
14114         
14115 2005-08-03  Naba Kumar  <naba@gnome.org>
14117         * plugins/glade/plugin.c: Proper names for plugin widgets.
14118         
14119         * plugins/subversion/anjuta-subversion.glade,
14120         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14121         string allocations. Use passed default values when available.
14122         Set proper focus and dialog default response. Destroy dialog after use.
14123         Return error when appropriate.
14125 2005-08-02  Naba Kumar  <naba@gnome.org>
14127         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14128         for pango-1.8 rendering bug.
14129         
14130 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14132         * scintilla/Makefile.am: Fixed a make -j x bug
14133         
14134 2005-08-02  Johannes Schmid <jhs@gnome.org>
14135         
14136         * plugins/subversion/svn-auth.c: Added username/password 
14137         auto function.
14139 2005-08-01  Naba Kumar  <naba@gnome.org>
14141         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14142         checks for character width calculations.
14143         
14144 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14146         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14148 2005-07-31  Naba Kumar  <naba@gnome.org>
14150         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14151         messup with pango 1.8. Fixed bug #311846.
14153 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14155         * plugins/gdb/memory.c : Fixed bug 305082.
14156         
14157         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14158         plugins/project-wizard/templates/gcj.wiz,
14159         plugins/project-wizard/templates/gnome.wiz,
14160         plugins/project-wizard/templates/gtk.wiz,
14161         plugins/project-wizard/templates/java.wiz,
14162         plugins/project-wizard/templates/python.wiz,
14163         plugins/project-wizard/templates/wxwin.wiz,
14164         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14166 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14168         * plugins/tools/execute.c:
14169         Correct a crash if editor is closed while a tool still use it.
14171 2005-07-28  Naba Kumar  <naba@gnome.org>
14173         * scintilla/*: Updated scintilla from their latest CVS.
14175 2005-07-27  Naba Kumar  <naba@gnome.org>
14177         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14178         plugins/build-basic-autotools/build-basic-autotools.c,
14179         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14180         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14181         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14182         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14183         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14184         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14185         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14186         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14187         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14188         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14189         argument to anjuta_ui_add_action_group_entries() and
14190         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14191         Fixed all plugins to pass translation domain. This fixes untranslated
14192         UI bugs. 
14194 2005-07-27  Naba Kumar  <naba@gnome.org>
14196         * plugins/class-inheritance/class-callbacks.c,
14197         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14198         proper system colors.
14200 2005-07-26  Naba Kumar  <naba@gnome.org>
14202         * ROADMAP: Updated and added more tasks.
14204 2005-07-25  Naba Kumar  <naba@gnome.org>
14206         * ROADMAP: Updated and added more tasks.
14207         
14208 2005-07-24  Naba Kumar  <naba@gnome.org>
14210         * HACKING: Fixed format.
14212 2005-07-24  Naba Kumar  <naba@gnome.org>
14214         * ROADMAP: Fixed format.
14215         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14217 2005-07-24  Naba Kumar  <naba@gnome.org>
14219         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14220         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14222 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14224         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14225         Correct wrong sensitivity setting
14226         
14227         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14228         
14229         * plugins/tools/variable.c:     Add variables for project manager
14231 2005-07-23  Naba Kumar  <naba@gnome.org>
14233         * ROADMAP: updated.
14235 2005-07-23 Naba Kumar  <naba@gnome.org>
14237         * plugins/subversion/Makefile.am,
14238         plugins/subversion/svn-auth.c,
14239         plugins/subversion/svn-auth.h: Added subversion authentication code
14240         stubs.
14241         
14242         * plugins/subversion/subversion-callbacks.c,
14243         plugins/subversion/subversion-callbacks.h,
14244         plugins/subversion/svn-backend-priv.h,
14245         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14246         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14247         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14248         Added file mode line.
14250 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14252         * configure.in: Added 'gl' to ALL_LINGUAS.
14254 2005-07-21 Naba Kumar  <naba@gnome.org>
14256         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14257         the active sources and kill the running process without emitting
14258         signals (which could be fatal because the object is being destroyed).
14259         Incidentally, fixed the crash that happens when stopping an active
14260         debugger session. Disabled debug prints and code clean up.
14261         Fixed bug #305587.
14262         
14263         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14264         message view object, because that prevents many unprocessed outputs
14265         from the cvs command from being appended in view. Does not set NULL
14266         to mesg_view private member (not required) so that any pending outputs
14267         to view is processed.Fixed bug #172666.
14269         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14270         type in supported list.
14271         
14272 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14274         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14275           grammar/spelling fixes.
14277 2005-07-17 Naba Kumar  <naba@gnome.org>
14279         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14280         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14281         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14282         plugins/project-wizard/templates/anjuta-plugin.wiz,
14283         plugins/project-wizard/templates/gcj.wiz,
14284         plugins/project-wizard/templates/gnome.wiz,
14285         plugins/project-wizard/templates/gtk.wiz,
14286         plugins/project-wizard/templates/gtkmm.wiz,
14287         plugins/project-wizard/templates/java.wiz,
14288         plugins/project-wizard/templates/python.wiz,
14289         plugins/project-wizard/templates/terminal.wiz,
14290         plugins/project-wizard/templates/terminal/Makefile.am,
14291         plugins/project-wizard/templates/terminal/po/Makefile.am,
14292         plugins/project-wizard/templates/terminal/src/Makefile.am,
14293         plugins/project-wizard/templates/wxwin.wiz,
14294         plugins/project-wizard/templates/xlib-dock.wiz,
14295         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14296         wizards and updated .wiz files to install them in newly created
14297         projects.
14299 2005-07-16 Naba Kumar  <naba@gnome.org>
14301         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14302         
14303         * plugins/file-manager/an_file_view.c,
14304         plugins/file-manager/plugin.c: Added file manager preferences to
14305         show/hide files ignored by version control (e.g. cvsignore).
14306         
14307         * plugins/editor/text_editor.c: Initialize vfs info struct.
14308         
14309         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14310         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14311         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14312         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14313         omf-install/.cvsignore, pixmaps/.cvsignore,
14314         plugins/file-manager/anjuta-file-manager-plugin.glade,
14315         scintilla/.cvsignore, scintilla/include/.cvsignore,
14316         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14317         tagmanager/python.c: Updated.
14319 2005-07-16 Naba Kumar  <naba@gnome.org>
14321         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14322         Fixed python parser to parser class methods.
14324 2005-07-15 Naba Kumar  <naba@gnome.org>
14326         * plugins/project-wizard/property.c: Used parenthesis to remove
14327         ambiguty.
14328         
14329         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14330         plugins/project-wizard/templates/gcj.wiz,
14331         plugins/project-wizard/templates/gnome.wiz,
14332         plugins/project-wizard/templates/gtk.wiz,
14333         plugins/project-wizard/templates/gtkmm.wiz,
14334         plugins/project-wizard/templates/java.wiz,
14335         plugins/project-wizard/templates/python.wiz,
14336         plugins/project-wizard/templates/terminal.wiz,
14337         plugins/project-wizard/templates/wxwin.wiz,
14338         plugins/project-wizard/templates/xlib-dock.wiz,
14339         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14340         and names.
14342 2005-07-15 Naba Kumar  <naba@gnome.org>
14344         * plugins/project-wizard/templates/java.wiz,
14345         plugins/project-wizard/templates/java/Makefile.am,
14346         plugins/project-wizard/templates/java/project.anjuta,
14347         plugins/project-wizard/templates/python.wiz,
14348         plugins/project-wizard/templates/python/Makefile.am,
14349         plugins/project-wizard/templates/python/project.anjuta: Use different
14350         project files for java and python module where debugger is not
14351         included in the list of plugins.
14353 2005-07-15 Naba Kumar  <naba@gnome.org>
14355         * configure.in, plugins/project-wizard/templates/Makefile.am,
14356         plugins/project-wizard/templates/gcj-logo.png,
14357         plugins/project-wizard/templates/gcj.wiz,
14358         plugins/project-wizard/templates/gcj/.cvsignore,
14359         plugins/project-wizard/templates/gcj/Makefile.am,
14360         plugins/project-wizard/templates/gcj/configure.in.tpl,
14361         plugins/project-wizard/templates/gcj/src/.cvsignore,
14362         plugins/project-wizard/templates/gcj/src/Makefile.am,
14363         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14364         plugins/project-wizard/templates/java-logo.png,
14365         plugins/project-wizard/templates/java.wiz,
14366         plugins/project-wizard/templates/java/configure.in.tpl,
14367         plugins/project-wizard/templates/java/po/Makefile.am,
14368         plugins/project-wizard/templates/java/po/POTFILES.in,
14369         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14370         plugins/project-wizard/templates/java/src/main.java,
14371         plugins/project-wizard/templates/python-logo.png,
14372         plugins/project-wizard/templates/python.wiz,
14373         plugins/project-wizard/templates/python/.cvsignore,
14374         plugins/project-wizard/templates/python/Makefile.am,
14375         plugins/project-wizard/templates/python/configure.in.tpl,
14376         plugins/project-wizard/templates/python/po/.cvsignore,
14377         plugins/project-wizard/templates/python/po/Makefile.am,
14378         plugins/project-wizard/templates/python/po/POTFILES.in,
14379         plugins/project-wizard/templates/python/src/.cvsignore,
14380         plugins/project-wizard/templates/python/src/Makefile.am,
14381         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14382         plugins/project-wizard/templates/python/src/main.py: Added Generic
14383         gcj and python project wizards. Fixed Generic java project to
14384         use _JAVA primary. Update gnome-build from cvs for them to work
14385         correctly.
14387 2005-07-12 Naba Kumar  <naba@gnome.org>
14389         * plugins/project-manager/plugin.c: Automatically determine
14390         project backend by probing.
14391         
14392 2005-07-04 Naba Kumar  <naba@gnome.org>
14394         * Makefile.am: Do not install old anjuta.glade file which conflicts
14395         with newer src/anjuta.glade.
14397 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14399         * plugins/an_symbol_prefs.c:
14400         Sort list of available symbol files
14402 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14404         * plugins/build-basic-autotools.c:
14405         Fixed #307810
14406         
14407         * plugins/gtodo/libgtodo.c:
14408         Possible fix for #307800
14410         * libanjuta/anjuta-encodings.c
14411         libanjuta/anjuta-launcher.c
14412         libanjuta/anjuta-preference-dialog.c
14413         libanjuta/anjuta-preferences.c
14414         libanjuta/anjuta-ui.c
14415         libanjuta/anjuta-util.c
14416         libanjuta/cell-renderer-captioned-image.c
14417         libanjuta/plugin.c:
14418         
14419         Patch from de_lupus@pandora.be (Kristof Vansant):
14420         Replaced deprecated gnome-i18n.h
14421         Closed #309153
14423 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14424         
14425         * plugins/subversion/anjuta-subversion.glade
14426         plugins/subversion/anjuta-subversion.ui
14427         plugins/subversion/plugin.c
14428         plugins/subversion/subversion-actions.c
14429         plugins/subversion/subversion-callbacks.h
14430         plugins/subversion/subversion-callbacks.c
14431         plugins/subversion/svn-backend-priv.h
14432         plugins/subversion/svn-backend.h
14433         plugins/subversion/svn-backend.c
14434         plugins/subversion/svn-thread.h
14435         plugins/subversion/svn-thread.c:
14436         
14437         Implemented Subversion diff
14438         
14439 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14440         
14441         * plugins/build-basic-autotools/build-basic-autotools.c:
14442         Fixed crash bug! Might be useful to release 2.0.2 soon
14443         because this bug will crash any build which produces errors
14444         or warnings
14446 === Anjuta 2.0.1 ===
14448 2005-06-27 Naba Kumar  <naba@gnome.org>
14450         * plugins/tools/execute.c: Formated code.
14451         
14452 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14454         * plugins/build-basic-autotools/build-basic-autotools.c:
14455         Remove two memory leaks
14456         Check command output versus untranslated strings too
14458         * plugins/tools/execute.c:
14459         Remove two memory leaks
14460         Check command output versus untranslated strings too
14461         Remove description message
14463         * plugins/tools/fileop.c:
14464         Escape tool name in xml configuration file
14466 2005-05-26 Naba Kumar  <naba@gnome.org>
14468         * configure.in: Bumped version to 2.0.1
14469         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14471         * plugins/tools/execute.c: Fixed clickable messages.
14472         * NEWS: Updated.
14474         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14475         Deactivate glade plugin when last glade project is closed. Reorder
14476         glade widgets in layout. Change glade project when user selects a
14477         new project. Removed project from the list when user closes it. Fixed
14478         glade project file loading from URI. Save and restored loaded glade
14479         projects in/from session.
14481         * plugins/class-gen/action-callbacks.c,
14482         plugins/class-gen/anjuta-class-gen-plugin.glade,
14483         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14484         plugins/file-wizard/anjuta-file-wizard.glade,
14485         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14486         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14487         "Add to project" correctly. Use the source file path returned after
14488         adding to project. Fixed memory leaks. Deactivate wizard plugins
14489         after use.
14490         
14491         * plugins/project-manager/plugin.c,
14492         plugins/project-wizard/anjuta-project-wizard.glade,
14493         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14494         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14495         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14496         project-wizard preference page to anjuta app, because they are
14497         more appropriated as general preferences. Renamed username and
14498         useremail properties keys.
14499         
14500         * po/POTFILES.in: Updated.
14502         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14503         saved at closing.
14504         
14505         * plugins/file-loader/plugin.c: Do not use static variable to store
14506         created submenu in factory. Fixed crash in anjuta exit.
14507         
14508 2005-05-24 Naba Kumar  <naba@gnome.org>
14510         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14511         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14512         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14513         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14514         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14515         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14516         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14517         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14518         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14519         
14520         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14521         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14522         plugins/build-basic-autotools/build-basic-autotools.c,
14523         plugins/build-basic-autotools/build-basic-autotools.h,
14524         plugins/build-basic-autotools/executer.c,
14525         plugins/build-basic-autotools/executer.h,
14526         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14527         plugins/tools/variable.c: Added an extra argument to
14528         anuta_util_dialog_input() to pass default value. Save/load project
14529         configure and execution parameters in/from session.
14531         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14532         symbol browser is loaded.
14533         
14534         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14535         freeze/thaw.
14537         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14538         deactivate would not start shell.
14540 2005-05-24 Naba Kumar  <naba@gnome.org>
14542         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14543         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14544         libegg/egg-submenu-action.c, libegg/test-actions.c,
14545         plugins/build-basic-autotools/build-basic-autotools.c,
14546         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14547         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14548         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14549         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14550         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14551         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14552         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14553         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14554         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14555         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14557 2005-05-24 Naba Kumar  <naba@gnome.org>
14559         * data/properties/styles.properties: Fixed defalt font.
14561         * plugins/editor/search-replace.c,
14562         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14563         project openness wihtout activating project-manager plugin (i.e.
14564         using anjuta_shell_get()).
14565         
14566         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14567         - Completed add_source(), add_group() and add_target() methods of
14568         IAnjutaProjectManager.
14569         - Change their definition to return the added element (or NULL).
14570         - Used interface API for project main menus and 'add to project'
14571         from file-manager context menu.
14572         - Select proper default target/group when prompting for adding
14573         source/target/group.
14574         - Do not expand all nodes in selection tree when default selection
14575         are given (eases navigation in big projects).
14576         - Code clean ups.
14577         - Marked strings for translation.
14579 2005-05-23 Naba Kumar  <naba@gnome.org>
14581         * src/anjuta-app.c: Save menu accelerators on change.
14582         * NEWS: Updated.
14583         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14584         save-as dialog (leading to crash later).
14586 2005-05-22 Naba Kumar  <naba@gnome.org>
14588         * NEWS: Updated.
14589         * AUTHORS: Added developers for other projects. Updated.
14590         * TODO.tasks: Updated.
14591         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14592         
14593 2005-05-22 Naba Kumar  <naba@gnome.org>
14595         * plugins/tools/execute.c: Make parsable lines distinct by adding
14596         a "Click me" description in the message. Allow tools to open arbibrary
14597         file in editory using gdb-styled annotation (The line starts with two
14598         \032 characters followed by the file:line).
14599         
14600         * plugins/tools/scripts/prepare-changelog.pl,
14601         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14602         ChangeLog file itself and open it.
14604 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14606         * plugins/tools/execute.c:
14607         Parse output in message pane
14608         Correct a crash on plugin deactivation
14610         * plugins/tools/fileop.c,
14611         plugins/tools/tool.c,
14612         plugins/tools/tool.h:
14613         Load only valid tools
14615 2005-06-21  Naba Kumar  <naba@gnome.org>
14617         * anjuta.spec.in: Fixed devel package requirement.
14619         * plugins/message-view/message-view.c: Scroll message on next/previous.
14621         * TODO.tasks: Updated.
14623         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14624         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14625         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14626         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14627         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14628         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14629         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14630         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14632         * libanjuta/anjuta-preferences.c,
14633         plugins/build-basic-autotools/build-basic-autotools.c,
14634         plugins/build-basic-autotools/executer.c,
14635         plugins/class-gen/action-callbacks.c,
14636         plugins/class-gen/action-callbacks.h,
14637         plugins/class-gen/class_gen.c,
14638         plugins/cvs-plugin/cvs-interface.c,
14639         plugins/debug-manager/attach_process.c,
14640         plugins/debug-manager/plugin.c,
14641         plugins/debug-manager/utilities.c,
14642         plugins/debug-manager/utilities.h,
14643         plugins/editor/aneditor-autocomplete.cxx,
14644         plugins/editor/aneditor.cxx,
14645         plugins/editor/search-replace.c,
14646         plugins/editor/search-replace_backend.c,
14647         plugins/gdb/breakpoints.c,
14648         plugins/gdb/registers.c,
14649         plugins/patch/plugin.c,
14650         plugins/project-wizard/druid.c,
14651         plugins/project-wizard/install.c,
14652         plugins/subversion/plugin.c,
14653         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14654         codes.
14656         * plugins/class-gen/action-callbacks.c,
14657         plugins/project-wizard/parser.c,
14658         plugins/project-wizard/property.c,
14659         plugins/project-wizard/values.c,
14660         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14662         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14663         alphabetically
14665 2005-06-20  Naba Kumar  <naba@gnome.org>
14667         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14668         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14669         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14670         
14671         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14672         exit idle function.
14673         
14674         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14675         Fixed possible memory corruption.
14677         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14678         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14679         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14680         progress bar increment and added progress status for symbol refresh
14681         and project loading.
14682         
14683         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14684         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14685         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14686         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14687         bar.
14689         * TODO.tasks: Updated.
14691 2005-06-19  Naba Kumar  <naba@gnome.org>
14693         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14694         Fixed warning.
14695         
14696         * plugins/project-import/project-import.c: Deactivate plugin when done.
14697         
14698 2005-06-18  Naba Kumar  <naba@gnome.org>
14700         * plugins/profile-default/plugin.c: Fixed error when loading another
14701         project while a project is still loaded.
14702         
14703         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14704         signal from gnome-build to popup group properties.
14705         
14706         * src/anjuta.c: Load default session by default.
14708         * po/POTFILES.in: Added missing files.
14709         
14710         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14711         activate plugin on load (activate it separately). Connect to activate
14712         and deactivate signals for housekeeping, so that if plugins are
14713         activated or deactivate externally, they are properly recorded.
14714         
14715         * plugins/profile-default/plugin.c: Save profile before a project
14716         is loaded so that it could be restored when project is closed.
14717         
14718         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14720 2005-06-17  Naba Kumar  <naba@gnome.org>
14722         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14723         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14724         for project. The plugins loaded for the project is restored when project
14725         is loaded next time.
14726         
14727         * TODO.tasks: Updated.
14728         
14729 2005-06-15  Naba Kumar  <naba@gnome.org>
14731         * plugins/tools/scripts/find-fixmes.pl,
14732         (new) plugins/tools/scripts/translation-status.pl,
14733         plugins/tools/scripts/tools-2.xml.in,
14734         plugins/tools/scripts/Makefile.am,
14735         plugins/tools/scripts/prepare-changelog.pl: Added translation
14736         status script. Completed find-fixmes.pl script. Fixed bugs.
14738         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14739         tool path.
14741 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14743         * plugins/message-view/anjuta-message-manager-plugin.glade :
14744         renamed "messages.tag.position" to "messages.tab.position".
14745         plugins/message-view/anjuta-msgman.c : 
14746         Messages tab position prefrences.
14747         
14748 2005-06-14  Naba Kumar  <naba@gnome.org>
14750         * (new) plugins/tools/scripts/find-fixmes.pl,
14751         (new) plugins/tools/scripts/tools-2.xml.in,
14752         (new) plugins/tools/scripts/Makefile.am,
14753         (new) plugins/tools/scripts/prepare-changelog.pl,
14754         plugins/tools/plugin.h, plugins/tools/fileop.c,
14755         plugins/tools/Makefile.am, configure.in: Added system tools.
14757 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14759         * plugins/tools/editor.c:
14760         Take care of creating .anjuta directory if missing
14762 2005-06-10  Naba Kumar  <naba@gnome.org>
14764         * configure.in: Increased gnome-build required to version 0.1.2.
14765         
14766         * plugins/project-manager/plugin.c: Fixed target/group removal.
14767         Fixed memory leaks.
14768         
14769 2005-06-10  Naba Kumar  <naba@gnome.org>
14771         * plugins/project-manager/plugin.c: Implemented target/group
14772         configuration (update gnome-build module from cvs).
14773         
14774 2005-06-07  Naba Kumar  <naba@gnome.org>
14776         Patch from: Massimo Cora'  <maxcvs@email.it>:
14777         * plugins/class-inheritance/Makefile.am,
14778         plugins/class-inheritance/class-inherit.c,
14779         plugins/class-inheritance/class-inherit.h,
14780         plugins/class-inheritance/plugin.c,
14781         plugins/class-inheritance/plugin.h,
14782         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14783         expanded view of classes in hierarchy canvas (collapsable again).
14784         
14785 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14787         * scintilla/patches/scintilla-64-bit.diff (added)
14788         * plugins/patch/patch-plugin.c:
14789         Conditional build for GTK 2.4 and GTK 2.6
14791 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14793         * plugins/tools/anjuta-tools.glade,
14794         plugins/tools/editor.c,
14795         plugins/tools/plugin.h,
14796         plugins/tools/fileop.c:
14797         Add a check box to edit an user script
14798         Correct a few memory leak
14800         * plugins/tools/execute.c,
14801         plugins/tools/tool.c,
14802         plugins/tools/tool.h:
14803         Move utility remove_mnemonic function in tool.c
14804         Small fix
14806 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14808         Patch from sbrabec@suse.cz:
14809         * configure.in
14810         scintilla/include/Scintilla.h:
14811         
14812         Fix 64-Bit warnings in gcc 4
14814 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14815         
14816         * plugins/patch/patch_plugin.c
14817         plugins/patch/patch.h
14818         plugin/patch/patch-plugin.glade
14819         plugin/patch/Makefile.am:
14820         
14821         Changed patch plugin to use libglade and new gtk 2.6 widgets
14823 2005-05-31  Naba Kumar  <naba@gnome.org>
14825         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14826         * plugins/editor/text_editor.c: Don't show error
14827         for empty files.
14828         
14829 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14830         
14831         * plugins/message-view/anjuta-message-manager.ui,
14832         plugins/message-view/anjuta-msgman.c,
14833         plugins/message-view/anjuta-msgman.h,
14834         plugins/message-view/message-view.c,
14835         plugins/message-view/message-view.h,
14836         plugins/message-view/plugin.c:
14837         Add a popup menu in messages panes
14838         Move save message pane option in it
14840 2005-05-28  Naba Kumar  <naba@gnome.org>
14842         * data/properties/styles.properties: Fixed default font
14843         names and sizes.
14845         * plugins/editor/style-editor.c: cleanup.
14846         
14847 2005-05-25  Naba Kumar  <naba@gnome.org>
14849         * plugin/gdb/plugin.c: Start gdb even if the program does
14850         not exists. Fixes bug #305074
14851         
14852 2005-05-24  Naba Kumar  <naba@gnome.org>
14854         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14855         * configure.in: graphviz pkgconfig path.
14857 2005-05-24  Naba Kumar  <naba@gnome.org>
14859         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14860         * TODO.tasks: Updated.
14861         
14862 2005-05-22  Naba Kumar  <naba@gnome.org>
14864         * anjuta.spec.in: Fixed spec file
14865         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14867 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14868         
14869         * TODO.tasks: Updated.
14871         * plugins/message-view/anjuta-message-manager.ui,
14872         plugins/message-view/message-view.c,
14873         plugins/message-view/message-view.h,
14874         plugins/message-view/plugin.c:
14875         Add shortcut for next and previous message
14876         Add a save message menu item
14877         Fix a bug in previous message
14879 2005-05-21  Naba Kumar  <naba@gnome.org>
14881         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14882         doc/Makefile.am, global-tags/create_global_tags.sh,
14883         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14884         and rpm package creation. Fixed installation paths.
14885         
14886         * plugins/editor/anjuta-document-manager.glade,
14887         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14888         and indent options.
14889         
14890         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14892 2005-05-21  Naba Kumar  <naba@gnome.org>
14894         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14895         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14896         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14897         tagmanager/Makefile.am: Fixed paths configure variables to take
14898         automake configure variables instead of hardcoding.
14900         * global-tags/tm_global_tags.c: Formated code.
14902         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14903         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14904         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14905         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14906         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14907         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14908         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14909         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14910         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14912 2005-05-20  Naba Kumar  <naba@gnome.org>
14914         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14915         and fixed rpm spec file (more testing required).
14916         
14917         * data/gdb.init: Don't set gdb prompt.
14918         
14919         * mime/Makefile.am: run update-mime-data only on system-wide install.
14920         
14921         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14923 2005-05-19  Naba Kumar  <naba@gnome.org>
14925         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14926         while it's not visible.
14928         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14929         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14930         
14931 2005-05-19  Naba Kumar <naba@gnome.org>
14933         * configure.in: Fixed subversion checks. Added
14934         --disable-plugin-subversion and --disable-plugin-glade
14935         configure flags to manually turn off their plugin builds.
14937         * plugins/editor/plugin.c: Save and restore current editor line
14938         positions in session.
14940 2005-05-18  Naba Kumar  <naba@gnome.org>
14942         * AUTHORS: Fixed email address.
14943         
14944         * libanjuta/anjuta-utils.c,
14945         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14946         when the projectmanager toplevel is not a window. Check for valid
14947         gtkwindow type before using the passed window as parent for anjuta
14948         dialogs.
14950 2005-05-17  Naba Kumar  <naba@gnome.org>
14952         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
14953         
14954         * plugins/cvs-plugin/Makefile.am,
14955         plugins/devhelp/plugin.c,
14956         plugins/file-loader/Makefile.am,
14957         plugins/macro/Makefile.am,
14958         plugins/message-view/Makefile.am,
14959         plugins/patch/Makefile.am,
14960         plugins/project-manager/Makefile.am,
14961         plugins/subversion/Makefile.am,
14962         plugins/symbol-browser/Makefile.am: Removed -module flags
14963         from libtool flags
14965         * MAINTAINERS: Added file so that I could recieve bugzilla
14966         reports.
14968         * plugins/glade/plugin.c: Fixed compile error.
14970 === Anjuta 2.0.0 ===
14972 2005-05-15  Naba Kumar  <naba@gnome.org>
14974         * configure.in: Adjusted gdl version requirement. Bumped anjuta
14975         version to 2.0.0.
14977         * plugins/symbol-browser/an_symbol_view.c,
14978         plugins/symbol-browser/plugin.c,
14979         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
14980         symbols have been updated. Reset file symbols when update
14981         occurs. Fixed memory leaks.
14983         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14984         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
14985         
14986 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
14988         * plugins/tools/anjuta-tools.glade:
14989         Remove unused parameter dialog
14991         * plugins/tools/dialog.c,
14992         plugins/tools/fileop.c,
14993         plugins/tools/fileop.h,
14994         plugins/tools/tool.c,
14995         plugins/tools/tool.h,
14996         plugins/tools/variable.c:
14997         Add a few comments and cleanups
14999         * plugins/tools/editor.c,
15000         plugins/tools/editor.h:
15001         Remove code from previous plugin and add comments
15002         Use main window as parent (instead of tool list)
15004         * plugins/tools/execute.c,
15005         plugins/tools/execute.h:
15006         Remove code from previous plugin and add comments
15007         Fix warnings
15009 2005-05-14  Naba Kumar  <naba@gnome.org>
15011         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15012         release.
15013         
15014         * configure.in: Fixed
15015         
15016         * plugins/class-inheritance/class-inheritance.png: New icon.
15017         
15018         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15019         screws up when reparented.
15021 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15023         * plugins/editor/search-replace.c,
15024         plugins/editor/search-replace_backend.c
15025         plugins/project-manager/plugin.c : Clear find pane if searching same 
15026         expression. Clean code.
15028 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15030         * configure.in: Added ne in ALL_LINGUAS
15031         
15032 2005-05-13  Naba Kumar  <naba@gnome.org>
15034         * configure.in: Fixed glade-3 version.
15035         
15036         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15037         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15038         plugins/gdb/watch.c: Update locals, watch and frame document on
15039         frame change.
15041 2005-05-12  Naba Kumar  <naba@gnome.org>
15043         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15044         scope autocompletion when the function definition is incomplete.
15045         
15046         * plugins/class-gen/anjuta-class-gen.plugin.in,
15047         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15048         plugins/gdb/plugin.c,
15049         plugins/glade/anjuta-glade.plugin.in,
15050         plugins/project-import/anjuta-project-import.plugin.in,
15051         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15052         titles for the wizards.
15054 2005-05-11  Naba Kumar  <naba@gnome.org>
15056         * configure.in, plugins/debug-manager/Makefile.am,
15057         plugins/debug-manager/plugin.c,
15058         (added) plugins/debug-manager/images/.cvsignore,
15059         (added) plugins/debug-manager/images/Makefile.am,
15060         (added) plugins/debug-manager/images/detach-16.png,
15061         (added) plugins/debug-manager/images/detach.png,
15062         (added) plugins/debug-manager/images/step-into-16.png,
15063         (added) plugins/debug-manager/images/step-into.png,
15064         (added) plugins/debug-manager/images/step-out-16.png,
15065         (added) plugins/debug-manager/images/step-out.png,
15066         (added) plugins/debug-manager/images/step-over-16.png,
15067         (added) plugins/debug-manager/images/step-over.png,
15068         plugins/gdb/Makefile.am,
15069         plugins/gdb/breakpoints.c,
15070         plugins/gdb/plugin.c,
15071         (added) plugins/gdb/images/.cvsignore,
15072         (added) plugins/gdb/images/Makefile.am,
15073         (added) plugins/gdb/images/breakpoint.png,
15074         (added) plugins/gdb/images/locals.png,
15075         (added) plugins/gdb/images/stack.png,
15076         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15077         'remove all'. Added debugger icons.
15079         * plugins/editor/text_editor.c: Fixed file monitor.
15081         Patch from: Massimo Cora'  <maxcvs@email.it>
15082         * plugins/patch/anjuta-patch-plugin.png,
15083         plugins/class-gen/Makefile.am,
15084         plugins/class-gen/action-callbacks.c,
15085         plugins/class-gen/class_gen.c,
15086         plugins/class-gen/class_logo.xpm: Implemented vcs
15087         file addions. New icons by Fabio Zecchini
15089 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15091         * libanjuta/interfaces/libanjuta.idl
15092         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15093         plugins/editor/search-replace_backend.c
15094         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15096 2005-05-11  Naba Kumar  <naba@gnome.org>
15097         
15098         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15099         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15100         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15101         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15102         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15103         memory leaks.
15104         
15105         * plugins/symbol-browser/an_symbol_prefs.c,
15106         plugins/symbol-browser/an_symbol_search.c,
15107         plugins/symbol-browser/an_symbol_view.c,
15108         plugins/symbol-browser/an_symbol_view.h,
15109         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15111 2005-05-11  Naba Kumar  <naba@gnome.org>
15113         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15114         
15115         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15116         progress bar location at create time, instead of hardcoding.
15117         
15118         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15119         Added mini splash screen.
15120         
15121         * plugins/editor/text_editor.c: Do not produce warning when file
15122         monitor could not be created.
15123         
15124         * plugins/profile-default/plugin.c: Save project session on exit.
15125         Show mini splash with progress bar at profile load.
15127 2005-05-10  Naba Kumar  <naba@gnome.org>
15129         * configure.in, manuals/Makefile.am: Fixed compile flags.
15130         Disable outdated manuals builds.
15131         
15132         * global-tags/Makefile.am: Uninstall tags files on
15133         'make uninstall'
15134         
15135         * libegg/Makefile.am: Use configured deprecated flags.
15136         
15137         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15138         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15139         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15140         Updated.
15141         
15142         * mime/Makefile.am: Take DESTDIR into account.
15143         
15144         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15145         
15146         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15147         on scope autocompletion.
15148         
15149         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15150         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15151         shared libs and static libs paths for debugging. Order them
15152         correctly.
15153         
15154         * po/POTFILES.in: Updated.
15156 2005-05-09  Naba Kumar  <naba@gnome.org>
15158         * libanjuta/interfaces/libanjuta.idl,
15159         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15160         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15161         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15162         Implemented debugger source directory search and emits location changed
15163         signal with absolute path of the file.
15165         * plugins/tools/tool.c: Fixed compile errors.
15166         
15167 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15169         * plugins/tools/anjuta-tools.glade,
15170         plugins/tools/dialog.h,
15171         plugins/tools/dialog.c,
15172         plugins/tools/plugin.c,
15173         plugins/tools/editor.c:
15174         Improve graphical user interface
15175         Remove old code
15176         Correct an error on close
15177         Some cleanups
15179         * plugins/tools/fileop.c,
15180         plugins/tools/tool.h,
15181         plugins/tools/tool.c:
15182         Change the tool internal structure
15183         Support having tools configuration in several places
15185 2005-05-08  Naba Kumar  <naba@gnome.org>
15187         * plugins/gdb/actions.c,
15188         (removed) plugins/gdb/registers_cbs.c,
15189         (removed) plugins/gdb/registers_cbs.h,
15190         (removed) plugins/gdb/registers_gui.c,
15191         (removed) plugins/gdb/sharedlib_cbs.c,
15192         (removed) plugins/gdb/sharedlib_cbs.h,
15193         (removed) plugins/gdb/sharedlib_gui.c,
15194         (removed) plugins/gdb/signals_cbs.c,
15195         (removed) plugins/gdb/signals_cbs.h,
15196         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15198 2005-05-08  Naba Kumar  <naba@gnome.org>
15200         * plugins/build-basic-autotools/executer.c: Fixed programs
15201         listing dialog.
15202         
15203         * plugins/debug-manager/Makefile.am,
15204         plugins/debug-manager/anjuta-debug-manager.glade,
15205         plugins/debug-manager/plugin.c,
15206         plugins/gdb/Makefile.am: Used libglade for programs listing
15207         dialog.
15208         
15209         * (added) plugins/gdb/pointer.png: Stack pointer image.
15210         
15211         * libanjuta/anjuta-marshal.list,
15212         pixmaps/Makefile.am,
15213         plugins/gdb/actions.c,
15214         plugins/gdb/actions.h,
15215         plugins/gdb/anjuta-gdb-plugin.ui,
15216         plugins/gdb/anjuta-gdb.glade,
15217         plugins/gdb/breakpoints.c,
15218         plugins/gdb/breakpoints.h,
15219         plugins/gdb/debug_tree.c,
15220         plugins/gdb/debug_tree.h,
15221         plugins/gdb/debugger.c,
15222         plugins/gdb/debugger.h,
15223         plugins/gdb/gdbmi-test.c,
15224         plugins/gdb/gdbmi.c,
15225         plugins/gdb/gdbmi.h,
15226         plugins/gdb/info.c,
15227         plugins/gdb/info.h,
15228         plugins/gdb/locals.c,
15229         plugins/gdb/locals.h,
15230         plugins/gdb/memory.c,
15231         plugins/gdb/memory.h,
15232         plugins/gdb/plugin.c,
15233         plugins/gdb/plugin.h,
15234         plugins/gdb/registers.c,
15235         plugins/gdb/registers.h,
15236         plugins/gdb/registers_cbs.c,
15237         plugins/gdb/registers_cbs.h,
15238         plugins/gdb/registers_gui.c,
15239         plugins/gdb/sharedlib.c,
15240         plugins/gdb/sharedlib.h,
15241         plugins/gdb/sharedlib_cbs.c,
15242         plugins/gdb/sharedlib_cbs.h,
15243         plugins/gdb/sharedlib_gui.c,
15244         plugins/gdb/signals.c,
15245         plugins/gdb/signals.h,
15246         plugins/gdb/signals_cbs.c,
15247         plugins/gdb/signals_cbs.h,
15248         plugins/gdb/signals_gui.c,
15249         plugins/gdb/stack_trace.c,
15250         plugins/gdb/stack_trace.h,
15251         plugins/gdb/utilities.c,
15252         plugins/gdb/utilities.h,
15253         plugins/gdb/watch.c,
15254         plugins/gdb/watch.h,
15255         plugins/gdb/watch_cbs.c,
15256         plugins/gdb/watch_cbs.h,
15257         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15258         it for all debugger component updates and listing. Implemented
15259         user custom debugger command window. Fixed all debugger components
15260         to work correctly. Implemented debugger as GObject. Removed
15261         deprecated codes.
15262         
15263 2005-05-06  Naba Kumar  <naba@gnome.org>
15264         
15265         * TODO.tasks: Updated.
15266         
15267         * plugins/build-basic-autotools/Makefile.am,
15268         plugins/file-loader/Makefile.am,
15269         plugins/profile-default/Makefile.am,
15270         plugins/sample1/Makefile.am,
15271         plugins/symbol-browser/images/Makefile.am,
15272         src/Makefile.am: Fixed 'make distcheck' errors.
15274         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15275         updates.
15277         * tagmanager/tm_workspace.c: Include prototypes in getting
15278         scope members.
15280 2005-05-06  Naba Kumar  <naba@gnome.org>
15282         * TODO.tasks: Updated.
15283         
15284         * configure.in, plugins/cvs-plugin/Makefile.am,
15285         plugins/debug-manager/Makefile.am,
15286         plugins/devhelp/Makefile.am,
15287         plugins/editor/Makefile.am,
15288         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15289         
15290         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15291         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15292         interfaces.
15293         
15294         * tagmanager/tm_workspace.c,
15295         tagmanager/include/tm_workspace.h,
15296         plugins/editor/aneditor-autocomplete.cxx,
15297         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15298         to return all matching tag types when no name is given instead of
15299         returning empty array.
15300         
15301         * plugins/symbol-browser/Makefile.am,
15302         (added) plugins/symbol-browser/an_symbol.c,
15303         (added) plugins/symbol-browser/an_symbol.h,
15304         plugins/symbol-browser/an_symbol_info.c,
15305         plugins/symbol-browser/an_symbol_info.h,
15306         (added) plugins/symbol-browser/an_symbol_iter.c,
15307         (added) plugins/symbol-browser/an_symbol_iter.h,
15308         plugins/symbol-browser/an_symbol_search.c,
15309         plugins/symbol-browser/an_symbol_view.c,
15310         plugins/symbol-browser/an_symbol_view.h,
15311         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15312         plugins/symbol-browser/plugin.c,
15313         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15314         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15315         plugin and implemented IAnjutaIterable interface for symbol search
15316         and iteration.
15318         * plugins/class-inheritance/Makefile.am,
15319         plugins/class-inheritance/class-inherit.c,
15320         plugins/class-inheritance/class-inherit.h,
15321         plugins/class-inheritance/plugin.h: Use the newly added
15322         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15323         get rid of libanjuta-ctags.la dependencies.
15325 2005-05-02  Naba Kumar  <naba@gnome.org>
15327         * plugins/class-inheritance/class-inherit.c,
15328         plugins/class-inheritance/plugin.c,
15329         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15330         be found for a class. Formated code.
15332         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15333         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15334         of editor tabs.
15335         
15336 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15338         * libanjuta/anjuta-launcher.c:
15339         Keep trying sending data until all bytes have been written
15341         * plugins/tools/anjuta-tools.glade,
15342         plugins/tools/editor.c:
15343         Add a combo box to defined data from stdin
15345         * plugins/tools/execute.c:
15346         Send data in stdin if needed
15347         Code cleanups
15349         * plugins/tools/fileop.c,
15350         plugins/tools/tool.h,
15351         plugins/tools/tool.c:
15352         Store, load and save stdin data
15353         Use tools-2.xml instead of tools.xml
15355         * plugins/tools/plugin.c,
15356         plugins/tools/plugin.h:
15357         Code cleanups
15359         * plugins/tools/dialog.c,
15360         plugins/tools/dialog.h:
15361         Few code cleanups
15363         * plugins/tools/variable.c,
15364         plugins/tools/variable.h:
15365         Add editor related variables
15366         Code cleanups
15368 2005-04-29  Naba Kumar  <naba@gnome.org>
15370         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15372         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15373         
15374         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15375         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15376         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15377         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15378         working on gdb MI interface. Completed MI parser interface.
15380         Patch from  Massimo Cora <maxcvs@email.it>:
15381         * plugins/class-inheritance/Makefile.am,
15382         plugins/class-inheritance/class-inherit.c,
15383         plugins/class-inheritance/class-inherit.h,
15384         plugins/class-inheritance/plugin.c,
15385         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15386         Used system theme for colors. Display class members on mouse click.
15387         
15388 2005-04-28  Naba Kumar  <naba@gnome.org>
15390         * plugins/symbol-browser/an_symbol_prefs.c
15391         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15392         implementation to create/add/remove custom tags files in symbol
15393         brower preferences.
15395         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15396         EXTRA_DIST.
15398         * plugins/project-import/project-import.c: Fixed memory leaks and
15399         use correct debug prints.
15400         
15401         * TODO.tasks: Updated.
15402         
15403 2005-04-27  Naba Kumar  <naba@gnome.org>
15405         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15406         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15407         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15409         * plugins/editor/anjuta-docman.c,
15410         plugins/editor/anjuta-docman.h,
15411         plugins/editor/plugin.c: Emit editor-added signal from docman
15412         and connect signals to new editor correctly.
15414         * plugins/class-inheritance/plugin.c,
15415         plugins/symbol-browser/plugin.c: Added stock icons.
15416         
15417         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15418         plugins/build-basic-autotools/executer.c,
15419         plugins/build-basic-autotools/executer.h: Added missing files
15420         for the execute programs implementation.
15422 2005-04-26  Naba Kumar  <naba@gnome.org>
15423         
15424         * TODO.tasks: Updated.
15426         * plugins/file-loader/plugin.c,
15427         plugins/project-import/anjuta-project-import.plugin.in,
15428         plugins/project-import/plugin.c,
15429         plugins/project-import/project-import.c,
15430         plugins/project-import/project-import.h: Be able to import older
15431         anjuta projects.
15433 2005-04-26  Naba Kumar  <naba@gnome.org>
15435         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15436         removing it from the shell.
15438         * libanjuta/anjuta-shell.c,
15439         libanjuta/anjuta-shell.h,
15440         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15441         so that widget additions are freezed or thaw using a pending queue.
15442         Fixded UI flicker while loading projects.
15444 2005-04-26  Naba Kumar  <naba@gnome.org>
15446         * TODO.tasks: Updated.
15447         
15448         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15449         IAnjutaBuildable interface.
15450         
15451         * plugins/build-basic-autotools/Makefile.am,
15452         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15453         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15454         plugins/build-basic-autotools/build-basic-autotools.c,
15455         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15456         interface and UI for executing project/file programs. Implemented
15457         IAnjutaFile interface so that executables could be opened directly.
15458         
15459         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15460         Authors line (Reserved for external plugins, which do not have a way to
15461         show their credits).
15462         
15463         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15464         [File Loader] group for menu labels (default to "Name" if it is not
15465         defined.
15466         
15467         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15468         for executing external commands.
15470 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15472         * plugins/project-wizard/property.c:
15473         Correct a memory leak
15475         * libanjuta/interfaces/libanjuta.idl,
15476         plugins/editor/text_editor.c:
15477         Add erase_all and replace_selection function to IAnjutaEditor
15479         * plugins/tools/anjuta-tools.glade,
15480         plugins/tools/fileop.c,
15481         plugins/tools/editor.c,
15482         plugins/tools/tool.c
15483         plugins/tools/tool.h:
15484         Add shortcut and icon 
15486         * plugins/tools/variable.c,
15487         plugins/tools/variable.h:
15488         Add a variable asking parameters at run time
15490         * plugins/tools/execute.c:
15491         Add a warning message for missing document manager
15492         Add replace buffer and replace selection output
15493         Correct an error in popup output
15495         * plugins/tools/plugin.c,
15496         plugins/tools/plugin.h,
15497         plugins/tools/anjuta-tools.ui,
15498         src/anjuta.ui:
15499         Few clean up
15500         Attach tools menu to a new place
15502 2005-04-25  Naba Kumar  <naba@gnome.org>
15504         * libanjuta/plugins.c, src/about.c, src/about.h,
15505         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15506         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15507         plugins (about box for plugins) menu.
15509 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15511         *  plugins/editor/search-replace.c :
15512         Displayed full path in Search pane window. 
15513         Bug 300231 : Selected line in Search pane window .
15514                 
15515 2005-04-23  Naba Kumar  <naba@gnome.org>
15517         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15519 2005-04-22  Naba Kumar  <naba@gnome.org>
15521         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15522         
15523         * plugins/project-wizard/templates/java.wiz,
15524         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15525         to create bytecodes (.class) files.
15526         
15527         * plugins/symbol-browser/an_symbol_info.c,
15528         plugins/symbol-browser/an_symbol_info.h,
15529         plugins/symbol-browser/an_symbol_search.c,
15530         plugins/symbol-browser/an_symbol_view.c,
15531         plugins/symbol-browser/plugin.c,
15532         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15533         in file symbol list.
15535 2005-04-22  Naba Kumar  <naba@gnome.org>
15537         * TODO.tasks: Updated.
15538         
15539         * plugins/class-inheritance/Makefile.am,
15540         plugins/subversion/Makefile.am: Do not install plugin files when
15541         plugin build condition is false.
15542         
15543         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15544         plugins/build-basic-autotools/build-basic-autotools.c,
15545         plugins/build-basic-autotools/build-basic-autotools.h,
15546         plugins/file-loader/anjuta-loader-plugin.ui,
15547         plugins/file-loader/dnd.c,
15548         plugins/file-loader/plugin.c,
15549         plugins/file-loader/plugin.h,
15550         plugins/project-manager/anjuta-project-manager.ui,
15551         plugins/project-manager/plugin.c: Added open file and build context
15552         menu in project manager context menu.
15554 2005-04-22  Naba Kumar  <naba@gnome.org>
15556         * configure.in: Added message output showing conditional plugins to
15557         build or not.
15558         
15559         * src/layout.xml: Added layout for class-inheritance plugin widget.
15560         
15561         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15562         plugin name to remove redundant terms.
15563         
15564         * TODO.tasks: Updated.
15565         
15566         * configure.in,
15567         plugins/symbol-browser/Makefile.am,
15568         plugins/symbol-browser/an_symbol_view.c,
15569         (removed) plugins/symbol-browser/sv_class.xpm,
15570         (removed) plugins/symbol-browser/sv_function.xpm,
15571         (removed) plugins/symbol-browser/sv_macro.xpm,
15572         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15573         (removed) plugins/symbol-browser/sv_private_var.xpm,
15574         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15575         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15576         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15577         (removed) plugins/symbol-browser/sv_public_var.xpm,
15578         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15579         (removed) plugins/symbol-browser/sv_static_var.xpm,
15580         (removed) plugins/symbol-browser/sv_struct.xpm,
15581         (removed) plugins/symbol-browser/sv_unknown.xpm,
15582         (removed) plugins/symbol-browser/sv_variable.xpm,
15583         (added) plugins/symbol-browser/images/.cvsignore,
15584         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15585         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15586         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15587         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15588         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15589         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15590         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15591         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15592         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15593         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15594         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15595         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15596         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15597         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15598         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15599         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15600         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15601         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15602         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15603         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15604         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15605         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15606         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15607         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15608         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15609         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15610         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15611         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15612         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15613         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15614         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15615         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15616         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15617         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15618         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15619         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15620         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15621         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15622         pixmaps and added new icons (taken from monodevelop).
15624 2005-04-21  Naba Kumar  <naba@gnome.org>
15626         Patch from  Massimo Cora <maxcvs@email.it>:
15628         * configure.in, plugins/Makefile.am
15629         (new) plugins/class-inheritance/.cvsignore,
15630         (new) plugins/class-inheritance/Makefile.am,
15631         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15632         (new) plugins/class-inheritance/class-inherit.c,
15633         (new) plugins/class-inheritance/class-inherit.h,
15634         (new) plugins/class-inheritance/plugin.c,
15635         (new) plugins/class-inheritance/plugin.h,
15636         (new) plugins/class-inheritance/class-inheritance.png: Added class
15637         inheritance plugin.
15638         
15639         Changes by naba: Added pkgconfig check for graphviz and conditionally
15640         build graphviz.
15641         
15642         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15644 2005-04-20  Naba Kumar  <naba@gnome.org>
15646         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15647         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15648         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15649         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15650         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15651         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15652         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15653         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15654         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15655         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15656         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15657         
15658         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15659         message view management.
15661         * libanjuta/anjuta-children.[ch],
15662         plugins/build-basic-autotools/build-basic-autotools.c,
15663         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15664         Removed anjuta_children_init() function,
15665         because it is done automatically when first invoked. Introduced
15666         anjuta_children_recover() to recover the child signalling. Fixed
15667         child exit management to correctly recover the exit status.
15668         
15669         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15670         to properly shutdown the launcher and to kill the running process
15671         (without emitting any signal).
15672         
15673         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15674         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15675         gdb and program instance.
15677 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15679         * plugins/editor/search-replace.c :
15680         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15682 2005-04-18  Naba Kumar  <naba@gnome.org>
15684         * TODO.tasks: Marked completed items.
15685         
15686         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15687         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15688         plugins/project-manager/plugin.c: Prompt user for the debugging
15689         target (select from a list of project's executable targets) and
15690         correctly start debugger. Take care of libtool wrapping when the
15691         target selected is libtool target. Fixed debugger menu items
15692         sensitivity.
15694 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15696         * plugins/tools/execute.c,
15697         plugins/tools/execute.h:
15698         Implement save all files before running a command
15699         Implement all options for stdout and stderr except replace buffer
15700         Allow running several tools
15702         * plugins/tools/plugin.c:
15703         Move anjuta launcher in execute.c
15705         * plugins/tools/tools.h,
15706         plugins/tools/variable.c:
15707         Small changes
15709 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15711         * plugins/tools/anjuta-tools.glade:
15712         Add new properties in tool editor dialog
15713         Cosmetic improvements
15714         
15715         * plugins/tools/anjuta-tools.ui:
15716         Attach tool menu as a build menu
15718         * plugins/tools/dialog.c:
15719         Set tool menu item sensitivity in tool list
15720         Fix bugs
15722         * plugins/tools/editor.c,
15723         plugins/tools/editor.h,
15724         plugins/tools/fileop.c,
15725         plugins/tools/tool.c,
15726         plugins/tools/tool.h:
15727         Add new properties (active, save file...)
15728         Most of them are still not implemented
15730         * plugins/tools/execute.c,
15731         plugins/tools/execute.h:
15732         Reorganize code to support multiple run
15733         Support run in terminal
15734         
15735         * plugins/tools/plugin.c
15736         plugins/tools/plugin.h:
15737         Move message handling in execute.c
15739         * plugins/tools/variable.h,
15740         plugins/tools/variable.c:
15741         Add useful variables
15742         
15743 2005-04-13  Naba Kumar  <naba@gnome.org>
15745         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15746         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15747         
15748 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15750         * plugins/tools/dialog.c plugins/tools/tool.c :
15751         Fixed bugs.
15753 2005-04-06  Naba Kumar  <naba@gnome.org>
15755         * src/anjuta.c: Load default session only when
15756         "anjuta.session.load.last" preference is enabled.
15757         
15758 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15760         * plugins/tools/Makefile.am,
15761         plugins/tools/variable.c,
15762         plugins/tools/variable.h:
15763         Add new code for handling variables
15765         * plugins/tools/anjuta-tools.glade:
15766         Improve tool editor dialog
15767         Add variable selection dialog
15769         * plugins/tools/dialog.c,
15770         plugins/tools/dialog.h,
15771         plugins/tools/plugin.c,
15772         plugins/tools/plugin.h:
15773         Add variable object
15774         Add a function to get it
15776         * plugins/tools/editor.c:
15777         Add gui code for variable selection dialog
15779         * plugins/tools/execute.c:
15780         Use variables for executing command
15781         
15782         * Naba: Compile warning fixes.
15784 2005-04-06  Naba Kumar  <naba@gnome.org>
15786         * TODO.tasks: Marked completed items.
15787         
15788 2005-04-06  Naba Kumar  <naba@gnome.org>
15790         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15791         compile error.
15792         
15793         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15795 2005-04-04  Naba Kumar  <naba@gnome.org>
15797         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15798         inside Main window.
15799         
15800 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15802         * plugins/tools/Makefile.am,
15803         plugins/tools/anjuta-tools.plugin.in,
15804         plugins/tools/anjuta-tools.ui,
15805         plugins/tools/anjuta-tools.gladei,
15806         plugins/tools/anjuta-tools-plugin.png,
15807         plugins/tools/plugin.c,
15808         plugins/tools/plugin.h,
15809         plugins/tools/dialog.c,
15810         plugins/tools/dialog.h,
15811         plugins/tools/fileop.c,
15812         plugins/tools/fileop.h,
15813         plugins/tools/tool.c,
15814         plugins/tools/tool.h,
15815         plugins/tools/editor.c,
15816         plugins/tools/editor.h,
15817         plugins/tools/execute.c,
15818         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15819         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15820         Not fully working
15822         * anjuta-tools.[ch]: Removed old tools code.
15823         
15824 2005-04-01  Steve Murphy  <murf@e-tools.com>
15826         * configure.in: Added "rw" to ALL_LINGUAS.
15828 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15830         * Modified Files:
15831         manuals/C/anjuta-manual/fileoperations.xml
15832         Added Files:
15833         manuals/C/anjuta-manual/figures/search_expr.png
15834         manuals/C/anjuta-manual/figures/search_expr_basic.png
15835         manuals/C/anjuta-manual/figures/search_file_list.png
15836         manuals/C/anjuta-manual/figures/search_file_pattern.png
15837         manuals/C/anjuta-manual/figures/search_replace.png
15838         manuals/C/anjuta-manual/figures/search_setting.png
15839         manuals/C/anjuta-manual/figures/search_target.png
15840         manuals/C/anjuta-manual/figures/search_target_action.png
15841         manuals/C/anjuta-manual/figures/search_target_in.png
15842         Removed Files:
15843         manuals/C/anjuta-manual/figures/find_files.png
15844         manuals/C/anjuta-manual/figures/find_replace.png
15845         manuals/C/anjuta-manual/figures/find_text.png :
15846         Updated Anjuta manual (File Operations)
15848 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15850         * manuals/C/anjuta-manual/fileoperations.xml,
15851         manuals/C/anjuta-manual/figures/open_file.png,
15852         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15853         manuals/C/anjuta-manual/figures/prefs_print.png,
15854         manuals/C/anjuta-manual/figures/print_dlg.png,
15855         manuals/C/anjuta-manual/figures/print_preview.png.
15856         * Added Files:
15857         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15858         manuals/C/anjuta-manual/figures/display_macro.png,
15859         manuals/C/anjuta-manual/figures/insert_text.png,
15860         manuals/C/anjuta-manual/figures/keyword_macro.png,
15861         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15862         manuals/C/anjuta-manual/figures/save_as_file.png :
15863         Updated Anjuta Manual (File Operations)
15865 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15867         * plugins/editor/action-callbacks.c,
15868           plugins/file-loader/plugin.c,
15869           plugins/gtodo/main.c,
15870           plugins/project-wizard/druid.c:
15871           Fix spelling/grammar errors. Fixes bugs
15872           169068, 169137, 169138, and 169139.
15874 2005-03-21  Naba Kumar  <naba@gnome.org>
15876         Patch from: Massimo Cora' <maxcvs@email.it>:
15877         
15878         * plugins/editor/Makefile.am
15879         plugins/editor/anjuta-docman.c,
15880         (added) plugins/editor/editor-tooltips.c,
15881         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15882         editor tabs to show full path.
15884 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15885         
15886         * plugins/subversion/svn-backend.c:
15887         Removed "apr-0/" from include because this is 
15888         already included in SVN_INCLUDE and broke building if
15889         apr >= 1.0 was installed.
15891 2005-03-18  Naba Kumar  <naba@gnome.org>
15893         Patch from: Massimo Cora' <maxcvs@email.it>:
15895         * plugins/editor/action-callbacks.c,
15896         plugins/editor/aneditor-calltip.cxx,
15897         plugins/editor/aneditor-priv.h,
15898         plugins/editor/aneditor.cxx,
15899         plugins/editor/aneditor.h,
15900         plugins/editor/anjuta-document-manager.ui: Added calltip
15901         activation from menu.
15903 2005-03-16  Naba Kumar  <naba@gnome.org>
15905         Patch from: Massimo Cora' <maxcvs@email.it>:
15906         
15907         * plugins/class-gen/action-callbacks.c,
15908         plugins/class-gen/anjuta-class-gen-plugin.glade,
15909         plugins/class-gen/class_gen.c,
15910         plugins/class-gen/class_gen.h,
15911         plugins/class-gen/class_logo.xpm,
15912         plugins/class-gen/plugin.c: Create files without project
15913         being open. Add to project support. And other enhancements.
15915 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15917         * anjuta.glade,
15918           plugins/debug-manager/utilities.c,
15919           plugins/file-loader/plugin.c,
15920           plugins/gdb/utilities.c,
15921           plugins/profile-default/plugin.c,
15922           plugins/project-import/project-import.c,
15923           src/anjuta-actions.h:
15924           Spelling/grammar fixes.
15926 2005-03-13  Naba Kumar  <naba@gnome.org>
15927         
15928         * plugins/editor/action-callbacks.c,
15929         plugins/editor/action-callbacks.h,
15930         plugins/editor/anjuta-document-manager.ui,
15931         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15932         submenu. Moved menuitems from Format to View->Editor.
15933         
15934         * src/action-callbacks.c, src/action-callbacks.h,
15935         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15936         layout and lock layout menus in View submenu. Get rid of
15937         Settings->Layout Manager menu.
15938         
15939         * plugins/project-import/anjuta-project-import.plugin.in:
15940         Fixed icon name
15942         * global-tags/Makefile.am,
15943         global-tags/create_global_tags.sh,
15944         plugins/editor/aneditor-autocomplete.cxx,
15945         plugins/editor/aneditor-priv.h,
15946         plugins/editor/aneditor.cxx,
15947         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15948         in editor and made it work in global symbols also.
15949         
15950         * src/anjuta-app.c: Always use priority texts besides icons style
15951         for toolbars, because other styles look horible for Anjuta (fixme).
15953 2005-03-11  Naba Kumar  <naba@gnome.org>
15955         * configure.in: Removed test for iconv.
15957         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
15958         before scintilla widget is realized.
15959         
15960         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
15961         for Update menuitem.
15962         
15963         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
15964         already applied in scintilla main stream.
15965         
15966         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
15967         and notified scintilla developer.
15968         
15969 2005-03-10  Naba Kumar  <naba@gnome.org>
15971         * src/action-callbacks.c: Removed reference to src/help.h (dead
15972         file).
15974         * plugins/editor/text_editor.c: Removed reference to
15975         src/launcher.h (a dead file).
15977         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
15978         src/controls.c, src/controls.h, src/fileselection.c,
15979         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
15980         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
15981         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
15982         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
15983         src/session.h, src/support.c, src/support.h, src/toolbar.c,
15984         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
15985         Removed these dead files from CVS.
15988 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15990         * plugins/file-wizard/action-callbacks.c : Added error message.
15991         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
15994 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
15995         
15996         * plugins/cvs-plugin/cvs-callbacks.c
15997         plugins/cvs-plugin/plugin.c:
15998         Fixed preferences page init and busy handling
15999         
16000         * plugins/subversion/plugin.c:
16001         Fixed preferences page init
16003 2005-03-09  Naba Kumar  <naba@gnome.org>
16005         * plugins/Makefile.am, plugins/glade/Makefile.am,
16006         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16007         enabled glade plugin in Anjuta. The plugin is built only when
16008         glade3 is installed.
16009         
16010 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16012         * plugins/project-wizard/templates/java.wiz
16013         plugins/project-wizard/templates/java-logo.png (*)
16014         plugins/project-wizard/templates/java/*
16015         plugins/project-wizard/templates/Makefile.am
16016         configure.in:
16017         
16018         Add Java project type. It generates a autoconf/automake
16019         project which is compiled using gcj. It requires automake 
16020         > 1.4 (1.9 is known to work) to work!
16021         
16022         (*) still awaiting response from the gcj team if we
16023         may use their logo.
16024         
16025 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16026         
16027         * plugins/project-import/*
16028         plugins/Makefile.am
16029         configure.in:
16030         Added project import plugin. Might be a bit buggy and limited
16031         but works for now.
16032         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16033         Icon from old pixmaps dir
16035 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16037         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16038         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16039         Added C Custom_Indent line macro.
16040         Cleaned macros.xml
16042 2005-03-09  Naba Kumar  <naba@gnome.org>
16044         * TODO.tasks: Added new message-manager tasks.
16045         
16046         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16047         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16048         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16049         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16050         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16051         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16052         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16053         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16054         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16055         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16056         
16057         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16058         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16059         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16060         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16061         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16062         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16063         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16064         Removed debugger widgets from shell on debugger shutdown. Added
16065         scrolled windows for docked widgets. Removed unnecessary widget refs
16066         and unrefs. Destroy widgets correctly on debugger shutdown.
16067         
16068         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16069         with project description title. Removed frame shadow.
16070         
16071         * plugins/project-wizard/druid.c: Initializes tooltips.
16072         
16073         * scintilla/Makefile.am: Fixed comiple error.
16075 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16077         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16078           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16080 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16082         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16083         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16084         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16085         plugins/macro/macros.xml, plugins/macro/plugin.c :
16086         Moved cursor at the '|' position defined in macros.
16088 2005-03-07  Naba Kumar  <naba@gnome.org>
16090         * plugins/subversion/Makefile.am: Fixed build error.
16092         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16093         types (perl, python, shellscript).
16094         
16095         * plugins/editor/plugin.c: Fixed to show all highlight options.
16096         
16097 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16099         * TODO.tasks : updated tasks.
16100         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16102 2005-03-07  Naba Kumar  <naba@gnome.org>
16104         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16105         or disable subversion file-manager submenu. If "Subvesion" is also
16106         valid directory, we should also check for it.
16108         * configure.in: Disable cygwin macro until someone fixes the
16109         autoconf warnings.
16110         
16111         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16112         backward compatibility.
16113         
16114 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16116         * src/about.c : Cleaned code.
16117         * plugins/macro/macros.xml : Added "do_while" C macro.
16118         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16119         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16120         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16121         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16122         
16123 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16125         * plugins/class-gen/plugin.c:
16126         Removed "return" to activate project_root_uri watching.
16128 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16130         * plugins/Makefile.am
16131         plugins/subversion/*:
16132         Added subversion plugin. Add, Remove, Commit and Update work
16133         everything else needs work.
16134         
16135         * plugins/terminal/terminal.c
16136         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16137         we still have focus problems with the editor.
16139 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16141         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16142         
16143 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16145         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16147 2005-03-04  Naba Kumar  <naba@gnome.org>
16149         Patch from Massimo Cora' <maxcvs@email.it>:
16151         * plugins/class-gen/Makefile.am,
16152         plugins/class-gen/action-callbacks.c,
16153         plugins/class-gen/action-callbacks.h,
16154         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16155         plugins/class-gen/anjuta-class-gen.plugin.in,
16156         plugins/class-gen/class_gen.c,
16157         plugins/class-gen/class_gen.h,
16158         (removed) plugins/class-gen/clsGen.c,
16159         (added) plugins/class-gen/goc_template_header,
16160         (added) plugins/class-gen/goc_template_source,
16161         plugins/class-gen/plugin.c,
16162         plugins/class-gen/plugin.h: Refactored class gen code.
16163         Added GOCBuilder code. Fixed UI. Implemented plugin.
16165 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16167         * plugins/project-wizard/property.c
16168         plugins/project-wizard/install.c
16169         plugins/project-wizard/druid.c
16170         plugins/editor/goto_line.c
16171         plugins/editor/plugin.c
16172         plugins/gtodo/add_edit_item.c
16173         plugins/gtodo/ligtodo.c
16174         plugins/gtodo/main.c
16175         plugins/gtodo/preferences.c:
16176         Fixed #167559, #167534, #167266, #167357
16177         (Bad English in strings...)
16178         
16179         Thanks to Adam Weinberger and Thierry Moisan for
16180         reporting!
16182 2005-03-03  Naba Kumar  <naba@gnome.org>
16184         * libegg/Makefile.am, libegg/menu/Makefile.am,
16185         (added) libegg/egg-submenu-action.c,
16186         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16187         submenu (used for wizard listing).
16188         
16189         * plugins/file-loader/anjuta-loader-plugin.ui
16190         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16191         and toolbar.
16192         
16193         * plugins/editor/action-callbacks.c,
16194         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16195         ctrl+tabbing because it was interfaring with focus navigation.
16196         Focus editor on "Esc" in incremental search entry. Cleanups.
16197         
16198         * plugins/file-manager/an_file_view.c,
16199         plugins/symbol-browser/plugin.c,
16200         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16201         Cleanups.
16202         
16203         * plugins/profile-default/plugin.c,
16204         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16205         for sesssion load.
16206         
16207         * (removed) scintilla/patches/a64-crash-fix.patch,
16208         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16209         scintilla patches.
16211 2005-03-03  Naba Kumar  <naba@gnome.org>
16213         * HACKING: Fixed typos.
16214         
16215         * plugins/editor/aneditor-indent.cxx: Clean up.
16216         
16217         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16218         Enable/disable save, undo and redo actions depending on state
16219         of the editor.
16220         
16221 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16223         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16224         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16225         Displayed search_incremental status.
16227         * Removed plugins/editor/search_incremental.[ch]
16229 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16230         
16231         * plugins/cvs-plugin/cvs-execute.c
16232         plugins/cvs-plugin/cvs-callbacks.c:
16233         - Use weak reference on mesg_view and reuse tab if
16234         it still exists to avoid cluttering message manager.
16235         - Fixed bug in cvs remove
16236         
16237         README, HACKING: Updated
16238         
16239         configure.in: Added check for libsvn
16241 2005-02-29  Naba Kumar  <naba@gnome.org>
16242         
16243         * plugins/file-manager/an_file_view.c,
16244         plugins/symbol-browser/an_symbol_view.c,
16245         plugins/symbol-browser/plugin.c: Hide column headers (they
16246         are redundant).
16248 2005-02-29  Naba Kumar  <naba@gnome.org>
16250         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16251         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16252         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16253         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16254         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16255         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16256         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16257         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16258         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16259         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16261         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16262         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16263         (added) libanjuta/anjuta-session.[hc],
16264         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16265         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16266         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16267         src/main.c:
16268         
16269         Implemented session management. Implemented session
16270         container class. Added session notifications from shell. Implemented
16271         session save/load in editor, file-loader, default-profile-plugin
16272         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16273         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16274         and maximized states in session. Implemented project session
16275         management.
16277 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16279         * plugins/class-gen/action-callbacks.[ch],
16280         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16281         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16282         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16283         with Escape key.
16285 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16286         
16287         * plugins/project-wizard/anjuta-project-wizard.glade,
16288         plugins/project-wizard/druid.c:
16289         Add some padding in tab label in project selection page
16290         
16291         * plugins/project-wizard/druid.c,
16292         plugins/project-wizard/parser.c:
16293         Search for project template recursively
16294         Add ~/.anjuta/project to the search paths
16296 2005-02-26  Naba Kumar  <naba@gnome.org>
16298         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16299         * plugins/file-loader/plugin.c: Fixed crash bug.
16300         * libanjuta/plugins.c: Fixed memory leak.
16301         
16302 2005-02-26  Naba Kumar  <naba@gnome.org>
16303         
16304         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16305         "UserActivatable" attribute for plugins. This attribute if set to
16306         "no" will prevent users from activating/deactivating it from
16307         plugins dialog. Added a toggle button in plugins dialog to toggle
16308         the plugins list between list of activatable plugins (default) to
16309         list of all plugins. anjuta_plugin_select() now only selects the
16310         plugin. Added anjuta_plugins_select_and_activate() method that will
16311         select and activate it.
16312         
16313         * plugins/profile-default/Makefile.am,
16314         plugins/profile-default/anjuta-default-profile.ui,
16315         plugins/profile-default/plugin.c,
16316         plugins/profile-default/plugin.h,
16317         plugins/project-manager/anjuta-project-manager.ui,
16318         plugins/project-manager/plugin.c,
16319         plugins/project-manager/plugin.h:
16320         
16321         Anjuta projects (*.anjuta) files define the profile of respective
16322         projects. Profile is a set of related plugins required for the
16323         project to open. Moved "close project" action from Project Manager
16324         to Profile Manager plugin. Implemented loading and unloading of
16325         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16326         (instead of Project Manager) now handles opening of *.anjuta files.
16327         Close Project menuitem is now moved to File submenu (being
16328         consistent with Anjuta 1.x versions and avoiding creating Project
16329         submenu when project manager is not loaded).
16330         
16331         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16332         
16333         * src/anjuta.ui: Fixed place holder for projects.
16334         
16335         * (new) plugins/profile-default/default.anjuta: default startup
16336         profile. Removed the hardcoded plugins loading in
16337         DefaultProfilePlugin.
16339         * anjuta.anjuta,
16340         plugins/project-wizard/templates/terminal/project.anjuta:
16341         Implemented project format in newly created projects.
16343         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16344         plugins/class-gen/anjuta-class-gen.plugin.in,
16345         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16346         plugins/editor/anjuta-document-manager.plugin.in,
16347         plugins/file-loader/anjuta-loader.plugin.in,
16348         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16349         plugins/gdb/anjuta-gdb.plugin.in,
16350         plugins/glade/anjuta-glade.plugin.in,
16351         plugins/message-view/anjuta-message-manager.plugin.in,
16352         plugins/profile-default/anjuta-default-profile.plugin.in,
16353         plugins/project-manager/anjuta-project-manager.plugin.in,
16354         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16355         Defined UserActivatable attributes. Added supported types attribute.
16357         * plugins/project-wizard/anjuta-project-wizard.glade
16358         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16359         "Project Wizard" in preferences title.
16361         * TODO.tasks: Updated.
16362         
16363         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16364         Updated.
16365         
16366 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16368         * plugins/file-wizard/anjuta-file-wizard.glade
16369         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16370         
16371         Integrated License macros, cleaned file.c.
16372         
16373 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16374         
16375         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16376         username can not be found correctly.
16378 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16380         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16381         plugins/macro/macros.xml :
16382         
16383         Added Headers macros. Cleaned file.c
16385 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16387         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16388         plugins/macro/macros.xml :
16389         
16390         Fixed a bug. Added Header macro.
16392         
16393 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16395         * plugins/file-wizard/action-callbacks.c, 
16396         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16397         plugins/macro/macros.xml :
16398         
16399         Added FileName, Header template macros.
16400         
16401 2005-02-24  Naba Kumar  <naba@gnome.org>
16402         
16403         * plugins/patch/patch-plugin.c: Fixed a function call.
16404         
16405         * src/anjuta.c, src/main.c: Save and load default session.
16406         
16407 2005-02-24  Naba Kumar  <naba@gnome.org>
16409         * libanjuta/interfaces/libanjuta.idl,
16410         plugins/message-view/anjuta-msgman.c,
16411         plugins/message-view/anjuta-msgman.h,
16412         plugins/message-view/plugin.c: Added and implemented
16413         set_view_title() method.
16414         
16415         * plugins/build-basic-autotools/build-basic-autotools.c,
16416         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16417         build context pooling. Maximum 3 contexts are reused. Additional
16418         contexts are created when all are busy.
16420 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16422         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16423         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16424         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16425         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16427         Added Copyright, Changelog macros.
16428                 
16429 2005-02-23  Naba Kumar  <naba@gnome.org>
16431         Patch from Massimo Cora' <maxcvs@email.it>:
16432         * plugins/Makefile.am,
16433         plugins/patch/Makefile.am,
16434         (added) plugins/patch/anjuta-patch-plugin.png,
16435         (added) plugins/patch/anjuta-patch.plugin.in,
16436         (added) plugins/patch/anjuta-patch.ui,
16437         plugins/patch/patch-plugin.c,
16438         (added) plugins/patch/patch-plugin.h,
16439         (added) plugins/patch/plugin.c,
16440         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16441         architecture.
16443 2005-02-23  Naba Kumar  <naba@gnome.org>
16445         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16446         file-loader/plugin.c, profile-default/plugin.c:
16447         Implemented "activated" and "deactivated" signals for plugin class.
16448         Renamed *_location() functions to *_id(), because location is
16449         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16450         anjuta_plugins_unload_plugin().
16451         
16452         * class-gen/plugin.c: Fixed complier warning and utility function call.
16453         
16454         * debug-manager/plugin.c: Unload debugger plugin correctly.
16455         
16456         * project-manager/plugin.c:     Fixed compiler warnings.
16457         
16458         * plugins/project-wizard/templates/gnome/.cvsignore,
16459         plugins/project-wizard/templates/gnome/po/.cvsignore,
16460         plugins/project-wizard/templates/gnome/src/.cvsignore,
16461         plugins/project-wizard/templates/gtk/po/.cvsignore,
16462         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16463         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16464         
16465         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16466         build (we need to fix this thing).
16467         
16468 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16470         * plugins/macro/macro-action.[ch]
16471         plugins/macro/macro-edit.c
16472         plugins/macro/macro-dialog.c
16473         plugins/macro/macro-db.[ch]
16474         plugins/macro/plugin.[ch]
16475         plugins/macro/macro-util.[ch] (added)
16476         
16477         Cleaned up macro plugin and preview expanded macros.
16479 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16481         * plugins/cvs-plugin/cvs-interface.c:
16483         Fixed option setting when using no compression and not 
16484         ignoring .cvsrc
16486 2005-02-23  Naba Kumar  <naba@gnome.org>
16487         
16488         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16489         geometry on exit and startup (only if there is no geometry from the
16490         session).
16492         * TODO.tasks: Updated.
16493         
16494         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16495         
16496         * manuals/reference/libanjuta/Makefile.am,
16497         manuals/reference/libanjuta/libanjuta-docs.sgml,
16498         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16499         documentation for writing project templates.
16501 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16503         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16504         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16505         
16506         Expansion keywords in macros. 
16508 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16510         * plugins/file-wizard/action-callbacks.c,
16511         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16512         plugins/macro/macros.xml :
16513         
16514         Inserting text by macro plugin
16515         In progress ...
16517 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16519         * plugins/macro/plugin.c
16520         plugins/cvs-plugin/plugin.c:
16521         
16522         Fixed interfaces (use static)
16524 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16525         
16526         * plugins/macro/macro-actions.[ch]
16527         plugins/macro/plugin.c
16528         libanjuta/interfaces/libanjuta.idl:
16529         
16530         Implemented IAnjutaMacro interface to be used by file-wizard
16531         
16532         * plugins/cvs-plugin/plugin.c
16533         libanjuta/interfaces/libanjuta.idl:
16534         
16535         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16536         for all version control systems and not only for cvs.
16538 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16540         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16541         insert_macro.
16542         
16543         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16546 2005-02-21  Naba Kumar  <naba@gnome.org>
16548         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16549         IAnjutaDebugger interface.
16550         
16551         * plugins/debug-manager/anjuta-debug-manager.ui,
16552         plugins/debug-manager/attach_process.c,
16553         plugins/debug-manager/attach_process.h,
16554         plugins/debug-manager/plugin.c,
16555         plugins/debug-manager/plugin.h,
16556         plugins/gdb/actions.c,
16557         plugins/gdb/actions.h,
16558         plugins/gdb/anjuta-gdb-plugin.ui,
16559         plugins/gdb/breakpoints.c,
16560         plugins/gdb/breakpoints.h,
16561         plugins/gdb/debugger.c,
16562         plugins/gdb/debugger.h,
16563         plugins/gdb/memory.c,
16564         plugins/gdb/plugin.c,
16565         plugins/gdb/plugin.h,
16566         plugins/gdb/sharedlib.h,
16567         plugins/gdb/sharedlib_cbs.c,
16568         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16569         correctly between debug-manager and debugger. Implemented debugger
16570         interface in gdb plugin. Fixed action names. Added UI updating.
16571         Start and stop debugger (does not work yet). Fixed UI merging.
16572         Fixed debugger plugin handling in debug-manager.
16574 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16576         * plugins/editor/aneditor-autocomplete.cxx:
16577         
16578         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16579         crash with C++ "template" keyword.
16581 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16583         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16584         Fixed bug (Closed macro dialogs with Esc key).
16585         
16586 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16587         
16588         * plugins/project-wizard/xlib.wiz,
16589         plugins/project-wizard/xlib-logo.png,
16590         plugins/project-wizard/xlib/*:
16591         Port old xlib anjuta project on new project wizard
16592         
16593         * plugins/project-wizard/xlib-dock.wiz,
16594         plugins/project-wizard/xlib-dock/*:
16595         Port old xlib dock anjuta project on new project wizard
16596         
16597         * plugins/project-wizard/wxwin.wiz,
16598         plugins/project-wizard/wxwin-logo.png,
16599         plugins/project-wizard/wxwin/*:
16600         Port old wxwin anjuta project on new project wizard
16601         
16602         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16603         necessary changes for the new templates.
16604         
16605 2005-02-18  Naba Kumar  <naba@gnome.org>
16607         * plugins/Makefile.am: Added class-gen
16608         
16609 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16611         * plugins/project-wizard/header.c:
16612         Fix a bug in sorting of project categories
16614 2005-02-18  Naba Kumar  <naba@gnome.org>
16616         Patch from Massimo Cora  <maxcvs@email.it>:
16617         
16618         * plugins/class-gen/.cvsignore,
16619         plugins/class-gen/Makefile.am,
16620         (added) plugins/class-gen/action-callbacks.c,
16621         (added) plugins/class-gen/action-callbacks.h,
16622         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16623         (added) plugins/class-gen/class_gen.c,
16624         (added) plugins/class-gen/class_gen.h,
16625         (added) plugins/class-gen/plugin.c,
16626         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16627         new architecture.
16628         
16629         * plugins/project-manager/plugin.c: implemented add_source().
16631 2005-02-17  Naba Kumar  <naba@gnome.org>
16633         * plugins/file-loader/plugin.c: Fixed possible crash.
16634         
16635         * src/action-callbacks.c, src/action-callbacks.h,
16636         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16638 2005-02-17  Naba Kumar  <naba@gnome.org>
16639         
16640         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16641         plugins/project-wizard/templates/gnome.wiz,
16642         plugins/project-wizard/templates/gtk.wiz,
16643         plugins/project-wizard/templates/gtkmm.wiz,
16644         plugins/project-wizard/templates/terminal.wiz,
16645         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16646         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16647         plugins/project-wizard/templates/gnome/src/callbacks.c,
16648         plugins/project-wizard/templates/gnome/src/callbacks.h,
16649         plugins/project-wizard/templates/gnome/src/main.c,
16650         plugins/project-wizard/templates/gtk/src/callbacks.c,
16651         plugins/project-wizard/templates/gtk/src/callbacks.h,
16652         plugins/project-wizard/templates/gtk/src/main.c,
16653         plugins/project-wizard/templates/gtkmm/src/main.cc,
16654         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16655         to generate licence correctly (without any extra newlines). Removed
16656         IncludeGNUHeader macro definition and added proper licence property.
16657         Fixed project directory paths in file contents.
16659 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16661         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16662         Closed macro dialogs with Esc key.
16664 2005-02-16  Naba Kumar  <naba@gnome.org>
16666         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16667         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16668         plugins/project-wizard/templates/gnome/src/callbacks.c,
16669         plugins/project-wizard/templates/gnome/src/callbacks.h,
16670         plugins/project-wizard/templates/gnome/src/main.c,
16671         plugins/project-wizard/templates/gtk/src/main.c,
16672         plugins/project-wizard/templates/gtkmm/src/main.cc,
16673         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16674         macros to avoid blank newlines.
16676 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16678         * plugins/project-wizard/autogen.c:
16679         Correct a problem when having property value in UTF-8
16681         * plugins/project-wizard/druid.c:
16682         Correct a bug when reselecting a new project (all pages
16683         must be removed)
16685         * plugins/project-wizard/property.c:
16686         Avoid having default invalid properties
16688         * plugins/project-wizard/templates/terminal.wiz,
16689         plugins/project-wizard/templates/terminal/po/ChangeLog,
16690         plugins/project-wizard/templates/terminal/src/main.c:
16691         Remove command for testing run function
16692         Move destination directory to second page and include
16693         project name. Add exist tag. Remove unused properties.
16695 2005-02-16  Naba Kumar  <naba@gnome.org>
16697         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16698         plugins/debug-manager/anjuta-debug-manager.ui,
16699         plugins/debug-manager/plugin.c,
16700         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16701         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16702         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16703         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16704         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16705         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16706         (removed) src/anjuta_info.c,
16707         (removed) src/anjuta_info.h,
16708         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16709         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16710         (added) plugins/gdb/actions.c,
16711         (added) plugins/gdb/actions.h: Completed initial
16712         porting of debugger to new architecture. Fixed many of the debugger
16713         functions.
16715         * plugins/file-loader/plugin.c: Detect some important mime ourself
16716         to avoid inconsistencies when mime system isn't working.
16717         
16718 2005-02-16  Naba Kumar  <naba@gnome.org>
16720         * plugins/editor/Makefile.am,
16721         (added) plugins/editor/aneditor-autocomplete.cxx,
16722         (added) plugins/editor/aneditor-calltip.cxx,
16723         (added) plugins/editor/aneditor-indent.cxx,
16724         (added) plugins/editor/aneditor-priv.h,
16725         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16726         different smaller chunks to make it easy to maintain.
16728 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16730         * plugins/project-wizard/druid.c :
16731         
16732         Found system Email address if not defined in Preferences.
16734 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16735         
16736         * plugins/project-wizard/gtkmm.wiz
16737         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16738         plugins/project-wizard/gtkmm/*
16739         
16740         Added GTKmm (C++) project type
16742 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16744         * plugins/message-view/plugin.c
16745         plugins/message-view/message-view.c
16746         TODO.gtodo:
16747         Implemented next/prev action
16749 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16751         * plugins/project-wizard/templates/libglade2.* :
16752         Removed libglade2 project.
16753         
16754         * plugins/project-wizard/templates/gtk* :
16755         Removed interface.[ch] & support.[ch].
16756         
16757 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16759         * plugins/project-wizard/anjuta-project-wizard.glade,
16760         plugins/project-wizard/property.[ch],
16761         plugins/project-wizard/templates/anjuta-plugin.wiz :
16762         Added a new property ("iconfile").
16764 2005-02-14  Naba Kumar  <naba@gnome.org>
16766         * plugins/project-wizard/install.c,
16767         plugins/project-wizard/plugin.c,
16768         plugins/project-wizard/templates/anjuta-plugin.wiz,
16769         plugins/project-wizard/templates/gnome.wiz,
16770         plugins/project-wizard/templates/gtk.wiz,
16771         plugins/project-wizard/templates/libglade2.wiz,
16772         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16773         newly created projects and open them. Fixed message buffering in
16774         wizard.
16776 2005-02-14  Naba Kumar  <naba@gnome.org>
16778         * src/about.c, pixmaps/Makefile.am,
16779         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16780         
16781         * mime/gnome-mime-application-x-anjuta.png,
16782         pixmaps/anjuta_icon.png,
16783         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16784         done by 9-speed at:
16785         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16786         
16787 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16789         * configure.in,
16790         plugins/project-wizard/templates/libglade2-logo.png,
16791         plugins/project-wizard/templates/libglade2.wiz,
16792         plugins/project-wizard/templates/libglade2/* :
16793         Add Glade2 project
16796 2005-02-14  Naba Kumar  <naba@gnome.org>
16798         * TODO.tasks: Updated.
16799         
16800         * plugins/editor/anjuta-docman.c,
16801         plugins/editor/text_editor.c,
16802         plugins/editor/text_editor.h,
16803         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16804         for file modification, but it is still not functioning.
16806 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16808         * plugins/project-wizard/values.c,
16809         plugins/project-wizard/values.h,
16810         plugins/project-wizard/property.c,
16811         plugins/project-wizard/property.h,
16812         plugins/project-wizard/druid.c:
16813         Rewrite mandatory property check
16814         Add check of exist property
16815         Rewrite handling of cached property page
16817 2005-02-13  Naba Kumar  <naba@gnome.org>
16819         Patch from Igor Kovalenko  <garrison@mail.ru>:
16820         * tagmanager/tm_workspace.c: Improved performance.
16822 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16824         *plugins/project-wizard/templates/*.wiz,
16825         plugins/project-wizard/druid.c,
16826         plugins/project-wizard/templates/terminal/src/main.c,
16827         plugins/project-wizard/templates/gtk/src/*.[ch],
16828         plugins/project-wizard/templates/gtk/src/Makefile.am,
16829         plugins/project-wizard/templates/gnome/src/*.[ch],
16830         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16831         Add Copyright date & Email address,
16832         Correct terminal project.
16833         
16834 2005-02-12  Naba Kumar  <naba@gnome.org>
16836         * plugins/project-wizard/property.c: Fixed hidden
16837         properties to take values.
16839         * plugins/project-wizard/file.[ch]: Renamed
16840         true/false enum values to fix compile error
16841         (conflict with other definition).
16842         
16843         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16844         even when mime type detection fails (for example, when Anjuta is
16845         installed in non-system prefix).
16847 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16849         * plugins/project-wizard/values.c,
16850         plugins/project-wizard/values.h:
16851         Rewrite file with more comments
16853         * plugins/project-wizard/druid.c,
16854         plugins/project-wizard/druid.h,
16855         plugins/project-wizard/autogen.c,
16856         plugins/project-wizard/autogen.h,
16857         plugins/project-wizard/druid.c,
16858         plugins/project-wizard/druid.h:
16859         Add more comments
16860         Use values instead of properties
16861         Move default properties to druid.c
16863         * plugins/project-wizard/install.c,
16864         plugins/project-wizard/install.h:
16865         Use values instead of properties
16866         Add a check to avoid overwriting files
16868         * plugins/project-wizard/parser.c,
16869         plugins/project-wizard/property.c,
16870         plugins/project-wizard/property.h:
16871         Update to use new values
16872         Add an "exist" attribute to check if a directory already exist
16874         * plugins/project-wizard/anjuta-project-wizard.glade:
16875         Change project selection page (GtkTextView => GtkLabel,
16876         GtkTable => GtkVBox)
16878         * plugins/project-wizard/templates/terminal.wiz:
16879         Move destination directory on second page
16880         
16881         * plugins/project-wizard/action.c:
16882         Add a few comments
16884 2005-02-12  Naba Kumar  <naba@gnome.org>
16886         * plugins/file-manager/an_file_view.c,
16887         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16888         views. Created dynamic update date of view depending on project
16889         changes -- similar to file-manager view.
16890         
16891         * plugins/devhelp/plugin.c: Load help on idle.
16892         
16893         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16894         autoformat' to proper location in preferences.
16895         
16896         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16897         compatibility.
16898         
16899         * plugins/editor/plugin.c: Fixed accel name.
16901 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16903         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16904         plugins/project-wizard/templates/gnome.wiz,
16905         plugins/project-wizard/templates/gtk.wiz,
16906         plugins/project-wizard/anjuta-project-wizard.glade,
16907         plugins/project-wizard/autogen.c:
16908         Add Username & Email address in Project preferences.
16910 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16912         *plugins/project-wizard/templates/gnome-logo.png,
16913         plugins/project-wizard/templates/gnome.wiz,
16914         plugins/project-wizard/templates/gnome/* :
16915         Add Gnome project
16917 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16919         * plugins/project-wizard/templates/terminal/src/main.c, 
16920         plugins/project-wizard/templates/terminal/src/main.c,
16921         plugins/project-wizard/templates/terminal/src/main.[ch] :
16922         Insert License in projects
16923         
16924 2005-02-11  Naba Kumar  <naba@gnome.org>
16926         * TODO.tasks: Added message manager task.
16927         
16928         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16929         
16930         * plugins/editor/plugin.c: Use bookmark stock icons.
16931         
16932         * plugins/message-view/anjuta-message-manager.ui,
16933         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16935 2005-02-10  Naba Kumar  <naba@gnome.org>
16937         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16938         
16939 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16941         * global-tags/Makefile.am
16942         Error during 'make install'
16944 2005-02-09  Naba Kumar  <naba@gnome.org>
16946         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16947         missing file.
16948         
16949 2005-02-08  Naba Kumar  <naba@gnome.org>
16951         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
16952         
16953         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
16954         Show busy cursur when updating global tags in preferences.
16956         * configure.in: Fixed.
16957         
16958 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16960         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
16961           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
16962          
16963         - Fixed anjuta-plugin project (glade)
16965 2005-02-08  Naba Kumar  <naba@gnome.org>
16967         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
16968         Fixed automatic indentations.
16970         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
16971         Global tags are now segregated into smaller api tags, which can be
16972         selectively loaded from symbol browser preferences.
16974         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
16975         Implemented IProjectManager interface in project-manager. Mostly getter
16976         methods for now, but need to add add() and remove() methods to add
16977         or remove project elements.
16979         * plugins/gdb/debug_tree.c: Small fix.
16981         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
16982         plugins/symbol-browser/an_symbol_info.c,
16983         plugins/symbol-browser/an_symbol_info.h,
16984         plugins/symbol-browser/an_symbol_search.c,
16985         plugins/symbol-browser/an_symbol_search.h,
16986         plugins/symbol-browser/an_symbol_view.c,
16987         plugins/symbol-browser/an_symbol_view.h,
16988         plugins/symbol-browser/plugin.c,
16989         plugins/symbol-browser/plugin.h,
16990         tagmanager/c.c,
16991         tagmanager/entry.h,
16992         tagmanager/tm_project.c,
16993         tagmanager/tm_symbol.c,
16994         tagmanager/tm_tag.c,
16995         tagmanager/tm_workspace.c,
16996         tagmanager/vstring.c,
16997         tagmanager/include/tm_tag.h,
16998         tagmanager/include/tm_workspace.h:
16999         
17000         - Fixed tagmanager parsing of source files to parse for typedefines and
17001         properly record element scopes. Implemented scope autocompletion
17002         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17003         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17004         patch list (author is unknown).
17005         - Implemented symbol-browser preferences for dynamically loading and
17006         saving tags API segments.
17007         - Fixed symbol-search to use tagmanager directly instead of depending
17008         on symbol-view for tags list.
17009         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17010         - Fixed TMSymbol to create the complete tags tree instead of letting the
17011         symbol-view created the root nodes.
17012         - Changed project tags cache name to .tm_project2.cache because the
17013         newer format records additional scope information.
17014         
17015 2005-02-07  Naba Kumar  <naba@gnome.org>
17017         * plugins/editor/style-editor.c,
17018         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17019         and GtkFontButton instead of deprecated widgets in
17020         style editor.
17021         
17022 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17024         * plugins/project-wizard/action.c,
17025         plugins/project-wizard/action.h,
17026         plugins/project-wizard/autogen.c,
17027         plugins/project-wizard/autogen.h,
17028         plugins/project-wizard/file.c,
17029         plugins/project-wizard/file.h,
17030         plugins/project-wizard/install.c,
17031         plugins/project-wizard/install.h,
17032         plugins/project-wizard/parser.h,
17033         plugins/project-wizard/parser.c,
17034         plugins/project-wizard/property.c,
17035         plugins/project-wizard/property.h,
17036         plugins/project-wizard/plugin.h,
17037         plugins/project-wizard/plugin.c,
17038         plugins/project-wizard/values.c,
17039         plugins/project-wizard/values.h:
17040         Replace C++ comments by C comments
17042         * plugins/project-wizard/autogen.c,
17043         plugins/project-wizard/autogen.h:
17044         Add a run time check of autogen version.
17045         Add UserName variable.
17047         * plugins/project-wizard/anjuta-project-wizard.glade,
17048         plugins/project-wizard/header.c,
17049         plugins/project-wizard/druid.c,
17050         plugins/project-wizard/druid.h:
17051         Sort project in alphabetic order.
17052         Correct selection troubles in notebooks.
17054         * plugins/project-wizard/parser.c:
17055         Add some check when reading the project header block.
17057 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17059         * plugins/project-wizard/action.c,
17060         plugins/project-wizard/action.h,
17061         plugins/project-wizard/autogen.c,
17062         plugins/project-wizard/autogen.h,
17063         plugins/project-wizard/file.c,
17064         plugins/project-wizard/file.h,
17065         plugins/project-wizard/install.c,
17066         plugins/project-wizard/parser.h,
17067         plugins/project-wizard/parser.c,
17068         plugins/project-wizard/property.c,
17069         plugins/project-wizard/property.h,
17070         plugins/project-wizard/values.c,
17071         plugins/project-wizard/values.h,
17072         Add a space between function name and open.
17074         * plugins/project-wizard/plugin.h,
17075         plugins/project-wizard/plugin.c,
17076         plugins/project-wizard/install.c,
17077         Avoid a crash if the user close the message view used by the .
17079         * plugins/project-wizard/anjuta-project-wizard,
17080         plugins/project-wizard/druid.c,
17081         plugins/project-wizard/druid.h,
17082         plugins/project-wizard/header.h,
17083         plugins/project-wizard/header.c,
17084         Add a text view with the description of each.
17085         Add a tab for each project.
17086         Replace some C++ comments to C comments.
17088 2005-02-05  Naba Kumar  <naba@gnome.org>
17090         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17091         New icon from Sebastien Granjoux .
17092         
17093 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17095         * libanjuta/anjuta-preferences.c:
17096         Set file property even without a focus out event (file selected 
17097         the browse dialog)
17099 2005-02-04  Naba Kumar  <naba@gnome.org>
17101         * plugins/glade/plugin.c: Fixed glade function calls.
17102         * configure.in: Fixed a typo.
17103         * TODO.tasks: Updated.
17105 2005-02-03  Naba Kumar  <naba@gnome.org>
17107         * plugins/project-manager/plugin.c: Fixed memory corruption.
17109         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17110         build error.
17111         
17112         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17113         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17114         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17115         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17117         * libanjuta/interfaces/libanjuta.idl,
17118         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17119         interface.
17120         
17121         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17123         Patch from Massimo Cora <maxcvs@email.it>:
17124         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17125         
17126 2005-02-01  Naba Kumar  <naba@gnome.org>
17128         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17129         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17130         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17131         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17132         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17133         from sourceforge -- a64 crash fixes (correct typing for GType)
17134         and fixes compile errors in sun.
17136         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17137         paste (shift+insert) in terminal.
17139 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17141         * configure.in: Add «nb» to ALL_LINGUAS.
17143 2005-02-01  Naba Kumar  <naba@gnome.org>
17145         * TODO.tasks, TODO: Updated todo tasks.
17146         
17147         * plugins/editor/anjuta-document-manager.glade: Improved search
17148         relace dialog.
17149         
17150         * TODO.tasks: Fixed xml format.
17151         
17152         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17153         work yet).
17154         
17155         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17156         cleanups.
17157         
17158         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17159         format during save (removed unwanted text nodes). Fixed scrollbars.
17161 2005-01-31  Naba Kumar  <naba@gnome.org>
17163         * libanjuta/interfaces/libanjuta.idl,
17164         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17165         Implemented append() method for IAnjutaEditor interface and fixed
17166         various bugs with text insertions (cvs diff and macro insertions).
17167         
17168         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17169         automatic indentation.
17170         
17171         * plugins/editor/action-callbacks.c,
17172         plugins/editor/action-callbacks.h,
17173         plugins/editor/anjuta-docman.c,
17174         plugins/editor/anjuta-document-manager.ui,
17175         plugins/editor/plugin.c,
17176         plugins/editor/text_editor.c,
17177         plugins/editor/text_editor.h,
17178         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17179         Fixed highlight issues.
17181         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17182         macro.
17183         
17184         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17186         * data/properties/*: Updated properties files from scite. Created
17187         styles.properties to override the scite styles.
17188         
17189         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17191         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17192         
17193 2005-01-30  Naba Kumar  <naba@gnome.org>
17195         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17196         unused definitions.
17197         
17198         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17199         
17200         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17201         plugins/editor/text_editor.c,
17202         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17203         fixed linuwidth preference setting, fixed insert text interface
17204         implementation. Improved automatice-indentation for cpp lexer.
17205         
17206         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17208 2005-01-29  Naba Kumar  <naba@gnome.org>
17210         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17211         option in update dialog as default. Improved import dialog. Sized
17212         log dialog.
17214         * configure.in: Fixed underquoted warning from autoconf.
17215         
17216         * plugins/editor/action-callbacks.c,
17217         plugins/editor/aneditor.cxx,
17218         plugins/editor/aneditor.h,
17219         plugins/editor/anjuta-document-manager.glade,
17220         plugins/editor/plugin.c,
17221         plugins/editor/plugin.h,
17222         plugins/editor/text_editor.c,
17223         plugins/editor/text_editor.h,
17224         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17225         for Editor and fixed all preferences syncronization and notifys for
17226         visible prefs (in editor preferences page).
17227         
17228         * plugins/file-loader/plugin.c: Load recent files on idle.
17230 2005-01-28  Naba Kumar  <naba@gnome.org>
17232         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17233         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17235         * plugins/editor/action-callbacks.c,
17236         plugins/editor/action-callbacks.h,
17237         plugins/editor/aneditor.cxx,
17238         plugins/editor/aneditor.h,
17239         plugins/editor/anjuta-document-manager.ui,
17240         plugins/editor/plugin.c,
17241         plugins/editor/text_editor.c,
17242         plugins/editor/text_editor.h,
17243         plugins/editor/text_editor_cbs.c,
17244         plugins/editor/text_editor_cbs.h,
17245         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17246         Text editor.
17248         Patch from Massimo Cora <maxcvs@email.it>:
17249         * plugins/editor/an_symbol_search.c,
17250         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17251         
17252 2005-01-27  Naba Kumar  <naba@gnome.org>
17253         
17254         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17255         minimum size request to 200.
17257         * plugins/symbol-browser/an_symbol_info.c,
17258         plugins/symbol-browser/an_symbol_info.h,
17259         plugins/symbol-browser/an_symbol_search.c,
17260         plugins/symbol-browser/an_symbol_search.h,
17261         plugins/symbol-browser/an_symbol_view.c,
17262         plugins/symbol-browser/an_symbol_view.h,
17263         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17264         pixbuf retrieval. Fixed runtime warning. Code clean up.
17266 2005-01-27  Naba Kumar  <naba@gnome.org>
17268         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17269         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17270         (new) plugins/glade/Makefile.am,
17271         (new) plugins/glade/anjuta-glade-plugin.png,
17272         (new) plugins/glade/anjuta-glade.plugin.in,
17273         (new) plugins/glade/anjuta-glade.ui,
17274         (new) plugins/glade/plugin.c,
17275         (new) plugins/glade/plugin.h,
17276         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17277         now until glade3 works properly.
17279         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17280         they are generated.
17281         
17282 2005-01-26  Naba Kumar  <naba@gnome.org>
17284         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17285         Added mime icon for anjuta projects.
17286         
17287         patch from Massimo Cora <maxcvs@email.it>:
17288         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17289         an_symbol_search.h, an_symbol_view.c, plugin.c:
17290         Fix/implement objects destroying/freeing.
17292 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17293         
17294         * src/action-callback.[ch], src/anjuta-actions.h:
17295         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17296         because it has not been updated for years and we know have a devhelp plugin
17297         which can do the job much better.
17298         * TODO.tasks: Updated done items
17300 2005-01-25  Naba Kumar  <naba@gnome.org>
17302         * autogen.sh: Fixed to generate interface files.
17304         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17305         session save filenames.
17306         
17307         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17308         
17309 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17311         * plugins/project-wizard/Makefile.am,
17312         plugins/project-wizard/install.c,
17313         plugins/project-wizard/install.h,
17314         plugins/project-wizard/parser.c,
17315         plugins/project-wizard/parser.h,
17316         plugins/project-wizard/templates/terminal.wiz:
17317         Add action list block in wizard template
17318         * plugins/project-wizard/file.c,
17319         plugins/project-wizard/autogen.c:
17320         Small fixes
17322 2005-01-23  Naba Kumar  <naba@gnome.org>
17324         * configure.in: Fixed build error.
17326 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17328         * plugins/project-wizard/druid.c,
17329         plugins/project-wizard/parser.c,
17330         plugins/project-wizard/property.c: Rewrite parser with
17331         better error handling
17333 2005-01-22  Naba Kumar  <naba@gnome.org>
17335         * plugins/symbol-browser/plugin.c: Changed c++ coments
17336         to c commnets and formated code to anjuta coding styles.
17337         
17338 2005-01-21  Naba Kumar  <naba@gnome.org>
17340         * configure.in, autogen.sh: Fixed build errors in newer automake.
17341         
17342         * plugins/editor/anjuta-docman.c: Do not emit change editor
17343         signal while in dispose.
17345         Patch from: Massimo Corà <maxcvs@email.it>
17346         * plugins/symbol-browser/Makefile.am,
17347         plugins/symbol-browser/an_symbol_view.c,
17348         plugins/symbol-browser/an_symbol_view.h,
17349         plugins/symbol-browser/plugin.c,
17350         plugins/symbol-browser/plugin.h,
17351         plugins/symbol-browser/test-symbol-browser.c,
17352         (new) plugins/symbol-browser/an_symbol_info.c,
17353         (new) plugins/symbol-browser/an_symbol_info.h,
17354         (new) plugins/symbol-browser/an_symbol_search.c,
17355         (new) plugins/symbol-browser/an_symbol_search.h:
17356         Added a cool real-time symbol-search-view in symbol browser.
17358 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17359         
17360         * plugin/macro/plugin.c
17361         plugin/macro/anjuta-macro-plugin.ui
17362         plugin/macro/macro-db.[ch]
17363         plugin/macro/macro-dialog.[ch]
17364         plugin/macro/macro-actions.[ch]
17365         plugin/macro/macro-edit.[ch]
17366         plugin/macro/plugin.[ch]:
17367         
17368         Implemented three menu items as Naba proposed:
17369         Edit->Macro->
17370                 Insert Macro: Pops of a border-less window to enter a shortcut
17371                 Add Macro: Same as Manage Macro => New
17372                 Manage Macros: Full-features macro dialog
17374 2005-01-20  Naba Kumar  <naba@gnome.org>
17376         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17377         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17378         libanjuta/anjuta-shell.h,
17379         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17380         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17381         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17382         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17383         src/main.c, src/shell.c: Implemented command line args processing
17384         and session management. Fixed geometry restoration.
17386 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17387         
17388         * plugins/macro/macro-db.c,
17389         plugins/macros.xml:
17390         Cleaned up XML interface and use attributes now for name, category and 
17391         shortcut. CDATA is used to avoid xml errors inside of macros.
17393 2005-01-19  Naba Kumar  <naba@gnome.org>
17395         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17397 2005-01-18  Naba Kumar  <naba@gnome.org>
17398         
17399         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17400         to work.
17402         * scintilla/*: Updated scintilla to current cvs and updated
17403         scintilla patches.
17404         
17405 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17406         
17407         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17408         plugins/cvs-plugin/cvs-actions.c:
17409         Added "Whole project" infrastructure but it does not
17410         work because I did not find a way to get the current project's
17411         root dir.
17413 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17415         * plugins/cvs-plugin/Makefile.am
17416         plugins/cvs-plugin/anjuta-cvs.plugin.in
17417         plugins/cvs-plugin/cvs-actions.c
17418         plugins/cvs-plugin/cvs-callbacks.c
17419         plugins/cvs-plugin/cvs-interface.[ch] (added)
17420         plugins/cvs-plugin/plugin.c:
17421         
17422         Added IAnjutaCVS interface and improved cvs plugin. There
17423         is still some work to do on cvs import and to add a current
17424         project toggle.
17426 2005-01-17  Naba Kumar  <naba@gnome.org>
17428         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17429         
17430         * configure.in: Fixed build errors.
17432         * data/Makefile.am,     (removed) data/README.stock_libs,
17433         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17434         (removed) data/header.c, (removed) data/stock_libs.anj,
17435         (removed) data/x-anjuta-project.desktop,
17436         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17438         * libanjuta/anjuta-plugin-description.c,
17439         libanjuta/anjuta-shell.c: Updated documentations.
17441         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17442         
17443         * libanjuta/anjuta-launcher.c,
17444         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17445         x86_64 systems.
17447 2005-01-17  Naba Kumar  <naba@gnome.org>
17448         
17449         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17450         plugins/project-wizard/templates/gtk.wiz,
17451         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17452         Updated templates to new format.
17453         
17454         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17455         * plugins/project-wizard/druid.c,
17456         plugins/project-wizard/parser.c,
17457         plugins/project-wizard/property.c,
17458         plugins/project-wizard/property.h,
17459         plugins/project-wizard/templates/terminal.wiz,
17460         plugins/project-wizard/templates/terminal/AUTHORS,
17461         plugins/project-wizard/templates/terminal/ChangeLog,
17462         plugins/project-wizard/templates/terminal/NEWS,
17463         plugins/project-wizard/templates/terminal/README,
17464         plugins/project-wizard/templates/terminal/project.anjuta,
17465         plugins/project-wizard/templates/terminal/src/main.c:
17466         Moveed code related to property types from druid.c and parser.c to 
17467         property.c. Changed tag from "<string ..." to
17468         "<property type="string..."     and so on. Rewrite parser
17469         (warning still in progress). Added list property. Changed
17470         terminal project to avoid using autogen on some file (much 
17471         faster) using the autogen attribute. Add a license list box in
17472         terminal project (just as an example). _label in item list is
17473         optional now.
17475 2005-01-16  Naba Kumar  <naba@gnome.org>
17477         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17478         plugins/edtior/anjuta-docman.c: Fixed build errors.
17479         
17480         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17481         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17482         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17483         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17484         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17485         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17486         libanjuta/resources.h,
17487         plugins/build-basic-autotools/build-basic-autotools.c,
17488         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17489         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17490         plugins/gtodo/plugin.c, src/Makefile.am,
17491         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17492         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17493         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17494         should be handled in respective plugins. Added API documentations.
17496         * libanjuta-docs.sgml, libanjuta-sections.txt,
17497         libanjuta.types,
17498         (added) tmpl/anjuta-debug.sgml,
17499         (added) tmpl/anjuta-launcher.sgml,
17500         tmpl/anjuta-plugin.sgml,
17501         tmpl/anjuta-preferences.sgml,
17502         tmpl/anjuta-shell.sgml,
17503         (added) tmpl/anjuta-status.sgml,
17504         (removed) tmpl/anjuta-stock.sgml,
17505         tmpl/anjuta-utils.sgml,
17506         (removed) tmpl/defaults.sgml,
17507         (removed) tmpl/fileselection.sgml,
17508         (removed) tmpl/gnomefilelist.sgml,
17509         tmpl/ianjuta-buildable.sgml,
17510         (added) tmpl/ianjuta-debugger-manager.sgml,
17511         (added) tmpl/ianjuta-debugger.sgml,
17512         tmpl/ianjuta-document-manager.sgml,
17513         tmpl/ianjuta-editor.sgml,
17514         tmpl/ianjuta-file.sgml,
17515         tmpl/ianjuta-loader.sgml,
17516         tmpl/ianjuta-markable.sgml,
17517         tmpl/ianjuta-message-view.sgml,
17518         (added) tmpl/ianjuta-project-manager.sgml,
17519         (added) tmpl/ianjuta-todo.sgml,
17520         (added) tmpl/ianjuta-wizard.sgml,
17521         tmpl/libanjuta-iface-marshallers.sgml,
17522         tmpl/libanjuta-unused.sgml,
17523         (removed) tmpl/pixmaps.sgml,
17524         tmpl/plugins.sgml,
17525         (removed) tmpl/properties.sgml,
17526         tmpl/resources.sgml: Updated API documentations.
17528 2005-01-15  Naba Kumar  <naba@gnome.org>
17530         * libanjuta/anjuta-launcher.c: Added API docs.
17531         
17532         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17533         plugins/project-wizard/templates/gtk.wiz,
17534         plugins/project-wizard/templates/terminal.wiz,
17535         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17536         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17537         plugins/project-wizard/templates/gtk/src/main.c,
17538         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17539         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17540         template files.
17542         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17543         * plugins/project-wizard/anjuta-project-wizard.glade,
17544         plugins/project-wizard/autogen.c,
17545         plugins/project-wizard/druid.c,
17546         plugins/project-wizard/druid.h,
17547         plugins/project-wizard/file.c,
17548         plugins/project-wizard/file.h,
17549         plugins/project-wizard/install.c,
17550         plugins/project-wizard/parser.c,
17551         plugins/project-wizard/plugin.c,
17552         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17553         setting the default project directory. Fix HIDDEN property, it's
17554         working but I think we could make this cleaner. Removed the
17555         copy of the string in mandatory_property. Add an optional autogen
17556         attribute, to force or avoid using autogen on some files, default
17557         without any attribute is autodetect.+ Replace the script tag with
17558         a normal file tag and an attribute execute.
17559         
17560 2005-01-14  Naba Kumar  <naba@gnome.org>
17562         * plugins/editor/action-callbacks.c,
17563         plugins/editor/search_incremental.c,
17564         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17565         works now.
17566         
17567         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17568         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17569         tabs.
17571 2005-01-12  Naba Kumar  <naba@gnome.org>
17573         * configure.in,
17574         plugins/project-wizard/templates/Makefile.am,
17575         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17576         plugins/project-wizard/templates/anjuta-plugin.wiz,
17577         (added) plugins/project-wizard/templates/gtk-logo.png,
17578         (added) plugins/project-wizard/templates/gtk.wiz,
17579         (added) plugins/project-wizard/templates/terminal-logo.png,
17580         plugins/project-wizard/templates/terminal.wiz,
17581         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17582         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17583         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17584         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17585         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17586         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17587         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17588         (added) plugins/project-wizard/templates/gtk/src/main.c,
17589         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17590         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17591         GTK+ project templated and fixed other templates. Updated template
17592         logos.
17594 2005-01-12  Naba Kumar  <naba@gnome.org>
17596         * plugins/macro/anjuta-macro.glade: Improved GUI.
17597         
17598 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17600         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17601         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17602         * plugins/cvs-plugin/cvs.[ch] (removed)
17603         Removed old unused files
17604         
17605         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17606         * plugins/cvs-plugin/cvs-actions.c
17607         * plugins/cvs-plugin/Makefile.am:
17608         Seperate callback functions for better error
17609         handling. Cleaned up code.
17610         
17611         * plugins/macro/macros.xml: removed corrupt cvs
17612         macros for now.
17614 2005-01-10  Naba Kumar  <naba@gnome.org>
17616         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17617         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17618         and leaks.
17620 2005-01-09  Naba Kumar  <naba@gnome.org>
17622         * libegg/egg-recent-action.c, libegg/test-actions.c,
17623         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17624         recent files models.
17625         
17626         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17627         two models -- one for projects and other for regular files and show
17628         both in recent files menu. Changed recent files group from "anjuta"
17629         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17630         when adding the URI in recent files.
17631         
17632         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17633         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17634         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17635         * plugins/macro/macros.xml: Fixed xml errors.
17637 2005-01-08  Naba Kumar  <naba@gnome.org>
17638         
17639         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17640         libegg/test-actions.c, libegg/menu/Makefile.am,
17641         libegg/menu/egg-recent-action.h: Added a new action for
17642         recent files.
17644         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17645         Fixed dispose. Cleanup.
17646         
17647         * plugins/file-loader/anjuta-loader-plugin.ui,
17648         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17649         Use the new action for recent files. Added recent files in
17650         toolbar.
17652         * plugins/project-wizard/druid.c: Show busy cursor and
17653         de-sensitize druid buttons during page change.
17654         
17655         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17656         * plugins/project-wizard/Makefile.am,
17657         plugins/project-wizard/druid.c,
17658         plugins/project-wizard/druid.h,
17659         plugins/project-wizard/install.c,
17660         plugins/project-wizard/plugin.c,
17661         plugins/project-wizard/plugin.h,
17662         plugins/project-wizard/property.c,
17663         plugins/project-wizard/property.h,
17664         (added) plugins/project-wizard/values.c,
17665         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17666         objects (in values.c and values.h) containing the values of all
17667         properties. The NPWProperty objects now keep their values in this
17668         object which is persistant for one activation of the plugin, so the
17669         user keeps all the values even if he goes backward. Used an anjuta
17670         message view to list all files copied by the project wizard.
17672 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17674         * plugins/macro/plugin.[ch],
17675         plugins/macro/macro-dialog.[ch]
17676         plugins/macro/macro-edit.[ch]
17677         plugins/macro/macro-db.[ch]
17678         plugins/macro/macro-actions.[ch]
17679         plugins/macro/anjuta-macro.plugin.in
17680         plugins/macro/anjuta-macro.glade
17681         plugins/macro/anjuta-macro.png
17682         plugins/macro/Makefile.am
17683         plugins/macro/macros.xml
17684         plugins/macro/anjuta-macro.ui (all added)
17685         configure.in
17686         plugins/Makefile.am:
17687         Added new macro plugins
17688         
17689         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17690         New icon
17691         
17692         * manuals/reference/template (removed)
17693         Removed old api reference
17694         
17695         * plugins/message-view/message-view.c:
17696         "Fixed" crash in on_row_deleted and added a
17697         comment that I cannot work this way. We will
17698         have to change everything a bit to avoid losing
17699         memory there.
17700         
17701         * plugins/text-editor/text_editor.c:
17702         Update line number width on file save
17705 2005-01-07  Naba Kumar  <naba@gnome.org>
17707         * plugins/project-wizard/anjuta-project-wizard.glade,
17708         plugins/project-wizard/druid.c,
17709         plugins/project-wizard/templates/anjuta-plugin.wiz,
17710         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17711         Display page description in bold. Fixed mandatory field check.
17713         * configure.in,
17714         libanjuta/libanjuta-1.0.pc.in,
17715         plugins/project-wizard/druid.c,
17716         plugins/project-wizard/parser.c,
17717         plugins/project-wizard/property.h,
17718         plugins/project-wizard/templates/anjuta-plugin.wiz,
17719         plugins/project-wizard/templates/terminal.wiz,
17720         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17721         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17722         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17723         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17724         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17725         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17726         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17727         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17728         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17729         plugins/project-wizard/templates/terminal/configure.in.tpl,
17730         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17731         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17732         a new property type -- hidden. Fixed terminal and anjuta-plugin
17733         project templates.
17735 2005-01-07  Naba Kumar  <naba@gnome.org>
17737         * templates/anjuta-plugin.wiz,
17738         templates/terminal.wiz,
17739         templates/terminal/Makefile.am.tpl,
17740         templates/terminal/autogen.sh,
17741         (Removed) templates/terminal/configure.ac.tpl,
17742         (Added) templates/.cvsignore,
17743         (Added) templates/Makefile.am,
17744         (Added) templates/anjuta-plugin/.cvsignore,
17745         (Added) templates/anjuta-plugin/Makefile.am,
17746         (Added) templates/anjuta-plugin/src/.cvsignore,
17747         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17748         (Added) templates/terminal/.cvsignore,
17749         (Added) templates/terminal/Makefile.am,
17750         (Added) templates/terminal/configure.in.tpl,
17751         (Added) templates/terminal/po/.cvsignore,
17752         (Added) templates/terminal/po/ChangeLog,
17753         (Added) templates/terminal/po/Makefile.am,
17754         (Added) templates/terminal/po/POTFILES.in,
17755         (Added) templates/terminal/src/.cvsignore,
17756         (Added) templates/terminal/src/Makefile.am,
17757         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17758         project wizard. Fixed configure/po/Makefile template errors.
17760 2005-01-06  Naba Kumar  <naba@gnome.org>
17762         * configure.in: Added project templates.
17763         * plugins/project-wizard/templates/*: Added to project and renamed
17764         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17765         for the project templates (so that they do not conflict with autotools
17766         build. Created proper configure.ac.tpl and autogen.sh for project
17767         templates.
17768         
17769 2005-01-06  Naba Kumar  <naba@gnome.org>
17771         * plugins/project-wizard/anjuta-project-wizard.glade,
17772         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17773         Fixed file list parsing and to take absolute file paths (for example,
17774         from an icon selected previously). Used toggle buttons for boolean
17775         properties. Check if all mandatory fields are given before going
17776         forward in the wizard. Use scrollable viewport for listing property
17777         widgets incase the list goes out of wizard's size. Added tooltips
17778         as descriptions of the property widgets. And other fixes.
17780         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17781         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17782         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17783         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17784         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17785         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17786         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17787         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17788         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17789         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17790         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17791         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17792         Restructured template files.
17794 2005-01-06  Naba Kumar  <naba@gnome.org>
17796         * configure.in: Added check for autogen.
17797         
17798         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17799         in dispose.
17800         
17801         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17802         Do not emit changed signal when in dispose.
17804         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17805         symbol-view widget has been destroyed.
17806         
17807         * src/anjuta-app.c: Set null to preference, status and ui object
17808         pointers when they are destroyed.
17810         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17811         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17812         Added boolean, integer and file property types.
17813         
17814         * plugins/project-wizard/Makefile.am,
17815         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17816         project wizard templates.
17818 2005-01-04  Naba Kumar  <naba@gnome.org>
17820         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17821         added widgets.
17822         
17823         * plugins/editor/aneditor.cxx,
17824         plugins/editor/anjuta-docman.c,
17825         plugins/editor/plugin.c,
17826         plugins/editor/text_editor.c:
17827         Removed unnecessary ref/unref of scintilla.
17828         
17829         * plugins/message-view/anjuta-msgman.c,
17830         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17831         make close button similar to document manager.
17832         
17833         * plugins/project-manager/plugin.c,
17834         plugins/project-manager/plugin.h: Removed dead codes. Removed
17835         unnecessary ref/unref.
17836         
17837         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17838         instead of hard refs.
17840 2005-01-03  Naba Kumar  <naba@gnome.org>
17842         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17843         generate() methods for IAnjutaBuildable interface.
17845         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17846         IAnjutaBuildable inteface.
17848         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17849         to destroy build context when message view is destroyed.
17850         
17851         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17852         a ref to it and unref in destructor. AnEditor class wants to be the
17853         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17854         comparisions.
17855         
17856         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17857         complicate the scene. Removed editor widget from AnjutaDocman when
17858         the widget is destroyed.
17859         
17860         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17861         from shell. It will be removed from shell when the widget is destroyed.
17862         
17863         * plugins/editor/text_editor.c: Added debug codes to track object
17864         finalizations.
17866         * plugins/message-view/anjuta-msgman.c: Remove message view on
17867         widget destroy. Destroy message view on remove. Removed all views
17868         correctly.
17869         
17870         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17871         from container.
17873 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17875         * plugins/file-wizard/action-callbacks.c,
17876         plugins/file-wizard/anjuta-file-wizard.glade,
17877         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17878         Insert Licence, copyright, header template ...
17879         
17880 2005-01-02  Naba Kumar  <naba@gnome.org>
17882         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17883         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17884         anjuta_status_add_widget() to allow setting busy cursor on non
17885         toplevel windows.
17887         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17889         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17890         mime types to take text/source also.
17891         
17892         * plugins/editor/anjuta-docman.c,
17893         plugins/editor/anjuta-docman.h,
17894         plugins/editor/plugin.c,
17895         plugins/editor/text_editor.c,
17896         plugins/editor/text_editor.h,
17897         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17898         AnjutaStatus and set busy cursor on editors.
17900         * plugins/file-loader/Makefile.am,
17901         plugins/file-loader/plugin.c,
17902         (added) plugins/file-loader/dnd.c,
17903         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17905         * src/anjuta.c: Hide anjuta window before destruction.
17907         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17908         * configure.in, plugins/Makefile.am,
17909         (removed) plugins/project-wizard/appwiz_page1.c,
17910         (removed) plugins/project-wizard/appwiz_page2.c,
17911         (removed) plugins/project-wizard/appwiz_page3.c,
17912         (removed) plugins/project-wizard/appwiz_page4.c,
17913         (removed) plugins/project-wizard/appwizard.c,
17914         (removed) plugins/project-wizard/appwizard.h,
17915         (removed) plugins/project-wizard/appwizard_cbs.c,
17916         (removed) plugins/project-wizard/appwizard_cbs.h,
17917         (removed) plugins/project-wizard/appwizard_gui.c,
17918         (removed) plugins/project-wizard/gnome_project.c,
17919         (removed) plugins/project-wizard/gnome_project.h,
17920         (removed) plugins/project-wizard/wizard_gui.c,
17921         (removed) plugins/project-wizard/wizard_gui.h,
17922         (added) plugins/project-wizard/.cvsignore,
17923         (added) plugins/project-wizard/Makefile.am,
17924         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17925         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17926         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17927         (added) plugins/project-wizard/applogo.png,
17928         (added) plugins/project-wizard/appwizard.png,
17929         (added) plugins/project-wizard/autogen.c,
17930         (added) plugins/project-wizard/autogen.h,
17931         (added) plugins/project-wizard/druid.c,
17932         (added) plugins/project-wizard/druid.h,
17933         (added) plugins/project-wizard/file.c,
17934         (added) plugins/project-wizard/file.h,
17935         (added) plugins/project-wizard/header.c,
17936         (added) plugins/project-wizard/header.h,
17937         (added) plugins/project-wizard/install.c,
17938         (added) plugins/project-wizard/install.h,
17939         (added) plugins/project-wizard/parser.c,
17940         (added) plugins/project-wizard/parser.h,
17941         (added) plugins/project-wizard/plugin.c,
17942         (added) plugins/project-wizard/plugin.h,
17943         (added) plugins/project-wizard/property.c,
17944         (added) plugins/project-wizard/property.h: Removed old application-wizard
17945         codes and added new template based (autogen based) project wizard
17946         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17948 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17950         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17951         * plugins/cvs-plugin/cvs-execute.c:
17952         Fix cvs_log which did not work because of some
17953         glade problem
17954         Patch from Mark R. Pariente <markpariente@cmu.edu>
17955         - Fix message highlighting
17957 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17958         
17959         * template/*,
17960         date/template/*,
17961         configure.in:
17962         Removed template stuff completly because we dicussed to implement
17963         a macro system for Edit->Insert Text
17965 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
17966         
17967         * plugins/editor/aneditor.cxx,
17968         plugins/editor/text_editor.c:
17969         Set line number width dynamically
17970         * src/about.c:
17971         Prepered new GTK 2.6 about dialog
17973 2004-12-30  Naba Kumar  <naba@gnome.org>
17975         patch from: Massimo Corà  <maxcvs@email.it>
17976         * plugins/editor/aneditor.cxx: Highlights correct function
17977         argument in recursive calltips.
17979 2004-12-30  Naba Kumar  <naba@gnome.org>
17981         * plugins/symbol-browser/plugin.c,
17982         libanjuta/interfaces/libanjuta.idl,
17983         plugins/editor/text_editor.c: Fixed editor markers and added a new
17984         marker (BASIC) to indicate line numbers. Fixed symbol browser to
17985         mark the line visited.
17986         
17987         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
17988         libegg/Makefile.am, libegg/eggcomboselect.c,
17989         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
17990         widget for use with symbol view in toolbar.
17991         
17992         * plugins/cvs-plugin/anjuta-cvs.ui,
17993         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
17994         placeholder for cvs plugin context menu in filemanager.
17995         
17996 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
17997         
17998         * plugins/cvs-plugin/plugin.c:
17999         Show popup menu only if the file is contained in
18000         a directory containing a "CVS" directory
18002 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18003         
18004         * plugins/cvs-plugin/cvs-action.[ch],
18005         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18006         * plugins/cvs-plugin/anjuta-cvs.ui,
18007         * plugins/cvs-plugin/plugin.c:
18008         Implemented "Import"
18009         
18010         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18011         Added right-click-menu for file-manager
18013 2004-12-26  Naba Kumar  <naba@gnome.org>
18015         * src/action-callbacks.c, src/action-callbacks.h,
18016         src/anjuta-actions.h, src/anjuta-app.c,
18017         src/anjuta.ui: Added fullscreen action.
18019         * plugins/cvs-plugin/cvs-actions.c,
18020         plugins/cvs-plugin/plugin.c,
18021         plugins/cvs-plugin/plugin.h: Watches current editor,
18022         project and file manager selection in plugin
18023         implementation.
18024         
18025 2004-12-26  Naba Kumar  <naba@gnome.org>
18027         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18028         src/action-callbacks.c: Fixed app finalization. Added a
18029         command line arg --proper-shutdown (-p), which when set
18030         will release all plugins and their resources (this option
18031         is mainly for debugging).
18032         
18033         * plugins/file-loader/plugin.c: Fixed filename duplications
18034         in recent files history.
18035         
18036         * plugins/profile-default/plugin.c: Disabled problematic
18037         plugins for now to load at startup.
18038         
18039         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18040         annoying debug prints.
18041         
18042 2004-12-23  Naba Kumar  <naba@gnome.org>
18044         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18045         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18046         plugins/cvs-plugin/anjuta-cvs.ui,
18047         plugins/cvs-plugin/cvs-actions.c,
18048         plugins/cvs-plugin/cvs-actions.h,
18049         plugins/cvs-plugin/cvs-execute.c,
18050         plugins/cvs-plugin/cvs-execute.h,
18051         plugins/cvs-plugin/Makefile.am,
18052         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18053         Added cvs log command.
18055 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18056         
18057         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18058         default
18060 2004-12-20  Naba Kumar  <naba@gnome.org>
18062         patch from: Massimo Corà  <maxcvs@email.it>
18063         * plugins/editor/aneditor.cxx: Added recursive calltips.
18065 2004-12-20  Naba Kumar  <naba@gnome.org>
18066         
18067         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18068         Show busy cursor during loading and unloading.
18069         
18070 2004-12-19  Naba Kumar  <naba@gnome.org>
18072         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18073         memory leaks. Disabled debug print.
18075         * plugins/symbol-browser/an_symbol_view.c,
18076         plugins/symbol-browser/plugin.c,
18077         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18078         problems. Creates SymbolView object every time when the
18079         plugin is activated.
18081         * plugins/project-manager/plugin.c: Close project when
18082         deactivating.
18083         
18084 2004-12-18  Naba Kumar  <naba@gnome.org>
18086         * po/POTFILES.in: Removed commented lines.
18087         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18088         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18089         * plugins/gdb/plugin.c: Fixed compile error.
18090         
18091         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18092         * libegg/eggcellrendererkeys.c: Fixed compile error.
18093         
18094 2004-12-18  Naba Kumar  <naba@gnome.org>
18096         * plugins/file-loader/plugin.c: Fixed loading bug.
18097         
18098         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18099         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18100         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18101         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18102         and corruptions. Fixed loading and unloading of plugins.
18103         
18104 2004-12-17  Naba Kumar  <naba@gnome.org>
18105         
18106         * plugins/file-loader/Makefile.am,
18107         plugins/file-loader/plugin.c,
18108         plugins/project-manager/plugin.c: Fixed memory corruption
18109         and disposition codes. Added missing plugin.h in Makefile.am.
18111 2004-12-16  Naba Kumar  <naba@gnome.org>
18113         * plugins/symbol-browser/an_symbol_view.c,
18114         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18115         codes. Fixed memory leaks and corruptions.
18117         * plugins/build-basic-autotools/build-basic-autotools.c
18118         plugins/editor/anjuta-docman.c,
18119         plugins/editor/text_editor.c,
18120         plugins/file-loader/plugin.c,
18121         plugins/file-manager/plugin.c,
18122         plugins/file-wizard/plugin.c,
18123         plugins/message-view/anjuta-msgman.c,
18124         plugins/message-view/anjuta-msgman.h,
18125         plugins/message-view/message-view.c,
18126         plugins/message-view/plugin.c,
18127         plugins/message-view/plugin.h,
18128         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18130         * src/about.c, src/about.h, src/action-callbacks.c,
18131         src/action-callbacks.h, src/anjuta-actions.h,
18132         src/anjuta-app.c, src/anjuta-app.h,
18133         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18134         src/anjuta.c, src/anjuta.h, src/getline.c, 
18135         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18136         src/start-with.c, src/start-with.h: Fixed emacs modes.
18138         * src/layout.xml: Brought document manager in front.
18139         
18140 2004-12-15  Naba Kumar  <naba@gnome.org>
18142         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18143         properly removed.
18144         
18145         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18146         finalization. Added a method to unload all plugins and destroy them.
18147         Fixed memory leaks.
18148         
18149         * plugins/sample1/plugin.c: Proper finalization code and renamed
18150         functions to proper names.
18151         
18152         * plugins/build-basic-autotools/build-basic-autotools.c,
18153         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18155         * src/shell.c: Unload all plugins on exit, so that memory profilers
18156         can detect memory leaks in plugins.
18158 2004-12-13  Naba Kumar  <naba@gnome.org>
18160         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18161         docking is working.
18162         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18163         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18165 2004-12-11  Naba Kumar  <naba@gnome.org>
18167         * data/properties/anjuta.properties: Fixed font size.
18168         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18169         compile file function. There are some fixmes there.
18170         * plugins/message-view/anjuta-msgman.c,
18171         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18172         
18173 2004-12-08  Naba Kumar  <naba@gnome.org>
18175         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18176         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18177         to escape quotes in a string.
18178         
18179         * plugins/cvs-plugin/cvs-actions.c,
18180         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18181         cvs diff command.
18183         * plugins/build-basic-autotools/build-basic-autotools.c,
18184         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18185         filters.
18186         
18187 2004-12-07  Naba Kumar  <naba@gnome.org>
18189         * plugins/build-basic-autotools/build-basic-autotools.c,
18190         plugins/build-basic-autotools/automake-c.filters: Completed directory
18191         tracking. Double click on Errors and warnings now work as expected.
18193         * plugins/build-basic-autotools.c: Added codes to track build directory
18194         so that absolute path of the files could be determined.
18196 2004-12-06  Naba Kumar  <naba@gnome.org>
18198         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18199         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18200         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18201         
18202 2004-12-05  Naba Kumar  <naba@gnome.org>
18204         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18205         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18206         
18207         * plugins/cvs-plugin/plugin.c,
18208         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18209         
18210 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18211         
18212         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18213         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18214         plugins/cvs-plugin/cvs-execute.[ch]:
18215         Implemented cvs status and cvs diff
18216         Known bugs:
18217         - rdiff command is not correct
18218         - Must find a way to allow selection of directies AND files 
18219         in GtkFileChooser
18221 2004-12-03  Naba Kumar  <naba@gnome.org>
18223         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18224         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18225         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18226         session.properties file if it is for the first time.
18227         
18228 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18229         
18230         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18231         commit.
18232         
18233         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18234         plugins/cvs-plugin/anjuta-cvs.ui:
18235         Implemented update/commit and changed menu layout 
18237 2004-12-02  Naba Kumar  <naba@gnome.org>
18239         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18240         property name (for cvs path property). Beautified dialogs.
18242 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18243         
18244         * plugins/message-view/anjuta-msgman.c: Changed callback name
18245         and changed switch-page handling.
18246         
18247         * plugins/cvs-plugin/cvs-actions.c:
18248         * plugins/cvs-plugin/cvs-execute.c:
18249         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18250         - Implemented cvs add and cvs removed - both working now
18251         - Created a useful preferences page
18252         
18254 2004-11-30  Naba Kumar  <naba@gnome.org>
18256         * libanjuta/anjuta-status.c: Fixed runtime warning.
18257         
18258         * plugins/editor/Makefile.am:
18259         plugins/editor/anjuta-document-manager.glade,
18260         plugins/editor/plugin.c
18261         plugins/editor/plugin.h
18262         plugins/editor/style-editor.c (new, moved from src/),
18263         plugins/editor/style-editor.h (new, moved from src/),
18264         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18265         settings in preferences.
18267         * plugins/editor/text_editor.c,
18268         plugins/editor/text_editor.h: Do not take unused args in
18269         text_editor_get_props().
18271         * src/style-editor.c, src/style-editor.h: Removed, moved to
18272         plugins/editor/ directory.
18274 2004-11-29  Naba Kumar  <naba@gnome.org>
18276         * plugins/editor/text_editor_cbs.c: Emit click signal in
18277         IAnjutaMarkable.
18278         * libanjuta/anjuta-status.c: More spacing between items.
18279         
18280 2004-11-29  Naba Kumar  <naba@gnome.org>
18282         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18283         
18284         * libanjuta/interfaces/libanjuta.idl,
18285         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18286         plugins/debug-manager/plugin.c,
18287         plugins/gdb/breakpoints.c,
18288         plugins/gdb/breakpoints.h,
18289         plugins/gdb/debugger.c,
18290         plugins/gdb/debugger.h,
18291         plugins/gdb/plugin.c,
18292         plugins/gdb/plugin.h,
18293         plugins/gdb/utilities.c,
18294         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18295         toggle breakpoint margin clicks.
18297 2004-11-28  Naba Kumar  <naba@gnome.org>
18299         * TODO.tasks: Fixed indentations.
18300         * plugins/gtodo/libgtodo.c: Save with indentation.
18301         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18302         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18303         * libanjuta/anjuta-status.c: Fixed busy cursors.
18304         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18305         * po/POTFILES.in: Updated.
18306         
18307 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18308         
18309         * plugins/editor/anjuta-document-manager.glade,
18310           plugins/editor/search-replace.[c,h], 
18311           plugins/editor/search-replace_backend.h
18312           plugins/editor/search-preferences.[c,h] :
18313           Saved Search-Preferences (gconf),
18314           Basic search by default.
18316 2004-11-22  Naba Kumar  <naba@gnome.org>
18318         * configure.in: Fixed build error.
18320 2004-11-21  Naba Kumar  <naba@gnome.org>
18322         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18323         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18324         Added AnjutaStatus class to libanjuta.
18325         Added anjuta_shell_get_status() method.
18326         
18327         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18328         and fixed marshaller generation.
18329         
18330         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18331         "updade_ui" signals to IAnjutaEditor interface.
18332         
18333         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18334         
18335         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18336         regexes.
18337         
18338         * plugins/class-gen/clsGen.c: Intial port.
18339         
18340         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18341         name.
18342         
18343         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18344         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18345         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18346         Implemented status update. Emits "update_ui" and "char_added" signals.
18347         Added view preferences.
18348         
18349         * plugins/file-loader/plugin.c: Added open with plugins in open with
18350         menus.
18351         
18352         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18353         
18354         * plugins/message-view/anjuta-msgman.c,
18355         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18356         to close correct message view rather than current view.
18358 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18359         
18360         * plugins/cvs-plugin/cvs-actions.c
18361         plugins/cvs-plugin/plugin.[ch]
18362         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18363         Implemented cvs add but ran into a launcher/message_view
18364         problem because of a limitation of the idl compiler
18366 2004-11-19  Naba Kumar  <naba@gnome.org>
18368         * plugins/project-manager/plugin.c: Displays a progress window during
18369         project load.
18370         
18371         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18372         Fixed UI separators.
18373         
18374         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18375         UI placeholder.
18376         
18377         * plugins/project-manager/anjuta-project-manager.ui,
18378         plugins/project-manager/plugin.[c,h]: Added add/remove context
18379         menus and implemented them. Added file manager merge menu.
18381 2004-11-18  Naba Kumar  <naba@gnome.org>
18383         * TODO.tasks: Updated.
18384         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18385         plugins/message-view/message-view.c: Fixed finalize and dispose
18386         methods.
18387         * plugins/debugger/*: Removed from cvs (development now in
18388         debug-manager).
18390 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18392         Reviewed by Naba Kumar  <naba@gnome.org>:
18393         
18394         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18395         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18396         plugins/gdb/breakpoints.c: all marker related stuff moved from
18397         editor and docman interfaces to IAnjutaMarkable
18399 2004-11-17  Naba Kumar  <naba@gnome.org>
18401         * TODO.tasks: Updated.
18402         
18403         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18404         
18405         * libegg/egg-combo-action.c: Block changed signal when changing model.
18406         
18407         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18408         Emit changed signal. Removed dead codes.
18409         
18410         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18411         that recent files history do not duplicate.
18412         
18413         * plugins/symbol-browser/an_symbol_view.c,
18414         plugins/symbol-browser/an_symbol_view.h,
18415         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18416         Fixed a bug.
18418 2004-11-15  Naba Kumar  <naba@gnome.org>
18420         * plugins/project-manager/plugin.c: Opens targets on double click.
18421         
18422         * plugins/message-view/message-view.c,
18423         plugins/file-manager/anjuta-file-manager-plugin.glade,
18424         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18425         Added proper class finalization
18426         and disposition. Added preferences notifications and callbacks to
18427         change info/warning/error colors.
18428         
18429         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18430         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18431         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18432         Implemented finalize method for AnjutaApp. Code cleanups.
18433         
18434         * plugins/message-view/plugin.c: Static parent_class.
18435         
18436 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18437         * plugins/editor/search-replace.[c,h], 
18438           plugins/editor/search-replace_backend.c
18439           Update search entry in main toolbar.
18440           Clean code.
18442 2004-11-11  Naba Kumar  <naba@gnome.org>
18444         * TODO.tasks: Updated.
18446         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18447         and completed on-the-fly-change preferences. Removed "changed"
18448         signal as it is no longer necessary (use notify for similar
18449         purpose to monitor individual preferences).
18451         
18452         * plugins/editor/anjuta-document-manager.glade: Added view menu
18453         preferences so that they are registered.
18454         
18455         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18456         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18457         connection to "changed" signal of preferences and implemented
18458         notifications for some editor preferences. More to implement.
18460 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18461         * plugins/editor/print.c
18462         Fixed bug 1047624 : Add line number every X lines.
18464 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18465         * plugins/editor/search-replace.c
18466         Fixed a crash bug (995755) when searching "%n"
18468 2004-11-09  Naba Kumar  <naba@gnome.org>
18470         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18471         Fixed to refresh categories list on file load.
18473 2004-11-08  Naba Kumar  <naba@gnome.org>
18474         
18475         * configure.in, plugins/Makefile.am,
18476         plugins/profile-default/plugin.c: Added cvs plugin in build.
18477         
18478         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18479         
18480         * plugins/debug-manager/.cvsignore: Added file to ignore.
18481         
18482         * plugins/debug-manager/Makefile.am: Removed dead codes.
18483         
18484         * src/anjuta.ui: Added placeholder for version control UI.
18486 2004-11-08  Naba Kumar  <naba@gnome.org>
18488         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18489         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18490         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18491         Updated.
18493         * global-tags/Makefile.am: Fixed make error.
18495         * plugins/profile-default/plugin.c: Added debug-manager
18496         and gdb plugins to load at startup so that debugger
18497         windows are docked properly. They will be removed
18498         later when we figure out runtime docking.
18500         * plugins/sample1/*: Restored to last working state.
18502         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18503         windows in lower pane. Named the windows appropriately.
18505         * ChangeLog: Fixed format.
18506         
18507 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18509         * libanjuta/interfaces/libanjuta.idl,
18510         libanjuta/anjuta-marshal.c,
18511         plugins/Makefile.am,
18512         plugins/debug-manager/plugin.c,
18513         plugins/editor/plugin.c,
18514         plugins/editor/text_editor.c,
18515         plugins/gdb/breakpoints.c,
18516         plugins/gdb/debugger.c,
18517         plugins/gdb/plugin.c,
18518         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18520 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18521         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18522         plugins/editor/search-replace.c,
18523         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18524         Search and Replace; Show result in find pane
18525           
18526 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18527         
18528         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18529         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18530         (added features: starting debugger and loading of core/executable,
18531         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18532         partially works)
18534 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18535         
18536         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18537         my cvs-plugin files...
18538         I hope I have rescued everything possible.
18539         
18540         * Naba: Could you please fix sample1 because I messed it up to 
18541         but there should be a histroy of this directory we should commit
18543 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18544         
18545         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18546         infrastructure
18547         * plugins/cvs-plugin/plugin.c,
18548         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18549         Added preferences dialog (not yet complete)
18551 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18552         
18553         * global-tags/Makefile.am, mime/Makefile.am:
18554         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18555         
18556         * template/xmltemplate.[ch],
18557         template/xmlstrings.[ch],
18558         template/autotools.[ch] removed,
18559         template/prj_template.[ch] removed,
18560         template/lang_template.[ch] removed,
18561         template/lib_template.[ch] removed,
18562         template/Makefile.am adjusted,
18563         template/dtds/lang.dtd removed, 
18564         template/dtds/lib.dtd removed,
18565         template/dtds/prj.dtd removed,
18566         template/dtds/autotools.dtd removed,
18567         data/template/lib/* removed,
18568         data/template/language/* removed,
18569         data/template/library/* removed,
18570         data/template/project/* removed,
18571         date/template/Makefile.am adjusted:
18572         Remove everything except text-templates to replace hardcoded 
18573         Edit->Insert texts with dynamic loaded.
18575         * plugins/cvs-plugin/plugin.[ch],
18576         plugins/cvs-actions.[ch],
18577         plugins/Makefile.am,
18578         plugins/cvs-plugin/Makefile.am,
18579         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18580         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18581         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18582         Added initial cvs-plugin code
18584 2004-10-21  Naba Kumar  <naba@gnome.org>
18585         
18586         * libanjuta/anjuta-plugin.c,
18587         plugins/build-basic-autotools/build-basic-autotools.c,
18588         plugins/debugger/plugin.c,
18589         plugins/devhelp/plugin.c,
18590         plugins/editor/anjuta-docman.c,
18591         plugins/editor/goto_line.c,
18592         plugins/editor/plugin.c,
18593         plugins/editor/search-replace.c,
18594         plugins/editor/text_editor.c,
18595         plugins/file-loader/plugin.c,
18596         plugins/file-manager/plugin.c,
18597         plugins/file-wizard/file.c,
18598         plugins/file-wizard/plugin.c,
18599         plugins/gdb/plugin.c,
18600         plugins/gtodo/plugin.c,
18601         plugins/message-view/anjuta-msgman.c,
18602         plugins/profile-default/plugin.c,
18603         plugins/project-manager/plugin.c,
18604         plugins/sample1/plugin.c,
18605         plugins/terminal/terminal.c: Defined all global variables static,
18606         particularly class parent_class variables. They were getting
18607         confused at link time.
18609         * libanjuta/plugins.c: Do not unload plugins when they are
18610         deactivated. Simply cache them for later activation. Unloading
18611         modules have some problem with shared libs using static class
18612         registration. Fixed hash type for installed plugins. Eventually,
18613         we want to add "CanUnload" attribute for .plugin files (in
18614         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18615         be unloaded from memory. Those plugins declaring CanUnload=false
18616         will not be unloaded from memory and will be put in the cache. Those
18617         not declaring anything or declaring CanUnload=true, will be unloaded
18618         from memory when they are deactivated.
18620         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18621         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18622         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18623         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18624         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18625         activation, deactivation. Fixed memory leaks.
18627 2004-10-20  Naba Kumar  <naba@gnome.org>
18629         * TODO.tasks: Updated.
18630         
18631         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18632         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18633         macro for adding interfaces to plugin types. Code cleanup.
18634         
18635         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18636         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18637         
18638         * plugins/build-basic-autotools/build-basic-autotools.c,
18639         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18640         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18641         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18642         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18643         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18644         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18645         plugins/project-manager/plugin.c,
18646         plugins/symbol-browser/an_symbol_view.c,
18647         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18648         newly defined macro to add interfaces to plugin types.
18650         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18652 2004-10-20  Naba Kumar  <naba@gnome.org>
18654         * TODO.tasks: Added task list.
18655         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18656         default values.
18658 2004-10-19  Naba Kumar  <naba@gnome.org>
18660         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18661         
18662         * plugins/editor/action-callbacks.c,
18663         plugins/editor/action-callbacks.h,
18664         plugins/editor/anjuta-docman.c,
18665         plugins/editor/anjuta-docman.h,
18666         plugins/editor/anjuta-document-manager.ui,
18667         plugins/editor/file_history.c,
18668         plugins/editor/file_history.h,
18669         plugins/editor/plugin.c: Added file history browsing.
18670         
18671         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18672         
18673         * plugins/message-view/anjuta-message-manager.ui,
18674         plugins/message-view/plugin.c: Added document manager context menu.
18675         
18676         * plugins/symbol-browser/an_symbol_view.c,
18677         plugins/symbol-browser/an_symbol_view.h,
18678         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18679         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18680         document manager context menu.
18681         
18682         * scintilla/*, scintilla/include/*: Updated to current cvs.
18683         
18684 2004-10-19  Naba Kumar  <naba@gnome.org>
18686         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18687         placeholder for debugger UI.
18688         
18689         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18690         * plugins/file-manager/plugin.c: Fixed loading bug.
18691         
18692         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18693         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18694         Initializes gconf database with default values when the
18695         values are not defined. Use bool and int prefs separately.
18697         * plugins/editor/plugin.c: Added encoding preferences.
18698         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18700         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18701         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18702         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18703         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18705 2004-10-18  Naba Kumar  <naba@gnome.org>
18707         * po/POTFILES.in: Updated.
18708         
18709         * libanjuta/anjuta-ui.c: Corrected debug messages.
18710         
18711         * libegg/egg-combo-action.c, libegg/test-actions.c,
18712         libegg/menu/egg-combo-action.h: Fixed combo action.
18713         
18714         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18715         Fixed format.
18716         
18717         * plugins/editor/action-callbacks.[c,h],
18718         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18719         Implemented file swap. Removed dead codes.
18720         
18721         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18722         dead codes.
18723         
18724         * plugins/symbol-browser/an_symbol_view.[c,h],
18725         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18726         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18727         Implemented file symbols. Implemented goto file line when symbol is
18728         selected.
18729         
18730         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18731         
18732 2004-10-10  Naba Kumar  <naba@gnome.org>
18734         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18735         
18736         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18737         
18738         * plugins/debugger/.cvsignore,
18739         (added) plugins/debugger/Makefile.am,
18740         (added) plugins/debugger/anjuta-debugger.glade,
18741         (added) plugins/debugger/anjuta-debugger.plugin.in,
18742         (added) plugins/debugger/anjuta-debugger.plugin.png,
18743         (added) plugins/debugger/anjuta-debugger.ui,
18744         plugins/debugger/attach_process.c,
18745         (removed) plugins/debugger/attach_process_cbs.c,
18746         (removed) plugins/debugger/attach_process_cbs.h,
18747         (removed) plugins/debugger/breakpoints.c,
18748         (removed) plugins/debugger/breakpoints.h,
18749         (removed) plugins/debugger/debug_tree.c,
18750         (removed) plugins/debugger/debug_tree.h,
18751         (removed) plugins/debugger/debugger.c,
18752         (removed) plugins/debugger/debugger.h,
18753         (removed) plugins/debugger/memory.c,
18754         (removed) plugins/debugger/memory.h,
18755         (added) plugins/debugger/plugin.c,
18756         (added) plugins/debugger/plugin.h,
18757         (removed) plugins/debugger/registers.c,
18758         (removed) plugins/debugger/registers.h,
18759         (removed) plugins/debugger/registers_cbs.c,
18760         (removed) plugins/debugger/registers_cbs.h,
18761         (removed) plugins/debugger/registers_gui.c,
18762         (removed) plugins/debugger/sharedlib.c,
18763         (removed) plugins/debugger/sharedlib.h,
18764         (removed) plugins/debugger/sharedlib_cbs.c,
18765         (removed) plugins/debugger/sharedlib_cbs.h,
18766         (removed) plugins/debugger/sharedlib_gui.c,
18767         (removed) plugins/debugger/signals.c,
18768         (removed) plugins/debugger/signals.h,
18769         (removed) plugins/debugger/signals_cbs.c,
18770         (removed) plugins/debugger/signals_cbs.h,
18771         (removed) plugins/debugger/signals_gui.c,
18772         (removed) plugins/debugger/stack_trace.c,
18773         (removed) plugins/debugger/stack_trace.h,
18774         (added) plugins/debugger/utilities.c,
18775         (added) plugins/debugger/utilities.h,
18776         (removed) plugins/debugger/watch.c,
18777         (removed) plugins/debugger/watch.h,
18778         (removed) plugins/debugger/watch_cbs.c,
18779         (removed) plugins/debugger/watch_cbs.h,
18780         (removed) plugins/debugger/watch_gui.c,
18781         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18782         
18783         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18784         Added debugger gdb backend plugin.
18785         
18786         * plugins/message-view/plugin.c: Registered all message stock icons.
18787         
18788         * plugins/profile-default/plugin.c: Loads debugger plugin.
18789         
18790         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18792 2004-10-08  Naba Kumar  <naba@gnome.org>
18794         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18795         information.
18796         
18797         * plugins/symbol-browser/.cvsignore,
18798         plugins/symbol-browser/Makefile.am,
18799         plugins/symbol-browser/an_symbol_view.c,
18800         plugins/symbol-browser/an_symbol_view.h,
18801         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18802         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18803         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18804         plugins/symbol-browser/plugin.c,
18805         plugins/symbol-browser/plugin.h,
18806         plugins/symbol-browser/sv_class.xpm,
18807         plugins/symbol-browser/sv_function.xpm,
18808         plugins/symbol-browser/sv_macro.xpm,
18809         plugins/symbol-browser/sv_private_fun.xpm,
18810         plugins/symbol-browser/sv_private_var.xpm,
18811         plugins/symbol-browser/sv_protected_fun.xpm,
18812         plugins/symbol-browser/sv_protected_var.xpm,
18813         plugins/symbol-browser/sv_public_fun.xpm,
18814         plugins/symbol-browser/sv_public_var.xpm,
18815         plugins/symbol-browser/sv_static_fun.xpm,
18816         plugins/symbol-browser/sv_static_var.xpm,
18817         plugins/symbol-browser/sv_struct.xpm,
18818         plugins/symbol-browser/sv_unknown.xpm,
18819         plugins/symbol-browser/sv_variable.xpm,
18820         plugins/symbol-browser/test-symbol-browser.c,
18821         plugins/Makefile.am: Implemented Symbol
18822         browser plugin.
18823         
18824         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18825         
18826         * plugins/build-basic-autotools/Makefile.am,
18827         plugins/devhelp/Makefile.am,
18828         plugins/editor/Makefile.am,
18829         plugins/file-loader/Makefile.am,
18830         plugins/file-manager/Makefile.am,
18831         plugins/file-wizard/Makefile.am,
18832         plugins/gtodo/Makefile.am,
18833         plugins/message-view/Makefile.am,
18834         plugins/profile-default/Makefile.am,
18835         plugins/project-manager/Makefile.am
18836         plugins/sample1/Makefile.am,
18837         plugins/terminal/Makefile.am,
18838         scintilla/Makefile.am,
18839         libegg/Makefile.am,
18840         launcher/Makefile.am,
18841         libanjuta/Makefile.am,
18842         src/Makefile.am,
18843         tagmanager/Makefile.am,
18844         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18845         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18846         files. Also fixed library dependencies.
18847         
18848         * plugins/editor/aneditor.cxx: Disabled unused codes.
18849         * plugins/file-manager/an_file_view.c: Added copyright.
18850         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18851         
18852         * plugins/profile-default/plugin.c: Can load plugins by location.
18853         * plugins/project-manager/plugin.c: Remove project_root_uri value
18854         when project is closed.
18855         
18856 2004-10-06  Naba Kumar  <naba@gnome.org>
18858         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18859         
18860         * libanjuta/interfaces/libanjuta.idl,
18861         plugins/editor/text_editor.c: Added get_length()
18862         and get_current_word() methods in IAnjutaEditor interface.
18863         
18864         * libegg/Makefile.am: Added test_actions target.
18865         
18866         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18867         
18868         * plugins/build-basic-autotools/build-basic-autotools.c,
18869         plugins/file-loader/plugin.c,
18870         plugins/message-view/message-view.c: Added code to go to file and
18871         line number,
18872         
18873         * plugins/devhelp/plugin.c: Context sensitive help now works.
18874         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18875         uri as line number and goes to that line number.
18876         
18877         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18878         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18879         gtodo_client_load() method to load from a diffrent file. Watched 
18880         project root directory in plugin to open TODO.tasks of the project.
18881         
18882         * plugins/project-manager/plugin.c: Updates project UI
18883         sensitive/insensitive.
18885         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18886         anjuta-shell program to test plugins.
18887         
18888         * src/anjuta-app.c: Registered UI accels.
18889         
18890 2004-09-28  Naba Kumar  <naba@gnome.org>
18892         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18893         method.
18894         
18895         * src/anjuta-app.c: Implemented present widget method.
18896         
18897         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18898         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18899         
18900         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18901         added editor.
18902         
18903         * plugins/editor/text_editor.c: Connects to preferences changed signal
18904         correctly.
18905         
18906 2004-09-28  Naba Kumar  <naba@gnome.org>
18907         
18908         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18909         print code.
18910         
18911         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18912         size to 5 pix.
18913         
18914         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18915         in changed signal callback.
18916         
18917         * plugins/editor/action-callbacks.c: Implemented save_all action
18918         callback. Removed dead code. Do save_as when saving a new file.
18919         Implemented incremental search.
18920         
18921         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18922         
18923         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18924         
18925         * src/anjuta-app.c: Registers UI accelerators.
18926         
18927 2004-09-27  Naba Kumar  <naba@gnome.org>
18929         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18930         
18931         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18932         plugins/devhelp/anjuta-devhelp.plugin.in,
18933         plugins/file-loader/anjuta-loader.plugin.in,
18934         plugins/file-manager/anjuta-file-manager.plugin.in,
18935         plugins/gtodo/anjuta-gtodo.plugin.in,
18936         plugins/project-manager/anjuta-project-manager.plugin.in,
18937         plugins/terminal/anjuta-terminal.plugin.in:
18938         Gave proper plugin names.
18940         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18941         error when regex fail.
18942         
18943         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18944         Added help and context search. Watches current editor. More menus
18945         in Help submenu. Update UI (sensitive when required) properly.
18946         
18947         * plugins/editor/anjuta-document-manager.ui,
18948         plugins/devhelp/anjuta-devhelp.ui,
18949         plugins/message-view/anjuta-message-manager.ui,
18950         src/anjuta.ui: Goto menu actions are in separate submenu.
18951         
18952         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
18953         Removed unimplemented UI elements.
18954         
18955         * src/anjuta-app.c: Larger (and normal) icon size.
18956         
18957         * src/layout.xml: Task manager plugin along with document (in middle).
18958         
18959         * plugins/editor/plugin.c, plugins/file-loader.c,
18960         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
18961         in gtkactions. Enable/disable UI properly.
18962         
18963 2004-09-26  Naba Kumar  <naba@gnome.org>
18965         * po/POTFILES.in: Updated, added missing files.
18967         * .cvsignore: Updated.
18968         
18969         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
18970         a new function to get User input text.
18971         
18972         * libanjuta/resources.[c,h]: Added a function to created sized image.
18973         
18974         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
18975         from filename, as thats the correct representation.
18976         
18977         * plugins/build-basic-autotools/Makefile.am,
18978         (added) plugins/build-basic-autotools/automake-c.filters,
18979         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18980         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
18981         Rearragned UI elements in the build menu. Added codes to read build
18982         filter rules from external file. Implemented all build, configure,
18983         autogen commands. Watches current editor and project.
18984         
18985         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
18986         Added editor changed signal and exports current editor value.
18987         Fixed parameter names. Fixed get_uri() interface implementation to
18988         return correct uri.
18989         
18990         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
18991         elements.
18992         
18993         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
18994         
18995         * plugins/file-manager/an_file_view.c,
18996         plugins/file-manager/an_file_view.c: Exports file uri correctly.
18997         
18998         * plugins/file-wizard/file.c: Reads uri correctly.
18999         
19000         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19001         sets the page to the new view.
19002         
19003         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19004         Fixed signal connecting.
19005         
19006         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19007         to "project_root_uri" and exports as uri.
19008         
19009 2004-09-24  Naba Kumar  <naba@gnome.org>
19011         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19012         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19013         in correct way.
19014         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19015         * plugins/file-loader/plugin.c: Added comments.
19016         * plugins/build-basic-autotools/plugin.c: Added comments.
19017         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19018         
19019         * libanjuta/interfaces/libanjuta.idl,
19020         plugins/message-view/anjuta-msgman.c,
19021         plugins/message-view/message-view.c,
19022         plugins/message-view/message-view.h,
19023         plugins/message-view/plugin.c: Buffering and appending messages have
19024         been separated. message-view implementations cleaned up. Signals
19025         Emissions fixed. Messages now displayed in summary and details show
19026         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19027         API.
19028         
19029         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19030         preferences.
19031         
19032         * plugins/build-basic-autotools/Makefile.am,
19033         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19034         parsing of output to create message summaries. Uses new message view
19035         API.
19036         
19037         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19038         preferences to make dialog box smaller.
19039         
19040         * plugins/editor/search-replace.c: Fixed compile error with change
19041         in IAnjutaMessageView API.
19042         
19043 2004-09-21  Naba Kumar  <naba@gnome.org>
19045         * plugins/Makefile.am: Deletes old (installed) plugins before
19046         installing new ones.
19047         
19048         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19049         plugins/build-basic-autotools/build-basic-autotools.c,
19050         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19051         file URI from filemanager. Only disables/enables build submenu in file
19052         manager, instead of merging/unmerging.
19053         
19054         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19055         non-text files.
19056         
19057         * plugins/file-loader/anjuta-loader-plugin.ui,
19058         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19059         Implemented "Open with" file manager submenu. Displays error message
19060         when file can not be opened.
19061         
19062         * plugins/file-manager/an_file_view.c: Renamed
19063         file_manager_current_filename value name to file_manager_current_uri
19064         and exports proper URI.
19065         
19066         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19068 2004-09-19  Naba Kumar  <naba@gnome.org>
19070         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19071         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19072         save point signal to change editor tabs. Fixed accels.
19073         
19074         * plugins/file-loader/plugin.c: Fixed accels.
19076         * plugins/project-manager/plugin.c: Added target selection callback.
19077         
19078         * plugins/project-manager/plugin.c: Added URI activation.
19079         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19080         Fixed dialog and closed it on ok. Fixed a crash bug.
19081         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19083         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19084         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19085         plugins/file-loader/anjuta-loader-plugin.ui,
19086         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19087         Added recent files in file loade plugin.
19088         
19089         * ChangeLog: Fixed entry dates.
19090         
19091 2004-09-18  Naba Kumar  <naba@gnome.org>
19093         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19094         an unnecessary GtkFrame.
19095         
19096 2004-09-17  Naba Kumar  <naba@gnome.org>
19098         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19100         * TODO: Updated.
19101         
19102         * data/Makefile.am: Disabled installing old mime info.
19103         
19104         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19105         
19106         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19107         plugins/editor/anjuta-document-manager.ui,
19108         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19109         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19110         Added Editor context popup menu.
19111         
19112         * plugins/project-manager/anjuta-project-manager-plugin.png:
19113         Update image.
19114         
19115         * plugins/project-manager/anjuta-project-manager.plugin.in:
19116         Support .anjuta mime type.
19117         
19118         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19119         value.
19120         
19121         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19122         value.
19123         
19124         * src/layout.xml, plugins/profile-default/plugin.c:
19125         Added project manager plugin for startup.
19127 2004-09-16  Naba Kumar  <naba@gnome.org>
19128         
19129         * anjuta.prj: Updated.
19130         
19131         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19132         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19133         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19134         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19135         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19136         plugins/terinal/Makefile.am, src/Makefile.am,
19137         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19138         Fixed makefile syntax errors.
19140 2004-09-16  Naba Kumar  <naba@gnome.org>
19142         * configure.in, src/layout.xml,
19143         plugins/profile-default/plugin.c,
19144         libanjuta/interfaces/libanjuta.idl,
19145         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19146         
19147         * configure.in, plugins/Makefile.am,
19148         plugins/project-manager/.cvsignore, 
19149         plugins/project-manager/Makefile.am,
19150         plugins/project-manager/anjuta-project-manager-plugin.png,
19151         plugins/project-manager/anjuta-project-manager.plugin.in,
19152         plugins/project-manager/anjuta-project-manager.ui,
19153         plugins/project-manager/plugin.c,
19154         plugins/project-manager/plugin.h: Added project manager plugin
19155         based on gnome-build.
19156         
19157         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19158         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19159         
19160         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19161         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19162         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19163     
19164 2004-09-16  Naba Kumar  <naba@gnome.org>
19166         * plugins/editor/action-callbacks.c: Fixed compile error.
19167         
19168 2004-09-15  Naba Kumar  <naba@gnome.org>
19170         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19171         
19172         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19173         New improved splace with nicer progress.
19174         
19175         * configure.in, plugins/Makefile.am,
19176         (added) file-wizard/.cvsignore,
19177         (added) file-wizard/Makefile.am,
19178         (added) file-wizard/action-callbacks.c,
19179         (added) file-wizard/action-callbacks.h,
19180         (added) file-wizard/anjuta-file-wizard-plugin.png,
19181         (added) file-wizard/anjuta-file-wizard.glade,
19182         (added) file-wizard/anjuta-file-wizard.plugin.in,
19183         (added) file-wizard/anjuta-file-wizard.ui,
19184         (added) file-wizard/file.c,
19185         (added) file-wizard/file.h,
19186         (added) file-wizard/plugin.c,
19187         (added) file-wizard/plugin.h:
19188         Created new file wizard and added it. The wizard takes care of text
19189         bit insertions and new files creation.
19191         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19192         plugins/editor/action-callbacks.h,
19193         plugins/editor/anjuta-document-manager.glade,
19194         plugins/editor/anjuta-document-manager.ui,
19195         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19196         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19197         new files code and moved into a new plugin (file wizard).
19198         
19199         * libanjuta/plugins.[c,h]: Added plugins selection function.
19200         
19201         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19202         get_position(), insert() in IAnjutaEditor interface. Added
19203         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19204         interface (for wizard plugins).
19206         * plugins/file-loader/anjuta-loader-plugin.ui,
19207         plugins/file-loader/plugin.c: Added wizard launcher interface which
19208         scans for plugins implement IAnjutaWizard interface and presents the
19209         list to user for selection. The selected plugin is then activated
19210         for the wizard.
19212         * libanjuta/interfaces/.cvsignore: Updated.
19213         * plugins/message-view/.cvsignore: Updated.
19214         * plugins/launcher/*: Removed as launcher has already been moved to
19215         libanjuta as class.
19217         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19218         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19219         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19220         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19221         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19222         Updated API documentations.
19224 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19226         * configure.in: Added Punjabi to ALL_LINGUAS
19228 2004-07-29  Naba Kumar  <naba@gnome.org>
19230         * configure.in: Added file-loader plugin Makefile path and
19231         fixed devhelp version requirement.
19233 2004-07-28  Naba Kumar  <naba@gnome.org>
19235         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19236         terminal/preferences-terminal.png (added), message-view/*.png (added),
19237         message-view/*.xpm (added), editor/*.png (added),
19238         editor/*.xpm (added), plugins/editor/Makefile.am,
19239         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19240         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19241         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19242         respective plugins directories.
19244         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19245         pixmaps/block-end-16.png, pixmaps/block-end.png
19246         pixmaps/block-start-16.png, pixmaps/block-start.png
19247         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19248         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19249         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19250         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19251         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19252         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19253         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19254         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19255         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19256         pixmaps/preferences-editor.png, pixmaps/undock.png
19257         pixmaps/error-next-16.png, pixmaps/error-next.png
19258         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19259         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19260         pixmaps/preferences-terminal.png: Deleted
19262         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19263         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19264         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19265         plugins/editor/anjuta-document-manager.plugin.in,
19266         plugins/editor/anjuta-document-manager.ui,
19267         plugins/editor/plugin.c, plugins/editor/print.c,
19268         plugins/editor/search-replace_backend.c,
19269         plugins/editor/search_preferences.h,
19270         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19271         Moved properties souce files to editor plugin as it not required in
19272         libanjuta. Other editor fixes.
19274         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19275         libegg/dock/* (removed)
19276         : Restored GDL external dependencies and removed libegg dock
19277         sources, because gdl is being developed.
19278         
19279         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19280         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19281         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19282         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19283         libanjuta/plugins.c, libanjuta/plugins.h,
19284         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19285         gconf system. Shell now takes docking positions. Added more utility
19286         functions. Added plugins query function. And other fixes.
19288         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19289         
19290         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19291         plugin to load files based on mime type.
19292         
19293         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19294         
19295         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19296         plugins/file-manager/plugin.c: File manager now uses file loader to
19297         open files.
19299         * plugins/message-view/anjuta-msgman.c,,
19300         plugins/message-view/message-view.c,
19301         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19303         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19304         plugins/terminal/terminal.c, src/Makefile.am,
19305         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19306         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19307         
19308         * libegg/dock/*: Removed directory.
19309         
19310 2004-07-28  Naba Kumar  <naba@gnome.org>
19312         * configure.in: Reduced gnome-print version requirement.
19313         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19315 2004-07-21  Ray Strode  <rstrode@redhat.com>
19316         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19317         new mime sytem.
19319 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19320         
19321         * plugins/editor/search-replace.c: Some fixes
19322         * plugins/terminal/Makefile.am:
19323         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19325 2004-05-19  Naba Kumar  <naba@gnome.org>
19327         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19328         compiler warning.
19330 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19332         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19333         Implemented IAnjutaSavable
19334         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19336 2004-05-17  Naba Kumar  <naba@gnome.org>
19338         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19339         plugins/build-basic-autotools/.cvsignore,
19340         plugins/build-basic-autotools/Makefile.am,
19341         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19342         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19343         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19344         plugins/build-basic-autotools/build-basic-autotools.c,
19345         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19346         build plugin.
19347         
19348         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19349         definition.
19350         
19351         * plugins/file-manager/an_file_view.c,
19352         plugins/file-manager/anjuta-file-manager.ui,
19353         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19354         Added context menu UI.
19355         
19356         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19357         in view menu.
19359 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19360         
19361         * libanjuta/anjuta-preferences.[ch]: 
19362         Added save/load_gconf functions
19363         * src/action_callbacks.[ch], src/preferences.c: 
19364         Load global prefs from gconf at startup and save them
19365         on exit. Prefs load and save correctly but something resets
19366         them to default after loading...
19367         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19368         Somehow the linker does not find save/load_gconf functions
19369         in libanjuta. Must be a stupid mistake, I would be glad
19370         if someone could fix that.
19371         * manuals/reference/libanjuta-sections.txt: Added new
19372         preferences functions and removed gnome-filelist
19373         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19374         * plugins/file-manager/plugin.c:
19375         Added root-path property
19377 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19378         
19379         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19380         they are not longer needed.
19381         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19382         anjuta-sections.txt: Remove references to the files
19383         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19384         Use new nautilus icons for file-manager, looks incredible
19385         cool!
19387 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19388         
19389         * plugins/editor/anjuta-docman.c: gchar* to 
19390         const gchar* in arguments
19391         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19392         Interface
19393         * plugins/file-manager/an_file_view.c: Open files on
19394         double-click. Does not work yet because it does not
19395         find IAnjutaFile interface in document manager
19397 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19398         
19399         * plugins/editor/anjuta-docman.c
19400         * plugins/editor/text_editor.c:
19401         Made close button working, made multiple selection in
19402         File/Open dialog possble, fixed crash bug if file cannot
19403         be opened.
19405 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19406         
19407         * plugins/editor/action-callbacks.c
19408         * plugins/editor/anjuta-docman.c
19409         * plugins/editor/anjuta-docman.h
19410         * plugins/editor/search-replace.c
19411         * plugins/editor/search-replace_backend.c
19412         * plugins/editor/text_editor.c
19413         * plugins/editor/text_editor.h:
19414         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19415         able to open all files, use uri instead of full_filename, fixed
19416         many bugs.
19419 2004-05-13  Naba Kumar  <naba@gnome.org>
19421         * plugins/message-view/anjuta-message-manager-plugin.glade:
19422         HIG compliant.
19424         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19425         management.
19427         * pixmaps/anjuta_splash.png: Added border.
19428         
19429         * plugins/editor/anjuta-document-manager.png: New icon.
19430         
19431         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19432         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19433         
19434         plugins/editor/Makefile.am,
19435         plugins/editor/search-replace.c,
19436         plugins/editor/search-replace.h,
19437         plugins/editor/search-replace_backend.c,
19438         plugins/editor/search-replace_backend.h,
19439         plugins/editor/search_preferences.h,
19440         plugins/editor/search_preferences.c: Merged changes from
19441         ANJUTA_1_2_0 branch.
19442         
19443         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19444         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19445         operational.
19447         * plugins/terminal/Makefile.am,
19448         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19449         dialog.
19450         
19451         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19452         submenu.
19454 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19455         * plugins/message-view/plugin.c: Fixed glade file loading
19456         Removed "Show messages" menu item
19457         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19458         twice because of this load system layout hack.
19459         * libanjuta/anjuta-ui.h: Removed #include config.h
19460         * libanjuta/libanjuta.pc: Fixed path and depencies
19461         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19462         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19463         * libanjuta/properties.cxx : #include "properties_cxx.h"
19464         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19466 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19467         * plugins/message-view/*: Fixed message view preferences
19468         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19469         * anjuta.glade: Removed messages stuff
19471 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19472         
19473         * Removed libanjutamm, it is now hosted on SF.net:
19474         cvs.sf.net/cvsroot/anjuta/libanjutamm
19476 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19477         
19478         * libanjutamm/*
19479         Added some experimental code to add support for C++ plugins.
19480         Nothing works yet and it is likely that it will disappear but
19481         I have some questions to murrayc and he wants to see the code.
19483 2004-05-11  Naba Kumar  <naba@gnome.org>
19485         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19487         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19488         hightlight style menu actions.
19490         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19491         manuals/reference/libanjuta/plugin-description-file.sgml,
19492         manuals/reference/libanjuta/writing-plugins.sgml,
19493         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19494         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19495         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19497         * src/anjuta-app.c: Always load system layout for now.
19499         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19500         
19501         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19502         manuals/reference/libanjuta/libanjuta-sections.txt,
19503         manuals/reference/libanjuta/libanjuta.types,
19504         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19505         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19506         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19507         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19508         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19509         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19510         Updated documentation.
19512         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19513         plugins/profile-default/plugin.c, src/layout.xml:
19514         Created terminal plugin.
19515          
19516         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19517         (new) plugins/file-manager/.cvsignore,
19518         plugins/file-manager/an_file_view.c,
19519         plugins/file-manager/plugin.c,
19520         plugins/file-manager/plugin.h: Moved preferences to separate
19521         glade file and added cvsignore file.
19522         
19523         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19524         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19525         from the branch. I tried it     but there were way too many conflicts.
19526         
19527         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19528         
19529         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19530         util functions required during the merge.
19531         
19532         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19533         interface.
19534         
19535         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19536         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19537         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19538         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19539         Merged with ANJUTA_1_2_0 branch.
19541 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19543         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19545 2004-05-07  Naba Kumar  <naba@gnome.org>
19547         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19549         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19550         Added preferences reading and loading.
19551         
19552         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19553         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19554         libanjuta/fileselection.c, libanjuta/fileselection.h,
19555         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19556         
19557         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19559         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19560         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19561         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19562         data/macros/autogen.sh, data/macros2/autogen.sh
19563         data/properties/ada.properties, data/properties/anjuta.properties,
19564         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19565         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19566         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19567         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19568         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19569         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19570         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19571         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19572         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19573         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19574         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19575         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19576         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19577         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19578         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19579         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19580         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19581         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19582         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19583         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19584         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19585         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19586         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19587         (added) scintilla/scintilla-marshal.c,
19588         (added) scintilla/scintilla-marshal.h,
19589         (added) scintilla/scintilla-marshal.list,
19590         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19591         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19592         (added) scintilla/patches/scintilla-calltip-align.patch,
19593         (added) scintilla/patches/scintilla-minor.patch,
19594         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19596 2004-05-06  Naba Kumar  <naba@gnome.org>
19598         * (added) plugins/file-manager/Makefile.am,
19599         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19600         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19601         (added) plugins/file-manager/anjuta-file-manager.ui,
19602         (added) plugins/file-manager/plugin.c,
19603         (added) plugins/file-manager/plugin.h,
19604         (removed) plugins/file-manager/an_file_view.h,
19605         plugins/Makefile.am, configure.in,
19606         plugins/file-manager/an_file_view.c: Created file manager plugin.
19607         
19608         * plugins/profile-default/plugin.c: Added file manager plugin in default
19609         profile.
19610         
19611         * libanjuta/Makefile.am: Fixed dependencies.
19612         * pixmaps/anjuta_splash.png: New splash screen.
19614 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19615         
19616         * template/template.c/h: Added in-line doc
19617         * manuals/reference/template/*: Added template documentation
19618         * configure.in: Build template docs
19620 2004-05-05  Naba Kumar  <naba@gnome.org>
19622         * autogen.sh: Added commands to generate initial interfaces.
19623         
19624         * libanjuta/Makefile.am,
19625         (removed)libanjuta/anjuta-plugin-parser.c,
19626         (removed)libanjuta/anjuta-plugin-parser.h,
19627         (added)libanjuta/anjuta-plugin-description.c,
19628         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19629         plugin description.
19630         
19631         * libanjuta/anjuta-plugin.c,
19632         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19633         
19634         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19635         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19636         widget add_widget() method.
19637         
19638         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19639         and moved plugin sets loading in profile plugins.
19640         
19641         * libanjuta/interfaces/.cvsignore,
19642         (removed)libanjuta/interfaces/Makefile.am,
19643         libanjuta/interfaces/libanjuta.idl,
19644         libanjuta/interfaces/anjuta-idl-compiler.pl,
19645         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19646         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19647         (removed)libanjuta/interfaces/ianjuta-editor.c,
19648         (removed)libanjuta/interfaces/ianjuta-editor.h,
19649         (removed)libanjuta/interfaces/ianjuta-file.c,
19650         (removed)libanjuta/interfaces/ianjuta-file.h,
19651         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19652         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19653         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19654         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19655         *.h and Makefile.am files. They are autogenerated. Interfaces are
19656         by anjuta-idl-compiler.pl from libanjuta.idl file.
19657         
19658         * manuals/reference/libanjuta/Makefile.am,
19659         manuals/reference/libanjuta/anjuta-architecture.sgml,
19660         manuals/reference/libanjuta/libanjuta-docs.sgml,
19661         manuals/reference/libanjuta/libanjuta-sections.txt,
19662         manuals/reference/libanjuta/libanjuta.types,
19663         manuals/reference/libanjuta/plugin-description-file.sgml,
19664         manuals/reference/libanjuta/writing-plugins.sgml,
19665         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19666         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19667         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19668         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19669         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19670         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19671         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19672         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19673         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19674         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19675         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19676         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19677         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19678         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19679         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19680         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19681         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19682         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19683         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19684         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19685         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19686         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19687         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19688         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19689         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19690         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19691         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19692         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19693         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19694         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19695         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19696         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19697         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19698         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19699         interfaces template sgmls.
19700         
19701         * plugins/Makefile.am,
19702         plugins/devhelp/anjuta-devhelp.plugin.in,
19703         plugins/devhelp/plugin.c,
19704         plugins/editor/action-callbacks.c,
19705         plugins/editor/anjuta-document-manager.plugin.in,
19706         plugins/editor/plugin.c,
19707         plugins/editor/plugin.h,
19708         plugins/editor/text_editor.c,
19709         plugins/sample1/plugin.c,
19710         plugins/message-view/anjuta-message-manager.plugin.in,
19711         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19712         placement. Fixed other errors.
19713         
19714         * (added)plugins/profile-default/.cvsignore,
19715         (added)plugins/profile-default/Makefile.am,
19716         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19717         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19718         (added)plugins/profile-default/anjuta-default-profile.ui,
19719         (added)plugins/profile-default/plugin.c,
19720         (added)plugins/profile-default/plugin.h: Added a default new
19721         profile plugin.
19722         
19723         * src/Makefile.am,
19724         src/action-callbacks.c,
19725         src/anjuta-app.c,
19726         src/anjuta.c,
19727         src/main.cpp: Fixed necessary changes for libanjuta
19729 2004-05-04  Naba Kumar  <naba@gnome.org>
19731         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19732         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19733         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19734         placement for default widgets placements.
19736 2004-05-03  Naba Kumar  <naba@gnome.org>
19738         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19739         manuals/reference/libanjuta/libanjuta-docs.sgml,
19740         manuals/reference/libanjuta/plugin-description-file.sgml,
19741         manuals/reference/libanjuta/writing-plugins.sgml:
19742         Wrote more sections in writing-plugins document and fixed errors.
19744 2004-05-03  Naba Kumar  <naba@gnome.org>
19746         * libanjuta/interfaces/libanjuta.idl: Added interface
19747         IAnjutaFileManager.
19748         
19749         * manuals/reference/libanjuta/anjuta-architecture.dia,
19750         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19751         architecture diagram.
19752         
19753         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19754          manuals/reference/libanjuta/libanjuta-docs.sgml,
19755         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19756         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19757         Wrote writing-plugins document and separated chapters into
19758         separate sgml files.
19759         
19760         * plugins/file-manager/an_file_view.c,
19761         plugins/file-manager/an_file_view.h: New and improved directory
19762         rendering.
19764 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19766         * anjuta.glade: re-designed the new file dialog
19767         * anjuta_dialogs_strings.c: new strings from the new file dialog
19769 2004-04-30  Naba Kumar  <naba@gnome.org>
19771         * libanjuta/interfaces/Makefile.am.iface,
19772         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19773         
19774         * libanjuta/interfaces/libanjuta.idl: Updated.
19776         * libanjuta/interfaces/Makefile.am.iface,
19777         libanjuta/interfaces/libanjuta.idl: Updated.
19779 2004-04-29  Naba Kumar  <naba@gnome.org>
19780         
19781         * libanjuta/interfaces/Makefile.am.iface,
19782         libanjuta/interfaces/libanjuta.idl: Updated.
19784 2004-04-29  Naba Kumar  <naba@gnome.org>
19786         * libanjuta/interfaces/giface-idlc-c.pl,
19787         libanjuta/interfaces/libanjuta.idl: Upgraded.
19788         * libanjuta/interfaces/Makefile.am.iface: Added.
19789         
19790 2004-04-28  Naba kumar  <naba@gnome.org>
19792         * libanjuta/interfaces/giface-idlc-c.pl,
19793         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19794         definitions and wrote a compiler.
19795         
19796 2004-04-28  Naba Kumar  <naba@gnome.org>
19798         * libanjuta/anjuta-shell.c: Fixed docs.
19799         * libanjuta/interfaces/Makefile.am,
19800         libanjuta/interfaces/ianjuta-file.c,
19801         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19802         
19803         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19804         
19805         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19807         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19808         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19809         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19810         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19811         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19812         * src/anjuta-app.c: Fixed bug.
19814 2004-04-27  Naba Kumar  <naba@gnome.org>
19816         * libanjuta/anjuta-preferences-dialog.c,
19817         manuals/Makefile.am: Fixed document bugs and enabled docs
19818         building.
19820         * libanjuta/anjuta-preferences-dialog.c,
19821         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19822         More documentation.
19823         
19824         * libanjuta/anjuta-preferences.c,
19825         manuals/reference/libanjuta/libanjuta-docs.sgml,
19826         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19827         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19828         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19829         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19830         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19831         Wrote more documentations.
19833         * (removed) plugins/message-view/imessage-view.c,
19834         (removed) plugins/message-view/ianjuta-msgman.c,
19835         plugins/message-view/Makefile.am,
19836         plugins/message-view/anjuta-msgman.c,
19837         plugins/message-view/anjuta-msgman.h,
19838         plugins/message-view/message-view.c,
19839         plugins/message-view/message-view.h,
19840         plugins/message-view/plugin.c,
19841         plugins/message-view/plugin.h: Moved interface implementations
19842         in their respective classes and used correct macros to
19843         defined class types.
19845         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19846         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19847         AnjutaUI from GtkUIManager instead of GtkDialog.
19849         * manuals/reference/libanjuta/Makefile.am,
19850         manuals/reference/libanjuta/libanjuta-docs.sgml,
19851         manuals/reference/libanjuta/libanjuta-sections.txt,
19852         manuals/reference/libanjuta/libanjuta.types,
19853         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19854         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19855         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19856         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19857         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19858         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19859         Wrote more documentation, fixed typos, added architecture
19860         diagram, updated object types etc.
19862         * plugins/editor/text_editor.c: Fixed interface implementation.
19864 2004-04-26  Naba Kumar  <naba@gnome.org>
19866         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19867         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19868         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19869         architecture diagram and a new chapter on plugins description file.
19871 2004-04-25  Naba Kumar  <naba@gnome.org>
19873         *  libanjuta/anjuta-children.h,
19874         libanjuta/anjuta-plugin.c,
19875         libanjuta/anjuta-plugin.h,
19876         libanjuta/anjuta-preferences.c,
19877         libanjuta/anjuta-shell.c,
19878         libanjuta/anjuta-shell.h,
19879         libanjuta/e-splash.c,
19880         libanjuta/e-splash.h,
19881         manuals/reference/libanjuta/Makefile.am,
19882         manuals/reference/libanjuta/libanjuta-docs.sgml,
19883         manuals/reference/libanjuta/libanjuta-sections.txt,
19884         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19885         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19886         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19887         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19888         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19889         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19890         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19891         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19892         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19893         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19894         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19895         manuals/reference/libanjuta/tmpl/defaults.sgml,
19896         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19897         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19898         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19899         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19900         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19901         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19902         manuals/reference/libanjuta/tmpl/plugins.sgml,
19903         manuals/reference/libanjuta/tmpl/properties.sgml,
19904         manuals/reference/libanjuta/tmpl/resources.sgml,
19905         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19906         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19907         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19908         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19909         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19910         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19912         Added more template files and wrote more documentation.
19914 2004-04-24  Andras Timar  <timar@gnome.hu>
19916         * configure.in: Added hu to ALL_LINGUAS.
19918 2004-04-23  Naba Kumar  <naba@gnome.org>
19919         
19920         * configure.in: Fixed compile error.
19921         
19922         * libanjuta/anjuta-children.c,
19923         libanjuta/anjuta-children.h,
19924         libanjuta/anjuta-preferences.c,
19925         libanjuta/anjuta-preferences.h,
19926         libanjuta/anjuta-shell.c,
19927         libanjuta/anjuta-ui.c,
19928         libanjuta/anjuta-ui.h,
19929         manuals/reference/libanjuta/Makefile.am,
19930         manuals/reference/libanjuta/libanjuta-docs.sgml,
19931         manuals/reference/libanjuta/libanjuta.types,
19932         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19933         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19934         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19935         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19936         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19937         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19938         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19939         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19940         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19941         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19942         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19943         manuals/reference/libanjuta/tmpl/defaults.sgml,
19944         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19945         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19946         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19947         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19948         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19949         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19950         manuals/reference/libanjuta/tmpl/plugins.sgml,
19951         manuals/reference/libanjuta/tmpl/properties.sgml,
19952         manuals/reference/libanjuta/tmpl/resources.sgml,
19953         plugins/sample1/plugin.c: Added libanjuta API documentation.
19955 2004-04-22  Naba Kumar  <naba@gnome.org>
19957         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
19958         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
19959         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19960         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
19961         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
19962         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
19963         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
19964         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
19965         (removed) libegg/eggradiotoolbutton.c,
19966         (removed) libegg/eggseparatortoolitem.c,
19967         (removed) libegg/eggtoggletoolbutton.c,
19968         (removed) libegg/eggtoolbar.c,
19969         (removed) libegg/eggtoolbutton.c,
19970         (removed) libegg/eggtoolitem.c,
19971         (removed) libegg/prop-editor.c,
19972         (removed) libegg/test-actions.c,
19973         (removed) libegg/test-drag.c,
19974         (removed) libegg/test-merge.c,
19975         (removed) libegg/test-toolbar.c,
19976         libegg/menu/Makefile.am,
19977         (removed) libegg/menu/egg-accel-dialog.h,
19978         (removed) libegg/menu/egg-action-group.h,
19979         (removed) libegg/menu/egg-action.h,
19980         libegg/menu/egg-entry-action.h,
19981         (removed) libegg/menu/egg-markup.h,
19982         (removed) libegg/menu/egg-menu-merge.h,
19983         (removed) libegg/menu/egg-menu.h,
19984         (removed) libegg/menu/egg-radio-action.h,
19985         (removed) libegg/menu/egg-toggle-action.h,
19986         (removed) libegg/menu/howitshouldwork.txt,
19987         (removed) libegg/toolbar/.cvsignore,
19988         (removed) libegg/toolbar/Makefile.am,
19989         (removed) libegg/toolbar/TODO,
19990         (removed) libegg/toolbar/eggradiotoolbutton.h,
19991         (removed) libegg/toolbar/eggseparatortoolitem.h,
19992         (removed) libegg/toolbar/eggtoggletoolbutton.h,
19993         (removed) libegg/toolbar/eggtoolbar.h,
19994         (removed) libegg/toolbar/eggtoolbutton.h,
19995         (removed) libegg/toolbar/eggtoolitem.h,
19996         (removed) libegg/toolbar/prop-editor.h,
19997         (removed) libegg/toolbar/toolbar-api.txt,
19998         (removed) libegg/toolbar/toolbar-ideas.txt,
19999         plugins/devhelp/anjuta-devhelp.ui,
20000         plugins/devhelp/plugin.c,
20001         plugins/editor/action-callbacks.c,
20002         plugins/editor/action-callbacks.h,
20003         plugins/editor/anjuta-docman.c,
20004         plugins/editor/anjuta-document-manager.ui,
20005         plugins/editor/plugin.c,
20006         P plugins/message-view/Makefile.am,
20007         plugins/message-view/anjuta-message-manager.ui,
20008         plugins/message-view/plugin.c,
20009         plugins/sample1/anjuta-sample.ui,
20010         plugins/sample1/plugin.c,
20011         src/action-callbacks.c,
20012         src/action-callbacks.h,
20013         src/anjuta-actions.h,
20014         src/anjuta-app.c,
20015         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20016         Gtk actions and UIManager. Fixed all plugins to use this.
20017         
20018         * manuals/reference/gtkdoc-scangobj.diff,
20019         manuals/reference/libanjuta/Makefile.am,
20020         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20021         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20022         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20023         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20024         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20026         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20027         
20028 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20029         
20030         * plugins/message-view/imessage-view.c
20031         * plugins/message-view/ianjuta-msgman.c:
20032         Added interfaces
20034 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20036         * configure.in: Added en_CA to ALL_LINGUAS.
20038 2004-04-08  Naba Kumar  <naba@gnome.org>
20040         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20041         libanjuta/interfaces/Makefile.am,
20042         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20043         message manager and message view interfaces.
20045         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20046         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20047         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20048         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20049         src/anjuta-app.c: Used 'activate' and
20050         'deactivate' virtual methods for plugins. Fixed installed plugins
20051         dialogs. Added remove_widget() method for AnjutaShell.
20053         * libanjuta/interfaces/Makefile.am,
20054         libanjuta/interfaces/ianjuta-document-manager.c,
20055         libanjuta/interfaces/ianjuta-document-manager.h,
20056         libanjuta/interfaces/ianjuta-editor.c,
20057         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20058         and editor interfaces.
20060         * plugins/devhelp/plugin.c,
20061         plugins/message-view/anjuta-message-manager.plugin.in,
20062         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20063         plugins/sample1/plugin.c: Updated plugins implementation to
20064         reflect the changes.
20066 2004-04-07  Naba Kumar  <naba@gnome.org>
20068         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20069         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20070         libanjuta/interfaces/ianjuta-editor.h,
20071         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20072         plugins/editor/anjuta-docman.c,
20073         plugins/editor/anjuta-document-manager.plugin.in,
20074         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20075         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20076         Added supported interfaces for plugins. Tested plugin interfaces
20077         through sample plugin.
20078         
20079 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20080         
20081         * template/Makefile.am, data/templates/library/Makefile.am
20082         Fixed some automake-1.7 incompatibilities
20083         * template/xmltemplate.c: Small fix
20085 2004-02-23  Naba Kumar  <naba@gnome.org>
20087         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20088         Added plugins manager dialog.
20089         
20090         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20091         library dependencies.
20092         
20093         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20094         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20095         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20096         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20097         geometry command line option.
20098         
20099 2004-02-16  Naba Kumar  <naba@gnome.org>
20101         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20102         Added interfaces and IAnjutaEditor editor interface.
20103         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20104         interface.
20105         * libanjuta/anjuta-shell.h: Fixed bug.
20106         
20107 2004-02-13  Naba Kumar  <naba@gnome.org>
20109         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20110         
20111 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20112         
20113         * data/template/*/.cvsignore:
20114         Avoid all these ? in cvs output
20116 2004-02-13  Naba Kumar  <naba@gnome.org>
20118         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20119         includes and linking.
20121         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20122         and set required version to devhelp 0.8. This devhelp version
20123         can be acquired from gnome cvs branch devhelp branch
20124         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20126         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20127         src/actions-callbacks.c: Added Dock Manager settings menu item.
20129         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20130         * plugins/devhelp/plugin.c: Fixed a linking bug.
20131         
20132         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20133         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20134         external GDL dependency and used libegg codes.
20135         
20136 2004-02-12  Naba Kumar  <naba@gnome.org>
20138         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20139         Added devhelp plugin, but it can't be used without a
20140         patch in devhelp. So it's disabled for now.
20142         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20143         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20144         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20145         Update cvsignore files.
20147         * libanjuta/plugins.c, widgets/e-splash.c:
20148         Fixed plugins loading to show splash icons.
20149         
20150         * plugins/message-view/anjuta-message-manager.plugin.in,
20151         plugins/message-view/plugin.c: Fixed plugin registered name.
20153         * plugins/message-view/anjuta-message-view.png,
20154         plugins/sample1/anjuta-sample-plugin.png: Update images.
20156         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20157         src/main.c: Fixed layout loading.
20159         * plugins/devhelp/Makefile.am: Fixed error.
20161         * (removed) widgets/*, libanjuta/plugins.h,
20162         src/main.c: Transfered widgets to libanjuta/.
20163         
20164         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20165         toplevel directory to created only one library as libanjuta-egg.
20167         * data/Makefile.am: Fixed build error.
20169         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20170         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20171         libegg/.cvsignore: Added egg dock widget.
20173         * gdl/*: Removed as they are now available in libegg.
20174         
20175 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20177         * plugins/editor/anjuta-docman.c:
20178         Use stock close icon on tab close button
20180 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20181         
20182         * data/template/Makefile.am
20183         data/template/language/Makefile.am
20184         data/template/library/Makefile.am
20185         data/template/text/Makefile.am
20186         data/template/project/Makefile.am
20187         data/template/project/terminal/Makefile.am
20188         configure.in: Created Makefile to install templates
20190 2004-02-11  Naba Kumar  <naba@gnome.org>
20192         * plugins/editor/action-callbacks.c,
20193         plugins/editor/anjuta-document-manager.ui,
20194         plugins/editor/plugin.c
20195         plugins/message-view/anjuta-message-manager.ui,
20196         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20197         
20198 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20199         
20200         * plugins/message-view/*: MessageView plugin is now loaded
20201         The menu items are still dummies.
20203 2004-02-09  Naba Kumar  <naba@gnome.org>
20205         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20206         generation.
20207         
20208         * libanjuta/anjuta-preferences.h: Added some documentation.
20209         
20210         * libanjuta/anjuta-shell.h: Removed dead codes.
20211         
20212         * (removed) manuals/reference/gtkdoc-scangobj,
20213         manuals/reference/gtkdoc-scangobj.diff,
20214         manuals/reference/libanjuta/.cvsignore,
20215         manuals/reference/libanjuta/Makefile.am,
20216         manuals/reference/libanjuta/README.inline-doc,
20217         manuals/reference/libanjuta/README.sections,
20218         manuals/reference/libanjuta/libanjuta-docs.sgml,
20219         manuals/reference/libanjuta/libanjuta-sections.txt,
20220         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20221         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20222         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20223         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20224         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20225         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20226         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20227         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20228         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20229         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20230         manuals/reference/libanjuta/tmpl/defaults.sgml,
20231         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20232         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20233         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20234         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20235         manuals/reference/libanjuta/tmpl/plugins.sgml,
20236         manuals/reference/libanjuta/tmpl/properties.sgml,
20237         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20238         of scan program. Updated templates.
20240         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20241         editor action callbacks data.
20242         
20243         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20244         scintilla object ref/unref.
20246 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20247         
20248         * template/*: Added new xml based template system
20249         * template/dtds/*: Dtds to validate xml files of the template systems
20250         * data/template/*: Some sample template files
20251         Still needs some work but builds fine!
20253 2004-02-06  Naba Kumar  <naba@gnome.org>
20255         * cofigure.in, manuals/Makefile.am,
20256         (added) manuals/reference/*: Added API documentation
20257         structure (gtk-doc based).
20259         * libanjuta/libanjuta.h: Updated
20260         
20261 2004-02-05  Naba Kumar  <naba@gnome.org>
20262         
20263         * configure.in: Sets correct dependencies and
20264         uses gdl external library.
20266         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20267         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20268         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20269         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20270         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20271         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20272         and added file dialogs.
20274         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20275         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20276         Build dynamic libraries for libegg.
20278         * plugins/Makefile.am, plugins/editor/Makefile.am,
20279         plugins/editor/action-callbacks.c, 
20280         plugins/editor/action-callbacks.h,
20281         plugins/editor/anjuta-docman.c,
20282         plugins/editor/anjuta-docman.h
20283         plugins/editor/anjuta-document-manager.plugin.in
20284         plugins/editor/anjuta-document-manager.png
20285         plugins/editor/anjuta-document-manager.ui
20286         plugins/editor/file.c
20287         plugins/editor/file.h
20288         plugins/editor/plugin.c
20289         plugins/editor/print.c
20290         plugins/editor/print.h
20291         plugins/editor/search-replace.c
20292         plugins/editor/search_incremental.c
20293         plugins/editor/search_incremental.h
20294         plugins/editor/text_editor.c
20295         plugins/editor/text_editor.h
20296         plugins/editor/text_editor_cbs.c
20297         plugins/editor/text_editor_menu.h
20298         plugins/sample1/Makefile.am
20299         plugins/sample1/anjuta-sample-plugin.png
20300         plugins/sample1/anjuta-sample.plugin.in
20301         plugins/sample1/anjuta-sample.ui
20302         plugins/sample1/plugin-sample1.c
20303         plugins/sample1/plugin.c
20304         plugins/sample1/plugin.h: Created sample
20305         plugin and fixed editor plugin.
20307         * printing/*: Removed.
20309         * scintilla/Makefile.am: Builds dynamic library.
20311         * src/Makefile.am, src/action-callbacks.c,
20312         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20313         src/anjuta-actions.h, src/anjuta-app.c,
20314         src/anjuta-app.h, src/anjuta-callbacks.c,
20315         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20316         (removed) src/anjuta.h, src/anjuta.ui,
20317         src/layout.xml, src/main.c, src/preferences.h,
20318         src/utilities.c: Debuggged and finally made plugins
20319         loadable.
20321         * global-tags/Makefile.am: Fixed build error.
20323 2004-02-03  Naba Kumar  <naba@gnome.org>
20325         * configure.in: Users GDL from external package.
20326         * plugins/*: Added many new plugins (not ready though).
20327         * src/*: Removed many files (which have been transfered in plugins/).
20328         
20329 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20331         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20333 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20335         * configure.in: Added editor plugins
20336         
20337         * plugins/Makefile.am, src/search-replace_backend.h,
20338         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20339         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20340         
20341         * Added: plugins/editor/search_incremental.c, 
20342         plugins/editor/search_incremental.h
20344         * Update search-replace in plugins/editor
20345         
20346 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20347         
20348         * plugins/message-view/message-view.c: Some code clean-up
20350 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20352         * Added: search_incremental[ch]
20353         
20354         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20355         src/mainmenu_callbacks.c, src/toolbar.c
20356         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20357         
20358         * Incremental Search
20360 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20361         
20362         * plugins/message-view/anjuta-msgman.[c/h]:
20363         Added message manager for easier message handling with a
20364         similar interface as docman. Of course you can still use
20365         MessageView standalone.
20366         * plugins/Makefile.am: Added message-view because it compiles
20367         without errors.
20369 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20370         
20371         * plugins/message-view/*: Added message-view plugin 
20372         (still incomplete) 
20373         * configure.in: Added plugins/message-view/Makefile
20375 2004-01-03  Naba Kumar  <naba@gnome.org>
20377         * libanjuta/*.c: Added new files and updated old ones.
20378         * plugins/editor/*: Added editor plugin.
20379         * configure.in: Added editor plugin and moved editor related
20380         files into it.
20382 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20384         * src/Makefile.am: Added search-replace_backend.[ch]
20385         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20386         find_replace.[ch]
20387         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20388         src/search-replace_backend.c, src/search-replace_backend.h,
20389         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20390         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20391         src/toolbar_callbacks.c
20392         * The advanced Search/Replace functionality now replaces the older
20393         Find/Replace stuff.
20394         * The Search/Replace functionality can be interrupted during a long
20395         Search/Replace;
20396         
20397 2003-12-11  Naba Kumar  <naba@gnome.org>
20399         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20400         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20401         errors.
20402         * Makefile.am, libanjuta/*: Added new module.
20403         * src/Makefile.am: Fixed linking error.
20404         * src/watch_cbs.c: Debugger clean up.
20405         * configure.in: Added libanjuta-2.0.pc
20407         * configure.in, libanjuta/Makefile.am,
20408         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20409         libanjuta instead.
20411 2003-12-11  Naba Kumar  <naba@gnome.org>
20413         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20415         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20416         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20417         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20418         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20419         The user can now give a name at the creation of a new file and
20420         insert automatically (user choice) header, gpl notice, header
20421         template. The file extension is added automatically according
20422         to the selected type of file. The various insert functions have
20423         been moved from mainmenu-callback.c to file.c. The cursor is now
20424         moved after an insert operation. Removes also useless code in
20425         memory.c and search-replace.c
20426         
20427 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20429         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20430         sortable headers, process tree, removal of path and process params
20431         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20432         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20433         code cleanup
20435 2003-12-10  Naba Kumar  <naba@gnome.org>
20437         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20438         
20439 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20441         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20443 2003-11-28  Naba Kumar  <naba@gnome.org>
20445         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20446         
20447         * manuals/de/*: Added german translation docs.
20448         
20449         * configure.in, Makefile.am, src/Makefile.am,
20450         libegg/*/*: Added libegg library.
20451         
20452         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20453         installation directory.
20454         
20455         * src/text_editor_cbs.c: Fixed closing of file.
20457 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20458                                                                                 
20459         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20461 2003-09-05  Naba Kumar  <naba@gnome.org>
20463         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20464         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20465         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20466         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20467         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20468         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20469         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20470         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20471         using libegg. Initial commit -- compiles but is not complete.
20473 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20475         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20477 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20479         * configure.in: Removed "ta" from ALL_LINGUAS.
20481 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20483         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20485 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20487         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20489 2004-04-24  Andras Timar  <tmar@gnome.hu>
20491         * configure.in: Added hu to ALL_LINGUAS.
20493 2004-04-14  Naba Kumar  <naba@gnome.org>
20495         * src/Makefile.am, printing/Makefile.am,
20496         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20497         because we are still using GtkCombo and build breaks with gtk-2.4.
20498         
20499 2004-04-13  Naba Kumar  <naba@gnome.org>
20501         * NEWS: Updated.
20502         * anjuta.spec.in: Fixed build error.
20503         * po/POTFILES.in: Updated.
20504         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20506 2004-04-11  Naba Kumar  <naba@gnome.org>
20508         * NEWS: Updated.
20509         * AUTHORS: Updated.
20510         * configure.in: Added ga in ALL_LINGUAS.
20511         * ChangeLog: Fixed dates.
20512         
20513 2004-04-09  Naba Kumar  <naba@gnome.org>
20515         * src/print.c: Fixed buffer styling bug when printing with
20516         selection.
20518         * data/properties/anjuta.properties: Defined only one base font and
20519         used courier instead of lucidatypewriter, because most newer systems are
20520         unlikely to have it (bug #885023, #925956, #890473).
20521         
20522         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20523         warning.
20524         
20525         * src/an_file_view.c: Fixed possible crash bug.
20527 2004-04-07  Naba Kumar  <naba@gnome.org>
20529         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20530         gtk_main_quit() etc..), so that atexit() functions are not called
20531         (which is apparently done to free up memory and we don't need to
20532         do that at this point). Incidentally, something also happens in the
20533         atexit call which freezes the UI for far too long when the application
20534         exits and we want to avoid that..
20535         * src/glade_iface.c: Fixed compiler warning.
20536         
20537 2004-04-06  Naba Kumar  <naba@gnome.org>
20539         * src/project_dbase_gui.c: Fixed errors.
20541         * src/registers_gui.c: Fixed possible crash bug.
20542         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20543         * src/signals.[c,h]: Used tree view and glade file for dialog.
20544         * src/Makefile.am, src/about.c, src/an_file_view.c,
20545         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20546         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20547         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20548         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20549         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20550         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20551         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20552         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20553         src/launcher.h, src/main.c, src/main_menubar.c,
20554         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20555         src/message-manager-private.cc, src/message-manager.cc,
20556         src/preferences.c, src/project_config.c, src/project_dbase.c,
20557         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20558         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20559         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20560         src/search-replace.c, src/search-replace_backend.c,
20561         src/search_incremental.c, src/search_preferences.c,
20562         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20563         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20564         src/signals_gui.c, src/source.c, src/src_paths.c,
20565         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20566         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20567         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20568         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20569         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20570         tagmanager/Makefile.am, scintilla/include/SString.h,
20571         widgets/Makefile.am, widgets/gnomefilelist.c:
20573         Removed all deprecated codes and substituted
20574         with newer APIs. Fixed some possible crash bugs where cell renderers
20575         were being shared.
20576         
20577         * scintilla/patches/scintilla-minor.patch: Minor patch.
20579 2004-04-06  Naba Kumar  <naba@gnome.org>
20581         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20582         tree after all the files have been added (and not everytime a file
20583         is added in the project). Also fixed some memory corruption
20584         (possibly bug #900478).
20585         
20586         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20587         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20588         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20589         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20590         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20591         qualifier wherever appropriate.
20593 2004-04-05  Naba Kumar  <naba@gnome.org>
20595         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20596         switch terminal echo on/off. Debugger requires it off, while the
20597         rest requires it on.
20599         * src/search-replace.c: sets search direction and action (in addtion
20600         to target) for find in files.
20601         
20602 2004-04-02  Naba Kumar  <naba@gnome.org>
20604         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20606         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20607         src/an_symbol_view.c: Added an gtk events loop for
20608         displaying project loading status (for loading large projects) and
20609         debugger program starting ... just to give an impression of fastness :-).
20611         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20613         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20614         crash bug, which occurs when opening and closing a large project
20615         repeatedly.
20616         
20617         * src/attach_process.c: Fixed a comiple error for old gcc.
20618         
20619         * src/launcher.c: Prints proper error message when launcher child
20620         could not be executed and exits properly. Fixed a crash
20621         bug (bug #926606).
20622         
20623         * src/resources.c, src/utilities.c, src/glade_iface.c,
20624         src/debugger.c, src/attach_process.c: Properly exits forked children
20625         when they could not be executed.
20626         
20627 2004-04-01  Naba Kumar  <naba@gnome.org>
20629         * src/search-replace.c: Fixed a crash bug (bug #921893).
20631 2004-03-31  Naba Kumar  <naba@gnome.org>
20633         * anjuta.glade: Added a note on compiler options dialog ->support
20634         dialog telling that supports are only available for file mode.
20636         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20637         src/anjuta_cbs.c:
20638         Improved shutdown time delay by bypassing project closing
20639         and unloading plugins.
20641         * src/build_file.c, data/properties/anjuta.properties: Added a property
20642         to toggle on/off for going to first error automatically.
20644 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20646         * src/debugger.c: fixed core file loading
20647         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20648         for long lines (bugs #700968 and #911376)
20649         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20650         #917982.
20651         * src/anjuta.c: Focuses current AnEditor correctly.
20653 2004-03-30  Naba Kumar  <naba@gnome.org>
20655         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20656         * AUTHORS: Updated with all contributors names.
20657         * NEWS: Updated.
20658         * src/about.c: Reads contributors names from AUTHORS file.
20659         * manuals/C/anjuta-manual/authors.xml: Points to online
20660         contributors list.
20661         
20662 2004-03-29  Naba Kumar  <naba@gnome.org>
20664         * data/properties/ada.properties: Fixed syntax colors. Patch
20665         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20666         (bug #923474).
20668         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20669         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20670         generated projects, so that their pixmap files are
20671         found properly (bug #919903).
20672         
20673         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20674         anjuta.
20676         * src/source.c: Installs .glade file of libgllade
20677         projects in $(datadir)/$(package)/glade (part of bug #861038).
20678         
20679         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20680         in compiler options (bug #883837).
20681         
20682         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20683         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20684         
20685 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20687         * anjuta/src/search-replace.c: fixed another crash bug in
20688         "Find Usage"
20689         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20690         breakpoint property fix
20692 2004-03-29  Naba Kumar  <naba@gnome.org>
20694         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20695         (new) manuals/C/anjuta-advanced-tutorial/*:
20696         Added menu entry for 'Anjuta Advanced Tutorial'
20697         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20699 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20700         
20701         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20702         Fixed bug #908941  ('Open' starts in wrong directory)
20703         
20704 2004-03-26  Naba Kumar  <naba@gnome.org>
20706         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20707         compile error and bug #905738 with terminal.
20709         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20710         src/search-replace.[h,c], src/search_incremental.[h,c],
20711         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20712         src/text_editor.[c,h]: Fixed compiler warnings.
20713         
20714         * src/search-replace.c: Fixed a memory corruption (possible
20715         fix for bug #921893, but not yet confirmed).
20716         
20717         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20718         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20719         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20720         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20722 2004-03-25  Naba Kumar  <naba@gnome.org>
20724         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20725         crash bug with attach process dialog and made the dialog closable
20726         with 'esc'.
20727         
20728         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20729         always display within the margin.)
20730         
20731         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20732         the old breakpoint when it's properties are updated
20733         (creating a new updated one).
20734         
20735 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20737         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20738         displayed for wrong file.
20739         * src/breakpoints.c: conditional breakpoints
20740         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20741         "Find in Files..." disabling policy
20743 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20745         * src/build_file.c: Fixed bug #874380
20746         Goto the first error if it exists.
20748 2004-03-24  Naba Kumar  <naba@gnome.org>
20750         * src/anjuta.c: Fixed to get correct child exit status
20751         using mask (bug #905738).
20752         
20753         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20754         Aligned buttons in the New file dialog,
20755         set default response to OK, entry box activates default response,
20756         ESC closes dialog and hides on delet_event.
20758 2004-03-19  Naba Kumar  <naba@gnome.org>
20760         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20761         tree).
20763 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20765         * src/search-replace.c: fixed "Find Usage" crash when no project open
20767 2004-03-17  Naba Kumar  <naba@gnome.org>
20769         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20770         Fixed the generated projects to read m4 directory if the directory
20771         exists (bug #917781).
20772         
20773 2004-03-12  Naba Kumar  <naba@gnome.org>
20775         * HACKING: Fixed formatting for auto-parsing.
20777 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20778         
20779         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20780         rework (bug #890609)
20782 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20783         
20784         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20786 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20787         
20788         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20789         * src/search_preferences.c: Fixed typo.
20790         
20791 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20792         
20793         * src/search-replace.c: improved Search&Replace
20794         For the moment "Replace All" does not work with non opened files
20795         but Anjuta should not crash now ! ??? 
20796         
20797 2004-02-26  Naba Kumar  <naba@gnome.or>
20799         * src/source.c: Fixed to pass cflags correctly
20800         and suppress the automake's default cflags.
20801         bug #816130, #801056, #782798, #773459
20802         
20803         * data/properties/anjuta.properties: Do not defualt to -k make option.
20804         bug #875486.
20806         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20807         bug #877683.
20808         
20809         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20810         
20811         * src/message-manager-private.cc: Disabled debug messages.
20812         
20813 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20815         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20817 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20818         * anjuta.glade, src/search-replace.c:
20819         Reduced Search&Replace dialog, bug #902636.
20820         
20821 2004-02-23  Naba Kumar  <naba@gnome.or>
20823         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20824         (bug #866143).
20826 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20827         
20828         * src/search_incremental.c: Fixed bug #900903
20830 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20831         
20832         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20833         src/anjuta.c: Fixed bugs #890609 and #890609
20835 2004-02-23  Naba Kumar  <naba@gnome.or>
20837         * src/message-manager.cc: Disconnects menuitem signal properly.
20838         Fixed bug #901723.
20839         
20840         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20841         bug #900897.
20842         
20843 2004-02-20  Naba Kumar  <naba@gnome.org>
20845         * src/message-manager-private.[c,h]: Implemented keypress
20846         event for the terminal and resets it when ctrl c or ctrl d
20847         is pressed. But it doesn't seem to be working on keypress.
20848         Added a workaround to let it work on key release instead.
20849         (bug #878357).
20850         
20851         * src/search-replace: Fixed compiler warnings.
20852         
20853 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20855         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20856         Use defined file name when saving new files (fixes bug #898105)
20857         Don't change filename when clicking on a directory
20858         
20859         BTW: Happy birthday to me :-)
20860         
20861 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20862         
20863         * src/search-replace.c: Fixed a crash bug 
20864         Crash on Find & Replace (#887833)
20865         
20866 2004-02-18  Naba Kumar  <naba@gnome.org>
20868         * src/executer.c: Fixed a crash bug.
20869         
20870         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20871         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20872         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20873         instead of GtkWindow (Part of bug #671596).
20874         
20875         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20876         src/registers_gui.c, src/registers_cbs.[h,c],
20877         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20878         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20879         src/compiler_options.c, src/an_file_view.c, start-with.c,
20880         src/anjuta-tools.c, help.c:
20882         Added "close" buttons on all
20883         dialogs (HIG) and fixed to properly response to ESC close
20884         (Part of bug #671596).
20886         * src/launcher.c: Disabled printing of long debug lines.
20887         
20888         * src/utilities.h: Fixed a compiler warning.
20889         
20890 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20892         * src/anjuta.c: "Save all" action now asks for filenames for new files
20893         (fixes bug #898111)
20895 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20897         * anjuta.glade, src/text_editor.c:
20898         Fixed a typo in Hello World indentation style 
20899         Fixed misuse of translated strings when looking for style
20900         This entry fixes bug #876037
20902 2004-02-16  Naba Kumar  <naba@gnome.org>
20904         * src/utilities.c: Fixed return value when dest file could
20905         not be created.
20907         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20908         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20909         internal function to compare files.
20910         
20911 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20913         * src/message-manager-private.cc:
20914         Set bold color as foreground color in terminal
20915         (fixes bug #864924)
20917         * src/aneditor.cxx:
20918         Use font style defined for message indicators in
20919         preferences/messages
20920         (fixes bug #885032)
20922 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20924         * src/build_project.c:
20925         Use build.silent option from preferences (fixes bug #895726)
20926         
20927 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20929         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20931 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20932         
20933         Patch from Massimo Corà <maxcvs@email.it>:
20934         * scintilla/LexCPP.cxx: Support "///" comments
20936 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20937         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20938         src/search_replace.h, src/search-replace_backend.h
20939         anjuta.glade
20940         
20941         * Added: src/search_preferences.c, src/search_preferences.h
20942         Allow the user to save search/replace settings and give them names.
20944 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20945         
20946         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20947         scintilla/ScintillaGTK.cxx:
20948         Hopefully fixed AMD 64 crash bug by using correct marshaller
20950 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
20952         * src/preferences.c: Save GtkOptionMenu properties properly
20953         * src/text_editor.c: Fixes editor mispell of fold.symbols property
20955 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20956         
20957         * configure.in, src/Makefile.am, scintilla/Makefile.am:
20958         Fixed libiconv issue
20959         * NEWS: Updated
20961 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
20962         
20963         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
20964         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
20965         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
20966         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
20967         src/sharedlib_gui.c:
20968         Debugger speed-up, replaced deprecated GtkCList
20970 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
20972         * src/text-editor.c: Use stock gtk+ close button for editor tabs
20974 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
20976         * configure.in: Added "sq" to ALL_LINGUAS.
20978 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
20980         * configure.in: Added "ko" to ALL_LINGUAS.
20982 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20984         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
20985         src/search_incremental.c, src/search_incremental.h: 
20986         Search_incremental code cleanup
20988 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20990         * scintilla/*/*: Updated scintilla to CVS
20991         * Added: scintilla/Readme.sync
20992         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
20993         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
20994         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
20995         scintilla/ScintillaGTK.cxx,
20996         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
20997         scintilla/include/Scintilla.iface: Updated.
20999 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21001         * search-replace_backend.[ch], search_incremental[ch]: Added
21002         
21003         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21004         find_replace.[ch]: Removed.
21005         
21006         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21007         src/search-replace_backend.c, src/search-replace_backend.h,
21008         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21009         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21010         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21011         functionality now replaces the older Find/Replace stuff. The Search/Replace
21012         functionality can be interrupted during a long Search/Replace.
21014 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21016         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21017         selecting ".." and "." from file selector. 
21019 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21021         * anjuta.glade: Fixed wrong "fold.symbols" property
21023 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21024         
21025         * src/project_dbase_gui.c: Alphabetical order ;-)
21026         * src/compiler_options.c: Fixed bug #867539
21027         * src/launcher.c: Workaround for bugs #864922, #849928,
21028         #846386 and #845782: The launcher no longer hangs but does
21029         not get the exit status correctly sometimes.
21030         * Changes suggested by Bosik are obviously already in without
21031         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21032         * NEWS, README, anjuta.prj, configure.in: 
21033         Changed version to 1.2.1
21034         
21035         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21036         * anjuta_dialogs_strings.c, anjuta.glade: 
21037         Fixed bugs #860906, #859329
21038         
21039         Patch from grzegol@pld-linux.org
21040         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21041         freedesktop.org standard)
21043 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21044         
21045         Patch from Stefano Vallarino <stevalla@libero.it>:
21046         * src/source.[c/h]: Fixes cpp sample file to conform to 
21047         ISO/IEC 14882, C++-Standard 
21049 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21051         Review by Johannes Schmid <jhs@cvs.gnome.org>
21052         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21053         command using sh -c.
21054         * src/compile.c: Use build_execute_shell_command when compiling single
21055         files.
21057 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21058         
21059         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21060         * src/breakpoints.c: Code cleanup, workaroud for possible 
21061         launcher bug
21062         * src/src_paths.c: Update debugger dirs on directory change
21064 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21066         Review by Johannes Schmid <jhs@cvs.gnome.org>
21067         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21068         sortable headers, process tree, removal of path and process params
21069         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21070         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21071         code cleanup
21073 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21074         
21075         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21076         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21077         Add a dialog for "New file" which lets the user set the 
21078         filename and to add copyright/header templates to the file
21079         * Review: Changed function names to contain modules name (file_)
21081 2003-12-09  Naba Kumar  <naba@gnome.org>
21083         * setup-gettext: Fixed a typo.
21084         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21086 ---- Released version 1.2.0 ---
21088 2003-12-08  Naba Kumar  <naba@gnome.org>
21090         * src/preferences.c: Fixed compiler error.
21091         * global_tags/create_global_tags.sh: Fixed to install properly
21092         even when system.tags could not be generated.
21093         * NEWS: Updated.
21095 2003-12-06  Naba Kumar  <naba@gnome.org>
21097         * setup-gettext: Fixed to not generate intl directory with gettextize.
21099         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21100         * src/anjuta.c: Filters out unnecessary files from find in files
21101         command.
21102         
21103         * NEWS: Updated.
21104         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21105         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21106         
21107 2003-12-04  Naba Kumar  <naba@gnome.org>
21108         
21109         * src/gnome_project.c: Enables debug and optimization flags for
21110         new projects.
21111         
21112         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21113         
21114         * src/project_dbase_gui.c: combined header and c files for
21115         file selector.
21116         
21117         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21118         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21120 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21122         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21124 2003-11-29  Naba Kumar  <naba@gnome.org>
21126         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21127         * NEWS: Updated.
21129 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21130         
21131         * src/main_menubar.c: Now files cannot be opened twice in recently
21132         file menu
21134 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21136         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21138 2003-11-28  Naba Kumar  <naba@gnome.org>
21140         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21141         
21142 2003-11-27  Naba Kumar  <naba@gnome.org>
21144         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21145         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21146         
21147         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21148         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21149         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21150         checkbox in project wizard (project options page) to enable/disable
21151         source code generation with glade(mm).
21152         
21153         * NEWS: Updated
21154         
21155 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21157         * src/dnd.c: Opening files with special characters in the name.
21159 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21161         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21162         a long time.
21164 2003-11-18  Naba Kumar  <naba@gnome.org>
21166         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21167         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21168         src/project_import.c, plugins/patch/patch-plugin.c:
21169         Fixed g_signal_diconnect calls to pass correct data.
21170         (Fixed possible crash in project imports).
21171         
21172         * NEWS: Updated.
21173         
21174 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21176         Reviewed by Naba Kumar  <naba@gnome.org>
21177         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21178         and debugger. Sets default settings for pty in launcher.
21179         * data/gdb.init: Removed charset work around (now works with user's
21180         native charset)
21181         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21183 2003-11-18  Naba Kumar  <naba@gnome.org>
21185         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21186         names of 'index' to 'idx'.
21187         
21188 2003-11-17  Naba Kumar  <naba@gnome.org>
21190         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21191         * src/project_dbase.c: Prompts user for unsaved project files
21192         when project is closed.
21193         
21194 2003-11-16  Naba Kumar  <naba@gnome.org>
21196         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21197         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21198         older gcc.
21199         
21200 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21201         
21202         * src/anjuta.c: Fixed crash related to tag == NULL while 
21203         anjuta is exiting
21205 2003-11-11  Naba Kumar  <naba@gnome.org>
21207         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21208         found. It simply doesn't generate the c/c++ codes and continues with
21209         just a warning.
21210         * NEWS: Updated.
21211         
21212 2003-11-10  Naba Kumar  <naba@gnome.org>
21214         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21215         'Start with dialog'.
21217         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21218         German translation of anjuta-tutorial.
21219         
21220         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21221         * NEWS: Updated.
21223 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21225         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21226         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21227         the syntax highlighting in Preferences, the automatic syntax
21228         highlighting is now selected. When the debugger is stopped and the
21229         breakpoints window not closed, the gtk_tree_view in this window is
21230         now made unsensitive.
21232 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21234         * src/preferences.h, src/preferences.c, anjuta.glade:
21235         Fixed translation bug in preferences by using GtkOptionMenu
21236         * anjuta.prj: Project version 1.1.98
21238 ---------------- Released version 1.1.98 ----------------
21240 2003-11-07  Naba Kumar  <naba@gnome.org>
21242         * anjuta.spec.in: Revived docs package and combined all docs into
21243         one package.
21244         * configure.in: Bumped version to 1.1.98 rc2
21245         * NEWS: Updated.
21246         * anjuta.spec.in: Fixed scrollkeepr-update command.
21247         * anjuta.spce.in: Fixed file permissions.
21249 2003-11-06  Naba Kumar  <naba@gnome.org>
21251         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21252         menus to activate anjuta helps.
21253         
21254         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21255         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21256         manuals/C/anjuta-faqs/legal.xml (added),
21257         manuals/C/anjuta-faqs/Makefile.am,
21258         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21259         manuals/C/anjuta-faqs/.cvsignore,
21260         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21261         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21262         manuals/C/anjuta-tutorial/legal.xml (added),
21263         manuals/C/anjuta-tutorial/Makefile.am,
21264         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21265         manuals/C/anjuta-tutorial/.cvsignore,
21266         manuals/C/anjuta-manual/*.sgml (removed),
21267         manuals/C/anjuta-manual/*.xml (added),
21268         manuals/C/anjuta-manual/Makefile.am,
21269         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21270         manuals/C/anjuta-manual/.cvsignore,
21271         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21272         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21273         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21274         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21275         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21276         manuals/ja/anjuta-faqs/legal.xml (added),
21277         manuals/ja/anjuta-faqs/Makefile.am,
21278         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21279         manuals/ja/anjuta-faqs/.cvsignore,
21280         manuals/ja/anjuta-manual/*.sgml (removed),
21281         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21282         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21283         manuals/ja/anjuta-manual/*.xml (added),
21284         manuals/ja/anjuta-manual/Makefile.am,
21285         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21286         manuals/ja/anjuta-manual/.cvsignore,
21287         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21288         manuals/sgmldocs.make (removed),
21289         manuals/xmldocs.make (added), manuals/omf.make (added),
21290         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21291         documentations to newer docbook xml documentations. Converted 
21292         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21293         Enabled manulas installations.
21294         
21295         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21297 2003-11-05  Naba Kumar  <naba@gnome.org>
21299         * data/gdb.init: Sets host's charset to ascii to solve debugger
21300         freeze up due to uninitialized strings in target program.
21302         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21303         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21304         
21305         * NEWS: Updated.
21306         
21307         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21308         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21310 2003-11-04  Naba Kumar  <naba@gnome.org>
21312         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21313         problems.
21314         
21315         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21316         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21317         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21318         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21319         in file headers.
21320         
21321         * src/search-replace.c: Fixed infinite loop bug.
21322         * start-with.c: Fixed a crash bug with "Open last project".
21323         
21324         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21325         * scintilla/Makefile.am: Fixed compiler option.
21326         
21327 2003-10-16  Naba Kumar  <naba@gnome.org>
21329         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21330         * src/text_editor.c: Fixed autoformat.
21331         
21332 2003-10-15  Naba Kumar  <naba@gnome.org>
21334         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21335         of CTRL+number.
21336         
21337 2003-10-09  Naba Kumar  <naba@gnome.org>
21339         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21340         
21341 2003-10-08  Naba Kumar  <naba@gnome.org>
21343         * src/source.c: Fixed a GETTEXT typo error.
21344         * anjuta.glade: Made 'Sorted in order you open them' default option
21345         for editor tabs.
21347         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21348         * anjuta.glade, data/properties/anjuta.properties:
21349         Fixed the freeze of the "Preferences" combos at the first Anjuta
21350         init is generated by:
21351                 - a not complete translation of preferences.c file
21352                 - a difference between 2 names in anjuta.glade and
21353                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21354                 - the same name given to 3 combos (anjuta.glade).
21355                 
21356         * src/find_text.c: If the "whole document" mode is selected,
21357         a new search will select the next occurrence (Bug #764954).
21358         It is now possible to use the shortcuts to search next or previous
21359         occurrence even if the search dialog has the focus.     Bug #790318
21360         
21361         * src/main_menubar_def.h: "Select code block" shortcut; the new
21362         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21363         (Bug #811016).
21365         Patch from: Richard Lee  <r.h.lee@comcast.net>
21366         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21367         tagmanager/tm_workspace.c: The following is a patch to fix a
21368         seemingly random occurence where Anjuta would crash when a
21369         certain key was pressed.
21371 2003-09-29  Naba Kumar  <naba@gnome.org>
21373         * src/find_in_files.c: Ignores binary by default. Disabled the option
21374         of NOCVS search, because launcher does not use sh and hence can not
21375         pipe.
21376         
21377         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21378         "clean before build" state in project session and not in account session,
21379         otherwise the state gets reflected to other projects causing annoyance.
21380         
21381         * src/compiler_options.c: Fixed a bug where compiler options were always
21382         claimed 'modified'.
21384         * src/build_project.c, data/properties/anjuta.properties,
21385         src/commands.[h]: Fixed a bad bug where clean-before-build
21386         doesn't work.
21387         
21388         * scintilla/patches/research-cvs-nolog.diff,
21389         scintilla/patches/scintilla-ac-gtk2-port.diff,
21390         scintilla/patches/scintilla-ac-sort-fix.diff,
21391         scintilla-optimization.diff: Removed, because they are already in
21392         scintilla CVS.
21393         
21394         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21395         2003-09-29).
21397         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21398         scintilla/LexYAML.cxx: Added new scintilla lexers.
21399         
21400         * TODO, NEWS: Updated.
21402         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21403         * src/utilities.c: Fixed typo bugs.
21405 2003-09-26  Naba Kumar  <naba@gnome.org>
21407         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21408         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21409         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21410         text_editor_find() and Fixed I-Search wrapping.
21411         * src/debugger.c: Fixed to pass a newline after a debugger
21412         command (which was broken since the launcher was refactored.
21413         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21415 2003-09-25  Naba Kumar  <naba@gnome.org>
21417         * src/toolbar_callbacks.c: Fixed start of incremental search.
21418         
21419         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21420         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21421         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21422         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21423         menu and implementation.
21425 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21427         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21428         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21429         variables in Locals window.
21431 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21433         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21434         * src/utilities.[ch] : Fix a tooltip bug in 
21435         anjuta_util_toolbar_append_stock(), the label appeared instead of
21436         the tooltip text. Remove label from arguments of the function
21437         because label is included in the stock icon data.
21438         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21439         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21440         * FIXME: translation file should be updated because of label text removal.
21442 2003-09-24  Naba Kumar  <naba@gnome.org>
21444         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21445         
21446         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21447         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21448         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21449         stdout and stderr. Also buffered output and check-for-password
21450         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21451         with password prompts. Checkes for password prompts from all outputs.
21452         
21453         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21454         which takes a string (which could be utf8 also) and converts into
21455         utf8 string.
21456         
21457         * src/main.c: Connects kernel signals after gnome_program_init().
21458         
21459         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21460         * src/message-manager.c: Fixed bug #787026 by converting the strings
21461         to proper UTF8.
21462         
21463 2003-09-22  Naba Kumar  <naba@gnome.org>
21465         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21466         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21467         GtkCList and using GtkTreeView instead. Added the patch.
21468         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21469         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21470         
21471 2003-09-19  Naba Kumar  <naba@gnome.org>
21473         * printing/print.c: Proper UTF8 printing support.
21474         * src/main.c: moved kernel signal connects at the
21475         end of application initialization.
21476         
21477 2003-09-18  Naba Kumar  <naba@gnome.org>
21479         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21480         (new) lexers.make, (new) lexers: Update scintilla to latest
21481         scintilla CVS (2003-09-18), added new lexers, automated
21482         lexers makefiles sections and scintilla update. Added
21483         patches. Optimized pango rendering. Fixed a crash bug
21484         in scintilla.
21485         
21486         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21487         patch to remove cvs log command from RESearch.cxx file.
21488         * scintilla/patches/scintilla-pango-always.diff:
21489         Fixed file name.
21490         * scintilla/RESearch.cxx: Removed spurious cvs log command
21491         and logs.
21492         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21493         
21494         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21495         * src/dnd.c: Fixed a crash bug with DND.
21496         
21497 2003-09-15  Naba Kumar  <naba@gnome.org>
21499         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21500         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21501         src/toolbar_callbacks.c: Added an additional parameter to
21502         text_editor_goto_line() funtion which decides if the line should
21503         be made visible (if it's under fold).
21504         
21505         * src/style-editor.c: Fixed a compiler warning.
21506         * src/message-manager.cc: Calls parent method correctly.
21508         * src/preferences.h: Fixed prent class.
21509         
21510         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21511         * src/project_dbase.c: Fixed bug #713210.
21512         
21513 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21514                                                                                 
21515         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21517 2003-09-11  Naba Kumar  <naba@gnome.org>
21519         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21520         * src/style-editor.c: Fixed bug #769130 (Crash on font
21521         selection dialog).
21522         
21523         * src/message-manger.[h,cc]: Made AnMessageManager
21524         derived from GtkFrame and removed deprecated code.
21525         
21526         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21527         compiler warnings.
21528         
21529 2003-09-09  Naba Kumar  <naba@gnome.org>
21531         * src/Makefile.am: Addded rules for built sources.
21532         
21533 2003-09-08  Naba Kumar  <naba@gnome.org>
21535         * (new) src/anjuta-marshalers.list: Added marshalers definition
21536         file.
21537         
21538         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21539         and CXXFLAGS are not overwriten by automake's default.
21540         * src/style-editor.c: Added 'operators' in the style editor.
21541         
21542         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21543         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21544         * src/message-manager-private.cc, src/message-manager.cc:
21545         Converts message going into message into UTF-8 endoding.
21546         * src/main.c: Uses UTF-8 codeset for localization.
21547         
21548 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21550         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21551         
21552 2003-09-08  Naba Kumar  <naba@gnome.org>
21554         * TODO: Updated.
21555         
21556         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21557         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21558         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21559         The combo entries were updated if the same data with a different
21560         case exist in the combo list. The combo entries are now case sensitive. 
21561         Search&Replace bug; First search ,max actions = 0 ==> now max
21562         actions = 100.
21563         
21564 2003-09-08  Naba Kumar  <naba@gnome.org>
21566         * TODO: Updated.
21567         * src/utilities.[c,h]: a function takes contant args.
21568         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21569         Now the child terminated signal is emitted properly.
21570         * src/Makefile.am: Used $(top_srcdir) for referring to 
21571         scintilla objects.
21572         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21573         definitions file which will generate anjuta-marshalers.[c,h] files.
21574         * src/.cvsignore: Updated.
21575         * src/build_project.c: Changed su command to preserve quotes.
21576         * src/anjuta-tools.c, tagmanager/tm_project.c,
21577         tagmanager/tm_workspace.c: Use standard tmp file.
21578         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21579         so that users could report bugs easily.
21580         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21581         
21582         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21583         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21584         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21585         src/attach_process.c, src/breakpoints.c, src/commands.c,
21586         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21587         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21588         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21589         src/memory.c, src/message-manager-private.c, src/preferences.c,
21590         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21591         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21592         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21593         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21594         Fixed compile warnings and cleanup.
21595         
21596         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21597         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21598         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21599         Removed libzvt usage and implemented child spawing differently. Launcher is
21600         now proper GObject, which can be created multiple times (and can be
21601         operated in parallel).
21603         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21604         * src/project_import_gui.c, src/project_import_cbs.c,
21605         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21606         (crash on project import). Removed deprecared codes.
21607         
21608 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21609         
21610         * src/cvs.c: Fixed cvs output bug.
21612 2003-09-03  Naba Kumar  <naba@gnome.org>
21614         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21615         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21616         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21617         src/text_editor_cbs.c: Implements --
21618                 If the debugger is started
21619                         A double click in the margin add or remove a breakpoint
21620                         A single click activate or deactivate the breakpoint
21621                 else
21622                         A double click in the margin add or remove a bookmark
21624 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21625         
21626         Reviewed by Naba Kumar  <naba@gnome.org>
21627         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21628         User is now able to choose a branch on cvs update for project.
21629         Cleaned up variable names.
21631 2003-09-03  Naba Kumar  <naba@gnome.org>
21633         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21634         src/Makefile.am: Added lexers.
21635         * scintilla/*/*: Updated...
21636         * src/an_symbol_view.c: Fixed a crash bug.
21637         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21638         and build bugs.
21639         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21640         * src/source.c: Fixed project generation bug with gettext code.
21641         * tagmanager/tm_project.c: Fixed a crash bug.
21642         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21643         bug when there is no project open. Bug #____.
21644         * src/source.c: Fixed a bug with build failure with non-gnome
21645         project with glade-generated source (eg. gtk2). Bug #____.
21646         * NEWS: Updated...
21648 2003-08-22  Naba Kumar  <naba@gnome.org>
21650         Patch from: Rob Bradford  <rob@debianplanet.org>
21651         * data/Makefile.am: Fixed to install properly during
21652         package building.
21653         
21654         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21655         * src/debug-tree.c: Fixed a crash bug.
21656         * src/compiler_options.c: Takes care of linking the missing pieces;
21657         C flags, libs, optimization options, debug and profile.
21659         Patch from: Enver ALTIN  <ealtin@casdb.com>
21660         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21661         
21662 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21664         Reviewed by Naba Kumar  <naba@gnome.org>
21665         * src/project_dbase.c: Fixed bugs #778263 and #778413
21666           Adding multiple files to project should work now.
21668 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21670         Reviewed by Naba Kumar  <naba@gnome.org>
21671         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21672         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21673         for Locals window.
21675 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21677         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21679 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21681         * src/text_editor.c: Fix translatable string (#113934).
21683 2003-07-04  Naba Kumar  <naba@gnome.org>
21685         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21686         bug when there is no project open. Bug #____.
21687         
21688         * src/source.c: Fixed a bug with build failure with non-gnome
21689         project with glade-generated source (eg. gtk2). Bug #____.
21691 2003-06-26  Naba Kumar  <naba@gnome.org>
21693         * src/anjuta.h: Removed reference to windows-dialog.h.
21694         * src/message-manager-private.[cc,h]: Fixed doulbe click
21695         activation of messages to properly jump at the destination.
21696         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21697         * src/toolbar.c: Code clean-ups.
21698         
21699         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21700         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21701         
21702         * src/message-manager-private.[cc,h]: Removed dead codes.
21703         
21704         * (new) data/properties/css.properties,
21705         data/properties/anjuta.properties, data/properties/Makefile.am:
21706         Added CSS syntax hiliting properties.
21707         
21708         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21709         * src/debugger.c: Clean ups.
21710         * src/lexer.h: Added CSS lexer definition.
21711         
21712         * Makefile.am: Installs destop file properly.
21713         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21714         * NEWS: Updated for 1.1.97 release.
21715         * src/main_menubar_def.h: Changed some non working shortcuts.
21716         
21717 2003-06-24  Naba Kumar  <naba@gnome.org>
21719         * src/search-replace.c: Shows the dialog properly, even when it is
21720         hidden behind another window.
21721         
21722         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21723         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21724         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21725         and code clean up.
21726         
21727         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21728         setup wizard dialogs.
21729         
21730         * src/debugger.c: Removed a redundant call to
21731         debugger_update_controls().
21732         * src/compiler_options.c, src/launcher.c: code cleanup.
21733         * src/executer.c: Fixed execution bug with 'Set Program params...".
21734         
21735 2003-06-23  Naba Kumar  <naba@gnome.org>
21737         * widgets/e-splash.c: Removed border around the splash image.
21738         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21739         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21740         * src/cvs.c: Added a frame around commit log text widget.
21741         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21742         crash bug associated with translated combo box list in preferences
21743         dialog (in different locale other than en_US). Used widget names
21744         to pass the combo list items.
21745         * po/POTFILES.in: Updated.
21746         * src/launcher.c: Creates the zvt terminal at startup (and not
21747         every time a build is done) -- speeds up buld operations.
21748         * src/file_history.c: Should be if() conditional instead of
21749         assertion check.
21750         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21751         Disabled useless warnings.
21752         * src/project_dbase.c: Fixed bonobo 2 project name.
21753         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21754         and uses correct glade-2 for file generation.
21755         
21756 2003-06-21  Naba Kumar  <naba@gnome.org>
21758         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21759         And disables autocomple show for numbers (very annoying).
21760         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21761         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21762         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21763         from view menu and adjust the controls accordingly.
21764         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21765         only OK button.
21766         * src/project_dbase.[c,h]: Removed show_local flag processing.
21767         * src/message-manager.[c,h]: Reorganized messages tabs in more
21768         sensible order.
21769         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21770         Also added PCRE dependency.
21771         
21772 2003-06-20  Naba Kumar  <naba@gnome.org>
21774         * pixmaps/anjuta_splash.png: New splash.
21775         from Jean Schurger  <yshartk@schurger.org>
21776         
21777         * src/controls.c: De-sensitize run-to-cursor when debugger
21778         is not running.
21779         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21780         
21781         * src/message-manager-private.cc: Fixed to properly jump at
21782         the right file:line.
21783         
21784         * src/appwiz_page1.c: Fixed to correctly determine the project
21785         trpe from the wizard.
21786         
21787 2003-06-20  Naba Kumar  <naba@gnome.org>
21789         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21790         * src/watch_gui.c: Code cleanups.
21791         * src/debugger.[c,h], src/stack_trace.[c,h],
21792         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21793         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21794         Removed direct access to stack_trace private data, Increased debugger
21795         command size from 256 to 1024 (to be on safer side). Also implemented
21796         row-activated signle for seting frame and viewing the source.
21797         * src/debugger.c: Avoids starting program and stopping debugger
21798         when starting debugger and stopping program, respectively.
21799         
21800         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21801         Reverted codes to start debugger automatically
21802         The file is brought to the state just after the branching 
21803         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21804         some code clean ups.
21805         
21806         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21807         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21808         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21809         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21810         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21811         src/project_dbase.c: Code clean ups.
21812         
21813         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21814         (Projects dir) so that correct $HOME/Projects path is set when
21815         anjuta is run for the first time.
21816         
21817 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21819         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21821 2003-06-13  Naba Kumar  <naba@gnome.org>
21823         * src/stack_trace_cbs.c: Moved variable declaration at the
21824         top of the block (bug #737867)
21825         
21826         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21827         just CFLAGS and CXXFLAGS (bug #743617).
21828         
21829         * src/create_global_tags.sh: Fixed shell script to properly
21830         detect installed *-config files.
21831         
21832 2003-06-12  Naba Kumar  <naba@gnome.org>
21834         * src/preferences.[c,h]: Added methods for custom widgets in
21835         preferences: using custom set/get methods for them.
21836         
21837         * src/anjuta-encoding.c: Implemented up/down of the encodings
21838         in the list and property saves correctly.
21839         
21840         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21841         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21842         the beginning of a file.
21844         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21845         * src/aneditor.cxx, src/aneditor.h,
21846         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21847         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21848         src/mainmenu_callbacks.h: Allows the operator to select the current
21849         word or the current line (Request: 680801). It puts also
21850         sensitive/unsensitive several select/comment menu items.
21852         * src/breakpoints.c: Presets by default the current line for a
21853         defined breakpoint.
21855 2003-06-11  Naba Kumar  <naba@gnome.org>
21857         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21858         color (red highlight) now cosistent for inactive tabs also.
21859         
21860         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21861         'Advanced search and replace' in Edit->Search submenu.
21862         
21863         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21864         wrappings '\' where     they were missing.
21865         
21866         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21867         message is now more descriptive and details the correct thing to do
21868         for GNOME2 desktop.
21869         
21870 2003-06-10  Naba Kumar  <naba@gnome.org>
21872         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21873         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21874         Removed any reference to particular version of automake/autoconf
21875         so that they could work with newer versions (Bug #659394).
21877         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21878         src/anjuta.c: Added coded to add/remove supported encodings.
21879         
21880         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21881         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21882         src/project_import.c, src/project_type.c, src/project_type.h,
21883         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21884         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21885         from the project wizard.
21887 2003-06-06  Naba Kumar  <naba@gnome.org>
21889         Patch from Etay Meiri  <etay-m@bezeqint.net>
21890         * src/compiler_options.c: Fixed bugs related to clean before
21891         build patch.
21892         
21893         * anjuta.desktop.in.in: Added commandline options.
21894         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21895         -dP and -A flags of CVS update into different options.
21896         
21897 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21899         * configure.in: Removed "ta" from ALL_LINGUAS.
21901 2003-06-02  Naba Kumar  <naba@gnome.org>
21903         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21904         return NULL for undefined properties and "" for defined but empty
21905         strings. It was creating many problems where both are assumed to be
21906         same. And besides, it doesn't matter to differentiate the two (the
21907         problem with preferences was due to a different bug).
21909         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21910         correctly. Also, s/props_build_in/props_built_in/g.
21911         
21912         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21913         list.
21914         
21915         * src/an_file_view.c: Unrefed pixbufs when done with them.
21917         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21918         (removed) file_text.png: Added and removed pixmaps.
21919         
21920 2003-05-30  Naba Kumar  <naba@gnome.org>
21922         * anjuta.glade: Fixed encodings preferences dialog
21923         
21924 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21925         
21926         Reviewed by Naba Kumar  <naba@gnome.org>
21927         
21928         * src/build_project.c src/clean_project/c: perform a clean before
21929         build, if required. Show the message manager on clean.
21930         * src/compiler_options.c: save the new options when window is closed
21931         and flag project to be cleaned before the next build.
21932         * src/project_dbase.c: added a 'clean before build' flag to project
21934 2003-05-29  Naba Kumar  <naba@gnome.org>
21936         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21937         dialog.
21938         
21939         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21940         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21941         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21942         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21943         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21944         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21945         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21946         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21947         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21949         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21950         Removed unused icons references.
21952 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
21954         Reviewed by Naba Kumar  <naba@gnome.org>
21955         
21956         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
21957           src/compiler_options.c, src/debugger.c, src/find_replace.c,
21958           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
21959           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
21960           src/toolbar_callbacks.c: HIG compliant dialogs.
21962         * src/utilities.c: anjuta_button_new_with_stock_image() and
21963           anjuta_dialog_add_button() stolen from gedit.
21965         * src/main_menubar_def.h: Fixed mnemonics.
21967 2003-05-26  Naba Kumar  <naba@gnome.org>
21969         * src/project_dbase_gui.c: Added header files filter for add file
21970         dialog box. Disabled project window to be transient window.
21971         
21972         * src/message-manager.cc: Disabled message manager window to be
21973         transient window.
21974         
21975         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
21976         a file could not be loaded.
21977         
21978         * src/project_dbase.c: Fixed a bug with GUI editor command
21979         where empty string is returned.
21980         
21981         * src/Makefile.am, src/preferences.h, src/text_editor.c
21982         src/text_editor.h, (new) src/anjuta-encodings.h,
21983         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
21984         Added encoding support and to handle characters encoding correctly
21985         by auto detecting it during load. Added preferences for selecting
21986         the encoding during save.
21988         * src/preferences.c, src/resources.c: Removed debug messages.
21990         Patch from: Alexander Nedotsukov <bland@mail.ru>
21991         * src/getline.c: Fixed many fatal bugs for FreeBSD.
21993 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21994         * src/anjuta.c: Try to sow the splash image more often.
21996 2003-05-20  Naba Kumar  <naba@gnome.org>
21998         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21999         * src/debug_tree.c: Colorize the modified locals during
22000         debugging and call memory analyze from the debugger.
22001         * src/breakpoints.c: The color is now different for the enabled
22002         and disabled breakpoints. Anjuta now can erase several
22003         breakpoints defined at the same line. The markers are updated
22004         according to the enable/disable action.
22005         
22006         Patch from Etay Meiri  <etay-m@bezeqint.net>
22007         * src/launcher.c: Fixes launcher freeze up bug during build.
22009 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22011         Reviewed by Naba Kumar  <naba@gnome.org>
22012         * scintilla/PropSet.h: Change member variables from private to protected.
22013         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22014         to PropSetFile class, which return a gchar * (and can therefore indicate
22015         whether properties are empty or do not exist) and make prop_get and
22016         prop_get_expanded use them.
22017         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22018         that the result of of prop_get cannot be an empty string.
22020 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22022         Reviewed by Naba Kumar  <naba@gnome.org>
22023         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22024         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22025         src/text_editor_cbs.c: When saving all the files in the project, the
22026         text editors are now only rehighlighted once instead of once for each
22027         file saved.
22029 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22030         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22031         * src/anjuta.desktop.in.in: Support startup notification.
22032 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22033         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22034         * src/anjuta.desktop.in.in: Support startup notification.
22037 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22039         Reviewed by Naba Kumar  <naba@gnome.org>
22040         
22041         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22042         memory leak from glade_xml_new call. Removed gxml field from Executer
22043         struct as only used in create_executer_dialog and then destroyed.
22044         
22045         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22046         
22047         * src/configurer.c: Fix warning trying to connect signal to non-existent
22048         environment entry in configure dialog and fix crash when closing the
22049         window.
22050         
22051         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22052         gnome_date_edit_get_time instead.
22053         
22054         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22055         in view menu required renumbering elsewhere.
22057 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22059         Reviewed by Naba Kumar  <naba@gnome.org>
22060         
22061         * src/breakpoints.c: fixed an error when removing breakpoint
22062         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22063         * src/debugger.c: changes to the way the debugger is activated
22064         * src/debugger.h: clean ups
22066 2003-05-13  Naba Kumar  <naba@gnome.org>
22068         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22069         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22070         src/memory.h: A new version of memory and the interface
22071         is now integrated in anjuta.glade
22073 2003-05-09  Naba Kumar  <naba@gnome.org>
22075         * configure.in: Bumped required gtk version to 2.0.8.
22076         
22077 2003-05-06  Naba Kumar  <naba@gnome.org>
22079         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22081 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22082         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22084 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22085         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22086         , tagmanager/c.c: Support for ProC and RDB files.
22088 2003-05-06  Naba Kumar  <naba@gnome.org>
22090         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22091         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22092         Uncomment (Box & Stream), Select the current function,
22093         authorize the "Quit" button of the GotoLine window
22095 2003-05-05  Naba Kumar  <naba@gnome.org>
22097         * src/watch_gui.h: CVS added new file.
22099         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22101         Patch from Etay Meiri <etay-m@bezeqint.net>
22102         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22103         src/mainmenu_callbacks.c, src/message-manager.cc,
22104         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22105         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22106         Ported stack trace to GNOME2 and added it in the message manager
22107         pane.
22109 2003-05-02  Naba Kumar  <naba@gnome.org>
22111         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22112         
22113         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22114         preferences property.
22115         
22116         * anjuta.prj: Fixed multiple preferences saved data.
22117         
22118         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22119         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22120         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22121         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22122         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22123         Upgraded scitilla from CVS with faster window repaint
22124         and more bugfixes.
22125         
22126         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22127         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22128         and code cleanups
22129         
22130 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22132         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22133         the window if messages are appended to the end and the scrollbar is
22134         at the end.
22136 2003-04-29  Naba Kumar  <naba@gnome.org>
22138         * configure.in: Removed omf-install from Makefiles list.
22140 2003-04-28  Naba Kumar  <naba@gnome.org>
22142         * po/POTFILES.in: Remvoded deleted files.
22143         
22144         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22145         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22147         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22148         is executed as detached) is not set properly.
22149         
22150 2003-04-25  Naba Kumar  <naba@gnome.org>
22151         
22152         * anjuta.prj: Updated.
22153         * src/anjuta_info.c: Fixed text wrapping and column view.
22154         * data/welcome.txt.in: Removed unaligned characters.
22155         
22156 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22157         * src/main_menubar.c: Disable setup dialog.
22159 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22160         * src/breakpoints.c; Fixed compilation with older GCC
22161         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22162         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22164 2003-04-18  Naba Kumar  <naba@gnome.org>
22166         * anjuta.prj: Updated (includes compiler options).
22167         
22168         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22169         function from anjuta.c (it was already available in anjuta-tools.c).
22170         
22171 2003-04-18  Naba Kumar  <naba@gnome.org>
22173         * src/about.c, THANKS: Updated
22174         
22175         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22176         
22177         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22178         properly from the project session before updating the file
22179         view.
22180         
22181         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22182         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22183         dialog settings (as it will not be required once GDL is in place) and
22184         added file view filters in the settings sub-menu.
22186 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22187         * HACKING: Updated
22188         * configure.in: Disable cast checks on final build.
22190 2003-04-17  Naba Kumar  <naba@gnome.org>
22192         * src/build_project.c: Fixed a compilation error.
22194         * src/launcher.c: Removed commnets.
22195         
22196         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22197         properties from editor tab to indentation tab and fixed a property
22198         label for proper i18n translation. Fixed typos in project config
22199         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22200         sorting and reordering in compiler options dialog.
22201         
22202         * src/compiler_options.c: Implemented _save() function to save the
22203         options (which was pending).
22204         
22205         * src/build_project.c: Destroys install-as-root dialog when it is done.
22206         
22207         * src/an_symbol_view.c: Change "event" event to "event-after" so
22208         that symbol row is selected first before the popup is shown.
22209         
22210 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22212         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22213         file in CVS/Entries. (Reviewed and applied by Biswa)
22215 2003-04-16  Naba Kumar  <naba@gnome.org>
22217         * aneditor.cxx: use unicode everytime (fixed unicode related
22218         bugs).
22220         * anjuta.prj: Fixed UI editor name (blank to use default) and
22221         anjuta version.
22222         
22223         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22224         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22225         Editor preferences page.
22227 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22228         * src/anjuta.[ch], src/print.c: Fixed warnings
22229         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22230         * configure.in: Profiling support with gprof
22232 2003-04-16  Naba Kumar  <naba@gnome.org>
22234         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22235         * src/launcher.c: Fixed cvs dialog.
22236         
22237 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22238         
22239         * src/message-manager-private.cc: Fixed double-click on first line of 
22240         output to properly select a line.
22241         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22242         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22244 2003-04-15  Naba Kumar  <naba@gnome.org>
22246         * src/message-manager-private.cc: Fixed the glade filename typo.
22248 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22249         * scintilla/*, data/properties/*: Scintilla CVS merge
22250         * anjuta.prj: Removed unnecessary files.
22251         * scintilla/PlatGTK.cxx: Force Pango fonts always
22252         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22253         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22254         for preferences.
22255         * configure.in: Change version no. for 1.1.1 (alpha release)
22256         * configure.in: Added '--with-pref-suffix' option.
22257         * config.guess, config.sub: Removed from CVS.
22259 2003-04-15  Naba Kumar  <naba@gnome.org>
22261         Patch from Timothee Besset  <ttimo@idsoftware.com>
22262         * Makefile.am: Fixed a shell script error during intallation.
22263         
22264 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22266         Reviewed by Naba Kumar  <naba@gnome.org>
22267         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22268         set_wm_class to use "anjuta" instead of "an.
22269         * src/message-manager-private.cc: Headers are hidden again.
22271 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22272         * src/project_dbase_gui.c: Memory corruption fix.
22273         * anjuta.prj: Updated project file
22275 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22276         * an_file_view.c: Connect to event-after signal rather than event so that
22277         selection is updated first and thus context menu is for the right file.
22278         Reviewed and applied by Biswa.
22280 2003-04-14  Naba Kumar  <naba@gnome.org>
22282         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22283         
22284         * src/auncher.c: More child exit fixes
22285         from Timothee Besset  <ttimo@idsoftware.com>
22287 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22288         
22289         Reviewed by Naba Kumar  <naba@gnome.org>
22290         
22291         * src/message-manager.[c/h], src/message-manager-private[c/h],
22292                 anjuta.[c/h]: Ported message-manager to Gtk2
22293         
22294         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22295         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22296         src/clean_project.c, src/compile.c, src/configurer.c,
22297         src/controls.c, src/cvs.c, src/debugger.c,
22298         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22299         src/project_import.c, src/search-replace.c: Changed name from
22300         AnjutaMessageManager to AnMessageManager to avoid too long type
22301         and funtion names.
22303 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22304         * src/launcher.c: Fix build won't stop problem - TTimo
22305         * TODO: Updated
22306         * pixmaps/anjuta_splash.c: New splash screen prototype.
22307         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22308         * src/compiler_options.c: Mute pkgconfig errors.
22309         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22311 2003-04-10  Naba Kumar  <naba@gnome.org>
22313         * configurer.[c,h]: Fixed dialog to close properly.
22314         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22315         debugging asserts.
22316         
22317 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22318         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22319         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22320         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22321         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22322         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22323         src/makefile.am: Move gdl to it's own directory.
22324         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22326 2003-04-09  Naba Kumar  <naba@gnome.org>
22328         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22329         branch.
22331 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22332         * src/anjuta-tools.c: Use CDATA for saving tools data.
22333         * anjuta.glade, src/search-replace.c: Port from branch.
22334         * widgets/e-splash.*, src/main.c: Better splash screen.
22335         * configure.in, widgets/gdl*: Import GDL widgets.
22336         * ROADMAP: Updated roadmap.
22337         * src/an_file_view.c: Use GDL icons for file tree.
22339 2003-04-09  Naba Kumar  <naba@gnome.org>
22341         * anjuta.glade: Added (hidden) initial setup-wizard window.
22342         
22343         Patch from: Vitaly  <vvv@rfniias.ru>
22344         * src/preferences.c: Fixes a bug with libglace widget access with
22345         translated strings.
22347         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22348         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22349         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22350         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22351         src/toolbar_callbacks.[c,h],
22352         src/memory.c, src/message-manager-private.cc,
22353         src/message-manager-private.h, src/message-manager.cc,
22354         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22355         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22356         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22357         watch window to a subwindow in the notebook
22359 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22360         * ROADMAP: Updated roadmap.
22362 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22364         * configure.in: Added Belarusian to ALL_LINGUAS.
22366 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22367         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22368         Henry Jia
22369         * ROADMAP: Added roadmap for HEAD.
22371 2003-03-29  Naba Kumar  <naba@gnome.org>
22373         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22374         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22375         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22376         (new) pixmaps/start-with-wizard.png,
22377         (new) pixmaps/start-with-import.png,
22378         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22379         up on anjuta start-up to give quick access to opening file/project or
22380         creation wizards.
22382         * src/main.c: Sets proper data directory for the gnome
22383         program.
22385 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22386         * src/text_editor.c: Fixed error/warning indicators.
22388 2003-03-24  Naba Kumar  <naba@gnome.org>
22390         * README: Correct version.
22391         
22392 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22394         * configure.in: Added checks to see if were building on FreeBSD
22395         systems.  Sets -DFREEBSD if we are, and also attempts to find
22396         gmake if the host system is FreeBSD.
22398         * src/getline.c: New file used to provide the getline function,
22399         which isnt available on a FreeBSD system.  The function is only
22400         defined if FREEBSD is defined.
22402         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22404         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22405         configure.in sets this to gmake on FreeBSD systems, and make
22406         on everything else.
22408 2003-03-23  Naba Kumar  <naba@gnome.org>
22410         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22411         
22412         * anjuta.spec.in: Fixed spec file for correct file paths and
22413         corrected rpmbuild.
22415         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22416         the rpm build command separately now.
22417         
22418         * src/anjuta.c, windows-dialog.c: Added some more window management
22419         stuffs (not still fully working, though).
22421         * TODO: Updated.
22423 2003-03-22  Naba Kumar  <naba@gnome.org>
22425         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22427 2003-03-21  Naba Kumar  <naba@gnome.org>
22429         * README: Removed Andy Piper's name from the active maintainers
22430         list on his request.
22431         
22432         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22433         preferences.
22434         
22435         * src/anjuta-tools.c: Fixed compiler errors.
22437         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22438         show bugs.
22439         
22440         * src/commands.c, src/src_paths.c, src/style-editor.c,
22441         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22442         becuase they are now hidden by default (from glade editing).
22443         
22444         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22445         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22446         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22447         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22448         basic windows managements.
22449         
22450 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22451         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22452         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22453         Enver ALTIN (a.k.a. skyblue)
22455 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22456         * tagmanager/*: Added ignore-list for symbols. This will make
22457         parsing more accurate for projects. Doc updates needed.
22459 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22460         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22461         * launcher/Makefile.am: Link to correct libraries
22462         * src/launcher.c: Do not allow NULL shell
22464 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22465         * src/debug_tree.c: Improve debug tree view.
22467 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22469         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22470         'Run Configure Script' and 'Execute Program'. Increase minimum width
22471         of Configure dialog.
22472         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22473         list widget by setting a model and adding a column and renderer.
22474           Actually store the nocvs toggle button in FindInFiles data structure.
22475           Handle selection changes via changed signal rather than row_activated.
22476           Use response signal for handling the close and find buttons.
22477           Close window when escape is pressed.
22478         * find_replace.c: Close window when escape is pressed.
22479         * find_text.c: Close window when escape is pressed in find dialog as
22480         well as wrap search question, where now Yes is the default button.
22482 2003-03-05  Naba Kumar  <naba@gnome.org>
22484         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22486         * src/message-manager-private.cc: Fixed a bug with vte conditional
22487         compilation.
22488         * anjuta.glade: Hides all windows in glade file.
22490 2003-03-05  Naba Kumar  <naba@gnome.org>
22492         * src/an_file_view.c: Fixed a compilation warning.
22493         * src/message-manager-private.cc: Conditional compilation for vte
22494         API.
22495         
22496 2003-02-28  Naba Kumar  <naba@gnome.org>
22498         * configure.in, anjuta.spec.in: Updated dependency packages version.
22499         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22500         * src/preferences.c: Added debug assertions.
22501         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22502         editor to enable/disable bringing the recent editor tabs first.
22503         
22504         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22505         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22506         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22507         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22508         and     bug fixes. Also code clean ups.
22509         
22510         * (new) src/search-replace.[h,c]: New search replace implementation
22511         from ANJUTA_1_0_0 branch.
22512         
22513         * (new) src/windows-dialog.[h,c]: New windows management class
22514         [work in progress].
22516 2003-02-28  Naba Kumar  <naba@gnome.org>
22518         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22519         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22520         src/appwizard.c, src/build_file.c, src/build_project.c,
22521         src/clean_project.c, src/compile.c, src/configurer.c,
22522         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22523         src/message-manager-dock.c, src/message-manager-dock.h,
22524         src/message-manager-private.cc, src/message-manager.cc,
22525         src/preferences-dialog.c, src/preferences-dialog.h,
22526         src/preferences.c, src/preferences.h, src/project_dbase.c,
22527         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22528         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22529         src/utilities.c, src/utilities.h:
22530         
22531         Widgetized Preferences and gave proper function names.
22533         * src/executer.c: Fixed a session loading bug.
22534         
22535 2003-02-27  Naba Kumar  <naba@gnome.org>
22537         * printing/print.c: Fixed printing font bug that failed to load the
22538         proper fonts.
22539         
22540         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22541         
22542         * TODO, anjuta.prj: Updated.
22544 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22546         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22547         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22548         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22549         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22550         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22551         fixed omf errors
22553 2003-02-25  Naba Kumar  <naba@gnome.org>
22555         * Makefile.am: Excluded omf-install from installation as the docs are
22556         not ready.
22557         
22558         TODO: Updated.
22559         
22560         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22561         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22562         property names and added new editor properties and code cleanups.
22563         Also added new project properties.
22564         
22565         * src/compiler_options.[h,c]: Added pkg-config packages supports
22566         and fixed bugs.
22567         
22568         * src/glade_iface.h: Cleanups.
22569         
22570         * src/launcher.c: Used timer instead of idle to scan.
22571         
22572         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22573         src/project_config.[h,c], src/project_import.c: Implemented project
22574         property to define GUI editor and to handle it.
22575         
22576         * src/preferences.c: i18n fixes.
22577         
22578         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22579         unused (and old) pixmaps.
22580         
22581         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22582         
22583 2003-02-25  Naba Kumar  <naba@gnome.org>
22585         * src/message-manager-private.[h,cc], src/preferences.c,
22586         anjuta.glade, anjuta_dialog_strings.c: Implemented
22587         gnome terminal profiles for the terminal preferences and moved the
22588         addition of terminal preferences in the terminal constructor.
22589         
22590         * anjuta.prj: Updated.
22592 2003-02-24  Naba Kumar  <naba@gnome.org>
22594         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22595         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22596         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22597         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22598         preferences dialog.
22600         * TODO: Updated.
22602         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22603         text selection and child re-spawning.
22605         * src/pixmaps.h: Removed unused pixmaps definitions.
22606         
22607 2003-02-23  Naba Kumar  <naba@gnome.org>
22609         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22610         the project tree/window.
22612         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22613         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22614         Correct the use of a variable and implemented session save/load
22615         for tree expansion states.
22616         
22617         * src/main_menubar_def.h: Fixed shortcuts keys.
22618         
22619         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22620         
22621         * anjuta.prj: Updated.
22622         
22623 2003-02-22  Naba Kumar  <naba@gnome.org>
22625         * src/debug_tree.[c,h]: GNOME2 port from 
22626         Etay Meiri <etay-m@bezeqint.net>
22627         
22628         * src/an_file_view.c, src/resources.[h,c],
22629         data/properties/bash.properties,
22630         data/properties/cpp.properties,
22631         data/properties/html.properties,
22632         data/properties/make.properties,
22633         data/properties/others.properties,
22634         data/properties/perl.properties,
22635         data/properties/props.properties,
22636         data/properties/xml.properties: Standarized file icons. Icons are
22637         defined in respective .properties file and are retrieved as resource
22638         data.
22640         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22641         in labels from the commands editor as that would create
22642         problems for translators.
22644 2003-02-21  Naba Kumar  <naba@gnome.org>
22646         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22647         as they should be part of CVS(?).
22649         * Makefile.am: Corrected a typo for glade generated strings file.
22651         * configure.in, po/hi.po: Added new Hindi (hi) translation
22652         in ALL_LINGUS and added initial Hindi translation.
22654         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22655         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22656         sv_unknown.xpm to more proper icon.
22658         * (new)data/properties/php.properties, data/properties/Makefile.am,
22659         data/properties/anjuta.properties, data/properties/html.properties:
22660         Fixed PHP syntax hilighting bug by separating php properties into
22661         different file (because of file size).
22663         * TODO: Updated.
22664         
22665 2003-02-20  Naba Kumar <naba@gnome.org>
22667         * src/breakpoints.c: Fixed breakpoints session saving/loading
22668         crash bug.
22669         
22670         * scintilla/*, scintilla/include/*: Updated to scintilla
22671         release 1.51
22672         
22673 2003-02-19  Naba Kumar <naba@gnome.org>
22675         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22676         * TODO: Updated.
22678         * Makefile.am, src/Makefile.am,
22679         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22680         (removed) src/anjuta_dialog_strings.c,
22681         (removed) src/anjuta_dialogs_strings.c,
22682         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22683         (added) anjuta.glade: Transfered glade files from src/ directory
22684         to the top level directory.
22686         * po/POTFILES.in: Updated.
22687         
22688         * (removed) macrocs2/*: Transfered to data/ directory.
22689         
22690         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22691         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22692         requires to have macros dir, but the projects generated by anjuta
22693         require them.
22694         
22695         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22696         trees.
22697         
22698         * src/defaults.c: Corrected default compiler options.
22699         
22700         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22701         wizard.
22702         
22703         * src/message-manager-private.cc, src/message-manager-private.h,
22704         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22705         
22706         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22707         source code generation for gnome2 projects.
22709 2003-02-11  Naba Kumar <naba@gnome.org>
22711         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22712         restores the expand/collaspe states of the nodes after refresh.
22713         
22714         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22715         
22716 2003-02-11  Naba Kumar <naba@gnome.org>
22718         * src/style-editor.c: Fixed pango font description handling for fonts.
22719         * src/anjuta.glade: Removed font size spin button.
22720         * configure.in, src/anjuta.prj: Corrected version.
22721         * TODO: update.
22722         
22723 2003-02-10  Naba Kumar <naba@gnome.org>
22725         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22726         references of scroll-menu.h and add about.h in Makefile.am.
22727         
22728         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22729         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22730         (removed) widgets/scroll-menu.h: Removed unused files.
22731         
22732         * Makefile.am: Added proper i18n rules and added intl tools for
22733         distributions.
22734         
22735         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22736         to the stable release).
22737         
22738         * anjuta.spec.in: Removed manuals packaging.
22739         
22740         * data/Makefile.am: Removed 'macros' installation (not required for
22741         gnome2 projects).
22743 2003-02-10  Naba Kumar <naba@gnome.org>
22745         * po/POTFILES.in: Updated.
22747         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22748         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22749         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22750         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22751         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22752         icons and images.
22754         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22755         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22756         and fixed to properly handle focus in find entry box.
22758         * Makefile.am: Added code for RH system menu update.
22760         * .cvsignore: Updated.
22762         * NEWS: Updated.
22764 2003-02-03  Naba Kumar <naba@gnome.org>
22766         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22767         editor preferences. and fixes dialogs.
22769         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22770         Fixed linenumbers and header margins when they are disabled and
22771         removed unused header files.
22773         * src/attact_process.[h,c], src/debugger.c: Attach to process
22774         now works.
22776         * src/help.c: Fixed dialog response.
22778         * TODO: Updated.
22780         * data/properties/anjuta.properties: Corrected typo.
22782         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22783         Change the signal to "changed" in entry from "selection-changed" in
22784         list.
22786         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22787         short-cuts.
22789 2003-01-31  Naba Kumar <naba@gnome.org>
22791         * configure.in: Upgraded to use libgnomeprint-2.2
22792         
22793         * printing/Makefile.am: Updated
22794         
22795         *(removed) printing/print-doc.c, printing/print-doc.h,
22796         printing/print-util.c, printing/print-util.h: Removed because already
22797         merged with print.c.
22798         
22799         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22800         and libgnomeprintui-2.2 and fixed rendering problems.
22801         
22802         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22803         uneccessary print properties, as they are separately taken
22804         care in gnomeprint.
22805         
22806         * po/POTFILES.in: Update.
22808 2003-01-30  Naba Kumar <naba@gnome.org>
22810         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22811         for about dialog box.
22812         
22813         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22814         src/pixmaps.h: Modified for the above additions for about dialog.
22816 2003-01-29  Naba Kumar <naba@gnome.org>
22818         * src/style_editor.[c,h]: Added missing files.
22819         
22820 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22821         * scintilla/XPM.[cxx|h]: Added missing files
22823 2003-01-29  Naba Kumar <naba@gnome.org>
22824         
22825         * TODO, po/POTFILES.in: Updated.
22826         
22827         * anjuta.prj, src/anjuta.glade,
22828         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22830 2003-01-28  Naba Kumar <naba@gnome.org>
22831         
22832         * data/properties/anjuta.properties, src/aneditor.cxx,
22833         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22834         properties into text properties (earlier it was int properties).
22836         * TODO: Updated
22837         
22838         * scintilla/AutoComplete.c,xx,
22839         scintilla/AutoComplete.h,
22840         scintilla/CallTip.c,xx,
22841         scintilla/CallTip.h,
22842         scintilla/Document.c,xx,
22843         scintilla/Document.h,
22844         scintilla/Editor.c,xx,
22845         scintilla/Editor.h,
22846         scintilla/LexAVE.c,xx,
22847         scintilla/LexCSS.c,xx,
22848         scintilla/LexHTML.c,xx,
22849         scintilla/LexOthers.c,xx,
22850         scintilla/LexPython.c,xx,
22851         scintilla/LineMarker.c,xx,
22852         scintilla/LineMarker.h,
22853         scintilla/Makefile.am
22854         scintilla/PlatGTK.c,xx,
22855         scintilla/PropSet.c,xx,
22856         scintilla/ScintillaBase.c,xx,
22857         scintilla/ScintillaBase.h,
22858         scintilla/ScintillaGTK.c,xx,
22859         scintilla/ViewStyle.c,xx,
22860         scintilla/include/Platform.h,
22861         scintilla/include/SciLexer.h,
22862         scintilla/include/Scintilla.h,
22863         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22864         
22865         
22866         src/Makefile.am,
22867         src/an_file_view.c,
22868         src/an_symbol_view.c,
22869         src/anjuta-tools.c,
22870         src/anjuta.c,
22871         src/anjuta.glade
22872         src/anjuta.h,
22873         src/anjuta_cbs.c,
22874         src/anjuta_dialogs_strings.c,
22875         src/anjuta_info.c,
22876         src/commands.c,
22877         src/compiler_options.c,
22878         src/debugger.c,
22879         src/help.c,
22880         src/main_menubar.c,
22881         src/main_menubar.h,
22882         src/main_menubar_def.h,
22883         src/mainmenu_callbacks.c,
22884         src/mainmenu_callbacks.h,
22885         src/message-manager-private.c,c
22886         src/message-manager-private.h,
22887         src/message-manager.c,c
22888         src/message-manager.h,
22889         src/pixmaps.h,
22890         src/preferences.c,
22891         src/preferences.h,
22892         src/project_config.c,
22893         src/project_dbase.c,
22894         src/project_dbase_gui.c,
22895         src/project_import_gui.c,
22896         src/properties.c,xx,
22897         src/properties.h,
22898         src/resources.c,
22899         src/src_paths.c,
22900         src/text_editor.c,
22901         src/text_editor_gui.c,
22902         src/toolbar.c,
22903         src/utilities.c,
22904         src/utilities.h,
22905         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22906         
22907 2003-01-24  Naba Kumar <naba@gnome.org>
22909         * src/text_editor_gui.c, src/toolbar.c,
22910         src/text_editor.c, src/text_editor_cbs.h:
22911         Used correct notification signal name for scintilla
22912         (gtk2) and fixed UI.
22913         
22914         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22915         when not required.
22916         
22917         * printing/print-doc.c,
22918         printing/print.c,,
22919         src/anjuta-tools.c,
22920         src/find_replace.c,
22921         src/goto_line.c,
22922         src/launcher.c,
22923         src/mainmenu_callbacks.c,
22924         src/project_dbase.c,
22925         src/project_dbase.h,
22926         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22927         src/text_editor.c,
22928         src/text_editor_cbs.h:
22931 2003-01-23  Naba Kumar <naba@gnome.org>
22933         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22934         correct stock icons and organized pixmap macros.
22935         
22936         Makefile.am: Removed non-generated files.
22937         
22938         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22939         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22940         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22941         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22942         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22943         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22944         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22945         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22946         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22947         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22948         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22949         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22950         stop.xpm, undo.xpm}: Removed because no longer used.
22952         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
22953         file_unknown.xpm}: Files renamed from fv_*, as it would
22954         be the right name.
22956         * pixmaps/Makefile.am: Updated for the above changes.
22958 2003-01-23  Jakub Steiner <jimmac * ximian * com>
22960         * pixmaps/autocomplete-16.png,
22961         pixmaps/autocomplete.png,
22962         pixmaps/block-end-16.png,
22963         pixmaps/block-end.png,
22964         pixmaps/block-start-16.png,
22965         pixmaps/block-start.png,
22966         pixmaps/bookmark-first-16.png,
22967         pixmaps/bookmark-first.png,
22968         pixmaps/bookmark-last-16.png,
22969         pixmaps/bookmark-last.png,
22970         pixmaps/bookmark-next-16.png,
22971         pixmaps/bookmark-next.png,
22972         pixmaps/bookmark-prev-16.png,
22973         pixmaps/bookmark-prev.png,
22974         pixmaps/error-next-16.png,
22975         pixmaps/error-next.png,
22976         pixmaps/error-prev-16.png,
22977         pixmaps/error-prev.png: gnome2-styled icons
22980 2003-01-23  Naba Kumar <naba@gnome.org>
22982         * anjuta.prj: Updated compiler options.
22983         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
22985         * src/aneditor.cxx,
22986         src/anjuta.c,
22987         src/anjuta.glade,
22988         src/anjuta_dialogs_strings.c,
22989         src/mainmenu_callbacks.c,
22990         src/mainmenu_callbacks.h,
22991         src/text_editor.c,
22992         src/text_editor_cbs.c,
22993         src/text_editor_gui.c: GNOME2 Porting.
22995 2003-01-22  Naba Kumar <naba@gnome.org>
22997         * ChangeLog: Corrected dates.
22998         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
22999         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23000         preferences.
23002 2003-01-22  Naba Kumar <naba@gnome.org>
23003         
23004         * plugins/patch/patch-plugin.c: Bug fix.
23005         
23006         * src/anjuta-tools.c,
23007         src/anjuta.c,
23008         src/anjuta.glade,
23009         src/anjuta.h,
23010         src/anjuta_dialogs_strings.c,
23011         src/breakpoints.c,
23012         src/cvs_gui.c,
23013         src/debugger.c,
23014         src/debugger.h,
23015         src/executer.c,
23016         src/glade_iface.c,
23017         src/main.c,
23018         src/mainmenu_callbacks.c,
23019         src/mainmenu_callbacks.h,
23020         src/preferences.c,
23021         src/project_dbase.c,
23022         src/project_dbase_gui.c,
23023         src/registers.c,
23024         src/sharedlib.c,
23025         src/signals.c,
23026         src/signals_cbs.c,
23027         src/source.c,
23028         src/stack_trace.c,
23029         src/toolbar_callbacks.c,
23030         src/utilities.c,
23031         src/utilities.h,
23032         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23033         
23034         * src/Makefile.am,
23035         (removed) src/CORBA-Server.c,
23036         (removed) src/CORBA-Server.h,
23037         (removed) src/Gladen-common.c,
23038         (removed) src/Gladen-stubs.c,
23039         (removed) src/Gladen.h,
23040         (removed) src/Prj-common.c,
23041         (removed) src/Prj-skelimpl.c,
23042         (removed) src/Prj-skels.c,
23043         (removed) src/Prj-stubs.c,
23044         (removed) src/Prj.h,
23045         (removed) src/glades.c,
23046         (removed) src/glades.h,
23047         (removed) src/messagebox.c,
23048         (removed) src/messagebox.h: Removed because no longer used.
23050 2003-01-21  Naba Kumar <naba@gnome.org>
23052         * src/anjuta-tools.c,
23053         src/anjuta.c,
23054         src/anjuta.glade,
23055         src/anjuta_dialogs_strings.c,
23056         src/anjuta_info.c,
23057         src/anjuta_info.h,
23058         src/breakpoints.c,
23059         src/compiler_options.c,
23060         src/debugger.c,
23061         src/find_replace.c,
23062         src/find_replace.h,
23063         src/find_text.c,
23064         src/find_text.h,
23065         src/goto_line.c,
23066         src/launcher.c,
23067         src/text_editor.c,
23068         widgets/gnomefilelist.c: GNOME2 porting.
23070 2003-01-20  Naba Kumar <naba@gnome.org>
23072         * global-tags/create_global_tags.sh: Uses pkg-config to
23073         read the modules.
23074         
23075         * src/anjuta.c,
23076         src/anjuta.glade,
23077         src/anjuta.h,
23078         src/anjuta_cbs.c,
23079         src/anjuta_dialogs_strings.c,
23080         src/breakpoints.c,
23081         src/breakpoints.h,
23082         src/compiler_options.c,
23083         src/compiler_options.h,
23084         src/fileselection.c,
23085         src/fileselection.h,
23086         src/mainmenu_callbacks.c,
23087         src/project_dbase_gui.c,
23088         src/session.c,
23089         src/src_paths.c,
23090         src/src_paths.h,
23091         src/text_editor.c,
23092         src/text_editor_gui.c,
23093         widgets/gnomefilelist.c,
23094         widgets/gnomefilelist.h: GNOME2 porting.
23095         
23096         * widgets/Makefile.am,
23097         (removed) widgets/gnomedirlist.c,
23098         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23099         
23100         * src/Makefile.am,
23101         (removed) src/src_paths_cbs.c,
23102         (removed) src/src_paths_cbs.h,
23103         (removed) src/src_paths_gui.c,
23104         (removed) src/compiler_options_cbs.c,
23105         (removed) src/compiler_options_cbs.h,
23106         (removed) src/breakpoints_cbs.c,
23107         (removed) src/breakpoints_cbs.h: Removed because they are now
23108         combined in singe file
23110 2003-01-16  Naba Kumar <naba@gnome.org>
23112         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23113         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23114         options dialog UI and data handling.
23117 2003-01-15  Naba Kumar <naba@gnome.org>
23119         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23120         Completed command editor porting.
23121         
23122         * src/anjuta.c: Removed the use of commands load function
23123         (not required).
23125         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23126         and unrefs.
23128         * src/anjuta-tools.c: Fixed translatable strings.
23129         
23130         * src/find_text.c: Fixed dialog creation from glade.
23131         
23132         * src/text_editor_gui.c, src/text_editor.c,
23133         src/text_editor_cbs.c: Completed port of detached text editor
23134         to gnome2 plateform.
23135         
23136 2003-01-14  Naba Kumar <naba@gnome.org>
23138         * src/anjuta.glade, src/preferences.[h,c],
23139         src/anjuta_dialogs_strings.c: Added build and editor
23140         preferences pages and other UIs. Fixed preferense loading and saving.
23141         
23142         * src/anjuta.c: Does case-insensitive match for tabs position
23143         preferences and removed preferences loading (done at _new() call).
23144         
23145         * anjuta-tools.c: Debugged tools dialog handling.
23146         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23147         
23148 2003-01-13  Naba Kumar <naba@gnome.org>
23150         * ABOUT-NLS: Update (strange).
23152         * autogen.sh: Removed blocking code.
23154         * configure.in: Fixed an autogen bug.
23155         
23156 2003-01-13  Naba Kumar <naba@gnome.org>
23158         * (new)src/anjuta.gladep
23159         (new)src/messagebox.c
23160         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23161         will be gradually removed (and then the files).
23162         
23163         * Makefile.am,
23164         anjuta.prj,
23165         printing/print-util.c,
23166         printing/print.c,
23167         scintilla/ScintillaGTK.c,xx
23168         src/Makefile.am,
23169         src/an_file_view.c,
23170         src/an_symbol_view.c,
23171         src/anjuta.c,
23172         src/anjuta.glade
23173         src/anjuta.h,
23174         src/anjuta_dialogs_strings.c,
23175         src/anjuta_gui.c,
23176         src/attach_process.c,
23177         src/attach_process.h,
23178         src/breakpoints.c,
23179         src/breakpoints.h,
23180         src/breakpoints_cbs.c,
23181         src/commands.c,
23182         src/commands.h,
23183         src/compiler_options.c,
23184         src/compiler_options.h,
23185         src/compiler_options_cbs.c,
23186         src/configurer.c,
23187         src/configurer.h,
23188         src/controls.c,
23189         src/cvs_cbs.c,
23190         src/debug_tree.c,
23191         src/debug_tree.h,
23192         src/executer.c,
23193         src/executer.h,
23194         src/find_in_files.c,
23195         src/find_in_files.h,
23196         src/find_in_files_cbs.c,
23197         src/find_replace.c,
23198         src/find_replace.h,
23199         src/find_text.c,
23200         src/find_text.h,
23201         src/goto_line.c,
23202         src/help.c,
23203         src/help.h,
23204         src/launcher.c,
23205         src/main.c,
23206         src/main_menubar.c,
23207         src/mainmenu_callbacks.c,
23208         src/message-manager.c,c
23209         src/pixmaps.h,
23210         src/preferences.c,
23211         src/project_config.c,
23212         src/project_config.h,
23213         src/project_dbase.c,
23214         src/project_import_cbs.c,
23215         src/resources.c,
23216         src/resources.h,
23217         src/splash.c,
23218         src/src_paths.c,
23219         src/src_paths.h,
23220         src/src_paths_gui.c,
23221         src/text_editor.c,
23222         src/text_editor_gui.c,
23223         src/toolbar.c,
23224         src/toolbar.h,
23225         src/utilities.c,
23226         src/utilities.h,
23227         src/wizard_gui.c,
23228         widgets/gnomefilelist.c: GNOME2 Port.
23230 2003-01-10  Naba Kumar  <naba@gnome.org>
23232         * src/an_file_view.c,
23233         src/anjuta_gui.c,
23234         src/appwizard_gui.c,
23235         src/compiler_options.c,
23236         src/compiler_options_cbs.c,
23237         src/cvs_cbs.c,
23238         src/executer.c,
23239         src/fileselection.c,
23240         src/find_in_files.c,
23241         src/goto_line.c,
23242         src/main_menubar.c,
23243         src/memory.c,
23244         src/message-manager-dock.c,
23245         src/preferences.c,
23246         src/project_dbase_gui.c,
23247         src/project_import_gui.c,
23248         src/registers_gui.c,
23249         src/sharedlib_gui.c,
23250         src/src_paths_gui.c,
23251         src/text_editor_gui.c,
23252         src/toolbar.c,
23253         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23255 2003-01-09  Naba Kumar <naba@gnome.org>
23257         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23258         problems with some comments.
23260         * anjuta.prj: New project file (updated?)
23262         * src/Makefile.am: Enabled deprecated API and fixed variables.
23264         * src/an_file_view.c,
23265         src/an_symbol_view.c,
23266         src/anjuta-plugins.c,
23267         src/anjuta-tools.c,
23268         src/anjuta.c,
23269         src/anjuta_gui.c,
23270         src/appwizard_cbs.c,
23271         src/attach_process.c,
23272         src/attach_process_cbs.c,
23273         src/compiler_options.c,
23274         src/compiler_options_cbs.c,
23275         src/launcher.c,
23276         src/mainmenu_callbacks.c,
23277         src/message-manager-private.c,c
23278         src/message-manager-private.h,
23279         src/message-manager.c,c
23280         src/message-manager.h,
23281         src/project_dbase.c,
23282         src/project_dbase.h,
23283         src/project_dbase_gui.c,
23284         src/project_import_cbs.c,
23285         src/project_import_gui.c,
23286         src/registers.c,
23287         src/resources.c,
23288         src/resources.h,
23289         src/sharedlib.c,
23290         src/signals.c,
23291         src/signals_cbs.c,
23292         src/signals_gui.c,
23293         src/splash.c,
23294         src/src_paths_cbs.c,
23295         src/src_paths_gui.c,
23296         src/stack_trace.c,
23297         src/text_editor.c,
23298         src/text_editor_gui.c,
23299         src/text_editor_menu.c,
23300         src/toolbar.c,
23301         src/toolbar_callbacks.c,
23302         src/utilities.c,
23303         src/watch.c,
23304         src/watch_cbs.c,
23305         src/wizard_gui.c: GNOME porting.
23307 2002-12-24 Naba Kumar <naba@gnome.org>
23309         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23310         NEWS, README, SEARCH-REPLACE,
23311         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23312         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23313         launcher/Makefile.am,
23314         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23315         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23316         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23317         printing/print-util.c, printing/print.c, printing/print.h,
23318         scintilla/*/*, widgets/e-shell-about-box.c,
23319         src/*, tagmanager/*/*, widgets/Makefile.am,
23320         widgets/gnomefilelist.c:
23321         
23322         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23323         src/*.[c,h] files to gnome2 API.
23325         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23326         strings table.
23328 2002-10-23  Naba Kumar <naba@gnome.org>
23330         * autogen.sh: Prevented Users from building HEAD cvs.
23331         
23332 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23334         * src/anjuta.glade: added the compiler options dialog, hopefully
23335         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23337 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23339         * src/anjuta.glade: fixed a lot of small glitches.
23341         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23342         now.
23344         * src/breakpoints_cbs.c: polished a bit.
23346 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23348         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23350         * src/commands.c: partial gnome 2 port.
23352         * src/utilities.[ch]: changed some bits to be const.
23354 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23356         * src/Makefile.am: removed breakpoints_gui.c and added a check
23357         for gdk-pixbuf deprecated functions, but there shouldn't be much
23358         anyway.
23360         * src/breakpoints_gui.c: killed.
23362         * src/anjuta.glade: added two dialogs for the breakpoints management.
23364         * src/anjuta.h:
23365         * src/anjuta_cbs.c:
23366         * src/appwizard.c:
23367         * src/attach_process.c:
23369         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23370         really huge changes and porting work.
23371         
23372         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23373         (breakpoints_dbase_new): moved the UI init bits here.
23375         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23376         a lot, not using any color anymore (not HIG compliant) and not using
23377         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23378         to be double checked.
23380         * src/build_file.c:
23381         * src/build_project.c: gnome 2 port.
23383 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23385         * src/anjuta.glade:
23386         * src/anjuta.h:
23387         * src/anjuta_cbs.c:
23388         * src/appwizard.c:
23389         * src/breakpoints.c:
23390         * src/breakpoints_cbs.c: cleaned up some bits.
23392 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23394         * src/Makefile.am:
23395         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23397         * src/an_symbol_view.[ch]:
23398         * src/attach_process_cbs.h: polished a bit.
23400         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23402 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23404         * configure.in:
23405         * src/Makefile.am: added libglade-2 to the build.
23407         * src/anjuta.[ch]: added support for libglade.
23409         * src/anjuta.glade: added. There could be a file per top-level widget,
23410         as some other gnome projects, though.
23412         * src/attach_process_gui.c: removed.
23413         * src/attach_process.[ch]: gnome 2 port.
23414         (attach_process_new): Added the treeview init and the widget references
23415         here.
23417 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23419         * src/an_file_view.c: fixed some compilation issues.
23421         * src/an_symbol_view.c: gnome 2 port.
23423 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23425         * src/an_file_view.c: finished gnome 2 port.
23426         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23427         directory pixmap depending on the event.
23429         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23430         (project_file_data_new): use a GtkTreePath.
23432 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23434         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23435         driving me nuts but they need to be ported, heh ?
23437         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23438         work since it's quite a total rewrite again.
23440 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23442         * src/an_file_view.c:
23443         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23445 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23447         * src/anjuta_info.c:
23448         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23450 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23452         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23453         nuts ATM.
23454        
23455         * src/an_file_view.c:
23456         * src/aneditor.cxx:
23457         * src/anjuta_cbs.c:
23458         * src/compiler_options.h:
23459         * src/messagebox.c:
23460         * src/messagebox.h:
23461         * src/pixmaps.h:
23462         * src/project_dbase.h:
23463         * src/resources.h: gnome 2 port.
23465 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23467         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23469         * data/properties/sql.properties: added the DATETIME data type.
23471         * data/properties/html.properties: added the foreach php keyword.
23473 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23475         * widgets/Makefile.am: removed blank line after the last backslash
23476         for avoiding a warning from automake.
23478         * configure.in:
23479         * src/Makefile.am: added the ORBit-2 dep.
23481 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23483         * AUTHORS: added Biswa, because I wonder why noone already have
23484         written his name in the Anjuta's hall of fame :)
23486 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23488         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23489         widgets/e-shell-about-box.c: Made to compile for gnome2.
23490         
23491 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23493         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23494         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23495         
23496         * configure.in, printing/print.h, printing/print.c,
23497         printing/print-doc.c: Made to compile for gnome2.
23498         
23499 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23501         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23502         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23503         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23504         widgets/Makefile.am:
23505         
23506         Upgraded the build system to gnome2 platform.
23507         
23508 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23509         * manuals/*: Added capability to generate PDF and PS.
23510         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23511         * TODO, TODO.biswa: Intergated TODO list.
23512         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23513         , bug #574470
23514         * src/dnd.c: Fix typo
23515         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23516         * src/anjuta.c: Bug #568895, Bug #575419
23518 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23520         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23521         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23523 2002-12-17  Naba Kumar <naba@gnome.org>
23525         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23526         bugs.
23527         
23528 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23529         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23530         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23531         * anjuta.prj: Added tools.sgml
23532         * data/properties/cpp.properties: Bug # 646974
23534 2002-12-16  Naba Kumar <naba@gnome.org>
23536         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23537         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23538         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23539         on 'Enter' and adds proper focus mechanism.
23540         * src/anjuta.c: Fixed a memory corruption bug.
23541         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23542         'Enter' and can also be Canceled. Sets proper default and focus policies
23543         for tools dialogs.
23544         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23545         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23546         translatable strings in dialogs and fixed some dialog properties.
23547         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23548         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23549         * src/message_manager_private.cc: Fixed some debug messages.
23550         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23551         widgets/gnomefilelist.c: Fixed a memory leaks.
23552         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23553         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23554         src/main_menubar_def.h: Implemented incremental search.
23555         * TODO: Updated.
23557 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23558         * tagmanager/*: Minor cleanups and warning fixes.
23559         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23560         GUI during long updates.
23561         * src/text_editor.c: Remove debug message.
23563 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23564         * tagmanager/tm_project.c: Fix a memory access problem.
23566 2002-12-13  Naba Kumar <naba@gnome.org>
23568         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23569         tools list to show "Enabled" flag of the tool. Fixed a bug where
23570         tool list is not cleared when creating a new tool.
23571         
23572 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23573         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23575 2002-12-12  Naba Kumar <naba@gnome.org>
23577         * anjuta-tools.[h,c], commands.c: Used the tools help of
23578         anjuta variables list in commands editor and fixed a typos
23579         buy in anjuta-tools.c.
23580         
23581 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23582         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23583         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23584         * TODO.biswa: Added to help me track things better.
23586 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23588         * configure.in, anjuta.spec.in: Added libglade dependency.
23589         * Makefile.am: Added anjuta.glade file.
23590         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23591         , src/mainmenu_callbacks.[ch], src/message-manager.h
23592         , src/widget-registry.c: Tools editor GUI + other additions.
23594 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23596         * src/project_dbase.[ch], tagmanager/tm_project.c,
23597         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23598         Implement syncing tags image with the project database.
23599         * src/anjuta-tools.c: Implemented variable substitution and
23600         working directory in tools.
23602 2002-12-09  Naba Kumar <naba@gnome.org>
23603         
23604         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23605         command configuration language list from properties.
23606         
23607         * data/properties/asm.properties, data/properties/ruby.properties:
23608         Fixed typos.
23610 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23612         * src/an_symbol_view.c: Remember current selected entry and select
23613         it automatically after refresh.
23615 2002-11-26  Murray Cumming  <murrayc@usa.net>
23617         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23618           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23619         and gnomemm 1.2 projects so that people know they are really
23620         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23621         But I did correct these to sue lowercase names.
23623 2002-12-01  Naba Kumar <naba@gnome.org>
23625         * data/anjuta.properties: Fixed caching problem on 
23626         indicators.
23627         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23628         indicators prefs.
23629         
23630 2002-12-01  Naba Kumar <naba@gnome.org>
23632         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23633         property name.
23634         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23635         property and uses it.
23636         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23637         current cursor.
23638         
23639 2002-11-30  Naba Kumar <naba@gnome.org>
23641         * src/debugger.c: Fixed a typo.
23642         * data/properties/*: Updated properties files and added
23643         new ones.
23644         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23645         Added comment submenu and cleaned up ref and unref of menus.
23646         * src/aneditor.h: Added definition of comment commands.
23647         * src/aneditor.c: Upgrade from latest SciTE source code.
23648         * src/text_editor.[hc], src/text_editor_cbs.c, 
23649         src/message_manager_private.cc, src/message_manager.[cc,h],
23650         src/anjuta.[c,h]: Added indicators support for errors/warnings
23651         highlight in the editor.
23652         * NEWS, TODO: Update.
23653         * scintilla/include/PropSet.h: Removed deprecrated function.
23654         
23655 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23657         * src/anjuta-tools.[ch]: Tools implementation (basic)
23658         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23659           , src/main_menubar_def.h: PLugins cleanup and segregation
23660         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23661           registry
23662         * anjuta.prj: Added new files
23663         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23664         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23665         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23666         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23667         * src/Makefile.am: Added new files
23668         * src/message-manager.[cc/h]: Added standard output and error windows
23670 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23672         * project_type.c: Fixed Gnomemm2 project type
23674 2002-11-25  Naba Kumar <naba@gnome.org>
23676         * printing/print.c: Fixed a compile warning.
23677         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23678         * src/utilities.c: Fixed a compile warning in sparc, hides the
23679         terminal check error output from the user.
23680         * project_config.[ch], project_dbase.[ch], source.c: Added project
23681         version, exclude modules configuration and reordered other config
23682         properties. Changed some strings to more descriptive text.
23683         * src/compiler_opitions.c: Removed extra newlines from .prj file
23684         save.
23685         * anjuta.prj: Converted to new format (only reorganised properties
23686         and removed extra newlines ... nothing else).
23687         * NEWS: updated
23688         
23689 2002-11-21  Naba Kumar <naba@gnome.org>
23691         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23692         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23693         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23694         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23695         Updated to the CVS version.
23697 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23699         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23700           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23701           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23702           images in completion lists. 
23703         * src/resources.h: Make C++ friendly.
23704         * scintilla/PropSet.cxx: Fix memory leak.
23706 2002-11-20  Naba Kumar <naba@gnome.org>
23708         * scintilla/*/*: Synced to latest scintilla 1.49
23709         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23710         New lexers added.
23712         * scintilla/RESearch.cxx: The automatic cvs log in the
23713         file really broke things trying to interprete the changelog
23714         entry incorrectly as end-of-comment. Removed the $cvs line
23715         and committed again.
23716         
23717 2002-11-19  Naba Kumar <naba@gnome.org>
23719         Patch from Timothee Besset <ttimo@idsoftware.com>
23720         
23721         * src/message-manager-private.cc: Interpretes absolute
23722         file paths properly in zvt terminal.
23724 2002-11-19  Naba Kumar <naba@gnome.org>
23726         Patch from Timothee Besset <ttimo@idsoftware.com>
23727         
23728         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23729         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23730         (important) editor preferences in project (if there is one
23731         open).
23732         
23733         * TODO: Updated
23734         
23735 2002-11-18  Naba Kumar <naba@gnome.org>
23736         
23737         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23738         
23739         * src/debug_tree.c, src/find_in_files_gui.c,
23740         src/find_replace.c, src/find_text.c, 
23741         src/project_import.c, src/project_import_gui.c,
23742         src/wizard_gui.c: i18n Fixes.
23744 2002-11-15  Naba Kumar <naba@gnome.org>
23746         * plugins/class-gen/clsGen.c: Fixed to use project function
23747         to import files. Create non-existent directories before the
23748         sources are written.
23749         
23750         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23751         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23752         src/glade_iface.c,
23753         src/glades.c: Excluded gladen files from build. This
23754         will fix the unnecessary dependency on libssl.
23755         
23756         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23757         file import funtion.
23758         
23759         * src/message_manager_private.cc: Fixed a compiler warning with
23760         DEBUG preprocessor macro.
23761         
23762         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23763         wrong (undocked) editor window was closed on clicking close on an
23764         undocked editor window.
23765         
23766         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23767         start correctly if the executable was run before with 'F3'.
23768         
23769         * src/toolbar_callbacks.c: Wrap around find next.
23770         * src/toolbar.c: Disable combo activate.
23771         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23772         button positions to get 'yes' as default.
23774         * anjuta.spec.in: Updated.
23775         
23776         * src/anjuta_info.c, src/appwizard_gui.c,
23777         src/attach_process_gui.c, src/breakpoints_gui.c,
23778         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23779         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23780         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23781         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23782         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23783         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23784         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23785         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23786         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23787         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23788         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23789         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23790         plugins/patch/patch-plugin.c, printing/print-util.c:
23791         Set all windows and dialogs transient
23792         to their parents so that they remain floated above their parents.
23793         
23794 2002-11-13  Naba Kumar <naba@gnome.org>
23796         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23797         take default editor font).
23798         
23799         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23800         Corrected email address.
23801         
23802         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23803         for changelog entry.
23805         * NEWS: Updated.
23806         
23807 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23808         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23810 2002-11-06  Naba Kumar <naba@gnome.org>
23812         * README: Updated
23813         * anjuta.spec.in: Ships the .omf files with the
23814         documents instead of the base package.
23815         
23816 2002-11-04  Naba Kumar <naba@gnome.org>
23818         * data/properties/latex.properties: Fixed a bug.
23819         * ChangeLog: Released 1.0.0 stable.
23821 2002-11-04  Naba Kumar <naba@gnome.org>
23823         * src/commands.c: Added command with shell redirection capability.
23824         * data/properties/anjuta.properties: Changed default execution
23825         command.
23826         * src/project_dbase.c: Set project top dir in properties.
23827         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23828         * data/Makefile.am: More diskcheck error fixes.
23829         
23830         * README, anjuta.spec.in, THANKS, AUTHORS,
23831         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23832         manuals/C/anjuta-manual/authers,sgml,
23833         manuals/C/anjuta-manual/anjuta-manual.sgml,
23834         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23835         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23836         : Changed anjuta home to
23837         new URL and my email address.
23838         
23839         * manuals/C/anjuta-manual/interfaces.sgml,
23840         manuals/C/anjuta-manual/prefereces.sgml,
23841         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23842         
23843         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23844         : removed reference to the help menu as the menu is modified
23845         when no help is found (which is very likely when we are
23846         shiping the documents separately).
23847         
23848 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23849         * anjuta.spec.in: Update specfile to make multiple RPMs.
23850         * data/Makefile.am: make dist fix.
23851         * src/text_editor_menu.c: Fix compile warnings (casts).
23853 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23854         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23855         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23857 2002-11-01  Naba Kumar <naba@gnome.org>
23859         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23860         Added gnome2 macros to be used by gnome2 project wizard.
23861         
23862         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23863         from gnome-common.
23864         
23865         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23866         as it was conflicting with generated projects and is not
23867         useful for us.
23868         
23869         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23870         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23871         project generation, removed qt project as it's not complete and
23872         added gnome2 bonobo wizard.
23874 2002-10-29  Naba Kumar <naba@gnome.org>
23876         * po/POTFILES.in: Updated.
23877         * po/POTFILES.skip: Added.
23878         * preferences.h: Fixed print paper size property name.
23880 2002-10-28  Naba Kumar <naba@gnome.org>
23881         
23882         * data/user.properties, data/Makefile.am: Added user properties file
23883         which will be copied in user's ~/.anjuta/user.properties.
23884         
23885         * data/anjuta.properties: Changed a comment.
23886         
23887         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23888         
23889         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23890         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23891         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23892         item.
23894         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23895         instead of user properties file.
23896   
23897         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23898         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23899         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23900         * README, TODO: Updated.
23901         
23902 2002-10-28  Naba Kumar <naba@gnome.org>
23904     * manuals/C/anjuta-manual/figures/editor_guides.png,
23905     manuals/C/anjuta-manual/figures/editor_margins.png,
23906     manuals/C/anjuta-manual/figures/editor_markers.png,
23907     manuals/C/anjuta-manual/figures/local_variables.png,
23908     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23909     manuals/C/anjuta-manual/figures/prefs_print.png,
23910     manuals/C/anjuta-manual/figures/print_dlg.png,
23911     manuals/C/anjuta-manual/figures/print_preview.png,
23912     manuals/C/anjuta-manual/figures/symbol_browser.png,
23913     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23914     files for manual documentation.
23915     
23916     * manuals/sgmldocs.make,
23917     manuals/C/anjuta-manual/Makefile.am,
23918     manuals/C/anjuta-manual/authors.sgml,
23919     manuals/C/anjuta-manual/build.sgml,
23920     manuals/C/anjuta-manual/compileopts.sgml,
23921     manuals/C/anjuta-manual/debugger.sgml,
23922     manuals/C/anjuta-manual/execute.sgml,
23923     manuals/C/anjuta-manual/fileoperations.sgml,
23924     manuals/C/anjuta-manual/interface.sgml,
23925     manuals/C/anjuta-manual/preferences.sgml,
23926     manuals/C/anjuta-manual/projects.sgml,
23927     manuals/C/anjuta-manual/figures/arguments.png,
23928     manuals/C/anjuta-manual/figures/open_file.png,
23929     manuals/C/anjuta-manual/figures/other_opts.png,
23930     manuals/C/anjuta-manual/figures/scrshot.png,
23931     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23932     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23933     
23934     Updated anjuta manual documentation.
23936     
23937 2002-10-27  Naba Kumar <naba@gnome.org>
23939     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23940     check and modifies debugger terminal command accordingly
23941     to function properly.
23942     
23943 2002-10-25  Naba Kumar <naba@gnome.org>
23945         * manuals/sgmldocs.make: Fixed a couple of bugs.
23946         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23948 2002-10-24  Naba Kumar <naba@gnome.org>
23950         * src/debug_tree.c: Fixed a crash bug from Etay.
23952         * global_tags/create_global_tags: Added messages.
23953         Fixed infinite looping within files.
23954         
23955         * macro/autogen.sh: Removed debug and warning flags for defaults.
23956         
23957         Patch from Vadim Berezniker <vadim@berezniker.com>
23958         
23959         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
23960         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
23961         generation.
23963         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
23964         temporarily just copy it
23966 2002-10-24  Naba Kumar <naba@gnome.org>
23968         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
23969         manuals/C/anjuta-manual/anjuta-manual.sgml, 
23970         manuals/C/anjuta-manual/compileopts.sgml,
23971         manuals/C/anjuta-manual/debugger.sgml,
23972         manuals/C/anjuta-manual/execute.sgml,
23973         manuals/C/anjuta-manual/fileoperations.sgml,
23974         manuals/C/anjuta-manual/interface.sgml,
23975         manuals/C/anjuta-manual/introduction.sgml,
23976         manuals/C/anjuta-manual/projects.sgml,
23977         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23978         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
23979         manuals/ja/anjuta-manual/anjuta-manual.sgml,
23980         manuals/ja/anjuta-manual/compileopts.sgml,
23981         manuals/ja/anjuta-manual/debugger.sgml,
23982         manuals/ja/anjuta-manual/execute.sgml,
23983         manuals/ja/anjuta-manual/fileoperations.sgml,
23984         manuals/ja/anjuta-manual/interface.sgml,
23985         manuals/ja/anjuta-manual/introduction.sgml,
23986         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
23988 2002-10-24  Naba Kumar <naba@gnome.org>
23990         * src/project_type.c: added autogen for qt projects.
23991         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
23992         Fixed a bug that retrieves wrong terminal command.
23993         * src/commnads.c: Added more terminal commands.
23994         * configure.in: Checks for scrollkeeper version.
23995         
23996 2002-10-22  Naba Kumar <naba@gnome.org>
23998         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
23999         instead of AM_GNOME_GETTEXT.
24000         
24001         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24002         for setup-gettext for the wizard generated projects.
24004         * src/source.c: Fixed a bug where glade file wasn't generated.
24005         
24006         * src/gnome_project.c: Excluded project version from project dir
24007         name.
24008         
24009 2002-10-22  Naba Kumar <naba@gnome.org>
24011         * acinclude.m4: New file with dummy funtion for gettext
24012         cross compatibility fix.
24013         
24014         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24015         * configure.in: Fixed cflags to avoid useless warnings.
24016         * Makefile.am: EXTRA_DIST += setup-gettext.
24017         * src/toolbars.c: Added space paddings around tags label.
24019 2002-10-21  Naba Kumar <naba@gnome.org>
24021         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24022         
24023         * setup-gettext: New script to maintain gettext cross version
24024         compatibility.
24025         * configure.in, macros/autogen.sh: Fix for gettext cross version
24026         compatibility.
24027         
24028 2002-10-21  Naba Kumar <naba@gnome.org>
24030         * debug_tree.c: Fixed incorrect use of debug assertion.
24031         
24032 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24033             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24034         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24035         src/memory.c, src/memory.h, src/message-manager-private.cc:
24036         
24037         New parsing algorithm; adapted from kdevelop.
24038         Middle button menu for changing the value's display type
24040 2002-10-07  Naba Kumar <naba@gnome.org>
24042         * src/main_menubar_def.h: Changed status bar message for Help->
24043         Browse info pages. Bug #603308
24045         * src/executer.c: Made "User terminal" default for creating
24046         projects (User can always disable it later). Bug #114222
24047         
24048 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24050         * macros/autogen.sh: Require gettext 0.10.x for autogen
24051         * src/text_editor.c: Fixes Bug #595303
24052         * src/source.c: Fixes Bug #595970
24053         * src/anjuta.c: Fixes Bug #598366
24054         * scingtilla/LexCPP.cxx: Bug #602296
24055         * src/main_menubar_def.h: Bug #604363
24056         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24057         
24058 2002-10-07  Jens Georg <mail@jensgeorg.de>
24060         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24061         * gnomefilelist.c: This patch fixes the bug #611542
24062         
24063 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24065         * data/properties/Makefile.am: Added tcltk.properties file.
24066         
24067 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24069         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24070         
24071         * README: Updated README
24072         * plugins/class-gen/clsGen.c, src/message_manager.cc
24073           , src/mainmeu_callbacks.c, src/memory.c
24074           , src/project_dbase_gui.c, src/text_editor_gui.c
24075           , widgets/gnomefilelist.c: Set window icons
24076         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24077           Enabled release build (stripped + optimized binaries, etc.)
24078         * data/properties/anjuta.properties, src/commands.c,
24079           src/defaults.cFixed bug #595489 (stdin on executables)
24080         * src/appwizard.c, src/main.c, src/message-manager.cc
24081           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24082           , src/debug_tree.c: Memory related (valgrind) fixes.
24083         * src/message-manager-private.[cc,h], src/pixpams.h
24084           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24085         * anjuta.prj: Added debug_tree.c to SOURCES
24086         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24087           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24088           Compacted code and cleaned up unnecessary functions.
24089         * tagmanager/*.[ch]: Code fixes.
24090         
24091 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24092         
24093         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24094         
24095         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24096         Debug tree now detects changes of displayed variables
24097         and changes their color to red
24099 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24101         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24102         
24103         * mainmenu_callbacks.c: Set's the current file name in
24104         file save as dialog.
24105         
24106 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24108         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24110         * data/properties/tcltk.properties: New file for tcl/tk
24111         properties.
24113 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24115         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24116         Fixed a fatal bug which doesn't let building gnome2 related
24117         projects. They use different autogen.sh script. Defined new
24118         type field "gnome_macro_support".
24119         
24120         * data/autogen.sh.gnome2: New file.
24121         
24122         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24123         bug with quotes escaping in quotes.
24124         
24125         * src/message-manager-private.cc: Used event box instead
24126         of frame for local message pane, so that the borders appear
24127         properly and nicely.
24128         
24129         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24130         if there is a project open and all the files are un-docked.
24132         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24134 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24136         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24137         * THANKS: updated for new contributions
24138         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24140 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24142         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24143         src/project_dbase.h, src/project_type.c, src/source.c, 
24144         src/wizard_gui.c: new Qt project type
24145         *** NB not fully tested, may need some work, icon required...
24147 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24149         * src/memory.c, src/memory.h: new memory patch
24151 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24153         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24155 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24157         * lancher/anjuta_launcher.c: Determine pty from function
24158         call instead of running 'tty' externally.
24159         
24160         * data/properties/cs.properties: Added compile/build commands.
24161         Fixed execution properties.
24162         
24163         * src/commands.c: Added c# options.
24165         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24166         
24167         * src/debug_tree.[c,h], src/debugger.[c,h],
24168         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24169         
24170         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24171         1. Misaligned structs when they are members of other structs.
24172         2. '{' sometimes appears as a variable.
24173         3. Wrong processing of some arrays.
24174         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24175         that displays the tree in two columns (variable and value).
24177 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24179         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24181         * data/properties/sql.properties: added the DATETIME data type.
24183         * data/properties/html.properties: added the foreach php keyword.
24185 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24187         * NEWS: Updated with new features.
24188         
24189         * data/.cvsignore, doc/.cvsignore: Updated.
24190         
24191         Patch from: Etay Meiri <etay-m@bezeqint.net>
24192         
24193         * src/debug_tree.h, src/debug_tree.c: New files.
24194         
24195         * src/Makefile.am, src/message-manger-private.[h,cc],
24196         src/message-manger.cc: Added Tree view for debugger
24197         locals view.
24198         
24199 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24201         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24202         
24203         * src/memory.c, src/memory.h: New files.
24204         
24205         * src/Makefile.am, src/appwizard.c, src/controls.c,
24206         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24207         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24208         
24209         Memory view implemetation that would enable viewing raw memory
24210         during debugging.
24212 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24214         * AUTHORS: added Biswa, because I wonder why noone already have
24215         written his name in the Anjuta's hall of fame :)
24217 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24219         * src/appwizard_gui.c: Removed an ambiguous prototype.
24220         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24221         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24222         * THANKS: Updated M. Ali Vardar's email.
24223         
24224 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24226         * src/anjuta_gui.c: implemented feature request to stop main and browser
24227           toolbars having exclusive use of space
24229 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24231         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24232         left over from the previous work to fix bugs :-)
24233         
24234         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24235         src/controls.c, src/mainmenu_callbacks.h, 
24236         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24237         reviewed
24238         
24239         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24240         src/project_import_gui.c, src/sharedlib_gui.c, 
24241         src/signals_gui.c: set window icon correctly
24242         
24243         * NEWS: more updates for the release
24244         
24245         * HACKING: updated for window icons and insert menu information
24246         
24247         * src/cvs_gui.c, src/build_project.c, 
24248         src/project_import_cbs.c: message strings reviewed
24249         
24250         * src/controls.c: context help button should be disabled if 
24251         DevHelp is not installed
24252         
24254 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24256         * src/debugger.c: Fixed the signalling screw up because of string
24257         update in gdb used to report the child process PID. Also, no
24258         error dialog will be popped up for "no such file or directory"
24259         error (very annoying and useless error). This error will still
24260         be shown on the debug message window. Avoided terminating the
24261         program when the terminal is terminated -- doesn't hurt, otherwise
24262         we get crappy egg-and-hen problem.
24263         
24264         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24265         dimensions loading.
24266         
24267         * src/anjuta.c: Limited the default size of main window to sane
24268         values.
24270         * src/preferences.c: Fixed some deadly memory corruption bugs in
24271         the recent patches. Return from getenv() should NEVER be freed,
24272         because they are static strings.
24273         
24274         * src/preferences_gui.c: Removed the fix for crash bug with font
24275         selection and applied the real fix.
24276         
24277 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24279         * NEWS: updated for release
24281 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24283         * src/launcher.c: Added a fix a memory leak and a possible
24284         fix for zvt-crash bug.
24285         
24286         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24287         
24288         * data/properties/latex.properties,
24289         data/properties/ada.properties: Added file.is.source property.
24290         
24291         * src/an_file_view.c: Set auto column size of the file
24292         revision column.
24293         
24294         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24295         The user is now prompted to confirm the closing of the file
24296         if it is being used by CVS. If yes, the editor is closed and
24297         the CVS operation stops.
24298         
24299 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24301         * anjuta.prj: bump project version for release
24302         * BUGS: removed unnecessary file
24304 2002-06-07      Philip Van Hoof <freax@pandora.be>
24306         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24307         during the life of the file list widget
24308         * src/preferences_gui.c: sticking-plaster fix to font selection
24309         causes segfault bug
24311         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24313 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24315         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24316         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24317         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24318         added options for symbol and file browsers.
24319         * data/properties/cpp.properties: linker flags should come after
24320         the name of the file to compile.
24321         * scintilla/Editor.cxx: fixed gcc compilation warning.
24322         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24323         be executed from bindir only.
24324         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24325         tagmanager/include/tm_file_entry.h: CVS version information in file 
24326         browser.
24327         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24328         window.
24329         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24330         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24331         crashes during file import.
24332         * src/project_import.c: disable project menu items during project 
24333         import.
24334         
24335         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24337 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24339         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24340         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24341         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24342         modified Insert menu, added C functions template, header C 
24343         template, modified header_template HEADER_H ==> NAMEFILE_H
24344         
24345         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24347 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24349         * data/properties/html.properties: changed some file 
24350         associations
24352 2002-06-05 Philip Van Hoof <freax@pandora.be>
24354         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24355         
24356         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24358 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24360         * data/properties/anjuta.properties, src/defaults.c: Make windows
24361         docked by default, fix the big fonts bug.
24362         
24363         * src/an_file_view.c, src/main_menubar_def.h, 
24364         src/project_dbase_gui.c: sanitized the Edit/View mess.
24365         
24366         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24367         for customizing shortcuts.
24368         
24369         * src/mainmenu_callbacks.c: Search for selected word if present.
24370         
24371         * src/text_editor_menu.c: Added context menu options for docking
24372         and undocking editor windows.
24373         
24374         * src/main_menubar.h, src/main_menubar.c: more support for the 
24375         shortcuts menu item.
24376         
24377         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24379 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24381         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24382         all commit messages being written to top of the file
24383         
24384         * src/main_menubar_def.h: message strings reviewed
24385         
24386         * src/project_import.c: message strings reviewed
24387         
24388         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24389         some bugs around reading the project properties for creating 
24390         .glade and .desktop files in the Application Wizard. There were
24391         typos in the property names being retrieved
24392         
24393         * widgets/gnomefilelist.c: changed build_full_path to make 
24394         the file widget support ~
24395         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24396         
24397         * THANKS, widgets/e-shell-about-box.c, 
24398         manuals/anjuta-manual/C/authors.sgml: updated for new
24399         patch
24401 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24403         * src/project_dbase.c: Fixed the file-path-corruption bug
24404         and the cannot-import-file-in-project bug. (follow-up with
24405         the last commit from Stef).
24406         
24407         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24408         with unsaved-project.
24409         
24410 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24412         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24413         misplaced g_free.
24415 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24417         * data/properties/{xml,html,other}.properties: changed some file 
24418         associations
24419         
24420         * data/anjuta.mime: oops! cvs added
24421         
24422         * scintilla/RESearch.cxx: fixed up a problem with comments
24423         
24424         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24425         to avoid messages about missing libs
24426         
24427         * NEWS: started the release notes
24429 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24431         * HACKING: updated with new information on printing, patch naming
24432         
24433         * TODO: removed completed tasks
24434         
24435         * THANKS: updated a few contributions
24436         
24437         * anjuta.prj: updated the icon file
24438         
24439         * anjuta.desktop.in.in: updated to add Categories
24440         
24441         * data/anjuta.mime: created a mime type for Anjuta project files
24442         (NB needs to be added to the install in /usr/share/mime/)
24443         
24444         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24445         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24446         to PNG for websites.
24447         
24448         * plugins/patch/patch-plugin.c: clarified some messages and 
24449         made it easier to see different patching sessions
24450         
24451         * src/toolbar.c: changed some message text for consistency
24452         
24453         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24454         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24455         in preferences. 
24456         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24457                  
24458         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24459         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24460         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24461         Added XLib Project and a Dockapp Project types.
24462         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24463         projects
24464         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24465         * src/source.c: Fixed memory leak in existing projects. 
24466         (filename was not freed)
24467         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24469 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24471         * src/anjuta.h, src/anjuta.c: Added error display funtions
24472         with parent windows.
24473         
24474         * src/appwizard_cbs.c: Changed error display function to use
24475         parented version.
24476         
24477 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24479         * printing/print.h, printing/printing.c: Taken care of document
24480         zoom factor and fixed a font loading bug. Dynamically calculated
24481         text widths to work with zooms properly. Re-organized code for
24482         dynamic text width calulations to work in general with utf8 chars.
24483          Determined font height and width automatically from the font info.
24484         
24485         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24486         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24487         Converted text.zoom.factor property to use #defined value. Removed
24488         margin header and margin numbers preferences, as they  now
24489         calculated dynamically.
24490         
24491 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24493         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24494         printing/print-util.h, printing/print.c, printing/print.h:
24495         Rewritten printing support for style based printing. Syntax highlighted
24496         printing, monochromatic printing, setup using preferences etc.
24498         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24499         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24500         language and the styled text buffer.
24501         
24502         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24503         the print setup preferences page and added printer preferences. Added functions
24504         to retrieve preferences with default values.
24505         
24506         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24507         the printing.
24509         * data/properties/anjuta.properties: Added default printer preferences.
24511         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24512         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24513         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24515         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24516         
24517 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24519         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24521         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24522         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24523         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24524         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24526         printing/Makefile.am: Reduced compiler optimizations.
24528         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24529         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24530         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24531         tagmanager/tm_workspace.c: TagManager fixes.
24533 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24535         * printing/*: CVS added. :)
24536         
24537 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24539         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24541         * printing*: CVS added.
24542         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24543           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24544           src/main_menubar_def.h: Gnome Print support
24545         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24546         * configure.in: Enable debugging flag option
24547         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24548           Print properties defined.
24549         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24550         
24551 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24553         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24554         
24555         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24556         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24557           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24558           and cleanups
24559         * src/text_editor.c: Minor cleanups.
24560         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24561         * src/project_dbase.c: Fixes to add/remove files from project.
24562         * src/help.c: Fix minor memory leak.
24563         * src/project_dbase_gui.c: Remove debugging messages.
24564         * src/utilities.[ch]: Cleanups and minor fixes.
24565         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24567 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24569         * src/anjuta.c [anjuta_apply_preferences()]:
24570         Fixed a crash bug when tab pos is not defined for the editors.
24571         
24572         * data/properties/cpp.properties: Set default identifier property to normal.
24573         This fixes the bug in which the fore color gets hidden with dark background.
24575 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24577         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24578         scintilla 1.46
24579         
24580         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24581         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24582         src/anjuta.c, data/properties/anjuta.properties:
24583         Implemented line wrapping.
24584         
24585         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24586         
24587         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24588         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24589         tags. Code was reviewed from GNOME Bonsai view.
24590         
24591         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24592         it seems to have been removed by scintilla people.
24593         
24594         * data/properties/anjuta.properties: Set default line wrap to false, as
24595         is noticably slow with big files.
24596         
24597 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24599         * src/project_import_gui.c: disallow the selection of files in
24600           the browse dialog.
24601         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24602           preferences code.
24603         
24604 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24606         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24607           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24608         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24609         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24610           now works properly.
24611         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24612         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24613         * src/utilities.[ch]: Added some utility functions.
24614         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24615         
24616         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24618 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24620         * HACKING: info on FIXME statements and removed ccview references
24621         * Makefile.am: added rule to make RPM package
24623 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24625         * THANKS, widgets/e-shell-about-box.c, 
24626         manuals/anjuta-manual/C/authors.sgml: updated for new
24627         patch
24628         * src/anjuta.c: removed unnecessary warning code since CVS 
24629         support is now implemented :-)
24630         * manuals/sgmldocs.make: implemented a fix for bug #553969
24631         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24632         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24633         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24634         
24635 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24636         
24637         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24638           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24639           src/main_menubar_def.h, src/preferences_gui.c,
24640           preferences.c, preferences.h: setup Username and Email 
24641           preferences, Insert ChangeLog and Username editor functions
24642           
24643           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24645 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24646         
24647         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24648           src/src_paths_cbs.c, src/src_paths_gui.c
24649           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24651           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24653 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24655         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24656           and goto tag menu items to main menu.
24658 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24660         * THANKS, widgets/e-shell-about-box.c, 
24661         manuals/anjuta-manual/C/authors.sgml: added new contributors
24662         * HACKING: updated with info on files to change for credits
24664 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24666     * src/aneditor.cxx: extended extension list which fixes segfault
24667     on selecting lisp, ruby or matlab as highlight style.
24669 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24671         * src/main_menubar_def.h: fixed an array initialiser and fixed
24672         the lexer settings for the new entries on the Format menu
24674 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24676         * Synced with Scintilla 1.45
24678 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24680         * anjuta.prj: added another missing file
24681         * ChangeLog: fixed some incorrect change dates I caused by 
24682         sloppy cut-and-pasting :-/
24684 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24685         
24686         * src/mainmenu_callbacks.c: fixed title of new About box
24688 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24690         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24692 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24694         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24695         * anjuta.prj: updated for new files
24697 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24699         * widgets/e-shell-about-box.c: Added version display.
24700         
24701 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24703         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24704         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24705         from Philip Van Hoof)
24707 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24709         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24710         dependency
24711         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24712         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24713         that produced build errors (needs checking on a machine with the
24714         ja locale!)
24715         * data/properties/lisp.properties: updated to match format of other
24716         lexer property files supplied with Anjuta
24718 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24720         * anjuta.prj: added new files
24721         * HACKING: added information from the mailing list on 
24722         adding new project types to the wizard (thanks to Johannes)
24724 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24726         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24727           src/appwiz_page2.c: Fix for 547038.
24729 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24731     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24732     hide bug.
24733     
24734     * about.h: cvs removed.
24735     
24736 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24738         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24740         Fix for #539574.
24742         * src/anjuta.c (anjuta_system_error): checks for the error number to
24743         know whether the error description is needed or not.
24745 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24747         * pixmaps/anjuta_logo.png: New about logo.
24748     
24749         * pixmaps/anjuta_icon.png: New icon from Misha. The
24750         old one had trouble with some gtk themes.
24751     
24752         * about.c: Removed. No longer needed.
24754         * mainmenu_callbacks.c: Removed reference of about.h
24755     
24756 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24758         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24760         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24761           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24762         About Dialog (thanks to the Evolution team for the cool widget!)
24764 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24766         Patch from lbell <lbell@tsc4.com>
24767     
24768         * src/find_in_files.c, src/find_in_files.h,
24769           src/anjuta.c: Added save_yourself, load_yourself routines.
24770     
24771         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24772         Added "Append messages" toggle button. This will enable
24773         the search results to be appended to the already existing
24774         results.
24775     
24776         * src/debugger.c: Fixed a typo.
24777     
24778         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24779           src/session.c, src/session.h: Improved session management.
24781 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24783         * THANKS, FUTURE, AUTHORS: Changed my email and
24784         avoided yahoo.com.
24786 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24788         Impl. feature request #525271 (add Lisp support).
24790         * data/properties/lisp.properties: added.
24792         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24793           the lisp properties.
24795         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24796           src/utilities.[ch]: added support for the Lisp highlight style.
24798 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24800         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24801           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24802           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24803           option preferences to have a persistent setting. Plus it's not used
24804           often, so it's better here than flooding the menus.
24806         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24807           preferences pages a lot more consistent and sweeter: tabs direction
24808           radiobuttons are directed against the meaning, all pages have an
24809           outter frame, a lot of padding, removed all expand attributes for
24810           vertical boxes, ...
24812           That's not a total revamp, but it's really looking better now, even
24813           if there's still work to be done.
24815 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24817         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24818         * TODO: added task to be completed before next release (update all credits)
24820 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24822         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24823         Benke László.
24825 2002-05-01  Benke László  <decike@freemail.hu>
24827         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24829         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24830           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24831           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24832           to the format menu in order to reorder the notebook tabs in
24833           alphabetical order everytime a file is created/opened/saved.
24835 2002-05-01  Philip Van Hoof <freax@pandora.be>
24837         * widgets/gnomefilelist.[ch] (history_combo_go),
24838         (history_combo_clicked): impl.
24840         (gnome_filelist_new_with_path): use this new impl.
24842 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24844         * src/project_dbase_gui.c (add_file): added the xpm file type.
24846 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24848         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24849         tag manager fixes.
24851         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24852           of tag types.
24854         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24855           src/text_editor_menu.c: Added context sensitive search in symbol
24856           browser and editor.
24858         * configure.in: Changed version number to 0.1.9.99.
24860         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24861           src/project_import.c: Minor changes to project import facility.
24863         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24864           (Forced to use specific brace format)
24866         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24867           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24868           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24870 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24872         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24873         replaced the spinbutton with an hscale, and made the UI less "blocky".
24875         * src/cvs_gui.c: When diffing a project you can choose date and
24876         release now.
24878         * src/project_dbase.c: Import_file activated again
24880         * configure.in, plugins/Makefile.am: Added patch plugin
24882         * plugins/patch/*: The new patch plugin
24884 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24886         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24888         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24889         dropdown list shown by autocompletion are now removed.
24891 2002-04-28  Philip Van Hoof <freax@pandora.be>
24893         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24894         a bunch of filetypes from the older version.
24896         * src/project_dbase_gui.c (add_file): changed the import
24897         dialog's filetypes combo contents depending on the
24898         type of data to be imported.
24900 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24902         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24903         the amount parameter as Philip stated and reformated to follow the
24904         Gnome convention.
24906         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24907         changed accordingly.
24909 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24911         Fix for #531293.
24913         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24914         Shift-F6, to be more consistent with other Gnome apps.
24915         Moved the "Search next" entry under the "Search" one, and swapped the
24916         order of the "Find in files" and "Find and Replace" ones.
24918         Some additional fixes ands cleanups on the edit menu.
24920         * src/main_menubar.h: replaced all occurences of repeat_find by
24921         find_again for the code to be more consistent.
24923         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24924         sensitiveness depending on the existence of an active text buffer.
24926         * TODO: added some bits about improving the usability of the
24927         search/search again couple.
24929 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24931         * src/preferences_gui.c: made the tab labels text more consistent
24932         (s/misc/Misc/).
24934 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24936         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24938         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24939         filename.
24941         * src/main.c (main): simplified some code and cleanups.
24943         Fix a part of #499366:
24945         * src/commands.[ch] (sync_from_props), (command_editor_save),
24946         (on_apply_clicked), (create_command_editor_gui): added the gui
24947         corresponding to the command.terminal preference.
24949 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24951         Fix for #465180.
24953         * anjuta.spec.in: added build requirements for the source rpm.
24955 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
24957         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24958         
24959         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
24960           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
24961           src/project_type.c, source.c, wizard_gui.c:
24962           Added new GNOME 2 project types and changed glade behaviour to
24963           produce GTK code if project type GTK was selected and GTKmm code
24964           if project type GTKmm was selected (and not depending on the 
24965           selected language. Disabled glade for GNOME 2 projects because
24966           we will need glade2 there.
24967           
24968         * src/project_dbase.c: Fixed a memory lack.
24969         
24970         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
24971         
24972         * src/cvs.c: Added an error message if jobs are running
24974 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
24976         * tagmanager/tm_work_object.c: Fixed a chrash
24977         bug which occurs when it tries to stat an empty
24978         file name.
24979         
24980 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
24982         * src/controls.c: CVS menu items now becomes
24983         insensitive when the launcher is busy.
24984         
24985         * src/anjuta.c, cvs.h, cvs.c: Created a function
24986         to update the cvs preferences when preferences are
24987         applied in preferences dialog and called it from
24988         anjuta_update_preferences().
24989         
24990 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
24992         * src/cvs.c: Added a space in the cvs command
24993         before the revision part. This fixes the cvs
24994         error we get when cvs-diffing with revisions.
24995         
24996         * src/cvs.c: Fixed a compiler warning.
24997         
24998         * src/find_replace.c: The dialog now remembers
24999         the settings including the "prompt on replace"
25000         which seems to have broken somewhere line the
25001         changes.
25002         
25003 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25005         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25006         Added a new property in cvs class to hold a boolean
25007         for enabling date in cvs diff. This fixed the bizzare
25008         diff output due to the date that goes with the cvs
25009         command. Also, set the default value of compression
25010         to 3 and unified diff option to 1.
25011         
25012 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25014         * src/cvs.c: The diff editor is set to hilite as
25015         diff syntax hiliting.
25016         
25017         * configure.in, manual/Makefile.am:
25018         Added a new manual module for ja language.
25019         
25020         * manual/ja/*/*/*: New module and files for the
25021         ja translation for the anjuta documentation
25022         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25023         
25024 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25026         * src/launcher.c: Made a very messy work around
25027         for the launcher authentication to work properly.
25028         
25029         * src/find_replace.c: Applied the missing patch
25030         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25031         
25032 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25034         * src/cvs.c, src/main_menubar_def.h: made message strings
25035         consistent with existing standards from our own documentation 
25036         (such as uppercase P in Project, corrected spelling of 
25037         repository, etc.)
25039 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25041         * src/cvs_gui.c: Cleaned up gui and aligned various
25042         widgets to give a clean look.
25043         
25044 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25046         * src/launcher.c: Added work around to retrieve
25047         the child exit code. It works. :)
25048         
25049         * src/find_in_files.c, src/gnome_project.c,
25050         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25051         src/clean.c, src/clean_project.c, src/build_project.c,
25052         src/build_file.c: Modified to handle the new
25053         child exit code.
25054         
25055 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25057         * src/find_replace.c: Changed signal to call
25058         on_replace_text_close on from delete_event
25059         to close => the replace history is now updated.
25061 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25063         * src/cvs.c: escaped the cvs import message before
25064         passing it to cvs.
25065         
25066 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25068         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25069         
25070         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25071         
25072         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25073         Added cvs import
25074         
25075         * src/preferences_gui.c: GUI improvements
25076         
25077         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25079 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25081         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25082         Removed static qualifier from tm_tag_type_name() and
25083         availed it's prototype for use in outside code. also
25084         created reverse map function tm_tag_type_name();
25085         
25086         * src/anjuta.c: Implemented qualified tags names for
25087         the tag list (on the toolbar pulldown list) to avoid
25088         ambiguty in tags with similar names (like prototype
25089         and definition). Patch modified and improved.
25090         
25091         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25092         
25093 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25095         * src/utilities.[c,h]: Added a utility funtion
25096         that escapes the single and double quotes in a
25097         given string. Useful for passing command line
25098         args with quotes.
25099         
25100         * src/cvs.c: Escaped the cvs log message before
25101         passing it to cvs command line to avoid ambiguties
25102         with quotes in the message.
25103         
25104         * pixmaps/anjuta_icon.png: Changed to the new icon.
25105         from Todd Goyen <goyen@mbi-berlin.de>
25106         
25107         * src/message-manager-private.cc: Added regex to 
25108         recognize (underline hilite) the parsable outputs
25109         from the zvt terminal.
25110         
25111 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25113         Patch from: Tina Hirsch <tehirsch@arcor.de>
25114         
25115         * src/project_type.c:
25116         Fixed a bug in the wxproject type and modified the erroroutput when
25117         configure doesn't find wx-config
25118         
25119         Patch from: Timothee Besset <ttimo@idsoftware.com>
25120         
25121         * src/anjuta.c, src/message-manager-private.cc,
25122           src/message-manager-private.h
25123         Catches double clicks in the zvt terminal, and calls goto_error_line
25124         to jump to the appropriate location in the source. This will recognize
25125         grep -n output
25126         
25127 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25128         
25129         * src/build_project.c: Taken care of memory leak
25130           by freeing cmd variable properly.
25132         * src/main_menubar_def.h: Fixed wrong signal connection
25133           for cvs project commit.
25134           
25135         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25136         
25137         * src/preferences_gui.c: Added some border and adjusted
25138           expandsion, filling in box adds to make the cvs preferences
25139           more nicer.
25140         
25141 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25143         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25144         
25145         * src/cvs*, src/main_menubar*, src/preferences*: 
25146         Moved CVS settings to preferences, added a nice login dialog.
25147         
25148         * src/controls.c, src/project_dbase.c:
25149         CVS project options are only shown if a project is open
25150         
25151         * src/build_project.c:
25152         User is now asked if he wants to install as root 
25153         
25154         * src/launcher.c:
25155         Fixed a warning
25157         * anjuta.prj: Updated with cvs files
25158         
25159         * TODO: Remove task which are done
25160         
25161 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25163         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25164         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25165         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25167         Modified launcher to use controlling terminal to detect and
25168         take care of password authentications (for example, for cvs
25169         and root installs).
25170         
25171         * pixmaps/password.png: New file.
25172         
25173 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25175         Anjuta kick start tutorial wirtten by:
25176           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25178         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25179           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25180           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25181           manuals/C/anjuta-tutorial/figures/*.png:
25182           
25183           Added files
25184         
25185         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25186           
25187           Modified files.
25188         
25189 2002-03-28 Roel Vanhout <roel@stack.be>
25191         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25193         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25194           src/preferences_gui.c:
25195         Added option to wrap around to beginning/end of file when on last bookmark
25196         and next/previous bookmark is pressed
25197         
25198 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25200         Patch from Philip Van Hoof <freax@pandora.be>
25201         
25202         * src/gnomefilelist.c:
25203         Added gimp like feature that changes the file extension of
25204         the filename entered in the selections when the file
25205         filter is changed.
25206         
25207 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25208         
25209         Patch from Roy Wood <roy.wood@filogix.com>
25210         
25211         * src/controls.c, src/find_text.c, src/find_text.h,
25212           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25213           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25214           
25215           Menuitem for entering currently selected text as find target,
25216           added key accel for "find next" and changed some key accels for
25217           other key for consistency.
25218           
25219         * src/utilities.c:
25220           Cleaned up code.
25221         
25222 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25224         * src/watch.c, src/watch.h, src/watch_cbs.c,
25225           src/watch_cbs.h, src/watch_gui.c:
25226         
25227           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25228         
25229           Added change watch entries feature
25230           and Watch entries modify on double click fixed.
25232 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25234         * src/mainmenu_callbacks.c:
25235         
25236           Project commit should not bypass dialog as
25237           we need to get the cvs log from the user.
25238           
25239 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25241         * src/project_dbase.c:
25242         
25243           Patch from Roy Wood <roy.wood@filogix.com>
25244           
25245           Fixed docking bug with the new docking patch
25246           to fix copy/paste bug.
25247           
25248 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25250         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25251           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25252           src/main_menubar.h, src/main_menubar_def.h,
25253           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25255           Added cvs project support. Featured bypass cvs dialog for
25256           cases where we don't need dialog (such as project and right
25257           click selection from file browser). Cleaned up cvs code to
25258           make them generic cvs operations instead of separate file
25259           and project operations. Added cvs log action. Increased
25260           file entry box width and enabled "unified diff" by default.
25261           Used Editor buffer for status and log and set hilite for
25262           these buffers including diff buffer (DIFF hilite).
25263           
25264 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25266         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25268         * data: Added file autogen.sh.wxwin 
25269         * data/Makefile.am: Added entry for autogen.sh.wxwin
25270         * pixmaps: Added project image appwiz_wxwin.png
25271         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25272         * src/appwizard_cbs
25273           src/compiler_options.c
25274           src/pixmaps.h
25275           src/project_dbase.c
25276           src/project_dbase.h
25277           src/project_import_cbs.c
25278           src/project_type.c
25279           src/source.c
25280           src/source.h
25281           src/wizard_gui.c: Added everything necessary for new
25282                             project type 'wxWindows (wxGTK)
25283         * src/project_dbase.c: Fixed a bug that caused every project
25284                                to be a glade project in dialog
25285                                                    'Project information'.
25287 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25289         Patch submitted by Roy Wood <roy.wood@filogix.com>
25290         
25291         * src/anjuta_gui.c, src/message-manager-dock.c,
25292           src/project_dbase.c:
25293           
25294           fixed the copy/paste bug by rewriting dock/undock
25295           code.
25297 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25299         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25300         
25301         * src/cvs*, src/Makefile.am:
25302           New file for CVS support. File operations currently work
25303           cvs login needs to be done. Project support is not yet
25304           started.
25306         * src/main_menubar*, src/mainmenu_callbacks,
25307           src/anjuta.c, src/anjuta.h:
25308           Added menus and functions for cvs commands.
25309           
25310         * src/text_editor_menu.h: 
25311           Added #include <gtk/gtk.h>
25312           
25313         * src/gotoline.h:
25314           Removed a warning (and this time it works ;-)
25316         * src/utilities.c, src/utilities.h:
25317           Added a utility function to retrieve directory
25318           name out of full path.
25320 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25322         * src/executer.c: (create_executer_dialog): changed the default
25323           focus on the entry.
25325 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25327         * widgets/gnomefilelist.c:
25328         Fixed duplicate history entries for the same directory.
25329           
25330 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25332         Fix for #520092.
25334         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25335           it's already used by scintilla to delete the whole current line.
25337 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25339         Fix for #525107.
25341         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25342           calls to fileselection_hide_widget,
25343           (on_open_filesel_cancel_clicked): removed.
25345         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25346           (on_add_prjfilesel_cancel_clicked):
25348         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25349           impl.
25351         * src/fileselection.c: Made some functions static.
25352           (fileselection_hide_widget): rewritten using the new
25353           gnome_filelist_set_multiple_selection function.
25355         * src/fileselection.c: (on_file_selection_delete_event): removed
25356           unuseful widget hides. Some cleanups,
25357           (on_file_selection_cancel_clicked): impl,
25358           (create_fileselection_gui): changed the cancel button clicked's
25359           callback to use this new function.
25361         * src/anjuta.c: (anjuta_new):
25362         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25363           callbacks, because this the gnome filelist widget's job.
25365         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25366           clist selection mode duplicates set,
25367           (gnome_filelist_key_press): use the new impl. function.
25369 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25371         Fix for #441233.
25373         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25374           fixed some bogus code using an array cell out of
25375           range, removed unecessary gettext usages.
25377         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25378           some cleanups and now transform minus characters to
25379           underscores.
25381         * src/source.c:
25382           (source_write_configure_in),
25383           (source_write_toplevel_makefile_am),
25384           (source_write_desktop_entry),
25385           (source_write_glade_file):
25386         * src/project_dbase.c: (project_dbase_summon_glade),
25387           (project_dbase_generate_source_code):
25388         * src/glades.c: (gladen_write_glade_write):
25389           replaced some occurences of the target name by the
25390           project filename, using project_dbase_get_proj_name,
25391           to fix the name of some files.
25392           Fixed a lot of mem leaks.
25393           Various code cleanups.
25395 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25397         Merged with latest (1.44) scintilla.
25399         Added: - The calltip.<lexer>.end.definition property to display help
25400                  text on a second line of calltip.
25401                - The calltip.<lexer>.word.characters property to correctly find
25402                  calltips for functions that include characters like '$' which
25403                  is not normally considered a word character.
25404                - The use.monospaced property to determine initial state of
25405                  Use Monospaced Font setting.
25407         Bugs fixed: Too many to mention; please see :
25408                     http://www.scintilla.org/ScintillaHistory.html for the
25409                     full changes list.
25411         * scintilla/*/*: updated nearly all files.
25413         * TODO: removed the need of a scintilla merge.
25415         Merged with latest (1.44) SciTE properties.
25417         * data/properties/anjuta.properties: added the wrap, use.monospaced
25418           properties.
25420         * data/properties/html.properties: added a missing php extension, and
25421           updated php keywords to the latest reference.
25423         * data/properties/pascal.properties: added commands to compile, build
25424           and execute pascal applications.
25426         * data/properties/lua.properties: added styles for statements.
25428         * data/properties/bash.properties: added the declare keyword.
25430         Fixed distchecking.
25432         * global-tags/Makefile.am,
25433           global-tags/create-global-tags.sh: used some kind of ugly hack to
25434           make distchek work, since noone has proposed some better way.
25436         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25437           and Ctrl-N replace Alt-N for new file according to the Gnome design
25438           reference.
25440 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25442         * widgets/gnomedirlist.c
25443         widgets/gnomedirlist.h
25444         widgets/gnomefilelist.c
25445         widgets/gnomefilelist.h:
25447         Added GPL headings in the file.
25449 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25451         * src/attach_process.c
25452         src/attach_process_cbs.c
25453         src/attach_process_cbs.h
25454         src/attach_process_gui.c
25455         src/breakpoints.c
25456         src/breakpoints_cbs.c
25457         src/breakpoints_cbs.h
25458         src/breakpoints_gui.c
25459         src/commands.c
25460         src/compiler_options.c
25461         src/compiler_options_cbs.c
25462         src/compiler_options_cbs.h
25463         src/compiler_options_gui.c
25464         src/find_in_files.c
25465         src/find_in_files_cbs.c
25466         src/find_in_files_cbs.h
25467         src/find_in_files_gui.c
25468         src/find_replace.c
25469         src/find_text.c
25470         src/help.c
25471         src/preferences.c
25472         src/preferences_gui.c
25473         src/project_config.c
25474         src/src_paths.c
25475         src/src_paths_cbs.c
25476         src/src_paths_cbs.h
25477         src/src_paths_gui.c:
25478         
25479         Bugs #521629 and #522427 fixed. The problem was, that the
25480         escape-key was not catched and the dialog was hidden, but
25481         the flag was not set correctly.
25483         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25484         using the gnome_dialog_close_hides()-setting present in most dialogs.
25485         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25486         emits "close" and set the flag in the close-callback.
25488         Patch from: Jens Georg <mail@jensgeorg.de>
25490 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25492         * src/*.{c,cpp}: s/string_free/g_free/
25494         * src/utilities.[ch]: (string_free): removed.
25496 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25498         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25500         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25501         src/mainmenu_callbacks.[ch]:
25502         Removed Project menu options: README, TODO, ChangeLog and NEWS
25503         Moved Save Build Messages to Build menu and only highlight it
25504         when there are build messages.
25505         Corrected a spelling: "mojority" -> "majority"
25506         Fixed initialisation of edit.edit_app_gui so now Edit menu
25507         can be shown when no project is loaded.
25509         * src/project_dbase.h: Removed prototype for static function
25511 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25513         * src/text_editor.c: Editor is marked changed after
25514         autoformat. 
25515         
25516         Patch from: Jens Georg <mail@jensgeorg.de>
25518 2002-03-04 Roel Vanhout <roel@stack.be>
25520         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25522         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25523         Added option to ignore binary files on 'Find in files' (grep -I option)
25525 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25527         * src/main.c:
25528         session restoration and commandline load in 
25529         gtk idle loop.
25530         
25531         * src/anjuta.[h,c], src/anjuta_cbs.c:
25532         Removed "clear windows menu" and prevented runtime 
25533         warnings.
25534         
25535         * src/compile.c, src/build_file.c, src/build_project.c,
25536         src/clean.c:
25537         Takes into account the preference setting for 
25538         show dialog when job completes. Dialogs are
25539         shown when it is enabled otherwise not.
25540         
25541 2002-03-03 Roel Vanhout <roel@stack.be>
25543         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25544         
25545         * src/find_text.c
25546         Store 'Find...' search string on search so that 'Find Next' will search for
25547         that string, even if the dialog hasn't been closed yet.
25549 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25551         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25552         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25553         src/main_menubar_def.h:
25554         
25555         Organized menus, removed "Windows" and "Utilities" menus from the
25556         menubar [they are no longer needed]. Also removed some extragenous
25557         separators.
25558           
25559 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25561         * src/message-manager-private.cc:
25562         Set message clist selection mode to BROWSE.
25563         
25564         * src/message-manager.cc, src/an_symbol_view.c,
25565         src/an_file_view.c:
25566         Added Key navigation for the CTree and CList. Arrow left for
25567         node collapse, right for node expand, space (or enter) for
25568         activation (same as double click).
25569         
25570 2002-03-03 Roel Vanhout <roel@stack.be>
25571         
25572         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25573         
25574         * plugins/class-gen/clsGen.c
25575         Added functionality to semi-intelligently prefill filename
25576         boxes with names deduced from class name
25578 2002-02-26 lbell <lbell@tsc4.com>
25580         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25581         * src/preferences_gui.c:
25582         Removed an incorrect use of gtk_misc_set_alignment().
25583         
25584         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25585         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25586         src/preferences.h, src/preferences_gui.c:
25587         
25588         Added the option to reload last open project at the startup.
25589         Added the possibility to open a new project without close
25590         an existing one
25591         
25592         * src/properties.cxx:
25593         Corrected a spelling mistake in message string.
25594         
25595         * src/session.c:
25596         Updated session functions.
25597            
25598 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25600         * widgets/gnomefilelist.c: Bug fixes.
25601         
25602         Patch from Philip Van Hoof <freax@pandora.be>
25603         
25604 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25606         * src/an_file_view.c:
25607         anjuta was unable to open some files becuase they were not being
25608         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25609         Removed mime checking when opening with anjuta, becuase it doesn't
25610         hurt to open binary files in anjuta (some even may want to do so).
25611         
25612         Added a warning when mime type is not set when "view with default
25613         viewer" is activated.
25614         
25615         * src/an_file_view.c, an_symbol_view.c:
25616         Converted N_() to _() where ever appropriate in the strings.
25617         
25618 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25619         
25620         * src/appwizard_gui.c, src/appwizard_cbs.c
25621           src/wizard_gui.c/h, src/appwiz_page3.c,
25622           src/project_import_gui.c:
25623           
25624         Moved target type radiobuttons to appwiz. page 2
25625         
25626         * src/message-manager-private.cc
25627         Fixed a bug which caused a crash if next message function was used
25629         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25631 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25633         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25634         Modifies the behaviour of Alt-TAB in Anjuta. This
25635         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25636         edited files in the first items of the notebook.
25638         Patch from: Timothee Besset <timo@qeradiant.com>
25639         
25640 2002-02-24  Philip Van Hoof <freax@pandora.be>
25642         * widgets/gnomefilelist.c, gnomefilelist.h:
25643           Added filecompletion
25644           
25645         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25647 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25649         * configure.in: Added "sk" to ALL_LINGUAS.
25651 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25652   
25653         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25654           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25655           src/wizard_gui.c: Added support for static and dynamic libs
25656         
25657 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25659         * widgets/gnomefilelist.c:
25660           Fixed gnome_filelist_get_lastfilename so it no longer returns
25661           a corrupted path.
25663 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25665         * src/resources.h, resources.c:
25666         Added url handler.
25668         * src/main_menubar_def.h, mainmenu_callbacks.c:
25669         Changed to use gnome configed url handler.
25671 2002-02-19  Philip Van Hoof <freax@pandora.be>
25673         * widgets/gnomefilelist.c
25674         Added PHP filetype.
25676 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25678         * plugins/class-gen/clsGen.c:
25679         Added c++ support.
25680         
25681         * widgets/gnomefilelist.c:
25682         Gives the maximum space to the files section of the open file dialog.
25683         
25684         Patches from: lbell <lbell@tsc4.com>
25685         
25686 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25688         * src/anjuta.c, main.c:
25689         Used tm_get_real_path in anjuta_get_full_filename();
25690         
25691 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25692         
25693         * anjuta.prj: update version
25695 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25697         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25698           removed the amount arg and replaced with a NULL-ending list.
25699           (gnome_filelisttype_makedefaultlist): use the new prototype.
25701 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25703         * src/about.c, THANKS: updated for new contributors
25704         
25705         * anjuta.prj: added new files
25706         
25707         * README: corrected some documentation, ctags no longer needed,
25708           pkgconfig now required
25709           
25710         * data/properties/others.properties: add .cvsdiff extension
25711         
25712         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25713           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25714           file import
25715           
25716         * doc/anjuta.1: added initial man page thanks to 
25717           Rob Bradford <rob@debianplanet.org> (NB build and install 
25718           needs work)
25719         
25720 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25722         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25723           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25724           warning flags. 
25725   
25726         * configure.in: Changed version to 0.1.10-pre
25727   
25728 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25730         * src/fileselection.c: (create_fileselection_gui): always display
25731           the directory creation button as we cannot rely on the dialog
25732           titlebar.
25734         * widgets/gnomefilelist.[ch]: fixed includes.
25736         * pixmaps/new_folder.xpm: resized, added a + sign.
25738 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25740         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25741           changed all extensions to begin with a dot.
25743 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25745         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25747         * THANKS: added Philip.
25749         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25751         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25752         * src/file_selection.[ch],
25753         * widgets/gnomefilelist.[ch]: added a filetype
25754           combobox to the Anjuta file dialog widget.
25756 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25758         * anjuta.spec.in: eep! the import script was not being installed by
25759           RPM - fixed for the release.
25761 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25763         Various cleanups and fixes for the next release to be able to make
25764         distcheck.
25766         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25767           much and make some tweaks plus cleanups.
25769         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25770           args to remove some warnings.
25772         * global-tags/Makefile.am,
25773           data/Makefile.am,
25774           src/Makefile.am: link against Anjuta static libs using the
25775           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25776           distcheck happy.
25778         * src/Makefile.am: ditto with all the Anjuta static libs.
25780         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25781           include, as we already include the whole directory for the build.
25783         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25784           
25785 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25787         * pixmaps/Makefile.am: icon for libglade project now installed
25788         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25789         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25790           breaking some build stuff
25791         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25792           include reference problems that showed up on make distcheck
25793         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25795 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25796         
25797         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25799 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25801         * src/message-manager-private.cc:
25802           The horizontal scrollbar now shows properly on demand.
25803         
25804 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25806         * src/dnd.c fixed some warnings
25807         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25808           and works. It is shown always at the moment but before it was
25809           shown on demand and did never work. 
25811 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25813         * src/anjuta.c: Fixed a crash bug.
25814           patch from: Jens Georg <mail@jensgeorg.de>
25816 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25818         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25819           reports a problem with missing end tags on <graphic>
25821 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25823         * manuals/C/ChangeLog: removed since it was never used
25824         * manuals/C/anjuta-manual/*: more updates, new screenshots
25825         * anjuta.prj: updated for new manuals/ structure
25827 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25829         * source.c, compiler_options.[c/h]:
25830           Fixed bug #460321 "Problem with optimization options" 
25831           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25832         
25833 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25835         * NEWS: prepared for release, need to fill in date
25836         * data/welcome.txt: version number updated
25838 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25840         * src/text_editor_menu.c, src/an_file_view.c, 
25841           src/an_symbol_view.c: marked strings for translation
25842         
25843         * src/defaults.c, data/properties/xml.properties:
25844           *.omf and *.xsl files should use XML highlighting
25845           
25846         * manuals/C/anjuta-manual/*:
25847           - restructured so that files have more meaningful names
25848             and are easier to edit (see anjuta-manual.sgml for the
25849                 ordering)
25850           - updated some screenshots
25851           - continued rewrite
25853 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25855         * main.c: Made a workaround to remove the old
25856         anjuta gnome config file (older than 9 Feb 2002). This
25857         will fix the bug which never lets the brower toolbar shown.
25858         
25859         * main.c: In fact, the above solution wouldn't work in all
25860         cases. Therefore, here is the better fix, which works by
25861         detecting the version of the old config file and deleting
25862         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25863         
25864 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25866         * HACKING: added info on submitting patches
25868 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25870         * src/project_import_gui.c, src/project_import.c:
25871           - If Project Import Wizard is canceled everything is 
25872                 cleaned up now.
25873           - Back button is now insensitive on page 3 (some problems: 
25874                 see TODO in project_import_qui.c:284
25875           - Menu frame is insensitive if project type != GNOME(mm)
25877 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25879         * src/main.c: Fixed bug #  (Unable to open files on
25880         double click in project window from second trial onwards when
25881         the project is opened from command line).
25882         
25883         * po/POTFILES.in: Removed tags_manager.[h,c]
25884         
25885 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25887         * src/preferences.c:
25888           A quick hack to fix the 'invisible' browser toolbar when
25889           upgrading from 0.1.8 to 0.1.9
25890           
25891         * src/anjuta.c:
25892           Fixed toolbar names which were causing confusions in the toolbar
25893           show/hide.
25894           
25895         * src/main.c:
25896           Substituted "anjuta" with PACKAGE
25897           
25898         * src/project_import_gui.c: 
25899           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25900           
25901         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25902           Added new files and removed obsolete ones.
25903           
25904 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25906         * src/appwizard_cbs.c, project_import_cbs.c, 
25907           main_menubar_def.h, project_import_gui.c: 
25908           updates to message strings and layout for the 
25909           import wizard.
25910           
25911         * text_editor_cbs.c: fix for the tab menu entries for 
25912           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25914 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25916         * src/toolbars.c,
25917           src/toolbars.h,
25918           src/anjuta_gui.c,
25919           src/controls.c:
25920           
25921           Tag dropdown exclusive (takes
25922           all space in the toolbar) and never vertical and
25923           increased the width of the tag combo to 256 pixs.
25924           Toolbar separator before the combo and button.
25925           Added tags label before the tag button.
25926           Reorganized the dock bands for the toolbars.
25927           
25928         * src/project_import_gui.c
25929           src/project_import.c:
25930           Fixed an error and removed an unused variable.
25931           
25932         * data/properties/anjuta.properties:
25933           Removed the property for the old toolbar and set
25934           browser toolbar show to default.
25935           
25936         * src/project_dbase.c: excluded modules were not
25937           loaded. Fixed.
25938           
25939         * src/source.c:
25940           No build files will be written if the project is blocked.
25941           
25942         * src/project_import.c,
25943           src/project_import_cbs.c,
25944           src/project_gui.c,
25945           src/wizard_gui.c:
25946           
25947           Manually applied Johannes patch to fix some memory
25948           issues and gui clean up.
25949           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25950         
25951         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
25952           Fixed a bad bug with remove file from project because of
25953           files were never removed properly from the project and
25954           from the tagmanager.
25955           
25956         * src/appwiz_page3.c: Disabled unused codes to clear
25957           compiler warnings.
25958           
25959 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25961         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
25962         
25963         * data/Makefile.am
25964           pixmaps/Makefile.am
25965           src/Makefile.am
25966           src/an_file_view.c
25967           src/an_symbol_view.c
25968           src/anjuta.c
25969           src/anjuta.h
25970           src/anjuta_cbs.c
25971           src/anjuta_gui.c
25972           src/controls.c
25973           src/main_menubar.c
25974           src/main_menubar.h
25975           src/main_menubar_def.h
25976           src/mainmenu_callbacks.c
25977           src/mainmenu_callbacks.h
25978           src/pixmaps.h
25979           src/project_dbase.c
25980           src/project_dbase.h
25981           src/text_editor.c
25982           src/text_editor_menu.c
25983           src/text_editor_menu.h
25984           src/toolbar.c
25985           src/toolbar.h
25986           src/toolbar_callbacks.c
25987           src/toolbar_callbacks.h :
25988           
25989           Patch submitted by:
25990           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25991           
25992           Removes the Tags toolbar and substituted it with
25993           tags combo dropdown list. Fixes a couple of bugs.
25994           
25995           Moved the tag combo to browser toolbar because
25996           main toolbar was becoming too long.
25997           Made a new icon of tag toolbar.
25998           
25999         * po/zh_TW.po: Fixed bug.
26000           
26001         * pixmaps/an_tag.xpm: Added new file.
26003 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26005         * src/project_import_gui.c: Reorganized project
26006         import gui page 2.
26007         
26008 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26010         * HACKING: added info on creating windows and dialogs
26012 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26014         * src/tm_file_view.c:
26016           Sorts the file list at the end instead of doing sort-insert
26017           to improve performance.
26018           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26020         * src/project_dbase.c: Resolved a conflict from
26021           Johannes's patch.
26022           
26023         * src/project_import.c:
26024         
26025           Fixed to use anjuta_import.sh for the bin dir and
26026           not from the data dir.
26027         
26028           Used anjuta_is_installed() function to verify a the command's
26029           executability.
26030         
26031           Fixed import command to use sh (which is more general and is
26032           gauranteed to be found in any unix system :-)). Also, added
26033           double quotes around the import directory.
26034         
26035           Changed some strings for better translations (like avoiding
26036           duplicates).
26037           
26038           Fixed the reading of wrong target type.
26039           
26040         * src/control.c: Insensitive "import project" when there is
26041           a project open.
26042           
26043         * src/project_import_cbs.c:
26044           
26045           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26046           Fixed selection of gettext checkbox.
26047           Sets the menu entries.
26048           
26049 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26050         
26051         * src/appwiz_page[1-4].c
26052         * src/appwiz_gui.c
26053         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26054         be able to reuse it.
26055         
26056         * src/mainmenubar.[c/h]
26057         * src/mainmenubar_def.h
26058         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26059         menu item
26060         
26061         * src/message-manager.c: Fixed bug 509192
26062         * src/message-manager-dock.c: Added accel_group if window is undocked
26063         
26064         * src/project_dbase.[c/h]: Splitted opening code to be able
26065         to use it without an open file dialog
26066         (Maybe I broke Naba's changes, please take a look)
26067                         
26068         * src/project_import.[c/h]
26069         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26070         
26071         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26072         import wizard
26074 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26076         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26077           string cleanups
26078           
26079         * manuals/C/anjuta_manual/*: started rewrite of the 
26080           manual, updated some screenshots
26082 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26084         * src/gnomefilelist.h, src/gnomefilelist.c:
26085         
26086           Fixed multiple selection bug (#497085). The OK button is
26087           sensitive when in multiple mode, if the no. of
26088           selection is one or more.
26089           
26090           Toggle between single and multiple selection mode
26091           and multiple mode display.
26092           
26093           Fixed strings to translable strings.
26094           
26095           Fixed some compiler warnings by commenting out
26096           unused functions.
26097           
26098 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26100         * src/project_dbase.c: App status bar now updates
26101           with the project name when the project is loaded.
26102         
26103         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26104           
26105           Puts the directories at the top. They're also sorted now.
26106           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26107         
26108 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26110         * scripts/anjuta_import.sh.in: Added file.
26111         * scripts/anjuta_import.sh: Removed file.
26113         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26114           Updated files.
26115           
26116         * src/main_menubar_def.h:
26117         
26118           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26119           reflect the opposite of Find (CTRL+F) and also to leave
26120           CTRL+R or Redo.
26121           
26122           Changed Glade summon with ALT+G, which frees the ATL+E
26123           for poping up the edit menu.
26124           
26125         * src/Makefile.am: Debugging link flags by Biswa, removed.
26127 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26129         * HACKING: added information on best practices for writing
26130           application messages and GUI labels
26131           
26132         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26133           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26134           src/clean_project.c, src/compile.c, 
26135           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26136           src/configurer.c, src/debugger.c, src/executer.c, 
26137           src/find_in_files.c, src/find_in_files_cbs.c, 
26138           src/find_replace.c, src/find_text.c, src/glades.c, 
26139           src/gnome_project.c, src/goto_line.c, src/main.c, 
26140           src/main_menubar.c, src/main_menubar_def.h, 
26141           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26142           src/project_config.c, src/project_dbase.c, 
26143           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26144           src/support.c, src/tags_manager.c, src/text_editor.c, 
26145           src/text_editor_gui.c, src/text_editor_menu.c, 
26146           src/toolbar_callbacks.c, src/utilities.c: 
26147           lots of minor message updates to make them more user-friendly 
26148           and consistent
26150 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26152         * src/executer.c:
26153         
26154           Because of the spaces escaping, the command could not be
26155           executed when run without terminal. Now fixed.
26156           
26157         * anjuta.prj, Makefile.am:
26158         
26159           Added anjuta project file.
26160         
26161 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26163         * src/message-manager-private.h, message-manager-private.cc,
26164           message-manger.cc:
26165           
26166           Added freeze() and thaw() for the message window class to
26167           speed up the message manager update.
26168         
26169         * src/project_config.h, project_config.c,
26170           src/project_dbase.h, project_dbase.h
26171           scripts/anjuta_project.template:
26172           
26173           Added two new prject attributes: project.config.blocked and
26174           project.excluded.modules. The former will make sure that users
26175           are not given any previlidge in enabling the 'overwrite build
26176           files' flags and the later issues a list of modules in the project
26177           to be skipped for symbol browsing and project listing.
26178         
26179         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26180         
26181           Modified script to read the template from the anjuta data dir
26182           rather than from the directory in which the script exist. Otherwise,
26183           Being transfered to the bin dir, the script will not be able to
26184           find the template when it is run.
26185           
26186           The script is also create with configure.in to set in the anjuta
26187           data dir path inside the script.
26188           
26189 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26191         * po/fr.po: updated to the latest sources.
26193 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26195         * scripts/Makefile.am:
26196           anjuta_import.sh goes with distribution.
26197           
26198         * po/*.po: They seem to have updated (merged with
26199           anjuta.pot) automatically when I did "make dist".
26200           
26201 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26203         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26204           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26205           the compiler options dialog.
26206         
26207         * ChangeLog:
26208           Correct todays date. :)
26209           
26210         * scripts/Makefile.am:
26211           Installs anjuta_import.sh in $(prefix)/bin dir and
26212           is treated as an executable.
26213           
26214 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26216         * Fix for bug #499373
26217         
26218         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26219           java, properties, latex.properties, lua.properties, others.properties,
26220           perl.properties:
26221           
26222           Added double-quotes around file arguments so that
26223           filenames with spaces could also work.
26225         * launcher/anjuta-launcher.c, executer.c:
26226           Escaped quotes in the cammand and it's arguments before executing
26227           so that args with spaces can also work.
26228           
26229           Commented #DEBUG switch.
26230           
26231 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26233         * scripts/*: Added files which I forgot previously.
26234         
26235         * src/aneditor.h: Lined up commands definition for better look.
26236         
26237         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26238           main_menubar.h, control.c:
26239           Added three more convert EOL chars submenu items in transform.
26240           Reformatted some some.
26241         
26242         * data/anjuta.properties:
26243           Reformatted a line.
26244         
26245         * src/aneditor.h, aneditor.c:
26246           Added three commands (with definitions) for EOL conversions.
26247           
26248         * src/text_editor.c:
26249           Editor detects file mode from the file content and
26250           set the editing mode to CR/LF/CRLF automatically.
26251           Refined Dos mode extrageneous chars filter
26252           This will make sure that filter works only in Dos mode and not
26253           in other modes.
26254           
26255         * src/anjuta.c: Editor mode display in status bar.
26256         
26257         * src/preferences_gui.c: Changed the string for dos mode
26258           filter to more sensible string.
26259         
26260         * src/aneditor.c: Default editor mode sets during widget creation
26261           and not everty time the properties are loaded. This makes sure
26262           that the auto-detected mode is not overridden by the default mode.
26263           
26264         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26265         
26266         * src/anjuta.c: Fixed bug #476028.
26267           Now anjuta also searches for file relative to top project dir,
26268           when the project is open.
26269         
26270         * src/anjuta_cbs.c: Fixed bug #499536.
26271           File is not closed if it is not able to save the file properly.
26272           
26273         * src/mainmenu_callbacks.c: Fixed bug #499536.
26274           Newfiles (which are not modified) are also closed on "close all files".
26275         
26276 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26278         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26279         
26280         * tagmanager/tm_source_file.c, regex.c, parse.c:
26281           defined and delimited g_messages within #debug.
26282           
26283         * src/preferences.c, data/anjuta.properties:
26284           saved/defied message-manager tag position in string.
26285           Message tag possition is saved between sessions. And
26286           and tag position bottom as default.
26287           
26288 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26290         Patch submitted by:
26291         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26293         * Makefile.am
26294           configure.in
26295           data/Makefile.am
26296           data/properties/Makefile.am
26297           global-tags/Makefile.am
26298           pixmaps/Makefile.am
26299           src/Makefile.am
26300           src/an_file_view.c
26301           src/an_file_view.h
26302           src/an_symbol_view.c
26303           src/an_symbol_view.h
26304           src/anjuta.c
26305           src/anjuta_cbs.c
26306           src/file_history.c
26307           src/file_history.h
26308           src/message-manager-private.cc
26309           src/pixmaps.h
26310           src/project_dbase.c
26311           src/project_dbase_gui.c
26312           src/tags_manager.c
26313           src/text_editor.c
26314           src/utilities.c
26315           src/utilities.h
26316           src/watch_gui.c:
26317         
26318           Modified files.
26319         
26320         * scripts/*
26321           pixmaps/sv_class.xpm
26322           pixmaps/sv_function.xpm
26323           pixmaps/sv_macro.xpm
26324           pixmaps/sv_private_fun.xpm
26325           pixmaps/sv_private_var.xpm
26326           pixmaps/sv_protected_fun.xpm
26327           pixmaps/sv_protected_var.xpm
26328           pixmaps/sv_public_fun.xpm
26329           pixmaps/sv_public_var.xpm
26330           pixmaps/sv_static_fun.xpm
26331           pixmaps/sv_static_var.xpm
26332           pixmaps/sv_struct.xpm
26333           pixmaps/sv_unknown.xpm
26334           pixmaps/sv_variable.xpm
26335           pixmaps/fv_core.xpm
26336           pixmaps/fv_text.xpm
26337           pixmaps/filestoremove.txt:
26338         
26339           New files.
26340         
26341         * pixmaps/class.xpm
26342           pixmaps/function.xpm
26343           pixmaps/fv_autofile.xpm
26344           pixmaps/fv_doc.xpm
26345           pixmaps/fv_i18n.xpm
26346           pixmaps/fv_source.xpm
26347           pixmaps/private_func.xpm
26348           pixmaps/private_var.xpm
26349           pixmaps/protected_func.xpm
26350           pixmaps/protected_var.xpm
26351           pixmaps/public_func.xpm
26352           pixmaps/public_var.xpm
26353           pixmaps/struct.xpm
26354           pixmaps/variable.xpm
26355         
26356           Removed files.
26357         
26358         * tagmanager/*/*:
26359         
26360           Upgraded to tagmanager-0.7
26362 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26363         * src/anjuta_cbs.c: Fixed bug #506441
26364         * src/watch_gui.c: Changed layout of eval dialog so that
26365         it fits on a 800x600 desktop with German translation. 
26367 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26369         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26370         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26371           icon for new project type (thanks to Misha)
26372         * configure.in: build and install Danish translation
26373         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26374           credits to cover new patches and translations
26376 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26377         
26378         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26379           src/appwiz_page1.c:
26380         
26381       - Font preferences are restored properly now (\n was missing)
26382           - Dock menu label of message-manager is "Dock/Undock" instead
26383           of "Dock|Undock" to match with the rest of anjuta.
26384           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26385           changed it in anjuta, too 
26387 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26389         * tagmanager/tm_source_file.c,
26390           tagmanager/parse.c,
26391           tagmanager/tm_project.c,
26392           src/an_symbol_view.c,
26393           src/anjuta.c:
26394           
26395           Disabled debug warnings.
26397 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26399         * src/appwiz_page1.c
26400           src/compiler_options.c
26401           src/project_dbase.c
26402           src/project_dbase.h
26403           src/project_type.c
26404           src/source.c
26405           src/source.h:
26406           
26407           New project type named LibGlade.
26408           
26409           Patch submitted by:
26410           Dick Knol <dknol@gmx.net>
26412         * src/gnome_prj.c:
26413           Commented out unused pixmap creation. May be it
26414           will fix the crash in project creation.
26415           
26416 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26418         * src/registers.c
26419           src/registers.h
26420           src/registers_cbs.c
26421           src/registers_cbs.h
26422           src/registers_gui.c
26423           src/sharedlib.c
26424           src/sharedlib.h
26425           src/sharedlib_cbs.c
26426           src/sharedlib_cbs.h
26427           src/sharedlib_gui.c
26428           src/signals.c
26429           src/signals.h
26430           src/signals_cbs.c
26431           src/signals_cbs.h
26432           src/signals_gui.c
26433           src/stack_trace.c
26434           src/stack_trace.h
26435           src/stack_trace_cbs.c
26436           src/stack_trace_cbs.h
26437           src/stack_trace_gui.c
26438           src/text_editor.c
26439           src/watch.c
26440           src/watch.h
26441           src/watch_cbs.c
26442           src/watch_cbs.h
26443           src/watch_gui.c
26444           
26445           Fixed bug #496290: Attach/detach removed from these
26446           windows as they are never implemented.
26447           
26448           Patch submitted by:
26449           Johannes Schmid <johannes.schmid@gmx.de>
26450           
26451 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26453         * src/anjuta.c,
26454           src/anjuta_cbs.c:
26455           
26456           Fixed bug:
26457           when you right click on the tabs, a list of filenames are given
26458           out, but now it gives a list of "page 1", "page 2", etc...
26459           
26460           Patch submitted by: 
26461           Jens Georg <mail@jensgeorg.de>
26463         * anjuta.in.in: Removed c|c++ because, it was not necessary
26464           and was causing translation problem.
26465           
26466         * plugins/class-gen/clsGen.c:
26467           removed "'" for the same reason.
26468           
26469 attached the fix for the menu
26472 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26474         * src/preferences.h,
26475           src/preferences.c,
26476           src/preferences_gui.c:
26477           
26478           Adds the functionality to Anjuta to auto save your unsaved
26479           files before you build a project.
26481           Patch submitted by: 
26482           jason <jason_williams@suth.com>
26483           
26484         * src/anjuta.[h,c]:
26485           Added function for save all files.
26486         
26487         * src/mainmenu_callbacks.c:
26488           Modified to use the above function.
26489         
26490         * src/build_project.c:
26491           Save all files before build if it is set in the
26492           preferences.
26494 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26496         * src/message-manager-private.cc
26497           src/message-manager-private.h
26498           src/message-manager.cc:
26499           
26500           Message-manager now restores the tabs which were shown on startup.
26501           The terminal is now created on demand (as requested by Biswa)
26502           and I have removed some debug messages.
26503           
26504           Patch submitted by: 
26505           Johannes Schmid <johannes.schmid@gmx.de>
26507 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26509         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26510           proper tabs keyboard navigation.
26512         * src/an_symbol_view.c,
26513           src/anjuta_cbs.c,
26514           src/gnome_project.c,
26515           src/project_dbase.c,
26516           src/tags_manager.c: removed some debugging display.
26518 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26520         * src/message-manager-dock.c
26521           src/message-manager-private.cc
26522           src/message-manager-private.h
26523           src/message-manager.cc
26524           src/preferences.c
26525           src/preferences.h
26526           src/preferences_gui.c:
26527           
26528           Patch submitted by: 
26529           Johannes Schmid <johannes.schmid@gmx.de>
26530           
26531           This patch adds a tab to the notebook of the preferences-dialog
26532           where you can change the colors, the tab position of the new
26533           message manager. Also the truncate messages stuff has moved
26534           from misc tab to messages tab.
26536           Also improved the remembering position stuff of message manager.
26537           
26538         * data/internal.properties,
26539           Added definitions for messages colors and tag position.
26540           
26541         * src/message_manager.cc:
26542           Fixed a bug that never lets the messages panes to get cleared.
26543           Added wmclass setting for the message window. Fixed a bug in
26544           which the message window was not being shown.
26545         
26546         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26547           output and disabled it.
26549         * src/anjuta.c: Preferences created and loaded before anything else.
26550           anjuta now recognizes messages colors on startup and initializes
26551           them.
26552         
26553 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26555         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26557 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26559         * pixmaps/file_c.xpm,
26560           pixmaps/file_cpp.xpm,
26561           pixmaps/file_file.xpm,
26562           pixmaps/file_h.xpm,
26563           pixmaps/file_html.xpm,
26564           pixmaps/file_i18n.xpm,
26565           pixmaps/file_icon.xpm,
26566           pixmaps/file_pix.xpm,
26567           pixmaps/fv_doc.xpm,
26568           pixmaps/fv_i18n.xpm,
26569           pixmaps/fv_image.xpm,
26570           pixmaps/fv_source.xpm,
26571           pixmaps/fv_unknown.xpm: made these icons transparent.
26573 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26575         * launcher/anjuta_launcher.c: updated message strings
26576         * src/message-manager-dock.c: added newline at end to avoid compile warning
26577         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26578         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26579           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26580           entries for username and Python-style GPL notice
26581         * HACKING: added info on files to change to update Insert menu
26583 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26585         * src/project_dbase.c,
26586           src/an_file_view.c,
26587           src/an_symbol_view.c:
26588           Changed the CTree expander style to square and
26589           line style to Dotted line.
26590           
26591         * po/POTFILES.in: Removed and Added translable files.
26593 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26595         * ccview/.cvsignore: Removed.
26596         
26597 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26599         * ccview/
26600                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26601                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26602                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26603                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26604                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26605                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26606         
26607         Removed ccview module because it is no longer needed.
26609 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26611         * src/project_dbase.c:
26612           Shifted structure initialization in project_dbase_new()
26613           before anything else, otherwise it was crashing due to
26614           uninitialized values.
26615         
26616         * src/an_symbol_view.c:
26617           Disabled high volume debug output.
26619 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26620         
26621         Applied a very heavy patch from:
26622         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26624         * Makefile.am
26625         configure.in
26626         pixmaps/Makefile.am
26627         src/Makefile.am
26628         src/aneditor.cxx
26629         src/aneditor.h
26630         src/anjuta.c
26631         src/anjuta.h
26632         src/commands.c
26633         src/commands.h
26634         src/compile.c
26635         src/compile.h
26636         src/controls.c
26637         src/defaults.c
26638         src/fileselection.c
26639         src/main_menubar.c
26640         src/main_menubar.h
26641         src/main_menubar_def.h
26642         src/mainmenu_callbacks.c
26643         src/mainmenu_callbacks.h
26644         src/project_dbase.c
26645         src/project_dbase.h
26646         src/project_dbase_gui.c
26647         src/tags_manager.c
26648         src/text_editor_menu.c
26649         src/toolbar_callbacks.c
26650         tagmanager/Makefile.am
26651         tagmanager/ctags.c
26652         tagmanager/include/Makefile.am
26653         tagmanager/include/tm_project.h
26654         tagmanager/include/tm_symbol.h
26655         tagmanager/include/tm_tag.h
26656         tagmanager/include/tm_tagmanager.h
26657         tagmanager/include/tm_workspace.h
26658         tagmanager/tm_project.c
26659         tagmanager/tm_source_file.c
26660         tagmanager/tm_symbol.c
26661         tagmanager/tm_tag.c
26662         tagmanager/tm_workspace.c
26663         widgets/Makefile.am: Modified.
26664         
26665         * src/an_file_view.[c,h],
26666           src/an_symbol_view.[c,h],
26667           src/file_history.[c,h],
26668           src/support.[c,h],
26669           widgets/scroll-menu.[c,h],
26670           tagmanager/tm_file_entry.c
26671           tagmanager/include/tm_file_entry.h: Added new files.
26672           
26673         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26674         private_func.xpm, public_func.xpm,
26675         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26676         private_var.xpm, public_var.xpm,
26677         function.xpm, fv_i18n.xpm, macro.xpm,
26678         protected_func.xpm, struct.xpm,
26679         fv_autofile.xpm, fv_image.xpm,
26680         ofolder.xpm, protected_var.xpm, variable.xpm:
26681           Updated and Added pixmap files.
26683         Features:
26684         ---------
26685         a) Removes CCView dependency.
26686         b) Improves the terminal.
26687         c) Adds tag navigation context menus.
26688         d) Upgrades tagmanager to latest version.
26689         e) Miscellaneous small additions.
26691 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26693         * src/project_dbase_gui.c: Fixed crash of anjuta
26694         when project first created.
26695         
26696         * src/gnome_project.c: It now updates the tags manager
26697         when new projects are created.
26698         
26699 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26701         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26702           for this big patch.
26703         
26704         * src/messages.[c,h]: Removed files.
26706         * src/message-manager.[cc,h],
26707           src/message-manager-dock.[c,h],
26708           src/message-manager-private.[cc,h]
26709           New files.
26711         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26712           src/build_project.c, src/clean_project.c, src/compile.c
26713           src/configurer.c, src/debugger.c, src/find_in_files.c
26714           src/mainmenu_callbacks.c, src/preferences.h
26715           src/preferences_gui.c, src/properties.h
26716           src/utilities.c, src/utilities.h:
26717           The new messages widget.
26718           New features:
26719             - Use of GtkNotebook instead of ToggleButtons
26720               and show/hide
26721             - Popupmenu to show and hide message types and
26722               to dock/undock in detach mode
26724           All other things should work as they did with the
26725           old message window. Currently the keyboard short-cuts
26726           do not work in detached mode.
26727           
26728           Some functions in utitlities.[c,h] changed.
26729           so that they take const arguments where this is possible
26730           
26731         * src/Makefile.am, po/POTFILES.in:
26732           Removed messages.[c,h] and
26733           added message-manager.[cc,h], message-manager-dock.[c,h],
26734           message-manager-private.[cc,h]
26735           
26736         * src/message-manager.h: Removed "include <bonobo.h>"
26737           and added a newline at the end of the file.
26738           
26739         * src/message-manager-private.cc:
26740           Set clist's width setting to Automatic.
26741           Set scroll window's scroll bars to Automatic.
26742           
26743 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26745         * text_editor_menu.c:
26746           Fixed misalignment of the function sub menu
26747           in the text editor pop up menu.
26748           
26749 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26750         
26751         * src/text_editor.c: Fixed a compiler warning.
26752         
26753 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26755         * THANKS, manuals/*/authors.sgml: updated for new translations
26756         * plugins/class-gen/clsGen.c: converted messages to English
26757         * src/about.c, src/main_menubar_def.h: string updates
26759 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26761         * src/anjuta.c
26762           src/anjuta_cbs.c
26763           src/text_editor.c
26764           src/mainmenu_callbacks.c
26765           src/text_editor.h
26766           src/text_editor.c
26767           src/text_editor_cbs.c
26768           src/text_editor-gui.c:
26769           
26770           Earlier code for adding 'cross' button
26771           for closing pages were too error prone and unorganized.
26772           Cleaned up the code and shifted the 'extra' widgets
26773           creation (eg. close button, close_pixmap and lable)
26774           from anjuta to text_editor. This takes care of proper
26775           widgets creation and destruction. Otherwise, anjuta
26776           was crashing at too many points, especially related
26777           to docking and undocking.
26778           
26779 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26781         * src/aneditor.cxx: removed debugging code.
26783         * data/properties/.cvsignore: added swap files.
26785 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26787         * src/anjuta.c
26788           src/anjuta_cbs.c:
26789           Fixed Crashing of anjuta when a new file is saved as
26790           different file.
26791           
26792 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26794         * src/aneditor.c: Some debug codes around.
26795         
26796         * data/internal.properties, data/anjuta.properties: Removed.
26797           data/properties/Makefile.am:
26798           data/properties/ada
26799           data/properties/cs
26800           data/properties/make
26801           data/properties/rc
26802           data/properties/html
26803           data/properties/ruby
26804           data/properties/baan
26805           data/properties/idl
26806           data/properties/pascal
26807           data/properties/sample
26808           data/properties/bash
26809           data/properties/java
26810           data/properties/perl
26811           data/properties/sql
26812           data/properties/conf
26813           data/properties/latex
26814           data/properties/props
26815           data/properties/vb
26816           data/properties/cpp
26817           data/properties/lua
26818           data/properties/python
26819           data/properties/xml
26820           data/properties/others
26821           data/properties/.cvsignore:
26822             Added files. Properties now splitted into small files
26823             for each language.
26825         * data/Makefile.am
26826           configure.in: Update the removal and added properties module.
26828         * src/preferences.c: preferences_new(): Updated to reflect the
26829           new properties files organization.
26830           
26831         * src/Makefile.am: Added Baan Lexer.
26833 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26835         * src/aneditor.cxx: readded the baan lexer. 
26837         * src/preferences.c: fixed translated messages and a typo.
26839         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26840           confusing the regexp usage in xml-i18-merge.
26842 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26844         * src/project_dbase.c: tidied some messages, and spotted a typo in
26845           the reading of properties which prevented the project version from
26846           ever being reported in the Project Information window - fixed :)
26848         * po/POTFILES.in: removed syntax.h
26850 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26852         * data/internal.properties: fixed baan properties.
26853           Added all ada properties.
26855         * src/main_menubar_def.h,
26856           src/lexer.h,
26857           src/aneditor.cxx,
26858           src/utilities.[ch]: added support for the Ada highlight style.
26860 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26862         * plugins/*/.cvsignore: updated.
26864 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26866         * src/syntax.h,
26867           src/text_editor.c,
26868           src/Makefile.am: removed the empty header syntax.h.
26870 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26872         * main_menubar.c:
26873         Stef's observation on the 'superfluous' hseparators in the recent
26874         files and projects is fully justified -- removed.
26875         
26876         * main_menubar_def.h:
26877         Changed "Plug Ins" to "Plugins" in the menu label.
26878         
26879         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26880         Added class-gen in the configure output and class-gen module.
26881         
26882         * data/internal.properties:
26883         Correct mis-spelled "jave" to "java".
26884         Added file.is.source for *.h, *.c, *.cpp properties.
26885         
26886         * global-tags/Makefile.am:
26887         "chmod +x create_global_tags.sh" before it is executed, because
26888         there is very high chance that it will be found "-x" and resulting
26889         in error
26891 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26893         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26894         for the backtrace.
26896         * src/gnome_project.c: (create_new_project): if the user doesn't
26897           select any icon, it doesn't have any extension and thus we can't
26898           use it in printf on Solaris, since the %s modifier use strlen to
26899           know the string length and then crash. On Linux, gcc checks the value
26900           of the pointer to be NULL and write "(null)" if necessary. We can't
26901           rely on that.
26903         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26904           don't need to have the directory icon but the generic one.
26906 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26908         Merged with latest (1.42) scintilla.
26910         Added: Support for the {load,save}.on.(de)activate properties.
26911                The PHP lexer to match keywords case insensitively.
26912                Baan lexer.
26913                Experimental supports for changeable style attribute & line
26914                wrapping.
26915                
26916         Updated: Both the C++ and HTML lexers.
26917                  More shell keywords added.
26918                  Horizontal scrolling and diplay of long lines optimised.
26919                  Cursor setting optimised.
26921         Bugs fixed: Caret movement over folded lines.
26922                     Selection tracking in 2ndary views when doing modifications.
26924         * scintilla/CallTip.{cxx.h},
26925           scintilla/ContractionState.{cxx,h},
26926           scintilla/Document.{cxx,h},
26927           scintilla/Editor.{cxx,h},
26928           scintilla/KeyWords.cxx,
26929           scintilla/LexHTML.cxx,
26930           scintilla/PlatGTK.cxx,
26931           scintilla/RESearch.cxx,
26932           scintilla/ScintillaBase.cxx,
26933           scintilla/ScintillaGTK.cxx,
26934           scintilla/Style.{cxx,h},
26935           scintilla/StyleContext.h,
26936           scintilla/ViewStyle.cxx,
26937           scintilla/include/*.h: updated.
26939         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26941         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26942           should have been told to the scintilla team. We're lucky I read the
26943           ChangeLog and the modifications of the lexer (thanks to the Gnome
26944           bonsai for this ;)
26946         * data/internal.properties: added Baan definitions.
26947           Fixed some issues for C such as *_cast directive, that are only
26948           available with C++.
26949           Updated C++, HTML and shell scripts definitions.
26950           Updated Ada and Bullant, that have been forgotten.
26952         * src/main_menubar_def.h,
26953           src/lexer.h,
26954           src/aneditor.cxx,
26955           src/utilities.[ch]: added support for the Baan highlight style.
26957 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26959         Polished the plugins menu behaviour and added a tearoff
26960         menuitem to the recent entries submenu.
26962         Note: The recent entries list seems to be too height
26963               with all these superfluous hseparators.
26965         * src/main_menubar.c: Polished, making some
26966           functions declarations static and cleaning some code.
26968           (create_submenu_plugin): removed the extra
26969           plugins entry and the horizontal separators.
26971           (on_plugins_menu_realize): the plugins menu is only
26972           shown if there's at least one available.
26974           (create_submenu*): added a tearoff menuitem to have
26975           a more homogeneous menu style. For now, it doesn't
26976           take care of user settings (but it was even worse
26977           before :).
26979 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26981         * configure.in: added the packageplugindir variable to avoid
26982           installing the plugins in $(prefix). It's not the same path as
26983           anjuta 2 to allow parallel installation.
26985 2001-12-29  Stephane Demurget  <demurgets@free.fr>
26986         Fix a reopened part of bug #440676: keyboard navigation between the
26987         different text buffers. Changed to a more global approch. 
26989         * src/notebook.[ch]: removed.
26991         * src/Makefile.am: removed notebook.[ch]
26993         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
26994           (on_anjuta_window_key_press_event): added to fulfill the global
26995           shorcuts handling.
26997         * HACKING: updated according to the new global shortcuts handling.
26999 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27001         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27002           Shifted plugin menu from Edit submenu to main menu.
27003         
27004         * po/POTFILES.in:
27005           Added plugins/sample1/plugin-sample1.c
27006           
27007         * plugins/sample1/plugin-sample1.c:
27008           Added localization and used anjuta_info, instead of anjuta_error.
27009           
27010         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27011           Added cvs ignores.
27012           
27013 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27015         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27016           for plugin dir.
27017         
27018         * Makefile.am: Added module plugins.
27019         
27020         * plugins, plugins/Makefile.am, plugins/sample1/*:
27021           Created plugins modules.
27022           
27023         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27024           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27025           to load plugins of *.so only and not *.so* (which results
27026           in duplicates).
27027         
27028         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27029           plugins during packaging.
27031 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27033         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27035 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27037         * configure.in: Added portuguese to ALL_LINGUAS
27039 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27041         * global-tags/.cvsignore
27042         tagmanager/.cvsignore
27043         tagmanager/include/.cvsignore:
27044         Added cvs ignore files.
27046         * data/.cvsignore
27047         Updated cvs ignore file.
27048         
27049 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27051         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27052           data/anjuta.properties, data/internal.properties: clean up some 
27053           message strings (me)
27055 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27057         * src/about.c, THANKS: added Jens to the credits
27058         
27059 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27061         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27062           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27063           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27064           Georg <mail@jensgeorg.de> to add close button to file tabs.
27066 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27068         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27069           (debugger now catches correct signal from process)
27071 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27073         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27074         * src/pixmaps.h: switch appwizard project icons to new designs
27075         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27077 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27079         * pixmaps/Makefile.am: stop redundant images from being installed.
27080           The next step will be to remove them completely.
27081         * src/appwiz*: further updates (more to come)
27082         * src/pixmaps.h: cleaned up, commented
27083         * src/splash.c: should use the pixmaps macro defined
27084         * HACKING: more on the graphics stuff and use of pixmaps.h
27086 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27088         * src/defaults.c: fix bug #494864
27090 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27092         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27093           graphics from Misha
27094         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27095           redundant graphics, no longer used
27096         * src/appwiz*: revamped application wizard by Andy and Misha for
27097           a more usable and professional look-and-feel
27098         * HACKING: updates to cover patching, graphics, and some additions
27099           post-0.1.8
27100         * TODO: removed some implemented features
27102 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27104         * data/anjuta.properties, data/internal.properties: cleanup
27105         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27106           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27107           to edit styles colors for keywords and add Goto Tag menu option
27108           in the editor
27110 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27112         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27113         
27114         Fixed bug #460335
27115         fixes the Forget of the cursor position when tab is brought active
27116         from project manager.
27117         
27118 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27120         * src/messages.c
27121           Exported "TERM=xterm" to get a color terminal when
27122           anjuta is not started from within a terminal.
27123           
27124 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27126         * src/messages.c
27127           src/messages.h
27128           Added a frame around zvt terminal.
27129           
27130         * src/preferences_gui.c
27131           Modified to say "Use glade component (experimental)"
27132           instead of "Use Component".
27133           
27134 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27136         * Patch from 
27137         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27138         
27139         * src/anjuta.c
27140         src/fileselection.c
27141         src/messages.c
27142         src/messages.h
27143         src/preferences.c
27144         src/preferences.h
27145         src/project_dbase.c
27147         a) Extra scrollbar in terminal no longer appears.
27148         b) Character set preference should be preserved (untested).
27149         c) File selection widget now remembers last directory.
27150         d) On creation of generic project, the glade 'file not found' error no
27151                 longer occurs.
27152         e) First terminal window is created 'on demand', so it should always to
27153                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27154                 environment is now passed to the terminal.
27155         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27156                 with getcwd()).
27157         g) Fixed some compilation warnings.
27159 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27161         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27162           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27163         * src/*: cleanups (me)
27164         * pixmaps/mini_term.xpm: added new file for terminal button
27165           (me, based on existing artwork)
27167 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27169         * configure.in: bumped version to 0.1.9-pre
27170         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27171           translation
27172         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27174 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27176         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27177           files are free of that char)
27178         * configure.in: added "az" to ALL_LINGUAS
27180 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27182         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27183           crash bug fix from Biswa.
27184         * FUTURE: added Anjuta/gIDE merger information to provide 
27185           details on future direction and status of 1.x stuff
27186         * NEWS: prepared for release
27187         * po/de.po: update from Jens Georg <mail@jensgeorg>
27189 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27191         * multiple minor updates pre-0.1.8
27192         * patch from Biswa to fix syntax highlighting and packaging
27193         * po/fr.po: update from Stef
27195 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27197         * global-tags/Makefile.am
27198         global-tags/create_global_tags.sh
27199         global-tags/tm_global_tags.c
27200         scintilla/LexCPP.cxx
27201         scintilla/include/SciLexer.h
27202         src/aneditor.cxx
27203         src/project_dbase.c
27204         tagmanager/Makefile.am
27205         tagmanager/include/Makefile.am
27206         tagmanager/include/tm_project.h
27207         tagmanager/include/tm_tag.h
27208         tagmanager/include/tm_tagmanager.h
27209         tagmanager/tm_project.c
27210         tagmanager/tm_source_file.c
27211         tagmanager/tm_tag.c
27212         tagmanager/tm_workspace.c:
27213         
27214         Includes the syntax highliting patch to scintilla).
27215         and more stable code.
27216         
27217         *tagmanager/include/tm_symbol.h: New file.
27218         *tagmanager/tm_symbol.c: New file.
27219         
27220         Add symbol tree building functionality at project level
27221         
27222         Patch from:
27223         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27224         
27225 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27227         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27228           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27229           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27230           : New and improved pixmaps from Misha <misha@phreaker.net>
27231           Thanks to him.
27233 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27234         
27235         * Big patch submitted by
27236           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27237           Many thanks to him.
27238         
27239         * src/Makefile.am, src/aneditor.cxx
27240           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27241           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27242           Use of tagmanager lib for advanced calltips.
27244         * global-tags/*: Created new directory and added files to 
27245           generate system.tags.
27247         * tagmanager/*: Created new directory and added tagmanager lib
27248           files.
27250         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27251           the above additions.
27253         * data/Makefile.am: Modified to accomodate generated system.tags file.
27255 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27257         * scintilla/: updated to 1.41
27258         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27259         * src/about.c: updated list of authors
27260         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27261         * HACKING: updated to cover Scintilla usage
27262         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27263           translation
27265 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27267         * src/aneditor.cxx: Fixed compilation errors with it.
27268           by add include to gtk+ headers and typedefining a mysteriously
27269           vanished class Colour.
27271 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27273         * configure.in: Added pt_BR in the languages.
27274         
27275 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27277         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27278           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27279         * THANKS: updated
27280         * manuals/C/anjuta-manual/*: new format to match
27281           the rest of the GNOME docs chapter layout. Added the many
27282           new contributors. Moved Authors and License information into new
27283           chapters of their own - should make expansion easier too
27284         * src/compiler_options.c: changed the profiler option to -pg to 
27285           work with GNU tools (gprof)
27286         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27287           and text labels
27288         
27289 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27291         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27292           compiler_options_gui.c:
27293           Added a new entry for linker flags and renamed c_options to c_flags
27294           and l_options to l_libs. Also, added a new function:
27295           compiler_options_set_prjlflags_in_file();
27296         
27297         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27298         
27299         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27300           
27301 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27303         * THANKS, src/about.c: corrections and additions following 
27304         Naba's big update
27305         * src/main_menubar.c: patch from Rikul to fix the problem with 
27306         menu accelerators not being loaded
27308 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27310         * THANKS: Added all contributors and translators names and emails.
27311         * AUTHORS: Updated
27312         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27313         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27314               Added new file (earlier logo with border).
27315         * src/about.c: Added all contributors names and emails
27316               and used macro definition for logo pixmap file.
27317         * src/pixmaps.h: Added entry for anjuta splash screen.
27319 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27321         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27322         to new PNG version (thanks to Misha) and removed the old
27323         pixmap.
27325 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27327         * THANKS: added Conner Mo for simplified Chinese translation.
27328         * configure.in: added zh_CN in ALL_LINGUAS
27330 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27332         * THANKS: added Joe Man for his traditional Chinese translation.
27333         * configure.in: added zh_TW in ALL_LINGUAS.
27335 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27337         * src/main_menubar_def.h: Changed the link of lidn to
27338         http://lidn.sourceforge.net.
27339         
27340 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27342         * Applied patch from Rikul
27343         * Applied patch from Luca
27344         * Fixed a cvs conflict. :)
27346 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27348         * THANKS: added Marc Botermans for his Dutch translation.
27350         * configure.in: added nl in ALL_LINGUAS.
27352         * po/nl.po: added.
27354 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27356         * anjuta.c: Fixed luca's typo.
27357         * resources.c, resources.h: Changed gchar* return to void, to
27358                 avoid a compiler warning.
27359         * scintilla/Makefile.am: Reorganized file entries.
27360         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27362 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27364         * Upgraded scintilla to 1.4.
27365         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27366                 LexLisp.cxx StyleContext.cxx StyleContext.h
27367         * src/Makefile.am: Added 4 lexers and separated lexer objects
27368                 from the main link variable.
27370 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27372         * THANKS: added Luca, even if it shouldn't be my role to write
27373           this sort of thing :)
27375         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27376           the latest Luca patch.
27378 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27380         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27381         This is not documented yet; plugins to come later.
27382         * src/find*.c: find dialogs now persistent 
27383         (Rick <rikul@bellsouth.net>)
27384         * widgets/gnomefilelist.c: fixed multiple file open issue 
27385         (Rick <rikul@bellsouth.net>)
27386         * changes to recent file and project lists handling 
27387         (lbell <lbell@tsc4.com>)
27388         * more minor UI updates (me)
27390 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27392         * src/Makefile.am: removed warnings for traditional C syntax
27393         * pixmaps: added new icons for mini_locals, mini_cvs and
27394         the splash screen - thanks to Misha <misha@phreaker.net>
27396 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27398         * src/toolbar.c: fix typo in tooltip text
27399         * ccview/cccmd.cc: alter Func to Function in menu text
27401 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27403         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27404         issue with find dialog reporting an error when Scintilla finds text
27405         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27406         DOS files (i.e. CR/LF translation)
27408 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27410         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27411         #452436
27412         * data/internal.properties: default fold style now set to 3 :-)
27413         * applied patch from rikul <null@acm.org> to turn notebook tab 
27414         headings red when file has been edited.
27416 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27418         * configure.in: Added "no" to ALL_LINGUAS.
27419         
27420 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27422     * Patch from lbell <lbell@tsc4.com>
27423     src/controls.c
27424     src/debugger.c
27425     src/main_menubar.c
27426     src/main_menubar.h
27427     src/main_menubar_def.h
27428     src/mainmenu_callbacks.c
27429     src/mainmenu_callbacks.h
27430     src/project_dbase.c
27431     src/project_dbase.h
27432     
27433     Implemented a check menu item to handle the 'show locals' flag
27434     for the current project.
27436     * data/internal.properties: Removed the redundant command
27437     for gnome-terminal.
27438     
27439 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27441         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27443 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27445         * configure.in: Added "ta" to the languages list.
27447 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27449         * data/internal.properties:
27450           added fold.symbols property to control appearance of folds
27451           in the Scintilla editor (thanks to rikul <null@acm.org>)
27453 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27455         * src/message.c:
27456           one extra button for message win is being created -- Fixed.
27457         
27458           The frame should be hidden and not only the pix_lab when
27459           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27460           -- Fixed.
27461         
27462         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27463           for the time being it is same as mini_cvs.xpm.
27464         
27465 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27467         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27469         Patch from rikul <null@acm.org>
27470         
27471         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27472         glades.h, messages.c, messages.h, pixmaps.h,
27473         project_dbase.c, project_dbase.h, session.c,
27474         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27475         
27476         inserted 'add to watch' option in inspect window, so you can add easily
27477         a variable in watch window .
27478         
27479         Added a new message pane for the gdb local variables inspection. Changed
27480         the code in messages.c to better account for future new panes insertion.
27481         Defined a new pixmap for the new tab button in pixmaps.h
27482         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27483         install script.
27484         
27485         Changed the debugger module to have a single function for asking to gdb
27486         to send program info. The idea is to ask the debugger about only the
27487         info needed to open windows( watch, registers, etc ) to speedup the step
27488         command. I plan to ask informations to the debugger based on the user
27489         interface status.
27490         The request for local variables is enabled by default, but the
27491         projectDBase has a variable to control it, to allow disabling that
27492         feature,  there is also the code to save and to reload the state. If you
27493         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27494         in project_dbase.c
27496         This big patch is from:  lbell <lbell@tsc4.com>
27497         
27498 2001-09-20  Stephane Demurget <demurgets@free.fr>
27500         Patch from rikul <null@acm.org> :
27502         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27503           problem and added folding support for php/hmtl.
27505 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27507         * Fixed dnd of files within scintilla.
27508         patch from:  rikul <null@acm.org>
27509         
27510 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27512         * Applied patch from Luca.
27513         
27514         * src/source.c: source_write_build_files(): Fixed the project generation
27515           failure. The fist return statement and the free_project_type were 
27516           misplaced.
27518 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27519         
27520         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27521         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27522         
27523         1) Restore the error color to red (waiting for a configurable one )
27524         2) Saving projects settings if you exit anjuta without closing an open
27525         saved project
27526         3) New Menu 'repaeat search' to search with a keystroke without pressing
27527         the toolbar button
27528         4) some define in the menus to better handle menu item update
27529         
27530         Patch from: lbell <lbell@tsc4.com>
27531         
27532         * main_menubar_def.h, main_menubar.c: Change the position of
27533         "Repeat find" menu position.
27535 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27537          project_type.h, project_type.c, source.c: Applied patch.
27538          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27539          
27540 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27542         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27543         
27544 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27545         
27546         * Fixed bug #445752
27547   
27548 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27549         
27550         * Fixed bugs in Gtk-- and Gnome-- project type
27552 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27554         * dnd.c: Support for multiple files drag-n-drop.
27555         
27556           Patch from: rikul <null@acm.org>
27557         
27558         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27559           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27560           saving from menu.
27561         
27562           Patch from: rikul <null@acm.org>
27564         * Applied patch for widgetizing goto dialog box.
27565           Patch from: ???
27566         
27567         * Applied patch for having new project type handling.
27568           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27569           
27570 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27572         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27573           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27574           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27575           find_replace.c, find_replace.h, find_text.c, find_text.h,
27576           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27577           project_dbase.h, source.c, text_editor.c, text_editor.h,
27578           text_editor_cbs.c, utilities.c, utilities.h:
27579         
27580           Applied a huge patch (after slight preview). I would like Luca
27581           to have his feature additions mentioned here.
27582         
27583           Patch from: lbell <lbell@tsc4.com>
27585 2001-09-09  Stephane Demurget <demurgets@free.fr>
27587         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27589         * po/fr.po: updated to the latest sources.
27592 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27593         
27594         * Fixed bug #445752
27595   
27596 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27598         * dnd.h, dnd.c: New files for drag n drop support.
27599                 
27600         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27601            Added drag and drop support for opening files.
27602         
27603         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27604         Archit Baweja <bighead@crosswinds.net> for this idea.
27605         
27606         * TODO: Added some more todos. :-(
27608 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27610         * Fixed the goto line activate bug.
27611         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27613 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27614         
27615         * Fixed bugs in Gtk-- and Gnome-- project type
27617 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27619         * widgets/gonmefilelist.c, gnomefilelist.c:
27620         Modified multiple selection on pressing control.
27621           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27622         
27623         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27624         Modified multiple selection on pressing control.
27625           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27626         
27627 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27629         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27630           This is useless; but just in case...
27632 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27634         * data/internal.properties: modified a bit of perl properties.
27635         
27636 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27638         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27639           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27640           Added support for multiple file imports. Changed the standrd C++
27641           convention of #include <file> to #include <file.h>, because I had given
27642           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27643           now support the #include <file> convention. That is something to be fixed :). 
27644           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27646 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27648         * src/anjuta.c: Added function static greetings_text(), to solve the non
27649                 translation of the greetings text in the wizard.
27650                 
27651 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27653         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27654           dialogs, with OK the default (fix bug #453482)
27656 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27658         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27659         
27660         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27661         
27662 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27664         * src/aneditor.cxx
27665           src/aneditor.h
27666           src/anjuta_cbs.c
27667           src/controls.c
27668           src/main_menubar.c
27669           src/main_menubar.h
27670           src/main_menubar_def.h
27671           src/mainmenu_callbacks.c
27672           src/mainmenu_callbacks.h:
27673                 Applied the patch that addes menu items which allow users to
27674                 insert GPL notice and date time in current document.
27675                 patch from: Rick Patel <rikul@shreve.net>       
27676                 
27677         * src/main_menu.c: Fixed a compilation error.
27678         
27679         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27680         
27681         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27682           about the unterminated strings.
27683           
27684         * scintilla/*: Updated scintilla to 1.3.9 version.
27685         
27686 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27687         
27688         * widgets/gnomefileselection.c:
27689           Applied the patch for fixing multiple selection of file open funcion,
27690           which will deselect the files selected.
27691           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27693 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27695         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27696           src/fileselection.c, src/anjuta_cbs.c:
27697           Applied the patch     for multiple selection of file open.
27698           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27699           
27700 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27702         * Removed "-f" option in call to devhelp, because devhelp no longer
27703           supports that.
27704         
27705 2001-08-26  Stephane Demurget <demurgets@free.fr>
27707         All these modifications have been pointed out by
27708         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27710         * data/internal.properties: two fixes for the PHP lexer.
27711           this out.
27713         * fr.po: minor fixes.
27715         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27717 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27718         
27719         * main_menubar.c,
27720           main_menubar.h,
27721           main_menubar_def.h,
27722           main_menubar_callbacks.c,
27723           controls.c:
27724                 Added new menu item for "close all fils".
27725                 (Patch from Rikul <rikul@shreve.net>, after revision)
27726         
27727         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27728         
27729         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27730                 (Patch from Rikul <rikul@shreve.net>)
27731         
27732         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27733                 (Patch from Rikul <rikul@shreve.net>)
27735 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27736         
27737         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27738            project name in application widzard.
27739            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27741         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27742           of the 'OK' button there is an 'Execute' one.
27743           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27744         
27745         * executer.c: Changed cancel button to close button. That was more appropriate.
27746           
27747 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27749         * HACKING: corrected >>>>>> Config management.
27750         
27751         * HACKING: Added many things.
27752         
27753         * src/launcher.h: Added some comments.
27755 2001-08-21  Stephane Demurget <demurgets@free.fr>
27757         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27759         * HACKING,
27760           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27761           src/appwizard_cbs.c,
27762           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27763           Andy Piper <andy.piper@freeuk.com>
27765         * po/fr.po: updated to latest sources.
27767         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27770 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27772         * Fixed bugs #450280 and #448845
27774         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27775         
27776         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27777           named dialogs
27778         
27779         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27780           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27781           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27782           names to remove "Anjuta: " prefix
27783           
27784         * src/main_menubar_def.c: altered a message
27785         
27786         * launcher/anjuta_launcher.c: cleaned up some messages
27788         * src/debugger.c: edited messages to improve clarity
27789         
27790         * src/app_wiz*.c: tidied wizard interface
27793 2001-08-15  Stephane Demurget <demurgets@free.fr>
27795         Synced Naba's fix and mine about the wizards not working and removed
27796         anjuta.prj to avoid a nasty checkin.
27798         * Makefile.am: removed the install-data-local rule.
27800         * data/Makefile.am: changed the list of files.
27802         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27804         * .cvsignore: added anjuta.prj for the same reason.
27807 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27809         * src/source.c: Fixed a bug that fails new gnome projects to get
27810           created.
27812         * src/project_manager.c: Fixed a bug that disables storing recent
27813           project history.
27815         * Makefile.am: Added stuffs to install the macro files in the
27816           anjuta share file.
27819 2001-08-14  Stephane Demurget <demurgets@free.fr>
27821         * data/Makefile.am: added some rules to support the gnome/ macros
27822           dir in order to make the wizards work again.
27824         * anjuta.spec.in: upped the release number.
27827 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27829         * configure.in (ALL_LINGUAS): Added pl.
27832 2001-08-09  Stephane Demurget <demurgets@free.fr>
27834         * anjuta.spec.in: fixed the doc files list.
27837 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27839         * src/about.c: corrected my email address. :-)
27840         
27841         * TODO: Updated.
27842         
27843         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27844          (patch from Andy Piper <squiggle@ukgateway.net>)
27846 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27848         * debugger.c: Fixed a bug associated with debugging threaded
27849           application.
27850         
27851         * text_editor_menu.c: Fixed broken ui in text editor
27852           pop up menu.
27853           
27854         * text_editor_menu.c: Now the option sub menu in text editor pop up
27855           works.
27856         
27857         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27858                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27859         
27860 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27862         * src/text_editor_menu.c: Added menu item for context help
27863           (patch from Andy Piper <squiggle@ukgateway.net>)
27864         
27865 2001-08-06  Stephane Demurget <demurgets@free.fr>
27867         * ccview/cccproj.cc: added missing i18n strings.
27869         * data/welcome.txt: bumped version to 0.1.6.
27871         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27873 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27874         
27875         * help.c, help.h: Added support for DevHelp context sensitive help
27876                 and gnome api browsing.
27877         * Fixed toolbars and editor views "not save" bug.
27878         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27879           (patch from Andy Piper <squiggle@ukgateway.net>)
27880         * Updated THANKS and chapter15.sgml for uk and ru translators.
27882 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27884         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27885         * Updated configure.in to include these changes
27886         
27887 2001-08-03  Stephane Demurget <demurgets@free.fr>
27889         * src/project_dbase_gui.c: fixed bug #446963
27890           (on_project_dbase_ccview_update_start),
27891           (on_project_dbase_ccview_update_end): added.
27892           These two respectively disable and enable close file/project
27893           menu entries and toolbar items, while the ccview part updates
27894           its tag database.  
27897 2001-08-03  Stephane Demurget <demurgets@free.fr>
27899         * configure.in: added sv to the ALL_LINGUAS list.
27900         
27902 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27904         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27905                 file to work: merge translations and distribute it.
27907         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27909         * NEWS, README, THANKS & TODO: Spelling fixes.
27911 2001-08-01  Stephane Demurget <demurgets@free.fr>
27913         * README: updated requirements.
27915         * scintilla/Makefile.am,
27916           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27917           target can't be realized (custom build path).
27919         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27920           Removed install-data-local.
27922         * src/compiler_options.c: changed the include paths of the pixmaps.
27923           we hadn't any warning because of the include paths passed to the
27924           compiler. Thanks to make distcheck for reporting this.
27927 2001-07-31  Stephane Demurget <demurgets@free.fr>
27929         * NEWS, THANKS: updated.
27931         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27932           fixed to show the correct kernel signal number and its description.
27934         * widgets/gnomefilelist.c: fixed bug #445756
27935           (goto_last): renamed to goto_prev and changed according to goto_next.
27936           (goto_next): added.
27937           (goto_directory): removed.
27938           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27939           returned value is now the position in the list.
27940           (check_ok_button_cb): changed the back check and added one for next.
27941           (gnome_filelist_set_dir): the check in history make it wouldn't be
27942           a "true" history. polished the whole thing, using set_dir_internal.
27943           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27944           there's no check in the history when using back or next.
27946         * manuals/*: added missing .cvsignore files.
27949 2001-07-30  Stephane Demurget <demurgets@free.fr>
27951         * po/fr.po: updated to latest sources.
27953         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
27954           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
27955           to put off their sensitive attributes.
27957 2001-07-29  Stephane Demurget <demurgets@free.fr>
27958         
27959         * po/fr.po: fixed some grammar things.
27960           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
27961           this out.
27962         
27963         * src/utilities.c: (file_is_link): use lstat instead of stat.
27965 2001-07-27  Naba Kumar <kh_naba@123india.com>
27966         
27967         * Remove help dir from cvs, because it is no longer
27968           needed.
27969         
27970         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
27971           needed.
27973 2001-07-24  Naba Kumar <kh_naba@123india.com>
27975         * debugger.c: (debugger_update_prog_status): Fixed
27976                 the bug with gdb version 5. Debugger starts, when
27977                 step in/out/over etc are clicked.
27978         
27979         * debugger.c: All functions: added debugging codes.
27980         
27981         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
27982         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
27983           Modified to recognize non project files also.
27984           
27985         * source.c: (source_write_configure_in):
27986           Added source for 'prefix' counterparts for
27987           no-prefix AC_SUBST.
27988         
27989 2001-07-23  Naba Kumar <kh_naba@123india.com>
27990         
27991         * anjuta.c: added function anjuta_remove_text_editor();
27992           and suitably modified anjuta_remove_current_text_editor().
27993           
27994         * project_dbase.c: project_dbase_close(), Added code to
27995           close all opened files that belong to the project when
27996           the project is closed.
27997          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
27998         
27999         * Updated the manuals/anjuta-manual subdir for GDP standards.
28000            (patch from Andy Piper <squiggle@ukgateway.net>)
28001         
28002         * main_menubar.h, main_menubar.def: Added Menu items to handle
28003           urls for library references, bugs, patches and feature request
28004           submission.
28005         
28006 2001-07-20  Naba Kumar <kh_naba@123india.com>
28007         
28008         * Set wmclass names in all windows.
28009           (patch from Andy Piper <squiggle@ukgateway.net>)
28010         * New splash logo from "Misha" <misha@phreaker.net>);
28012 2001-07-19  Naba Kumar <kh_naba@123india.com>
28013         
28014         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28015           set caret color, calltip back color and selection fore/back
28016           color.
28018 2001-07-18  Naba Kumar <kh_naba@123india.com>
28019         
28020         * project_dbase.c: Closes all files when project is closed.
28021          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28022          -- We still need to refine this as it closes all sort of files.
28023         
28024         * compiler_options.c: Fixed seg-fault bug when last item in
28025           compiler option lists is removed.
28026         
28027         * Fixed missing newline warnings during compilation.
28028           (patch from Andy Piper <squiggle@ukgateway.net>)
28030 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28032         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28033                 autogenerated no need to store'em in CVS.
28035         * ccview/.cvsignore: Addition of cvsignore.
28037 2001-07-17  Naba Kumar <kh_naba@123india.com>
28038         
28039         *GUI fixes and spell corrections
28040         (patch from Andy Piper <squiggle@ukgateway.net>)
28042 2001-07-15  Naba Kumar <kh_naba@123india.com>
28043         
28044         *Fixed double error message for file not found.
28045         
28046         *Put white backgrounds for png images.
28047         
28048         *Converted '-' to '_' in sgml files.
28050 2001-07-14  Naba Kumar <kh_naba@123india.com>
28051         
28052         * project_dbase.c: Short-cut for expand/collasp project tree
28053         
28054         * project_dbase_gui.c:
28055          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28057 2001-07-13  Naba Kumar <kh_naba@123india.com>
28058         
28059         * notebook.[h,c]: Added
28060          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28061         Project/message window now toggles on control and
28062         and notebook switch short-cut
28064 2001-07-7  Naba Kumar <kh_naba@123india.com>
28065         
28066         * Changed a new icon set which looks more gnomish.
28067         
28068         * Changed a new anjuta splash logo.
28069         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28071 2001-07-6  Naba Kumar <kh_naba@123india.com>
28072         
28073         * ccview/*: Integrated ccview for class view and file view
28074                 in the project Manager.
28075         
28076         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28078 2001-07-1  Naba Kumar <kh_naba@123india.com>
28079         
28080         * scintilla/*: Upgraded Scintilla to version 1.3.7
28081         
28082         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28083         
28084 2001-06-28  Naba Kumar <kh_naba@123india.com>
28085         
28086         * src/debugger.c: Correct step-over and step-out swapping.
28087         
28088         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28089           chapters and added more stuffs.
28091 2001-06-13  Naba Kumar <kh_naba@123india.com>
28092         
28093         * data/autogen.sh.gtkmm: Added
28094         
28095         * data/autogen.sh.gnomemm: Added
28096         
28097         * src/appwiz.c: Added two more application wizard templetes
28098         
28099         * src/project: for gtk-- and gnome-- and proper support
28100         
28101         * src/source.c: for c++ in the project configuration.
28102         
28103         * src/source.h:
28105 2001-05-05  Naba Kumar <kh_naba@123india.com>
28107         * Merged my pre-cvs modifications with 
28108           the current cvs copy.
28110         * (lot of files change).
28112         * Implemented session management.
28114         * Local installation possible by
28115           manageing our own pixmaps paths
28116           manupulations.
28117         
28118         * resources.h: Added.
28119         * resources.c: Added.
28121         * Fixed some bugs.
28122         
28123 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28125         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28126                 Corrected/extended ignores.
28128 2001-05-04  Naba Kumar <kh_naba@123india.com>
28130         * manuals/: dir tree added.
28131           Sgml documentation started in this dir.
28132           
28133         * omf-install/: dir tree added.
28134         
28135         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28136           Created initial document structure.
28137           
28138         * configure.in: Added test for scrollkeeper.
28139           Added some Makefile entries in AC_OUTPUT.
28140         
28141         * Makefile.am: Added subdir manuals/
28142         
28143         * HACKING: Wrote something stupid.
28145 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28147         * Makefile.am: Added ChangeLog in local data list, becaused it's
28148           needed to create a new project.
28149           
28150         * po/fr.po: minor fixes.
28152         * src/build_file.c, src/configurer.c, src/debugger.c,
28153           src/executer.c, src/find_replace.c, src/gnome_project.c,
28154           src/goto_line.c, src/launcher.c, src/messages.c, 
28155           src/preferences.c src/project_dbase.c: functions declared static.
28156           
28157         * widgets/gnomefilelist.c: Fixed a project creation bug,
28158           introduced with latest changes.
28160 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28162         * widgets/gnomefilelist.c,
28163           BUGS: Fixed an annoying bug preventing from loading files/project
28164           given on the command line. Polished the whole gnome_filelist widget.
28166 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28168         * src/main.c,
28169           src/anjuta.c,
28170           src/anjuta.h: Polished the command line parsing.
28172         * BUGS: Need to clean that damn gnome_filelist widget.
28174 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28176         * src/registers.c,
28177           src/sharedlib.c,
28178           src/signals.c: Removed duplicated includes.
28180         * po/fr.po: minor fixes.
28182         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28183           create_compiler_options_page? () declared static.
28184         * src/main.c,
28185           src/anjuta.c: Put a command line option for disabling
28186           the splashscreen.
28188         * src/preferences_gui.c: Fixed an internationalization issue,
28189           other functions declared static.
28191         * src/gnome_project.c: Fixed some memory leaks,
28192           new_prj_terminated () declared static. 
28194 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28196         * configure.in: Sort ALL_LINGUAS alphabetically.
28198 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28200         * Emptied that ugly old Changelog.
28202 == Anjuta 0.1.5 ===
28203 == Anjuta 0.1.4 ==
28205 2001-03-10 Naba kumar  <naba@gnome.org>
28207         * src/gnome_project.c: Fixed project dir creation bug.
28209         * src/text_editor.c: Fixed double accelerators bug.
28210         
28211         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28213         * src/stack_trace.c, * src/compiler_options.c,
28214         data/internals.properties, src/defaults.c:
28215         Fixed pixmap creation with NULL window.
28217         * src/commands.c, src/preferences_gui.c, src/build_project.c
28218         src/clean_project.c: Bug fix.
28219         
28220         * src/main_menubar_def.h: i18n bug fix.
28221         
28222         * src/executer.h, src/executer.c: Bug fix.
28223         
28224         * src/controls.c: Bug fix.
28225         
28226         * src/debugger.c: Debugger now takes program args.
28227         
28228         * po/ja.po: Added japanese translation file.
28229         
28230         Upgraded to ver 0.1.4
28231         ... Fixed other minor bugs.
28233 == Anjuta 0.1.3 ===
28235 2001-XX-XX Naba kumar  <naba@gnome.org>
28237         * Lots of unaccountable changes. Integrated scintilla.
28238         Redesigned Project managemet. Added supports for other languages.
28239         Java style properties managements. .... blah blah
28240         
28241 2000-11-11 Naba kumar  <naba@gnome.org>
28243         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28244         Upgraded to version 0.1.3.
28246         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28247         Fixed to activate Debug->add watch properly.
28249 === Anjuta 0.1.2 beta_2 ===
28250 === Anjuta 0.1.2 ===
28252 2000-11-05 Naba kumar  <naba@gnome.org>
28254         * src/compiler_options.c, src/compiler_options_cbs.c
28255         src/compiler_options_cbs.h, src/compiler_options_gui.c
28256         src/anjuta2.c, extra/stock_libs.anj (new),
28257         extra/README.stock_libs (new), htmls/page13.html,
28258         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28259         added libraries. Stock libs provided for ease of entry. Modified
28260         help html file accordingly.
28262 2000-11-03 Naba kumar  <naba@gnome.org>
28264         * README: Minor fixes in Doc files.
28266         * src/gnome_prj.c, src/appwidzard_cbs.c:
28267         Fixed to ignore non-existant dir for blank prj.
28268         More checking in project creation, especially to confirm
28269         that the prj file already does not exist.
28271         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28273         * src/controls.c: Now Menu item "Format/Detach current document"
28274         is inactive when there is no document opened.
28276 === Anjuta 0.1.1 ===
28278 2000-11-01 Naba kumar  <naba@gnome.org>
28280         Completed and Release of first version (Beta) with lots of bugs.
28282 1999-12-27 Naba kumar  <naba@gnome.org>
28284         Anjuta project started.