Add a missing backslash in plugins/Makefile.am
[anjuta-git-plugin.git] / ChangeLog
blob2376e3b2daa3d4047596d59025ec6aa071c635b9
1 2008-05-02  Sébastien Granjoux  <seb.sfo@free.fr>
3         * (added) plugins/terminal/anjuta-terminal-plugin.ui,
4         plugins/terminal/Makefile.am,
5         plugins/terminal/terminal.c:
6         Add a context menu with copy/paste in terminal plugin
8 2008-05-02  Johannes Schmid  <jhs@gnome.org>
10         * configure.in: changed gnome-build requirement, bumped version to 2.5.0
11         * libanjuta/interfaces/libanjuta.idl:
12         * plugins/project-manager/plugin.c (iproject_manager_get_packages),
13         (iproject_manager_iface_init):
14         Add an interface method to access the pkg-config data from gnome-build.
15         
16         * plugins/symbol-browser/plugin.c (project_root_added):
17         Automatically load symbol from project configuration (proof-of-concept)
19 2008-05-01  Massimo Cora'  <maxcvs@email.it>
21         * plugins/symbol-db/plugin.c (symbol_db_activate):
22         * plugins/symbol-db/test/main.c (main):
24         Adapt to changes in recent libgda
26 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
28         * plugins/run-program/execute.c:
29         Fix run plugin again, previous patch was causing a crash when
30         the program exist
32 2008-05-01  Johannes Schmid  <jhs@gnome.org>
34         * plugins/document-manager/plugin.c (update_title):
35         Fixed bug broken titles for new files
37 2008-05-01  Johannes Schmid  <jhs@gnome.org>
39         * libanjuta/anjuta-utils.c (anjuta_util_uri_get_dirname),
40         (anjuta_util_replace_home_dir_with_tilde),
41         (anjuta_util_str_middle_truncate):
42         * libanjuta/anjuta-utils.h:
43         Added some utility methods (derived from gedit)
44         
45         * plugins/document-manager/plugin.c (get_directory_display_name),
46         (update_title):
47         Really fix #530033 now
49 2008-05-01  Massimo Cora'  <maxcvs@email.it>
51         * plugins/symbol-db/plugin.c (on_single_file_scan_end):
52         set message 'Generating inheritances...' when doing sdb_engine_second_pass_do ()
54         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
55         (sdb_engine_init_caches), (sdb_engine_ctags_output_thread),
56         (sdb_engine_thread_monitor), (sdb_engine_init),
57         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
58         (sdb_engine_add_new_sym_implementation),
59         (sdb_engine_second_pass_update_scope_1),
60         (sdb_engine_second_pass_update_scope),
61         (sdb_engine_second_pass_update_heritage),
62         (symbol_db_engine_update_project_symbols),
63         (symbol_db_engine_get_files_with_zero_symbols),
64         (symbol_db_engine_get_file_symbols):
65         fixed a population bug introduced with using of caches. It broke the kind
66         of symbol in some cases (e.g. returning of table_id = -1). 
67         Avoid lazy initialization and inlined the lookup functions to speed up the
68         thing.
69         Performances improvement in sdb_engine_second_pass_update_heritage () using
70         a prepared query (libgda parser now rulez!). Some fixes to the lock ()/unlock ()
71         logic in this part should avoid gui freezing, at least here it does not freeze.
73         * plugins/symbol-db/symbol-db-view-locals.c
74         (symbol_db_view_locals_recv_signals_from_engine):
75         * plugins/symbol-db/symbol-db-view.c
76         (symbol_db_view_recv_signals_from_engine):
77         greyed out trees while population is in place.
79 2008-05-01  Sébastien Granjoux  <seb.sfo@free.fr>
81         * data/default.profile:
82         Put the new run program plugin in the default plugin list
84         * plugins/run-program/execute.c:
85         Fix a crash when the program doesn't exist
87 2008-04-30  Johannes Schmid  <jhs@gnome.org>
89         * plugins/document-manager/anjuta-document-manager.ui:
90         * plugins/message-view/anjuta-message-manager.ui:
91         Put the menu items of the message-manager in the correct Goto menu
93 2008-04-30  Johannes Schmid  <jhs@gnome.org>
95         * libanjuta/anjuta-plugin-manager.c (anjuta_plugin_manager_select):
96         Allow markup in dialog description
97         
98         * plugins/file-loader/plugin.c (iloader_load):
99         #523186 – Open With dialog should mention filename
101 2008-04-30  Johannes Schmid  <jhs@gnome.org>
103         * libanjuta/anjuta-status.c (anjuta_status_set_title):
104         * plugins/document-manager/anjuta-docman.c
105         (anjuta_docman_update_page_label):
106         * plugins/document-manager/plugin.c (update_title),
107         (on_document_update_save_ui):
108         
109         #530033 – Have window title like gedit
110         Also add the dirty char (*) at the beginning of the filename to match HIG
112 2008-04-30  Johannes Schmid  <jhs@gnome.org>
114         * plugins/devhelp/anjuta-devhelp.ui:
115         * plugins/search/anjuta-search.ui:
116         * plugins/document-manager/anjuta-document-manager.ui:
117         * src/anjuta.ui:
118         Moved Goto menu into View to avoid cluttering the menubar and created
119         new Documents menu
121         * plugins/document-manager/action-callbacks.c (on_next_document),
122         (on_previous_document):
123         * plugins/document-manager/action-callbacks.h:
124         * plugins/document-manager/anjuta-docman.c (on_document_toggled),
125         (anjuta_docman_update_documents_menu_status),
126         (anjuta_docman_update_documents_menu),
127         (on_notebook_page_reordered), (anjuta_docman_page_init),
128         (anjuta_docman_new), (on_notebook_switch_page),
129         (anjuta_docman_add_document), (anjuta_docman_remove_document):
130         * plugins/document-manager/plugin.c:
131         
132         Show open documents in the "Documents" menu and add actions for next/prev
133         document like in gedit. Don't center menu items of notebook popup menu.
134         (Fixes bugs #453702 and #529528)
136 2008-04-29  Johannes Schmid  <jhs@gnome.org>
138         Patch from Yuriy Penkin:
140         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
141         .glade:
142         * plugins/debug-manager/anjuta-debug-manager.glade:
143         * plugins/run-program/anjuta-run-program.glade:
144         * plugins/tools/anjuta-tools.glade:
145         530566 – Fix translation and POTFILES.in
147 2008-04-29  Johannes Schmid  <jhs@gnome.org>
149         * plugins/patch/patch-plugin.c (get_project_uri), (patch_show_gui):
150         Use current project folder as default and added a file filter for
151         the patch file chooser.
153 2008-04-28  Massimo Cora'  <maxcvs@email.it>
155         * plugins/symbol-db/symbol-db-view-search.c
156         (sdb_view_search_model_filter):
157         fixed search symbols to match "foo_symbol_%"
159 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
161         * configure.in,
162         po/POTFILES.in,
163         plugins/Makefile.am,
164         src/anjuta.ui,
165         (added) plugins/run-program/anjuta-run-program-48.png,
166         (added) plugins/run-program/anjuta-run-program.glade,
167         (added) plugins/run-program/anjuta-run-program.plugin.in,
168         (added) plugins/run-program/anjuta-run-program.ui,
169         (added) plugins/run-program/execute.c,
170         (added) plugins/run-program/execute.h,
171         (added) plugins/run-program/Makefile.am,
172         (added) plugins/run-program/parameters.c,
173         (added) plugins/run-program/parameters.h,
174         (added) plugins/run-program/plugin.c,
175         (added) plugins/run-program/plugin.h,
176         (added) plugins/run-program/utils.c,
177         (added) plugins/run-program/utils.h:
178         New run program plugin, includes a new dialog box to set
179         program arguments
181         * plugins/debug-manager/anjuta-debug-manager.plugin.in,
182         plugins/debug-manager/anjuta-debug-manager.ui,
183         plugins/debug-manager/plugin.c,
184         plugins/debug-manager/start.c:
185         Update debugger plugin to use run program parameter dialog
187         * plugins/build-basic-autotools/build-basic-autotools.c,
188         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
189         Remove run program menu item
191         * libanjuta/interfaces/libanjuta.idl,
192         plugins/gdb/plugin.c,
193         plugins/gdb/debugger.c,
194         plugins/gdb/debugger.h,
195         plugins/debug-manager/command.c,
196         plugins/debug-manager/command.h:
197         Use a gchar * null terminated array instead of a GList for
198         passing environment variables
200 2008-04-28  Sébastien Granjoux  <seb.sfo@free.fr>
202         * plugins/terminal/terminal.c,
203         libanjuta/interfaces/libanjuta.idl:
204         Add a child-exited signal in the IAnjutaTerminal interface
205         Remove environment variables merging, it is already done
206         in vte
208 2008-04-28  Massimo Cora'  <maxcvs@email.it>
210         * plugins/symbol-db/plugin.c (isymbol_manager_search):
211         * plugins/symbol-db/symbol-db-engine.c
212         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
213         fixed partial pattern match accordingly with api.
215 2008-04-28  Johannes Schmid <jhs@gnome.org>
217         * plugins/symbol-db/plugin.c:
218   Hide progress bar when things are done.
220 2008-04-27  Massimo Cora'  <maxcvs@email.it>
222         * plugins/symbol-db/symbol-db-engine.c
223         (symbol_db_engine_find_symbol_by_name_pattern),
224         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
225         fixed typo on query.
226         
227 2008-04-26  Massimo Cora'  <maxcvs@email.it>
229         * plugins/document-manager/plugin.c (on_document_update_ui):
230         * plugins/symbol-db/symbol-db-engine-iterator-node.c
231         (symbol_db_engine_iterator_node_get_symbol_extra_string):
232         * plugins/symbol-db/symbol-db-engine.c
233         (sdb_engine_get_statement_by_query_id), (gtree_compare_func),
234         (sdb_engine_get_dyn_query_node_by_id),
235         (sdb_engine_dyn_child_query_node_destroy),
236         (sdb_engine_insert_dyn_query_node_by_id),
237         (sdb_engine_free_cached_queries),
238         (sdb_engine_free_cached_dynamic_queries),
239         (sdb_engine_get_tuple_id_by_unique_name),
240         (sdb_engine_get_tuple_id_by_unique_name2),
241         (sdb_engine_get_tuple_id_by_unique_name3),
242         (sdb_engine_populate_db_by_tags),
243         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
244         (sdb_engine_finalize), (symbol_db_engine_add_new_workspace),
245         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
246         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
247         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
248         (sdb_engine_add_new_sym_implementation),
249         (sdb_engine_add_new_heritage),
250         (sdb_engine_add_new_scope_definition),
251         (sdb_engine_add_new_tmp_heritage_scope),
252         (sdb_engine_second_pass_update_scope_1),
253         (sdb_engine_second_pass_update_heritage),
254         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
255         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
256         (on_scan_update_files_symbols_end),
257         (symbol_db_engine_update_project_symbols),
258         (symbol_db_engine_get_full_local_path),
259         (symbol_db_engine_get_file_db_path),
260         (sdb_engine_walk_down_scope_path),
261         (symbol_db_engine_get_files_with_zero_symbols),
262         (sdb_engine_prepare_symbol_info_sql),
263         (symbol_db_engine_get_class_parents_by_symbol_id),
264         (symbol_db_engine_get_class_parents),
265         (symbol_db_engine_get_global_members_filtered),
266         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
267         (symbol_db_engine_get_scope_members_by_symbol_id),
268         (symbol_db_engine_get_scope_members),
269         (symbol_db_engine_get_current_scope),
270         (symbol_db_engine_get_file_symbols),
271         (symbol_db_engine_get_symbol_info_by_id),
272         (symbol_db_engine_find_symbol_by_name_pattern),
273         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
274         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
275         * plugins/symbol-db/symbol-db-engine.h:
276         * plugins/symbol-db/tables.sql:
277         new dynamic prepared queries architecture. Now every query used in the
278         engine has its own compiled query in libgda-sqlite provider. This for speed
279         improvements, code cleaning and auto-escaping of string parameters. 
280         Lookup of dynamic queries takes care of sym_info parameters and of 
281         parameters passed to functions. The compiled GdaStatements are stored in an 
282         array of GTree (of GTree(s)). Some parameters, as the filter_kinds, 
283         are bounded at n = 5, to avoid a third level of indirection on the store-trees.
285         * plugins/symbol-db/test/Makefile.am:
286         * plugins/symbol-db/test/main.c (get_parents), (get_current_scope),
287         (main):
288         re-enabled test.
290 2008-04-25  Yuriy Penkin <yuriy.penkin@gmail.com>
292         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
293         * po/POTFILES.in,
294         plugins/tools/tool.c:
295         Fix #529798: Mark additional strings for translation
297 2008-04-23  Sébastien Granjoux  <seb.sfo@free.fr>
299         * plugins/project-wizard/druid.c,
300         plugins/project-wizard/property.c,
301         plugins/project-wizard/property.h,
302         plugins/project-wizard/parser.c,
303         plugins/project-wizard/templates/mkfile.wiz,
304         plugins/project-wizard/templates/terminal.wiz,
305         plugins/project-wizard/templates/xlib-dock.wiz,
306         plugins/project-wizard/templates/wxwin.wiz,
307         plugins/project-wizard/templates/java.wiz,
308         plugins/project-wizard/templates/django.wiz,
309         plugins/project-wizard/templates/gnome.wiz,
310         plugins/project-wizard/templates/anjuta-plugin.wiz,
311         plugins/project-wizard/templates/gtkmm.wiz,
312         plugins/project-wizard/templates/python.wiz,
313         plugins/project-wizard/templates/cpp.wiz,
314         plugins/project-wizard/templates/sdl.wiz,
315         plugins/project-wizard/templates/gtk.wiz,
316         plugins/project-wizard/templates/minimal.wiz,
317         plugins/project-wizard/templates/xlib.wiz,
318         plugins/project-wizard/templates/gcj.wiz:
319         Add additional restriction on project name fix #529226
321 2008-04-23  Yuriy Penkin <yuriy.penkin@gmail.com>
323         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
324         * plugins/tools/plugin.c:
325         Fix #529506: Uncorrect unloading tools plugin
327 2008-04-22  Johannes Schmid  <jhs@gnome.org>
329         * plugins/search/search-replace.c (search_and_replace),
330         (on_message_view_destroyed):
331         Don't spit out two many warnings when the message view is destroyed
332         
333         * plugins/search/search-replace_backend.c
334         (file_buffer_new_from_path):
335         Only use first 500 characters for validation
337 2008-04-21  Johannes Schmid  <jhs@gnome.org>
339         * plugins/search/plugin.c (find_incremental):
340         * plugins/search/search-replace.c (on_search_regex_toggled),
341         (on_search_button_next_clicked), (search_replace_find_usage):
342         * plugins/search/search-replace_backend.c (match_substr_free),
343         (file_buffer_new_from_path), (get_next_match),
344         (clear_search_replace_instance), (create_search_replace_instance):
345         * plugins/search/search-replace_backend.h:
346         
347         Use GRegex instead of pcre and convert files to utf-8 if necessary.
348         Rest of #440637
350 2008-04-21  Johannes Schmid  <jhs@gnome.org>
352         * plugins/document-manager/action-callbacks.c
353         (on_editor_command_paste_activate):
354         #528693 – Ctrl-F (Find) followed by Ctrl-V (Paste) pastes into main window
355   (there was an else missing...)
357 2008-04-17  Naba Kumar  <naba@naba-desktop>
359         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
360         * plugins/project-import/anjuta-project-import.plugin.in:
361         * plugins/project-wizard/anjuta-project-wizard.glade:
362         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
363         Fixed bug #528264 - New: Uses incorrect spelling "assistent"
365 2008-04-20  Johannes Schmid  <jhs@gnome.org>
367         * libanjuta/anjuta-launcher.c (anjuta_launcher_dispose):
368         Fixed a condition where we kill our own process
370 2008-04-20  Johannes Schmid  <jhs@gnome.org>
372         * libanjuta/anjuta-session.h:
373         * libanjuta/anjuta-shell.c (anjuta_shell_session_load):
374         * plugins/symbol-db/plugin.c (value_added_current_editor),
375         (on_session_load), (symbol_db_activate):
376         * plugins/symbol-db/plugin.h:
377         * plugins/symbol-db/symbol-db-view.c
378         (sdb_view_build_and_display_base_tree):
379         Added new sessions states to avoid loading the local symbols before
380         the session is loaded (speeds up start-up).
381         
382         * plugins/document-manager/plugin.c
383         (update_document_ui_undo_items), (update_document_ui_save_items),
384         (on_document_update_ui):
385         * plugins/sourceview/sourceview.c (idocument_redo):
386         Fixed #528705 – There is no Redo
388 2008-04-18  Sébastien Granjoux  <seb.sfo@free.fr>
390         * libanjuta/interfaces/libanjuta.idl,
391         plugins/terminal/terminal.c,
392         plugins/build-basic-autotools/executer.c,
393         plugins/gdb/plugin.c:
394         Add an env parameter in the IAnjutaTerminal interface allowing
395         to specify additional environment variables
397         * libanjuta/anjuta-launcher.c:
398         Add one initialization
400 2008-04-16  Johannes Schmid  <jhs@gnome.org>
402         Patch from Ignacio Casal Quinteiro:
403         * plugins/file-loader/anjuta-recent-chooser-menu.c
404         (_gtk_recent_chooser_get_items),
405         (anjuta_recent_chooser_menu_insert_item), (idle_populate_func),
406         (anjuta_recent_chooser_menu_populate):
407         Show 5 project and 15 file items in recent-chooser
409 2008-04-16  Johannes Schmid  <jhs@gnome.org>
411         * plugins/search/search-replace_backend.c (isawordchar),
412         (extra_match), (get_next_match):
413         
414         Make searching utf-8 aware. We still need to fix encodings for
415         search/replace in files as it is currently assumed they are utf-8 like
416         the editors.
418 2008-04-16  Johannes Schmid  <jhs@gnome.org>
419         
420         Patch from Ignacio Casal Quinteiro:
421         * plugins/file-loader/anjuta-recent-chooser-menu.c
422         (anjuta_recent_chooser_menu_insert_item),
423         (anjuta_recent_chooser_menu_populate):
424         * plugins/file-loader/plugin.c (activate_plugin):
425         Fix recent files in the toolbar
426         
427         * plugins/tools/plugin.c (ipreferences_merge):
428         Fixed some warnings
430 2008-04-13  Sébastien Granjoux  <seb.sfo@free.fr>
432         * libanjuta/anjuta-preferences.c: Fixed a typo in the previous patch
434 2008-04-13  Naba Kumar  <naba@naba-desktop>
436         * libanjuta/anjuta-preferences.c (register_callbacks): Fixed a typo.
437         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
438         Do not enable brace autocompletion by defualt because it annoying for
439         fast typist (i.e. it's easier to type ending brace than move carat)
440         and it's currently broken for scintilla.
442 2008-04-13  Naba Kumar  <naba@naba-desktop>
444         * src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
445         * src/about.c (on_about_plugin_activate): Removed dead code.
446         * src/main.c: Make smaller include.
448 2008-04-12  Naba Kumar  <naba@naba-desktop>
450         * src/anjuta_cbs.c, src/getline.c, src/utilities.c,
451         src/utilities.h: Removed dead files.
452         * src/widget-registry.c, src/widget-registry.h: Removed more dead
453         files.
455 2008-04-12  Naba Kumar  <naba@naba-desktop>
457         * src/action-callbacks.c: Removed unneeded gnome.h include.
458         * src/anjuta-app.c (on_toolbar_view_toggled): Removed outdated comment.
460 2008-04-12  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
462         Reviewed by Naba Kumar  <naba@gnome.org>:
463         * libanjuta/anjuta-utils.{ch}:
464         Added anjuta_utils_get_user_config_dir. This func is used
465         to get the user config directory.
466         * anjuta/anjuta-app.{ch}: Switched from GnomeApp to GtkWindow.
468 2008-04-12  Johannes Schmid  <jhs@gnome.org>
470         * plugins/search/Makefile.am:
471         * plugins/search/anjuta-search.glade:
472         * plugins/search/anjuta-search.ui:
473         * plugins/search/plugin.c (find_incremental), (on_find1_activate),
474         (on_find_and_replace1_activate), (on_find_in_files1_activate),
475         (on_findnext1_activate), (on_findprevious1_activate),
476         (on_prev_occur), (on_next_occur), (activate_plugin),
477         (deactivate_plugin), (dispose), (finalize),
478         (search_plugin_class_init):
479         * plugins/search/plugin.h:
480         * plugins/search/search-replace.c (search_and_replace_init),
481         (search_and_replace), (write_message_pane), (on_message_clicked),
482         (save_not_opened_files), (replace_in_not_opened_files),
483         (search_replace_next_previous), (search_replace_next),
484         (search_replace_previous), (sr_get_gladewidget),
485         (search_set_popdown_strings), (search_set_popdown_map),
486         (search_select_item), (search_set_combo), (search_set_action),
487         (search_set_target), (search_set_direction),
488         (search_get_item_combo), (search_get_item_combo_name),
489         (search_direction_changed), (populate_value), (reset_flags),
490         (reset_flags_and_search_button), (search_start_over),
491         (search_end_alert), (max_results_alert), (nb_results_alert),
492         (search_show_replace), (modify_label_image_button),
493         (search_replace_populate), (show_jump_button),
494         (translate_dialog_strings), (create_dialog), (show_dialog),
495         (word_in_list), (list_max_items), (search_update_combos),
496         (replace_update_combos), (search_update_dialog),
497         (on_search_replace_delete_event),
498         (on_search_dialog_key_press_event),
499         (search_disconnect_set_toggle_connect),
500         (on_search_match_whole_word_toggled),
501         (on_search_match_whole_line_toggled),
502         (on_search_match_word_start_toggled), (on_search_regex_toggled),
503         (search_set_toggle_direction), (on_search_direction_changed),
504         (on_search_action_changed), (on_search_target_changed),
505         (on_search_expression_changed), (on_actions_no_limit_clicked),
506         (on_search_button_close_clicked), (on_search_button_stop_clicked),
507         (on_search_button_next_clicked), (search_replace_find_usage),
508         (on_search_button_jump_clicked), (on_search_expression_activate),
509         (on_search_full_buffer_toggled), (on_search_forward_toggled),
510         (on_search_backward_toggled), (on_setting_basic_search_toggled),
511         (basic_search_toggled), (anjuta_search_replace_activate):
512         * plugins/search/search-replace.h:
513         * plugins/search/search-replace_backend.c (pcre_info_free),
514         (pcre_info_new), (match_substr_free), (match_info_free),
515         (file_buffer_free), (file_buffer_new_from_te),
516         (file_buffer_new_from_path), (file_buffer_line_from_pos),
517         (file_match_line_from_pos), (create_search_files_list),
518         (get_project_file_list), (isawordchar), (extra_match),
519         (get_next_match), (create_search_entries), (regex_backref),
520         (clear_search_replace_instance), (clear_pcre),
521         (create_search_replace_instance):
522         * plugins/search/search-replace_backend.h:
523         Restored old search plugin - was a bad idea to merge this patch. Sorry!
525 2008-04-12  Johannes Schmid  <jhs@gnome.org>
527         * libanjuta/Makefile.am:
528         * libanjuta/libanjuta.h:
529         * plugins/document-manager/anjuta-document-manager.glade:
530         * plugins/document-manager/plugin.c:
531         * plugins/editor/text_editor.c (text_editor_finalize),
532         (convert_to_utf8), (load_from_file), (save_to_file):
533         * plugins/editor/text_editor.h:
534         * plugins/sourceview/Makefile.am:
535         * plugins/sourceview/anjuta-convert.c:
536         * plugins/sourceview/anjuta-convert.h:
537         * plugins/sourceview/anjuta-document-loader.c:
538         * plugins/sourceview/anjuta-document-saver.c:
539         * plugins/sourceview/anjuta-document.c:
540         * plugins/sourceview/anjuta-encodings.c:
541         * plugins/sourceview/anjuta-encodings.h:
542         * plugins/sourceview/anjuta-utils.c:
543         * plugins/sourceview/anjuta-utils.h:
544         * plugins/sourceview/anjuta-view.c:
545         * plugins/sourceview/sourceview.c:
546         
547         Move the encoding conversion infrastrcute to libanjuta and update all
548         users. Test all available encodings by default in scintilla editor
549         like sourceview is doing and removed encoding preferences
551         * plugins/search/search-replace_backend.c
552         (file_buffer_new_from_uri):
553         Fixed crasher
555 2008-04-11  Johannes Schmid  <jhs@gnome.org>
557         * plugins/search/anjuta-search.glade:
558         Various small improvements to the dialog
560 2008-04-11  Johannes Schmid  <jhs@gnome.org>
562         Patch from Ignacio Casal Quinteiro:
563         * plugins/file-loader/Makefile.am:
564         * plugins/file-loader/anjuta-recent-chooser-menu.c
565         (gtk_recent_chooser_iface_init),
566         (_anjuta_recent_chooser_install_properties),
567         (sort_recent_items_mru), (get_is_recent_filtered),
568         (_gtk_recent_chooser_get_items),
569         (anjuta_recent_chooser_menu_class_init),
570         (anjuta_recent_chooser_menu_init),
571         (anjuta_recent_chooser_menu_finalize),
572         (anjuta_recent_chooser_menu_dispose),
573         (anjuta_recent_chooser_menu_constructor),
574         (anjuta_recent_chooser_menu_set_property),
575         (anjuta_recent_chooser_menu_get_property),
576         (anjuta_recent_chooser_menu_set_current_uri),
577         (anjuta_recent_chooser_menu_get_current_uri),
578         (anjuta_recent_chooser_menu_select_uri),
579         (anjuta_recent_chooser_menu_unselect_uri),
580         (anjuta_recent_chooser_menu_select_all),
581         (anjuta_recent_chooser_menu_unselect_all),
582         (anjuta_recent_chooser_menu_set_sort_func),
583         (chooser_set_sort_type), (anjuta_recent_chooser_menu_get_items),
584         (anjuta_recent_chooser_menu_get_recent_manager),
585         (anjuta_recent_chooser_menu_add_filter),
586         (anjuta_recent_chooser_menu_remove_filter),
587         (anjuta_recent_chooser_menu_list_filters),
588         (anjuta_recent_chooser_menu_set_current_filter),
589         (escape_underscores), (anjuta_recent_chooser_menu_add_tip),
590         (anjuta_recent_chooser_menu_create_item),
591         (anjuta_recent_chooser_menu_insert_item),
592         (anjuta_recent_chooser_menu_dispose_items), (idle_populate_func),
593         (idle_populate_clean_up), (anjuta_recent_chooser_menu_populate),
594         (item_activate_cb), (manager_changed_cb), (set_recent_manager),
595         (get_icon_size_for_widget), (foreach_set_shot_tips),
596         (anjuta_recent_chooser_menu_set_show_tips),
597         (anjuta_recent_chooser_menu_new),
598         (anjuta_recent_chooser_menu_new_for_manager):
599         * plugins/file-loader/anjuta-recent-chooser-menu.h:
600         * plugins/file-loader/plugin.c (setup_recent_chooser_menu),
601         (activate_plugin), (dispose):
602         
603         Add separator to recent menu (#526932)
605         * plugins/search/Makefile.am:
606         * plugins/search/anjuta-search.glade:
607         * plugins/search/anjuta-search.ui:
608         * plugins/search/plugin.c (on_find1_activate),
609         (on_find_and_replace1_activate), (on_find_in_files1_activate),
610         (on_findnext1_activate), (on_findprevious1_activate),
611         (on_search_again_activate), (on_find_usage), (activate_plugin),
612         (deactivate_plugin), (dispose), (search_plugin_class_init):
613         * plugins/search/plugin.h:
614         * plugins/search/search-replace.c (anj_sr_execute),
615         (anj_sr_write_match_message), (on_message_clicked),
616         (anj_sr_set_search_string), (anj_sr_select_nearest),
617         (anj_sr_select_next), (anj_sr_select_previous),
618         (anj_sr_list_all_uses), (anj_sr_activate), (anj_sr_repeat),
619         (anj_sr_is_idle), (anj_sr_set_popdown_strings),
620         (anj_sr_set_popdown_map), (anj_sr_activate_combo_item),
621         (anj_sr_activate_combo_id_item), (anj_sr_set_action),
622         (anj_sr_set_target), (anj_sr_set_direction),
623         (anj_sr_get_direction), (anj_sr_get_combo_active_value),
624         (anj_sr_get_combo_id_active_value),
625         (anj_sr_conform_direction_change), (anj_sr_populate_value),
626         (anj_sr_reset_flags), (anj_sr_reset_replace_buttons),
627         (anj_sr_end_alert), (anj_sr_max_results_alert),
628         (anj_sr_total_results_alert), (anj_sr_show_replace),
629         (anj_sr_modify_button), (anj_sr_populate_data),
630         (anj_sr_show_replace_button), (anj_sr_enable_replace_button),
631         (anj_sr_get_default_uidata), (anj_sr_get_best_uidata),
632         (anj_sr_get_current_uidata), (anj_sr_set_dialog_searchdata),
633         (anj_sr_translate_dialog_strings), (anj_sr_create_dialog),
634         (anj_sr_present_dialog), (anj_sr_destroy_ui_data),
635         (anj_sr_find_in_list), (anj_sr_trim_list),
636         (anj_sr_update_search_combos), (anj_sr_update_replace_combos),
637         (anj_sr_populate_dialog), (anj_sr_interrupt_nicely),
638         (on_search_dialog_delete_event), (on_search_dialog_key_press),
639         (anj_sr_disconnect_set_toggle_connect),
640         (on_search_match_whole_word_toggled),
641         (on_search_match_whole_line_toggled),
642         (on_search_match_word_start_toggled), (on_search_regex_toggled),
643         (on_search_actions_no_limit_toggled), (anj_sr_revert_button),
644         (on_search_direction_changed), (on_search_action_changed),
645         (on_search_target_changed), (on_search_expression_changed),
646         (on_search_button_close_clicked), (on_search_button_stop_clicked),
647         (on_search_button_start_clicked),
648         (on_search_button_replace_clicked),
649         (on_search_expression_activate):
650         * plugins/search/search-replace.h:
651         * plugins/search/search-replace_backend.c (regex_backref),
652         (pcre_info_free), (pcre_info_new), (match_substr_free),
653         (match_info_free_subs), (editor_new_from_file_buffer),
654         (file_buffer_new_from_te), (file_buffer_new_from_uri),
655         (file_buffer_free), (file_buffer_get_byte_offset),
656         (file_buffer_get_char_offset), (file_buffer_get_char_offset_pair),
657         (file_buffer_find_lines), (file_buffer_freshen_lines),
658         (file_buffer_freshen_lines_from_pos), (file_buffer_line_for_pos),
659         (file_buffer_get_linetext_for_line), (save_file_buffer),
660         (replace_in_local_buffer), (get_search_files_list),
661         (get_project_files_list), (isawordchar), (extra_match),
662         (get_next_match), (create_search_entries), (clear_search_entries),
663         (search_get_default_data), (search_replace_data_new),
664         (clear_search_replace_instance), (search_replace_data_destroy),
665         (search_replace_init):
666         * plugins/search/search-replace_backend.h:
667         * plugins/search/search_preferences.c (removed):
668         * plugins/search/search_preferences.h (removed):
669         
670         Merged the UI changes from bug #511688 and simplified the search dialog
672 2008-04-10  Johannes Schmid <jhs@gnome.org>
674         * plugins/symbol-db/symbol-db-engine.c:
675         * plugin.c:
676         Check for ctags binary (#516123)
678 2008-04-09  Massimo Cora'  <maxcvs@email.it>
680         * plugins/symbol-db/symbol-db-engine.c
681         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
682         (sdb_engine_get_query_parameters_list),
683         (sdb_engine_free_cached_queries),
684         (sdb_engine_get_tuple_id_by_unique_name),
685         (sdb_engine_get_tuple_id_by_unique_name2),
686         (sdb_engine_get_tuple_id_by_unique_name3),
687         (symbol_db_engine_add_new_workspace),
688         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
689         (sdb_engine_add_new_file), (sdb_engine_add_new_sym_type),
690         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
691         (sdb_engine_add_new_sym_implementation),
692         (sdb_engine_add_new_heritage),
693         (sdb_engine_add_new_scope_definition),
694         (sdb_engine_add_new_tmp_heritage_scope),
695         (sdb_engine_second_pass_update_scope_1),
696         (sdb_engine_add_new_symbol), (sdb_engine_update_file),
697         (on_scan_update_files_symbols_end),
698         (symbol_db_engine_update_project_symbols):
699         GdaSet *plist is now used globally for every prepared statement.
700         It won't be created/unreffed at every query.
702 2008-04-09  Johannes Schmid  <jhs@gnome.org>
704         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_finalize):
705         Fixed crasher when deactivating symbol-db plugin
707 2008-04-08  Johannes Schmid  <jhs@gnome.org>
709         * plugins/symbol-db/symbol-db-engine.c
710         (sdb_engine_populate_db_by_tags):
711         Don't use transactions - uses only half of the time now!
713 2008-04-08  Massimo Cora'  <maxcvs@email.it>
715         * plugins/symbol-db/symbol-db-engine.c
716         (sdb_engine_prepare_symbol_info_sql),
717         (symbol_db_engine_get_global_members_filtered):
718         * plugins/symbol-db/symbol-db-view.c
719         (sdb_view_load_symbol_pixbufs),
720         (sdb_view_build_and_display_base_tree):
721         fixed global tab icons. Libgda could not understood the right fields, now it
722         does.
724 2008-04-07  Johannes Schmid  <jhs@gnome.org>
726         * plugins/language-support-cpp-java/cpp-java-assist.c
727         (completion_compare), (create_completion),
728         (cpp_java_assist_create_word_completion_cache):
729         
730         Only show () for functions/methods and macros with arguments. Does not work
731         with symbol-db yet but fixes things for symbol-browser
733 2008-04-07  Johannes Schmid  <jhs@gnome.org>
735         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
736         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
737         (sdb_engine_add_new_sym_implementation):
738         
739         Fixed some issues with caching
741 2008-04-07  Johannes Schmid  <jhs@gnome.org>
743         * plugins/symbol-db/plugin.c (on_single_file_scan_end),
744         (on_importing_project_end), (project_root_added),
745         (symbol_db_activate), (symbol_db_deactivate):
746         * plugins/symbol-db/plugin.h:
747         
748         Give the symbol-db it's own progress bar because there are too many
749         interactions with the global status bar.
751 2008-04-07  Johannes Schmid  <jhs@gnome.org>
753         * plugins/symbol-db/symbol-db-view-locals.c
754         (sdb_view_locals_create_new_store):
755         * plugins/symbol-db/symbol-db-view-search.c (sdb_view_search_init):
756         * plugins/symbol-db/symbol-db-view.c (sdb_view_create_new_store),
757         (symbol_db_view_open):
758         
759         Sort symbol trees
761 2008-04-07  Johannes Schmid  <jhs@gnome.org>
763         * plugins/sourceview/sourceview.c (idocument_cut),
764         (idocument_copy), (idocument_paste):
765         Block insert-text signal on cut/copy/paste
767 2008-04-07  Johannes Schmid  <jhs@gnome.org>
769         * plugins/symbol-db/plugin.c (on_char_added),
770         (on_single_file_scan_end):
771         Only update buffer when a newline is inserted
772         
773         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_clear_caches),
774         (sdb_engine_get_tuple_id_by_unique_name),
775         (sdb_engine_get_tuple_id_by_unique_name2),
776         (sdb_engine_get_tuple_id_by_unique_name3),
777         (sdb_engine_get_file_defined_id), (sdb_engine_populate_db_by_tags),
778         (sdb_engine_finalize), (symbol_db_engine_db_exists),
779         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
780         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_symbol),
781         Precompute file_defined_id to speed up population
783 2008-04-06  Johannes Schmid  <jhs@gnome.org>
785         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
786         (anjuta_launcher_set_encoding):
787         Fixed some problems with binary streams needed by symbol-db
788         
789         * plugins/sourceview/sourceview.c (sourceview_adjustment_changed):
790         Removed DEBUG_PRINT
791         
792         * plugins/symbol-db/symbol-db-engine.c (sdb_engine_cache_lookup),
793         (sdb_engine_insert_cache), (sdb_engine_clear_caches),
794         (sdb_engine_ctags_output_callback_1), (sdb_engine_init),
795         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
796         (sdb_engine_add_new_sym_implementation),
797         (on_scan_update_files_symbols_end):
798         Use some caching to speed up population
799         
800         * plugins/symbol-db/test/benchmark.c (on_scan_end), (main):
801         Exit properly when scanning is over
803 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
805         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
806         One additional change missed in the previous commit
808 2008-04-06  Sébastien Granjoux  <seb.sfo@free.fr>
810         * plugins/project-wizard/templates/gtkmm.wiz,
811         plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl,
812         plugins/project-wizard/templates/gtkmm/src/main.cc,
813         plugins/project-wizard/templates/django.wiz,
814         plugins/project-wizard/templates/python.wiz,
815         plugins/project-wizard/templates/python/configure.ac.tpl,
816         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
817         plugins/project-wizard/templates/cpp.wiz,
818         plugins/project-wizard/templates/cpp/configure.ac.tpl,
819         plugins/project-wizard/templates/cpp/src/Makefile.am.tpl,
820         plugins/project-wizard/templates/sdl.wiz,
821         plugins/project-wizard/templates/sdl/configure.ac.tpl,
822         plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
823         plugins/project-wizard/templates/terminal.wiz,
824         plugins/project-wizard/templates/terminal/configure.ac.tpl,
825         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
826         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
827         plugins/project-wizard/templates/gtk.wiz,
828         plugins/project-wizard/templates/gtk/src/main.c,
829         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
830         plugins/project-wizard/templates/minimal.wiz,
831         plugins/project-wizard/templates/minimal/configure.ac.tpl,
832         plugins/project-wizard/templates/minimal/Makefile.am.tpl,
833         plugins/project-wizard/templates/java.wiz,
834         plugins/project-wizard/templates/java/configure.ac.tpl,
835         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
836         plugins/project-wizard/templates/xlib.wiz,
837         plugins/project-wizard/templates/xlib/configure.ac.tpl,
838         plugins/project-wizard/templates/xlib/src/Makefile.am.tpl,
839         plugins/project-wizard/templates/gcj.wiz,
840         plugins/project-wizard/templates/gcj/configure.ac.tpl,
841         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
842         plugins/project-wizard/templates/xlib-dock.wiz,
843         plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl,
844         plugins/project-wizard/templates/wxwin.wiz,
845         plugins/project-wizard/templates/wxwin/configure.ac.tpl,
846         plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl,
847         plugins/project-wizard/templates/gnome.wiz,
848         plugins/project-wizard/templates/gnome/src/main.c,
849         plugins/project-wizard/templates/gnome/src/Makefile.am.tpl,
850         plugins/project-wizard/templates/anjuta-plugin.wiz,
851         plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl,
852         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
853         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
854         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
855         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in:
856         Fix bug #525999: Remove space in file and target names generated
857         by project wizard
858         Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor
859         has been renamed ianjuta_document_manager_get_current_document
861 2008-04-06  Naba Kumar  <naba@naba-desktop>
863         * libanjuta/anjuta-utils.c (anjuta_util_glist_strings_join):
864         * libanjuta/anjuta-utils.h:
865         * plugins/project-wizard/druid.c (check_and_warn_missing),
866         (on_druid_next):
867         * plugins/project-wizard/header.c (npw_header_free),
868         (npw_header_add_required_program),
869         (npw_header_add_required_package),
870         (npw_header_check_required_programs), (package_is_installed),
871         (npw_header_check_required_packages):
872         * plugins/project-wizard/header.h:
873         * plugins/project-wizard/parser.c (parse_tag),
874         (parse_header_start), (parse_header_text):
875         * plugins/project-wizard/templates/anjuta-plugin.wiz:
876         * plugins/project-wizard/templates/cpp.wiz:
877         * plugins/project-wizard/templates/django.wiz:
878         * plugins/project-wizard/templates/gcj.wiz:
879         * plugins/project-wizard/templates/gnome.wiz:
880         * plugins/project-wizard/templates/gtk.wiz:
881         * plugins/project-wizard/templates/gtkmm.wiz:
882         * plugins/project-wizard/templates/java.wiz:
883         * plugins/project-wizard/templates/minimal.wiz:
884         * plugins/project-wizard/templates/mkfile.wiz:
885         * plugins/project-wizard/templates/python.wiz:
886         * plugins/project-wizard/templates/sdl.wiz:
887         * plugins/project-wizard/templates/terminal.wiz:
888         * plugins/project-wizard/templates/wxwin.wiz:
889         * plugins/project-wizard/templates/xlib-dock.wiz:
890         * plugins/project-wizard/templates/xlib.wiz:
892         Added a check for vital programs and packages needed to create a
893         new project. A warning dialog is shown to user in project
894         wizard when he proceeds after selecting a project type.
895         Updated all project templates to cover vital programs and
896         packages to generate and build correctly.
897         
898 2008-04-05  Naba Kumar  <naba@gnome.org>
900         patch from  surenspost@gmail.com:
901         * src/about.c: Fixed bug #523068 link in about window doesn't work.
903 2008-04-04  Johannes Schmid  <jhs@gnome.org>
905         * plugins/sourceview/anjuta-view.c:
906         * plugins/sourceview/anjuta-view.h:
907         * plugins/sourceview/sourceview-prefs.c (init_fonts),
908         (sourceview_prefs_init):
909         Removed unused color management code
910         
911         * plugins/sourceview/anjuta-editor-sourceview.glade:
912         * plugins/sourceview/plugin.c (ieditor_factory_new_editor),
913         (create_style_model), (on_style_changed), (ipreferences_merge),
914         (ipreferences_unmerge):
915         * plugins/sourceview/plugin.h:
916         
917         Added style chooser for sourceview editor (#522555)
919 2008-04-04  Johannes Schmid  <jhs@gnome.org>
921         * plugins/document-manager/action-callbacks.c:
922         * plugins/document-manager/anjuta-document-manager.ui:
923         * plugins/document-manager/plugin.c (ui_give_shorter_names),
924         (update_document_ui_disable_all):
925         * plugins/file-loader/anjuta-loader-plugin.ui:
926         * plugins/file-loader/plugin.c (on_new_activate),
927         (activate_plugin):
928         
929         Moved "New" action from document-manager to file-loader using 
930         IAnjutaDocumentManager interface. Reenabled pop-down menu for "New"-ToolItem.
932 2008-04-03  Johannes Schmid  <jhs@gnome.org>
934         * Makefile.am:
935         * configure.in:
936         * libegg/.cvsignore:
937         * libegg/Makefile.am:
938         * libegg/egg-cell-renderer-text.c:
939         * libegg/egg-combo-action.c:
940         * libegg/egg-entry-action.c:
941         * libegg/egg-recent-action.c:
942         * libegg/egg-recent-files-module.c:
943         * libegg/egg-recent-item.c:
944         * libegg/egg-recent-model.c:
945         * libegg/egg-recent-util.c:
946         * libegg/egg-recent-view-gtk.c:
947         * libegg/egg-recent-view.c:
948         * libegg/egg-submenu-action.c:
949         * libegg/eggcellrendererpopup.c:
950         * libegg/eggcomboselect.c:
951         * libegg/eggmarshalers.list:
952         * libegg/eggtreemodelfilter.c:
953         * libegg/eggtreemodelunion.c:
954         * libegg/eggtreemultidnd.c:
955         * libegg/gtkcellview.h:
956         * libegg/layout.glade:
957         * libegg/menu/.cvsignore:
958         * libegg/menu/Makefile.am:
959         * libegg/menu/egg-combo-action.h:
960         * libegg/menu/egg-entry-action.h:
961         * libegg/menu/egg-recent-action.h:
962         * libegg/menu/egg-submenu-action.h:
963         * libegg/menu/eggcomboselect.h:
964         * libegg/recent-files/.cvsignore:
965         * libegg/recent-files/Makefile.am:
966         * libegg/recent-files/egg-recent-item.h:
967         * libegg/recent-files/egg-recent-model.h:
968         * libegg/recent-files/egg-recent-util.h:
969         * libegg/recent-files/egg-recent-view-gtk.h:
970         * libegg/recent-files/egg-recent-view.h:
971         * libegg/recent-files/egg-recent.h:
972         * libegg/test-actions.c:
973         * libegg/test-multi-drag.c:
974         * libegg/test-union.c:
975         * libegg/treeviewutils/.cvsignore:
976         * libegg/treeviewutils/Makefile.am:
977         * libegg/treeviewutils/egg-cell-renderer-text.h:
978         * libegg/treeviewutils/eggcellrendererpopup.h:
979         * libegg/treeviewutils/eggtreemodelfilter.h:
980         * libegg/treeviewutils/eggtreemodelunion.h:
981         * libegg/treeviewutils/eggtreemultidnd.h:
982         * libegg/util/.cvsignore:
983         * libegg/util/Makefile.am:
984         * libegg/util/egg-macros.h:
985         * libegg/util/eggintl.h:
986         
987         Killed libegg (#349279)
988         
989         * plugins/document-manager/Makefile.am:
990         * plugins/document-manager/action-callbacks.c:
991         * plugins/document-manager/plugin.c:
992         * plugins/editor/plugin.c:
993         (on_open_recent_file), (sort_recent_menu),
994         (setup_recent_chooser_menu), (activate_plugin), (dispose),
995         (anjuta_file_loader_plugin_instance_init):
996         * plugins/file-loader/plugin.h:
997         * plugins/search/Makefile.am:
998         * plugins/search/plugin.c:
999         * plugins/search/search-replace.c:
1000         
1001         Removed dead code and libegg from Makefiles
1002         
1003         * plugins/symbol-browser/Makefile.am:
1004         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
1005         * plugins/symbol-browser/plugin.c (on_editor_saved),
1006         (update_editor_symbol_model), (iter_matches),
1007         (value_removed_current_editor), (activate_plugin):
1008         Removed symbol-browser toolbar which used libegg and was
1009         buggy (#451588)
1010         
1011         Patch from Ignacio Casal Quinteiro with lots of changes:
1012         * plugins/file-loader/Makefile.am:
1013         * plugins/file-loader/anjuta-loader-plugin.ui:
1014         * plugins/file-loader/plugin.c (set_recent_file), (open_file),
1015         Port FileLoader to GtkRecent (#398984)
1017 2008-04-03  Johannes Schmid  <jhs@gnome.org>
1019         * configure.in:
1020         * libanjuta/anjuta-launcher.c (anjuta_launcher_scan_output),
1021         (anjuta_launcher_scan_error), (anjuta_launcher_scan_pty):
1022         * libanjuta/interfaces/libanjuta.idl:
1023         * plugins/Makefile.am:
1024         * plugins/class-inheritance/class-inherit.c
1025         (class_inheritance_show_dynamic_class_popup_menu),
1026         (cls_inherit_add_node), (cls_inherit_draw_expanded_node),
1027         (class_inheritance_update_graph):
1028         * plugins/language-support-cpp-java/cpp-java-assist.c
1029         (create_completion),
1030         (cpp_java_assist_create_scope_completion_cache),
1031         (cpp_java_assist_create_word_completion_cache),
1032         (cpp_java_assist_show_calltip):
1033         * plugins/profiler/gprof-view.c (gprof_view_show_symbol_in_editor):
1034         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_get_name),
1035         (isymbol_get_name), (isymbol_get_sym_type), (isymbol_get_args),
1036         (isymbol_get_extra_info_string), (isymbol_get_line),
1037         (isymbol_get_icon), (isymbol_iface_init):
1038         * plugins/symbol-browser/an_symbol.h:
1039         * plugins/symbol-browser/an_symbol_view.c
1040         (anjuta_symbol_view_get_file_symbol_model):
1041         * plugins/symbol-browser/plugin.c (isymbol_manager_search),
1042         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1043         (isymbol_manager_iface_init):
1044         * plugins/symbol-db/Makefile.am:
1045         * plugins/symbol-db/anjuta-symbol-db.glade:
1046         * plugins/symbol-db/plugin.c
1047         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
1048         (value_added_current_editor), (goto_local_tree_iter),
1049         (goto_global_tree_iter), (on_global_treeview_row_expanded),
1050         (on_global_treeview_row_collapsed), (on_project_element_added),
1051         (on_project_element_removed), (on_importing_project_end),
1052         (do_import_sources_after_abort), (do_import_sources),
1053         (project_root_added), (project_root_removed), (symbol_db_activate),
1054         (symbol_db_deactivate), (isymbol_manager_search),
1055         (isymbol_manager_get_members), (isymbol_manager_get_class_parents),
1056         (isymbol_manager_iface_init), (ipreferences_merge),
1057         (ipreferences_unmerge), (ipreferences_iface_init):
1058         * plugins/symbol-db/plugin.h:
1059         * plugins/symbol-db/symbol-db-engine-iterator-node.c
1060         (symbol_db_engine_iterator_node_new),
1061         (sdb_engine_iterator_node_instance_init),
1062         (sdb_engine_iterator_node_finalize),
1063         (symbol_db_engine_iterator_node_get_symbol_id),
1064         (symbol_db_engine_iterator_node_get_symbol_name),
1065         (symbol_db_engine_iterator_node_get_symbol_file_pos),
1066         (symbol_db_engine_iterator_node_get_symbol_is_file_scope),
1067         (symbol_db_engine_iterator_node_get_symbol_signature),
1068         (symbol_db_engine_iterator_node_get_symbol_extra_string),
1069         (isymbol_get_name), (isymbol_get_args),
1070         (isymbol_get_extra_info_string), (isymbol_get_uri),
1071         (isymbol_get_line), (isymbol_get_icon), (isymbol_get_sym_type),
1072         (isymbol_iface_init):
1073         * plugins/symbol-db/symbol-db-engine-iterator.c
1074         (symbol_db_engine_iterator_new):
1075         * plugins/symbol-db/symbol-db-engine.c
1076         (sdb_engine_execute_unknown_sql), (sdb_engine_execute_select_sql),
1077         (sdb_engine_execute_non_select_sql), (sdb_engine_get_query_by_id),
1078         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
1079         (sdb_engine_populate_db_by_tags), (sdb_engine_ctags_output_thread),
1080         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1081         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
1082         (sdb_engine_init), (sdb_engine_finalize),
1083         (sdb_engine_set_defaults_db_parameters),
1084         (sdb_engine_connect_to_db), (sdb_engine_create_db_tables),
1085         (symbol_db_engine_close_db), (symbol_db_engine_open_db),
1086         (sdb_engine_get_tuple_id_by_unique_name),
1087         (sdb_engine_get_tuple_id_by_unique_name2),
1088         (sdb_engine_get_tuple_id_by_unique_name3),
1089         (symbol_db_engine_add_new_workspace),
1090         (symbol_db_engine_project_exists),
1091         (symbol_db_engine_add_new_project), (sdb_engine_add_new_language),
1092         (sdb_engine_add_new_file), (symbol_db_engine_add_new_files),
1093         (sdb_engine_add_new_sym_type), (sdb_engine_add_new_sym_kind),
1094         (sdb_engine_add_new_sym_access),
1095         (sdb_engine_add_new_sym_implementation),
1096         (sdb_engine_add_new_heritage),
1097         (sdb_engine_add_new_scope_definition),
1098         (sdb_engine_add_new_tmp_heritage_scope),
1099         (sdb_engine_second_pass_update_scope_1),
1100         (sdb_engine_second_pass_update_heritage),
1101         (sdb_engine_second_pass_do), (sdb_engine_add_new_symbol),
1102         (sdb_engine_detects_removed_ids), (sdb_engine_update_file),
1103         (on_scan_update_files_symbols_end),
1104         (symbol_db_engine_fill_type_array),
1105         (symbol_db_engine_update_files_symbols),
1106         (symbol_db_engine_update_project_symbols),
1107         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
1108         (symbol_db_engine_update_buffer_symbols),
1109         (symbol_db_engine_get_files_with_zero_symbols),
1110         (sdb_engine_prepare_symbol_info_sql),
1111         (symbol_db_engine_get_class_parents_by_symbol_id),
1112         (symbol_db_engine_get_class_parents),
1113         (symbol_db_engine_get_global_members_filtered),
1114         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1115         (symbol_db_engine_get_scope_members_by_symbol_id),
1116         (symbol_db_engine_get_scope_members),
1117         (symbol_db_engine_get_file_symbols),
1118         (symbol_db_engine_get_symbol_info_by_id),
1119         (symbol_db_engine_get_full_local_path),
1120         (symbol_db_engine_get_file_db_path),
1121         (symbol_db_engine_find_symbol_by_name_pattern),
1122         (symbol_db_engine_get_parent_scope_id_by_symbol_id),
1123         (symbol_db_engine_find_symbol_by_name_pattern_filtered):
1124         * plugins/symbol-db/symbol-db-engine.h:
1125         * plugins/symbol-db/symbol-db-prefs.c
1126         (on_prefs_executable_changed), (on_gconf_notify_prefs),
1127         (pkg_list_compare), (on_cflags_output), (on_cflags_exit),
1128         (on_listall_output), (on_listall_exit), (files_visit_dir),
1129         (on_tag_load_toggled), (symbol_db_prefs_init),
1130         (symbol_db_prefs_finalize):
1131         * plugins/symbol-db/symbol-db-prefs.h:
1132         * plugins/symbol-db/symbol-db-view-locals.c
1133         (sdb_view_locals_get_iter_from_row_ref), (sdb_view_locals_init),
1134         (do_add_root_symbol_to_view),
1135         (consume_symbols_inserted_queue_idle_destroy),
1136         (consume_symbols_inserted_queue_idle), (on_scan_end),
1137         (do_recurse_subtree_and_remove), (on_symbol_removed),
1138         (on_symbol_inserted),
1139         (symbol_db_view_locals_recv_signals_from_engine),
1140         (symbol_db_view_locals_update_list):
1141         * plugins/symbol-db/symbol-db-view.c
1142         (sdb_view_get_iter_from_row_ref), (prepare_for_adding),
1143         (on_symbol_removed), (sdb_view_row_expanded_idle_destroy),
1144         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1145         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1146         (sdb_view_build_and_display_base_tree):
1147         * plugins/symbol-db/symbol-db.glade:
1148         * plugins/symbol-db/symbol-db.ui:
1149         * plugins/symbol-db/tables.sql:
1150         * plugins/symbol-db/test/Makefile.am:
1151         * plugins/symbol-db/test/main.c (get_parents), (main),
1152         (packages_foreach), (files_visit_dir):
1153         
1154         Merged changes from symbol-db branch
1156 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1158         * plugins/sourceview/sourceview.c (autodetect_language):
1159         Use gnome_vfs_get_slow_mime_type()
1161 2008-04-02  Johannes Schmid  <jhs@gnome.org>
1163         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
1164         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
1165         (open_with_dialog):
1166         
1167         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
1168         supertype instead no plugin for mime-type was found (#525706)
1170 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1172         patch by: Carl-Anton Ingmarsson:
1173         * src/anjuta.glade:
1174         Fixed padding in preferences
1176 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1178         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
1180         * plugins/tools/anjuta-tools.glade:
1181         * plugins/tools/anjuta-tools.ui:
1182         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
1183           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
1184           atp_tool_dialog_refresh, atp_tool_dialog_show):
1185         * plugins/tools/dialog.h (dialog, plugin):
1186         * plugins/tools/plugin.c (prefs, gxml, action_group,
1187           atp_plugin_finalize, test, atp_plugin_activate,
1188           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
1189           ipreferences_unmerge, ipreferences_iface_init):
1190         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
1191           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
1192           atp_user_tool_activate, atp_tool_list_append_new,
1193           atp_tool_list_activate, atp_tool_list_deactivate):
1194         * plugins/tools/tool.h (plugin):
1195         
1196         #515854 – Move configuration into preferences
1198 2008-03-31  Johannes Schmid  <jhs@gnome.org>
1200         patch by: Carl-Anton Ingmarsson:
1201         * src/anjuta-app.c (style, on_toolbar_style_changed,
1202           on_add_merge_widget, anjuta_app_instance_init):
1203         * src/anjuta.glade:
1204         
1205         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
1207 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
1209         * plugins/debug-manager/anjuta-debug-manager.glade,
1210         plugins/debug-manager/command.c,
1211         plugins/debug-manager/command.h,
1212         plugins/debug-manager/start.c,
1213         plugins/gdb/plugin.c,
1214         plugins/gdb/debugger.c,
1215         plugins/gdb/debugger.h,
1216         libanjuta/interfaces/libanjuta.idl:
1217         Improve start program dialog, allowing to specify working
1218         directory and environment variables
1220 2008-03-26  Naba Kumar  <naba@gnome.org>
1222         * libanjuta/resources.c (anjuta_res_url_show): Use
1223         anjuta_prog_is_installed() instead of g_find_program_in_path() and
1224         fixed formatting.
1226         Patch from Carl-Anton Ingmarsson:
1228         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
1229         * libanjuta/anjuta-utils.h:
1230         * src/action-callbacks.c (help_activate),
1231         (on_help_manual_activate), (on_help_tutorial_activate),
1232         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
1233         * libanjuta/Makefile.am:
1234         Get rid of gnome_help_display_with_doc_id()
1236 2008-03-26  Naba Kumar  <naba@gnome.org>
1238         Patch from Carl-Anton Ingmarsson:
1240         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
1241         * plugins/project-import/project-import.c (on_import_cancel): Remove
1242         stray GnomeDruid variable.
1244 2008-03-26  Naba Kumar  <naba@gnome.org>
1246         * plugins/project-import/project-import.c (create_start_page):
1247         * plugins/project-wizard/druid.c (npw_druid_new):
1248         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
1249         
1250         Fixed type 'assistent' to 'assistant'.
1252 2008-03-25  Naba Kumar  <naba@gnome.org>
1254         Patch from Carl-Anton Ingmarsson:
1256         * libanjuta/Makefile.am:
1257         * libanjuta/anjuta-ui.c (sensitivity_toggled),
1258         (visibility_toggled), (accel_edited_callback),
1259         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
1260         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
1261         (anjuta_ui_get_accel_editor):
1262         * libegg/Makefile.am:
1263         * libegg/eggaccelerators.c (removed):
1264         * libegg/eggcellrendererkeys.c (removed):
1265         * libegg/eggtreeviewstate.c (removed):
1266         * libegg/test-tree-utils.c (removed):
1267         * libegg/treeviewutils/Makefile.am:
1268         * libegg/treeviewutils/eggaccelerators.h (removed):
1269         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
1270         * libegg/treeviewutils/eggtreeviewstate.h (removed):
1272         Ports anjuta-ui to gtk_cell_renderer_accel
1273         
1274 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
1276         Reviewed by Naba Kumar  <naba@gnome.org>
1278         * plugins/project-import/Makefile.am:
1279         * plugins/project-import/project-import.{ch}:
1280         * plugins/project-import/anjuta-project-import.glade (removed):
1281         * configure.in, po/POTFILES.in:
1283         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
1284         file because libglade doesn't have GtkAssistant support.
1286 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
1288         * plugins/debug-manager/registers.c:
1289         Avoid a crash when debugger stop on an error
1291         * plugins/debug-manager/start.c,
1292         plugins/gdb/debugger.c,
1293         libanjuta/interfaces/libanjuta.idl:
1294         Display an error message when debugger target is not found
1296 2008-03-15  Naba Kumar  <naba@naba-desktop>
1298         * configure.in:
1299         * data/Makefile.am:
1300         * (removed) data/properties:
1301         * (added) plugins/editor/properties:
1302         * plugins/editor/Makefile.am:
1304         Moved data/properties to plugins/editor/ and removed dead code from
1305         Makefile.am files.
1306         
1307 2008-03-15  Naba Kumar  <naba@naba-desktop>
1309         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
1310         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1311         (macro_dialog_finalize):
1312         * plugins/macro/macro-edit.c (macro_edit_dispose),
1313         (macro_edit_finalize):
1315         Fixed errors in previous patch.
1316         
1317 2008-03-15  Naba Kumar  <naba@naba-desktop>
1319         Patch from Ignacio Casal Quinteiro:
1321         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
1322         (finalize):
1323         * plugins/class-gen/plugin.c (dispose), (finalize):
1324         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
1325         (class_inheritance_dispose):
1326         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
1327         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
1328         (dma_plugin_finalize):
1329         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
1330         (dma_debugger_queue_finalize):
1331         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
1332         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
1333         (anjuta_docman_finalize):
1334         * plugins/document-manager/plugin.c:
1335         * plugins/editor/plugin.c (dispose), (finalize),
1336         (editor_plugin_class_init):
1337         * plugins/editor/text_editor.c (text_editor_dispose),
1338         (text_editor_finalize):
1339         * plugins/file-loader/plugin.c (dispose), (finalize),
1340         (anjuta_file_loader_plugin_class_init):
1341         * plugins/file-manager/plugin.c (file_manager_finalize),
1342         (file_manager_dispose):
1343         * plugins/file-wizard/plugin.c (dispose), (finalize),
1344         (file_wizard_plugin_class_init):
1345         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
1346         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
1347         * plugins/glade/plugin.c (glade_plugin_dispose),
1348         (glade_plugin_finalize), (glade_plugin_class_init):
1349         * plugins/gtodo/plugin.c (finalize), (dispose):
1350         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
1351         (anjuta_vim_plugin_dispose):
1352         * plugins/indent/plugin.c (indent_plugin_finalize),
1353         (indent_plugin_dispose):
1354         * plugins/language-manager/plugin.c (language_manager_finalize),
1355         (language_manager_dispose):
1356         * plugins/language-support-cpp-java/plugin.c
1357         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
1358         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
1359         (macro_db_class_init):
1360         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
1361         (macro_dialog_finalize), (macro_dialog_class_init):
1362         * plugins/macro/macro-edit.c (macro_edit_dispose),
1363         (macro_edit_finalize), (macro_edit_class_init):
1364         * plugins/macro/plugin.c (finalize), (dispose):
1365         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
1366         (anjuta_msgman_finalize):
1367         * plugins/message-view/message-view.c (message_view_dispose),
1368         (message_view_finalize):
1369         * plugins/message-view/plugin.c (message_view_plugin_dispose),
1370         (message_view_plugin_finalize):
1371         * plugins/patch/plugin.c (patch_plugin_finalize),
1372         (patch_plugin_dispose):
1373         * plugins/profiler/plugin.c (profiler_finalize),
1374         (profiler_dispose):
1375         * plugins/project-import/plugin.c (dispose), (finalize),
1376         (project_import_plugin_class_init):
1377         * plugins/project-manager/plugin.c
1378         (project_manager_plugin_finalize),
1379         (project_manager_plugin_dispose):
1380         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
1381         (npw_plugin_finalize), (npw_plugin_class_init):
1382         * plugins/sample1/plugin.c (sample_plugin_finalize),
1383         (sample_plugin_dispose):
1384         * plugins/search/plugin.c (dispose), (finalize),
1385         (search_plugin_class_init):
1386         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
1387         (sourceview_plugin_dispose):
1388         * plugins/subversion/plugin.c (finalize), (dispose):
1389         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
1390         * plugins/symbol-browser/an_symbol_iter.c
1391         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
1392         * plugins/symbol-browser/an_symbol_search.c
1393         (an_symbol_search_dispose), (an_symbol_search_finalize):
1394         * plugins/symbol-browser/an_symbol_view.c
1395         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
1396         * plugins/symbol-browser/plugin.c (dispose), (finalize):
1397         * plugins/symbol-db/plugin.c (symbol_db_finalize),
1398         (symbol_db_dispose):
1399         * plugins/terminal/terminal.c (terminal_plugin_dispose),
1400         (terminal_plugin_finalize):
1401         * plugins/tools/plugin.c (atp_plugin_dispose),
1402         (atp_plugin_finalize), (atp_plugin_class_init):
1403         * plugins/valgrind/plugin.c (valgrind_finalize),
1404         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
1406 2008-03-15  Naba Kumar  <naba@gnome.org>
1408         * TODO.tasks: Updated and marked debugger bounties completed.
1409         
1410 2008-03-12  Johannes Schmid  <jhs@gnome.org>
1412         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
1413         (get_line_indentation_base):
1414         
1415         #521847 – anjuta freez when edit file
1417 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1419         Patch from Rob Bradford:
1420         * plugins/build-basic-autotools/executer.c (execute_program):
1421         520324 – Execute command is not overridable
1422         
1423         * plugins/sourceview/sourceview.c (on_insert_text):
1424         Removed Debug print
1426 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1428         Patch from James Liggett:
1429         * plugins/subversion/plugin.c (activate_plugin):
1430         521691 – Crash when click "Resolve Conflicts" without opened project
1432 2008-03-11  Johannes Schmid  <jhs@gnome.org>
1434         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1435         * plugins/language-support-cpp-java/cpp-java-utils.c:
1436         * plugins/language-support-cpp-java/plugin.c
1437         (get_line_indentation_base), (on_editor_char_inserted_cpp):
1438         520415 – [PATCH] Problems in auto indentatation code,
1439         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
1440         
1441         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
1442         (anjuta_view_button_press_event):
1443         * plugins/sourceview/sourceview.c (on_insert_text),
1444         (sourceview_adjustment_changed), (sourceview_new):
1445         #520761 – Weirz behavior with popup
1447 2008-03-03  Johannes Schmid  <jhs@gnome.org>
1449         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
1450         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
1451         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
1452         (anjuta_launcher_fork):
1453         * libanjuta/anjuta-launcher.h:
1454         Add API to set environment variables for the forked process
1455         
1456         * plugins/build-basic-autotools/Makefile.am:
1457         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1458         .glade:
1459         * plugins/build-basic-autotools/build-basic-autotools.c
1460         (build_set_env), (build_execute_command_full),
1461         (build_execute_command), (build_configure_project),
1462         (build_autogen_project):
1463         * plugins/build-basic-autotools/build-basic-autotools.h:
1464         * plugins/build-basic-autotools/build-options.c
1465         (fill_options_combo), (build_dialog_configure):
1466         * plugins/build-basic-autotools/build-options.h:
1467         Use new launcher API to set CFLAGS when running configure. New configure dialog
1468         which has predefined CFLAGS settings.
1470         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
1472 === anjuta 2.4.0 ===
1474 2008-03-11  Naba Kumar  <naba@gnome.org>
1476         * NEWS: Updated for 2.4.0 stable release.
1477         * configure.in: Version bumped to 2.4.0
1478         * TODO.tasks: Updated.
1480 2008-03-10  Rob Bradford  <rob@robster.org.uk>
1482         Reviewed by Naba Kumar  <naba@gnome.org>:
1483         * global-tags/Makefile.am:
1484         Revert change for #515954. This change was incorrect, the anjuta-tags
1485         program is installed into the $(bindir) rather than the $(scriptdir).
1487 2008-03-02  Naba Kumar  <naba@gnome.org>
1489         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
1490         * configure.in: Added a requirement for scintilla editor plugin.
1492 2008-03-02  Johannes Schmid  <jhs@gnome.org>
1494         * plugins/message-view/anjuta-msgman.c
1495         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
1496         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
1497         * plugins/message-view/anjuta-msgman.h:
1498         
1499         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
1500         get rid of the cached current_view member.
1501         Fixes #518469 – Save message buffer not working good
1503 2008-03-01  Johannes Schmid  <jhs@gnome.org>
1505         Patch by James Liggett:
1506         * plugins/subversion/svn-command.h:
1507         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
1508         Fixed #519275 – Subversion should allow offline diffs   
1510 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1512         * plugins/language-support-cpp-java/cpp-java-assist.c
1513         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
1514         Removed some debug code
1515         
1516         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
1517         Escape tooltip text to avoid broken markup
1519 2008-02-29  Johannes Schmid  <jhs@gnome.org>
1521         * libanjuta/Makefile.am:
1522         Fixed a build error when building with -j X
1523         
1524         * plugins/tools/scripts/prepare-changelog.pl:
1525         Updated to latest script version in gnome svn
1527 2008-02-28  Johannes Schmid <jhs@gnome.org>
1529         * plugins/document-manager/anjuta-docman.c:
1530         (anjuta_docman_page_destroy):
1531         Do not unref widget because the GtkNotebook will unref them
1532         
1533         * plugins/file-manager/file-view.c: (file_view_refresh):
1534         * plugins/search/search_preferences.c: (search_preferences_init):
1535         Fixed a memory leaks
1536         
1537         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
1538         (ieditor_get_offset), (ieditor_iface_init),
1539         (idocument_get_filename), (ilanguage_get_supported_languages),
1540         (autodetect_language):
1541         
1542         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
1543         was missing.
1545 2008-02-28  Johannes Schmid <jhs@gnome.org>
1547         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1548         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
1550 2008-02-27  Naba Kumar  <naba@gnome.org>
1552         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
1553         string break. That was a mistake doing at this point.
1555 === anjuta 2.3.5 ===
1557 2008-02-26  Naba Kumar  <naba@gnome.org>
1559         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
1560         crash when there is a modified new file open, a non-modified exiting
1561         file open and autosave happen. Simplified error checking logic and
1562         avoided memory corruption. Fixes bug #Bug 518716.
1564 2008-02-25  Naba Kumar  <naba@gnome.org>
1566         * NEWS: Updated for release 2.3.5
1567         * configure.in: Bumped version to 2.3.5
1569         * plugins/build-basic-autotools/build-basic-autotools.c:
1570         (on_editor_changed): Avoid accessing text which is greater than
1571         valid range.
1573         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
1575 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
1577         * plugins/debug-manager/breakpoints.c:
1578         Fix #518329: Crash when adding breakpoint and other similar bugs
1580 2008-02-25  Johannes Schmid <jhs@gnome.org>
1582         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
1583         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
1584         Never call error() which calls exit()
1585         #517646 – Anjuta exists with code 2 when i try to import gedit
1587 2008-02-23  Johannes Schmid <jhs@gnome.org>
1589         * plugins/sourceview/sourceview.c: (ieditor_insert):
1590         Block insert_text signal when inserting manually.
1592 2008-02-23  Johannes Schmid <jhs@gnome.org>
1594         * plugins/sourceview/sourceview.c: (on_insert_text):
1595         Fixed a problem with the "insert-text" signal that broke
1596         copy&paste sometimes
1598 2008-02-22  Johannes Schmid <jhs@gnome.org>
1600         * plugins/language-support-cpp-java/plugin.c:
1601         (get_line_indentation_base):
1602         More fixes for comment handling and made the code
1603         a lot simpler
1605 2008-02-22  Johannes Schmid <jhs@gnome.org>
1607         * plugins/sourceview/sourceview.c: (on_insert_text):
1608         Fixed #517919 – Crash on pasting docblock
1610 2008-02-20  Johannes Schmid <jhs@gnome.org>
1612   Patch from James Liggett:
1613         * plugins/profiler/profiler.glade:
1614         Fix width options dialog. Translations are not longer cut off. (#516630)
1616 2008-02-18  Johannes Schmid <jhs@gnome.org>
1618         * plugins/sourceview/sourceview.c: (on_insert_text):
1619         Do not change the iterator in the "insert-text" handler because
1620         it has some strange side-effects when copying text
1621         Fix useless free'ing in hover-leave that might have led to random
1622         crashes
1624 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1626         * plugins/debug-manager/start.c:
1627         Avoid a glib warning if no project is loaded
1629 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
1631         * manuals/anjuta-manual/C/debugger.xml:
1632         Remove warning about new debugger
1634 2008-02-17  Johannes Schmid <jhs@gnome.org>
1636         * manuals/anjuta-manual/figures/project-window.png:     
1637         Use a smaller picture
1639 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1641         * plugins/gdb/debugger.c:
1642         Set breakpoint in file with uncommon characters in path name
1644 2008-02-17  Johannes Schmid <jhs@gnome.org>
1646         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1647         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1648         (icell_get_char):
1649         * plugins/sourceview/sourceview.c: (on_insert_text):    
1650         Fix "char-added" signal to pass the correct iterator
1652 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
1654         * plugins/gdb/debugger.c:
1655         Load executable in gdb with space in path name 
1657 2008-02-17  Johannes Schmid <jhs@gnome.org>
1659         * plugins/language-support-cpp-java/plugin.c:
1660         (get_line_indentation_base), (get_line_auto_indentation),
1661         (on_auto_indent):
1662         Some bugfixes and clean-ups in comment indentation code
1663         
1664         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1665         (anjuta_view_finalize), (anjuta_view_key_press_event):
1666         * plugins/sourceview/sourceview.c: (on_insert_text),
1667         (sourceview_create_highligth_indic), (sourceview_new):
1668         Cleaned implementation of char-added signal by using "insert-text" signal
1669         instead of filtering "key-press-event"
1670         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
1671         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
1672         (iiter_diff):
1673         Fixed implementation of get_character and return value of iiter_first() and
1674         iiter_last();
1676 2008-02-16  Johannes Schmid <jhs@gnome.org>
1678         * plugins/valgrind/plugin.c: (valgrind_activate),
1679         (ipreferences_merge), (ipreferences_unmerge):
1680         * plugins/valgrind/vgactions.c: (vg_actions_run):
1681         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
1682         
1683         Fixed crasher when starting valgrind because of strange prefs handling and
1684         #516641 – Valgrind: Load Log does not clear list
1686 2008-02-15  James Liggett  <jrliggett@cox.net>
1688         * plugins/profiler/plugin.c:
1689         (on_select_other_target_button_clicked):
1690         Select the new custom target in the list so that the user sees it.
1692         Bug 516630 – Selection custom binary in profiler is not
1693         user-friendly.
1695 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1697         * manuals/anjuta-manual/C/projects.xml:
1698         Fix #515993: "Add package" button is "Add Package" in code
1699         Fix #516727: "Build All" is "Build Project" in code
1700         Fix #516728: "Clean All" is "Clean Project" in code
1701         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
1702         Fix #516730: Fix note title 
1703         "Configure" is "Run Configure..." in code
1705 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1707         * (added) manuals/anjuta-manual/C/figures/project-window.png,
1708         (removed) manuals/anjuta-manual/C/figures/project_win.png,
1709         manuals/anjuta-manual/C/projects.xml,
1710         manuals/anjuta-manual/Makefile.am:
1711         Fix #515207: Add a new project window screenshoot
1712         Rename "Project View" to "Project window"
1714 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1716         * plugins/project-import/project-import.c:
1717         Fix #516743: Import project keeps an old date on project file
1719         * plugins/project-manager/plugin.c:
1720         Fix #516737: Import project doesn't load project with space in name
1722 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
1724         * plugins/debug-manager/command.c:
1725         Destroy local variables on each step
1727         * plugins/debug-manager/debug_tree.c,
1728         plugins/debug-manager/watch.c,
1729         plugins/debug-manager/locals.c,
1730         plugins/gdb/debugger.c,
1731         libanjuta/interfaces/libanjuta.idl:
1732         Parse local variables scope (not used yet)
1734 2008-02-15  James Liggett <jrliggett@cox.net>
1736         reviewed by: Johannes Schmid <jhs@gnome.org>
1738         * plugins/profiler/gprof-options.c: (setup_widgets),
1739         (gprof_options_set_target), (gprof_options_has_target),
1740         (gprof_options_get_string):
1741         * plugins/profiler/gprof-options.h:
1742         * plugins/profiler/plugin.c: (ifile_open):
1743         516128 – crash in Anjuta IDE: selected profiler as the...
1745 2008-02-14  Johannes Schmid <jhs@gnome.org>
1747         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
1748         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
1749         * plugins/symbol-browser/an_symbol.c:
1750         * plugins/symbol-browser/an_symbol_view.c:
1751         (on_symbol_view_row_expanded):
1752         Fixed some memory leaks (Remember to all free/unref everything that comes
1753         from gtk_tree_model_get())
1755 2008-02-14  Johannes Schmid <jhs@gnome.org>
1757         * plugins/document-manager/search-box.c: (on_search_activated):
1758         516377 – Status bar does not change its status of 'Search for .. continued at top'
1759         (caused by differences between scintilla and sourceview)
1761 2008-02-13  James Liggett <jrliggett@cox.net>
1763         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
1764         Output in UTF-8 format to avoid hangs with the editor. (#516014)
1766 2008-02-14  Johannes Schmid <jhs@gnome.org>
1768         * plugins/language-support-cpp-java/plugin.c:
1769         (get_line_indentation_base), (get_line_auto_indentation),
1770         (on_editor_char_inserted_cpp):
1771         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
1773 2008-02-13  Johannes Schmid <jhs@gnome.org>
1775         * plugins/language-support-cpp-java/plugin.c:
1776         (is_iter_inside_string), (get_line_auto_indentation):
1777         Handle comments in the code and do not ask editor. Fixes scintilla
1778         indentation (sourceview does not report comments anyway).
1779         
1780         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
1781         Diff with correct sign (also fixes some issues with language-support)
1783 2008-02-13  Johannes Schmid <jhs@gnome.org>
1785         * plugins/language-support-cpp-java/plugin.c:
1786         (get_line_indentation_base):
1787         Act even more clever for comments. Indent /* */ comments correctly
1788         for multilines
1790 2008-02-13  Johannes Schmid <jhs@gnome.org>
1792         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
1793         Also set indentation size correctly, when tab size is set
1794         by language support plugin
1796 2008-02-13  Johannes Schmid <jhs@gnome.org>
1798         * plugins/language-support-cpp-java/plugin.c:
1799         (get_line_indentation_base):
1800         
1801         Indent lines after comments correctly
1803 2008-02-13  Johannes Schmid <jhs@gnome.org>
1805         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
1806         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
1807         * libanjuta/anjuta-launcher.h:
1808         Some more fixes from symbol-db-branch
1809         
1810         * src/Makefile.am:
1811         Move anjuta-shell to noinst_PROGRAMS as it is just a test
1813 2008-02-12  Johannes Schmid <jhs@gnome.org>
1815   Patch from Gennaro Bellizio <genbell@tiscali.it>:
1816         * global-tags/Makefile.am:
1817         * AUTHORS
1818         #515954 – create_global_tags.sh: wrong anjuta-tags path
1819         
1820         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1821         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
1822         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1823         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
1824         (anjuta_launcher_fork):
1825         * libanjuta/anjuta-launcher.h:
1826         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
1827         from symbol-db branch
1829 2008-02-11  Johannes Schmid <jhs@gnome.org>
1831         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1832   515868 – File browser only shows icons when activated
1833   
1834 2008-02-11  Johannes Schmid <jhs@gnome.org>
1836         * plugins/file-manager/file-model.c: (file_model_expand_idle):
1837         #515867 – Anjuta dies on startup
1839 2008-02-11  Johannes Schmid <jhs@gnome.org>
1841         * TODO.tasks: Marked subversion task as completed
1843 === anjuta 2.3.4 ===
1845 2008-02-11  Naba Kumar  <naba@gnome.org>
1847         * configure.in: Bumped version to 2.3.4
1849 2008-02-10  Naba Kumar  <naba@gnome.org>
1851         * NEWS: Updated for release.
1853 2008-02-10  Johannes Schmid <jhs@gnome.org>
1855         * plugins/document-manager/anjuta-document-manager.plugin.in:
1856         Added html, javascript and glade file types. This makes it possible to
1857         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
1858         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
1859         
1860         * plugins/file-wizard/anjuta-file-wizard.glade:
1861         * plugins/gdb/anjuta-gdb.glade:
1862         * plugins/project-wizard/anjuta-project-wizard.glade:
1863         * plugins/search/anjuta-search.glade:
1864         * plugins/terminal/anjuta-terminal-plugin.glade:
1865         
1866         Fixed some other translation issues (#507921)
1868 2008-02-10  Naba Kumar  <naba@gnome.org>
1870         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
1871         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
1873 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1875         * manuals/anjuta-manual/C/interface.xml,
1876         manuals/anjuta-manual/C/introduction.xml,
1877         manuals/anjuta-manual/C/preferences.xml,
1878         manuals/anjuta-manual/C/fileoperations.xml,
1879         manuals/anjuta-manual/C/projects.xml:
1880         Fix spelling errors, including bug #515204, #515172, #515117
1881         and #513892
1883 2008-02-10  Naba Kumar  <naba@gnome.org>
1885         * plugins/document-manager/plugin.c: Fixed stream comment and added
1886         translator's comment for 'block comment', 'box comment' and 'stream
1887         comment'
1889 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1891         * plugins/debug-manager/command.c,
1892         plugins/debug-manager/command.h,
1893         plugins/debug-manager/breakpoints.c,
1894         libanjuta/interfaces/libanjuta.idl:
1895         Avoid adding the same breakpoint several times
1897         * plugins/gdb/debugger.c:
1898         Fix bug #515463: Deattaching process kill it
1900 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1902         * manuals/anjuta-manual/C/debugger.xml:
1903         Fix translation bug #515459 and #515460
1905 2008-02-10  Johannes Schmid <jhs@gnome.org>
1907   Patch from Rémi Cardona <remi@gentoo.org>
1909         * plugins/build-basic-autotools/Makefile.am:
1910         * plugins/cvs-plugin/Makefile.am:
1911         * plugins/document-manager/Makefile.am:
1912         * plugins/editor/Makefile.am:
1913         * plugins/indent/Makefile.am:
1914         * plugins/language-support-cpp-java/Makefile.am:
1915         * plugins/message-view/Makefile.am:
1916         * plugins/sourceview/Makefile.am:
1917         * plugins/symbol-browser/Makefile.am:
1918         * plugins/terminal/Makefile.am:
1919         * scripts/build-schemas.mk:
1920         * src/Makefile.am:
1921   Fix #512531 – Parallel build fails
1922   
1923   * AUTHORS: Added Rémi
1925 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
1927         * plugins/debug-manager/queue.c:
1928         Fix interrupt command, not working due to previous change
1930 2008-02-10  Johannes Schmid <jhs@gnome.org>
1932         * src/Makefile.am:
1933         * src/anjuta-app.c:
1934         * src/anjuta-callbacks.c (removed):
1935         * src/anjuta-callbacks.h (removed):
1936         
1937         Removed (almost) empty files, fixes #515383 and #515388
1939 2008-02-09  James Liggett <jrliggett@cox.net>
1941         Reviewed by Naba Kumar  <naba@gnome.org>:
1943         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
1944         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
1945         * plugins/subversion/svn-command.c:
1946         (svn_command_make_canonical_path):
1947         * plugins/subversion/svn-command.h:
1948         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
1949         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
1950         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
1951         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
1952         * plugins/subversion/svn-remove-command.c:
1953         (svn_remove_command_new):
1954         * plugins/subversion/svn-status-command.c:
1955         (svn_status_command_new):
1956         * plugins/subversion/svn-switch-command.c:
1957         (svn_switch_command_new):
1958         * plugins/subversion/svn-update-command.c:
1959         (svn_update_command_new):
1960         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
1961         die if the user gives a path that libsvn doesn't like. 
1962         
1963         Fixes bug #515500
1965 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
1967         * plugins/debug-manager/command.c,
1968         plugins/debug-manager/command.h,
1969         plugins/debug-manager/queue.c:
1970         Fix crashes when trying to stop the debugger while it is busy
1972 2008-02-08  Johannes Schmid <jhs@gnome.org>
1974   Patch from Rodrigo Moya <rodrigo@novell.com>
1976         * plugins/glade/plugin.c: (ifile_open):
1977         * plugins/symbol-browser/test-class.cpp:
1978         * AUTHORS: Added Rodrigo
1979         
1980         #514732 – 64 bit compliation error
1981         #514733 – Use of uninitialized variables
1983 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
1985         * manuals/anjuta-manual/C/debugger.xml:
1986         Fix translation bug #514494 and bug #514440
1988 2008-02-05  Massimo Cora'  <maxcvs@email.it>
1990         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1991         Fix a compile error added in the previous patch
1993 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
1995         * plugins/profiler/gprof-view.c,
1996         plugins/class-inheritance/class-callbacks.c,
1997         plugins/class-inheritance/class-inherit.c,
1998         plugins/symbol-browser/an_symbol.c,
1999         plugins/symbol-db/symbol-db-engine-iterator-node.c,
2000         libanjuta/interfaces/libanjuta.idl:
2001         Change ianjuta_symbol_file function to ianjuta_symbol_uri
2003 2008-02-04  Johannes Schmid <jhs@gnome.org>
2005         * plugins/search/anjuta-search.glade: Fixed typo
2007 2008-02-03  Johannes Schmid <jhs@gnome.org>
2009         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
2010         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
2011         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2012         .glade:
2013         * plugins/build-basic-autotools/build-basic-autotools.c:
2014         (build_get_context), (build_configure_project):
2015         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2016         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2017         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
2018         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
2019         * plugins/devhelp/plugin.c: (devhelp_activate):
2020         * plugins/editor/Makefile.am:
2021         * plugins/editor/anjuta-editor-scintilla.glade:
2022         * plugins/editor/text_editor.c:
2023         * plugins/editor/text_editor.h:
2024         * plugins/editor/text_editor_menu.c (removed):
2025         * plugins/editor/text_editor_menu.h (removed):
2026         * plugins/file-wizard/anjuta-file-wizard.glade:
2027         * plugins/gtodo/notification.c: (create_notification_window):
2028         * plugins/gtodo/preferences.c: (preferences_widget):
2029         * plugins/language-support-cpp-java/plugin.c:
2030         (cpp_java_plugin_activate_plugin):
2031         * plugins/message-view/anjuta-message-manager-plugin.glade:
2032         * plugins/message-view/plugin.c: (activate_plugin):
2033         * plugins/project-manager/plugin.c: (confirm_removal):
2034         * plugins/search/anjuta-search.glade:
2035         * plugins/search/plugin.c:
2036         * plugins/search/search-replace.c: (nb_results_alert):
2037         * plugins/subversion/subversion-commit-dialog.c:
2038         (on_subversion_commit_response):
2039         * plugins/symbol-browser/plugin.c: (activate_plugin):
2040         * plugins/valgrind/plugin.c: (on_menu_run_activate):
2041         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
2042         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
2043         * src/anjuta.glade:
2044         
2045         Fixed translation bugs from #507921.
2046         Removed unused files in scintilla plugin
2048 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2050         * manuals/anjuta-manual/C/debugger.xml:
2051         Fix bug #514124 and bug #514138: Wrong menu item name
2053 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2055         * plugins/profiler/gprof-view.c,
2056         plugins/symbol-browser/plugin.c,
2057         plugins/class-inheritance/class-callbacks.c,
2058         plugins/debug-manager/plugin.c,
2059         plugins/tools/editor.c,
2060         plugins/search/search-replace.c,
2061         plugins/search/search-replace_backend.c,
2062         plugins/search/search-replace_backend.h,
2063         plugins/build-basic-autotools/build-basic-autotools.c,
2064         plugins/document-manager/plugin.c,
2065         plugins/document-manager/file_history.c,
2066         plugins/document-manager/anjuta-docman.c,
2067         plugins/document-manager/anjuta-docman.h,
2068         plugins/document-manager/action-callbacks.c,
2069         libanjuta/interfaces/libanjuta.idl:
2070         Rename IAnjutaDocumentManager functions:
2071         find_document_with_path, goto_file_line, goto_file_line_mark
2072         and get_full_filename into
2073         find_document_with_uri, goto_uri_line, goto_uri_line_mark
2074         and get_uri
2075         Fix search plugin to use an URI instead of a file path
2076         Fix anjuta_docman_get_uri to always return an URI
2078 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2080         * plugins/debug-manager/breakpoints.c:
2081         Fix bug #514118: Rename Clear All Breakpoints to Remove
2082         All Breakpoints
2084 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2086         * manuals/anjuta-manual/C/debugger.xml:
2087         Update debugger documentation
2089 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
2091         * plugins/debug-manager/sharedlib.c,
2092         plugins/debug-manager/anjuta-debug-manager.glade,
2093         plugins/debug-manager/queue.c,
2094         plugins/tools/execute.c,
2095         plugins/tools/anjuta-tools.glade,
2096         plugins/tools/editor.c,
2097         plugins/project-wizard/templates/terminal.wiz,
2098         plugins/project-wizard/templates/xlib-dock.wiz,
2099         plugins/project-wizard/templates/wxwin.wiz,
2100         plugins/project-wizard/templates/java.wiz,
2101         plugins/project-wizard/templates/gnome.wiz,
2102         plugins/project-wizard/templates/anjuta-plugin.wiz,
2103         plugins/project-wizard/templates/gtkmm.wiz,
2104         plugins/project-wizard/templates/python.wiz,
2105         plugins/project-wizard/templates/cpp.wiz,
2106         plugins/project-wizard/templates/sdl.wiz,
2107         plugins/project-wizard/templates/gtk.wiz,
2108         plugins/project-wizard/templates/minimal.wiz,
2109         plugins/project-wizard/templates/xlib.wiz,
2110         plugins/project-wizard/templates/gcj.wiz,
2111         plugins/gdb/plugin.c,
2112         plugins/gdb/debugger.c,
2113         libanjuta/anjuta-plugin-manager.c:
2114         Partial fix of #507921: translation issues in debug-manager, tools,
2115         project-wizard, gdb and anjuta-plugin-manager.
2117 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
2119         * plugins/debug-manager/queue.c:
2120         Debugger Local, Stack and Thread windows were missing due to
2121         the previous change.
2123 2008-02-02  Johannes Schmid <jhs@gnome.org>
2125         * manuals/anjuta-manual/Makefile.am:
2126         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
2127         causes make install to fail
2129 2008-02-02  Johannes Schmid <jhs@gnome.org>
2131         * plugins/macro/macros.xml:
2132         #495511 – Header_h macro correction
2134 2008-02-02  Johannes Schmid <jhs@gnome.org>
2136         * plugins/patch/patch-plugin.glade:
2137         gtk-apply is not translatable...
2139 2008-02-02  Johannes Schmid <jhs@gnome.org>
2141         * plugins/build-basic-autotools/build-basic-autotools.c:
2142         (on_build_mesg_format):
2143         
2144         Also check for untranslated messages from make. Should fix 
2145         #511981 – Error parsing make output
2147 2008-02-02  Johannes Schmid <jhs@gnome.org>
2149         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2150         .glade:
2151         
2152         Fixed #511010 – [UI] Execute program utility window
2154 2008-02-02  Johannes Schmid <jhs@gnome.org>
2156         * src/anjuta.glade:
2157         Fixed #509908 – [UI] Problems with the General settings tab
2159 2008-02-02  Johannes Schmid <jhs@gnome.org>
2161         * manuals/anjuta-manual/C/fileoperations.xml:
2162         Fixed #513730 – Option not present in the GUI po file
2164 2008-02-02  Johannes Schmid <jhs@gnome.org>
2166         * plugins/sourceview/anjuta-editor-sourceview.glade:
2167         Adjust preferences default values
2169 2008-02-02  Johannes Schmid <jhs@gnome.org>
2171         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
2172         Fixed #512535 – Open files tabs' position is correctly remembered 
2173         but not applied at startup
2175 2008-02-02  Johannes Schmid <jhs@gnome.org>
2177         * plugins/search/search-replace.c: (on_message_clicked):
2178         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
2179         fix clicking on search result messages
2181 2008-02-01  James Liggett <jrliggett@cox.net>
2183         * plugins/subversion/svn-command.c: (on_svn_notify):
2184         Fixed wrong status message output when resolving conflicts.
2186 2008-02-02  Johannes Schmid <jhs@gnome.org>
2188         * configure.in: Require GtkSourceView 2.1.2
2189         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
2190         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
2191         (imark_is_marker_set), (imark_delete_all_markers),
2192         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
2193         
2194         Adapted to API changes in GtkSourceView
2196 2008-02-01  Johannes Schmid <jhs@gnome.org>
2198         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
2199         Fixed tabsize preference
2201 2008-02-01  Johannes Schmid <jhs@gnome.org>
2203         * manuals/anjuta-manual/C/fileoperations.xml:
2204         * manuals/anjuta-manual/C/interface.xml:
2205         Updated manual
2206         
2207         * manuals/anjuta-manual/Makefile.am:
2208         * manuals/anjuta-manual/C/figures/*:
2209         
2210         Updated figures to be in clearlooks theme, removed old figures
2212 2008-02-01  Johannes Schmid <jhs@gnome.org>
2214         * plugins/patch/patch-plugin.glade:
2215         * plugins/patch/plugin.c: (patch_plugin_activate):
2216         Another UI issue with the patch plugin and silenced a compiler
2217         warning
2218         
2219         Patch from James Liggett:
2220         * plugins/profiler/gprof-call-graph-view.c:
2221         (gprof_call_graph_view_create_columns):
2222         * plugins/profiler/gprof-flat-profile-view.c:
2223         (gprof_flat_profile_view_create_columns):
2224         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
2225         * plugins/profiler/gprof-view.h:
2226         
2227         Use two decimal places for float values in profiler views (#507831)
2229 2008-02-01  Johannes Schmid <jhs@gnome.org>
2231         * configure.in:
2232         * plugins/editor/Makefile.am:
2233         
2234         Fixed #512751 – libgnomeprint unnecessary without scintilla
2236 2008-01-31  Johannes Schmid <jhs@gnome.org>
2238         * plugins/language-manager/languages.xml:
2239         Added a pretty ugly string for C++ headers. Maybe we should rely
2240         on mime-types instead...
2242 2008-01-31  Johannes Schmid <jhs@gnome.org>
2244         * plugins/language-support-cpp-java/cpp-java-assist.c:
2245         (get_iter_column), (cpp_java_assist_get_calltip_context),
2246         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2247         (on_assist_chosen), (cpp_java_assist_install):
2248         * plugins/language-support-cpp-java/plugin.c:
2249         (on_editor_char_inserted_cpp):
2250         Removed annoying DEBUG_PRINTs
2251         
2252         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
2253         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
2254         * plugins/sourceview/sourceview.c: (iassist_show_tips):
2255         
2256         Fixed "jumping" tooltips, fixed indentation of brances
2258 2008-01-31  Johannes Schmid <jhs@gnome.org>
2260         * plugins/document-manager/plugin.c: (on_document_changed):
2261         Fixed crash when closing anjuta after all document tabs have been closed
2263 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2265         * plugins/debug-manager/anjuta-debug-manager.glade:
2266         Fix #513485: wrong strings maked as translatable
2268 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
2270         * plugins/debug-manager/threads.c,
2271         plugins/debug-manager/stack_trace.c:
2272         Avoid crash when getting relative path from debugger (same fix
2273         than for #510028)
2275         * plugins/debug-manager/queue.c:
2276         Emit all state changes notification
2278         * plugins/debug-manager/start.c:
2279         Fix #511586: Project path with "+" not working in debugger
2281 2008-01-31  Johannes Schmid <jhs@gnome.org>
2283         * plugins/patch/patch-plugin.glade:
2284         Fixed button ui problem...
2285         
2286         Patch from James Liggett:
2287         * plugins/profiler/gprof-call-graph-block-entry.c:
2288         (gprof_call_graph_block_primary_entry_new),
2289         (gprof_call_graph_block_secondary_entry_new):
2290         * plugins/profiler/gprof-flat-profile-entry.c:
2291         (gprof_flat_profile_entry_new):
2292         
2293         Fix #507831 - Wrong Profiler values for some locales
2295 2008-01-31  Johannes Schmid <jhs@gnome.org>
2297         * plugins/sourceview/anjuta-editor-sourceview.glade:
2298         * plugins/sourceview/sourceview-prefs.c:
2299         * plugins/sourceview/sourceview.c: (sourceview_finalize):
2300   
2301   Fixed Editor->View popup menu for those entries that are appropriate for
2302   sourceview    
2304 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2306         * plugins/debug-manager/breakpoints.c:
2307         Fix #512901: Crash when adding a breakpoint
2309         * plugins/debug-manager/queue.c:
2310         Remove a possible memory leak
2312 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2314         * plugins/debug-manager/data_view.c,
2315         plugins/debug-manager/sparse_view.c,
2316         manuals/anjuta-manual/C/debugger.xml:
2317         Fix #513130, #513131 #513135: Wrong menu item names and errors
2318         in the documentation
2320 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
2322         * plugins/tools/editor.c:
2323         ianjuta_document_manager_find_document_with_path expect an uri not
2324         a path
2326 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
2328         * manuals/reference/libanjuta/libanjuta-docs.sgml,
2329         manuals/reference/libanjuta/libanjuta-sections.txt,
2330         libanjuta/interfaces/libanjuta.idl:
2331         Documentation fixes for IAnjutaDebugger* interfaces
2333 === anjuta 2.3.3 ===
2335 2008-01-27  Naba Kumar  <naba@gnome.org>
2337         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
2338         rpm spec file.
2340         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
2341         (value_added_current_editor), (value_removed_current_editor):
2342         Removed dead code.
2344         * TODO.tasks: Updated.
2346         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
2347         scrollwindow shadow in.
2349         * plugins/editor/anjuta-editor-scintilla.glade:
2350         * plugins/editor/style-editor.c: (create_style_editor_gui):
2351         Set style window transient and cetered for preferences window.
2352         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
2354         * plugins/editor/anjuta-editor-scintilla.glade:
2355         Fixes Bug #427108 - Scintilla plugin configuration folding-style
2356         setting not working
2358         * configure.in, NEWS: Updated for release 2.3.3
2360 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2362         * plugins/debug-manager/anjuta-debug-manager.glade:
2363         Fix #512224: Use a string in english
2365 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2367         * plugins/build-basic-autotools/build-basic-autotools.c:
2368         ianjuta_document_manager_goto_file_line_mark needs an uri and
2369         not a file path
2371 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
2373         * plugins/symbol-browser/plugin.c,
2374         plugins/symbol-browser/an_symbol_view.c:
2375         use gnome_vfs_get_uri_from_local_path to get local path from uri
2376         This takes care of escaping some characters
2378 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
2380         * plugins/debug-manager/stack_trace.c:
2381         Probably fix #510028: crash debugger when having a relative filename
2382         in stack trace
2384 2008-01-25 Tom <tpgww@onepost.net>
2386         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2388         * plugins/document-manager/plugin.c,
2389         plugins/document-manager/file_history.c,
2390         plugins/document-manager/file_history.h,
2391         plugins/document-manager/anjuta-docman.c,
2392         plugins/document-manager/anjuta-docman.h:
2393         Rename filename argument to uri when an uri is expected
2394         anjuta_docman_get_document_for_uri will remove symlinks 
2396 2008-01-25  Naba Kumar  <naba@gnome.org>
2398         * plugins/terminal/terminal.c: (terminal_execute),
2399         (activate_plugin):
2400         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
2402 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
2404         * plugins/debug-manager/anjuta-debug-manager.glade,
2405         plugins/debug-manager/start.c:
2406         Fix #511049: Change UI of add source directories dialog
2408 2008-01-24  Naba Kumar  <naba@gnome.org>
2410         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
2411         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
2412         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
2413         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
2414         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
2415         should work now.
2417 2008-01-24  Johannes Schmid <jhs@gnome.org>
2419         Patch from: Luca Ferretti <ella.uca@libero.it>:
2421         * plugins/document-manager/anjuta-docman.c:
2422         (anjuta_docman_page_init), (anjuta_docman_class_init):
2423         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
2424         
2425         Fix #511757 – Close icon in tabs cut off (Patch was only for
2426         document-manager, also adapted it for message-manager)
2428 2008-01-24  Johannes Schmid <jhs@gnome.org>
2430         * plugins/Makefile.am:
2431         * plugins/sourceview/anjuta-document.c:
2432         * plugins/sourceview/anjuta-marshal.list:
2433         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
2434         (anjuta_view_key_press_event):
2435         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
2436         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
2437         (iiter_diff), (iiter_iface_init):
2438         * plugins/sourceview/sourceview.c: (on_document_char_added),
2439         (ieditor_goto_position), (ieditor_get_text),
2440         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
2441         (ieditor_erase), (ieditor_get_line_from_position),
2442         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
2443         (ieditor_get_position_from_offset), (ieditor_get_start_position),
2444         (ieditor_get_end_position), (ieditor_goto_start),
2445         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
2446         (iconvert_to_lower), (iindic_set), (iassist_suggest),
2447         (iassist_show_tips):
2448         
2449         Implemented new iterators interface in sourceview editor and
2450         re-enabled it.
2452 2008-01-23  Naba Kumar  <naba@gnome.org>
2454         * libanjuta/interfaces/libanjuta.idl:
2455         * manuals/reference/libanjuta/libanjuta-sections.txt:
2456         * plugins/build-basic-autotools/build-basic-autotools.c:
2457         (build_indicator_location_set), (on_editor_changed):
2458         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
2459         * plugins/debug-manager/variable.c: (get_hovered_word):
2460         * plugins/document-manager/action-callbacks.c:
2461         (on_editor_command_upper_case_activate),
2462         (on_editor_command_lower_case_activate):
2463         * plugins/document-manager/search-box.c: (on_incremental_search),
2464         (on_search_activated):
2465         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
2466         (iiter_last), (iiter_set_position), (iiter_get_position),
2467         (iiter_get_length), (iiter_compare), (iiter_diff),
2468         (iiter_iface_init):
2469         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
2470         (text_editor_goto_point), (itext_editor_goto_start),
2471         (itext_editor_goto_end), (itext_editor_goto_position),
2472         (itext_editor_get_text_all), (itext_editor_get_text),
2473         (itext_editor_get_position), (itext_editor_get_offset),
2474         (itext_editor_get_length), (itext_editor_insert),
2475         (itext_editor_erase), (itext_editor_erase_all),
2476         (itext_editor_get_column), (itext_editor_get_overwrite),
2477         (itext_editor_set_popup_menu),
2478         (itext_editor_get_line_from_position),
2479         (itext_editor_get_line_begin_position),
2480         (itext_editor_get_line_end_position),
2481         (itext_editor_get_position_from_offset),
2482         (itext_editor_get_start_position), (itext_editor_get_end_position),
2483         (itext_editor_iface_init), (iconvert_to_upper),
2484         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
2485         (iindicable_set):
2486         * plugins/editor/text_editor.h:
2487         * plugins/editor/text_editor_cbs.c:
2488         (on_text_editor_scintilla_notify):
2489         * plugins/indent/plugin.c: (on_indent_action_activate):
2490         * plugins/language-support-cpp-java/cpp-java-assist.c:
2491         (cpp_java_assist_get_scope_context),
2492         (cpp_java_assist_get_pre_word),
2493         (cpp_java_assist_show_autocomplete),
2494         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
2495         (on_editor_char_added), (on_assist_chosen):
2496         * plugins/language-support-cpp-java/plugin.c:
2497         (get_line_indentation), (skip_iter_to_previous_logical_line),
2498         (skip_preprocessor_lines), (initialize_indentation_params),
2499         (set_line_indentation), (get_line_indentation_base),
2500         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
2501         (on_editor_char_inserted_java), (on_auto_indent):
2502         * plugins/macro/macro-actions.c: (match_shortcut):
2503         * plugins/macro/macro-dialog.c: (on_ok_clicked):
2504         * plugins/macro/plugin.c: (match_keyword):
2505         * plugins/search/plugin.c: (find_incremental):
2506         * plugins/search/search-replace.c: (search_and_replace),
2507         (search_start_over):
2508         * plugins/search/search-replace_backend.c:
2509         (file_buffer_new_from_te), (file_buffer_line_from_pos),
2510         (create_search_entries):
2511         * plugins/symbol-browser/plugin.c:
2512         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2513         (isymbol_manager_iface_init):
2514         * plugins/symbol-db/plugin.c:
2515         (on_editor_buffer_symbols_update_timeout), (on_char_added),
2516         (isymbol_manager_iface_init):
2517         * plugins/tools/execute.c: (atp_output_context_construct),
2518         (atp_output_context_destroy), (atp_user_tool_execute):
2520         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
2521         iterators instead of integer offsets.
2522         - Renamed original ianjuta_editor_get_position(int) to 
2523         ianjuta_editor_get_offset(). It is deprecated.
2524         - Renamed original ianjuta_editor_get_position_iter() to
2525         ianjuta_editor_get_position().
2526         - Renamed ianjuta_editor_get_cell_iter() to
2527         ianjuta_editor_get_position_from_offset()
2528         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
2529         - Added new methods:
2530         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
2531         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
2532         ianjuta_editor_goto_end().
2533         - All relevent signals and methods converted to use iterators.
2534         - All relevent plugins fixed to use new API.
2535         - Removed ianjuta_editor_cell_get_line() because it is provided by
2536         ianjuta_editor_get_line_from_position().
2537         - Removed ianjuta_symbol_manager_get_completions_at_position()
2538         because it not used anywhere and is not right to be there.
2539         - Updated IAnjutaEditable documentation.
2541         Updated IAnjutaIterable interface:
2542         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
2543         - Introduced 'end-iter' to point at the end of the list.
2544         - Updated IAnjutaIterable documentation.
2546         * plugins/Makefile.am:
2547         (Disabled sourceview plugin for now. Jhs is coming up with a patch
2548         for it soon).
2550 2008-01-22  Johannes Schmid <jhs@gnome.org>
2552         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
2553         * plugins/project-import/anjuta-project-import.glade:
2554         * plugins/project-import/anjuta-project-import.plugin.in:
2555         * plugins/project-wizard/anjuta-project-wizard.glade:
2556         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2557         * plugins/project-wizard/druid.c: (npw_druid_new):
2558         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
2559         
2560         Fixed #465084 – wizard instead of assistant (only string changes...)
2562 2008-01-20  Rob Bradford  <rob@openedhand.com>
2564         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
2565         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
2566         coming up with the solution. (Bug: #510390.)
2568 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2570         * plugins/build-basic-autotools/executer.c:
2571         Fix #502508, use anjuta_launcher to keep program output
2573         * plugins/terminal/terminal.c:
2574         Remove unused child_initizlized member
2575         Start the shell on plugin activation
2577 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
2579         * plugins/debug-manager/sparse_buffer.c:
2580         Fix a crash when scrolling in the diassembly window
2582         * plugins/debug-manager/sparse_view.c:
2583         Small limit change using the same "unit" for both number
2585 2008-01-19  Naba Kumar  <naba@gnome.org>
2587         * plugins/language-support-cpp-java/cpp-java-assist.c:
2588         (cpp_java_assist_get_scope_context),
2589         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
2590         instead.
2592 2008-01-19  Johannes Schmid <jhs@gnome.org>
2594         * plugins/sourceview/anjuta-editor-sourceview.glade:
2595         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
2596         
2597         And even more strings...
2599 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2601         * plugins/project-wizard/templates/cpp/src/main.cc:
2602         Fix #498734, typing error in c++ project template
2604 2008-01-19  Johannes Schmid <jhs@gnome.org>
2606         * plugins/editor/text_editor.c: (text_editor_save_file):
2607         * plugins/macro/anjuta-macro.glade:
2608         * plugins/subversion/anjuta-subversion.glade:
2610         Fixed even more strings
2612 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2614         * plugins/language-support-cpp-java/cpp-java-assist.c:
2615         Fix bug #488519, remove critical warning (completion_cache == NULL
2616         is valid)
2618 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2620         * plugins/gdb/debugger.c:
2621         Enable logging of gdb communication with an environment variable
2623 2008-01-19  Naba Kumar  <naba@gnome.org>
2625         * plugins/editor/text-editor-iterable.c: (iiter_next),
2626         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
2627         editor native funtions to avoid round trips.
2629 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
2631         * plugins/editor/text_editor.c:
2632         Fix a bug due to the previous patch: Unable to save new file in 
2633         Scintilla
2635 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
2637         * plugins/debug-manager/disassemble.c,
2638         plugins/debug-manager/disassemble.h,
2639         plugins/debug-manager/registers.c,
2640         plugins/debug-manager/registers.h,
2641         plugins/debug-manager/memory.c,
2642         plugins/debug-manager/memory.h,
2643         plugins/debug-manager/command.c,
2644         plugins/debug-manager/command.h,
2645         plugins/debug-manager/queue.c,
2646         plugins/debug-manager/queue.h,
2647         plugins/debug-manager/breakpoints.c,
2648         plugins/debug-manager/stack_trace.c,
2649         plugins/debug-manager/threads.c,
2650         plugins/debug-manager/plugin.c,
2651         plugins/gdb/plugin.c,
2652         plugins/gdb/debugger.c,
2653         plugins/gdb/debugger.h,
2654         manuals/reference/libanjuta/libanjuta-sections.txt,
2655         manuals/reference/libanjuta/libanjuta.types,
2656         libanjuta/interfaces/libanjuta.idl:
2657         Use gulong instead of guint for addresses
2658         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
2659         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
2661         * plugins/gdb/anjuta-gdb.plugin.in:
2662         Remove reference to IAnjutaCpuDebugger (useless)
2664 2008-01-18  Johannes Schmid <jhs@gnome.org>
2666         * AUTHORS: Added Alexander
2668 2008-01-18  Johannes Schmid <jhs@gnome.org>
2670   Patch from: Alexander Korolyov <kilork@yandex.ru>
2672         * plugins/editor/text_editor.c: (load_from_file),
2673         (text_editor_save_file):
2674         
2675         Fixed symlinks (#510238) and file permission (#405321)
2676         handling for scintilla editor. 
2677   
2678 2008-01-17  Johannes Schmid <jhs@gnome.org>
2680         * plugins/document-manager/action-callbacks.c:
2681         (on_editor_command_select_all_activate),
2682         (on_editor_command_cut_activate),
2683         (on_editor_command_paste_activate),
2684         (on_editor_command_copy_activate),
2685         (on_editor_command_clear_activate):
2686   Resupport cut/copy/paste/clear on GtkEditables when those
2687   have focus. (Important for shortcuts to work).
2689         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
2690         * plugins/document-manager/search-box.c: (on_search_activated):
2691         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
2692         * plugins/patch/patch-plugin.c: (on_ok_clicked):
2693         * plugins/profiler/plugin.c: (profiler_get_data):
2694         * plugins/project-wizard/druid.c: (npw_druid_new):
2695         * plugins/project-wizard/install.c: (on_install_end_install_file):
2696         * plugins/sourceview/anjuta-editor-sourceview.glade:
2697         * plugins/subversion/anjuta-subversion.glade:
2698         * plugins/tools/anjuta-tools.glade:
2699         Various string fixes
2701 2008-01-17  Naba Kumar  <naba@gnome.org>
2703         Patch from James Liggett:
2705         * plugins/subversion/subversion-add-dialog.c:
2706         (on_subversion_add_response):
2707         * plugins/subversion/subversion-copy-dialog.c:
2708         (on_subversion_copy_response):
2709         * plugins/subversion/subversion-diff-dialog.c:
2710         (on_subversion_diff_response):
2711         * plugins/subversion/subversion-merge-dialog.c:
2712         (on_subversion_merge_response):
2713         * plugins/subversion/subversion-remove-dialog.c:
2714         (on_subversion_remove_response):
2715         * plugins/subversion/subversion-switch-dialog.c:
2716         (on_subversion_switch_response):
2717         * plugins/subversion/subversion-ui-utils.c: (check_input):
2718         * plugins/subversion/subversion-ui-utils.h:
2719         * plugins/subversion/subversion-update-dialog.c:
2720         (on_subversion_update_response):
2722         If the user doesn't enter any data for path or revision fields in
2723         certain SVN plugin dialogs, libsvn throws assertion failures and
2724         kills Anjuta. To avoid this, the validity of path and revision
2725         input data are checked before the command gets executed.
2727         Fixes Bug #509510 - Check input of some dialogs to avoid termination
2728         if user gives bad or no input
2730 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
2732         * plugins/document-manager/anjuta-docman.c:
2733         Fix #507627 memory tab stay active on debugger stop
2734         Remove two unused variables due to the previous patch
2736 2008-01-16  Johannes Schmid <jhs@gnome.org>
2738         * libanjuta/anjuta-plugin-manager.c:
2739         Fixed #508399 – When you enable a plugin, preferences don't show up
2741 2008-01-16  Rob Bradford  <rob@openedhand.com>
2743         Reviewed by: Johannes Schmid <jhs@gnome.org>
2745         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
2746         (get_property_value_as_string), (set_property_value_as_string),
2747         (register_callbacks):
2748         * libanjuta/anjuta-preferences.h:
2749         Add support for both file and folder preferences (originally only
2750         folder choosers were supported. (Fixes bug: #508805.)
2752         * plugins/file-manager/file-manager.glade:
2753         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
2754         type of property.
2756 2008-01-16  Johannes Schmid <jhs@gnome.org>
2758         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2759         .glade:
2760         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2761         * src/anjuta.glade:
2762         
2763         Fixed #509875 – The "Update globale tags" button wording is incorrect
2764         Fixed #509873 – Build Autotools Preferences has excessive padding
2765         Fixed #509872 – General Information labels are incorrectly aligned
2766         Fixed #509871 – General preferences has incorrect use of colons
2767         
2768 2008-01-16  Johannes Schmid <jhs@gnome.org>
2770         * plugins/document-manager/anjuta-document-manager.glade:
2771         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2773         Fixed #509865 – Incorrect padding in the Documents settings tabs
2774         Fixed #509867 – Create button contents is mis-aligned
2775         Fixed #509869 – "Add Directory" button is not HIG complient
2777 2008-01-16  Johannes Schmid <jhs@gnome.org>
2779         * libanjuta/anjuta-preferences-dialog.c:
2780         (anjuta_preferences_dialog_add_page):
2781         
2782         Fix #509864 – No initial section selected when opening the Preferences dialog
2784 2008-01-16  Johannes Schmid <jhs@gnome.org>
2786         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
2787         Removed unused gconf_notifications
2788         
2789         * plugins/search/anjuta-search.glade:
2790         * plugins/subversion/anjuta-subversion.glade:
2791         * plugins/tools/anjuta-tools.glade:
2792         * src/anjuta-app.c: (anjuta_app_instance_init):
2793         
2794         Fixed various strings
2796 2008-01-15  Naba Kumar  <naba@gnome.org>
2798         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
2799         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
2800         file saved
2802         * plugins/symbol-browser/an_symbol_view.c:
2803         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
2804         new file saved.
2806 2008-01-15  Johannes Schmid <jhs@gnome.org>
2808         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
2809         (anjuta_profile_add_plugins_from_xml):
2810         * plugins/file-manager/file-manager.glade:
2811         Some string fixes
2812         
2813         * libanjuta/interfaces/libanjuta.idl:
2814         Fixed docs
2815                 
2816         * plugins/sourceview/Makefile.am:
2817         * plugins/sourceview/anjuta-editor-sourceview.glade:
2818         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
2819         (end_print), (print_setup), (sourceview_print),
2820         (sourceview_print_preview):
2821         * plugins/sourceview/sourceview.c: (iprint_print),
2822         (iprint_print_preview):
2823         
2824         Added printing support to GtkSourceView editor
2826 2007-01-14 Tom <tpgww@onepost.net>
2828         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2830         * plugins/document-manager/anjuta-docman.c:
2831         Fix two memory leaks added by the previous patch
2833 2008-01-14  Johannes Schmid <jhs@gnome.org>
2835         * plugins/sourceview/assist-tip.c: (assist_tip_move):
2836         * plugins/sourceview/assist-window.c: (assist_window_move):
2837         
2838         Do not use opacity
2840 2008-01-14  Rob Bradford  <rob@openedhand.com>
2842         * global-tags/Makefile.am:
2843         * global-tags/create_global_tags.sh.in:
2844         Install anjuta-tags binary into FHS policy compliant directory and
2845         update references. (Fixes bug: 509346.)
2847 2008-01-13  Naba Kumar  <naba@gnome.org>
2849         Patch from: Ritesh Khadgaray
2850         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2851         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2852         Adds export-dynamic option to LDFLAGS to project template for libglade
2853         to work for autoconnect signals.
2855 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2857         * libanjuta/anjuta-utils.c:
2858         anjuta_util_get_real_path return a string that need to be freed
2859         with g_free even if PATH_MAX is not defined
2861 2008-01-13  Andre Klapper  <a9016009@gmx.de>
2863         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
2864         to DOC_LINGUAS.
2866 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
2868         * plugins/document-manager/anjuta-docman.c:
2869         Do not reopen file having escaped character (+,...) in path name
2871 2008-01-13  Naba Kumar  <naba@gnome.org>
2873         * libanjuta/interfaces/libanjuta.idl:
2874         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
2875         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
2876         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
2877         IAnjutaProjectManager::add_sources().
2879         * plugins/glade/plugin.c: (on_glade_resource_removed),
2880         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
2881         stubs for handing resources in glade file.
2883 2008-01-13  Naba Kumar  <naba@gnome.org>
2885         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
2887         * plugins/glade/plugin.c: (ifile_open): Select the first window
2888         in the glade project when it is first opened. Avoids empty glade
2889         document the first time.
2891 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
2893   Reviewed by: Johannes Schmid <jhs@gnome.org>
2895         * plugins/gtodo/callback.c: (remove_todo_item):
2896         Fix #507304 – crash in Anjuta IDE while removing done tasks
2898 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
2900         * plugins/debug-manager/anjuta-debug-manager.ui,
2901         plugins/debug-manager/plugin.c,
2902         plugins/debug-manager/start.h,
2903         plugins/debug-manager/start.c:
2904         New menu item to add extra source directories for debugger
2906 === anjuta 2.3.2 ===
2908 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
2910         * plugins/gtodo/callback.c: (remove_todo_item):
2911         Fix #507304 – crash in Anjuta IDE while removing done tasks
2913 2008-01-11  Naba Kumar  <naba@gnome.org>
2915         * configure.in: Bumped version to 2.3.2
2916         * NEWS: Updated for anjuta 2.3.2 release
2917         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
2918         not 'make tarball'
2920 2008-01-11  Johannes Schmid <jhs@gnome.org>
2922         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
2923         .glade:
2924         Reverted accidently commited change
2925         
2926         * plugins/document-manager/anjuta-document-manager.glade:
2927         Fix Gtk-Critical because of broken glade file
2929 2008-01-11  Naba Kumar  <naba@gnome.org>
2931         * plugins/glade/plugin.c: (on_document_destroy),
2932         (glade_plugin_add_project): Fixed a bug where when more than one
2933         glade document is open and one is closed, it closes all the glade
2934         documents. Also it might have fixed the bug where sometimes closing
2935         the glade document leaves glade widget tree unclosed.
2937 2008-01-11  Naba Kumar  <naba@gnome.org>
2939         * libanjuta/Makefile.am: Install glade3 files in own prefix to
2940         prevent install errors when not installed as root (then the files
2941         are only useful when glade-3 is installed in the same prefix, but it
2942         doesn't harm anjuta runtime).
2944         * plugins/sourceview/sourceview.c: Commented use of a file
2945         not currently distributed.
2947 2008-01-10  Naba Kumar  <naba@gnome.org>
2949         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
2950         nothing to translate in it.
2952 2008-01-10  Johannes Schmid <jhs@gnome.org>
2954         * plugins/project-wizard/templates/gnome.wiz:
2955         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2956         * plugins/project-wizard/templates/gnome/src/main.c:
2957         * plugins/project-wizard/templates/translatable-strings.h:
2958         
2959         Fixed #508497 and added a new chooser to select whether to use
2960         libglade or not.
2962 2008-01-10  Johannes Schmid <jhs@gnome.org>
2964         Patch from Tom <tpgww@onepost.net>:
2966         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
2967         (anjuta_util_glist_path_dedup):
2968         * libanjuta/anjuta-utils.h:
2969         
2970         Give the method a proper prefixed name
2971         
2972         * plugins/document-manager/action-callbacks.c:
2973         (get_current_popup_active),
2974         (on_editor_command_select_all_activate),
2975         (on_editor_command_cut_activate),
2976         (on_editor_command_paste_activate),
2977         (on_editor_command_copy_activate),
2978         (on_editor_command_clear_activate), (on_show_search),
2979         (on_repeat_quicksearch):        
2980         * plugins/document-manager/action-callbacks.h:
2981         * plugins/document-manager/anjuta-docman.c:
2982         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
2983         (anjuta_docman_goto_file_line_mark),
2984         (anjuta_docman_get_full_filename):
2985         * plugins/document-manager/anjuta-docman.h:
2986         * plugins/document-manager/anjuta-document-manager.ui:
2987         * plugins/document-manager/plugin.c:
2988         (update_document_ui_interface_items):
2989         
2990         Better way to fix the popup-menu items (Cut/Copy/Paste)
2991         and various clean-ups.
2992         
2993         * plugins/document-manager/search-box.c: (on_document_changed),
2994         (search_box_fill_search_focus):
2995         * plugins/document-manager/search-box.h:
2996         * plugins/search/plugin.c:
2997         
2998         Add a menu item to repeat the quick search
3000 2008-01-10  Johannes Schmid <jhs@gnome.org>
3002         * plugins/language-support-cpp-java/cpp-java-assist.c:
3003         (on_assist_chosen):
3004         
3005         Fixed #508424 – Auto complete: previous char was removed when 
3006         pre TAB to auto complete.
3008 2008-01-10  Johannes Schmid <jhs@gnome.org>
3010         Patch from: James Ligett:
3012         * plugins/profiler/gprof-call-graph-view.c:
3013         (gprof_call_graph_view_create_columns):
3014         * plugins/profiler/gprof-flat-profile-view.c:
3015         (gprof_flat_profile_view_create_columns):
3016         
3017         Fixed translation issues (#496833)
3019 2008-01-10 Johannes Schmid <jhs@gnome.org>
3021         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
3023         * plugins/gtodo/gtodo.c: (category_manager_add_item):
3024         Fix #460390 – Changing categories while edinting something
3026 2008-01-09  Naba Kumar  <naba@gnome.org>
3028         * libanjuta/anjuta-plugin-manager.c:
3029         (anjuta_plugin_manager_activate_plugins): Commented dead code and
3030         fixed a leak.
3032         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
3033         corruption reported in bug #507491. Potentially fixes too.
3035 2008-01-09  Johannes Schmid <jhs@gnome.org>
3037         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
3039         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3040         Fix bug #505205 completely
3041         
3042         * AUTHORS: Added Bolesław
3044 2008-01-08  Johannes Schmid <jhs@gnome.org>
3046         * plugins/document-manager/action-callbacks.c:
3047         (on_editor_command_cut_activate),
3048         (on_editor_command_paste_activate),
3049         (on_editor_command_copy_activate),
3050         (on_editor_command_clear_activate):
3051         
3052         Fixed editor popup menu (Cut, Copy, Paste)
3054 2008-01-08  Johannes Schmid <jhs@gnome.org>
3056         * plugins/sourceview/sourceview.c: (autodetect_language):
3057         Fixed a crash when creating a new file
3059 2008-01-08  Johannes Schmid <jhs@gnome.org>
3061         Patch by <bolekk@gmail.com> (GHOP Student)
3063         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3064         Fix bug #505205
3066 2008-01-08  Naba Kumar  <naba@gnome.org>
3068         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
3069         * libanjuta/anjuta-plugin-manager.c:
3070         (anjuta_plugin_manager_select),
3071         (anjuta_plugin_manager_activate_plugins):
3072         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
3073         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
3074         (on_create_submenu), (create_open_with_submenu):
3075         * src/about.c: (on_about_plugin_activate),
3076         (about_create_plugins_submenu): Use translated version of get_string()
3077         API in AnjutaDescription for translatable properties. Fixes bug #496833
3078         comment #18.
3080 2008-01-07  Johannes Schmid <jhs@gnome.org>
3082         * plugins/build-basic-autotools/executer.c: (execute_program):
3083         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
3084         * plugins/debug-manager/anjuta-debug-manager.glade:
3085         * plugins/debug-manager/locals.c: (create_locals_gui):
3086         * plugins/file-loader/plugin.c: (on_create_submenu):
3087         * plugins/gtodo/main.h:
3088         * plugins/gtodo/preferences.c: (preferences_widget):
3089         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3090         * plugins/tools/anjuta-tools.glade:
3091         * plugins/tools/execute.c: (atp_output_context_print):
3092         * src/main.c:
3093         
3094                 Another bunch of i18n fixes (#496833)
3096 2008-01-07  Johannes Schmid <jhs@gnome.org>
3098         * plugins/build-basic-autotools/build-basic-autotools.c:
3099         (on_build_terminated):
3100         * plugins/gtodo/interface.c: (set_read_only):
3101         * plugins/project-manager/plugin.c: (confirm_removal),
3102         (on_popup_add_to_project):
3103         * plugins/subversion/anjuta-subversion.glade:
3104         * plugins/tools/execute.c: (atp_output_context_print_result):
3105         
3106         Fixed some strings from #496833
3108 2008-01-07  Johannes Schmid <jhs@gnome.org>
3110         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
3111         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3112         .in:
3113         * plugins/language-support-cpp-java/plugin.c: (install_support),
3114         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
3115         Added basic Vala support
3116         
3117         * plugins/sourceview/sourceview.c: (autodetect_language):
3118         Fixed mime-type detection
3120 2008-01-06  Massimo Cora'  <maxcvs@email.it>
3122   Reviewed by: Johannes Schmid <jhs@gnome.org>
3124         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
3125         (value_removed_current_editor), (symbol_db_activate),
3126         (symbol_db_deactivate):
3127         * plugins/symbol-db/symbol-db-engine.c:
3128         (symbol_db_engine_get_global_members_filtered):
3129         * plugins/symbol-db/symbol-db-view.c:
3130         (do_add_child_symbol_to_view), (prepare_for_adding),
3131         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
3132         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
3133         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
3134         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
3135         (sdb_view_init), (sdb_view_finalize),
3136         (sdb_view_build_and_display_base_tree):
3137         * plugins/symbol-db/symbol-db-view.h:
3138         added controls to expand Global tab nodes in a non-freezing way.
3139         Fixed also some little bugs always on global-tab.
3141 2008-01-06  Naba Kumar  <naba@gnome.org>
3143         Patches from James Liggett:
3144         * plugins/profiler/gprof-call-graph-view.c:
3145         (gprof_call_graph_view_create_columns):
3146         * plugins/profiler/gprof-flat-profile-view.c:
3147         (gprof_flat_profile_view_create_columns):
3148         * plugins/profiler/gprof-function-call-tree-view.c:
3149         (gprof_function_call_tree_view_create_columns): Made all
3150         of the columns resizable and reorderable.
3152 2008-01-06  Johannes Schmid <jhs@gnome.org>
3154         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
3155         (anjuta_launcher_check_password_real),
3156         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
3157         (anjuta_launcher_scan_pty),
3158         (anjuta_launcher_disable_password_check):
3159         * libanjuta/anjuta-launcher.h:
3160         Added disable_password_check for stream where it does not make sense 
3161         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
3162         that sometimes occur in symbol-db plugin
3163         
3164         * plugins/file-manager/file-model.c:
3165         (file_model_cancel_expand_idle):
3166         Fixed removing of idle source
3167         
3168         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
3169         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
3170         
3171         Fixed #348854 – invisible cursor in certain themes
3173 2008-01-06  Naba Kumar  <naba@gnome.org>
3175         * libanjuta/anjuta-preferences.c:
3176         (anjuta_preferences_register_property_custom): Fixed a crash bug on
3177         closing preferences dialog due to patch in bug #507300
3179 2008-01-06  Naba Kumar  <naba@gnome.org>
3181         * plugins/language-support-cpp-java/cpp-java-assist.c:
3182         (on_assist_chosen):
3183         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3184         * plugins/search/search-replace_backend.c: (create_search_entries):
3185         Added missing unrefs.
3187 2008-01-06  Johannes Schmid <jhs@gnome.org>
3189         * plugins/debug-manager/variable.c: (get_hovered_word):
3190   Add a g_object_unref()  
3191         
3192         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
3193         (on_sourceview_hover_leave):
3194         Fixed hover and editor interface to make hover in debugger work
3196 2008-01-06  Naba Kumar  <naba@gnome.org>
3198         * plugins/editor/text-editor.c: Whitespaces fixes.
3199         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
3200         DEBUG_PRINT instead of g_message.
3202 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
3204         * plugins/debug-manager/breakpoints.c:
3205         Fix #507441: Disable all breakpoints doesn't work
3206         Fix #507444: Enable Breakpoint menu item doesn't change name
3208 2008-01-05  Naba Kumar  <naba@gnome.org>
3210         * manuals/reference/libanjuta/libanjuta.types: Renamed
3211         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
3213 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3215         * plugins/debug-manager/variable.c:
3216         Update variable display to use IAnjutaIterable instead of position
3218         * plugins/editor/text_editor_cbs.c,
3219         plugins/editor/text_editor.c:
3220         Fix Gtk critical warnings when a hover signal is emitted
3221         Fix get_text_iter in Scintilla (range should include last character)
3222         
3223 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
3225         * plugins/debug-manager/debug_tree.c,
3226         plugins/debug-manager/debug_tree.h,
3227         plugins/debug-manager/watch.c,
3228         plugins/debug-manager/command.c,
3229         plugins/debug-manager/queue.c,
3230         plugins/gdb/plugin.c,
3231         plugins/gdb/debugger.c,
3232         plugins/gdb/debugger.h,
3233         libanjuta/interfaces/libanjuta.idl:
3234         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
3236 2008-01-05  Naba Kumar  <naba@gnome.org>
3238         * plugins/valgrind/plugin.c: Removed stock icon open/save from
3239         menus to avoid conflict with file open/save. Fixes bug #507455
3241 2008-01-05  Johannes Schmid <jhs@gnome.org>
3243         * configure.in:
3244         Conditionally depend on gtksourceview2 >= 2.1.0
3245         
3246         * libanjuta/interfaces/libanjuta.idl:
3247         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
3248         iterators instead of positions
3249         
3250         * plugins/debug-manager/threads.c:
3251         Fixed a warnings by including gnome-vfs properly
3252         
3253         * plugins/debug-manager/variable.c: (get_hovered_word),
3254         (on_hover_over):
3255         Updated to changes in IAnjutaEditorHover/Selection
3256         
3257         * plugins/document-manager/action-callbacks.c:
3258         (on_editor_command_upper_case_activate),
3259         (on_editor_command_lower_case_activate):
3260         * plugins/document-manager/search-box.c: (on_incremental_search),
3261         (on_search_activated):
3262         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
3263         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
3264         (iselection_get_start), (iselection_get_end),
3265         (iselection_iface_init), (ihover_display), (ihover_iface_init):
3266         * plugins/editor/text_editor_cbs.c:
3267         (on_text_editor_scintilla_notify):
3268         
3269         Updated to changes in IAnjutaEditorHover/Selection and updated editor
3270         interface of scintilla editor.
3271         
3272         * plugins/language-manager/languages.xml:
3273         * plugins/language-manager/plugin.c:
3274         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
3275         Added chdr to C language files and some DEBUG_PRINTs
3276         
3277         * plugins/language-support-cpp-java/cpp-java-assist.c:
3278         (on_assist_chosen):
3279         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
3280         * plugins/search/plugin.c: (find_incremental):
3281         * plugins/search/search-replace.c: (search_and_replace):
3282         * plugins/search/search-replace_backend.c: (create_search_entries):
3283                 Adapted to changed interfaces
3285         * plugins/sourceview/Makefile.am:
3286         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
3287         (set_uri), (anjuta_document_save):
3288         * plugins/sourceview/anjuta-editor-sourceview.glade:
3289         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
3290         (anjuta_view_key_press_event):
3291         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
3292         * plugins/sourceview/sourceview-cell.c:
3293         (sourceview_cell_instance_init), (sourceview_cell_finalize),
3294         (icell_get_line), (icell_get_attribute), (icell_iface_init):
3295         * plugins/sourceview/sourceview-prefs.c: (get_bool),
3296         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
3297         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
3298         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
3299         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
3300         * plugins/sourceview/sourceview-private.h:
3301         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
3302         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
3303         (on_document_loaded), (sourceview_instance_init),
3304         (sourceview_dispose), (sourceview_finalize),
3305         (sourceview_create_markers), (sourceview_new),
3306         (ifile_savable_save), (ieditor_get_tab_size),
3307         (ieditor_set_tab_size), (ieditor_set_use_spaces),
3308         (ieditor_set_auto_indent), (ieditor_goto_line),
3309         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
3310         (iselect_block), (iselect_set), (iselect_get_start),
3311         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
3312         (imark_unmark), (imark_is_marker_set),
3313         (imark_location_from_handle), (imark_delete_all_markers),
3314         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
3315         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
3316         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
3317         (ilanguage_get_supported_languages), (autodetect_language),
3318         (ilanguage_set_language), (iassist_show_tips),
3319         (on_sourceview_hover_leave), (on_sourceview_hover_over),
3320         (ihover_display), (ihover_iface_init):
3321         
3322         Use GtkSourceView 2.1.x:
3323         * New mark interface
3324         * Fixed #486724 and #488615
3325         * Implemented hover interface
3326         * Adapted to changed interfaces
3328 2008-01-04  Rob Bradford  <rob@o-hand.com>
3330         Reviewed by Naba Kumar  <naba@gnome.org>:
3331         * libanjuta/anjuta-preferences.c:
3332         (anjuta_preferences_register_property_custom):
3333         Unregister preferences for custom preferences when the widget is
3334         destroyed.
3336 2008-01-03  Johannes Schmid <jhs@gnome.org>
3338         * plugins/file-manager/file-model.c: (file_model_row_expanded),
3339         (file_model_row_collapsed):
3340   Fixed the too method to take a correct data argument
3342 2008-01-02  Johannes Schmid <jhs@gnome.org>
3344         * plugins/document-manager/anjuta-docman.c:
3345         (anjuta_docman_add_document), (anjuta_docman_remove_document):
3346         ref and unref correctly to silence a Gtk+ critical
3348 2008-01-01  Johannes Schmid <jhs@gnome.org>
3350         * plugins/editor/text_editor.c: (itext_editor_get_text):
3351         Fixed #506740 – ianjuta_editor_get_text crash if request 
3352         text past the buffer length
3354 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
3356         * plugins/debug-manager/utilities.c,
3357         plugins/debug-manager/utilities.h,
3358         plugins/debug-manager/breakpoints.c:
3359         Move get_current_editor function in utilities.c
3361         * plugins/debug-manager/plugin.c,
3362         plugins/debug-manager/debug_tree.c,
3363         plugins/debug-manager/debug_tree.h,
3364         plugins/debug-manager/watch.c,
3365         plugins/debug-manager/watch.h,
3366         plugins/debug-manager/locals.c,
3367         plugins/debug-manager/locals.h,
3368         (added) plugins/debug-manager/variable.c,
3369         (added) plugins/debug-manager/variable.h,
3370         plugins/debug-manager/Makefile.am:
3371         Use hover interface to display variable value
3373 2007-12-31  Johannes Schmid <jhs@gnome.org>
3375         * libanjuta/Makefile.am:
3376         Only install glade catalog files if glade-3 is available
3377         (Fixes #506269 and #500296)
3379 2007-12-30  Johannes Schmid <jhs@gnome.org>
3381         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
3382         (set_property_value_as_string), (register_callbacks):
3384   Fixed GtkFileChooserButton preferences to also work when only the combo
3385   changes without a dialog being open.
3387 2007-12-29  Johannes Schmid <jhs@gnome.org>
3389         * plugins/editor/Makefile.am:
3390         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
3392 2007-12-29  Johannes Schmid <jhs@gnome.org>
3394         * plugins/devhelp/plugin.c: (devhelp_activate):
3395         Fixed #498986 - Anjuta-2.3.0 fails to build
3397 2007-12-29  Johannes Schmid <jhs@gnome.org>
3399         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
3400         * plugins/debug-manager/plugin.c:
3401         (on_run_to_cursor_action_activate):
3402         * plugins/document-manager/anjuta-docman.c:
3403         (anjuta_docman_goto_file_line_mark):
3404         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3405         (value_removed_current_editor):
3406         
3407         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
3408         all those to value_added_current_document...
3410         * plugins/editor/anjuta-editor-scintilla.glade:
3411         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
3412         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
3414 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3416   * plugins/symbol-db/plugin.c: (on_importing_project_end),
3417   (symbol_db_activate), (symbol_db_deactivate),
3418   (symbol_db_instance_init), (isymbol_manager_get_parents):
3419   * plugins/symbol-db/plugin.h:
3420   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3421   * plugins/symbol-db/symbol-db-engine.c:
3422   (symbol_db_engine_get_global_members_filtered):
3423   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
3424   (on_symbol_inserted):
3425   Filtered out static functions on global-tab. E.g. when flag
3426   is_file_scope = 1 we won't add entries there.
3427   Fixed a little bug on 'Global'->'Vars/Others' node too.
3429 2007-12-28  Johannes Schmid <jhs@gnome.org>
3431   * libanjuta/anjuta-launcher.c:
3432   Fixed a silly (and completely useless) memory corruption that probably 
3433   only occured at a few race conditions though I wonder why it did not 
3434         happen more often
3436 2007-12-28  Johannes Schmid <jhs@gnome.org>
3437         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
3438         * plugins/debug-manager/plugin.c: (set_program_counter):
3439         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
3440         * plugins/debug-manager/start.c: (get_source_directories):
3441         * plugins/debug-manager/threads.c: (on_info_thread),
3442         (on_list_thread):
3443         * plugins/file-manager/file-model.c: (file_model_set_property):
3444         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
3445         * plugins/tools/editor.c: (on_editor_response):
3446         
3447         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
3448         
3449         * plugins/document-manager/plugin.c: (update_title),
3450         (value_added_project_root_uri):
3451         * plugins/document-manager/plugin.h:
3452         Shorten down the title bar if the current path is inside the opened project
3454 2007-12-28  Massimo Cora'  <maxcvs@email.it>
3456         reviewed by: Johannes Schmid <jhs@gnome.org>
3458         * plugins/project-wizard/templates/java/project.anjuta:
3459         * plugins/project-wizard/templates/mkfile/project.anjuta:
3460         * plugins/project-wizard/templates/python/project.anjuta:
3461         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
3462         let new projects use new SymbolDB plugin.
3463         
3464         * plugins/symbol-browser/images/Makefile.am:
3465         added some images taken from MonoDevelop project.
3466         
3467         * plugins/symbol-db/plugin.c: (value_added_current_editor),
3468         (goto_file_line), (on_importing_project_end), (project_root_added),
3469         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
3470         (isymbol_manager_search):
3471         Added project-updating feature when opening a project with some files
3472   modified externally [e.g. a svn up].
3473         
3474         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3475         (sdb_engine_iterator_node_instance_init),
3476         (sdb_engine_iterator_node_finalize),
3477         (symbol_db_engine_iterator_node_set_conversion_hash):
3478         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
3479         * plugins/symbol-db/symbol-db-engine-iterator.c:
3480         (symbol_db_engine_iterator_new):
3481         * plugins/symbol-db/symbol-db-engine-iterator.h:
3482          Moved Hash table initialization into the engine. This proxies and
3483   speeds up the process of creation and iteration of a GdaDataModel.
3484         
3485         * plugins/symbol-db/symbol-db-engine.c:
3486         (sdb_engine_ctags_output_thread),
3487         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3488         (sdb_engine_scan_files_1), (sdb_engine_init),
3489         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
3490         (symbol_db_engine_add_new_workspace),
3491         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
3492         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
3493         (symbol_db_engine_get_sym_type_conversion_hash),
3494         (symbol_db_engine_update_files_symbols),
3495         (symbol_db_engine_update_project_symbols),
3496         (symbol_db_engine_update_buffer_symbols),
3497         (symbol_db_engine_get_class_parents),
3498         (symbol_db_engine_get_global_members_filtered),
3499         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
3500         (symbol_db_engine_get_scope_members_by_symbol_id),
3501         (symbol_db_engine_get_scope_members),
3502         (symbol_db_engine_get_current_scope),
3503         (symbol_db_engine_get_file_symbols),
3504         (symbol_db_engine_get_symbol_info_by_id),
3505         (symbol_db_engine_find_symbol_by_name_pattern),
3506         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
3507         * plugins/symbol-db/symbol-db-engine.h:
3508         * plugins/symbol-db/symbol-db-view-locals.c:
3509         (sdb_view_locals_get_iter_from_row_ref),
3510         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
3511         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
3512         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3513         Changes on some queries fuctions and some fixes. Added *_filtered
3514   functions.
3515         
3516         * plugins/symbol-db/symbol-db-view.c:
3517         (do_add_child_symbol_to_view), (add_new_waiting_for),
3518         (prepare_for_adding), (on_symbol_inserted),
3519         (do_recurse_subtree_and_remove), (on_symbol_removed),
3520         (sdb_view_do_add_hidden_dummy_child),
3521         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
3522         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
3523         (sdb_view_locals_create_new_store), (sdb_view_init),
3524         (sdb_view_finalize), (sdb_view_class_init),
3525         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
3526         (symbol_db_view_get_pixbuf),
3527         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3528         New display for global tags. This is the definitive version, bugs apart.
3529         
3530         * plugins/symbol-db/tables.sql:
3531         fixed typo.
3533 2007-12-27  Naba Kumar  <naba@gnome.org>
3535         * libanjuta/interfaces/libanjuta.idl:
3536         * plugins/editor/aneditor-priv.h:
3537         * plugins/editor/aneditor.cxx:
3538         * plugins/editor/text_editor.c: (text_editor_instance_init),
3539         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
3540         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
3541         * plugins/editor/text_editor.h:
3542         * plugins/editor/text_editor_cbs.c:
3543         (on_text_editor_scintilla_notify):
3545         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
3546         related code in AnEditor. Fixed some compilation warnings.
3548 2007-12-26  Naba Kumar  <naba@gnome.org>
3550         * Changelog: Fixed indentation.
3552 2007-12-25  Naba Kumar  <naba@gnome.org>
3554         * plugins/editor/Makefile.am:
3555         * plugins/editor/editor.glade:
3556         * plugins/editor/plugin.c:
3557         * plugins/editor/style-editor.c:
3558         * plugins/sourceview/Makefile.am:
3559         * plugins/sourceview/plugin.c:
3560         * plugins/sourceview/sourceview.glade:
3561         * plugins/valgrind/Makefile.am:
3563         Renamed glade files to anjuta-editor-* to give name space for the
3564         schema files (because they are installed in system directory).
3566         * scripts/build-schemas.mk: Install the schemas files also (need for
3567         binary package installation/uninstallation).
3569 2007-12-25  Johannes Schmid <jhs@gnome.org>
3571         * plugins/language-support-cpp-java/plugin.c:
3572         (set_indentation_param_vim):
3573         
3574         Support some more vim modeline commands and shortcuts (#504331)
3576 2007-12-25  Johannes Schmid <jhs@gnome.org>
3578         Patches from James Liggett:
3579         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
3580         (anjuta_vcs_status_tree_view_init):
3581         * plugins/subversion/subversion-commit-dialog.c:
3582         (subversion_commit_dialog):
3583         * plugins/subversion/subversion-diff-dialog.c:
3584         (on_subversion_diff_response):
3585         * plugins/subversion/subversion-log-dialog.c:
3586         (on_log_view_selected_button_clicked),
3587         (on_log_diff_selected_button_clicked),
3588         (on_log_diff_previous_button_clicked):
3589         * plugins/subversion/subversion-resolve-dialog.c:
3590         (subversion_resolve_dialog):
3591         * plugins/subversion/subversion-revert-dialog.c:
3592         (subversion_revert_dialog):
3593         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
3594         (pulse_progress_bar), (hide_pulse_progress_bar),
3595         (disconnect_data_arrived_signals),
3596         (cancel_data_arrived_signal_disconnect):
3597         * plugins/subversion/subversion-ui-utils.h:
3598         
3599         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
3600         #505237 – Sort list of modified files
3602 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
3604         * plugins/gdb/debugger.c:
3605         Fix bug #491301: Inspecting a variable opens a bad focus dialog
3607 2007-12-23  Johannes Schmid <jhs@gnome.org>
3609         * plugins/language-support-cpp-java/plugin.c:
3610         (set_indentation_param_emacs), (set_indentation_param_vim),
3611         (parse_mode_line_emacs), (parse_mode_line_vim),
3612         (extract_mode_line), (initialize_indentation_params):
3614         Added (basic) support for vim modelines (#504331)
3616         * plugins/message-view/message-view.c: (message_view_next),
3617         (message_view_previous):
3618         
3619         Fixed next/previous message
3621 2007-12-23  Johannes Schmid <jhs@gnome.org>
3623         * libanjuta/anjuta-ui.h:
3624         Check for != NULL before unref'ing pixbuf (related to #497878)
3625         
3626         * plugins/devhelp/plugin.c: (register_stock_icons):
3627         * plugins/document-manager/anjuta-docman.c:
3628         (anjuta_docman_add_document):
3629         * plugins/glade/plugin.c: (on_close_activated),
3630         (register_stock_icons), (on_session_save),
3631         (glade_plugin_add_project):
3632         
3633         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
3634         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
3635         
3636         * plugins/language-support-cpp-java/plugin.c:
3637         (register_stock_icons):
3638         Fixed stock icon registration macros
3640 2007-12-23  Johannes Schmid <jhs@gnome.org>
3642         * global-tags/Makefile.am:
3643         * launcher/Makefile.am:
3644         * libanjuta/Makefile.am:
3645         * libegg/Makefile.am:
3646         * manuals/anjuta-faqs/Makefile.am:
3647         * manuals/anjuta-manual/Makefile.am:
3648         * manuals/reference/libanjuta/Makefile.am:
3649         * plugins/build-basic-autotools/Makefile.am:
3650         * plugins/class-gen/Makefile.am:
3651         * plugins/class-inheritance/Makefile.am:
3652         * plugins/cvs-plugin/Makefile.am:
3653         * plugins/debug-manager/Makefile.am:
3654         * plugins/devhelp/Makefile.am:
3655         * plugins/document-manager/Makefile.am:
3656         * plugins/editor/Makefile.am:
3657         * plugins/editor/scintilla/Makefile.am:
3658         * plugins/editor/scintilla/include/Makefile.am:
3659         * plugins/file-loader/Makefile.am:
3660         * plugins/file-manager/Makefile.am:
3661         * plugins/file-wizard/Makefile.am:
3662         * plugins/gdb/Makefile.am:
3663         * plugins/glade/Makefile.am:
3664         * plugins/gtodo/Makefile.am:
3665         * plugins/gvim/Makefile.am:
3666         * plugins/indent/Makefile.am:
3667         * plugins/language-manager/Makefile.am:
3668         * plugins/language-support-cpp-java/Makefile.am:
3669         * plugins/macro/Makefile.am:
3670         * plugins/message-view/Makefile.am:
3671         * plugins/patch/Makefile.am:
3672         * plugins/profiler/Makefile.am:
3673         * plugins/project-import/Makefile.am:
3674         * plugins/project-manager/Makefile.am:
3675         * plugins/project-wizard/Makefile.am:
3676         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
3677         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
3678         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
3679         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
3680         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
3681         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
3682         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
3683         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
3684         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
3685         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
3686         * plugins/sample1/Makefile.am:
3687         * plugins/search/Makefile.am:
3688         * plugins/sourceview/Makefile.am:
3689         * plugins/subversion/Makefile.am:
3690         * plugins/symbol-browser/Makefile.am:
3691         * plugins/symbol-db/Makefile.am:
3692         * plugins/symbol-db/test/Makefile.am:
3693         * plugins/terminal/Makefile.am:
3694         * plugins/tools/Makefile.am:
3695         * plugins/valgrind/Makefile.am:
3696         * src/Makefile.am:
3697         * tagmanager/Makefile.am:
3698         
3699         Replaces the deprecated "INCLUDES" in all Makefile.am's with
3700         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
3701         warnings from illigel C++ compiler flags.
3703 2007-12-23  Johannes Schmid <jhs@gnome.org>
3705         Patch from Tom <tpgww@onepost.net>:
3706   
3707         * plugins/document-manager/anjuta-docman.c:
3708         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
3709         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
3710         (anjuta_docman_instance_init), (on_notebook_switch_page),
3711         (anjuta_docman_grab_text_focus):
3712         * plugins/document-manager/plugin.c: (on_document_added),
3713         (on_window_key_press_event), (on_window_key_release_event):
3714         
3715         Some more document-manager code cleanups and fixes.
3717 2007-12-23  Massimo Cora'  <maxcvs@email.it>
3719         * plugins/symbol-db/plugin.c: (register_stock_icons),
3720         (value_added_current_editor), (value_removed_current_editor),
3721         (on_importing_project_end), (project_root_removed):
3722         added controls to clean/populate GtkTreeView(s) on projects unload/load.
3724         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
3725         (symbol_db_engine_get_file_db_path):
3726         fixed a useless warning.
3728         * plugins/symbol-db/symbol-db-view-locals.c:
3729         (traverse_free_waiting_for), (file_view_status_destroy),
3730         (sdb_view_locals_create_new_store), (traverse_files_view_status),
3731         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
3732         (sdb_view_locals_finalize), (on_symbol_inserted),
3733         (symbol_db_view_locals_recv_signals_from_engine),
3734         (symbol_db_view_locals_update_list):
3735         more speed on editors switching. GtkTreeStore caching method implemented.
3736         Fixed compiler warnings and a little memory leak.
3738         * plugins/symbol-db/symbol-db-view-locals.h:
3739         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
3740         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
3741         (on_scan_end), (on_symbol_inserted),
3742         (sdb_view_locals_create_new_store), (sdb_view_init),
3743         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
3744         * plugins/symbol-db/symbol-db-view.h:
3745         fixed some crashers. Now project loading/populating should be quite quick.
3747 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3749         * plugins/debug-manager/command.c,
3750         plugins/debug-manager/queue.c:
3751         Take care of command return value (FALSE is an error)
3753 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
3755         * plugins/debug-manager/anjuta-debug-manager.glade,
3756         plugins/debug-manager/breakpoints.c:
3757         Remove address, condition and pass breakpoint column if not supported
3758         Fix clear all remove_all to avoid an endless loop if a breakpoint
3759         cannot be removed
3761 2007-12-17  Johannes Schmid <jhs@gnome.org>
3763         Patch from Tom <tpgww@onepost.net> (with some changes):
3765         * plugins/document-manager/action-callbacks.c: (on_open_activate),
3766         (on_save_as_activate), (on_save_all_activate),
3767         (on_close_file_activate), (on_close_all_file_activate),
3768         (on_reload_file_activate), (on_editor_command_clear_activate),
3769         (on_transform_eolchars1_activate), (on_comment_block),
3770         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
3771         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3772         (on_editor_linenos1_activate), (on_editor_markers1_activate),
3773         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
3774         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
3775         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
3776         (on_zoom_out_text_activate):
3777         * plugins/document-manager/action-callbacks.h:
3778         * plugins/document-manager/anjuta-docman.c:
3779         (on_notebook_page_close_button_click),
3780         (on_notebook_page_close_button_enter),
3781         (on_notebook_page_close_button_leave),
3782         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
3783         (anjuta_docman_page_init), (anjuta_docman_page_new),
3784         (on_open_filesel_response), (create_file_open_dialog_gui),
3785         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
3786         (anjuta_docman_instance_init), (on_notebook_switch_page),
3787         (on_document_destroy), (anjuta_docman_add_editor),
3788         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3789         (anjuta_docman_set_current_document),
3790         (anjuta_docman_goto_file_line_mark), (get_real_path),
3791         (anjuta_docman_get_full_filename),
3792         (anjuta_docman_delete_all_markers),
3793         (anjuta_docman_delete_all_indicators),
3794         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3795         (anjuta_docman_order_tabs):
3796         * plugins/document-manager/anjuta-docman.h:
3797         * plugins/document-manager/file_history.c: (an_hist_file_new),
3798         (an_file_history_push), (an_file_history_dump):
3799         * plugins/document-manager/file_history.h:
3800         * plugins/document-manager/plugin.c: (update_title),
3801         (value_removed_project_root_uri),
3802         (update_document_ui_interface_items), (menu_name_compare),
3803         (on_document_added), (on_document_changed),
3804         (on_window_key_press_event), (on_window_key_release_event),
3805         (on_session_save):
3806         * plugins/document-manager/search-box.c: (on_document_changed),
3807         (on_goto_activated), (search_box_init), (search_box_new):
3808         * plugins/document-manager/search-box.h:
3810         Yet more code cleanups
3811         Save glade files correctly in session
3812         Use new tooltip API if available
3813         Sort notebook pages when session is restored (needs work)
3815 2007-12-16  Johannes Schmid <jhs@gnome.org>
3817         * plugins/document-manager/anjuta-docman.c:
3818         (anjuta_docman_add_document):
3819         
3820         Present correct widget with anjuta_shell_present_widget(). This got wrong when
3821         the new search bar was introduced.
3823 2007-12-12  Johannes Schmid <jhs@gnome.org>
3824   
3825         Patch from  Tom <tpgww@onepost.net>:
3826         (#485233 – another bunch of docman cleanups)
3827   
3828         * libanjuta/interfaces/libanjuta.idl:
3829         * plugins/document-manager/action-callbacks.c:
3830         (get_current_document), (get_current_focus_widget),
3831         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
3832         (on_close_file_activate), (on_close_all_file_activate),
3833         (on_reload_file_activate), (on_print_activate),
3834         (on_print_preview_activate),
3835         (on_editor_command_upper_case_activate),
3836         (on_editor_command_lower_case_activate),
3837         (on_editor_command_eol_crlf_activate),
3838         (on_editor_command_eol_lf_activate),
3839         (on_editor_command_eol_cr_activate),
3840         (on_editor_command_select_all_activate),
3841         (on_editor_command_select_to_brace_activate),
3842         (on_editor_command_select_block_activate),
3843         (on_editor_command_match_brace_activate),
3844         (on_editor_command_undo_activate),
3845         (on_editor_command_redo_activate),
3846         (on_editor_command_cut_activate),
3847         (on_editor_command_paste_activate),
3848         (on_editor_command_copy_activate),
3849         (on_editor_command_clear_activate),
3850         (on_editor_command_close_folds_all_activate),
3851         (on_editor_command_open_folds_all_activate),
3852         (on_editor_command_toggle_fold_activate),
3853         (on_editor_command_bookmark_toggle_activate),
3854         (on_editor_command_bookmark_first_activate),
3855         (on_editor_command_bookmark_next_activate),
3856         (on_editor_command_bookmark_prev_activate),
3857         (on_editor_command_bookmark_last_activate),
3858         (on_editor_command_bookmark_clear_activate),
3859         (on_transform_eolchars1_activate), (on_comment_block),
3860         (on_comment_box), (on_comment_stream),
3861         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
3862         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
3863         (on_force_hilite_activate), (on_swap_activate),
3864         (on_editor_add_view_activate), (on_editor_remove_view_activate):
3865         * plugins/document-manager/action-callbacks.h:
3866         * plugins/document-manager/anjuta-docman.c:
3867         (on_notebook_page_close_button_click),
3868         (on_notebook_page_close_button_enter),
3869         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
3870         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
3871         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
3872         (on_open_filesel_response), (anjuta_docman_open_file),
3873         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
3874         (anjuta_docman_dispose), (anjuta_docman_instance_init),
3875         (anjuta_docman_class_init), (anjuta_docman_new),
3876         (on_notebook_switch_page), (on_document_save_point),
3877         (on_document_destroy), (anjuta_docman_add_editor),
3878         (anjuta_docman_add_document), (anjuta_docman_remove_document),
3879         (anjuta_docman_set_popup_menu),
3880         (anjuta_docman_get_current_focus_widget),
3881         (anjuta_docman_get_page_for_document),
3882         (anjuta_docman_get_current_document),
3883         (anjuta_docman_set_current_document),
3884         (anjuta_docman_goto_file_line),
3885         (anjuta_docman_goto_file_line_mark),
3886         (anjuta_docman_get_full_filename),
3887         (anjuta_docman_present_notebook_page),
3888         (anjuta_docman_update_page_label),
3889         (anjuta_docman_delete_all_markers),
3890         (anjuta_docman_delete_all_indicators),
3891         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
3892         (do_ordertab1), (anjuta_docman_order_tabs),
3893         (anjuta_docman_set_editor_properties),
3894         (anjuta_docman_get_document_for_path),
3895         (anjuta_docman_get_all_doc_widgets):
3896         * plugins/document-manager/anjuta-docman.h:
3897         * plugins/document-manager/editor-tooltips.c:
3898         * plugins/document-manager/plugin.c: (update_title),
3899         (update_document_ui_enable_all), (update_document_ui_disable_all),
3900         (update_document_ui_save_items),
3901         (update_document_ui_interface_items), (update_document_ui),
3902         (on_document_update_save_ui), (update_status),
3903         (on_document_update_ui), (on_document_added),
3904         (on_document_changed), (on_session_save), (on_save_prompt),
3905         (on_docman_auto_save), (on_gconf_notify_timer):
3906         * plugins/document-manager/search-box.c: (on_document_changed),
3907         (search_box_new), (search_box_grab_line_focus):
3908         * plugins/glade/plugin.c: (ifile_open):
3909         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
3910         * plugins/search/search-replace_backend.c: (create_search_entries):
3911         * plugins/sourceview/anjuta-document.c: (set_uri),
3912         (anjuta_document_save):
3913         * plugins/sourceview/sourceview.c: (ifile_savable_save):
3914         * plugins/tools/editor.c: (on_editor_response):
3916         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
3917         It fixes some issues with session handling and several memory lacks.
3918         Gtk 2.12 Tooltip API is used if available.
3920 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
3922         * plugins/debug-manager/disassemble.c,
3923         plugins/debug-manager/disassemble.h,
3924         plugins/debug-manager/command.c,
3925         plugins/debug-manager/command.h,
3926         plugins/debug-manager/plugin.c
3927         plugins/debug-manager/sparse_view.c,
3928         plugins/debug-manager/sparse_view.h,
3929         plugins/gdb/plugin.c,
3930         plugins/gdb/debugger.c,
3931         plugins/gdb/debugger.h,
3932         libanjuta/interfaces/libanjuta.idl:
3933         Fix bug #502533: Implement assembler step
3935         * plugins/debug-manager/breakpoints.c:
3936         Do not save temporary breakpoints
3938         * plugins/debug-manager/stack_trace.c:
3939         Fix a crash when a stack command is cancelled
3941 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
3943         * plugins/debug-manager/plugin.c,
3944         plugins/debug-manager/breakpoints.c,
3945         plugins/debug-manager/breakpoints.h:
3946         Fix bug #488732: Breakpoint on delete lines
3947         Breakpoints are now linked to their position in editor
3949         * plugins/gdb/debugger.c:
3950         Fix removing condition on breakpoint 
3952 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
3954         * plugins/debug-manager/anjuta-debug-manager.glade,
3955         plugins/debug-manager/start.c,
3956         plugins/gdb/plugin.c,
3957         plugins/gdb/debugger.c,
3958         plugins/gdb/debugger.h,
3959         libanjuta/interfaces/libanjuta.idl:
3960         Fix bug #481366: Do not stop at the beginning of the program
3962         * plugins/debug-manager/command.c,
3963         plugins/debug-manager/command.h,
3964         plugins/debug-manager/breakpoints.c,
3965         plugins/debug-manager/queue.c,
3966         plugins/debug-manager/queue.h:
3967         Fix a bug remove all breakpoints was not working due to latest changes
3968         Setting breakpoints is disabled when program is running
3970 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
3972         * plugins/debug-manager/queue.c,
3973         plugins/gdb/plugin.c:
3974         Fix bug #501469: Crash if mime_type is unknown
3976 2007-12-01  Massimo Cora'  <maxcvs@email.it>
3978         * plugins/symbol-db/plugin.c: (on_editor_destroy),
3979         (on_editor_update_ui), (on_single_file_scan_end),
3980         (on_importing_project_end), (project_root_added),
3981         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
3982         * plugins/symbol-db/plugin.h:
3983         show on status bar files being scanned.
3985         * plugins/symbol-db/symbol-db-engine.c:
3986         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
3987         (sdb_engine_ctags_output_thread),
3988         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
3989         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
3990         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
3991         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
3992         (sdb_engine_get_table_id_by_unique_name2),
3993         (symbol_db_engine_open_project),
3994         (sdb_engine_prepare_executing_commands),
3995         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
3996         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
3997         (sdb_engine_detects_removed_ids),
3998         (symbol_db_engine_get_class_parents),
3999         (symbol_db_engine_get_global_members),
4000         (symbol_db_engine_get_scope_members_by_symbol_id),
4001         (symbol_db_engine_get_scope_members),
4002         (symbol_db_engine_get_current_scope),
4003         (symbol_db_engine_get_file_symbols),
4004         (symbol_db_engine_get_symbol_info_by_id),
4005         (symbol_db_engine_get_full_local_path),
4006         (symbol_db_engine_find_symbol_by_name_pattern),
4007         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
4008         * plugins/symbol-db/symbol-db-engine.h:
4009         * plugins/symbol-db/symbol-db-view-locals.c:
4010         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
4011         (symbol_db_view_locals_recv_signals_from_engine),
4012         (symbol_db_view_locals_update_list):
4013         * plugins/symbol-db/symbol-db-view-locals.h:
4014         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
4015         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
4016         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
4017         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
4018         * plugins/symbol-db/symbol-db-view.h:
4019         Added g_thread architecture to scan in background. With this you
4020         can use Anjuta's GUI without freezing.
4021         Improved insertion speed by using a paradigm like 'insert' and 'check'
4022         replacing a 'check' and 'insert' one. This has been done for tables 
4023         like symbol, scope, sym_type.
4024         Fixed two crashers. 
4026         * plugins/symbol-db/tables.sql:
4027         * plugins/symbol-db/test/main.c: (get_global_members), (main),
4028         (thread), (print_message), (bastard_thread), (idle_signals):
4029         fixed a typo on tables that broke sql triggers.
4031 === anjuta 2.3.1 ===
4033 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4035         * NEWS, AUTHORS: Updated.
4036         * src/Makefile.am: Fixed make distcheck
4038         Patch from Yang Hong:
4039         * plugins/file-manager/file-manager.glade: Fixed file chooser
4040         size in file-manager preferences.
4042 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
4044         * NEWS: Updated for 2.3.1 development release
4045         * configure.in: Bumped version to 2.3.1
4047 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
4049         * plugins/debug-manager/threads.c,
4050         plugins/debug-manager/disassemble.c,
4051         plugins/debug-manager/watch.c,
4052         plugins/debug-manager/registers.c,
4053         plugins/debug-manager/locals.c,
4054         plugins/debug-manager/breakpoints.c,
4055         plugins/debug-manager/stack_trace.c,
4056         plugins/debug-manager/command.c,
4057         plugins/debug-manager/command.h,
4058         plugins/debug-manager/queue.c,
4059         libanjuta/interfaces/libanjuta.idl:
4060         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
4061         Document IAnjutaDebugManager signals
4062         Generate new signals in queue.c
4063         Use new signals in other files
4065 2007-11-30  <genbell@tiscali.it>
4067         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
4069         * plugins/gdb/Makefile.am:
4070         Fix bug #500376
4072 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4074         * plugins/tools/variable.c:
4075         Fix a bug added in the previous patch (it is not a leak)
4077 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
4079         * plugins/project-wizard/druid.c,
4080         plugins/project-wizard/templates/terminal.wiz,
4081         plugins/project-wizard/templates/xlib-dock.wiz,
4082         plugins/project-wizard/templates/wxwin.wiz,
4083         plugins/project-wizard/templates/java.wiz,
4084         plugins/project-wizard/templates/gnome.wiz,
4085         plugins/project-wizard/templates/anjuta-plugin.wiz,
4086         plugins/project-wizard/templates/gtkmm.wiz,
4087         plugins/project-wizard/templates/python.wiz,
4088         plugins/project-wizard/templates/cpp.wiz,
4089         plugins/project-wizard/templates/sdl.wiz,
4090         plugins/project-wizard/templates/gtk.wiz,
4091         plugins/project-wizard/templates/minimal.wiz,
4092         plugins/project-wizard/templates/xlib.wiz,
4093         plugins/project-wizard/templates/gcj.wiz,
4094         plugins/project-wizard/templates/translatable-strings.h,
4095         plugins/project-import/project-import.c:
4096         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
4098 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
4100         * plugins/debug-manager/threads.c,
4101         plugins/debug-manager/disassemble.c,
4102         plugins/debug-manager/watch.c,
4103         plugins/debug-manager/registers.c,
4104         plugins/debug-manager/memory.c,
4105         plugins/debug-manager/locals.c,
4106         plugins/debug-manager/stack_trace.c,
4107         plugins/debug-manager/queue.c,
4108         plugins/debug-manager/queue.h:
4109         Connect debugger signal only when program is loaded
4110         Rename get_feature in is_supported
4112         * plugins/debug-manager/plugin.c:
4113         Remove editor watch when plugin is deactivated
4115         * plugins/debug-manager/anjuta-debug-manager.glade,
4116         plugins/debug-manager/breakpoints.c,
4117         plugins/debug-manager/breakpoints.h:
4118         Rewrite almost completely the breakpoint code
4119         Improve breakpoint dialog
4120         Reorganize function
4121         Implement condition, hit count, ignore and temporary attribute
4123         * plugins/debug-manager/command.c,
4124         plugins/debug-manager/command.h:
4125         Add a breakpoint list command
4127         * plugins/gdb/debugger.c,
4128         plugins/gdb/debugger.h:
4129         Add new breakpoint list command
4130         Fix parsing of breakpoint data
4132         * libanjuta/interfaces/libanjuta.idl,
4133         plugins/gdb/plugin.c:
4134         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
4136 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
4138         * plugins/document-manager/plugin.c:
4139         Use Ctrl+Shift+s as shortcut for Save As
4141 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
4143         * plugins/subversion/plugin.c: (activate_plugin):
4144         * plugins/symbol-db/plugin.c: (symbol_db_activate):
4145         * src/layout.xml: Fixed dockitem positions.
4147 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4149         Icons from tpgww@onepost.net:
4150         * plugins/project-wizard/applogo.png:
4151         Icons from patch in bug #480093 comment #23. Also renamed icons.
4153         * plugins/message-view/Makefile.am:
4154         * plugins/message-view/plugin.c: (register_stock_icons),
4155         (ipreferences_merge): Removed redundant icon.
4157         * plugins/document-manager/plugin.c:
4158         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
4159         Do not insensitize New action when there is no document.
4160         Indentation fixes.
4162 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4164         Icons from tpgww@onepost.net:
4165         * plugins/symbol-browser/an_symbol_prefs.c:
4166         * pixmaps/Makefile.am:
4167         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
4169         Icons from patch in bug #480093 comment #23. Also renamed icons.
4170         To be continued..
4172 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
4174         Patch from James Liggett:
4175         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
4176         revert and dialogs resizable.
4178 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4180         Patch from James Liggett:
4181         * plugins/subversion/anjuta-subversion.glade:
4182         * plugins/subversion/subversion-diff-dialog.c:
4183         (on_subversion_diff_response), (subversion_diff_dialog):
4184         * plugins/subversion/subversion-diff-dialog.h:
4186         The diff dialog should have a checkbox, enabled by default, that
4187         allows the user to make sure that all open files are saved before
4188         diffing.
4190 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
4192         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
4194         Icons from tpgww@onepost.net:
4195         * pixmaps/Makefile.am:
4196         * src/Makefile.am:
4197         * src/anjuta-app.c:
4198         * src/anjuta-preferences-general.svg:
4200         Icons from patch in bug #480093 comment #23. Also renamed icons.
4201         To be continued..
4203 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4205         Icons from tpgww@onepost.net:
4206         * plugins/debug-manager/images/Makefile.am:
4207         * plugins/debug-manager/images/anjuta-watch.svg:
4208         * plugins/debug-manager/plugin.c: (register_stock_icons):
4209         * plugins/gdb/images/Makefile.am:
4210         * plugins/gtodo/Makefile.am:
4211         * plugins/gtodo/anjuta-gtodo-plugin.svg:
4212         * plugins/gtodo/anjuta-gtodo.plugin.in:
4213         * plugins/gtodo/interface.c: (stock_icons):
4214         * plugins/gtodo/main.h:
4215         * plugins/gtodo/plugin.c: (ipreferences_merge):
4216         * plugins/terminal/Makefile.am:
4217         * plugins/terminal/anjuta-terminal-plugin.svg:
4218         * plugins/terminal/anjuta-terminal.plugin.in:
4219         * plugins/terminal/terminal.c:
4220         * plugins/tools/Makefile.am:
4221         * plugins/tools/anjuta-tools-plugin.svg:
4222         * plugins/tools/anjuta-tools.plugin.in:
4223         * plugins/tools/plugin.c:
4224         * plugins/valgrind/Makefile.am:
4225         * plugins/valgrind/anjuta-valgrind-plugin.svg:
4226         * plugins/valgrind/anjuta-valgrind.plugin.in:
4227         * plugins/valgrind/plugin.c: (register_stock_icons),
4228         (ipreferences_merge):
4230         Icons from patch in bug #480093 comment #23. Also renamed icons.
4231         To be continued..
4233 2007-11-18  Massimo Cora'   <maxcvs@email.it>
4235         reviewed by: Johannes Schmid <jhs@gnome.org>
4237         * configure.in:
4238         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
4239         due to bug #493360. Still present anyway bug #495843
4241         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
4242         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
4243         (on_local_treeview_row_activated),
4244         (on_global_treeview_row_activated),
4245         (on_global_treeview_row_expanded), (on_project_element_added),
4246         (on_project_element_removed), (project_root_added),
4247         (symbol_db_activate), (isymbol_manager_search),
4248         (isymbol_manager_get_members),
4249         (isymbol_manager_get_completions_at_position):
4250         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
4251         (symbol_db_engine_iterator_node_get_symbol_extra_string):
4252         * plugins/symbol-db/symbol-db-engine.c:
4253         (sdb_engine_execute_non_select_sql),
4254         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
4255         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
4256         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
4257         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4258         (symbol_db_engine_add_new_workspace),
4259         (symbol_db_engine_add_new_project),
4260         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
4261         (sdb_engine_detects_removed_ids),
4262         (sdb_engine_walk_down_scope_path),
4263         (symbol_db_engine_get_class_parents),
4264         (symbol_db_engine_get_global_members),
4265         (symbol_db_engine_get_scope_members_by_symbol_id),
4266         (symbol_db_engine_get_scope_members),
4267         (symbol_db_engine_get_current_scope),
4268         (symbol_db_engine_get_file_symbols),
4269         (symbol_db_engine_get_symbol_info_by_id),
4270         (symbol_db_engine_find_symbol_by_name_pattern):
4271         * plugins/symbol-db/symbol-db-engine.h:
4272         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4273         (on_symbol_inserted), (symbol_db_view_locals_update_list):
4274         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
4275         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
4276         (on_scan_end), (do_add_root_symbol_to_view),
4277         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
4278         (trigger_on_symbol_inserted), (add_new_waiting_for),
4279         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
4280         (on_symbol_inserted), (do_recurse_subtree_and_remove),
4281         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
4282         (symbol_db_view_row_expanded), (sdb_view_init),
4283         (gtree_compare_func), (sdb_view_finalize),
4284         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
4285         (sdb_view_populate_base_root),
4286         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
4287         * plugins/symbol-db/symbol-db-view.h:
4288         * plugins/symbol-db/tables.sql:
4289         * plugins/symbol-db/test/Makefile.am:
4290         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
4291         (get_scope_members), (get_current_scope), (get_global_members),
4292         (get_file_symbols), (get_info_by_id), (main):
4294         Rewrote symbol-db-view global tab. Now every expandable node is a query.
4295         Started using LIMIT keyword to speed up things.
4296         Deprecated GdaCommand in favour of GdaQuery into engine. This should
4297         make providers use prepared statements.
4299 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4301         Patch from James Liggett:
4302         * plugins/subversion/plugin.c: (subversion_instance_init):
4303         * plugins/subversion/plugin.h:
4304         * plugins/subversion/subversion-diff-dialog.c:
4305         (on_subversion_diff_response), (subversion_diff_dialog),
4306         (on_menu_subversion_diff):
4307         * plugins/subversion/subversion-log-dialog.c:
4308         (on_log_view_selected_button_clicked),
4309         (on_log_diff_selected_button_clicked),
4310         (on_log_diff_previous_button_clicked),
4311         (subversion_log_window_create):
4312         * plugins/subversion/subversion-ui-utils.c:
4313         (get_filename_from_full_path), (init_whole_project),
4314         (on_whole_project_toggled):
4315         * plugins/subversion/subversion-ui-utils.h:
4316         * plugins/subversion/subversion-update-dialog.c:
4317         (subversion_update_dialog), (on_menu_subversion_update):
4319         Whole Project checkbox enabled by default in diff and update dialogs.
4320         changes the editor names for diff editors to something much more
4321         descriptive. For example, working copy/head diffs would have an editor
4322         with a name like "[Working Copy/Head] some-file.diff," where some-file
4323         is the name of the file/directory that was diffed. For diffs against
4324         arbitrary diffs the name would look like "[Revisions 2832/3200]
4325         some-file.diff" for a diff of some-file between revisions 2832 and
4326         3200.
4328 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
4330         Icons from tpgww@onepost.net:
4331         * plugins/subversion/Makefile.am:
4332         * plugins/subversion/anjuta-subversion-plugin.svg:
4333         * plugins/subversion/anjuta-subversion.plugin.in:
4334         * plugins/subversion/plugin.h:
4335         * plugins/symbol-browser/Makefile.am:
4336         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
4337         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
4338         * plugins/symbol-browser/plugin.c:
4339         * plugins/symbol-db/Makefile.am:
4340         * plugins/symbol-db/plugin.c:
4341         * plugins/symbol-db/symbol-db.plugin.in:
4343         Icons from patch in bug #480093 comment #23. Also renamed icons.
4344         To be continued..
4346 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4348         Icons from tpgww@onepost.net:
4349         * plugins/project-manager/Makefile.am:
4350         * plugins/project-manager/anjuta-project-manager-plugin.svg:
4351         * plugins/project-manager/anjuta-project-manager.plugin.in:
4352         * plugins/project-manager/plugin.c:
4353         * plugins/project-wizard/Makefile.am:
4354         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
4355         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
4356         * plugins/project-wizard/druid.h:
4357         * plugins/search/Makefile.am:
4358         * plugins/search/anjuta-search-plugin.svg:
4359         * plugins/search/anjuta-search.plugin.in:
4360         * plugins/search/plugin.c:
4362         Icons from patch in bug #480093 comment #23. Also renamed icons.
4363         To be continued..
4365 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
4367         * TODO.tasks: updated.
4369         Icons from tpgww@onepost.net:
4370         * plugins/file-loader/Makefile.am:
4371         * plugins/file-loader/anjuta-loader-plugin.svg:
4372         * plugins/file-loader/anjuta-loader.plugin.in:
4373         * plugins/file-manager/Makefile.am:
4374         * plugins/file-manager/anjuta-file-manager-plugin.svg:
4375         * plugins/file-manager/file-manager.plugin.in:
4376         * plugins/file-manager/plugin.c:
4377         * plugins/glade/Makefile.am:
4378         * plugins/glade/anjuta-glade-plugin.svg:
4379         * plugins/glade/anjuta-glade.plugin.in:
4380         * plugins/glade/plugin.c: (register_stock_icons):
4381         * plugins/language-manager/Makefile.am:
4382         * plugins/language-manager/anjuta-language-manager-plugin.svg:
4383         * plugins/language-manager/language-manager.plugin.in:
4384         * plugins/message-view/Makefile.am:
4385         * plugins/message-view/anjuta-message-manager.plugin.in:
4386         * plugins/message-view/anjuta-messages-plugin.svg:
4387         * plugins/message-view/plugin.c:
4388         * plugins/patch/Makefile.am:
4389         * plugins/patch/anjuta-patch-plugin.svg:
4390         * plugins/patch/anjuta-patch.plugin.in:
4391         * plugins/patch/plugin.c:
4392         * plugins/profiler/Makefile.am:
4393         * plugins/profiler/anjuta-profiler-plugin.svg:
4394         * plugins/profiler/plugin.c: (register_stock_icons):
4395         * plugins/profiler/profiler.plugin.in:
4396         * plugins/project-import/Makefile.am:
4397         * plugins/project-import/anjuta-project-import-plugin.svg:
4398         * plugins/project-import/anjuta-project-import.plugin.in:
4399         * plugins/project-import/plugin.c:
4401         Icons from patch in bug #480093 comment #23. Also renamed icons.
4402         To be continued..
4404 2007-11-18  Johannes Schmid <jhs@gnome.org>
4406         * plugins/build-basic-autotools/build-basic-autotools.c:
4407         (build_regex_init):
4408         * plugins/debug-manager/anjuta-debug-manager.glade:
4409         * plugins/debug-manager/breakpoints.c:
4410         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
4411         * plugins/file-wizard/file.c:
4412         * plugins/gdb/anjuta-gdb.glade:
4413         * plugins/glade/plugin.c: (ifile_open):
4414         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
4415         * plugins/gtodo/mcategory.c: (category_manager_add_item):
4416         * plugins/gtodo/tray-icon.c:
4417         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
4418         * plugins/macro/macros.xml:
4419         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
4420         Fixed translation bugs (#496833, #488211 and #497758)
4421         
4422         * plugins/document-manager/plugin.c: (on_editor_changed):
4423         Removed unused code
4425 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4427         Icons from tpgww@onepost.net:
4428         * plugins/devhelp/Makefile.am:
4429         * plugins/devhelp/anjuta-devhelp-plugin.svg:
4430         * plugins/devhelp/anjuta-devhelp.plugin.in:
4431         * plugins/devhelp/plugin.c:
4432         * plugins/document-manager/anjuta-document-manager.plugin.in:
4433         * plugins/document-manager/images/Makefile.am:
4434         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
4435         * plugins/document-manager/plugin.c:
4436         * plugins/editor/Makefile.am:
4437         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
4438         * plugins/editor/anjuta-editor.plugin.in:
4439         * plugins/editor/plugin.c:
4440         * plugins/sample1/Makefile.am:
4441         * plugins/sample1/anjuta-sample-plugin.svg:
4442         * plugins/sample1/anjuta-sample.plugin.in:
4443         * plugins/sourceview/Makefile.am:
4444         * plugins/sourceview/plugin.c:
4445         * plugins/sourceview/sourceview.plugin.in:
4447         Icons from patch in bug #480093 comment #23. Also renamed icons.
4448         To be continued..
4450 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
4452         * TODO.tasks: Updated.
4454         Icons from tpgww@onepost.net:
4455         * plugins/build-basic-autotools/Makefile.am:
4456         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
4457         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
4458         * plugins/build-basic-autotools/build-basic-autotools.c:
4459         * plugins/class-inheritance/Makefile.am:
4460         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
4461         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
4462         * plugins/class-inheritance/plugin.c:
4463         * plugins/cvs-plugin/Makefile.am:
4464         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
4465         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
4466         * plugins/cvs-plugin/plugin.c:
4467         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
4468         * plugins/debug-manager/images/Makefile.am:
4469         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
4470         * plugins/debug-manager/plugin.c: 
4472         Icons from patch in bug #480093 comment #23. Also renamed icons.
4473         To be continued..
4475 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4477         * (removed) libanjuta/anjuta-children.c,
4478         (removed) libanjuta/anjuta-children.h,
4479         libanjuta/anjuta-launcher.c,
4480         libanjuta/libanjuta.h,
4481         libanjuta/Makefile.am,
4482         plugins/gdb/debugger.c,
4483         plugins/terminal/terminal.c,
4484         manuals/reference/libanjuta/libanjuta-sections.txt,
4485         manuals/reference/libanjuta/libanjuta-docs.sgml:
4486         Replace anjuta_children_register by g_child_watch_add
4488 2007-11-13  Johannes Schmid <jhs@gnome.org>
4490         * plugins/subversion/anjuta-subversion.glade:
4491         * plugins/subversion/subversion-commit-dialog.c:
4492         (subversion_commit_dialog):
4493         * plugins/subversion/subversion-resolve-dialog.c:
4494         (subversion_resolve_dialog):
4495         * plugins/subversion/subversion-revert-dialog.c:
4496         (subversion_revert_dialog):
4497         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
4498         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
4499         (hide_pulse_progress_bar):
4500         * plugins/subversion/subversion-ui-utils.h:
4502         Yet another patch from #457477:
4503         Add a pulsing progress bar to all dialogs receiving status
4505 2007-11-12  Johannes Schmid <jhs@gnome.org>
4507         * plugins/document-manager/plugin.c: (create_highlight_submenu):
4508         Bug 493583 – crash in Anjuta IDE: trying to open a file
4509         
4510         * plugins/subversion/subversion-commit-dialog.c:
4511         (select_all_files), (subversion_commit_dialog):
4512         Patch from jrligget - see #457477
4514 2007-11-12  Johannes Schmid <jhs@gnome.org>
4516         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
4517         * libanjuta/anjuta-plugin-handle.c:
4518         (anjuta_plugin_handle_get_about):
4519         Bug 495536 – Plugins localization improvement
4520         
4521         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
4522         * plugins/class-gen/anjuta-class-gen-plugin.glade:
4523         * plugins/indent/indent.glade:
4524         * plugins/subversion/anjuta-subversion.glade:
4525         Bug 495245 – Strings bug
4527 2007-11-08  James Liggett  <jrliggett@cox.net>
4529         reviewed by: Johannes Schmid <jhs@gnome.org>
4531         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
4532         (anjuta_async_command_finalize),
4533         (anjuta_async_command_notification_poll),
4534         (anjuta_async_command_thread), (start_command),
4535         (notify_data_arrived), (notify_complete),
4536         (anjuta_async_command_class_init),
4537         (anjuta_async_command_set_error_message),
4538         (anjuta_async_command_get_error_message),
4539         (anjuta_async_command_lock), (anjuta_async_command_unlock):
4540         * libanjuta/anjuta-async-command.h:
4541         * libanjuta/anjuta-command.c: (anjuta_command_init),
4542         (anjuta_command_finalize), (anjuta_command_class_init),
4543         (anjuta_command_start), (anjuta_command_notify_data_arrived),
4544         (anjuta_command_notify_complete),
4545         (anjuta_command_set_error_message),
4546         (anjuta_command_get_error_message):
4547         * libanjuta/anjuta-command.h:
4548         * libanjuta/anjuta-glade-catalog.c:
4549         * libanjuta/anjuta-glade.xml:
4550         * libanjuta/anjuta-vcs-status-tree-view.c:
4551         (on_selected_column_toggled),
4552         (anjuta_vcs_status_tree_view_create_columns),
4553         (anjuta_vcs_status_tree_view_init),
4554         (anjuta_vcs_status_tree_view_finalize),
4555         (anjuta_vcs_status_tree_view_set_property),
4556         (anjuta_vcs_status_tree_view_get_property),
4557         (anjuta_vcs_status_tree_view_class_init),
4558         (anjuta_vcs_status_tree_view_new),
4559         (anjuta_vcs_status_tree_view_destroy),
4560         (anjuta_vcs_status_tree_view_add), (select_all_paths),
4561         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
4562         (anjuta_vcs_status_tree_view_unselect_all),
4563         (create_selected_paths_list),
4564         (anjuta_vcs_status_tree_view_get_selected):
4565         * libanjuta/anjuta-vcs-status-tree-view.h:
4566         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
4567         * libanjuta/anjuta-widgets.h:
4568         * plugins/subversion/subversion-add-dialog.c:
4569         (on_add_command_finished), (on_subversion_add_response),
4570         (subversion_add_dialog), (on_menu_subversion_add),
4571         (on_fm_subversion_add):
4572         * plugins/subversion/subversion-add-dialog.h:
4573         * plugins/subversion/subversion-commit-dialog.c:
4574         (on_commit_command_finished), (on_subversion_commit_response),
4575         (subversion_commit_dialog), (on_menu_subversion_commit),
4576         (on_fm_subversion_commit):
4577         * plugins/subversion/subversion-commit-dialog.h:
4578         * plugins/subversion/subversion-copy-dialog.c:
4579         (on_copy_other_revision_radio_toggled),
4580         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
4581         (on_copy_command_finished), (on_subversion_copy_response),
4582         (subversion_copy_dialog), (on_menu_subversion_copy),
4583         (on_fm_subversion_copy):
4584         * plugins/subversion/subversion-copy-dialog.h:
4585         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
4586         (on_subversion_diff_response), (subversion_diff_dialog),
4587         (on_menu_subversion_diff), (on_fm_subversion_diff):
4588         * plugins/subversion/subversion-diff-dialog.h:
4589         * plugins/subversion/subversion-log-dialog.c:
4590         (on_diff_selected_column_toggled), (create_columns),
4591         (on_log_command_finished), (on_log_view_button_clicked),
4592         (on_cat_command_data_arrived), (on_cat_command_finished),
4593         (on_log_view_selected_button_clicked), (get_selected_revisions),
4594         (on_log_diff_selected_button_clicked),
4595         (on_log_diff_previous_button_clicked),
4596         (on_subversion_log_vbox_destroy),
4597         (on_log_changes_view_row_selected), (subversion_log_window_create),
4598         (on_menu_subversion_log), (on_fm_subversion_log),
4599         (subversion_log_set_whole_project_sensitive):
4600         * plugins/subversion/subversion-log-dialog.h:
4601         * plugins/subversion/subversion-merge-dialog.c:
4602         (on_merge_command_finished), (on_subversion_merge_response),
4603         (on_merge_first_path_browse_button_clicked),
4604         (on_merge_second_path_browse_button_clicked),
4605         (on_merge_use_first_path_check_toggled),
4606         (on_merge_start_revision_radio_toggled),
4607         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
4608         (on_menu_subversion_merge):
4609         * plugins/subversion/subversion-merge-dialog.h:
4610         * plugins/subversion/subversion-remove-dialog.c:
4611         (on_remove_command_finished),
4612         (on_remove_path_browse_button_clicked),
4613         (on_subversion_remove_response), (subversion_remove_dialog),
4614         (on_menu_subversion_remove), (on_fm_subversion_remove):
4615         * plugins/subversion/subversion-remove-dialog.h:
4616         * plugins/subversion/subversion-resolve-dialog.c:
4617         (on_resolve_command_finished), (on_subversion_resolve_response),
4618         (subversion_resolve_dialog), (on_menu_subversion_resolve):
4619         * plugins/subversion/subversion-resolve-dialog.h:
4620         * plugins/subversion/subversion-revert-dialog.c:
4621         (on_revert_command_finished), (on_subversion_revert_response),
4622         (subversion_revert_dialog), (on_menu_subversion_revert):
4623         * plugins/subversion/subversion-revert-dialog.h:
4624         * plugins/subversion/subversion-switch-dialog.c:
4625         (on_switch_other_revision_radio_toggled),
4626         (on_switch_command_finished), (on_subversion_switch_response),
4627         (subversion_switch_dialog), (on_menu_subversion_switch):
4628         * plugins/subversion/subversion-switch-dialog.h:
4629         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
4630         (subversion_data_free), (on_mesg_view_destroy),
4631         (create_message_view), (check_filename), (get_log_from_textview),
4632         (pulse_timer), (on_pulse_timer_destroyed),
4633         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
4634         (report_errors), (on_status_command_finished),
4635         (on_status_command_data_arrived), (on_command_info_arrived),
4636         (select_all_status_items), (clear_all_status_selections),
4637         (init_whole_project), (on_whole_project_toggled),
4638         (send_diff_command_output_to_editor), (on_diff_command_finished),
4639         (stop_status_bar_progress_pulse):
4640         * plugins/subversion/subversion-ui-utils.h:
4641         * plugins/subversion/subversion-update-dialog.c:
4642         (on_update_command_finished), (on_subversion_update_response),
4643         (subversion_update_dialog), (on_menu_subversion_update),
4644         (on_fm_subversion_update):
4645         * plugins/subversion/subversion-update-dialog.h:
4646         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
4647         (svn_add_command_finalize), (svn_add_command_run),
4648         (svn_add_command_class_init), (svn_add_command_new),
4649         (svn_add_command_destroy):
4650         * plugins/subversion/svn-add-command.h:
4651         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
4652         (svn_cat_command_finalize), (svn_cat_command_run),
4653         (svn_cat_command_class_init), (svn_cat_command_new),
4654         (svn_cat_command_destroy), (svn_cat_command_get_output):
4655         * plugins/subversion/svn-cat-command.h:
4656         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
4657         (svn_command_release_ui_lock), (simple_prompt),
4658         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
4659         (svn_auth_ssl_server_trust_prompt_func_cb),
4660         (svn_auth_ssl_client_cert_prompt_func_cb),
4661         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
4662         (svn_command_init), (svn_command_finalize),
4663         (svn_command_class_init), (svn_command_push_info),
4664         (svn_command_get_info_queue), (svn_command_set_error),
4665         (svn_command_get_client_context), (svn_command_get_pool),
4666         (svn_command_lock_ui), (svn_command_unlock_ui),
4667         (svn_command_get_revision), (svn_command_copy_path_list),
4668         (svn_command_free_path_list):
4669         * plugins/subversion/svn-command.h:
4670         * plugins/subversion/svn-commit-command.c: (on_log_callback),
4671         (svn_commit_command_init), (svn_commit_command_finalize),
4672         (svn_commit_command_run), (svn_commit_command_class_init),
4673         (svn_commit_command_new), (svn_commit_command_destroy):
4674         * plugins/subversion/svn-commit-command.h:
4675         * plugins/subversion/svn-copy-command.c: (on_log_callback),
4676         (svn_copy_command_init), (svn_copy_command_finalize),
4677         (svn_copy_command_run), (svn_copy_command_class_init),
4678         (svn_copy_command_new), (svn_copy_command_destroy):
4679         * plugins/subversion/svn-copy-command.h:
4680         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
4681         (svn_diff_command_finalize), (svn_diff_command_run),
4682         (svn_diff_command_class_init), (svn_diff_command_new),
4683         (svn_diff_command_destroy), (svn_diff_command_get_output):
4684         * plugins/subversion/svn-diff-command.h:
4685         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
4686         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
4687         (svn_log_command_class_init), (svn_log_command_new),
4688         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
4689         * plugins/subversion/svn-log-command.h:
4690         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
4691         (svn_log_entry_finalize), (svn_log_entry_class_init),
4692         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
4693         (svn_log_entry_get_author), (svn_log_entry_get_date),
4694         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
4695         (svn_log_entry_get_full_log):
4696         * plugins/subversion/svn-log-entry.h:
4697         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
4698         (svn_merge_command_finalize), (svn_merge_command_run),
4699         (svn_merge_command_class_init), (svn_merge_command_new),
4700         (svn_merge_command_destroy):
4701         * plugins/subversion/svn-merge-command.h:
4702         * plugins/subversion/svn-remove-command.c: (on_log_callback),
4703         (svn_remove_command_init), (svn_remove_command_finalize),
4704         (svn_remove_command_run), (svn_remove_command_class_init),
4705         (svn_remove_command_new), (svn_remove_command_destroy),
4706         (svn_remove_command_get_path):
4707         * plugins/subversion/svn-remove-command.h:
4708         * plugins/subversion/svn-resolve-command.c:
4709         (svn_resolve_command_init), (svn_resolve_command_finalize),
4710         (svn_resolve_command_run), (svn_resolve_command_class_init),
4711         (svn_resolve_command_new), (svn_resolve_command_destroy):
4712         * plugins/subversion/svn-resolve-command.h:
4713         * plugins/subversion/svn-revert-command.c:
4714         (svn_revert_command_init), (svn_revert_command_finalize),
4715         (svn_revert_command_run), (svn_revert_command_class_init),
4716         (svn_revert_command_new), (svn_revert_command_destroy):
4717         * plugins/subversion/svn-revert-command.h:
4718         * plugins/subversion/svn-status-command.c:
4719         (svn_status_command_init), (svn_status_command_finalize),
4720         (on_svn_status_notify), (svn_status_command_run),
4721         (svn_status_command_class_init), (svn_status_command_new),
4722         (svn_status_command_destroy),
4723         (svn_status_command_get_status_queue):
4724         * plugins/subversion/svn-status-command.h:
4725         * plugins/subversion/svn-status.c: (svn_status_init),
4726         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
4727         (svn_status_destroy), (svn_status_get_path),
4728         (svn_status_get_vcs_status):
4729         * plugins/subversion/svn-status.h:
4730         * plugins/subversion/svn-switch-command.c:
4731         (svn_switch_command_init), (svn_switch_command_finalize),
4732         (svn_switch_command_run), (svn_switch_command_class_init),
4733         (svn_switch_command_new), (svn_switch_command_destroy):
4734         * plugins/subversion/svn-switch-command.h:
4735         * plugins/subversion/svn-update-command.c:
4736         (svn_update_command_init), (svn_update_command_finalize),
4737         (svn_update_command_run), (svn_update_command_class_init),
4738         (svn_update_command_new), (svn_update_command_destroy):
4739         * plugins/subversion/svn-update-command.h:
4741         Now really committed all files from James patch (#457477)
4743 2007-11-08  Johannes Schmid <jhs@gnome.org>
4745         * TODO.tasks: Updated
4747 2007-11-08  James Liggett  <jrliggett@cox.net>
4749         reviewed by: Johannes Schmid <jhs@gnome.org>
4751         * configure.in:
4752         * libanjuta/Makefile.am:
4753         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
4754         * libanjuta/anjuta-status.h:
4755         * libanjuta/libanjuta.h:
4756         * plugins/subversion/Makefile.am:
4757         * plugins/subversion/anjuta-subversion.glade:
4758         * plugins/subversion/anjuta-subversion.ui:
4759         * plugins/subversion/plugin.c: (value_added_project_root_uri),
4760         (value_removed_project_root_uri), (activate_plugin),
4761         (deactivate_plugin), (finalize), (subversion_instance_init):
4762         * plugins/subversion/plugin.h:
4763         * plugins/subversion/subversion-actions.c:
4764         * plugins/subversion/subversion-actions.h:
4765         * plugins/subversion/subversion-callbacks.c:
4766         * plugins/subversion/subversion-callbacks.h:
4767         * plugins/subversion/svn-auth.c:
4768         * plugins/subversion/svn-auth.h:
4769         * plugins/subversion/svn-backend-priv.h:
4770         * plugins/subversion/svn-backend.c:
4771         * plugins/subversion/svn-backend.h:
4772         * plugins/subversion/svn-notify.c:
4773         * plugins/subversion/svn-notify.h:
4774         * plugins/subversion/svn-thread.c:
4775         * plugins/subversion/svn-thread.h:
4776         
4777         Commited alpha2 of the new subversion plugin (#457477)
4779 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4781         * plugins/debug-manager/command.c:
4782         Fix a stupid crash when changing a register value
4784 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
4786         * libanjuta/interfaces/libanjuta.idl,
4787         plugins/debug-manager/command.c,
4788         plugins/debug-manager/command.h,
4789         plugins/debug-manager/start.c,
4790         plugins/gdb/plugin.c,
4791         plugins/gdb/debugger.c,
4792         plugins/gdb/debugger.h:
4793         Use anjuta terminal plugin instead of gnome terminal
4794         Select if a terminal is used in the the start_program function
4795         Move terminal code from debugger.c to plugin.c
4796         Partial fix of bug #481366
4798         * plugins/gdb/utilities.c,
4799         plugins/gdb/utilities.h:
4800         Remove gnome terminal check function
4802 2007-11-06  Johannes Schmid <jhs@gnome.org>
4804         * plugins/project-import/anjuta-project-import.glade:
4805         * plugins/project-import/project-import.c: (on_import_next),
4806         (on_import_finish), (project_import_set_directory):
4807         * plugins/project-wizard/property.c: (npw_property_create_widget),
4808         (npw_property_set_value_from_widget):
4809         
4810         Replaced gnome_file_entry with gtk_file_chooser_button
4811         Fixes #422329 – Creating a new directory in program options doesn't work
4812         
4813 2007-11-04  Massimo Cora' <maxcvs@email.it>
4815         * plugins/symbol-db/plugin.c:
4816         add all files at once on project_import.
4817         No need to split them into more languages: ctags
4818         and the engine will take care of that.
4820         * plugins/symbol-db/symbol-db-engine.h,
4821         * plugins/symbol-db/symbol-db-engine.c,
4822         * plugins/symbol-db/tables.sql,
4823         * plugins/symbol-db/test/Makefile.am,
4824         * plugins/symbol-db/test/main.c,
4825         * plugins/symbol-db/symbol-db-view-locals.c:
4826         some memory leaks fixed. Ported the thing to
4827         libgda 3.1.2 [or better svn HEAD].
4828         Thanks to a fresh new algorithm to detect
4829         parent scope we're able to display correcly
4830         a local gtktree, including classes not directly
4831         defined inside that file.
4833 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
4835         * plugins/debug-manager/threads.c,
4836         plugins/debug-manager/stack_trace.c:
4837         Do not display address when not needed
4839         * plugins/debug-manager/plugin.c,
4840         plugins/debug-manager/breakpoints.c:
4841         Breakpoints directly connect to debugger signals
4843         * plugins/debug-manager/watch.c:
4844         program-unload signal does not exist used debugger-stopped
4846         * plugins/debug-manager/queue.c,
4847         libanjuta/interfaces/libanjuta.idl:
4848         Display error message returned by debugger command
4849         Add new error codes
4851 2007-11-04  Johannes Schmid <jhs@gnome.org>
4853         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
4854         Bug 493062 – gcj template needs AC_PROG_CC
4855         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
4857         * src/anjuta-actions.h:
4858         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
4859         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
4861 === anjuta 2.3.0 ===
4863 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
4865         * AUTHORS: Updated
4867 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4869         * ChangeLog: Tagged 2.3.0 release.
4871         * plugins/indent/Makefile.am: Fixed indentation.
4873         * plugins/editor/aneditor-autocomplete.cxx:
4874         * plugins/editor/aneditor-priv.h:
4875         * plugins/editor/aneditor.cxx:
4876         * plugins/editor/aneditor.h: Commented out dead codes.
4878         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
4879         Do not build symbol-db by
4880         default. Added 'unstable' in plugin description to signify it's
4881         developmental state.
4883         * plugins/file-manager/Makefile.am,
4884         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
4886 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
4888         * plugins/debug-manager/utilities.c,
4889         plugins/debug-manager/utilities.h,
4890         plugins/debug-manager/threads.c,
4891         plugins/debug-manager/plugin.c,
4892         plugins/debug-manager/plugin.h,
4893         plugins/debug-manager/disassemble.h,
4894         plugins/debug-manager/watch.c,
4895         plugins/debug-manager/watch.h,
4896         plugins/debug-manager/breakpoints.c,
4897         plugins/debug-manager/stack_trace.c:
4898         Replace few remaining function calls by signal 
4900         * plugins/debug-manager/disassemble.c,
4901         plugins/debug-manager/registers.c,
4902         plugins/debug-manager/memory.c,
4903         plugins/debug-manager/locals.c,
4904         plugins/debug-manager/queue.c,
4905         plugins/debug-manager/queue.h:
4906         Connect signals when debugger is started
4907         Disconnect them when debugger is stopped
4908         Do not display window if debugger doesn't support feature
4910         * plugins/gdb/plugin.c,
4911         libanjuta/interfaces/libanjuta.idl:
4912         Remove unused initialization function
4914 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4916         * configure.in:
4917         * plugins/file-manager/Makefile.am:
4918         * scripts/build-schemas.mk: Fixed 'make distcheck'
4920 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
4922         * manuals/reference/libanjuta/libanjuta-docs.sgml,
4923         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
4924         to latest API additions.
4926         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
4927         to API changes.
4929 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
4931         * ChangeLog: Fixed indentation.
4932         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
4933         branch.
4935 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
4937         * libanjuta/interfaces/libanjuta.idl:
4938         * plugins/build-basic-autotools/build-basic-autotools.c:
4939         (build_compile_file_real), (build_build_project),
4940         (build_install_project), (build_clean_project),
4941         (build_configure_project), (build_autogen_project),
4942         (build_distribution_project), (build_build_module),
4943         (build_install_module), (build_clean_module), (fm_build),
4944         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
4945         (finalize), (basic_autotools_plugin_instance_init),
4946         (ibuildable_set_command), (ibuildable_reset_commands),
4947         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
4948         (ibuildable_install), (ibuildable_configure),
4949         (ibuildable_generate), (ibuildable_iface_init):
4950         * plugins/build-basic-autotools/build-basic-autotools.h:
4952         Added API for commands override in build interface and implemented
4953         them in build plugin. Useful for other plugins override build
4954         commands depending on project environment.
4956 2007-10-28  Naba Kumar  <naba@gnome.org>
4958         * src/anjuta.glade,
4959         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
4960         Fixed widget alignment for dock switcher tab style combo and
4961         scratchbox path entrybox.
4963 2007-10-28  Johannes Schmid <jhs@gnome.org>
4965         * plugins/document-manager/plugin.c: (on_editor_changed):
4966         Fixed a memory leak and simplified code (thanks again Sébastien)
4967         
4968         * configure.in:
4969         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
4970         and OFFSET sql statements)
4972 2007-10-28  Massimo Cora' <maxcvs@email.it>
4974         * plugins/symbol-db/plugin.c,
4975         plugins/symbol-db/symbol-db-engine.h,
4976         plugins/symbol-db/symbol-db-view.c,
4977         plugins/symbol-db/symbol-db-view.c,
4978         plugins/symbol-db/symbol-db-view-locals.c,
4979         plugins/symbol-db/symbol-db-view-locals.h,
4980         plugins/symbol-db/symbol-db-engine.c:
4981         Better end-of-file-scan detection, permitting
4982         an improved scope/inheritance parsing.
4983         Locals tab gtktree now displays correct
4984         namespace->class->children tree, even if
4985         in a C++ file there isn't class declaration.
4987 2007-10-27  Johannes Schmid <jhs@gnome.org>
4989         Patch from Stanislav Brabec <sbrabec@suse.cz>
4990         * configure.in:
4991         Bug 489798 – Do not rely on svn-config
4993         Patch from Michael Wolf <maw@ximian.com>:
4994         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
4995         (egg_tree_model_filter_remove_node),
4996         (egg_tree_model_filter_row_deleted):
4997         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
4999 2007-10-27  Johannes Schmid <jhs@gnome.org>
5001         * plugins/devhelp/anjuta-devhelp.ui:
5002         * plugins/message-view/anjuta-message-manager.ui:
5004         Added some separators to the toolbar
5005         
5006         * plugins/document-manager/plugin.c:
5007         (on_support_plugin_deactivated), (load_new_support_plugins),
5008         (unload_unused_support_plugins), (on_editor_changed):
5009         
5010         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
5011         for pointing out that is was crap.
5013 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
5015         * libanjuta/interfaces/libanjuta.idl,
5016         libanjuta/anjuta-plugin-manager.c,
5017         libanjuta/anjuta-plugin-manager.h,
5018         libanjuta/anjuta-c-plugin-factory.c,
5019         libanjuta/anjuta-c-module.h,
5020         libanjuta/anjuta-c-module.c:
5021         Report detailled error message in case of plugin loading failure
5023 2007-10-24  Johannes Schmid <jhs@gnome.org>
5025         * configure.in:
5026         * plugins/Makefile.am:
5027         
5028         Activate build of symbol-db plugin (when libgda is available)
5029         
5030         * plugins/document-manager/plugin.c:
5031         (on_support_plugin_deactivated), (on_editor_changed):
5032         
5033         Properly handle language support plugins even when they are
5034         unloaded by the session.
5035         
5036         * plugins/symbol-db/plugin.c: (register_stock_icons),
5037         Port to new REGISTER_ICONS stuff
5038   
5039 2007-10-22  Massimo Cora'  <maxcvs@email.it>
5041         * plugins/symbol-db/plugin.c,
5042         * plugins/symbol-db/symbol-db-view.c
5043         * plugins/symbol-db/symbol-db-engine.h,
5044         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
5045         * plugins/symbol-db/symbol-db-view-locals.c,
5046         * plugins/symbol-db/symbol-db-view-locals.h,
5047         * plugins/symbol-db/symbol-db-engine.c:
5048         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
5049         Added a new algorithm for dynamic population of the local symbols' tab.
5050         Now the default view is tree-like.
5051         Some fixes on engine correct some population issues.    
5053 2007-10-23  Naba Kumar  <naba@gnome.org>
5055         * plugins/glade/Makefile.am: Corrected conditional not to install
5056         .plugin file if plugin is disabled.
5057         * plugins/sourceview/Makefile.am: Corrected conditional not to
5058         install schemas if plugin is not built.
5060 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
5062         * plugins/debug-manager/queue.c:
5063         Fix #488061: Mutiple crash dialogs
5065         * plugins/gdb/debugger.c,
5066         plugins/gdb/debugger.h:
5067         Remove maximum gdb command length, should fix bug#474811
5069 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
5071         * manuals/reference/libanjuta/plugin-description-file.sgml,
5072         manuals/reference/libanjuta/libanjuta-docs.sgml,
5073         manuals/reference/libanjuta/libanjuta-sections.txt,
5074         libanjuta/interfaces/libanjuta.idl,
5075         libanjuta/anjuta-c-module.c,
5076         libanjuta/anjuta-c-plugin-factory.c:
5077         Document last changes in plugin code
5079 2007-10-19  Johannes Schmid <jhs@gnome.org>
5081         * plugins/subversion/subversion-callbacks.c: (check_filename):
5082         
5083         Fixed #487854 – Anjuta crashes when i try to add a SVN url
5085 2007-10-19  Naba Kumar  <naba@gnome.org>
5087         * plugins/file-manager/file-model.c: Fixed a critical runtime
5088         warning.
5090 2007-10-18  Johannes Schmid <jhs@gnome.org>
5092         * libanjuta/anjuta-ui.h:
5093         Small fix on icon macros
5094         
5095         * libanjuta/interfaces/libanjuta.idl:
5096         * plugins/language-manager/plugin.c: (ilanguage_get_name),
5097         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
5098         (ilanguage_iface_init):
5099         
5100         Added get_from_editor() and get_name_from_editor() methods
5101         to IAnjutaLanguage
5102         
5103         * plugins/document-manager/plugin.c:
5104         (update_editor_ui_interface_items), (on_editor_changed):
5105         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
5106         .in:
5107         * plugins/language-support-cpp-java/plugin.c: (install_support):
5108         
5109         Ported plugins to use the new interface
5111 2007-10-17  Johannes Schmid <jhs@gnome.org>
5113         * libanjuta/anjuta-ui.h:
5114         
5115         Added macros to register stock icons to stop all this copy&paste
5116         which had spread over a lot of files. New macros support to add 
5117         icons with toolbar and menu size (16 and 24)
5118         
5119         * plugins/class-inheritance/plugin.c: (register_stock_icons):
5120         * plugins/debug-manager/images/anjuta-attach.svg:
5121         * plugins/debug-manager/images/anjuta-step-out.svg:
5122         * plugins/debug-manager/images/anjuta-step-over.svg:
5123         * plugins/debug-manager/plugin.c: (register_stock_icons):
5124         * plugins/document-manager/images/Makefile.am:
5125         * plugins/document-manager/images/anjuta-block-end.svg:
5126         * plugins/document-manager/images/anjuta-block-start.svg:
5127         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
5128         * plugins/document-manager/images/anjuta-bookmark.svg:
5129         * plugins/document-manager/images/anjuta-go-history-next.svg:
5130         * plugins/document-manager/images/anjuta-go-history-prev.svg:
5131         * plugins/document-manager/plugin.c: (register_stock_icons):
5132         * plugins/glade/plugin.c: (register_stock_icons):
5133         * plugins/language-support-cpp-java/plugin.c:
5134         (register_stock_icons):
5135         * plugins/message-view/Makefile.am:
5136         * plugins/message-view/anjuta-go-message-next.svg:
5137         * plugins/message-view/anjuta-go-message-prev.svg:
5138         * plugins/message-view/anjuta-message-view.svg:
5139         * plugins/message-view/messages.xpm:
5140         * plugins/message-view/plugin.c: (register_stock_icons):
5141         * plugins/patch/plugin.c: (patch_plugin_activate):
5142         * plugins/project-manager/plugin.c: (register_stock_icons):
5143         * plugins/search/Makefile.am:
5144         * plugins/search/anjuta-go-match-next.svg:
5145         * plugins/search/anjuta-go-match-prev.svg:
5146         * plugins/search/plugin.c: (activate_plugin):
5147         * plugins/symbol-browser/plugin.c: (register_stock_icons):
5148         * plugins/terminal/terminal.c: (register_stock_icons):
5149         * plugins/valgrind/plugin.c: (register_stock_icons):
5150         
5151         Updated to use the new icons and added several new and updated 
5152         icons from #480093
5154 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
5156         * libanjuta/anjuta-plugin-handle.c,
5157         libanjuta/anjuta-plugin-handle.h:
5158         Add a new path property containing the directory of the .plugin
5159         file, library file (.so or whatever) must be in the same directory
5161         * libanjuta/anjuta-plugin-manager.c,
5162         libanjuta/interfaces/libanjuta.idl,
5163         (removed) libanjuta/anjuta-glue-plugin.c,
5164         (removed) libanjuta/anjuta-glue-plugin.h,
5165         (removed) libanjuta/anjuta-glue-c.c,
5166         (removed) libanjuta/anjuta-glue-c.h,
5167         (removed) libanjuta/anjuta-glue-cpp.c,
5168         (removed) libanjuta/anjuta-glue-cpp.h,
5169         (removed) libanjuta/anjuta-glue-factory.c,
5170         (removed) libanjuta/anjuta-glue-factory.h,
5171         (added) libanjuta/anjuta-c-module.c,
5172         (added) libanjuta/anjuta-c-module.h,
5173         (added) libanjuta/anjuta-c-plugin-factory.c,
5174         (added) libanjuta/anjuta-c-plugin-factory.h,
5175         libanjuta/Makefile.am:
5176         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
5177         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
5178         implementing IAnjutaPluginFactory
5179         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
5181         * libanjuta/libanjuta.h:
5182         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
5183         interface)
5185         * libanjuta/anjuta-plugin.h:
5186         Replace AnjutaGluePlugin by GTypeModule
5187         Remove unused anjuta_glue_get_component_type replaced by
5188         g_type_from_name
5190         * plugins/build-basic-autotools/build-basic-autotools.h,
5191         plugins/class-gen/plugin.h,
5192         plugins/class-inheritance/plugin.h,
5193         plugins/cvs-plugin/plugin.h,
5194         plugins/debug-manager/plugin.h,
5195         plugins/devhelp/plugin.h,
5196         plugins/document-manager/plugin.h,
5197         plugins/editor/plugin.h,
5198         plugins/file-loader/plugin.h,
5199         plugins/file-wizard/plugin.h,
5200         plugins/gdb/plugin.h,
5201         plugins/glade/plugin.h,
5202         plugins/gtodo/plugin.h,
5203         plugins/indent/plugin.h,
5204         plugins/language-manager/plugin.h,
5205         plugins/language-support-cpp-java/plugin.h,
5206         plugins/macro/plugin.h,
5207         plugins/message-view/plugin.h,
5208         plugins/patch/plugin.h,
5209         plugins/profiler/plugin.h,
5210         plugins/project-import/plugin.h,
5211         plugins/project-manager/plugin.h,
5212         plugins/project-wizard/plugin.h,
5213         plugins/sample1/plugin.h,
5214         plugins/search/plugin.h,
5215         plugins/sourceview/plugin.h,
5216         plugins/subversion/plugin.h,
5217         plugins/symbol-browser/plugin.h,
5218         plugins/symbol-db/plugin.h,
5219         plugins/terminal/terminal.c,
5220         plugins/tools/plugin.h,
5221         plugins/valgrind/plugin.h:
5222         Replace AnjutaGluePlugin by GTypeModule
5224 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
5226         * plugins/debug-manager/breakpoints.c:
5227         Fix bug#487112, crash while removing a breakpoint in a new file
5229 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
5231         * plugins/document-manager/search-box.c:
5232         Fix a crash (with an useful comment) focus-out-event handler must
5233         return a gboolean
5235 2007-10-14 Johannes Schmid <jhs@gnome.org>
5237         * plugins/sourceview/sourceview.c:
5238         Hide calltip when "Up" or "Down" key is pressed
5240 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
5242         * plugins/document-manager/search-box.c:
5243         Change included file order to avoid a compile error with gnome 2.16
5245 2007-10-13  Johannes Schmid <jhs@gnome.org>
5247         * plugins/debug-manager/plugin.c: (enable_log_view):
5248         
5249         Fixed crash when closing a project and unloading another while
5250         the debugger is enabled
5252 2007-10-13  Johannes Schmid <jhs@gnome.org>
5254         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5255         
5256         Use correct breakpoint icon
5257         
5258         * plugins/devhelp/Makefile.am:
5259         * plugins/devhelp/anjuta-go-help-next.svg:
5260         * plugins/devhelp/anjuta-go-help-prev.svg:
5261         * plugins/devhelp/plugin.c: (register_stock_icons),
5262         (devhelp_activate):
5263         
5264         Added new icons from #480093
5265         
5266         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5267         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5268         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5269         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5270         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5271         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5272         * plugins/message-view/anjuta-go-message-next.svg:
5273         * plugins/message-view/anjuta-go-message-prev.svg:
5274         
5275         Updated icons from #480093
5276                 
5277         * src/anjuta-actions.h:
5278         Use GTK_STOCK_FULLSCREEN
5279         
5280         * src/anjuta-app.c: (on_gdl_style_changed),
5281         (anjuta_app_instance_init):
5282         * src/anjuta.glade:
5283         
5284         Added preference option to set the gdl switcher style
5286 2007-10-13  Johannes Schmid <jhs@gnome.org>
5288         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5289         (get_property_value_as_string), (set_property_value_as_string),
5290         (register_callbacks):
5291         * libanjuta/anjuta-preferences.h:
5292         
5293         Support GtkFileChooserButton as preferences widget
5294         
5295         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5296         
5297         Fixed a Gtk-Critical
5298         
5299         * plugins/file-manager/Makefile.am:
5300         * plugins/file-manager/file-model.c: (file_model_filter_file),
5301         (file_model_add_dummy), (file_model_expand_idle),
5302         (file_model_set_property), (file_model_get_property),
5303         (file_model_class_init):
5304         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
5305         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
5306         (file_manager_activate), (file_manager_finalize),
5307         (file_manager_instance_init), (ipreferences_merge),
5308         (ipreferences_unmerge), (ipreferences_iface_init):
5309         * plugins/file-manager/plugin.h:
5310         
5311         Added preferences to file-manager
5313         * plugins/glade/plugin.c: (activate_plugin):
5314         
5315         Move Properties widget into center because it is way to big
5316         for the sidebar
5318 2007-10-10  Johannes Schmid <jhs@gnome.org>
5320         * plugins/language-support-cpp-java/Makefile.am:
5321         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
5322         * plugins/language-support-cpp-java/anjuta-complete.svg:
5323         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
5324         * plugins/language-support-cpp-java/plugin.c:
5325         (register_stock_icons):
5326         
5327         And yet some more icons...
5329 2007-10-10  Johannes Schmid <jhs@gnome.org>
5331         * plugins/debug-manager/breakpoints.c:
5332         * plugins/debug-manager/images/Makefile.am:
5333         * plugins/debug-manager/images/anjuta-bookmark.svg:
5334         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
5335         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
5336         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
5337         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
5338         * plugins/debug-manager/images/anjuta-linemark.svg:
5339         * plugins/debug-manager/images/anjuta-pcmark.svg:
5340         * plugins/debug-manager/plugin.c: (register_stock_icons):
5341         * plugins/debug-manager/sparse_view.c:
5342         * plugins/document-manager/images/Makefile.am:
5343         * plugins/document-manager/images/anjuta-block-select.svg:
5344         * plugins/document-manager/images/anjuta-fold-close.svg:
5345         * plugins/document-manager/images/anjuta-fold-open.svg:
5346         * plugins/document-manager/images/anjuta-fold-toggle.svg:
5347         * plugins/document-manager/images/anjuta-indent-less.svg:
5348         * plugins/document-manager/images/anjuta-indent-more.svg:
5349         * plugins/document-manager/images/anjuta-swap.svg:
5350         * plugins/document-manager/images/block_select.xpm:
5351         * plugins/document-manager/images/fold_close.xpm:
5352         * plugins/document-manager/images/fold_open.xpm:
5353         * plugins/document-manager/images/fold_toggle.xpm:
5354         * plugins/document-manager/images/indent.xpm:
5355         * plugins/document-manager/images/indent_dcr.xpm:
5356         * plugins/document-manager/images/indent_inc.xpm:
5357         * plugins/document-manager/plugin.c: (register_stock_icons):    
5358         * plugins/editor/Makefile.am:
5359         * plugins/editor/anjuta-bookmark-16.xpm:
5360         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
5361         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
5362         * plugins/editor/anjuta-linemark-16.xpm:
5363         * plugins/editor/anjuta-pcmark-16.xpm:
5364         * plugins/editor/bookmark.xpm:
5365         * plugins/editor/breakpoint-disabled.xpm:
5366         * plugins/editor/breakpoint-enabled.xpm:
5367         * plugins/editor/linemarker.xpm:
5368         * plugins/editor/program-counter.xpm:
5369         * plugins/editor/text_editor.c:
5370         * plugins/message-view/Makefile.am:
5371         * plugins/message-view/anjuta-go-message-next.svg:
5372         * plugins/message-view/anjuta-go-message-prev.svg:
5373         * plugins/message-view/anjuta-message-manager.ui:
5374         * plugins/message-view/plugin.c:
5375         * plugins/sourceview/Makefile.am:
5376         * plugins/sourceview/sourceview.c:
5378         Integrated lots of icons from #480093
5379         Thanks to <tpgww@onepost.net>
5381         * plugins/document-manager/plugin.c:
5382         Do not mark the line in ifile_open(), that looks ugly.
5383         
5384         * plugins/document-manager/search-box.c: (on_search_focus_out),
5385         (search_box_init):
5386         Clear the status bar on focus_out.
5387         
5388         * plugins/file-loader/anjuta-loader-plugin.ui:
5389         Fixed a missing "="
5391 2007-10-09  Johannes Schmid <jhs@gnome.org>
5393         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
5394         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
5396         Some things I missed in the patch for #484419
5397         
5398         * plugins/document-manager/action-callbacks.c:
5399         (on_new_file_activate):
5400         * plugins/document-manager/action-callbacks.h:
5401         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5402         (on_window_key_press_event), (on_gconf_notify_timer):
5403         
5404         484645 – patch to deal with docman FIXME etc
5405         
5406         * plugins/editor/text_editor.c: (text_editor_set_indicator):
5407         * plugins/search/search-replace.c: (search_and_replace),
5408         (write_message_pane), (search_replace_populate),
5409         (translate_dialog_strings), (create_dialog),
5410         (anjuta_search_replace_activate):
5411         * plugins/search/search-replace_backend.c:
5412         (file_buffer_new_from_path), (get_next_match),
5413         (create_search_entries), (regex_backref),
5414         (clear_search_replace_instance):
5415         * plugins/search/search-replace_backend.h:
5416         
5417         #484573 – patch to correct various search-related issues
5418         
5419         Thanks for the above patches to <tpgww@onepost.net>
5420         
5421         * plugins/sourceview/sourceview.c:
5422         (sourceview_create_highligth_indic):
5423         
5424         Use the same marker for important as gedit (yellow background)
5426         * plugins/document-manager/anjuta-document-manager.ui:
5427         * plugins/file-loader/anjuta-file-loader.ui:
5428         * plugins/file-loader/plugin.c:
5429         
5430         Moved FileNew action to document-manager
5432 2007-10-08  Johannes Schmid <jhs@gnome.org>
5434         * plugins/document-manager/search-box.c: (on_search_activated):
5435         Mark messages for translation
5437 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
5439         reviewed by: Johannes Schmid <jhs@gnome.org>
5441         * plugins/Makefile.am:
5442         * plugins/build-basic-autotools/build-basic-autotools.c:
5443         (build_compile_file_real):
5444         * plugins/search/search-replace.c:
5445         * plugins/valgrind/preferences.c: (build_general_prefs):
5446         
5447         Fix #484379 – Contents of Makefile.am plugins and
5448         #484419 – Improvement into translation
5450 2007-10-06  Johannes Schmid <jhs@gnome.org>
5452         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5454         Fixed to properly support pointer-to-pointer (**) types
5456         * libanjuta/interfaces/libanjuta.idl:
5457         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
5458         * plugins/sourceview/sourceview-cell.h:
5459         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
5460         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
5461         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
5462         (isearch_backward), (isearch_iface_init):
5463         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
5464         (itext_editor_iface_init), (iselection_set_iter),
5465         (iselection_get_start_iter), (iselection_get_end_iter),
5466         (iselection_iface_init), (isearch_forward), (isearch_backward),
5467         (isearch_iface_init):
5468         
5469         Added IAnjutaEditorSearch interface and some utility methods to
5470         migrate from positions to iterators for the editor interface.
5471         
5472         * plugins/document-manager/Makefile.am:
5473         * plugins/document-manager/action-callbacks.c:
5474         (on_goto_line_no1_activate), (on_show_search):
5475         * plugins/document-manager/action-callbacks.h:
5476         * plugins/document-manager/anjuta-docman.c:
5477         (anjuta_docman_add_document), (anjuta_docman_show_editor),
5478         (anjuta_docman_grab_text_focus):
5479         * plugins/document-manager/anjuta-document-manager.ui:
5480         * plugins/document-manager/goto_line.c: (removed)
5481         * plugins/document-manager/goto_line.h: (removed)
5482         * plugins/document-manager/search-box.c:
5483         * plugins/document-manager/search-box.h:
5484         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
5485         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
5486         (update_editor_ui_interface_items), (on_editor_added),
5487         (activate_plugin), (deactivate_plugin):
5488         * plugins/document-manager/plugin.h:
5489         
5490         Created new incremental "Quick Search" bar in the document manager to
5491         replace the crappy EggToolbar entries. Uses the new search interface and
5492         it thus much faster and more reliable.
5493         Fixes: 
5494         Bug 357544 – incremental search should work consistently (or not at all) 
5495         when main toolbar is hidden
5496         Bug 440637 – Search, don't work very well (partly for incremental search)
5497         
5498         * plugins/search/anjuta-search.ui:
5499         * plugins/search/plugin.c: (activate_plugin):
5500         
5501         Removed incremental search stuff
5502         
5503         * plugins/build-basic-autotools/build-basic-autotools.c:
5504         (on_session_save), (on_session_load):
5505         * plugins/build-basic-autotools/executer.c:
5506         (get_program_parameters):
5507         
5508         Scroll to selected executable and remember it across sessions
5509         (followup of #477976)
5510         
5511         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5512         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
5513         
5514         * plugins/devhelp/anjuta-devhelp.ui:
5515         Rearraged toolbar items a bit
5517 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5519         * plugins/debug-manager/command.c,
5520         plugins/debug-manager/queue.c,
5521         plugins/gdb/plugin.c,
5522         plugins/gdb/debugger.c:
5523         Fix several crashing bugs (including bug#482985) with the debugger
5524         when closing project, stopping the debugger, restarting the program
5526 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
5528         * libanjuta/anjuta-launcher.c:
5529         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
5531 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
5533         * plugins/debug-manager/command.c,
5534         plugins/debug-manager/queue.c:
5535         Asynchronous command can abort other commands in queue
5536         Resynchronize debugger state when a command is cancelled
5538         * plugins/debug-manager/breakpoints.c:
5539         Free BreakpointItem only when it is not used anymore
5541         * plugins/gdb/plugin.c:
5542         Do not return TRUE if the callback and/or ready signal is not used
5544         * plugins/gdb/debugger.c:
5545         Fix a crash, return correct state when debugger is stopped
5547 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
5549         * plugins/project-wizard/autogen.c:
5550         Fix bug#482067, escape project wizard user defined strings
5552 2007-10-01  Johannes Schmid <jhs@gnome.org>
5554         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5555         .glade:
5556         * plugins/build-basic-autotools/build-basic-autotools.c:
5557         (basic_autotools_plugin_instance_init):
5558         * plugins/build-basic-autotools/build-basic-autotools.h:
5559         * plugins/build-basic-autotools/executer.c:
5560         (get_program_parameters):
5561         
5562         Fixed #477976 – Keybinding in run dialog
5564 2007-09-30  Johannes Schmid <jhs@gnome.org>
5566         * plugins/Makefile.am:
5567         Do not build indent plugin (yet)
5568         
5569         * plugins/document-manager/plugin.c: (ipreferences_merge):
5570         Fixed unintentional and wrong change
5572         * plugins/indent/anjuta-indent.ui:
5573         Added missing file
5575 2007-09-28  Johannes Schmid <jhs@gnome.org>
5577         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
5578         * libanjuta/anjuta-launcher.h:
5579         Add a method to send EOF to some process. Needed for the indent plugin
5580         and should be useful in general. It does not actually send EOF as this
5581         is not possible with utf-8, but closes the stream instead.
5583         * plugins/devhelp/plugin.c: (value_added_current_editor):
5584         Fixed a Gtk-Critical due to the IAnjutaEditor - 
5585         IAnjutaDocument switch.
5587         * configure.in:
5588         * plugins/Makefile.am:
5589         * plugins/document-manager/Makefile.am:
5590         * plugins/document-manager/action-callbacks.c:
5591         * plugins/document-manager/anjuta-document-manager.glade:
5592         * plugins/document-manager/anjuta-document-manager.ui:
5593         * plugins/document-manager/images/Makefile.am:
5594         * plugins/document-manager/images/indent_auto.xpm:
5595         * plugins/document-manager/images/indent_set.xpm:
5596         * plugins/document-manager/indent-dialog.c:
5597         * plugins/document-manager/indent-dialog.h:
5598         * plugins/document-manager/indent-util.c:
5599         * plugins/document-manager/indent-util.h:
5600         * plugins/document-manager/indent_test.c:
5601         * plugins/document-manager/plugin.c: (register_stock_icons),
5602         (docman_plugin_instance_init), (ipreferences_merge):
5603         * plugins/document-manager/plugin.h:
5604         
5605         Removed indent code from document manager
5606         
5607         * plugins/indent/Makefile.am:
5608         * plugins/indent/indent-dialog.c:
5609         * plugins/indent/indent-util.c: (indent_init_indent_style):
5610         * plugins/indent/indent.glade:
5611         * plugins/indent/indent.plugin.in:
5612         * plugins/indent/plugin.c: (on_indent_finished),
5613         (on_indent_output), (on_indent_action_activate),
5614         (on_edit_editor_indent), (on_style_combo_changed),
5615         (value_added_current_editor), (value_removed_current_editor),
5616         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
5617         (indent_plugin_finalize), (indent_plugin_dispose),
5618         (anjuta_indent_plugin_instance_init),
5619         (anjuta_indent_plugin_class_init), (ipreferences_merge),
5620         (ipreferences_unmerge), (ipreferences_iface_init):
5621         * plugins/indent/plugin.h:
5623         Moved indent code to it's own plugin. Also reimplemented indent invocation
5624         using anjuta_launcher and streams. This is not yet completely working, maybe
5625         I got something wrong with the launcher.
5626         Also fixed #478987 – Unusable 'Indent setting window' on preferences
5628 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
5630         * plugins/debug-manager/plugin.c:
5631         Fix bug#480851, disconnect save_session signal when plugin is unloaded
5633 2007-09-27  Johannes Schmid <jhs@gnome.org>
5635         * libanjuta/interfaces/libanjuta.idl:
5636         * plugins/Makefile.am:
5637         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
5638         (isymbol_type_str), (isymbol_name), (isymbol_args),
5639         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
5640         (isymbol_impl), (isymbol_iface_init):
5641         * plugins/symbol-browser/an_symbol_info.c:
5642         * plugins/symbol-browser/an_symbol_info.h:
5643         * plugins/symbol-db/Makefile.am:
5644         * plugins/symbol-db/plugin.c:
5645         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
5646         (value_added_current_editor), (on_editor_foreach_clear),
5647         (value_removed_current_editor), (project_root_added),
5648         (symbol_db_activate), (symbol_db_deactivate),
5649         (isymbol_manager_search):
5650         * plugins/symbol-db/readtags.c: (initialize_1):
5651         * plugins/symbol-db/symbol-db-engine-iterator.c:
5652         (sdb_engine_iterator_instance_init),
5653         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
5654         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
5655         (symbol_db_engine_iterator_move_next),
5656         (symbol_db_engine_iterator_move_prev),
5657         (symbol_db_engine_iterator_get_n_items),
5658         (symbol_db_engine_iterator_last),
5659         (symbol_db_engine_iterator_set_position),
5660         (symbol_db_engine_iterator_get_position),
5661         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
5662         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
5663         (isymbol_iter_foreach), (isymbol_iter_set_position),
5664         (isymbol_iter_get_position), (isymbol_iter_get_length),
5665         (isymbol_iter_clone), (isymbol_iter_assign),
5666         (isymbol_iter_iface_init):
5667         * plugins/symbol-db/symbol-db-engine-iterator.h:
5668         * plugins/symbol-db/symbol-db-engine.c:
5669         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
5670         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
5671         (sdb_engine_finalize), (sdb_engine_get_type),
5672         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
5673         (sdb_engine_get_table_id_by_unique_name2),
5674         (sdb_engine_get_table_id_by_unique_name3),
5675         (symbol_db_engine_add_new_workspace),
5676         (symbol_db_engine_get_opened_project_name),
5677         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
5678         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
5679         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
5680         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
5681         (sdb_engine_add_new_scope_definition),
5682         (sdb_engine_add_new_tmp_heritage_scope),
5683         (sdb_engine_second_pass_update_scope_1),
5684         (sdb_engine_second_pass_update_heritage),
5685         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
5686         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
5687         (symbol_db_engine_update_project_symbols),
5688         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
5689         (symbol_db_engine_update_buffer_symbols),
5690         (sdb_engine_walk_down_scope_path),
5691         (sdb_engine_prepare_symbol_info_sql),
5692         (symbol_db_engine_get_global_members),
5693         (symbol_db_engine_get_scope_members_by_symbol_id),
5694         (symbol_db_engine_get_scope_members),
5695         (symbol_db_engine_get_current_scope),
5696         (symbol_db_engine_get_file_symbols):
5697         * plugins/symbol-db/symbol-db-engine.h:
5698         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
5699         (on_symbol_updated), (on_symbol_inserted),
5700         (symbol_db_view_locals_get_line),
5701         (symbol_db_view_locals_update_list):
5702         * plugins/symbol-db/symbol-db-view-search.c:
5703         (sdb_view_search_model_filter), (sdb_view_search_get_type):
5704         * plugins/symbol-db/symbol-db-view-search.h:
5705         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
5706         (do_add_hidden_children), (do_recurse_and_add_new_sym),
5707         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
5708         * plugins/symbol-db/tables.sql:
5709         * plugins/symbol-db/test/Makefile.am:
5710         * plugins/symbol-db/test/main.c: (add_new_files), (main):
5711         Updated patch from Massimo to improve symbol-db plugin
5713         * plugins/document-manager/plugin.c: (on_editor_changed):
5714         Make the code a bit more robust
5715         
5716         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5717         (anjuta_document_get_property), (anjuta_document_class_init),
5718         (anjuta_document_init), (set_uri), (document_loader_loaded),
5719         (anjuta_document_load), (document_saver_saving):
5720         * plugins/sourceview/anjuta-document.h:
5721         * plugins/sourceview/sourceview.c: (autodetect_language),
5722         (ilanguage_set_language), (ilanguage_get_language):
5723         Fix language detection on startup
5725 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
5727         * plugins/document-manager/action-callbacks.c:
5728         (on_editor_command_upper_case_activate),
5729         (on_editor_command_lower_case_activate): Leftover commit from previous
5730         commit (see last changlog entry by me).
5731         
5732         * plugins/file-manager/plugin.c: (file_manager_activate):
5733         Gave proper widget name so that layout works.
5735 2007-09-26  Johannes Schmid <jhs@gnome.org>
5737         * plugins/document-manager/plugin.c: (on_editor_changed),
5738         (docman_plugin_instance_init):
5739         Only unload/load language-support plugins if necessary.
5740         
5741         * plugins/language-manager/plugin.c: (language_manager_activate):
5742         Removed some debugging code
5744         * plugins/sourceview/sourceview.c: (on_document_saved),
5745         (ilanguage_set_language), (ilanguage_get_language):
5746         Fixed ianjuta_language interface and ensure that highlighting is
5747         activated when a new file is saved.
5748         
5749 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
5751         * libanjuta/interfaces/libanjuta.idl:
5752         * plugins/document-manager/action-callbacks.c:
5753         (on_editor_command_upper_case_activate),
5754         (on_editor_command_lower_case_activate):
5755         * plugins/editor/text_editor.c: (iselection_has_selection),
5756         (iselection_get_start), (iselection_get_end),
5757         (iselection_iface_init):
5758         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5759         * plugins/sourceview/sourceview.c: (iselect_has_selection),
5760         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
5761         method and implemented it for both scintilla and sourceview editors.
5762         Updated document-manager and assist plugins to use the new method.
5764 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
5766         * plugins/file-manager/file-view.c:
5767         Fix typo, allow to compile new file manager with gtk < 2.12
5769 2007-09-25  Johannes Schmid <jhs@gnome.org>
5771         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
5772         Support Auto-Indent for single lines (e.g no selection);
5773         
5774         * plugins/macro/plugin.c:
5775         Do not use the same shortcut as auto-indent does
5776         
5777         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
5778         Optimized keyboard navigation - do not emit char_added when only
5779         navigation keys have been pressed.
5781 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5783         * plugins/language-support-cpp-java/cpp-java-assist.c:
5784         (on_assist_chosen), (cpp_java_assist_install),
5785         (cpp_java_assist_uninstall):
5786         * plugins/language-support-cpp-java/plugin.c: (install_support),
5787         (uninstall_support): Install and uninstall support in correct order.
5788         Fixes a bug where it was installed multiple times resulting in
5789         inserting autocomplete text multiple times.
5791 2007-09-25  Johannes Schmid <jhs@gnome.org>
5793         * configure.in:
5794         Add GNOME_WARNING_FLAGS(maximum) and
5795         GNOME_CXX_WARNIGS(yes) to avoid bugs
5796         the compiler can warn you.
5797         
5798         * libegg/test-tree-utils.c: (key_test):
5799         * plugins/file-manager/file-model.c:
5800         (file_model_cancel_expand_idle), (file_model_sort),
5801         (file_model_row_expanded):
5802         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5803         (file_view_refresh), (file_view_get_selected), (file_view_init),
5804         (file_view_new):
5805         * plugins/file-manager/file-view.h:
5806         * plugins/symbol-db/readtags.c: (initialize_1):
5807         * src/main.c:
5808         
5809         Fixed the more critical warnings
5811 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
5813         Icons from tpgww@onepost.net:
5814         * configure.in:
5815         * plugins/debug-manager/Makefile.am:
5816         * plugins/debug-manager/images/Makefile.am:
5817         * plugins/debug-manager/images/anjuta-attach.svg:
5818         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
5819         * plugins/debug-manager/images/anjuta-step-into.svg:
5820         * plugins/debug-manager/images/anjuta-step-out.svg:
5821         * plugins/debug-manager/images/anjuta-step-over.svg:
5822         * plugins/debug-manager/plugin.c: (register_stock_icons):
5823         * plugins/document-manager/Makefile.am:
5824         * plugins/document-manager/block_select.xpm:
5825         * plugins/document-manager/fold_close.xpm:
5826         * plugins/document-manager/fold_open.xpm:
5827         * plugins/document-manager/fold_toggle.xpm:
5828         * plugins/document-manager/images/Makefile.am:
5829         * plugins/document-manager/images/anjuta-block-end.svg:
5830         * plugins/document-manager/images/anjuta-block-start.svg:
5831         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
5832         * plugins/document-manager/images/anjuta-bookmark-first.svg:
5833         * plugins/document-manager/images/anjuta-bookmark-last.svg:
5834         * plugins/document-manager/images/anjuta-bookmark-next.svg:
5835         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
5836         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
5837         * plugins/document-manager/indent.xpm:
5838         * plugins/document-manager/indent_auto.xpm:
5839         * plugins/document-manager/indent_dcr.xpm:
5840         * plugins/document-manager/indent_inc.xpm:
5841         * plugins/document-manager/indent_set.xpm:
5842         * plugins/document-manager/plugin.c: Added nicer icons for
5843         document manager and debugger. Organized icons in 'images'
5844         directories.
5846 2007-09-24  Johannes Schmid <jhs@gnome.org>
5848         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5849         Fixed a missing NULL in g_object_set.
5851 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5853         * plugins/language-support-cpp-java/cpp-java-assist.c:
5854         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
5855         scope memebers just after scope operator is entered.
5857 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
5859         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5860         * plugins/language-support-cpp-java/cpp-java-assist.c:
5861         (completion_function), (completion_compare),
5862         (cpp_java_assist_tag_destroy), (create_completion),
5863         (cpp_java_assist_destroy_completion_cache),
5864         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
5865         Show '()' for function items in autocomplete list. Allow adding
5866         ' ' and/or '(' after function call autocompletion and have preferences
5867         settings for them.
5869 2007-09-24  Johannes Schmid <jhs@gnome.org>
5871         * sourceview.c: Reverting patch from r3157 because
5872         of side-effects
5874 2007-09-24  Johannes Schmid <jhs@gnome.org>
5876         * plugins/search/search-replace.c: (on_message_clicked):
5878         Fixed #427104 – No "highlight" of lines matching find-result
5880 2007-09-24  Johannes Schmid <jhs@gnome.org>
5882         * src/anjuta.glade:
5884         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
5886 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
5888         reviewed by: Johannes Schmid <jhs@gnome.org>
5890         * plugins/build-basic-autotools/executer.c: (execute_program):
5891         Fix #478238 – set env for execute programe in the terminal
5893 2007-09-24 Tom <tpgww@onepost.net>
5895         reviewed by: Johannes Schmid <jhs@gnome.org>
5897         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5898         Fix memory leak
5899         
5900         * plugins/debug-manager/disassemble.c: (on_disassemble):
5901         Correct a format string in DEBUG_PRINT()
5903 2007-09-23  Johannes Schmid <jhs@gnome.org>
5905         * plugins/sourceview/sourceview.c: (offset_to_position),
5906         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
5907         (ieditor_get_position), (iselect_set), (iselect_get_start),
5908         (iselect_get_end):
5909         
5910         Fixed #Bug 440637 – Search, don't work very well
5912 2007-09-23  Johannes Schmid <jhs@gnome.org>
5914         * plugins/file-manager/file-model.c: (file_model_get_filename):
5915         * plugins/file-manager/file-model.h:
5916         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
5917         (file_view_init), (file_view_class_init):
5918         * plugins/message-view/message-view.c:
5919         (message_view_query_tooltip), (message_view_dispose),
5920         (message_view_instance_init), (message_view_class_init):
5922         Added GTK+ 2.12 style tooltips to file-manager and message view.
5923         Only build if GTK+ 2.12 is availible otherwise for message-view, the
5924         old implementation is used.
5926 2007-09-23  Johannes Schmid <jhs@gnome.org>
5928         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
5929         Fixed typo
5930         
5931         * plugins/language-manager/language-manager.plugin.in:
5932         Marked UserActivatable=FALSE
5933         
5934         * plugins/language-manager/plugin.c: (load_languages),
5935         (language_manager_activate), (language_manager_deactivate),
5936         (language_manager_dispose), (language_manager_instance_init),
5937         (language_manager_find_mime_type), (language_manager_find_string),
5938         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
5939         (ilanguage_get_name), (ilanguage_get_strings):
5940         
5941         Fixed various stupid bugs in language-manager plugin
5942         
5943         * plugins/symbol-db/symbol-db-engine.c:
5944         (sdb_engine_second_pass_update_scope_1):
5945         
5946         Add a g_return_if_fail to avoid a crash though still unsure
5947         what's causing it.
5949 2007-09-23  Johannes Schmid <jhs@gnome.org>
5951         * plugins/symbol-db/plugin.c: (on_project_element_added),
5952         (sources_array_free), (sources_array_add_foreach),
5953         (project_root_added):
5954         * plugins/symbol-db/symbol-db-engine.c:
5955         (symbol_db_engine_add_new_files):
5956         * plugins/symbol-db/symbol-db-engine.h:
5957         
5958         Added support for other languages than "C" to symbol-db. Now
5959         supports all languages listed by the language-manager.
5961 2007-09-23  Tom <tpgww@onepost.net>
5963         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
5965         * configure.in:
5966         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
5967         
5968         * libanjuta/anjuta-glue-factory.c: (load_plugin),
5969         (anjuta_glue_factory_get_object_type):
5970         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
5971         * plugins/build-basic-autotools/build-basic-autotools.c:
5972         (value_added_current_editor):
5973         * plugins/debug-manager/breakpoints.c:
5974         (breakpoints_dbase_edit_breakpoint),
5975         (on_toggle_breakpoint_activate):
5976         * plugins/debug-manager/plugin.c:
5977         (on_run_to_cursor_action_activate):
5978         * plugins/debug-manager/stack_trace.c:
5979         (dma_thread_update_stack_trace):
5980         * plugins/gdb/plugin.c:
5981         * plugins/glade/plugin.c: (ifile_open):
5982         * plugins/profiler/gprof-call-graph-view.c:
5983         * plugins/profiler/gprof-flat-profile-view.c:
5984         * plugins/profiler/gprof-function-call-tree-view.c:
5985         * plugins/profiler/gprof-options.c: (setup_widgets):
5986         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5987         * plugins/search/search-replace_backend.c:
5988         (file_buffer_new_from_te):
5989         * plugins/sourceview/assist-tip.c: (assist_tip_move):
5990         * plugins/sourceview/assist-window.c: (assist_window_set_property),
5991         (assist_window_get_property), (assist_window_move):
5992         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
5993         (value_added_current_editor):
5994         * plugins/symbol-db/plugin.c: (value_added_current_editor):
5995         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5996         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
5997         
5998         Many small code, warnings and leak fixes
6000 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
6002         * (removed) plugins/debug-manager/debugger.c,
6003         (removed) plugins/debug-manager/debugger.h,
6004         (added) plugins/debug-manager/command.c,
6005         (added) plugins/debug-manager/command.h,
6006         (added) plugins/debug-manager/queue.c,
6007         (added) plugins/debug-manager/queue.h,
6008         plugins/debug-manager/breakpoints.c,
6009         plugins/debug-manager/debug_tree.c,
6010         plugins/debug-manager/debug_tree.h,
6011         plugins/debug-manager/disassemble.c,
6012         plugins/debug-manager/disassemble.h,
6013         plugins/debug-manager/locals.c,
6014         plugins/debug-manager/locals.h,
6015         plugins/debug-manager/memory.c,
6016         plugins/debug-manager/memory.h,
6017         plugins/debug-manager/plugin.c,
6018         plugins/debug-manager/plugin.h,
6019         plugins/debug-manager/registers.c,
6020         plugins/debug-manager/registers.h,
6021         plugins/debug-manager/sharedlib.c,
6022         plugins/debug-manager/sharedlib.h,
6023         plugins/debug-manager/signals.c,
6024         plugins/debug-manager/signals.h,
6025         plugins/debug-manager/stack_trace.c,
6026         plugins/debug-manager/stack_trace.h,
6027         plugins/debug-manager/start.h,
6028         plugins/debug-manager/start.c,
6029         plugins/debug-manager/threads.c,
6030         plugins/debug-manager/threads.h,
6031         plugins/debug-manager/watch.c,
6032         plugins/debug-manager/watch.h,
6033         plugins/debug-manager/Makefile.am,
6034         plugins/gdb/debugger.c,
6035         plugins/gdb/debugger.h,
6036         plugins/gdb/plugin.c,
6037         libanjuta/interfaces/libanjuta.idl:
6038         Split debug-manager/debugger.c into command.c and queue.c
6039         Clean up debugger queue
6040         DmaDebuggerQueue object does not implement IAnjutaDebugger
6042 2007-09-23  Johannes Schmid <jhs@gnome.org>
6044         * configure.in:
6045         Bumped version to 2.3.0 (to ensure bugzilla bugs are
6046         set correctly, etc.)
6047         
6048         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6049         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6050         (plugin_set_update):
6051         
6052         Show an error dialog instead of crashing when plugin loading fails
6054         * plugins/language-manager/Makefile.am:
6055         * plugins/language-manager/language-manager.plugin.in:
6056         * plugins/language-manager/languages.xml:
6057         * plugins/language-manager/plugin.c: (language_destroy),
6058         (load_languages), (language_manager_activate),
6059         (language_manager_deactivate), (language_manager_finalize),
6060         (language_manager_dispose), (language_manager_instance_init),
6061         (language_manager_class_init), (language_manager_find_mime_type),
6062         (language_manager_find_string), (ilanguage_get_from_mime_type),
6063         (ilanguage_get_from_string), (ilanguage_get_name),
6064         (ilanguage_get_strings), (ilanguage_iface_init):
6065         * plugins/language-manager/plugin.h:
6066         
6067         Added new language-manager plugin to have a better organisation for
6068         language names. The xml probabaly needs to be extended over time.
6069         
6070         * plugins/Makefile.am:
6071         * plugins/document-manager/plugin.c: (on_editor_changed):
6072         
6073         Adapted to new IAnjutaLanguage interface. Do not unload language-support
6074         because it does not really save memory but makes tab switching slow.
6075         
6076         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
6077         .in:
6078         * plugins/language-support-cpp-java/plugin.c: (install_support),
6079         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
6080         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
6081         unloading
6083         * plugins/language-support-cpp-java/cpp-java-assist.c:
6084         (cpp_java_assist_show_autocomplete):
6085         
6086         Fix autocomplete to only show valid completions
6088         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6089         Calltips always have correct size and position now
6091 2007-09-22  Johannes Schmid <jhs@gnome.org>
6093         * plugins/search/search-replace_backend.c: (get_next_match):
6094         Removed code introduced by accident that causes a crash.
6095         
6096         * plugins/sourceview/sourceview-tags.c:
6097         * plugins/sourceview/sourceview-tags.h:
6098         Removed ununsed files
6100 2007-09-22  Johannes Schmid <jhs@gnome.org>
6102         * plugins/language-support-cpp-java/cpp-java-assist.c:
6103         Fixed build error
6105 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6107         * plugins/language-support-cpp-java/cpp-java-assist.c:
6108         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
6109         Increased matching brace search to 500 chars.
6111 2007-09-21  Johannes Schmid <jhs@gnome.org>
6113         * plugins/language-support-cpp-java/cpp-java-assist.c:
6114         (cpp_java_assist_get_pre_word),
6115         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
6116         
6117         Added some profiling debug code
6118         
6119         * plugins/language-support-cpp-java/cpp-java-utils.c:
6120         (cpp_java_util_jump_to_matching_brace):
6121         * plugins/language-support-cpp-java/cpp-java-utils.h:
6122         * plugins/language-support-cpp-java/plugin.c:
6123         (get_line_indentation_base), (get_line_auto_indentation):
6124         
6125         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
6126         avoid looping over the whole file when using calltips which is too slow and
6127         unneeded.
6128         
6129         * plugins/sourceview/assist-tip.c: (assist_tip_init),
6130         (assist_tip_set_tips), (assist_tip_get_coordinates),
6131         (assist_tip_new):
6132         * plugins/sourceview/sourceview.c: (iassist_show_tips):
6133         
6134         Better calltips appearance (use theme now) and avoid jumping
6135         calltips
6137 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6139         * plugins/document-manager/plugin.c:
6140         (update_editor_ui_interface_items):
6141         * plugins/language-support-cpp-java/plugin.c: (install_support),
6142         (uninstall_support): Moved autocomplete ui update code from
6143         document-manager to language-plugin.
6145 2007-09-21  Johannes Schmid <jhs@gnome.org>
6147         * libanjuta/interfaces/libanjuta.idl:
6148         
6149         Added IAnjutaLanguage interface (might still change...) for
6150         the upcoming language-manager plugin.
6151         
6152         * plugins/file-manager/Makefile.am:
6153         * plugins/file-manager/file-model.c:
6154         (file_model_cancel_expand_idle), (file_model_add_dummy),
6155         (file_model_expand_idle), (file_model_sort),
6156         (file_model_row_expanded), (file_model_row_collapsed),
6157         (file_model_init), (file_model_finalize),
6158         (file_model_set_property), (file_model_get_property),
6159         (file_model_class_init), (file_model_new), (file_model_refresh),
6160         (file_model_get_uri):
6161         * plugins/file-manager/file-model.h:
6162         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
6163         (file_view_expand_row_idle), (file_view_refresh),
6164         (file_view_get_selected), (file_view_button_press_event),
6165         (file_view_selection_changed), (file_view_init),
6166         (file_view_get_property), (file_view_set_property),
6167         (file_view_finalize), (file_view_class_init):
6168         
6169         Split up model/view as far as possible and fixed some file-manager
6170         bugs (popup-menu and incorrect project loading).
6171         
6172         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
6173         Use monospace font for tips.
6174         
6175         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
6176         (sourceview_cell_new), (icell_get_character), (icell_get_length),
6177         (icell_get_attribute), (icell_style_get_font_description),
6178         (icell_style_get_color), (icell_style_get_background_color),
6179         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
6180         (iiter_foreach), (iiter_set_position), (iiter_get_position),
6181         (iiter_get_length), (iiter_clone), (iiter_assign):
6183         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
6184         interface. This is way faster though it has the drawback to create invalid
6185         iterators if the buffer is changed.
6187 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
6189         * libanjuta/interfaces/libanjuta.idl:
6190         * plugins/document-manager/action-callbacks.c:
6191         * plugins/document-manager/anjuta-document-manager.ui:
6192         * plugins/document-manager/plugin.c: (register_stock_icons):
6193         * plugins/editor/text_editor.c:
6194         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6195         * plugins/language-support-cpp-java/cpp-java-assist.c:
6196         (cpp_java_assist_get_calltip_context):
6197         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
6198         (register_stock_icons), (cpp_java_plugin_activate_plugin):
6200         Moved autocomplete menu action from document-manager to assist plugin
6201         and got rid of deprecated autocomplete interface.
6203 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6205         * libanjuta/interfaces/libanjuta.idl:
6206         * plugins/editor/text_editor.c: (iassist_iface_init):
6207         * plugins/language-support-cpp-java/cpp-java-assist.c:
6208         (cpp_java_assist_check), (on_assist_chosen):
6209         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6210         Removed react() methods in both editors and assist interface. Assist
6211         plugin itself handles setting the autocomplete. Also fixed
6212         some mem leaks.
6214 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
6216         * plugins/file-manager/Makefile.am:
6217         * plugins/file-manager/file-view.c: (file_view_add_dummy),
6218         (file_view_expand_idle), (file_view_init):
6219         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
6220         (file_manager_set_default_uri), (project_root_added),
6221         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
6222         (file_manager_activate), (file_manager_deactivate),
6223         (file_manager_instance_init), (file_manager_class_init),
6224         (ifile_manager_set_root), (ifile_manager_set_selected),
6225         (ifile_manager_iface_init): Adjusted white spaces to match
6226         anjuta convention.
6228 2007-09-19  Naba Kumar  <naba@gnome.org>
6230         * libanjuta/interfaces/libanjuta.idl:
6231         * plugins/editor/text_editor.c: (text_editor_instance_init),
6232         (iassist_show_tips), (iassist_cancel_tips),
6233         (iassist_hide_suggestions), (iassist_iface_init):
6234         * plugins/editor/text_editor.h:
6235         * plugins/editor/text_editor_cbs.c:
6236         (on_text_editor_scintilla_notify):
6237         * plugins/language-support-cpp-java/cpp-java-assist.c:
6238         (is_scope_context_character), (is_word_character),
6239         (create_completion), (cpp_java_assist_get_scope_context),
6240         (cpp_java_assist_get_pre_word),
6241         (cpp_java_assist_get_scope_operator),
6242         (cpp_java_assist_destroy_completion_cache),
6243         (cpp_java_assist_create_scope_completion_cache),
6244         (cpp_java_assist_create_word_completion_cache),
6245         (cpp_java_assist_show_autocomplete),
6246         (cpp_java_assist_get_calltip_context),
6247         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
6248         (on_editor_char_added), (on_assist_chosen),
6249         (cpp_java_assist_install), (cpp_java_assist_uninstall),
6250         (cpp_java_assist_init), (cpp_java_assist_finalize):
6251         * plugins/language-support-cpp-java/cpp-java-assist.h:
6252         * plugins/language-support-cpp-java/plugin.c:
6253         (initialize_indentation_params):
6254         * plugins/sourceview/assist-tip.c:
6255         * plugins/sourceview/assist-tip.h:
6256         * plugins/sourceview/sourceview-private.h:
6257         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6258         (on_assist_tip_destroyed), (on_assist_cancel),
6259         (on_document_char_added), (iassist_get_suggestions),
6260         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
6261         
6262         Implement state-less assistance so that assist can be evaluated
6263         any given time at any position. Changed IAnjutaEditorAssist interfance
6264         and implementations and removed any state management in editors.
6266 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
6268         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6269         completion items sorting and avoided unnecssary sorts.
6271         * plugins/text-editor.c: Fixed state.
6273 2007-09-17  Johannes Schmid <jhs@gnome.org>
6275         * plugins/language-support-cpp-java/cpp-java-assist.c:
6276         (on_assist_begin):
6277         
6278         Fixed calltips in sourceview
6280 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
6282         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
6283         completion items preparation time. Fixed a crash bug.
6285         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6286         Set buffer size (From Massimo, required for symbol-db).
6288         * libanjuta/interfaces/libanjuta.idl: Also pass position information
6289         for suggestions.
6291         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
6292         change in API.
6294         * plugins/editor/aneditor-autocomplete.cxx,
6295         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
6296         Added ANE_GETWORDBEFORECARAT command.
6298         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
6299         using assist interface.
6301         * plugins/editor/text_editor.c: (text_editor_instance_init),
6302         (text_editor_get_word_before_carat),
6303         (text_editor_get_current_word), (iassist_add_trigger),
6304         (iassist_remove_trigger), (on_assist_canceled),
6305         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
6306         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
6307         * plugins/editor/text_editor.h:
6308         * plugins/editor/text_editor_cbs.c: (trigger_size),
6309         (max_trigger_size), (text_editor_check_assist),
6310         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
6311         interface.
6313         * plugins/language-support-cpp-java/Makefile.am:
6314         * plugins/language-support-cpp-java/plugin.c:
6315         (get_line_indentation_base), (get_line_auto_indentation),
6316         (install_support), (uninstall_support),
6317         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
6318         (cpp_java_plugin_instance_init):
6319         * plugins/language-support-cpp-java/plugin.h:
6320         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
6321         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
6322         Make assist a separate class.
6324 2007-09-14  Johannes Schmid <jhs@gnome.org>
6326         * plugins/sourceview/sourceview.c: (iassist_suggest):
6327         Fixed changed char_alignment paramter in language-support
6328         plugin
6330 2007-09-14  Naba Kumar  <naba@gnome.org>
6332         * plugins/language-support-cpp-java/plugin.c: Send the right
6333         'char_alignment' paramenter (needs fixing in sourceview).
6335 2007-09-13  Johannes Schmid <jhs@gnome.org>
6337         * anjuta.anjuta:
6338         * plugins/project-wizard/templates/minimal/project.anjuta:
6339         Use IAnjutaSymbolManager instead of loading the plugin directly.
6340         (TODO: Think of a version to do this for older files...)
6342         * configure.in:
6343         * plugins/Makefile.am:
6344         * plugins/symbol-db/Makefile.am:
6345         
6346         Build symbol-db plugin if libgda-3.0 is found
6348 2007-09-13  Johannes Schmid <jhs@gnome.org>
6350         * plugins/sourceview/Makefile.am:
6351         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
6352         (set_uri):
6353         * plugins/sourceview/anjuta-document.h:
6354         Removed lots of dead code
6355         
6356         * plugins/sourceview/anjuta-languages-manager.c:
6357         * plugins/sourceview/anjuta-languages-manager.h:
6358         removed completely
6359         
6360         * plugins/sourceview/sourceview.c: (on_document_char_added),
6361         (on_document_loaded), (sourceview_instance_init),
6362         (iselect_get_start), (iselect_get_end),
6363         (ilanguage_get_supported_languages), (ilanguage_set_language):
6364         
6365         Fixed selection handling and make some adaptions for the changes 
6366         mentioned above
6368 2007-09-13  Johannes Schmid <jhs@gnome.org>
6370         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
6371         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6372         (on_assist_update):
6373         
6374         Added preferences to language support completion/calltips
6375         
6376         * plugins/sourceview/assist-window.c: (assist_window_update):
6378         Always select first entry
6380         * plugins/sourceview/sourceview.glade:
6381         Removed old completion preferences
6383 2007-09-11  Naba Kumar  <naba@gnome.org>
6385         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
6386         and possible crash when pressing ctrl+d in terminal after preferences
6387         window has been shown once (no need for backport).
6389         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
6390         implementations to get warnings instead of crashes for unimplemented
6391         interface methods.
6393 2007-09-11   Massimo Cora' <maxcvs@email.it>
6395         Reviewed by: Naba Kumar  <naba@gnome.org>
6397         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
6398         * plugins/symbol-db/*:
6399         Added new symbol-database backend based on SQLite 3.
6400         (does not enabled for build currently).
6402 2007-09-10  Johannes Schmid <jhs@gnome.org>
6404         * anjuta.anjuta:
6405         * configure.in:
6406         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
6407         (parse_info_init), (parse_info_free), (valid_element),
6408         (start_element_handler), (end_element_handler), (text_handler),
6409         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
6410         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6411         (egg_recent_model_monitor), (egg_recent_model_read),
6412         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6413         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6414         (egg_recent_model_set_property), (egg_recent_model_class_init),
6415         (egg_recent_model_init), (egg_recent_model_add_full),
6416         (egg_recent_model_delete), (egg_recent_model_get_list),
6417         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6418         (egg_recent_model_set_filter_mime_types),
6419         (egg_recent_model_clear_group_filter),
6420         (egg_recent_model_set_filter_groups),
6421         (egg_recent_model_clear_scheme_filter),
6422         (egg_recent_model_set_filter_uri_schemes),
6423         (egg_recent_model_remove_expired):
6424         
6425         Update EggRecent (#456465)
6427 2007-09-10  Johannes Schmid <jhs@gnome.org>
6429         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
6430         (anjuta_plugin_manager_get_plugin):
6431         * plugins/profiler/gprof-call-graph-view.c:
6432         (gprof_call_graph_view_create_columns):
6433         * plugins/profiler/gprof-flat-profile-view.c:
6434         (gprof_flat_profile_view_create_columns):
6435         * plugins/profiler/gprof-function-call-tree-view.c:
6436         (gprof_function_call_tree_view_create_columns):
6437         
6438         Fixed #466031 – Update of pieces of menus for Localization
6440 2007-09-10  Johannes Schmid <jhs@gnome.org>
6442         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
6443         Bug 343522 – anjuta: Unable to execute commands that use options.
6445 2007-09-09  Johannes Schmid <jhs@gnome.org>
6447         * plugins/document-manager/anjuta-docman.c:
6448         (anjuta_docman_update_page_label):
6449         
6450         Fixed #458034 – Method of indicating unsaved changes breaks convention
6451         
6452         * plugins/document-manager/plugin.c: (update_title),
6453         (value_added_project_root_uri), (value_removed_project_root_uri),
6454         (on_editor_changed), (activate_plugin):
6455         * plugins/document-manager/plugin.h:
6456         * plugins/project-manager/plugin.c: (on_profile_scoped),
6457         (on_profile_descoped), (ifile_open):
6458         
6459         Fixed #427390 – Show path of item in currently focused editor window
6461 2007-09-09  Johannes Schmid <jhs@gnome.org>
6463         * plugins/search/plugin.c: (on_toolbar_find_clicked),
6464         (on_toolbar_find_incremental):
6465         Fix incremental search
6466         
6467         * plugins/sourceview/sourceview.c: (on_document_char_added),
6468         (set_select):
6469         Fixed selection management
6471 2007-09-09  Johannes Schmid <jhs@gnome.org>
6473         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6474         Fixed memory leak
6476         * libanjuta/interfaces/libanjuta.idl:
6477         Extended IAnjutaEditorAssist interface
6478         
6479         * plugins/language-support-cpp-java/plugin.c:
6480         (jump_to_matching_brace), (add_tags), (on_assist_begin),
6481         (assist_cleanup), (on_assist_chosen), (on_assist_update),
6482         (context_character), (get_context), (function_parser),
6483         (cpp_member_parser), (install_assist), (uninstall_assist),
6484         (get_line_indentation_base), (get_line_auto_indentation),
6485         (install_support), (uninstall_support),
6486         (on_value_added_current_editor), (on_value_removed_current_editor),
6487         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
6488         * plugins/language-support-cpp-java/plugin.h:
6489         
6490         Improved fixed editor assistance and added support for function/method
6491         tooltips. jumb_to_matching_brance => jump_to_matching_brace
6492         
6493         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
6494         Removed a FIXME
6495         
6496         * plugins/project-import/project-import.c: (on_import_next):
6497         Added a non-NULL check with could probably fix #474843 but not sure
6498         
6499         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
6500         Fixed anjuta-plugin project wizard
6501         
6502         * plugins/sourceview/Makefile.am:
6503         * plguins/sourceview/assist-tip.[ch]:
6504         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
6505         (anjuta_view_key_press_event):
6506         * plugins/sourceview/assist-window.c: (assist_window_class_init),
6507         (assist_window_init), (assist_window_update), (assist_window_new):
6508         * plugins/sourceview/sourceview-private.h:
6509         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
6510         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
6511         (trigger_size), (max_trigger_size), (on_document_char_added),
6512         (sourceview_dispose), (ieditor_get_current_word),
6513         (iassist_add_trigger), (iassist_init_suggestions),
6514         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
6515         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
6516         
6517         Big update on sourceview assist capabilites. Autocompletion should
6518         now work much better and function tooltips are finally supported!
6520         * plugins/sourceview/anjuta-document.h:
6521         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
6522         (anjuta_document_get_current_word):
6523         Fixed get_current_word (inspired by aneditor.cxx implementation)
6525         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
6526         (icell_get_attribute):
6527         Fixed get_attribute() to also detect character constants.
6528         Simplified get_char()
6530         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
6531         (isymbol_manager_get_members), (isymbol_manager_get_parents),
6532         (isymbol_manager_get_completions_at_position):
6533         
6534         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
6536 2007-09-04  Naba Kumar  <naba@gnome.org>
6538         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
6539         projects that can not add sources.
6541         * plugins/file-wizard/file.c: Similarly for file wizard,
6542         Do not enable 'Add to project' projects that can not add sources.
6544 2007-09-04  Naba Kumar  <naba@gnome.org>
6546         * configure.in: Bumped gnome-build requirement to 0.2.0
6547         for project capabilities support.
6549         * plugins/project-manager/plugin.c: Enable/disable project
6550         actions based on project capabilities. Fixes bug #433552:
6551         crash in Anjuta IDE: add file test.h in project on generic
6552         Makefile.
6554         * libanjuta/interfaces/libanjuta.idl: Added method to query
6555         project capabilities.
6557 2007-09-03  Naba Kumar  <naba@gnome.org>
6559         * plugins/file-manager/plugin.c: Set shadow type IN.
6560         * plugins/file-manager/file-view.c: Fixed code style.
6561         * plugins/file-manager/file-view.c: Fixed icons column to size
6562         properly.
6564         * plugins/file-manager/plugin.[c,h]: Fixed code style.
6566         * plugins/file-manager/plugin.c: Fixed crash on closing project and
6567         unmonitors project-uri on file-manager deactivation.
6569         * TODO.tasks: Updated
6571 2007-09-02  Johannes Schmid <jhs@gnome.org>
6573         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
6574         Fixed memory leak
6575         
6576         * plugins/file-manager/file-view.c: (file_view_get_selected),
6577         (file_view_button_press_event), (file_view_finalize):
6578         * plugins/file-manager/plugin.c: (project_root_removed),
6579         (file_manager_deactivate):
6580         
6581         Fixed some small bugs I missed before
6583 2007-09-02  Johannes Schmid <jhs@gnome.org>
6585         * plugins/file-manager/*:
6586         Added new and file-manager
6588 2007-09-02  Johannes Schmid <jhs@gnome.org>
6590         * plugins/file-manager/*:
6591         Removed old file-manager
6593 2007-08-31  Johannes Schmid <jhs@gnome.org>
6595         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
6596         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
6597         
6598         Fixed some memory leaks
6599         
6600         * MAINTAINERS: Fixed
6601         
6602 2007-08-31  Johannes Schmid <jhs@gnome.org>
6604         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
6605         (get_property_value_as_string), (set_property_value_as_string),
6606         (register_callbacks), (preferences_foreach_callback),
6607         (anjuta_preferences_register_property_raw):
6608         * libanjuta/anjuta-preferences.h:
6609         * plugins/build-basic-autotools/build-basic-autotools.c:
6610         (on_build_mesg_format):
6611         * plugins/document-manager/anjuta-document-manager.glade:
6612         * plugins/message-view/anjuta-message-manager-plugin.glade:
6613         
6614         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
6615         broken message view preferences
6616         
6617         * plugins/message-view/message-view.c:
6618         (message_view_instance_init), (pref_change_color), (prefs_init),
6619         (imessage_view_append):
6620         Cleaned up message view (#458041)
6621         
6622         * src/shell.c: (on_preferences_activate),
6623         (anjuta_test_shell_instance_init),
6624         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
6625         Fixed test shell to allow better debugging
6626         
6627 2007-08-31  Johannes Schmid <jhs@gnome.org>
6629         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
6630         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
6631         * plugins/gtodo/main.h:
6632         * plugins/gtodo/plugin.c: (activate_plugin):
6633         
6634         Fixed #423467 (View->Tasks menu items are not 
6635         checked on startup)
6637 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
6639         reviewed by: Johannes Schmid <jhs@gnome.org>
6641         * COPYING:
6642         * data/welcome.txt.in:
6643         * launcher/anjuta_launcher.c:
6644         * libanjuta/anjuta-children.c:
6645         * libanjuta/anjuta-children.h:
6646         * libanjuta/anjuta-debug.h:
6647         * libanjuta/anjuta-encodings.c:
6648         * libanjuta/anjuta-encodings.h:
6649         * libanjuta/anjuta-glue-c.c:
6650         * libanjuta/anjuta-glue-c.h:
6651         * libanjuta/anjuta-plugin-description.c:
6652         * libanjuta/anjuta-plugin-description.h:
6653         * libanjuta/anjuta-plugin-handle.c:
6654         * libanjuta/anjuta-plugin-handle.h:
6655         * libanjuta/anjuta-plugin-manager.c:
6656         * libanjuta/anjuta-plugin-manager.h:
6657         * libanjuta/anjuta-plugin.c:
6658         * libanjuta/anjuta-plugin.h:
6659         * libanjuta/anjuta-preferences.c:
6660         * libanjuta/anjuta-preferences.h:
6661         * libanjuta/anjuta-profile-manager.c:
6662         * libanjuta/anjuta-profile-manager.h:
6663         * libanjuta/anjuta-profile.c:
6664         * libanjuta/anjuta-profile.h:
6665         * libanjuta/anjuta-save-prompt.c:
6666         * libanjuta/anjuta-save-prompt.h:
6667         * libanjuta/anjuta-serializer.c:
6668         * libanjuta/anjuta-serializer.h:
6669         * libanjuta/anjuta-session.c:
6670         * libanjuta/anjuta-session.h:
6671         * libanjuta/anjuta-shell.c:
6672         * libanjuta/anjuta-shell.h:
6673         * libanjuta/anjuta-status.c:
6674         * libanjuta/anjuta-status.h:
6675         * libanjuta/anjuta-ui.c:
6676         * libanjuta/anjuta-ui.h:
6677         * libanjuta/anjuta-utils-priv.h:
6678         * libanjuta/anjuta-utils.c:
6679         * libanjuta/anjuta-utils.h:
6680         * libanjuta/cell-renderer-captioned-image.c:
6681         * libanjuta/cell-renderer-captioned-image.h:
6682         * libanjuta/e-splash.c:
6683         * libanjuta/e-splash.h:
6684         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6685         * libanjuta/interfaces/libanjuta.idl:
6686         * libanjuta/libanjuta.h:
6687         * libanjuta/resources.c:
6688         * libanjuta/resources.h:
6689         * libegg/egg-cell-renderer-text.c:
6690         * libegg/egg-combo-action.c:
6691         * libegg/egg-entry-action.c:
6692         * libegg/egg-recent-action.c:
6693         * libegg/egg-recent-files-module.c:
6694         * libegg/egg-recent-item.c:
6695         * libegg/egg-recent-model.c:
6696         * libegg/egg-recent-view-gtk.c:
6697         * libegg/egg-recent-view.c:
6698         * libegg/egg-submenu-action.c:
6699         * libegg/eggaccelerators.c:
6700         * libegg/eggcellrendererpopup.c:
6701         * libegg/eggcomboselect.c:
6702         * libegg/eggtreemodelfilter.c:
6703         * libegg/eggtreemultidnd.c:
6704         * libegg/gtkcellview.h:
6705         * libegg/treeviewutils/egg-cell-renderer-text.h:
6706         * libegg/treeviewutils/eggaccelerators.h:
6707         * libegg/treeviewutils/eggcellrendererkeys.h:
6708         * libegg/treeviewutils/eggcellrendererpopup.h:
6709         * libegg/treeviewutils/eggtreemodelfilter.h:
6710         * libegg/treeviewutils/eggtreemultidnd.h:
6711         * libegg/treeviewutils/eggtreeviewstate.h:
6712         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
6713         * manuals/anjuta-faqs/Makefile.am:
6714         * manuals/anjuta-manual/C/anjuta-manual.xml:
6715         * manuals/anjuta-manual/C/license.xml:
6716         * manuals/anjuta-manual/es/es.po:
6717         * manuals/anjuta-manual/sv/sv.po:
6718         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
6719         ml:
6720         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
6721         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
6722         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
6723         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
6724         * manuals/old/ja/anjuta-manual/license.xml:
6725         * plugins/build-basic-autotools/build-basic-autotools.c:
6726         * plugins/build-basic-autotools/build-basic-autotools.h:
6727         * plugins/build-basic-autotools/executer.c:
6728         * plugins/build-basic-autotools/executer.h:
6729         * plugins/build/build_file.c:
6730         * plugins/build/build_file.h:
6731         * plugins/build/build_project.c:
6732         * plugins/build/build_project.h:
6733         * plugins/build/clean_project.c:
6734         * plugins/build/clean_project.h:
6735         * plugins/build/commands.c:
6736         * plugins/build/commands.h:
6737         * plugins/build/compile.c:
6738         * plugins/build/compile.h:
6739         * plugins/build/compiler_options.c:
6740         * plugins/build/compiler_options.h:
6741         * plugins/build/configurer.c:
6742         * plugins/build/configurer.h:
6743         * plugins/build/executer.c:
6744         * plugins/build/executer.h:
6745         * plugins/class-gen/cell-renderer-flags.c:
6746         * plugins/class-gen/cell-renderer-flags.h:
6747         * plugins/class-gen/combo-flags.c:
6748         * plugins/class-gen/combo-flags.h:
6749         * plugins/class-gen/element-editor.c:
6750         * plugins/class-gen/element-editor.h:
6751         * plugins/class-gen/generator.c:
6752         * plugins/class-gen/generator.h:
6753         * plugins/class-gen/plugin.c:
6754         * plugins/class-gen/plugin.h:
6755         * plugins/class-gen/transform.c:
6756         * plugins/class-gen/transform.h:
6757         * plugins/class-gen/validator.c:
6758         * plugins/class-gen/validator.h:
6759         * plugins/class-gen/window.c:
6760         * plugins/class-gen/window.h:
6761         * plugins/class-inheritance/class-callbacks.c:
6762         * plugins/class-inheritance/class-callbacks.h:
6763         * plugins/class-inheritance/class-inherit.c:
6764         * plugins/class-inheritance/class-inherit.h:
6765         * plugins/class-inheritance/plugin.c:
6766         * plugins/class-inheritance/plugin.h:
6767         * plugins/cvs-plugin/cvs-actions.c:
6768         * plugins/cvs-plugin/cvs-actions.h:
6769         * plugins/cvs-plugin/cvs-callbacks.c:
6770         * plugins/cvs-plugin/cvs-callbacks.h:
6771         * plugins/cvs-plugin/cvs-execute.c:
6772         * plugins/cvs-plugin/cvs-execute.h:
6773         * plugins/cvs-plugin/cvs-interface.c:
6774         * plugins/cvs-plugin/cvs-interface.h:
6775         * plugins/cvs-plugin/plugin.c:
6776         * plugins/cvs-plugin/plugin.h:
6777         * plugins/debug-manager/breakpoints.c:
6778         * plugins/debug-manager/breakpoints.h:
6779         * plugins/debug-manager/chunk_view.c:
6780         * plugins/debug-manager/chunk_view.h:
6781         * plugins/debug-manager/data_buffer.c:
6782         * plugins/debug-manager/data_buffer.h:
6783         * plugins/debug-manager/data_view.c:
6784         * plugins/debug-manager/data_view.h:
6785         * plugins/debug-manager/debug_tree.c:
6786         * plugins/debug-manager/debug_tree.h:
6787         * plugins/debug-manager/debugger.c:
6788         * plugins/debug-manager/debugger.h:
6789         * plugins/debug-manager/disassemble.c:
6790         * plugins/debug-manager/disassemble.h:
6791         * plugins/debug-manager/info.c:
6792         * plugins/debug-manager/info.h:
6793         * plugins/debug-manager/locals.c:
6794         * plugins/debug-manager/locals.h:
6795         * plugins/debug-manager/memory.c:
6796         * plugins/debug-manager/memory.h:
6797         * plugins/debug-manager/plugin.c:
6798         * plugins/debug-manager/plugin.h:
6799         * plugins/debug-manager/registers.c:
6800         * plugins/debug-manager/registers.h:
6801         * plugins/debug-manager/sexy-icon-entry.c:
6802         * plugins/debug-manager/sexy-icon-entry.h:
6803         * plugins/debug-manager/sharedlib.c:
6804         * plugins/debug-manager/sharedlib.h:
6805         * plugins/debug-manager/signals.c:
6806         * plugins/debug-manager/signals.h:
6807         * plugins/debug-manager/sparse_buffer.c:
6808         * plugins/debug-manager/sparse_buffer.h:
6809         * plugins/debug-manager/sparse_view.c:
6810         * plugins/debug-manager/sparse_view.h:
6811         * plugins/debug-manager/stack_trace.c:
6812         * plugins/debug-manager/stack_trace.h:
6813         * plugins/debug-manager/start.c:
6814         * plugins/debug-manager/start.h:
6815         * plugins/debug-manager/threads.c:
6816         * plugins/debug-manager/threads.h:
6817         * plugins/debug-manager/utilities.c:
6818         * plugins/debug-manager/utilities.h:
6819         * plugins/debug-manager/watch.c:
6820         * plugins/debug-manager/watch.h:
6821         * plugins/devhelp/htmlview.c:
6822         * plugins/devhelp/htmlview.h:
6823         * plugins/document-manager/action-callbacks.c:
6824         * plugins/document-manager/action-callbacks.h:
6825         * plugins/document-manager/anjuta-docman.c:
6826         * plugins/document-manager/anjuta-docman.h:
6827         * plugins/document-manager/editor-tooltips.c:
6828         * plugins/document-manager/editor-tooltips.h:
6829         * plugins/document-manager/file_history.c:
6830         * plugins/document-manager/file_history.h:
6831         * plugins/document-manager/indent-dialog.c:
6832         * plugins/document-manager/indent-dialog.h:
6833         * plugins/document-manager/indent-util.c:
6834         * plugins/document-manager/indent-util.h:
6835         * plugins/document-manager/plugin.c:
6836         * plugins/editor/aneditor-autocomplete.cxx:
6837         * plugins/editor/aneditor-calltip.cxx:
6838         * plugins/editor/aneditor-indent.cxx:
6839         * plugins/editor/aneditor-priv.h:
6840         * plugins/editor/aneditor.cxx:
6841         * plugins/editor/aneditor.h:
6842         * plugins/editor/lexer.h:
6843         * plugins/editor/plugin.c:
6844         * plugins/editor/plugin.h:
6845         * plugins/editor/print.c:
6846         * plugins/editor/print.h:
6847         * plugins/editor/properties.h:
6848         * plugins/editor/properties_cxx.h:
6849         * plugins/editor/style-editor.c:
6850         * plugins/editor/style-editor.h:
6851         * plugins/editor/text-editor-iterable.c:
6852         * plugins/editor/text-editor-iterable.h:
6853         * plugins/editor/text_editor.c:
6854         * plugins/editor/text_editor.h:
6855         * plugins/editor/text_editor_cbs.c:
6856         * plugins/editor/text_editor_cbs.h:
6857         * plugins/editor/text_editor_menu.c:
6858         * plugins/editor/text_editor_menu.h:
6859         * plugins/editor/text_editor_prefs.c:
6860         * plugins/editor/text_editor_prefs.h:
6861         * plugins/file-loader/dnd.c:
6862         * plugins/file-loader/dnd.h:
6863         * plugins/file-loader/plugin.c:
6864         * plugins/file-manager/an_file_view.c:
6865         * plugins/file-manager/plugin.c:
6866         * plugins/file-wizard/file.c:
6867         * plugins/file-wizard/file.h:
6868         * plugins/file-wizard/plugin.c:
6869         * plugins/file-wizard/plugin.h:
6870         * plugins/gdb/debugger.c:
6871         * plugins/gdb/debugger.h:
6872         * plugins/gdb/gdbmi-test.c:
6873         * plugins/gdb/gdbmi.c:
6874         * plugins/gdb/gdbmi.h:
6875         * plugins/gdb/global.h:
6876         * plugins/gdb/parser.c:
6877         * plugins/gdb/parser.h:
6878         * plugins/gdb/plugin.c:
6879         * plugins/gdb/plugin.h:
6880         * plugins/gdb/utilities.c:
6881         * plugins/gdb/utilities.h:
6882         * plugins/glade/plugin.c:
6883         * plugins/glade/plugin.h:
6884         * plugins/gtodo/egg-datetime.c:
6885         * plugins/gtodo/egg-datetime.h:
6886         * plugins/gtodo/eggtrayicon.c:
6887         * plugins/gtodo/eggtrayicon.h:
6888         * plugins/gtodo/plugin.c:
6889         * plugins/gvim/anjuta-vim.c:
6890         * plugins/gvim/anjuta-vim.h:
6891         * plugins/gvim/gtkvim.c:
6892         * plugins/gvim/gtkvim.h:
6893         * plugins/gvim/plugin.c:
6894         * plugins/gvim/plugin.h:
6895         * plugins/language-support-cpp-java/plugin.c:
6896         * plugins/language-support-cpp-java/plugin.h:
6897         * plugins/macro/macro-actions.c:
6898         * plugins/macro/macro-actions.h:
6899         * plugins/macro/macro-db.c:
6900         * plugins/macro/macro-db.h:
6901         * plugins/macro/macro-dialog.c:
6902         * plugins/macro/macro-dialog.h:
6903         * plugins/macro/macro-edit.c:
6904         * plugins/macro/macro-edit.h:
6905         * plugins/macro/macro-util.c:
6906         * plugins/macro/macro-util.h:
6907         * plugins/macro/plugin.c:
6908         * plugins/macro/plugin.h:
6909         * plugins/message-view/anjuta-msgman.c:
6910         * plugins/message-view/anjuta-msgman.h:
6911         * plugins/message-view/message-view.c:
6912         * plugins/message-view/message-view.h:
6913         * plugins/message-view/plugin.c:
6914         * plugins/message-view/plugin.h:
6915         * plugins/patch/patch-plugin.c:
6916         * plugins/patch/patch-plugin.h:
6917         * plugins/patch/plugin.c:
6918         * plugins/patch/plugin.h:
6919         * plugins/profiler/gprof-call-graph-block-entry.c:
6920         * plugins/profiler/gprof-call-graph-block-entry.h:
6921         * plugins/profiler/gprof-call-graph-block.c:
6922         * plugins/profiler/gprof-call-graph-block.h:
6923         * plugins/profiler/gprof-call-graph-view.c:
6924         * plugins/profiler/gprof-call-graph-view.h:
6925         * plugins/profiler/gprof-call-graph.c:
6926         * plugins/profiler/gprof-call-graph.h:
6927         * plugins/profiler/gprof-flat-profile-entry.c:
6928         * plugins/profiler/gprof-flat-profile-entry.h:
6929         * plugins/profiler/gprof-flat-profile-view.c:
6930         * plugins/profiler/gprof-flat-profile-view.h:
6931         * plugins/profiler/gprof-flat-profile.c:
6932         * plugins/profiler/gprof-flat-profile.h:
6933         * plugins/profiler/gprof-function-call-chart-view.c:
6934         * plugins/profiler/gprof-function-call-chart-view.h:
6935         * plugins/profiler/gprof-function-call-tree-view.c:
6936         * plugins/profiler/gprof-function-call-tree-view.h:
6937         * plugins/profiler/gprof-options.c:
6938         * plugins/profiler/gprof-options.h:
6939         * plugins/profiler/gprof-profile-data.c:
6940         * plugins/profiler/gprof-profile-data.h:
6941         * plugins/profiler/gprof-view-manager.c:
6942         * plugins/profiler/gprof-view-manager.h:
6943         * plugins/profiler/gprof-view.c:
6944         * plugins/profiler/gprof-view.h:
6945         * plugins/profiler/plugin.c:
6946         * plugins/profiler/plugin.h:
6947         * plugins/profiler/string-utils.c:
6948         * plugins/profiler/string-utils.h:
6949         * plugins/project-import/plugin.c:
6950         * plugins/project-import/plugin.h:
6951         * plugins/project-import/project-import.c:
6952         * plugins/project-import/project-import.h:
6953         * plugins/project-manager/plugin.c:
6954         * plugins/project-manager/plugin.h:
6955         * plugins/project-wizard/action.c:
6956         * plugins/project-wizard/action.h:
6957         * plugins/project-wizard/autogen.c:
6958         * plugins/project-wizard/autogen.h:
6959         * plugins/project-wizard/druid.c:
6960         * plugins/project-wizard/druid.h:
6961         * plugins/project-wizard/file.c:
6962         * plugins/project-wizard/file.h:
6963         * plugins/project-wizard/header.c:
6964         * plugins/project-wizard/header.h:
6965         * plugins/project-wizard/install.c:
6966         * plugins/project-wizard/install.h:
6967         * plugins/project-wizard/parser.c:
6968         * plugins/project-wizard/parser.h:
6969         * plugins/project-wizard/plugin.c:
6970         * plugins/project-wizard/plugin.h:
6971         * plugins/project-wizard/property.c:
6972         * plugins/project-wizard/property.h:
6973         * plugins/project-wizard/values.c:
6974         * plugins/project-wizard/values.h:
6975         * plugins/sample1/plugin.c:
6976         * plugins/search/plugin.c:
6977         * plugins/search/plugin.h:
6978         * plugins/search/search-replace_backend.c:
6979         * plugins/search/search-replace_backend.h:
6980         * plugins/search/search_preferences.c:
6981         * plugins/sourceview/anjuta-convert.c:
6982         * plugins/sourceview/anjuta-convert.h:
6983         * plugins/sourceview/anjuta-document-loader.c:
6984         * plugins/sourceview/anjuta-document-loader.h:
6985         * plugins/sourceview/anjuta-document-saver.c:
6986         * plugins/sourceview/anjuta-document-saver.h:
6987         * plugins/sourceview/anjuta-document.c:
6988         * plugins/sourceview/anjuta-document.h:
6989         * plugins/sourceview/anjuta-encodings.c:
6990         * plugins/sourceview/anjuta-encodings.h:
6991         * plugins/sourceview/anjuta-languages-manager.c:
6992         * plugins/sourceview/anjuta-languages-manager.h:
6993         * plugins/sourceview/anjuta-utils.c:
6994         * plugins/sourceview/anjuta-utils.h:
6995         * plugins/sourceview/anjuta-view.c:
6996         * plugins/sourceview/anjuta-view.h:
6997         * plugins/sourceview/assist-window.c:
6998         * plugins/sourceview/assist-window.h:
6999         * plugins/sourceview/sourceview-cell.c:
7000         * plugins/sourceview/sourceview-cell.h:
7001         * plugins/sourceview/sourceview-prefs.c:
7002         * plugins/sourceview/sourceview-prefs.h:
7003         * plugins/sourceview/sourceview-print.c:
7004         * plugins/sourceview/sourceview-print.h:
7005         * plugins/sourceview/sourceview-private.h:
7006         * plugins/sourceview/sourceview-tags.c:
7007         * plugins/sourceview/sourceview-tags.h:
7008         * plugins/sourceview/sourceview.c:
7009         * plugins/sourceview/sourceview.h:
7010         * plugins/subversion/plugin.c:
7011         * plugins/subversion/plugin.h:
7012         * plugins/subversion/subversion-actions.c:
7013         * plugins/subversion/subversion-actions.h:
7014         * plugins/subversion/subversion-callbacks.c:
7015         * plugins/subversion/subversion-callbacks.h:
7016         * plugins/subversion/svn-auth.c:
7017         * plugins/subversion/svn-auth.h:
7018         * plugins/subversion/svn-backend-priv.h:
7019         * plugins/subversion/svn-backend.c:
7020         * plugins/subversion/svn-backend.h:
7021         * plugins/subversion/svn-notify.c:
7022         * plugins/subversion/svn-notify.h:
7023         * plugins/subversion/svn-thread.c:
7024         * plugins/subversion/svn-thread.h:
7025         * plugins/symbol-browser/an_symbol.c:
7026         * plugins/symbol-browser/an_symbol.h:
7027         * plugins/symbol-browser/an_symbol_info.c:
7028         * plugins/symbol-browser/an_symbol_info.h:
7029         * plugins/symbol-browser/an_symbol_iter.c:
7030         * plugins/symbol-browser/an_symbol_iter.h:
7031         * plugins/symbol-browser/an_symbol_prefs.c:
7032         * plugins/symbol-browser/an_symbol_prefs.h:
7033         * plugins/symbol-browser/an_symbol_search.c:
7034         * plugins/symbol-browser/an_symbol_search.h:
7035         * plugins/symbol-browser/an_symbol_view.c:
7036         * plugins/symbol-browser/an_symbol_view.h:
7037         * plugins/symbol-browser/plugin.c:
7038         * plugins/symbol-browser/plugin.h:
7039         * plugins/terminal/terminal.c:
7040         * plugins/tools/dialog.c:
7041         * plugins/tools/dialog.h:
7042         * plugins/tools/editor.c:
7043         * plugins/tools/editor.h:
7044         * plugins/tools/execute.c:
7045         * plugins/tools/execute.h:
7046         * plugins/tools/fileop.c:
7047         * plugins/tools/fileop.h:
7048         * plugins/tools/plugin.c:
7049         * plugins/tools/plugin.h:
7050         * plugins/tools/scripts/find-fixmes.pl:
7051         * plugins/tools/scripts/translation-status.pl:
7052         * plugins/tools/tool.c:
7053         * plugins/tools/tool.h:
7054         * plugins/tools/variable.c:
7055         * plugins/tools/variable.h:
7056         * plugins/valgrind/ldd.c:
7057         * plugins/valgrind/ldd.h:
7058         * plugins/valgrind/list.c:
7059         * plugins/valgrind/list.h:
7060         * plugins/valgrind/menu-utils.c:
7061         * plugins/valgrind/menu-utils.h:
7062         * plugins/valgrind/parser.c:
7063         * plugins/valgrind/parser.h:
7064         * plugins/valgrind/plugin.c:
7065         * plugins/valgrind/plugin.h:
7066         * plugins/valgrind/preferences.c:
7067         * plugins/valgrind/preferences.h:
7068         * plugins/valgrind/process.c:
7069         * plugins/valgrind/process.h:
7070         * plugins/valgrind/symtab.c:
7071         * plugins/valgrind/symtab.h:
7072         * plugins/valgrind/vgactions.c:
7073         * plugins/valgrind/vgactions.h:
7074         * plugins/valgrind/vgcachegrindprefs.c:
7075         * plugins/valgrind/vgcachegrindprefs.h:
7076         * plugins/valgrind/vgdefaultview.c:
7077         * plugins/valgrind/vgdefaultview.h:
7078         * plugins/valgrind/vgerror.c:
7079         * plugins/valgrind/vgerror.h:
7080         * plugins/valgrind/vggeneralprefs.c:
7081         * plugins/valgrind/vggeneralprefs.h:
7082         * plugins/valgrind/vghelgrindprefs.c:
7083         * plugins/valgrind/vghelgrindprefs.h:
7084         * plugins/valgrind/vgio.c:
7085         * plugins/valgrind/vgio.h:
7086         * plugins/valgrind/vgmemcheckprefs.c:
7087         * plugins/valgrind/vgmemcheckprefs.h:
7088         * plugins/valgrind/vgrule-editor.c:
7089         * plugins/valgrind/vgrule-editor.h:
7090         * plugins/valgrind/vgrule-list.c:
7091         * plugins/valgrind/vgrule-list.h:
7092         * plugins/valgrind/vgrule.c:
7093         * plugins/valgrind/vgrule.h:
7094         * plugins/valgrind/vgrulepattern.c:
7095         * plugins/valgrind/vgrulepattern.h:
7096         * plugins/valgrind/vgsearchbar.c:
7097         * plugins/valgrind/vgsearchbar.h:
7098         * plugins/valgrind/vgstrpool.c:
7099         * plugins/valgrind/vgstrpool.h:
7100         * plugins/valgrind/vgtoolprefs.c:
7101         * plugins/valgrind/vgtoolprefs.h:
7102         * plugins/valgrind/vgtoolview.c:
7103         * plugins/valgrind/vgtoolview.h:
7104         * src/about.c:
7105         * src/about.h:
7106         * src/action-callbacks.c:
7107         * src/action-callbacks.h:
7108         * src/anjuta-actions.h:
7109         * src/anjuta-app.c:
7110         * src/anjuta-app.h:
7111         * src/anjuta-callbacks.c:
7112         * src/anjuta-callbacks.h:
7113         * src/anjuta.c:
7114         * src/anjuta.h:
7115         * src/anjuta_cbs.c:
7116         * src/bacon-message-connection.c:
7117         * src/bacon-message-connection.h:
7118         * src/getline.c:
7119         * src/main.c:
7120         * src/shell.c:
7121         * src/shell.h:
7122         * src/start-with.c:
7123         * src/start-with.h:
7124         * src/utilities.c:
7125         * src/utilities.h:
7126         * tagmanager/options.c:
7127         
7128         Change the address of FSF in various files
7130 2007-08-30  Johannes Schmid <jhs@gnome.org>
7132         * anjuta.glade:
7133         * anjuta.gladep:
7134         Removed because they are no longer in use
7135         
7136         * plugins/class-gen/anjuta-class-gen-plugin.glade:
7137         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
7138         Marked some strings as not translatable
7140         * plugins/search/search-replace.c: (list_max_items):
7141         Fixed a possible memory corruption
7143         * src/anjuta-app.c: (anjuta_app_add_widget_full):
7144         Do not show menuitems for locked layout items
7146         * src/main.c: (main):
7147         Some minor style correction in gnome_init
7149 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
7151         * plugins/debug-manager/debugger.c,
7152         plugins/debug-manager/breakpoints.c,
7153         plugins/gdb/plugin.c,
7154         plugins/gdb/debugger.c,
7155         libanjuta/interfaces/libanjuta.idl:
7156         Move all breakpoints functions from IAnjutaDebugger to a new
7157         IAnjutaBreakpointDebugger interface
7159 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
7161         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7162         * plugins/debug-manager/plugin.c,
7163         plugins/debug-manager/breakpoints.c,
7164         plugins/tools/execute.c,
7165         plugins/project-wizard/plugin.c,
7166         plugins/build-basic-autotools/executer.c,
7167         plugins/gdb/debugger.c,
7168         plugins/profiler/gprof-options.h,
7169         plugins/sourceview/assist-window.h,
7170         plugins/class-gen/transform.c,
7171         libanjuta/anjuta-plugin-description.c,
7172         libanjuta/anjuta-status.c,
7173         libanjuta/anjuta-glue-c.c,
7174         libanjuta/anjuta-glue-cpp.c,
7175         plugins/symbol-browser/an_symbol_prefs.c:
7176         Fix warnings mostly "dereferencing type-punned pointer"
7177         Fix two bugs in breakpoints.c and an_symbol_prefs.c
7179 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
7181         * plugins/debug-manager/breakpoints.c,
7182         plugins/debug-manager/debugger.c:
7183         Avoid an endless loop if clearing all breakpoints while the programm
7184         is running
7186 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
7188         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
7189         * plugins/debug-manager/plugin.c:
7190         Fix a segmentation fault added in the previous patch
7192 2007-07-21  Johannes Schmid <jhs@gnome.org>
7194         * plugins/build-basic-autotools/executer.c:
7195         (get_program_parameters):
7196         
7197         Show an error dialog if no targets are availible instead of
7198         just returning
7200 2007-07-20  Johannes Schmid <jhs@gnome.org>
7202         * libanjuta/anjuta-shell.c: (on_widget_data_add),
7203         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
7204         * libanjuta/anjuta-shell.h:
7205         * plugins/document-manager/plugin.c: (activate_plugin):
7206         * plugins/glade/anjuta-design-document.c:
7207         * plugins/glade/plugin.c: (glade_update_ui):
7208         * src/anjuta-app.c: (anjuta_app_add_widget_full),
7209         (anjuta_shell_iface_init):
7210         * src/shell.c: (anjuta_test_shell_add_widget),
7211         (anjuta_shell_iface_init):
7212         
7213         Make the document manager undockable (#458038)
7215 2007-07-20  Johannes Schmid <jhs@gnome.org>
7217         * plugins/document-manager/plugin.c: (on_editor_update_ui):
7218         * plugins/glade/anjuta-design-document.c:
7219         * plugins/glade/plugin.c: (glade_update_ui):
7220         
7221         Fixed some save/dirty status bug in glade
7223 2007-07-20  Johannes Schmid <jhs@gnome.org>
7225         * libanjuta/anjuta-status.c:
7226         Fixed crasher on shutdown
7228 2007-07-20  Johannes Schmid <jhs@gnome.org>
7230         * configure.in:
7231         Minimum glade requirement is 3.2 now. It was before
7232         but we did not check...
7233         
7234         * libanjuta/anjuta-glue-factory.c: (load_plugin):
7235         * libanjuta/anjuta-profile.c:
7236         (anjuta_profile_add_plugins_from_xml):
7237         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
7238         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
7239         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
7240         * plugins/file-loader/plugin.c: (on_create_submenu):
7241         * plugins/file-manager/an_file_view.c: (compare_iter):
7242         * plugins/glade/plugin.c: (activate_plugin):
7243         * src/anjuta-app.c: (on_toolbar_view_toggled):
7244         * src/main.c: (main):
7245         
7246         Fixed lots of memory leaks (thansk valgrind)
7248 2007-07-19  Johannes Schmid <jhs@gnome.org>
7250         * plugins/debug-manager/plugin.c: (value_added_current_editor):
7251         * plugins/document-manager/anjuta-docman.c:
7252         (anjuta_docman_set_busy):
7253         * plugins/document-manager/plugin.c: (on_editor_changed):
7254         * plugins/glade/plugin.c: (activate_plugin):
7255         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
7256         (on_value_removed_current_editor):
7257         
7258         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
7260 2007-07-18  Johannes Schmid <jhs.gnome.org>
7262         * plugins/build-basic-autotools/executer.c: (execute_program):
7263         Fixed some of the scratchbox stuff but the environment is
7264         still broken
7266 2007-07-18  Johannes Schmid <jhs@gnome.org>
7268         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
7269         (on_plugin_deactivated), (get_plugin_loader_type):
7270         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
7271         (activate_plugin), (deactivate_plugin),
7272         (glade_plugin_instance_init):
7273         
7274         Fixed glade plugin deactivation
7276 2007-07-18  Johannes Schmid <jhs@gnome.org>
7278         * plugins/document-manager/anjuta-docman.c:
7279         (anjuta_docman_add_document):
7280         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
7281         
7282         Fixed path display in document manager with glade files
7284 2007-07-17  Johannes Schmid <jhs@gnome.org>
7286         * libanjuta/interfaces/Makefile.am.iface:
7287         * pixmaps/Makefile.am:
7288         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
7289         * plugins/debug-manager/plugin.c: (value_added_current_editor),
7290         (value_removed_current_editor):
7291         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
7292         (anjuta_docman_set_current_document):
7293         * plugins/document-manager/plugin.c: (on_editor_update_ui),
7294         (on_editor_added), (on_editor_changed):
7295         * plugins/glade/Makefile.am:
7296         * plugins/glade/anjuta-design-document.c:
7297         (anjuta_design_document_instance_init),
7298         (anjuta_design_document_set_property),
7299         (anjuta_design_document_get_property),
7300         (anjuta_design_document_class_init), (anjuta_design_document_new),
7301         (ifile_open), (ifile_get_uri), (ifile_iface_init):
7302         * plugins/glade/anjuta-design-document.h:
7303         * plugins/glade/anjuta-glade-notebook.c:
7304         * plugins/glade/anjuta-glade-notebook.h:
7305         * plugins/glade/plugin.c: (value_added_current_editor),
7306         (value_removed_current_editor), (glade_update_ui),
7307         (on_close_activated), (on_glade_project_changed),
7308         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
7309         (ifile_open):
7310         * plugins/language-support-cpp-java/plugin.c:
7311         (on_value_added_current_editor), (on_value_removed_current_editor):
7312         * plugins/macro/plugin.c: (value_added_current_editor):
7313         * plugins/project-manager/plugin.c: (value_added_current_editor):
7314         * plugins/subversion/plugin.c: (value_added_current_editor):
7315         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
7317         Fixed lot of IAnjutaEditor stuff and completed glade integration
7318         with document manager
7319         
7320         * plugins/build-basic-autotools/build-basic-autotools.c:
7321         (value_added_current_editor):
7322         * plugins/build-basic-autotools/executer.c: (execute_program):
7323         
7324         Some initial code to execute projects inside scratchbox
7325         
7326 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
7328         * plugins/project-import/project-import.c:
7329         Project import overwrites file on user request (bug #452579)
7331 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
7333         * plugins/debug-manager/debugger.c,
7334         plugins/debug-manager/threads.c,
7335         plugins/debug-manager/plugin.c,
7336         plugins/debug-manager/registers.c,
7337         plugins/debug-manager/locals.c,
7338         plugins/debug-manager/stack_trace.c,
7339         plugins/gdb/plugin.c,
7340         plugins/gdb/debugger.c,
7341         plugins/gdb/debugger.h,
7342         libanjuta/interfaces/libanjuta.idl:
7343         Rename change-location to program-moved
7344         Store thread id as gint instead of guint
7345         Do not display registers list if not available
7346         Add intermediate debugger states if missing
7348 2007-07-11  Johannes Schmid <jhs@gnome.org>
7350         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7351         .glade:
7352         Reverted unnecessary changes (#455819)
7354 2007-07-10  Johannes Schmid <jhs@gnome.org>
7356         * plugins/glade/plugin.c:
7357         Fixed glade plugin with glade 3.2 and another crasher
7359 2007-07-09  Johannes Schmid <jhs@gnome.org>
7361         * libanjuta/interfaces/libanjuta.idl:
7362         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
7363         .glade:
7364         * plugins/debug-manager/breakpoints.c:
7365         (breakpoint_item_update_in_ui),
7366         (breakpoints_dbase_edit_breakpoint),
7367         (on_toggle_breakpoint_activate):
7368         * plugins/debug-manager/plugin.c:
7369         (on_run_to_cursor_action_activate):
7370         * plugins/document-manager/action-callbacks.c:
7371         (on_editor_command_cut_activate),
7372         (on_editor_command_copy_activate),
7373         (on_editor_command_paste_activate),
7374         (on_editor_command_clear_activate):
7375         * plugins/document-manager/anjuta-docman.c:
7376         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
7377         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
7378         (anjuta_docman_goto_file_line_mark),
7379         (anjuta_docman_find_editor_with_path),
7380         (anjuta_docman_get_all_editors):
7381         * plugins/document-manager/anjuta-docman.h:
7382         * plugins/document-manager/plugin.c:
7383         (update_editor_ui_interface_items), (on_editor_update_ui),
7384         (on_editor_changed), (on_session_save), (on_docman_auto_save),
7385         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
7386         (ianjuta_document_manager_iface_init), (isaveable_save),
7387         (isavable_is_dirty):
7388         * plugins/editor/editor.glade:
7389         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
7390         (idocument_paste), (idocument_clear), (idocument_iface_init),
7391         (iselection_iface_init):
7392         * plugins/glade/Makefile.am:
7393         * plugins/glade/anjuta-glade-notebook.c:
7394         (anjuta_glade_notebook_instance_init),
7395         (anjuta_glade_notebook_set_property),
7396         (anjuta_glade_notebook_get_property),
7397         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
7398         (ifile_open), (ifile_get_uri), (ifile_iface_init),
7399         (ifile_savable_save), (ifile_savable_save_as),
7400         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
7401         (ifile_savable_iface_init), (idocument_can_redo),
7402         (idocument_can_undo), (idocument_begin_undo_action),
7403         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
7404         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
7405         (idocument_copy), (idocument_paste), (idocument_clear),
7406         (idocument_iface_init):
7407         * plugins/language-support-cpp-java/plugin.c:
7408         (on_value_added_current_editor), (on_value_removed_current_editor):
7409         * plugins/macro/macro-util.c: (get_current_editor):
7410         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7411         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7412         (on_next_occur), (on_incremental_entry_key_press),
7413         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7414         (on_toolbar_find_incremental_start),
7415         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7416         * plugins/search/search-replace.c: (search_start_over),
7417         (search_update_combos), (replace_update_combos),
7418         (anjuta_search_replace_activate):
7419         * plugins/search/search-replace_backend.c: (create_search_entries):
7420         * plugins/sourceview/sourceview.c: (idocument_cut),
7421         (idocument_copy), (idocument_paste), (idocument_clear),
7422         (idocument_iface_init), (iselect_iface_init), (iassist_react):
7423         * plugins/tools/editor.c: (on_editor_response):
7424         * plugins/tools/execute.c: (get_current_editor),
7425         (atp_output_context_initialize), (atp_user_tool_execute):
7426         * plugins/tools/variable.c: (get_current_editor),
7427         (atp_variable_get_editor_variable):
7428         
7429         Some more IAnjutaEditor => IAnjutaDocument fixing!
7430         
7431         * plugins/glade/anjuta-glade-notebook.h:
7432         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
7433         (glade_update_ui):
7434         * plugins/glade/plugin.h:
7435         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
7436         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
7437         be used for glade, too. It might still have some rough edges but already works.
7438         (Fixes #415547 – Glade usability problem)
7440 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
7442         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
7443           development release (I updated version of glade3 svn to 3.3.2).
7445 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7447         * plugins/symbol-browser/an_symbol_view.c:
7448         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
7450 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7452         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
7453         (on_system_tags_update_finished), (on_update_global_clicked),
7454         (prefs_page_init), (on_gconf_notify_tags_list_changed),
7455         (symbol_browser_prefs_init),
7456         (symbol_browser_prefs_create_global_tags),
7457         (symbol_browser_load_global_tags):
7458         * plugins/symbol-browser/an_symbol_prefs.h:
7459         * plugins/symbol-browser/an_symbol_view.c:
7460         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
7461         * plugins/symbol-browser/an_symbol_view.h:
7462         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
7463         on global tags update because of delayed prefs merging. Happens when
7464         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
7465         is opened.
7467 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
7469         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
7470         after install/uninstall.
7472         Patch from James Liggett:
7473         * scripts/glade2schemas.pl: Fixed creating schemas for list
7474         values.
7476 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
7478         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
7479           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
7480           development release since glade svn version is also 3.3.1. In future, the
7481           solution would be for us to always increment the micro version when
7482           changing the API.
7484 2007-07-05  Johannes Schmid <jhs@gnome.org>
7486         * libanjuta/interfaces/libanjuta.idl:
7487         * plugins/build-basic-autotools/build-basic-autotools.c:
7488         (on_build_mesg_format):
7489         * plugins/debug-manager/breakpoints.c:
7490         (breakpoint_item_update_in_ui),
7491         (breakpoints_dbase_edit_breakpoint),
7492         (on_toggle_breakpoint_activate):
7493         * plugins/debug-manager/plugin.c:
7494         (on_run_to_cursor_action_activate):
7495         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
7496         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
7497         (get_current_editor), (on_save_activate), (on_save_as_activate),
7498         (on_save_prompt_save_editor), (on_close_file_activate),
7499         (on_close_all_file_activate), (on_reload_file_activate),
7500         (anjuta_print_cb), (anjuta_print_preview_cb),
7501         (on_editor_command_upper_case_activate),
7502         (on_editor_command_lower_case_activate),
7503         (on_editor_command_undo_activate),
7504         (on_editor_command_redo_activate),
7505         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
7506         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
7507         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
7508         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
7509         (on_zoom_out_text_activate), (on_force_hilite_activate),
7510         (on_indent1_activate), (on_swap_activate),
7511         (on_editor_add_view_activate), (on_editor_remove_view_activate):
7512         * plugins/document-manager/anjuta-docman.c:
7513         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
7514         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
7515         (anjuta_docman_dispose), (on_notebook_switch_page),
7516         (anjuta_docman_page_from_widget), (on_editor_destroy),
7517         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
7518         (anjuta_docman_get_current_document),
7519         (anjuta_docman_set_current_document),
7520         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
7521         (anjuta_docman_update_page_label),
7522         (anjuta_docman_get_document_from_path),
7523         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
7524         (anjuta_docman_order_tabs):
7525         * plugins/document-manager/anjuta-docman.h:
7526         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
7527         (update_editor_ui_interface_items), (update_editor_ui),
7528         (on_editor_update_save_ui), (on_editor_update_ui),
7529         (on_editor_changed), (on_save_prompt_save_editor),
7530         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
7531         (ianjuta_docman_get_current_document),
7532         (ianjuta_docman_set_current_document),
7533         (ianjuta_docman_remove_buffer),
7534         (ianjuta_document_manager_iface_init), (ifile_get_uri):
7535         * plugins/editor/text_editor.c: (itext_editor_iface_init),
7536         (idocument_get_filename), (idocument_can_undo),
7537         (idocument_can_redo), (idocument_undo),
7538         (idocument_begin_undo_action), (idocument_end_undo_action),
7539         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
7540         * plugins/language-support-cpp-java/plugin.c:
7541         (on_editor_char_inserted_cpp), (on_auto_indent):
7542         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
7543         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
7544         * plugins/sample1/plugin.c: (on_sample_action_activate):
7545         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
7546         (on_next_occur), (on_incremental_entry_key_press),
7547         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
7548         (on_toolbar_find_incremental_start),
7549         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
7550         * plugins/search/search-replace.c: (search_and_replace),
7551         (write_message_pane), (search_start_over), (search_update_combos),
7552         (replace_update_combos), (anjuta_search_replace_activate):
7553         * plugins/search/search-replace_backend.c:
7554         (file_buffer_new_from_path), (create_search_entries):
7555         * plugins/sourceview/sourceview-print.c: (create_print_job):
7556         * plugins/sourceview/sourceview.c:
7557         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
7558         (idocument_can_redo), (idocument_can_undo),
7559         (idocument_begin_undo_action), (idocument_end_undo_action),
7560         (idocument_undo), (idocument_redo), (idocument_grab_focus),
7561         (idocument_get_filename), (idocument_iface_init):
7562         * plugins/tools/editor.c: (on_editor_response):
7563         * plugins/tools/execute.c: (atp_output_context_initialize),
7564         (atp_user_tool_execute):
7565         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
7566         
7567         Create IAnjutaDocument interface. This interface is a more general idea
7568         of documents being anything that can be modified, has undo/redo and
7569         may have operations like copy/paste.
7570         The primary goal is to integrate better by making it use the standard file
7571         and edit menu instead of it's own glade menu. Of course the downside is that
7572         you won't be able to view a source file and the designer at the same time. Anyway
7573         so many people have complained that they "can't save a glade file" that I think
7574         this is the much better solution.
7575         Work on the glade plugin is still to come but the most difficult things should be
7576         done now.
7578 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7580         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
7581           version 3.0.3.
7583 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7585         * libanjuta/anjuta-plugin-manager.c:
7586         (anjuta_plugin_manager_get_plugins_page),
7587         (anjuta_plugin_manager_get_remembered_plugins_page):
7588         * libanjuta/anjuta-plugin-manager.h:
7589         * src/anjuta-app.c: (anjuta_app_install_preferences):
7590         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
7591         and remembered plugins preferences pages in separate pages (avoid
7592         crowd).
7594 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
7596         Patch from James Liggett  <jrliggett@cox.net>:
7597         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
7598         Installed editor preferences schemas. Fixes bug #453463.
7600 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7602         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
7603         (anjuta_preferences_dialog_init): Sort preferences pages on title.
7605 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
7607         * plugins/document-manager/anjuta-document-manager.ui:
7608         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
7609         * src/action-callbacks.c:
7610         * src/action-callbacks.h:
7611         * src/anjuta-actions.h:
7612         * src/anjuta-app.c: (anjuta_app_instance_init),
7613         (anjuta_app_install_preferences):
7614         * src/anjuta.glade:
7615         * src/anjuta.ui: Moved plugins and shortcuts settings inside
7616         General preferences page. Move preferences menu from Settings to
7617         Edit submenu. And got rid of Settings submenu.
7619 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
7621         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
7622         
7623 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7625         * TODO.tasks: Increased bounty for on-demand preferences task to $150
7626         as discussed and agreed with James Liggett.
7628         Patch from James Liggett  <jrliggett@cox.net>:
7630         * configure.in:
7631         * libanjuta/anjuta-plugin-manager.c:
7632         (on_activated_plugin_objects_foreach),
7633         (anjuta_plugin_manager_get_active_plugin_objects):
7634         * libanjuta/anjuta-plugin-manager.h:
7635         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
7636         (anjuta_plugin_deactivate):
7637         * libanjuta/anjuta-preferences-dialog.c:
7638         (anjuta_preferences_dialog_finalize),
7639         (anjuta_preferences_dialog_class_init), (add_category_columns),
7640         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
7641         (anjuta_preferences_dialog_remove_page):
7642         * libanjuta/anjuta-preferences.c: (property_destroy),
7643         (unregister_preferences_key), (register_callbacks),
7644         (preferences_foreach_callback), (connect_prop_to_object),
7645         (anjuta_preferences_register_property_raw),
7646         (anjuta_preferences_register_property_custom),
7647         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
7648         (anjuta_preferences_remove_page),
7649         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
7650         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
7651         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
7652         (anjuta_preferences_class_init), (anjuta_preferences_new):
7653         * libanjuta/anjuta-preferences.h:
7654         * plugins/build-basic-autotools/Makefile.am:
7655         * plugins/build-basic-autotools/build-basic-autotools.c:
7656         (ipreferences_unmerge):
7657         * plugins/cvs-plugin/Makefile.am:
7658         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
7659         * plugins/document-manager/Makefile.am:
7660         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
7661         * plugins/editor/plugin.c: (ipreferences_unmerge):
7662         * plugins/file-manager/Makefile.am:
7663         * plugins/file-manager/plugin.c: (activate_plugin),
7664         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
7665         * plugins/gtodo/plugin.c: (ipreferences_merge),
7666         (ipreferences_unmerge):
7667         * plugins/language-support-cpp-java/Makefile.am:
7668         * plugins/language-support-cpp-java/plugin.c:
7669         (ipreferences_unmerge):
7670         * plugins/message-view/Makefile.am:
7671         * plugins/message-view/plugin.c: (ipreferences_unmerge):
7672         * plugins/sourceview/Makefile.am:
7673         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
7674         * plugins/symbol-browser/Makefile.am:
7675         * plugins/symbol-browser/an_symbol_prefs.c:
7676         (symbol_browser_prefs_finalize):
7677         * plugins/terminal/Makefile.am:
7678         * plugins/terminal/terminal.c: (ipreferences_unmerge):
7679         * plugins/valgrind/plugin.c: (ipreferences_merge),
7680         (ipreferences_unmerge):
7681         * scripts/Makefile.am:
7682         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
7683         * src/Makefile.am:
7684         * src/action-callbacks.c: (on_set_preferences1_activate):
7685         * src/anjuta-app.c: (anjuta_app_instance_init),
7686         (anjuta_app_install_preferences):
7687         * src/anjuta-app.h:
7688         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
7689         task: Bug #445314: On demand preferences widgets creation. Thanks
7690         James for this great work.
7692 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
7694         * plugins/debug-manager/data_buffer.c,
7695         plugins/message-view/message-view.c: Fixed compiler warnings.
7697 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
7699         * src/action-callbacks.c: (help_activate),
7700         (on_help_manual_activate), (on_help_tutorial_activate),
7701         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
7703         Fixed help activation (bug #451557).
7705 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
7707         * AUTHORS: Added James Liggett. Forgot to add him before :(
7709 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
7711         * plugins/debug-manager/debugger.c,
7712         plugins/debug-manager/plugin.c,
7713         plugins/gdb/debugger.c,
7714         libanjuta/interfaces/libanjuta.idl:
7715         Add a GError* parameter to debugger-stopped signal
7717         * (added) libanjuta/anjuta-error.c,
7718         (added) libanjuta/anjuta-error.h,
7719         libanjuta/Makefile.am:
7720         Register GError as a boxed type
7722         * libanjuta/interfaces/anjuta-idl-compiler.pl:
7723         Support GError* in signal, GError must be registered as a boxed type
7724         Accept NULL as strings
7726 === anjuta 2.2.0 ===
7728 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
7730         * configure.in: Bumped version to 2.2.0
7731         * NEWS: Updated for 2.2.0 stable release.
7732         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
7733         Reduce the idle priority to make the UI update before anything else.
7735 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
7737         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
7739         * libanjuta/interfaces/libanjuta.idl:
7740         * plugins/document-manager/action-callbacks.c:
7741         (on_editor_command_complete_word_activate):
7742         * plugins/document-manager/plugin.c:
7743         (update_editor_ui_interface_items):
7744         * plugins/editor/text_editor.c: (iautocomplete_activate),
7745         (iautocomplete_iface_init):
7746         * plugins/sourceview/sourceview.c: (iassist_iface_init):
7748         Moved autocomplete() method away from IAnjutaEditorAssist into
7749         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
7750         autocomplete and does not crash with sourceview. Fixes Bug #449620
7751         – The auto completion functionality not work. Also sets menuitem 
7752         insensitive when hiding them.
7754         * plugins/debug-manager/disassemble.c:
7755         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
7756         printf types.
7758 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
7760         * pixmaps/anjuta_splash.png: Updated.
7761         
7762         * plugins/search/search-replace.c
7763         (anjuta_search_replace_activate): Fixed "Find in Files" to select
7764         the right target (project).
7765         * ChangeLog: Added missing log.
7767 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7769         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
7770         manuals/anjuta-manual/C/fileoperations.xml,
7771         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
7773         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
7775         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
7777 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
7779         * TODO.tasks: Added bounty for on-demand preferences.
7781         Patch from Thierry Moisan:
7782         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
7783         (bug #88824).
7785 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7787         Patch from tpgww@onepost.net:
7789         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
7790         * libegg/test-actions.c:
7791         * libegg/test-multi-drag.c: (main):
7792         * plugins/debug-manager/memory.c: (read_memory_block):
7793         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
7795         Fixes compile warnings. Fixes bug #427101.
7797 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7799         Patch from James Liggett:
7801         * plugins/profiler/gprof-options.c: (on_option_changed),
7802         (setup_widgets):
7803         * plugins/profiler/gprof-options.h:
7804         * plugins/profiler/gprof-profile-data.c:
7805         (gprof_profile_data_init_profile):
7806         * plugins/profiler/gprof-profile-data.h:
7807         * plugins/profiler/plugin.c: (profiler_get_data),
7808         (profiler_set_target), (register_options),
7809         (on_profile_data_browse_button_clicked),
7810         (on_profiling_options_button_clicked), (on_profiler_delete_data):
7811         * plugins/profiler/profiler.glade: implements independent targets.
7812         implements the ability to select arbitrary gmon.out files.
7813         Fixes bug #403502 – User should also be allowed to select an
7814         independent executable target.
7816 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
7818         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
7820         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
7821         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
7823 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
7825         * plugins/debug-manager/plugin.c,
7826         plugins/debug-manager/breakpoints.c:
7827         Remove weak pointers when owner is destroyed
7828         Remove all breakpoints before loading new one
7830 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
7832         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
7833          
7834 2007-06-19  Naba Kumar  <naba@gnome.org>
7836         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
7837         Bug #448491 Empty Lines Problem.
7839         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
7840         
7841         * data/default.profile, plugins/message-view/plugin.c: Do not
7842         restore session for messages.
7843         Fixes bug #377461 – don't create new message window for each
7844         build/find.
7846         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
7847         Fixes a crash on exit/project-close if profiler plugin is loaded.
7849 2007-06-17  Naba Kumar  <naba@gnome.org>
7851         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
7852         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
7854         * plugins/file-loader/plugin.c: Fail on opening non existent files.
7855         Bug #448034 – Anjuta crashes on starting (when the last project
7856         directory was deleted).
7858         * plugins/document-manager/plugin.c: Set line markers for files
7859         opened via IAnjutaFile::open(). Fixes missing line markers while
7860         navigating symbols.
7862 2007-06-17  Naba Kumar  <naba@gnome.org>
7864         * plugins/sourceview/sourceview.glade: Set correct font
7865         default value and use monospace instead of sans. Fixes
7866         bug #448408 – crash in Anjuta IDE: Trying to change the
7867         editor
7869 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7871         * plugins/search/search-replace.c,
7872         plugins/search/search-replace.h,
7873         plugins/search/anjuta-search.glade:
7874         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
7875         Fixes bug #355166
7877 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
7879         * plugins/debug-manager/plugin.c,
7880         plugins/debug-manager/breakpoints.c:
7881         Add weak references, fixes bug #448053 ?
7883 2007-06-16  Naba Kumar  <naba@gnome.org>
7885         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
7886         dialog to allow forgetting them if user chooses to select a different
7887         one.
7889 2007-06-13  Naba Kumar  <naba@gnome.org>
7891         * plugins/sourceview/sourceview-prefs.c: Initialize font
7892         on startup correctly if use_theme is set.
7894         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
7895         if available for default font. Fixes bug #447304.
7897         * plugins/sourceview/sourceview-prefs.c: Return value based
7898         on right data type. Fixes Bug #438878 – Using gtksourceview editor
7899         for the first time has black background
7900         
7901         * plugins/project-manager/plugin.c: Give a better error message
7902         when project could not be loaded.
7904         * libanjuta/anjuta-serializer.c: Added a comment.
7906 2007-06-13  Johannes Schmid <jhs@gnome.org>
7908         * configure.in:
7909         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
7910         most warnings to avoid simple coding problems.
7911         
7912         * plugins/message-view/anjuta-msgman.c:
7913         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
7914         * plugins/message-view/plugin.c: (on_view_changed),
7915         (ianjuta_msgman_add_view):
7916         
7917         Fixed #440866 by always presenting the message-manager when a tab is
7918         added because Gtk+ seems to have problems to add tabs to hidden widgets.
7919         
7920         * plugins/subversion/subversion-callbacks.c:
7921         (on_subversion_commit_response):
7922         Destroy dialog if user clicks "No"
7924 2007-06-12  Naba Kumar  <naba@gnome.org>
7926         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
7927         read and use of uninitialized variable.
7929         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
7930         because it is used in credits listing and packaging could compress
7931         it in docdir. Fixes bug #397881: The credits are empty
7933         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
7934         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
7935         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
7936         plugins/symbol-browser/an_symbol_info.c,
7937         plugins/symbol-browser/plugin.c,
7938         plugins/symbol-browser/an_symbol_view.c,
7939         plugins/editor/aneditor-autocomplete.cxx:
7941         - Do not access TMTag
7942         member in TMSymbol when freeing it because by then the tags
7943         could have changed. Avoids dangerous memory corruptions by freeing
7944         someone else's memory (Could explain those random crashes when
7945         refreshing symbols or re-loading a different project or closing
7946         a project). Anything that tries to refresh symbols could trigger
7947         this corruptions.
7948         - Added a flag to also retrieve method definitions as part of
7949         the class's scope members. And used it to set both function prototype
7950         and definition in symbols. Fixes navigation to prototype and
7951         function definitions from symbol browser (bug #440370)
7953         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
7954         memory. Could fix those bogus 'file changed' dialogs.
7956         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
7958 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7960         * (added) libanjuta/anjuta-utils-priv.h,
7961         libanjuta/anjuta-utils.h,
7962         libanjuta/anjuta-launcher.c,
7963         libanjuta/Makefile.am:
7964         Fix bug #440801: do not use config.h in public include files
7966 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
7968         * plugins/project-wizard/templates/mkfile.wiz:
7969         Fix bug #442038: missing project.sh file
7971         * configure.in,
7972         plugins/project-wizard/templates/Makefile.am,
7973         plugins/project-wizard/templates/translatable-strings.h,
7974         (added) plugins/project-wizard/templates/sdl.wiz,
7975         (added) plugins/project-wizard/templates/appwiz_sdl.png,
7976         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
7977         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
7978         (added) plugins/project-wizard/templates/sdl/Makefile.am,
7979         (added) plugins/project-wizard/templates/sdl/.cvsignore,
7980         (added) plugins/project-wizard/templates/sdl/src/main.c,
7981         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
7982         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
7983         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
7984         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
7985         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
7986         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
7987         Fix bug #315635: add a SDL project wizard
7989 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
7991         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
7992         when SIGCHLD is triggered when main loop context is locked. Dead lock
7993         happens when child_exited callback also accesses main loop context.
7994         Happens particularly badly in debug target exiting.
7996 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
7998         * manuals/anjuta-manual/C/debugger.xml:
7999         First update of the debugger documentation
8001 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
8003         * manuals/anjuta-manual/C/fileoperations.xml,
8004         manuals/anjuta-manual/C/projects.xml,
8005         manuals/anjuta-manual/C/anjuta-manual.xml,
8006         manuals/anjuta-manual/C/build.xml,
8007         manuals/anjuta-manual/C/execute.xml,
8008         manuals/anjuta-manual/Makefile.am: Updated more documentation.
8009         Added project properties documentation. Moved execution section
8010         inside project management. Removed dead documentation.
8012 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
8014         * src/anjuta.c, plugins/symbol-browser/plugin.c,
8015         plugins/symbol-browser/plugin.h,
8016         plugins/symbol-browser/an_symbol_prefs.c,
8017         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8018         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
8019         progress bar instead of separate window for system tags
8020         generation. Renamed AnjutaStatus methods to a proper ones.
8022         * plugins/symbol-browser/plugin.c,
8023         plugins/symbol-browser/plugin.h,
8024         plugins/symbol-browser/an_symbol_prefs.c,
8025         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
8026         global-tags/create_global_tags.sh.in: Get rid of message window
8027         for showing global tags creation and use a small window with
8028         progress bar.
8030 2007-05-30  Naba Kumar  <naba@gnome.org>
8032         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
8033         Bug 442315 – After calling configure, the build menus are still insensitive,
8034         Bug 442314 – Autogeneration fails when there is no autogen.sh
8036         * plugins/project-manager/plugin.c: Fixed mem corruption when it
8037         fails to remove target/source/group. Fixes bug #440196 – crash in
8038         Anjuta IDE: removing a target
8040 2007-05-29  Naba Kumar  <naba@gnome.org>
8042         * plugins/symbol-browser/an_symbol_view.c,
8043         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
8044         tags generation. Fixed runtime warning.
8046 2007-05-28  Naba Kumar  <naba@gnome.org>
8048         Patch from James Liggett  <jrliggett@cox.net>:
8049         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
8050         Fixed bug #403502 – User should also be allowed to select an
8051         independent executable target.
8053 2007-05-27  Johannes Schmid <jhs@gnome.org>
8055         * plugins/build-basic-autotools/build-basic-autotools.c:
8056         (get_real_directory), (on_build_mesg_format):
8057         
8058         Find correct files for error messages inside scratchbox
8060 2007-05-27  Naba Kumar  <naba@gnome.org>
8062         * manuals/anjuta-manual/C/projects.xml,
8063         manuals/anjuta-manual/C/projects.xml: Updated project
8064         management chapter more.
8066 2007-05-25  Johannes Schmid <jhs@gnome.org>
8068         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
8069         * plugins/build-basic-autotools/build-basic-autotools.c:
8070         (on_sb_check_toggled), (build_execute_command),
8071         (ipreferences_merge), (ipreferences_unmerge):
8072         Added support for building inside scratchbox environment
8073         
8074         Patch from James Liggett <jrliggett@cox.net>:
8075         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
8076         (anjuta_msgman_append_view):
8078         Fix 440866 
8079           – Anjuta aborts with numerous assertion failures when adding a new message view tab
8081 2007-05-23  Naba Kumar  <naba@gnome.org>
8083         * manuals/anjuta-manual/C/projects.xml: Updated project
8084         management chapter.
8086 2007-05-22  Naba Kumar  <naba@gnome.org>
8088         * manuals/anjuta-manual/C/projects.xml: More updates.
8090         * manuals/anjuta-manual/C/introduction.xml,
8091         manuals/anjuta-manual/C/projects.xml,
8092         manuals/anjuta-manual/C/interface.xml: Updated documentation.
8094 2007-05-22  Naba Kumar  <naba@gnome.org>
8096         Patch from Étienne Bersac:
8097         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
8098         class in generated class.
8100 2007-05-22  Naba Kumar  <naba@gnome.org>
8102         * plugins/profiler/plugin.c: Fixed a compiler warning.
8103         * plugins/valgrind/Makefile.am: Added ldflags.
8105         Patch from James Liggett:
8106         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
8107         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
8108         specific options.
8110 2007-05-18  Johannes Schmid <jhs@gnome.org>
8112         * plugins/editor/text_editor.c:
8113         * plugins/language-support-cpp-java/plugin.c:
8114         (on_editor_language_changed), (on_value_added_current_editor),
8115         (on_value_removed_current_editor):
8116         
8117         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
8118         Fix assist support in language-support-plugin.
8120 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8122         * libanjuta/interfaces/libanjuta.idl:
8123         Add a new interface allowing to implement plugin able
8124         to load other plugins (not written in C)
8126         * libanjuta/anjuta-plugin-handle.c,
8127         libanjuta/anjuta-plugin-handle.h:
8128         Add a language and a resident plugin properties
8130         * libanjuta/anjuta-glue-plugin.c,
8131         libanjuta/anjuta-glue-plugin.h,
8132         (added)libanjuta/anjuta-glue-c.c,
8133         (added)libanjuta/anjuta-glue-c.h,
8134         libanjuta/Makefile.am:
8135         Split code used to load a C plugin into a common part
8136         in anjuta-glue-plugin and a specific part in anjuta-glue-c
8138         * libanjuta/anjuta-glue-factory.c,
8139         libanjuta/anjuta-glue-factory.h,
8140         libanjuta/anjuta-plugin-manager.c:
8141         Allow to load plugin not written in C and search for the
8142         additional needed code in another plugin
8144 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
8146         * plugins/editor/text_editor.c:
8147         Add an empty implementation of IAnjutaEditorAssist for scintilla,
8148         avoiding a crash if scintilla is used
8150 2007-05-14  Johannes Schmid <jhs@gnome.org>
8152         * libanjuta/interfaces/libanjuta.idl:
8153         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
8154         (assist_cleanup), (on_assist_end), (on_assist_cancel),
8155         (on_assist_chosen), (on_assist_update), (get_context),
8156         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
8157         (install_assist), (uninstall_assist), (install_support),
8158         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
8159         (cpp_java_plugin_instance_init):
8160         * plugins/language-support-cpp-java/plugin.h:
8161         Use IAnjutaEditorAssist to show language specific suggestions
8162         
8163         * plugins/sourceview/Makefile.am:
8164         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
8165         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8166         * plugins/sourceview/anjuta-view.h:
8167         * plugins/sourceview/assist-window.c: (assist_window_expose),
8168         (assist_window_set_property), (assist_window_get_property),
8169         (assist_window_class_init), (assist_activated),
8170         (assist_window_init), (assist_window_finalize),
8171         (assist_window_select), (assist_window_first),
8172         (assist_window_last), (assist_window_up), (assist_window_down),
8173         (get_coordinates), (assist_window_move), (assist_window_update),
8174         (assist_window_filter_keypress), (assist_window_is_active),
8175         (assist_window_new), (assist_window_get_trigger),
8176         (assist_window_get_position):
8177         * plugins/sourceview/assist-window.h:
8178         * plugins/sourceview/sourceview-args.c (removed):
8179         * plugins/sourceview/sourceview-args.h (removed):
8180         * plugins/sourceview/sourceview-autocomplete.c (removed):
8181         * plugins/sourceview/sourceview-autocomplete.h (removed):
8182         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
8183         * plugins/sourceview/sourceview-private.h:
8184         * plugins/sourceview/sourceview-scope.c(removed):
8185         * plugins/sourceview/sourceview-scope.h(removed):
8186         * plugins/sourceview/sourceview.c: (on_assist_chosen),
8187         (on_assist_cancel), (on_document_char_added),
8188         (on_reload_dialog_response), (sourceview_class_init),
8189         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
8190         (iassist_remove_trigger), (iassist_autocomplete),
8191         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
8192         (iassist_react), (iassist_iface_init):
8193         * plugins/sourceview/tag-window.c (moved to assist-window.c):
8194         * plugins/sourceview/tag-window.h (moved to assist-window.c):
8195         
8196         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
8197         - Mark files dirty if reload dialog is canceled.
8199 2007-05-12  Naba Kumar  <naba@gnome.org>
8201         * libanjuta/anjuta-launcher.h: Corrected include file.
8203 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
8205         * libanjuta/anjuta-glue-plugin.c,
8206         libanjuta/anjuta-glue-plugin.h,
8207         libanjuta/anjuta-glue-factory.c,
8208         libanjuta/anjuta-glue-factory.h,
8209         ibanjuta/anjuta-plugin-manager.c:
8210         Move code used to load a C plugin from glue-factory to glue-plugin
8211         So loading a plugin written in another language could be done by
8212         just using another object derived from AnjutaGluePlugin
8214         * libanjuta/libanjuta.h:
8215         Remove anjuta-plugin-handle header, it's not installed as libanjuta
8216         includes
8218 === anjuta 2.1.3 ===
8220 2007-05-11  Naba Kumar  <naba@gnome.org>
8222         * configure.in: Bumped version to 2.1.3
8223         * NEWS: Updated.
8224         * AUTHORS: Updated.
8225         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
8227 2007-05-11  Naba Kumar  <naba@gnome.org>
8229         * configure.in:
8230         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
8231         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
8232         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
8234 2007-05-10  Johannes Schmid <jhs@gnome.org>
8236         * plugins/search/plugin.c:
8237         Make incremental search behave less annoying
8238         
8239 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
8241         * plugins/macro/macro-util.c:
8242         Fix bug #419008 and bug #419036
8243         When creating new header file, use name and email set in
8244         preferences and replace invalid C character by underscore
8245         in guards
8247 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
8249         * plugins/search/search-replace.c,
8250         plugins/search/search-replace_backend.c:
8251         Disable search button if search expression is empty (bug #378193)
8253 2007-05-08  Naba Kumar  <naba@gnome.org>
8255         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
8256         build error.
8258 2007-05-07  Naba Kumar  <naba@gnome.org>
8260         * configure.in:
8261         * plugins/project-wizard/templates/Makefile.am:
8262         * plugins/project-wizard/templates/minimal.wiz:
8263         * plugins/project-wizard/templates/minimal/.cvsignore:
8264         * plugins/project-wizard/templates/minimal/Makefile.am:
8265         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
8266         * plugins/project-wizard/templates/minimal/autogen.sh:
8267         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
8268         * plugins/project-wizard/templates/minimal/project.anjuta:
8269         Added 'minimal', a generic and flat, project template.
8270         
8271 2007-05-05  Naba Kumar  <naba@gnome.org>
8273         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
8275         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
8276         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
8277         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
8278         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
8279         instead of a real one, fixes interdependency with libanjuta.
8280         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
8281         * libanjuta/Makefile.am: 
8282         * libegg/Makefile.am:
8283         * plugins/build-basic-autotools/Makefile.am:
8284         * plugins/class-gen/Makefile.am:
8285         * plugins/class-inheritance/Makefile.am:
8286         * plugins/cvs-plugin/Makefile.am:
8287         * plugins/debug-manager/Makefile.am:
8288         * plugins/devhelp/Makefile.am:
8289         * plugins/document-manager/Makefile.am:
8290         * plugins/editor/Makefile.am:
8291         * plugins/file-loader/Makefile.am:
8292         * plugins/file-manager/Makefile.am:
8293         * plugins/file-wizard/Makefile.am:
8294         * plugins/gdb/Makefile.am:
8295         * plugins/glade/Makefile.am:
8296         * plugins/gtodo/Makefile.am:
8297         * plugins/language-support-cpp-java/Makefile.am:
8298         * plugins/macro/Makefile.am:
8299         * plugins/message-view/Makefile.am:
8300         * plugins/patch/Makefile.am:
8301         * plugins/profiler/Makefile.am:
8302         * plugins/project-import/Makefile.am:
8303         * plugins/project-manager/Makefile.am:
8304         * plugins/project-wizard/Makefile.am:
8305         * plugins/sample1/Makefile.am:
8306         * plugins/search/Makefile.am:
8307         * plugins/sourceview/Makefile.am:
8308         * plugins/subversion/Makefile.am:
8309         * plugins/symbol-browser/Makefile.am:
8310         * plugins/terminal/Makefile.am:
8311         * plugins/tools/Makefile.am:
8312         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
8314 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
8316         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
8318 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8320         * libanjuta/anjuta-launcher.c,
8321         libanjuta/anjuta-launcher.h:
8322         Add some missing implementation
8324 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
8326         Reviewed by Naba Kumar  <naba@gnome.org>:
8327         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
8328         for uninstall-hook.
8330 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
8332         Reviewed by Naba Kumar  <naba@gnome.org>:
8333         * plugins/editor/text_editor.c: Large memory addresses were being
8334         truncated, switched to glong (bug #422143).
8336 2007-04-24  Naba Kumar  <naba@gnome.org>
8338         * plugins/document-manager/plugin.c: (prefs_finalize):
8339         * plugins/editor/aneditor-autocomplete.cxx:
8340         * plugins/editor/text_editor_menu.c:
8341         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
8342         * plugins/file-loader/plugin.c: (open_file_with),
8343         (create_open_with_submenu):
8344         * plugins/file-manager/plugin.c: (prefs_finalize):
8345         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
8346         pointer type castings.
8348 2007-04-24  Naba Kumar  <naba@gnome.org>
8350         Patch from s|s  <supreet.sethi@gmail.com>:
8351         * (added) plugins/project-wizard/templates/django-logo.png:
8352         * (added) plugins/project-wizard/templates/django.wiz:
8353         * plugins/project-wizard/templates/Makefile.am:
8354         * plugins/project-wizard/templates/translatable-strings.h: Added
8355         django project template. http://www.djangoproject.com/
8357 2007-04-24  Naba Kumar  <naba@gnome.org>
8359         * plugins/subversion/anjuta-subversion.glade: Set expansion for
8360         the log entry widget and made the dialog little larger.
8362 2007-04-24  Naba Kumar  <naba@gnome.org>
8364         Patch from Halton Huo:
8365         * configure.in:
8366         * plugins/project-wizard/property.c:
8367         * plugins/subversion/svn-auth.c:
8368         * plugins/subversion/svn-backend-priv.h:
8369         * plugins/subversion/svn-backend.c:
8370         * plugins/subversion/svn-backend.h:
8371         * plugins/subversion/svn-notify.h: Proper use of subversion
8372         headers. Fixes build issues in solaris (bug #426701).
8374 2007-04-24  Naba Kumar  <naba@gnome.org>
8376         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
8377         
8378         * plugins/project-wizard/templates/cpp.wiz:
8379         * plugins/project-wizard/templates/gcj.wiz:
8380         * plugins/project-wizard/templates/gnome.wiz:
8381         * plugins/project-wizard/templates/gtk.wiz:
8382         * plugins/project-wizard/templates/gtkmm.wiz:
8383         * plugins/project-wizard/templates/java.wiz:
8384         * plugins/project-wizard/templates/python.wiz:
8385         * plugins/project-wizard/templates/terminal.wiz:
8386         * plugins/project-wizard/templates/wxwin.wiz:
8387         * plugins/project-wizard/templates/xlib-dock.wiz:
8388         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
8389         project option and set it ON by default (since gnome-build, can't
8390         enabled configure shared lib support later when a sharedlib target
8391         is added).
8393 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8395         * plugins/debug-manager/stack_trace.c:
8396         Fix a missing case in the previous changes
8398 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
8400         * plugins/debug-manager/plugin.c:
8401         Fix bug #430401
8403         * plugins/debug-manager/breakpoints.c,
8404         plugins/gdb/plugin.c:
8405         Fix adding breakpoint on a function
8407         * plugins/debug-manager/stack_trace.c:
8408         Highlight changed stack frame
8410 2007-04-18  Naba Kumar  <naba@gnome.org>
8412         * plugins/document-manager/anjuta-docman.c:
8413         (anjuta_docman_dispose), (on_editor_destroy),
8414         (anjuta_docman_remove_editor): Remove the editor widget from
8415         the parent container before calling destroy, otherwise container
8416         removal happens after TextEditor is disposed resulting in call
8417         to value-remove for a TextEditor which is half-dead (crash).
8419 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
8421         * plugins/debug-manager/data_buffer.c
8422         plugins/debug-manager/data_view.c,
8423         plugins/debug-manager/memory.c:
8424         Fixes for bug #418523, bug #427090 and bug #428174
8426 2007-04-11 Halton Huo <halton.huo@sun.com>
8428         reviewed by: <jhs@gnome.org>
8430         * configure.in:
8431         * libanjuta/Makefile.am:
8432         * libanjuta/anjuta-utils.c:
8433         * libanjuta/anjuta-utils.h:
8434         * manuals/reference/libanjuta/Makefile.am:
8435         
8436         Fixed compilation on sun by deploying the libutil methods
8437         in anjuta-utils.h and building them on condition.
8439 2007-04-11  Johannes Schmid <jhs@gnome.org>
8441         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
8442         (anjuta_docman_add_editor):
8443         Hold a reference on the editor as long as we use it.
8444         
8445         * plugins/document-manager/plugin.c: (on_editor_changed):
8446         Destroy GValue to fix a memoery leak.
8448 2007-04-11  Johannes Schmid <jhs@gnome.org>
8450         * plugins/document-manager/plugin.c: (on_editor_changed):
8451         Fixed reference counting for editor by using g_value_take_object instead
8452         of g_value_set_object. The editors are now correctly finalized and thus
8453         we do not lack so much memory anymore.
8454         
8455         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
8456         (anjuta_view_finalize), (anjuta_view_focus_out),
8457         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
8458         * plugins/sourceview/anjuta-view.h:
8459         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
8460         * plugins/sourceview/sourceview-prefs.c:
8461         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
8462         * plugins/sourceview/sourceview-prefs.h:
8463         * plugins/sourceview/sourceview-private.h:
8464         * plugins/sourceview/sourceview.c: (on_document_loaded),
8465         (timeout_unref), (on_document_saved), (sourceview_finalize),
8466         (sourceview_new), (ifile_open), (ifile_savable_save),
8467         (ifile_savable_save_as):
8469         Several changes to fix things when the editor is correctly destroyed.
8470         Fixed preferences (which led me to the refcounting issue, #409412)
8471         and removed deprecated completition code that will be replace by
8472         IAnjutaAssist interface soon. 
8474 2007-04-11  Johannes Schmid <jhs@gnome.org>
8476         * libanjuta/anjuta-launcher.c:
8477         (anjuta_launcher_execution_done_cleanup),
8478         (anjuta_launcher_child_terminated):
8479         Possible fix for #428363 and added a g_return_if_fail
8481         * plugins/message-view/plugin.c: (activate_plugin):
8482         Fixed a Gtk/Gdl-Critical
8483         
8484         Patches from Étienne Bersac <bersace03@laposte.net>
8485         * plugins/class-gen/templates/go-source.tpl:
8486         * plugins/macro/macros.xml:
8487         Use better template for GObjects (#417875 and #417918)
8488         
8489         Patches from Halton Huo <halton.huo@sun.com>
8490         * libanjuta/anjuta-launcher.h:
8491         * libanjuta/anjuta-preferences.c:
8492         * libanjuta/anjuta-utils.c:
8493         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
8494         (cg_window_set_add_to_repository):
8495         * plugins/class-inheritance/class-inherit.c:
8496         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
8498 2007-04-09  Johannes Schmid <jhs@gnome.org>
8500         * plugins/editor/print.c: (anjuta_print_show_header):
8501         * plugins/file-manager/anjuta-file-manager-plugin.glade:
8502         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
8504   Some string changes (#427395 and #427399)
8506 2007-04-06  Johannes Schmid <jhs@gnome.org>
8508         * plugins/build-basic-autotools/build-basic-autotools.c:
8509         (on_build_mesg_format), (on_build_mesg_parse):
8510         Fixed full path detection
8512 2007-04-05  Naba Kumar  <naba@gnome.org>
8514         Patch from Halton Huo:
8515         * libanjuta/Makefile.am:
8516         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
8517         * libanjuta/anjuta-glue-cpp.h:
8518         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
8519         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
8520         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
8521         (anjuta_glue_factory_get_path), (get_already_loaded_module),
8522         (load_plugin), (anjuta_glue_factory_get_object_type):
8523         * libanjuta/anjuta-glue-factory.h:
8524         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
8525         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
8526         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
8527         (anjuta_glue_plugin_new):
8528         * libanjuta/anjuta-glue-plugin.h:
8529         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
8530         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
8531         * libanjuta/anjuta-plugin.h:
8532         * libanjuta/glue-cpp.c:
8533         * libanjuta/glue-cpp.h:
8534         * libanjuta/glue-factory.c:
8535         * libanjuta/glue-factory.h:
8536         * libanjuta/glue-plugin.c:
8537         * libanjuta/glue-plugin.h:
8538         * plugins/build-basic-autotools/build-basic-autotools.h:
8539         * plugins/class-gen/plugin.h:
8540         * plugins/class-inheritance/plugin.h:
8541         * plugins/cvs-plugin/plugin.h:
8542         * plugins/debug-manager/plugin.h:
8543         * plugins/devhelp/plugin.h:
8544         * plugins/document-manager/plugin.h:
8545         * plugins/editor/plugin.h:
8546         * plugins/file-loader/plugin.h:
8547         * plugins/file-manager/plugin.h:
8548         * plugins/file-wizard/plugin.h:
8549         * plugins/gdb/plugin.h:
8550         * plugins/glade/plugin.h:
8551         * plugins/gtodo/plugin.h:
8552         * plugins/language-support-cpp-java/plugin.h:
8553         * plugins/macro/plugin.h:
8554         * plugins/message-view/plugin.h:
8555         * plugins/patch/plugin.h:
8556         * plugins/profiler/plugin.h:
8557         * plugins/project-import/plugin.h:
8558         * plugins/project-manager/plugin.h:
8559         * plugins/project-wizard/plugin.h:
8560         * plugins/sample1/plugin.h:
8561         * plugins/search/plugin.h:
8562         * plugins/sourceview/plugin.h:
8563         * plugins/subversion/plugin.h:
8564         * plugins/symbol-browser/plugin.h:
8565         * plugins/terminal/terminal.c:
8566         * plugins/tools/plugin.h:
8567         * plugins/tools/scripts/tools-2.xml.in:
8568         * plugins/valgrind/plugin.h:
8570         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
8572 2007-04-05  Naba Kumar  <naba@gnome.org>
8574         * anjuta.spec.in, configure.in: Removed dead codes.
8575         
8576         Patch from Jos Dehaes:
8577         * configure.in, plugins/project-wizard/templates/Makefile.am,
8578         plugins/project-wizard/templates/mkfile.wiz,
8579         plugins/project-wizard/templates/translatable-strings.h: Enabled
8580         makefile-based project creation and import. Fixes bug #355145
8582 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
8584         * plugins/debug-manager/debugger.c,
8585         plugins/debug-manager/plugin.c,
8586         plugins/gdb/anjuta-gdb.plugin.in:
8587         Code cleaning (remove unused code, rename this into self)
8588         Add information about supported format in debugger plugin
8589         Activate debugger plugin according to the target format
8591 2007-04-01  Naba Kumar  <naba@gnome.org>
8593         * plugins/message-view/message-view.c:
8594         (message_view_instance_init): Fixed message icons to appear.
8596 2007-03-31  Johannes Schmid <jhs@gnome.org>
8598         * plugins/message-view/anjuta-msgman.c:
8599         (anjuta_msgman_append_view):
8600         * plugins/message-view/plugin.c: (on_view_changed),
8601         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
8602         
8603         Fixed #424845
8605 2007-03-31  Johannes Schmid <jhs@gnome.org>
8607         * plugins/message-view/message-view.c:
8608         (message_view_instance_init), (imessage_view_append):
8609         Show nice icons beside the messages for info, warning and error. This is a completly
8610         cosmetic change so if someone dislikes it he is free to remove it.
8612 2007-03-31  Johannes Schmid <jhs@gnome.org>
8613         
8614         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
8615         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
8616         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
8617         * plugins/message-view/anjuta-msgman.h:
8618         * plugins/message-view/message-view.h:
8619         * plugins/message-view/plugin.c: (on_view_changed),
8620         (activate_plugin):
8621         Fixed #359399 and made next/previous insensitive when not availible
8622         
8623         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
8624         (tag_style_to_string):
8625         Fixed namespace Problem with gdk >= 2.11
8626         
8627         * plugins/sourceview/sourceview-autocomplete.c:
8628         (sourceview_autocomplete_init):
8629         Removed structure, follow-up of #423682
8631 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
8633         * plugins/debug-manager/debug_tree.c,
8634         plugins/debug-manager/debug_tree.h,
8635         plugins/debug-manager/watch.c,
8636         plugins/debug-manager/anjuta-debug-manager.glade:
8637         Inspect variable at cursor
8638         Fix buttons in inspect dialog
8640 2007-03-27  Halton Huo  <halton.huo@sun.com>
8642         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
8644         * plugins/sourceview/sourceview-autocomplete.c
8645         plugins/debug-manager/disassemble.c,
8646         libanjuta/interfaces/libanjuta.idl:
8647         Remove array with 0 size and empty structure as it is not
8648         supported by sun cc, Fixes bug #423682
8650         * plugins/debug-manager/debugger.c:
8651         Remove anonymous union as it is not supported by sun cc,
8652         Fixes bug #423680
8654 === anjuta 2.1.2 ===
8656 2007-03-28  Naba Kumar  <naba@gnome.org>
8658         * configure.in: Bumped version to 2.1.2
8659         * NEWS: Updated for release.
8660         
8661         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
8662         Improved breakpoint marker icon.
8663         
8664         * plugins/editor/anjuta-editor.plugin.in,
8665         plugins/sourceview/sourceview.plugin.in: Made editor plugins
8666         non user activable since they are now remembered properly.
8668 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
8670         * plugins/tools/editor.c:
8671         Fix bug #423270
8673 2007-03-27  Naba Kumar  <naba@gnome.org>
8675         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
8676         word when autocompleting without leaving any trailing part of
8677         the word.
8679 2007-03-27  Kamil Páral  <ripper42@gmail.com>
8681         Reviewed by Naba Kumar  <naba@gnome.org>:
8682         * anjuta.desktop.in.in: Remove "Application" category from desktop
8683         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
8684         
8685 2007-03-27  Naba Kumar  <naba@gnome.org>
8686         
8687         * configure.in, plugins/document-manager/anjuta-docman.c:
8688         (anjuta_docman_add_editor): Conditionally compile notebook tab
8689         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
8691         Patch from Halton Huo:
8692         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
8693         non gcc compiler flags. Fixes bug #423089.
8694         
8695 2007-03-26  Naba Kumar  <naba@gnome.org>
8696         
8697         * AUTHORS, NEWS, TODO.tasks: Updated.
8698         
8699         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
8700         close menuitem.
8701         
8702         * plugins/symbol-browser/plugin.c: (on_editor_saved),
8703         (update_editor_symbol_model), (iter_matches),
8704         (on_editor_update_ui), (value_added_current_editor),
8705         (activate_plugin), (dispose),
8706         (symbol_browser_plugin_instance_init):
8707         * plugins/symbol-browser/plugin.h: update line on editor save
8708         and editor change. Code clean up and fixed warnings.
8710 2007-03-26  Naba Kumar  <naba@gnome.org>
8712         * plugins/project-wizard/templates/java/project.anjuta,
8713         plugins/project-wizard/templates/python/project.anjuta,
8714         plugins/project-wizard/templates/python/project.anjuta:
8715         Removed version control plugins from default selection.
8717         * plugins/tools/scripts/prepare-changelog.pl,
8718         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
8719         script to a better one (that works on both cvs and svn).
8721 2007-03-26  Naba Kumar  <naba@gnome.org>
8723         * (added) plugins/project-wizard/templates/translatable-strings.pl,
8724         Makefile.am: Added the generated translatable file (required for
8725         translations for svn checkouts).
8727         * (added)
8728         plugins/project-wizard/templates/extract-translatable-strings.pl
8729         plugins/project-wizard/templates/Makefile.am, Makefile.am,
8730         po/POTFILES.in: Generated translatable strings for .wiz files and
8731         added them in POTFILES.in for translation. Fixes bug #398035
8733 2007-03-25  Naba Kumar  <naba@gnome.org>
8735         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
8736         
8737         * src/anjuta-app.c: Removed dead codes.
8738         
8739         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
8740         global tags generation starts.
8741         
8742         * plugins/debug-manager/chunk_view.c,
8743         plugins/debug-manager/start.h,
8744         plugins/debug-manager/chunk_view.h,
8745         plugins/debug-manager/utilities.c,
8746         plugins/debug-manager/utilities.h,
8747         plugins/debug-manager/debugger.c,
8748         plugins/debug-manager/threads.c,
8749         plugins/debug-manager/disassemble.c,
8750         plugins/debug-manager/info.c,
8751         plugins/debug-manager/sharedlib.c,
8752         plugins/debug-manager/threads.h,
8753         plugins/debug-manager/disassemble.h,
8754         plugins/debug-manager/signals.c,
8755         plugins/debug-manager/info.h,
8756         plugins/debug-manager/sharedlib.h,
8757         plugins/debug-manager/data_buffer.c,
8758         plugins/debug-manager/data_view.c,
8759         plugins/debug-manager/signals.h,
8760         plugins/debug-manager/debug_tree.c,
8761         plugins/debug-manager/watch.c,
8762         plugins/debug-manager/registers.c,
8763         plugins/debug-manager/data_buffer.h,
8764         plugins/debug-manager/data_view.h,
8765         plugins/debug-manager/memory.c,
8766         plugins/debug-manager/debug_tree.h,
8767         plugins/debug-manager/watch.h,
8768         plugins/debug-manager/registers.h,
8769         plugins/debug-manager/memory.h,
8770         plugins/debug-manager/locals.c,
8771         plugins/debug-manager/sexy-icon-entry.c,
8772         plugins/debug-manager/breakpoints.c,
8773         plugins/debug-manager/locals.h,
8774         plugins/debug-manager/sexy-icon-entry.h,
8775         plugins/debug-manager/stack_trace.c,
8776         plugins/debug-manager/breakpoints.h,
8777         plugins/debug-manager/sparse_buffer.c,
8778         plugins/debug-manager/sparse_view.c,
8779         plugins/debug-manager/stack_trace.h,
8780         plugins/debug-manager/sparse_buffer.h,
8781         plugins/debug-manager/sparse_view.h,
8782         plugins/debug-manager/start.c,
8783         plugins/gdb/utilities.c,
8784         plugins/gdb/utilities.h,
8785         plugins/gdb/debugger.c,
8786         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
8787         setup.
8789 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8791         * plugins/gdb/debugger.c:
8792         Avoid empty debugger log window by limiting line to 90 characters
8794 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8796         * plugins/debug-manager/plugin.c,
8797         plugins/debug-manager/plugin.h,
8798         plugins/debug-manager/threads.c,
8799         plugins/debug-manager/threads.h,
8800         plugins/debug-manager/breakpoints.c,
8801         plugins/debug-manager/breakpoints.h,
8802         plugins/debug-manager/stack_trace.c,
8803         plugins/debug-manager/stack_trace.h:
8804         View code action now changes location in disassembly view too
8806         * plugins/debug-manager/anjuta-debug-manager.ui:
8807         Rename breakpoint actions
8809 2007-03-24  Naba Kumar  <naba@gnome.org>
8811         * configure.in, src/anjuta-app.c: Use the new docking algorithm
8812         in gdl 0.7.3 (svn trunk).
8813         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
8814         
8815 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
8817         * plugins/debug-manager/threads.c,
8818         plugins/debug-manager/debug_tree.c,
8819         plugins/debug-manager/debug_tree.h,
8820         plugins/debug-manager/locals.c,
8821         plugins/debug-manager/registers.c,
8822         plugins/debug-manager/stack_trace.c:
8823         Allow to change current thread updating register, stack and locals
8824         Allow to change current stack frame updating locals
8826         * plugins/gdb/debugger.c:
8827         Read argument of selected stack frame
8829         * plugins/debug-manager/data_view.c:
8830         Fix an unrelated bug
8832 2007-03-23  Naba Kumar  <naba@gnome.org>
8834         * plugins/document-manager/anjuta-docman.c,
8835         plugins/document-manager/plugin.c: Fixed many memory leaks.
8836         (ianjuta_file_get_uri() returns a new string).
8838         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
8839         widget for save dialogs.
8840         
8841         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
8842         svn and fixed to get function/prototype/member args list. Call tips
8843         also work fine now.
8845 2007-03-22  Naba Kumar  <naba@gnome.org>
8847         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
8848         and calltips would work again for functions from global tags (Needs
8849         regenerating global tags).
8851         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
8852         ctags svn version and reopened bug #395362. Fixes tags parsing that
8853         seemed to have stopped working recently.
8855 2007-03-21  Naba Kumar  <naba@gnome.org>
8857         * tagmanager/tm_source_file.c, tagmanager/options.c,
8858         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
8859         extend .. more needs to be investigated and fixed). Enabled some
8860         debugging.
8862 2007-03-16  Naba Kumar  <naba@gnome.org>
8864         * src/anjuta.c: Fixed project loading from command line.
8866 2007-03-16  Naba Kumar  <naba@gnome.org>
8868         Patch from James Liggett <jrliggett@cox.net>:
8869         plugins/profiler/gprof-profile-data.c: Fixed a crash.
8870         
8871 2007-03-15  Naba Kumar  <naba@gnome.org>
8873         * libanjuta/anjuta-profile-manager.c,
8874         libanjuta/anjuta-profile-manager.h: Added method to get current
8875         profile.
8877         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
8878         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
8879         is exiting.
8881         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
8882         plugins/file-loader/plugin.c: Moved to functions as utility functions.
8883         Also, not load project files in session load in loader plugin.
8884         
8885         * plugins/project-manager/plugin.c, src/anjuta.c:
8886         Emit "exiting" signal in shell when exiting anjuta. project manager
8887         listens to exiting signal and saves session. anjuta.c saves session
8888         only when current projfile is 'user'. Load project saved in session
8889         differently then the rest of the session. This should fix all the
8890         session restoration bugs.
8891         
8892         src/main.c: Present anjuta window when becon message is received.
8894 2007-03-14  Naba Kumar  <naba@gnome.org>
8896         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
8897         not randomly save (it was a wrong looping).
8898         
8899 2007-03-12  Naba Kumar  <naba@gnome.org>
8901         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
8903 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
8905         * plugins/debug-manager/anjuta-debug-manager.ui,
8906         libanjuta/interfaces/libanjuta.idl,
8907         plugins/debug-manager/debugger.c,
8908         (added) plugins/debug-manager/threads.c,
8909         (added) plugins/debug-manager/threads.h,
8910         plugins/debug-manager/plugin.c,
8911         plugins/debug-manager/Makefile.am,
8912         plugins/gdb/plugin.c,
8913         plugins/gdb/debugger.c,
8914         plugins/gdb/debugger.h:
8915         Add a window displaying all threads
8916         Add needed functions
8917         Switching to a different thread is still not done
8919         * plugins/debug-manager/debug_tree.c,
8920         plugins/debug-manager/locals.c,
8921         plugins/debug-manager/stack_trace.c:
8922         Small cosmetic changes
8924         * plugins/gdb/gdbmi.c:
8925         Keep all elements in gdbmi hash
8926         Even if using the same key like in -threads-list-ids
8928 2007-03-11  Naba Kumar  <naba@gnome.org>
8930         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
8931         
8932         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
8933         
8934         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8935         manuals/reference/libanjuta/libanjuta-sections.txt,
8936         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
8937         interfaces.
8939 2007-03-11  Naba Kumar  <naba@gnome.org>
8941         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
8942         gtk-doc properly. Bumped gtk-doc requirement to 1.4
8944         * manuals/reference/libanjuta/libanjuta-docs.sgml,
8945         manuals/reference/libanjuta/libanjuta.types,
8946         manuals/reference/libanjuta/libanjuta-sections.txt,
8947         manuals/reference/libanjuta/.cvsignore,
8948         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
8949         infrastructure. Got rid of tmpl/ directory and moved all section
8950         documenation to source code (requires gtk-doc >= 1.4).
8951         
8952         * libanjuta/anjuta-plugin-description.c,
8953         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
8954         libanjuta/cell-renderer-captioned-image.c,
8955         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
8956         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
8957         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
8958         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
8959         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
8960         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
8961         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
8962         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
8963         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
8964         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
8965         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
8966         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
8967         documentation from templates to source code.
8969 2007-03-10  Johannes Schmid <jhs@gnome.org>
8971         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
8972         Added some debug output but could not figure out why 
8973         some plugins are not kept.
8974         
8975         * libanjuta/interfaces/libanjuta.idl:
8976         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8977         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8978         Added IAnjutaEditorGoto::matching_brace
8979         
8980         * plugins/document-manager/action-callbacks.c:
8981         (on_editor_command_match_brace_activate):
8982         * plugins/document-manager/plugin.c:
8983         (update_editor_ui_interface_items):
8984         * plugins/editor/text_editor.c: (igoto_matching_brace),
8985         (igoto_iface_init):
8986         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
8987         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
8989 2007-03-09  Johannes Schmid <jhs@gnome.org>
8991         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
8992         Hide correct column
8993         
8994         * plugins/sourceview/sourceview-private.h:
8995         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
8996         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
8997         (sourceview_new), (ifile_savable_save_as):
8998         Tweaked vfs monitoring
9000 2007-03-09  Johannes Schmid <jhs@gnome.org>
9002         * libanjuta/interfaces/Makefile.am.iface:
9003         Fixed installtion of header files
9004         
9005         * plugins/sourceview/sourceview.c: (set_select):
9006         do not scroll to much in interactive search
9008 2007-03-09  Naba Kumar  <naba@gnome.org>
9010         * src/anjuta.c: Fixed session restoration.
9011         
9012         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
9013         signal handlers after symbol browser plugin is deactivated.
9014         
9015         * plugins/editor/editor.glade,
9016         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
9017         Fixed indentation confustion in preferences.
9019 2007-03-08  Johannes Schmid <jhs@gnome.org>
9021         * plugins/search/search-replace.c: (search_set_combo),
9022         (search_set_action), (search_set_target), (search_set_direction),
9023         (create_dialog), (search_disconnect_set_toggle_connect),
9024         (on_search_match_whole_word_toggled),
9025         (on_search_match_whole_line_toggled),
9026         (on_search_match_word_start_toggled),
9027         (search_set_toggle_direction):
9028         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
9029         it's somehow ugly and uses many deprecated widgets
9030         
9031         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
9032         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
9033         Fix #394709
9034         
9035 2007-03-07  Naba Kumar  <naba@gnome.org>
9037         * src/anjuta.c: Make launching projects work from command line. Also
9038         fixes gnome session restart command.
9039         
9040 2007-03-07  Johannes Schmid <jhs@gnome.org>
9042         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
9043         * plugins/class-gen/plugin.c: (iwizard_activate):
9044         Fixed #408218
9045         
9046         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
9047         Fixed #402774
9048         
9049         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
9050         Fixed #377483 (It's not possible to know if directories have
9051         a version in CVS. Show version column only if there are version
9052         informations availible
9054         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
9055         Fixed memory leak
9057 2007-03-07  Johannes Schmid <jhs@gnome.org>
9059         * plugins/sourceview/sourceview-prefs.c: (get_bool):
9060         Fixed #409408
9061         * plugins/symbol-browser/an_symbol_prefs.c:
9062         (on_update_global_clicked):
9063         Fixed ##409176
9065 2007-03-07  Johannes Schmid <jhs@gnome.org>
9067         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
9068         (anjuta_save_prompt_new):
9069         * plugins/project-import/project-import.c:
9070         (project_import_finalize):
9071         Fixed Gtk-Criticals (maybe #409408)
9073 2007-03-07  Naba Kumar  <naba@gnome.org>
9075         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
9076         when we are at just beginning of string or comment. Fixes bug #397981.
9078 2007-03-07  Johannes Schmid <jhs@gnome.org>
9080         * plugins/language-support-cpp-java/plugin.c:
9081         (initialize_indentation_params):
9082         Removed annoying DEBUG_PRINT
9083         
9084         * plugins/sourceview/sourceview-cell.c:
9085         (sourceview_cell_instance_init), (icell_get_character),
9086         (icell_get_length), (icell_get_char), (icell_get_attribute):
9087         Improved code to be faster
9088         Implemented attribute handling so that indentation really works in any case
9090 2007-03-06  Johannes Schmid <jhs@gnome.org>
9092         * configure.in:
9093         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
9094         
9095         * plugins/document-manager/anjuta-docman.c:
9096         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
9097         Removed old and ugly tab drag&drop code and use built-in gtk stuff
9098         instead (required GTK >= 2.10)
9099         
9100         * plugins/sourceview/sourceview-private.h:
9101         * plugins/sourceview/sourceview.c:
9102         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9103         (sourceview_finalize), (sourceview_new), (imark_mark),
9104         (imark_unmark), (imark_is_marker_set),
9105         (imark_location_from_handle), (imark_delete_all_markers):
9106         Fixed marker handling and worked a bit more on vfs monitoring
9108 2007-03-05  Johannes Schmid <jhs@gnome.org>
9110         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
9111         Added method to select specific iter
9112         
9113         * plugins/sourceview/sourceview-private.h:
9114         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
9115         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
9116         (sourceview_add_monitor), (on_document_saved),
9117         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
9118         Fixed vfs monitoring (mostly ported code from text_editor.c)
9119         
9120         * plugins/symbol-browser/an_symbol_view.c:
9121         * plugins/symbol-browser/an_symbol_view.h:
9122         * plugins/symbol-browser/plugin.c: (iter_matches),
9123         (on_editor_update_ui), (value_added_current_editor):
9124         Select the current tag in locals window and symbol toolbar. If there
9125         is no tag at the current line, reserve backward for the next tag. This will
9126         select the correct tag if inside a function.
9128 2007-03-05  Naba Kumar  <naba@gnome.org>
9130         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
9131         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
9132         compiler warnings.
9133         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
9134         (Bug #412186)
9135         
9136 2007-03-04  Johannes Schmid <jhs@gnome.org>
9138         * data/Makefile.am:
9139         * po/POTFILES.in:
9140         Fixed distcheck (well, partly)
9142 2007-03-04  Johannes Schmid <jhs@gnome.org>
9144         * plugins/document-manager/anjuta-document-manager.ui:
9145         Move "Swap .c/.h from Main to Browser toolbar
9147         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
9148         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
9149         (fv_prefs_free), (fv_add_tree_entry):
9150         * plugins/file-manager/anjuta-file-manager-plugin.glade:
9151         * plugins/file-manager/plugin.c: (prefs_init):
9152         
9153         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
9155 2007-03-04  Naba Kumar  <naba@gnome.org>
9157         * data/default.proflie, data/Makefile.am, src/anjuta.c,
9158         plugins/project-manager/plugin.c:
9159         Restored default profile and renamed it from "default.anjuta" to
9160         "default.profile".
9161         
9162 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9164         * plugins/debug-manager/debugger.c,
9165         plugins/debug-manager/plugin.c,
9166         plugins/gdb/debugger.c,
9167         libanjuta/interfaces/libanjuta.idl,
9168         plugins/debug-manager/stack_trace.c:
9169         Add a dialog box when a signal is received (except SIGINT)
9170         Display stack frame even if arguments are not available
9172 2007-03-03  Naba Kumar  <naba@gnome.org>
9174         * TODO.tasks: Icons bounty added.
9176         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
9177         choise selection.
9178         
9179         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
9180         and descoping.
9182         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
9183         plugins/Makefile.am, (removed) plugins/profile-default/*,
9184         plugins/project-manager/anjuta-project-manager.plugin.in,
9185         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
9186         profile implementation to load user profile and projects. Store and
9187         restore remembered plugins. Use profile scoping and descoping for
9188         saving and loading sesstions.
9189         
9190         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
9191         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
9192         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
9193         DEBUG_PRINTs.
9195 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
9197         * plugins/debug-manager/debug_tree.c
9198         plugins/debug-manager/debug_tree.h:
9199         Bug fix, deleting wrong variable
9201         * plugins/gdb/debugger.c:
9202         Bug fix, remove forgotten debugging code
9204 2007-03-02  Johannes Schmid <jhs@gnome.org>
9206         * plugins/document-manager/anjuta-document-manager.ui:
9207         * plugins/search/anjuta-search.ui:
9208         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
9209         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
9210         ToolbarFind
9212         * src/anjuta-app.c: (on_toolbar_view_toggled),
9213         (on_add_merge_widget), (on_session_save), (on_widget_remove):
9214         Save toolbar positions, don't use fixed toolbar style
9215         
9216         All in all this will allow more complex toolbar configurations and
9217         might gain some space on smaller displays because the user can disable
9218         toolbar parts he does not use. Also allows to use any toolbar style
9219         without looking too ugly.
9221 2007-03-01  Naba Kumasr  <naba@gnome.org>
9223         * TODO.tasks: Added a bounty for creating icons.
9225         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
9226         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
9227         profile-changed signal. Do not sync non-user-activatable plugins.
9229 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
9231         * plugins/debug-manager/disassemble.c,
9232         plugins/debug-manager/sparse_view.c,
9233         plugins/gdb/debugger.c,
9234         libanjuta/interfaces/libanjuta.idl:
9235         Display function name in disassembly view
9237 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
9239         * (added) plugins/debug-manager/bookmark.png,
9240         (added) plugins/debug-manager/breakpoint-disabled.png,
9241         (added) plugins/debug-manager/breakpoint-enabled.png,
9242         (added) plugins/debug-manager/program-counter.png,
9243         (added) plugins/debug-manager/linemarker.png,
9244         plugins/debug-manager/Makefile.am,
9245         plugins/debug-manager/disassemble.c,
9246         plugins/debug-manager/disassemble.h,
9247         plugins/debug-manager/sparse_buffer.c,
9248         plugins/debug-manager/sparse_buffer.h,
9249         plugins/debug-manager/sparse_view.c,
9250         plugins/debug-manager/sparse_view.h,
9251         plugins/debug-manager/plugin.c,
9252         plugins/debug-manager/breakpoints.c,
9253         libanjuta/interfaces/libanjuta.idl:
9254         Add markers in the disassembly view
9255         Display program counter and breakpoints in disassembly view
9257         * plugins/gdb/debugger.c:
9258         Fix a bug added with my previous patch, setting and clearing
9259         breakpoints was not working
9261 2007-02-28  Johannes Schmid <jhs@gnome.org>
9263         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
9264         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
9265         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
9266         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
9267         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
9268         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
9269         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
9270         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
9271         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
9272         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
9273         Updated (why do they need to be under version control?)
9274         
9275         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
9276         (create_tab_popup_menu), (on_msgman_popup_menu),
9277         (on_tab_button_press_event), (anjuta_msgman_page_new),
9278         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
9279         Added "Close all message tabs" popup menu
9281 2007-02-26  Naba Kumar  <naba@gnome.org>
9283         * plugins/profiler/gprof-flat-profile-entry.c,
9284         plugins/profiler/gprof-flat-profile.c,
9285         plugins/profiler/gprof-flat-profile-entry.h,
9286         plugins/profiler/gprof-flat-profile.h,
9287         plugins/profiler/gprof-flat-profile-view.c,
9288         plugins/profiler/gprof-flat-profile-view.h,
9289         plugins/profiler/gprof-call-graph-block-entry.c,
9290         plugins/profiler/gprof-call-graph-block.c,
9291         plugins/profiler/gprof-function-call-chart-view.c,
9292         plugins/profiler/gprof-call-graph-block-entry.h,
9293         plugins/profiler/gprof-profile-data.c,
9294         plugins/profiler/gprof-call-graph-block.h,
9295         plugins/profiler/gprof-view.c,
9296         plugins/profiler/gprof-call-graph.c,
9297         plugins/profiler/gprof-function-call-chart-view.h,
9298         plugins/profiler/gprof-profile-data.h,
9299         plugins/profiler/gprof-call-graph.h,
9300         plugins/profiler/gprof-view.h,
9301         plugins/profiler/gprof-view-manager.c,
9302         plugins/profiler/gprof-call-graph-view.c,
9303         plugins/profiler/plugin.c,
9304         plugins/profiler/gprof-view-manager.h,
9305         plugins/profiler/gprof-call-graph-view.h,
9306         plugins/profiler/gprof-function-call-tree-view.c,
9307         plugins/profiler/gprof-function-call-tree-view.h,
9308         plugins/profiler/Makefile.am: Fix compiler warnings and link with
9309         gnome-vfs. Fixes bug #411377.
9311 2007-02-26  Naba Kumar  <naba@gnome.org>
9313         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
9315         Patch from James Liggett  <jrliggett@cox.net>:
9316         * plugins/profiler/gprof-flat-profile-view.c,
9317         plugins/profiler/gprof-flat-profile-view.h,
9318         plugins/profiler/gprof-function-call-chart-view.c,
9319         plugins/profiler/gprof-function-call-chart-view.h,
9320         plugins/profiler/gprof-view.c,
9321         plugins/profiler/gprof-view.h,
9322         plugins/profiler/gprof-call-graph-view.c,
9323         plugins/profiler/plugin.c,
9324         plugins/profiler/gprof-call-graph-view.h,
9325         plugins/profiler/gprof-function-call-tree-view.c,
9326         plugins/profiler/gprof-function-call-tree-view.h: Implements
9327         double click navigation. Fixes bug #403514.
9329 2007-02-25  Naba Kumar  <naba@gnome.org>
9331         * libanjuta/anjuta-plugin-manager.c,
9332         libanjuta/anjuta-plugin-handle.[ch],
9333         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
9334         g_hash_table_remove_all (introduced in glib 2.12) to stay the
9335         dependency on glib 2.8. Fixes bug #411623.
9337 2007-02-24  Naba kumar  <naba@gnome.org>
9339         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
9340         
9341         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
9342         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
9343         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
9344         (added) libanjuta/anjuta-profile-manager.c,
9345         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
9346         manager.
9347         Implemented profile pushing and popping. Implemented profile xml
9348         synchronization. Implemented error handling in profiles. Implemented
9349         activation and deactivation signals in plugin manager.
9350         
9351         * libanjuta/Makefile.am: Added libanjuta log domain.
9352         
9353         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9354         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
9355         in AnjutaShell interface and implemented it in AnjutaApp.
9356         
9357         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9359 2007-02-23  Naba kumar  <naba@gnome.org>
9361         src/main.c: Fixed missing end quote.
9363 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
9365         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
9368 2007-02-20  Naba Kumar  <naba@gnome.org>
9370         * plugins/subversion/plugin.c: Added "..." menuitems.
9371         * ROADMAP, README: Updated.
9372         * libanjuta/anjuta-profile.c: Fixed bugs.
9374         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
9375         plugins/gtodo/Makefile.am: Removed dead code.
9377         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
9378         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
9379         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
9380         plugins/gtodo/list_tooltip.c,
9381         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
9382         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
9383         not contain markups. Fixes Bug #360462.
9385 2007-02-16  Naba Kumar  <naba@gnome.org>
9387         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
9388         unnecessary sub-sections.
9389         
9390 2007-02-15  Naba Kumar  <naba@gnome.org>
9392         * (removed) plugins/document-manager/bookmark-prev-16.png,
9393         plugins/document-manager/bookmark-last.png,
9394         (removed)plugins/document-manager/bookmark-first-16.png,
9395         plugins/document-manager/bookmark-prev.png,
9396         (added) plugins/document-manager/bookmark-toggle.png,
9397         (removed)plugins/document-manager/bookmark_toggle.xpm,
9398         (removed)plugins/document-manager/bookmark-last-16.png,
9399         plugins/document-manager/plugin.c,
9400         plugins/document-manager/anjuta-document-manager.ui,
9401         (removed)plugins/document-manager/bookmark-next-16.png,
9402         plugins/document-manager/bookmark-next.png,
9403         plugins/document-manager/Makefile.am,
9404         (added) plugins/document-manager/bookmark-clear.png,
9405         plugins/document-manager/bookmark-first.png: Upgraded bookmark
9406         icons (stolen from monodevelop). Added clear bookmarks toolbar
9407         button.
9409         * plugins/document-manager/plugin.c,
9410         (added) plugins/document-manager/swap.png,
9411         (removed) plugins/document-manager/undock.png,
9412         plugins/document-manager/Makefile.am: Fixed swap icon.
9414 2007-02-13  Naba Kumar  <naba@gnome.org>
9416         * plugins/class-gen/element-editor.c: Fixed typo.
9417         
9418         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
9419         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
9420         Implementing plugin profiles loading.
9422 2007-02-13  Naba Kumar  <naba@gnome.org>
9424         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
9425         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
9426         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
9427         pixmaps/open_project.png, pixmaps/close_project.png:
9428         Removed more old icons.
9429         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
9430         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
9431         anjuta_logo.png
9432         
9433 2007-02-13  Naba Kumar  <naba@gnome.org>
9435         * plugins/class-gen/element-editor.c: Included missing headers to
9436         prevent build failures in some cases.
9437         
9438 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
9440         * plugins/debug-manager/stack_trace.c:
9441         Fix bug #407115
9443         * plugins/debug-manager/watch.c,
9444         plugins/debug-manager/breakpoints.c:
9445         Same bug than above, wrong use of gtk_ui_manager_get_widget
9447 === anjuta 2.1.1 ===
9449 2007-02-11  Naba Kumar  <naba@gnome.org>
9451         * cofigure.in: Bumped version to 2.1.1
9452         * NEWS: Updated for 2.1.1 release.
9453         
9454 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9456         * plugins/debug-manager/plugin.c,
9457         plugins/debug-manager/sparse_view.c,
9458         plugins/debug-manager/sparse_view.h:
9459         Reorder some code
9461         * plugins/gdb/debugger.c,
9462         plugins/debug-manager/debugger.c,
9463         plugins/debug-manager/memory.c,
9464         plugins/debug-manager/sparse_buffer.c
9465         plugins/gdb/debugger.h,
9466         libanjuta/interfaces/libanjuta.idl:
9467         Clean up, remove some warnings
9468         Use guint everywhere for addresses
9469         Rewrite code parsing position in debugger
9471 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
9473         * plugins/debug-manager/debug_tree.c:
9474         Use GtkTreeRowReference instead of GtkTreeIter as callback data
9475         Fix bug #406113
9477 2007-02-08  Naba Kumar  <naba@gnome.org>
9479         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9480         Delay showing the 'file modified on disk' dialog for one sec
9481         from the last notification to insure multiple notifications for
9482         the same file are treated as one. Do not same multiple dialogs
9483         for the same file. Make sure to destory the dialog if later
9484         the conent is no longer different.
9485         
9486 2007-02-08  Naba Kumar  <naba@gnome.org>
9488         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
9489         Prevented spurious 'file modified' dialogs in scintilla editor
9490         when the file is saved.
9492 2007-02-09  Johannes Schmid <jhs@gnome.org>
9494         * scripts/glade2schema.pl:
9495         Added script to convert glade preferences into gconf schema files.
9496         See #406061
9498 2007-02-08  Naba Kumar  <naba@gnome.org>
9500         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
9501         itself is destroyed. Fixes bug #355160.
9502         
9503 2007-02-08  Johannes Schmid <jhs@gnome.org>
9505         * plugins/profiler/profiler.plugin: 
9506         removed from version control (only .in file needed)
9507         
9508         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
9509         * plugins/sourceview/sourceview.c: (sourceview_new):
9510         Code cleanup
9511         
9512         * plugins/subversion/svn-thread.c: (svn_thread_start):
9513         * src/main.c: (main):
9514         
9515         Fixed #395875 about initialisation of threads too late
9517 2007-02-07  Armin Burgmeier  <armin@arbur.net>
9519         Reviewed by Naba Kumar  <naba@gnome.org>:
9520         * plugins/class-gen/plugin.c:
9521         * plugins/class-gen/window.c: Removed browse button related code, load
9522         generated output directly into new buffers when not adding to project.
9524         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
9525         buttons from user interface.
9527 2007-02-07  Naba Kumar  <naba@gnome.org>
9529         * po/POTFILES.in: Fixed distcheck.
9531 2007-02-07  Daniel Nylander <po@danielnylander.se>
9533         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
9535 2007-02-07  Johannes Schmid <jhs@gnome.org>
9537         * anjuta.desktop.in.in:
9538         Fixed spelling
9540 2007-02-07  Johannes Schmid <jhs@gnome.org>
9542         * configure.in:
9543         * manuals/anjuta-manual/*
9544         * manuals/anjuta-faqs/*:
9545         #398991 – Anjuta manuals does not use the gnome-doc-utils format
9546         
9547         * plugins/document-manager/anjuta-document-manager.plugin.in:
9548         Removed duplicate application-xml mime-type (review patches properly ;-)
9549         
9550 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
9552         * plugins/gdb/debugger.c,
9553         libanjuta/interfaces/libanjuta.idl:
9554         Fix bug #404755
9555         Fix handling of missing source file
9557 2007-02-06  Naba Kumar  <naba@gnome.org>
9559         Patch from James Liggett  <jrliggett@cox.net>:
9560         * plugins/profiler/gprof-flat-profile.c,
9561         plugins/profiler/gprof-profile-data.c,
9562         plugins/profiler/gprof-call-graph.c,
9563         plugins/profiler/gprof-profile-data.h,
9564         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
9565         Show profiler view when target selected bug #403515.
9567 2007-02-05  Naba Kumar  <naba@gnome.org>
9569         * configure.in: Enabled devhelp plugin by default now that
9570         it works.
9571         
9572         Patch from parmigio@2ainfo.it:
9573         * plugins/document-manager/anjuta-document-manager.plugin.in:
9574         Added xml file type in supported mime types list.
9575         
9576 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
9578         * plugins/debug-manager/debugger.c,
9579         plugins/debug-manager/plugin.c:
9580         Add a field in status bar displaying debugger state
9581         Change cursor shape when debugger is busy
9582         Fix bug #378600
9584         * plugins/debug-manager/watch.c,
9585         plugins/debug-manager/locals.c,
9586         libanjuta/interfaces/libanjuta.idl:
9587         Clean up, remove debugging messages and unused signals
9589 2007-02-03  Johannes Schmid <jhs@gnome.org>
9591         * configure.in:
9592         Fixed AC_INIT and seperated version to major, minor, micro
9594         * anjuta.anjuta:
9595         Load Subversion instead of CVS
9596         
9597         * anjuta.desktop.in.in:
9598         Fixed bug-buddy component
9600         Original patch from Rob Bradfort <robster@debian.org>:
9601         * src/main.c: (get_command_line_args), (main):
9602         Bug #335981 – Migration from popt to GOption
9604 2007-02-03  Naba Kumar  <naba@gnome.org>
9606         * configure.in: Depend on devhelp 0.13 and fixed gecko home
9607         path variable. Fixed bug #341170.
9608         * plugins/profiler/Makefile.am: Fixed indentation.
9609         
9610 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
9612         * libanjuta/interfaces/libanjuta.idl,
9613         plugins/sourceview/sourceview.c,
9614         plugins/editor/text-editor.c,
9615         plugins/symbol-browser/plugin.c,
9616         plugins/search/search-replace.c,
9617         plugins/document-manager/goto_line.c,
9618         plugins/document-manager/action-callbacks.c,
9619         plugins/document-manager/anjuta-docman.c:
9620         Rename markers of anjuta interface
9621         IANJUTA_MARKABLE_NONE has been removed
9622         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
9623         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
9624         IANJUTA_MARKABLE_ATTENTIVE renamed in
9625                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
9626         IANJUTA_MARKABLE_INTENSE renamed in
9627                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
9628         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
9630         * (removed) plugins/sourceview/marker-light.png,
9631         (removed) plugins/sourceview/marker-basic.png,
9632         (removed) plugins/sourceview/marker-attentive.png,
9633         (removed) plugins/sourceview/marker-intense.png,
9634         plugins/sourceview/bookmark.png,
9635         (added) plugins/sourceview/breakpoint-disabled.png,
9636         (added) plugins/sourceview/breakpoint-enabled.png,
9637         (added) plugins/sourceview/program-counter.png,
9638         (added) plugins/sourceview/linemarker.png,
9639         plugins/sourceview/Makefile.am,
9640         (added) plugins/editor/bookmark.xpm,
9641         (added) plugins/editor/breakpoint-disabled.xpm,
9642         (added) plugins/editor/breakpoint-enabled.xpm,
9643         (added) plugins/editor/program-counter.xpm,
9644         (added) plugins/editor/linemarker.xpm,
9645         plugins/editor/Makefile.am:
9646         Add or change marker pixmaps in scintilla and sourceview editor
9648         * plugins/document-manager/plugin.c,
9649         libanjuta/interfaces/libanjuta.idl,
9650         plugins/debug-manager/plugin.c,
9651         plugins/debug-manager/breakpoints.c
9652         plugins/gdb/debugger.c:
9653         Fix bug #376404, program counter marker is not displayed when debugger
9654         Return the selected editor or NULL (if file does not exist) with 
9655         ianjuta_document_manager_goto_file_line* functions
9656         Emit a change-location signal even if the program counter is in an
9657         unknown file
9659 2007-02-02  Naba Kumar  <naba@gnome.org>
9661         * TODO.tasks: Marked bounty bug #359478 completed. And checked
9662         older bounties 'Done'.
9663         
9664 2007-02-02  Naba Kumar  <naba@gnome.org>
9666         * TODO.tasks: Fixed typop.
9668         Patch from James Liggett  <jrliggett@cox.net>:
9669         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
9670         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
9671         profiler plugin by James Liggett. Completes bounty bug #359478
9672         'Gprof performance profiler plugin'
9674 2007-02-01  Naba Kumar  <naba@gnome.org>
9676         * src/main.c: Renamed option name.
9678         * TODO.tasks: Marked "Test and fix all project wizards templates"
9679         bounty completed.
9680         
9681 2007-01-29  Johannes Schmid <jhs@gnome.org>
9683         * plugins/document-manager/plugin.c: (on_editor_changed):
9684         Added DEBUG_PRINT(...)
9685         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
9686         implemented
9687         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
9688         Fix language support plugin for sourceview editor (add some new
9689         language names)
9690         
9691         * plugins/sourceview/sourceview.c: (iindic_clear):
9692         Clear all indicators
9694 2007-01-29  Johannes Schmid <jhs@gnome.org>
9696         * TODO.tasks:
9697         Minor task currentions
9698         
9699         * libanjuta/interfaces/libanjuta.idl:
9700         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
9701         (itext_editor_iface_init):
9702         * plugins/language-support-cpp-java/plugin.c: (install_support):
9703         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
9704         (ieditor_get_attributes), (ieditor_iface_init):
9705         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
9706         plugins.
9707         
9708         * plugins/sourceview/sourceview.glade:
9709         Fixed sourceview preference window
9711 2007-01-28  Naba Kumar  <naba@gnome.org>
9712         
9713         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
9714         Implemented --no-files and --no-session command line options and
9715         corresponding preferernces checkboxes in General tab.
9717 2007-01-28  Johannes Schmid <jhs@gnome.org>
9719         * plugins/subversion/plugin.c:
9720         * plugins/subversion/plugin.h:
9721         * plugins/subversion/svn-notify.c: (svn_show_info),
9722         (show_svn_error), (on_svn_notify):
9723         * plugins/subversion/svn-notify.h:
9724         * plugins/subversion/svn-thread.c: (create_message_view),
9725         (svn_thread_start):
9726         Fixed error handling and fixed #394216 – No indication of subversion commands running
9727         
9728         * plugins/tools/execute.c: (atp_output_context_print):
9729         Show name of tool in message pane
9731 2007-01-28  Naba Kumar  <naba@gnome.org>
9732         
9733         * configure.in, plugins/glade/plugin.c: Make it work with
9734         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
9735         
9736         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
9737         from devhelp (won't work untill devhelp is fixed: bug #341170).
9738         
9739         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
9740         
9741 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
9743         Reviewed by Naba Kumar  <naba@gnome.org>:
9744         * libanjuta/interfaces/libanjuta.idl, 
9745         plugins/debug-manager/debugger.c,
9746         plugins/debug-manager/start.c,
9747         plugins/gdb/plugin.c,
9748         plugins/gdb/debugger.c,
9749         plugins/gdb/debugger.h:
9750         Fix a bug when launching gdb
9751         Set the terminal for the debugged program on the command line.
9753 2007-01-26  Johannes Schmid <jhs@gnome.org>
9755         * plugins/sourceview/anjuta-document-saver.c:
9756         (anjuta_document_saver_save):
9757         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
9758         * plugins/sourceview/sourceview.c: (save_if_modified),
9759         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
9760         Proper error handling, for example if a file was modified externally. Use backup files
9761         to avoid data-loss on disk full.
9763 2007-01-24  Naba Kumar  <naba@gnome.org>
9764         
9765         * plugins/devhelp/htmlview.c: Fixed crash during project load.
9766         Fixed mem leak and source leak.
9767         
9768 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
9770         Reviewed by Naba Kumar  <naba@gnome.org>:
9771         * plugins/debug-manager/debug_tree.c,
9772         plugins/debug-manager/debug_tree.h,
9773         plugins/debug-manager/watch.c:
9774         Partial rewrite of the variable object code, find and fix a few bugs
9775         Fix bug #395808: gdb can still crash but children are listed
9776         on request only so you can avoid the crash
9778 2007-01-24  Naba Kumar  <naba@gnome.org>
9779         
9780         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
9781         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
9782         plugins/symbol-browser/plugin.h,
9783         plugins/symbol-browser/plugin.c,
9784         plugins/symbol-browser/Makefile.am: Added current file (local)
9785         symbols view (Seriously getting bored with the browse toolbar).
9787 2007-01-22  Naba Kumar  <naba@gnome.org>
9788         
9789         Patch from Gabor Kelemen:
9790         * po/POTFILES.in: Added .plugin.in files.
9792 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
9794         Reviewed by Naba Kumar  <naba@gnome.org>:
9795         * plugins/document-manager/anjuta-docman.c,
9796         plugins/message-view/anjuta-msgman.c
9797         Set right alignment to the label widget in the tab title.
9799 2007-01-21  Naba Kumar  <naba@gnome.org>
9800         
9801         * libegg/egg-combo-action.c: Fixed mode line.
9802         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9803         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
9805 2007-01-21  Armin Burgmeier  <armin@arbur.net>
9807         Reviewed by Naba Kumar  <naba@gnome.org>:
9808         * plugins/class-gen/plugin.c: Prompt for target before actually
9809         generating the class files. This ensures that the files are created in
9810         the correct directory. Fixes bug #397406.
9812         * plugins/class-gen/window.c: Set browse buttons to insensitive when
9813         the class is added to the project.
9815 2007-01-21  Naba Kumar  <naba@gnome.org>
9817         * libanjuta/anjuta-plugin-description.c,
9818         libanjuta/anjuta-ui.h,
9819         libanjuta/anjuta-status.c,
9820         libanjuta/anjuta-plugin-description.h,
9821         libanjuta/cell-renderer-captioned-image.c,
9822         libanjuta/anjuta-plugin-handle.c,
9823         libanjuta/anjuta-status.h,
9824         libanjuta/resources.c,
9825         libanjuta/cell-renderer-captioned-image.h,
9826         libanjuta/glue-cpp.c,
9827         libanjuta/anjuta-plugin-handle.h,
9828         libanjuta/anjuta-plugin.c,
9829         libanjuta/anjuta-preferences-dialog.c,
9830         libanjuta/libanjuta.h,
9831         libanjuta/resources.h,
9832         libanjuta/glue-cpp.h,
9833         libanjuta/anjuta-plugin.h,
9834         libanjuta/anjuta-preferences-dialog.h,
9835         libanjuta/anjuta-plugin-manager.c,
9836         libanjuta/anjuta-shell.c,
9837         libanjuta/anjuta-plugin-manager.h,
9838         libanjuta/anjuta-shell.h,
9839         libanjuta/anjuta-save-prompt.c,
9840         libanjuta/anjuta-save-prompt.h,
9841         libanjuta/anjuta-children.c,
9842         libanjuta/anjuta-utils.c,
9843         libanjuta/anjuta-profile.c,
9844         libanjuta/anjuta-preferences.c,
9845         libanjuta/anjuta-launcher.c,
9846         libanjuta/anjuta-utils.h,
9847         libanjuta/anjuta-profile.h,
9848         libanjuta/anjuta-launcher.h,
9849         libanjuta/anjuta-ui.c: Updated file headers.
9851         * po/POTFILES.in: Updated.
9853         * libanjuta/anjuta-marshal.list,
9854         (added) libanjuta/anjuta-plugin-handle.c,
9855         (added) libanjuta/anjuta-plugin-handle.h,
9856         (added) libanjuta/anjuta-plugin-manager.c,
9857         (added) libanjuta/anjuta-plugin-manager.h,
9858         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
9859         (added) libanjuta/anjuta-profile.c,
9860         (added) libanjuta/anjuta-profile.h,
9861         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
9862         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
9863         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
9864         src/action-callbacks.c: Implemented AnjutaPluginManager
9865         class based on old plugins.[ch]. Implemented AnjutaProfile as
9866         prelimanary profiles implementation. Implemented AnjutaPluginHandle
9867         class to represent plugins (not to be confused with plugin objects).
9868         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
9869         implemented it in AnjutaApp and AnjutaTestShell.
9870         De-globalized plugin management and several clean ups.
9872         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
9873         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
9874         plugins/search/search-replace.c, plugins/terminal/terminal.c,
9875         plugins/project-import/project-import.c,
9876         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
9877         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
9878         Fixed plugins for the change in API.
9880         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
9881         file.
9882         
9883         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
9885 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
9887         Reviewed by Naba Kumar  <naba@gnome.org>:
9888         * libanjuta/anjuta-launcher.c,
9889         libanjuta/anjuta-launcher.h:
9890         Add a new function anjuta_set_terminate_on_exit to close the i/o
9891         channel when the child exit
9892         Return directly the status and not the exit code in child-exited
9893         signal
9895         * plugins/gdb/debugger.c:
9896         Use new function in debugger plugin
9898 2007-01-18  Johannes Schmid <jhs@gnome.org>
9900         * src/about.c: Do not show empty license information instead hide the button (#397883)
9902 2007-01-15  Johannes Schmid <jhs@gnome.org>
9904         * plugins/project-manager/plugin.c:
9905         * plugins/project-wizard/templates/python.wiz
9906         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
9907         
9908         Fixed #335235 python programs are not executeable/ do not start when pressing F3
9909         You will also need latest gnome-build svn       
9911 === anjuta 2.1.0 ===
9913 2007-01-14  Naba Kumar  <naba@gnome.org>
9915         * configure.in: Removed reference of mkfile project
9916         template to fix distcheck build error.
9917         * AUTHORS: Updated.
9918         * NEWS: Updated.
9919         * configure.in: Bumped version to 2.1.0 for beta release.
9920         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
9921         crashes as soon as editing starts in normal text files.
9923 2007-01-14  Johannes Schmid <jhs@gnome.org>
9925         * configure.in
9926         * po/LINGUAS:
9927         Applied http://live.gnome.org/GnomeGoals/PoLinguas
9929         * tagmanager/c.c:
9930         Patch from Massimo Cora' to hopefully fix #395362
9932         * plugins/project-wizard/templates/*:
9934         Fixed and tested all project-wizards. Deactivated mkfile project because
9935         it was totally broken and I don't see any real use for it.
9936         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
9938 2007-01-14  Naba Kumar  <naba@gnome.org>
9940         * NEWS: Updated for release.
9941         
9942         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
9943         
9944         * libanjuta/interfaces/libanjuta.idl,
9945         plugins/editor/text_editor_cbs.c,
9946         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
9947         interface and implemented it for scintilla.
9948         
9949         * plugins/editor/text-editor.c: Fixed highlighing issues when
9950         used with indicators (particularly when the file is just opened).
9951         Fixes bug #377477 – when debugging, scintilla editor grays out all
9952         lines before current line.
9953         
9954         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
9955         Maintain a separate list of indicated edtitors for separate contexts.
9956         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
9957         
9958 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
9960         Reviewed by Naba Kumar  <naba@gnome.org>:
9961         * plugins/debug-manager/plugin.c:
9962         Bug fix: breakpoints cannot be added after stopping the debugger
9964 2007-01-13  Naba Kumar  <naba@gnome.org>
9966         * NEWS: Updated for release.
9968 2007-01-12  Johannes Schmid <jhs@gnome.org>
9970         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
9971         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
9972         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
9973         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
9974         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
9975         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
9976         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
9977         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
9978         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
9979         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
9980         
9981         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
9982         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
9983         
9984         * plugins/sourceview/sourceview.c:
9985         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
9986         on character positions.
9987         
9988 2007-01-12  Naba Kumar  <naba@gnome.org>
9990         * src/anjuta-app.c,
9991         plugins/project-manager/plugin.c,
9992         plugins/profile-default/plugin.c,
9993         libanjuta/anjuta-status.c,
9994         libanjuta/anjuta-status.h: Introduced an API for application title
9995         in AnjutaStatus. Set application title to project name.
9997 2007-01-11  Massimo Cora' <maxcvs@email.i>
9999         Reviewed by Naba Kumar  <naba@gnome.org>:
10000         * tagmanager/Makefile.am,
10001         plugins/symbol-browser/Makefile.am: removed installation for 
10002         test programs.
10004 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
10006         Reviewed by Naba Kumar  <naba@gnome.org>:
10007         * plugins/debug-manager/start.h,
10008         plugins/debug-manager/start.c,
10009         plugins/debug-manager/anjuta-debug-manager.ui,
10010         plugins/debug-manager/plugin.c:
10011         Partial fix for bug #392537
10013         * plugins/debug-manager/disassemble.c:
10014         Fix bug #392543
10016 2007-01-11  Naba Kumar  <naba@gnome.org>
10018         * src/anjuta.c: Load project seperately from session,
10019         so that project session is also loaded.
10020         
10021         * plugins/profile-default/plugin.c: Load project in new
10022         anjuta if there already is one loaded currently (disabled
10023         code for now).
10024         
10025         * plugins/editor/aneditor.cxx: Disconnect focus in/out
10026         signals when editor is destroyed. Fixes a crash bug.
10027         
10028         * plugins/editor/text_editor.c: Do not mark line in
10029         ianjuta_editor_goto_line() implementation.
10030         
10031         * plugins/search/search-replace.c: Always check for markable
10032         interface availablility because its optional for an editor.
10033         
10034         * plugins/document-manager/goto_line.c,
10035         plugins/document-manager/action-callbacks.c: Mark lines for
10036         goto line commands (from dialog and from menu entry box).
10037         
10038         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
10039         plugins/file-manager/an_file_view.c: Expand file manager
10040         nodes in idle loop, one at a time. Did as a possible work
10041         around for bug #361763, but it didn't make any difference.
10042         However, it could still be useful in situations where there
10043         are lots to expand.
10044         
10045         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
10047 2007-01-11  Naba Kumar  <naba@gnome.org>
10049         * plugins/editor/scintilla/LineMarker.h,
10050         plugins/editor/scintilla/LexBasic.cxx,
10051         plugins/editor/scintilla/LexHTML.cxx,
10052         plugins/editor/scintilla/include/SciLexer.h,
10053         plugins/editor/scintilla/include/Scintilla.h,
10054         plugins/editor/scintilla/include/Scintilla.iface,
10055         plugins/editor/scintilla/include/ScintillaWidget.h,
10056         plugins/editor/scintilla/LexBash.cxx,
10057         plugins/editor/scintilla/PlatGTK.cxx,
10058         plugins/editor/scintilla/ViewStyle.h,
10059         plugins/editor/scintilla/Editor.cxx,
10060         plugins/editor/scintilla/StyleContext.h,
10061         plugins/editor/scintilla/LexCPP.cxx,
10062         plugins/editor/scintilla/Converter.h,
10063         plugins/editor/scintilla/LexAU3.cxx,
10064         plugins/editor/scintilla/Editor.h,
10065         plugins/editor/scintilla/LexPerl.cxx,
10066         plugins/editor/scintilla/LexVB.cxx,
10067         plugins/editor/scintilla/ScintillaGTK.cxx,
10068         plugins/editor/scintilla/ViewStyle.cxx,
10069         plugins/editor/scintilla/PropSet.cxx,
10070         plugins/editor/scintilla/LexSQL.cxx,
10071         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
10072         version 1.71
10074 2007-01-11  Armin Burgmeier  <armin@arbur.net>
10076         Reviewed by Naba Kumar  <naba@gnome.org>:
10077         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
10078         selected for editing. This fixes bug #394218.
10080         * plugins/class-gen/plugin.c: Do not use project's root URI as project
10081         name if said URI is not known.
10083         * plugins/class-gen/window.c: When stripping function prefix away,
10084         include the trailing underscore because it is already set by the
10085         template.
10087         * plugins/class-gen/transform.c: Include "const char*" and "const
10088         gchar*" in the list for transforming a default C type to a GType.
10089         Don't access invalid memory when writing pointer_str in
10090         cg_transform_first_argument.
10092 2007-01-11  Naba Kumar  <naba@gnome.org>
10094         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
10095         pixmaps/anjuta.svg, pixmaps/Makefile.am,
10096         (renamed) pixmaps/anjuta_icon.png, src/main.c,
10097         libegg/test-actions.c, anjuta.desktop.in.in,
10098         anjuta.prj: Renamed application icon to 'anjuta.png' from
10099         'anjuta_icon.png'. Added more fields in desktop file.
10101         * mime/anjuta.xml: Added magic section.
10102         
10103         * (removed) mime/anjuta.applications,
10104         (removed) mime/anjuta.mime, mime/Makefile.am,
10105         (removed) mime/anjuta.keys,
10106         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
10107         registeration and added scalable icon. Also fixes bug #393680
10109 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
10111         Reviewed by Naba Kumar  <naba@gnome.org>:
10112         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
10113         and anjuta_status_progress_add_ticks() to check for progressbar 
10114         being realized before trying to update it.
10116 2007-01-10  Naba Kumar  <naba@gnome.org>
10118         * tagmanager/tm_workspace.c,
10119         po/POTFILES.in,
10120         plugins/debug-manager/Makefile.am,
10121         plugins/tools/scripts/Makefile.am,
10122         plugins/class-gen/plugin.c,
10123         plugins/class-gen/Makefile.am,
10124         global-tags/Makefile.am: Fixed make distcheck.
10126         * plugins/debug-manager/attach_process.c,
10127         plugins/debug-manager/attach_process.h,
10128         plugins/class-gen/action-callbacks.h,
10129         plugins/class-gen/action-callbacks.c,
10130         plugins/class-gen/class_gen.h,
10131         plugins/class-gen/class_gen.c: Deleted unused/old files.
10133         * (removed) scintilla, (added) plugins/editor/scintilla,
10134         plugins/editor/scintilla/lexers.make,
10135         plugins/editor/scintilla/Makefile.am,
10136         plugins/editor/Makefile.am
10137         configure.in, manuals/reference/libanjuta/Makefile.am
10138         Makefile.am: Moved scintilla to its right place.
10140 2007-01-09  Naba Kumar  <naba@gnome.org>
10142         * plugins/profile-default/plugin.c: Save project session before
10143         a new one is opened.
10145         * plugins/project-manager/plugin.c,
10146         plugins/project-manager/plugin.h,
10147         plugins/project-manager/anjuta-project-manager.ui,
10148         plugins/profile-default/plugin.c,
10149         plugins/profile-default/plugin.h,
10150         plugins/profile-default/Makefile.am,
10151         (added) plugins/profile-default/anjuta-default-profile.ui,
10152         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10153         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
10154         multiple projects support.
10155         
10156 2007-01-06  Armin Burgmeier  <armin@arbur.net>
10158         Reviewed by Naba Kumar  <naba@gnome.org>
10159         * plugins/class-gen/combo-flags.h:
10160         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
10161         enum, added a type parameter to selected signal. Select highlighted
10162         entry when pressing enter (but not unselect it if it was already
10163         selected) before closing the popup. Also accept input when clicking
10164         not into the popup.
10166         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
10167         according to selection type.
10169         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
10170         VOID:BOXED,ENUM.
10172 2007-01-08  Johannes Schmid <jhs@gnome.org>
10174   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
10175   * plugins/project-wizard/templates/gtkmm/Makefile.am
10176   * plugins/project-wizard/templates/python/configure.ac.tpl
10177   * plugins/project-wizard/templates/python/configure.in.tpl
10178   * plugins/project-wizard/templates/python/Makefile.am
10179   * plugins/project-wizard/templates/cpp/configure.ac.tpl
10180   * plugins/project-wizard/templates/cpp/configure.in.tpl
10181   * plugins/project-wizard/templates/cpp/Makefile.am
10182   * plugins/project-wizard/templates/terminal.wiz
10183   * plugins/project-wizard/templates/xlib-dock.wiz
10184   * plugins/project-wizard/templates/wxwin.wiz
10185   * plugins/project-wizard/templates/java.wiz
10186   * plugins/project-wizard/templates/xlib/configure.ac.tpl
10187   * plugins/project-wizard/templates/xlib/configure.in.tpl
10188   * plugins/project-wizard/templates/xlib/Makefile.am
10189   * plugins/project-wizard/templates/gcj/configure.ac.tpl
10190   * plugins/project-wizard/templates/gcj/configure.in.tpl
10191   * plugins/project-wizard/templates/gcj/Makefile.am
10192   * plugins/project-wizard/templates/terminal/configure.ac.tpl
10193   * plugins/project-wizard/templates/terminal/configure.in.tpl
10194   * plugins/project-wizard/templates/terminal/Makefile.am
10195   * plugins/project-wizard/templates/terminal/autogen.sh
10196   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
10197   * plugins/project-wizard/templates/wxwin/configure.in.tpl
10198   * plugins/project-wizard/templates/wxwin/Makefile.am
10199   * plugins/project-wizard/templates/gnome.wiz 
10200   * plugins/project-wizard/templates/java/configure.ac.tpl
10201   * plugins/project-wizard/templates/java/configure.in.tpl
10202   * plugins/project-wizard/templates/java/Makefile.am
10203   * plugins/project-wizard/templates/anjuta-plugin.wiz
10204   * plugins/project-wizard/templates/gtkmm.wiz
10205   * plugins/project-wizard/templates/python.wiz
10206   * plugins/project-wizard/templates/cpp.wiz
10207   * plugins/project-wizard/templates/gtk.wiz
10208   * plugins/project-wizard/templates/gcj.wiz
10209   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
10210   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
10211   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10213   Starting fixing of all project wizards:
10214   - rename configure.in to configure.ac
10215   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
10216   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
10217   (See #394184)
10218   
10219   * TODO.task: Added bug number to bounty
10221 2007-01-07  Johannes Schmid <jhs@gnome.org>
10223   *  plugins/build-basic-autotools.c:
10224   Fixed #392290 – Missed install as root option in project manager
10226 2007-01-07  Johannes Schmid <jhs@gnome.org>
10228   * plugins/sourceview/sourceview.c:
10229   Fixed #388731 – Odd editor behaviour after performing block-text operations
10230   Fixed #388727 – Block-tab does not work
10231   
10232   * plugins/sourceview/anjuta-document.h/c:
10233   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
10234   
10235   * configure.in:
10236   Require Gtk+ >= 2.10 for sourceview plugin
10238 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
10240         * libanjuta/anjuta-status.c:
10241         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
10243 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
10245         * configure.in,
10246         plugins/terminal/terminal.c:
10247         Fix bug #377027
10248         remove support for VTE < 0.9
10250 2007-01-06  Naba Kumar  <naba@gnome.org>
10252         * po/POTFILES.in: Updated
10254 2007-01-05  Adam Dingle  <adam@medovina.org>
10256         Reviewed by Naba Kumar  <naba@gnome.org>:
10257         * plugins/message-view/anjuta-message-manager-plugin.glade:
10258         Fixed bug #377903 (improve message color defaults).
10260 2007-01-05  Naba Kumar  <naba@gnome.org>
10262         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
10263         
10264 2007-01-03  Armin Burgmeier  <armin@arbur.net>
10266         Reviewed by  Naba Kumar  <naba@gnome.org>:
10267         * plugins/symbol-browser/test-class.h: Fixed block ends.
10269         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
10270         C-style-block comment.
10272         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
10273         allow lists when writing autogen definition files. This is required
10274         for the new class generator. Also fixed a wrong return value in
10275         npw_autogen_write_definition_file and set a GError in
10276         npw_autogen_execute when the output file could not be opened.
10278         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
10279         user interface.
10281         * plugins/class-gen/Makefile.am: Added templates subdir, removed
10282         goc_template_header and goc_template_source, added top_srcdir to
10283         includes, link against project wizard (also hopefully temporarily),
10284         removed class_gen.h, class_gen.c, action-callbacks.h,
10285         action-callbacks.c.
10287         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
10289         * plugins/class-gen/cell-renderer-flags.h:
10290         * plugins/class-gen/cell-renderer-flags.c:
10291         * plugins/class-gen/combo-flags.h:
10292         * plugins/class-gen/combo-flags.c:
10293         * plugins/class-gen/element-editor.c:
10294         * plugins/class-gen/element-editor.h:
10295         * plugins/class-gen/generator.c:
10296         * plugins/class-gen/generator.h:
10297         * plugins/class-gen/plugin.h:
10298         * plugins/class-gen/plugin.c:
10299         * plugins/class-gen/transform.c:
10300         * plugins/class-gen/transform.h:
10301         * plugins/class-gen/validator.c:
10302         * plugins/class-gen/validator.h:
10303         * plugins/class-gen/window.c:
10304         * plugins/class-gen/window.h: Rewrote class generator, it now allows
10305         adding of several class elements and uses autogen.
10307         * plugins/class-gen/templates/cc-header.tpl:
10308         * plugins/class-gen/templates/cc-source.tpl:
10309         * plugins/class-gen/templates/go-header.tpl:
10310         * plugins/class-gen/templates/go-source.tpl:
10311         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
10312         for the class generator.
10314         * configure.in: Added plugins/class-gen/templates/Makefile to output.
10316 2007-01-04  Naba Kumar  <naba@gnome.org>
10318         Patch from Nick Treleaven:
10319         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
10320         all matching symbols.
10321         
10322         Patches from  Maik Beckmann and Sébastien Granjoux:
10323         * plugins/profile-default/plugin.c,
10324         plugins/project-manager/plugin.c: Unescape project name. Fixes
10325         Bug #357151
10327 2007-01-04  Naba Kumar  <naba@gnome.org>
10329         * plugins/glade/plugin.c: Fixed compilation with
10330         older glade-3 version.
10331         
10332         Patch from Roland Illig:
10333         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
10334         plugins/sourceview/anjuta-document-saver.c,
10335         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
10336         are necessary to build anjuta on NetBSD 3.0
10338         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
10339         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
10340         window manager in gnome.
10341         
10342 2007-01-02  Naba Kumar  <naba@gnome.org>
10343         
10344         * plugins/glade/plugin.c: Make it work with glade-3 svn.
10345         
10346 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
10348         Reviewed by Naba Kumar  <naba@gnome.org>:
10349         * libanjuta/interfaces/libanjuta.idl,
10350         plugins/debug-manager/Makefile.am,
10351         plugins/debug-manager/anjuta-marshal.list,
10352         plugins/debug-manager/debugger.c,
10353         plugins/debug-manager/sparse_buffer.c,
10354         plugins/debug-manager/sparse_buffer.h,
10355         plugins/debug-manager/sparse_view.c,
10356         plugins/debug-manager/sparse_view.h,
10357         plugins/debug-manager/disassemble.h,
10358         plugins/debug-manager/disassemble.c,
10359         plugins/debug-manager/anjuta-marshal.list,
10360         plugins/debug-manager/plugin.c,
10361         plugins/gdb/debugger.c,
10362         plugins/gdb/debugger.h,
10363         plugins/gdb/plugin.c:
10364         Add a disassembly view window
10366         * plugins/debug-manager/breakpoints.c,
10367         plugins/debug-manager/chunk_view.c,
10368         plugins/debug-manager/locals.c,
10369         plugins/debug-manager/memory.c,
10370         plugins/debug-manager/registers.c,
10371         plugins/debug-manager/stack_trace.c:
10372         Add some debugging information 
10374 2006-12-18  Naba Kumar  <naba@gnome.org>
10376         * configure.in, plugins/glade/plugin.c: Allow building against both
10377         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
10379 2006-12-03  Naba Kumar  <naba@gnome.org>
10380         
10381         * TODO.tasks: Marked a bounty completed.
10383 2006-11-24  Adam Dingle <adam@medovina.org>
10385         Reviewed by Naba Kumar  <naba@gnome.org>:
10386         * plugins/build-basic-autotools/build-basic-autotools.c,
10387         plugins/debug-manager/watch.c,
10388         plugins/document-manager/plugin.c, 
10389         plugins/patch/plugin.c,
10390         plugins/project-manager/plugin.c:
10391         Fixed bug #378879 (several command names need ellipses).
10393 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
10395         Reviewed by: Naba Kumar  <naba@gnome.org>
10396         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10397         GCC 4.1.2 (there are only two warnings remaining now when compiling
10398         plugins).
10400         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
10402         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
10403         macro so that the generated function support a NULL plugin parameter.
10405         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
10406         in debug_tree_find_expression by freeing memory returned by the call
10407         to gtk_tree_model_get instead of the parameter string.
10409 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
10411         * plugins/debug-manager/breakpoints.c:
10412         Fix bug #378850
10414         * plugins/debug-manager/anjuta-debug-manager.ui,
10415         plugins/debug-manager/debugger.c,
10416         plugins/debug-manager/plugin.c:
10417         Fix bug #378871
10419 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
10421         * libanjuta/anjuta-launcher.c,
10422         plugins/gdb/debugger.c:
10423         Fix bug #377061
10425 2006-11-21  Naba Kumar  <naba@gnome.org>
10427         * plugins/search/search_preferences.c: Fixed build break.
10428         
10429 2006-11-20  Naba Kumar  <naba@gnome.org>
10430         
10431         Patch from Kjartan Maraas:
10432         * plugins/cvs-plugin/cvs-interface.c,
10433         plugins/document-manager/plugin.c,
10434         plugins/gtodo/interface.c,
10435         plugins/gtodo/libgtodo.h,
10436         plugins/message-view/anjuta-msgman.c,
10437         plugins/project-wizard/druid.c,
10438         plugins/search/search_preferences.c,
10439         plugins/sourceview/sourceview-prefs.c,
10440         plugins/terminal/terminal.c,
10441         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
10443         Patch from Przemysław Grzegorczyk:
10444         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
10445         plugins/subversion/anjuta-subversion.glade: Enable files in
10446         fileselection dialog. Fixes bug #376031.
10447         
10448 2006-11-17  Adam Dingle <adam@medovina.org>
10450         Reviewed by: Naba Kumar  <naba@gnome.org>
10451         * plugins/build-basic-autotools/build-basic-autotools.c
10452         * plugins/class-gen/anjuta-class-gen.plugin.in
10453         * plugins/debug-manager/breakpoints.c
10454         * plugins/debug-manager/plugin.c
10455         * plugins/devhelp/plugin.c
10456         * plugins/document-manager/plugin.c
10457         * plugins/gdb/debugger.c
10458         * plugins/glade/anjuta-glade.plugin.in
10459         * plugins/gtodo/plugin.c
10460         * plugins/language-support-cpp-java/plugin.c
10461         * plugins/message-view/plugin.c
10462         * plugins/project-import/anjuta-project-import.glade
10463         * plugins/project-import/anjuta-project-import.plugin.in
10464         * plugins/search/plugin.c
10465         * plugins/tools/scripts/tools-2.xml.in
10466         * plugins/valgrind/plugin.c
10467         * src/anjuta-actions.h:
10468         Fixed bug #376335 "menu items should be capitalized".  Minor
10469         grammar edits.
10471 2006-11-20  Naba Kumar  <naba@gnome.org>
10472         
10473         * configure.in: Fixed build.
10475         Patch from: Arjan Timmerman
10476         *configure.in: Make subvesion plugin build for apr 1.x.
10477         Fixes: Bug #364754.
10478         
10479 2006-11-20  Johannes Schmid <jhs@gnome.org>
10481         * configure.in
10482         * plugins/*/*.[ch]:
10483         Removed patches from Sylvain and Günther. They caused not problems but
10484         Naba was against them.
10486 2006-11-20  Johannes Schmid <jhs@gnome.org>
10488         * Removed me from MAINTAINERS
10490 2006-11-14  Günther Brammer <GBrammer@gmx.de>
10492         * configure.in:
10493         Use apr-1 instead of apr-0
10495 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
10497         * global-tags/create_global_tags.sh.in: Correct a bug when environment
10498         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
10499         and another bug occuring when parsing .pc file containing quotes.
10501 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
10503         * plugins/*/*.[ch]: Use class macro for type casting.
10505         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
10506         GCC 4.1.2 (there are only two warnings remaining now when compiling
10507         plugins).
10509         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
10510         a memory leak in debug_tree_find_expression; g_free was called on
10511         the parameter instead of the memory allocated by gtk_tree_model_get.
10513         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
10514         to declare and initialize the global type variable of the plugin.
10516 2006-10-31  Naba Kumar  <naba@gnome.org>
10518         * global-tags/create_global_tags.sh.in: Added an end message.
10519         
10520         * libanjuta/anjuta-launcher.h: Fixed indentation.
10521         
10522         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
10523         creation to a) append the messages in right way, b) Connect signals
10524         to the view properly and c) Recreate the system-tags.cache at the
10525         end of the generation.
10527         * plugins/symbol-browser: Fixed action path (double
10528         click on sysmbols was not working).
10530         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
10531         Fixed typedef and removed dead code.
10533         * tagmanager/c.c: Took the latest version from ctags source
10534         repository, because the one we had (from ctags 5.6) was broken.
10535         
10536         * global_tags/create_global_tags.sh.in: Reverted the patch from
10537         Sylvain because it was not right fix (and added a helpful comment).
10538         Used /bin/bash to fix the bashism and generated separate log files
10539         for each tag files in the same directory.
10540         
10541 2006-10-29  Naba Kumar  <naba@gnome.org>
10543         * plugins/editor/text_editor.c: Use a temporary file
10544         to save the editor and move it at the end to original
10545         file. This will prevent data corruption if file save
10546         failed for any reason. Also report proper errors when
10547         file save fails. Fixes bug #346575.
10548         
10549 2006-10-26  Naba Kumar  <naba@gnome.org>
10551         * plugins/document-manager/anjuta-docman.c: Do not load
10552         the same files with different path more than once (happens
10553         with symlinked files). Fixes Bug #323591.
10555 2006-10-25  Naba Kumar  <naba@gnome.org>
10557         * plugins/valgrind/vgactions.c: Fixed a warning.
10559 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
10561         Reviewed by Naba Kumar  <naba@gnome.org>:
10563         * plugins/valgrind/vgtoolview.c:
10564         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
10566         * plugins/valgrind/bugged-prg-test.c:
10567         No more warning during compilation with GCC 4.1.
10568         Program is still buggy in order to be used as a test of the
10569         plugin.
10571         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
10572         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
10573         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
10574         plugins/valgrind/vgrule.c:
10575         No more warning during compilation with GCC 4.1.
10577         * plugins/valgrind/plugin.c:
10578         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
10579         prototype (was missing from previous patch).
10581 2006-10-24  Naba Kumar  <naba@gnome.org>
10583         * plugins/glade/plugin.c: Show glade tree view, not list view.
10584         
10585         * plugins/glade/plugin.c: Fixed crash when Anjuta is
10586         exited with glade plugin still loaded. Fixes Bug #364755.
10588         * plugins/document-manager/anjuta-document-manager.plugin.in:
10589         Added application/x-reject in accepted mime-types.
10590         
10591         * Changelog: Fixed changelog alignments.
10593 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
10595         Reviewed by: Naba Kumar  <naba@gnome.org>
10596         
10597         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
10598         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
10599         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
10600         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
10601         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
10602         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
10603         plugins/valgrind/vgsearchbar.c:
10604         Use class macro for type casting.
10606         * plugins/valgrind/plugin.h:
10607         Don't force cast a GtkActionGroup to a GtkAction.
10609         * plugins/valgrind/plugin.c:
10610         Use correct API to get path of the preoject root when building
10611         the list of targets for the run action.
10612         Correct ordering of the construction of the preferences widgets.
10613         Only remove the valgrind widget if it is currently displayed.
10615         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
10616         Return if check_valgrind_binary() fails.
10617         The ValgrindPluginPrefs object is initialized after the call to
10618         vg_action_new. Take a handle to the location of the pointer to
10619         the future object.
10621 2006-10-24  Naba Kumar  <naba@gnome.org>
10623         * HACKING: Updated coding sample.
10624         
10625         Patch from: Armin Burgmeier  <armin@arbur.net>
10626         * plugins/symbol-browser/test-class.h,
10627         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
10628         
10629 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
10631         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
10632         * plugins/valgrind/vgtoolview.h:
10633         Correctly handle the argv / srcdir of vg_tool_view object. Do
10634         not leak memory associated with those arrays.
10636         * plugins/symbol-browser/an_symbol_prefs.c:
10637         Support unloading / reloading of the module (for example when
10638         closing a project and opening another one).
10640         * plugins/project-manager/plugin.c:
10641         Remove plugin widget before removing plugin itself, preventing
10642         a crash with valgrind plugin.
10644         * libanjuta/anjuta-preferences-dialog.c:
10645         Do not use the page_num returned by gtk_notebook_append_page to
10646         remove the page as it cause bugs when pages removal is not done
10647         in LIFO.
10649         * plugins/document-manager/anjuta-docman.c:
10650         Fix some GTK+ warnings.
10652         * global-tags/create_global_tags.sh.in:
10653         Rewrite script to remove bash-ism and use pkg-config directly
10654         instead of parsing the *.pc file by hand. This solve problems
10655         that occurred when one of the directory in PKG_CONFIG_PATH is
10656         empty.
10658 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
10660         * plugins/glade/plugin.c: Fix build (#363884)
10662 2006-10-22  Johannes Schmid <jhs@gnome.org>
10664         * plugins/file-manager/an_file_view.c:
10665         * plugins/file-manager/plugin.c:
10666         * plugins/file-manager/plugin.h:
10667         Fix possible crasher when changing project-root uri when we try to restore open nodes
10668         * AUTHORS: Updated
10670 2006-10-19  Naba Kumar  <naba@gnome.org>
10672         Patch from: Juan Pablo Ugarte
10673         * plugins/glade/plugin.c: Include glade header
10674         correctly.
10675         
10676 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
10677         
10678         * plugins/debug-manager/Makefile.am,
10679         plugins/debug-manager/sexy-icon-entry.h,
10680         plugins/debug-manager/sexy-icon-entry.c,
10681         plugins/debug-manager/dataview.c:
10682         Fix bug #358134 (Goto memory prompt)
10683         Use sexy-icon-entry from libsexy 0.1.10
10685         * plugins/debug-manager/debugger.c,
10686         plugins/debug-manager/plugin.c,
10687         plugins/debug-manager/start.c,
10688         plugins/gdb/debugger.c,
10689         plugins/gdb/plugin.c:
10690         Better error handling when starting and stopping debugger
10692 2006-10-13  Maik Beckmann <maik@eigenco.de>
10694         * src/action_callbacks.c:
10695         Fixed bug #361830 (AboutDialog does not close) which is caused 
10696         due to a change in Gtk+ 2.10  
10697   
10698 2006-10-12  Adam Dingle <adam@medovina.org>
10700         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
10702         * plugins/search/search-replace.c:
10703         Fixed bug #358068 (indicate when Find in Files is complete)
10705         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10707         * plugins/sourceview/sourceview-prefs.c:
10708         * plugins/sourceview/sourceview.glade:
10709         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
10711         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
10713         * plugins/devhelp/plugin.c:
10714         * plugins/search/plugin.c: 
10715         Fixed bug #359750 (fix find/replace shortcut keys).
10717         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
10718         use Alt+key for shortcuts)
10720         *  plugins/debug-manager/debug_tree.c:
10721         *  plugins/debug-manager/debugger.c:
10722         Fixed bug #359317 (can't load debug manager)
10724         * /plugins/document-manager/plugin.c:
10725         Fixed bug #359259 (highlight modes listed in reverse 
10726         alphabetical order).
10728 2006-10-10  Johannes Schmid <jhs@gnome.org>
10730         * plugins/glade/plugin.c:
10731         Add scrollbars to glade project window
10733 2006-10-10  Johannes Schmid <jhs@gnome.org>
10735         * libanjuta/interfaces/Makefile.am.iface:
10736         Fixed Makefile with broke build
10738 2006-10-07  Johannes Schmid <jhs@gnome.org>
10740         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10741         * libanjuta/interfaces/Makefile.iface.am:
10742         Fixed enum types generation
10744         * libanjuta/interfaces/libanjuta.idl:
10745         Fixed some strange typo
10747 2006-10-06  Johannes Schmid <jhs@gnome.org>
10749         * libanjuta/interfaces/Makefile.iface.am:
10750         Fixed enum-types.h generation
10751         * libanjuta/interfaces/libanjuta.idl:
10752         char* => gchar*
10753         IAnjutaTODO::load should take const gchar* argument
10754         Remove include to libanjuta/e-splash.h which is not installed as header file
10755         Disable get_attributes for now
10756         
10757         * pluings/sourceview/sourceview.c: Disabled get_attributes
10758         
10759         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
10761 2006-10-05  Naba Kumar  <naba@gnome.org>
10763         * TODO.tasks: Set 'Improve class widzard' task to assigned.
10764         Set bug id for 'Profiler plugin' task.
10766 2006-10-03  Naba Kumar  <naba@gnome.org>
10768         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
10769         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
10771         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
10772         plugins/project-manager/plugin.c: Added a new API in
10773         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
10774         Added some documentation. On project close, close all editors that
10775         has files opened for the project.
10776         
10777         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
10778         from the containers on anjuta_shell_remove_widget(). Do not destroy
10779         glade widgets once created.
10780         
10781 2006-10-03  Johannes Schmid <jhs@gnome.org>
10783         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10784         * libanjuta/interfaces/libanjuta.idl:
10785         const-List<> => const List<>
10786         List-free<> => List<>
10787         
10788         * Makefile.am: Reenabled launcher
10790 2006-10-03  Johannes Schmid <jhs@gnome.org>
10792         * libanjuta/interfaces/Makefile.am.iface:
10793         Install libanjuta.idl
10795 2006-10-02  Adam Dingle <adam@medovina.org>
10797         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
10799 2006-10-02  Adam Dingle <adam@medovina.org>
10801         * plugins/editor/style-editor.c: fixed bug #357534
10802         * plugins/gdb/utilities.h: removed 2 unused declarations
10804 2006-10-02  Johannes Schmid <jhs@gnome.org>
10806         * Makefile.am: disabled anjuta-launcher
10807         * libanjuta/Makefile.am:
10808         
10809         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
10810         * libanjuta/glue-factory.c: (glue_factory_add_path),
10811         (glue_factory_get_path):
10812         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
10813         * libanjuta/glue-factory.h:
10814         * libanjuta/glue-cpp.h:
10815         * libanjuta/glue-cpp.c:
10816         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
10817         
10818         * libanjuta/interfaces/Makefile.am.iface:
10819         * libanjuta/interfaces/anjuta-idl-compiler.pl:
10820         * libanjuta/interfaces/libanjuta.idl:
10821         Add a new features to idl compiler:
10822         List<Type> => List of Type
10823         List-free<Type> => List of Type, it is up to the caller to free items and list
10824         const-List(-free)<Type> = const List of Types
10825         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
10826         
10827         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
10828         (generic_cpp_class_create_code):
10829         Adapted to new project_manager interface
10830         
10831         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
10832         * plugins/debug-manager/debugger.c:
10833         (ivariable_debugger_iface_init):
10834         Do not use C++ keyword "delete" for interface name
10835         
10836         * plugins/document-manager/anjuta-document-manager.plugin.in:
10837         Added m4 to mime-types
10838         
10839         * plugins/project-manager/plugin.c:
10840         (iproject_manager_add_source_multi):
10841         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
10843 2006-10-01  Naba Kumar  <naba@gnome.org>
10845         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
10846         UI file used when out-of-process devhelp is used instead of
10847         embedded devhelp.
10848         
10849         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
10850         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
10851         plugins/profile-default/default.anjuta: Build devhelp plugin,
10852         but use out-of-process devhelp if devhelp plugin is disabled
10853         (either by user or devhelp is not installed). Disabled devhelp
10854         plugin by default. Added it in default profile.
10856 2006-10-01  Naba Kumar  <naba@gnome.org>
10858         * plguins/project-manager/plugin.c: Possible fix for crash
10859         bug #358583.
10860         
10861         * configure.in, plugins/Makefile.am: Enabled glade plugin and
10862         set dep to last version 3.0.2.
10863         
10864         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
10865         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
10866         plugins/symbol-browser/plugin.c: Use the right action group
10867         for getting popup actions (Fixes lots of assertion failures).
10869         * plugins/project-manager/plugin.c,
10870         plugins/project-manager/plugin.h: use separate action group
10871         for profie actions.
10872         
10873         * plugins/message-view/plugin.c: Disconnect session load
10874         signal on plugin deactivation (fixes a crash).
10876 2006-09-30  Naba Kumar  <naba@gnome.org>
10878         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
10879         * TODO.tasks: Assigned a bounty to Massimo.
10881 2006-09-29  Naba Kumar  <naba@gnome.org>
10883         * src/anjuta-app.c, src/shell.c: Fixed build errors.
10885 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
10887         * plugins/debug-manager/debugger.c,
10888         plugins/debug-manager/plugin.c,
10889         libanjuta/interfaces/libanjuta.idl:
10890         Add a new abort command to quit debugger without waiting
10892         * plugins/gdb/debugger.c,
10893         plugins/gdb/debugger.h,
10894         plugins/gdb/plugin.c:
10895         Send a signal directly to the debugged program
10896         Implement abort command
10898         * plugins/debug-manager/debug_tree.c:
10899         Fix bug #358163
10901         * plugins/debug-manager/stack-trace.c:
10902         Fix bug #358009
10904 2006-09-29  Naba Kumar  <naba@gnome.org>
10906         * TODO.tasks: Updated.
10907         
10908         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
10909         dialog.
10910         
10911         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
10912         
10913         * TODO.tasks: Updated in light of the word wrapping fix
10914         in Tasks Manager. Added a test bounty entry.
10916         * TODO.tasks: Added four bounties.
10917         
10918 2006-09-28  Naba Kumar  <naba@gnome.org>
10920         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
10921         Added 'customizable' parameter to
10922         anjuta_ui_add_action_group_entries() and similar functions to
10923         allow user configuration of the actions. Filter out actions that
10924         are not configurable items (such as submenu items). Now the
10925         'Customize shortcuts' dialog is much better listed.
10927         * plugins/build-basic-autotools/build-basic-autotools.c,
10928         plugins/build-basic-autotools/build-basic-autotools.h,
10929         plugins/cvs-plugin/plugin.c,
10930         plugins/cvs-plugin/plugin.h,
10931         plugins/debug-manager/breakpoints.c,
10932         plugins/debug-manager/plugin.c,
10933         plugins/debug-manager/stack_trace.c,
10934         plugins/debug-manager/watch.c,
10935         plugins/devhelp/plugin.c,
10936         plugins/document-manager/plugin.c,
10937         plugins/file-loader/plugin.c,
10938         plugins/file-manager/plugin.c,
10939         plugins/glade/plugin.c,
10940         plugins/gtodo/interface.c,
10941         plugins/gtodo/plugin.c,
10942         plugins/language-support-cpp-java/plugin.c,
10943         plugins/macro/plugin.c,
10944         plugins/macro/plugin.h,
10945         plugins/message-view/plugin.c,
10946         plugins/patch/plugin.c,
10947         plugins/profile-default/default.anjuta,
10948         plugins/project-manager/plugin.c,
10949         plugins/project-manager/plugin.h,
10950         plugins/sample1/plugin.c,
10951         plugins/search/plugin.c,
10952         plugins/subversion/plugin.c,
10953         plugins/subversion/plugin.h,
10954         plugins/symbol-browser/plugin.c,
10955         plugins/symbol-browser/plugin.h,
10956         plugins/tools/plugin.c,
10957         plugins/valgrind/plugin.c,
10958         plugins/valgrind/plugin.h: Fixed to take care of above change
10959         in API of AnjutaUI. Properly added/removed action groups in some
10960         plugins. Split action groups into customization and non-customizable
10961         groups and added them separately.
10963         * plugins/document-manager/plugin.c: Close files belonging to
10964         project when project is closed (not complete).
10965         
10966         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
10967         vertical aligned cell entries.
10968         
10969         * src/anjuta-app.c: Define macros for the placeholder names.
10970         Set default widths and heights of the default placeholders,
10971         so that newly docked widgets are correclty sized.
10972         
10973         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
10974         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
10975         Fixed to generated correct actions addition/removal code.
10977 2006-09-25  Naba Kumar  <naba@gnome.org>
10979         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
10980         libanjuta/anjuta-serializer.[ch]: Implemented serialization
10981         class.
10982         
10983         * plugins/message-view/anjuta-msgman.c,
10984         plugins/message-view/anjuta-msgman.h,
10985         plugins/message-view/message-view.c,
10986         plugins/message-view/message-view.h,
10987         plugins/message-view/plugin.c: Serialize messages panes in
10988         session save and deserialize them in session load so that
10989         build messages persistant.
10990         
10991 2006-09-24  Johannes Schmid <jhs@gnome.org>
10993         * libanjuta/anjuta-utils.c:
10994         * plugins/message-view/message-view.c:
10995         Really fixed #355407
10997 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
10999         * libanjuta/interfaces/libanjuta.idl:
11000         Change one variable sign
11002         * plugins/debug-manager/anjuta-debug-manager.glade,
11003         plugins/debug-manager/anjuta-debug-manager.ui:
11004         Few small interface changes     
11006         * plugins/debug-manager/debug_tree.h,
11007         plugins/debug-manager/watch.c,
11008         plugins/debug-manager/debugger.c,
11009         plugins/debug-manager/plugin.c
11010         plugins/gdb/debugger.c,
11011         plugins/gdb/plugin.c:
11012         Big rewrite of debugger queue
11013         Allow to cancel command
11015         * plugins/debug-manager/memory.c:
11016         Fix a bug if a command is cancelled
11018 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
11020         * plugins/gdb/debugger.c,
11021         plugins/debug-manager/debug_tree.c,
11022         plugins/debug-manager/locals.c:
11023         Restore tree representation for local variable
11024         Add argument in local variable list
11025         Use gdb variable object to get all informations
11027 2006-09-19  Naba Kumar  <naba@gnome.org>
11029         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
11030         that implements AnjutaSavePrompt class.
11032         * ChangeLog: Fixed indentation.
11033         
11034         * libanjuta/Makefile.am,
11035         libanjuta/anjuta-marshal.list,
11036         libanjuta/anjuta-shell.c,
11037         libanjuta/anjuta-shell.h,
11038         plugins/document-manager/action-callbacks.c,
11039         plugins/document-manager/action-callbacks.h,
11040         plugins/document-manager/anjuta-docman.c,
11041         plugins/document-manager/anjuta-docman.h,
11042         plugins/document-manager/plugin.c,
11043         src/anjuta.c: Impletemnted save prompt dialog to prompt for
11044         unsaved items during exit. A new signal is added in shell
11045         interface called 'save-prompt' to collect all unsaved items.
11046         Create AnjutaSavePrompt class (dialog) to process unsaved items.
11047         Fixed document manager to use the new save-prompt signal in shell
11048         and AnjutaSavePrompt object for unsaved files. Cleaned up
11049         AnjutaDocman to synchronously save new files. Fixed function
11050         names.
11052 2006-09-18  Johannes Schmid <jhs@gnome.org>
11054         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
11055         gdl requirement to 0.7.0
11057 2006-09-18  Johannes Schmid <jhs@gnome.org>
11059         * global-tags/.cvsignore:
11060         * global-tags/Makefile.am:
11061         * global-tags/create_global_tags.sh (removed):
11062         * global-tags/create_global_tags.sh.in (added):
11063         Fixed #355407
11064         
11065         * libanjuta/anjuta-launcher.c:
11066         Fixed #349374
11067         
11068         * plugins/project-manager/plugin.c:
11069         (project_manager_plugin_close_project):
11070         Fixed crasher
11071         
11072         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
11073         Fixed gtk critical
11074         
11075         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
11076         More reasonable toolbar creation/deletition though it does
11077         not completly work!
11079 2006-09-15  Johannes Schmid <jhs@gnome.org>
11081         * libanjuta/anjuta-utils.c/.h:
11082         Fixed #355168
11084 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
11086         * scintilla/ScintillaGTK.cxx
11087         Fixed doulbe freeing in Scintilla
11089 2006-09-12  Johannes Schmid  <jhs@gnome.org>
11091         * plugins/symbol-browser/an_symbol_prefs.c:
11092         Support unloading / reloading of the module (for example when
11093         closing a project and opening another one).
11095         * plugins/project-manager/plugin.c:
11096         Really fixed #355148 (Show project name in title bar)
11098 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11100         * libanjuta/plugins.c:
11101         Fixed #355156 (Show plugins in alphabetical order)
11103 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11105         * plugins/project-manager/plugin.c:
11106         Fixed #355148 (Show project name in title bar)
11108 2006-09-09  Johannes Schmid  <jhs@gnome.org>
11110         * plugins/project-manager/plugin.c:
11111         (value_removed_project_root_uri):
11112         Fixed crasher if project cannot be opened
11114 2006-08-30 Naba Kumar  <naba@gnome.org>
11116         * plugins/language-support-cpp-java/plugin.[c,h],
11117         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11118         Impletemnted UI for auto indent.
11119         
11120 2006-08-28 Naba Kumar  <naba@gnome.org>
11121         
11122         * plugins/gvim/.cvsignore,
11123         plugins/gvim/Makefile.am,
11124         plugins/gvim/anjuta-vim-plugin.png,
11125         plugins/gvim/anjuta-vim.c,
11126         plugins/gvim/anjuta-vim.h,
11127         plugins/gvim/anjuta-vim.plugin.in,
11128         plugins/gvim/gtkvim.c,
11129         plugins/gvim/gtkvim.h,
11130         plugins/gvim/plugin.c,
11131         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
11132         in build yet.
11134 2006-08-28 Naba Kumar  <naba@gnome.org>
11136         Patch from: Massimo Corà  <maxcvs@email.it>
11137         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
11138         possible infinite loop.
11140 2006-08-22 Adam Dingle <adam@medovina.org>
11141         
11142         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
11143         to edit are shown in the preferences dialog in anjuta").
11144         Removed unused widgets from the style editor dialog.
11146 2006-08-21  Johannes Schmid <jhs@gnome.org>
11148         * plugins/symbol-browser/test-class.[cpp/h]
11149         Added missing files
11151 2006-08-18  Naba Kumar  <naba@gnome.org>
11153         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
11154         end of document loading.
11156         * plugins/language-support-cpp-java/plugin.c,
11157         plugins/sourceview/sourceview.c: Fixed plugin loading.
11159 2006-08-17  Naba Kumar  <naba@gnome.org>
11161         * plugins/language-support-cpp-java/plugin.c,
11162         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
11163         mode line parsing. Indentation parameters initialized based on
11164         mode line parameters.
11166 2006-08-16  Naba Kumar  <naba@gnome.org>
11168         * Makefile.am, plugins/editor/text_editor.c,
11169         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
11170         comments.
11172 2006-08-16 Naba Kumar  <naba@gnome.org>
11174         Patch from  Massimo Cora'  <maxcvs@email.it>:
11175         
11176         * plugins/editor/aneditor-autocomplete.cxx,
11177         plugins/editor/aneditor-calltip.cxx,
11178         plugins/symbol-browser/Makefile.am,
11179         plugins/symbol-browser/an_symbol.c,
11180         plugins/symbol-browser/an_symbol_view.c,
11181         plugins/symbol-browser/plugin.c,
11182         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
11183         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
11184         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
11185         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
11186         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
11187         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
11188         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
11189         tagmanager/get.h, tagmanager/html.c,
11190         tagmanager/include/tm_source_file.h,
11191         tagmanager/include/tm_tag.h,
11192         tagmanager/include/tm_workspace.h,
11193         tagmanager/jscript.c, tagmanager/keyword.c,
11194         tagmanager/keyword.h, tagmanager/lisp.c,
11195         tagmanager/lregex.c, tagmanager/lua.c,
11196         tagmanager/main.h, tagmanager/make.c,
11197         tagmanager/options.c, tagmanager/options.h,
11198         tagmanager/parse.c, tagmanager/parse.h,
11199         tagmanager/parsers.h, tagmanager/pascal.c,
11200         tagmanager/perl.c, tagmanager/php.c,
11201         tagmanager/python.c, tagmanager/read.c,
11202         tagmanager/read.h, tagmanager/readtags.c,
11203         tagmanager/readtags.h, tagmanager/rexx.c,
11204         tagmanager/routines.c, tagmanager/routines.h,
11205         tagmanager/ruby.c, tagmanager/scheme.c,
11206         tagmanager/sh.c, tagmanager/slang.c,
11207         tagmanager/sml.c, tagmanager/sort.c,
11208         tagmanager/sort.h, tagmanager/sql.c,
11209         tagmanager/strlist.c, tagmanager/strlist.h,
11210         tagmanager/tcl.c, tagmanager/tm_source_file.c,
11211         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
11212         tagmanager/tm_workspace.c, tagmanager/verilog.c,
11213         tagmanager/vim.c, tagmanager/vstring.c,
11214         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
11215         5.6 and namespace completion fixed.
11217         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11218         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
11220 2006-08-15 Naba Kumar  <naba@gnome.org>
11222         * libanjuta/interfaces/libanjuta.idl,
11223         plugins/editor/text-editor-iterable.c,
11224         plugins/editor/text_editor.c,
11225         plugins/sourceview/sourceview-cell.c,
11226         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
11227         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
11228         ianjuta_editor_end_action().
11229         
11230         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
11232 2006-08-13 Naba Kumar  <naba@gnome.org>
11234         * plugins/debug-manager/breakpoints.c,
11235         plugins/debug-manager/memory.c,
11236         plugins/debug-manager/registers.c,
11237         src/layout.xml: Fixed debugger widgets layout.
11239 2006-08-12 Naba Kumar  <naba@gnome.org>
11241         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
11242         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
11243         plugins/editor/editor.glade, plugins/editor/text_editor.h,
11244         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
11245         codes and dead codes. Removed automatic indentation prefs.
11247 2006-08-12  Johannes Schmid <jhs@gnome.org>
11249         * libanjuta/Makefile.am:
11250         * libanjuta/anjuta-launcher.c:
11251         * libanjuta/anjuta-launcher.h:
11252         * libanjuta/anjuta-plugin.c:
11253         * libanjuta/anjuta-plugin.h:
11254         * libanjuta/anjuta-preferences.c:
11255         * libanjuta/anjuta-preferences.h:
11256         * libanjuta/anjuta-shell.c:
11257         * libanjuta/anjuta-shell.h:
11258         * libanjuta/libanjuta.h:
11259         
11260         Made wrapper friendly:
11261         - no inline in header files (preferences_set/get)
11262         - correct signal names
11263         - correct GError** argument in anjuta_shell_freeze/thaw
11264         - include correct files in libanjuta.h
11265         
11266         * plugins/project-manager/plugin.c: 
11267         Fixed two crashers
11269 2006-08-11 Naba Kumar  <naba@gnome.org>
11271         * plugins/editor/aneditor-priv.h,
11272         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
11273         
11274         * plugins/editor/text_editor_cbs.c,
11275         plugins/sourceview/anjuta-view.c: Pass the right position for char
11276         added signal.
11277         
11278         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
11279         
11280         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
11282 2006-08-11 Naba Kumar  <naba@gnome.org>
11284         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
11285         return the right character at the iter position and get_char() to
11286         not leak memory.
11288         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
11289         to set to character offset and not byte index.
11291         * plugins/language-support-cpp-java/plugin.c: Improved
11292         auto-indentation login. Indents opening and closing braces correctly.
11294 2006-08-10  Johannes Schmid <jhs@gnome.org>
11296         * INSTALL:
11297         * autogen.sh:
11298         Required automake = 1.9
11300         * libanjuta/anjuta-children.c:
11301         * libanjuta/anjuta-children.h:
11302         * libanjuta/anjuta-encodings.h:
11303         * libanjuta/anjuta-launcher.h:
11304         * libanjuta/anjuta-plugin-description.h:
11305         * libanjuta/anjuta-preferences-dialog.h:
11306         * libanjuta/anjuta-preferences.h:
11307         * libanjuta/anjuta-session.h:
11308         * libanjuta/anjuta-status.h:
11309         * libanjuta/anjuta-ui.h:
11310         * libanjuta/anjuta-utils.c:
11311         * libanjuta/anjuta-utils.h:
11312         * libanjuta/e-splash.h:
11313         * libanjuta/glue-factory.h:
11314         * libanjuta/glue-plugin.h:
11315         * libanjuta/plugins.h:
11316         * libanjuta/resources.h:
11317         Fixed libanjuta to be able to wrap it
11318         - G_BEGIN_DECLS, G_END_DECLS
11319         - include all necessary files in libanjuta.h
11321         * plugins/gtodo/tray-icon.c:
11322         * plugins/terminal/terminal.c:
11323         Some build fixes for freebsd
11325         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11326         * plugins/sourceview/sourceview.glade:
11327         Remove auto-indent feature as it is now in language-support
11329 2006-08-09 Naba Kumar  <naba@gnome.org>
11331         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
11332         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
11333         Added missing files.
11335         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
11336         get_use_spaces(), set_tabsize() and set_use_spaces().
11338 2006-08-09 Naba Kumar  <naba@gnome.org>
11340         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
11341         succeeded in activating.
11343         * plugins/document-manager/plugin.c: Added debug message.
11345         * libanjuta/interfaces/libanjuta.idl,
11346         plugins/editor/text_editor.c: Implemented get_tabsize(),
11347         get_use_spaces(), set_tabsize() and set_use_spaces().
11349         * plugins/language-support-cpp-java/Makefile.am,
11350         plugins/language-support-cpp-java/plugin.c,
11351         plugins/language-support-cpp-java/plugin.h: Used editor parameters
11352         for indentation. Added preferences page for paramenters.
11354         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
11356 2006-08-08 Naba Kumar  <naba@gnome.org>
11358         * libanjuta/interfaces/libanjuta.idl,
11359         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11360         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11361         plugins/editor/text_editor.c,
11362         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
11363         and implemented it for both scintilla and sourceview.
11365         * plugins/search/plugin.c: Use the new grab_focus() to transfer
11366         focus back to editor (happens when pressing esc in incremental
11367         search box).
11369 2006-08-08 Naba Kumar  <naba@gnome.org>
11371         * libanjuta/interfaces/libanjuta.idl,
11372         plugins/editor/text_editor.c,
11373         plugins/editor/text_editor.h,
11374         plugins/editor/text-editor-iterable.c,
11375         plugins/sourceview/sourceview-cell.c,
11376         plugins/sourceview/sourceview.c: Implemented editor attributes
11377         methods.
11378         
11379         * plugins/editor/aneditor.cxx: Disabled old indentation code.
11380         plugins/language-support-cpp-java/plugin.c: Implemented indentation
11381         code (not complete yet).
11383         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11384         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11385         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11386         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11387         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
11388         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
11390 2006-08-04 Naba Kumar  <naba@gnome.org>
11392         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
11393         implementation.
11394         
11395 2006-08-03  Johannes Schmid <jhs@gnome.org>
11397         * configure.in: Add a more informative text to valgrind plugin
11399         * TODO.tasks:
11400         Modified Preferences tasl
11401         * libanjuta/anjuta-plugin.c: 
11402         * libanjuta/anjuta-preferences-dialog.c: 
11403         * libanjuta/anjuta-preferences-dialog.h:
11404         * libanjuta/anjuta-preferences.c:
11405         * libanjuta/anjuta-preferences.h:
11406         * libanjuta/interfaces/Makefile.am.iface:
11407         * libanjuta/interfaces/libanjuta.idl:
11408         Added IAnjutaPreferences interface which every plugin that has preferences should
11409         implement. Call merge() and unmerge() at plugin activation/deactivation.
11410         Fixed preferences_page_remove()
11411         
11412         * plugins/build-basic-autotools/build-basic-autotools.c:
11413         * plugins/cvs-plugin/plugin.c: 
11414         * plugins/document-manager/plugin.c:
11415         * plugins/editor/plugin.c:
11416         * plugins/editor/plugin.h:
11417         * plugins/file-manager/plugin.c: 
11418         * plugins/gtodo/main.h:
11419         * plugins/gtodo/plugin.c: 
11420         * plugins/gtodo/preferences.c: 
11421         * plugins/message-view/anjuta-msgman.c: 
11422         * plugins/message-view/anjuta-msgman.h:
11423         * plugins/message-view/plugin.c:
11424         * plugins/sourceview/plugin.c: 
11425         * plugins/sourceview/plugin.h:
11426         * plugins/symbol-browser/an_symbol_prefs.c:
11427         * plugins/symbol-browser/plugin.c: 
11428         * plugins/terminal/terminal.c: 
11429         * plugins/valgrind/plugin.c
11430         * src/anjuta-app.c:
11431         
11432         Updated preference loading/unloading for all plugins
11434 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
11435         
11436         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
11437         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
11438     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
11439         recommended by the autoconf manual. 
11440         - Fixes compiling with autoconf 2.60.
11441         
11442         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
11444 2006-08-02      Johanes Schmid <jhs@gnome.org>
11446         * plugins/profile-default/plugin.c:
11447         Fixed session handling
11449 2006-08-01  Johannes Schmid <jhs@gnome.org>
11451         * configure.in
11452         * plugins/Makefile.am:
11453         Disabled devhelp and glade for now as they do not work (#341073
11454         and #341170)
11455         
11456         * plugins/profile-default/anjuta-default-profile.ui (removed):
11457         * plugins/profile-default/plugin.c:
11458         * plugins/profile-default/plugin.h:
11459         * plugins/project-manager/anjuta-project-manager.ui:
11460         * plugins/project-manager/plugin.c:
11461         * plugins/project-manager/plugin.h:
11462         Limted multiple project support #315043
11464         * libanjuta/interfaces/libanjuta.idl:
11465         Added ianjuta_profile_unload
11467 2006-07-31 Naba Kumar  <naba@gnome.org>
11469         * libanjuta/interfaces/libanjuta.idl,
11470         plugins/editor/text-editor-iterable.c,
11471         plugins/editor/text_editor.c,
11472         plugins/sourceview/anjuta-view.c,
11473         plugins/sourceview/anjuta-view.h,
11474         plugins/sourceview/sourceview.c: Fixed text iteration and 
11475         IAnjutaEditor implementations in both scintilla
11476         and sourceview. Cleand up libanjuta API: Removed redundant
11477         erase_range() method from IAnjutaEditor interface, fixed
11478         ianjuta_editor_get_text to take length instead of range (consistency).
11479         autoindentation in both sourceview and scintilla more or less works,
11480         but still disabled for now because there are still some anomalies
11481         in text iteration.
11483         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
11485         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
11486         API changes.
11488 2006-07-30  Johannes Schmid <jhs@gnome.org>
11490         * plugins/sourceview/anjuta-document.c:
11491         * plugins/sourceview/anjuta-document.h:
11492         * plugins/sourceview/anjuta-view.c: 
11493         * plugins/sourceview/sourceview.c:
11494         Wrote a new "char_added" implementation, I hope this one is good
11496         * plugins/sourceview/sourceview-cell.c:
11497         Fixed typo: "text_iter" instead of "iter"
11499 2006-07-30 Naba Kumar  <naba@gnome.org>
11501         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
11503 2006-07-30  Johannes Schmid <jhs@gnome.org>
11505         * autogen.sh: use gnome-autogen.sh from gnome-coomen
11506         
11507         * plugins/debug-manager/plugin.c: 
11508         * plugins/patch/plugin.c:
11509         Use IAnjutaIndicable to mark debugger position
11511         * plugins/sourceview/sourceview.c:
11512         Define colors for IAnjutaIndicable
11514 2006-07-29  Johannes Schmid <jhs@gnome.org>
11516         * plugins/debug-manager/anjuta-debug-manager.ui:
11517         * plugins/debug-manager/breakpoints.c:
11518         * plugins/debug-manager/images/Makefile.am:
11519         * plugins/debug-manager/images/run-to-cursor.png:
11520         * plugins/debug-manager/plugin.c:
11521         Added toolbar and some icons
11523         * plugins/patch/anjuta-patch.ui:
11524         * plugins/patch/patch-plugin.c:
11525         * plugins/patch/patch-plugin.glade:
11526         * plugins/patch/plugin.c:
11527         * plugins/patch/plugin.h:
11528         Improved patch plugin (GUI and function)
11530         * plugins/sourceview/sourceview.c:
11531         Fixed another Gtk-Critical
11533         * plugins/tools/anjuta-tools.ui:
11534         * plugins/tools/plugin.h:
11535         Put Patch plugin in tools menu and changed ui file
11537 2006-07-29  Johannes Schmid <jhs@gnome.org>
11539         * plugins/document-manager/plugin.c:
11540         Fixed accelator Gtk-Warning
11542         * plugins/message-view/anjuta-msgman.c: 
11543         Fixed Gtk-Warning
11545         * plugins/sourceview/anjuta-document.c:
11546         * plugins/sourceview/anjuta-document.h:
11547         * plugins/sourceview/anjuta-marshal.list:
11548         Wrote a better emitter for the char-added signal
11550         * plugins/sourceview/sourceview.c:
11551         Fixed Redo/Undo to void Gtk-Criticals
11552         
11553         * plugins/sourceview/sourceview-args.c:
11554         * plugins/sourceview/sourceview-cell.c:
11555         * plugins/sourceview/sourceview-scope.c:
11556         * plugins/sourceview/sourceview-tags.c: 
11557         Adapted to new IAnjutaIterator API
11559 2006-07-28 Naba Kumar  <naba@gnome.org>
11561         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
11563         * plugins/symbol-browser/an_symbol.c,
11564         plugins/symbol-browser/an_symbol_iter.c,
11565         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
11566         subclass of AnjutaSymbol so that the symbol is accessible from
11567         the iter in light of changes in IAnjutaIterable.
11569         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
11570         implementation of IAnjutaIterable.
11572 2006-07-28 Naba Kumar  <naba@gnome.org>
11574         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
11575         IAnjutaIterable. They were kind of useless since the interface is
11576         defined on the data object itself. Added set_position() method
11577         in IAnjutaIterable to allow setting arbitrary current index to the
11578         iter.
11579         Added erase() and erase_range() in IAnjutaEditor.
11581         * plugins/editor/text-editor-iterable.c: Fixed 
11582         plugins/editor/text_editor.c: Implemented erase() and erase_range()
11583         methods in editor. Fixed get_line_from_position() method.
11585         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
11586         code. It's disabled for now.
11588         * plugins/sourceview/sourceview-cell.c,
11589         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
11590         implementation.
11592 2006-07-27  Johannes Schmid <jhs@gnome.org>
11594         * plugins/sourceview/sourceview-cell.c:
11595         Fixed IAnjutaEditorCell to work only on a single line
11596         Fixed crasher in finalize
11598         * plugins/symbol-browser/an_symbol_prefs.c:
11599         * global-tags/Makefile.am:
11600         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
11601         script installation     
11603 2006-07-26 Naba Kumar  <naba@gnome.org>
11605         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
11606         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
11607         
11608         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
11609         
11610         * plugins/document-manager/plugin.c: Fixed dynamic loading of
11611         support plugins
11612         
11613         * plugins/editor/text-editor-iterable.c,
11614         plugins/editor/text_editor.c,
11615         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
11616         method to work correctly, it was ignoring start and end parameters.
11617         Fixed TextEditorCell implementation. Fixed 'char-added' signal
11618         emission.
11619         
11620         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
11621         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
11623 2006-07-24  Massimo Cora'  <maxcvs@email.it>
11625         * plugins/symbol-browser/an_symbol_view.c,
11626         plugins/symbol-browser/an_symbol_view.h,
11627         plugins/symbol-browser/plugin.c:
11628     fix a matching case into sv_extract_type_qualifier_from_expr ()
11629     and some minor issues.
11631 2006-07-26  Johannes Schmid <jhs@gnome.org>
11633         * plugins/language-support-cpp-java/plugin.c:
11634         Fixed to work kind of with sourceview editor
11635         * plugins/sourceview/anjuta-document.c: 
11636         * plugins/sourceview/anjuta-view.c: 
11637         * plugins/sourceview/sourceview-cell.c:
11638         * plugins/sourceview/sourceview.c:
11639         Fixed IAnjutaEditorCell and "char-added" signal
11641 2006-07-24 Naba Kumar  <naba@gnome.org>
11643         * plugins/document-manager/plugin.c,
11644         plugins/document-manager/plugin.h: Initial implementedion for loading
11645         support plugins.
11646         
11647         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
11648         implementation.
11649         
11650         * plugins/editor/text_editor.c: Fixed syntax highlighting when
11651         indicators are cleared (that leaved grey texts).
11653 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
11655         * libanjuta/interfaces/libanjuta.idl,
11656         plugins/debug-manager/breakpoints.c,
11657         plugins/debug-manager/memory.c,
11658         plugins/debug-manager/registers.c,
11659         plugins/debug-manager/debug_tree.c,
11660         plugins/debug-manager/debugger.c,
11661         plugins/gdb/debugger.c,
11662         plugins/gdb/debugger.h,
11663         plugins/gdb/plugin.c:
11664         Add a parameter for reporting error
11665         Add a new interface for using gdb variable object
11666         Allow to cancel commands
11667         Rewrite handling of debugger state
11669         * plugins/debug-manager/plugin.c,
11670         plugins/debug-manager/locals.c,
11671         plugins/debug-manager/locals.h,
11672         plugins/debug-manager/register.c,
11673         plugins/debug-manager/stack_trace.c,
11674         plugins/debug-manager/stack_trace.h:
11675         Create and destroy local and stack trace windows when needed
11677 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11679         * plugins/document-manager/plugin.c:
11680         Fixed "Automatic" highlighting
11682 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
11684         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
11686         * plugins/sourceview/anjuta-view.c:
11687         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
11689 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
11690         
11691         * configure.in: Check for C/C++-Compiler correctly
11693 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
11695         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11697         * plugins/debug-manager/stack_trace.c:
11698         Destroy stack window when debuuger is disabled (#347414)
11699         
11700         * plugins/sourceview/anjuta-view.c:
11701         Fix a crash with popup-menu (#347412)
11703 2006-07-13 Naba Kumar  <naba@gnome.org>
11705         * plugins/editor/Makefile.am,
11706         plugins/editor/text_editor.h,
11707         plugins/editor/text-editor-iterable.h,
11708         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
11709         tested yet).
11710         
11711         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
11712         code.
11713         
11714         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
11716 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
11718         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
11719         Bug #342937
11720         
11721 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11723         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11725         * libanjuta/anjuta-preferences-dialog.c:
11726         Do not use the page_num returned by gtk_notebook_append_page to
11727         remove the page as it cause bugs when pages removal is not done
11728         in LIFO.
11730         * plugins/document-manager/anjuta-docman.c:
11731         * src/anjuta-app.c:
11732         makes Anjuta display dock_items which have previously been hidden
11734 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
11736         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
11738         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
11739         * plugins/sourceview/sourceview.c: (imark_unmark):
11740         
11741         Patches for bugs #346450 and #346295
11742         
11743         * AUTHORS: Added Fredrik
11745 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
11747         * plugins/message-view/anjuta-msgman.c: 
11748         Fixed close button/icon size (like in docman)
11750 2006-06-10 Naba Kumar <naba@gnome.org>
11752         * plugins/editor/text_editor.c: Fixed goto line to mark the line
11753         being set.
11754         
11755 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
11757         * libanjuta/interfaces/libanjuta.idl:
11758         Move inspect_memory function in IAnjutaCpuDebugger interface
11759         Rename Boolean type to State
11761         * plugins/debug-manager/breakpoint.c:
11762         Rename Boolean type to State
11764         * plugins/debug-manager/Makefile.am,
11765         plugins/debug-manager/anjuta-marshal.list,
11766         plugins/debug-manager/data_view.c,
11767         plugins/debug-manager/data_view.h,
11768         plugins/debug-manager/data_buffer.c,
11769         plugins/debug-manager/data_buffer.h,
11770         plugins/debug-manager/chunk_view.c,
11771         plugins/debug-manager/chunk_view.h,
11772         plugins/debug-manager/anjuta-debug-manager.ui,
11773         plugins/debug-manager/debugger.c,
11774         plugins/debug-manager/memory.c,
11775         plugins/debug-manager/memory.h,
11776         plugins/debug-manager/plugin.c,
11777         plugins/gdb/debugger.c,
11778         plugins/gdb/debugger.h,
11779         plugins/gdb/plugin.c:
11780         Rewrite memory window using a special widget
11781         Rename Boolean type to State
11783 2006-06-08 Naba Kumar <naba@gnome.org>
11785         * plugins/editor/text_editor.c (itext_editor_get_current_word):
11786         Do not return garbage characters and return NULL when there is no
11787         current word.
11788         
11789         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
11790         work correctly.
11791         
11792         * plugins/search/search-replace.c: Fixed a mem leak.
11794 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
11796         * libanjuta/anjuta-launcher.c:
11797         Added debug message (see #343522)
11798         
11799         * plugins/build-basic-autotools/build-basic-autotools.c:
11800         Patch from Günther Brammer to fix #344015
11802         * plugins/sourceview/sourceview.c:
11803         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
11804         automatic highlight of build messages)
11806 2006-06-06 Naba Kumar <naba@gnome.org>
11808         * configure.in,
11809         libanjuta/interfaces/libanjuta.idl,
11810         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11811         plugins/Makefile.am,
11812         plugins/document-manager/action-callbacks.c,
11813         plugins/document-manager/plugin.c,
11814         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
11815         interface for language highlight selection and langauge change
11816         signal.
11817         
11818         * plugins/language-support-cpp-java: Added language support
11819         plugin for cpp and java.
11821 2006-05-27  Naba Kumar  <naba@gnome.org>
11823         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
11824         plugins/debug-manager/*, data/Makefile.am,
11825         manuals/reference/libanjuta/libanjuta.types,
11826         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11827         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11828         merged anjuta-new-debugger branch into trunck.
11829         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
11831 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
11832         
11833         * libanjuta/interfaces/libanjuta.idl,
11834         plugins/debug-manager/debugger.c,
11835         plugins/debug-manager/debugger.h,
11836         plugins/gdb/anjuta-gdb.plugin.in,
11837         plugins/gdb/debugger.c,
11838         plugins/gdb/debugger.h,
11839         plugins/gdb/plugin.c:
11840         Add new IAnjutaCpuDebugger interface to access cpu register
11841         Run gdb instead of /usr/local/bin/gdb
11842         
11843         * plugins/debug-manager/plugin.c,
11844         plugins/debug-manager/registers.c,
11845         plugins/debug-manager/registers.h:
11846         Rewrite register window
11847         Rename Load target menu item to Run target
11849 2006-05-07  Naba Kumar  <naba@gnome.org>
11851         * plugins/gdb.init
11852         
11853 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
11855         * plugins/debug-manager/watch.c,
11856         plugins/debug-manager/breakpoint.c,
11857         plugins/debug-manager/breakpoint.h:
11858         Fix crash: disconnect save and load session signals
11860 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
11862         * libanjuta/interface/libanjuta.idl,
11863         plugins/debug-manager/debugger.c,
11864         plugins/gdb/plugin.c:
11865         Add a value parameter for evaluate command
11867         * plugins/debug-manager/anjuta-debug-manager.glade:
11868         Create new dialog box for watches using glade
11870         * plugins/debug-manager/anjuta-debug-manager.ui:
11871         Move watch menu items near the end
11872         Move breakpoint menu items outside the sub menu
11874         * plugins/debug-manager/debug_tree.c,
11875         plugins/debug-manager/debug_tree.h,
11876         plugins/debug-manager/debug_tree.h,
11877         plugins/debug-manager/watch.c:
11878         Move all GUI code from watch.c to debug_tree.c
11879         Add an auto update property to watches
11880         
11881         * plugins/debug-manager/locals.c,
11882         plugins/debug-manager/locals.h,
11883         plugins/debug-manager/stack_trace.c,
11884         plugins/debug-manager/stack_trace.h,
11885         plugins/debug-manager/plugin.c:
11886         Register actions before starting debugger
11888         * plugins/gdb/debugger.c:
11889         Do not call callback function if not present
11891 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
11893         * libanjuta/interfaces/libanjuta.idl,
11894         plugins/debug-manager/stack_trace.c,
11895         plugins/debug-manager/stack_trace.h,
11896         plugins/debug-manager/anjuta-debug-manager.ui,
11897         plugins/gdb/debugger.c:
11898         Add a popup menu in stack frame window
11899         Add a new frame-changed event
11900         Use MI command for getting stack informations
11901         Get filename with full path (need gdb > 6.3)
11903         * libanjuta/interfaces/libanjuta.idl,
11904         plugins/debug-manager/debug_tree.c,
11905         plugins/debug-manager/debugger.c,
11906         plugins/debug-manager/locals.c,
11907         plugins/debug-manager/locals.h,
11908         plugins/debug-manager/plugin.c,
11909         plugins/gdb/debugger.c,
11910         plugins/gdb/debugger.h,
11911         plugins/gdb/parser.c,
11912         plugins/gdb/parser.h,
11913         plugins/gdb/plugin.c,
11914         plugins/gdb/Makefile.am:
11915         Pass watch data with string instead of Watch structures
11916         Use debug_tree in local window
11917         Remove info local
11918         Remove parser.{ch}
11920         * plugins/debug-manager/breakpoints.c,
11921         plugins/debug-manager/utilities.c,
11922         plugins/debug-manager/utilities.h:
11923         Use a GtkListStore instead of a GtkTreeStore
11924         move goto_location_in_editor in utilities.c
11925         
11926 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
11928         * libanjuta/interfaces/libanjuta.idl,
11929         plugins/debug-manager/anjuta-debug-manager.ui,
11930         plugins/debug-manager/breakpoints.c,
11931         plugins/debug-manager/plugin.c,
11932         plugins/gdb/debugger.c:
11933         Add a breakpoint type
11934         Add new popup menu in breakpoint window
11935         Add toggle breakpoint in editor popup menu
11936         Save and restore breakpoint enable
11937         Fix bug in clear all breakpoints
11938         Remove old useless code
11940         * plugins/debug-manager/debugger.c:
11941         Fix some problem with debugger states
11943         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
11944         Update documentation
11945         
11946 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
11948         * data/Makefile.am,
11949         plugins/gdb/Makefile.am,
11950         plugins/gdb/gdb.init:
11951         Move gdb.init crom data to plugins/gdb
11953         * plugins/gdb/gdb.init,
11954         libanjuta/interfaces/libanjuta.idl,
11955         plugins/debug-manager/breakpoints.c,
11956         plugins/debug-manager/debugger.c,
11957         plugins/debug-manager/plugin.c,
11958         plugins/gdb/debugger.c,
11959         plugins/gdb/plugin.c:
11960         Support pending breakpoints
11961         Rewrite debugger states
11962         Split ianjuta_debugger_log into _enable_log and _disable_log
11964         * plugins/debug-manager/start.c,
11965         plugins/debug-manager/debug_tree.c,
11966         plugins/gdb/parser.c:
11967         Remove some useless lines
11969         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11970         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11971         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
11972         Update documentation
11974 2006-03-12 Naba Kumar <naba@gnome.org>
11976         * manuals/references/libanjuta/libanjuta.types: Fixed
11977         debug-manager name.
11978         
11979 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
11981         * libanjuta/anjuta-debugger.c,
11982         libanjuta/anjuta-debugger.h:
11983         Remove those files
11984         
11985         * libanjuta/interfaces/libanjuta.idl,
11986         plugins/debug-mananger/breakpoints.c,
11987         plugins/debug-manager/debug_tree.c,
11988         plugins/debug-manager/debugger.c,
11989         plugins/debug-manager/plugin.c,
11990         plugins/debug-manager/registers.c,
11991         plugins/debug-manager/sharedlib.c,
11992         plugins/debug-manager/signal.c,
11993         plugins/debug-manager/stack_trace.c,
11994         plugins/debug-manager/start.c,
11995         plugins/debug-manager/watch.c,
11996         plugins/gdb/debugger.c,
11997         plugins/gdb/debugger.h,
11998         plugins/gdb/parser.c,
11999         plugins/gdb/parser.h,
12000         plugins/gdb/plugin.c:
12001         Move types definitions from libanjuta/anjuta-debugger.{ch}
12002         Rename types from AnjutaDebugger* to IAnjutaDebugger*
12003         
12004         * plugins/gdb/Makefile.am:
12005         Remove user interface from gdb plugin
12007 2006-03-12 Naba Kumar <naba@gnome.org>
12009         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
12011 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
12013         Modified Patch from Marc Maurer <uwog@uwog.net>:
12014         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
12015         Fixes #342447
12016         
12017         * plugins/sourceview/Makefile.am:
12018         * plugins/sourceview/sourceview-cell.c:
12019         * plugins/sourceview/sourceview-cell.h:
12020         * plugins/sourceview/sourceview.c: 
12021         
12022         Implemented IAnjutaEditorCell
12024 2006-05-21  Naba Kumar  <naba@gnome.org>
12026         * libanjuta/interfaces/libanjuta.idl,
12027         plugins/document-manager/action-callbacks.c,
12028         plugins/document-manager/plugin.c,
12029         plugins/editor/print.c, plugins/editor/text_editor.c,
12030         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
12031         Fixed zooming and added icons and shortcuts for zoom menu items.
12033 2006-05-21  Naba Kumar  <naba@gnome.org>
12035         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
12036         whitespaces.
12038 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12040         * plugins/document-manager/anjuta-docman.c:
12041         Fixed close button reaction by setting the correct current editor
12043 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12045         Patch from Yang Hong <yanghong@ccoss.com.cn>:
12046         * plugins/document-manager/anjuta-docman.c
12047         - Fix close button, you can close any tab as you wish now.
12048         - Fadeout mime icon as the same as close image  
12050 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
12052         Patch from Marc Maurer <uwog@uwog.net>
12053         * main.c: Compile fix when NLS is enabled
12054         
12055         AUTHORS: Added Marc
12057 2006-05-20  Naba Kumar  <naba@gnome.org>
12059         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
12060         while loading abiword-2.4.4/abi project).
12062 2006-05-18 Naba Kumar  <naba@gnome.org>
12064         * libanjuta/interfaces/libanjuta.idl,
12065         plugins/document-manager/action-callbacks.c,
12066         plugins/editor/print.c,
12067         plugins/editor/text_editor.c,
12068         plugins/editor/text_editor.h,
12069         plugins/editor/text_editor_prefs.c: Fixed zooming.
12070         
12071         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
12072         interface for character iteration and IAnjutaEditorAssist interface
12073         for autocompletions and editor tips.
12075 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
12077         Patch from Günther Brammer <GBrammer@gmx.de>:
12078         * plugins/document-manager/anjuta-docman.c:
12079         Make tabs smaller but keep nice closing icon
12081         * plugins/document-manager/anjuta-docman.c:
12082         * plugins/document-manager/Makefile.am:
12083         
12084         Added nice mime-icons to the editor tabs
12086 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
12088         * configure.in: Bumped version to 2.0.3 (pre-release increment)
12089         
12090         * plugins/symbol-browser/an_symbol_view.c:
12091         - Fixed crasher
12092         - Fixed symbol searching (Yang Hong (#341997))
12093         
12094         * plugins/devhelp/htmlview.c:
12095         Fixed devhelp plugin
12096         
12097         * plugins/build-basic-autotools/build-basic-autotools.c:
12098         * plugins/search/search-replace.c:
12099         * plugins/document-manager/anjuta-docman.c:
12100         
12101         Only add a marker to a line where it makes sense!
12103 === anjuta 2.0.2 ===
12105 2006-05-15  Naba Kumar  <naba@gnome.org>
12107         * configure.in: set required versions for
12108         gdl and glade3.
12109         
12110 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12112         * plugins/glade/plugin.c:
12113         Fixed signal connection for "gtk-doc-search"
12115 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
12117         * NEWS: Set release date, add known issues
12118         
12119         * libanjuta/anjuta-shell.c:
12120         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
12121         and debug other gtk-warnings/criticals)
12122         
12123         * plugins/build-basic-autotools/build-basic-autotools.c:
12124         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
12125         
12126         * plugins/sourceview/anjuta-view.c:
12127         * plugins/sourceview/sourceview-args.c:
12128         * plugins/sourceview/sourceview-scope.c:
12129         * plugins/sourceview/sourceview-tags.c:
12130         Fixed gtk-criticals (gtk_source_language_get_mime_types)
12132 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12134         * pixmaps/Makefile.am:
12135         Add preferences_general.png
12136         
12137         * plugins/devhelp/plugin.c:
12138         Fixed some more realise things
12139         
12140         * plugins/message-view/anjuta-msgman.c:
12141         Support stock icons for message panes
12142         
12143         * plugins/search/search-replace.c:
12144         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
12145          
12146         * plugins/search/search-replace_backend.c:
12147         Fixed #341359
12148         
12149         * plugins/sourceview/anjuta-document.c:
12150         * plugins/sourceview/sourceview.c:
12151         Fixed finalise and tag completion
12152         
12153         * src/anjuta-app.c:
12154         Use preferences_general icon
12156 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12158         * pixmaps/Makefile.am:
12159         Fixed EXTRA_DIST
12161 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
12163         * plugins/sourceview/sourceview-prefs.c:
12164         Fixed font & color handling
12165         
12166         * plugins/symbol-browser/an_symbol_view.c:
12167         Fixed crasher
12169 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
12171         * plugins/macro/macros.xml:
12172         Fixed bug #341583 (Address of FSF)
12174 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
12176         * src/main.c:
12177         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
12178         Update: Do it the cool way...
12179         
12180 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12182         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
12183         Implement gtk-api-help signals of glade3
12184         * configure.in: Bump to glade3 2.91.2
12185         
12186         * plugins/devhelp/plugin.c:
12187         Fixed some realize stuff in the devhelp plugin
12188         
12189         * plugins/sourceview/anjuta-document.c:
12190         fixed bug with scope completion
12192 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
12194         * plugins/symbol-browser/an_symbol_view.c
12195         * plugins/symbol-browser/an_symbol_prefs.c
12196         * plugins/symbol-browser/an_symbol_prefs.h
12197         * global_tags/create_global_tags.sh:
12198         
12199         Automaticly create global tags on first startup
12201 2006-05-08  Massimo Cora'  <maxcvs@email.it>
12203         * configure.in:
12204         * plugins/project-wizard/templates/Makefile.am:
12205         * (added) plugins/project-wizard/templates/cpp-logo.png:
12206         * (added) plugins/project-wizard/templates/cpp.wiz:
12207         * (added) plugins/project-wizard/templates/cpp/*:
12209         Added a generic c++ template. It's a simple hello world.
12211 2006-05-07  Massimo Cora' <maxcvs@email.it>
12213         * plugins/symbol-browser/an_symbol_view.c:
12214         fixed a stupid crasher.
12216 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
12218         * plugins/project-wizard/templates/wxwin/configure.in.tpl
12219         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
12220         
12221         Fixed WxWidgets project type
12223 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12225         * plugins/devhelp/htmlview.c: 
12226         * plugins/devhelp/plugin.c:
12227         Maybe I fixed the crash this time! I could at least not reproduce anymore!
12228         
12229         * plugins/project-wizard/install.c:
12230         Don't set a message - thanks to seb
12232 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
12234         * plugins/devhelp/htmlview.c: 
12235         * plugins/symbol-browser/an_symbol_view.c:
12236         
12237         There is a weird crash in gtk_idle which I still did not completly fix!
12238         
12239         * plugins/project-wizard/install.c:
12240         Default to success instead of failure
12242 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
12244         * plugins/devhelp/htmlview.c:
12245         * plugins/devhelp/plugin.c:
12246         Fixed bug and libdevhelp issue!
12248         * plugins/project-wizard/install.c:
12249         Fixed message string!
12251 2006-05-03  Massimo Cora' <maxcvs@email.it>
12252        
12253         * plugins/symbol-browser/an_symbol_view.c:
12254         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
12256 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12258         * pixmaps/Makefile.am:
12259         * src/main.c:
12260         * anjuta.desktop.in.in
12261         
12262         GNOME Goal #2.1: Install theme-friendly icons
12264 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12266         * plugins/devhelp/htmlview.c: Reload page on reparent
12267         * plugins/document-manager/anjuta-docman.c:
12268         Present document-manager when document is selected in file-manager
12270 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12272         * plugins/symbol-broser/an_symbol_view.c:
12273         Fixed crasher in namespace exploration
12275 2006-05-01  Massimo Cora' <maxcvs@email.it>
12277         * configure.in:
12278         * plugins/valgrind/Makefile.am:
12280         Optional compiling of Valgrind plugin
12282 2006-05-01  Massimo Cora' <maxcvs@email.it>
12284         * plugins/symbol-browser/an_symbol_view.c:
12285         - modularized code. Marked with FIXME the parts which need improvement.
12286         - More comments.
12287     - Added basic namespace completion for Gtkmm type project:
12288     - namespace1::MyClass *class;
12289     - class-> [display]
12290     - Namespaces must be anyway improved.
12292 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12294         * plugins/devhelp/plugin.c: 
12295         Fixed up plugin unloading and show html widget on link selected
12296         
12297         * NEWS: Updated
12298         
12299 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
12301         * plugins/devhelp/Makefile.am:
12302         * plugins/devhelp/anjuta-devhelp.plugin.in:
12303         * plugins/devhelp/htmlview.c:
12304         * plugins/devhelp/htmlview.h:
12305         * plugins/devhelp/plugin.c: 
12306         * plugins/devhelp/plugin.h:
12307         Reimplemeted devhelp plugin from scratch
12308         
12309         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
12310         Fixed crasher
12312 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
12314         * plugins/sourceview/sourceview-tags.c:
12315         complete some more tag types
12316         
12317         * plugins/valgrind/plugin.c:
12318         * plugins/valgrind/preferences.c:
12319         * plugins/valgrind/vggeneralprefs.c:
12320         
12321         Fixed lots of gtk warnings
12323 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
12325         * plugins/sourceview/sourceview-scope.c:
12326         Implemented type-ahead for scope completion
12328 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
12330         * manuals/C/Makefile.am:
12331         * manuals/Makefile.am:
12332         * plugins/document-manager/Makefile.am:
12333         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12334         * plugins/sourceview/Makefile.am:
12335         * tagmanager/c.c:
12336         
12337         Fixed distcheck
12338         
12339         * plugins/class-gen/goc_template_header: G_END_DECLS
12341 2006-05-27  Naba Kumar <naba@gnome.org>
12343         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
12344         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
12345         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
12346         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
12347         scintilla/include/Scintilla.iface,
12348         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
12349         cvs. Fixed compile flags. Removed outdated patches.
12351 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
12353         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
12355         * plugins/sourceview/anjuta-document.c:
12356         * plugins/sourceview/sourceview-args.c:
12357         * plugins/sourceview/sourceview-scope.c:
12358         
12359         Add End/Home keypresses and support completion if symbol start with '!' for example
12360         in an if statement
12362 2006-04-27 Massimo Cora' <maxcvs@email.it>
12364         * libanjuta/interfaces/libanjuta.idl:
12366         * plugins/sourceview/sourceview-scope.c:
12367         * plugins/sourceview/tag-window.c: 
12368         * plugins/sourceview/tag-window.h:
12369         * plugins/symbol-browser/an_symbol_view.c:
12370         * plugins/symbol-browser/an_symbol_view.h:
12371         * plugins/symbol-browser/plugin.c:
12372         
12373         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
12374         interface.
12375         Code and ideas for C/C++ new completion engine comes from IComplete written by
12376         Martin Stubenschrott <stubenschrott@gmx.net>.
12377         Currently the interface works only with GtkSourceView plugin.   
12378         
12379         * tagmanager/Makefile.am:
12380         * tagmanager/c.c: 
12381         * tagmanager/entry.h:
12382         * tagmanager/get.c:
12383         * tagmanager/get.h:
12384         * tagmanager/include/tm_file_entry.h:
12385         * tagmanager/include/tm_project.h:
12386         * tagmanager/include/tm_source_file.h:
12387         * tagmanager/include/tm_symbol.h:
12388         * tagmanager/include/tm_tagmanager.h:
12389         * tagmanager/include/tm_work_object.h:
12390         * tagmanager/include/tm_workspace.h:
12391         * tagmanager/parse.c:
12392         * tagmanager/read.c: 
12393         * tagmanager/read.h:
12394         * tagmanager/tm_project.c: 
12395         * tagmanager/tm_source_file.c: 
12396         * tagmanager/tm_workspace.c:
12397         
12398         Tagmanager can now parse a memory buffer and generate/update 
12399         tags into tm_workspace/tm_project on the fly, without using files.
12400         C/C++ is supported now.
12401         
12402 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
12404         * plugins/sourceview/anjuta-document.c:
12405         * plugins/sourceview/sourceview-args.c:
12406         * plugins/sourceview/sourceview-scope.c:
12407         * plugins/sourceview/sourceview.c:
12408         
12409         Fixed some memory leaks and argument completion
12411 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12413         * plugins/glade/plugin.c:
12414         
12415         Fixed glade plugin build because of API changes in glade3
12417 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
12419         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12420         Updated editor section
12421         
12422         * manuals/C/anjuta-manual/interface.xml:
12423         * manuals/C/anjuta-manual/preferences.xml:
12424         * manuals/C/anjuta-manual/projects.xml:
12425         Updated manual
12426         
12427         * plugins/editor/anjuta-editor.plugin.in:
12428         Better plugin name
12430 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12432         * configure.in:
12433         * plugins/editor/anjuta-editor.plugin.in:
12434         * plugins/sourceview/sourceview.plugin.in:
12436         Build both editors and let the user decide a runtime!
12437         
12438         * plugins/sourceview/sourceview-scope.c:
12439         Fixed bug in regex to allow test()-> completions
12441 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
12443         * plugins/sourceview/anjuta-document.c:
12444         * plugins/sourceview/sourceview-args.c: 
12445         * plugins/sourceview/sourceview-scope.c:
12446         * plugins/sourceview/sourceview-tags.c:
12447         * plugins/sourceview/tag-window.c: 
12448         
12449         Improved callltip windows
12451 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12453         * src/anjuta-app.c: (on_session_save):
12454         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
12455         <ricardo.jose.ferrari@gmail.com> for pointing this out!
12457 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12459         * libanjuta/anjuta-utils.c: 
12460         * plugins/cvs-plugin/cvs-execute.c:
12461         Off-by-one...
12463         * scintilla/LexInno.cxx:
12464         * scintilla/LexOpal.cxx:
12465         * scintilla/LexTCL.cxx:
12467         Added missing files from scintilla-update
12469 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12471         * configure.in:
12472         * manuals/C/Makefile.am:
12473         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
12474         * manuals/C/anjuta-manual/Makefile.am:
12475         * manuals/C/anjuta-manual/anjuta-manual.xml:
12476         * manuals/C/anjuta-manual/build.xml:
12477         * manuals/C/anjuta-manual/debugger.xml:
12478         * manuals/C/anjuta-manual/execute.xml:
12479         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
12480         * manuals/C/anjuta-manual/figures/arguments.png:
12481         * manuals/C/anjuta-manual/figures/configure_dlg.png:
12482         * manuals/C/anjuta-manual/figures/file_menu.png:
12483         * manuals/C/anjuta-manual/figures/menu_main.png:
12484         * manuals/C/anjuta-manual/figures/menubar.png:
12485         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
12486         * manuals/C/anjuta-manual/figures/project_info.png:
12487         * manuals/C/anjuta-manual/figures/scrshot.png:
12488         * manuals/C/anjuta-manual/figures/symbol_browser.png:
12489         * manuals/C/anjuta-manual/figures/tool-editor.png:
12490         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
12491         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
12492         * manuals/C/anjuta-manual/figures/toolbar_format.png:
12493         * manuals/C/anjuta-manual/figures/toolbar_main.png:
12494         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
12495         * manuals/C/anjuta-manual/fileoperations.xml:
12496         * manuals/C/anjuta-manual/interface.xml:
12497         * manuals/C/anjuta-manual/introduction.xml:
12498         * manuals/C/anjuta-manual/preferences.xml:
12499         * manuals/C/anjuta-manual/projects.xml:
12500         * manuals/C/anjuta-manual/tools.xml:
12501         * manuals/Makefile.am:
12502         
12503         Updated manual and faq
12505         * scintilla/CallTip.cxx:
12506         * scintilla/CallTip.h:
12507         * scintilla/CellBuffer.cxx:
12508         * scintilla/CellBuffer.h:
12509         * scintilla/ContractionState.cxx:
12510         * scintilla/Document.cxx:
12511         * scintilla/Document.h:
12512         * scintilla/DocumentAccessor.cxx:
12513         * scintilla/Editor.cxx:
12514         * scintilla/Editor.h:
12515         * scintilla/ExternalLexer.cxx:
12516         * scintilla/Indicator.cxx:
12517         * scintilla/KeyMap.cxx:
12518         * scintilla/KeyWords.cxx:
12519         * scintilla/LexAU3.cxx:
12520         * scintilla/LexBash.cxx:
12521         * scintilla/LexCPP.cxx:
12522         * scintilla/LexCaml.cxx:
12523         * scintilla/LexCsound.cxx:
12524         * scintilla/LexEiffel.cxx:
12525         * scintilla/LexGui4Cli.cxx:
12526         * scintilla/LexHTML.cxx:
12527         * scintilla/LexLua.cxx:
12528         * scintilla/LexMSSQL.cxx:
12529         * scintilla/LexOthers.cxx:
12530         * scintilla/LexPOV.cxx:
12531         * scintilla/LexPython.cxx:
12532         * scintilla/LexRuby.cxx:
12533         * scintilla/LexSQL.cxx:
12534         * scintilla/LexVB.cxx:
12535         * scintilla/Makefile.am:
12536         * scintilla/PlatGTK.cxx:
12537         * scintilla/PropSet.cxx:
12538         * scintilla/RESearch.cxx:
12539         * scintilla/RESearch.h:
12540         * scintilla/ScintillaBase.cxx:
12541         * scintilla/ScintillaGTK.cxx:
12542         * scintilla/StyleContext.h:
12543         * scintilla/ViewStyle.cxx:
12544         * scintilla/ViewStyle.h:
12545         * scintilla/XPM.cxx:
12546         * scintilla/include/KeyWords.h:
12547         * scintilla/include/Platform.h:
12548         * scintilla/include/PropSet.h:
12549         * scintilla/include/SciLexer.h:
12550         * scintilla/include/Scintilla.h:
12551         * scintilla/include/Scintilla.iface:
12552         * scintilla/include/ScintillaWidget.h:
12553         * scintilla/lexers.make:
12555         Update to scintilla 1.68
12557         * src/anjuta-app.c:
12558         Only show help items which are really availible
12560         * plugins/cvs-plugin/cvs-callbacks.c
12561         * plugins/cvs-plugin/cvs-execute.c
12562         * plugins/cvs-plugin/subversion-callbacks.c:
12563         * libanjuta/anjuta-utils.c:
12564         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
12566 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
12568         * plugins/project-wizard/install.c,
12569         * plugins/project-wizard/autogen.c:
12570         Add error messages if using a read only directory
12571         Improve fix for bug #339296
12573 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
12575         * libanjuta/interfaces/libanjuta.idl:
12576         * plugins/document-manager/action-callbacks.c:
12577         * plugins/document-manager/plugin.c:
12578         * plugins/editor/text_editor.c:
12579         Added IAnjutaEditorGoto 
12581         * plugins/editor/aneditor.cxx:
12582         * plugins/editor/aneditor.h:
12583         * plugins/editor/text_editor.h:
12584         * plugins/editor/text_editor_prefs.c:
12585         
12586         Fixed #305076
12588 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
12590         * libanjuta/interfaces/libanjuta.idl:
12591         * plugins/document-manager/action-callbacks.c:
12592         * plugins/document-manager/anjuta-docman.c:
12593         * plugins/document-manager/plugin.c:
12594         * plugins/editor/text_editor.c: 
12595         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
12596         
12597         * plugins/sourceview/sourceview.c:
12598         * plugins/sourceview/sourceview.glade:
12599         Fixed some uft-8 issues and added a preference option
12600         to enable/disable gnome-vfs monitoring
12601         
12602         * scintilla/Makefile.am:
12603         * scintilla/include/Makefile.am:
12604         Fixed build
12606 2006-04-20  Massimo Cora' <maxcvs@email.it>
12608         * libanjuta/interfaces/libanjuta.idl:
12609         Remove get_current_pos () because we have get_position()
12611 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
12613         * NEWS: Updated
12614         * plugins/sourceview/tag-window.c:
12615         Don't close window on PageUp/PageDown
12617 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
12619         * data/Makefile.am:
12620         * manuals/reference/libanjuta/Makefile.am:
12621         
12622         Some build fixes
12623         
12624         * src/Makefile.am:
12625         * src/bacon-message-connection.c: 
12626         * src/bacon-message-connection.h: (both from gedit)
12627         * src/main.c:
12628         
12629         Fixed #312319 (Opening files when Anjuta is already open)
12631 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12633         * TODO.tasks: Updated
12634         * plugins/sourceview/anjuta-view.c: 
12635         * plugins/sourceview/anjuta-view.h:
12636         * plugins/sourceview/sourceview.c: 
12637         
12638         * configure.in: Fix --enable-plugin-scintilla
12639         
12640         Added char_added signal
12642 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
12644         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
12645         
12646         Fixed diff for utf8
12647         
12648         * plugins/sourceview/sourceview.c:
12649         Fixed VFS monitoring (still a bit buggy)
12650         
12651         * plugins/sourceview/sourceview-args.c:
12652         * plugins/sourceview/tag-window.c: 
12653         
12654         Better sizing for the popup-window
12656 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
12658         * plugins/project-wizard/templates/gnome/src/main.c:
12659         * plugins/project-wizard/templates/gnome/src/project.glade:
12660         * plugins/project-wizard/templates/gtk/src/main.c: 
12661         * plugins/project-wizard/templates/gtk/src/project.glade:
12662         * plugins/project-wizard/templates/gtkmm/src/main.cc:
12663         
12664         Fixed up GLADE_FILE definition in project types and fixed bug #334546
12665         
12666 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
12668         * configure.in: More removal of obsoleteness.
12669         * po/no.po:
12671 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
12673         * ROADMAP:
12674         * libanjuta/anjuta-preferences.c: 
12675         * libanjuta/anjuta-utils.c: 
12676         * libanjuta/anjuta-utils.h:
12677         * plugins/message-view/message-view.c:
12678         
12679         Changed color functions and moved convert_color to anjuta-utils.h
12680         
12681         * plugins/message-view/anjuta-message-manager-plugin.glade:
12682         GnomeColorPicker -> GtkColorButton (bug #309154)
12683         
12684         * plugins/sourceview/plugin.c:
12685         * plugins/sourceview/sourceview-prefs.c:
12686         * plugins/sourceview/sourceview.glade:
12687         Added color and font preferences
12689         * plugins/sourceview/sourceview-tags.c:
12690         Only show as much choices as configured in preferences
12692 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12694         * ROADMAP, NEWS: Updated (we are far behind ;-)
12695         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
12697 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
12699         * configure.in:
12700         * plugins/editor/Makefile.am:
12701         * scintilla/Makefile.am
12702         
12703         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
12704         
12705         * global-tags/Makefile.am:
12706         * global-tags/create_global_tags.sh:
12707         * plugins/symbol-browser/an_symbol_prefs.c:
12708         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
12709         * plugins/symbol-browser/plugin.h:
12710         * tagmanager/include/tm_workspace.h:
12711         * tagmanager/tm_workspace.c:
12712         
12713         Fixed symbol-browser prefs and move global tags generation from installtion to
12714         preferences to make the life easier for distributers and to allow updates after installtion
12716         * plugins/document-manager/action-callbacks.c: 
12717         * plugins/document-manager/action-callbacks.h:
12718         * plugins/document-manager/anjuta-document-manager.ui:
12719         * plugins/document-manager/indent-util.c:
12720         * plugins/document-manager/plugin.c:
12721         * plugins/editor/text_editor.c:
12722         
12723         Moved indent stuff to document-manager
12724         
12725         * plugins/sourceview/anjuta-view.c: 
12726         * plugins/sourceview/sourceview-args.c: 
12727         * plugins/sourceview/sourceview-scope.c:
12728         * plugins/sourceview/sourceview-tags.c: 
12729         * plugins/sourceview/sourceview.c:
12730         
12731         Fixed several bugs
12732         
12733         * plugins/sourceview/sourceview.plugin (removed):
12734         * plugins/sourceview/sourceview.plugin.in:
12735         Editor is not user-activatible
12736         
12737         * plugins/sourceview/sourceview.png:
12738         Updated icon
12740 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
12742         * src/anjuta-app.c: Fixed crasher on plugin unloading
12744 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
12746         * plugins/sourceview/sourceview.c
12747         * plugins/sourceview/sourceview-args.c
12748         * plugins/sourceview/sourceview-args.h:
12749         
12750         Polished argument completion
12752 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
12754         * plugins/message-view/anjuta-msgman.c:
12755         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
12756         
12757         Show message pane on switch (does not work, anjuta_shell needs a fix)
12758         
12759         * plugins/sourceview/Makefile.am:
12760         * plugins/sourceview/anjuta-view.c: (find_tag_window),
12761         * plugins/sourceview/sourceview-args.c: 
12762         * plugins/sourceview/sourceview-args.h:
12763         * plugins/sourceview/sourceview-private.h:
12764         * plugins/sourceview/sourceview-scope.c: 
12765         (sourceview_scope_update), (sourceview_scope_filter_keypress):
12766         * plugins/sourceview/sourceview-tags.c:
12767         * plugins/sourceview/sourceview.c:
12768         * plugins/sourceview/tag-window.c:
12769         * plugins/sourceview/tag-window.h:
12770         
12771         Added scope and argument completion
12773 2006-04-03  Johannes Schmid <jhs@gnome.org>
12775         * TODO.tasks
12776         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
12777         (on_widget_remove):
12778         Save toolbar state
12780         * plugins/sourceview/sourceview.c: (iselect_clear):
12781         Make "Delete"-key working
12783         * configure.in: #336389
12785 2006-04-03  Johannes Schmid <jhs@gnome.org>
12787         * plugins/sourceview/Makefile.am:
12788         * plugins/sourceview/anjuta-view.c:
12789         * plugins/sourceview/plugin.c: 
12790         * plugins/sourceview/sourceview-private.h:
12791         * plugins/sourceview/sourceview-scope.c:
12792         * plugins/sourceview/sourceview-scope.h:
12793         * plugins/sourceview/sourceview-tags.c: 
12794         * plugins/sourceview/sourceview-tags.h:
12795         * plugins/sourceview/sourceview.c:
12796         * plugins/sourceview/sourceview.h:
12797         * plugins/sourceview/tag-window.c:
12798         
12799         - fixed goto_file_line
12800         - scroll to cursor on undo/redo
12801         - show correct popup-menu
12802         - scope completion (not ready yet)
12804 2006-04-03  Johannes Schmid <jhs@gnome.org>
12806         * plugins/sourceview/plugin.c: 
12807         * plugins/sourceview/sourceview-tags.c:
12808         * plugins/sourceview/sourceview.c: 
12809         * plugins/sourceview/sourceview.h:
12810         * plugins/sourceview/tag-window.c:
12811         
12812         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
12814 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12816         * plugins/sourceview/sourceview.c:
12817         Fixed next/previous bookmark.
12818         Toggled bookmark (set/unset).
12820 2006-04-03  Johannes Schmid <jhs@gnome.org>
12822         * plugins/document-manager/action-callbacks.c:
12823         Fixed Gtk-Warning in goto_line
12824         
12825         * plugins/sourceview/Makefile.am:
12826         * plugins/sourceview/anjuta-document.c:
12827         * plugins/sourceview/anjuta-view.c: 
12828         * plugins/sourceview/anjuta-view.h:
12829         * plugins/sourceview/sourceview-autocomplete.c:
12830         * plugins/sourceview/sourceview-autocomplete.h:
12831         * plugins/sourceview/sourceview-private.h:
12832         * plugins/sourceview/sourceview-tags.c:
12833         * plugins/sourceview/sourceview-tags.h:
12834         * plugins/sourceview/sourceview.c:
12835         * plugins/sourceview/tag-window.c:
12836         * plugins/sourceview/tag-window.h:
12837         Created a nice API for tag and completion windows
12838         
12839         * plugins/sourceview/sourceview-print.h:
12840         * plugins/sourceview/sourceview-print.c:
12841         Added printing
12842                 
12843 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12845         * plugins/sourceview/sourceview.c:
12846         Fixed typo (Sort bookmarks).
12847         
12848 2006-04-01  Johannes Schmid <jhs@gnome.org>
12850         * plugins/sourceview/anjuta-document.c:
12851         * plugins/sourceview/anjuta-document.h:
12852         * plugins/sourceview/anjuta-view.c:
12853         * plugins/sourceview/anjuta-view.h:
12854         * plugins/sourceview/sourceview-autocomplete.c:
12855         * plugins/sourceview/sourceview-autocomplete.h:
12856         * plugins/sourceview/sourceview-prefs.c:
12857         * plugins/sourceview/sourceview-prefs.h:
12858         * plugins/sourceview/sourceview-private.h:
12859         * plugins/sourceview/sourceview-tags.c:
12860         * plugins/sourceview/sourceview-tags.h:
12861         * plugins/sourceview/sourceview.c:
12862         * plugins/sourceview/sourceview.glade:
12863         * plugins/sourceview/tag-window.c: 
12864         * plugins/sourceview/tag-window.h:
12865         
12866         Improved code complete and autocomplete
12868 2006-04-01  Johannes Schmid <jhs@gnome.org>
12870         * plugins/sourceview/Makefile.am:
12871         * plugins/sourceview/bookmark.png:
12872         * plugins/sourceview/marker-attentive.png:
12873         * plugins/sourceview/marker-basic.png:
12874         * plugins/sourceview/marker-intense.png:
12875         * plugins/sourceview/marker-light.png:
12876         * plugins/sourceview/sourceview.c: 
12877         
12878         Added pixmaps for all marker types and show bookmarks
12879         
12880         * configure.in
12881         * plugins/sourceview/Makefile.am:
12882         Build sourceview on 2.14 only
12884 2006-03-31  Johannes Schmid <jhs@gnome.org>
12886         * plugins/sourceview/Makefile.am:
12887         * plugins/sourceview/anjuta-document.c:
12888         * plugins/sourceview/anjuta-view.c:
12889         * plugins/sourceview/anjuta-view.h:
12890         * plugins/sourceview/sourceview-autocomplete.c:
12891         * plugins/sourceview/sourceview-private.h:
12892         * plugins/sourceview/sourceview-tags.c:
12893         * plugins/sourceview/sourceview-tags.h:
12894         * plugins/sourceview/sourceview.c: 
12895         * plugins/sourceview/tag-window.c:
12896         * plugins/sourceview/tag-window.h:
12897         
12898         Added code completion with tag manager to the editor and fixed a save_as bug
12900 2006-03-31  Johannes Schmid <jhs@gnome.org>
12902         * src/main.c: Revert patch from Rob to allow building with
12903         Gnome 2.12
12904         * configure.in: Require at least 2.12 libraries
12906 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
12908         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
12910         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
12911         Improve anjuta-plugin project template: Added missed files dist tarball
12912         (make dist)
12914         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
12915         typo
12917 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
12919         reviewed by: Johannes Schmid <jhs@gnome.org>
12921         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
12922         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
12923         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
12924         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
12925         
12926         Improve anjuta-plugin project template. Also fix for #322744
12928 2006-03-27  Johannes Schmid <jhs@gnome.org>
12930         * plugins/sourceview/sourceview-private.h:
12931         plugins/sourceview/sourceview.c:
12932         
12933         Added basic bookmark support
12935 2006-03-27  Johannes Schmid <jhs@gnome.org>
12937         * TODO.tasks:
12938         Updated
12939         
12940         Patch from Rob Bradfort <robster@debian.org>:
12941         * src/main.c: (get_command_line_args), (main):
12942         Migration from popt to GOption
12943         
12944 2006-03-26 Naba Kumar  <naba@gnome.org>
12946         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
12947         size to scale itself with theme.
12949 2006-03-26 Naba Kumar  <naba@gnome.org>
12951         * plugins/file-manager/an_file_view.c,
12952         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
12953         when symbolview and fileview objects are destroyed to avoid crashes
12954         after the plugins are disabled.
12956 2006-03-26 Naba Kumar <naba@gnome.org>
12958         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
12959         Deleted unused file.
12960         
12961         * plugins/glade/plugin.c: Be able to close glade plugin when there
12962         there is no glade project loaded.
12963         
12964         * plugins/sourceview/sourceview.plugin,
12965         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
12967 2006-03-23  Naba Kumar  <naba@gnome.org>
12969         * plugins/editor/print.c: Fixed a bug where some sections of
12970         printed/previewed text is not highlighted.
12971         
12972 2006-03-20  Johannes Schmid <jhs@gnome.org>
12974         * libanjuta/interfaces/libanjuta.idl:
12975         Added IAnjutaPrint
12976         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
12977         as we do not use private apis. Show help window and startup because it does 
12978         not survive gdl
12979         
12980         * plugins/document-manager/action-callbacks.c:
12981         plugins/editor/Makefile.am:
12982         plugins/editor/text_editor.c:
12983         plugins/editor/print.c:
12984         plugins/editor/print.h:
12985         
12986         Fixed printing (nobody has missed it BTW ;-)
12987         
12988         * plugins/sourceview/sourceview.c:
12989         Fixed a crasher
12991 2006-03-20 Naba Kumar <naba@gnome.org>
12993         * configure.in, plugins/devhelp/plugin.c: Be able to build with
12994         devhelp >= 0.9 < 0.11 versions.
12995         
12996 2006-03-20  Johannes Schmid <jhs@gnome.org>
12998         * plugins/sourceview/anjuta-document-loader.c
12999         plugins/sourceview/sourceview.c:
13000         
13001         Fixed encoding bugs
13003 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13005         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
13006         Fixed bug (line position)
13007         Give the good line position whatever the active editor.
13009 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
13011         * configure.in: Added fi to ALL_LINGUAS
13013 2006-03-19  Johannes Schmid <jhs@gnome.org>
13015         * plugins/sourceview/anjuta-document-loader.c:
13016         replace gnome_vfs_get_mime_type_for_name_and data
13018         * plugins/build-basic-autotools/build-basic-autotools.c:
13019         Fixed #335142
13021 2006-03-17  Johannes Schmid <jhs@gnome.org>
13023         * plugins/editor/editor.glade:
13024         Added style-editor again after it got lost somehow
13026 2006-03-17  Johannes Schmid <jhs@gnome.org>
13028         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
13029         configure.in: require devhelp 0.11
13030         
13031         Post 0.11 devhelp versions (CVS) do not work because of an API change...
13033         plugins/build-basic-autotools/build-basic-autotools.c:
13034         forgot a an installtion callback for the "install as root"-feature
13036 2006-03-17  Massimo Cora' <maxcvs@email.it>
13038         reviewed by: Johannes Schmid <jhs@gnome.org>
13040         * plugins/class-gen/anjuta-class-gen-plugin.glade
13041         plugins/class-gen/class_gen.c 
13042         plugins/class-gen/goc_template_header
13043         plugins/class-gen/goc_template_source
13044         
13045         Fixed bug #334663
13047 2006-03-16  Johannes Schmid <jhs@gnome.org>
13049         * plugins/sourceview/sourceview.c:
13050         Fixed "save-point" signal for undo actions
13052 2006-03-16  Massimo Cora' <maxcvs@email.it>
13053         
13054         reviewed by: Johannes Schmid <jhs@gnome.org>
13055         
13056         * plugins/document-manager/anjuta-docman.c:
13057         Implement tab drag and drop
13059 2006-03-16  Johannes Schmid <jhs@gnome.org>
13061         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
13062         plugins/build-basic-autotools/build-basic-autotools.c:
13063         
13064         Implemented "install as root"-feature (#321455)
13066 2006-03-16  Johannes Schmid <jhs@gnome.org>
13068         * mime/.cvsignore
13069         plugins/sourceview/.cvsignore
13070         plugins/tools/scripts/.cvsignore:
13071         Added/extended .cvsignore files
13072         
13073         * plugins/sourceview/sourceview-autocomplete.c:
13074         plugins/sourceview/sourceview-autocomplete.h:
13075         plugins/sourceview/sourceview-prefs.c:
13076         plugins/sourceview/sourceview-private.h:
13077         plugins/sourceview/sourceview.glade:
13078         Autcomplete just works(tm) now and respects preferences
13079         
13080         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
13081         Use better algorithm from autocomplete
13083 2006-03-15  Johannes Schmid <jhs@gnome.org>
13085         * src/anjuta-app.c:
13086         Fixed bug #304495
13088 2006-03-15  Johannes Schmid <jhs@gnome.org>
13090         * libanjuta/interfaces/libanjuta.idl:
13091         plugins/class-gen/class_gen.c:
13092         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
13093         plugins/project-manager/plugin.c:
13094         
13095         Allow to add multiple source files (#320191)
13096         
13097         * configure.in: Require gnome-build 0.1.3
13099 2006-03-14  Johannes Schmid <jhs@gnome.org>
13101         * plugins/macro/macro-utils.c: Fixed bug #333606
13102         * plugins/file-wizard/file.c: Fixed bug #333601
13104 2006-03-13  Johannes Schmid <jhs@gnome.org>
13106         * plugins/sourceview/sourceview_autocomplete.c
13107         plugins/sourceview/sourceview_autocomplete.h
13108         plugins/sourceview/sourceview.c
13109         plugins/sourceview/sourceview-private.h
13110         plugins/sourceview/sourceview-prefs.c:
13111         
13112         Cleaned up and fixed several issues
13113         
13114 2006-03-13  Johannes Schmid <jhs@gnome.org>
13116         * plugins/sourceview/Makefile.am:
13117         plugins/sourceview/sourceview-autocomplete.c
13118         plugins/sourceview/sourceview-autocomplete.h:
13119         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13120         plugins/sourceview/sourceview-private.h:
13121         plugins/sourceview/sourceview.c:
13122         
13123         Added (buggy) autocomplete feature to sourceview
13124         
13125 2006-03-12 Naba Kumar <naba@gnome.org>
13127         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
13128         libanjuta/anjuta-session.c: Added API docs.
13130 2006-03-12 Naba Kumar <naba@gnome.org>
13132         * TODO.tasks: Added couple of tasks.
13133         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
13134         Register private class as early as possible so that members could
13135         point to self class. Code clean up.
13137 2006-03-12 Naba Kumar <naba@gnome.org>
13139         * po/POTFILES.in, po/POTFILES.skip: Updated.
13141 2006-03-11 Naba Kumar <naba@gnome.org>
13143         * libanjuta/anjuta-shell.c,
13144         plugins/document-manager/anjuta-docman.c,
13145         plugins/document-manager/plugin.c,
13146         plugins/symbol-browser/an_symbol_search.c,
13147         plugins/valgrind/vgrule-list.c: Use correct signal names while
13148         creating them.
13149         
13150         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
13151         signal names and fixed enum IANJUTA_TYPE_* macro.
13153 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13155         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
13156         plugins/search/search-replace.c :
13157         Fixed bug (Bookmark the good line).
13158         Search & Replace (Mark all matched strings).
13159         
13160 2006-03-09  Johannes Schmid <jhs@gnome.org>
13162         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
13163         Completed changes from yesterday
13164         
13165         * plugins/document-manager/anjuta-document-manager.glade:
13166         plugins/editor/editor.glade
13167         plugins/editor/plugin.c: (activate_plugin)
13168         plugins/editor/text_editor.c
13169     plugins/sourceview/Makefile.am
13170         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
13171         plugins/sourceview/sourceview.glade:
13172         Completed preference changes
13174 2006-03-08  Johannes Schmid <jhs@gnome.org>
13176         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
13177         plugins/search/plugin.c: (activate_plugin):
13178         
13179         Removed Gtk-Criticals
13180         
13181         * plugins/document-manager/anjuta-document-manager.glade:
13182         plugins/document-manager/plugin.c: (on_docman_auto_save),
13183         (on_gconf_notify_timer), (prefs_init):
13184     plugins/document-manager/plugin.h:
13185         plugins/editor/text_editor.c: (text_editor_instance_init),
13186         (text_editor_dispose):
13187         plugins/editor/text_editor.h:
13188         plugins/editor/text_editor_cbs.c:
13189         plugins/editor/text_editor_cbs.h:
13190         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
13191         plugins/glade/plugin.c: (activate_plugin):
13192         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
13193         plugins/sourceview/sourceview-private.h:
13194         plugins/sourceview/sourceview.c: (on_menu_popup),
13195         (sourceview_new), (ifile_open), (ifile_savable_save),
13196         (ifile_savable_save_as), (ieditor_set_popup_menu),
13197         (ieditor_get_filename), (imark_mark):
13199     Moved autosave from editor to document manager and fixed some things in 
13200     Sourceview plugin
13202 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13204         * plugins/search/anjuta-search.glade :
13205         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
13206         plugins/search/search-replace_bachend.c: Fixed a crash bug.
13207         plugins/search/search-replace.c : Fixed bug.
13208         
13209 2006-03-08  Johannes Schmid <jhs@gnome.org>
13211     * plugins/search/anjuta-search.glade
13212     Fixed widget names (glade is a bit stupid on copying widgets to other files)
13214 2006-03-07  Johannes Schmid <jhs@gnome.org>
13216         * plugins/document-manager/action-callbacks.c
13217         plugins/document-manager/anjuta-document-manager.glade
13218         plugins/document-manager/plugin.c: (prefs_init),
13219         (activate_plugin):
13220         plugins/editor/Makefile.am:
13221         plugins/editor/editor.glade:
13222         plugins/editor/plugin.c: (on_style_button_clicked),
13223         (activate_plugin), (dispose):
13224         plugins/editor/style-editor.c:
13225         
13226         Startet to seperate document-manager and editor preferences
13228         * plugins/search/Makefile.am:
13229         plugins/search/anjuta-search.glade:
13230         plugins/search/search-replace.c:
13231         
13232         Moved search GUI to search-plugin
13233                 
13234         * plugins/sourceview/sourceview-prefs.c:
13235         plugins/sourceview/sourceview-prefs.h:
13236         plugins/sourceview/sourceview-private.h:
13237         plugins/sourceview/sourceview.c: 
13238         plugins/sourceview/sourceview.h:
13239         plugins/sourceview/Makefile.am:
13240         plugins/sourceview/anjuta-document.h:
13241         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
13242         plugins/sourceview/plugin.c: 
13243         
13244         Added some preferences to sourceview and fixed vfs_monitor
13245         
13246         * tagmanager/c.c: (parseParens): 
13247         Removed annoying debug message
13248         
13249         * libanjuta/interfaces/libanjuta.idl: 
13250         Removed IAnjutaEditorFactory::create_style_editor()
13252 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13254         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
13255         Search : Bookmark all matched lines.
13257 2006-03-06  Johannes Schmid <jhs@gnome.org>
13259         * plugins/class-gen/anjuta-class-gen.plugin.in
13260         plugins/file-loader/plugin.c: (sort_wizards)
13261         (on_create_submenu), (activate_plugin)
13262         plugins/file-wizard/anjuta-file-wizard.plugin.in
13263         plugins/glade/anjuta-glade.plugin.in
13264         plugins/project-import/anjuta-project-import.plugin.in
13265         plugins/project-wizard/anjuta-project-wizard.plugin.in:
13266         
13267         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
13268         sorted alphabeticly
13269         
13270         * plugins/project-wizard/templates/mkfile.wiz:
13271         Use configured project directory instead of ~/myproject
13272         
13273         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
13274         (ifile_open):
13275         Show markers (again) and monitor uri
13277 2006-03-06  Naba Kumar  <naba@gnome.org>
13279         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
13280         typedefs separately so that forward linking would work.
13281         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
13283 2006-03-05  Naba Kumar  <naba@gnome.org>
13285         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
13286         passing Enums and Structs in signals. Define struct _Name in
13287         generated code, so that forward referencing.
13288         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
13289         
13290         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
13291         
13292 2006-03-05  Naba Kumar  <naba@gnome.org>
13294         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
13295         support. Generate GType definitions for enums in generated codes
13296         so that enums could be passed as signal params.
13297         
13298 2006-03-04  Naba Kumar  <naba@gnome.org>
13300         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
13301         Restored cvs-moved revision files. They were originally marked
13302         deleted at their older locations. Now they are restored at
13303         their new locations. The changeset is one that was committed
13304         as part of document-manager, editor, search and print plugins
13305         separation from editor plugin.
13306         
13307 2006-03-03  Johannes Schmid <jhs@gnome.org>
13309         * plugins/sourceview/*:
13310         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
13311         poiting this out!
13313 2006-03-04  Naba Kumar  <naba@gnome.org>
13315         * plugins/gdb/*: Deleted removed files (see previous changlog
13316         entry for files list).
13317         
13318 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
13320         * plugins/debug-mananger/breakpoints.c,
13321         plugins/debug-manager/breakpoints.h,
13322         plugins/debug-manager/debug_tree.c,
13323         plugins/debug-manager/debug_tree.h,
13324         plugins/debug-manager/info.c,
13325         plugins/debug-manager/info.h,
13326         plugins/debug-manager/locals.c,
13327         plugins/debug-manager/locals.h,
13328         plugins/debug-manager/memory.c,
13329         plugins/debug-manager/memory.h,
13330         plugins/debug-manager/registers.c,
13331         plugins/debug-manager/registers.h,
13332         plugins/debug-manager/sharedlib.c,
13333         plugins/debug-manager/sharedlib.h,
13334         plugins/debug-manager/signal.c,
13335         plugins/debug-manager/signal.h,
13336         plugins/debug-manager/stack_trace.c,
13337         plugins/debug-manager/stack_trace.h,
13338         plugins/debug-manager/watch.c,
13339         plugins/debug-manager/watch.h,
13340         plugins/debug-manager/Makefile.am:
13341         Move from gdb plugin to debug manager plugin
13343         * plugins/debug-manager/anjuta-debug-manager.glade,
13344         plugins/debug-manager/anjuta-debug-manager.ui:
13345         Move all user interface from gdb to debug manager
13347         * plugins/debug-manager/utilities.c,
13348         plugins/debug-manager/utilities.h:
13349         Remove some unused code
13350         Add useful code from gdb plugin
13352         * plugins/debug-manager/start.c,
13353         plugins/debug-manager/start.h:
13354         Include code of attach_process
13355         Add more code to start the debugger
13357         * plugins/debug-manager/plugin.c,
13358         plugins/debug-manager/plugin.h,
13359         plugins/debug-manager/anjuta-debug-manager.plugin.in:
13360         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
13362         * plugins/debug-manager/debugger.c,
13363         plugins/debug-manager/debugger.h:
13364         Implement a queue of debugger command
13366         * plugins/gdb/actions.c,
13367         plugins/gdb/actions.h,
13368         plugins/gdb/watch_cbs.c,
13369         plugins/gdb/watch_cbs.h,
13370         plugins/gdb/watch_gui.c,
13371         plugins/gdb/watch_gui.h:
13372         Removed 
13374         * plugins/gdb/debugger.c,
13375         plugins/gdb/debugger.h,
13376         plugins/gdb/gdbmi.c,
13377         plugins/gdb/gdbmi.h,
13378         plugins/gdb/utilities.c,
13379         plugins/gdb/utilities.h,
13380         plugins/gdb/Makefile.am,
13381         plugins/gdb/anjuta-gdb.plugin.in:
13382         Implement necessary functions
13384         * plugins/gdb/parser.c,
13385         plugins/gdb/parser.h:
13386         Code for parsing variable previously in debug_tree.c
13388         * plugins/gdb/anjuta-gdb.glade,
13389         plugins/gdb/anjuta-gdb.ui:
13390         Remove user interface
13392         * plugins/gdb/gdbmi-test.c:
13393         Need update
13395         * plugins/gdb/anjuta-gdb.plugin.png:
13396         Try an improved icon for gdb (archer fish)
13398         * libanjuta/anjuta-debugger.c,
13399         libanjuta/anjuta-debugger.h,
13400         libanjuta/interfaces/libanjuta.idl,
13401         libanjuta/interfaces/anjuta-idl-compiler.pl,
13402         libanjuta/Makefile.am:
13403         Add declaration used in new IAnjutaDebugger interface
13405         * manuals/reference/libanjuta.types,
13406         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
13407         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
13408         Update documentation
13410 2006-03-02  Naba Kumar  <naba@gnome.org>
13412         * manuals/reference/libanjuta/Makefile.am,
13413         manuals/reference/libanjuta/libanjuta-docs.sgml,
13414         manuals/reference/libanjuta/libanjuta-sections.txt,
13415         manuals/reference/libanjuta/libanjuta.types,
13416         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
13417         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
13418         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
13419         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
13420         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
13421         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
13422         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13423         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13424         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
13425         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
13426         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13427         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
13428         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13429         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
13430         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
13431         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
13432         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
13433         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
13434         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
13435         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
13436         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13437         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13438         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13439         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13440         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13441         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13442         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13443         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13444         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13445         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
13446         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13447         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13448         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13449         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13450         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
13451         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
13452         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
13453         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
13454         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13455         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13456         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
13457         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13458         manuals/reference/libanjuta/tmpl/plugins.sgml,
13459         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13460         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
13461         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
13462         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
13463         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
13464         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
13465         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
13466         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
13467         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
13468         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
13469         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
13470         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
13471         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
13472         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
13473         documentation.
13475 2006-02-28  Naba Kumar <naba@gnome.org>
13477         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
13478         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
13479         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
13480         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
13481         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
13482         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
13483         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
13484         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
13485         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
13486         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
13487         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
13488         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
13489         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
13490         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
13492 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13494         * plugins/sourceview/sourceview.c:
13495         Select to brace, select block.
13497 2006-02-28  Johannes Schmid <jhs@gnome.org>
13499         * plugins/file-wizard/Makefile.am
13500         plugins/file-wizard/action-callbacks.c (removed)
13501         plugins/file-wizard/action-callbacks.h (removed)
13502         plugins/file-wizard/anjuta-file-wizard.ui
13503         plugins/file-wizard/plugin.c: (activate_plugin),
13504         (deactivate_plugin)
13505         plugins/file-wizard/plugin.h:
13506         Removed Edit->Insert Text submenu (replace by macros plugin)
13507         
13508         * plugins/sourceview/sourceview.c: (sourceview_new),
13509         (ieditor_set_popup_menu):
13510         Fixed some more bugs
13511         
13512         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
13514 2006-02-28  Naba Kumar <naba@gnome.org>
13516         * plugins/file-manager/an_file_view.c,
13517         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
13518         rows also and with delay 1 sec (the color and timout value should
13519         probably be picked up from some system wide preference key).
13521 2006-02-28  Naba Kumar <naba@gnome.org>
13523         * libanjuta/interfaces/libanjuta.idl,
13524         plugins/document-manager/action-callbacks.c,
13525         plugins/document-manager/plugin.c,
13526         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
13527         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
13528         Added interface checks in document manager and enable/disable
13529         menus based on supported interface.
13530         
13531         * plugins/project-import/anjuta-project-import.glade: Set some
13532         resonable size for the import dialog.
13534  2006-02-27  Naba Kumar  <naba@gnome.org>
13536         * libanjuta/interfaces/libanjuta.idl,
13537         plugins/document-manager/action-callbacks.c,
13538         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
13539         and eol conversion actions.
13541 2006-02-27  Johannes Schmid <jhs@gnome.org>
13542         
13543         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
13544         * plugins/file-manager/an_file_view.c
13545         plugins/file-manager/plugin.h:  Added tooltips
13546         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
13548 2006-02-26  Naba Kumar  <naba@gnome.org>
13550         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13551         plugins/build-basic-autotools/build-basic-autotools.c,
13552         plugins/build-basic-autotools/build-basic-autotools.h,
13553         plugins/build-basic-autotools/executer.c,
13554         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
13555         disable indicator highlights preferences from message manager to
13556         build plugin. Implemented message indicator highlights in build tool.
13557         
13558         * plugins/editor/text_editor.c: Fixed indicators.
13560 2006-02-26  Johannes Schmid <jhs@gnome.org>
13562         * plugins/sourceview/sourceview.c:
13563         - Fixed some bugs
13564         - Added markers
13565         * plugins/subversion/svn_auth.c:
13566         Fixed username/password authentification but there might be a memory corruption
13568 2006-02-26  Naba Kumar  <naba@gnome.org>
13570         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13571         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
13572         libanjuta/anjuta-launcher.h: Added documentation.
13574 2006-02-24  Naba Kumar  <naba@gnome.org>
13576         * plugins/editor/text_editor.c: Fixed change in API in
13577         IAnjutaEditorSelection::set().
13578         
13579 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13581         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
13582         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
13583         libanjuta/interfaces/libanjuta.idl :
13584         Search in sourceview editor (Select in buffer).
13587 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13589         * plugins/sourceview/sourceview.c :
13590         Fixed Replace, to_upper, to_lower.
13591         
13592         * plugins/search/search-replace_backend.c :
13593         Renamed header name.
13595 2006-02-22  Naba Kumar  <naba@gnome.org>
13597         * libanjuta/anjuta-plugin-description.c,
13598         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
13599         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
13600         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
13601         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
13602         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
13603         
13604         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13605         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
13606         
13607 2006-02-21  Naba Kumar  <naba@gnome.org>
13609         * libanjuta/interfaces/libanjuta.idl,
13610         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
13611         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
13612         interface for editor.
13614 2006-02-21  Naba Kumar  <naba@gnome.org>
13616         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
13618         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
13619         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
13621 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13623         * GTKSOURCEVIEW EDITOR
13624         plugins/sourceview/sourceview.c :
13625         Fixed copy and Goto Line.
13626         
13627         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
13628         plugins/macro/plugin.c :
13629         Fixed Insert key word and Insert macro.
13631 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
13633         * plugins/document-manager/anjuta-docman.c:
13634         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
13635         
13636         * configure.in:
13637         plugins/Makefile.am:
13638         plugins/sourceview/.cvsignore:
13639         plugins/sourceview/Makefile.am:
13640         plugins/sourceview/plugin.c: :
13641         plugins/sourceview/plugin.h:
13642         plugins/sourceview/sourceview.c: 
13643         plugins/sourceview/sourceview.h:
13644         plugins/sourceview/sourceview.plugin:
13645         plugins/sourceview/sourceview.plugin.in:
13646         plugins/sourceview/sourceview.png:
13648         Added sourceview editor plugin
13650 2006-02-19 Naba Kumar  <naba@gnome.org>
13652         * libanjuta/interfaces/libanjuta.idl,
13653         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
13654         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
13655         plugins/cvs-plugin/cvs-interface.c,
13656         plugins/document-manager/action-callbacks.c,
13657         plugins/document-manager/action-callbacks.h,
13658         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
13659         plugins/search/plugin.c, plugins/search/search-replace.c,
13660         plugins/search/search-replace_backend.c,
13661         plugins/subversion/subversion-actions.c,
13662         plugins/subversion/subversion-callbacks.c,
13663         plugins/tools/editor.c, plugins/tools/execute.c,
13664         plugins/tools/variable.c: Defined proper editor interfaces and fixed
13665         few fatal warnings.
13667 2006-02-15 Naba Kumar  <naba@gnome.org>
13669         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
13670         within another.
13671         
13672         * libanjuta/interfaces/libanjuta.idl,
13673         plugins/document-manager/anjuta-docman.c,
13674         plugins/document-manager/plugin.c,
13675         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
13676         unnecessary parameters from IAnjutaEditor interface and used proper
13677         types instead of 'gpointer'. Fixed various compiler warnings.
13678         
13679         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
13680         file
13682 2006-02-12 Naba Kumar  <naba@gnome.org>
13684         * po/POTFILES.in: Updated.
13685         
13686 2006-02-11 Naba Kumar  <naba@gnome.org>
13688         * plugins/editor/properties.[cxx,h],
13689         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
13690         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
13691         to sci_prop_*(), because they were conflicting with external
13692         functions (in some ssl library).
13693         
13694 2006-02-08 Naba Kumar  <naba@gnome.org>
13696         Patch from Massimo Cora  <maxcvs@email.it>:
13697         * plugins/valgrind/anjuta-valgrind.schemas,
13698         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
13699         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
13700         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
13701         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
13702         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
13703         plugins/valgrind/vgtoolview.c,
13704         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
13705         before running the debugging session. I've added also a
13706         preference in Anjuta Preferences where you can specify
13707         the path to the valgrind binary. The default is /usr/bin/valgrind.
13708         Now it displays a dialog with the error. [it can be -program
13709         exited- or -file loaded or end of input-]. Some valgrind 3.x
13710         compatibility.
13711         
13712 2006-01-29 Naba Kumar  <naba@gnome.org>
13714         Patch from Massimo Cora  <maxcvs@email.it>:
13715         * configure.in, plugins/Makefile.am,
13716         plugins/valgrind/*: Valgrind plugin (requires
13717         binutils-dev and valgrind to be installed.
13719 2005-01-24 Johannes Schmid <jhs@gnome.org>
13721         * Patch from Eric Greveson <ejg45@cam.ac.uk>
13722         plugins/tools/variables.c:
13723         Added current directory to possible variables
13725         * Patch from Günther Brammer <gbrammer@gmx.de>
13726         plugins/document-manager/anjuta-docman.c:
13727         Fix a crash on opening a file
13729         AUTHORS: Added Günther Brammer
13731 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
13733         * libanjuta/anjuta-launcher.c:
13734         Fix a bug in AnjutaLauncher when output is bigger than buffer
13735         Probably fix bug #315188 and #305134
13737 2005-12-28      Johannes Schmid <jhs@gnome.org>
13738         
13739         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
13740         * src/about.c: Use new gtk about dialog
13741         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
13742         Updated anjuta_ui_add_action_group_entries call
13743         
13744         Patch from Jean Breford <jean.breford@normalesup.org>
13745         and Markus Habermehl <bmh1980de@yahoo.de>:
13746         
13747         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
13748         * AUTHORS: Added Jean and Markus
13750 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13751         * plugins/search/search-replace.c :
13752         Bookmark all matched lines.
13753         * plugins/search/search-replace_backend.c :
13754         Fixed bug (Search in all project files).
13756 2005-12-21      Johannes Schmid <jhs@gnome.org>
13757         
13758         * plugins/search/plugin.c:
13759         Fixed signal names
13760         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
13761         investigation needed.
13762         
13763         AUTHORS: Added Ross Goldner
13765 2005-12-19  Ross Golder  <ross@golder.org>
13767         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
13768         application/xml MIME type.
13770 2005-12-18  Johannes Schmid <jhs@gnome.org>
13771         
13772         po/POTFILES.in: Updated files after directory changes
13773         HACKING: Removed outdated section 3 (anoncvs)
13775 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
13777         * plugins/build-basic-autotools/build-basic-autotools.c:
13778         Save all files in editor before running a command
13780         * plugins/tools/execute.c:
13781         Use document manager plugin instead of each editor for
13782         saving all files
13784 2005-12-15  Johannes Schmid <jhs@gnome.org>
13786         * plugins/document-manager/action-callbacks.c:
13787         (on_save_all1_activate), (on_swap_activate)
13788         plugins/document-manager/anjuta-docman.c:
13789         (on_save_as_filesel_response), (on_notebook_switch_page):
13790         
13791         Fixed some remaining issues in document-manger
13793 2005-12-15      Johannes Schmid <jhs@gnome.org>
13795         * plugins/profile-default/default.anjuta:
13796         Load Search plugin and Message Manager by default
13798 2005-12-14  Johannes Schmid <jhs@gnome.org>
13799         
13800         * plugins/editor/text_editor.c
13801         libanjuta/anjuta-utils.c:
13802         
13803         Check if files differ when gnome-vfs monitoring is used.
13804         (Bug #309688)
13806 2005-12-13  Johannes Schmid <jhs@gnome.org>
13808         * plugins/document-manager/plugin.c:
13809         Only save modified files in ianjuta_file_savable_save() for document-manager
13810         as discussed on mailing list.
13811         
13812         * plugins/cvs-plugin/cvs-callbacks.c:
13813         Fixed dialog handling for empty log message
13815 2005-12-13  Johannes Schmid <jhs@gnome.org>
13817         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
13818         
13819         * plugins/project-manager/* Removed ununsed files
13820         
13821         * plugins/symbol-browser/an_symbol_iter.c
13822         plugins/build-basic-autotools/build-basic-autotools.c
13823         plugins/build-basic-autotools/executer.c
13824         plugins/class-gen/class_gen.c
13825         plugins/class-inheritance/class-inherit.c
13826         plugins/cvs-plugin/cvs-actions.c
13827         plugins/cvs-plugin/cvs-interface.c
13828         plugins/debug-manager/attach_process.
13829         plugins/devhelp/plugin.c
13830         plugins/document-manager/plugin.c
13831         plugins/document-manager/indent_util.c
13832         plugins/editor/properties.cxx
13833         plugins/editor/aneditor.cxx
13834         plugins/editor/style-editor.c
13835         plugins/editor/text_editor.c
13836         plugins/macro/macro_db.c
13837         tagmanager/c.c:
13838         
13839         Use DEBUG_PRINT for debug messages
13841         libanjuta/anjuta-debug.h: Include config.h
13842         
13843         HACKING: Updated (BTW: does anyone read this?)
13844         
13845 2005-12-12  Johannes Schmid <jhs@gnome.org>
13847         Patch from Johan Ersvik <jersvik@fastmail.fm>:
13848         * plugins/gdb/debugger.c
13849         
13850         Fix a crasher in gdb plugin
13851         
13852         * plugins/gtodo/plugin.c
13853         plugins/search/plugin.c
13854         
13855         Fixed bug #305301
13856         
13857         * plugins/document-manager/anjuta-docman.c:
13858         
13859         Fixed error markers 
13860         
13861         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
13862         
13863         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
13864         
13865         * plugins/document-manager/anjuta-docman.c:
13866         highlight changed files in docman popup-menu
13867         * plugins/gdb/debug-tree.c:
13868         plugins/gdb/debugger.c
13869         Do not corupt entire "locals" tree when variable pointer have
13870         additional info and arrays/strucs/unions correctly.
13871         
13873 2005-12-11  Johannes Schmid <jhs@gnome.org>
13875         * plugins/document-manager/anjuta-docman.c
13876         plugins/document-manager/plugin.c
13877         plugins/editor/text_editor.c:
13878         
13879         AUTHORS: Added Johan Ersvik
13881         Fixed "is-dirty" bug and tab ordering
13883 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
13884         
13885         * plugins/editor/aneditor-autocomplete.cxx
13886         plugins/editor/aneditor-calltip.cxx
13887         plugins/editor/aneditor-priv.h
13888         plugins/symbol-browser/an_symbol.c
13889         plugins/symbol-browser/an_symbol_view.c
13890         tagmanager/entry.h
13891         tagmanager/tm_symbol.c
13892         tagmanager/tm_tag.c
13893         tagmanager/include/tm_symbol.h
13894         tagmanager/include/tm_tag.h
13895         tagmanager/c.c
13897         Better pointer recognition in tagmanager and symbol browser
13899 2005-12-11  Johannes Schmid <jhs@gnome.org>
13901         * plugins/search/*: New search plugin derived from search code in old editor
13902         plugin.
13903         
13904         * plugins/document-manager/*: new document-manger which is now seperated from
13905         editor to allow implementation of other editor widgets. Code is mostly derived
13906         from old editor plugin
13908         * plugins/print/* new print plugin which is not fully implemented in the
13909         moment
13911         * plugins/editor/text_editor.c: Added lots of interface code
13912         
13913         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
13914         IAnjutaEditorFactory and extended IAnjutaEditor
13915         
13916         * configure.in, plugins/Makefile.am updated build system for new
13917         plugins
13919         This is a huge commit which might still contain some bugs and also has
13920         some fixmes. Things that are not working are the search toolbar because it
13921         does not use the same backend as any other searching function and printing
13922         (easy to fix) because it did not yet implement IAnjutaPrintable.
13924 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
13926         * plugins/project-wizard/property.c:
13927         Use newer GtkFileChooser instead of GtkFileSelection with
13928         GnomeFileEntry to avoid a bug
13930         * plugins/project-wizard/install.c:
13931         Avoid an endless loop if project directory is not writable
13932         
13933         * plugins/project-wizard/druid.c:
13934         Allow creating project in empty directory without a
13935         warning
13937 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
13938         
13939         Patch from Massimo Cora <maxcvs@email.it>
13940         * plugins/class-inheritence/class-inherit.c
13941         plugins/class-inheritence/plugin.c
13942         plugins/class-inheritence/plugin.h
13943         configure.in
13944         
13945         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
13946         no longer supported!
13948 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
13949         
13950         Patch from Johan Ersvik <jersvik@fastmail.fm>
13951         * plugins/message-view/message-view.c
13952         plugins/build-basic-autotools/build-basic-autotools.c
13953         plugins/build-basic-autotools/automake-c.filters
13955         This patch correct regex-filters for newer automake
13956         versions
13958 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
13960        * plugins/tools/execute.c:
13961        Detect variables inside a word
13963 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13965         * libanjuta/anjuta-status.[ch],
13966         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
13967         plugins/editor/anjuta-docman.c :
13968         New anjuta-status procedure.
13970 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13972         *Modified Files:
13973         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
13974         plugins/editor/Makefile.am
13975         plugins/editor/anjuta-document-manager.glade
13976         plugins/editor/plugin.c plugins/editor/plugin.h
13977         plugins/editor/text_editor.c plugins/editor/text_editor.h
13978         *Added Files:
13979         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
13980         plugins/editor/indent-util.c plugins/editor/indent-util.h
13981         plugins/editor/indent_test.c :
13982         Set and Preview indent preferences parameters.
13983         Saved indent user parameters.
13985 2005-10-27  Naba Kumar  <naba@gnome.org>
13987         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
13988         * plugins/editor/anjuta-docman.c: Restore tab color to normal
13989         theme color for saved documents.
13990         
13991 2005-10-26  Naba Kumar  <naba@gnome.org>
13993         * libanjuta/anjuta-encodings.c: Save changed supported encodings
13994         list. Fixed bug #316731.
13995         
13996 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
13998         * tagmanager/tm_symbol.c: Fixed bug #315218
14000 2005-10-23  Adam Weinberger  <adamw@gnome.org>
14002         * plugins/build/build_file.c
14003           plugins/build-basic-autotools/build-basic-autotools.c
14004           plugins/tools/execute.c
14005           plugins/build/compile.c
14006           plugins/build/configurer.c
14007           plugins/debug-manager/plugin.c
14008           plugins/editor/plugin.c
14009           plugins/editor/print.c
14010           plugins/editor/text_editor.c
14011           plugins/file-loader/plugin.c
14012           plugins/file-manager/an_file_view.c
14013           plugins/symbol-browser/an_symbol_view.c
14014           plugins/gdb/debugger.c
14015           plugins/gdb/plugin.c
14016           plugins/glade/plugin.c
14017           plugins/macro/macro-actions.c
14018           plugins/macro/plugin.c
14019           plugins/profile-default/plugin.c
14020           plugins/project-manager/plugin.c
14021           plugins/project-manager/project_import.c
14022           plugins/symbol-browser/plugin.c
14023           plugins/tools/execute.c
14024           src/anjuta.c
14025           src/anjuta-actions.h
14026           src/shell.c:
14027           Correct spacing errors before and after "...".
14029 2005-10-20  Naba Kumar  <naba@gnome.org>
14031         * plugins/gdb/debugger.c: Fixed attach/detach process to
14032         updated UI properly.
14033         
14034 2005-10-18  Naba Kumar  <naba@gnome.org>
14036         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
14037         #171314 too).
14038         
14039 2005-10-13  Naba Kumar  <naba@gnome.org>
14040         
14041         * plugins/project-mkfile-import/*: Removed separate import wizard for
14042         makefile based projects (because single widzard handles all wizards).
14044         * plugins/project-import/project-import.c: Made wizard window
14045         transient to main window.
14047         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
14048         
14049         * AUTHORS: Added Eric's name in contributors list.
14050         
14051         * configure.in, plugins/Makefile.am,
14052         plugins/project-import/Makefile.am,
14053         plugins/project-import/anjuta-project-import.glade,
14054         plugins/project-import/project-import.c,
14055         plugins/project-import/project-import.h: Import wizard now detects
14056         both makefile and automake projects together instead of separate wizard.
14057         
14058         * plugins/project-wizard/templates/java/project.anjuta,
14059         plugins/project-wizard/templates/mkfile/project.anjuta,
14060         plugins/project-wizard/templates/python/project.anjuta,
14061         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
14062         name to make it appropriate.
14064 2005-10-11  Naba Kumar  <naba@gnome.org>
14066         * configure.in: Fixed glade3 version requirement.
14068 2005-09-29  Alexander Shopov  <ash@contact.bg>
14070         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
14072 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
14074         * plugins/subversion/svn_auth.c
14075         plugins/subversion/anjuta_subversion.glade:
14076         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
14078 2005-09-22  Naba Kumar  <naba@gnome.org>
14080         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
14082         * configure.in,  plugins/Makefile.am
14083         plugins/project-manager/anjuta-project-manager.plugin.in,
14084         plugins/project-manager/plugin.c,
14085         (added) plugins/project-mkfile-import/.cvsignore,
14086         (added) plugins/project-mkfile-import/Makefile.am,
14087         (added) plugins/project-mkfile-import/
14088             anjuta-project-mkfile-import-plugin.png,
14089         (added) plugins/project-mkfile-import/
14090             anjuta-project-mkfile-import.glade,
14091         (added) plugins/project-mkfile-import/
14092             anjuta-project-mkfile-import.plugin.in,
14093         (added) plugins/project-mkfile-import/plugin.c,
14094         (added) plugins/project-mkfile-import/plugin.h,
14095         (added) plugins/project-mkfile-import/project-mkfile-import.c,
14096         (added) plugins/project-mkfile-import/project-mkfile-import.h,
14097         plugins/project-wizard/templates/Makefile.am,
14098         (added) plugins/project-wizard/templates/mkfile-logo.png,
14099         (added) plugins/project-wizard/templates/mkfile.wiz,
14100         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
14101         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
14102         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
14103         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
14104         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
14105         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
14106         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
14107         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
14108         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
14109         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
14110         (added) plugins/project-wizard/templates/mkfile/src/main.c:
14111         Added makefile based project import wizard and wizard template.
14113 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
14115         * libanjuta/anjuta-launcher.c: Reduced false password detections
14117 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14119         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
14120         messages correctly.a
14122 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
14123         
14124         * scintilla/Makefile.am: Changed scintilla library to noinst
14125         * pixmaps/Makefile.am: Install password.png
14126         * libanjuta/anjuta-launcher.c: Changed password detection
14127         to be able to access GNOME CVS with ssh.
14128         
14129 2005-08-31  Naba Kumar  <naba@gnome.org>
14131         * plugins/glade/plugin.c: Set transient window for the widget
14132         dialogs.
14133         
14134 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
14136         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
14138 2005-08-10  Naba Kumar  <naba@gnome.org>
14140         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
14141         as shortcut key for execute.
14143         * src/about.c: Clean up.
14144         
14145         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
14146         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
14147         entry boxes.
14148         
14149 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14151         * plugins/editor/search-replace_backend.c :
14152         Fixed search in File Patterns.
14154 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
14156         * plugins/gdb/Makefile.am: Fixed a make -j x bug
14157         
14158 2005-08-04  Naba Kumar  <naba@gnome.org>
14160         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14161         for pango-1.8 rendering bug.
14162         
14163 2005-08-03  Naba Kumar  <naba@gnome.org>
14165         * plugins/glade/plugin.c: Proper names for plugin widgets.
14166         
14167         * plugins/subversion/anjuta-subversion.glade,
14168         plugins/subversion/svn-auth.c: Fixed authentication dialog and
14169         string allocations. Use passed default values when available.
14170         Set proper focus and dialog default response. Destroy dialog after use.
14171         Return error when appropriate.
14173 2005-08-02  Naba Kumar  <naba@gnome.org>
14175         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
14176         for pango-1.8 rendering bug.
14177         
14178 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
14180         * scintilla/Makefile.am: Fixed a make -j x bug
14181         
14182 2005-08-02  Johannes Schmid <jhs@gnome.org>
14183         
14184         * plugins/subversion/svn-auth.c: Added username/password 
14185         auto function.
14187 2005-08-01  Naba Kumar  <naba@gnome.org>
14189         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
14190         checks for character width calculations.
14191         
14192 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14194         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
14196 2005-07-31  Naba Kumar  <naba@gnome.org>
14198         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
14199         messup with pango 1.8. Fixed bug #311846.
14201 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14203         * plugins/gdb/memory.c : Fixed bug 305082.
14204         
14205         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14206         plugins/project-wizard/templates/gcj.wiz,
14207         plugins/project-wizard/templates/gnome.wiz,
14208         plugins/project-wizard/templates/gtk.wiz,
14209         plugins/project-wizard/templates/java.wiz,
14210         plugins/project-wizard/templates/python.wiz,
14211         plugins/project-wizard/templates/wxwin.wiz,
14212         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
14214 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
14216         * plugins/tools/execute.c:
14217         Correct a crash if editor is closed while a tool still use it.
14219 2005-07-28  Naba Kumar  <naba@gnome.org>
14221         * scintilla/*: Updated scintilla from their latest CVS.
14223 2005-07-27  Naba Kumar  <naba@gnome.org>
14225         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
14226         plugins/build-basic-autotools/build-basic-autotools.c,
14227         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
14228         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
14229         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
14230         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
14231         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
14232         plugins/message-view/plugin.c, plugins/patch/plugin.c,
14233         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
14234         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14235         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
14236         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
14237         argument to anjuta_ui_add_action_group_entries() and
14238         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
14239         Fixed all plugins to pass translation domain. This fixes untranslated
14240         UI bugs. 
14242 2005-07-27  Naba Kumar  <naba@gnome.org>
14244         * plugins/class-inheritance/class-callbacks.c,
14245         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
14246         proper system colors.
14248 2005-07-26  Naba Kumar  <naba@gnome.org>
14250         * ROADMAP: Updated and added more tasks.
14252 2005-07-25  Naba Kumar  <naba@gnome.org>
14254         * ROADMAP: Updated and added more tasks.
14255         
14256 2005-07-24  Naba Kumar  <naba@gnome.org>
14258         * HACKING: Fixed format.
14260 2005-07-24  Naba Kumar  <naba@gnome.org>
14262         * ROADMAP: Fixed format.
14263         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
14265 2005-07-24  Naba Kumar  <naba@gnome.org>
14267         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
14268         * data/properties/cpp.properties: Added *.c++ as file extension for c++
14270 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
14272         * plugins/tools/dialog.c, plugins/tools/dialog.h:
14273         Correct wrong sensitivity setting
14274         
14275         * plugins/tools/tool.c: Correct a crash when removing overridden tool
14276         
14277         * plugins/tools/variable.c:     Add variables for project manager
14279 2005-07-23  Naba Kumar  <naba@gnome.org>
14281         * ROADMAP: updated.
14283 2005-07-23 Naba Kumar  <naba@gnome.org>
14285         * plugins/subversion/Makefile.am,
14286         plugins/subversion/svn-auth.c,
14287         plugins/subversion/svn-auth.h: Added subversion authentication code
14288         stubs.
14289         
14290         * plugins/subversion/subversion-callbacks.c,
14291         plugins/subversion/subversion-callbacks.h,
14292         plugins/subversion/svn-backend-priv.h,
14293         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
14294         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
14295         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
14296         Added file mode line.
14298 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
14300         * configure.in: Added 'gl' to ALL_LINGUAS.
14302 2005-07-21 Naba Kumar  <naba@gnome.org>
14304         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
14305         the active sources and kill the running process without emitting
14306         signals (which could be fatal because the object is being destroyed).
14307         Incidentally, fixed the crash that happens when stopping an active
14308         debugger session. Disabled debug prints and code clean up.
14309         Fixed bug #305587.
14310         
14311         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
14312         message view object, because that prevents many unprocessed outputs
14313         from the cvs command from being appended in view. Does not set NULL
14314         to mesg_view private member (not required) so that any pending outputs
14315         to view is processed.Fixed bug #172666.
14317         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
14318         type in supported list.
14319         
14320 2005-07-18  Adam Weinberger  <adamw@gnome.org>
14322         * plugins/file-manager/anjuta-file-manager-plugin.glade:
14323           grammar/spelling fixes.
14325 2005-07-17 Naba Kumar  <naba@gnome.org>
14327         * (new) plugins/project-wizard/templates/terminal/cvsignore,
14328         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
14329         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
14330         plugins/project-wizard/templates/anjuta-plugin.wiz,
14331         plugins/project-wizard/templates/gcj.wiz,
14332         plugins/project-wizard/templates/gnome.wiz,
14333         plugins/project-wizard/templates/gtk.wiz,
14334         plugins/project-wizard/templates/gtkmm.wiz,
14335         plugins/project-wizard/templates/java.wiz,
14336         plugins/project-wizard/templates/python.wiz,
14337         plugins/project-wizard/templates/terminal.wiz,
14338         plugins/project-wizard/templates/terminal/Makefile.am,
14339         plugins/project-wizard/templates/terminal/po/Makefile.am,
14340         plugins/project-wizard/templates/terminal/src/Makefile.am,
14341         plugins/project-wizard/templates/wxwin.wiz,
14342         plugins/project-wizard/templates/xlib-dock.wiz,
14343         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
14344         wizards and updated .wiz files to install them in newly created
14345         projects.
14347 2005-07-16 Naba Kumar  <naba@gnome.org>
14349         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
14350         
14351         * plugins/file-manager/an_file_view.c,
14352         plugins/file-manager/plugin.c: Added file manager preferences to
14353         show/hide files ignored by version control (e.g. cvsignore).
14354         
14355         * plugins/editor/text_editor.c: Initialize vfs info struct.
14356         
14357         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
14358         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
14359         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
14360         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
14361         omf-install/.cvsignore, pixmaps/.cvsignore,
14362         plugins/file-manager/anjuta-file-manager-plugin.glade,
14363         scintilla/.cvsignore, scintilla/include/.cvsignore,
14364         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
14365         tagmanager/python.c: Updated.
14367 2005-07-16 Naba Kumar  <naba@gnome.org>
14369         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
14370         Fixed python parser to parser class methods.
14372 2005-07-15 Naba Kumar  <naba@gnome.org>
14374         * plugins/project-wizard/property.c: Used parenthesis to remove
14375         ambiguty.
14376         
14377         * plugins/project-wizard/templates/anjuta-plugin.wiz,
14378         plugins/project-wizard/templates/gcj.wiz,
14379         plugins/project-wizard/templates/gnome.wiz,
14380         plugins/project-wizard/templates/gtk.wiz,
14381         plugins/project-wizard/templates/gtkmm.wiz,
14382         plugins/project-wizard/templates/java.wiz,
14383         plugins/project-wizard/templates/python.wiz,
14384         plugins/project-wizard/templates/terminal.wiz,
14385         plugins/project-wizard/templates/wxwin.wiz,
14386         plugins/project-wizard/templates/xlib-dock.wiz,
14387         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
14388         and names.
14390 2005-07-15 Naba Kumar  <naba@gnome.org>
14392         * plugins/project-wizard/templates/java.wiz,
14393         plugins/project-wizard/templates/java/Makefile.am,
14394         plugins/project-wizard/templates/java/project.anjuta,
14395         plugins/project-wizard/templates/python.wiz,
14396         plugins/project-wizard/templates/python/Makefile.am,
14397         plugins/project-wizard/templates/python/project.anjuta: Use different
14398         project files for java and python module where debugger is not
14399         included in the list of plugins.
14401 2005-07-15 Naba Kumar  <naba@gnome.org>
14403         * configure.in, plugins/project-wizard/templates/Makefile.am,
14404         plugins/project-wizard/templates/gcj-logo.png,
14405         plugins/project-wizard/templates/gcj.wiz,
14406         plugins/project-wizard/templates/gcj/.cvsignore,
14407         plugins/project-wizard/templates/gcj/Makefile.am,
14408         plugins/project-wizard/templates/gcj/configure.in.tpl,
14409         plugins/project-wizard/templates/gcj/src/.cvsignore,
14410         plugins/project-wizard/templates/gcj/src/Makefile.am,
14411         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
14412         plugins/project-wizard/templates/java-logo.png,
14413         plugins/project-wizard/templates/java.wiz,
14414         plugins/project-wizard/templates/java/configure.in.tpl,
14415         plugins/project-wizard/templates/java/po/Makefile.am,
14416         plugins/project-wizard/templates/java/po/POTFILES.in,
14417         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
14418         plugins/project-wizard/templates/java/src/main.java,
14419         plugins/project-wizard/templates/python-logo.png,
14420         plugins/project-wizard/templates/python.wiz,
14421         plugins/project-wizard/templates/python/.cvsignore,
14422         plugins/project-wizard/templates/python/Makefile.am,
14423         plugins/project-wizard/templates/python/configure.in.tpl,
14424         plugins/project-wizard/templates/python/po/.cvsignore,
14425         plugins/project-wizard/templates/python/po/Makefile.am,
14426         plugins/project-wizard/templates/python/po/POTFILES.in,
14427         plugins/project-wizard/templates/python/src/.cvsignore,
14428         plugins/project-wizard/templates/python/src/Makefile.am,
14429         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
14430         plugins/project-wizard/templates/python/src/main.py: Added Generic
14431         gcj and python project wizards. Fixed Generic java project to
14432         use _JAVA primary. Update gnome-build from cvs for them to work
14433         correctly.
14435 2005-07-12 Naba Kumar  <naba@gnome.org>
14437         * plugins/project-manager/plugin.c: Automatically determine
14438         project backend by probing.
14439         
14440 2005-07-04 Naba Kumar  <naba@gnome.org>
14442         * Makefile.am: Do not install old anjuta.glade file which conflicts
14443         with newer src/anjuta.glade.
14445 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
14447         * plugins/an_symbol_prefs.c:
14448         Sort list of available symbol files
14450 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
14452         * plugins/build-basic-autotools.c:
14453         Fixed #307810
14454         
14455         * plugins/gtodo/libgtodo.c:
14456         Possible fix for #307800
14458         * libanjuta/anjuta-encodings.c
14459         libanjuta/anjuta-launcher.c
14460         libanjuta/anjuta-preference-dialog.c
14461         libanjuta/anjuta-preferences.c
14462         libanjuta/anjuta-ui.c
14463         libanjuta/anjuta-util.c
14464         libanjuta/cell-renderer-captioned-image.c
14465         libanjuta/plugin.c:
14466         
14467         Patch from de_lupus@pandora.be (Kristof Vansant):
14468         Replaced deprecated gnome-i18n.h
14469         Closed #309153
14471 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
14472         
14473         * plugins/subversion/anjuta-subversion.glade
14474         plugins/subversion/anjuta-subversion.ui
14475         plugins/subversion/plugin.c
14476         plugins/subversion/subversion-actions.c
14477         plugins/subversion/subversion-callbacks.h
14478         plugins/subversion/subversion-callbacks.c
14479         plugins/subversion/svn-backend-priv.h
14480         plugins/subversion/svn-backend.h
14481         plugins/subversion/svn-backend.c
14482         plugins/subversion/svn-thread.h
14483         plugins/subversion/svn-thread.c:
14484         
14485         Implemented Subversion diff
14486         
14487 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
14488         
14489         * plugins/build-basic-autotools/build-basic-autotools.c:
14490         Fixed crash bug! Might be useful to release 2.0.2 soon
14491         because this bug will crash any build which produces errors
14492         or warnings
14494 === Anjuta 2.0.1 ===
14496 2005-06-27 Naba Kumar  <naba@gnome.org>
14498         * plugins/tools/execute.c: Formated code.
14499         
14500 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
14502         * plugins/build-basic-autotools/build-basic-autotools.c:
14503         Remove two memory leaks
14504         Check command output versus untranslated strings too
14506         * plugins/tools/execute.c:
14507         Remove two memory leaks
14508         Check command output versus untranslated strings too
14509         Remove description message
14511         * plugins/tools/fileop.c:
14512         Escape tool name in xml configuration file
14514 2005-05-26 Naba Kumar  <naba@gnome.org>
14516         * configure.in: Bumped version to 2.0.1
14517         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
14519         * plugins/tools/execute.c: Fixed clickable messages.
14520         * NEWS: Updated.
14522         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
14523         Deactivate glade plugin when last glade project is closed. Reorder
14524         glade widgets in layout. Change glade project when user selects a
14525         new project. Removed project from the list when user closes it. Fixed
14526         glade project file loading from URI. Save and restored loaded glade
14527         projects in/from session.
14529         * plugins/class-gen/action-callbacks.c,
14530         plugins/class-gen/anjuta-class-gen-plugin.glade,
14531         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
14532         plugins/file-wizard/anjuta-file-wizard.glade,
14533         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
14534         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
14535         "Add to project" correctly. Use the source file path returned after
14536         adding to project. Fixed memory leaks. Deactivate wizard plugins
14537         after use.
14538         
14539         * plugins/project-manager/plugin.c,
14540         plugins/project-wizard/anjuta-project-wizard.glade,
14541         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
14542         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
14543         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
14544         project-wizard preference page to anjuta app, because they are
14545         more appropriated as general preferences. Renamed username and
14546         useremail properties keys.
14547         
14548         * po/POTFILES.in: Updated.
14550         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
14551         saved at closing.
14552         
14553         * plugins/file-loader/plugin.c: Do not use static variable to store
14554         created submenu in factory. Fixed crash in anjuta exit.
14555         
14556 2005-05-24 Naba Kumar  <naba@gnome.org>
14558         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
14559         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14560         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14561         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14562         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14563         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14564         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14565         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14566         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14567         
14568         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
14569         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14570         plugins/build-basic-autotools/build-basic-autotools.c,
14571         plugins/build-basic-autotools/build-basic-autotools.h,
14572         plugins/build-basic-autotools/executer.c,
14573         plugins/build-basic-autotools/executer.h,
14574         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
14575         plugins/tools/variable.c: Added an extra argument to
14576         anuta_util_dialog_input() to pass default value. Save/load project
14577         configure and execution parameters in/from session.
14579         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
14580         symbol browser is loaded.
14581         
14582         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
14583         freeze/thaw.
14585         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
14586         deactivate would not start shell.
14588 2005-05-24 Naba Kumar  <naba@gnome.org>
14590         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
14591         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
14592         libegg/egg-submenu-action.c, libegg/test-actions.c,
14593         plugins/build-basic-autotools/build-basic-autotools.c,
14594         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
14595         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
14596         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
14597         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
14598         plugins/macro/plugin.c, plugins/message-view/plugin.c,
14599         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
14600         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
14601         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
14602         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
14603         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
14605 2005-05-24 Naba Kumar  <naba@gnome.org>
14607         * data/properties/styles.properties: Fixed defalt font.
14609         * plugins/editor/search-replace.c,
14610         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
14611         project openness wihtout activating project-manager plugin (i.e.
14612         using anjuta_shell_get()).
14613         
14614         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
14615         - Completed add_source(), add_group() and add_target() methods of
14616         IAnjutaProjectManager.
14617         - Change their definition to return the added element (or NULL).
14618         - Used interface API for project main menus and 'add to project'
14619         from file-manager context menu.
14620         - Select proper default target/group when prompting for adding
14621         source/target/group.
14622         - Do not expand all nodes in selection tree when default selection
14623         are given (eases navigation in big projects).
14624         - Code clean ups.
14625         - Marked strings for translation.
14627 2005-05-23 Naba Kumar  <naba@gnome.org>
14629         * src/anjuta-app.c: Save menu accelerators on change.
14630         * NEWS: Updated.
14631         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
14632         save-as dialog (leading to crash later).
14634 2005-05-22 Naba Kumar  <naba@gnome.org>
14636         * NEWS: Updated.
14637         * AUTHORS: Added developers for other projects. Updated.
14638         * TODO.tasks: Updated.
14639         * ChangeLog: Added past changelogs from anjuta-0.1.5.
14640         
14641 2005-05-22 Naba Kumar  <naba@gnome.org>
14643         * plugins/tools/execute.c: Make parsable lines distinct by adding
14644         a "Click me" description in the message. Allow tools to open arbibrary
14645         file in editory using gdb-styled annotation (The line starts with two
14646         \032 characters followed by the file:line).
14647         
14648         * plugins/tools/scripts/prepare-changelog.pl,
14649         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
14650         ChangeLog file itself and open it.
14652 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
14654         * plugins/tools/execute.c:
14655         Parse output in message pane
14656         Correct a crash on plugin deactivation
14658         * plugins/tools/fileop.c,
14659         plugins/tools/tool.c,
14660         plugins/tools/tool.h:
14661         Load only valid tools
14663 2005-06-21  Naba Kumar  <naba@gnome.org>
14665         * anjuta.spec.in: Fixed devel package requirement.
14667         * plugins/message-view/message-view.c: Scroll message on next/previous.
14669         * TODO.tasks: Updated.
14671         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14672         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14673         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14674         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14675         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14676         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14677         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14678         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14680         * libanjuta/anjuta-preferences.c,
14681         plugins/build-basic-autotools/build-basic-autotools.c,
14682         plugins/build-basic-autotools/executer.c,
14683         plugins/class-gen/action-callbacks.c,
14684         plugins/class-gen/action-callbacks.h,
14685         plugins/class-gen/class_gen.c,
14686         plugins/cvs-plugin/cvs-interface.c,
14687         plugins/debug-manager/attach_process.c,
14688         plugins/debug-manager/plugin.c,
14689         plugins/debug-manager/utilities.c,
14690         plugins/debug-manager/utilities.h,
14691         plugins/editor/aneditor-autocomplete.cxx,
14692         plugins/editor/aneditor.cxx,
14693         plugins/editor/search-replace.c,
14694         plugins/editor/search-replace_backend.c,
14695         plugins/gdb/breakpoints.c,
14696         plugins/gdb/registers.c,
14697         plugins/patch/plugin.c,
14698         plugins/project-wizard/druid.c,
14699         plugins/project-wizard/install.c,
14700         plugins/subversion/plugin.c,
14701         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
14702         codes.
14704         * plugins/class-gen/action-callbacks.c,
14705         plugins/project-wizard/parser.c,
14706         plugins/project-wizard/property.c,
14707         plugins/project-wizard/values.c,
14708         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
14710         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
14711         alphabetically
14713 2005-06-20  Naba Kumar  <naba@gnome.org>
14715         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
14716         manuals/reference/libanjuta/tmpl/e-splash.sgml,
14717         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14718         
14719         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
14720         exit idle function.
14721         
14722         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
14723         Fixed possible memory corruption.
14725         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
14726         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
14727         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
14728         progress bar increment and added progress status for symbol refresh
14729         and project loading.
14730         
14731         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
14732         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
14733         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
14734         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
14735         bar.
14737         * TODO.tasks: Updated.
14739 2005-06-19  Naba Kumar  <naba@gnome.org>
14741         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
14742         Fixed warning.
14743         
14744         * plugins/project-import/project-import.c: Deactivate plugin when done.
14745         
14746 2005-06-18  Naba Kumar  <naba@gnome.org>
14748         * plugins/profile-default/plugin.c: Fixed error when loading another
14749         project while a project is still loaded.
14750         
14751         * plugins/project-manager/plugin.c: Used (newly added) group-activated
14752         signal from gnome-build to popup group properties.
14753         
14754         * src/anjuta.c: Load default session by default.
14756         * po/POTFILES.in: Added missing files.
14757         
14758         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
14759         activate plugin on load (activate it separately). Connect to activate
14760         and deactivate signals for housekeeping, so that if plugins are
14761         activated or deactivate externally, they are properly recorded.
14762         
14763         * plugins/profile-default/plugin.c: Save profile before a project
14764         is loaded so that it could be restored when project is closed.
14765         
14766         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
14768 2005-06-17  Naba Kumar  <naba@gnome.org>
14770         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
14771         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
14772         for project. The plugins loaded for the project is restored when project
14773         is loaded next time.
14774         
14775         * TODO.tasks: Updated.
14776         
14777 2005-06-15  Naba Kumar  <naba@gnome.org>
14779         * plugins/tools/scripts/find-fixmes.pl,
14780         (new) plugins/tools/scripts/translation-status.pl,
14781         plugins/tools/scripts/tools-2.xml.in,
14782         plugins/tools/scripts/Makefile.am,
14783         plugins/tools/scripts/prepare-changelog.pl: Added translation
14784         status script. Completed find-fixmes.pl script. Fixed bugs.
14786         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
14787         tool path.
14789 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14791         * plugins/message-view/anjuta-message-manager-plugin.glade :
14792         renamed "messages.tag.position" to "messages.tab.position".
14793         plugins/message-view/anjuta-msgman.c : 
14794         Messages tab position prefrences.
14795         
14796 2005-06-14  Naba Kumar  <naba@gnome.org>
14798         * (new) plugins/tools/scripts/find-fixmes.pl,
14799         (new) plugins/tools/scripts/tools-2.xml.in,
14800         (new) plugins/tools/scripts/Makefile.am,
14801         (new) plugins/tools/scripts/prepare-changelog.pl,
14802         plugins/tools/plugin.h, plugins/tools/fileop.c,
14803         plugins/tools/Makefile.am, configure.in: Added system tools.
14805 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
14807         * plugins/tools/editor.c:
14808         Take care of creating .anjuta directory if missing
14810 2005-06-10  Naba Kumar  <naba@gnome.org>
14812         * configure.in: Increased gnome-build required to version 0.1.2.
14813         
14814         * plugins/project-manager/plugin.c: Fixed target/group removal.
14815         Fixed memory leaks.
14816         
14817 2005-06-10  Naba Kumar  <naba@gnome.org>
14819         * plugins/project-manager/plugin.c: Implemented target/group
14820         configuration (update gnome-build module from cvs).
14821         
14822 2005-06-07  Naba Kumar  <naba@gnome.org>
14824         Patch from: Massimo Cora'  <maxcvs@email.it>:
14825         * plugins/class-inheritance/Makefile.am,
14826         plugins/class-inheritance/class-inherit.c,
14827         plugins/class-inheritance/class-inherit.h,
14828         plugins/class-inheritance/plugin.c,
14829         plugins/class-inheritance/plugin.h,
14830         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
14831         expanded view of classes in hierarchy canvas (collapsable again).
14832         
14833 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
14835         * scintilla/patches/scintilla-64-bit.diff (added)
14836         * plugins/patch/patch-plugin.c:
14837         Conditional build for GTK 2.4 and GTK 2.6
14839 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
14841         * plugins/tools/anjuta-tools.glade,
14842         plugins/tools/editor.c,
14843         plugins/tools/plugin.h,
14844         plugins/tools/fileop.c:
14845         Add a check box to edit an user script
14846         Correct a few memory leak
14848         * plugins/tools/execute.c,
14849         plugins/tools/tool.c,
14850         plugins/tools/tool.h:
14851         Move utility remove_mnemonic function in tool.c
14852         Small fix
14854 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
14856         Patch from sbrabec@suse.cz:
14857         * configure.in
14858         scintilla/include/Scintilla.h:
14859         
14860         Fix 64-Bit warnings in gcc 4
14862 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
14863         
14864         * plugins/patch/patch_plugin.c
14865         plugins/patch/patch.h
14866         plugin/patch/patch-plugin.glade
14867         plugin/patch/Makefile.am:
14868         
14869         Changed patch plugin to use libglade and new gtk 2.6 widgets
14871 2005-05-31  Naba Kumar  <naba@gnome.org>
14873         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
14874         * plugins/editor/text_editor.c: Don't show error
14875         for empty files.
14876         
14877 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
14878         
14879         * plugins/message-view/anjuta-message-manager.ui,
14880         plugins/message-view/anjuta-msgman.c,
14881         plugins/message-view/anjuta-msgman.h,
14882         plugins/message-view/message-view.c,
14883         plugins/message-view/message-view.h,
14884         plugins/message-view/plugin.c:
14885         Add a popup menu in messages panes
14886         Move save message pane option in it
14888 2005-05-28  Naba Kumar  <naba@gnome.org>
14890         * data/properties/styles.properties: Fixed default font
14891         names and sizes.
14893         * plugins/editor/style-editor.c: cleanup.
14894         
14895 2005-05-25  Naba Kumar  <naba@gnome.org>
14897         * plugin/gdb/plugin.c: Start gdb even if the program does
14898         not exists. Fixes bug #305074
14899         
14900 2005-05-24  Naba Kumar  <naba@gnome.org>
14902         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
14903         * configure.in: graphviz pkgconfig path.
14905 2005-05-24  Naba Kumar  <naba@gnome.org>
14907         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
14908         * TODO.tasks: Updated.
14909         
14910 2005-05-22  Naba Kumar  <naba@gnome.org>
14912         * anjuta.spec.in: Fixed spec file
14913         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
14915 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
14916         
14917         * TODO.tasks: Updated.
14919         * plugins/message-view/anjuta-message-manager.ui,
14920         plugins/message-view/message-view.c,
14921         plugins/message-view/message-view.h,
14922         plugins/message-view/plugin.c:
14923         Add shortcut for next and previous message
14924         Add a save message menu item
14925         Fix a bug in previous message
14927 2005-05-21  Naba Kumar  <naba@gnome.org>
14929         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
14930         doc/Makefile.am, global-tags/create_global_tags.sh,
14931         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
14932         and rpm package creation. Fixed installation paths.
14933         
14934         * plugins/editor/anjuta-document-manager.glade,
14935         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
14936         and indent options.
14937         
14938         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
14940 2005-05-21  Naba Kumar  <naba@gnome.org>
14942         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
14943         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
14944         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
14945         tagmanager/Makefile.am: Fixed paths configure variables to take
14946         automake configure variables instead of hardcoding.
14948         * global-tags/tm_global_tags.c: Formated code.
14950         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
14951         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14952         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14953         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14954         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14955         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14956         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14957         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14958         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14960 2005-05-20  Naba Kumar  <naba@gnome.org>
14962         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
14963         and fixed rpm spec file (more testing required).
14964         
14965         * data/gdb.init: Don't set gdb prompt.
14966         
14967         * mime/Makefile.am: run update-mime-data only on system-wide install.
14968         
14969         * plugins/gdb/Makefile.am: Install plugin at correct paths.
14971 2005-05-19  Naba Kumar  <naba@gnome.org>
14973         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
14974         while it's not visible.
14976         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
14977         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
14978         
14979 2005-05-19  Naba Kumar <naba@gnome.org>
14981         * configure.in: Fixed subversion checks. Added
14982         --disable-plugin-subversion and --disable-plugin-glade
14983         configure flags to manually turn off their plugin builds.
14985         * plugins/editor/plugin.c: Save and restore current editor line
14986         positions in session.
14988 2005-05-18  Naba Kumar  <naba@gnome.org>
14990         * AUTHORS: Fixed email address.
14991         
14992         * libanjuta/anjuta-utils.c,
14993         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
14994         when the projectmanager toplevel is not a window. Check for valid
14995         gtkwindow type before using the passed window as parent for anjuta
14996         dialogs.
14998 2005-05-17  Naba Kumar  <naba@gnome.org>
15000         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
15001         
15002         * plugins/cvs-plugin/Makefile.am,
15003         plugins/devhelp/plugin.c,
15004         plugins/file-loader/Makefile.am,
15005         plugins/macro/Makefile.am,
15006         plugins/message-view/Makefile.am,
15007         plugins/patch/Makefile.am,
15008         plugins/project-manager/Makefile.am,
15009         plugins/subversion/Makefile.am,
15010         plugins/symbol-browser/Makefile.am: Removed -module flags
15011         from libtool flags
15013         * MAINTAINERS: Added file so that I could recieve bugzilla
15014         reports.
15016         * plugins/glade/plugin.c: Fixed compile error.
15018 === Anjuta 2.0.0 ===
15020 2005-05-15  Naba Kumar  <naba@gnome.org>
15022         * configure.in: Adjusted gdl version requirement. Bumped anjuta
15023         version to 2.0.0.
15025         * plugins/symbol-browser/an_symbol_view.c,
15026         plugins/symbol-browser/plugin.c,
15027         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
15028         symbols have been updated. Reset file symbols when update
15029         occurs. Fixed memory leaks.
15031         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
15032         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
15033         
15034 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
15036         * plugins/tools/anjuta-tools.glade:
15037         Remove unused parameter dialog
15039         * plugins/tools/dialog.c,
15040         plugins/tools/fileop.c,
15041         plugins/tools/fileop.h,
15042         plugins/tools/tool.c,
15043         plugins/tools/tool.h,
15044         plugins/tools/variable.c:
15045         Add a few comments and cleanups
15047         * plugins/tools/editor.c,
15048         plugins/tools/editor.h:
15049         Remove code from previous plugin and add comments
15050         Use main window as parent (instead of tool list)
15052         * plugins/tools/execute.c,
15053         plugins/tools/execute.h:
15054         Remove code from previous plugin and add comments
15055         Fix warnings
15057 2005-05-14  Naba Kumar  <naba@gnome.org>
15059         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
15060         release.
15061         
15062         * configure.in: Fixed
15063         
15064         * plugins/class-inheritance/class-inheritance.png: New icon.
15065         
15066         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
15067         screws up when reparented.
15069 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15071         * plugins/editor/search-replace.c,
15072         plugins/editor/search-replace_backend.c
15073         plugins/project-manager/plugin.c : Clear find pane if searching same 
15074         expression. Clean code.
15076 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
15078         * configure.in: Added ne in ALL_LINGUAS
15079         
15080 2005-05-13  Naba Kumar  <naba@gnome.org>
15082         * configure.in: Fixed glade-3 version.
15083         
15084         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
15085         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
15086         plugins/gdb/watch.c: Update locals, watch and frame document on
15087         frame change.
15089 2005-05-12  Naba Kumar  <naba@gnome.org>
15091         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
15092         scope autocompletion when the function definition is incomplete.
15093         
15094         * plugins/class-gen/anjuta-class-gen.plugin.in,
15095         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15096         plugins/gdb/plugin.c,
15097         plugins/glade/anjuta-glade.plugin.in,
15098         plugins/project-import/anjuta-project-import.plugin.in,
15099         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
15100         titles for the wizards.
15102 2005-05-11  Naba Kumar  <naba@gnome.org>
15104         * configure.in, plugins/debug-manager/Makefile.am,
15105         plugins/debug-manager/plugin.c,
15106         (added) plugins/debug-manager/images/.cvsignore,
15107         (added) plugins/debug-manager/images/Makefile.am,
15108         (added) plugins/debug-manager/images/detach-16.png,
15109         (added) plugins/debug-manager/images/detach.png,
15110         (added) plugins/debug-manager/images/step-into-16.png,
15111         (added) plugins/debug-manager/images/step-into.png,
15112         (added) plugins/debug-manager/images/step-out-16.png,
15113         (added) plugins/debug-manager/images/step-out.png,
15114         (added) plugins/debug-manager/images/step-over-16.png,
15115         (added) plugins/debug-manager/images/step-over.png,
15116         plugins/gdb/Makefile.am,
15117         plugins/gdb/breakpoints.c,
15118         plugins/gdb/plugin.c,
15119         (added) plugins/gdb/images/.cvsignore,
15120         (added) plugins/gdb/images/Makefile.am,
15121         (added) plugins/gdb/images/breakpoint.png,
15122         (added) plugins/gdb/images/locals.png,
15123         (added) plugins/gdb/images/stack.png,
15124         (added) plugins/gdb/images/watch.png: Fixed breakpoints
15125         'remove all'. Added debugger icons.
15127         * plugins/editor/text_editor.c: Fixed file monitor.
15129         Patch from: Massimo Cora'  <maxcvs@email.it>
15130         * plugins/patch/anjuta-patch-plugin.png,
15131         plugins/class-gen/Makefile.am,
15132         plugins/class-gen/action-callbacks.c,
15133         plugins/class-gen/class_gen.c,
15134         plugins/class-gen/class_logo.xpm: Implemented vcs
15135         file addions. New icons by Fabio Zecchini
15137 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15139         * libanjuta/interfaces/libanjuta.idl
15140         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
15141         plugins/editor/search-replace_backend.c
15142         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
15144 2005-05-11  Naba Kumar  <naba@gnome.org>
15145         
15146         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
15147         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
15148         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
15149         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
15150         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
15151         memory leaks.
15152         
15153         * plugins/symbol-browser/an_symbol_prefs.c,
15154         plugins/symbol-browser/an_symbol_search.c,
15155         plugins/symbol-browser/an_symbol_view.c,
15156         plugins/symbol-browser/an_symbol_view.h,
15157         plugins/symbol-browser/plugin.c: Fixed memory leaks.
15159 2005-05-11  Naba Kumar  <naba@gnome.org>
15161         * libanjuta/anjuta-shell.c: Fixed runtime warning.
15162         
15163         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
15164         progress bar location at create time, instead of hardcoding.
15165         
15166         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
15167         Added mini splash screen.
15168         
15169         * plugins/editor/text_editor.c: Do not produce warning when file
15170         monitor could not be created.
15171         
15172         * plugins/profile-default/plugin.c: Save project session on exit.
15173         Show mini splash with progress bar at profile load.
15175 2005-05-10  Naba Kumar  <naba@gnome.org>
15177         * configure.in, manuals/Makefile.am: Fixed compile flags.
15178         Disable outdated manuals builds.
15179         
15180         * global-tags/Makefile.am: Uninstall tags files on
15181         'make uninstall'
15182         
15183         * libegg/Makefile.am: Use configured deprecated flags.
15184         
15185         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15186         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15187         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
15188         Updated.
15189         
15190         * mime/Makefile.am: Take DESTDIR into account.
15191         
15192         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
15193         
15194         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
15195         on scope autocompletion.
15196         
15197         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15198         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
15199         shared libs and static libs paths for debugging. Order them
15200         correctly.
15201         
15202         * po/POTFILES.in: Updated.
15204 2005-05-09  Naba Kumar  <naba@gnome.org>
15206         * libanjuta/interfaces/libanjuta.idl,
15207         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
15208         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
15209         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
15210         Implemented debugger source directory search and emits location changed
15211         signal with absolute path of the file.
15213         * plugins/tools/tool.c: Fixed compile errors.
15214         
15215 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
15217         * plugins/tools/anjuta-tools.glade,
15218         plugins/tools/dialog.h,
15219         plugins/tools/dialog.c,
15220         plugins/tools/plugin.c,
15221         plugins/tools/editor.c:
15222         Improve graphical user interface
15223         Remove old code
15224         Correct an error on close
15225         Some cleanups
15227         * plugins/tools/fileop.c,
15228         plugins/tools/tool.h,
15229         plugins/tools/tool.c:
15230         Change the tool internal structure
15231         Support having tools configuration in several places
15233 2005-05-08  Naba Kumar  <naba@gnome.org>
15235         * plugins/gdb/actions.c,
15236         (removed) plugins/gdb/registers_cbs.c,
15237         (removed) plugins/gdb/registers_cbs.h,
15238         (removed) plugins/gdb/registers_gui.c,
15239         (removed) plugins/gdb/sharedlib_cbs.c,
15240         (removed) plugins/gdb/sharedlib_cbs.h,
15241         (removed) plugins/gdb/sharedlib_gui.c,
15242         (removed) plugins/gdb/signals_cbs.c,
15243         (removed) plugins/gdb/signals_cbs.h,
15244         (removed) plugins/gdb/signals_gui.c: Removed dead files.
15246 2005-05-08  Naba Kumar  <naba@gnome.org>
15248         * plugins/build-basic-autotools/executer.c: Fixed programs
15249         listing dialog.
15250         
15251         * plugins/debug-manager/Makefile.am,
15252         plugins/debug-manager/anjuta-debug-manager.glade,
15253         plugins/debug-manager/plugin.c,
15254         plugins/gdb/Makefile.am: Used libglade for programs listing
15255         dialog.
15256         
15257         * (added) plugins/gdb/pointer.png: Stack pointer image.
15258         
15259         * libanjuta/anjuta-marshal.list,
15260         pixmaps/Makefile.am,
15261         plugins/gdb/actions.c,
15262         plugins/gdb/actions.h,
15263         plugins/gdb/anjuta-gdb-plugin.ui,
15264         plugins/gdb/anjuta-gdb.glade,
15265         plugins/gdb/breakpoints.c,
15266         plugins/gdb/breakpoints.h,
15267         plugins/gdb/debug_tree.c,
15268         plugins/gdb/debug_tree.h,
15269         plugins/gdb/debugger.c,
15270         plugins/gdb/debugger.h,
15271         plugins/gdb/gdbmi-test.c,
15272         plugins/gdb/gdbmi.c,
15273         plugins/gdb/gdbmi.h,
15274         plugins/gdb/info.c,
15275         plugins/gdb/info.h,
15276         plugins/gdb/locals.c,
15277         plugins/gdb/locals.h,
15278         plugins/gdb/memory.c,
15279         plugins/gdb/memory.h,
15280         plugins/gdb/plugin.c,
15281         plugins/gdb/plugin.h,
15282         plugins/gdb/registers.c,
15283         plugins/gdb/registers.h,
15284         plugins/gdb/registers_cbs.c,
15285         plugins/gdb/registers_cbs.h,
15286         plugins/gdb/registers_gui.c,
15287         plugins/gdb/sharedlib.c,
15288         plugins/gdb/sharedlib.h,
15289         plugins/gdb/sharedlib_cbs.c,
15290         plugins/gdb/sharedlib_cbs.h,
15291         plugins/gdb/sharedlib_gui.c,
15292         plugins/gdb/signals.c,
15293         plugins/gdb/signals.h,
15294         plugins/gdb/signals_cbs.c,
15295         plugins/gdb/signals_cbs.h,
15296         plugins/gdb/signals_gui.c,
15297         plugins/gdb/stack_trace.c,
15298         plugins/gdb/stack_trace.h,
15299         plugins/gdb/utilities.c,
15300         plugins/gdb/utilities.h,
15301         plugins/gdb/watch.c,
15302         plugins/gdb/watch.h,
15303         plugins/gdb/watch_cbs.c,
15304         plugins/gdb/watch_cbs.h,
15305         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
15306         it for all debugger component updates and listing. Implemented
15307         user custom debugger command window. Fixed all debugger components
15308         to work correctly. Implemented debugger as GObject. Removed
15309         deprecated codes.
15310         
15311 2005-05-06  Naba Kumar  <naba@gnome.org>
15312         
15313         * TODO.tasks: Updated.
15314         
15315         * plugins/build-basic-autotools/Makefile.am,
15316         plugins/file-loader/Makefile.am,
15317         plugins/profile-default/Makefile.am,
15318         plugins/sample1/Makefile.am,
15319         plugins/symbol-browser/images/Makefile.am,
15320         src/Makefile.am: Fixed 'make distcheck' errors.
15322         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
15323         updates.
15325         * tagmanager/tm_workspace.c: Include prototypes in getting
15326         scope members.
15328 2005-05-06  Naba Kumar  <naba@gnome.org>
15330         * TODO.tasks: Updated.
15331         
15332         * configure.in, plugins/cvs-plugin/Makefile.am,
15333         plugins/debug-manager/Makefile.am,
15334         plugins/devhelp/Makefile.am,
15335         plugins/editor/Makefile.am,
15336         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
15337         
15338         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
15339         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
15340         interfaces.
15341         
15342         * tagmanager/tm_workspace.c,
15343         tagmanager/include/tm_workspace.h,
15344         plugins/editor/aneditor-autocomplete.cxx,
15345         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
15346         to return all matching tag types when no name is given instead of
15347         returning empty array.
15348         
15349         * plugins/symbol-browser/Makefile.am,
15350         (added) plugins/symbol-browser/an_symbol.c,
15351         (added) plugins/symbol-browser/an_symbol.h,
15352         plugins/symbol-browser/an_symbol_info.c,
15353         plugins/symbol-browser/an_symbol_info.h,
15354         (added) plugins/symbol-browser/an_symbol_iter.c,
15355         (added) plugins/symbol-browser/an_symbol_iter.h,
15356         plugins/symbol-browser/an_symbol_search.c,
15357         plugins/symbol-browser/an_symbol_view.c,
15358         plugins/symbol-browser/an_symbol_view.h,
15359         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
15360         plugins/symbol-browser/plugin.c,
15361         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
15362         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
15363         plugin and implemented IAnjutaIterable interface for symbol search
15364         and iteration.
15366         * plugins/class-inheritance/Makefile.am,
15367         plugins/class-inheritance/class-inherit.c,
15368         plugins/class-inheritance/class-inherit.h,
15369         plugins/class-inheritance/plugin.h: Use the newly added
15370         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
15371         get rid of libanjuta-ctags.la dependencies.
15373 2005-05-02  Naba Kumar  <naba@gnome.org>
15375         * plugins/class-inheritance/class-inherit.c,
15376         plugins/class-inheritance/plugin.c,
15377         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
15378         be found for a class. Formated code.
15380         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
15381         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
15382         of editor tabs.
15383         
15384 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
15386         * libanjuta/anjuta-launcher.c:
15387         Keep trying sending data until all bytes have been written
15389         * plugins/tools/anjuta-tools.glade,
15390         plugins/tools/editor.c:
15391         Add a combo box to defined data from stdin
15393         * plugins/tools/execute.c:
15394         Send data in stdin if needed
15395         Code cleanups
15397         * plugins/tools/fileop.c,
15398         plugins/tools/tool.h,
15399         plugins/tools/tool.c:
15400         Store, load and save stdin data
15401         Use tools-2.xml instead of tools.xml
15403         * plugins/tools/plugin.c,
15404         plugins/tools/plugin.h:
15405         Code cleanups
15407         * plugins/tools/dialog.c,
15408         plugins/tools/dialog.h:
15409         Few code cleanups
15411         * plugins/tools/variable.c,
15412         plugins/tools/variable.h:
15413         Add editor related variables
15414         Code cleanups
15416 2005-04-29  Naba Kumar  <naba@gnome.org>
15418         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
15420         * plugins/editor/text_editor.c: Fixed line marker interpretation.
15421         
15422         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15423         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
15424         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
15425         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
15426         working on gdb MI interface. Completed MI parser interface.
15428         Patch from  Massimo Cora <maxcvs@email.it>:
15429         * plugins/class-inheritance/Makefile.am,
15430         plugins/class-inheritance/class-inherit.c,
15431         plugins/class-inheritance/class-inherit.h,
15432         plugins/class-inheritance/plugin.c,
15433         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
15434         Used system theme for colors. Display class members on mouse click.
15435         
15436 2005-04-28  Naba Kumar  <naba@gnome.org>
15438         * plugins/symbol-browser/an_symbol_prefs.c
15439         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
15440         implementation to create/add/remove custom tags files in symbol
15441         brower preferences.
15443         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
15444         EXTRA_DIST.
15446         * plugins/project-import/project-import.c: Fixed memory leaks and
15447         use correct debug prints.
15448         
15449         * TODO.tasks: Updated.
15450         
15451 2005-04-27  Naba Kumar  <naba@gnome.org>
15453         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
15454         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
15455         scintilla/Makefile.am: Fixed 'make distcheck' errors.
15457         * plugins/editor/anjuta-docman.c,
15458         plugins/editor/anjuta-docman.h,
15459         plugins/editor/plugin.c: Emit editor-added signal from docman
15460         and connect signals to new editor correctly.
15462         * plugins/class-inheritance/plugin.c,
15463         plugins/symbol-browser/plugin.c: Added stock icons.
15464         
15465         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
15466         plugins/build-basic-autotools/executer.c,
15467         plugins/build-basic-autotools/executer.h: Added missing files
15468         for the execute programs implementation.
15470 2005-04-26  Naba Kumar  <naba@gnome.org>
15471         
15472         * TODO.tasks: Updated.
15474         * plugins/file-loader/plugin.c,
15475         plugins/project-import/anjuta-project-import.plugin.in,
15476         plugins/project-import/plugin.c,
15477         plugins/project-import/project-import.c,
15478         plugins/project-import/project-import.h: Be able to import older
15479         anjuta projects.
15481 2005-04-26  Naba Kumar  <naba@gnome.org>
15483         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
15484         removing it from the shell.
15486         * libanjuta/anjuta-shell.c,
15487         libanjuta/anjuta-shell.h,
15488         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
15489         so that widget additions are freezed or thaw using a pending queue.
15490         Fixded UI flicker while loading projects.
15492 2005-04-26  Naba Kumar  <naba@gnome.org>
15494         * TODO.tasks: Updated.
15495         
15496         * libanjuta/interfaces/libanjuta.idl: Added execute method for
15497         IAnjutaBuildable interface.
15498         
15499         * plugins/build-basic-autotools/Makefile.am,
15500         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15501         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
15502         plugins/build-basic-autotools/build-basic-autotools.c,
15503         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
15504         interface and UI for executing project/file programs. Implemented
15505         IAnjutaFile interface so that executables could be opened directly.
15506         
15507         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
15508         Authors line (Reserved for external plugins, which do not have a way to
15509         show their credits).
15510         
15511         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
15512         [File Loader] group for menu labels (default to "Name" if it is not
15513         defined.
15514         
15515         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
15516         for executing external commands.
15518 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
15520         * plugins/project-wizard/property.c:
15521         Correct a memory leak
15523         * libanjuta/interfaces/libanjuta.idl,
15524         plugins/editor/text_editor.c:
15525         Add erase_all and replace_selection function to IAnjutaEditor
15527         * plugins/tools/anjuta-tools.glade,
15528         plugins/tools/fileop.c,
15529         plugins/tools/editor.c,
15530         plugins/tools/tool.c
15531         plugins/tools/tool.h:
15532         Add shortcut and icon 
15534         * plugins/tools/variable.c,
15535         plugins/tools/variable.h:
15536         Add a variable asking parameters at run time
15538         * plugins/tools/execute.c:
15539         Add a warning message for missing document manager
15540         Add replace buffer and replace selection output
15541         Correct an error in popup output
15543         * plugins/tools/plugin.c,
15544         plugins/tools/plugin.h,
15545         plugins/tools/anjuta-tools.ui,
15546         src/anjuta.ui:
15547         Few clean up
15548         Attach tools menu to a new place
15550 2005-04-25  Naba Kumar  <naba@gnome.org>
15552         * libanjuta/plugins.c, src/about.c, src/about.h,
15553         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
15554         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
15555         plugins (about box for plugins) menu.
15557 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15559         *  plugins/editor/search-replace.c :
15560         Displayed full path in Search pane window. 
15561         Bug 300231 : Selected line in Search pane window .
15562                 
15563 2005-04-23  Naba Kumar  <naba@gnome.org>
15565         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
15567 2005-04-22  Naba Kumar  <naba@gnome.org>
15569         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
15570         
15571         * plugins/project-wizard/templates/java.wiz,
15572         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
15573         to create bytecodes (.class) files.
15574         
15575         * plugins/symbol-browser/an_symbol_info.c,
15576         plugins/symbol-browser/an_symbol_info.h,
15577         plugins/symbol-browser/an_symbol_search.c,
15578         plugins/symbol-browser/an_symbol_view.c,
15579         plugins/symbol-browser/plugin.c,
15580         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
15581         in file symbol list.
15583 2005-04-22  Naba Kumar  <naba@gnome.org>
15585         * TODO.tasks: Updated.
15586         
15587         * plugins/class-inheritance/Makefile.am,
15588         plugins/subversion/Makefile.am: Do not install plugin files when
15589         plugin build condition is false.
15590         
15591         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
15592         plugins/build-basic-autotools/build-basic-autotools.c,
15593         plugins/build-basic-autotools/build-basic-autotools.h,
15594         plugins/file-loader/anjuta-loader-plugin.ui,
15595         plugins/file-loader/dnd.c,
15596         plugins/file-loader/plugin.c,
15597         plugins/file-loader/plugin.h,
15598         plugins/project-manager/anjuta-project-manager.ui,
15599         plugins/project-manager/plugin.c: Added open file and build context
15600         menu in project manager context menu.
15602 2005-04-22  Naba Kumar  <naba@gnome.org>
15604         * configure.in: Added message output showing conditional plugins to
15605         build or not.
15606         
15607         * src/layout.xml: Added layout for class-inheritance plugin widget.
15608         
15609         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
15610         plugin name to remove redundant terms.
15611         
15612         * TODO.tasks: Updated.
15613         
15614         * configure.in,
15615         plugins/symbol-browser/Makefile.am,
15616         plugins/symbol-browser/an_symbol_view.c,
15617         (removed) plugins/symbol-browser/sv_class.xpm,
15618         (removed) plugins/symbol-browser/sv_function.xpm,
15619         (removed) plugins/symbol-browser/sv_macro.xpm,
15620         (removed) plugins/symbol-browser/sv_private_fun.xpm,
15621         (removed) plugins/symbol-browser/sv_private_var.xpm,
15622         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
15623         (removed) plugins/symbol-browser/sv_protected_var.xpm,
15624         (removed) plugins/symbol-browser/sv_public_fun.xpm,
15625         (removed) plugins/symbol-browser/sv_public_var.xpm,
15626         (removed) plugins/symbol-browser/sv_static_fun.xpm,
15627         (removed) plugins/symbol-browser/sv_static_var.xpm,
15628         (removed) plugins/symbol-browser/sv_struct.xpm,
15629         (removed) plugins/symbol-browser/sv_unknown.xpm,
15630         (removed) plugins/symbol-browser/sv_variable.xpm,
15631         (added) plugins/symbol-browser/images/.cvsignore,
15632         (added) plugins/symbol-browser/images/Icons.16x16.Class,
15633         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
15634         (added) plugins/symbol-browser/images/Icons.16x16.Field,
15635         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
15636         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
15637         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
15638         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
15639         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
15640         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
15641         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
15642         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
15643         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
15644         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
15645         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
15646         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
15647         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
15648         (added) plugins/symbol-browser/images/Icons.16x16.Method,
15649         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
15650         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
15651         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
15652         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
15653         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
15654         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
15655         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
15656         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
15657         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
15658         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
15659         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
15660         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
15661         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
15662         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
15663         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
15664         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
15665         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
15666         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
15667         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
15668         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
15669         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
15670         pixmaps and added new icons (taken from monodevelop).
15672 2005-04-21  Naba Kumar  <naba@gnome.org>
15674         Patch from  Massimo Cora <maxcvs@email.it>:
15676         * configure.in, plugins/Makefile.am
15677         (new) plugins/class-inheritance/.cvsignore,
15678         (new) plugins/class-inheritance/Makefile.am,
15679         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
15680         (new) plugins/class-inheritance/class-inherit.c,
15681         (new) plugins/class-inheritance/class-inherit.h,
15682         (new) plugins/class-inheritance/plugin.c,
15683         (new) plugins/class-inheritance/plugin.h,
15684         (new) plugins/class-inheritance/class-inheritance.png: Added class
15685         inheritance plugin.
15686         
15687         Changes by naba: Added pkgconfig check for graphviz and conditionally
15688         build graphviz.
15689         
15690         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
15692 2005-04-20  Naba Kumar  <naba@gnome.org>
15694         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
15695         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15696         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15697         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15698         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15699         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15700         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15701         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15702         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15703         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15704         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15705         
15706         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
15707         message view management.
15709         * libanjuta/anjuta-children.[ch],
15710         plugins/build-basic-autotools/build-basic-autotools.c,
15711         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
15712         Removed anjuta_children_init() function,
15713         because it is done automatically when first invoked. Introduced
15714         anjuta_children_recover() to recover the child signalling. Fixed
15715         child exit management to correctly recover the exit status.
15716         
15717         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
15718         to properly shutdown the launcher and to kill the running process
15719         (without emitting any signal).
15720         
15721         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15722         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
15723         gdb and program instance.
15725 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15727         * plugins/editor/search-replace.c :
15728         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
15730 2005-04-18  Naba Kumar  <naba@gnome.org>
15732         * TODO.tasks: Marked completed items.
15733         
15734         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
15735         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
15736         plugins/project-manager/plugin.c: Prompt user for the debugging
15737         target (select from a list of project's executable targets) and
15738         correctly start debugger. Take care of libtool wrapping when the
15739         target selected is libtool target. Fixed debugger menu items
15740         sensitivity.
15742 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
15744         * plugins/tools/execute.c,
15745         plugins/tools/execute.h:
15746         Implement save all files before running a command
15747         Implement all options for stdout and stderr except replace buffer
15748         Allow running several tools
15750         * plugins/tools/plugin.c:
15751         Move anjuta launcher in execute.c
15753         * plugins/tools/tools.h,
15754         plugins/tools/variable.c:
15755         Small changes
15757 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
15759         * plugins/tools/anjuta-tools.glade:
15760         Add new properties in tool editor dialog
15761         Cosmetic improvements
15762         
15763         * plugins/tools/anjuta-tools.ui:
15764         Attach tool menu as a build menu
15766         * plugins/tools/dialog.c:
15767         Set tool menu item sensitivity in tool list
15768         Fix bugs
15770         * plugins/tools/editor.c,
15771         plugins/tools/editor.h,
15772         plugins/tools/fileop.c,
15773         plugins/tools/tool.c,
15774         plugins/tools/tool.h:
15775         Add new properties (active, save file...)
15776         Most of them are still not implemented
15778         * plugins/tools/execute.c,
15779         plugins/tools/execute.h:
15780         Reorganize code to support multiple run
15781         Support run in terminal
15782         
15783         * plugins/tools/plugin.c
15784         plugins/tools/plugin.h:
15785         Move message handling in execute.c
15787         * plugins/tools/variable.h,
15788         plugins/tools/variable.c:
15789         Add useful variables
15790         
15791 2005-04-13  Naba Kumar  <naba@gnome.org>
15793         * plugins/editor/text_editor.c: Fixed file monitoring condition.
15794         * plugins/editor/Makefile.am: Added gnome-vfs flags.
15795         
15796 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15798         * plugins/tools/dialog.c plugins/tools/tool.c :
15799         Fixed bugs.
15801 2005-04-06  Naba Kumar  <naba@gnome.org>
15803         * src/anjuta.c: Load default session only when
15804         "anjuta.session.load.last" preference is enabled.
15805         
15806 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
15808         * plugins/tools/Makefile.am,
15809         plugins/tools/variable.c,
15810         plugins/tools/variable.h:
15811         Add new code for handling variables
15813         * plugins/tools/anjuta-tools.glade:
15814         Improve tool editor dialog
15815         Add variable selection dialog
15817         * plugins/tools/dialog.c,
15818         plugins/tools/dialog.h,
15819         plugins/tools/plugin.c,
15820         plugins/tools/plugin.h:
15821         Add variable object
15822         Add a function to get it
15824         * plugins/tools/editor.c:
15825         Add gui code for variable selection dialog
15827         * plugins/tools/execute.c:
15828         Use variables for executing command
15829         
15830         * Naba: Compile warning fixes.
15832 2005-04-06  Naba Kumar  <naba@gnome.org>
15834         * TODO.tasks: Marked completed items.
15835         
15836 2005-04-06  Naba Kumar  <naba@gnome.org>
15838         * plugins/subversion/svn-backend.c: Fixed subversion plugin
15839         compile error.
15840         
15841         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
15843 2005-04-04  Naba Kumar  <naba@gnome.org>
15845         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
15846         inside Main window.
15847         
15848 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
15850         * plugins/tools/Makefile.am,
15851         plugins/tools/anjuta-tools.plugin.in,
15852         plugins/tools/anjuta-tools.ui,
15853         plugins/tools/anjuta-tools.gladei,
15854         plugins/tools/anjuta-tools-plugin.png,
15855         plugins/tools/plugin.c,
15856         plugins/tools/plugin.h,
15857         plugins/tools/dialog.c,
15858         plugins/tools/dialog.h,
15859         plugins/tools/fileop.c,
15860         plugins/tools/fileop.h,
15861         plugins/tools/tool.c,
15862         plugins/tools/tool.h,
15863         plugins/tools/editor.c,
15864         plugins/tools/editor.h,
15865         plugins/tools/execute.c,
15866         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
15867         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
15868         Not fully working
15870         * anjuta-tools.[ch]: Removed old tools code.
15871         
15872 2005-04-01  Steve Murphy  <murf@e-tools.com>
15874         * configure.in: Added "rw" to ALL_LINGUAS.
15876 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15878         * Modified Files:
15879         manuals/C/anjuta-manual/fileoperations.xml
15880         Added Files:
15881         manuals/C/anjuta-manual/figures/search_expr.png
15882         manuals/C/anjuta-manual/figures/search_expr_basic.png
15883         manuals/C/anjuta-manual/figures/search_file_list.png
15884         manuals/C/anjuta-manual/figures/search_file_pattern.png
15885         manuals/C/anjuta-manual/figures/search_replace.png
15886         manuals/C/anjuta-manual/figures/search_setting.png
15887         manuals/C/anjuta-manual/figures/search_target.png
15888         manuals/C/anjuta-manual/figures/search_target_action.png
15889         manuals/C/anjuta-manual/figures/search_target_in.png
15890         Removed Files:
15891         manuals/C/anjuta-manual/figures/find_files.png
15892         manuals/C/anjuta-manual/figures/find_replace.png
15893         manuals/C/anjuta-manual/figures/find_text.png :
15894         Updated Anjuta manual (File Operations)
15896 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15898         * manuals/C/anjuta-manual/fileoperations.xml,
15899         manuals/C/anjuta-manual/figures/open_file.png,
15900         manuals/C/anjuta-manual/figures/open_file_multiple.png,
15901         manuals/C/anjuta-manual/figures/prefs_print.png,
15902         manuals/C/anjuta-manual/figures/print_dlg.png,
15903         manuals/C/anjuta-manual/figures/print_preview.png.
15904         * Added Files:
15905         manuals/C/anjuta-manual/figures/add_edit_macro.png,
15906         manuals/C/anjuta-manual/figures/display_macro.png,
15907         manuals/C/anjuta-manual/figures/insert_text.png,
15908         manuals/C/anjuta-manual/figures/keyword_macro.png,
15909         manuals/C/anjuta-manual/figures/new_file_wizard.png,
15910         manuals/C/anjuta-manual/figures/save_as_file.png :
15911         Updated Anjuta Manual (File Operations)
15913 2005-03-23  Adam Weinberger  <adamw@gnome.org>
15915         * plugins/editor/action-callbacks.c,
15916           plugins/file-loader/plugin.c,
15917           plugins/gtodo/main.c,
15918           plugins/project-wizard/druid.c:
15919           Fix spelling/grammar errors. Fixes bugs
15920           169068, 169137, 169138, and 169139.
15922 2005-03-21  Naba Kumar  <naba@gnome.org>
15924         Patch from: Massimo Cora' <maxcvs@email.it>:
15925         
15926         * plugins/editor/Makefile.am
15927         plugins/editor/anjuta-docman.c,
15928         (added) plugins/editor/editor-tooltips.c,
15929         (added) plugins/editor/editor-tooltips.h: Added tooltips to
15930         editor tabs to show full path.
15932 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
15933         
15934         * plugins/subversion/svn-backend.c:
15935         Removed "apr-0/" from include because this is 
15936         already included in SVN_INCLUDE and broke building if
15937         apr >= 1.0 was installed.
15939 2005-03-18  Naba Kumar  <naba@gnome.org>
15941         Patch from: Massimo Cora' <maxcvs@email.it>:
15943         * plugins/editor/action-callbacks.c,
15944         plugins/editor/aneditor-calltip.cxx,
15945         plugins/editor/aneditor-priv.h,
15946         plugins/editor/aneditor.cxx,
15947         plugins/editor/aneditor.h,
15948         plugins/editor/anjuta-document-manager.ui: Added calltip
15949         activation from menu.
15951 2005-03-16  Naba Kumar  <naba@gnome.org>
15953         Patch from: Massimo Cora' <maxcvs@email.it>:
15954         
15955         * plugins/class-gen/action-callbacks.c,
15956         plugins/class-gen/anjuta-class-gen-plugin.glade,
15957         plugins/class-gen/class_gen.c,
15958         plugins/class-gen/class_gen.h,
15959         plugins/class-gen/class_logo.xpm,
15960         plugins/class-gen/plugin.c: Create files without project
15961         being open. Add to project support. And other enhancements.
15963 2005-03-15  Adam Weinberger  <adamw@gnome.org>
15965         * anjuta.glade,
15966           plugins/debug-manager/utilities.c,
15967           plugins/file-loader/plugin.c,
15968           plugins/gdb/utilities.c,
15969           plugins/profile-default/plugin.c,
15970           plugins/project-import/project-import.c,
15971           src/anjuta-actions.h:
15972           Spelling/grammar fixes.
15974 2005-03-13  Naba Kumar  <naba@gnome.org>
15975         
15976         * plugins/editor/action-callbacks.c,
15977         plugins/editor/action-callbacks.h,
15978         plugins/editor/anjuta-document-manager.ui,
15979         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
15980         submenu. Moved menuitems from Format to View->Editor.
15981         
15982         * src/action-callbacks.c, src/action-callbacks.h,
15983         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
15984         layout and lock layout menus in View submenu. Get rid of
15985         Settings->Layout Manager menu.
15986         
15987         * plugins/project-import/anjuta-project-import.plugin.in:
15988         Fixed icon name
15990         * global-tags/Makefile.am,
15991         global-tags/create_global_tags.sh,
15992         plugins/editor/aneditor-autocomplete.cxx,
15993         plugins/editor/aneditor-priv.h,
15994         plugins/editor/aneditor.cxx,
15995         tagmanager/tm_workspace.c: Fixed scope members autocompletion
15996         in editor and made it work in global symbols also.
15997         
15998         * src/anjuta-app.c: Always use priority texts besides icons style
15999         for toolbars, because other styles look horible for Anjuta (fixme).
16001 2005-03-11  Naba Kumar  <naba@gnome.org>
16003         * configure.in: Removed test for iconv.
16005         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
16006         before scintilla widget is realized.
16007         
16008         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
16009         for Update menuitem.
16010         
16011         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
16012         already applied in scintilla main stream.
16013         
16014         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
16015         and notified scintilla developer.
16016         
16017 2005-03-10  Naba Kumar  <naba@gnome.org>
16019         * src/action-callbacks.c: Removed reference to src/help.h (dead
16020         file).
16022         * plugins/editor/text_editor.c: Removed reference to
16023         src/launcher.h (a dead file).
16025         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
16026         src/controls.c, src/controls.h, src/fileselection.c,
16027         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
16028         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
16029         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
16030         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
16031         src/session.h, src/support.c, src/support.h, src/toolbar.c,
16032         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
16033         Removed these dead files from CVS.
16036 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16038         * plugins/file-wizard/action-callbacks.c : Added error message.
16039         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
16042 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
16043         
16044         * plugins/cvs-plugin/cvs-callbacks.c
16045         plugins/cvs-plugin/plugin.c:
16046         Fixed preferences page init and busy handling
16047         
16048         * plugins/subversion/plugin.c:
16049         Fixed preferences page init
16051 2005-03-09  Naba Kumar  <naba@gnome.org>
16053         * plugins/Makefile.am, plugins/glade/Makefile.am,
16054         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
16055         enabled glade plugin in Anjuta. The plugin is built only when
16056         glade3 is installed.
16057         
16058 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16060         * plugins/project-wizard/templates/java.wiz
16061         plugins/project-wizard/templates/java-logo.png (*)
16062         plugins/project-wizard/templates/java/*
16063         plugins/project-wizard/templates/Makefile.am
16064         configure.in:
16065         
16066         Add Java project type. It generates a autoconf/automake
16067         project which is compiled using gcj. It requires automake 
16068         > 1.4 (1.9 is known to work) to work!
16069         
16070         (*) still awaiting response from the gcj team if we
16071         may use their logo.
16072         
16073 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
16074         
16075         * plugins/project-import/*
16076         plugins/Makefile.am
16077         configure.in:
16078         Added project import plugin. Might be a bit buggy and limited
16079         but works for now.
16080         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16081         Icon from old pixmaps dir
16083 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16085         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
16086         plugins/macro/macro-util.c, plugins/macro/macros.xml :
16087         Added C Custom_Indent line macro.
16088         Cleaned macros.xml
16090 2005-03-09  Naba Kumar  <naba@gnome.org>
16092         * TODO.tasks: Added new message-manager tasks.
16093         
16094         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16095         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16096         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16097         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16098         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16099         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16100         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16101         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16102         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16103         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16104         
16105         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
16106         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
16107         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
16108         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
16109         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
16110         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
16111         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
16112         Removed debugger widgets from shell on debugger shutdown. Added
16113         scrolled windows for docked widgets. Removed unnecessary widget refs
16114         and unrefs. Destroy widgets correctly on debugger shutdown.
16115         
16116         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
16117         with project description title. Removed frame shadow.
16118         
16119         * plugins/project-wizard/druid.c: Initializes tooltips.
16120         
16121         * scintilla/Makefile.am: Fixed comiple error.
16123 2005-03-08  Adam Weinberger  <adamw@gnome.org>
16125         * plugins/class-gen/anjuta-class-gen-plugin.glade,
16126           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
16128 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16130         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16131         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16132         plugins/macro/macro-util.c, plugins/macro/macro-util.h
16133         plugins/macro/macros.xml, plugins/macro/plugin.c :
16134         Moved cursor at the '|' position defined in macros.
16136 2005-03-07  Naba Kumar  <naba@gnome.org>
16138         * plugins/subversion/Makefile.am: Fixed build error.
16140         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
16141         types (perl, python, shellscript).
16142         
16143         * plugins/editor/plugin.c: Fixed to show all highlight options.
16144         
16145 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16147         * TODO.tasks : updated tasks.
16148         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
16150 2005-03-07  Naba Kumar  <naba@gnome.org>
16152         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
16153         or disable subversion file-manager submenu. If "Subvesion" is also
16154         valid directory, we should also check for it.
16156         * configure.in: Disable cygwin macro until someone fixes the
16157         autoconf warnings.
16158         
16159         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
16160         backward compatibility.
16161         
16162 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16164         * src/about.c : Cleaned code.
16165         * plugins/macro/macros.xml : Added "do_while" C macro.
16166         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
16167         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
16168         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
16169         Closed registers, shared libraries, kernel signals dialogs with ESC key.
16170         
16171 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16173         * plugins/class-gen/plugin.c:
16174         Removed "return" to activate project_root_uri watching.
16176 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
16178         * plugins/Makefile.am
16179         plugins/subversion/*:
16180         Added subversion plugin. Add, Remove, Commit and Update work
16181         everything else needs work.
16182         
16183         * plugins/terminal/terminal.c
16184         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
16185         we still have focus problems with the editor.
16187 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16189         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
16190         
16191 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16193         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
16195 2005-03-04  Naba Kumar  <naba@gnome.org>
16197         Patch from Massimo Cora' <maxcvs@email.it>:
16199         * plugins/class-gen/Makefile.am,
16200         plugins/class-gen/action-callbacks.c,
16201         plugins/class-gen/action-callbacks.h,
16202         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
16203         plugins/class-gen/anjuta-class-gen.plugin.in,
16204         plugins/class-gen/class_gen.c,
16205         plugins/class-gen/class_gen.h,
16206         (removed) plugins/class-gen/clsGen.c,
16207         (added) plugins/class-gen/goc_template_header,
16208         (added) plugins/class-gen/goc_template_source,
16209         plugins/class-gen/plugin.c,
16210         plugins/class-gen/plugin.h: Refactored class gen code.
16211         Added GOCBuilder code. Fixed UI. Implemented plugin.
16213 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
16215         * plugins/project-wizard/property.c
16216         plugins/project-wizard/install.c
16217         plugins/project-wizard/druid.c
16218         plugins/editor/goto_line.c
16219         plugins/editor/plugin.c
16220         plugins/gtodo/add_edit_item.c
16221         plugins/gtodo/ligtodo.c
16222         plugins/gtodo/main.c
16223         plugins/gtodo/preferences.c:
16224         Fixed #167559, #167534, #167266, #167357
16225         (Bad English in strings...)
16226         
16227         Thanks to Adam Weinberger and Thierry Moisan for
16228         reporting!
16230 2005-03-03  Naba Kumar  <naba@gnome.org>
16232         * libegg/Makefile.am, libegg/menu/Makefile.am,
16233         (added) libegg/egg-submenu-action.c,
16234         (added) libegg/menu/egg-submenu-action.h: Created a new action for
16235         submenu (used for wizard listing).
16236         
16237         * plugins/file-loader/anjuta-loader-plugin.ui
16238         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
16239         and toolbar.
16240         
16241         * plugins/editor/action-callbacks.c,
16242         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
16243         ctrl+tabbing because it was interfaring with focus navigation.
16244         Focus editor on "Esc" in incremental search entry. Cleanups.
16245         
16246         * plugins/file-manager/an_file_view.c,
16247         plugins/symbol-browser/plugin.c,
16248         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
16249         Cleanups.
16250         
16251         * plugins/profile-default/plugin.c,
16252         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
16253         for sesssion load.
16254         
16255         * (removed) scintilla/patches/a64-crash-fix.patch,
16256         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
16257         scintilla patches.
16259 2005-03-03  Naba Kumar  <naba@gnome.org>
16261         * HACKING: Fixed typos.
16262         
16263         * plugins/editor/aneditor-indent.cxx: Clean up.
16264         
16265         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
16266         Enable/disable save, undo and redo actions depending on state
16267         of the editor.
16268         
16269 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16271         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
16272         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
16273         Displayed search_incremental status.
16275         * Removed plugins/editor/search_incremental.[ch]
16277 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
16278         
16279         * plugins/cvs-plugin/cvs-execute.c
16280         plugins/cvs-plugin/cvs-callbacks.c:
16281         - Use weak reference on mesg_view and reuse tab if
16282         it still exists to avoid cluttering message manager.
16283         - Fixed bug in cvs remove
16284         
16285         README, HACKING: Updated
16286         
16287         configure.in: Added check for libsvn
16289 2005-02-29  Naba Kumar  <naba@gnome.org>
16290         
16291         * plugins/file-manager/an_file_view.c,
16292         plugins/symbol-browser/an_symbol_view.c,
16293         plugins/symbol-browser/plugin.c: Hide column headers (they
16294         are redundant).
16296 2005-02-29  Naba Kumar  <naba@gnome.org>
16298         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
16299         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
16300         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
16301         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
16302         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
16303         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
16304         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
16305         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
16306         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
16307         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16309         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
16310         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
16311         (added) libanjuta/anjuta-session.[hc],
16312         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16313         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
16314         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
16315         src/main.c:
16316         
16317         Implemented session management. Implemented session
16318         container class. Added session notifications from shell. Implemented
16319         session save/load in editor, file-loader, default-profile-plugin
16320         and anjuta-app. Fixed window sizing and restoration. Cleaned up
16321         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
16322         and maximized states in session. Implemented project session
16323         management.
16325 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16327         * plugins/class-gen/action-callbacks.[ch],
16328         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
16329         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
16330         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
16331         with Escape key.
16333 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
16334         
16335         * plugins/project-wizard/anjuta-project-wizard.glade,
16336         plugins/project-wizard/druid.c:
16337         Add some padding in tab label in project selection page
16338         
16339         * plugins/project-wizard/druid.c,
16340         plugins/project-wizard/parser.c:
16341         Search for project template recursively
16342         Add ~/.anjuta/project to the search paths
16344 2005-02-26  Naba Kumar  <naba@gnome.org>
16346         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
16347         * plugins/file-loader/plugin.c: Fixed crash bug.
16348         * libanjuta/plugins.c: Fixed memory leak.
16349         
16350 2005-02-26  Naba Kumar  <naba@gnome.org>
16351         
16352         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
16353         "UserActivatable" attribute for plugins. This attribute if set to
16354         "no" will prevent users from activating/deactivating it from
16355         plugins dialog. Added a toggle button in plugins dialog to toggle
16356         the plugins list between list of activatable plugins (default) to
16357         list of all plugins. anjuta_plugin_select() now only selects the
16358         plugin. Added anjuta_plugins_select_and_activate() method that will
16359         select and activate it.
16360         
16361         * plugins/profile-default/Makefile.am,
16362         plugins/profile-default/anjuta-default-profile.ui,
16363         plugins/profile-default/plugin.c,
16364         plugins/profile-default/plugin.h,
16365         plugins/project-manager/anjuta-project-manager.ui,
16366         plugins/project-manager/plugin.c,
16367         plugins/project-manager/plugin.h:
16368         
16369         Anjuta projects (*.anjuta) files define the profile of respective
16370         projects. Profile is a set of related plugins required for the
16371         project to open. Moved "close project" action from Project Manager
16372         to Profile Manager plugin. Implemented loading and unloading of
16373         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
16374         (instead of Project Manager) now handles opening of *.anjuta files.
16375         Close Project menuitem is now moved to File submenu (being
16376         consistent with Anjuta 1.x versions and avoiding creating Project
16377         submenu when project manager is not loaded).
16378         
16379         * src/anjuta-actions.h: Fixed short-cut key for Help content.
16380         
16381         * src/anjuta.ui: Fixed place holder for projects.
16382         
16383         * (new) plugins/profile-default/default.anjuta: default startup
16384         profile. Removed the hardcoded plugins loading in
16385         DefaultProfilePlugin.
16387         * anjuta.anjuta,
16388         plugins/project-wizard/templates/terminal/project.anjuta:
16389         Implemented project format in newly created projects.
16391         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
16392         plugins/class-gen/anjuta-class-gen.plugin.in,
16393         plugins/cvs-plugin/anjuta-cvs.plugin.in,
16394         plugins/editor/anjuta-document-manager.plugin.in,
16395         plugins/file-loader/anjuta-loader.plugin.in,
16396         plugins/file-wizard/anjuta-file-wizard.plugin.in,
16397         plugins/gdb/anjuta-gdb.plugin.in,
16398         plugins/glade/anjuta-glade.plugin.in,
16399         plugins/message-view/anjuta-message-manager.plugin.in,
16400         plugins/profile-default/anjuta-default-profile.plugin.in,
16401         plugins/project-manager/anjuta-project-manager.plugin.in,
16402         plugins/project-wizard/anjuta-project-wizard.plugin.in:
16403         Defined UserActivatable attributes. Added supported types attribute.
16405         * plugins/project-wizard/anjuta-project-wizard.glade
16406         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
16407         "Project Wizard" in preferences title.
16409         * TODO.tasks: Updated.
16410         
16411         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
16412         Updated.
16413         
16414 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16416         * plugins/file-wizard/anjuta-file-wizard.glade
16417         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
16418         
16419         Integrated License macros, cleaned file.c.
16420         
16421 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
16422         
16423         * plugins/macor/macro-util.c: Fixed crash bugs if email or
16424         username can not be found correctly.
16426 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16428         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
16429         plugins/macro/macros.xml :
16430         
16431         Added Headers macros. Cleaned file.c
16433 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16435         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
16436         plugins/macro/macros.xml :
16437         
16438         Fixed a bug. Added Header macro.
16440         
16441 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16443         * plugins/file-wizard/action-callbacks.c, 
16444         plugins/file-wizard/file.c, plugins/macro/macro-util.c
16445         plugins/macro/macros.xml :
16446         
16447         Added FileName, Header template macros.
16448         
16449 2005-02-24  Naba Kumar  <naba@gnome.org>
16450         
16451         * plugins/patch/patch-plugin.c: Fixed a function call.
16452         
16453         * src/anjuta.c, src/main.c: Save and load default session.
16454         
16455 2005-02-24  Naba Kumar  <naba@gnome.org>
16457         * libanjuta/interfaces/libanjuta.idl,
16458         plugins/message-view/anjuta-msgman.c,
16459         plugins/message-view/anjuta-msgman.h,
16460         plugins/message-view/plugin.c: Added and implemented
16461         set_view_title() method.
16462         
16463         * plugins/build-basic-autotools/build-basic-autotools.c,
16464         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
16465         build context pooling. Maximum 3 contexts are reused. Additional
16466         contexts are created when all are busy.
16468 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16470         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
16471         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
16472         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
16473         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
16475         Added Copyright, Changelog macros.
16476                 
16477 2005-02-23  Naba Kumar  <naba@gnome.org>
16479         Patch from Massimo Cora' <maxcvs@email.it>:
16480         * plugins/Makefile.am,
16481         plugins/patch/Makefile.am,
16482         (added) plugins/patch/anjuta-patch-plugin.png,
16483         (added) plugins/patch/anjuta-patch.plugin.in,
16484         (added) plugins/patch/anjuta-patch.ui,
16485         plugins/patch/patch-plugin.c,
16486         (added) plugins/patch/patch-plugin.h,
16487         (added) plugins/patch/plugin.c,
16488         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
16489         architecture.
16491 2005-02-23  Naba Kumar  <naba@gnome.org>
16493         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
16494         file-loader/plugin.c, profile-default/plugin.c:
16495         Implemented "activated" and "deactivated" signals for plugin class.
16496         Renamed *_location() functions to *_id(), because location is
16497         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
16498         anjuta_plugins_unload_plugin().
16499         
16500         * class-gen/plugin.c: Fixed complier warning and utility function call.
16501         
16502         * debug-manager/plugin.c: Unload debugger plugin correctly.
16503         
16504         * project-manager/plugin.c:     Fixed compiler warnings.
16505         
16506         * plugins/project-wizard/templates/gnome/.cvsignore,
16507         plugins/project-wizard/templates/gnome/po/.cvsignore,
16508         plugins/project-wizard/templates/gnome/src/.cvsignore,
16509         plugins/project-wizard/templates/gtk/po/.cvsignore,
16510         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
16511         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
16512         
16513         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
16514         build (we need to fix this thing).
16515         
16516 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
16518         * plugins/macro/macro-action.[ch]
16519         plugins/macro/macro-edit.c
16520         plugins/macro/macro-dialog.c
16521         plugins/macro/macro-db.[ch]
16522         plugins/macro/plugin.[ch]
16523         plugins/macro/macro-util.[ch] (added)
16524         
16525         Cleaned up macro plugin and preview expanded macros.
16527 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
16529         * plugins/cvs-plugin/cvs-interface.c:
16531         Fixed option setting when using no compression and not 
16532         ignoring .cvsrc
16534 2005-02-23  Naba Kumar  <naba@gnome.org>
16535         
16536         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
16537         geometry on exit and startup (only if there is no geometry from the
16538         session).
16540         * TODO.tasks: Updated.
16541         
16542         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
16543         
16544         * manuals/reference/libanjuta/Makefile.am,
16545         manuals/reference/libanjuta/libanjuta-docs.sgml,
16546         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
16547         documentation for writing project templates.
16549 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16551         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
16552         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
16553         
16554         Expansion keywords in macros. 
16556 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16558         * plugins/file-wizard/action-callbacks.c,
16559         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
16560         plugins/macro/macros.xml :
16561         
16562         Inserting text by macro plugin
16563         In progress ...
16565 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
16567         * plugins/macro/plugin.c
16568         plugins/cvs-plugin/plugin.c:
16569         
16570         Fixed interfaces (use static)
16572 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
16573         
16574         * plugins/macro/macro-actions.[ch]
16575         plugins/macro/plugin.c
16576         libanjuta/interfaces/libanjuta.idl:
16577         
16578         Implemented IAnjutaMacro interface to be used by file-wizard
16579         
16580         * plugins/cvs-plugin/plugin.c
16581         libanjuta/interfaces/libanjuta.idl:
16582         
16583         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
16584         for all version control systems and not only for cvs.
16586 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16588         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
16589         insert_macro.
16590         
16591         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
16594 2005-02-21  Naba Kumar  <naba@gnome.org>
16596         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
16597         IAnjutaDebugger interface.
16598         
16599         * plugins/debug-manager/anjuta-debug-manager.ui,
16600         plugins/debug-manager/attach_process.c,
16601         plugins/debug-manager/attach_process.h,
16602         plugins/debug-manager/plugin.c,
16603         plugins/debug-manager/plugin.h,
16604         plugins/gdb/actions.c,
16605         plugins/gdb/actions.h,
16606         plugins/gdb/anjuta-gdb-plugin.ui,
16607         plugins/gdb/breakpoints.c,
16608         plugins/gdb/breakpoints.h,
16609         plugins/gdb/debugger.c,
16610         plugins/gdb/debugger.h,
16611         plugins/gdb/memory.c,
16612         plugins/gdb/plugin.c,
16613         plugins/gdb/plugin.h,
16614         plugins/gdb/sharedlib.h,
16615         plugins/gdb/sharedlib_cbs.c,
16616         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
16617         correctly between debug-manager and debugger. Implemented debugger
16618         interface in gdb plugin. Fixed action names. Added UI updating.
16619         Start and stop debugger (does not work yet). Fixed UI merging.
16620         Fixed debugger plugin handling in debug-manager.
16622 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
16624         * plugins/editor/aneditor-autocomplete.cxx:
16625         
16626         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
16627         crash with C++ "template" keyword.
16629 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16631         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16632         Fixed bug (Closed macro dialogs with Esc key).
16633         
16634 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
16635         
16636         * plugins/project-wizard/xlib.wiz,
16637         plugins/project-wizard/xlib-logo.png,
16638         plugins/project-wizard/xlib/*:
16639         Port old xlib anjuta project on new project wizard
16640         
16641         * plugins/project-wizard/xlib-dock.wiz,
16642         plugins/project-wizard/xlib-dock/*:
16643         Port old xlib dock anjuta project on new project wizard
16644         
16645         * plugins/project-wizard/wxwin.wiz,
16646         plugins/project-wizard/wxwin-logo.png,
16647         plugins/project-wizard/wxwin/*:
16648         Port old wxwin anjuta project on new project wizard
16649         
16650         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
16651         necessary changes for the new templates.
16652         
16653 2005-02-18  Naba Kumar  <naba@gnome.org>
16655         * plugins/Makefile.am: Added class-gen
16656         
16657 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
16659         * plugins/project-wizard/header.c:
16660         Fix a bug in sorting of project categories
16662 2005-02-18  Naba Kumar  <naba@gnome.org>
16664         Patch from Massimo Cora  <maxcvs@email.it>:
16665         
16666         * plugins/class-gen/.cvsignore,
16667         plugins/class-gen/Makefile.am,
16668         (added) plugins/class-gen/action-callbacks.c,
16669         (added) plugins/class-gen/action-callbacks.h,
16670         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
16671         (added) plugins/class-gen/class_gen.c,
16672         (added) plugins/class-gen/class_gen.h,
16673         (added) plugins/class-gen/plugin.c,
16674         (added) plugins/class-gen/plugin.h: Ported class wizard to the
16675         new architecture.
16676         
16677         * plugins/project-manager/plugin.c: implemented add_source().
16679 2005-02-17  Naba Kumar  <naba@gnome.org>
16681         * plugins/file-loader/plugin.c: Fixed possible crash.
16682         
16683         * src/action-callbacks.c, src/action-callbacks.h,
16684         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
16686 2005-02-17  Naba Kumar  <naba@gnome.org>
16687         
16688         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16689         plugins/project-wizard/templates/gnome.wiz,
16690         plugins/project-wizard/templates/gtk.wiz,
16691         plugins/project-wizard/templates/gtkmm.wiz,
16692         plugins/project-wizard/templates/terminal.wiz,
16693         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16694         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16695         plugins/project-wizard/templates/gnome/src/callbacks.c,
16696         plugins/project-wizard/templates/gnome/src/callbacks.h,
16697         plugins/project-wizard/templates/gnome/src/main.c,
16698         plugins/project-wizard/templates/gtk/src/callbacks.c,
16699         plugins/project-wizard/templates/gtk/src/callbacks.h,
16700         plugins/project-wizard/templates/gtk/src/main.c,
16701         plugins/project-wizard/templates/gtkmm/src/main.cc,
16702         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
16703         to generate licence correctly (without any extra newlines). Removed
16704         IncludeGNUHeader macro definition and added proper licence property.
16705         Fixed project directory paths in file contents.
16707 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16709         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
16710         Closed macro dialogs with Esc key.
16712 2005-02-16  Naba Kumar  <naba@gnome.org>
16714         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16715         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16716         plugins/project-wizard/templates/gnome/src/callbacks.c,
16717         plugins/project-wizard/templates/gnome/src/callbacks.h,
16718         plugins/project-wizard/templates/gnome/src/main.c,
16719         plugins/project-wizard/templates/gtk/src/main.c,
16720         plugins/project-wizard/templates/gtkmm/src/main.cc,
16721         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
16722         macros to avoid blank newlines.
16724 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
16726         * plugins/project-wizard/autogen.c:
16727         Correct a problem when having property value in UTF-8
16729         * plugins/project-wizard/druid.c:
16730         Correct a bug when reselecting a new project (all pages
16731         must be removed)
16733         * plugins/project-wizard/property.c:
16734         Avoid having default invalid properties
16736         * plugins/project-wizard/templates/terminal.wiz,
16737         plugins/project-wizard/templates/terminal/po/ChangeLog,
16738         plugins/project-wizard/templates/terminal/src/main.c:
16739         Remove command for testing run function
16740         Move destination directory to second page and include
16741         project name. Add exist tag. Remove unused properties.
16743 2005-02-16  Naba Kumar  <naba@gnome.org>
16745         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
16746         plugins/debug-manager/anjuta-debug-manager.ui,
16747         plugins/debug-manager/plugin.c,
16748         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
16749         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
16750         plugins/gdb/plugin.h, plugins/gdb/registers.c,
16751         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
16752         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
16753         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
16754         (removed) src/anjuta_info.c,
16755         (removed) src/anjuta_info.h,
16756         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
16757         (added) plugins/gdb/anjuta-gdb-plugin.ui,
16758         (added) plugins/gdb/actions.c,
16759         (added) plugins/gdb/actions.h: Completed initial
16760         porting of debugger to new architecture. Fixed many of the debugger
16761         functions.
16763         * plugins/file-loader/plugin.c: Detect some important mime ourself
16764         to avoid inconsistencies when mime system isn't working.
16765         
16766 2005-02-16  Naba Kumar  <naba@gnome.org>
16768         * plugins/editor/Makefile.am,
16769         (added) plugins/editor/aneditor-autocomplete.cxx,
16770         (added) plugins/editor/aneditor-calltip.cxx,
16771         (added) plugins/editor/aneditor-indent.cxx,
16772         (added) plugins/editor/aneditor-priv.h,
16773         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
16774         different smaller chunks to make it easy to maintain.
16776 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16778         * plugins/project-wizard/druid.c :
16779         
16780         Found system Email address if not defined in Preferences.
16782 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
16783         
16784         * plugins/project-wizard/gtkmm.wiz
16785         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
16786         plugins/project-wizard/gtkmm/*
16787         
16788         Added GTKmm (C++) project type
16790 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
16792         * plugins/message-view/plugin.c
16793         plugins/message-view/message-view.c
16794         TODO.gtodo:
16795         Implemented next/prev action
16797 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16799         * plugins/project-wizard/templates/libglade2.* :
16800         Removed libglade2 project.
16801         
16802         * plugins/project-wizard/templates/gtk* :
16803         Removed interface.[ch] & support.[ch].
16804         
16805 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16807         * plugins/project-wizard/anjuta-project-wizard.glade,
16808         plugins/project-wizard/property.[ch],
16809         plugins/project-wizard/templates/anjuta-plugin.wiz :
16810         Added a new property ("iconfile").
16812 2005-02-14  Naba Kumar  <naba@gnome.org>
16814         * plugins/project-wizard/install.c,
16815         plugins/project-wizard/plugin.c,
16816         plugins/project-wizard/templates/anjuta-plugin.wiz,
16817         plugins/project-wizard/templates/gnome.wiz,
16818         plugins/project-wizard/templates/gtk.wiz,
16819         plugins/project-wizard/templates/libglade2.wiz,
16820         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
16821         newly created projects and open them. Fixed message buffering in
16822         wizard.
16824 2005-02-14  Naba Kumar  <naba@gnome.org>
16826         * src/about.c, pixmaps/Makefile.am,
16827         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
16828         
16829         * mime/gnome-mime-application-x-anjuta.png,
16830         pixmaps/anjuta_icon.png,
16831         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
16832         done by 9-speed at:
16833         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
16834         
16835 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16837         * configure.in,
16838         plugins/project-wizard/templates/libglade2-logo.png,
16839         plugins/project-wizard/templates/libglade2.wiz,
16840         plugins/project-wizard/templates/libglade2/* :
16841         Add Glade2 project
16844 2005-02-14  Naba Kumar  <naba@gnome.org>
16846         * TODO.tasks: Updated.
16847         
16848         * plugins/editor/anjuta-docman.c,
16849         plugins/editor/text_editor.c,
16850         plugins/editor/text_editor.h,
16851         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
16852         for file modification, but it is still not functioning.
16854 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
16856         * plugins/project-wizard/values.c,
16857         plugins/project-wizard/values.h,
16858         plugins/project-wizard/property.c,
16859         plugins/project-wizard/property.h,
16860         plugins/project-wizard/druid.c:
16861         Rewrite mandatory property check
16862         Add check of exist property
16863         Rewrite handling of cached property page
16865 2005-02-13  Naba Kumar  <naba@gnome.org>
16867         Patch from Igor Kovalenko  <garrison@mail.ru>:
16868         * tagmanager/tm_workspace.c: Improved performance.
16870 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16872         *plugins/project-wizard/templates/*.wiz,
16873         plugins/project-wizard/druid.c,
16874         plugins/project-wizard/templates/terminal/src/main.c,
16875         plugins/project-wizard/templates/gtk/src/*.[ch],
16876         plugins/project-wizard/templates/gtk/src/Makefile.am,
16877         plugins/project-wizard/templates/gnome/src/*.[ch],
16878         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
16879         Add Copyright date & Email address,
16880         Correct terminal project.
16881         
16882 2005-02-12  Naba Kumar  <naba@gnome.org>
16884         * plugins/project-wizard/property.c: Fixed hidden
16885         properties to take values.
16887         * plugins/project-wizard/file.[ch]: Renamed
16888         true/false enum values to fix compile error
16889         (conflict with other definition).
16890         
16891         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
16892         even when mime type detection fails (for example, when Anjuta is
16893         installed in non-system prefix).
16895 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
16897         * plugins/project-wizard/values.c,
16898         plugins/project-wizard/values.h:
16899         Rewrite file with more comments
16901         * plugins/project-wizard/druid.c,
16902         plugins/project-wizard/druid.h,
16903         plugins/project-wizard/autogen.c,
16904         plugins/project-wizard/autogen.h,
16905         plugins/project-wizard/druid.c,
16906         plugins/project-wizard/druid.h:
16907         Add more comments
16908         Use values instead of properties
16909         Move default properties to druid.c
16911         * plugins/project-wizard/install.c,
16912         plugins/project-wizard/install.h:
16913         Use values instead of properties
16914         Add a check to avoid overwriting files
16916         * plugins/project-wizard/parser.c,
16917         plugins/project-wizard/property.c,
16918         plugins/project-wizard/property.h:
16919         Update to use new values
16920         Add an "exist" attribute to check if a directory already exist
16922         * plugins/project-wizard/anjuta-project-wizard.glade:
16923         Change project selection page (GtkTextView => GtkLabel,
16924         GtkTable => GtkVBox)
16926         * plugins/project-wizard/templates/terminal.wiz:
16927         Move destination directory on second page
16928         
16929         * plugins/project-wizard/action.c:
16930         Add a few comments
16932 2005-02-12  Naba Kumar  <naba@gnome.org>
16934         * plugins/file-manager/an_file_view.c,
16935         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
16936         views. Created dynamic update date of view depending on project
16937         changes -- similar to file-manager view.
16938         
16939         * plugins/devhelp/plugin.c: Load help on idle.
16940         
16941         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
16942         autoformat' to proper location in preferences.
16943         
16944         * mime/anjuta.mime: Added .prj extension in the mime type for backward
16945         compatibility.
16946         
16947         * plugins/editor/plugin.c: Fixed accel name.
16949 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16951         *plugins/project-wizard/templates/anjuta-plugin.wiz,
16952         plugins/project-wizard/templates/gnome.wiz,
16953         plugins/project-wizard/templates/gtk.wiz,
16954         plugins/project-wizard/anjuta-project-wizard.glade,
16955         plugins/project-wizard/autogen.c:
16956         Add Username & Email address in Project preferences.
16958 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16960         *plugins/project-wizard/templates/gnome-logo.png,
16961         plugins/project-wizard/templates/gnome.wiz,
16962         plugins/project-wizard/templates/gnome/* :
16963         Add Gnome project
16965 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16967         * plugins/project-wizard/templates/terminal/src/main.c, 
16968         plugins/project-wizard/templates/terminal/src/main.c,
16969         plugins/project-wizard/templates/terminal/src/main.[ch] :
16970         Insert License in projects
16971         
16972 2005-02-11  Naba Kumar  <naba@gnome.org>
16974         * TODO.tasks: Added message manager task.
16975         
16976         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
16977         
16978         * plugins/editor/plugin.c: Use bookmark stock icons.
16979         
16980         * plugins/message-view/anjuta-message-manager.ui,
16981         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
16983 2005-02-10  Naba Kumar  <naba@gnome.org>
16985         * libanjuta/interfaces/libanjuta.idl: fixed build error.
16986         
16987 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16989         * global-tags/Makefile.am
16990         Error during 'make install'
16992 2005-02-09  Naba Kumar  <naba@gnome.org>
16994         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
16995         missing file.
16996         
16997 2005-02-08  Naba Kumar  <naba@gnome.org>
16999         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
17000         
17001         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
17002         Show busy cursur when updating global tags in preferences.
17004         * configure.in: Fixed.
17005         
17006 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17008         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
17009           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
17010          
17011         - Fixed anjuta-plugin project (glade)
17013 2005-02-08  Naba Kumar  <naba@gnome.org>
17015         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
17016         Fixed automatic indentations.
17018         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
17019         Global tags are now segregated into smaller api tags, which can be
17020         selectively loaded from symbol browser preferences.
17022         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
17023         Implemented IProjectManager interface in project-manager. Mostly getter
17024         methods for now, but need to add add() and remove() methods to add
17025         or remove project elements.
17027         * plugins/gdb/debug_tree.c: Small fix.
17029         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
17030         plugins/symbol-browser/an_symbol_info.c,
17031         plugins/symbol-browser/an_symbol_info.h,
17032         plugins/symbol-browser/an_symbol_search.c,
17033         plugins/symbol-browser/an_symbol_search.h,
17034         plugins/symbol-browser/an_symbol_view.c,
17035         plugins/symbol-browser/an_symbol_view.h,
17036         plugins/symbol-browser/plugin.c,
17037         plugins/symbol-browser/plugin.h,
17038         tagmanager/c.c,
17039         tagmanager/entry.h,
17040         tagmanager/tm_project.c,
17041         tagmanager/tm_symbol.c,
17042         tagmanager/tm_tag.c,
17043         tagmanager/tm_workspace.c,
17044         tagmanager/vstring.c,
17045         tagmanager/include/tm_tag.h,
17046         tagmanager/include/tm_workspace.h:
17047         
17048         - Fixed tagmanager parsing of source files to parse for typedefines and
17049         properly record element scopes. Implemented scope autocompletion
17050         (autocompletion on '.', '->', '::' and ':'. The functionality is not
17051         fully working. It was based on older patch for Anjuta 1.2.2 in SF
17052         patch list (author is unknown).
17053         - Implemented symbol-browser preferences for dynamically loading and
17054         saving tags API segments.
17055         - Fixed symbol-search to use tagmanager directly instead of depending
17056         on symbol-view for tags list.
17057         - Fixed symbol-view to create the tree using TMSymbol tree directly.
17058         - Fixed TMSymbol to create the complete tags tree instead of letting the
17059         symbol-view created the root nodes.
17060         - Changed project tags cache name to .tm_project2.cache because the
17061         newer format records additional scope information.
17062         
17063 2005-02-07  Naba Kumar  <naba@gnome.org>
17065         * plugins/editor/style-editor.c,
17066         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
17067         and GtkFontButton instead of deprecated widgets in
17068         style editor.
17069         
17070 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
17072         * plugins/project-wizard/action.c,
17073         plugins/project-wizard/action.h,
17074         plugins/project-wizard/autogen.c,
17075         plugins/project-wizard/autogen.h,
17076         plugins/project-wizard/file.c,
17077         plugins/project-wizard/file.h,
17078         plugins/project-wizard/install.c,
17079         plugins/project-wizard/install.h,
17080         plugins/project-wizard/parser.h,
17081         plugins/project-wizard/parser.c,
17082         plugins/project-wizard/property.c,
17083         plugins/project-wizard/property.h,
17084         plugins/project-wizard/plugin.h,
17085         plugins/project-wizard/plugin.c,
17086         plugins/project-wizard/values.c,
17087         plugins/project-wizard/values.h:
17088         Replace C++ comments by C comments
17090         * plugins/project-wizard/autogen.c,
17091         plugins/project-wizard/autogen.h:
17092         Add a run time check of autogen version.
17093         Add UserName variable.
17095         * plugins/project-wizard/anjuta-project-wizard.glade,
17096         plugins/project-wizard/header.c,
17097         plugins/project-wizard/druid.c,
17098         plugins/project-wizard/druid.h:
17099         Sort project in alphabetic order.
17100         Correct selection troubles in notebooks.
17102         * plugins/project-wizard/parser.c:
17103         Add some check when reading the project header block.
17105 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17107         * plugins/project-wizard/action.c,
17108         plugins/project-wizard/action.h,
17109         plugins/project-wizard/autogen.c,
17110         plugins/project-wizard/autogen.h,
17111         plugins/project-wizard/file.c,
17112         plugins/project-wizard/file.h,
17113         plugins/project-wizard/install.c,
17114         plugins/project-wizard/parser.h,
17115         plugins/project-wizard/parser.c,
17116         plugins/project-wizard/property.c,
17117         plugins/project-wizard/property.h,
17118         plugins/project-wizard/values.c,
17119         plugins/project-wizard/values.h,
17120         Add a space between function name and open.
17122         * plugins/project-wizard/plugin.h,
17123         plugins/project-wizard/plugin.c,
17124         plugins/project-wizard/install.c,
17125         Avoid a crash if the user close the message view used by the .
17127         * plugins/project-wizard/anjuta-project-wizard,
17128         plugins/project-wizard/druid.c,
17129         plugins/project-wizard/druid.h,
17130         plugins/project-wizard/header.h,
17131         plugins/project-wizard/header.c,
17132         Add a text view with the description of each.
17133         Add a tab for each project.
17134         Replace some C++ comments to C comments.
17136 2005-02-05  Naba Kumar  <naba@gnome.org>
17138         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
17139         New icon from Sebastien Granjoux .
17140         
17141 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
17143         * libanjuta/anjuta-preferences.c:
17144         Set file property even without a focus out event (file selected 
17145         the browse dialog)
17147 2005-02-04  Naba Kumar  <naba@gnome.org>
17149         * plugins/glade/plugin.c: Fixed glade function calls.
17150         * configure.in: Fixed a typo.
17151         * TODO.tasks: Updated.
17153 2005-02-03  Naba Kumar  <naba@gnome.org>
17155         * plugins/project-manager/plugin.c: Fixed memory corruption.
17157         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
17158         build error.
17159         
17160         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
17161         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17162         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
17163         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17165         * libanjuta/interfaces/libanjuta.idl,
17166         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
17167         interface.
17168         
17169         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
17171         Patch from Massimo Cora <maxcvs@email.it>:
17172         * plugins/editor/plugin.c: Fixed update UI for created buffers.
17173         
17174 2005-02-01  Naba Kumar  <naba@gnome.org>
17176         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
17177         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
17178         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
17179         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
17180         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
17181         from sourceforge -- a64 crash fixes (correct typing for GType)
17182         and fixes compile errors in sun.
17184         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
17185         paste (shift+insert) in terminal.
17187 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
17189         * configure.in: Add «nb» to ALL_LINGUAS.
17191 2005-02-01  Naba Kumar  <naba@gnome.org>
17193         * TODO.tasks, TODO: Updated todo tasks.
17194         
17195         * plugins/editor/anjuta-document-manager.glade: Improved search
17196         relace dialog.
17197         
17198         * TODO.tasks: Fixed xml format.
17199         
17200         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
17201         work yet).
17202         
17203         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
17204         cleanups.
17205         
17206         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
17207         format during save (removed unwanted text nodes). Fixed scrollbars.
17209 2005-01-31  Naba Kumar  <naba@gnome.org>
17211         * libanjuta/interfaces/libanjuta.idl,
17212         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
17213         Implemented append() method for IAnjutaEditor interface and fixed
17214         various bugs with text insertions (cvs diff and macro insertions).
17215         
17216         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
17217         automatic indentation.
17218         
17219         * plugins/editor/action-callbacks.c,
17220         plugins/editor/action-callbacks.h,
17221         plugins/editor/anjuta-docman.c,
17222         plugins/editor/anjuta-document-manager.ui,
17223         plugins/editor/plugin.c,
17224         plugins/editor/text_editor.c,
17225         plugins/editor/text_editor.h,
17226         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
17227         Fixed highlight issues.
17229         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
17230         macro.
17231         
17232         * plugins/symbol-browser/an_symbol_view.c: Force update project.
17234         * data/properties/*: Updated properties files from scite. Created
17235         styles.properties to override the scite styles.
17236         
17237         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
17239         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
17240         
17241 2005-01-30  Naba Kumar  <naba@gnome.org>
17243         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
17244         unused definitions.
17245         
17246         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
17247         
17248         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17249         plugins/editor/text_editor.c,
17250         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
17251         fixed linuwidth preference setting, fixed insert text interface
17252         implementation. Improved automatice-indentation for cpp lexer.
17253         
17254         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
17256 2005-01-29  Naba Kumar  <naba@gnome.org>
17258         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
17259         option in update dialog as default. Improved import dialog. Sized
17260         log dialog.
17262         * configure.in: Fixed underquoted warning from autoconf.
17263         
17264         * plugins/editor/action-callbacks.c,
17265         plugins/editor/aneditor.cxx,
17266         plugins/editor/aneditor.h,
17267         plugins/editor/anjuta-document-manager.glade,
17268         plugins/editor/plugin.c,
17269         plugins/editor/plugin.h,
17270         plugins/editor/text_editor.c,
17271         plugins/editor/text_editor.h,
17272         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
17273         for Editor and fixed all preferences syncronization and notifys for
17274         visible prefs (in editor preferences page).
17275         
17276         * plugins/file-loader/plugin.c: Load recent files on idle.
17278 2005-01-28  Naba Kumar  <naba@gnome.org>
17280         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17281         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
17283         * plugins/editor/action-callbacks.c,
17284         plugins/editor/action-callbacks.h,
17285         plugins/editor/aneditor.cxx,
17286         plugins/editor/aneditor.h,
17287         plugins/editor/anjuta-document-manager.ui,
17288         plugins/editor/plugin.c,
17289         plugins/editor/text_editor.c,
17290         plugins/editor/text_editor.h,
17291         plugins/editor/text_editor_cbs.c,
17292         plugins/editor/text_editor_cbs.h,
17293         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
17294         Text editor.
17296         Patch from Massimo Cora <maxcvs@email.it>:
17297         * plugins/editor/an_symbol_search.c,
17298         plugins/editor/an_symbol_search.c: Fixed crash bugs.
17299         
17300 2005-01-27  Naba Kumar  <naba@gnome.org>
17301         
17302         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
17303         minimum size request to 200.
17305         * plugins/symbol-browser/an_symbol_info.c,
17306         plugins/symbol-browser/an_symbol_info.h,
17307         plugins/symbol-browser/an_symbol_search.c,
17308         plugins/symbol-browser/an_symbol_search.h,
17309         plugins/symbol-browser/an_symbol_view.c,
17310         plugins/symbol-browser/an_symbol_view.h,
17311         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
17312         pixbuf retrieval. Fixed runtime warning. Code clean up.
17314 2005-01-27  Naba Kumar  <naba@gnome.org>
17316         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
17317         src/anjuta.ui, (new) plugins/glade/.cvsignore,
17318         (new) plugins/glade/Makefile.am,
17319         (new) plugins/glade/anjuta-glade-plugin.png,
17320         (new) plugins/glade/anjuta-glade.plugin.in,
17321         (new) plugins/glade/anjuta-glade.ui,
17322         (new) plugins/glade/plugin.c,
17323         (new) plugins/glade/plugin.h,
17324         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
17325         now until glade3 works properly.
17327         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
17328         they are generated.
17329         
17330 2005-01-26  Naba Kumar  <naba@gnome.org>
17332         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
17333         Added mime icon for anjuta projects.
17334         
17335         patch from Massimo Cora <maxcvs@email.it>:
17336         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
17337         an_symbol_search.h, an_symbol_view.c, plugin.c:
17338         Fix/implement objects destroying/freeing.
17340 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
17341         
17342         * src/action-callback.[ch], src/anjuta-actions.h:
17343         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
17344         because it has not been updated for years and we know have a devhelp plugin
17345         which can do the job much better.
17346         * TODO.tasks: Updated done items
17348 2005-01-25  Naba Kumar  <naba@gnome.org>
17350         * autogen.sh: Fixed to generate interface files.
17352         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
17353         session save filenames.
17354         
17355         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
17356         
17357 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
17359         * plugins/project-wizard/Makefile.am,
17360         plugins/project-wizard/install.c,
17361         plugins/project-wizard/install.h,
17362         plugins/project-wizard/parser.c,
17363         plugins/project-wizard/parser.h,
17364         plugins/project-wizard/templates/terminal.wiz:
17365         Add action list block in wizard template
17366         * plugins/project-wizard/file.c,
17367         plugins/project-wizard/autogen.c:
17368         Small fixes
17370 2005-01-23  Naba Kumar  <naba@gnome.org>
17372         * configure.in: Fixed build error.
17374 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
17376         * plugins/project-wizard/druid.c,
17377         plugins/project-wizard/parser.c,
17378         plugins/project-wizard/property.c: Rewrite parser with
17379         better error handling
17381 2005-01-22  Naba Kumar  <naba@gnome.org>
17383         * plugins/symbol-browser/plugin.c: Changed c++ coments
17384         to c commnets and formated code to anjuta coding styles.
17385         
17386 2005-01-21  Naba Kumar  <naba@gnome.org>
17388         * configure.in, autogen.sh: Fixed build errors in newer automake.
17389         
17390         * plugins/editor/anjuta-docman.c: Do not emit change editor
17391         signal while in dispose.
17393         Patch from: Massimo Corà <maxcvs@email.it>
17394         * plugins/symbol-browser/Makefile.am,
17395         plugins/symbol-browser/an_symbol_view.c,
17396         plugins/symbol-browser/an_symbol_view.h,
17397         plugins/symbol-browser/plugin.c,
17398         plugins/symbol-browser/plugin.h,
17399         plugins/symbol-browser/test-symbol-browser.c,
17400         (new) plugins/symbol-browser/an_symbol_info.c,
17401         (new) plugins/symbol-browser/an_symbol_info.h,
17402         (new) plugins/symbol-browser/an_symbol_search.c,
17403         (new) plugins/symbol-browser/an_symbol_search.h:
17404         Added a cool real-time symbol-search-view in symbol browser.
17406 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
17407         
17408         * plugin/macro/plugin.c
17409         plugin/macro/anjuta-macro-plugin.ui
17410         plugin/macro/macro-db.[ch]
17411         plugin/macro/macro-dialog.[ch]
17412         plugin/macro/macro-actions.[ch]
17413         plugin/macro/macro-edit.[ch]
17414         plugin/macro/plugin.[ch]:
17415         
17416         Implemented three menu items as Naba proposed:
17417         Edit->Macro->
17418                 Insert Macro: Pops of a border-less window to enter a shortcut
17419                 Add Macro: Same as Manage Macro => New
17420                 Manage Macros: Full-features macro dialog
17422 2005-01-20  Naba Kumar  <naba@gnome.org>
17424         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
17425         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
17426         libanjuta/anjuta-shell.h,
17427         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
17428         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
17429         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
17430         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17431         src/main.c, src/shell.c: Implemented command line args processing
17432         and session management. Fixed geometry restoration.
17434 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
17435         
17436         * plugins/macro/macro-db.c,
17437         plugins/macros.xml:
17438         Cleaned up XML interface and use attributes now for name, category and 
17439         shortcut. CDATA is used to avoid xml errors inside of macros.
17441 2005-01-19  Naba Kumar  <naba@gnome.org>
17443         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
17445 2005-01-18  Naba Kumar  <naba@gnome.org>
17446         
17447         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
17448         to work.
17450         * scintilla/*: Updated scintilla to current cvs and updated
17451         scintilla patches.
17452         
17453 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17454         
17455         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
17456         plugins/cvs-plugin/cvs-actions.c:
17457         Added "Whole project" infrastructure but it does not
17458         work because I did not find a way to get the current project's
17459         root dir.
17461 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
17463         * plugins/cvs-plugin/Makefile.am
17464         plugins/cvs-plugin/anjuta-cvs.plugin.in
17465         plugins/cvs-plugin/cvs-actions.c
17466         plugins/cvs-plugin/cvs-callbacks.c
17467         plugins/cvs-plugin/cvs-interface.[ch] (added)
17468         plugins/cvs-plugin/plugin.c:
17469         
17470         Added IAnjutaCVS interface and improved cvs plugin. There
17471         is still some work to do on cvs import and to add a current
17472         project toggle.
17474 2005-01-17  Naba Kumar  <naba@gnome.org>
17476         * plugins/editor/aneditor.cxx: Fixed auto indentation.
17477         
17478         * configure.in: Fixed build errors.
17480         * data/Makefile.am,     (removed) data/README.stock_libs,
17481         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
17482         (removed) data/header.c, (removed) data/stock_libs.anj,
17483         (removed) data/x-anjuta-project.desktop,
17484         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
17486         * libanjuta/anjuta-plugin-description.c,
17487         libanjuta/anjuta-shell.c: Updated documentations.
17489         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
17490         
17491         * libanjuta/anjuta-launcher.c,
17492         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
17493         x86_64 systems.
17495 2005-01-17  Naba Kumar  <naba@gnome.org>
17496         
17497         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17498         plugins/project-wizard/templates/gtk.wiz,
17499         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
17500         Updated templates to new format.
17501         
17502         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
17503         * plugins/project-wizard/druid.c,
17504         plugins/project-wizard/parser.c,
17505         plugins/project-wizard/property.c,
17506         plugins/project-wizard/property.h,
17507         plugins/project-wizard/templates/terminal.wiz,
17508         plugins/project-wizard/templates/terminal/AUTHORS,
17509         plugins/project-wizard/templates/terminal/ChangeLog,
17510         plugins/project-wizard/templates/terminal/NEWS,
17511         plugins/project-wizard/templates/terminal/README,
17512         plugins/project-wizard/templates/terminal/project.anjuta,
17513         plugins/project-wizard/templates/terminal/src/main.c:
17514         Moveed code related to property types from druid.c and parser.c to 
17515         property.c. Changed tag from "<string ..." to
17516         "<property type="string..."     and so on. Rewrite parser
17517         (warning still in progress). Added list property. Changed
17518         terminal project to avoid using autogen on some file (much 
17519         faster) using the autogen attribute. Add a license list box in
17520         terminal project (just as an example). _label in item list is
17521         optional now.
17523 2005-01-16  Naba Kumar  <naba@gnome.org>
17525         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
17526         plugins/edtior/anjuta-docman.c: Fixed build errors.
17527         
17528         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
17529         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
17530         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
17531         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
17532         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
17533         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
17534         libanjuta/resources.h,
17535         plugins/build-basic-autotools/build-basic-autotools.c,
17536         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17537         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
17538         plugins/gtodo/plugin.c, src/Makefile.am,
17539         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
17540         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
17541         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
17542         should be handled in respective plugins. Added API documentations.
17544         * libanjuta-docs.sgml, libanjuta-sections.txt,
17545         libanjuta.types,
17546         (added) tmpl/anjuta-debug.sgml,
17547         (added) tmpl/anjuta-launcher.sgml,
17548         tmpl/anjuta-plugin.sgml,
17549         tmpl/anjuta-preferences.sgml,
17550         tmpl/anjuta-shell.sgml,
17551         (added) tmpl/anjuta-status.sgml,
17552         (removed) tmpl/anjuta-stock.sgml,
17553         tmpl/anjuta-utils.sgml,
17554         (removed) tmpl/defaults.sgml,
17555         (removed) tmpl/fileselection.sgml,
17556         (removed) tmpl/gnomefilelist.sgml,
17557         tmpl/ianjuta-buildable.sgml,
17558         (added) tmpl/ianjuta-debugger-manager.sgml,
17559         (added) tmpl/ianjuta-debugger.sgml,
17560         tmpl/ianjuta-document-manager.sgml,
17561         tmpl/ianjuta-editor.sgml,
17562         tmpl/ianjuta-file.sgml,
17563         tmpl/ianjuta-loader.sgml,
17564         tmpl/ianjuta-markable.sgml,
17565         tmpl/ianjuta-message-view.sgml,
17566         (added) tmpl/ianjuta-project-manager.sgml,
17567         (added) tmpl/ianjuta-todo.sgml,
17568         (added) tmpl/ianjuta-wizard.sgml,
17569         tmpl/libanjuta-iface-marshallers.sgml,
17570         tmpl/libanjuta-unused.sgml,
17571         (removed) tmpl/pixmaps.sgml,
17572         tmpl/plugins.sgml,
17573         (removed) tmpl/properties.sgml,
17574         tmpl/resources.sgml: Updated API documentations.
17576 2005-01-15  Naba Kumar  <naba@gnome.org>
17578         * libanjuta/anjuta-launcher.c: Added API docs.
17579         
17580         * plugins/project-wizard/templates/anjuta-plugin.wiz,
17581         plugins/project-wizard/templates/gtk.wiz,
17582         plugins/project-wizard/templates/terminal.wiz,
17583         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17584         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17585         plugins/project-wizard/templates/gtk/src/main.c,
17586         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
17587         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
17588         template files.
17590         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
17591         * plugins/project-wizard/anjuta-project-wizard.glade,
17592         plugins/project-wizard/autogen.c,
17593         plugins/project-wizard/druid.c,
17594         plugins/project-wizard/druid.h,
17595         plugins/project-wizard/file.c,
17596         plugins/project-wizard/file.h,
17597         plugins/project-wizard/install.c,
17598         plugins/project-wizard/parser.c,
17599         plugins/project-wizard/plugin.c,
17600         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
17601         setting the default project directory. Fix HIDDEN property, it's
17602         working but I think we could make this cleaner. Removed the
17603         copy of the string in mandatory_property. Add an optional autogen
17604         attribute, to force or avoid using autogen on some files, default
17605         without any attribute is autodetect.+ Replace the script tag with
17606         a normal file tag and an attribute execute.
17607         
17608 2005-01-14  Naba Kumar  <naba@gnome.org>
17610         * plugins/editor/action-callbacks.c,
17611         plugins/editor/search_incremental.c,
17612         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
17613         works now.
17614         
17615         * plugins/editor/plugin.c, plugins/editor/plugin.h,
17616         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
17617         tabs.
17619 2005-01-12  Naba Kumar  <naba@gnome.org>
17621         * configure.in,
17622         plugins/project-wizard/templates/Makefile.am,
17623         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
17624         plugins/project-wizard/templates/anjuta-plugin.wiz,
17625         (added) plugins/project-wizard/templates/gtk-logo.png,
17626         (added) plugins/project-wizard/templates/gtk.wiz,
17627         (added) plugins/project-wizard/templates/terminal-logo.png,
17628         plugins/project-wizard/templates/terminal.wiz,
17629         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17630         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17631         (added) plugins/project-wizard/templates/gtk/.cvsignore,
17632         (added) plugins/project-wizard/templates/gtk/Makefile.am,
17633         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
17634         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
17635         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
17636         (added) plugins/project-wizard/templates/gtk/src/main.c,
17637         (added) plugins/project-wizard/templates/gtk/src/project.glade,
17638         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
17639         GTK+ project templated and fixed other templates. Updated template
17640         logos.
17642 2005-01-12  Naba Kumar  <naba@gnome.org>
17644         * plugins/macro/anjuta-macro.glade: Improved GUI.
17645         
17646 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
17648         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
17649         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
17650         * plugins/cvs-plugin/cvs.[ch] (removed)
17651         Removed old unused files
17652         
17653         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
17654         * plugins/cvs-plugin/cvs-actions.c
17655         * plugins/cvs-plugin/Makefile.am:
17656         Seperate callback functions for better error
17657         handling. Cleaned up code.
17658         
17659         * plugins/macro/macros.xml: removed corrupt cvs
17660         macros for now.
17662 2005-01-10  Naba Kumar  <naba@gnome.org>
17664         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
17665         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
17666         and leaks.
17668 2005-01-09  Naba Kumar  <naba@gnome.org>
17670         * libegg/egg-recent-action.c, libegg/test-actions.c,
17671         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
17672         recent files models.
17673         
17674         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
17675         two models -- one for projects and other for regular files and show
17676         both in recent files menu. Changed recent files group from "anjuta"
17677         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
17678         when adding the URI in recent files.
17679         
17680         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
17681         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
17682         * plugins/macro/macro-dialog.c: Fixed dispose() method.
17683         * plugins/macro/macros.xml: Fixed xml errors.
17685 2005-01-08  Naba Kumar  <naba@gnome.org>
17686         
17687         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
17688         libegg/test-actions.c, libegg/menu/Makefile.am,
17689         libegg/menu/egg-recent-action.h: Added a new action for
17690         recent files.
17692         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
17693         Fixed dispose. Cleanup.
17694         
17695         * plugins/file-loader/anjuta-loader-plugin.ui,
17696         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17697         Use the new action for recent files. Added recent files in
17698         toolbar.
17700         * plugins/project-wizard/druid.c: Show busy cursor and
17701         de-sensitize druid buttons during page change.
17702         
17703         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17704         * plugins/project-wizard/Makefile.am,
17705         plugins/project-wizard/druid.c,
17706         plugins/project-wizard/druid.h,
17707         plugins/project-wizard/install.c,
17708         plugins/project-wizard/plugin.c,
17709         plugins/project-wizard/plugin.h,
17710         plugins/project-wizard/property.c,
17711         plugins/project-wizard/property.h,
17712         (added) plugins/project-wizard/values.c,
17713         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
17714         objects (in values.c and values.h) containing the values of all
17715         properties. The NPWProperty objects now keep their values in this
17716         object which is persistant for one activation of the plugin, so the
17717         user keeps all the values even if he goes backward. Used an anjuta
17718         message view to list all files copied by the project wizard.
17720 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
17722         * plugins/macro/plugin.[ch],
17723         plugins/macro/macro-dialog.[ch]
17724         plugins/macro/macro-edit.[ch]
17725         plugins/macro/macro-db.[ch]
17726         plugins/macro/macro-actions.[ch]
17727         plugins/macro/anjuta-macro.plugin.in
17728         plugins/macro/anjuta-macro.glade
17729         plugins/macro/anjuta-macro.png
17730         plugins/macro/Makefile.am
17731         plugins/macro/macros.xml
17732         plugins/macro/anjuta-macro.ui (all added)
17733         configure.in
17734         plugins/Makefile.am:
17735         Added new macro plugins
17736         
17737         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
17738         New icon
17739         
17740         * manuals/reference/template (removed)
17741         Removed old api reference
17742         
17743         * plugins/message-view/message-view.c:
17744         "Fixed" crash in on_row_deleted and added a
17745         comment that I cannot work this way. We will
17746         have to change everything a bit to avoid losing
17747         memory there.
17748         
17749         * plugins/text-editor/text_editor.c:
17750         Update line number width on file save
17753 2005-01-07  Naba Kumar  <naba@gnome.org>
17755         * plugins/project-wizard/anjuta-project-wizard.glade,
17756         plugins/project-wizard/druid.c,
17757         plugins/project-wizard/templates/anjuta-plugin.wiz,
17758         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
17759         Display page description in bold. Fixed mandatory field check.
17761         * configure.in,
17762         libanjuta/libanjuta-1.0.pc.in,
17763         plugins/project-wizard/druid.c,
17764         plugins/project-wizard/parser.c,
17765         plugins/project-wizard/property.h,
17766         plugins/project-wizard/templates/anjuta-plugin.wiz,
17767         plugins/project-wizard/templates/terminal.wiz,
17768         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
17769         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
17770         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
17771         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
17772         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
17773         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
17774         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17775         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17776         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17777         plugins/project-wizard/templates/terminal/configure.in.tpl,
17778         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
17779         plugins/project-wizard/templates/terminal/src/main.c: Implemented
17780         a new property type -- hidden. Fixed terminal and anjuta-plugin
17781         project templates.
17783 2005-01-07  Naba Kumar  <naba@gnome.org>
17785         * templates/anjuta-plugin.wiz,
17786         templates/terminal.wiz,
17787         templates/terminal/Makefile.am.tpl,
17788         templates/terminal/autogen.sh,
17789         (Removed) templates/terminal/configure.ac.tpl,
17790         (Added) templates/.cvsignore,
17791         (Added) templates/Makefile.am,
17792         (Added) templates/anjuta-plugin/.cvsignore,
17793         (Added) templates/anjuta-plugin/Makefile.am,
17794         (Added) templates/anjuta-plugin/src/.cvsignore,
17795         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
17796         (Added) templates/terminal/.cvsignore,
17797         (Added) templates/terminal/Makefile.am,
17798         (Added) templates/terminal/configure.in.tpl,
17799         (Added) templates/terminal/po/.cvsignore,
17800         (Added) templates/terminal/po/ChangeLog,
17801         (Added) templates/terminal/po/Makefile.am,
17802         (Added) templates/terminal/po/POTFILES.in,
17803         (Added) templates/terminal/src/.cvsignore,
17804         (Added) templates/terminal/src/Makefile.am,
17805         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
17806         project wizard. Fixed configure/po/Makefile template errors.
17808 2005-01-06  Naba Kumar  <naba@gnome.org>
17810         * configure.in: Added project templates.
17811         * plugins/project-wizard/templates/*: Added to project and renamed
17812         Makefile.am and configure.in to Makefile.am and configure.ac respectively
17813         for the project templates (so that they do not conflict with autotools
17814         build. Created proper configure.ac.tpl and autogen.sh for project
17815         templates.
17816         
17817 2005-01-06  Naba Kumar  <naba@gnome.org>
17819         * plugins/project-wizard/anjuta-project-wizard.glade,
17820         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
17821         Fixed file list parsing and to take absolute file paths (for example,
17822         from an icon selected previously). Used toggle buttons for boolean
17823         properties. Check if all mandatory fields are given before going
17824         forward in the wizard. Use scrollable viewport for listing property
17825         widgets incase the list goes out of wizard's size. Added tooltips
17826         as descriptions of the property widgets. And other fixes.
17828         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
17829         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
17830         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
17831         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
17832         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
17833         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
17834         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
17835         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
17836         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
17837         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
17838         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
17839         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
17840         Restructured template files.
17842 2005-01-06  Naba Kumar  <naba@gnome.org>
17844         * configure.in: Added check for autogen.
17845         
17846         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
17847         in dispose.
17848         
17849         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
17850         Do not emit changed signal when in dispose.
17852         * plugins/symbol-browser/plugin.c: Don't updated symbols when
17853         symbol-view widget has been destroyed.
17854         
17855         * src/anjuta-app.c: Set null to preference, status and ui object
17856         pointers when they are destroyed.
17858         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
17859         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
17860         Added boolean, integer and file property types.
17861         
17862         * plugins/project-wizard/Makefile.am,
17863         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
17864         project wizard templates.
17866 2005-01-04  Naba Kumar  <naba@gnome.org>
17868         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
17869         added widgets.
17870         
17871         * plugins/editor/aneditor.cxx,
17872         plugins/editor/anjuta-docman.c,
17873         plugins/editor/plugin.c,
17874         plugins/editor/text_editor.c:
17875         Removed unnecessary ref/unref of scintilla.
17876         
17877         * plugins/message-view/anjuta-msgman.c,
17878         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
17879         make close button similar to document manager.
17880         
17881         * plugins/project-manager/plugin.c,
17882         plugins/project-manager/plugin.h: Removed dead codes. Removed
17883         unnecessary ref/unref.
17884         
17885         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
17886         instead of hard refs.
17888 2005-01-03  Naba Kumar  <naba@gnome.org>
17890         * libanjuta/interfaces/libanjuta.idl: Added configure() and
17891         generate() methods for IAnjutaBuildable interface.
17893         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
17894         IAnjutaBuildable inteface.
17896         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
17897         to destroy build context when message view is destroyed.
17898         
17899         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
17900         a ref to it and unref in destructor. AnEditor class wants to be the
17901         owner of scintilla widget. Fixed compile warnings with signed/unsigned
17902         comparisions.
17903         
17904         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
17905         complicate the scene. Removed editor widget from AnjutaDocman when
17906         the widget is destroyed.
17907         
17908         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
17909         from shell. It will be removed from shell when the widget is destroyed.
17910         
17911         * plugins/editor/text_editor.c: Added debug codes to track object
17912         finalizations.
17914         * plugins/message-view/anjuta-msgman.c: Remove message view on
17915         widget destroy. Destroy message view on remove. Removed all views
17916         correctly.
17917         
17918         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
17919         from container.
17921 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17923         * plugins/file-wizard/action-callbacks.c,
17924         plugins/file-wizard/anjuta-file-wizard.glade,
17925         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
17926         Insert Licence, copyright, header template ...
17927         
17928 2005-01-02  Naba Kumar  <naba@gnome.org>
17930         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
17931         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
17932         anjuta_status_add_widget() to allow setting busy cursor on non
17933         toplevel windows.
17935         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
17937         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
17938         mime types to take text/source also.
17939         
17940         * plugins/editor/anjuta-docman.c,
17941         plugins/editor/anjuta-docman.h,
17942         plugins/editor/plugin.c,
17943         plugins/editor/text_editor.c,
17944         plugins/editor/text_editor.h,
17945         plugins/editor/text_editor_cbs.c: Listen for busy signal from
17946         AnjutaStatus and set busy cursor on editors.
17948         * plugins/file-loader/Makefile.am,
17949         plugins/file-loader/plugin.c,
17950         (added) plugins/file-loader/dnd.c,
17951         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
17953         * src/anjuta.c: Hide anjuta window before destruction.
17955         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
17956         * configure.in, plugins/Makefile.am,
17957         (removed) plugins/project-wizard/appwiz_page1.c,
17958         (removed) plugins/project-wizard/appwiz_page2.c,
17959         (removed) plugins/project-wizard/appwiz_page3.c,
17960         (removed) plugins/project-wizard/appwiz_page4.c,
17961         (removed) plugins/project-wizard/appwizard.c,
17962         (removed) plugins/project-wizard/appwizard.h,
17963         (removed) plugins/project-wizard/appwizard_cbs.c,
17964         (removed) plugins/project-wizard/appwizard_cbs.h,
17965         (removed) plugins/project-wizard/appwizard_gui.c,
17966         (removed) plugins/project-wizard/gnome_project.c,
17967         (removed) plugins/project-wizard/gnome_project.h,
17968         (removed) plugins/project-wizard/wizard_gui.c,
17969         (removed) plugins/project-wizard/wizard_gui.h,
17970         (added) plugins/project-wizard/.cvsignore,
17971         (added) plugins/project-wizard/Makefile.am,
17972         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
17973         (added) plugins/project-wizard/anjuta-project-wizard.glade,
17974         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
17975         (added) plugins/project-wizard/applogo.png,
17976         (added) plugins/project-wizard/appwizard.png,
17977         (added) plugins/project-wizard/autogen.c,
17978         (added) plugins/project-wizard/autogen.h,
17979         (added) plugins/project-wizard/druid.c,
17980         (added) plugins/project-wizard/druid.h,
17981         (added) plugins/project-wizard/file.c,
17982         (added) plugins/project-wizard/file.h,
17983         (added) plugins/project-wizard/header.c,
17984         (added) plugins/project-wizard/header.h,
17985         (added) plugins/project-wizard/install.c,
17986         (added) plugins/project-wizard/install.h,
17987         (added) plugins/project-wizard/parser.c,
17988         (added) plugins/project-wizard/parser.h,
17989         (added) plugins/project-wizard/plugin.c,
17990         (added) plugins/project-wizard/plugin.h,
17991         (added) plugins/project-wizard/property.c,
17992         (added) plugins/project-wizard/property.h: Removed old application-wizard
17993         codes and added new template based (autogen based) project wizard
17994         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
17996 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
17998         * plugins/cvs-plugin/plugin.c: Fixed crash bug
17999         * plugins/cvs-plugin/cvs-execute.c:
18000         Fix cvs_log which did not work because of some
18001         glade problem
18002         Patch from Mark R. Pariente <markpariente@cmu.edu>
18003         - Fix message highlighting
18005 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18006         
18007         * template/*,
18008         date/template/*,
18009         configure.in:
18010         Removed template stuff completly because we dicussed to implement
18011         a macro system for Edit->Insert Text
18013 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
18014         
18015         * plugins/editor/aneditor.cxx,
18016         plugins/editor/text_editor.c:
18017         Set line number width dynamically
18018         * src/about.c:
18019         Prepered new GTK 2.6 about dialog
18021 2004-12-30  Naba Kumar  <naba@gnome.org>
18023         patch from: Massimo Corà  <maxcvs@email.it>
18024         * plugins/editor/aneditor.cxx: Highlights correct function
18025         argument in recursive calltips.
18027 2004-12-30  Naba Kumar  <naba@gnome.org>
18029         * plugins/symbol-browser/plugin.c,
18030         libanjuta/interfaces/libanjuta.idl,
18031         plugins/editor/text_editor.c: Fixed editor markers and added a new
18032         marker (BASIC) to indicate line numbers. Fixed symbol browser to
18033         mark the line visited.
18034         
18035         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
18036         libegg/Makefile.am, libegg/eggcomboselect.c,
18037         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
18038         widget for use with symbol view in toolbar.
18039         
18040         * plugins/cvs-plugin/anjuta-cvs.ui,
18041         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
18042         placeholder for cvs plugin context menu in filemanager.
18043         
18044 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18045         
18046         * plugins/cvs-plugin/plugin.c:
18047         Show popup menu only if the file is contained in
18048         a directory containing a "CVS" directory
18050 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
18051         
18052         * plugins/cvs-plugin/cvs-action.[ch],
18053         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18054         * plugins/cvs-plugin/anjuta-cvs.ui,
18055         * plugins/cvs-plugin/plugin.c:
18056         Implemented "Import"
18057         
18058         Patch from Mark R. Pariente <markpariente@cmu.edu>:
18059         Added right-click-menu for file-manager
18061 2004-12-26  Naba Kumar  <naba@gnome.org>
18063         * src/action-callbacks.c, src/action-callbacks.h,
18064         src/anjuta-actions.h, src/anjuta-app.c,
18065         src/anjuta.ui: Added fullscreen action.
18067         * plugins/cvs-plugin/cvs-actions.c,
18068         plugins/cvs-plugin/plugin.c,
18069         plugins/cvs-plugin/plugin.h: Watches current editor,
18070         project and file manager selection in plugin
18071         implementation.
18072         
18073 2004-12-26  Naba Kumar  <naba@gnome.org>
18075         * src/anjuta-app.c, src/anjuta.c, src/main.c,
18076         src/action-callbacks.c: Fixed app finalization. Added a
18077         command line arg --proper-shutdown (-p), which when set
18078         will release all plugins and their resources (this option
18079         is mainly for debugging).
18080         
18081         * plugins/file-loader/plugin.c: Fixed filename duplications
18082         in recent files history.
18083         
18084         * plugins/profile-default/plugin.c: Disabled problematic
18085         plugins for now to load at startup.
18086         
18087         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
18088         annoying debug prints.
18089         
18090 2004-12-23  Naba Kumar  <naba@gnome.org>
18092         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
18093         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18094         plugins/cvs-plugin/anjuta-cvs.ui,
18095         plugins/cvs-plugin/cvs-actions.c,
18096         plugins/cvs-plugin/cvs-actions.h,
18097         plugins/cvs-plugin/cvs-execute.c,
18098         plugins/cvs-plugin/cvs-execute.h,
18099         plugins/cvs-plugin/Makefile.am,
18100         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
18101         Added cvs log command.
18103 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
18104         
18105         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
18106         default
18108 2004-12-20  Naba Kumar  <naba@gnome.org>
18110         patch from: Massimo Corà  <maxcvs@email.it>
18111         * plugins/editor/aneditor.cxx: Added recursive calltips.
18113 2004-12-20  Naba Kumar  <naba@gnome.org>
18114         
18115         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
18116         Show busy cursor during loading and unloading.
18117         
18118 2004-12-19  Naba Kumar  <naba@gnome.org>
18120         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
18121         memory leaks. Disabled debug print.
18123         * plugins/symbol-browser/an_symbol_view.c,
18124         plugins/symbol-browser/plugin.c,
18125         plugins/symbol-browser/plugin.h: Fixed loading and unloading
18126         problems. Creates SymbolView object every time when the
18127         plugin is activated.
18129         * plugins/project-manager/plugin.c: Close project when
18130         deactivating.
18131         
18132 2004-12-18  Naba Kumar  <naba@gnome.org>
18134         * po/POTFILES.in: Removed commented lines.
18135         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
18136         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
18137         * plugins/gdb/plugin.c: Fixed compile error.
18138         
18139         Patch from: Mark R. Pariente  <mark@demar.com.tr>
18140         * libegg/eggcellrendererkeys.c: Fixed compile error.
18141         
18142 2004-12-18  Naba Kumar  <naba@gnome.org>
18144         * plugins/file-loader/plugin.c: Fixed loading bug.
18145         
18146         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
18147         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18148         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
18149         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
18150         and corruptions. Fixed loading and unloading of plugins.
18151         
18152 2004-12-17  Naba Kumar  <naba@gnome.org>
18153         
18154         * plugins/file-loader/Makefile.am,
18155         plugins/file-loader/plugin.c,
18156         plugins/project-manager/plugin.c: Fixed memory corruption
18157         and disposition codes. Added missing plugin.h in Makefile.am.
18159 2004-12-16  Naba Kumar  <naba@gnome.org>
18161         * plugins/symbol-browser/an_symbol_view.c,
18162         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
18163         codes. Fixed memory leaks and corruptions.
18165         * plugins/build-basic-autotools/build-basic-autotools.c
18166         plugins/editor/anjuta-docman.c,
18167         plugins/editor/text_editor.c,
18168         plugins/file-loader/plugin.c,
18169         plugins/file-manager/plugin.c,
18170         plugins/file-wizard/plugin.c,
18171         plugins/message-view/anjuta-msgman.c,
18172         plugins/message-view/anjuta-msgman.h,
18173         plugins/message-view/message-view.c,
18174         plugins/message-view/plugin.c,
18175         plugins/message-view/plugin.h,
18176         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
18178         * src/about.c, src/about.h, src/action-callbacks.c,
18179         src/action-callbacks.h, src/anjuta-actions.h,
18180         src/anjuta-app.c, src/anjuta-app.h,
18181         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
18182         src/anjuta.c, src/anjuta.h, src/getline.c, 
18183         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
18184         src/start-with.c, src/start-with.h: Fixed emacs modes.
18186         * src/layout.xml: Brought document manager in front.
18187         
18188 2004-12-15  Naba Kumar  <naba@gnome.org>
18190         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
18191         properly removed.
18192         
18193         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
18194         finalization. Added a method to unload all plugins and destroy them.
18195         Fixed memory leaks.
18196         
18197         * plugins/sample1/plugin.c: Proper finalization code and renamed
18198         functions to proper names.
18199         
18200         * plugins/build-basic-autotools/build-basic-autotools.c,
18201         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
18203         * src/shell.c: Unload all plugins on exit, so that memory profilers
18204         can detect memory leaks in plugins.
18206 2004-12-13  Naba Kumar  <naba@gnome.org>
18208         * plugins/devhelp/plugin.c: Delay widget initialization, now that
18209         docking is working.
18210         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
18211         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
18213 2004-12-11  Naba Kumar  <naba@gnome.org>
18215         * data/properties/anjuta.properties: Fixed font size.
18216         * plugin/build-basic-autotools/build-basic-autotools: Added initial
18217         compile file function. There are some fixmes there.
18218         * plugins/message-view/anjuta-msgman.c,
18219         * plugins/message-view/message-view.c: Fixed bugs and clean up.
18220         
18221 2004-12-08  Naba Kumar  <naba@gnome.org>
18223         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
18224         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
18225         to escape quotes in a string.
18226         
18227         * plugins/cvs-plugin/cvs-actions.c,
18228         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
18229         cvs diff command.
18231         * plugins/build-basic-autotools/build-basic-autotools.c,
18232         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
18233         filters.
18234         
18235 2004-12-07  Naba Kumar  <naba@gnome.org>
18237         * plugins/build-basic-autotools/build-basic-autotools.c,
18238         plugins/build-basic-autotools/automake-c.filters: Completed directory
18239         tracking. Double click on Errors and warnings now work as expected.
18241         * plugins/build-basic-autotools.c: Added codes to track build directory
18242         so that absolute path of the files could be determined.
18244 2004-12-06  Naba Kumar  <naba@gnome.org>
18246         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
18247         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
18248         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
18249         
18250 2004-12-05  Naba Kumar  <naba@gnome.org>
18252         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
18253         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
18254         
18255         * plugins/cvs-plugin/plugin.c,
18256         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
18257         
18258 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
18259         
18260         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18261         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
18262         plugins/cvs-plugin/cvs-execute.[ch]:
18263         Implemented cvs status and cvs diff
18264         Known bugs:
18265         - rdiff command is not correct
18266         - Must find a way to allow selection of directies AND files 
18267         in GtkFileChooser
18269 2004-12-03  Naba Kumar  <naba@gnome.org>
18271         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
18272         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
18273         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
18274         session.properties file if it is for the first time.
18275         
18276 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
18277         
18278         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
18279         commit.
18280         
18281         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
18282         plugins/cvs-plugin/anjuta-cvs.ui:
18283         Implemented update/commit and changed menu layout 
18285 2004-12-02  Naba Kumar  <naba@gnome.org>
18287         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
18288         property name (for cvs path property). Beautified dialogs.
18290 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
18291         
18292         * plugins/message-view/anjuta-msgman.c: Changed callback name
18293         and changed switch-page handling.
18294         
18295         * plugins/cvs-plugin/cvs-actions.c:
18296         * plugins/cvs-plugin/cvs-execute.c:
18297         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18298         - Implemented cvs add and cvs removed - both working now
18299         - Created a useful preferences page
18300         
18302 2004-11-30  Naba Kumar  <naba@gnome.org>
18304         * libanjuta/anjuta-status.c: Fixed runtime warning.
18305         
18306         * plugins/editor/Makefile.am:
18307         plugins/editor/anjuta-document-manager.glade,
18308         plugins/editor/plugin.c
18309         plugins/editor/plugin.h
18310         plugins/editor/style-editor.c (new, moved from src/),
18311         plugins/editor/style-editor.h (new, moved from src/),
18312         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
18313         settings in preferences.
18315         * plugins/editor/text_editor.c,
18316         plugins/editor/text_editor.h: Do not take unused args in
18317         text_editor_get_props().
18319         * src/style-editor.c, src/style-editor.h: Removed, moved to
18320         plugins/editor/ directory.
18322 2004-11-29  Naba Kumar  <naba@gnome.org>
18324         * plugins/editor/text_editor_cbs.c: Emit click signal in
18325         IAnjutaMarkable.
18326         * libanjuta/anjuta-status.c: More spacing between items.
18327         
18328 2004-11-29  Naba Kumar  <naba@gnome.org>
18330         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
18331         
18332         * libanjuta/interfaces/libanjuta.idl,
18333         plugins/debug-manager/anjuta-debug-manager.plugin.in,
18334         plugins/debug-manager/plugin.c,
18335         plugins/gdb/breakpoints.c,
18336         plugins/gdb/breakpoints.h,
18337         plugins/gdb/debugger.c,
18338         plugins/gdb/debugger.h,
18339         plugins/gdb/plugin.c,
18340         plugins/gdb/plugin.h,
18341         plugins/gdb/utilities.c,
18342         plugins/gdb/utilities.h: Code cleanups and partial implementation of
18343         toggle breakpoint margin clicks.
18345 2004-11-28  Naba Kumar  <naba@gnome.org>
18347         * TODO.tasks: Fixed indentations.
18348         * plugins/gtodo/libgtodo.c: Save with indentation.
18349         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
18350         * plugins/project-manager/plugin.c: Fixed runtime warnings.
18351         * libanjuta/anjuta-status.c: Fixed busy cursors.
18352         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
18353         * po/POTFILES.in: Updated.
18354         
18355 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
18356         
18357         * plugins/editor/anjuta-document-manager.glade,
18358           plugins/editor/search-replace.[c,h], 
18359           plugins/editor/search-replace_backend.h
18360           plugins/editor/search-preferences.[c,h] :
18361           Saved Search-Preferences (gconf),
18362           Basic search by default.
18364 2004-11-22  Naba Kumar  <naba@gnome.org>
18366         * configure.in: Fixed build error.
18368 2004-11-21  Naba Kumar  <naba@gnome.org>
18370         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
18371         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
18372         Added AnjutaStatus class to libanjuta.
18373         Added anjuta_shell_get_status() method.
18374         
18375         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
18376         and fixed marshaller generation.
18377         
18378         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
18379         "updade_ui" signals to IAnjutaEditor interface.
18380         
18381         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
18382         
18383         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
18384         regexes.
18385         
18386         * plugins/class-gen/clsGen.c: Intial port.
18387         
18388         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
18389         name.
18390         
18391         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
18392         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18393         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
18394         Implemented status update. Emits "update_ui" and "char_added" signals.
18395         Added view preferences.
18396         
18397         * plugins/file-loader/plugin.c: Added open with plugins in open with
18398         menus.
18399         
18400         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
18401         
18402         * plugins/message-view/anjuta-msgman.c,
18403         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
18404         to close correct message view rather than current view.
18406 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
18407         
18408         * plugins/cvs-plugin/cvs-actions.c
18409         plugins/cvs-plugin/plugin.[ch]
18410         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18411         Implemented cvs add but ran into a launcher/message_view
18412         problem because of a limitation of the idl compiler
18414 2004-11-19  Naba Kumar  <naba@gnome.org>
18416         * plugins/project-manager/plugin.c: Displays a progress window during
18417         project load.
18418         
18419         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
18420         Fixed UI separators.
18421         
18422         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
18423         UI placeholder.
18424         
18425         * plugins/project-manager/anjuta-project-manager.ui,
18426         plugins/project-manager/plugin.[c,h]: Added add/remove context
18427         menus and implemented them. Added file manager merge menu.
18429 2004-11-18  Naba Kumar  <naba@gnome.org>
18431         * TODO.tasks: Updated.
18432         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
18433         plugins/message-view/message-view.c: Fixed finalize and dispose
18434         methods.
18435         * plugins/debugger/*: Removed from cvs (development now in
18436         debug-manager).
18438 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
18440         Reviewed by Naba Kumar  <naba@gnome.org>:
18441         
18442         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
18443         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18444         plugins/gdb/breakpoints.c: all marker related stuff moved from
18445         editor and docman interfaces to IAnjutaMarkable
18447 2004-11-17  Naba Kumar  <naba@gnome.org>
18449         * TODO.tasks: Updated.
18450         
18451         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
18452         
18453         * libegg/egg-combo-action.c: Block changed signal when changing model.
18454         
18455         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
18456         Emit changed signal. Removed dead codes.
18457         
18458         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
18459         that recent files history do not duplicate.
18460         
18461         * plugins/symbol-browser/an_symbol_view.c,
18462         plugins/symbol-browser/an_symbol_view.h,
18463         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
18464         Fixed a bug.
18466 2004-11-15  Naba Kumar  <naba@gnome.org>
18468         * plugins/project-manager/plugin.c: Opens targets on double click.
18469         
18470         * plugins/message-view/message-view.c,
18471         plugins/file-manager/anjuta-file-manager-plugin.glade,
18472         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
18473         Added proper class finalization
18474         and disposition. Added preferences notifications and callbacks to
18475         change info/warning/error colors.
18476         
18477         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
18478         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
18479         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
18480         Implemented finalize method for AnjutaApp. Code cleanups.
18481         
18482         * plugins/message-view/plugin.c: Static parent_class.
18483         
18484 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18485         * plugins/editor/search-replace.[c,h], 
18486           plugins/editor/search-replace_backend.c
18487           Update search entry in main toolbar.
18488           Clean code.
18490 2004-11-11  Naba Kumar  <naba@gnome.org>
18492         * TODO.tasks: Updated.
18494         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
18495         and completed on-the-fly-change preferences. Removed "changed"
18496         signal as it is no longer necessary (use notify for similar
18497         purpose to monitor individual preferences).
18499         
18500         * plugins/editor/anjuta-document-manager.glade: Added view menu
18501         preferences so that they are registered.
18502         
18503         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
18504         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
18505         connection to "changed" signal of preferences and implemented
18506         notifications for some editor preferences. More to implement.
18508 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18509         * plugins/editor/print.c
18510         Fixed bug 1047624 : Add line number every X lines.
18512 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18513         * plugins/editor/search-replace.c
18514         Fixed a crash bug (995755) when searching "%n"
18516 2004-11-09  Naba Kumar  <naba@gnome.org>
18518         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
18519         Fixed to refresh categories list on file load.
18521 2004-11-08  Naba Kumar  <naba@gnome.org>
18522         
18523         * configure.in, plugins/Makefile.am,
18524         plugins/profile-default/plugin.c: Added cvs plugin in build.
18525         
18526         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
18527         
18528         * plugins/debug-manager/.cvsignore: Added file to ignore.
18529         
18530         * plugins/debug-manager/Makefile.am: Removed dead codes.
18531         
18532         * src/anjuta.ui: Added placeholder for version control UI.
18534 2004-11-08  Naba Kumar  <naba@gnome.org>
18536         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18537         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18538         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
18539         Updated.
18541         * global-tags/Makefile.am: Fixed make error.
18543         * plugins/profile-default/plugin.c: Added debug-manager
18544         and gdb plugins to load at startup so that debugger
18545         windows are docked properly. They will be removed
18546         later when we figure out runtime docking.
18548         * plugins/sample1/*: Restored to last working state.
18550         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
18551         windows in lower pane. Named the windows appropriately.
18553         * ChangeLog: Fixed format.
18554         
18555 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
18557         * libanjuta/interfaces/libanjuta.idl,
18558         libanjuta/anjuta-marshal.c,
18559         plugins/Makefile.am,
18560         plugins/debug-manager/plugin.c,
18561         plugins/editor/plugin.c,
18562         plugins/editor/text_editor.c,
18563         plugins/gdb/breakpoints.c,
18564         plugins/gdb/debugger.c,
18565         plugins/gdb/plugin.c,
18566         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
18568 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
18569         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
18570         plugins/editor/search-replace.c,
18571         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
18572         Search and Replace; Show result in find pane
18573           
18574 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18575         
18576         * plugins/gdb, plugins/debug-manager: Applied debugger patch
18577         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
18578         (added features: starting debugger and loading of core/executable,
18579         StepIn, StepOut, StepOver and Execute, toggling breakpoint
18580         partially works)
18582 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
18583         
18584         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
18585         my cvs-plugin files...
18586         I hope I have rescued everything possible.
18587         
18588         * Naba: Could you please fix sample1 because I messed it up to 
18589         but there should be a histroy of this directory we should commit
18591 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18592         
18593         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
18594         infrastructure
18595         * plugins/cvs-plugin/plugin.c,
18596         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
18597         Added preferences dialog (not yet complete)
18599 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
18600         
18601         * global-tags/Makefile.am, mime/Makefile.am:
18602         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
18603         
18604         * template/xmltemplate.[ch],
18605         template/xmlstrings.[ch],
18606         template/autotools.[ch] removed,
18607         template/prj_template.[ch] removed,
18608         template/lang_template.[ch] removed,
18609         template/lib_template.[ch] removed,
18610         template/Makefile.am adjusted,
18611         template/dtds/lang.dtd removed, 
18612         template/dtds/lib.dtd removed,
18613         template/dtds/prj.dtd removed,
18614         template/dtds/autotools.dtd removed,
18615         data/template/lib/* removed,
18616         data/template/language/* removed,
18617         data/template/library/* removed,
18618         data/template/project/* removed,
18619         date/template/Makefile.am adjusted:
18620         Remove everything except text-templates to replace hardcoded 
18621         Edit->Insert texts with dynamic loaded.
18623         * plugins/cvs-plugin/plugin.[ch],
18624         plugins/cvs-actions.[ch],
18625         plugins/Makefile.am,
18626         plugins/cvs-plugin/Makefile.am,
18627         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
18628         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
18629         plugins/cvs-plugin/anjuta-cvs.plugin.in:
18630         Added initial cvs-plugin code
18632 2004-10-21  Naba Kumar  <naba@gnome.org>
18633         
18634         * libanjuta/anjuta-plugin.c,
18635         plugins/build-basic-autotools/build-basic-autotools.c,
18636         plugins/debugger/plugin.c,
18637         plugins/devhelp/plugin.c,
18638         plugins/editor/anjuta-docman.c,
18639         plugins/editor/goto_line.c,
18640         plugins/editor/plugin.c,
18641         plugins/editor/search-replace.c,
18642         plugins/editor/text_editor.c,
18643         plugins/file-loader/plugin.c,
18644         plugins/file-manager/plugin.c,
18645         plugins/file-wizard/file.c,
18646         plugins/file-wizard/plugin.c,
18647         plugins/gdb/plugin.c,
18648         plugins/gtodo/plugin.c,
18649         plugins/message-view/anjuta-msgman.c,
18650         plugins/profile-default/plugin.c,
18651         plugins/project-manager/plugin.c,
18652         plugins/sample1/plugin.c,
18653         plugins/terminal/terminal.c: Defined all global variables static,
18654         particularly class parent_class variables. They were getting
18655         confused at link time.
18657         * libanjuta/plugins.c: Do not unload plugins when they are
18658         deactivated. Simply cache them for later activation. Unloading
18659         modules have some problem with shared libs using static class
18660         registration. Fixed hash type for installed plugins. Eventually,
18661         we want to add "CanUnload" attribute for .plugin files (in
18662         "Anjuta Plugin" group) to let plugin loader know if the plugin can
18663         be unloaded from memory. Those plugins declaring CanUnload=false
18664         will not be unloaded from memory and will be put in the cache. Those
18665         not declaring anything or declaring CanUnload=true, will be unloaded
18666         from memory when they are deactivated.
18668         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
18669         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18670         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
18671         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
18672         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
18673         activation, deactivation. Fixed memory leaks.
18675 2004-10-20  Naba Kumar  <naba@gnome.org>
18677         * TODO.tasks: Updated.
18678         
18679         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18680         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
18681         macro for adding interfaces to plugin types. Code cleanup.
18682         
18683         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18684         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18685         
18686         * plugins/build-basic-autotools/build-basic-autotools.c,
18687         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
18688         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18689         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
18690         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
18691         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
18692         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
18693         plugins/project-manager/plugin.c,
18694         plugins/symbol-browser/an_symbol_view.c,
18695         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
18696         newly defined macro to add interfaces to plugin types.
18698         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
18700 2004-10-20  Naba Kumar  <naba@gnome.org>
18702         * TODO.tasks: Added task list.
18703         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
18704         default values.
18706 2004-10-19  Naba Kumar  <naba@gnome.org>
18708         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
18709         
18710         * plugins/editor/action-callbacks.c,
18711         plugins/editor/action-callbacks.h,
18712         plugins/editor/anjuta-docman.c,
18713         plugins/editor/anjuta-docman.h,
18714         plugins/editor/anjuta-document-manager.ui,
18715         plugins/editor/file_history.c,
18716         plugins/editor/file_history.h,
18717         plugins/editor/plugin.c: Added file history browsing.
18718         
18719         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
18720         
18721         * plugins/message-view/anjuta-message-manager.ui,
18722         plugins/message-view/plugin.c: Added document manager context menu.
18723         
18724         * plugins/symbol-browser/an_symbol_view.c,
18725         plugins/symbol-browser/an_symbol_view.h,
18726         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18727         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
18728         document manager context menu.
18729         
18730         * scintilla/*, scintilla/include/*: Updated to current cvs.
18731         
18732 2004-10-19  Naba Kumar  <naba@gnome.org>
18734         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
18735         placeholder for debugger UI.
18736         
18737         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
18738         * plugins/file-manager/plugin.c: Fixed loading bug.
18739         
18740         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
18741         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
18742         Initializes gconf database with default values when the
18743         values are not defined. Use bool and int prefs separately.
18745         * plugins/editor/plugin.c: Added encoding preferences.
18746         * plugins/project-manager/plugin.c: Cleanup and debug messages.
18748         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18749         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18750         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18751         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
18753 2004-10-18  Naba Kumar  <naba@gnome.org>
18755         * po/POTFILES.in: Updated.
18756         
18757         * libanjuta/anjuta-ui.c: Corrected debug messages.
18758         
18759         * libegg/egg-combo-action.c, libegg/test-actions.c,
18760         libegg/menu/egg-combo-action.h: Fixed combo action.
18761         
18762         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
18763         Fixed format.
18764         
18765         * plugins/editor/action-callbacks.[c,h],
18766         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
18767         Implemented file swap. Removed dead codes.
18768         
18769         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
18770         dead codes.
18771         
18772         * plugins/symbol-browser/an_symbol_view.[c,h],
18773         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18774         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
18775         Implemented file symbols. Implemented goto file line when symbol is
18776         selected.
18777         
18778         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
18779         
18780 2004-10-10  Naba Kumar  <naba@gnome.org>
18782         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
18783         
18784         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
18785         
18786         * plugins/debugger/.cvsignore,
18787         (added) plugins/debugger/Makefile.am,
18788         (added) plugins/debugger/anjuta-debugger.glade,
18789         (added) plugins/debugger/anjuta-debugger.plugin.in,
18790         (added) plugins/debugger/anjuta-debugger.plugin.png,
18791         (added) plugins/debugger/anjuta-debugger.ui,
18792         plugins/debugger/attach_process.c,
18793         (removed) plugins/debugger/attach_process_cbs.c,
18794         (removed) plugins/debugger/attach_process_cbs.h,
18795         (removed) plugins/debugger/breakpoints.c,
18796         (removed) plugins/debugger/breakpoints.h,
18797         (removed) plugins/debugger/debug_tree.c,
18798         (removed) plugins/debugger/debug_tree.h,
18799         (removed) plugins/debugger/debugger.c,
18800         (removed) plugins/debugger/debugger.h,
18801         (removed) plugins/debugger/memory.c,
18802         (removed) plugins/debugger/memory.h,
18803         (added) plugins/debugger/plugin.c,
18804         (added) plugins/debugger/plugin.h,
18805         (removed) plugins/debugger/registers.c,
18806         (removed) plugins/debugger/registers.h,
18807         (removed) plugins/debugger/registers_cbs.c,
18808         (removed) plugins/debugger/registers_cbs.h,
18809         (removed) plugins/debugger/registers_gui.c,
18810         (removed) plugins/debugger/sharedlib.c,
18811         (removed) plugins/debugger/sharedlib.h,
18812         (removed) plugins/debugger/sharedlib_cbs.c,
18813         (removed) plugins/debugger/sharedlib_cbs.h,
18814         (removed) plugins/debugger/sharedlib_gui.c,
18815         (removed) plugins/debugger/signals.c,
18816         (removed) plugins/debugger/signals.h,
18817         (removed) plugins/debugger/signals_cbs.c,
18818         (removed) plugins/debugger/signals_cbs.h,
18819         (removed) plugins/debugger/signals_gui.c,
18820         (removed) plugins/debugger/stack_trace.c,
18821         (removed) plugins/debugger/stack_trace.h,
18822         (added) plugins/debugger/utilities.c,
18823         (added) plugins/debugger/utilities.h,
18824         (removed) plugins/debugger/watch.c,
18825         (removed) plugins/debugger/watch.h,
18826         (removed) plugins/debugger/watch_cbs.c,
18827         (removed) plugins/debugger/watch_cbs.h,
18828         (removed) plugins/debugger/watch_gui.c,
18829         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
18830         
18831         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
18832         Added debugger gdb backend plugin.
18833         
18834         * plugins/message-view/plugin.c: Registered all message stock icons.
18835         
18836         * plugins/profile-default/plugin.c: Loads debugger plugin.
18837         
18838         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
18840 2004-10-08  Naba Kumar  <naba@gnome.org>
18842         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
18843         information.
18844         
18845         * plugins/symbol-browser/.cvsignore,
18846         plugins/symbol-browser/Makefile.am,
18847         plugins/symbol-browser/an_symbol_view.c,
18848         plugins/symbol-browser/an_symbol_view.h,
18849         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
18850         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
18851         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
18852         plugins/symbol-browser/plugin.c,
18853         plugins/symbol-browser/plugin.h,
18854         plugins/symbol-browser/sv_class.xpm,
18855         plugins/symbol-browser/sv_function.xpm,
18856         plugins/symbol-browser/sv_macro.xpm,
18857         plugins/symbol-browser/sv_private_fun.xpm,
18858         plugins/symbol-browser/sv_private_var.xpm,
18859         plugins/symbol-browser/sv_protected_fun.xpm,
18860         plugins/symbol-browser/sv_protected_var.xpm,
18861         plugins/symbol-browser/sv_public_fun.xpm,
18862         plugins/symbol-browser/sv_public_var.xpm,
18863         plugins/symbol-browser/sv_static_fun.xpm,
18864         plugins/symbol-browser/sv_static_var.xpm,
18865         plugins/symbol-browser/sv_struct.xpm,
18866         plugins/symbol-browser/sv_unknown.xpm,
18867         plugins/symbol-browser/sv_variable.xpm,
18868         plugins/symbol-browser/test-symbol-browser.c,
18869         plugins/Makefile.am: Implemented Symbol
18870         browser plugin.
18871         
18872         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
18873         
18874         * plugins/build-basic-autotools/Makefile.am,
18875         plugins/devhelp/Makefile.am,
18876         plugins/editor/Makefile.am,
18877         plugins/file-loader/Makefile.am,
18878         plugins/file-manager/Makefile.am,
18879         plugins/file-wizard/Makefile.am,
18880         plugins/gtodo/Makefile.am,
18881         plugins/message-view/Makefile.am,
18882         plugins/profile-default/Makefile.am,
18883         plugins/project-manager/Makefile.am
18884         plugins/sample1/Makefile.am,
18885         plugins/terminal/Makefile.am,
18886         scintilla/Makefile.am,
18887         libegg/Makefile.am,
18888         launcher/Makefile.am,
18889         libanjuta/Makefile.am,
18890         src/Makefile.am,
18891         tagmanager/Makefile.am,
18892         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
18893         anjuta_data_dir in configure.in and used them in plugins Makefile.am
18894         files. Also fixed library dependencies.
18895         
18896         * plugins/editor/aneditor.cxx: Disabled unused codes.
18897         * plugins/file-manager/an_file_view.c: Added copyright.
18898         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
18899         
18900         * plugins/profile-default/plugin.c: Can load plugins by location.
18901         * plugins/project-manager/plugin.c: Remove project_root_uri value
18902         when project is closed.
18903         
18904 2004-10-06  Naba Kumar  <naba@gnome.org>
18906         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
18907         
18908         * libanjuta/interfaces/libanjuta.idl,
18909         plugins/editor/text_editor.c: Added get_length()
18910         and get_current_word() methods in IAnjutaEditor interface.
18911         
18912         * libegg/Makefile.am: Added test_actions target.
18913         
18914         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
18915         
18916         * plugins/build-basic-autotools/build-basic-autotools.c,
18917         plugins/file-loader/plugin.c,
18918         plugins/message-view/message-view.c: Added code to go to file and
18919         line number,
18920         
18921         * plugins/devhelp/plugin.c: Context sensitive help now works.
18922         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
18923         uri as line number and goes to that line number.
18924         
18925         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
18926         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
18927         gtodo_client_load() method to load from a diffrent file. Watched 
18928         project root directory in plugin to open TODO.tasks of the project.
18929         
18930         * plugins/project-manager/plugin.c: Updates project UI
18931         sensitive/insensitive.
18933         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
18934         anjuta-shell program to test plugins.
18935         
18936         * src/anjuta-app.c: Registered UI accels.
18937         
18938 2004-09-28  Naba Kumar  <naba@gnome.org>
18940         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
18941         method.
18942         
18943         * src/anjuta-app.c: Implemented present widget method.
18944         
18945         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
18946         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
18947         
18948         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
18949         added editor.
18950         
18951         * plugins/editor/text_editor.c: Connects to preferences changed signal
18952         correctly.
18953         
18954 2004-09-28  Naba Kumar  <naba@gnome.org>
18955         
18956         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
18957         print code.
18958         
18959         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
18960         size to 5 pix.
18961         
18962         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
18963         in changed signal callback.
18964         
18965         * plugins/editor/action-callbacks.c: Implemented save_all action
18966         callback. Removed dead code. Do save_as when saving a new file.
18967         Implemented incremental search.
18968         
18969         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
18970         
18971         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
18972         
18973         * src/anjuta-app.c: Registers UI accelerators.
18974         
18975 2004-09-27  Naba Kumar  <naba@gnome.org>
18977         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
18978         
18979         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18980         plugins/devhelp/anjuta-devhelp.plugin.in,
18981         plugins/file-loader/anjuta-loader.plugin.in,
18982         plugins/file-manager/anjuta-file-manager.plugin.in,
18983         plugins/gtodo/anjuta-gtodo.plugin.in,
18984         plugins/project-manager/anjuta-project-manager.plugin.in,
18985         plugins/terminal/anjuta-terminal.plugin.in:
18986         Gave proper plugin names.
18988         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
18989         error when regex fail.
18990         
18991         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
18992         Added help and context search. Watches current editor. More menus
18993         in Help submenu. Update UI (sensitive when required) properly.
18994         
18995         * plugins/editor/anjuta-document-manager.ui,
18996         plugins/devhelp/anjuta-devhelp.ui,
18997         plugins/message-view/anjuta-message-manager.ui,
18998         src/anjuta.ui: Goto menu actions are in separate submenu.
18999         
19000         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
19001         Removed unimplemented UI elements.
19002         
19003         * src/anjuta-app.c: Larger (and normal) icon size.
19004         
19005         * src/layout.xml: Task manager plugin along with document (in middle).
19006         
19007         * plugins/editor/plugin.c, plugins/file-loader.c,
19008         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
19009         in gtkactions. Enable/disable UI properly.
19010         
19011 2004-09-26  Naba Kumar  <naba@gnome.org>
19013         * po/POTFILES.in: Updated, added missing files.
19015         * .cvsignore: Updated.
19016         
19017         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
19018         a new function to get User input text.
19019         
19020         * libanjuta/resources.[c,h]: Added a function to created sized image.
19021         
19022         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
19023         from filename, as thats the correct representation.
19024         
19025         * plugins/build-basic-autotools/Makefile.am,
19026         (added) plugins/build-basic-autotools/automake-c.filters,
19027         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19028         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
19029         Rearragned UI elements in the build menu. Added codes to read build
19030         filter rules from external file. Implemented all build, configure,
19031         autogen commands. Watches current editor and project.
19032         
19033         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
19034         Added editor changed signal and exports current editor value.
19035         Fixed parameter names. Fixed get_uri() interface implementation to
19036         return correct uri.
19037         
19038         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
19039         elements.
19040         
19041         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
19042         
19043         * plugins/file-manager/an_file_view.c,
19044         plugins/file-manager/an_file_view.c: Exports file uri correctly.
19045         
19046         * plugins/file-wizard/file.c: Reads uri correctly.
19047         
19048         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
19049         sets the page to the new view.
19050         
19051         * plugins/message-view/message-view.c: Unrefs the tree model when done.
19052         Fixed signal connecting.
19053         
19054         * plugins/project-manager/plugin.c: Changed "project_root_directory"
19055         to "project_root_uri" and exports as uri.
19056         
19057 2004-09-24  Naba Kumar  <naba@gnome.org>
19059         * libanjuta/anjuta-ui.c: Fixed a crash bug.
19060         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
19061         in correct way.
19062         * plugins/file-manager/plugin.c: Fixed crash in unloading.
19063         * plugins/file-loader/plugin.c: Added comments.
19064         * plugins/build-basic-autotools/plugin.c: Added comments.
19065         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
19066         
19067         * libanjuta/interfaces/libanjuta.idl,
19068         plugins/message-view/anjuta-msgman.c,
19069         plugins/message-view/message-view.c,
19070         plugins/message-view/message-view.h,
19071         plugins/message-view/plugin.c: Buffering and appending messages have
19072         been separated. message-view implementations cleaned up. Signals
19073         Emissions fixed. Messages now displayed in summary and details show
19074         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
19075         API.
19076         
19077         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
19078         preferences.
19079         
19080         * plugins/build-basic-autotools/Makefile.am,
19081         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
19082         parsing of output to create message summaries. Uses new message view
19083         API.
19084         
19085         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
19086         preferences to make dialog box smaller.
19087         
19088         * plugins/editor/search-replace.c: Fixed compile error with change
19089         in IAnjutaMessageView API.
19090         
19091 2004-09-21  Naba Kumar  <naba@gnome.org>
19093         * plugins/Makefile.am: Deletes old (installed) plugins before
19094         installing new ones.
19095         
19096         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19097         plugins/build-basic-autotools/build-basic-autotools.c,
19098         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
19099         file URI from filemanager. Only disables/enables build submenu in file
19100         manager, instead of merging/unmerging.
19101         
19102         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
19103         non-text files.
19104         
19105         * plugins/file-loader/anjuta-loader-plugin.ui,
19106         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19107         Implemented "Open with" file manager submenu. Displays error message
19108         when file can not be opened.
19109         
19110         * plugins/file-manager/an_file_view.c: Renamed
19111         file_manager_current_filename value name to file_manager_current_uri
19112         and exports proper URI.
19113         
19114         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
19116 2004-09-19  Naba Kumar  <naba@gnome.org>
19118         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
19119         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
19120         save point signal to change editor tabs. Fixed accels.
19121         
19122         * plugins/file-loader/plugin.c: Fixed accels.
19124         * plugins/project-manager/plugin.c: Added target selection callback.
19125         
19126         * plugins/project-manager/plugin.c: Added URI activation.
19127         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
19128         Fixed dialog and closed it on ok. Fixed a crash bug.
19129         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
19131         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
19132         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
19133         plugins/file-loader/anjuta-loader-plugin.ui,
19134         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
19135         Added recent files in file loade plugin.
19136         
19137         * ChangeLog: Fixed entry dates.
19138         
19139 2004-09-18  Naba Kumar  <naba@gnome.org>
19141         * plugins/devhelp/plugin.c: Added UI sensitization and removed
19142         an unnecessary GtkFrame.
19143         
19144 2004-09-17  Naba Kumar  <naba@gnome.org>
19146         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
19148         * TODO: Updated.
19149         
19150         * data/Makefile.am: Disabled installing old mime info.
19151         
19152         * mime/anjuta.applications, mime/anjuta.keys: Updated.
19153         
19154         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
19155         plugins/editor/anjuta-document-manager.ui,
19156         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19157         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
19158         Added Editor context popup menu.
19159         
19160         * plugins/project-manager/anjuta-project-manager-plugin.png:
19161         Update image.
19162         
19163         * plugins/project-manager/anjuta-project-manager.plugin.in:
19164         Support .anjuta mime type.
19165         
19166         * plugins/project-manager/plugin.c: Exports "project_root_directory"
19167         value.
19168         
19169         * plugins/file-manager/plugin.c: Watches "project_root_directory"
19170         value.
19171         
19172         * src/layout.xml, plugins/profile-default/plugin.c:
19173         Added project manager plugin for startup.
19175 2004-09-16  Naba Kumar  <naba@gnome.org>
19176         
19177         * anjuta.prj: Updated.
19178         
19179         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
19180         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
19181         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
19182         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
19183         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
19184         plugins/terinal/Makefile.am, src/Makefile.am,
19185         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
19186         Fixed makefile syntax errors.
19188 2004-09-16  Naba Kumar  <naba@gnome.org>
19190         * configure.in, src/layout.xml,
19191         plugins/profile-default/plugin.c,
19192         libanjuta/interfaces/libanjuta.idl,
19193         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
19194         
19195         * configure.in, plugins/Makefile.am,
19196         plugins/project-manager/.cvsignore, 
19197         plugins/project-manager/Makefile.am,
19198         plugins/project-manager/anjuta-project-manager-plugin.png,
19199         plugins/project-manager/anjuta-project-manager.plugin.in,
19200         plugins/project-manager/anjuta-project-manager.ui,
19201         plugins/project-manager/plugin.c,
19202         plugins/project-manager/plugin.h: Added project manager plugin
19203         based on gnome-build.
19204         
19205         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
19206         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
19207         
19208         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
19209         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19210         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
19211     
19212 2004-09-16  Naba Kumar  <naba@gnome.org>
19214         * plugins/editor/action-callbacks.c: Fixed compile error.
19215         
19216 2004-09-15  Naba Kumar  <naba@gnome.org>
19218         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
19219         
19220         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
19221         New improved splace with nicer progress.
19222         
19223         * configure.in, plugins/Makefile.am,
19224         (added) file-wizard/.cvsignore,
19225         (added) file-wizard/Makefile.am,
19226         (added) file-wizard/action-callbacks.c,
19227         (added) file-wizard/action-callbacks.h,
19228         (added) file-wizard/anjuta-file-wizard-plugin.png,
19229         (added) file-wizard/anjuta-file-wizard.glade,
19230         (added) file-wizard/anjuta-file-wizard.plugin.in,
19231         (added) file-wizard/anjuta-file-wizard.ui,
19232         (added) file-wizard/file.c,
19233         (added) file-wizard/file.h,
19234         (added) file-wizard/plugin.c,
19235         (added) file-wizard/plugin.h:
19236         Created new file wizard and added it. The wizard takes care of text
19237         bit insertions and new files creation.
19239         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19240         plugins/editor/action-callbacks.h,
19241         plugins/editor/anjuta-document-manager.glade,
19242         plugins/editor/anjuta-document-manager.ui,
19243         plugins/editor/plugin.c, plugins/editor/text_editor.c,
19244         (removed) plugins/editor/file.[c,h]: Removed text insertions and
19245         new files code and moved into a new plugin (file wizard).
19246         
19247         * libanjuta/plugins.[c,h]: Added plugins selection function.
19248         
19249         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
19250         get_position(), insert() in IAnjutaEditor interface. Added
19251         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
19252         interface (for wizard plugins).
19254         * plugins/file-loader/anjuta-loader-plugin.ui,
19255         plugins/file-loader/plugin.c: Added wizard launcher interface which
19256         scans for plugins implement IAnjutaWizard interface and presents the
19257         list to user for selection. The selected plugin is then activated
19258         for the wizard.
19260         * libanjuta/interfaces/.cvsignore: Updated.
19261         * plugins/message-view/.cvsignore: Updated.
19262         * plugins/launcher/*: Removed as launcher has already been moved to
19263         libanjuta as class.
19265         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19266         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19267         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19268         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19269         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
19270         Updated API documentations.
19272 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
19274         * configure.in: Added Punjabi to ALL_LINGUAS
19276 2004-07-29  Naba Kumar  <naba@gnome.org>
19278         * configure.in: Added file-loader plugin Makefile path and
19279         fixed devhelp version requirement.
19281 2004-07-28  Naba Kumar  <naba@gnome.org>
19283         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
19284         terminal/preferences-terminal.png (added), message-view/*.png (added),
19285         message-view/*.xpm (added), editor/*.png (added),
19286         editor/*.xpm (added), plugins/editor/Makefile.am,
19287         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
19288         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
19289         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
19290         respective plugins directories.
19292         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
19293         pixmaps/block-end-16.png, pixmaps/block-end.png
19294         pixmaps/block-start-16.png, pixmaps/block-start.png
19295         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
19296         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
19297         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
19298         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
19299         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
19300         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
19301         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
19302         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
19303         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
19304         pixmaps/preferences-editor.png, pixmaps/undock.png
19305         pixmaps/error-next-16.png, pixmaps/error-next.png
19306         pixmaps/error-prev-16.png, pixmaps/error-prev.png
19307         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
19308         pixmaps/preferences-terminal.png: Deleted
19310         * libanjuta/properties* (removed), plugins/editor/properties* (added),
19311         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
19312         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
19313         plugins/editor/anjuta-document-manager.plugin.in,
19314         plugins/editor/anjuta-document-manager.ui,
19315         plugins/editor/plugin.c, plugins/editor/print.c,
19316         plugins/editor/search-replace_backend.c,
19317         plugins/editor/search_preferences.h,
19318         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
19319         Moved properties souce files to editor plugin as it not required in
19320         libanjuta. Other editor fixes.
19322         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
19323         libegg/dock/* (removed)
19324         : Restored GDL external dependencies and removed libegg dock
19325         sources, because gdl is being developed.
19326         
19327         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
19328         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
19329         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
19330         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
19331         libanjuta/plugins.c, libanjuta/plugins.h,
19332         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
19333         gconf system. Shell now takes docking positions. Added more utility
19334         functions. Added plugins query function. And other fixes.
19336         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
19337         
19338         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
19339         plugin to load files based on mime type.
19340         
19341         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
19342         
19343         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
19344         plugins/file-manager/plugin.c: File manager now uses file loader to
19345         open files.
19347         * plugins/message-view/anjuta-msgman.c,,
19348         plugins/message-view/message-view.c,
19349         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
19351         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
19352         plugins/terminal/terminal.c, src/Makefile.am,
19353         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
19354         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
19355         
19356         * libegg/dock/*: Removed directory.
19357         
19358 2004-07-28  Naba Kumar  <naba@gnome.org>
19360         * configure.in: Reduced gnome-print version requirement.
19361         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
19363 2004-07-21  Ray Strode  <rstrode@redhat.com>
19364         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
19365         new mime sytem.
19367 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
19368         
19369         * plugins/editor/search-replace.c: Some fixes
19370         * plugins/terminal/Makefile.am:
19371         Patch from: Alexey Rusakov <ktirf@users.sf.net>
19373 2004-05-19  Naba Kumar  <naba@gnome.org>
19375         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
19376         compiler warning.
19378 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
19380         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
19381         Implemented IAnjutaSavable
19382         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
19384 2004-05-17  Naba Kumar  <naba@gnome.org>
19386         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
19387         plugins/build-basic-autotools/.cvsignore,
19388         plugins/build-basic-autotools/Makefile.am,
19389         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
19390         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
19391         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
19392         plugins/build-basic-autotools/build-basic-autotools.c,
19393         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
19394         build plugin.
19395         
19396         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
19397         definition.
19398         
19399         * plugins/file-manager/an_file_view.c,
19400         plugins/file-manager/anjuta-file-manager.ui,
19401         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
19402         Added context menu UI.
19403         
19404         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
19405         in view menu.
19407 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
19408         
19409         * libanjuta/anjuta-preferences.[ch]: 
19410         Added save/load_gconf functions
19411         * src/action_callbacks.[ch], src/preferences.c: 
19412         Load global prefs from gconf at startup and save them
19413         on exit. Prefs load and save correctly but something resets
19414         them to default after loading...
19415         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
19416         Somehow the linker does not find save/load_gconf functions
19417         in libanjuta. Must be a stupid mistake, I would be glad
19418         if someone could fix that.
19419         * manuals/reference/libanjuta-sections.txt: Added new
19420         preferences functions and removed gnome-filelist
19421         * plugins/file-manager/anjuta-file-manager-plugin.glade:
19422         * plugins/file-manager/plugin.c:
19423         Added root-path property
19425 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
19426         
19427         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
19428         they are not longer needed.
19429         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
19430         anjuta-sections.txt: Remove references to the files
19431         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
19432         Use new nautilus icons for file-manager, looks incredible
19433         cool!
19435 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19436         
19437         * plugins/editor/anjuta-docman.c: gchar* to 
19438         const gchar* in arguments
19439         * plugins/editor/text_editor.c: Implemented IAnjutaFile
19440         Interface
19441         * plugins/file-manager/an_file_view.c: Open files on
19442         double-click. Does not work yet because it does not
19443         find IAnjutaFile interface in document manager
19445 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
19446         
19447         * plugins/editor/anjuta-docman.c
19448         * plugins/editor/text_editor.c:
19449         Made close button working, made multiple selection in
19450         File/Open dialog possble, fixed crash bug if file cannot
19451         be opened.
19453 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19454         
19455         * plugins/editor/action-callbacks.c
19456         * plugins/editor/anjuta-docman.c
19457         * plugins/editor/anjuta-docman.h
19458         * plugins/editor/search-replace.c
19459         * plugins/editor/search-replace_backend.c
19460         * plugins/editor/text_editor.c
19461         * plugins/editor/text_editor.h:
19462         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
19463         able to open all files, use uri instead of full_filename, fixed
19464         many bugs.
19467 2004-05-13  Naba Kumar  <naba@gnome.org>
19469         * plugins/message-view/anjuta-message-manager-plugin.glade:
19470         HIG compliant.
19472         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
19473         management.
19475         * pixmaps/anjuta_splash.png: Added border.
19476         
19477         * plugins/editor/anjuta-document-manager.png: New icon.
19478         
19479         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
19480         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
19481         
19482         plugins/editor/Makefile.am,
19483         plugins/editor/search-replace.c,
19484         plugins/editor/search-replace.h,
19485         plugins/editor/search-replace_backend.c,
19486         plugins/editor/search-replace_backend.h,
19487         plugins/editor/search_preferences.h,
19488         plugins/editor/search_preferences.c: Merged changes from
19489         ANJUTA_1_2_0 branch.
19490         
19491         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
19492         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
19493         operational.
19495         * plugins/terminal/Makefile.am,
19496         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
19497         dialog.
19498         
19499         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
19500         submenu.
19502 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
19503         * plugins/message-view/plugin.c: Fixed glade file loading
19504         Removed "Show messages" menu item
19505         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
19506         twice because of this load system layout hack.
19507         * libanjuta/anjuta-ui.h: Removed #include config.h
19508         * libanjuta/libanjuta.pc: Fixed path and depencies
19509         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
19510         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
19511         * libanjuta/properties.cxx : #include "properties_cxx.h"
19512         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
19514 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19515         * plugins/message-view/*: Fixed message view preferences
19516         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
19517         * anjuta.glade: Removed messages stuff
19519 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
19520         
19521         * Removed libanjutamm, it is now hosted on SF.net:
19522         cvs.sf.net/cvsroot/anjuta/libanjutamm
19524 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
19525         
19526         * libanjutamm/*
19527         Added some experimental code to add support for C++ plugins.
19528         Nothing works yet and it is likely that it will disappear but
19529         I have some questions to murrayc and he wants to see the code.
19531 2004-05-11  Naba Kumar  <naba@gnome.org>
19533         * plugins/terminal/terminal.c: Fixed prefs loading bug.
19535         * plugins/editor/action-callbacks.c: Fixed a crash bug in
19536         hightlight style menu actions.
19538         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19539         manuals/reference/libanjuta/plugin-description-file.sgml,
19540         manuals/reference/libanjuta/writing-plugins.sgml,
19541         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19542         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19543         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
19545         * src/anjuta-app.c: Always load system layout for now.
19547         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
19548         
19549         * manuals/reference/libanjuta/libanjuta-docs.sgml,
19550         manuals/reference/libanjuta/libanjuta-sections.txt,
19551         manuals/reference/libanjuta/libanjuta.types,
19552         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19553         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19554         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19555         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19556         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19557         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
19558         Updated documentation.
19560         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
19561         plugins/profile-default/plugin.c, src/layout.xml:
19562         Created terminal plugin.
19563          
19564         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
19565         (new) plugins/file-manager/.cvsignore,
19566         plugins/file-manager/an_file_view.c,
19567         plugins/file-manager/plugin.c,
19568         plugins/file-manager/plugin.h: Moved preferences to separate
19569         glade file and added cvsignore file.
19570         
19571         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
19572         from ANJUTA_1_2_0 branch. Please note that other po files need merging
19573         from the branch. I tried it     but there were way too many conflicts.
19574         
19575         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
19576         
19577         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
19578         util functions required during the merge.
19579         
19580         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
19581         interface.
19582         
19583         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
19584         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
19585         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
19586         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
19587         Merged with ANJUTA_1_2_0 branch.
19589 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
19591         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
19593 2004-05-07  Naba Kumar  <naba@gnome.org>
19595         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
19597         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
19598         Added preferences reading and loading.
19599         
19600         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
19601         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
19602         libanjuta/fileselection.c, libanjuta/fileselection.h,
19603         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
19604         
19605         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
19607         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
19608         anjuta.spec.in, configure.in, data/autogen.sh.generic,
19609         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
19610         data/macros/autogen.sh, data/macros2/autogen.sh
19611         data/properties/ada.properties, data/properties/anjuta.properties,
19612         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
19613         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
19614         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
19615         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
19616         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
19617         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
19618         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
19619         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
19620         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
19621         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
19622         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
19623         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
19624         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
19625         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
19626         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
19627         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
19628         plugins/class-gen/clsGen.c, plugins/editor/print.c,
19629         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
19630         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
19631         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19632         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
19633         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
19634         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
19635         (added) scintilla/scintilla-marshal.c,
19636         (added) scintilla/scintilla-marshal.h,
19637         (added) scintilla/scintilla-marshal.list,
19638         scintilla/include/SString.h, scintilla/include/SciLexer.h,
19639         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
19640         (added) scintilla/patches/scintilla-calltip-align.patch,
19641         (added) scintilla/patches/scintilla-minor.patch,
19642         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
19644 2004-05-06  Naba Kumar  <naba@gnome.org>
19646         * (added) plugins/file-manager/Makefile.am,
19647         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
19648         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
19649         (added) plugins/file-manager/anjuta-file-manager.ui,
19650         (added) plugins/file-manager/plugin.c,
19651         (added) plugins/file-manager/plugin.h,
19652         (removed) plugins/file-manager/an_file_view.h,
19653         plugins/Makefile.am, configure.in,
19654         plugins/file-manager/an_file_view.c: Created file manager plugin.
19655         
19656         * plugins/profile-default/plugin.c: Added file manager plugin in default
19657         profile.
19658         
19659         * libanjuta/Makefile.am: Fixed dependencies.
19660         * pixmaps/anjuta_splash.png: New splash screen.
19662 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
19663         
19664         * template/template.c/h: Added in-line doc
19665         * manuals/reference/template/*: Added template documentation
19666         * configure.in: Build template docs
19668 2004-05-05  Naba Kumar  <naba@gnome.org>
19670         * autogen.sh: Added commands to generate initial interfaces.
19671         
19672         * libanjuta/Makefile.am,
19673         (removed)libanjuta/anjuta-plugin-parser.c,
19674         (removed)libanjuta/anjuta-plugin-parser.h,
19675         (added)libanjuta/anjuta-plugin-description.c,
19676         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
19677         plugin description.
19678         
19679         * libanjuta/anjuta-plugin.c,
19680         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
19681         
19682         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
19683         and added AnjutaShellPlacement enum for widgeds placement (passed to 
19684         widget add_widget() method.
19685         
19686         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
19687         and moved plugin sets loading in profile plugins.
19688         
19689         * libanjuta/interfaces/.cvsignore,
19690         (removed)libanjuta/interfaces/Makefile.am,
19691         libanjuta/interfaces/libanjuta.idl,
19692         libanjuta/interfaces/anjuta-idl-compiler.pl,
19693         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
19694         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
19695         (removed)libanjuta/interfaces/ianjuta-editor.c,
19696         (removed)libanjuta/interfaces/ianjuta-editor.h,
19697         (removed)libanjuta/interfaces/ianjuta-file.c,
19698         (removed)libanjuta/interfaces/ianjuta-file.h,
19699         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
19700         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
19701         (removed)libanjuta/interfaces/ianjuta-message-view.c,
19702         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
19703         *.h and Makefile.am files. They are autogenerated. Interfaces are
19704         by anjuta-idl-compiler.pl from libanjuta.idl file.
19705         
19706         * manuals/reference/libanjuta/Makefile.am,
19707         manuals/reference/libanjuta/anjuta-architecture.sgml,
19708         manuals/reference/libanjuta/libanjuta-docs.sgml,
19709         manuals/reference/libanjuta/libanjuta-sections.txt,
19710         manuals/reference/libanjuta/libanjuta.types,
19711         manuals/reference/libanjuta/plugin-description-file.sgml,
19712         manuals/reference/libanjuta/writing-plugins.sgml,
19713         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
19714         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
19715         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19716         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19717         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19718         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
19719         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
19720         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
19721         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
19722         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
19723         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19724         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19725         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
19726         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
19727         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
19728         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
19729         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
19730         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
19731         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
19732         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
19733         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
19734         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19735         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
19736         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
19737         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
19738         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
19739         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
19740         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
19741         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
19742         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
19743         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
19744         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19745         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
19746         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
19747         interfaces template sgmls.
19748         
19749         * plugins/Makefile.am,
19750         plugins/devhelp/anjuta-devhelp.plugin.in,
19751         plugins/devhelp/plugin.c,
19752         plugins/editor/action-callbacks.c,
19753         plugins/editor/anjuta-document-manager.plugin.in,
19754         plugins/editor/plugin.c,
19755         plugins/editor/plugin.h,
19756         plugins/editor/text_editor.c,
19757         plugins/sample1/plugin.c,
19758         plugins/message-view/anjuta-message-manager.plugin.in,
19759         plugins/message-view/plugin.c: Fixed shell add_widget method to take
19760         placement. Fixed other errors.
19761         
19762         * (added)plugins/profile-default/.cvsignore,
19763         (added)plugins/profile-default/Makefile.am,
19764         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
19765         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
19766         (added)plugins/profile-default/anjuta-default-profile.ui,
19767         (added)plugins/profile-default/plugin.c,
19768         (added)plugins/profile-default/plugin.h: Added a default new
19769         profile plugin.
19770         
19771         * src/Makefile.am,
19772         src/action-callbacks.c,
19773         src/anjuta-app.c,
19774         src/anjuta.c,
19775         src/main.cpp: Fixed necessary changes for libanjuta
19777 2004-05-04  Naba Kumar  <naba@gnome.org>
19779         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
19780         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
19781         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
19782         placement for default widgets placements.
19784 2004-05-03  Naba Kumar  <naba@gnome.org>
19786         * manuals/reference/libanjuta/anjuta-architecture.sgml,
19787         manuals/reference/libanjuta/libanjuta-docs.sgml,
19788         manuals/reference/libanjuta/plugin-description-file.sgml,
19789         manuals/reference/libanjuta/writing-plugins.sgml:
19790         Wrote more sections in writing-plugins document and fixed errors.
19792 2004-05-03  Naba Kumar  <naba@gnome.org>
19794         * libanjuta/interfaces/libanjuta.idl: Added interface
19795         IAnjutaFileManager.
19796         
19797         * manuals/reference/libanjuta/anjuta-architecture.dia,
19798         manuals/reference/libanjuta/anjuta-architecture.png: Updated
19799         architecture diagram.
19800         
19801         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
19802          manuals/reference/libanjuta/libanjuta-docs.sgml,
19803         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
19804         (added) manuals/reference/libanjuta/writing-plugins.sgml:
19805         Wrote writing-plugins document and separated chapters into
19806         separate sgml files.
19807         
19808         * plugins/file-manager/an_file_view.c,
19809         plugins/file-manager/an_file_view.h: New and improved directory
19810         rendering.
19812 2004-05-02  Sven Herzberg  <herzi@abi02.de>
19814         * anjuta.glade: re-designed the new file dialog
19815         * anjuta_dialogs_strings.c: new strings from the new file dialog
19817 2004-04-30  Naba Kumar  <naba@gnome.org>
19819         * libanjuta/interfaces/Makefile.am.iface,
19820         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
19821         
19822         * libanjuta/interfaces/libanjuta.idl: Updated.
19824         * libanjuta/interfaces/Makefile.am.iface,
19825         libanjuta/interfaces/libanjuta.idl: Updated.
19827 2004-04-29  Naba Kumar  <naba@gnome.org>
19828         
19829         * libanjuta/interfaces/Makefile.am.iface,
19830         libanjuta/interfaces/libanjuta.idl: Updated.
19832 2004-04-29  Naba Kumar  <naba@gnome.org>
19834         * libanjuta/interfaces/giface-idlc-c.pl,
19835         libanjuta/interfaces/libanjuta.idl: Upgraded.
19836         * libanjuta/interfaces/Makefile.am.iface: Added.
19837         
19838 2004-04-28  Naba kumar  <naba@gnome.org>
19840         * libanjuta/interfaces/giface-idlc-c.pl,
19841         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
19842         definitions and wrote a compiler.
19843         
19844 2004-04-28  Naba Kumar  <naba@gnome.org>
19846         * libanjuta/anjuta-shell.c: Fixed docs.
19847         * libanjuta/interfaces/Makefile.am,
19848         libanjuta/interfaces/ianjuta-file.c,
19849         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
19850         
19851         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
19852         
19853         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
19855         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19856         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19857         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19858         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19859         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
19860         * src/anjuta-app.c: Fixed bug.
19862 2004-04-27  Naba Kumar  <naba@gnome.org>
19864         * libanjuta/anjuta-preferences-dialog.c,
19865         manuals/Makefile.am: Fixed document bugs and enabled docs
19866         building.
19868         * libanjuta/anjuta-preferences-dialog.c,
19869         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
19870         More documentation.
19871         
19872         * libanjuta/anjuta-preferences.c,
19873         manuals/reference/libanjuta/libanjuta-docs.sgml,
19874         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19875         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19876         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19877         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19878         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
19879         Wrote more documentations.
19881         * (removed) plugins/message-view/imessage-view.c,
19882         (removed) plugins/message-view/ianjuta-msgman.c,
19883         plugins/message-view/Makefile.am,
19884         plugins/message-view/anjuta-msgman.c,
19885         plugins/message-view/anjuta-msgman.h,
19886         plugins/message-view/message-view.c,
19887         plugins/message-view/message-view.h,
19888         plugins/message-view/plugin.c,
19889         plugins/message-view/plugin.h: Moved interface implementations
19890         in their respective classes and used correct macros to
19891         defined class types.
19893         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
19894         src/action-callbacks.c, src/anjuta-app.c: Subclassed
19895         AnjutaUI from GtkUIManager instead of GtkDialog.
19897         * manuals/reference/libanjuta/Makefile.am,
19898         manuals/reference/libanjuta/libanjuta-docs.sgml,
19899         manuals/reference/libanjuta/libanjuta-sections.txt,
19900         manuals/reference/libanjuta/libanjuta.types,
19901         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19902         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19903         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19904         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19905         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19906         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
19907         Wrote more documentation, fixed typos, added architecture
19908         diagram, updated object types etc.
19910         * plugins/editor/text_editor.c: Fixed interface implementation.
19912 2004-04-26  Naba Kumar  <naba@gnome.org>
19914         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
19915         (added) manuals/reference/libanjuta/anjuta-architecture.png,
19916         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
19917         architecture diagram and a new chapter on plugins description file.
19919 2004-04-25  Naba Kumar  <naba@gnome.org>
19921         *  libanjuta/anjuta-children.h,
19922         libanjuta/anjuta-plugin.c,
19923         libanjuta/anjuta-plugin.h,
19924         libanjuta/anjuta-preferences.c,
19925         libanjuta/anjuta-shell.c,
19926         libanjuta/anjuta-shell.h,
19927         libanjuta/e-splash.c,
19928         libanjuta/e-splash.h,
19929         manuals/reference/libanjuta/Makefile.am,
19930         manuals/reference/libanjuta/libanjuta-docs.sgml,
19931         manuals/reference/libanjuta/libanjuta-sections.txt,
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         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
19954         manuals/reference/libanjuta/tmpl/e-splash.sgml,
19955         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
19956         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
19957         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
19958         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
19960         Added more template files and wrote more documentation.
19962 2004-04-24  Andras Timar  <timar@gnome.hu>
19964         * configure.in: Added hu to ALL_LINGUAS.
19966 2004-04-23  Naba Kumar  <naba@gnome.org>
19967         
19968         * configure.in: Fixed compile error.
19969         
19970         * libanjuta/anjuta-children.c,
19971         libanjuta/anjuta-children.h,
19972         libanjuta/anjuta-preferences.c,
19973         libanjuta/anjuta-preferences.h,
19974         libanjuta/anjuta-shell.c,
19975         libanjuta/anjuta-ui.c,
19976         libanjuta/anjuta-ui.h,
19977         manuals/reference/libanjuta/Makefile.am,
19978         manuals/reference/libanjuta/libanjuta-docs.sgml,
19979         manuals/reference/libanjuta/libanjuta.types,
19980         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19981         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19982         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19983         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19984         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19985         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
19986         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19987         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19988         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19989         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19990         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19991         manuals/reference/libanjuta/tmpl/defaults.sgml,
19992         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19993         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19994         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
19995         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
19996         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19997         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19998         manuals/reference/libanjuta/tmpl/plugins.sgml,
19999         manuals/reference/libanjuta/tmpl/properties.sgml,
20000         manuals/reference/libanjuta/tmpl/resources.sgml,
20001         plugins/sample1/plugin.c: Added libanjuta API documentation.
20003 2004-04-22  Naba Kumar  <naba@gnome.org>
20005         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
20006         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20007         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
20008         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
20009         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
20010         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
20011         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
20012         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
20013         (removed) libegg/eggradiotoolbutton.c,
20014         (removed) libegg/eggseparatortoolitem.c,
20015         (removed) libegg/eggtoggletoolbutton.c,
20016         (removed) libegg/eggtoolbar.c,
20017         (removed) libegg/eggtoolbutton.c,
20018         (removed) libegg/eggtoolitem.c,
20019         (removed) libegg/prop-editor.c,
20020         (removed) libegg/test-actions.c,
20021         (removed) libegg/test-drag.c,
20022         (removed) libegg/test-merge.c,
20023         (removed) libegg/test-toolbar.c,
20024         libegg/menu/Makefile.am,
20025         (removed) libegg/menu/egg-accel-dialog.h,
20026         (removed) libegg/menu/egg-action-group.h,
20027         (removed) libegg/menu/egg-action.h,
20028         libegg/menu/egg-entry-action.h,
20029         (removed) libegg/menu/egg-markup.h,
20030         (removed) libegg/menu/egg-menu-merge.h,
20031         (removed) libegg/menu/egg-menu.h,
20032         (removed) libegg/menu/egg-radio-action.h,
20033         (removed) libegg/menu/egg-toggle-action.h,
20034         (removed) libegg/menu/howitshouldwork.txt,
20035         (removed) libegg/toolbar/.cvsignore,
20036         (removed) libegg/toolbar/Makefile.am,
20037         (removed) libegg/toolbar/TODO,
20038         (removed) libegg/toolbar/eggradiotoolbutton.h,
20039         (removed) libegg/toolbar/eggseparatortoolitem.h,
20040         (removed) libegg/toolbar/eggtoggletoolbutton.h,
20041         (removed) libegg/toolbar/eggtoolbar.h,
20042         (removed) libegg/toolbar/eggtoolbutton.h,
20043         (removed) libegg/toolbar/eggtoolitem.h,
20044         (removed) libegg/toolbar/prop-editor.h,
20045         (removed) libegg/toolbar/toolbar-api.txt,
20046         (removed) libegg/toolbar/toolbar-ideas.txt,
20047         plugins/devhelp/anjuta-devhelp.ui,
20048         plugins/devhelp/plugin.c,
20049         plugins/editor/action-callbacks.c,
20050         plugins/editor/action-callbacks.h,
20051         plugins/editor/anjuta-docman.c,
20052         plugins/editor/anjuta-document-manager.ui,
20053         plugins/editor/plugin.c,
20054         P plugins/message-view/Makefile.am,
20055         plugins/message-view/anjuta-message-manager.ui,
20056         plugins/message-view/plugin.c,
20057         plugins/sample1/anjuta-sample.ui,
20058         plugins/sample1/plugin.c,
20059         src/action-callbacks.c,
20060         src/action-callbacks.h,
20061         src/anjuta-actions.h,
20062         src/anjuta-app.c,
20063         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
20064         Gtk actions and UIManager. Fixed all plugins to use this.
20065         
20066         * manuals/reference/gtkdoc-scangobj.diff,
20067         manuals/reference/libanjuta/Makefile.am,
20068         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20069         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20070         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20071         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20072         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
20074         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
20075         
20076 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
20077         
20078         * plugins/message-view/imessage-view.c
20079         * plugins/message-view/ianjuta-msgman.c:
20080         Added interfaces
20082 2004-04-17  Adam Weinberger  <adamw@gnome.org>
20084         * configure.in: Added en_CA to ALL_LINGUAS.
20086 2004-04-08  Naba Kumar  <naba@gnome.org>
20088         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
20089         libanjuta/interfaces/Makefile.am,
20090         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
20091         message manager and message view interfaces.
20093         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
20094         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
20095         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
20096         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
20097         src/anjuta-app.c: Used 'activate' and
20098         'deactivate' virtual methods for plugins. Fixed installed plugins
20099         dialogs. Added remove_widget() method for AnjutaShell.
20101         * libanjuta/interfaces/Makefile.am,
20102         libanjuta/interfaces/ianjuta-document-manager.c,
20103         libanjuta/interfaces/ianjuta-document-manager.h,
20104         libanjuta/interfaces/ianjuta-editor.c,
20105         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
20106         and editor interfaces.
20108         * plugins/devhelp/plugin.c,
20109         plugins/message-view/anjuta-message-manager.plugin.in,
20110         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
20111         plugins/sample1/plugin.c: Updated plugins implementation to
20112         reflect the changes.
20114 2004-04-07  Naba Kumar  <naba@gnome.org>
20116         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
20117         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
20118         libanjuta/interfaces/ianjuta-editor.h,
20119         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
20120         plugins/editor/anjuta-docman.c,
20121         plugins/editor/anjuta-document-manager.plugin.in,
20122         plugins/editor/plugin.c, plugins/sample1/plugin.c,
20123         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
20124         Added supported interfaces for plugins. Tested plugin interfaces
20125         through sample plugin.
20126         
20127 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
20128         
20129         * template/Makefile.am, data/templates/library/Makefile.am
20130         Fixed some automake-1.7 incompatibilities
20131         * template/xmltemplate.c: Small fix
20133 2004-02-23  Naba Kumar  <naba@gnome.org>
20135         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
20136         Added plugins manager dialog.
20137         
20138         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
20139         library dependencies.
20140         
20141         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
20142         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
20143         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
20144         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
20145         geometry command line option.
20146         
20147 2004-02-16  Naba Kumar  <naba@gnome.org>
20149         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
20150         Added interfaces and IAnjutaEditor editor interface.
20151         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
20152         interface.
20153         * libanjuta/anjuta-shell.h: Fixed bug.
20154         
20155 2004-02-13  Naba Kumar  <naba@gnome.org>
20157         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
20158         
20159 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
20160         
20161         * data/template/*/.cvsignore:
20162         Avoid all these ? in cvs output
20164 2004-02-13  Naba Kumar  <naba@gnome.org>
20166         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
20167         includes and linking.
20169         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
20170         and set required version to devhelp 0.8. This devhelp version
20171         can be acquired from gnome cvs branch devhelp branch
20172         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
20174         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
20175         src/actions-callbacks.c: Added Dock Manager settings menu item.
20177         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
20178         * plugins/devhelp/plugin.c: Fixed a linking bug.
20179         
20180         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
20181         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
20182         external GDL dependency and used libegg codes.
20183         
20184 2004-02-12  Naba Kumar  <naba@gnome.org>
20186         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
20187         Added devhelp plugin, but it can't be used without a
20188         patch in devhelp. So it's disabled for now.
20190         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
20191         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
20192         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
20193         Update cvsignore files.
20195         * libanjuta/plugins.c, widgets/e-splash.c:
20196         Fixed plugins loading to show splash icons.
20197         
20198         * plugins/message-view/anjuta-message-manager.plugin.in,
20199         plugins/message-view/plugin.c: Fixed plugin registered name.
20201         * plugins/message-view/anjuta-message-view.png,
20202         plugins/sample1/anjuta-sample-plugin.png: Update images.
20204         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
20205         src/main.c: Fixed layout loading.
20207         * plugins/devhelp/Makefile.am: Fixed error.
20209         * (removed) widgets/*, libanjuta/plugins.h,
20210         src/main.c: Transfered widgets to libanjuta/.
20211         
20212         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
20213         toplevel directory to created only one library as libanjuta-egg.
20215         * data/Makefile.am: Fixed build error.
20217         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
20218         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
20219         libegg/.cvsignore: Added egg dock widget.
20221         * gdl/*: Removed as they are now available in libegg.
20222         
20223 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
20225         * plugins/editor/anjuta-docman.c:
20226         Use stock close icon on tab close button
20228 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
20229         
20230         * data/template/Makefile.am
20231         data/template/language/Makefile.am
20232         data/template/library/Makefile.am
20233         data/template/text/Makefile.am
20234         data/template/project/Makefile.am
20235         data/template/project/terminal/Makefile.am
20236         configure.in: Created Makefile to install templates
20238 2004-02-11  Naba Kumar  <naba@gnome.org>
20240         * plugins/editor/action-callbacks.c,
20241         plugins/editor/anjuta-document-manager.ui,
20242         plugins/editor/plugin.c
20243         plugins/message-view/anjuta-message-manager.ui,
20244         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
20245         
20246 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
20247         
20248         * plugins/message-view/*: MessageView plugin is now loaded
20249         The menu items are still dummies.
20251 2004-02-09  Naba Kumar  <naba@gnome.org>
20253         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
20254         generation.
20255         
20256         * libanjuta/anjuta-preferences.h: Added some documentation.
20257         
20258         * libanjuta/anjuta-shell.h: Removed dead codes.
20259         
20260         * (removed) manuals/reference/gtkdoc-scangobj,
20261         manuals/reference/gtkdoc-scangobj.diff,
20262         manuals/reference/libanjuta/.cvsignore,
20263         manuals/reference/libanjuta/Makefile.am,
20264         manuals/reference/libanjuta/README.inline-doc,
20265         manuals/reference/libanjuta/README.sections,
20266         manuals/reference/libanjuta/libanjuta-docs.sgml,
20267         manuals/reference/libanjuta/libanjuta-sections.txt,
20268         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
20269         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
20270         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
20271         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
20272         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
20273         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
20274         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
20275         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
20276         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
20277         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
20278         manuals/reference/libanjuta/tmpl/defaults.sgml,
20279         manuals/reference/libanjuta/tmpl/fileselection.sgml,
20280         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
20281         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
20282         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
20283         manuals/reference/libanjuta/tmpl/plugins.sgml,
20284         manuals/reference/libanjuta/tmpl/properties.sgml,
20285         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
20286         of scan program. Updated templates.
20288         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
20289         editor action callbacks data.
20290         
20291         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
20292         scintilla object ref/unref.
20294 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
20295         
20296         * template/*: Added new xml based template system
20297         * template/dtds/*: Dtds to validate xml files of the template systems
20298         * data/template/*: Some sample template files
20299         Still needs some work but builds fine!
20301 2004-02-06  Naba Kumar  <naba@gnome.org>
20303         * cofigure.in, manuals/Makefile.am,
20304         (added) manuals/reference/*: Added API documentation
20305         structure (gtk-doc based).
20307         * libanjuta/libanjuta.h: Updated
20308         
20309 2004-02-05  Naba Kumar  <naba@gnome.org>
20310         
20311         * configure.in: Sets correct dependencies and
20312         uses gdl external library.
20314         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
20315         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
20316         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
20317         libanjuta/fileselection.h, libanjuta/glue-factory.c,
20318         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
20319         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
20320         and added file dialogs.
20322         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
20323         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
20324         Build dynamic libraries for libegg.
20326         * plugins/Makefile.am, plugins/editor/Makefile.am,
20327         plugins/editor/action-callbacks.c, 
20328         plugins/editor/action-callbacks.h,
20329         plugins/editor/anjuta-docman.c,
20330         plugins/editor/anjuta-docman.h
20331         plugins/editor/anjuta-document-manager.plugin.in
20332         plugins/editor/anjuta-document-manager.png
20333         plugins/editor/anjuta-document-manager.ui
20334         plugins/editor/file.c
20335         plugins/editor/file.h
20336         plugins/editor/plugin.c
20337         plugins/editor/print.c
20338         plugins/editor/print.h
20339         plugins/editor/search-replace.c
20340         plugins/editor/search_incremental.c
20341         plugins/editor/search_incremental.h
20342         plugins/editor/text_editor.c
20343         plugins/editor/text_editor.h
20344         plugins/editor/text_editor_cbs.c
20345         plugins/editor/text_editor_menu.h
20346         plugins/sample1/Makefile.am
20347         plugins/sample1/anjuta-sample-plugin.png
20348         plugins/sample1/anjuta-sample.plugin.in
20349         plugins/sample1/anjuta-sample.ui
20350         plugins/sample1/plugin-sample1.c
20351         plugins/sample1/plugin.c
20352         plugins/sample1/plugin.h: Created sample
20353         plugin and fixed editor plugin.
20355         * printing/*: Removed.
20357         * scintilla/Makefile.am: Builds dynamic library.
20359         * src/Makefile.am, src/action-callbacks.c,
20360         src/action-callbacks.h, (removed) src/an_symbol_view.c,
20361         src/anjuta-actions.h, src/anjuta-app.c,
20362         src/anjuta-app.h, src/anjuta-callbacks.c,
20363         src/anjuta-callbacks.h, (removed) src/anjuta.c,
20364         (removed) src/anjuta.h, src/anjuta.ui,
20365         src/layout.xml, src/main.c, src/preferences.h,
20366         src/utilities.c: Debuggged and finally made plugins
20367         loadable.
20369         * global-tags/Makefile.am: Fixed build error.
20371 2004-02-03  Naba Kumar  <naba@gnome.org>
20373         * configure.in: Users GDL from external package.
20374         * plugins/*: Added many new plugins (not ready though).
20375         * src/*: Removed many files (which have been transfered in plugins/).
20376         
20377 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
20379         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20381 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20383         * configure.in: Added editor plugins
20384         
20385         * plugins/Makefile.am, src/search-replace_backend.h,
20386         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
20387         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
20388         
20389         * Added: plugins/editor/search_incremental.c, 
20390         plugins/editor/search_incremental.h
20392         * Update search-replace in plugins/editor
20393         
20394 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
20395         
20396         * plugins/message-view/message-view.c: Some code clean-up
20398 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20400         * Added: search_incremental[ch]
20401         
20402         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
20403         src/mainmenu_callbacks.c, src/toolbar.c
20404         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
20405         
20406         * Incremental Search
20408 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20409         
20410         * plugins/message-view/anjuta-msgman.[c/h]:
20411         Added message manager for easier message handling with a
20412         similar interface as docman. Of course you can still use
20413         MessageView standalone.
20414         * plugins/Makefile.am: Added message-view because it compiles
20415         without errors.
20417 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
20418         
20419         * plugins/message-view/*: Added message-view plugin 
20420         (still incomplete) 
20421         * configure.in: Added plugins/message-view/Makefile
20423 2004-01-03  Naba Kumar  <naba@gnome.org>
20425         * libanjuta/*.c: Added new files and updated old ones.
20426         * plugins/editor/*: Added editor plugin.
20427         * configure.in: Added editor plugin and moved editor related
20428         files into it.
20430 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
20432         * src/Makefile.am: Added search-replace_backend.[ch]
20433         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
20434         find_replace.[ch]
20435         * anjuta.glade, src/search-replace.c, src/search-replace.h,
20436         src/search-replace_backend.c, src/search-replace_backend.h,
20437         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
20438         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
20439         src/toolbar_callbacks.c
20440         * The advanced Search/Replace functionality now replaces the older
20441         Find/Replace stuff.
20442         * The Search/Replace functionality can be interrupted during a long
20443         Search/Replace;
20444         
20445 2003-12-11  Naba Kumar  <naba@gnome.org>
20447         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
20448         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
20449         errors.
20450         * Makefile.am, libanjuta/*: Added new module.
20451         * src/Makefile.am: Fixed linking error.
20452         * src/watch_cbs.c: Debugger clean up.
20453         * configure.in: Added libanjuta-2.0.pc
20455         * configure.in, libanjuta/Makefile.am,
20456         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
20457         libanjuta instead.
20459 2003-12-11  Naba Kumar  <naba@gnome.org>
20461         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20463         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
20464         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
20465         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
20466         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
20467         The user can now give a name at the creation of a new file and
20468         insert automatically (user choice) header, gpl notice, header
20469         template. The file extension is added automatically according
20470         to the selected type of file. The various insert functions have
20471         been moved from mainmenu-callback.c to file.c. The cursor is now
20472         moved after an insert operation. Removes also useless code in
20473         memory.c and search-replace.c
20474         
20475 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
20477         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
20478         sortable headers, process tree, removal of path and process params
20479         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
20480         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
20481         code cleanup
20483 2003-12-10  Naba Kumar  <naba@gnome.org>
20485         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
20486         
20487 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20489         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20491 2003-11-28  Naba Kumar  <naba@gnome.org>
20493         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
20494         
20495         * manuals/de/*: Added german translation docs.
20496         
20497         * configure.in, Makefile.am, src/Makefile.am,
20498         libegg/*/*: Added libegg library.
20499         
20500         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
20501         installation directory.
20502         
20503         * src/text_editor_cbs.c: Fixed closing of file.
20505 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20506                                                                                 
20507         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20509 2003-09-05  Naba Kumar  <naba@gnome.org>
20511         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
20512         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
20513         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
20514         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
20515         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
20516         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
20517         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
20518         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
20519         using libegg. Initial commit -- compiles but is not complete.
20521 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20523         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20525 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20527         * configure.in: Removed "ta" from ALL_LINGUAS.
20529 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
20531         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
20533 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
20535         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
20537 2004-04-24  Andras Timar  <tmar@gnome.hu>
20539         * configure.in: Added hu to ALL_LINGUAS.
20541 2004-04-14  Naba Kumar  <naba@gnome.org>
20543         * src/Makefile.am, printing/Makefile.am,
20544         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
20545         because we are still using GtkCombo and build breaks with gtk-2.4.
20546         
20547 2004-04-13  Naba Kumar  <naba@gnome.org>
20549         * NEWS: Updated.
20550         * anjuta.spec.in: Fixed build error.
20551         * po/POTFILES.in: Updated.
20552         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
20554 2004-04-11  Naba Kumar  <naba@gnome.org>
20556         * NEWS: Updated.
20557         * AUTHORS: Updated.
20558         * configure.in: Added ga in ALL_LINGUAS.
20559         * ChangeLog: Fixed dates.
20560         
20561 2004-04-09  Naba Kumar  <naba@gnome.org>
20563         * src/print.c: Fixed buffer styling bug when printing with
20564         selection.
20566         * data/properties/anjuta.properties: Defined only one base font and
20567         used courier instead of lucidatypewriter, because most newer systems are
20568         unlikely to have it (bug #885023, #925956, #890473).
20569         
20570         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
20571         warning.
20572         
20573         * src/an_file_view.c: Fixed possible crash bug.
20575 2004-04-07  Naba Kumar  <naba@gnome.org>
20577         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
20578         gtk_main_quit() etc..), so that atexit() functions are not called
20579         (which is apparently done to free up memory and we don't need to
20580         do that at this point). Incidentally, something also happens in the
20581         atexit call which freezes the UI for far too long when the application
20582         exits and we want to avoid that..
20583         * src/glade_iface.c: Fixed compiler warning.
20584         
20585 2004-04-06  Naba Kumar  <naba@gnome.org>
20587         * src/project_dbase_gui.c: Fixed errors.
20589         * src/registers_gui.c: Fixed possible crash bug.
20590         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
20591         * src/signals.[c,h]: Used tree view and glade file for dialog.
20592         * src/Makefile.am, src/about.c, src/an_file_view.c,
20593         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
20594         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
20595         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
20596         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
20597         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
20598         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
20599         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
20600         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
20601         src/launcher.h, src/main.c, src/main_menubar.c,
20602         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
20603         src/message-manager-private.cc, src/message-manager.cc,
20604         src/preferences.c, src/project_config.c, src/project_dbase.c,
20605         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
20606         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
20607         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
20608         src/search-replace.c, src/search-replace_backend.c,
20609         src/search_incremental.c, src/search_preferences.c,
20610         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
20611         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
20612         src/signals_gui.c, src/source.c, src/src_paths.c,
20613         src/stack_trace.c, src/start-with.c, src/style-editor.c,
20614         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
20615         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
20616         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
20617         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
20618         tagmanager/Makefile.am, scintilla/include/SString.h,
20619         widgets/Makefile.am, widgets/gnomefilelist.c:
20621         Removed all deprecated codes and substituted
20622         with newer APIs. Fixed some possible crash bugs where cell renderers
20623         were being shared.
20624         
20625         * scintilla/patches/scintilla-minor.patch: Minor patch.
20627 2004-04-06  Naba Kumar  <naba@gnome.org>
20629         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
20630         tree after all the files have been added (and not everytime a file
20631         is added in the project). Also fixed some memory corruption
20632         (possibly bug #900478).
20633         
20634         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
20635         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
20636         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
20637         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
20638         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
20639         qualifier wherever appropriate.
20641 2004-04-05  Naba Kumar  <naba@gnome.org>
20643         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
20644         switch terminal echo on/off. Debugger requires it off, while the
20645         rest requires it on.
20647         * src/search-replace.c: sets search direction and action (in addtion
20648         to target) for find in files.
20649         
20650 2004-04-02  Naba Kumar  <naba@gnome.org>
20652         * src/mainmenu_callbacks.c: Sets filename during save of new files.
20654         * src/project_dbase.c, src/debugger, src/an_file_view.c,
20655         src/an_symbol_view.c: Added an gtk events loop for
20656         displaying project loading status (for loading large projects) and
20657         debugger program starting ... just to give an impression of fastness :-).
20659         * configure.in, anjuta.prj: Bumped version to 1.2.2.
20661         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
20662         crash bug, which occurs when opening and closing a large project
20663         repeatedly.
20664         
20665         * src/attach_process.c: Fixed a comiple error for old gcc.
20666         
20667         * src/launcher.c: Prints proper error message when launcher child
20668         could not be executed and exits properly. Fixed a crash
20669         bug (bug #926606).
20670         
20671         * src/resources.c, src/utilities.c, src/glade_iface.c,
20672         src/debugger.c, src/attach_process.c: Properly exits forked children
20673         when they could not be executed.
20674         
20675 2004-04-01  Naba Kumar  <naba@gnome.org>
20677         * src/search-replace.c: Fixed a crash bug (bug #921893).
20679 2004-03-31  Naba Kumar  <naba@gnome.org>
20681         * anjuta.glade: Added a note on compiler options dialog ->support
20682         dialog telling that supports are only available for file mode.
20684         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
20685         src/anjuta_cbs.c:
20686         Improved shutdown time delay by bypassing project closing
20687         and unloading plugins.
20689         * src/build_file.c, data/properties/anjuta.properties: Added a property
20690         to toggle on/off for going to first error automatically.
20692 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
20694         * src/debugger.c: fixed core file loading
20695         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
20696         for long lines (bugs #700968 and #911376)
20697         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
20698         #917982.
20699         * src/anjuta.c: Focuses current AnEditor correctly.
20701 2004-03-30  Naba Kumar  <naba@gnome.org>
20703         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
20704         * AUTHORS: Updated with all contributors names.
20705         * NEWS: Updated.
20706         * src/about.c: Reads contributors names from AUTHORS file.
20707         * manuals/C/anjuta-manual/authors.xml: Points to online
20708         contributors list.
20709         
20710 2004-03-29  Naba Kumar  <naba@gnome.org>
20712         * data/properties/ada.properties: Fixed syntax colors. Patch
20713         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
20714         (bug #923474).
20716         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
20717         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
20718         generated projects, so that their pixmap files are
20719         found properly (bug #919903).
20720         
20721         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
20722         anjuta.
20724         * src/source.c: Installs .glade file of libgllade
20725         projects in $(datadir)/$(package)/glade (part of bug #861038).
20726         
20727         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
20728         in compiler options (bug #883837).
20729         
20730         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
20731         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
20732         
20733 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
20735         * anjuta/src/search-replace.c: fixed another crash bug in
20736         "Find Usage"
20737         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
20738         breakpoint property fix
20740 2004-03-29  Naba Kumar  <naba@gnome.org>
20742         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
20743         (new) manuals/C/anjuta-advanced-tutorial/*:
20744         Added menu entry for 'Anjuta Advanced Tutorial'
20745         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
20747 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20748         
20749         * src/fileselection.[ch], src/mainmenu_callbacks.c:
20750         Fixed bug #908941  ('Open' starts in wrong directory)
20751         
20752 2004-03-26  Naba Kumar  <naba@gnome.org>
20754         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
20755         compile error and bug #905738 with terminal.
20757         * src/search_incremental.c, src/register.c, src/sharedlib.c,
20758         src/search-replace.[h,c], src/search_incremental.[h,c],
20759         src/search_preferences.h, src/utilities.c, src/anjuta.c,
20760         src/text_editor.[c,h]: Fixed compiler warnings.
20761         
20762         * src/search-replace.c: Fixed a memory corruption (possible
20763         fix for bug #921893, but not yet confirmed).
20764         
20765         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
20766         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
20767         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
20768         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
20770 2004-03-25  Naba Kumar  <naba@gnome.org>
20772         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
20773         crash bug with attach process dialog and made the dialog closable
20774         with 'esc'.
20775         
20776         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
20777         always display within the margin.)
20778         
20779         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
20780         the old breakpoint when it's properties are updated
20781         (creating a new updated one).
20782         
20783 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
20785         * src/aneditor.cxx, src/aneditor.h: fixed calltips
20786         displayed for wrong file.
20787         * src/breakpoints.c: conditional breakpoints
20788         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
20789         "Find in Files..." disabling policy
20791 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20793         * src/build_file.c: Fixed bug #874380
20794         Goto the first error if it exists.
20796 2004-03-24  Naba Kumar  <naba@gnome.org>
20798         * src/anjuta.c: Fixed to get correct child exit status
20799         using mask (bug #905738).
20800         
20801         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
20802         Aligned buttons in the New file dialog,
20803         set default response to OK, entry box activates default response,
20804         ESC closes dialog and hides on delet_event.
20806 2004-03-19  Naba Kumar  <naba@gnome.org>
20808         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
20809         tree).
20811 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
20813         * src/search-replace.c: fixed "Find Usage" crash when no project open
20815 2004-03-17  Naba Kumar  <naba@gnome.org>
20817         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
20818         Fixed the generated projects to read m4 directory if the directory
20819         exists (bug #917781).
20820         
20821 2004-03-12  Naba Kumar  <naba@gnome.org>
20823         * HACKING: Fixed formatting for auto-parsing.
20825 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
20826         
20827         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
20828         rework (bug #890609)
20830 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20831         
20832         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
20834 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20835         
20836         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
20837         * src/search_preferences.c: Fixed typo.
20838         
20839 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20840         
20841         * src/search-replace.c: improved Search&Replace
20842         For the moment "Replace All" does not work with non opened files
20843         but Anjuta should not crash now ! ??? 
20844         
20845 2004-02-26  Naba Kumar  <naba@gnome.or>
20847         * src/source.c: Fixed to pass cflags correctly
20848         and suppress the automake's default cflags.
20849         bug #816130, #801056, #782798, #773459
20850         
20851         * data/properties/anjuta.properties: Do not defualt to -k make option.
20852         bug #875486.
20854         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
20855         bug #877683.
20856         
20857         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
20858         
20859         * src/message-manager-private.cc: Disabled debug messages.
20860         
20861 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
20863         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
20865 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20866         * anjuta.glade, src/search-replace.c:
20867         Reduced Search&Replace dialog, bug #902636.
20868         
20869 2004-02-23  Naba Kumar  <naba@gnome.or>
20871         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
20872         (bug #866143).
20874 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20875         
20876         * src/search_incremental.c: Fixed bug #900903
20878 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
20879         
20880         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
20881         src/anjuta.c: Fixed bugs #890609 and #890609
20883 2004-02-23  Naba Kumar  <naba@gnome.or>
20885         * src/message-manager.cc: Disconnects menuitem signal properly.
20886         Fixed bug #901723.
20887         
20888         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
20889         bug #900897.
20890         
20891 2004-02-20  Naba Kumar  <naba@gnome.org>
20893         * src/message-manager-private.[c,h]: Implemented keypress
20894         event for the terminal and resets it when ctrl c or ctrl d
20895         is pressed. But it doesn't seem to be working on keypress.
20896         Added a workaround to let it work on key release instead.
20897         (bug #878357).
20898         
20899         * src/search-replace: Fixed compiler warnings.
20900         
20901 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
20903         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
20904         Use defined file name when saving new files (fixes bug #898105)
20905         Don't change filename when clicking on a directory
20906         
20907         BTW: Happy birthday to me :-)
20908         
20909 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
20910         
20911         * src/search-replace.c: Fixed a crash bug 
20912         Crash on Find & Replace (#887833)
20913         
20914 2004-02-18  Naba Kumar  <naba@gnome.org>
20916         * src/executer.c: Fixed a crash bug.
20917         
20918         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
20919         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
20920         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
20921         instead of GtkWindow (Part of bug #671596).
20922         
20923         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
20924         src/registers_gui.c, src/registers_cbs.[h,c],
20925         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
20926         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
20927         src/compiler_options.c, src/an_file_view.c, start-with.c,
20928         src/anjuta-tools.c, help.c:
20930         Added "close" buttons on all
20931         dialogs (HIG) and fixed to properly response to ESC close
20932         (Part of bug #671596).
20934         * src/launcher.c: Disabled printing of long debug lines.
20935         
20936         * src/utilities.h: Fixed a compiler warning.
20937         
20938 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
20940         * src/anjuta.c: "Save all" action now asks for filenames for new files
20941         (fixes bug #898111)
20943 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
20945         * anjuta.glade, src/text_editor.c:
20946         Fixed a typo in Hello World indentation style 
20947         Fixed misuse of translated strings when looking for style
20948         This entry fixes bug #876037
20950 2004-02-16  Naba Kumar  <naba@gnome.org>
20952         * src/utilities.c: Fixed return value when dest file could
20953         not be created.
20955         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
20956         * src/utilities.[c,h]: Removed 'cmp' dependency and used
20957         internal function to compare files.
20958         
20959 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
20961         * src/message-manager-private.cc:
20962         Set bold color as foreground color in terminal
20963         (fixes bug #864924)
20965         * src/aneditor.cxx:
20966         Use font style defined for message indicators in
20967         preferences/messages
20968         (fixes bug #885032)
20970 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
20972         * src/build_project.c:
20973         Use build.silent option from preferences (fixes bug #895726)
20974         
20975 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
20977         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
20979 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
20980         
20981         Patch from Massimo Corà <maxcvs@email.it>:
20982         * scintilla/LexCPP.cxx: Support "///" comments
20984 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
20985         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
20986         src/search_replace.h, src/search-replace_backend.h
20987         anjuta.glade
20988         
20989         * Added: src/search_preferences.c, src/search_preferences.h
20990         Allow the user to save search/replace settings and give them names.
20992 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
20993         
20994         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
20995         scintilla/ScintillaGTK.cxx:
20996         Hopefully fixed AMD 64 crash bug by using correct marshaller
20998 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
21000         * src/preferences.c: Save GtkOptionMenu properties properly
21001         * src/text_editor.c: Fixes editor mispell of fold.symbols property
21003 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21004         
21005         * configure.in, src/Makefile.am, scintilla/Makefile.am:
21006         Fixed libiconv issue
21007         * NEWS: Updated
21009 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
21010         
21011         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
21012         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
21013         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
21014         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
21015         src/sharedlib_gui.c:
21016         Debugger speed-up, replaced deprecated GtkCList
21018 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
21020         * src/text-editor.c: Use stock gtk+ close button for editor tabs
21022 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
21024         * configure.in: Added "sq" to ALL_LINGUAS.
21026 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
21028         * configure.in: Added "ko" to ALL_LINGUAS.
21030 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21032         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
21033         src/search_incremental.c, src/search_incremental.h: 
21034         Search_incremental code cleanup
21036 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21038         * scintilla/*/*: Updated scintilla to CVS
21039         * Added: scintilla/Readme.sync
21040         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
21041         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
21042         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
21043         scintilla/ScintillaGTK.cxx,
21044         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
21045         scintilla/include/Scintilla.iface: Updated.
21047 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21049         * search-replace_backend.[ch], search_incremental[ch]: Added
21050         
21051         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
21052         find_replace.[ch]: Removed.
21053         
21054         * anjuta.glade, src/search-replace.c, src/search-replace.h,
21055         src/search-replace_backend.c, src/search-replace_backend.h,
21056         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
21057         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
21058         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
21059         functionality now replaces the older Find/Replace stuff. The Search/Replace
21060         functionality can be interrupted during a long Search/Replace.
21062 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
21064         * widgets/gnomefilesel.c: Fix use of previously freed memory on
21065         selecting ".." and "." from file selector. 
21067 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
21069         * anjuta.glade: Fixed wrong "fold.symbols" property
21071 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21072         
21073         * src/project_dbase_gui.c: Alphabetical order ;-)
21074         * src/compiler_options.c: Fixed bug #867539
21075         * src/launcher.c: Workaround for bugs #864922, #849928,
21076         #846386 and #845782: The launcher no longer hangs but does
21077         not get the exit status correctly sometimes.
21078         * Changes suggested by Bosik are obviously already in without
21079         any Changelog entry (ClsGen.c, project_dbase_gui.c)
21080         * NEWS, README, anjuta.prj, configure.in: 
21081         Changed version to 1.2.1
21082         
21083         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
21084         * anjuta_dialogs_strings.c, anjuta.glade: 
21085         Fixed bugs #860906, #859329
21086         
21087         Patch from grzegol@pld-linux.org
21088         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
21089         freedesktop.org standard)
21091 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21092         
21093         Patch from Stefano Vallarino <stevalla@libero.it>:
21094         * src/source.[c/h]: Fixes cpp sample file to conform to 
21095         ISO/IEC 14882, C++-Standard 
21097 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
21099         Review by Johannes Schmid <jhs@cvs.gnome.org>
21100         * src/build_file.[ch]: Add build_execute_shell_command which executes the
21101         command using sh -c.
21102         * src/compile.c: Use build_execute_shell_command when compiling single
21103         files.
21105 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21106         
21107         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
21108         * src/breakpoints.c: Code cleanup, workaroud for possible 
21109         launcher bug
21110         * src/src_paths.c: Update debugger dirs on directory change
21112 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
21114         Review by Johannes Schmid <jhs@cvs.gnome.org>
21115         * src/attach_process.c, src/attach_process.h, anjuta.glade:
21116         sortable headers, process tree, removal of path and process params
21117         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
21118         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
21119         code cleanup
21121 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
21122         
21123         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
21124         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
21125         Add a dialog for "New file" which lets the user set the 
21126         filename and to add copyright/header templates to the file
21127         * Review: Changed function names to contain modules name (file_)
21129 2003-12-09  Naba Kumar  <naba@gnome.org>
21131         * setup-gettext: Fixed a typo.
21132         * scintilla/Makefile.am: Fixed a build error for SMP systems.
21134 ---- Released version 1.2.0 ---
21136 2003-12-08  Naba Kumar  <naba@gnome.org>
21138         * src/preferences.c: Fixed compiler error.
21139         * global_tags/create_global_tags.sh: Fixed to install properly
21140         even when system.tags could not be generated.
21141         * NEWS: Updated.
21143 2003-12-06  Naba Kumar  <naba@gnome.org>
21145         * setup-gettext: Fixed to not generate intl directory with gettextize.
21147         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
21148         * src/anjuta.c: Filters out unnecessary files from find in files
21149         command.
21150         
21151         * NEWS: Updated.
21152         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
21153         * src/widzard_gui.c: Added horiz scrollbar for desc text.
21154         
21155 2003-12-04  Naba Kumar  <naba@gnome.org>
21156         
21157         * src/gnome_project.c: Enables debug and optimization flags for
21158         new projects.
21159         
21160         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
21161         
21162         * src/project_dbase_gui.c: combined header and c files for
21163         file selector.
21164         
21165         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
21166         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
21168 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
21170         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
21172 2003-11-29  Naba Kumar  <naba@gnome.org>
21174         * configure.in, anjuta.prj: Bumped version to 1.2.0.
21175         * NEWS: Updated.
21177 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
21178         
21179         * src/main_menubar.c: Now files cannot be opened twice in recently
21180         file menu
21182 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
21184         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
21186 2003-11-28  Naba Kumar  <naba@gnome.org>
21188         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
21189         
21190 2003-11-27  Naba Kumar  <naba@gnome.org>
21192         * src/breakpoints.c, src/launcher.c, src/find_text.c,
21193         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
21194         
21195         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
21196         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
21197         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
21198         checkbox in project wizard (project options page) to enable/disable
21199         source code generation with glade(mm).
21200         
21201         * NEWS: Updated
21202         
21203 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
21205         * src/dnd.c: Opening files with special characters in the name.
21207 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
21209         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
21210         a long time.
21212 2003-11-18  Naba Kumar  <naba@gnome.org>
21214         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
21215         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
21216         src/project_import.c, plugins/patch/patch-plugin.c:
21217         Fixed g_signal_diconnect calls to pass correct data.
21218         (Fixed possible crash in project imports).
21219         
21220         * NEWS: Updated.
21221         
21222 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
21224         Reviewed by Naba Kumar  <naba@gnome.org>
21225         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
21226         and debugger. Sets default settings for pty in launcher.
21227         * data/gdb.init: Removed charset work around (now works with user's
21228         native charset)
21229         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
21231 2003-11-18  Naba Kumar  <naba@gnome.org>
21233         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
21234         names of 'index' to 'idx'.
21235         
21236 2003-11-17  Naba Kumar  <naba@gnome.org>
21238         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
21239         * src/project_dbase.c: Prompts user for unsaved project files
21240         when project is closed.
21241         
21242 2003-11-16  Naba Kumar  <naba@gnome.org>
21244         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
21245         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
21246         older gcc.
21247         
21248 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
21249         
21250         * src/anjuta.c: Fixed crash related to tag == NULL while 
21251         anjuta is exiting
21253 2003-11-11  Naba Kumar  <naba@gnome.org>
21255         * src/glade_iface.c: Avoids error conditions for glade or glademm not
21256         found. It simply doesn't generate the c/c++ codes and continues with
21257         just a warning.
21258         * NEWS: Updated.
21259         
21260 2003-11-10  Naba Kumar  <naba@gnome.org>
21262         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
21263         'Start with dialog'.
21265         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
21266         German translation of anjuta-tutorial.
21267         
21268         * src/launcher.c: Fixed an encoding bug with GIOChannels.
21269         * NEWS: Updated.
21271 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
21273         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
21274         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
21275         the syntax highlighting in Preferences, the automatic syntax
21276         highlighting is now selected. When the debugger is stopped and the
21277         breakpoints window not closed, the gtk_tree_view in this window is
21278         now made unsensitive.
21280 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
21282         * src/preferences.h, src/preferences.c, anjuta.glade:
21283         Fixed translation bug in preferences by using GtkOptionMenu
21284         * anjuta.prj: Project version 1.1.98
21286 ---------------- Released version 1.1.98 ----------------
21288 2003-11-07  Naba Kumar  <naba@gnome.org>
21290         * anjuta.spec.in: Revived docs package and combined all docs into
21291         one package.
21292         * configure.in: Bumped version to 1.1.98 rc2
21293         * NEWS: Updated.
21294         * anjuta.spec.in: Fixed scrollkeepr-update command.
21295         * anjuta.spce.in: Fixed file permissions.
21297 2003-11-06  Naba Kumar  <naba@gnome.org>
21299         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
21300         menus to activate anjuta helps.
21301         
21302         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
21303         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
21304         manuals/C/anjuta-faqs/legal.xml (added),
21305         manuals/C/anjuta-faqs/Makefile.am,
21306         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21307         manuals/C/anjuta-faqs/.cvsignore,
21308         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
21309         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
21310         manuals/C/anjuta-tutorial/legal.xml (added),
21311         manuals/C/anjuta-tutorial/Makefile.am,
21312         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21313         manuals/C/anjuta-tutorial/.cvsignore,
21314         manuals/C/anjuta-manual/*.sgml (removed),
21315         manuals/C/anjuta-manual/*.xml (added),
21316         manuals/C/anjuta-manual/Makefile.am,
21317         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21318         manuals/C/anjuta-manual/.cvsignore,
21319         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
21320         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
21321         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
21322         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
21323         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
21324         manuals/ja/anjuta-faqs/legal.xml (added),
21325         manuals/ja/anjuta-faqs/Makefile.am,
21326         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
21327         manuals/ja/anjuta-faqs/.cvsignore,
21328         manuals/ja/anjuta-manual/*.sgml (removed),
21329         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
21330         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
21331         manuals/ja/anjuta-manual/*.xml (added),
21332         manuals/ja/anjuta-manual/Makefile.am,
21333         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
21334         manuals/ja/anjuta-manual/.cvsignore,
21335         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
21336         manuals/sgmldocs.make (removed),
21337         manuals/xmldocs.make (added), manuals/omf.make (added),
21338         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
21339         documentations to newer docbook xml documentations. Converted 
21340         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
21341         Enabled manulas installations.
21342         
21343         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
21345 2003-11-05  Naba Kumar  <naba@gnome.org>
21347         * data/gdb.init: Sets host's charset to ascii to solve debugger
21348         freeze up due to uninitialized strings in target program.
21350         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
21351         Fixed a crash bug with 'Add expression in watch'. Bug #822017
21352         
21353         * NEWS: Updated.
21354         
21355         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
21356         src/launcher.c: Turns off echo in spawned pty to fix debugger.
21358 2003-11-04  Naba Kumar  <naba@gnome.org>
21360         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
21361         problems.
21362         
21363         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21364         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
21365         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21366         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
21367         in file headers.
21368         
21369         * src/search-replace.c: Fixed infinite loop bug.
21370         * start-with.c: Fixed a crash bug with "Open last project".
21371         
21372         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
21373         * scintilla/Makefile.am: Fixed compiler option.
21374         
21375 2003-10-16  Naba Kumar  <naba@gnome.org>
21377         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
21378         * src/text_editor.c: Fixed autoformat.
21379         
21380 2003-10-15  Naba Kumar  <naba@gnome.org>
21382         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
21383         of CTRL+number.
21384         
21385 2003-10-09  Naba Kumar  <naba@gnome.org>
21387         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
21388         
21389 2003-10-08  Naba Kumar  <naba@gnome.org>
21391         * src/source.c: Fixed a GETTEXT typo error.
21392         * anjuta.glade: Made 'Sorted in order you open them' default option
21393         for editor tabs.
21395         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21396         * anjuta.glade, data/properties/anjuta.properties:
21397         Fixed the freeze of the "Preferences" combos at the first Anjuta
21398         init is generated by:
21399                 - a not complete translation of preferences.c file
21400                 - a difference between 2 names in anjuta.glade and
21401                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
21402                 - the same name given to 3 combos (anjuta.glade).
21403                 
21404         * src/find_text.c: If the "whole document" mode is selected,
21405         a new search will select the next occurrence (Bug #764954).
21406         It is now possible to use the shortcuts to search next or previous
21407         occurrence even if the search dialog has the focus.     Bug #790318
21408         
21409         * src/main_menubar_def.h: "Select code block" shortcut; the new
21410         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
21411         (Bug #811016).
21413         Patch from: Richard Lee  <r.h.lee@comcast.net>
21414         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
21415         tagmanager/tm_workspace.c: The following is a patch to fix a
21416         seemingly random occurence where Anjuta would crash when a
21417         certain key was pressed.
21419 2003-09-29  Naba Kumar  <naba@gnome.org>
21421         * src/find_in_files.c: Ignores binary by default. Disabled the option
21422         of NOCVS search, because launcher does not use sh and hence can not
21423         pipe.
21424         
21425         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
21426         "clean before build" state in project session and not in account session,
21427         otherwise the state gets reflected to other projects causing annoyance.
21428         
21429         * src/compiler_options.c: Fixed a bug where compiler options were always
21430         claimed 'modified'.
21432         * src/build_project.c, data/properties/anjuta.properties,
21433         src/commands.[h]: Fixed a bad bug where clean-before-build
21434         doesn't work.
21435         
21436         * scintilla/patches/research-cvs-nolog.diff,
21437         scintilla/patches/scintilla-ac-gtk2-port.diff,
21438         scintilla/patches/scintilla-ac-sort-fix.diff,
21439         scintilla-optimization.diff: Removed, because they are already in
21440         scintilla CVS.
21441         
21442         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
21443         2003-09-29).
21445         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
21446         scintilla/LexYAML.cxx: Added new scintilla lexers.
21447         
21448         * TODO, NEWS: Updated.
21450         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21451         * src/utilities.c: Fixed typo bugs.
21453 2003-09-26  Naba Kumar  <naba@gnome.org>
21455         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
21456         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
21457         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
21458         text_editor_find() and Fixed I-Search wrapping.
21459         * src/debugger.c: Fixed to pass a newline after a debugger
21460         command (which was broken since the launcher was refactored.
21461         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
21463 2003-09-25  Naba Kumar  <naba@gnome.org>
21465         * src/toolbar_callbacks.c: Fixed start of incremental search.
21466         
21467         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21468         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
21469         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21470         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
21471         menu and implementation.
21473 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21475         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21476         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
21477         variables in Locals window.
21479 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
21481         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
21482         * src/utilities.[ch] : Fix a tooltip bug in 
21483         anjuta_util_toolbar_append_stock(), the label appeared instead of
21484         the tooltip text. Remove label from arguments of the function
21485         because label is included in the stock icon data.
21486         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
21487         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
21488         * FIXME: translation file should be updated because of label text removal.
21490 2003-09-24  Naba Kumar  <naba@gnome.org>
21492         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
21493         
21494         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21495         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
21496         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
21497         stdout and stderr. Also buffered output and check-for-password
21498         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
21499         with password prompts. Checkes for password prompts from all outputs.
21500         
21501         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
21502         which takes a string (which could be utf8 also) and converts into
21503         utf8 string.
21504         
21505         * src/main.c: Connects kernel signals after gnome_program_init().
21506         
21507         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21508         * src/message-manager.c: Fixed bug #787026 by converting the strings
21509         to proper UTF8.
21510         
21511 2003-09-22  Naba Kumar  <naba@gnome.org>
21513         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
21514         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
21515         GtkCList and using GtkTreeView instead. Added the patch.
21516         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
21517         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
21518         
21519 2003-09-19  Naba Kumar  <naba@gnome.org>
21521         * printing/print.c: Proper UTF8 printing support.
21522         * src/main.c: moved kernel signal connects at the
21523         end of application initialization.
21524         
21525 2003-09-18  Naba Kumar  <naba@gnome.org>
21527         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
21528         (new) lexers.make, (new) lexers: Update scintilla to latest
21529         scintilla CVS (2003-09-18), added new lexers, automated
21530         lexers makefiles sections and scintilla update. Added
21531         patches. Optimized pango rendering. Fixed a crash bug
21532         in scintilla.
21533         
21534         * (new) scintilla/patches/research-cvs-nolog.diff: Added
21535         patch to remove cvs log command from RESearch.cxx file.
21536         * scintilla/patches/scintilla-pango-always.diff:
21537         Fixed file name.
21538         * scintilla/RESearch.cxx: Removed spurious cvs log command
21539         and logs.
21540         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
21541         
21542         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
21543         * src/dnd.c: Fixed a crash bug with DND.
21544         
21545 2003-09-15  Naba Kumar  <naba@gnome.org>
21547         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
21548         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
21549         src/toolbar_callbacks.c: Added an additional parameter to
21550         text_editor_goto_line() funtion which decides if the line should
21551         be made visible (if it's under fold).
21552         
21553         * src/style-editor.c: Fixed a compiler warning.
21554         * src/message-manager.cc: Calls parent method correctly.
21556         * src/preferences.h: Fixed prent class.
21557         
21558         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21559         * src/project_dbase.c: Fixed bug #713210.
21560         
21561 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
21562                                                                                 
21563         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
21565 2003-09-11  Naba Kumar  <naba@gnome.org>
21567         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21568         * src/style-editor.c: Fixed bug #769130 (Crash on font
21569         selection dialog).
21570         
21571         * src/message-manger.[h,cc]: Made AnMessageManager
21572         derived from GtkFrame and removed deprecated code.
21573         
21574         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
21575         compiler warnings.
21576         
21577 2003-09-09  Naba Kumar  <naba@gnome.org>
21579         * src/Makefile.am: Addded rules for built sources.
21580         
21581 2003-09-08  Naba Kumar  <naba@gnome.org>
21583         * (new) src/anjuta-marshalers.list: Added marshalers definition
21584         file.
21585         
21586         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
21587         and CXXFLAGS are not overwriten by automake's default.
21588         * src/style-editor.c: Added 'operators' in the style editor.
21589         
21590         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
21591         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
21592         * src/message-manager-private.cc, src/message-manager.cc:
21593         Converts message going into message into UTF-8 endoding.
21594         * src/main.c: Uses UTF-8 codeset for localization.
21595         
21596 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
21598         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
21599         
21600 2003-09-08  Naba Kumar  <naba@gnome.org>
21602         * TODO: Updated.
21603         
21604         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21605         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
21606         Fixed bug #798717, Find - Find&Replace - Find in files bug;
21607         The combo entries were updated if the same data with a different
21608         case exist in the combo list. The combo entries are now case sensitive. 
21609         Search&Replace bug; First search ,max actions = 0 ==> now max
21610         actions = 100.
21611         
21612 2003-09-08  Naba Kumar  <naba@gnome.org>
21614         * TODO: Updated.
21615         * src/utilities.[c,h]: a function takes contant args.
21616         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
21617         Now the child terminated signal is emitted properly.
21618         * src/Makefile.am: Used $(top_srcdir) for referring to 
21619         scintilla objects.
21620         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
21621         definitions file which will generate anjuta-marshalers.[c,h] files.
21622         * src/.cvsignore: Updated.
21623         * src/build_project.c: Changed su command to preserve quotes.
21624         * src/anjuta-tools.c, tagmanager/tm_project.c,
21625         tagmanager/tm_workspace.c: Use standard tmp file.
21626         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
21627         so that users could report bugs easily.
21628         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
21629         
21630         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
21631         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
21632         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
21633         src/attach_process.c, src/breakpoints.c, src/commands.c,
21634         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
21635         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
21636         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
21637         src/memory.c, src/message-manager-private.c, src/preferences.c,
21638         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
21639         src/search-replace.[c,h], stack_trace.c, text_editor.c,
21640         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
21641         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
21642         Fixed compile warnings and cleanup.
21643         
21644         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
21645         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
21646         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
21647         Removed libzvt usage and implemented child spawing differently. Launcher is
21648         now proper GObject, which can be created multiple times (and can be
21649         operated in parallel).
21651         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
21652         * src/project_import_gui.c, src/project_import_cbs.c,
21653         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
21654         (crash on project import). Removed deprecared codes.
21655         
21656 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21657         
21658         * src/cvs.c: Fixed cvs output bug.
21660 2003-09-03  Naba Kumar  <naba@gnome.org>
21662         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21663         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
21664         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
21665         src/text_editor_cbs.c: Implements --
21666                 If the debugger is started
21667                         A double click in the margin add or remove a breakpoint
21668                         A single click activate or deactivate the breakpoint
21669                 else
21670                         A double click in the margin add or remove a bookmark
21672 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
21673         
21674         Reviewed by Naba Kumar  <naba@gnome.org>
21675         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
21676         User is now able to choose a branch on cvs update for project.
21677         Cleaned up variable names.
21679 2003-09-03  Naba Kumar  <naba@gnome.org>
21681         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
21682         src/Makefile.am: Added lexers.
21683         * scintilla/*/*: Updated...
21684         * src/an_symbol_view.c: Fixed a crash bug.
21685         * src/compiler_options.c, src/project_dbase.c: Fixed compile
21686         and build bugs.
21687         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
21688         * src/source.c: Fixed project generation bug with gettext code.
21689         * tagmanager/tm_project.c: Fixed a crash bug.
21690         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21691         bug when there is no project open. Bug #____.
21692         * src/source.c: Fixed a bug with build failure with non-gnome
21693         project with glade-generated source (eg. gtk2). Bug #____.
21694         * NEWS: Updated...
21696 2003-08-22  Naba Kumar  <naba@gnome.org>
21698         Patch from: Rob Bradford  <rob@debianplanet.org>
21699         * data/Makefile.am: Fixed to install properly during
21700         package building.
21701         
21702         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21703         * src/debug-tree.c: Fixed a crash bug.
21704         * src/compiler_options.c: Takes care of linking the missing pieces;
21705         C flags, libs, optimization options, debug and profile.
21707         Patch from: Enver ALTIN  <ealtin@casdb.com>
21708         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
21709         
21710 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
21712         Reviewed by Naba Kumar  <naba@gnome.org>
21713         * src/project_dbase.c: Fixed bugs #778263 and #778413
21714           Adding multiple files to project should work now.
21716 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
21718         Reviewed by Naba Kumar  <naba@gnome.org>
21719         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
21720         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
21721         for Locals window.
21723 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21725         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
21727 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
21729         * src/text_editor.c: Fix translatable string (#113934).
21731 2003-07-04  Naba Kumar  <naba@gnome.org>
21733         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
21734         bug when there is no project open. Bug #____.
21735         
21736         * src/source.c: Fixed a bug with build failure with non-gnome
21737         project with glade-generated source (eg. gtk2). Bug #____.
21739 2003-06-26  Naba Kumar  <naba@gnome.org>
21741         * src/anjuta.h: Removed reference to windows-dialog.h.
21742         * src/message-manager-private.[cc,h]: Fixed doulbe click
21743         activation of messages to properly jump at the destination.
21744         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
21745         * src/toolbar.c: Code clean-ups.
21746         
21747         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21748         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
21749         
21750         * src/message-manager-private.[cc,h]: Removed dead codes.
21751         
21752         * (new) data/properties/css.properties,
21753         data/properties/anjuta.properties, data/properties/Makefile.am:
21754         Added CSS syntax hiliting properties.
21755         
21756         * tagmanager/tm_file_entry.c: Fixed a possible bug.
21757         * src/debugger.c: Clean ups.
21758         * src/lexer.h: Added CSS lexer definition.
21759         
21760         * Makefile.am: Installs destop file properly.
21761         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
21762         * NEWS: Updated for 1.1.97 release.
21763         * src/main_menubar_def.h: Changed some non working shortcuts.
21764         
21765 2003-06-24  Naba Kumar  <naba@gnome.org>
21767         * src/search-replace.c: Shows the dialog properly, even when it is
21768         hidden behind another window.
21769         
21770         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
21771         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
21772         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
21773         and code clean up.
21774         
21775         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
21776         setup wizard dialogs.
21777         
21778         * src/debugger.c: Removed a redundant call to
21779         debugger_update_controls().
21780         * src/compiler_options.c, src/launcher.c: code cleanup.
21781         * src/executer.c: Fixed execution bug with 'Set Program params...".
21782         
21783 2003-06-23  Naba Kumar  <naba@gnome.org>
21785         * widgets/e-splash.c: Removed border around the splash image.
21786         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
21787         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
21788         * src/cvs.c: Added a frame around commit log text widget.
21789         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
21790         crash bug associated with translated combo box list in preferences
21791         dialog (in different locale other than en_US). Used widget names
21792         to pass the combo list items.
21793         * po/POTFILES.in: Updated.
21794         * src/launcher.c: Creates the zvt terminal at startup (and not
21795         every time a build is done) -- speeds up buld operations.
21796         * src/file_history.c: Should be if() conditional instead of
21797         assertion check.
21798         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
21799         Disabled useless warnings.
21800         * src/project_dbase.c: Fixed bonobo 2 project name.
21801         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
21802         and uses correct glade-2 for file generation.
21803         
21804 2003-06-21  Naba Kumar  <naba@gnome.org>
21806         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
21807         And disables autocomple show for numbers (very annoying).
21808         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
21809         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
21810         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
21811         from view menu and adjust the controls accordingly.
21812         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
21813         only OK button.
21814         * src/project_dbase.[c,h]: Removed show_local flag processing.
21815         * src/message-manager.[c,h]: Reorganized messages tabs in more
21816         sensible order.
21817         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
21818         Also added PCRE dependency.
21819         
21820 2003-06-20  Naba Kumar  <naba@gnome.org>
21822         * pixmaps/anjuta_splash.png: New splash.
21823         from Jean Schurger  <yshartk@schurger.org>
21824         
21825         * src/controls.c: De-sensitize run-to-cursor when debugger
21826         is not running.
21827         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
21828         
21829         * src/message-manager-private.cc: Fixed to properly jump at
21830         the right file:line.
21831         
21832         * src/appwiz_page1.c: Fixed to correctly determine the project
21833         trpe from the wizard.
21834         
21835 2003-06-20  Naba Kumar  <naba@gnome.org>
21837         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
21838         * src/watch_gui.c: Code cleanups.
21839         * src/debugger.[c,h], src/stack_trace.[c,h],
21840         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
21841         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
21842         Removed direct access to stack_trace private data, Increased debugger
21843         command size from 256 to 1024 (to be on safer side). Also implemented
21844         row-activated signle for seting frame and viewing the source.
21845         * src/debugger.c: Avoids starting program and stopping debugger
21846         when starting debugger and stopping program, respectively.
21847         
21848         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
21849         Reverted codes to start debugger automatically
21850         The file is brought to the state just after the branching 
21851         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
21852         some code clean ups.
21853         
21854         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
21855         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
21856         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
21857         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
21858         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
21859         src/project_dbase.c: Code clean ups.
21860         
21861         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
21862         (Projects dir) so that correct $HOME/Projects path is set when
21863         anjuta is run for the first time.
21864         
21865 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
21867         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
21869 2003-06-13  Naba Kumar  <naba@gnome.org>
21871         * src/stack_trace_cbs.c: Moved variable declaration at the
21872         top of the block (bug #737867)
21873         
21874         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
21875         just CFLAGS and CXXFLAGS (bug #743617).
21876         
21877         * src/create_global_tags.sh: Fixed shell script to properly
21878         detect installed *-config files.
21879         
21880 2003-06-12  Naba Kumar  <naba@gnome.org>
21882         * src/preferences.[c,h]: Added methods for custom widgets in
21883         preferences: using custom set/get methods for them.
21884         
21885         * src/anjuta-encoding.c: Implemented up/down of the encodings
21886         in the list and property saves correctly.
21887         
21888         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21889         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
21890         the beginning of a file.
21892         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
21893         * src/aneditor.cxx, src/aneditor.h,
21894         src/controls.c, src/main_menubar.c, src/main_menubar.h,
21895         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21896         src/mainmenu_callbacks.h: Allows the operator to select the current
21897         word or the current line (Request: 680801). It puts also
21898         sensitive/unsensitive several select/comment menu items.
21900         * src/breakpoints.c: Presets by default the current line for a
21901         defined breakpoint.
21903 2003-06-11  Naba Kumar  <naba@gnome.org>
21905         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
21906         color (red highlight) now cosistent for inactive tabs also.
21907         
21908         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
21909         'Advanced search and replace' in Edit->Search submenu.
21910         
21911         * data/properties/tcltk.properties: Fixed bug #731851. Added line
21912         wrappings '\' where     they were missing.
21913         
21914         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
21915         message is now more descriptive and details the correct thing to do
21916         for GNOME2 desktop.
21917         
21918 2003-06-10  Naba Kumar  <naba@gnome.org>
21920         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
21921         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
21922         Removed any reference to particular version of automake/autoconf
21923         so that they could work with newer versions (Bug #659394).
21925         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
21926         src/anjuta.c: Added coded to add/remove supported encodings.
21927         
21928         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
21929         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
21930         src/project_import.c, src/project_type.c, src/project_type.h,
21931         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
21932         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
21933         from the project wizard.
21935 2003-06-06  Naba Kumar  <naba@gnome.org>
21937         Patch from Etay Meiri  <etay-m@bezeqint.net>
21938         * src/compiler_options.c: Fixed bugs related to clean before
21939         build patch.
21940         
21941         * anjuta.desktop.in.in: Added commandline options.
21942         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
21943         -dP and -A flags of CVS update into different options.
21944         
21945 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
21947         * configure.in: Removed "ta" from ALL_LINGUAS.
21949 2003-06-02  Naba Kumar  <naba@gnome.org>
21951         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
21952         return NULL for undefined properties and "" for defined but empty
21953         strings. It was creating many problems where both are assumed to be
21954         same. And besides, it doesn't matter to differentiate the two (the
21955         problem with preferences was due to a different bug).
21957         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
21958         correctly. Also, s/props_build_in/props_built_in/g.
21959         
21960         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
21961         list.
21962         
21963         * src/an_file_view.c: Unrefed pixbufs when done with them.
21965         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
21966         (removed) file_text.png: Added and removed pixmaps.
21967         
21968 2003-05-30  Naba Kumar  <naba@gnome.org>
21970         * anjuta.glade: Fixed encodings preferences dialog
21971         
21972 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
21973         
21974         Reviewed by Naba Kumar  <naba@gnome.org>
21975         
21976         * src/build_project.c src/clean_project/c: perform a clean before
21977         build, if required. Show the message manager on clean.
21978         * src/compiler_options.c: save the new options when window is closed
21979         and flag project to be cleaned before the next build.
21980         * src/project_dbase.c: added a 'clean before build' flag to project
21982 2003-05-29  Naba Kumar  <naba@gnome.org>
21984         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
21985         dialog.
21986         
21987         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
21988         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
21989         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
21990         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
21991         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
21992         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
21993         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
21994         print_color.xpm, print_landscape.xpm, print_layout.xpm,
21995         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
21997         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
21998         Removed unused icons references.
22000 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
22002         Reviewed by Naba Kumar  <naba@gnome.org>
22003         
22004         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
22005           src/compiler_options.c, src/debugger.c, src/find_replace.c,
22006           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
22007           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
22008           src/toolbar_callbacks.c: HIG compliant dialogs.
22010         * src/utilities.c: anjuta_button_new_with_stock_image() and
22011           anjuta_dialog_add_button() stolen from gedit.
22013         * src/main_menubar_def.h: Fixed mnemonics.
22015 2003-05-26  Naba Kumar  <naba@gnome.org>
22017         * src/project_dbase_gui.c: Added header files filter for add file
22018         dialog box. Disabled project window to be transient window.
22019         
22020         * src/message-manager.cc: Disabled message manager window to be
22021         transient window.
22022         
22023         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
22024         a file could not be loaded.
22025         
22026         * src/project_dbase.c: Fixed a bug with GUI editor command
22027         where empty string is returned.
22028         
22029         * src/Makefile.am, src/preferences.h, src/text_editor.c
22030         src/text_editor.h, (new) src/anjuta-encodings.h,
22031         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
22032         Added encoding support and to handle characters encoding correctly
22033         by auto detecting it during load. Added preferences for selecting
22034         the encoding during save.
22036         * src/preferences.c, src/resources.c: Removed debug messages.
22038         Patch from: Alexander Nedotsukov <bland@mail.ru>
22039         * src/getline.c: Fixed many fatal bugs for FreeBSD.
22041 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22042         * src/anjuta.c: Try to sow the splash image more often.
22044 2003-05-20  Naba Kumar  <naba@gnome.org>
22046         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22047         * src/debug_tree.c: Colorize the modified locals during
22048         debugging and call memory analyze from the debugger.
22049         * src/breakpoints.c: The color is now different for the enabled
22050         and disabled breakpoints. Anjuta now can erase several
22051         breakpoints defined at the same line. The markers are updated
22052         according to the enable/disable action.
22053         
22054         Patch from Etay Meiri  <etay-m@bezeqint.net>
22055         * src/launcher.c: Fixes launcher freeze up bug during build.
22057 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
22059         Reviewed by Naba Kumar  <naba@gnome.org>
22060         * scintilla/PropSet.h: Change member variables from private to protected.
22061         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
22062         to PropSetFile class, which return a gchar * (and can therefore indicate
22063         whether properties are empty or do not exist) and make prop_get and
22064         prop_get_expanded use them.
22065         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
22066         that the result of of prop_get cannot be an empty string.
22068 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
22070         Reviewed by Naba Kumar  <naba@gnome.org>
22071         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
22072         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
22073         src/text_editor_cbs.c: When saving all the files in the project, the
22074         text editors are now only rehighlighted once instead of once for each
22075         file saved.
22077 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22078         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22079         * src/anjuta.desktop.in.in: Support startup notification.
22080 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22081         * src/main.c, widgets/e-splash.c: Splash screen improvements.
22082         * src/anjuta.desktop.in.in: Support startup notification.
22085 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
22087         Reviewed by Naba Kumar  <naba@gnome.org>
22088         
22089         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
22090         memory leak from glade_xml_new call. Removed gxml field from Executer
22091         struct as only used in create_executer_dialog and then destroyed.
22092         
22093         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
22094         
22095         * src/configurer.c: Fix warning trying to connect signal to non-existent
22096         environment entry in configure dialog and fix crash when closing the
22097         window.
22098         
22099         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
22100         gnome_date_edit_get_time instead.
22101         
22102         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
22103         in view menu required renumbering elsewhere.
22105 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
22107         Reviewed by Naba Kumar  <naba@gnome.org>
22108         
22109         * src/breakpoints.c: fixed an error when removing breakpoint
22110         * src/controls.c: 'run to cursor' is sensitive when debugger not active
22111         * src/debugger.c: changes to the way the debugger is activated
22112         * src/debugger.h: clean ups
22114 2003-05-13  Naba Kumar  <naba@gnome.org>
22116         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22117         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
22118         src/memory.h: A new version of memory and the interface
22119         is now integrated in anjuta.glade
22121 2003-05-09  Naba Kumar  <naba@gnome.org>
22123         * configure.in: Bumped required gtk version to 2.0.8.
22124         
22125 2003-05-06  Naba Kumar  <naba@gnome.org>
22127         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
22129 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22130         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
22132 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22133         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
22134         , tagmanager/c.c: Support for ProC and RDB files.
22136 2003-05-06  Naba Kumar  <naba@gnome.org>
22138         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
22139         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22140         Uncomment (Box & Stream), Select the current function,
22141         authorize the "Quit" button of the GotoLine window
22143 2003-05-05  Naba Kumar  <naba@gnome.org>
22145         * src/watch_gui.h: CVS added new file.
22147         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
22149         Patch from Etay Meiri <etay-m@bezeqint.net>
22150         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
22151         src/mainmenu_callbacks.c, src/message-manager.cc,
22152         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
22153         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
22154         Ported stack trace to GNOME2 and added it in the message manager
22155         pane.
22157 2003-05-02  Naba Kumar  <naba@gnome.org>
22159         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
22160         
22161         * src/preferences.[h,c]: Fixed preferences to save only one copy of
22162         preferences property.
22163         
22164         * anjuta.prj: Fixed multiple preferences saved data.
22165         
22166         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
22167         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
22168         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
22169         scintilla/include/Platform.h, scintilla/include/PropSet.h,
22170         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
22171         Upgraded scitilla from CVS with faster window repaint
22172         and more bugfixes.
22173         
22174         Patch from  Etay Meiri  <etay-m@bezeqint.net>
22175         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
22176         and code cleanups
22177         
22178 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
22180         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
22181         the window if messages are appended to the end and the scrollbar is
22182         at the end.
22184 2003-04-29  Naba Kumar  <naba@gnome.org>
22186         * configure.in: Removed omf-install from Makefiles list.
22188 2003-04-28  Naba Kumar  <naba@gnome.org>
22190         * po/POTFILES.in: Remvoded deleted files.
22191         
22192         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
22193         pixmaps/windows-style-undocked.png: Added setup wizard's images.
22195         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
22196         is executed as detached) is not set properly.
22197         
22198 2003-04-25  Naba Kumar  <naba@gnome.org>
22199         
22200         * anjuta.prj: Updated.
22201         * src/anjuta_info.c: Fixed text wrapping and column view.
22202         * data/welcome.txt.in: Removed unaligned characters.
22203         
22204 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22205         * src/main_menubar.c: Disable setup dialog.
22207 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22208         * src/breakpoints.c; Fixed compilation with older GCC
22209         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
22210         * HACKING: Spelling fixes (Suggested by Stephen Knight)
22212 2003-04-18  Naba Kumar  <naba@gnome.org>
22214         * anjuta.prj: Updated (includes compiler options).
22215         
22216         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
22217         function from anjuta.c (it was already available in anjuta-tools.c).
22218         
22219 2003-04-18  Naba Kumar  <naba@gnome.org>
22221         * src/about.c, THANKS: Updated
22222         
22223         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
22224         
22225         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
22226         properly from the project session before updating the file
22227         view.
22228         
22229         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22230         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
22231         dialog settings (as it will not be required once GDL is in place) and
22232         added file view filters in the settings sub-menu.
22234 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22235         * HACKING: Updated
22236         * configure.in: Disable cast checks on final build.
22238 2003-04-17  Naba Kumar  <naba@gnome.org>
22240         * src/build_project.c: Fixed a compilation error.
22242         * src/launcher.c: Removed commnets.
22243         
22244         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
22245         properties from editor tab to indentation tab and fixed a property
22246         label for proper i18n translation. Fixed typos in project config
22247         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
22248         sorting and reordering in compiler options dialog.
22249         
22250         * src/compiler_options.c: Implemented _save() function to save the
22251         options (which was pending).
22252         
22253         * src/build_project.c: Destroys install-as-root dialog when it is done.
22254         
22255         * src/an_symbol_view.c: Change "event" event to "event-after" so
22256         that symbol row is selected first before the popup is shown.
22257         
22258 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22260         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
22261         file in CVS/Entries. (Reviewed and applied by Biswa)
22263 2003-04-16  Naba Kumar  <naba@gnome.org>
22265         * aneditor.cxx: use unicode everytime (fixed unicode related
22266         bugs).
22268         * anjuta.prj: Fixed UI editor name (blank to use default) and
22269         anjuta version.
22270         
22271         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
22272         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
22273         Editor preferences page.
22275 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22276         * src/anjuta.[ch], src/print.c: Fixed warnings
22277         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
22278         * configure.in: Profiling support with gprof
22280 2003-04-16  Naba Kumar  <naba@gnome.org>
22282         Patch from Gaëtan de Menten  <ged@bugfactory.org>
22283         * src/launcher.c: Fixed cvs dialog.
22284         
22285 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
22286         
22287         * src/message-manager-private.cc: Fixed double-click on first line of 
22288         output to properly select a line.
22289         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
22290         because still was a deprecatd GtkCTreeNode and always NULL anyway.
22292 2003-04-15  Naba Kumar  <naba@gnome.org>
22294         * src/message-manager-private.cc: Fixed the glade filename typo.
22296 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22297         * scintilla/*, data/properties/*: Scintilla CVS merge
22298         * anjuta.prj: Removed unnecessary files.
22299         * scintilla/PlatGTK.cxx: Force Pango fonts always
22300         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
22301         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
22302         for preferences.
22303         * configure.in: Change version no. for 1.1.1 (alpha release)
22304         * configure.in: Added '--with-pref-suffix' option.
22305         * config.guess, config.sub: Removed from CVS.
22307 2003-04-15  Naba Kumar  <naba@gnome.org>
22309         Patch from Timothee Besset  <ttimo@idsoftware.com>
22310         * Makefile.am: Fixed a shell script error during intallation.
22311         
22312 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22314         Reviewed by Naba Kumar  <naba@gnome.org>
22315         * src/message-manager.cc: Added popup-menu to TreeView and fixed
22316         set_wm_class to use "anjuta" instead of "an.
22317         * src/message-manager-private.cc: Headers are hidden again.
22319 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22320         * src/project_dbase_gui.c: Memory corruption fix.
22321         * anjuta.prj: Updated project file
22323 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
22324         * an_file_view.c: Connect to event-after signal rather than event so that
22325         selection is updated first and thus context menu is for the right file.
22326         Reviewed and applied by Biswa.
22328 2003-04-14  Naba Kumar  <naba@gnome.org>
22330         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
22331         
22332         * src/auncher.c: More child exit fixes
22333         from Timothee Besset  <ttimo@idsoftware.com>
22335 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
22336         
22337         Reviewed by Naba Kumar  <naba@gnome.org>
22338         
22339         * src/message-manager.[c/h], src/message-manager-private[c/h],
22340                 anjuta.[c/h]: Ported message-manager to Gtk2
22341         
22342         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
22343         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
22344         src/clean_project.c, src/compile.c, src/configurer.c,
22345         src/controls.c, src/cvs.c, src/debugger.c,
22346         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22347         src/project_import.c, src/search-replace.c: Changed name from
22348         AnjutaMessageManager to AnMessageManager to avoid too long type
22349         and funtion names.
22351 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22352         * src/launcher.c: Fix build won't stop problem - TTimo
22353         * TODO: Updated
22354         * pixmaps/anjuta_splash.c: New splash screen prototype.
22355         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
22356         * src/compiler_options.c: Mute pkgconfig errors.
22357         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
22359 2003-04-10  Naba Kumar  <naba@gnome.org>
22361         * configurer.[c,h]: Fixed dialog to close properly.
22362         * src/project_dbase.c, widgets/gnomefilelist.c: Added
22363         debugging asserts.
22364         
22365 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22366         * anjuta.prj: Removed unnecessary files, load with 1.2.0
22367         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
22368         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
22369         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
22370         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
22371         src/makefile.am: Move gdl to it's own directory.
22372         * global-tags/create_global_tags.sh: Silently ignore SDL error.
22374 2003-04-09  Naba Kumar  <naba@gnome.org>
22376         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
22377         branch.
22379 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22380         * src/anjuta-tools.c: Use CDATA for saving tools data.
22381         * anjuta.glade, src/search-replace.c: Port from branch.
22382         * widgets/e-splash.*, src/main.c: Better splash screen.
22383         * configure.in, widgets/gdl*: Import GDL widgets.
22384         * ROADMAP: Updated roadmap.
22385         * src/an_file_view.c: Use GDL icons for file tree.
22387 2003-04-09  Naba Kumar  <naba@gnome.org>
22389         * anjuta.glade: Added (hidden) initial setup-wizard window.
22390         
22391         Patch from: Vitaly  <vvv@rfniias.ru>
22392         * src/preferences.c: Fixes a bug with libglace widget access with
22393         translated strings.
22395         Patch from: Etay Meiri  <etay-m@bezeqint.net>
22396         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22397         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
22398         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
22399         src/toolbar_callbacks.[c,h],
22400         src/memory.c, src/message-manager-private.cc,
22401         src/message-manager-private.h, src/message-manager.cc,
22402         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
22403         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
22404         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
22405         watch window to a subwindow in the notebook
22407 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22408         * ROADMAP: Updated roadmap.
22410 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
22412         * configure.in: Added Belarusian to ALL_LINGUAS.
22414 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22415         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
22416         Henry Jia
22417         * ROADMAP: Added roadmap for HEAD.
22419 2003-03-29  Naba Kumar  <naba@gnome.org>
22421         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
22422         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
22423         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
22424         (new) pixmaps/start-with-wizard.png,
22425         (new) pixmaps/start-with-import.png,
22426         (new) pixmaps/start-with-open.png Added Start with dialog which pops
22427         up on anjuta start-up to give quick access to opening file/project or
22428         creation wizards.
22430         * src/main.c: Sets proper data directory for the gnome
22431         program.
22433 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
22434         * src/text_editor.c: Fixed error/warning indicators.
22436 2003-03-24  Naba Kumar  <naba@gnome.org>
22438         * README: Correct version.
22439         
22440 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
22442         * configure.in: Added checks to see if were building on FreeBSD
22443         systems.  Sets -DFREEBSD if we are, and also attempts to find
22444         gmake if the host system is FreeBSD.
22446         * src/getline.c: New file used to provide the getline function,
22447         which isnt available on a FreeBSD system.  The function is only
22448         defined if FREEBSD is defined.
22450         * src/Makefile.am: Added getline.c to anjuta_SOURCES
22452         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
22453         configure.in sets this to gmake on FreeBSD systems, and make
22454         on everything else.
22456 2003-03-23  Naba Kumar  <naba@gnome.org>
22458         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
22459         
22460         * anjuta.spec.in: Fixed spec file for correct file paths and
22461         corrected rpmbuild.
22463         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
22464         the rpm build command separately now.
22465         
22466         * src/anjuta.c, windows-dialog.c: Added some more window management
22467         stuffs (not still fully working, though).
22469         * TODO: Updated.
22471 2003-03-22  Naba Kumar  <naba@gnome.org>
22473         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
22475 2003-03-21  Naba Kumar  <naba@gnome.org>
22477         * README: Removed Andy Piper's name from the active maintainers
22478         list on his request.
22479         
22480         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
22481         preferences.
22482         
22483         * src/anjuta-tools.c: Fixed compiler errors.
22485         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
22486         show bugs.
22487         
22488         * src/commands.c, src/src_paths.c, src/style-editor.c,
22489         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
22490         becuase they are now hidden by default (from glade editing).
22491         
22492         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
22493         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
22494         src/main_menubar_def.h, src/mainmenu_callbacks.c,
22495         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
22496         basic windows managements.
22497         
22498 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22499         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
22500         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
22501         Enver ALTIN (a.k.a. skyblue)
22503 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22504         * tagmanager/*: Added ignore-list for symbols. This will make
22505         parsing more accurate for projects. Doc updates needed.
22507 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22508         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
22509         * launcher/Makefile.am: Link to correct libraries
22510         * src/launcher.c: Do not allow NULL shell
22512 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
22513         * src/debug_tree.c: Improve debug tree view.
22515 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
22517         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
22518         'Run Configure Script' and 'Execute Program'. Increase minimum width
22519         of Configure dialog.
22520         * find_in_files.c, find_in_files_cbs.*: Properly create the file
22521         list widget by setting a model and adding a column and renderer.
22522           Actually store the nocvs toggle button in FindInFiles data structure.
22523           Handle selection changes via changed signal rather than row_activated.
22524           Use response signal for handling the close and find buttons.
22525           Close window when escape is pressed.
22526         * find_replace.c: Close window when escape is pressed.
22527         * find_text.c: Close window when escape is pressed in find dialog as
22528         well as wrap search question, where now Yes is the default button.
22530 2003-03-05  Naba Kumar  <naba@gnome.org>
22532         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
22534         * src/message-manager-private.cc: Fixed a bug with vte conditional
22535         compilation.
22536         * anjuta.glade: Hides all windows in glade file.
22538 2003-03-05  Naba Kumar  <naba@gnome.org>
22540         * src/an_file_view.c: Fixed a compilation warning.
22541         * src/message-manager-private.cc: Conditional compilation for vte
22542         API.
22543         
22544 2003-02-28  Naba Kumar  <naba@gnome.org>
22546         * configure.in, anjuta.spec.in: Updated dependency packages version.
22547         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
22548         * src/preferences.c: Added debug assertions.
22549         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
22550         editor to enable/disable bringing the recent editor tabs first.
22551         
22552         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
22553         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
22554         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
22555         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
22556         and     bug fixes. Also code clean ups.
22557         
22558         * (new) src/search-replace.[h,c]: New search replace implementation
22559         from ANJUTA_1_0_0 branch.
22560         
22561         * (new) src/windows-dialog.[h,c]: New windows management class
22562         [work in progress].
22564 2003-02-28  Naba Kumar  <naba@gnome.org>
22566         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
22567         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
22568         src/appwizard.c, src/build_file.c, src/build_project.c,
22569         src/clean_project.c, src/compile.c, src/configurer.c,
22570         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
22571         src/message-manager-dock.c, src/message-manager-dock.h,
22572         src/message-manager-private.cc, src/message-manager.cc,
22573         src/preferences-dialog.c, src/preferences-dialog.h,
22574         src/preferences.c, src/preferences.h, src/project_dbase.c,
22575         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
22576         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
22577         src/utilities.c, src/utilities.h:
22578         
22579         Widgetized Preferences and gave proper function names.
22581         * src/executer.c: Fixed a session loading bug.
22582         
22583 2003-02-27  Naba Kumar  <naba@gnome.org>
22585         * printing/print.c: Fixed printing font bug that failed to load the
22586         proper fonts.
22587         
22588         * src/toolbar.c: Disabled LED flashing (not yet implemented).
22589         
22590         * TODO, anjuta.prj: Updated.
22592 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
22594         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
22595         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22596         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
22597         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
22598         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
22599         fixed omf errors
22601 2003-02-25  Naba Kumar  <naba@gnome.org>
22603         * Makefile.am: Excluded omf-install from installation as the docs are
22604         not ready.
22605         
22606         TODO: Updated.
22607         
22608         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
22609         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
22610         property names and added new editor properties and code cleanups.
22611         Also added new project properties.
22612         
22613         * src/compiler_options.[h,c]: Added pkg-config packages supports
22614         and fixed bugs.
22615         
22616         * src/glade_iface.h: Cleanups.
22617         
22618         * src/launcher.c: Used timer instead of idle to scan.
22619         
22620         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
22621         src/project_config.[h,c], src/project_import.c: Implemented project
22622         property to define GUI editor and to handle it.
22623         
22624         * src/preferences.c: i18n fixes.
22625         
22626         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
22627         unused (and old) pixmaps.
22628         
22629         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
22630         
22631 2003-02-25  Naba Kumar  <naba@gnome.org>
22633         * src/message-manager-private.[h,cc], src/preferences.c,
22634         anjuta.glade, anjuta_dialog_strings.c: Implemented
22635         gnome terminal profiles for the terminal preferences and moved the
22636         addition of terminal preferences in the terminal constructor.
22637         
22638         * anjuta.prj: Updated.
22640 2003-02-24  Naba Kumar  <naba@gnome.org>
22642         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
22643         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
22644         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
22645         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
22646         preferences dialog.
22648         * TODO: Updated.
22650         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
22651         text selection and child re-spawning.
22653         * src/pixmaps.h: Removed unused pixmaps definitions.
22654         
22655 2003-02-23  Naba Kumar  <naba@gnome.org>
22657         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
22658         the project tree/window.
22660         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
22661         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
22662         Correct the use of a variable and implemented session save/load
22663         for tree expansion states.
22664         
22665         * src/main_menubar_def.h: Fixed shortcuts keys.
22666         
22667         * src/anjuta.c, src/gnome_project.c: Code clean ups.
22668         
22669         * anjuta.prj: Updated.
22670         
22671 2003-02-22  Naba Kumar  <naba@gnome.org>
22673         * src/debug_tree.[c,h]: GNOME2 port from 
22674         Etay Meiri <etay-m@bezeqint.net>
22675         
22676         * src/an_file_view.c, src/resources.[h,c],
22677         data/properties/bash.properties,
22678         data/properties/cpp.properties,
22679         data/properties/html.properties,
22680         data/properties/make.properties,
22681         data/properties/others.properties,
22682         data/properties/perl.properties,
22683         data/properties/props.properties,
22684         data/properties/xml.properties: Standarized file icons. Icons are
22685         defined in respective .properties file and are retrieved as resource
22686         data.
22688         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
22689         in labels from the commands editor as that would create
22690         problems for translators.
22692 2003-02-21  Naba Kumar  <naba@gnome.org>
22694         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
22695         as they should be part of CVS(?).
22697         * Makefile.am: Corrected a typo for glade generated strings file.
22699         * configure.in, po/hi.po: Added new Hindi (hi) translation
22700         in ALL_LINGUS and added initial Hindi translation.
22702         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
22703         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
22704         sv_unknown.xpm to more proper icon.
22706         * (new)data/properties/php.properties, data/properties/Makefile.am,
22707         data/properties/anjuta.properties, data/properties/html.properties:
22708         Fixed PHP syntax hilighting bug by separating php properties into
22709         different file (because of file size).
22711         * TODO: Updated.
22712         
22713 2003-02-20  Naba Kumar <naba@gnome.org>
22715         * src/breakpoints.c: Fixed breakpoints session saving/loading
22716         crash bug.
22717         
22718         * scintilla/*, scintilla/include/*: Updated to scintilla
22719         release 1.51
22720         
22721 2003-02-19  Naba Kumar <naba@gnome.org>
22723         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
22724         * TODO: Updated.
22726         * Makefile.am, src/Makefile.am,
22727         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
22728         (removed) src/anjuta_dialog_strings.c,
22729         (removed) src/anjuta_dialogs_strings.c,
22730         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
22731         (added) anjuta.glade: Transfered glade files from src/ directory
22732         to the top level directory.
22734         * po/POTFILES.in: Updated.
22735         
22736         * (removed) macrocs2/*: Transfered to data/ directory.
22737         
22738         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
22739         data/Makefile.am: Moved macros in data directory. Anjuta no longer
22740         requires to have macros dir, but the projects generated by anjuta
22741         require them.
22742         
22743         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
22744         trees.
22745         
22746         * src/defaults.c: Corrected default compiler options.
22747         
22748         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
22749         wizard.
22750         
22751         * src/message-manager-private.cc, src/message-manager-private.h,
22752         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
22753         
22754         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
22755         source code generation for gnome2 projects.
22757 2003-02-11  Naba Kumar <naba@gnome.org>
22759         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
22760         restores the expand/collaspe states of the nodes after refresh.
22761         
22762         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
22763         
22764 2003-02-11  Naba Kumar <naba@gnome.org>
22766         * src/style-editor.c: Fixed pango font description handling for fonts.
22767         * src/anjuta.glade: Removed font size spin button.
22768         * configure.in, src/anjuta.prj: Corrected version.
22769         * TODO: update.
22770         
22771 2003-02-10  Naba Kumar <naba@gnome.org>
22773         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
22774         references of scroll-menu.h and add about.h in Makefile.am.
22775         
22776         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
22777         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
22778         (removed) widgets/scroll-menu.h: Removed unused files.
22779         
22780         * Makefile.am: Added proper i18n rules and added intl tools for
22781         distributions.
22782         
22783         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
22784         to the stable release).
22785         
22786         * anjuta.spec.in: Removed manuals packaging.
22787         
22788         * data/Makefile.am: Removed 'macros' installation (not required for
22789         gnome2 projects).
22791 2003-02-10  Naba Kumar <naba@gnome.org>
22793         * po/POTFILES.in: Updated.
22795         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
22796         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
22797         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
22798         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
22799         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
22800         icons and images.
22802         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
22803         src/toolbar_callbacks.h: Fixed scintilla notification signal name
22804         and fixed to properly handle focus in find entry box.
22806         * Makefile.am: Added code for RH system menu update.
22808         * .cvsignore: Updated.
22810         * NEWS: Updated.
22812 2003-02-03  Naba Kumar <naba@gnome.org>
22814         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
22815         editor preferences. and fixes dialogs.
22817         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
22818         Fixed linenumbers and header margins when they are disabled and
22819         removed unused header files.
22821         * src/attact_process.[h,c], src/debugger.c: Attach to process
22822         now works.
22824         * src/help.c: Fixed dialog response.
22826         * TODO: Updated.
22828         * data/properties/anjuta.properties: Corrected typo.
22830         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
22831         Change the signal to "changed" in entry from "selection-changed" in
22832         list.
22834         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
22835         short-cuts.
22837 2003-01-31  Naba Kumar <naba@gnome.org>
22839         * configure.in: Upgraded to use libgnomeprint-2.2
22840         
22841         * printing/Makefile.am: Updated
22842         
22843         *(removed) printing/print-doc.c, printing/print-doc.h,
22844         printing/print-util.c, printing/print-util.h: Removed because already
22845         merged with print.c.
22846         
22847         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
22848         and libgnomeprintui-2.2 and fixed rendering problems.
22849         
22850         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
22851         uneccessary print properties, as they are separately taken
22852         care in gnomeprint.
22853         
22854         * po/POTFILES.in: Update.
22856 2003-01-30  Naba Kumar <naba@gnome.org>
22858         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
22859         for about dialog box.
22860         
22861         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
22862         src/pixmaps.h: Modified for the above additions for about dialog.
22864 2003-01-29  Naba Kumar <naba@gnome.org>
22866         * src/style_editor.[c,h]: Added missing files.
22867         
22868 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22869         * scintilla/XPM.[cxx|h]: Added missing files
22871 2003-01-29  Naba Kumar <naba@gnome.org>
22872         
22873         * TODO, po/POTFILES.in: Updated.
22874         
22875         * anjuta.prj, src/anjuta.glade,
22876         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
22878 2003-01-28  Naba Kumar <naba@gnome.org>
22879         
22880         * data/properties/anjuta.properties, src/aneditor.cxx,
22881         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
22882         properties into text properties (earlier it was int properties).
22884         * TODO: Updated
22885         
22886         * scintilla/AutoComplete.c,xx,
22887         scintilla/AutoComplete.h,
22888         scintilla/CallTip.c,xx,
22889         scintilla/CallTip.h,
22890         scintilla/Document.c,xx,
22891         scintilla/Document.h,
22892         scintilla/Editor.c,xx,
22893         scintilla/Editor.h,
22894         scintilla/LexAVE.c,xx,
22895         scintilla/LexCSS.c,xx,
22896         scintilla/LexHTML.c,xx,
22897         scintilla/LexOthers.c,xx,
22898         scintilla/LexPython.c,xx,
22899         scintilla/LineMarker.c,xx,
22900         scintilla/LineMarker.h,
22901         scintilla/Makefile.am
22902         scintilla/PlatGTK.c,xx,
22903         scintilla/PropSet.c,xx,
22904         scintilla/ScintillaBase.c,xx,
22905         scintilla/ScintillaBase.h,
22906         scintilla/ScintillaGTK.c,xx,
22907         scintilla/ViewStyle.c,xx,
22908         scintilla/include/Platform.h,
22909         scintilla/include/SciLexer.h,
22910         scintilla/include/Scintilla.h,
22911         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
22912         
22913         
22914         src/Makefile.am,
22915         src/an_file_view.c,
22916         src/an_symbol_view.c,
22917         src/anjuta-tools.c,
22918         src/anjuta.c,
22919         src/anjuta.glade
22920         src/anjuta.h,
22921         src/anjuta_cbs.c,
22922         src/anjuta_dialogs_strings.c,
22923         src/anjuta_info.c,
22924         src/commands.c,
22925         src/compiler_options.c,
22926         src/debugger.c,
22927         src/help.c,
22928         src/main_menubar.c,
22929         src/main_menubar.h,
22930         src/main_menubar_def.h,
22931         src/mainmenu_callbacks.c,
22932         src/mainmenu_callbacks.h,
22933         src/message-manager-private.c,c
22934         src/message-manager-private.h,
22935         src/message-manager.c,c
22936         src/message-manager.h,
22937         src/pixmaps.h,
22938         src/preferences.c,
22939         src/preferences.h,
22940         src/project_config.c,
22941         src/project_dbase.c,
22942         src/project_dbase_gui.c,
22943         src/project_import_gui.c,
22944         src/properties.c,xx,
22945         src/properties.h,
22946         src/resources.c,
22947         src/src_paths.c,
22948         src/text_editor.c,
22949         src/text_editor_gui.c,
22950         src/toolbar.c,
22951         src/utilities.c,
22952         src/utilities.h,
22953         anjuta.prj: GNOME2 porting and fixed many porting bugs.
22954         
22955 2003-01-24  Naba Kumar <naba@gnome.org>
22957         * src/text_editor_gui.c, src/toolbar.c,
22958         src/text_editor.c, src/text_editor_cbs.h:
22959         Used correct notification signal name for scintilla
22960         (gtk2) and fixed UI.
22961         
22962         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
22963         when not required.
22964         
22965         * printing/print-doc.c,
22966         printing/print.c,,
22967         src/anjuta-tools.c,
22968         src/find_replace.c,
22969         src/goto_line.c,
22970         src/launcher.c,
22971         src/mainmenu_callbacks.c,
22972         src/project_dbase.c,
22973         src/project_dbase.h,
22974         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
22975         src/text_editor.c,
22976         src/text_editor_cbs.h:
22979 2003-01-23  Naba Kumar <naba@gnome.org>
22981         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
22982         correct stock icons and organized pixmap macros.
22983         
22984         Makefile.am: Removed non-generated files.
22985         
22986         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
22987         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
22988         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
22989         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
22990         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
22991         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
22992         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
22993         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
22994         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
22995         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
22996         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
22997         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
22998         stop.xpm, undo.xpm}: Removed because no longer used.
23000         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
23001         file_unknown.xpm}: Files renamed from fv_*, as it would
23002         be the right name.
23004         * pixmaps/Makefile.am: Updated for the above changes.
23006 2003-01-23  Jakub Steiner <jimmac * ximian * com>
23008         * pixmaps/autocomplete-16.png,
23009         pixmaps/autocomplete.png,
23010         pixmaps/block-end-16.png,
23011         pixmaps/block-end.png,
23012         pixmaps/block-start-16.png,
23013         pixmaps/block-start.png,
23014         pixmaps/bookmark-first-16.png,
23015         pixmaps/bookmark-first.png,
23016         pixmaps/bookmark-last-16.png,
23017         pixmaps/bookmark-last.png,
23018         pixmaps/bookmark-next-16.png,
23019         pixmaps/bookmark-next.png,
23020         pixmaps/bookmark-prev-16.png,
23021         pixmaps/bookmark-prev.png,
23022         pixmaps/error-next-16.png,
23023         pixmaps/error-next.png,
23024         pixmaps/error-prev-16.png,
23025         pixmaps/error-prev.png: gnome2-styled icons
23028 2003-01-23  Naba Kumar <naba@gnome.org>
23030         * anjuta.prj: Updated compiler options.
23031         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
23033         * src/aneditor.cxx,
23034         src/anjuta.c,
23035         src/anjuta.glade,
23036         src/anjuta_dialogs_strings.c,
23037         src/mainmenu_callbacks.c,
23038         src/mainmenu_callbacks.h,
23039         src/text_editor.c,
23040         src/text_editor_cbs.c,
23041         src/text_editor_gui.c: GNOME2 Porting.
23043 2003-01-22  Naba Kumar <naba@gnome.org>
23045         * ChangeLog: Corrected dates.
23046         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
23047         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
23048         preferences.
23050 2003-01-22  Naba Kumar <naba@gnome.org>
23051         
23052         * plugins/patch/patch-plugin.c: Bug fix.
23053         
23054         * src/anjuta-tools.c,
23055         src/anjuta.c,
23056         src/anjuta.glade,
23057         src/anjuta.h,
23058         src/anjuta_dialogs_strings.c,
23059         src/breakpoints.c,
23060         src/cvs_gui.c,
23061         src/debugger.c,
23062         src/debugger.h,
23063         src/executer.c,
23064         src/glade_iface.c,
23065         src/main.c,
23066         src/mainmenu_callbacks.c,
23067         src/mainmenu_callbacks.h,
23068         src/preferences.c,
23069         src/project_dbase.c,
23070         src/project_dbase_gui.c,
23071         src/registers.c,
23072         src/sharedlib.c,
23073         src/signals.c,
23074         src/signals_cbs.c,
23075         src/source.c,
23076         src/stack_trace.c,
23077         src/toolbar_callbacks.c,
23078         src/utilities.c,
23079         src/utilities.h,
23080         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
23081         
23082         * src/Makefile.am,
23083         (removed) src/CORBA-Server.c,
23084         (removed) src/CORBA-Server.h,
23085         (removed) src/Gladen-common.c,
23086         (removed) src/Gladen-stubs.c,
23087         (removed) src/Gladen.h,
23088         (removed) src/Prj-common.c,
23089         (removed) src/Prj-skelimpl.c,
23090         (removed) src/Prj-skels.c,
23091         (removed) src/Prj-stubs.c,
23092         (removed) src/Prj.h,
23093         (removed) src/glades.c,
23094         (removed) src/glades.h,
23095         (removed) src/messagebox.c,
23096         (removed) src/messagebox.h: Removed because no longer used.
23098 2003-01-21  Naba Kumar <naba@gnome.org>
23100         * src/anjuta-tools.c,
23101         src/anjuta.c,
23102         src/anjuta.glade,
23103         src/anjuta_dialogs_strings.c,
23104         src/anjuta_info.c,
23105         src/anjuta_info.h,
23106         src/breakpoints.c,
23107         src/compiler_options.c,
23108         src/debugger.c,
23109         src/find_replace.c,
23110         src/find_replace.h,
23111         src/find_text.c,
23112         src/find_text.h,
23113         src/goto_line.c,
23114         src/launcher.c,
23115         src/text_editor.c,
23116         widgets/gnomefilelist.c: GNOME2 porting.
23118 2003-01-20  Naba Kumar <naba@gnome.org>
23120         * global-tags/create_global_tags.sh: Uses pkg-config to
23121         read the modules.
23122         
23123         * src/anjuta.c,
23124         src/anjuta.glade,
23125         src/anjuta.h,
23126         src/anjuta_cbs.c,
23127         src/anjuta_dialogs_strings.c,
23128         src/breakpoints.c,
23129         src/breakpoints.h,
23130         src/compiler_options.c,
23131         src/compiler_options.h,
23132         src/fileselection.c,
23133         src/fileselection.h,
23134         src/mainmenu_callbacks.c,
23135         src/project_dbase_gui.c,
23136         src/session.c,
23137         src/src_paths.c,
23138         src/src_paths.h,
23139         src/text_editor.c,
23140         src/text_editor_gui.c,
23141         widgets/gnomefilelist.c,
23142         widgets/gnomefilelist.h: GNOME2 porting.
23143         
23144         * widgets/Makefile.am,
23145         (removed) widgets/gnomedirlist.c,
23146         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
23147         
23148         * src/Makefile.am,
23149         (removed) src/src_paths_cbs.c,
23150         (removed) src/src_paths_cbs.h,
23151         (removed) src/src_paths_gui.c,
23152         (removed) src/compiler_options_cbs.c,
23153         (removed) src/compiler_options_cbs.h,
23154         (removed) src/breakpoints_cbs.c,
23155         (removed) src/breakpoints_cbs.h: Removed because they are now
23156         combined in singe file
23158 2003-01-16  Naba Kumar <naba@gnome.org>
23160         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
23161         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
23162         options dialog UI and data handling.
23165 2003-01-15  Naba Kumar <naba@gnome.org>
23167         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
23168         Completed command editor porting.
23169         
23170         * src/anjuta.c: Removed the use of commands load function
23171         (not required).
23173         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
23174         and unrefs.
23176         * src/anjuta-tools.c: Fixed translatable strings.
23177         
23178         * src/find_text.c: Fixed dialog creation from glade.
23179         
23180         * src/text_editor_gui.c, src/text_editor.c,
23181         src/text_editor_cbs.c: Completed port of detached text editor
23182         to gnome2 plateform.
23183         
23184 2003-01-14  Naba Kumar <naba@gnome.org>
23186         * src/anjuta.glade, src/preferences.[h,c],
23187         src/anjuta_dialogs_strings.c: Added build and editor
23188         preferences pages and other UIs. Fixed preferense loading and saving.
23189         
23190         * src/anjuta.c: Does case-insensitive match for tabs position
23191         preferences and removed preferences loading (done at _new() call).
23192         
23193         * anjuta-tools.c: Debugged tools dialog handling.
23194         * plugins/class-gen/clsGen.c: Fixed an undefined function.
23195         
23196 2003-01-13  Naba Kumar <naba@gnome.org>
23198         * ABOUT-NLS: Update (strange).
23200         * autogen.sh: Removed blocking code.
23202         * configure.in: Fixed an autogen bug.
23203         
23204 2003-01-13  Naba Kumar <naba@gnome.org>
23206         * (new)src/anjuta.gladep
23207         (new)src/messagebox.c
23208         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
23209         will be gradually removed (and then the files).
23210         
23211         * Makefile.am,
23212         anjuta.prj,
23213         printing/print-util.c,
23214         printing/print.c,
23215         scintilla/ScintillaGTK.c,xx
23216         src/Makefile.am,
23217         src/an_file_view.c,
23218         src/an_symbol_view.c,
23219         src/anjuta.c,
23220         src/anjuta.glade
23221         src/anjuta.h,
23222         src/anjuta_dialogs_strings.c,
23223         src/anjuta_gui.c,
23224         src/attach_process.c,
23225         src/attach_process.h,
23226         src/breakpoints.c,
23227         src/breakpoints.h,
23228         src/breakpoints_cbs.c,
23229         src/commands.c,
23230         src/commands.h,
23231         src/compiler_options.c,
23232         src/compiler_options.h,
23233         src/compiler_options_cbs.c,
23234         src/configurer.c,
23235         src/configurer.h,
23236         src/controls.c,
23237         src/cvs_cbs.c,
23238         src/debug_tree.c,
23239         src/debug_tree.h,
23240         src/executer.c,
23241         src/executer.h,
23242         src/find_in_files.c,
23243         src/find_in_files.h,
23244         src/find_in_files_cbs.c,
23245         src/find_replace.c,
23246         src/find_replace.h,
23247         src/find_text.c,
23248         src/find_text.h,
23249         src/goto_line.c,
23250         src/help.c,
23251         src/help.h,
23252         src/launcher.c,
23253         src/main.c,
23254         src/main_menubar.c,
23255         src/mainmenu_callbacks.c,
23256         src/message-manager.c,c
23257         src/pixmaps.h,
23258         src/preferences.c,
23259         src/project_config.c,
23260         src/project_config.h,
23261         src/project_dbase.c,
23262         src/project_import_cbs.c,
23263         src/resources.c,
23264         src/resources.h,
23265         src/splash.c,
23266         src/src_paths.c,
23267         src/src_paths.h,
23268         src/src_paths_gui.c,
23269         src/text_editor.c,
23270         src/text_editor_gui.c,
23271         src/toolbar.c,
23272         src/toolbar.h,
23273         src/utilities.c,
23274         src/utilities.h,
23275         src/wizard_gui.c,
23276         widgets/gnomefilelist.c: GNOME2 Port.
23278 2003-01-10  Naba Kumar  <naba@gnome.org>
23280         * src/an_file_view.c,
23281         src/anjuta_gui.c,
23282         src/appwizard_gui.c,
23283         src/compiler_options.c,
23284         src/compiler_options_cbs.c,
23285         src/cvs_cbs.c,
23286         src/executer.c,
23287         src/fileselection.c,
23288         src/find_in_files.c,
23289         src/goto_line.c,
23290         src/main_menubar.c,
23291         src/memory.c,
23292         src/message-manager-dock.c,
23293         src/preferences.c,
23294         src/project_dbase_gui.c,
23295         src/project_import_gui.c,
23296         src/registers_gui.c,
23297         src/sharedlib_gui.c,
23298         src/src_paths_gui.c,
23299         src/text_editor_gui.c,
23300         src/toolbar.c,
23301         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
23303 2003-01-09  Naba Kumar <naba@gnome.org>
23305         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
23306         problems with some comments.
23308         * anjuta.prj: New project file (updated?)
23310         * src/Makefile.am: Enabled deprecated API and fixed variables.
23312         * src/an_file_view.c,
23313         src/an_symbol_view.c,
23314         src/anjuta-plugins.c,
23315         src/anjuta-tools.c,
23316         src/anjuta.c,
23317         src/anjuta_gui.c,
23318         src/appwizard_cbs.c,
23319         src/attach_process.c,
23320         src/attach_process_cbs.c,
23321         src/compiler_options.c,
23322         src/compiler_options_cbs.c,
23323         src/launcher.c,
23324         src/mainmenu_callbacks.c,
23325         src/message-manager-private.c,c
23326         src/message-manager-private.h,
23327         src/message-manager.c,c
23328         src/message-manager.h,
23329         src/project_dbase.c,
23330         src/project_dbase.h,
23331         src/project_dbase_gui.c,
23332         src/project_import_cbs.c,
23333         src/project_import_gui.c,
23334         src/registers.c,
23335         src/resources.c,
23336         src/resources.h,
23337         src/sharedlib.c,
23338         src/signals.c,
23339         src/signals_cbs.c,
23340         src/signals_gui.c,
23341         src/splash.c,
23342         src/src_paths_cbs.c,
23343         src/src_paths_gui.c,
23344         src/stack_trace.c,
23345         src/text_editor.c,
23346         src/text_editor_gui.c,
23347         src/text_editor_menu.c,
23348         src/toolbar.c,
23349         src/toolbar_callbacks.c,
23350         src/utilities.c,
23351         src/watch.c,
23352         src/watch_cbs.c,
23353         src/wizard_gui.c: GNOME porting.
23355 2002-12-24 Naba Kumar <naba@gnome.org>
23357         * AUTHORS, ChangeLog, HACKING, Makefile.am,
23358         NEWS, README, SEARCH-REPLACE,
23359         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
23360         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
23361         launcher/Makefile.am,
23362         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
23363         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
23364         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
23365         printing/print-util.c, printing/print.c, printing/print.h,
23366         scintilla/*/*, widgets/e-shell-about-box.c,
23367         src/*, tagmanager/*/*, widgets/Makefile.am,
23368         widgets/gnomefilelist.c:
23369         
23370         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
23371         src/*.[c,h] files to gnome2 API.
23373         * src/anjuta_dialogs_strings.c: Added glade generated translatable
23374         strings table.
23376 2002-10-23  Naba Kumar <naba@gnome.org>
23378         * autogen.sh: Prevented Users from building HEAD cvs.
23379         
23380 2002-09-16  Stephane Demurget  <demurgets@free.fr>
23382         * src/anjuta.glade: added the compiler options dialog, hopefully
23383         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
23385 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23387         * src/anjuta.glade: fixed a lot of small glitches.
23389         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
23390         now.
23392         * src/breakpoints_cbs.c: polished a bit.
23394 2002-09-15  Stephane Demurget  <demurgets@free.fr>
23396         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
23398         * src/commands.c: partial gnome 2 port.
23400         * src/utilities.[ch]: changed some bits to be const.
23402 2002-09-14  Stephane Demurget  <demurgets@free.fr>
23404         * src/Makefile.am: removed breakpoints_gui.c and added a check
23405         for gdk-pixbuf deprecated functions, but there shouldn't be much
23406         anyway.
23408         * src/breakpoints_gui.c: killed.
23410         * src/anjuta.glade: added two dialogs for the breakpoints management.
23412         * src/anjuta.h:
23413         * src/anjuta_cbs.c:
23414         * src/appwizard.c:
23415         * src/attach_process.c:
23417         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
23418         really huge changes and porting work.
23419         
23420         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
23421         (breakpoints_dbase_new): moved the UI init bits here.
23423         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
23424         a lot, not using any color anymore (not HIG compliant) and not using
23425         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
23426         to be double checked.
23428         * src/build_file.c:
23429         * src/build_project.c: gnome 2 port.
23431 2002-09-11  Stephane Demurget  <demurgets@free.fr>
23433         * src/anjuta.glade:
23434         * src/anjuta.h:
23435         * src/anjuta_cbs.c:
23436         * src/appwizard.c:
23437         * src/breakpoints.c:
23438         * src/breakpoints_cbs.c: cleaned up some bits.
23440 2002-09-09  Stephane Demurget  <demurgets@free.fr>
23442         * src/Makefile.am:
23443         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
23445         * src/an_symbol_view.[ch]:
23446         * src/attach_process_cbs.h: polished a bit.
23448         * src/breakpoints_cb.[ch]: partial gnome 2 port.
23450 2002-09-02  Stephane Demurget  <demurgets@free.fr>
23452         * configure.in:
23453         * src/Makefile.am: added libglade-2 to the build.
23455         * src/anjuta.[ch]: added support for libglade.
23457         * src/anjuta.glade: added. There could be a file per top-level widget,
23458         as some other gnome projects, though.
23460         * src/attach_process_gui.c: removed.
23461         * src/attach_process.[ch]: gnome 2 port.
23462         (attach_process_new): Added the treeview init and the widget references
23463         here.
23465 2002-08-31  Stephane Demurget  <demurgets@free.fr>
23467         * src/an_file_view.c: fixed some compilation issues.
23469         * src/an_symbol_view.c: gnome 2 port.
23471 2002-08-26  Stephane Demurget  <demurgets@free.fr>
23473         * src/an_file_view.c: finished gnome 2 port.
23474         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
23475         directory pixmap depending on the event.
23477         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
23478         (project_file_data_new): use a GtkTreePath.
23480 2002-08-23  Stephane Demurget  <demurgets@free.fr>
23482         * src/Makefile.am: readded back an_*_view.[ch] because they are still
23483         driving me nuts but they need to be ported, heh ?
23485         * src/an_file_view.c: gnome 2 port, almost finished after some hard
23486         work since it's quite a total rewrite again.
23488 2002-08-22  Stephane Demurget  <demurgets@free.fr>
23490         * src/an_file_view.c:
23491         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
23493 2002-08-21  Stephane Demurget  <demurgets@free.fr>
23495         * src/anjuta_info.c:
23496         * src/utilities.h: gnome 2 port, featuring a total rewrite.
23498 2002-08-20  Stephane Demurget  <demurgets@free.fr>
23500         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
23501         nuts ATM.
23502        
23503         * src/an_file_view.c:
23504         * src/aneditor.cxx:
23505         * src/anjuta_cbs.c:
23506         * src/compiler_options.h:
23507         * src/messagebox.c:
23508         * src/messagebox.h:
23509         * src/pixmaps.h:
23510         * src/project_dbase.h:
23511         * src/resources.h: gnome 2 port.
23513 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23515         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
23517         * data/properties/sql.properties: added the DATETIME data type.
23519         * data/properties/html.properties: added the foreach php keyword.
23521 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23523         * widgets/Makefile.am: removed blank line after the last backslash
23524         for avoiding a warning from automake.
23526         * configure.in:
23527         * src/Makefile.am: added the ORBit-2 dep.
23529 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23531         * AUTHORS: added Biswa, because I wonder why noone already have
23532         written his name in the Anjuta's hall of fame :)
23534 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
23536         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
23537         widgets/e-shell-about-box.c: Made to compile for gnome2.
23538         
23539 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
23541         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
23542         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
23543         
23544         * configure.in, printing/print.h, printing/print.c,
23545         printing/print-doc.c: Made to compile for gnome2.
23546         
23547 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
23549         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
23550         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
23551         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
23552         widgets/Makefile.am:
23553         
23554         Upgraded the build system to gnome2 platform.
23555         
23556 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23557         * manuals/*: Added capability to generate PDF and PS.
23558         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
23559         * TODO, TODO.biswa: Intergated TODO list.
23560         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
23561         , bug #574470
23562         * src/dnd.c: Fix typo
23563         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
23564         * src/anjuta.c: Bug #568895, Bug #575419
23566 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23568         * tagmanager/tm_global_tags.c: Fixed compiler warning.
23569         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
23571 2002-12-17  Naba Kumar <naba@gnome.org>
23573         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
23574         bugs.
23575         
23576 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23577         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
23578         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
23579         * anjuta.prj: Added tools.sgml
23580         * data/properties/cpp.properties: Bug # 646974
23582 2002-12-16  Naba Kumar <naba@gnome.org>
23584         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
23585         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
23586         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
23587         on 'Enter' and adds proper focus mechanism.
23588         * src/anjuta.c: Fixed a memory corruption bug.
23589         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
23590         'Enter' and can also be Canceled. Sets proper default and focus policies
23591         for tools dialogs.
23592         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
23593         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
23594         translatable strings in dialogs and fixed some dialog properties.
23595         * src/anjuta-tools.c: Now uses xml format for loading and saving.
23596         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
23597         * src/message_manager_private.cc: Fixed some debug messages.
23598         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
23599         widgets/gnomefilelist.c: Fixed a memory leaks.
23600         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
23601         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
23602         src/main_menubar_def.h: Implemented incremental search.
23603         * TODO: Updated.
23605 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23606         * tagmanager/*: Minor cleanups and warning fixes.
23607         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
23608         GUI during long updates.
23609         * src/text_editor.c: Remove debug message.
23611 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23612         * tagmanager/tm_project.c: Fix a memory access problem.
23614 2002-12-13  Naba Kumar <naba@gnome.org>
23616         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
23617         tools list to show "Enabled" flag of the tool. Fixed a bug where
23618         tool list is not cleared when creating a new tool.
23619         
23620 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23621         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
23623 2002-12-12  Naba Kumar <naba@gnome.org>
23625         * anjuta-tools.[h,c], commands.c: Used the tools help of
23626         anjuta variables list in commands editor and fixed a typos
23627         buy in anjuta-tools.c.
23628         
23629 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23630         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
23631         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
23632         * TODO.biswa: Added to help me track things better.
23634 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23636         * configure.in, anjuta.spec.in: Added libglade dependency.
23637         * Makefile.am: Added anjuta.glade file.
23638         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
23639         , src/mainmenu_callbacks.[ch], src/message-manager.h
23640         , src/widget-registry.c: Tools editor GUI + other additions.
23642 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23644         * src/project_dbase.[ch], tagmanager/tm_project.c,
23645         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
23646         Implement syncing tags image with the project database.
23647         * src/anjuta-tools.c: Implemented variable substitution and
23648         working directory in tools.
23650 2002-12-09  Naba Kumar <naba@gnome.org>
23651         
23652         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
23653         command configuration language list from properties.
23654         
23655         * data/properties/asm.properties, data/properties/ruby.properties:
23656         Fixed typos.
23658 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23660         * src/an_symbol_view.c: Remember current selected entry and select
23661         it automatically after refresh.
23663 2002-11-26  Murray Cumming  <murrayc@usa.net>
23665         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
23666           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
23667         and gnomemm 1.2 projects so that people know they are really
23668         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
23669         But I did correct these to sue lowercase names.
23671 2002-12-01  Naba Kumar <naba@gnome.org>
23673         * data/anjuta.properties: Fixed caching problem on 
23674         indicators.
23675         * src/preferences.c, src/preferences_gui.c: Implemented automatic
23676         indicators prefs.
23677         
23678 2002-12-01  Naba Kumar <naba@gnome.org>
23680         * data/properies/anjuta.properties: Corrected "indicators.automatic"
23681         property name.
23682         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
23683         property and uses it.
23684         * src/aneditor.cxx: Fixed a bug associated with selection a word at
23685         current cursor.
23686         
23687 2002-11-30  Naba Kumar <naba@gnome.org>
23689         * src/debugger.c: Fixed a typo.
23690         * data/properties/*: Updated properties files and added
23691         new ones.
23692         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
23693         Added comment submenu and cleaned up ref and unref of menus.
23694         * src/aneditor.h: Added definition of comment commands.
23695         * src/aneditor.c: Upgrade from latest SciTE source code.
23696         * src/text_editor.[hc], src/text_editor_cbs.c, 
23697         src/message_manager_private.cc, src/message_manager.[cc,h],
23698         src/anjuta.[c,h]: Added indicators support for errors/warnings
23699         highlight in the editor.
23700         * NEWS, TODO: Update.
23701         * scintilla/include/PropSet.h: Removed deprecrated function.
23702         
23703 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23705         * src/anjuta-tools.[ch]: Tools implementation (basic)
23706         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
23707           , src/main_menubar_def.h: PLugins cleanup and segregation
23708         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
23709           registry
23710         * anjuta.prj: Added new files
23711         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
23712         * plugins/class-gen/clsGen.c: Register menu under 'Project'
23713         * plugins/patch/patch-plugin.c: Register menu under 'Format'
23714         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
23715         * src/Makefile.am: Added new files
23716         * src/message-manager.[cc/h]: Added standard output and error windows
23718 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
23720         * project_type.c: Fixed Gnomemm2 project type
23722 2002-11-25  Naba Kumar <naba@gnome.org>
23724         * printing/print.c: Fixed a compile warning.
23725         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
23726         * src/utilities.c: Fixed a compile warning in sparc, hides the
23727         terminal check error output from the user.
23728         * project_config.[ch], project_dbase.[ch], source.c: Added project
23729         version, exclude modules configuration and reordered other config
23730         properties. Changed some strings to more descriptive text.
23731         * src/compiler_opitions.c: Removed extra newlines from .prj file
23732         save.
23733         * anjuta.prj: Converted to new format (only reorganised properties
23734         and removed extra newlines ... nothing else).
23735         * NEWS: updated
23736         
23737 2002-11-21  Naba Kumar <naba@gnome.org>
23739         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
23740         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
23741         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
23742         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
23743         Updated to the CVS version.
23745 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23747         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
23748           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
23749           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
23750           images in completion lists. 
23751         * src/resources.h: Make C++ friendly.
23752         * scintilla/PropSet.cxx: Fix memory leak.
23754 2002-11-20  Naba Kumar <naba@gnome.org>
23756         * scintilla/*/*: Synced to latest scintilla 1.49
23757         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
23758         New lexers added.
23760         * scintilla/RESearch.cxx: The automatic cvs log in the
23761         file really broke things trying to interprete the changelog
23762         entry incorrectly as end-of-comment. Removed the $cvs line
23763         and committed again.
23764         
23765 2002-11-19  Naba Kumar <naba@gnome.org>
23767         Patch from Timothee Besset <ttimo@idsoftware.com>
23768         
23769         * src/message-manager-private.cc: Interpretes absolute
23770         file paths properly in zvt terminal.
23772 2002-11-19  Naba Kumar <naba@gnome.org>
23774         Patch from Timothee Besset <ttimo@idsoftware.com>
23775         
23776         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
23777         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
23778         (important) editor preferences in project (if there is one
23779         open).
23780         
23781         * TODO: Updated
23782         
23783 2002-11-18  Naba Kumar <naba@gnome.org>
23784         
23785         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23786         
23787         * src/debug_tree.c, src/find_in_files_gui.c,
23788         src/find_replace.c, src/find_text.c, 
23789         src/project_import.c, src/project_import_gui.c,
23790         src/wizard_gui.c: i18n Fixes.
23792 2002-11-15  Naba Kumar <naba@gnome.org>
23794         * plugins/class-gen/clsGen.c: Fixed to use project function
23795         to import files. Create non-existent directories before the
23796         sources are written.
23797         
23798         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
23799         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
23800         src/glade_iface.c,
23801         src/glades.c: Excluded gladen files from build. This
23802         will fix the unnecessary dependency on libssl.
23803         
23804         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
23805         file import funtion.
23806         
23807         * src/message_manager_private.cc: Fixed a compiler warning with
23808         DEBUG preprocessor macro.
23809         
23810         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
23811         wrong (undocked) editor window was closed on clicking close on an
23812         undocked editor window.
23813         
23814         * src/debugger.c: Fixed a bad bug where debugger terminal won't
23815         start correctly if the executable was run before with 'F3'.
23816         
23817         * src/toolbar_callbacks.c: Wrap around find next.
23818         * src/toolbar.c: Disable combo activate.
23819         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
23820         button positions to get 'yes' as default.
23822         * anjuta.spec.in: Updated.
23823         
23824         * src/anjuta_info.c, src/appwizard_gui.c,
23825         src/attach_process_gui.c, src/breakpoints_gui.c,
23826         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
23827         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
23828         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
23829         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
23830         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
23831         src/preferences.c, src/preferences_gui.c, src/project_config.c,
23832         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
23833         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
23834         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
23835         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
23836         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
23837         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
23838         plugins/patch/patch-plugin.c, printing/print-util.c:
23839         Set all windows and dialogs transient
23840         to their parents so that they remain floated above their parents.
23841         
23842 2002-11-13  Naba Kumar <naba@gnome.org>
23844         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
23845         take default editor font).
23846         
23847         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
23848         Corrected email address.
23849         
23850         * src/mainmenu_callbacks.c: Used spaces instead of tabs
23851         for changelog entry.
23853         * NEWS: Updated.
23854         
23855 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23856         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
23858 2002-11-06  Naba Kumar <naba@gnome.org>
23860         * README: Updated
23861         * anjuta.spec.in: Ships the .omf files with the
23862         documents instead of the base package.
23863         
23864 2002-11-04  Naba Kumar <naba@gnome.org>
23866         * data/properties/latex.properties: Fixed a bug.
23867         * ChangeLog: Released 1.0.0 stable.
23869 2002-11-04  Naba Kumar <naba@gnome.org>
23871         * src/commands.c: Added command with shell redirection capability.
23872         * data/properties/anjuta.properties: Changed default execution
23873         command.
23874         * src/project_dbase.c: Set project top dir in properties.
23875         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
23876         * data/Makefile.am: More diskcheck error fixes.
23877         
23878         * README, anjuta.spec.in, THANKS, AUTHORS,
23879         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
23880         manuals/C/anjuta-manual/authers,sgml,
23881         manuals/C/anjuta-manual/anjuta-manual.sgml,
23882         manuals/C/anjuta-manual/anjuta-manual-C.omf,
23883         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
23884         : Changed anjuta home to
23885         new URL and my email address.
23886         
23887         * manuals/C/anjuta-manual/interfaces.sgml,
23888         manuals/C/anjuta-manual/prefereces.sgml,
23889         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
23890         
23891         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
23892         : removed reference to the help menu as the menu is modified
23893         when no help is found (which is very likely when we are
23894         shiping the documents separately).
23895         
23896 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23897         * anjuta.spec.in: Update specfile to make multiple RPMs.
23898         * data/Makefile.am: make dist fix.
23899         * src/text_editor_menu.c: Fix compile warnings (casts).
23901 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23902         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
23903         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
23905 2002-11-01  Naba Kumar <naba@gnome.org>
23907         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
23908         Added gnome2 macros to be used by gnome2 project wizard.
23909         
23910         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
23911         from gnome-common.
23912         
23913         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
23914         as it was conflicting with generated projects and is not
23915         useful for us.
23916         
23917         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
23918         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
23919         project generation, removed qt project as it's not complete and
23920         added gnome2 bonobo wizard.
23922 2002-10-29  Naba Kumar <naba@gnome.org>
23924         * po/POTFILES.in: Updated.
23925         * po/POTFILES.skip: Added.
23926         * preferences.h: Fixed print paper size property name.
23928 2002-10-28  Naba Kumar <naba@gnome.org>
23929         
23930         * data/user.properties, data/Makefile.am: Added user properties file
23931         which will be copied in user's ~/.anjuta/user.properties.
23932         
23933         * data/anjuta.properties: Changed a comment.
23934         
23935         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
23936         
23937         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23938         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
23939         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
23940         item.
23942         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
23943         instead of user properties file.
23944   
23945         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
23946         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
23947         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
23948         * README, TODO: Updated.
23949         
23950 2002-10-28  Naba Kumar <naba@gnome.org>
23952     * manuals/C/anjuta-manual/figures/editor_guides.png,
23953     manuals/C/anjuta-manual/figures/editor_margins.png,
23954     manuals/C/anjuta-manual/figures/editor_markers.png,
23955     manuals/C/anjuta-manual/figures/local_variables.png,
23956     manuals/C/anjuta-manual/figures/open_file_multiple.png,
23957     manuals/C/anjuta-manual/figures/prefs_print.png,
23958     manuals/C/anjuta-manual/figures/print_dlg.png,
23959     manuals/C/anjuta-manual/figures/print_preview.png,
23960     manuals/C/anjuta-manual/figures/symbol_browser.png,
23961     manuals/C/anjuta-manual/figures/variable_tip.png: New png
23962     files for manual documentation.
23963     
23964     * manuals/sgmldocs.make,
23965     manuals/C/anjuta-manual/Makefile.am,
23966     manuals/C/anjuta-manual/authors.sgml,
23967     manuals/C/anjuta-manual/build.sgml,
23968     manuals/C/anjuta-manual/compileopts.sgml,
23969     manuals/C/anjuta-manual/debugger.sgml,
23970     manuals/C/anjuta-manual/execute.sgml,
23971     manuals/C/anjuta-manual/fileoperations.sgml,
23972     manuals/C/anjuta-manual/interface.sgml,
23973     manuals/C/anjuta-manual/preferences.sgml,
23974     manuals/C/anjuta-manual/projects.sgml,
23975     manuals/C/anjuta-manual/figures/arguments.png,
23976     manuals/C/anjuta-manual/figures/open_file.png,
23977     manuals/C/anjuta-manual/figures/other_opts.png,
23978     manuals/C/anjuta-manual/figures/scrshot.png,
23979     manuals/C/anjuta-manual/figures/toolbar_browser.png,
23980     manuals/C/anjuta-manual/figures/toolbar_tags.png:
23981     
23982     Updated anjuta manual documentation.
23984     
23985 2002-10-27  Naba Kumar <naba@gnome.org>
23987     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
23988     check and modifies debugger terminal command accordingly
23989     to function properly.
23990     
23991 2002-10-25  Naba Kumar <naba@gnome.org>
23993         * manuals/sgmldocs.make: Fixed a couple of bugs.
23994         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
23996 2002-10-24  Naba Kumar <naba@gnome.org>
23998         * src/debug_tree.c: Fixed a crash bug from Etay.
24000         * global_tags/create_global_tags: Added messages.
24001         Fixed infinite looping within files.
24002         
24003         * macro/autogen.sh: Removed debug and warning flags for defaults.
24004         
24005         Patch from Vadim Berezniker <vadim@berezniker.com>
24006         
24007         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
24008         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
24009         generation.
24011         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
24012         temporarily just copy it
24014 2002-10-24  Naba Kumar <naba@gnome.org>
24016         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
24017         manuals/C/anjuta-manual/anjuta-manual.sgml, 
24018         manuals/C/anjuta-manual/compileopts.sgml,
24019         manuals/C/anjuta-manual/debugger.sgml,
24020         manuals/C/anjuta-manual/execute.sgml,
24021         manuals/C/anjuta-manual/fileoperations.sgml,
24022         manuals/C/anjuta-manual/interface.sgml,
24023         manuals/C/anjuta-manual/introduction.sgml,
24024         manuals/C/anjuta-manual/projects.sgml,
24025         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24026         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
24027         manuals/ja/anjuta-manual/anjuta-manual.sgml,
24028         manuals/ja/anjuta-manual/compileopts.sgml,
24029         manuals/ja/anjuta-manual/debugger.sgml,
24030         manuals/ja/anjuta-manual/execute.sgml,
24031         manuals/ja/anjuta-manual/fileoperations.sgml,
24032         manuals/ja/anjuta-manual/interface.sgml,
24033         manuals/ja/anjuta-manual/introduction.sgml,
24034         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
24036 2002-10-24  Naba Kumar <naba@gnome.org>
24038         * src/project_type.c: added autogen for qt projects.
24039         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
24040         Fixed a bug that retrieves wrong terminal command.
24041         * src/commnads.c: Added more terminal commands.
24042         * configure.in: Checks for scrollkeeper version.
24043         
24044 2002-10-22  Naba Kumar <naba@gnome.org>
24046         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
24047         instead of AM_GNOME_GETTEXT.
24048         
24049         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
24050         for setup-gettext for the wizard generated projects.
24052         * src/source.c: Fixed a bug where glade file wasn't generated.
24053         
24054         * src/gnome_project.c: Excluded project version from project dir
24055         name.
24056         
24057 2002-10-22  Naba Kumar <naba@gnome.org>
24059         * acinclude.m4: New file with dummy funtion for gettext
24060         cross compatibility fix.
24061         
24062         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
24063         * configure.in: Fixed cflags to avoid useless warnings.
24064         * Makefile.am: EXTRA_DIST += setup-gettext.
24065         * src/toolbars.c: Added space paddings around tags label.
24067 2002-10-21  Naba Kumar <naba@gnome.org>
24069         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24070         
24071         * setup-gettext: New script to maintain gettext cross version
24072         compatibility.
24073         * configure.in, macros/autogen.sh: Fix for gettext cross version
24074         compatibility.
24075         
24076 2002-10-21  Naba Kumar <naba@gnome.org>
24078         * debug_tree.c: Fixed incorrect use of debug assertion.
24079         
24080 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
24081             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24082         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
24083         src/memory.c, src/memory.h, src/message-manager-private.cc:
24084         
24085         New parsing algorithm; adapted from kdevelop.
24086         Middle button menu for changing the value's display type
24088 2002-10-07  Naba Kumar <naba@gnome.org>
24090         * src/main_menubar_def.h: Changed status bar message for Help->
24091         Browse info pages. Bug #603308
24093         * src/executer.c: Made "User terminal" default for creating
24094         projects (User can always disable it later). Bug #114222
24095         
24096 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24098         * macros/autogen.sh: Require gettext 0.10.x for autogen
24099         * src/text_editor.c: Fixes Bug #595303
24100         * src/source.c: Fixes Bug #595970
24101         * src/anjuta.c: Fixes Bug #598366
24102         * scingtilla/LexCPP.cxx: Bug #602296
24103         * src/main_menubar_def.h: Bug #604363
24104         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
24105         
24106 2002-10-07  Jens Georg <mail@jensgeorg.de>
24108         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24109         * gnomefilelist.c: This patch fixes the bug #611542
24110         
24111 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24113         * data/properties/Makefile.am: Added tcltk.properties file.
24114         
24115 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24117         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24118         
24119         * README: Updated README
24120         * plugins/class-gen/clsGen.c, src/message_manager.cc
24121           , src/mainmeu_callbacks.c, src/memory.c
24122           , src/project_dbase_gui.c, src/text_editor_gui.c
24123           , widgets/gnomefilelist.c: Set window icons
24124         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
24125           Enabled release build (stripped + optimized binaries, etc.)
24126         * data/properties/anjuta.properties, src/commands.c,
24127           src/defaults.cFixed bug #595489 (stdin on executables)
24128         * src/appwizard.c, src/main.c, src/message-manager.cc
24129           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
24130           , src/debug_tree.c: Memory related (valgrind) fixes.
24131         * src/message-manager-private.[cc,h], src/pixpams.h
24132           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
24133         * anjuta.prj: Added debug_tree.c to SOURCES
24134         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24135           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
24136           Compacted code and cleaned up unnecessary functions.
24137         * tagmanager/*.[ch]: Code fixes.
24138         
24139 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
24140         
24141         Reviewed by: Naba Kumar <kh_naba@gnome.org>
24142         
24143         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
24144         Debug tree now detects changes of displayed variables
24145         and changes their color to red
24147 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24149         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24150         
24151         * mainmenu_callbacks.c: Set's the current file name in
24152         file save as dialog.
24153         
24154 2002-09-20  Naba Kumar <kh_naba@gnome.org>
24156         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
24158         * data/properties/tcltk.properties: New file for tcl/tk
24159         properties.
24161 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
24163         * src/project_type.[c,h], src/source.c, data/Makefile.am:
24164         Fixed a fatal bug which doesn't let building gnome2 related
24165         projects. They use different autogen.sh script. Defined new
24166         type field "gnome_macro_support".
24167         
24168         * data/autogen.sh.gnome2: New file.
24169         
24170         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
24171         bug with quotes escaping in quotes.
24172         
24173         * src/message-manager-private.cc: Used event box instead
24174         of frame for local message pane, so that the borders appear
24175         properly and nicely.
24176         
24177         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
24178         if there is a project open and all the files are un-docked.
24180         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
24182 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
24184         * src/main_menubar_def.h: implement feature request #595356, patch #597161
24185         * THANKS: updated for new contributions
24186         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
24188 2002-08-27 Steven Knight  <steven.knight@unh.edu>
24190         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
24191         src/project_dbase.h, src/project_type.c, src/source.c, 
24192         src/wizard_gui.c: new Qt project type
24193         *** NB not fully tested, may need some work, icon required...
24195 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24197         * src/memory.c, src/memory.h: new memory patch
24199 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
24201         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
24203 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
24205         * lancher/anjuta_launcher.c: Determine pty from function
24206         call instead of running 'tty' externally.
24207         
24208         * data/properties/cs.properties: Added compile/build commands.
24209         Fixed execution properties.
24210         
24211         * src/commands.c: Added c# options.
24213         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
24214         
24215         * src/debug_tree.[c,h], src/debugger.[c,h],
24216         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
24217         
24218         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
24219         1. Misaligned structs when they are members of other structs.
24220         2. '{' sometimes appears as a variable.
24221         3. Wrong processing of some arrays.
24222         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
24223         that displays the tree in two columns (variable and value).
24225 2002-08-14  Stephane Demurget  <demurgets@free.fr>
24227         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
24229         * data/properties/sql.properties: added the DATETIME data type.
24231         * data/properties/html.properties: added the foreach php keyword.
24233 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24235         * NEWS: Updated with new features.
24236         
24237         * data/.cvsignore, doc/.cvsignore: Updated.
24238         
24239         Patch from: Etay Meiri <etay-m@bezeqint.net>
24240         
24241         * src/debug_tree.h, src/debug_tree.c: New files.
24242         
24243         * src/Makefile.am, src/message-manger-private.[h,cc],
24244         src/message-manger.cc: Added Tree view for debugger
24245         locals view.
24246         
24247 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
24249         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24250         
24251         * src/memory.c, src/memory.h: New files.
24252         
24253         * src/Makefile.am, src/appwizard.c, src/controls.c,
24254         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24255         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24256         
24257         Memory view implemetation that would enable viewing raw memory
24258         during debugging.
24260 2002-08-08  Stephane Demurget  <demurgets@free.fr>
24262         * AUTHORS: added Biswa, because I wonder why noone already have
24263         written his name in the Anjuta's hall of fame :)
24265 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
24267         * src/appwizard_gui.c: Removed an ambiguous prototype.
24268         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
24269         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
24270         * THANKS: Updated M. Ali Vardar's email.
24271         
24272 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24274         * src/anjuta_gui.c: implemented feature request to stop main and browser
24275           toolbars having exclusive use of space
24277 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
24279         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
24280         left over from the previous work to fix bugs :-)
24281         
24282         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
24283         src/controls.c, src/mainmenu_callbacks.h, 
24284         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
24285         reviewed
24286         
24287         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
24288         src/project_import_gui.c, src/sharedlib_gui.c, 
24289         src/signals_gui.c: set window icon correctly
24290         
24291         * NEWS: more updates for the release
24292         
24293         * HACKING: updated for window icons and insert menu information
24294         
24295         * src/cvs_gui.c, src/build_project.c, 
24296         src/project_import_cbs.c: message strings reviewed
24297         
24298         * src/controls.c: context help button should be disabled if 
24299         DevHelp is not installed
24300         
24302 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24304         * src/debugger.c: Fixed the signalling screw up because of string
24305         update in gdb used to report the child process PID. Also, no
24306         error dialog will be popped up for "no such file or directory"
24307         error (very annoying and useless error). This error will still
24308         be shown on the debug message window. Avoided terminating the
24309         program when the terminal is terminated -- doesn't hurt, otherwise
24310         we get crappy egg-and-hen problem.
24311         
24312         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
24313         dimensions loading.
24314         
24315         * src/anjuta.c: Limited the default size of main window to sane
24316         values.
24318         * src/preferences.c: Fixed some deadly memory corruption bugs in
24319         the recent patches. Return from getenv() should NEVER be freed,
24320         because they are static strings.
24321         
24322         * src/preferences_gui.c: Removed the fix for crash bug with font
24323         selection and applied the real fix.
24324         
24325 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
24327         * NEWS: updated for release
24329 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
24331         * src/launcher.c: Added a fix a memory leak and a possible
24332         fix for zvt-crash bug.
24333         
24334         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
24335         
24336         * data/properties/latex.properties,
24337         data/properties/ada.properties: Added file.is.source property.
24338         
24339         * src/an_file_view.c: Set auto column size of the file
24340         revision column.
24341         
24342         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
24343         The user is now prompted to confirm the closing of the file
24344         if it is being used by CVS. If yes, the editor is closed and
24345         the CVS operation stops.
24346         
24347 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
24349         * anjuta.prj: bump project version for release
24350         * BUGS: removed unnecessary file
24352 2002-06-07      Philip Van Hoof <freax@pandora.be>
24354         * widgets/gnomefilelist.c: fix up issue with directory deleted 
24355         during the life of the file list widget
24356         * src/preferences_gui.c: sticking-plaster fix to font selection
24357         causes segfault bug
24359         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
24361 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24363         * data/properties/anjuta.properties, src/an_file_view.[ch], 
24364         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
24365         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
24366         added options for symbol and file browsers.
24367         * data/properties/cpp.properties: linker flags should come after
24368         the name of the file to compile.
24369         * scintilla/Editor.cxx: fixed gcc compilation warning.
24370         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
24371         be executed from bindir only.
24372         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
24373         tagmanager/include/tm_file_entry.h: CVS version information in file 
24374         browser.
24375         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
24376         window.
24377         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
24378         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
24379         crashes during file import.
24380         * src/project_import.c: disable project menu items during project 
24381         import.
24382         
24383         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24385 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
24387         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
24388         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
24389         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
24390         modified Insert menu, added C functions template, header C 
24391         template, modified header_template HEADER_H ==> NAMEFILE_H
24392         
24393         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24395 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24397         * data/properties/html.properties: changed some file 
24398         associations
24400 2002-06-05 Philip Van Hoof <freax@pandora.be>
24402         * widgets/gnomefilelist.c: Fixed #560759 and #561776
24403         
24404         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24406 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24408         * data/properties/anjuta.properties, src/defaults.c: Make windows
24409         docked by default, fix the big fonts bug.
24410         
24411         * src/an_file_view.c, src/main_menubar_def.h, 
24412         src/project_dbase_gui.c: sanitized the Edit/View mess.
24413         
24414         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
24415         for customizing shortcuts.
24416         
24417         * src/mainmenu_callbacks.c: Search for selected word if present.
24418         
24419         * src/text_editor_menu.c: Added context menu options for docking
24420         and undocking editor windows.
24421         
24422         * src/main_menubar.h, src/main_menubar.c: more support for the 
24423         shortcuts menu item.
24424         
24425         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24427 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
24429         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
24430         all commit messages being written to top of the file
24431         
24432         * src/main_menubar_def.h: message strings reviewed
24433         
24434         * src/project_import.c: message strings reviewed
24435         
24436         * src/source.c, src/glades.c: message strings reviewed. Fixed 
24437         some bugs around reading the project properties for creating 
24438         .glade and .desktop files in the Application Wizard. There were
24439         typos in the property names being retrieved
24440         
24441         * widgets/gnomefilelist.c: changed build_full_path to make 
24442         the file widget support ~
24443         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
24444         
24445         * THANKS, widgets/e-shell-about-box.c, 
24446         manuals/anjuta-manual/C/authors.sgml: updated for new
24447         patch
24449 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
24451         * src/project_dbase.c: Fixed the file-path-corruption bug
24452         and the cannot-import-file-in-project bug. (follow-up with
24453         the last commit from Stef).
24454         
24455         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
24456         with unsaved-project.
24457         
24458 2002-06-05  Stephane Demurget  <demurgets@free.fr>
24460         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
24461         misplaced g_free.
24463 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24465         * data/properties/{xml,html,other}.properties: changed some file 
24466         associations
24467         
24468         * data/anjuta.mime: oops! cvs added
24469         
24470         * scintilla/RESearch.cxx: fixed up a problem with comments
24471         
24472         * global-tags/create_global_tags.sh: redirect errors to /dev/null
24473         to avoid messages about missing libs
24474         
24475         * NEWS: started the release notes
24477 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
24479         * HACKING: updated with new information on printing, patch naming
24480         
24481         * TODO: removed completed tasks
24482         
24483         * THANKS: updated a few contributions
24484         
24485         * anjuta.prj: updated the icon file
24486         
24487         * anjuta.desktop.in.in: updated to add Categories
24488         
24489         * data/anjuta.mime: created a mime type for Anjuta project files
24490         (NB needs to be added to the install in /usr/share/mime/)
24491         
24492         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
24493         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
24494         to PNG for websites.
24495         
24496         * plugins/patch/patch-plugin.c: clarified some messages and 
24497         made it easier to see different patching sessions
24498         
24499         * src/toolbar.c: changed some message text for consistency
24500         
24501         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
24502         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
24503         in preferences. 
24504         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24505                  
24506         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
24507         src/project_dbase.{c,h}, src/project_import_cbs.c, 
24508         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
24509         Added XLib Project and a Dockapp Project types.
24510         * pixmaps/Makefile.am: added line for new pixmap for new xlib
24511         projects
24512         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
24513         * src/source.c: Fixed memory leak in existing projects. 
24514         (filename was not freed)
24515         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
24517 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
24519         * src/anjuta.h, src/anjuta.c: Added error display funtions
24520         with parent windows.
24521         
24522         * src/appwizard_cbs.c: Changed error display function to use
24523         parented version.
24524         
24525 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
24527         * printing/print.h, printing/printing.c: Taken care of document
24528         zoom factor and fixed a font loading bug. Dynamically calculated
24529         text widths to work with zooms properly. Re-organized code for
24530         dynamic text width calulations to work in general with utf8 chars.
24531          Determined font height and width automatically from the font info.
24532         
24533         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
24534         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
24535         Converted text.zoom.factor property to use #defined value. Removed
24536         margin header and margin numbers preferences, as they  now
24537         calculated dynamically.
24538         
24539 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
24541         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
24542         printing/print-util.h, printing/print.c, printing/print.h:
24543         Rewritten printing support for style based printing. Syntax highlighted
24544         printing, monochromatic printing, setup using preferences etc.
24546         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
24547         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
24548         language and the styled text buffer.
24549         
24550         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
24551         the print setup preferences page and added printer preferences. Added functions
24552         to retrieve preferences with default values.
24553         
24554         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
24555         the printing.
24557         * data/properties/anjuta.properties: Added default printer preferences.
24559         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
24560         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
24561         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
24563         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
24564         
24565 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24567         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24569         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
24570         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
24571         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
24572         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
24574         printing/Makefile.am: Reduced compiler optimizations.
24576         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
24577         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
24578         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
24579         tagmanager/tm_workspace.c: TagManager fixes.
24581 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
24583         * printing/*: CVS added. :)
24584         
24585 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24587         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24589         * printing*: CVS added.
24590         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
24591           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
24592           src/main_menubar_def.h: Gnome Print support
24593         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
24594         * configure.in: Enable debugging flag option
24595         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
24596           Print properties defined.
24597         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
24598         
24599 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24601         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24602         
24603         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
24604         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24605           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
24606           and cleanups
24607         * src/text_editor.c: Minor cleanups.
24608         * anjuta.c: Tweaks to 'Goto File Line' functionality.
24609         * src/project_dbase.c: Fixes to add/remove files from project.
24610         * src/help.c: Fix minor memory leak.
24611         * src/project_dbase_gui.c: Remove debugging messages.
24612         * src/utilities.[ch]: Cleanups and minor fixes.
24613         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
24615 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
24617         * src/anjuta.c [anjuta_apply_preferences()]:
24618         Fixed a crash bug when tab pos is not defined for the editors.
24619         
24620         * data/properties/cpp.properties: Set default identifier property to normal.
24621         This fixes the bug in which the fore color gets hidden with dark background.
24623 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
24625         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
24626         scintilla 1.46
24627         
24628         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
24629         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
24630         src/anjuta.c, data/properties/anjuta.properties:
24631         Implemented line wrapping.
24632         
24633         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
24634         
24635         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
24636         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
24637         tags. Code was reviewed from GNOME Bonsai view.
24638         
24639         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
24640         it seems to have been removed by scintilla people.
24641         
24642         * data/properties/anjuta.properties: Set default line wrap to false, as
24643         is noticably slow with big files.
24644         
24645 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
24647         * src/project_import_gui.c: disallow the selection of files in
24648           the browse dialog.
24649         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
24650           preferences code.
24651         
24652 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24654         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
24655           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
24656         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
24657         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
24658           now works properly.
24659         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
24660         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
24661         * src/utilities.[ch]: Added some utility functions.
24662         * tagmanager/tm_project.c: Fix for bug in file removal from project.
24663         
24664         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24666 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24668         * HACKING: info on FIXME statements and removed ccview references
24669         * Makefile.am: added rule to make RPM package
24671 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
24673         * THANKS, widgets/e-shell-about-box.c, 
24674         manuals/anjuta-manual/C/authors.sgml: updated for new
24675         patch
24676         * src/anjuta.c: removed unnecessary warning code since CVS 
24677         support is now implemented :-)
24678         * manuals/sgmldocs.make: implemented a fix for bug #553969
24679         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
24680         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
24681         manuals/C/anjuta-faqs-C.omf: modified the descriptions
24682         
24683 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24684         
24685         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
24686           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
24687           src/main_menubar_def.h, src/preferences_gui.c,
24688           preferences.c, preferences.h: setup Username and Email 
24689           preferences, Insert ChangeLog and Username editor functions
24690           
24691           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
24693 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
24694         
24695         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
24696           src/src_paths_cbs.c, src/src_paths_gui.c
24697           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
24699           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
24701 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24703         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
24704           and goto tag menu items to main menu.
24706 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24708         * THANKS, widgets/e-shell-about-box.c, 
24709         manuals/anjuta-manual/C/authors.sgml: added new contributors
24710         * HACKING: updated with info on files to change for credits
24712 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
24714     * src/aneditor.cxx: extended extension list which fixes segfault
24715     on selecting lisp, ruby or matlab as highlight style.
24717 2002-05-09  Andy Piper <andy.piper@freeuk.com>
24719         * src/main_menubar_def.h: fixed an array initialiser and fixed
24720         the lexer settings for the new entries on the Format menu
24722 2002-05-07  Stephane Demurget  <demurgets@free.fr>
24724         * Synced with Scintilla 1.45
24726 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24728         * anjuta.prj: added another missing file
24729         * ChangeLog: fixed some incorrect change dates I caused by 
24730         sloppy cut-and-pasting :-/
24732 2002-05-06  Andy Piper <andy.piper@freeuk.com>
24733         
24734         * src/mainmenu_callbacks.c: fixed title of new About box
24736 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24738         * src/pixmaps.h: added macros for OpenGL and SDL project icons
24740 2002-05-05  Andy Piper <andy.piper@freeuk.com>
24742         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
24743         * anjuta.prj: updated for new files
24745 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
24747         * widgets/e-shell-about-box.c: Added version display.
24748         
24749 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24751         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
24752         widgets/scroll_menu.c: fixed up some compiler warnings (patch
24753         from Philip Van Hoof)
24755 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24757         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
24758         dependency
24759         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
24760         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
24761         that produced build errors (needs checking on a machine with the
24762         ja locale!)
24763         * data/properties/lisp.properties: updated to match format of other
24764         lexer property files supplied with Anjuta
24766 2002-05-03  Andy Piper <andy.piper@freeuk.com>
24768         * anjuta.prj: added new files
24769         * HACKING: added information from the mailing list on 
24770         adding new project types to the wizard (thanks to Johannes)
24772 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24774         * src/utilities.h, src/launcher.c, src/gnome_project.c,
24775           src/appwiz_page2.c: Fix for 547038.
24777 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24779     * attach_process.c, attach_process_cbs.c: Fixed a dialog
24780     hide bug.
24781     
24782     * about.h: cvs removed.
24783     
24784 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24786         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24788         Fix for #539574.
24790         * src/anjuta.c (anjuta_system_error): checks for the error number to
24791         know whether the error description is needed or not.
24793 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24795         * pixmaps/anjuta_logo.png: New about logo.
24796     
24797         * pixmaps/anjuta_icon.png: New icon from Misha. The
24798         old one had trouble with some gtk themes.
24799     
24800         * about.c: Removed. No longer needed.
24802         * mainmenu_callbacks.c: Removed reference of about.h
24803     
24804 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24806         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24808         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
24809           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
24810         About Dialog (thanks to the Evolution team for the cool widget!)
24812 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
24814         Patch from lbell <lbell@tsc4.com>
24815     
24816         * src/find_in_files.c, src/find_in_files.h,
24817           src/anjuta.c: Added save_yourself, load_yourself routines.
24818     
24819         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
24820         Added "Append messages" toggle button. This will enable
24821         the search results to be appended to the already existing
24822         results.
24823     
24824         * src/debugger.c: Fixed a typo.
24825     
24826         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
24827           src/session.c, src/session.h: Improved session management.
24829 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
24831         * THANKS, FUTURE, AUTHORS: Changed my email and
24832         avoided yahoo.com.
24834 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24836         Impl. feature request #525271 (add Lisp support).
24838         * data/properties/lisp.properties: added.
24840         * data/properties/Makefile.am, data/properties/anjuta.properties: added
24841           the lisp properties.
24843         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
24844           src/utilities.[ch]: added support for the Lisp highlight style.
24846 2002-05-02  Stephane Demurget  <demurgets@free.fr>
24848         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24849           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
24850           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
24851           option preferences to have a persistent setting. Plus it's not used
24852           often, so it's better here than flooding the menus.
24854         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
24855           preferences pages a lot more consistent and sweeter: tabs direction
24856           radiobuttons are directed against the meaning, all pages have an
24857           outter frame, a lot of padding, removed all expand attributes for
24858           vertical boxes, ...
24860           That's not a total revamp, but it's really looking better now, even
24861           if there's still work to be done.
24863 2002-05-01  Andy Piper <andy.piper@freeuk.com>
24865         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
24866         * TODO: added task to be completed before next release (update all credits)
24868 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24870         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
24871         Benke László.
24873 2002-05-01  Benke László  <decike@freemail.hu>
24875         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24877         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
24878           src/main_menubar_def.h, src/mainmenu_callback.[ch],
24879           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
24880           to the format menu in order to reorder the notebook tabs in
24881           alphabetical order everytime a file is created/opened/saved.
24883 2002-05-01  Philip Van Hoof <freax@pandora.be>
24885         * widgets/gnomefilelist.[ch] (history_combo_go),
24886         (history_combo_clicked): impl.
24888         (gnome_filelist_new_with_path): use this new impl.
24890 2002-05-01  Stephane Demurget  <demurgets@free.fr>
24892         * src/project_dbase_gui.c (add_file): added the xpm file type.
24894 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24896         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
24897         tag manager fixes.
24899         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
24900           of tag types.
24902         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
24903           src/text_editor_menu.c: Added context sensitive search in symbol
24904           browser and editor.
24906         * configure.in: Changed version number to 0.1.9.99.
24908         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
24909           src/project_import.c: Minor changes to project import facility.
24911         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
24912           (Forced to use specific brace format)
24914         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
24915           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
24916           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
24918 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
24920         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
24921         replaced the spinbutton with an hscale, and made the UI less "blocky".
24923         * src/cvs_gui.c: When diffing a project you can choose date and
24924         release now.
24926         * src/project_dbase.c: Import_file activated again
24928         * configure.in, plugins/Makefile.am: Added patch plugin
24930         * plugins/patch/*: The new patch plugin
24932 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24934         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24936         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
24937         dropdown list shown by autocompletion are now removed.
24939 2002-04-28  Philip Van Hoof <freax@pandora.be>
24941         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
24942         a bunch of filetypes from the older version.
24944         * src/project_dbase_gui.c (add_file): changed the import
24945         dialog's filetypes combo contents depending on the
24946         type of data to be imported.
24948 2002-04-28  Stephane Demurget  <demurgets@free.fr>
24950         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
24951         the amount parameter as Philip stated and reformated to follow the
24952         Gnome convention.
24954         * src/project_dbase.c (project_dbase_make_default_filetype_list):
24955         changed accordingly.
24957 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24959         Fix for #531293.
24961         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
24962         Shift-F6, to be more consistent with other Gnome apps.
24963         Moved the "Search next" entry under the "Search" one, and swapped the
24964         order of the "Find in files" and "Find and Replace" ones.
24966         Some additional fixes ands cleanups on the edit menu.
24968         * src/main_menubar.h: replaced all occurences of repeat_find by
24969         find_again for the code to be more consistent.
24971         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
24972         sensitiveness depending on the existence of an active text buffer.
24974         * TODO: added some bits about improving the usability of the
24975         search/search again couple.
24977 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24979         * src/preferences_gui.c: made the tab labels text more consistent
24980         (s/misc/Misc/).
24982 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
24984         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
24986         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
24987         filename.
24989         * src/main.c (main): simplified some code and cleanups.
24991         Fix a part of #499366:
24993         * src/commands.[ch] (sync_from_props), (command_editor_save),
24994         (on_apply_clicked), (create_command_editor_gui): added the gui
24995         corresponding to the command.terminal preference.
24997 2002-04-25  Stephane Demurget  <demurgets@free.fr>
24999         Fix for #465180.
25001         * anjuta.spec.in: added build requirements for the source rpm.
25003 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
25005         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25006         
25007         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
25008           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
25009           src/project_type.c, source.c, wizard_gui.c:
25010           Added new GNOME 2 project types and changed glade behaviour to
25011           produce GTK code if project type GTK was selected and GTKmm code
25012           if project type GTKmm was selected (and not depending on the 
25013           selected language. Disabled glade for GNOME 2 projects because
25014           we will need glade2 there.
25015           
25016         * src/project_dbase.c: Fixed a memory lack.
25017         
25018         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
25019         
25020         * src/cvs.c: Added an error message if jobs are running
25022 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
25024         * tagmanager/tm_work_object.c: Fixed a chrash
25025         bug which occurs when it tries to stat an empty
25026         file name.
25027         
25028 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
25030         * src/controls.c: CVS menu items now becomes
25031         insensitive when the launcher is busy.
25032         
25033         * src/anjuta.c, cvs.h, cvs.c: Created a function
25034         to update the cvs preferences when preferences are
25035         applied in preferences dialog and called it from
25036         anjuta_update_preferences().
25037         
25038 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
25040         * src/cvs.c: Added a space in the cvs command
25041         before the revision part. This fixes the cvs
25042         error we get when cvs-diffing with revisions.
25043         
25044         * src/cvs.c: Fixed a compiler warning.
25045         
25046         * src/find_replace.c: The dialog now remembers
25047         the settings including the "prompt on replace"
25048         which seems to have broken somewhere line the
25049         changes.
25050         
25051 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25053         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
25054         Added a new property in cvs class to hold a boolean
25055         for enabling date in cvs diff. This fixed the bizzare
25056         diff output due to the date that goes with the cvs
25057         command. Also, set the default value of compression
25058         to 3 and unified diff option to 1.
25059         
25060 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
25062         * src/cvs.c: The diff editor is set to hilite as
25063         diff syntax hiliting.
25064         
25065         * configure.in, manual/Makefile.am:
25066         Added a new manual module for ja language.
25067         
25068         * manual/ja/*/*/*: New module and files for the
25069         ja translation for the anjuta documentation
25070         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
25071         
25072 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
25074         * src/launcher.c: Made a very messy work around
25075         for the launcher authentication to work properly.
25076         
25077         * src/find_replace.c: Applied the missing patch
25078         from Dan Elphick <dre00r@ecs.soton.ac.uk>
25079         
25080 2002-04-16 Andy Piper <andy.piper@freeuk.com>
25082         * src/cvs.c, src/main_menubar_def.h: made message strings
25083         consistent with existing standards from our own documentation 
25084         (such as uppercase P in Project, corrected spelling of 
25085         repository, etc.)
25087 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25089         * src/cvs_gui.c: Cleaned up gui and aligned various
25090         widgets to give a clean look.
25091         
25092 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
25094         * src/launcher.c: Added work around to retrieve
25095         the child exit code. It works. :)
25096         
25097         * src/find_in_files.c, src/gnome_project.c,
25098         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
25099         src/clean.c, src/clean_project.c, src/build_project.c,
25100         src/build_file.c: Modified to handle the new
25101         child exit code.
25102         
25103 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
25105         * src/find_replace.c: Changed signal to call
25106         on_replace_text_close on from delete_event
25107         to close => the replace history is now updated.
25109 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
25111         * src/cvs.c: escaped the cvs import message before
25112         passing it to cvs.
25113         
25114 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
25116         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25117         
25118         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
25119         
25120         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
25121         Added cvs import
25122         
25123         * src/preferences_gui.c: GUI improvements
25124         
25125         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
25127 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
25129         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
25130         Removed static qualifier from tm_tag_type_name() and
25131         availed it's prototype for use in outside code. also
25132         created reverse map function tm_tag_type_name();
25133         
25134         * src/anjuta.c: Implemented qualified tags names for
25135         the tag list (on the toolbar pulldown list) to avoid
25136         ambiguty in tags with similar names (like prototype
25137         and definition). Patch modified and improved.
25138         
25139         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
25140         
25141 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25143         * src/utilities.[c,h]: Added a utility funtion
25144         that escapes the single and double quotes in a
25145         given string. Useful for passing command line
25146         args with quotes.
25147         
25148         * src/cvs.c: Escaped the cvs log message before
25149         passing it to cvs command line to avoid ambiguties
25150         with quotes in the message.
25151         
25152         * pixmaps/anjuta_icon.png: Changed to the new icon.
25153         from Todd Goyen <goyen@mbi-berlin.de>
25154         
25155         * src/message-manager-private.cc: Added regex to 
25156         recognize (underline hilite) the parsable outputs
25157         from the zvt terminal.
25158         
25159 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
25161         Patch from: Tina Hirsch <tehirsch@arcor.de>
25162         
25163         * src/project_type.c:
25164         Fixed a bug in the wxproject type and modified the erroroutput when
25165         configure doesn't find wx-config
25166         
25167         Patch from: Timothee Besset <ttimo@idsoftware.com>
25168         
25169         * src/anjuta.c, src/message-manager-private.cc,
25170           src/message-manager-private.h
25171         Catches double clicks in the zvt terminal, and calls goto_error_line
25172         to jump to the appropriate location in the source. This will recognize
25173         grep -n output
25174         
25175 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
25176         
25177         * src/build_project.c: Taken care of memory leak
25178           by freeing cmd variable properly.
25180         * src/main_menubar_def.h: Fixed wrong signal connection
25181           for cvs project commit.
25182           
25183         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
25184         
25185         * src/preferences_gui.c: Added some border and adjusted
25186           expandsion, filling in box adds to make the cvs preferences
25187           more nicer.
25188         
25189 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
25191         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25192         
25193         * src/cvs*, src/main_menubar*, src/preferences*: 
25194         Moved CVS settings to preferences, added a nice login dialog.
25195         
25196         * src/controls.c, src/project_dbase.c:
25197         CVS project options are only shown if a project is open
25198         
25199         * src/build_project.c:
25200         User is now asked if he wants to install as root 
25201         
25202         * src/launcher.c:
25203         Fixed a warning
25205         * anjuta.prj: Updated with cvs files
25206         
25207         * TODO: Remove task which are done
25208         
25209 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
25211         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
25212         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
25213         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
25215         Modified launcher to use controlling terminal to detect and
25216         take care of password authentications (for example, for cvs
25217         and root installs).
25218         
25219         * pixmaps/password.png: New file.
25220         
25221 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25223         Anjuta kick start tutorial wirtten by:
25224           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
25226         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
25227           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
25228           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
25229           manuals/C/anjuta-tutorial/figures/*.png:
25230           
25231           Added files
25232         
25233         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
25234           
25235           Modified files.
25236         
25237 2002-03-28 Roel Vanhout <roel@stack.be>
25239         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25241         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
25242           src/preferences_gui.c:
25243         Added option to wrap around to beginning/end of file when on last bookmark
25244         and next/previous bookmark is pressed
25245         
25246 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25248         Patch from Philip Van Hoof <freax@pandora.be>
25249         
25250         * src/gnomefilelist.c:
25251         Added gimp like feature that changes the file extension of
25252         the filename entered in the selections when the file
25253         filter is changed.
25254         
25255 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
25256         
25257         Patch from Roy Wood <roy.wood@filogix.com>
25258         
25259         * src/controls.c, src/find_text.c, src/find_text.h,
25260           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25261           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25262           
25263           Menuitem for entering currently selected text as find target,
25264           added key accel for "find next" and changed some key accels for
25265           other key for consistency.
25266           
25267         * src/utilities.c:
25268           Cleaned up code.
25269         
25270 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25272         * src/watch.c, src/watch.h, src/watch_cbs.c,
25273           src/watch_cbs.h, src/watch_gui.c:
25274         
25275           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
25276         
25277           Added change watch entries feature
25278           and Watch entries modify on double click fixed.
25280 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25282         * src/mainmenu_callbacks.c:
25283         
25284           Project commit should not bypass dialog as
25285           we need to get the cvs log from the user.
25286           
25287 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25289         * src/project_dbase.c:
25290         
25291           Patch from Roy Wood <roy.wood@filogix.com>
25292           
25293           Fixed docking bug with the new docking patch
25294           to fix copy/paste bug.
25295           
25296 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
25298         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
25299           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
25300           src/main_menubar.h, src/main_menubar_def.h,
25301           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
25303           Added cvs project support. Featured bypass cvs dialog for
25304           cases where we don't need dialog (such as project and right
25305           click selection from file browser). Cleaned up cvs code to
25306           make them generic cvs operations instead of separate file
25307           and project operations. Added cvs log action. Increased
25308           file entry box width and enabled "unified diff" by default.
25309           Used Editor buffer for status and log and set hilite for
25310           these buffers including diff buffer (DIFF hilite).
25311           
25312 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
25314         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25316         * data: Added file autogen.sh.wxwin 
25317         * data/Makefile.am: Added entry for autogen.sh.wxwin
25318         * pixmaps: Added project image appwiz_wxwin.png
25319         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
25320         * src/appwizard_cbs
25321           src/compiler_options.c
25322           src/pixmaps.h
25323           src/project_dbase.c
25324           src/project_dbase.h
25325           src/project_import_cbs.c
25326           src/project_type.c
25327           src/source.c
25328           src/source.h
25329           src/wizard_gui.c: Added everything necessary for new
25330                             project type 'wxWindows (wxGTK)
25331         * src/project_dbase.c: Fixed a bug that caused every project
25332                                to be a glade project in dialog
25333                                                    'Project information'.
25335 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
25337         Patch submitted by Roy Wood <roy.wood@filogix.com>
25338         
25339         * src/anjuta_gui.c, src/message-manager-dock.c,
25340           src/project_dbase.c:
25341           
25342           fixed the copy/paste bug by rewriting dock/undock
25343           code.
25345 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
25347         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25348         
25349         * src/cvs*, src/Makefile.am:
25350           New file for CVS support. File operations currently work
25351           cvs login needs to be done. Project support is not yet
25352           started.
25354         * src/main_menubar*, src/mainmenu_callbacks,
25355           src/anjuta.c, src/anjuta.h:
25356           Added menus and functions for cvs commands.
25357           
25358         * src/text_editor_menu.h: 
25359           Added #include <gtk/gtk.h>
25360           
25361         * src/gotoline.h:
25362           Removed a warning (and this time it works ;-)
25364         * src/utilities.c, src/utilities.h:
25365           Added a utility function to retrieve directory
25366           name out of full path.
25368 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
25370         * src/executer.c: (create_executer_dialog): changed the default
25371           focus on the entry.
25373 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
25375         * widgets/gnomefilelist.c:
25376         Fixed duplicate history entries for the same directory.
25377           
25378 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25380         Fix for #520092.
25382         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
25383           it's already used by scintilla to delete the whole current line.
25385 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25387         Fix for #525107.
25389         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
25390           calls to fileselection_hide_widget,
25391           (on_open_filesel_cancel_clicked): removed.
25393         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
25394           (on_add_prjfilesel_cancel_clicked):
25396         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
25397           impl.
25399         * src/fileselection.c: Made some functions static.
25400           (fileselection_hide_widget): rewritten using the new
25401           gnome_filelist_set_multiple_selection function.
25403         * src/fileselection.c: (on_file_selection_delete_event): removed
25404           unuseful widget hides. Some cleanups,
25405           (on_file_selection_cancel_clicked): impl,
25406           (create_fileselection_gui): changed the cancel button clicked's
25407           callback to use this new function.
25409         * src/anjuta.c: (anjuta_new):
25410         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
25411           callbacks, because this the gnome filelist widget's job.
25413         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
25414           clist selection mode duplicates set,
25415           (gnome_filelist_key_press): use the new impl. function.
25417 2002-03-10  Stephane Demurget  <demurgets@free.fr>
25419         Fix for #441233.
25421         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
25422           fixed some bogus code using an array cell out of
25423           range, removed unecessary gettext usages.
25425         * src/appwiz_page2.c: (on_prj_name_entry_changed):
25426           some cleanups and now transform minus characters to
25427           underscores.
25429         * src/source.c:
25430           (source_write_configure_in),
25431           (source_write_toplevel_makefile_am),
25432           (source_write_desktop_entry),
25433           (source_write_glade_file):
25434         * src/project_dbase.c: (project_dbase_summon_glade),
25435           (project_dbase_generate_source_code):
25436         * src/glades.c: (gladen_write_glade_write):
25437           replaced some occurences of the target name by the
25438           project filename, using project_dbase_get_proj_name,
25439           to fix the name of some files.
25440           Fixed a lot of mem leaks.
25441           Various code cleanups.
25443 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25445         Merged with latest (1.44) scintilla.
25447         Added: - The calltip.<lexer>.end.definition property to display help
25448                  text on a second line of calltip.
25449                - The calltip.<lexer>.word.characters property to correctly find
25450                  calltips for functions that include characters like '$' which
25451                  is not normally considered a word character.
25452                - The use.monospaced property to determine initial state of
25453                  Use Monospaced Font setting.
25455         Bugs fixed: Too many to mention; please see :
25456                     http://www.scintilla.org/ScintillaHistory.html for the
25457                     full changes list.
25459         * scintilla/*/*: updated nearly all files.
25461         * TODO: removed the need of a scintilla merge.
25463         Merged with latest (1.44) SciTE properties.
25465         * data/properties/anjuta.properties: added the wrap, use.monospaced
25466           properties.
25468         * data/properties/html.properties: added a missing php extension, and
25469           updated php keywords to the latest reference.
25471         * data/properties/pascal.properties: added commands to compile, build
25472           and execute pascal applications.
25474         * data/properties/lua.properties: added styles for statements.
25476         * data/properties/bash.properties: added the declare keyword.
25478         Fixed distchecking.
25480         * global-tags/Makefile.am,
25481           global-tags/create-global-tags.sh: used some kind of ugly hack to
25482           make distchek work, since noone has proposed some better way.
25484         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
25485           and Ctrl-N replace Alt-N for new file according to the Gnome design
25486           reference.
25488 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25490         * widgets/gnomedirlist.c
25491         widgets/gnomedirlist.h
25492         widgets/gnomefilelist.c
25493         widgets/gnomefilelist.h:
25495         Added GPL headings in the file.
25497 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
25499         * src/attach_process.c
25500         src/attach_process_cbs.c
25501         src/attach_process_cbs.h
25502         src/attach_process_gui.c
25503         src/breakpoints.c
25504         src/breakpoints_cbs.c
25505         src/breakpoints_cbs.h
25506         src/breakpoints_gui.c
25507         src/commands.c
25508         src/compiler_options.c
25509         src/compiler_options_cbs.c
25510         src/compiler_options_cbs.h
25511         src/compiler_options_gui.c
25512         src/find_in_files.c
25513         src/find_in_files_cbs.c
25514         src/find_in_files_cbs.h
25515         src/find_in_files_gui.c
25516         src/find_replace.c
25517         src/find_text.c
25518         src/help.c
25519         src/preferences.c
25520         src/preferences_gui.c
25521         src/project_config.c
25522         src/src_paths.c
25523         src/src_paths_cbs.c
25524         src/src_paths_cbs.h
25525         src/src_paths_gui.c:
25526         
25527         Bugs #521629 and #522427 fixed. The problem was, that the
25528         escape-key was not catched and the dialog was hidden, but
25529         the flag was not set correctly.
25531         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
25532         using the gnome_dialog_close_hides()-setting present in most dialogs.
25533         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
25534         emits "close" and set the flag in the close-callback.
25536         Patch from: Jens Georg <mail@jensgeorg.de>
25538 2002-03-06  Stephane Demurget  <demurgets@free.fr>
25540         * src/*.{c,cpp}: s/string_free/g_free/
25542         * src/utilities.[ch]: (string_free): removed.
25544 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
25546         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25548         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
25549         src/mainmenu_callbacks.[ch]:
25550         Removed Project menu options: README, TODO, ChangeLog and NEWS
25551         Moved Save Build Messages to Build menu and only highlight it
25552         when there are build messages.
25553         Corrected a spelling: "mojority" -> "majority"
25554         Fixed initialisation of edit.edit_app_gui so now Edit menu
25555         can be shown when no project is loaded.
25557         * src/project_dbase.h: Removed prototype for static function
25559 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
25561         * src/text_editor.c: Editor is marked changed after
25562         autoformat. 
25563         
25564         Patch from: Jens Georg <mail@jensgeorg.de>
25566 2002-03-04 Roel Vanhout <roel@stack.be>
25568         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25570         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
25571         Added option to ignore binary files on 'Find in files' (grep -I option)
25573 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25575         * src/main.c:
25576         session restoration and commandline load in 
25577         gtk idle loop.
25578         
25579         * src/anjuta.[h,c], src/anjuta_cbs.c:
25580         Removed "clear windows menu" and prevented runtime 
25581         warnings.
25582         
25583         * src/compile.c, src/build_file.c, src/build_project.c,
25584         src/clean.c:
25585         Takes into account the preference setting for 
25586         show dialog when job completes. Dialogs are
25587         shown when it is enabled otherwise not.
25588         
25589 2002-03-03 Roel Vanhout <roel@stack.be>
25591         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25592         
25593         * src/find_text.c
25594         Store 'Find...' search string on search so that 'Find Next' will search for
25595         that string, even if the dialog hasn't been closed yet.
25597 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25599         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
25600         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
25601         src/main_menubar_def.h:
25602         
25603         Organized menus, removed "Windows" and "Utilities" menus from the
25604         menubar [they are no longer needed]. Also removed some extragenous
25605         separators.
25606           
25607 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
25609         * src/message-manager-private.cc:
25610         Set message clist selection mode to BROWSE.
25611         
25612         * src/message-manager.cc, src/an_symbol_view.c,
25613         src/an_file_view.c:
25614         Added Key navigation for the CTree and CList. Arrow left for
25615         node collapse, right for node expand, space (or enter) for
25616         activation (same as double click).
25617         
25618 2002-03-03 Roel Vanhout <roel@stack.be>
25619         
25620         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25621         
25622         * plugins/class-gen/clsGen.c
25623         Added functionality to semi-intelligently prefill filename
25624         boxes with names deduced from class name
25626 2002-02-26 lbell <lbell@tsc4.com>
25628         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
25629         * src/preferences_gui.c:
25630         Removed an incorrect use of gtk_misc_set_alignment().
25631         
25632         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
25633         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
25634         src/preferences.h, src/preferences_gui.c:
25635         
25636         Added the option to reload last open project at the startup.
25637         Added the possibility to open a new project without close
25638         an existing one
25639         
25640         * src/properties.cxx:
25641         Corrected a spelling mistake in message string.
25642         
25643         * src/session.c:
25644         Updated session functions.
25645            
25646 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
25648         * widgets/gnomefilelist.c: Bug fixes.
25649         
25650         Patch from Philip Van Hoof <freax@pandora.be>
25651         
25652 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25654         * src/an_file_view.c:
25655         anjuta was unable to open some files becuase they were not being
25656         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
25657         Removed mime checking when opening with anjuta, becuase it doesn't
25658         hurt to open binary files in anjuta (some even may want to do so).
25659         
25660         Added a warning when mime type is not set when "view with default
25661         viewer" is activated.
25662         
25663         * src/an_file_view.c, an_symbol_view.c:
25664         Converted N_() to _() where ever appropriate in the strings.
25665         
25666 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
25667         
25668         * src/appwizard_gui.c, src/appwizard_cbs.c
25669           src/wizard_gui.c/h, src/appwiz_page3.c,
25670           src/project_import_gui.c:
25671           
25672         Moved target type radiobuttons to appwiz. page 2
25673         
25674         * src/message-manager-private.cc
25675         Fixed a bug which caused a crash if next message function was used
25677         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25679 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
25681         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
25682         Modifies the behaviour of Alt-TAB in Anjuta. This
25683         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
25684         edited files in the first items of the notebook.
25686         Patch from: Timothee Besset <timo@qeradiant.com>
25687         
25688 2002-02-24  Philip Van Hoof <freax@pandora.be>
25690         * widgets/gnomefilelist.c, gnomefilelist.h:
25691           Added filecompletion
25692           
25693         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
25695 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
25697         * configure.in: Added "sk" to ALL_LINGUAS.
25699 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
25700   
25701         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
25702           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
25703           src/wizard_gui.c: Added support for static and dynamic libs
25704         
25705 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
25707         * widgets/gnomefilelist.c:
25708           Fixed gnome_filelist_get_lastfilename so it no longer returns
25709           a corrupted path.
25711 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
25713         * src/resources.h, resources.c:
25714         Added url handler.
25716         * src/main_menubar_def.h, mainmenu_callbacks.c:
25717         Changed to use gnome configed url handler.
25719 2002-02-19  Philip Van Hoof <freax@pandora.be>
25721         * widgets/gnomefilelist.c
25722         Added PHP filetype.
25724 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
25726         * plugins/class-gen/clsGen.c:
25727         Added c++ support.
25728         
25729         * widgets/gnomefilelist.c:
25730         Gives the maximum space to the files section of the open file dialog.
25731         
25732         Patches from: lbell <lbell@tsc4.com>
25733         
25734 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
25736         * src/anjuta.c, main.c:
25737         Used tm_get_real_path in anjuta_get_full_filename();
25738         
25739 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
25740         
25741         * anjuta.prj: update version
25743 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25745         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
25746           removed the amount arg and replaced with a NULL-ending list.
25747           (gnome_filelisttype_makedefaultlist): use the new prototype.
25749 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
25751         * src/about.c, THANKS: updated for new contributors
25752         
25753         * anjuta.prj: added new files
25754         
25755         * README: corrected some documentation, ctags no longer needed,
25756           pkgconfig now required
25757           
25758         * data/properties/others.properties: add .cvsdiff extension
25759         
25760         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
25761           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
25762           file import
25763           
25764         * doc/anjuta.1: added initial man page thanks to 
25765           Rob Bradford <rob@debianplanet.org> (NB build and install 
25766           needs work)
25767         
25768 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
25770         * src/Makefile.am: Cleaned handling of compiler flags by moving them
25771           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
25772           warning flags. 
25773   
25774         * configure.in: Changed version to 0.1.10-pre
25775   
25776 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25778         * src/fileselection.c: (create_fileselection_gui): always display
25779           the directory creation button as we cannot rely on the dialog
25780           titlebar.
25782         * widgets/gnomefilelist.[ch]: fixed includes.
25784         * pixmaps/new_folder.xpm: resized, added a + sign.
25786 2002-02-17  Stephane Demurget  <demurgets@free.fr>
25788         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
25789           changed all extensions to begin with a dot.
25791 2002-02-16  Philip Van Hoof  <freax@pandora.be>
25793         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
25795         * THANKS: added Philip.
25797         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
25799         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
25800         * src/file_selection.[ch],
25801         * widgets/gnomefilelist.[ch]: added a filetype
25802           combobox to the Anjuta file dialog widget.
25804 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
25806         * anjuta.spec.in: eep! the import script was not being installed by
25807           RPM - fixed for the release.
25809 2002-02-13  Stephane Demurget  <demurgets@free.fr>
25811         Various cleanups and fixes for the next release to be able to make
25812         distcheck.
25814         * plugins/*/*.c: added missing prototypes causing gcc to speak to
25815           much and make some tweaks plus cleanups.
25817         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
25818           args to remove some warnings.
25820         * global-tags/Makefile.am,
25821           data/Makefile.am,
25822           src/Makefile.am: link against Anjuta static libs using the
25823           $(top_builddir) dir, not anymore on $(top_srcdir) to make
25824           distcheck happy.
25826         * src/Makefile.am: ditto with all the Anjuta static libs.
25828         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
25829           include, as we already include the whole directory for the build.
25831         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
25832           
25833 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
25835         * pixmaps/Makefile.am: icon for libglade project now installed
25836         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
25837         * manuals/C/Makefile.am: removed ChangeLog reference which was 
25838           breaking some build stuff
25839         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
25840           include reference problems that showed up on make distcheck
25841         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
25843 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
25844         
25845         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
25847 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
25849         * src/message-manager-private.cc:
25850           The horizontal scrollbar now shows properly on demand.
25851         
25852 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
25854         * src/dnd.c fixed some warnings
25855         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
25856           and works. It is shown always at the moment but before it was
25857           shown on demand and did never work. 
25859 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
25861         * src/anjuta.c: Fixed a crash bug.
25862           patch from: Jens Georg <mail@jensgeorg.de>
25864 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
25866         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
25867           reports a problem with missing end tags on <graphic>
25869 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25871         * manuals/C/ChangeLog: removed since it was never used
25872         * manuals/C/anjuta-manual/*: more updates, new screenshots
25873         * anjuta.prj: updated for new manuals/ structure
25875 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
25877         * source.c, compiler_options.[c/h]:
25878           Fixed bug #460321 "Problem with optimization options" 
25879           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
25880         
25881 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25883         * NEWS: prepared for release, need to fill in date
25884         * data/welcome.txt: version number updated
25886 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
25888         * src/text_editor_menu.c, src/an_file_view.c, 
25889           src/an_symbol_view.c: marked strings for translation
25890         
25891         * src/defaults.c, data/properties/xml.properties:
25892           *.omf and *.xsl files should use XML highlighting
25893           
25894         * manuals/C/anjuta-manual/*:
25895           - restructured so that files have more meaningful names
25896             and are easier to edit (see anjuta-manual.sgml for the
25897                 ordering)
25898           - updated some screenshots
25899           - continued rewrite
25901 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
25903         * main.c: Made a workaround to remove the old
25904         anjuta gnome config file (older than 9 Feb 2002). This
25905         will fix the bug which never lets the brower toolbar shown.
25906         
25907         * main.c: In fact, the above solution wouldn't work in all
25908         cases. Therefore, here is the better fix, which works by
25909         detecting the version of the old config file and deleting
25910         ~/.gnome/Anjuta if it is lesser than 0.1.9.
25911         
25912 2002-02-01  Andy Piper <andy.piper@freeuk.com>
25914         * HACKING: added info on submitting patches
25916 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
25918         * src/project_import_gui.c, src/project_import.c:
25919           - If Project Import Wizard is canceled everything is 
25920                 cleaned up now.
25921           - Back button is now insensitive on page 3 (some problems: 
25922                 see TODO in project_import_qui.c:284
25923           - Menu frame is insensitive if project type != GNOME(mm)
25925 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25927         * src/main.c: Fixed bug #  (Unable to open files on
25928         double click in project window from second trial onwards when
25929         the project is opened from command line).
25930         
25931         * po/POTFILES.in: Removed tags_manager.[h,c]
25932         
25933 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
25935         * src/preferences.c:
25936           A quick hack to fix the 'invisible' browser toolbar when
25937           upgrading from 0.1.8 to 0.1.9
25938           
25939         * src/anjuta.c:
25940           Fixed toolbar names which were causing confusions in the toolbar
25941           show/hide.
25942           
25943         * src/main.c:
25944           Substituted "anjuta" with PACKAGE
25945           
25946         * src/project_import_gui.c: 
25947           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
25948           
25949         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
25950           Added new files and removed obsolete ones.
25951           
25952 2002-01-30  Andy Piper <andy.piper@freeuk.com>
25954         * src/appwizard_cbs.c, project_import_cbs.c, 
25955           main_menubar_def.h, project_import_gui.c: 
25956           updates to message strings and layout for the 
25957           import wizard.
25958           
25959         * text_editor_cbs.c: fix for the tab menu entries for 
25960           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
25962 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
25964         * src/toolbars.c,
25965           src/toolbars.h,
25966           src/anjuta_gui.c,
25967           src/controls.c:
25968           
25969           Tag dropdown exclusive (takes
25970           all space in the toolbar) and never vertical and
25971           increased the width of the tag combo to 256 pixs.
25972           Toolbar separator before the combo and button.
25973           Added tags label before the tag button.
25974           Reorganized the dock bands for the toolbars.
25975           
25976         * src/project_import_gui.c
25977           src/project_import.c:
25978           Fixed an error and removed an unused variable.
25979           
25980         * data/properties/anjuta.properties:
25981           Removed the property for the old toolbar and set
25982           browser toolbar show to default.
25983           
25984         * src/project_dbase.c: excluded modules were not
25985           loaded. Fixed.
25986           
25987         * src/source.c:
25988           No build files will be written if the project is blocked.
25989           
25990         * src/project_import.c,
25991           src/project_import_cbs.c,
25992           src/project_gui.c,
25993           src/wizard_gui.c:
25994           
25995           Manually applied Johannes patch to fix some memory
25996           issues and gui clean up.
25997           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25998         
25999         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
26000           Fixed a bad bug with remove file from project because of
26001           files were never removed properly from the project and
26002           from the tagmanager.
26003           
26004         * src/appwiz_page3.c: Disabled unused codes to clear
26005           compiler warnings.
26006           
26007 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26009         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
26010         
26011         * data/Makefile.am
26012           pixmaps/Makefile.am
26013           src/Makefile.am
26014           src/an_file_view.c
26015           src/an_symbol_view.c
26016           src/anjuta.c
26017           src/anjuta.h
26018           src/anjuta_cbs.c
26019           src/anjuta_gui.c
26020           src/controls.c
26021           src/main_menubar.c
26022           src/main_menubar.h
26023           src/main_menubar_def.h
26024           src/mainmenu_callbacks.c
26025           src/mainmenu_callbacks.h
26026           src/pixmaps.h
26027           src/project_dbase.c
26028           src/project_dbase.h
26029           src/text_editor.c
26030           src/text_editor_menu.c
26031           src/text_editor_menu.h
26032           src/toolbar.c
26033           src/toolbar.h
26034           src/toolbar_callbacks.c
26035           src/toolbar_callbacks.h :
26036           
26037           Patch submitted by:
26038           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26039           
26040           Removes the Tags toolbar and substituted it with
26041           tags combo dropdown list. Fixes a couple of bugs.
26042           
26043           Moved the tag combo to browser toolbar because
26044           main toolbar was becoming too long.
26045           Made a new icon of tag toolbar.
26046           
26047         * po/zh_TW.po: Fixed bug.
26048           
26049         * pixmaps/an_tag.xpm: Added new file.
26051 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
26053         * src/project_import_gui.c: Reorganized project
26054         import gui page 2.
26055         
26056 2002-01-29  Andy Piper <andy.piper@freeuk.com>
26058         * HACKING: added info on creating windows and dialogs
26060 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
26062         * src/tm_file_view.c:
26064           Sorts the file list at the end instead of doing sort-insert
26065           to improve performance.
26066           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26068         * src/project_dbase.c: Resolved a conflict from
26069           Johannes's patch.
26070           
26071         * src/project_import.c:
26072         
26073           Fixed to use anjuta_import.sh for the bin dir and
26074           not from the data dir.
26075         
26076           Used anjuta_is_installed() function to verify a the command's
26077           executability.
26078         
26079           Fixed import command to use sh (which is more general and is
26080           gauranteed to be found in any unix system :-)). Also, added
26081           double quotes around the import directory.
26082         
26083           Changed some strings for better translations (like avoiding
26084           duplicates).
26085           
26086           Fixed the reading of wrong target type.
26087           
26088         * src/control.c: Insensitive "import project" when there is
26089           a project open.
26090           
26091         * src/project_import_cbs.c:
26092           
26093           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
26094           Fixed selection of gettext checkbox.
26095           Sets the menu entries.
26096           
26097 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
26098         
26099         * src/appwiz_page[1-4].c
26100         * src/appwiz_gui.c
26101         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
26102         be able to reuse it.
26103         
26104         * src/mainmenubar.[c/h]
26105         * src/mainmenubar_def.h
26106         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
26107         menu item
26108         
26109         * src/message-manager.c: Fixed bug 509192
26110         * src/message-manager-dock.c: Added accel_group if window is undocked
26111         
26112         * src/project_dbase.[c/h]: Splitted opening code to be able
26113         to use it without an open file dialog
26114         (Maybe I broke Naba's changes, please take a look)
26115                         
26116         * src/project_import.[c/h]
26117         * src/project_import_gui.c: New Files, Code for Project Import Wizard
26118         
26119         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
26120         import wizard
26122 2002-01-28  Andy Piper <andy.piper@freeuk.com>
26124         * src/main_menubar_def.h, tagmanager/tm_project.c: more
26125           string cleanups
26126           
26127         * manuals/C/anjuta_manual/*: started rewrite of the 
26128           manual, updated some screenshots
26130 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26132         * src/gnomefilelist.h, src/gnomefilelist.c:
26133         
26134           Fixed multiple selection bug (#497085). The OK button is
26135           sensitive when in multiple mode, if the no. of
26136           selection is one or more.
26137           
26138           Toggle between single and multiple selection mode
26139           and multiple mode display.
26140           
26141           Fixed strings to translable strings.
26142           
26143           Fixed some compiler warnings by commenting out
26144           unused functions.
26145           
26146 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26148         * src/project_dbase.c: App status bar now updates
26149           with the project name when the project is loaded.
26150         
26151         * src/an_file_view.c, tagmanager/tm_file_entry.c:
26152           
26153           Puts the directories at the top. They're also sorted now.
26154           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
26155         
26156 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26158         * scripts/anjuta_import.sh.in: Added file.
26159         * scripts/anjuta_import.sh: Removed file.
26161         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
26162           Updated files.
26163           
26164         * src/main_menubar_def.h:
26165         
26166           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
26167           reflect the opposite of Find (CTRL+F) and also to leave
26168           CTRL+R or Redo.
26169           
26170           Changed Glade summon with ALT+G, which frees the ATL+E
26171           for poping up the edit menu.
26172           
26173         * src/Makefile.am: Debugging link flags by Biswa, removed.
26175 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
26177         * HACKING: added information on best practices for writing
26178           application messages and GUI labels
26179           
26180         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
26181           src/breakpoints.c, src/build_file.c, src/build_project.c, 
26182           src/clean_project.c, src/compile.c, 
26183           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
26184           src/configurer.c, src/debugger.c, src/executer.c, 
26185           src/find_in_files.c, src/find_in_files_cbs.c, 
26186           src/find_replace.c, src/find_text.c, src/glades.c, 
26187           src/gnome_project.c, src/goto_line.c, src/main.c, 
26188           src/main_menubar.c, src/main_menubar_def.h, 
26189           src/mainmenu_callbacks.c, src/preferences_gui.c, 
26190           src/project_config.c, src/project_dbase.c, 
26191           src/project_dbase_gui.c, src/resources.c, src/source.c, 
26192           src/support.c, src/tags_manager.c, src/text_editor.c, 
26193           src/text_editor_gui.c, src/text_editor_menu.c, 
26194           src/toolbar_callbacks.c, src/utilities.c: 
26195           lots of minor message updates to make them more user-friendly 
26196           and consistent
26198 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
26200         * src/executer.c:
26201         
26202           Because of the spaces escaping, the command could not be
26203           executed when run without terminal. Now fixed.
26204           
26205         * anjuta.prj, Makefile.am:
26206         
26207           Added anjuta project file.
26208         
26209 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
26211         * src/message-manager-private.h, message-manager-private.cc,
26212           message-manger.cc:
26213           
26214           Added freeze() and thaw() for the message window class to
26215           speed up the message manager update.
26216         
26217         * src/project_config.h, project_config.c,
26218           src/project_dbase.h, project_dbase.h
26219           scripts/anjuta_project.template:
26220           
26221           Added two new prject attributes: project.config.blocked and
26222           project.excluded.modules. The former will make sure that users
26223           are not given any previlidge in enabling the 'overwrite build
26224           files' flags and the later issues a list of modules in the project
26225           to be skipped for symbol browsing and project listing.
26226         
26227         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
26228         
26229           Modified script to read the template from the anjuta data dir
26230           rather than from the directory in which the script exist. Otherwise,
26231           Being transfered to the bin dir, the script will not be able to
26232           find the template when it is run.
26233           
26234           The script is also create with configure.in to set in the anjuta
26235           data dir path inside the script.
26236           
26237 2002-01-26  Stephane Demurget  <demurgets@free.fr>
26239         * po/fr.po: updated to the latest sources.
26241 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26243         * scripts/Makefile.am:
26244           anjuta_import.sh goes with distribution.
26245           
26246         * po/*.po: They seem to have updated (merged with
26247           anjuta.pot) automatically when I did "make dist".
26248           
26249 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26251         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
26252           Fixed Bug #499807, ie crash on removing libs, includes, defines from
26253           the compiler options dialog.
26254         
26255         * ChangeLog:
26256           Correct todays date. :)
26257           
26258         * scripts/Makefile.am:
26259           Installs anjuta_import.sh in $(prefix)/bin dir and
26260           is treated as an executable.
26261           
26262 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26264         * Fix for bug #499373
26265         
26266         * data/properties/anjuta.properties, ada.properties, cpp.properties,
26267           java, properties, latex.properties, lua.properties, others.properties,
26268           perl.properties:
26269           
26270           Added double-quotes around file arguments so that
26271           filenames with spaces could also work.
26273         * launcher/anjuta-launcher.c, executer.c:
26274           Escaped quotes in the cammand and it's arguments before executing
26275           so that args with spaces can also work.
26276           
26277           Commented #DEBUG switch.
26278           
26279 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
26281         * scripts/*: Added files which I forgot previously.
26282         
26283         * src/aneditor.h: Lined up commands definition for better look.
26284         
26285         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
26286           main_menubar.h, control.c:
26287           Added three more convert EOL chars submenu items in transform.
26288           Reformatted some some.
26289         
26290         * data/anjuta.properties:
26291           Reformatted a line.
26292         
26293         * src/aneditor.h, aneditor.c:
26294           Added three commands (with definitions) for EOL conversions.
26295           
26296         * src/text_editor.c:
26297           Editor detects file mode from the file content and
26298           set the editing mode to CR/LF/CRLF automatically.
26299           Refined Dos mode extrageneous chars filter
26300           This will make sure that filter works only in Dos mode and not
26301           in other modes.
26302           
26303         * src/anjuta.c: Editor mode display in status bar.
26304         
26305         * src/preferences_gui.c: Changed the string for dos mode
26306           filter to more sensible string.
26307         
26308         * src/aneditor.c: Default editor mode sets during widget creation
26309           and not everty time the properties are loaded. This makes sure
26310           that the auto-detected mode is not overridden by the default mode.
26311           
26312         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
26313         
26314         * src/anjuta.c: Fixed bug #476028.
26315           Now anjuta also searches for file relative to top project dir,
26316           when the project is open.
26317         
26318         * src/anjuta_cbs.c: Fixed bug #499536.
26319           File is not closed if it is not able to save the file properly.
26320           
26321         * src/mainmenu_callbacks.c: Fixed bug #499536.
26322           Newfiles (which are not modified) are also closed on "close all files".
26323         
26324 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26326         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
26327         
26328         * tagmanager/tm_source_file.c, regex.c, parse.c:
26329           defined and delimited g_messages within #debug.
26330           
26331         * src/preferences.c, data/anjuta.properties:
26332           saved/defied message-manager tag position in string.
26333           Message tag possition is saved between sessions. And
26334           and tag position bottom as default.
26335           
26336 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
26338         Patch submitted by:
26339         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26341         * Makefile.am
26342           configure.in
26343           data/Makefile.am
26344           data/properties/Makefile.am
26345           global-tags/Makefile.am
26346           pixmaps/Makefile.am
26347           src/Makefile.am
26348           src/an_file_view.c
26349           src/an_file_view.h
26350           src/an_symbol_view.c
26351           src/an_symbol_view.h
26352           src/anjuta.c
26353           src/anjuta_cbs.c
26354           src/file_history.c
26355           src/file_history.h
26356           src/message-manager-private.cc
26357           src/pixmaps.h
26358           src/project_dbase.c
26359           src/project_dbase_gui.c
26360           src/tags_manager.c
26361           src/text_editor.c
26362           src/utilities.c
26363           src/utilities.h
26364           src/watch_gui.c:
26365         
26366           Modified files.
26367         
26368         * scripts/*
26369           pixmaps/sv_class.xpm
26370           pixmaps/sv_function.xpm
26371           pixmaps/sv_macro.xpm
26372           pixmaps/sv_private_fun.xpm
26373           pixmaps/sv_private_var.xpm
26374           pixmaps/sv_protected_fun.xpm
26375           pixmaps/sv_protected_var.xpm
26376           pixmaps/sv_public_fun.xpm
26377           pixmaps/sv_public_var.xpm
26378           pixmaps/sv_static_fun.xpm
26379           pixmaps/sv_static_var.xpm
26380           pixmaps/sv_struct.xpm
26381           pixmaps/sv_unknown.xpm
26382           pixmaps/sv_variable.xpm
26383           pixmaps/fv_core.xpm
26384           pixmaps/fv_text.xpm
26385           pixmaps/filestoremove.txt:
26386         
26387           New files.
26388         
26389         * pixmaps/class.xpm
26390           pixmaps/function.xpm
26391           pixmaps/fv_autofile.xpm
26392           pixmaps/fv_doc.xpm
26393           pixmaps/fv_i18n.xpm
26394           pixmaps/fv_source.xpm
26395           pixmaps/private_func.xpm
26396           pixmaps/private_var.xpm
26397           pixmaps/protected_func.xpm
26398           pixmaps/protected_var.xpm
26399           pixmaps/public_func.xpm
26400           pixmaps/public_var.xpm
26401           pixmaps/struct.xpm
26402           pixmaps/variable.xpm
26403         
26404           Removed files.
26405         
26406         * tagmanager/*/*:
26407         
26408           Upgraded to tagmanager-0.7
26410 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
26411         * src/anjuta_cbs.c: Fixed bug #506441
26412         * src/watch_gui.c: Changed layout of eval dialog so that
26413         it fits on a 800x600 desktop with German translation. 
26415 2002-01-23      Andy Piper <andy.piper@freeuk.com>
26417         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
26418         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
26419           icon for new project type (thanks to Misha)
26420         * configure.in: build and install Danish translation
26421         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
26422           credits to cover new patches and translations
26424 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
26425         
26426         * src/preferences.c, src/message-manager.cc, src/project_type.c,
26427           src/appwiz_page1.c:
26428         
26429       - Font preferences are restored properly now (\n was missing)
26430           - Dock menu label of message-manager is "Dock/Undock" instead
26431           of "Dock|Undock" to match with the rest of anjuta.
26432           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
26433           changed it in anjuta, too 
26435 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26437         * tagmanager/tm_source_file.c,
26438           tagmanager/parse.c,
26439           tagmanager/tm_project.c,
26440           src/an_symbol_view.c,
26441           src/anjuta.c:
26442           
26443           Disabled debug warnings.
26445 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26447         * src/appwiz_page1.c
26448           src/compiler_options.c
26449           src/project_dbase.c
26450           src/project_dbase.h
26451           src/project_type.c
26452           src/source.c
26453           src/source.h:
26454           
26455           New project type named LibGlade.
26456           
26457           Patch submitted by:
26458           Dick Knol <dknol@gmx.net>
26460         * src/gnome_prj.c:
26461           Commented out unused pixmap creation. May be it
26462           will fix the crash in project creation.
26463           
26464 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
26466         * src/registers.c
26467           src/registers.h
26468           src/registers_cbs.c
26469           src/registers_cbs.h
26470           src/registers_gui.c
26471           src/sharedlib.c
26472           src/sharedlib.h
26473           src/sharedlib_cbs.c
26474           src/sharedlib_cbs.h
26475           src/sharedlib_gui.c
26476           src/signals.c
26477           src/signals.h
26478           src/signals_cbs.c
26479           src/signals_cbs.h
26480           src/signals_gui.c
26481           src/stack_trace.c
26482           src/stack_trace.h
26483           src/stack_trace_cbs.c
26484           src/stack_trace_cbs.h
26485           src/stack_trace_gui.c
26486           src/text_editor.c
26487           src/watch.c
26488           src/watch.h
26489           src/watch_cbs.c
26490           src/watch_cbs.h
26491           src/watch_gui.c
26492           
26493           Fixed bug #496290: Attach/detach removed from these
26494           windows as they are never implemented.
26495           
26496           Patch submitted by:
26497           Johannes Schmid <johannes.schmid@gmx.de>
26498           
26499 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
26501         * src/anjuta.c,
26502           src/anjuta_cbs.c:
26503           
26504           Fixed bug:
26505           when you right click on the tabs, a list of filenames are given
26506           out, but now it gives a list of "page 1", "page 2", etc...
26507           
26508           Patch submitted by: 
26509           Jens Georg <mail@jensgeorg.de>
26511         * anjuta.in.in: Removed c|c++ because, it was not necessary
26512           and was causing translation problem.
26513           
26514         * plugins/class-gen/clsGen.c:
26515           removed "'" for the same reason.
26516           
26517 attached the fix for the menu
26520 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26522         * src/preferences.h,
26523           src/preferences.c,
26524           src/preferences_gui.c:
26525           
26526           Adds the functionality to Anjuta to auto save your unsaved
26527           files before you build a project.
26529           Patch submitted by: 
26530           jason <jason_williams@suth.com>
26531           
26532         * src/anjuta.[h,c]:
26533           Added function for save all files.
26534         
26535         * src/mainmenu_callbacks.c:
26536           Modified to use the above function.
26537         
26538         * src/build_project.c:
26539           Save all files before build if it is set in the
26540           preferences.
26542 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
26544         * src/message-manager-private.cc
26545           src/message-manager-private.h
26546           src/message-manager.cc:
26547           
26548           Message-manager now restores the tabs which were shown on startup.
26549           The terminal is now created on demand (as requested by Biswa)
26550           and I have removed some debug messages.
26551           
26552           Patch submitted by: 
26553           Johannes Schmid <johannes.schmid@gmx.de>
26555 2002-01-13  Stephane Demurget  <demurgets@free.fr>
26557         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
26558           proper tabs keyboard navigation.
26560         * src/an_symbol_view.c,
26561           src/anjuta_cbs.c,
26562           src/gnome_project.c,
26563           src/project_dbase.c,
26564           src/tags_manager.c: removed some debugging display.
26566 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
26568         * src/message-manager-dock.c
26569           src/message-manager-private.cc
26570           src/message-manager-private.h
26571           src/message-manager.cc
26572           src/preferences.c
26573           src/preferences.h
26574           src/preferences_gui.c:
26575           
26576           Patch submitted by: 
26577           Johannes Schmid <johannes.schmid@gmx.de>
26578           
26579           This patch adds a tab to the notebook of the preferences-dialog
26580           where you can change the colors, the tab position of the new
26581           message manager. Also the truncate messages stuff has moved
26582           from misc tab to messages tab.
26584           Also improved the remembering position stuff of message manager.
26585           
26586         * data/internal.properties,
26587           Added definitions for messages colors and tag position.
26588           
26589         * src/message_manager.cc:
26590           Fixed a bug that never lets the messages panes to get cleared.
26591           Added wmclass setting for the message window. Fixed a bug in
26592           which the message window was not being shown.
26593         
26594         * src/tag_manager.c: Fixed printing of (NULL) in the debug
26595           output and disabled it.
26597         * src/anjuta.c: Preferences created and loaded before anything else.
26598           anjuta now recognizes messages colors on startup and initializes
26599           them.
26600         
26601 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
26603         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
26605 2002-01-09  Stephane Demurget  <demurgets@free.fr>
26607         * pixmaps/file_c.xpm,
26608           pixmaps/file_cpp.xpm,
26609           pixmaps/file_file.xpm,
26610           pixmaps/file_h.xpm,
26611           pixmaps/file_html.xpm,
26612           pixmaps/file_i18n.xpm,
26613           pixmaps/file_icon.xpm,
26614           pixmaps/file_pix.xpm,
26615           pixmaps/fv_doc.xpm,
26616           pixmaps/fv_i18n.xpm,
26617           pixmaps/fv_image.xpm,
26618           pixmaps/fv_source.xpm,
26619           pixmaps/fv_unknown.xpm: made these icons transparent.
26621 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
26623         * launcher/anjuta_launcher.c: updated message strings
26624         * src/message-manager-dock.c: added newline at end to avoid compile warning
26625         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
26626         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
26627           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
26628           entries for username and Python-style GPL notice
26629         * HACKING: added info on files to change to update Insert menu
26631 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26633         * src/project_dbase.c,
26634           src/an_file_view.c,
26635           src/an_symbol_view.c:
26636           Changed the CTree expander style to square and
26637           line style to Dotted line.
26638           
26639         * po/POTFILES.in: Removed and Added translable files.
26641 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26643         * ccview/.cvsignore: Removed.
26644         
26645 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26647         * ccview/
26648                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
26649                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
26650                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
26651                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
26652                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
26653                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
26654         
26655         Removed ccview module because it is no longer needed.
26657 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26659         * src/project_dbase.c:
26660           Shifted structure initialization in project_dbase_new()
26661           before anything else, otherwise it was crashing due to
26662           uninitialized values.
26663         
26664         * src/an_symbol_view.c:
26665           Disabled high volume debug output.
26667 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
26668         
26669         Applied a very heavy patch from:
26670         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26672         * Makefile.am
26673         configure.in
26674         pixmaps/Makefile.am
26675         src/Makefile.am
26676         src/aneditor.cxx
26677         src/aneditor.h
26678         src/anjuta.c
26679         src/anjuta.h
26680         src/commands.c
26681         src/commands.h
26682         src/compile.c
26683         src/compile.h
26684         src/controls.c
26685         src/defaults.c
26686         src/fileselection.c
26687         src/main_menubar.c
26688         src/main_menubar.h
26689         src/main_menubar_def.h
26690         src/mainmenu_callbacks.c
26691         src/mainmenu_callbacks.h
26692         src/project_dbase.c
26693         src/project_dbase.h
26694         src/project_dbase_gui.c
26695         src/tags_manager.c
26696         src/text_editor_menu.c
26697         src/toolbar_callbacks.c
26698         tagmanager/Makefile.am
26699         tagmanager/ctags.c
26700         tagmanager/include/Makefile.am
26701         tagmanager/include/tm_project.h
26702         tagmanager/include/tm_symbol.h
26703         tagmanager/include/tm_tag.h
26704         tagmanager/include/tm_tagmanager.h
26705         tagmanager/include/tm_workspace.h
26706         tagmanager/tm_project.c
26707         tagmanager/tm_source_file.c
26708         tagmanager/tm_symbol.c
26709         tagmanager/tm_tag.c
26710         tagmanager/tm_workspace.c
26711         widgets/Makefile.am: Modified.
26712         
26713         * src/an_file_view.[c,h],
26714           src/an_symbol_view.[c,h],
26715           src/file_history.[c,h],
26716           src/support.[c,h],
26717           widgets/scroll-menu.[c,h],
26718           tagmanager/tm_file_entry.c
26719           tagmanager/include/tm_file_entry.h: Added new files.
26720           
26721         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
26722         private_func.xpm, public_func.xpm,
26723         class.xpm, fv_exec.xpm, fv_unknown.xpm,
26724         private_var.xpm, public_var.xpm,
26725         function.xpm, fv_i18n.xpm, macro.xpm,
26726         protected_func.xpm, struct.xpm,
26727         fv_autofile.xpm, fv_image.xpm,
26728         ofolder.xpm, protected_var.xpm, variable.xpm:
26729           Updated and Added pixmap files.
26731         Features:
26732         ---------
26733         a) Removes CCView dependency.
26734         b) Improves the terminal.
26735         c) Adds tag navigation context menus.
26736         d) Upgrades tagmanager to latest version.
26737         e) Miscellaneous small additions.
26739 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26741         * src/project_dbase_gui.c: Fixed crash of anjuta
26742         when project first created.
26743         
26744         * src/gnome_project.c: It now updates the tags manager
26745         when new projects are created.
26746         
26747 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
26749         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
26750           for this big patch.
26751         
26752         * src/messages.[c,h]: Removed files.
26754         * src/message-manager.[cc,h],
26755           src/message-manager-dock.[c,h],
26756           src/message-manager-private.[cc,h]
26757           New files.
26759         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
26760           src/build_project.c, src/clean_project.c, src/compile.c
26761           src/configurer.c, src/debugger.c, src/find_in_files.c
26762           src/mainmenu_callbacks.c, src/preferences.h
26763           src/preferences_gui.c, src/properties.h
26764           src/utilities.c, src/utilities.h:
26765           The new messages widget.
26766           New features:
26767             - Use of GtkNotebook instead of ToggleButtons
26768               and show/hide
26769             - Popupmenu to show and hide message types and
26770               to dock/undock in detach mode
26772           All other things should work as they did with the
26773           old message window. Currently the keyboard short-cuts
26774           do not work in detached mode.
26775           
26776           Some functions in utitlities.[c,h] changed.
26777           so that they take const arguments where this is possible
26778           
26779         * src/Makefile.am, po/POTFILES.in:
26780           Removed messages.[c,h] and
26781           added message-manager.[cc,h], message-manager-dock.[c,h],
26782           message-manager-private.[cc,h]
26783           
26784         * src/message-manager.h: Removed "include <bonobo.h>"
26785           and added a newline at the end of the file.
26786           
26787         * src/message-manager-private.cc:
26788           Set clist's width setting to Automatic.
26789           Set scroll window's scroll bars to Automatic.
26790           
26791 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
26793         * text_editor_menu.c:
26794           Fixed misalignment of the function sub menu
26795           in the text editor pop up menu.
26796           
26797 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26798         
26799         * src/text_editor.c: Fixed a compiler warning.
26800         
26801 2002-01-04  Andy Piper <andy.piper@freeuk.com>
26803         * THANKS, manuals/*/authors.sgml: updated for new translations
26804         * plugins/class-gen/clsGen.c: converted messages to English
26805         * src/about.c, src/main_menubar_def.h: string updates
26807 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
26809         * src/anjuta.c
26810           src/anjuta_cbs.c
26811           src/text_editor.c
26812           src/mainmenu_callbacks.c
26813           src/text_editor.h
26814           src/text_editor.c
26815           src/text_editor_cbs.c
26816           src/text_editor-gui.c:
26817           
26818           Earlier code for adding 'cross' button
26819           for closing pages were too error prone and unorganized.
26820           Cleaned up the code and shifted the 'extra' widgets
26821           creation (eg. close button, close_pixmap and lable)
26822           from anjuta to text_editor. This takes care of proper
26823           widgets creation and destruction. Otherwise, anjuta
26824           was crashing at too many points, especially related
26825           to docking and undocking.
26826           
26827 2002-01-04  Stephane Demurget  <demurgets@free.fr>
26829         * src/aneditor.cxx: removed debugging code.
26831         * data/properties/.cvsignore: added swap files.
26833 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26835         * src/anjuta.c
26836           src/anjuta_cbs.c:
26837           Fixed Crashing of anjuta when a new file is saved as
26838           different file.
26839           
26840 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
26842         * src/aneditor.c: Some debug codes around.
26843         
26844         * data/internal.properties, data/anjuta.properties: Removed.
26845           data/properties/Makefile.am:
26846           data/properties/ada
26847           data/properties/cs
26848           data/properties/make
26849           data/properties/rc
26850           data/properties/html
26851           data/properties/ruby
26852           data/properties/baan
26853           data/properties/idl
26854           data/properties/pascal
26855           data/properties/sample
26856           data/properties/bash
26857           data/properties/java
26858           data/properties/perl
26859           data/properties/sql
26860           data/properties/conf
26861           data/properties/latex
26862           data/properties/props
26863           data/properties/vb
26864           data/properties/cpp
26865           data/properties/lua
26866           data/properties/python
26867           data/properties/xml
26868           data/properties/others
26869           data/properties/.cvsignore:
26870             Added files. Properties now splitted into small files
26871             for each language.
26873         * data/Makefile.am
26874           configure.in: Update the removal and added properties module.
26876         * src/preferences.c: preferences_new(): Updated to reflect the
26877           new properties files organization.
26878           
26879         * src/Makefile.am: Added Baan Lexer.
26881 2002-01-01  Stephane Demurget  <demurgets@free.fr>
26883         * src/aneditor.cxx: readded the baan lexer. 
26885         * src/preferences.c: fixed translated messages and a typo.
26887         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
26888           confusing the regexp usage in xml-i18-merge.
26890 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
26892         * src/project_dbase.c: tidied some messages, and spotted a typo in
26893           the reading of properties which prevented the project version from
26894           ever being reported in the Project Information window - fixed :)
26896         * po/POTFILES.in: removed syntax.h
26898 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26900         * data/internal.properties: fixed baan properties.
26901           Added all ada properties.
26903         * src/main_menubar_def.h,
26904           src/lexer.h,
26905           src/aneditor.cxx,
26906           src/utilities.[ch]: added support for the Ada highlight style.
26908 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26910         * plugins/*/.cvsignore: updated.
26912 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26914         * src/syntax.h,
26915           src/text_editor.c,
26916           src/Makefile.am: removed the empty header syntax.h.
26918 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
26920         * main_menubar.c:
26921         Stef's observation on the 'superfluous' hseparators in the recent
26922         files and projects is fully justified -- removed.
26923         
26924         * main_menubar_def.h:
26925         Changed "Plug Ins" to "Plugins" in the menu label.
26926         
26927         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
26928         Added class-gen in the configure output and class-gen module.
26929         
26930         * data/internal.properties:
26931         Correct mis-spelled "jave" to "java".
26932         Added file.is.source for *.h, *.c, *.cpp properties.
26933         
26934         * global-tags/Makefile.am:
26935         "chmod +x create_global_tags.sh" before it is executed, because
26936         there is very high chance that it will be found "-x" and resulting
26937         in error
26939 2001-12-31  Stephane Demurget  <demurgets@free.fr>
26941         Fixed a crash on Solaris reported by Holder Burde, thanks to him
26942         for the backtrace.
26944         * src/gnome_project.c: (create_new_project): if the user doesn't
26945           select any icon, it doesn't have any extension and thus we can't
26946           use it in printf on Solaris, since the %s modifier use strlen to
26947           know the string length and then crash. On Linux, gcc checks the value
26948           of the pointer to be NULL and write "(null)" if necessary. We can't
26949           rely on that.
26951         * src/source.c: (source_write_desktop_entry): if there's no icon, we
26952           don't need to have the directory icon but the generic one.
26954 2001-12-30  Stephane Demurget  <demurgets@free.fr>
26956         Merged with latest (1.42) scintilla.
26958         Added: Support for the {load,save}.on.(de)activate properties.
26959                The PHP lexer to match keywords case insensitively.
26960                Baan lexer.
26961                Experimental supports for changeable style attribute & line
26962                wrapping.
26963                
26964         Updated: Both the C++ and HTML lexers.
26965                  More shell keywords added.
26966                  Horizontal scrolling and diplay of long lines optimised.
26967                  Cursor setting optimised.
26969         Bugs fixed: Caret movement over folded lines.
26970                     Selection tracking in 2ndary views when doing modifications.
26972         * scintilla/CallTip.{cxx.h},
26973           scintilla/ContractionState.{cxx,h},
26974           scintilla/Document.{cxx,h},
26975           scintilla/Editor.{cxx,h},
26976           scintilla/KeyWords.cxx,
26977           scintilla/LexHTML.cxx,
26978           scintilla/PlatGTK.cxx,
26979           scintilla/RESearch.cxx,
26980           scintilla/ScintillaBase.cxx,
26981           scintilla/ScintillaGTK.cxx,
26982           scintilla/Style.{cxx,h},
26983           scintilla/StyleContext.h,
26984           scintilla/ViewStyle.cxx,
26985           scintilla/include/*.h: updated.
26987         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
26989         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
26990           should have been told to the scintilla team. We're lucky I read the
26991           ChangeLog and the modifications of the lexer (thanks to the Gnome
26992           bonsai for this ;)
26994         * data/internal.properties: added Baan definitions.
26995           Fixed some issues for C such as *_cast directive, that are only
26996           available with C++.
26997           Updated C++, HTML and shell scripts definitions.
26998           Updated Ada and Bullant, that have been forgotten.
27000         * src/main_menubar_def.h,
27001           src/lexer.h,
27002           src/aneditor.cxx,
27003           src/utilities.[ch]: added support for the Baan highlight style.
27005 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27007         Polished the plugins menu behaviour and added a tearoff
27008         menuitem to the recent entries submenu.
27010         Note: The recent entries list seems to be too height
27011               with all these superfluous hseparators.
27013         * src/main_menubar.c: Polished, making some
27014           functions declarations static and cleaning some code.
27016           (create_submenu_plugin): removed the extra
27017           plugins entry and the horizontal separators.
27019           (on_plugins_menu_realize): the plugins menu is only
27020           shown if there's at least one available.
27022           (create_submenu*): added a tearoff menuitem to have
27023           a more homogeneous menu style. For now, it doesn't
27024           take care of user settings (but it was even worse
27025           before :).
27027 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27029         * configure.in: added the packageplugindir variable to avoid
27030           installing the plugins in $(prefix). It's not the same path as
27031           anjuta 2 to allow parallel installation.
27033 2001-12-29  Stephane Demurget  <demurgets@free.fr>
27034         Fix a reopened part of bug #440676: keyboard navigation between the
27035         different text buffers. Changed to a more global approch. 
27037         * src/notebook.[ch]: removed.
27039         * src/Makefile.am: removed notebook.[ch]
27041         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
27042           (on_anjuta_window_key_press_event): added to fulfill the global
27043           shorcuts handling.
27045         * HACKING: updated according to the new global shortcuts handling.
27047 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
27049         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
27050           Shifted plugin menu from Edit submenu to main menu.
27051         
27052         * po/POTFILES.in:
27053           Added plugins/sample1/plugin-sample1.c
27054           
27055         * plugins/sample1/plugin-sample1.c:
27056           Added localization and used anjuta_info, instead of anjuta_error.
27057           
27058         * plugins/.cvsignore, plugins/sample1/.cvsignore:
27059           Added cvs ignores.
27060           
27061 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
27063         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
27064           for plugin dir.
27065         
27066         * Makefile.am: Added module plugins.
27067         
27068         * plugins, plugins/Makefile.am, plugins/sample1/*:
27069           Created plugins modules.
27070           
27071         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
27072           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
27073           to load plugins of *.so only and not *.so* (which results
27074           in duplicates).
27075         
27076         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
27077           plugins during packaging.
27079 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
27081         *  configure.in: Added Greek (el) to ALL_LINGUAS.
27083 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
27085         * configure.in: Added portuguese to ALL_LINGUAS
27087 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
27089         * global-tags/.cvsignore
27090         tagmanager/.cvsignore
27091         tagmanager/include/.cvsignore:
27092         Added cvs ignore files.
27094         * data/.cvsignore
27095         Updated cvs ignore file.
27096         
27097 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27099         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
27100           data/anjuta.properties, data/internal.properties: clean up some 
27101           message strings (me)
27103 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27105         * src/about.c, THANKS: added Jens to the credits
27106         
27107 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
27109         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
27110           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
27111           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
27112           Georg <mail@jensgeorg.de> to add close button to file tabs.
27114 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27116         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
27117           (debugger now catches correct signal from process)
27119 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27121         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
27122         * src/pixmaps.h: switch appwizard project icons to new designs
27123         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
27125 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
27127         * pixmaps/Makefile.am: stop redundant images from being installed.
27128           The next step will be to remove them completely.
27129         * src/appwiz*: further updates (more to come)
27130         * src/pixmaps.h: cleaned up, commented
27131         * src/splash.c: should use the pixmaps macro defined
27132         * HACKING: more on the graphics stuff and use of pixmaps.h
27134 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
27136         * src/defaults.c: fix bug #494864
27138 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
27140         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
27141           graphics from Misha
27142         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
27143           redundant graphics, no longer used
27144         * src/appwiz*: revamped application wizard by Andy and Misha for
27145           a more usable and professional look-and-feel
27146         * HACKING: updates to cover patching, graphics, and some additions
27147           post-0.1.8
27148         * TODO: removed some implemented features
27150 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
27152         * data/anjuta.properties, data/internal.properties: cleanup
27153         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
27154           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
27155           to edit styles colors for keywords and add Goto Tag menu option
27156           in the editor
27158 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
27160         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
27161         
27162         Fixed bug #460335
27163         fixes the Forget of the cursor position when tab is brought active
27164         from project manager.
27165         
27166 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27168         * src/messages.c
27169           Exported "TERM=xterm" to get a color terminal when
27170           anjuta is not started from within a terminal.
27171           
27172 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27174         * src/messages.c
27175           src/messages.h
27176           Added a frame around zvt terminal.
27177           
27178         * src/preferences_gui.c
27179           Modified to say "Use glade component (experimental)"
27180           instead of "Use Component".
27181           
27182 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
27184         * Patch from 
27185         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27186         
27187         * src/anjuta.c
27188         src/fileselection.c
27189         src/messages.c
27190         src/messages.h
27191         src/preferences.c
27192         src/preferences.h
27193         src/project_dbase.c
27195         a) Extra scrollbar in terminal no longer appears.
27196         b) Character set preference should be preserved (untested).
27197         c) File selection widget now remembers last directory.
27198         d) On creation of generic project, the glade 'file not found' error no
27199                 longer occurs.
27200         e) First terminal window is created 'on demand', so it should always to
27201                 the Right Thing (TM) as far as starting WD is concerned. Also, the
27202                 environment is now passed to the terminal.
27203         f) Solaris compilation should be fixed (replaced get_current_dir_name()
27204                 with getcwd()).
27205         g) Fixed some compilation warnings.
27207 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
27209         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
27210           src/pixmaps.h: applied terminal and warnings patch (Biswa)
27211         * src/*: cleanups (me)
27212         * pixmaps/mini_term.xpm: added new file for terminal button
27213           (me, based on existing artwork)
27215 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
27217         * configure.in: bumped version to 0.1.9-pre
27218         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27219           translation
27220         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
27222 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
27224         * src/splash.c: removed a DOS end of line of a comment (so the *.po
27225           files are free of that char)
27226         * configure.in: added "az" to ALL_LINGUAS
27228 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
27230         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
27231           crash bug fix from Biswa.
27232         * FUTURE: added Anjuta/gIDE merger information to provide 
27233           details on future direction and status of 1.x stuff
27234         * NEWS: prepared for release
27235         * po/de.po: update from Jens Georg <mail@jensgeorg>
27237 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
27239         * multiple minor updates pre-0.1.8
27240         * patch from Biswa to fix syntax highlighting and packaging
27241         * po/fr.po: update from Stef
27243 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
27245         * global-tags/Makefile.am
27246         global-tags/create_global_tags.sh
27247         global-tags/tm_global_tags.c
27248         scintilla/LexCPP.cxx
27249         scintilla/include/SciLexer.h
27250         src/aneditor.cxx
27251         src/project_dbase.c
27252         tagmanager/Makefile.am
27253         tagmanager/include/Makefile.am
27254         tagmanager/include/tm_project.h
27255         tagmanager/include/tm_tag.h
27256         tagmanager/include/tm_tagmanager.h
27257         tagmanager/tm_project.c
27258         tagmanager/tm_source_file.c
27259         tagmanager/tm_tag.c
27260         tagmanager/tm_workspace.c:
27261         
27262         Includes the syntax highliting patch to scintilla).
27263         and more stable code.
27264         
27265         *tagmanager/include/tm_symbol.h: New file.
27266         *tagmanager/tm_symbol.c: New file.
27267         
27268         Add symbol tree building functionality at project level
27269         
27270         Patch from:
27271         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
27272         
27273 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27275         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
27276           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
27277           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
27278           : New and improved pixmaps from Misha <misha@phreaker.net>
27279           Thanks to him.
27281 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
27282         
27283         * Big patch submitted by
27284           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
27285           Many thanks to him.
27286         
27287         * src/Makefile.am, src/aneditor.cxx
27288           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
27289           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
27290           Use of tagmanager lib for advanced calltips.
27292         * global-tags/*: Created new directory and added files to 
27293           generate system.tags.
27295         * tagmanager/*: Created new directory and added tagmanager lib
27296           files.
27298         * configure.in, acconfig.h, Makefile.am: Modified to reflect
27299           the above additions.
27301         * data/Makefile.am: Modified to accomodate generated system.tags file.
27303 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
27305         * scintilla/: updated to 1.41
27306         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
27307         * src/about.c: updated list of authors
27308         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
27309         * HACKING: updated to cover Scintilla usage
27310         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
27311           translation
27313 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
27315         * src/aneditor.cxx: Fixed compilation errors with it.
27316           by add include to gtk+ headers and typedefining a mysteriously
27317           vanished class Colour.
27319 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27321         * configure.in: Added pt_BR in the languages.
27322         
27323 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
27325         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
27326           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
27327         * THANKS: updated
27328         * manuals/C/anjuta-manual/*: new format to match
27329           the rest of the GNOME docs chapter layout. Added the many
27330           new contributors. Moved Authors and License information into new
27331           chapters of their own - should make expansion easier too
27332         * src/compiler_options.c: changed the profiler option to -pg to 
27333           work with GNU tools (gprof)
27334         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
27335           and text labels
27336         
27337 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
27339         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
27340           compiler_options_gui.c:
27341           Added a new entry for linker flags and renamed c_options to c_flags
27342           and l_options to l_libs. Also, added a new function:
27343           compiler_options_set_prjlflags_in_file();
27344         
27345         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
27346         
27347         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
27348           
27349 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
27351         * THANKS, src/about.c: corrections and additions following 
27352         Naba's big update
27353         * src/main_menubar.c: patch from Rikul to fix the problem with 
27354         menu accelerators not being loaded
27356 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
27358         * THANKS: Added all contributors and translators names and emails.
27359         * AUTHORS: Updated
27360         * pixmap/anjuta_logo.png: Reduced the size of the logo.
27361         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
27362               Added new file (earlier logo with border).
27363         * src/about.c: Added all contributors names and emails
27364               and used macro definition for logo pixmap file.
27365         * src/pixmaps.h: Added entry for anjuta splash screen.
27367 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
27369         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
27370         to new PNG version (thanks to Misha) and removed the old
27371         pixmap.
27373 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
27375         * THANKS: added Conner Mo for simplified Chinese translation.
27376         * configure.in: added zh_CN in ALL_LINGUAS
27378 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
27380         * THANKS: added Joe Man for his traditional Chinese translation.
27381         * configure.in: added zh_TW in ALL_LINGUAS.
27383 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
27385         * src/main_menubar_def.h: Changed the link of lidn to
27386         http://lidn.sourceforge.net.
27387         
27388 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
27390         * Applied patch from Rikul
27391         * Applied patch from Luca
27392         * Fixed a cvs conflict. :)
27394 2001-10-17  Stephane Demurget  <demurgets@free.fr>
27396         * THANKS: added Marc Botermans for his Dutch translation.
27398         * configure.in: added nl in ALL_LINGUAS.
27400         * po/nl.po: added.
27402 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
27404         * anjuta.c: Fixed luca's typo.
27405         * resources.c, resources.h: Changed gchar* return to void, to
27406                 avoid a compiler warning.
27407         * scintilla/Makefile.am: Reorganized file entries.
27408         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
27410 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
27412         * Upgraded scintilla to 1.4.
27413         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
27414                 LexLisp.cxx StyleContext.cxx StyleContext.h
27415         * src/Makefile.am: Added 4 lexers and separated lexer objects
27416                 from the main link variable.
27418 2001-10-14  Stephane Demurget  <demurgets@free.fr>
27420         * THANKS: added Luca, even if it shouldn't be my role to write
27421           this sort of thing :)
27423         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
27424           the latest Luca patch.
27426 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
27428         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
27429         This is not documented yet; plugins to come later.
27430         * src/find*.c: find dialogs now persistent 
27431         (Rick <rikul@bellsouth.net>)
27432         * widgets/gnomefilelist.c: fixed multiple file open issue 
27433         (Rick <rikul@bellsouth.net>)
27434         * changes to recent file and project lists handling 
27435         (lbell <lbell@tsc4.com>)
27436         * more minor UI updates (me)
27438 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
27440         * src/Makefile.am: removed warnings for traditional C syntax
27441         * pixmaps: added new icons for mini_locals, mini_cvs and
27442         the splash screen - thanks to Misha <misha@phreaker.net>
27444 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
27446         * src/toolbar.c: fix typo in tooltip text
27447         * ccview/cccmd.cc: alter Func to Function in menu text
27449 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
27451         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
27452         issue with find dialog reporting an error when Scintilla finds text
27453         * applied patch from Denis Boehme <boehme at syncio dot de> to support
27454         DOS files (i.e. CR/LF translation)
27456 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
27458         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
27459         #452436
27460         * data/internal.properties: default fold style now set to 3 :-)
27461         * applied patch from rikul <null@acm.org> to turn notebook tab 
27462         headings red when file has been edited.
27464 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
27466         * configure.in: Added "no" to ALL_LINGUAS.
27467         
27468 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
27470     * Patch from lbell <lbell@tsc4.com>
27471     src/controls.c
27472     src/debugger.c
27473     src/main_menubar.c
27474     src/main_menubar.h
27475     src/main_menubar_def.h
27476     src/mainmenu_callbacks.c
27477     src/mainmenu_callbacks.h
27478     src/project_dbase.c
27479     src/project_dbase.h
27480     
27481     Implemented a check menu item to handle the 'show locals' flag
27482     for the current project.
27484     * data/internal.properties: Removed the redundant command
27485     for gnome-terminal.
27486     
27487 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
27489         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
27491 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
27493         * configure.in: Added "ta" to the languages list.
27495 2001-09-21  Andy Piper <andy.piper@freeuk.com>
27497         * data/internal.properties:
27498           added fold.symbols property to control appearance of folds
27499           in the Scintilla editor (thanks to rikul <null@acm.org>)
27501 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27503         * src/message.c:
27504           one extra button for message win is being created -- Fixed.
27505         
27506           The frame should be hidden and not only the pix_lab when
27507           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
27508           -- Fixed.
27509         
27510         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
27511           for the time being it is same as mini_cvs.xpm.
27512         
27513 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
27515         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
27517         Patch from rikul <null@acm.org>
27518         
27519         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
27520         glades.h, messages.c, messages.h, pixmaps.h,
27521         project_dbase.c, project_dbase.h, session.c,
27522         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
27523         
27524         inserted 'add to watch' option in inspect window, so you can add easily
27525         a variable in watch window .
27526         
27527         Added a new message pane for the gdb local variables inspection. Changed
27528         the code in messages.c to better account for future new panes insertion.
27529         Defined a new pixmap for the new tab button in pixmaps.h
27530         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
27531         install script.
27532         
27533         Changed the debugger module to have a single function for asking to gdb
27534         to send program info. The idea is to ask the debugger about only the
27535         info needed to open windows( watch, registers, etc ) to speedup the step
27536         command. I plan to ask informations to the debugger based on the user
27537         interface status.
27538         The request for local variables is enabled by default, but the
27539         projectDBase has a variable to control it, to allow disabling that
27540         feature,  there is also the code to save and to reload the state. If you
27541         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
27542         in project_dbase.c
27544         This big patch is from:  lbell <lbell@tsc4.com>
27545         
27546 2001-09-20  Stephane Demurget <demurgets@free.fr>
27548         Patch from rikul <null@acm.org> :
27550         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
27551           problem and added folding support for php/hmtl.
27553 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
27555         * Fixed dnd of files within scintilla.
27556         patch from:  rikul <null@acm.org>
27557         
27558 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
27560         * Applied patch from Luca.
27561         
27562         * src/source.c: source_write_build_files(): Fixed the project generation
27563           failure. The fist return statement and the free_project_type were 
27564           misplaced.
27566 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
27567         
27568         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
27569         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
27570         
27571         1) Restore the error color to red (waiting for a configurable one )
27572         2) Saving projects settings if you exit anjuta without closing an open
27573         saved project
27574         3) New Menu 'repaeat search' to search with a keystroke without pressing
27575         the toolbar button
27576         4) some define in the menus to better handle menu item update
27577         
27578         Patch from: lbell <lbell@tsc4.com>
27579         
27580         * main_menubar_def.h, main_menubar.c: Change the position of
27581         "Repeat find" menu position.
27583 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
27585          project_type.h, project_type.c, source.c: Applied patch.
27586          patch from Johannes Schmid <clubfan@users.sourceforge.net>
27587          
27588 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27590         * configure.in, src/Makefile.am: Using macros for ORBit flags.
27591         
27592 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27593         
27594         * Fixed bug #445752
27595   
27596 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27597         
27598         * Fixed bugs in Gtk-- and Gnome-- project type
27600 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27602         * dnd.c: Support for multiple files drag-n-drop.
27603         
27604           Patch from: rikul <null@acm.org>
27605         
27606         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
27607           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
27608           saving from menu.
27609         
27610           Patch from: rikul <null@acm.org>
27612         * Applied patch for widgetizing goto dialog box.
27613           Patch from: ???
27614         
27615         * Applied patch for having new project type handling.
27616           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
27617           
27618 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
27620         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
27621           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
27622           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
27623           find_replace.c, find_replace.h, find_text.c, find_text.h,
27624           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
27625           project_dbase.h, source.c, text_editor.c, text_editor.h,
27626           text_editor_cbs.c, utilities.c, utilities.h:
27627         
27628           Applied a huge patch (after slight preview). I would like Luca
27629           to have his feature additions mentioned here.
27630         
27631           Patch from: lbell <lbell@tsc4.com>
27633 2001-09-09  Stephane Demurget <demurgets@free.fr>
27635         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
27637         * po/fr.po: updated to the latest sources.
27640 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
27641         
27642         * Fixed bug #445752
27643   
27644 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27646         * dnd.h, dnd.c: New files for drag n drop support.
27647                 
27648         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
27649            Added drag and drop support for opening files.
27650         
27651         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
27652         Archit Baweja <bighead@crosswinds.net> for this idea.
27653         
27654         * TODO: Added some more todos. :-(
27656 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27658         * Fixed the goto line activate bug.
27659         patch from: Martyn Bone <mbone@brightstar.u-net.com>
27661 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
27662         
27663         * Fixed bugs in Gtk-- and Gnome-- project type
27665 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
27667         * widgets/gonmefilelist.c, gnomefilelist.c:
27668         Modified multiple selection on pressing control.
27669           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27670         
27671         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
27672         Modified multiple selection on pressing control.
27673           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27674         
27675 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
27677         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
27678           This is useless; but just in case...
27680 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
27682         * data/internal.properties: modified a bit of perl properties.
27683         
27684 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
27686         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
27687           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
27688           Added support for multiple file imports. Changed the standrd C++
27689           convention of #include <file> to #include <file.h>, because I had given
27690           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
27691           now support the #include <file> convention. That is something to be fixed :). 
27692           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27694 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
27696         * src/anjuta.c: Added function static greetings_text(), to solve the non
27697                 translation of the greetings text in the wizard.
27698                 
27699 2001-08-31  Andy Piper <andy.piper@freeuk.com>
27701         * src/find_in_files_gui.c: made order of buttons consistent with other Find
27702           dialogs, with OK the default (fix bug #453482)
27704 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
27706         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
27707         
27708         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
27709         
27710 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
27712         * src/aneditor.cxx
27713           src/aneditor.h
27714           src/anjuta_cbs.c
27715           src/controls.c
27716           src/main_menubar.c
27717           src/main_menubar.h
27718           src/main_menubar_def.h
27719           src/mainmenu_callbacks.c
27720           src/mainmenu_callbacks.h:
27721                 Applied the patch that addes menu items which allow users to
27722                 insert GPL notice and date time in current document.
27723                 patch from: Rick Patel <rikul@shreve.net>       
27724                 
27725         * src/main_menu.c: Fixed a compilation error.
27726         
27727         * src/anjuta.c: Fixed non-rememberence of editor tab position.
27728         
27729         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
27730           about the unterminated strings.
27731           
27732         * scintilla/*: Updated scintilla to 1.3.9 version.
27733         
27734 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
27735         
27736         * widgets/gnomefileselection.c:
27737           Applied the patch for fixing multiple selection of file open funcion,
27738           which will deselect the files selected.
27739           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27741 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27743         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
27744           src/fileselection.c, src/anjuta_cbs.c:
27745           Applied the patch     for multiple selection of file open.
27746           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
27747           
27748 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
27750         * Removed "-f" option in call to devhelp, because devhelp no longer
27751           supports that.
27752         
27753 2001-08-26  Stephane Demurget <demurgets@free.fr>
27755         All these modifications have been pointed out by
27756         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
27758         * data/internal.properties: two fixes for the PHP lexer.
27759           this out.
27761         * fr.po: minor fixes.
27763         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
27765 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
27766         
27767         * main_menubar.c,
27768           main_menubar.h,
27769           main_menubar_def.h,
27770           main_menubar_callbacks.c,
27771           controls.c:
27772                 Added new menu item for "close all fils".
27773                 (Patch from Rikul <rikul@shreve.net>, after revision)
27774         
27775         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
27776         
27777         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
27778                 (Patch from Rikul <rikul@shreve.net>)
27779         
27780         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
27781                 (Patch from Rikul <rikul@shreve.net>)
27783 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27784         
27785         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
27786            project name in application widzard.
27787            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
27789         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
27790           of the 'OK' button there is an 'Execute' one.
27791           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
27792         
27793         * executer.c: Changed cancel button to close button. That was more appropriate.
27794           
27795 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
27797         * HACKING: corrected >>>>>> Config management.
27798         
27799         * HACKING: Added many things.
27800         
27801         * src/launcher.h: Added some comments.
27803 2001-08-21  Stephane Demurget <demurgets@free.fr>
27805         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
27807         * HACKING,
27808           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
27809           src/appwizard_cbs.c,
27810           src/appwizard_gui.c: Applied UI/docs cleanup patch from
27811           Andy Piper <andy.piper@freeuk.com>
27813         * po/fr.po: updated to latest sources.
27815         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
27818 2001-08-18  Andy Piper <andy.piper@freeuk.com>
27820         * Fixed bugs #450280 and #448845
27822         * src/about.c: corrected Naba's e-mail address (.net, not .com)
27823         
27824         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
27825           named dialogs
27826         
27827         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
27828           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
27829           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
27830           names to remove "Anjuta: " prefix
27831           
27832         * src/main_menubar_def.c: altered a message
27833         
27834         * launcher/anjuta_launcher.c: cleaned up some messages
27836         * src/debugger.c: edited messages to improve clarity
27837         
27838         * src/app_wiz*.c: tidied wizard interface
27841 2001-08-15  Stephane Demurget <demurgets@free.fr>
27843         Synced Naba's fix and mine about the wizards not working and removed
27844         anjuta.prj to avoid a nasty checkin.
27846         * Makefile.am: removed the install-data-local rule.
27848         * data/Makefile.am: changed the list of files.
27850         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
27852         * .cvsignore: added anjuta.prj for the same reason.
27855 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
27857         * src/source.c: Fixed a bug that fails new gnome projects to get
27858           created.
27860         * src/project_manager.c: Fixed a bug that disables storing recent
27861           project history.
27863         * Makefile.am: Added stuffs to install the macro files in the
27864           anjuta share file.
27867 2001-08-14  Stephane Demurget <demurgets@free.fr>
27869         * data/Makefile.am: added some rules to support the gnome/ macros
27870           dir in order to make the wizards work again.
27872         * anjuta.spec.in: upped the release number.
27875 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
27877         * configure.in (ALL_LINGUAS): Added pl.
27880 2001-08-09  Stephane Demurget <demurgets@free.fr>
27882         * anjuta.spec.in: fixed the doc files list.
27885 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
27887         * src/about.c: corrected my email address. :-)
27888         
27889         * TODO: Updated.
27890         
27891         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
27892          (patch from Andy Piper <squiggle@ukgateway.net>)
27894 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
27896         * debugger.c: Fixed a bug associated with debugging threaded
27897           application.
27898         
27899         * text_editor_menu.c: Fixed broken ui in text editor
27900           pop up menu.
27901           
27902         * text_editor_menu.c: Now the option sub menu in text editor pop up
27903           works.
27904         
27905         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
27906                 (suggested by lord sibn <sibn@utspl.cjb.net> )
27907         
27908 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
27910         * src/text_editor_menu.c: Added menu item for context help
27911           (patch from Andy Piper <squiggle@ukgateway.net>)
27912         
27913 2001-08-06  Stephane Demurget <demurgets@free.fr>
27915         * ccview/cccproj.cc: added missing i18n strings.
27917         * data/welcome.txt: bumped version to 0.1.6.
27919         * src/anjuta.c: fixed a compilation error due to devhelp integration.
27921 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
27922         
27923         * help.c, help.h: Added support for DevHelp context sensitive help
27924                 and gnome api browsing.
27925         * Fixed toolbars and editor views "not save" bug.
27926         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
27927           (patch from Andy Piper <squiggle@ukgateway.net>)
27928         * Updated THANKS and chapter15.sgml for uk and ru translators.
27930 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
27932         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
27933         * Updated configure.in to include these changes
27934         
27935 2001-08-03  Stephane Demurget <demurgets@free.fr>
27937         * src/project_dbase_gui.c: fixed bug #446963
27938           (on_project_dbase_ccview_update_start),
27939           (on_project_dbase_ccview_update_end): added.
27940           These two respectively disable and enable close file/project
27941           menu entries and toolbar items, while the ccview part updates
27942           its tag database.  
27945 2001-08-03  Stephane Demurget <demurgets@free.fr>
27947         * configure.in: added sv to the ALL_LINGUAS list.
27948         
27950 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
27952         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
27953                 file to work: merge translations and distribute it.
27955         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
27957         * NEWS, README, THANKS & TODO: Spelling fixes.
27959 2001-08-01  Stephane Demurget <demurgets@free.fr>
27961         * README: updated requirements.
27963         * scintilla/Makefile.am,
27964           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
27965           target can't be realized (custom build path).
27967         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
27968           Removed install-data-local.
27970         * src/compiler_options.c: changed the include paths of the pixmaps.
27971           we hadn't any warning because of the include paths passed to the
27972           compiler. Thanks to make distcheck for reporting this.
27975 2001-07-31  Stephane Demurget <demurgets@free.fr>
27977         * NEWS, THANKS: updated.
27979         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
27980           fixed to show the correct kernel signal number and its description.
27982         * widgets/gnomefilelist.c: fixed bug #445756
27983           (goto_last): renamed to goto_prev and changed according to goto_next.
27984           (goto_next): added.
27985           (goto_directory): removed.
27986           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
27987           returned value is now the position in the list.
27988           (check_ok_button_cb): changed the back check and added one for next.
27989           (gnome_filelist_set_dir): the check in history make it wouldn't be
27990           a "true" history. polished the whole thing, using set_dir_internal.
27991           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
27992           there's no check in the history when using back or next.
27994         * manuals/*: added missing .cvsignore files.
27997 2001-07-30  Stephane Demurget <demurgets@free.fr>
27999         * po/fr.po: updated to latest sources.
28001         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
28002           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
28003           to put off their sensitive attributes.
28005 2001-07-29  Stephane Demurget <demurgets@free.fr>
28006         
28007         * po/fr.po: fixed some grammar things.
28008           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
28009           this out.
28010         
28011         * src/utilities.c: (file_is_link): use lstat instead of stat.
28013 2001-07-27  Naba Kumar <kh_naba@123india.com>
28014         
28015         * Remove help dir from cvs, because it is no longer
28016           needed.
28017         
28018         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
28019           needed.
28021 2001-07-24  Naba Kumar <kh_naba@123india.com>
28023         * debugger.c: (debugger_update_prog_status): Fixed
28024                 the bug with gdb version 5. Debugger starts, when
28025                 step in/out/over etc are clicked.
28026         
28027         * debugger.c: All functions: added debugging codes.
28028         
28029         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
28030         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
28031           Modified to recognize non project files also.
28032           
28033         * source.c: (source_write_configure_in):
28034           Added source for 'prefix' counterparts for
28035           no-prefix AC_SUBST.
28036         
28037 2001-07-23  Naba Kumar <kh_naba@123india.com>
28038         
28039         * anjuta.c: added function anjuta_remove_text_editor();
28040           and suitably modified anjuta_remove_current_text_editor().
28041           
28042         * project_dbase.c: project_dbase_close(), Added code to
28043           close all opened files that belong to the project when
28044           the project is closed.
28045          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
28046         
28047         * Updated the manuals/anjuta-manual subdir for GDP standards.
28048            (patch from Andy Piper <squiggle@ukgateway.net>)
28049         
28050         * main_menubar.h, main_menubar.def: Added Menu items to handle
28051           urls for library references, bugs, patches and feature request
28052           submission.
28053         
28054 2001-07-20  Naba Kumar <kh_naba@123india.com>
28055         
28056         * Set wmclass names in all windows.
28057           (patch from Andy Piper <squiggle@ukgateway.net>)
28058         * New splash logo from "Misha" <misha@phreaker.net>);
28060 2001-07-19  Naba Kumar <kh_naba@123india.com>
28061         
28062         * preferences.[h,c], preferences_gui.c: Added 4 properties to
28063           set caret color, calltip back color and selection fore/back
28064           color.
28066 2001-07-18  Naba Kumar <kh_naba@123india.com>
28067         
28068         * project_dbase.c: Closes all files when project is closed.
28069          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28070          -- We still need to refine this as it closes all sort of files.
28071         
28072         * compiler_options.c: Fixed seg-fault bug when last item in
28073           compiler option lists is removed.
28074         
28075         * Fixed missing newline warnings during compilation.
28076           (patch from Andy Piper <squiggle@ukgateway.net>)
28078 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
28080         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
28081                 autogenerated no need to store'em in CVS.
28083         * ccview/.cvsignore: Addition of cvsignore.
28085 2001-07-17  Naba Kumar <kh_naba@123india.com>
28086         
28087         *GUI fixes and spell corrections
28088         (patch from Andy Piper <squiggle@ukgateway.net>)
28090 2001-07-15  Naba Kumar <kh_naba@123india.com>
28091         
28092         *Fixed double error message for file not found.
28093         
28094         *Put white backgrounds for png images.
28095         
28096         *Converted '-' to '_' in sgml files.
28098 2001-07-14  Naba Kumar <kh_naba@123india.com>
28099         
28100         * project_dbase.c: Short-cut for expand/collasp project tree
28101         
28102         * project_dbase_gui.c:
28103          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28105 2001-07-13  Naba Kumar <kh_naba@123india.com>
28106         
28107         * notebook.[h,c]: Added
28108          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
28109         Project/message window now toggles on control and
28110         and notebook switch short-cut
28112 2001-07-7  Naba Kumar <kh_naba@123india.com>
28113         
28114         * Changed a new icon set which looks more gnomish.
28115         
28116         * Changed a new anjuta splash logo.
28117         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
28119 2001-07-6  Naba Kumar <kh_naba@123india.com>
28120         
28121         * ccview/*: Integrated ccview for class view and file view
28122                 in the project Manager.
28123         
28124         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
28126 2001-07-1  Naba Kumar <kh_naba@123india.com>
28127         
28128         * scintilla/*: Upgraded Scintilla to version 1.3.7
28129         
28130         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
28131         
28132 2001-06-28  Naba Kumar <kh_naba@123india.com>
28133         
28134         * src/debugger.c: Correct step-over and step-out swapping.
28135         
28136         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
28137           chapters and added more stuffs.
28139 2001-06-13  Naba Kumar <kh_naba@123india.com>
28140         
28141         * data/autogen.sh.gtkmm: Added
28142         
28143         * data/autogen.sh.gnomemm: Added
28144         
28145         * src/appwiz.c: Added two more application wizard templetes
28146         
28147         * src/project: for gtk-- and gnome-- and proper support
28148         
28149         * src/source.c: for c++ in the project configuration.
28150         
28151         * src/source.h:
28153 2001-05-05  Naba Kumar <kh_naba@123india.com>
28155         * Merged my pre-cvs modifications with 
28156           the current cvs copy.
28158         * (lot of files change).
28160         * Implemented session management.
28162         * Local installation possible by
28163           manageing our own pixmaps paths
28164           manupulations.
28165         
28166         * resources.h: Added.
28167         * resources.c: Added.
28169         * Fixed some bugs.
28170         
28171 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
28173         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
28174                 Corrected/extended ignores.
28176 2001-05-04  Naba Kumar <kh_naba@123india.com>
28178         * manuals/: dir tree added.
28179           Sgml documentation started in this dir.
28180           
28181         * omf-install/: dir tree added.
28182         
28183         * manuals/anjuta-manual/C/anjuta-manual.sgml:
28184           Created initial document structure.
28185           
28186         * configure.in: Added test for scrollkeeper.
28187           Added some Makefile entries in AC_OUTPUT.
28188         
28189         * Makefile.am: Added subdir manuals/
28190         
28191         * HACKING: Wrote something stupid.
28193 2001-05-02  Stéphane Démurget <demurgets@free.fr>
28195         * Makefile.am: Added ChangeLog in local data list, becaused it's
28196           needed to create a new project.
28197           
28198         * po/fr.po: minor fixes.
28200         * src/build_file.c, src/configurer.c, src/debugger.c,
28201           src/executer.c, src/find_replace.c, src/gnome_project.c,
28202           src/goto_line.c, src/launcher.c, src/messages.c, 
28203           src/preferences.c src/project_dbase.c: functions declared static.
28204           
28205         * widgets/gnomefilelist.c: Fixed a project creation bug,
28206           introduced with latest changes.
28208 2001-05-01  Stéphane Démurget <demurgets@free.fr>
28210         * widgets/gnomefilelist.c,
28211           BUGS: Fixed an annoying bug preventing from loading files/project
28212           given on the command line. Polished the whole gnome_filelist widget.
28214 2001-04-27  Stéphane Démurget <demurgets@free.fr>
28216         * src/main.c,
28217           src/anjuta.c,
28218           src/anjuta.h: Polished the command line parsing.
28220         * BUGS: Need to clean that damn gnome_filelist widget.
28222 2001-04-25  Stéphane Démurget <demurgets@free.fr>
28224         * src/registers.c,
28225           src/sharedlib.c,
28226           src/signals.c: Removed duplicated includes.
28228         * po/fr.po: minor fixes.
28230         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
28231           create_compiler_options_page? () declared static.
28232         * src/main.c,
28233           src/anjuta.c: Put a command line option for disabling
28234           the splashscreen.
28236         * src/preferences_gui.c: Fixed an internationalization issue,
28237           other functions declared static.
28239         * src/gnome_project.c: Fixed some memory leaks,
28240           new_prj_terminated () declared static. 
28242 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
28244         * configure.in: Sort ALL_LINGUAS alphabetically.
28246 2001-04-22  Stéphane Démurget <demurgets@free.fr>
28248         * Emptied that ugly old Changelog.
28250 == Anjuta 0.1.5 ===
28251 == Anjuta 0.1.4 ==
28253 2001-03-10 Naba kumar  <naba@gnome.org>
28255         * src/gnome_project.c: Fixed project dir creation bug.
28257         * src/text_editor.c: Fixed double accelerators bug.
28258         
28259         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
28261         * src/stack_trace.c, * src/compiler_options.c,
28262         data/internals.properties, src/defaults.c:
28263         Fixed pixmap creation with NULL window.
28265         * src/commands.c, src/preferences_gui.c, src/build_project.c
28266         src/clean_project.c: Bug fix.
28267         
28268         * src/main_menubar_def.h: i18n bug fix.
28269         
28270         * src/executer.h, src/executer.c: Bug fix.
28271         
28272         * src/controls.c: Bug fix.
28273         
28274         * src/debugger.c: Debugger now takes program args.
28275         
28276         * po/ja.po: Added japanese translation file.
28277         
28278         Upgraded to ver 0.1.4
28279         ... Fixed other minor bugs.
28281 == Anjuta 0.1.3 ===
28283 2001-XX-XX Naba kumar  <naba@gnome.org>
28285         * Lots of unaccountable changes. Integrated scintilla.
28286         Redesigned Project managemet. Added supports for other languages.
28287         Java style properties managements. .... blah blah
28288         
28289 2000-11-11 Naba kumar  <naba@gnome.org>
28291         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
28292         Upgraded to version 0.1.3.
28294         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
28295         Fixed to activate Debug->add watch properly.
28297 === Anjuta 0.1.2 beta_2 ===
28298 === Anjuta 0.1.2 ===
28300 2000-11-05 Naba kumar  <naba@gnome.org>
28302         * src/compiler_options.c, src/compiler_options_cbs.c
28303         src/compiler_options_cbs.h, src/compiler_options_gui.c
28304         src/anjuta2.c, extra/stock_libs.anj (new),
28305         extra/README.stock_libs (new), htmls/page13.html,
28306         htmls/images/*: Improved Library settings GUI. Can now enable/disable
28307         added libraries. Stock libs provided for ease of entry. Modified
28308         help html file accordingly.
28310 2000-11-03 Naba kumar  <naba@gnome.org>
28312         * README: Minor fixes in Doc files.
28314         * src/gnome_prj.c, src/appwidzard_cbs.c:
28315         Fixed to ignore non-existant dir for blank prj.
28316         More checking in project creation, especially to confirm
28317         that the prj file already does not exist.
28319         * anjuta.spec, configure.in: Upgraded to version 0.1.2
28321         * src/controls.c: Now Menu item "Format/Detach current document"
28322         is inactive when there is no document opened.
28324 === Anjuta 0.1.1 ===
28326 2000-11-01 Naba kumar  <naba@gnome.org>
28328         Completed and Release of first version (Beta) with lots of bugs.
28330 1999-12-27 Naba kumar  <naba@gnome.org>
28332         Anjuta project started.