Merge commit 'git-svn'
[anjuta-git-plugin.git] / ChangeLog
blob6a1a7cfe3290b7d34a7e24a6f216748e2005f06c
1 2008-04-02  Johannes Schmid  <jhs@gnome.org>
3         * plugins/sourceview/sourceview.c (autodetect_language):
4         Use gnome_vfs_get_slow_mime_type()
6 2008-04-02  Johannes Schmid  <jhs@gnome.org>
8         * libanjuta/anjuta-utils.c (anjuta_util_get_uri_mime_type):
9         * plugins/file-loader/plugin.c (get_available_plugins_for_mime),
10         (open_with_dialog):
11         
12         Use gnome_vfs_get_slow_mime_type() to determine the mime-type and try
13         supertype instead no plugin for mime-type was found (#525706)
15 2008-03-31  Johannes Schmid  <jhs@gnome.org>
17         patch by: Carl-Anton Ingmarsson:
18         * src/anjuta.glade:
19         Fixed padding in preferences
21 2008-03-31  Johannes Schmid  <jhs@gnome.org>
23         patch by: Yuriy Penkin <yuriy.penkin@gmail.com>
25         * plugins/tools/anjuta-tools.glade:
26         * plugins/tools/anjuta-tools.ui:
27         * plugins/tools/dialog.c (TOOL_LIST, TOOL_TREEVIEW, TOOL_EDIT_BUTTON,
28           TOOL_DELETE_BUTTON, TOOL_UP_BUTTON, TOOL_DOWN_BUTTON,
29           atp_tool_dialog_refresh, atp_tool_dialog_show):
30         * plugins/tools/dialog.h (dialog, plugin):
31         * plugins/tools/plugin.c (prefs, gxml, action_group,
32           atp_plugin_finalize, test, atp_plugin_activate,
33           atp_plugin_deactivate, atp_plugin_class_init, ipreferences_merge,
34           ipreferences_unmerge, ipreferences_iface_init):
35         * plugins/tools/tool.c (action, action_group, accel_key, accel_mods,
36           icon, merge_id, atp_user_tool_free, atp_user_tool_deactivate,
37           atp_user_tool_activate, atp_tool_list_append_new,
38           atp_tool_list_activate, atp_tool_list_deactivate):
39         * plugins/tools/tool.h (plugin):
40         
41         #515854 – Move configuration into preferences
43 2008-03-31  Johannes Schmid  <jhs@gnome.org>
45         patch by: Carl-Anton Ingmarsson:
46         * src/anjuta-app.c (style, on_toolbar_style_changed,
47           on_add_merge_widget, anjuta_app_instance_init):
48         * src/anjuta.glade:
49         
50         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
52 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
54         * plugins/debug-manager/anjuta-debug-manager.glade,
55         plugins/debug-manager/command.c,
56         plugins/debug-manager/command.h,
57         plugins/debug-manager/start.c,
58         plugins/gdb/plugin.c,
59         plugins/gdb/debugger.c,
60         plugins/gdb/debugger.h,
61         libanjuta/interfaces/libanjuta.idl:
62         Improve start program dialog, allowing to specify working
63         directory and environment variables
65 2008-03-26  Naba Kumar  <naba@gnome.org>
67         * libanjuta/resources.c (anjuta_res_url_show): Use
68         anjuta_prog_is_installed() instead of g_find_program_in_path() and
69         fixed formatting.
71         Patch from Carl-Anton Ingmarsson:
73         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
74         * libanjuta/anjuta-utils.h:
75         * src/action-callbacks.c (help_activate),
76         (on_help_manual_activate), (on_help_tutorial_activate),
77         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
78         * libanjuta/Makefile.am:
79         Get rid of gnome_help_display_with_doc_id()
81 2008-03-26  Naba Kumar  <naba@gnome.org>
83         Patch from Carl-Anton Ingmarsson:
85         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
86         * plugins/project-import/project-import.c (on_import_cancel): Remove
87         stray GnomeDruid variable.
89 2008-03-26  Naba Kumar  <naba@gnome.org>
91         * plugins/project-import/project-import.c (create_start_page):
92         * plugins/project-wizard/druid.c (npw_druid_new):
93         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
94         
95         Fixed type 'assistent' to 'assistant'.
97 2008-03-25  Naba Kumar  <naba@gnome.org>
99         Patch from Carl-Anton Ingmarsson:
101         * libanjuta/Makefile.am:
102         * libanjuta/anjuta-ui.c (sensitivity_toggled),
103         (visibility_toggled), (accel_edited_callback),
104         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
105         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
106         (anjuta_ui_get_accel_editor):
107         * libegg/Makefile.am:
108         * libegg/eggaccelerators.c (removed):
109         * libegg/eggcellrendererkeys.c (removed):
110         * libegg/eggtreeviewstate.c (removed):
111         * libegg/test-tree-utils.c (removed):
112         * libegg/treeviewutils/Makefile.am:
113         * libegg/treeviewutils/eggaccelerators.h (removed):
114         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
115         * libegg/treeviewutils/eggtreeviewstate.h (removed):
117         Ports anjuta-ui to gtk_cell_renderer_accel
118         
119 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
121         Reviewed by Naba Kumar  <naba@gnome.org>
123         * plugins/project-import/Makefile.am:
124         * plugins/project-import/project-import.{ch}:
125         * plugins/project-import/anjuta-project-import.glade (removed):
126         * configure.in, po/POTFILES.in:
128         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
129         file because libglade doesn't have GtkAssistant support.
131 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
133         * plugins/debug-manager/registers.c:
134         Avoid a crash when debugger stop on an error
136         * plugins/debug-manager/start.c,
137         plugins/gdb/debugger.c,
138         libanjuta/interfaces/libanjuta.idl:
139         Display an error message when debugger target is not found
141 2008-03-15  Naba Kumar  <naba@naba-desktop>
143         * configure.in:
144         * data/Makefile.am:
145         * (removed) data/properties:
146         * (added) plugins/editor/properties:
147         * plugins/editor/Makefile.am:
149         Moved data/properties to plugins/editor/ and removed dead code from
150         Makefile.am files.
151         
152 2008-03-15  Naba Kumar  <naba@naba-desktop>
154         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
155         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
156         (macro_dialog_finalize):
157         * plugins/macro/macro-edit.c (macro_edit_dispose),
158         (macro_edit_finalize):
160         Fixed errors in previous patch.
161         
162 2008-03-15  Naba Kumar  <naba@naba-desktop>
164         Patch from Ignacio Casal Quinteiro:
166         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
167         (finalize):
168         * plugins/class-gen/plugin.c (dispose), (finalize):
169         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
170         (class_inheritance_dispose):
171         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
172         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
173         (dma_plugin_finalize):
174         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
175         (dma_debugger_queue_finalize):
176         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
177         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
178         (anjuta_docman_finalize):
179         * plugins/document-manager/plugin.c:
180         * plugins/editor/plugin.c (dispose), (finalize),
181         (editor_plugin_class_init):
182         * plugins/editor/text_editor.c (text_editor_dispose),
183         (text_editor_finalize):
184         * plugins/file-loader/plugin.c (dispose), (finalize),
185         (anjuta_file_loader_plugin_class_init):
186         * plugins/file-manager/plugin.c (file_manager_finalize),
187         (file_manager_dispose):
188         * plugins/file-wizard/plugin.c (dispose), (finalize),
189         (file_wizard_plugin_class_init):
190         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
191         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
192         * plugins/glade/plugin.c (glade_plugin_dispose),
193         (glade_plugin_finalize), (glade_plugin_class_init):
194         * plugins/gtodo/plugin.c (finalize), (dispose):
195         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
196         (anjuta_vim_plugin_dispose):
197         * plugins/indent/plugin.c (indent_plugin_finalize),
198         (indent_plugin_dispose):
199         * plugins/language-manager/plugin.c (language_manager_finalize),
200         (language_manager_dispose):
201         * plugins/language-support-cpp-java/plugin.c
202         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
203         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
204         (macro_db_class_init):
205         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
206         (macro_dialog_finalize), (macro_dialog_class_init):
207         * plugins/macro/macro-edit.c (macro_edit_dispose),
208         (macro_edit_finalize), (macro_edit_class_init):
209         * plugins/macro/plugin.c (finalize), (dispose):
210         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
211         (anjuta_msgman_finalize):
212         * plugins/message-view/message-view.c (message_view_dispose),
213         (message_view_finalize):
214         * plugins/message-view/plugin.c (message_view_plugin_dispose),
215         (message_view_plugin_finalize):
216         * plugins/patch/plugin.c (patch_plugin_finalize),
217         (patch_plugin_dispose):
218         * plugins/profiler/plugin.c (profiler_finalize),
219         (profiler_dispose):
220         * plugins/project-import/plugin.c (dispose), (finalize),
221         (project_import_plugin_class_init):
222         * plugins/project-manager/plugin.c
223         (project_manager_plugin_finalize),
224         (project_manager_plugin_dispose):
225         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
226         (npw_plugin_finalize), (npw_plugin_class_init):
227         * plugins/sample1/plugin.c (sample_plugin_finalize),
228         (sample_plugin_dispose):
229         * plugins/search/plugin.c (dispose), (finalize),
230         (search_plugin_class_init):
231         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
232         (sourceview_plugin_dispose):
233         * plugins/subversion/plugin.c (finalize), (dispose):
234         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
235         * plugins/symbol-browser/an_symbol_iter.c
236         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
237         * plugins/symbol-browser/an_symbol_search.c
238         (an_symbol_search_dispose), (an_symbol_search_finalize):
239         * plugins/symbol-browser/an_symbol_view.c
240         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
241         * plugins/symbol-browser/plugin.c (dispose), (finalize):
242         * plugins/symbol-db/plugin.c (symbol_db_finalize),
243         (symbol_db_dispose):
244         * plugins/terminal/terminal.c (terminal_plugin_dispose),
245         (terminal_plugin_finalize):
246         * plugins/tools/plugin.c (atp_plugin_dispose),
247         (atp_plugin_finalize), (atp_plugin_class_init):
248         * plugins/valgrind/plugin.c (valgrind_finalize),
249         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
251 2008-03-15  Naba Kumar  <naba@gnome.org>
253         * TODO.tasks: Updated and marked debugger bounties completed.
254         
255 2008-03-12  Johannes Schmid  <jhs@gnome.org>
257         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
258         (get_line_indentation_base):
259         
260         #521847 – anjuta freez when edit file
262 2008-03-11  Johannes Schmid  <jhs@gnome.org>
264         Patch from Rob Bradford:
265         * plugins/build-basic-autotools/executer.c (execute_program):
266         520324 – Execute command is not overridable
267         
268         * plugins/sourceview/sourceview.c (on_insert_text):
269         Removed Debug print
271 2008-03-11  Johannes Schmid  <jhs@gnome.org>
273         Patch from James Liggett:
274         * plugins/subversion/plugin.c (activate_plugin):
275         521691 – Crash when click "Resolve Conflicts" without opened project
277 2008-03-11  Johannes Schmid  <jhs@gnome.org>
279         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
280         * plugins/language-support-cpp-java/cpp-java-utils.c:
281         * plugins/language-support-cpp-java/plugin.c
282         (get_line_indentation_base), (on_editor_char_inserted_cpp):
283         520415 – [PATCH] Problems in auto indentatation code,
284         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
285         
286         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
287         (anjuta_view_button_press_event):
288         * plugins/sourceview/sourceview.c (on_insert_text),
289         (sourceview_adjustment_changed), (sourceview_new):
290         #520761 – Weirz behavior with popup
292 2008-03-03  Johannes Schmid  <jhs@gnome.org>
294         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
295         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
296         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
297         (anjuta_launcher_fork):
298         * libanjuta/anjuta-launcher.h:
299         Add API to set environment variables for the forked process
300         
301         * plugins/build-basic-autotools/Makefile.am:
302         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
303         .glade:
304         * plugins/build-basic-autotools/build-basic-autotools.c
305         (build_set_env), (build_execute_command_full),
306         (build_execute_command), (build_configure_project),
307         (build_autogen_project):
308         * plugins/build-basic-autotools/build-basic-autotools.h:
309         * plugins/build-basic-autotools/build-options.c
310         (fill_options_combo), (build_dialog_configure):
311         * plugins/build-basic-autotools/build-options.h:
312         Use new launcher API to set CFLAGS when running configure. New configure dialog
313         which has predefined CFLAGS settings.
315         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
317 === anjuta 2.4.0 ===
319 2008-03-11  Naba Kumar  <naba@gnome.org>
321         * NEWS: Updated for 2.4.0 stable release.
322         * configure.in: Version bumped to 2.4.0
323         * TODO.tasks: Updated.
325 2008-03-10  Rob Bradford  <rob@robster.org.uk>
327         Reviewed by Naba Kumar  <naba@gnome.org>:
328         * global-tags/Makefile.am:
329         Revert change for #515954. This change was incorrect, the anjuta-tags
330         program is installed into the $(bindir) rather than the $(scriptdir).
332 2008-03-02  Naba Kumar  <naba@gnome.org>
334         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
335         * configure.in: Added a requirement for scintilla editor plugin.
337 2008-03-02  Johannes Schmid  <jhs@gnome.org>
339         * plugins/message-view/anjuta-msgman.c
340         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
341         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
342         * plugins/message-view/anjuta-msgman.h:
343         
344         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
345         get rid of the cached current_view member.
346         Fixes #518469 – Save message buffer not working good
348 2008-03-01  Johannes Schmid  <jhs@gnome.org>
350         Patch by James Liggett:
351         * plugins/subversion/svn-command.h:
352         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
353         Fixed #519275 – Subversion should allow offline diffs   
355 2008-02-29  Johannes Schmid  <jhs@gnome.org>
357         * plugins/language-support-cpp-java/cpp-java-assist.c
358         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
359         Removed some debug code
360         
361         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
362         Escape tooltip text to avoid broken markup
364 2008-02-29  Johannes Schmid  <jhs@gnome.org>
366         * libanjuta/Makefile.am:
367         Fixed a build error when building with -j X
368         
369         * plugins/tools/scripts/prepare-changelog.pl:
370         Updated to latest script version in gnome svn
372 2008-02-28  Johannes Schmid <jhs@gnome.org>
374         * plugins/document-manager/anjuta-docman.c:
375         (anjuta_docman_page_destroy):
376         Do not unref widget because the GtkNotebook will unref them
377         
378         * plugins/file-manager/file-view.c: (file_view_refresh):
379         * plugins/search/search_preferences.c: (search_preferences_init):
380         Fixed a memory leaks
381         
382         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
383         (ieditor_get_offset), (ieditor_iface_init),
384         (idocument_get_filename), (ilanguage_get_supported_languages),
385         (autodetect_language):
386         
387         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
388         was missing.
390 2008-02-28  Johannes Schmid <jhs@gnome.org>
392         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
393         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
395 2008-02-27  Naba Kumar  <naba@gnome.org>
397         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
398         string break. That was a mistake doing at this point.
400 === anjuta 2.3.5 ===
402 2008-02-26  Naba Kumar  <naba@gnome.org>
404         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
405         crash when there is a modified new file open, a non-modified exiting
406         file open and autosave happen. Simplified error checking logic and
407         avoided memory corruption. Fixes bug #Bug 518716.
409 2008-02-25  Naba Kumar  <naba@gnome.org>
411         * NEWS: Updated for release 2.3.5
412         * configure.in: Bumped version to 2.3.5
414         * plugins/build-basic-autotools/build-basic-autotools.c:
415         (on_editor_changed): Avoid accessing text which is greater than
416         valid range.
418         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
420 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
422         * plugins/debug-manager/breakpoints.c:
423         Fix #518329: Crash when adding breakpoint and other similar bugs
425 2008-02-25  Johannes Schmid <jhs@gnome.org>
427         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
428         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
429         Never call error() which calls exit()
430         #517646 – Anjuta exists with code 2 when i try to import gedit
432 2008-02-23  Johannes Schmid <jhs@gnome.org>
434         * plugins/sourceview/sourceview.c: (ieditor_insert):
435         Block insert_text signal when inserting manually.
437 2008-02-23  Johannes Schmid <jhs@gnome.org>
439         * plugins/sourceview/sourceview.c: (on_insert_text):
440         Fixed a problem with the "insert-text" signal that broke
441         copy&paste sometimes
443 2008-02-22  Johannes Schmid <jhs@gnome.org>
445         * plugins/language-support-cpp-java/plugin.c:
446         (get_line_indentation_base):
447         More fixes for comment handling and made the code
448         a lot simpler
450 2008-02-22  Johannes Schmid <jhs@gnome.org>
452         * plugins/sourceview/sourceview.c: (on_insert_text):
453         Fixed #517919 – Crash on pasting docblock
455 2008-02-20  Johannes Schmid <jhs@gnome.org>
457   Patch from James Liggett:
458         * plugins/profiler/profiler.glade:
459         Fix width options dialog. Translations are not longer cut off. (#516630)
461 2008-02-18  Johannes Schmid <jhs@gnome.org>
463         * plugins/sourceview/sourceview.c: (on_insert_text):
464         Do not change the iterator in the "insert-text" handler because
465         it has some strange side-effects when copying text
466         Fix useless free'ing in hover-leave that might have led to random
467         crashes
469 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
471         * plugins/debug-manager/start.c:
472         Avoid a glib warning if no project is loaded
474 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
476         * manuals/anjuta-manual/C/debugger.xml:
477         Remove warning about new debugger
479 2008-02-17  Johannes Schmid <jhs@gnome.org>
481         * manuals/anjuta-manual/figures/project-window.png:     
482         Use a smaller picture
484 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
486         * plugins/gdb/debugger.c:
487         Set breakpoint in file with uncommon characters in path name
489 2008-02-17  Johannes Schmid <jhs@gnome.org>
491         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
492         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
493         (icell_get_char):
494         * plugins/sourceview/sourceview.c: (on_insert_text):    
495         Fix "char-added" signal to pass the correct iterator
497 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
499         * plugins/gdb/debugger.c:
500         Load executable in gdb with space in path name 
502 2008-02-17  Johannes Schmid <jhs@gnome.org>
504         * plugins/language-support-cpp-java/plugin.c:
505         (get_line_indentation_base), (get_line_auto_indentation),
506         (on_auto_indent):
507         Some bugfixes and clean-ups in comment indentation code
508         
509         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
510         (anjuta_view_finalize), (anjuta_view_key_press_event):
511         * plugins/sourceview/sourceview.c: (on_insert_text),
512         (sourceview_create_highligth_indic), (sourceview_new):
513         Cleaned implementation of char-added signal by using "insert-text" signal
514         instead of filtering "key-press-event"
515         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
516         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
517         (iiter_diff):
518         Fixed implementation of get_character and return value of iiter_first() and
519         iiter_last();
521 2008-02-16  Johannes Schmid <jhs@gnome.org>
523         * plugins/valgrind/plugin.c: (valgrind_activate),
524         (ipreferences_merge), (ipreferences_unmerge):
525         * plugins/valgrind/vgactions.c: (vg_actions_run):
526         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
527         
528         Fixed crasher when starting valgrind because of strange prefs handling and
529         #516641 – Valgrind: Load Log does not clear list
531 2008-02-15  James Liggett  <jrliggett@cox.net>
533         * plugins/profiler/plugin.c:
534         (on_select_other_target_button_clicked):
535         Select the new custom target in the list so that the user sees it.
537         Bug 516630 – Selection custom binary in profiler is not
538         user-friendly.
540 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
542         * manuals/anjuta-manual/C/projects.xml:
543         Fix #515993: "Add package" button is "Add Package" in code
544         Fix #516727: "Build All" is "Build Project" in code
545         Fix #516728: "Clean All" is "Clean Project" in code
546         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
547         Fix #516730: Fix note title 
548         "Configure" is "Run Configure..." in code
550 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
552         * (added) manuals/anjuta-manual/C/figures/project-window.png,
553         (removed) manuals/anjuta-manual/C/figures/project_win.png,
554         manuals/anjuta-manual/C/projects.xml,
555         manuals/anjuta-manual/Makefile.am:
556         Fix #515207: Add a new project window screenshoot
557         Rename "Project View" to "Project window"
559 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
561         * plugins/project-import/project-import.c:
562         Fix #516743: Import project keeps an old date on project file
564         * plugins/project-manager/plugin.c:
565         Fix #516737: Import project doesn't load project with space in name
567 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
569         * plugins/debug-manager/command.c:
570         Destroy local variables on each step
572         * plugins/debug-manager/debug_tree.c,
573         plugins/debug-manager/watch.c,
574         plugins/debug-manager/locals.c,
575         plugins/gdb/debugger.c,
576         libanjuta/interfaces/libanjuta.idl:
577         Parse local variables scope (not used yet)
579 2008-02-15  James Liggett <jrliggett@cox.net>
581         reviewed by: Johannes Schmid <jhs@gnome.org>
583         * plugins/profiler/gprof-options.c: (setup_widgets),
584         (gprof_options_set_target), (gprof_options_has_target),
585         (gprof_options_get_string):
586         * plugins/profiler/gprof-options.h:
587         * plugins/profiler/plugin.c: (ifile_open):
588         516128 – crash in Anjuta IDE: selected profiler as the...
590 2008-02-14  Johannes Schmid <jhs@gnome.org>
592         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
593         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
594         * plugins/symbol-browser/an_symbol.c:
595         * plugins/symbol-browser/an_symbol_view.c:
596         (on_symbol_view_row_expanded):
597         Fixed some memory leaks (Remember to all free/unref everything that comes
598         from gtk_tree_model_get())
600 2008-02-14  Johannes Schmid <jhs@gnome.org>
602         * plugins/document-manager/search-box.c: (on_search_activated):
603         516377 – Status bar does not change its status of 'Search for .. continued at top'
604         (caused by differences between scintilla and sourceview)
606 2008-02-13  James Liggett <jrliggett@cox.net>
608         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
609         Output in UTF-8 format to avoid hangs with the editor. (#516014)
611 2008-02-14  Johannes Schmid <jhs@gnome.org>
613         * plugins/language-support-cpp-java/plugin.c:
614         (get_line_indentation_base), (get_line_auto_indentation),
615         (on_editor_char_inserted_cpp):
616         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
618 2008-02-13  Johannes Schmid <jhs@gnome.org>
620         * plugins/language-support-cpp-java/plugin.c:
621         (is_iter_inside_string), (get_line_auto_indentation):
622         Handle comments in the code and do not ask editor. Fixes scintilla
623         indentation (sourceview does not report comments anyway).
624         
625         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
626         Diff with correct sign (also fixes some issues with language-support)
628 2008-02-13  Johannes Schmid <jhs@gnome.org>
630         * plugins/language-support-cpp-java/plugin.c:
631         (get_line_indentation_base):
632         Act even more clever for comments. Indent /* */ comments correctly
633         for multilines
635 2008-02-13  Johannes Schmid <jhs@gnome.org>
637         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
638         Also set indentation size correctly, when tab size is set
639         by language support plugin
641 2008-02-13  Johannes Schmid <jhs@gnome.org>
643         * plugins/language-support-cpp-java/plugin.c:
644         (get_line_indentation_base):
645         
646         Indent lines after comments correctly
648 2008-02-13  Johannes Schmid <jhs@gnome.org>
650         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
651         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
652         * libanjuta/anjuta-launcher.h:
653         Some more fixes from symbol-db-branch
654         
655         * src/Makefile.am:
656         Move anjuta-shell to noinst_PROGRAMS as it is just a test
658 2008-02-12  Johannes Schmid <jhs@gnome.org>
660   Patch from Gennaro Bellizio <genbell@tiscali.it>:
661         * global-tags/Makefile.am:
662         * AUTHORS
663         #515954 – create_global_tags.sh: wrong anjuta-tags path
664         
665         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
666         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
667         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
668         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
669         (anjuta_launcher_fork):
670         * libanjuta/anjuta-launcher.h:
671         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
672         from symbol-db branch
674 2008-02-11  Johannes Schmid <jhs@gnome.org>
676         * plugins/file-manager/file-model.c: (file_model_expand_idle):
677   515868 – File browser only shows icons when activated
678   
679 2008-02-11  Johannes Schmid <jhs@gnome.org>
681         * plugins/file-manager/file-model.c: (file_model_expand_idle):
682         #515867 – Anjuta dies on startup
684 2008-02-11  Johannes Schmid <jhs@gnome.org>
686         * TODO.tasks: Marked subversion task as completed
688 === anjuta 2.3.4 ===
690 2008-02-11  Naba Kumar  <naba@gnome.org>
692         * configure.in: Bumped version to 2.3.4
694 2008-02-10  Naba Kumar  <naba@gnome.org>
696         * NEWS: Updated for release.
698 2008-02-10  Johannes Schmid <jhs@gnome.org>
700         * plugins/document-manager/anjuta-document-manager.plugin.in:
701         Added html, javascript and glade file types. This makes it possible to
702         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
703         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
704         
705         * plugins/file-wizard/anjuta-file-wizard.glade:
706         * plugins/gdb/anjuta-gdb.glade:
707         * plugins/project-wizard/anjuta-project-wizard.glade:
708         * plugins/search/anjuta-search.glade:
709         * plugins/terminal/anjuta-terminal-plugin.glade:
710         
711         Fixed some other translation issues (#507921)
713 2008-02-10  Naba Kumar  <naba@gnome.org>
715         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
716         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
718 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
720         * manuals/anjuta-manual/C/interface.xml,
721         manuals/anjuta-manual/C/introduction.xml,
722         manuals/anjuta-manual/C/preferences.xml,
723         manuals/anjuta-manual/C/fileoperations.xml,
724         manuals/anjuta-manual/C/projects.xml:
725         Fix spelling errors, including bug #515204, #515172, #515117
726         and #513892
728 2008-02-10  Naba Kumar  <naba@gnome.org>
730         * plugins/document-manager/plugin.c: Fixed stream comment and added
731         translator's comment for 'block comment', 'box comment' and 'stream
732         comment'
734 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
736         * plugins/debug-manager/command.c,
737         plugins/debug-manager/command.h,
738         plugins/debug-manager/breakpoints.c,
739         libanjuta/interfaces/libanjuta.idl:
740         Avoid adding the same breakpoint several times
742         * plugins/gdb/debugger.c:
743         Fix bug #515463: Deattaching process kill it
745 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
747         * manuals/anjuta-manual/C/debugger.xml:
748         Fix translation bug #515459 and #515460
750 2008-02-10  Johannes Schmid <jhs@gnome.org>
752   Patch from Rémi Cardona <remi@gentoo.org>
754         * plugins/build-basic-autotools/Makefile.am:
755         * plugins/cvs-plugin/Makefile.am:
756         * plugins/document-manager/Makefile.am:
757         * plugins/editor/Makefile.am:
758         * plugins/indent/Makefile.am:
759         * plugins/language-support-cpp-java/Makefile.am:
760         * plugins/message-view/Makefile.am:
761         * plugins/sourceview/Makefile.am:
762         * plugins/symbol-browser/Makefile.am:
763         * plugins/terminal/Makefile.am:
764         * scripts/build-schemas.mk:
765         * src/Makefile.am:
766   Fix #512531 – Parallel build fails
767   
768   * AUTHORS: Added Rémi
770 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
772         * plugins/debug-manager/queue.c:
773         Fix interrupt command, not working due to previous change
775 2008-02-10  Johannes Schmid <jhs@gnome.org>
777         * src/Makefile.am:
778         * src/anjuta-app.c:
779         * src/anjuta-callbacks.c (removed):
780         * src/anjuta-callbacks.h (removed):
781         
782         Removed (almost) empty files, fixes #515383 and #515388
784 2008-02-09  James Liggett <jrliggett@cox.net>
786         Reviewed by Naba Kumar  <naba@gnome.org>:
788         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
789         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
790         * plugins/subversion/svn-command.c:
791         (svn_command_make_canonical_path):
792         * plugins/subversion/svn-command.h:
793         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
794         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
795         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
796         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
797         * plugins/subversion/svn-remove-command.c:
798         (svn_remove_command_new):
799         * plugins/subversion/svn-status-command.c:
800         (svn_status_command_new):
801         * plugins/subversion/svn-switch-command.c:
802         (svn_switch_command_new):
803         * plugins/subversion/svn-update-command.c:
804         (svn_update_command_new):
805         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
806         die if the user gives a path that libsvn doesn't like. 
807         
808         Fixes bug #515500
810 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
812         * plugins/debug-manager/command.c,
813         plugins/debug-manager/command.h,
814         plugins/debug-manager/queue.c:
815         Fix crashes when trying to stop the debugger while it is busy
817 2008-02-08  Johannes Schmid <jhs@gnome.org>
819   Patch from Rodrigo Moya <rodrigo@novell.com>
821         * plugins/glade/plugin.c: (ifile_open):
822         * plugins/symbol-browser/test-class.cpp:
823         * AUTHORS: Added Rodrigo
824         
825         #514732 – 64 bit compliation error
826         #514733 – Use of uninitialized variables
828 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
830         * manuals/anjuta-manual/C/debugger.xml:
831         Fix translation bug #514494 and bug #514440
833 2008-02-05  Massimo Cora'  <maxcvs@email.it>
835         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
836         Fix a compile error added in the previous patch
838 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
840         * plugins/profiler/gprof-view.c,
841         plugins/class-inheritance/class-callbacks.c,
842         plugins/class-inheritance/class-inherit.c,
843         plugins/symbol-browser/an_symbol.c,
844         plugins/symbol-db/symbol-db-engine-iterator-node.c,
845         libanjuta/interfaces/libanjuta.idl:
846         Change ianjuta_symbol_file function to ianjuta_symbol_uri
848 2008-02-04  Johannes Schmid <jhs@gnome.org>
850         * plugins/search/anjuta-search.glade: Fixed typo
852 2008-02-03  Johannes Schmid <jhs@gnome.org>
854         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
855         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
856         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
857         .glade:
858         * plugins/build-basic-autotools/build-basic-autotools.c:
859         (build_get_context), (build_configure_project):
860         * plugins/class-gen/anjuta-class-gen-plugin.glade:
861         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
862         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
863         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
864         * plugins/devhelp/plugin.c: (devhelp_activate):
865         * plugins/editor/Makefile.am:
866         * plugins/editor/anjuta-editor-scintilla.glade:
867         * plugins/editor/text_editor.c:
868         * plugins/editor/text_editor.h:
869         * plugins/editor/text_editor_menu.c (removed):
870         * plugins/editor/text_editor_menu.h (removed):
871         * plugins/file-wizard/anjuta-file-wizard.glade:
872         * plugins/gtodo/notification.c: (create_notification_window):
873         * plugins/gtodo/preferences.c: (preferences_widget):
874         * plugins/language-support-cpp-java/plugin.c:
875         (cpp_java_plugin_activate_plugin):
876         * plugins/message-view/anjuta-message-manager-plugin.glade:
877         * plugins/message-view/plugin.c: (activate_plugin):
878         * plugins/project-manager/plugin.c: (confirm_removal):
879         * plugins/search/anjuta-search.glade:
880         * plugins/search/plugin.c:
881         * plugins/search/search-replace.c: (nb_results_alert):
882         * plugins/subversion/subversion-commit-dialog.c:
883         (on_subversion_commit_response):
884         * plugins/symbol-browser/plugin.c: (activate_plugin):
885         * plugins/valgrind/plugin.c: (on_menu_run_activate):
886         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
887         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
888         * src/anjuta.glade:
889         
890         Fixed translation bugs from #507921.
891         Removed unused files in scintilla plugin
893 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
895         * manuals/anjuta-manual/C/debugger.xml:
896         Fix bug #514124 and bug #514138: Wrong menu item name
898 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
900         * plugins/profiler/gprof-view.c,
901         plugins/symbol-browser/plugin.c,
902         plugins/class-inheritance/class-callbacks.c,
903         plugins/debug-manager/plugin.c,
904         plugins/tools/editor.c,
905         plugins/search/search-replace.c,
906         plugins/search/search-replace_backend.c,
907         plugins/search/search-replace_backend.h,
908         plugins/build-basic-autotools/build-basic-autotools.c,
909         plugins/document-manager/plugin.c,
910         plugins/document-manager/file_history.c,
911         plugins/document-manager/anjuta-docman.c,
912         plugins/document-manager/anjuta-docman.h,
913         plugins/document-manager/action-callbacks.c,
914         libanjuta/interfaces/libanjuta.idl:
915         Rename IAnjutaDocumentManager functions:
916         find_document_with_path, goto_file_line, goto_file_line_mark
917         and get_full_filename into
918         find_document_with_uri, goto_uri_line, goto_uri_line_mark
919         and get_uri
920         Fix search plugin to use an URI instead of a file path
921         Fix anjuta_docman_get_uri to always return an URI
923 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
925         * plugins/debug-manager/breakpoints.c:
926         Fix bug #514118: Rename Clear All Breakpoints to Remove
927         All Breakpoints
929 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
931         * manuals/anjuta-manual/C/debugger.xml:
932         Update debugger documentation
934 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
936         * plugins/debug-manager/sharedlib.c,
937         plugins/debug-manager/anjuta-debug-manager.glade,
938         plugins/debug-manager/queue.c,
939         plugins/tools/execute.c,
940         plugins/tools/anjuta-tools.glade,
941         plugins/tools/editor.c,
942         plugins/project-wizard/templates/terminal.wiz,
943         plugins/project-wizard/templates/xlib-dock.wiz,
944         plugins/project-wizard/templates/wxwin.wiz,
945         plugins/project-wizard/templates/java.wiz,
946         plugins/project-wizard/templates/gnome.wiz,
947         plugins/project-wizard/templates/anjuta-plugin.wiz,
948         plugins/project-wizard/templates/gtkmm.wiz,
949         plugins/project-wizard/templates/python.wiz,
950         plugins/project-wizard/templates/cpp.wiz,
951         plugins/project-wizard/templates/sdl.wiz,
952         plugins/project-wizard/templates/gtk.wiz,
953         plugins/project-wizard/templates/minimal.wiz,
954         plugins/project-wizard/templates/xlib.wiz,
955         plugins/project-wizard/templates/gcj.wiz,
956         plugins/gdb/plugin.c,
957         plugins/gdb/debugger.c,
958         libanjuta/anjuta-plugin-manager.c:
959         Partial fix of #507921: translation issues in debug-manager, tools,
960         project-wizard, gdb and anjuta-plugin-manager.
962 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
964         * plugins/debug-manager/queue.c:
965         Debugger Local, Stack and Thread windows were missing due to
966         the previous change.
968 2008-02-02  Johannes Schmid <jhs@gnome.org>
970         * manuals/anjuta-manual/Makefile.am:
971         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
972         causes make install to fail
974 2008-02-02  Johannes Schmid <jhs@gnome.org>
976         * plugins/macro/macros.xml:
977         #495511 – Header_h macro correction
979 2008-02-02  Johannes Schmid <jhs@gnome.org>
981         * plugins/patch/patch-plugin.glade:
982         gtk-apply is not translatable...
984 2008-02-02  Johannes Schmid <jhs@gnome.org>
986         * plugins/build-basic-autotools/build-basic-autotools.c:
987         (on_build_mesg_format):
988         
989         Also check for untranslated messages from make. Should fix 
990         #511981 – Error parsing make output
992 2008-02-02  Johannes Schmid <jhs@gnome.org>
994         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
995         .glade:
996         
997         Fixed #511010 – [UI] Execute program utility window
999 2008-02-02  Johannes Schmid <jhs@gnome.org>
1001         * src/anjuta.glade:
1002         Fixed #509908 – [UI] Problems with the General settings tab
1004 2008-02-02  Johannes Schmid <jhs@gnome.org>
1006         * manuals/anjuta-manual/C/fileoperations.xml:
1007         Fixed #513730 – Option not present in the GUI po file
1009 2008-02-02  Johannes Schmid <jhs@gnome.org>
1011         * plugins/sourceview/anjuta-editor-sourceview.glade:
1012         Adjust preferences default values
1014 2008-02-02  Johannes Schmid <jhs@gnome.org>
1016         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
1017         Fixed #512535 – Open files tabs' position is correctly remembered 
1018         but not applied at startup
1020 2008-02-02  Johannes Schmid <jhs@gnome.org>
1022         * plugins/search/search-replace.c: (on_message_clicked):
1023         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
1024         fix clicking on search result messages
1026 2008-02-01  James Liggett <jrliggett@cox.net>
1028         * plugins/subversion/svn-command.c: (on_svn_notify):
1029         Fixed wrong status message output when resolving conflicts.
1031 2008-02-02  Johannes Schmid <jhs@gnome.org>
1033         * configure.in: Require GtkSourceView 2.1.2
1034         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
1035         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
1036         (imark_is_marker_set), (imark_delete_all_markers),
1037         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
1038         
1039         Adapted to API changes in GtkSourceView
1041 2008-02-01  Johannes Schmid <jhs@gnome.org>
1043         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1044         Fixed tabsize preference
1046 2008-02-01  Johannes Schmid <jhs@gnome.org>
1048         * manuals/anjuta-manual/C/fileoperations.xml:
1049         * manuals/anjuta-manual/C/interface.xml:
1050         Updated manual
1051         
1052         * manuals/anjuta-manual/Makefile.am:
1053         * manuals/anjuta-manual/C/figures/*:
1054         
1055         Updated figures to be in clearlooks theme, removed old figures
1057 2008-02-01  Johannes Schmid <jhs@gnome.org>
1059         * plugins/patch/patch-plugin.glade:
1060         * plugins/patch/plugin.c: (patch_plugin_activate):
1061         Another UI issue with the patch plugin and silenced a compiler
1062         warning
1063         
1064         Patch from James Liggett:
1065         * plugins/profiler/gprof-call-graph-view.c:
1066         (gprof_call_graph_view_create_columns):
1067         * plugins/profiler/gprof-flat-profile-view.c:
1068         (gprof_flat_profile_view_create_columns):
1069         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
1070         * plugins/profiler/gprof-view.h:
1071         
1072         Use two decimal places for float values in profiler views (#507831)
1074 2008-02-01  Johannes Schmid <jhs@gnome.org>
1076         * configure.in:
1077         * plugins/editor/Makefile.am:
1078         
1079         Fixed #512751 – libgnomeprint unnecessary without scintilla
1081 2008-01-31  Johannes Schmid <jhs@gnome.org>
1083         * plugins/language-manager/languages.xml:
1084         Added a pretty ugly string for C++ headers. Maybe we should rely
1085         on mime-types instead...
1087 2008-01-31  Johannes Schmid <jhs@gnome.org>
1089         * plugins/language-support-cpp-java/cpp-java-assist.c:
1090         (get_iter_column), (cpp_java_assist_get_calltip_context),
1091         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1092         (on_assist_chosen), (cpp_java_assist_install):
1093         * plugins/language-support-cpp-java/plugin.c:
1094         (on_editor_char_inserted_cpp):
1095         Removed annoying DEBUG_PRINTs
1096         
1097         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1098         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1099         * plugins/sourceview/sourceview.c: (iassist_show_tips):
1100         
1101         Fixed "jumping" tooltips, fixed indentation of brances
1103 2008-01-31  Johannes Schmid <jhs@gnome.org>
1105         * plugins/document-manager/plugin.c: (on_document_changed):
1106         Fixed crash when closing anjuta after all document tabs have been closed
1108 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1110         * plugins/debug-manager/anjuta-debug-manager.glade:
1111         Fix #513485: wrong strings maked as translatable
1113 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1115         * plugins/debug-manager/threads.c,
1116         plugins/debug-manager/stack_trace.c:
1117         Avoid crash when getting relative path from debugger (same fix
1118         than for #510028)
1120         * plugins/debug-manager/queue.c:
1121         Emit all state changes notification
1123         * plugins/debug-manager/start.c:
1124         Fix #511586: Project path with "+" not working in debugger
1126 2008-01-31  Johannes Schmid <jhs@gnome.org>
1128         * plugins/patch/patch-plugin.glade:
1129         Fixed button ui problem...
1130         
1131         Patch from James Liggett:
1132         * plugins/profiler/gprof-call-graph-block-entry.c:
1133         (gprof_call_graph_block_primary_entry_new),
1134         (gprof_call_graph_block_secondary_entry_new):
1135         * plugins/profiler/gprof-flat-profile-entry.c:
1136         (gprof_flat_profile_entry_new):
1137         
1138         Fix #507831 - Wrong Profiler values for some locales
1140 2008-01-31  Johannes Schmid <jhs@gnome.org>
1142         * plugins/sourceview/anjuta-editor-sourceview.glade:
1143         * plugins/sourceview/sourceview-prefs.c:
1144         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1145   
1146   Fixed Editor->View popup menu for those entries that are appropriate for
1147   sourceview    
1149 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1151         * plugins/debug-manager/breakpoints.c:
1152         Fix #512901: Crash when adding a breakpoint
1154         * plugins/debug-manager/queue.c:
1155         Remove a possible memory leak
1157 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1159         * plugins/debug-manager/data_view.c,
1160         plugins/debug-manager/sparse_view.c,
1161         manuals/anjuta-manual/C/debugger.xml:
1162         Fix #513130, #513131 #513135: Wrong menu item names and errors
1163         in the documentation
1165 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1167         * plugins/tools/editor.c:
1168         ianjuta_document_manager_find_document_with_path expect an uri not
1169         a path
1171 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1173         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1174         manuals/reference/libanjuta/libanjuta-sections.txt,
1175         libanjuta/interfaces/libanjuta.idl:
1176         Documentation fixes for IAnjutaDebugger* interfaces
1178 === anjuta 2.3.3 ===
1180 2008-01-27  Naba Kumar  <naba@gnome.org>
1182         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1183         rpm spec file.
1185         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1186         (value_added_current_editor), (value_removed_current_editor):
1187         Removed dead code.
1189         * TODO.tasks: Updated.
1191         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1192         scrollwindow shadow in.
1194         * plugins/editor/anjuta-editor-scintilla.glade:
1195         * plugins/editor/style-editor.c: (create_style_editor_gui):
1196         Set style window transient and cetered for preferences window.
1197         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1199         * plugins/editor/anjuta-editor-scintilla.glade:
1200         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1201         setting not working
1203         * configure.in, NEWS: Updated for release 2.3.3
1205 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1207         * plugins/debug-manager/anjuta-debug-manager.glade:
1208         Fix #512224: Use a string in english
1210 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1212         * plugins/build-basic-autotools/build-basic-autotools.c:
1213         ianjuta_document_manager_goto_file_line_mark needs an uri and
1214         not a file path
1216 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1218         * plugins/symbol-browser/plugin.c,
1219         plugins/symbol-browser/an_symbol_view.c:
1220         use gnome_vfs_get_uri_from_local_path to get local path from uri
1221         This takes care of escaping some characters
1223 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1225         * plugins/debug-manager/stack_trace.c:
1226         Probably fix #510028: crash debugger when having a relative filename
1227         in stack trace
1229 2008-01-25 Tom <tpgww@onepost.net>
1231         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1233         * plugins/document-manager/plugin.c,
1234         plugins/document-manager/file_history.c,
1235         plugins/document-manager/file_history.h,
1236         plugins/document-manager/anjuta-docman.c,
1237         plugins/document-manager/anjuta-docman.h:
1238         Rename filename argument to uri when an uri is expected
1239         anjuta_docman_get_document_for_uri will remove symlinks 
1241 2008-01-25  Naba Kumar  <naba@gnome.org>
1243         * plugins/terminal/terminal.c: (terminal_execute),
1244         (activate_plugin):
1245         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
1247 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
1249         * plugins/debug-manager/anjuta-debug-manager.glade,
1250         plugins/debug-manager/start.c:
1251         Fix #511049: Change UI of add source directories dialog
1253 2008-01-24  Naba Kumar  <naba@gnome.org>
1255         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
1256         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
1257         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
1258         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
1259         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1260         should work now.
1262 2008-01-24  Johannes Schmid <jhs@gnome.org>
1264         Patch from: Luca Ferretti <ella.uca@libero.it>:
1266         * plugins/document-manager/anjuta-docman.c:
1267         (anjuta_docman_page_init), (anjuta_docman_class_init):
1268         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
1269         
1270         Fix #511757 – Close icon in tabs cut off (Patch was only for
1271         document-manager, also adapted it for message-manager)
1273 2008-01-24  Johannes Schmid <jhs@gnome.org>
1275         * plugins/Makefile.am:
1276         * plugins/sourceview/anjuta-document.c:
1277         * plugins/sourceview/anjuta-marshal.list:
1278         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1279         (anjuta_view_key_press_event):
1280         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
1281         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
1282         (iiter_diff), (iiter_iface_init):
1283         * plugins/sourceview/sourceview.c: (on_document_char_added),
1284         (ieditor_goto_position), (ieditor_get_text),
1285         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
1286         (ieditor_erase), (ieditor_get_line_from_position),
1287         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
1288         (ieditor_get_position_from_offset), (ieditor_get_start_position),
1289         (ieditor_get_end_position), (ieditor_goto_start),
1290         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
1291         (iconvert_to_lower), (iindic_set), (iassist_suggest),
1292         (iassist_show_tips):
1293         
1294         Implemented new iterators interface in sourceview editor and
1295         re-enabled it.
1297 2008-01-23  Naba Kumar  <naba@gnome.org>
1299         * libanjuta/interfaces/libanjuta.idl:
1300         * manuals/reference/libanjuta/libanjuta-sections.txt:
1301         * plugins/build-basic-autotools/build-basic-autotools.c:
1302         (build_indicator_location_set), (on_editor_changed):
1303         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
1304         * plugins/debug-manager/variable.c: (get_hovered_word):
1305         * plugins/document-manager/action-callbacks.c:
1306         (on_editor_command_upper_case_activate),
1307         (on_editor_command_lower_case_activate):
1308         * plugins/document-manager/search-box.c: (on_incremental_search),
1309         (on_search_activated):
1310         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
1311         (iiter_last), (iiter_set_position), (iiter_get_position),
1312         (iiter_get_length), (iiter_compare), (iiter_diff),
1313         (iiter_iface_init):
1314         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
1315         (text_editor_goto_point), (itext_editor_goto_start),
1316         (itext_editor_goto_end), (itext_editor_goto_position),
1317         (itext_editor_get_text_all), (itext_editor_get_text),
1318         (itext_editor_get_position), (itext_editor_get_offset),
1319         (itext_editor_get_length), (itext_editor_insert),
1320         (itext_editor_erase), (itext_editor_erase_all),
1321         (itext_editor_get_column), (itext_editor_get_overwrite),
1322         (itext_editor_set_popup_menu),
1323         (itext_editor_get_line_from_position),
1324         (itext_editor_get_line_begin_position),
1325         (itext_editor_get_line_end_position),
1326         (itext_editor_get_position_from_offset),
1327         (itext_editor_get_start_position), (itext_editor_get_end_position),
1328         (itext_editor_iface_init), (iconvert_to_upper),
1329         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
1330         (iindicable_set):
1331         * plugins/editor/text_editor.h:
1332         * plugins/editor/text_editor_cbs.c:
1333         (on_text_editor_scintilla_notify):
1334         * plugins/indent/plugin.c: (on_indent_action_activate):
1335         * plugins/language-support-cpp-java/cpp-java-assist.c:
1336         (cpp_java_assist_get_scope_context),
1337         (cpp_java_assist_get_pre_word),
1338         (cpp_java_assist_show_autocomplete),
1339         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1340         (on_editor_char_added), (on_assist_chosen):
1341         * plugins/language-support-cpp-java/plugin.c:
1342         (get_line_indentation), (skip_iter_to_previous_logical_line),
1343         (skip_preprocessor_lines), (initialize_indentation_params),
1344         (set_line_indentation), (get_line_indentation_base),
1345         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
1346         (on_editor_char_inserted_java), (on_auto_indent):
1347         * plugins/macro/macro-actions.c: (match_shortcut):
1348         * plugins/macro/macro-dialog.c: (on_ok_clicked):
1349         * plugins/macro/plugin.c: (match_keyword):
1350         * plugins/search/plugin.c: (find_incremental):
1351         * plugins/search/search-replace.c: (search_and_replace),
1352         (search_start_over):
1353         * plugins/search/search-replace_backend.c:
1354         (file_buffer_new_from_te), (file_buffer_line_from_pos),
1355         (create_search_entries):
1356         * plugins/symbol-browser/plugin.c:
1357         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1358         (isymbol_manager_iface_init):
1359         * plugins/symbol-db/plugin.c:
1360         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1361         (isymbol_manager_iface_init):
1362         * plugins/tools/execute.c: (atp_output_context_construct),
1363         (atp_output_context_destroy), (atp_user_tool_execute):
1365         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
1366         iterators instead of integer offsets.
1367         - Renamed original ianjuta_editor_get_position(int) to 
1368         ianjuta_editor_get_offset(). It is deprecated.
1369         - Renamed original ianjuta_editor_get_position_iter() to
1370         ianjuta_editor_get_position().
1371         - Renamed ianjuta_editor_get_cell_iter() to
1372         ianjuta_editor_get_position_from_offset()
1373         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
1374         - Added new methods:
1375         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
1376         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
1377         ianjuta_editor_goto_end().
1378         - All relevent signals and methods converted to use iterators.
1379         - All relevent plugins fixed to use new API.
1380         - Removed ianjuta_editor_cell_get_line() because it is provided by
1381         ianjuta_editor_get_line_from_position().
1382         - Removed ianjuta_symbol_manager_get_completions_at_position()
1383         because it not used anywhere and is not right to be there.
1384         - Updated IAnjutaEditable documentation.
1386         Updated IAnjutaIterable interface:
1387         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
1388         - Introduced 'end-iter' to point at the end of the list.
1389         - Updated IAnjutaIterable documentation.
1391         * plugins/Makefile.am:
1392         (Disabled sourceview plugin for now. Jhs is coming up with a patch
1393         for it soon).
1395 2008-01-22  Johannes Schmid <jhs@gnome.org>
1397         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
1398         * plugins/project-import/anjuta-project-import.glade:
1399         * plugins/project-import/anjuta-project-import.plugin.in:
1400         * plugins/project-wizard/anjuta-project-wizard.glade:
1401         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
1402         * plugins/project-wizard/druid.c: (npw_druid_new):
1403         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
1404         
1405         Fixed #465084 – wizard instead of assistant (only string changes...)
1407 2008-01-20  Rob Bradford  <rob@openedhand.com>
1409         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
1410         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
1411         coming up with the solution. (Bug: #510390.)
1413 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1415         * plugins/build-basic-autotools/executer.c:
1416         Fix #502508, use anjuta_launcher to keep program output
1418         * plugins/terminal/terminal.c:
1419         Remove unused child_initizlized member
1420         Start the shell on plugin activation
1422 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1424         * plugins/debug-manager/sparse_buffer.c:
1425         Fix a crash when scrolling in the diassembly window
1427         * plugins/debug-manager/sparse_view.c:
1428         Small limit change using the same "unit" for both number
1430 2008-01-19  Naba Kumar  <naba@gnome.org>
1432         * plugins/language-support-cpp-java/cpp-java-assist.c:
1433         (cpp_java_assist_get_scope_context),
1434         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
1435         instead.
1437 2008-01-19  Johannes Schmid <jhs@gnome.org>
1439         * plugins/sourceview/anjuta-editor-sourceview.glade:
1440         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
1441         
1442         And even more strings...
1444 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1446         * plugins/project-wizard/templates/cpp/src/main.cc:
1447         Fix #498734, typing error in c++ project template
1449 2008-01-19  Johannes Schmid <jhs@gnome.org>
1451         * plugins/editor/text_editor.c: (text_editor_save_file):
1452         * plugins/macro/anjuta-macro.glade:
1453         * plugins/subversion/anjuta-subversion.glade:
1455         Fixed even more strings
1457 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1459         * plugins/language-support-cpp-java/cpp-java-assist.c:
1460         Fix bug #488519, remove critical warning (completion_cache == NULL
1461         is valid)
1463 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1465         * plugins/gdb/debugger.c:
1466         Enable logging of gdb communication with an environment variable
1468 2008-01-19  Naba Kumar  <naba@gnome.org>
1470         * plugins/editor/text-editor-iterable.c: (iiter_next),
1471         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
1472         editor native funtions to avoid round trips.
1474 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1476         * plugins/editor/text_editor.c:
1477         Fix a bug due to the previous patch: Unable to save new file in 
1478         Scintilla
1480 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
1482         * plugins/debug-manager/disassemble.c,
1483         plugins/debug-manager/disassemble.h,
1484         plugins/debug-manager/registers.c,
1485         plugins/debug-manager/registers.h,
1486         plugins/debug-manager/memory.c,
1487         plugins/debug-manager/memory.h,
1488         plugins/debug-manager/command.c,
1489         plugins/debug-manager/command.h,
1490         plugins/debug-manager/queue.c,
1491         plugins/debug-manager/queue.h,
1492         plugins/debug-manager/breakpoints.c,
1493         plugins/debug-manager/stack_trace.c,
1494         plugins/debug-manager/threads.c,
1495         plugins/debug-manager/plugin.c,
1496         plugins/gdb/plugin.c,
1497         plugins/gdb/debugger.c,
1498         plugins/gdb/debugger.h,
1499         manuals/reference/libanjuta/libanjuta-sections.txt,
1500         manuals/reference/libanjuta/libanjuta.types,
1501         libanjuta/interfaces/libanjuta.idl:
1502         Use gulong instead of guint for addresses
1503         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
1504         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
1506         * plugins/gdb/anjuta-gdb.plugin.in:
1507         Remove reference to IAnjutaCpuDebugger (useless)
1509 2008-01-18  Johannes Schmid <jhs@gnome.org>
1511         * AUTHORS: Added Alexander
1513 2008-01-18  Johannes Schmid <jhs@gnome.org>
1515   Patch from: Alexander Korolyov <kilork@yandex.ru>
1517         * plugins/editor/text_editor.c: (load_from_file),
1518         (text_editor_save_file):
1519         
1520         Fixed symlinks (#510238) and file permission (#405321)
1521         handling for scintilla editor. 
1522   
1523 2008-01-17  Johannes Schmid <jhs@gnome.org>
1525         * plugins/document-manager/action-callbacks.c:
1526         (on_editor_command_select_all_activate),
1527         (on_editor_command_cut_activate),
1528         (on_editor_command_paste_activate),
1529         (on_editor_command_copy_activate),
1530         (on_editor_command_clear_activate):
1531   Resupport cut/copy/paste/clear on GtkEditables when those
1532   have focus. (Important for shortcuts to work).
1534         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1535         * plugins/document-manager/search-box.c: (on_search_activated):
1536         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1537         * plugins/patch/patch-plugin.c: (on_ok_clicked):
1538         * plugins/profiler/plugin.c: (profiler_get_data):
1539         * plugins/project-wizard/druid.c: (npw_druid_new):
1540         * plugins/project-wizard/install.c: (on_install_end_install_file):
1541         * plugins/sourceview/anjuta-editor-sourceview.glade:
1542         * plugins/subversion/anjuta-subversion.glade:
1543         * plugins/tools/anjuta-tools.glade:
1544         Various string fixes
1546 2008-01-17  Naba Kumar  <naba@gnome.org>
1548         Patch from James Liggett:
1550         * plugins/subversion/subversion-add-dialog.c:
1551         (on_subversion_add_response):
1552         * plugins/subversion/subversion-copy-dialog.c:
1553         (on_subversion_copy_response):
1554         * plugins/subversion/subversion-diff-dialog.c:
1555         (on_subversion_diff_response):
1556         * plugins/subversion/subversion-merge-dialog.c:
1557         (on_subversion_merge_response):
1558         * plugins/subversion/subversion-remove-dialog.c:
1559         (on_subversion_remove_response):
1560         * plugins/subversion/subversion-switch-dialog.c:
1561         (on_subversion_switch_response):
1562         * plugins/subversion/subversion-ui-utils.c: (check_input):
1563         * plugins/subversion/subversion-ui-utils.h:
1564         * plugins/subversion/subversion-update-dialog.c:
1565         (on_subversion_update_response):
1567         If the user doesn't enter any data for path or revision fields in
1568         certain SVN plugin dialogs, libsvn throws assertion failures and
1569         kills Anjuta. To avoid this, the validity of path and revision
1570         input data are checked before the command gets executed.
1572         Fixes Bug #509510 - Check input of some dialogs to avoid termination
1573         if user gives bad or no input
1575 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
1577         * plugins/document-manager/anjuta-docman.c:
1578         Fix #507627 memory tab stay active on debugger stop
1579         Remove two unused variables due to the previous patch
1581 2008-01-16  Johannes Schmid <jhs@gnome.org>
1583         * libanjuta/anjuta-plugin-manager.c:
1584         Fixed #508399 – When you enable a plugin, preferences don't show up
1586 2008-01-16  Rob Bradford  <rob@openedhand.com>
1588         Reviewed by: Johannes Schmid <jhs@gnome.org>
1590         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1591         (get_property_value_as_string), (set_property_value_as_string),
1592         (register_callbacks):
1593         * libanjuta/anjuta-preferences.h:
1594         Add support for both file and folder preferences (originally only
1595         folder choosers were supported. (Fixes bug: #508805.)
1597         * plugins/file-manager/file-manager.glade:
1598         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1599         type of property.
1601 2008-01-16  Johannes Schmid <jhs@gnome.org>
1603         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1604         .glade:
1605         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1606         * src/anjuta.glade:
1607         
1608         Fixed #509875 – The "Update globale tags" button wording is incorrect
1609         Fixed #509873 – Build Autotools Preferences has excessive padding
1610         Fixed #509872 – General Information labels are incorrectly aligned
1611         Fixed #509871 – General preferences has incorrect use of colons
1612         
1613 2008-01-16  Johannes Schmid <jhs@gnome.org>
1615         * plugins/document-manager/anjuta-document-manager.glade:
1616         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1618         Fixed #509865 – Incorrect padding in the Documents settings tabs
1619         Fixed #509867 – Create button contents is mis-aligned
1620         Fixed #509869 – "Add Directory" button is not HIG complient
1622 2008-01-16  Johannes Schmid <jhs@gnome.org>
1624         * libanjuta/anjuta-preferences-dialog.c:
1625         (anjuta_preferences_dialog_add_page):
1626         
1627         Fix #509864 – No initial section selected when opening the Preferences dialog
1629 2008-01-16  Johannes Schmid <jhs@gnome.org>
1631         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1632         Removed unused gconf_notifications
1633         
1634         * plugins/search/anjuta-search.glade:
1635         * plugins/subversion/anjuta-subversion.glade:
1636         * plugins/tools/anjuta-tools.glade:
1637         * src/anjuta-app.c: (anjuta_app_instance_init):
1638         
1639         Fixed various strings
1641 2008-01-15  Naba Kumar  <naba@gnome.org>
1643         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1644         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1645         file saved
1647         * plugins/symbol-browser/an_symbol_view.c:
1648         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1649         new file saved.
1651 2008-01-15  Johannes Schmid <jhs@gnome.org>
1653         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1654         (anjuta_profile_add_plugins_from_xml):
1655         * plugins/file-manager/file-manager.glade:
1656         Some string fixes
1657         
1658         * libanjuta/interfaces/libanjuta.idl:
1659         Fixed docs
1660                 
1661         * plugins/sourceview/Makefile.am:
1662         * plugins/sourceview/anjuta-editor-sourceview.glade:
1663         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1664         (end_print), (print_setup), (sourceview_print),
1665         (sourceview_print_preview):
1666         * plugins/sourceview/sourceview.c: (iprint_print),
1667         (iprint_print_preview):
1668         
1669         Added printing support to GtkSourceView editor
1671 2007-01-14 Tom <tpgww@onepost.net>
1673         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1675         * plugins/document-manager/anjuta-docman.c:
1676         Fix two memory leaks added by the previous patch
1678 2008-01-14  Johannes Schmid <jhs@gnome.org>
1680         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1681         * plugins/sourceview/assist-window.c: (assist_window_move):
1682         
1683         Do not use opacity
1685 2008-01-14  Rob Bradford  <rob@openedhand.com>
1687         * global-tags/Makefile.am:
1688         * global-tags/create_global_tags.sh.in:
1689         Install anjuta-tags binary into FHS policy compliant directory and
1690         update references. (Fixes bug: 509346.)
1692 2008-01-13  Naba Kumar  <naba@gnome.org>
1694         Patch from: Ritesh Khadgaray
1695         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1696         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1697         Adds export-dynamic option to LDFLAGS to project template for libglade
1698         to work for autoconnect signals.
1700 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1702         * libanjuta/anjuta-utils.c:
1703         anjuta_util_get_real_path return a string that need to be freed
1704         with g_free even if PATH_MAX is not defined
1706 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1708         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1709         to DOC_LINGUAS.
1711 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1713         * plugins/document-manager/anjuta-docman.c:
1714         Do not reopen file having escaped character (+,...) in path name
1716 2008-01-13  Naba Kumar  <naba@gnome.org>
1718         * libanjuta/interfaces/libanjuta.idl:
1719         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1720         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1721         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1722         IAnjutaProjectManager::add_sources().
1724         * plugins/glade/plugin.c: (on_glade_resource_removed),
1725         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1726         stubs for handing resources in glade file.
1728 2008-01-13  Naba Kumar  <naba@gnome.org>
1730         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1732         * plugins/glade/plugin.c: (ifile_open): Select the first window
1733         in the glade project when it is first opened. Avoids empty glade
1734         document the first time.
1736 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1738   Reviewed by: Johannes Schmid <jhs@gnome.org>
1740         * plugins/gtodo/callback.c: (remove_todo_item):
1741         Fix #507304 – crash in Anjuta IDE while removing done tasks
1743 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1745         * plugins/debug-manager/anjuta-debug-manager.ui,
1746         plugins/debug-manager/plugin.c,
1747         plugins/debug-manager/start.h,
1748         plugins/debug-manager/start.c:
1749         New menu item to add extra source directories for debugger
1751 === anjuta 2.3.2 ===
1753 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1755         * plugins/gtodo/callback.c: (remove_todo_item):
1756         Fix #507304 – crash in Anjuta IDE while removing done tasks
1758 2008-01-11  Naba Kumar  <naba@gnome.org>
1760         * configure.in: Bumped version to 2.3.2
1761         * NEWS: Updated for anjuta 2.3.2 release
1762         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1763         not 'make tarball'
1765 2008-01-11  Johannes Schmid <jhs@gnome.org>
1767         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1768         .glade:
1769         Reverted accidently commited change
1770         
1771         * plugins/document-manager/anjuta-document-manager.glade:
1772         Fix Gtk-Critical because of broken glade file
1774 2008-01-11  Naba Kumar  <naba@gnome.org>
1776         * plugins/glade/plugin.c: (on_document_destroy),
1777         (glade_plugin_add_project): Fixed a bug where when more than one
1778         glade document is open and one is closed, it closes all the glade
1779         documents. Also it might have fixed the bug where sometimes closing
1780         the glade document leaves glade widget tree unclosed.
1782 2008-01-11  Naba Kumar  <naba@gnome.org>
1784         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1785         prevent install errors when not installed as root (then the files
1786         are only useful when glade-3 is installed in the same prefix, but it
1787         doesn't harm anjuta runtime).
1789         * plugins/sourceview/sourceview.c: Commented use of a file
1790         not currently distributed.
1792 2008-01-10  Naba Kumar  <naba@gnome.org>
1794         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1795         nothing to translate in it.
1797 2008-01-10  Johannes Schmid <jhs@gnome.org>
1799         * plugins/project-wizard/templates/gnome.wiz:
1800         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1801         * plugins/project-wizard/templates/gnome/src/main.c:
1802         * plugins/project-wizard/templates/translatable-strings.h:
1803         
1804         Fixed #508497 and added a new chooser to select whether to use
1805         libglade or not.
1807 2008-01-10  Johannes Schmid <jhs@gnome.org>
1809         Patch from Tom <tpgww@onepost.net>:
1811         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1812         (anjuta_util_glist_path_dedup):
1813         * libanjuta/anjuta-utils.h:
1814         
1815         Give the method a proper prefixed name
1816         
1817         * plugins/document-manager/action-callbacks.c:
1818         (get_current_popup_active),
1819         (on_editor_command_select_all_activate),
1820         (on_editor_command_cut_activate),
1821         (on_editor_command_paste_activate),
1822         (on_editor_command_copy_activate),
1823         (on_editor_command_clear_activate), (on_show_search),
1824         (on_repeat_quicksearch):        
1825         * plugins/document-manager/action-callbacks.h:
1826         * plugins/document-manager/anjuta-docman.c:
1827         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1828         (anjuta_docman_goto_file_line_mark),
1829         (anjuta_docman_get_full_filename):
1830         * plugins/document-manager/anjuta-docman.h:
1831         * plugins/document-manager/anjuta-document-manager.ui:
1832         * plugins/document-manager/plugin.c:
1833         (update_document_ui_interface_items):
1834         
1835         Better way to fix the popup-menu items (Cut/Copy/Paste)
1836         and various clean-ups.
1837         
1838         * plugins/document-manager/search-box.c: (on_document_changed),
1839         (search_box_fill_search_focus):
1840         * plugins/document-manager/search-box.h:
1841         * plugins/search/plugin.c:
1842         
1843         Add a menu item to repeat the quick search
1845 2008-01-10  Johannes Schmid <jhs@gnome.org>
1847         * plugins/language-support-cpp-java/cpp-java-assist.c:
1848         (on_assist_chosen):
1849         
1850         Fixed #508424 – Auto complete: previous char was removed when 
1851         pre TAB to auto complete.
1853 2008-01-10  Johannes Schmid <jhs@gnome.org>
1855         Patch from: James Ligett:
1857         * plugins/profiler/gprof-call-graph-view.c:
1858         (gprof_call_graph_view_create_columns):
1859         * plugins/profiler/gprof-flat-profile-view.c:
1860         (gprof_flat_profile_view_create_columns):
1861         
1862         Fixed translation issues (#496833)
1864 2008-01-10 Johannes Schmid <jhs@gnome.org>
1866         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1868         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1869         Fix #460390 – Changing categories while edinting something
1871 2008-01-09  Naba Kumar  <naba@gnome.org>
1873         * libanjuta/anjuta-plugin-manager.c:
1874         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1875         fixed a leak.
1877         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1878         corruption reported in bug #507491. Potentially fixes too.
1880 2008-01-09  Johannes Schmid <jhs@gnome.org>
1882         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1884         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1885         Fix bug #505205 completely
1886         
1887         * AUTHORS: Added Bolesław
1889 2008-01-08  Johannes Schmid <jhs@gnome.org>
1891         * plugins/document-manager/action-callbacks.c:
1892         (on_editor_command_cut_activate),
1893         (on_editor_command_paste_activate),
1894         (on_editor_command_copy_activate),
1895         (on_editor_command_clear_activate):
1896         
1897         Fixed editor popup menu (Cut, Copy, Paste)
1899 2008-01-08  Johannes Schmid <jhs@gnome.org>
1901         * plugins/sourceview/sourceview.c: (autodetect_language):
1902         Fixed a crash when creating a new file
1904 2008-01-08  Johannes Schmid <jhs@gnome.org>
1906         Patch by <bolekk@gmail.com> (GHOP Student)
1908         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1909         Fix bug #505205
1911 2008-01-08  Naba Kumar  <naba@gnome.org>
1913         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1914         * libanjuta/anjuta-plugin-manager.c:
1915         (anjuta_plugin_manager_select),
1916         (anjuta_plugin_manager_activate_plugins):
1917         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1918         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1919         (on_create_submenu), (create_open_with_submenu):
1920         * src/about.c: (on_about_plugin_activate),
1921         (about_create_plugins_submenu): Use translated version of get_string()
1922         API in AnjutaDescription for translatable properties. Fixes bug #496833
1923         comment #18.
1925 2008-01-07  Johannes Schmid <jhs@gnome.org>
1927         * plugins/build-basic-autotools/executer.c: (execute_program):
1928         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1929         * plugins/debug-manager/anjuta-debug-manager.glade:
1930         * plugins/debug-manager/locals.c: (create_locals_gui):
1931         * plugins/file-loader/plugin.c: (on_create_submenu):
1932         * plugins/gtodo/main.h:
1933         * plugins/gtodo/preferences.c: (preferences_widget):
1934         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1935         * plugins/tools/anjuta-tools.glade:
1936         * plugins/tools/execute.c: (atp_output_context_print):
1937         * src/main.c:
1938         
1939                 Another bunch of i18n fixes (#496833)
1941 2008-01-07  Johannes Schmid <jhs@gnome.org>
1943         * plugins/build-basic-autotools/build-basic-autotools.c:
1944         (on_build_terminated):
1945         * plugins/gtodo/interface.c: (set_read_only):
1946         * plugins/project-manager/plugin.c: (confirm_removal),
1947         (on_popup_add_to_project):
1948         * plugins/subversion/anjuta-subversion.glade:
1949         * plugins/tools/execute.c: (atp_output_context_print_result):
1950         
1951         Fixed some strings from #496833
1953 2008-01-07  Johannes Schmid <jhs@gnome.org>
1955         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1956         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1957         .in:
1958         * plugins/language-support-cpp-java/plugin.c: (install_support),
1959         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1960         Added basic Vala support
1961         
1962         * plugins/sourceview/sourceview.c: (autodetect_language):
1963         Fixed mime-type detection
1965 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1967   Reviewed by: Johannes Schmid <jhs@gnome.org>
1969         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1970         (value_removed_current_editor), (symbol_db_activate),
1971         (symbol_db_deactivate):
1972         * plugins/symbol-db/symbol-db-engine.c:
1973         (symbol_db_engine_get_global_members_filtered):
1974         * plugins/symbol-db/symbol-db-view.c:
1975         (do_add_child_symbol_to_view), (prepare_for_adding),
1976         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1977         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1978         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1979         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1980         (sdb_view_init), (sdb_view_finalize),
1981         (sdb_view_build_and_display_base_tree):
1982         * plugins/symbol-db/symbol-db-view.h:
1983         added controls to expand Global tab nodes in a non-freezing way.
1984         Fixed also some little bugs always on global-tab.
1986 2008-01-06  Naba Kumar  <naba@gnome.org>
1988         Patches from James Liggett:
1989         * plugins/profiler/gprof-call-graph-view.c:
1990         (gprof_call_graph_view_create_columns):
1991         * plugins/profiler/gprof-flat-profile-view.c:
1992         (gprof_flat_profile_view_create_columns):
1993         * plugins/profiler/gprof-function-call-tree-view.c:
1994         (gprof_function_call_tree_view_create_columns): Made all
1995         of the columns resizable and reorderable.
1997 2008-01-06  Johannes Schmid <jhs@gnome.org>
1999         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
2000         (anjuta_launcher_check_password_real),
2001         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
2002         (anjuta_launcher_scan_pty),
2003         (anjuta_launcher_disable_password_check):
2004         * libanjuta/anjuta-launcher.h:
2005         Added disable_password_check for stream where it does not make sense 
2006         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
2007         that sometimes occur in symbol-db plugin
2008         
2009         * plugins/file-manager/file-model.c:
2010         (file_model_cancel_expand_idle):
2011         Fixed removing of idle source
2012         
2013         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
2014         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
2015         
2016         Fixed #348854 – invisible cursor in certain themes
2018 2008-01-06  Naba Kumar  <naba@gnome.org>
2020         * libanjuta/anjuta-preferences.c:
2021         (anjuta_preferences_register_property_custom): Fixed a crash bug on
2022         closing preferences dialog due to patch in bug #507300
2024 2008-01-06  Naba Kumar  <naba@gnome.org>
2026         * plugins/language-support-cpp-java/cpp-java-assist.c:
2027         (on_assist_chosen):
2028         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2029         * plugins/search/search-replace_backend.c: (create_search_entries):
2030         Added missing unrefs.
2032 2008-01-06  Johannes Schmid <jhs@gnome.org>
2034         * plugins/debug-manager/variable.c: (get_hovered_word):
2035   Add a g_object_unref()  
2036         
2037         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
2038         (on_sourceview_hover_leave):
2039         Fixed hover and editor interface to make hover in debugger work
2041 2008-01-06  Naba Kumar  <naba@gnome.org>
2043         * plugins/editor/text-editor.c: Whitespaces fixes.
2044         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2045         DEBUG_PRINT instead of g_message.
2047 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2049         * plugins/debug-manager/breakpoints.c:
2050         Fix #507441: Disable all breakpoints doesn't work
2051         Fix #507444: Enable Breakpoint menu item doesn't change name
2053 2008-01-05  Naba Kumar  <naba@gnome.org>
2055         * manuals/reference/libanjuta/libanjuta.types: Renamed
2056         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2058 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2060         * plugins/debug-manager/variable.c:
2061         Update variable display to use IAnjutaIterable instead of position
2063         * plugins/editor/text_editor_cbs.c,
2064         plugins/editor/text_editor.c:
2065         Fix Gtk critical warnings when a hover signal is emitted
2066         Fix get_text_iter in Scintilla (range should include last character)
2067         
2068 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2070         * plugins/debug-manager/debug_tree.c,
2071         plugins/debug-manager/debug_tree.h,
2072         plugins/debug-manager/watch.c,
2073         plugins/debug-manager/command.c,
2074         plugins/debug-manager/queue.c,
2075         plugins/gdb/plugin.c,
2076         plugins/gdb/debugger.c,
2077         plugins/gdb/debugger.h,
2078         libanjuta/interfaces/libanjuta.idl:
2079         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
2081 2008-01-05  Naba Kumar  <naba@gnome.org>
2083         * plugins/valgrind/plugin.c: Removed stock icon open/save from
2084         menus to avoid conflict with file open/save. Fixes bug #507455
2086 2008-01-05  Johannes Schmid <jhs@gnome.org>
2088         * configure.in:
2089         Conditionally depend on gtksourceview2 >= 2.1.0
2090         
2091         * libanjuta/interfaces/libanjuta.idl:
2092         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
2093         iterators instead of positions
2094         
2095         * plugins/debug-manager/threads.c:
2096         Fixed a warnings by including gnome-vfs properly
2097         
2098         * plugins/debug-manager/variable.c: (get_hovered_word),
2099         (on_hover_over):
2100         Updated to changes in IAnjutaEditorHover/Selection
2101         
2102         * plugins/document-manager/action-callbacks.c:
2103         (on_editor_command_upper_case_activate),
2104         (on_editor_command_lower_case_activate):
2105         * plugins/document-manager/search-box.c: (on_incremental_search),
2106         (on_search_activated):
2107         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
2108         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
2109         (iselection_get_start), (iselection_get_end),
2110         (iselection_iface_init), (ihover_display), (ihover_iface_init):
2111         * plugins/editor/text_editor_cbs.c:
2112         (on_text_editor_scintilla_notify):
2113         
2114         Updated to changes in IAnjutaEditorHover/Selection and updated editor
2115         interface of scintilla editor.
2116         
2117         * plugins/language-manager/languages.xml:
2118         * plugins/language-manager/plugin.c:
2119         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
2120         Added chdr to C language files and some DEBUG_PRINTs
2121         
2122         * plugins/language-support-cpp-java/cpp-java-assist.c:
2123         (on_assist_chosen):
2124         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2125         * plugins/search/plugin.c: (find_incremental):
2126         * plugins/search/search-replace.c: (search_and_replace):
2127         * plugins/search/search-replace_backend.c: (create_search_entries):
2128                 Adapted to changed interfaces
2130         * plugins/sourceview/Makefile.am:
2131         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2132         (set_uri), (anjuta_document_save):
2133         * plugins/sourceview/anjuta-editor-sourceview.glade:
2134         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2135         (anjuta_view_key_press_event):
2136         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2137         * plugins/sourceview/sourceview-cell.c:
2138         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2139         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2140         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2141         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2142         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2143         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2144         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2145         * plugins/sourceview/sourceview-private.h:
2146         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2147         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2148         (on_document_loaded), (sourceview_instance_init),
2149         (sourceview_dispose), (sourceview_finalize),
2150         (sourceview_create_markers), (sourceview_new),
2151         (ifile_savable_save), (ieditor_get_tab_size),
2152         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2153         (ieditor_set_auto_indent), (ieditor_goto_line),
2154         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2155         (iselect_block), (iselect_set), (iselect_get_start),
2156         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2157         (imark_unmark), (imark_is_marker_set),
2158         (imark_location_from_handle), (imark_delete_all_markers),
2159         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2160         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2161         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2162         (ilanguage_get_supported_languages), (autodetect_language),
2163         (ilanguage_set_language), (iassist_show_tips),
2164         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2165         (ihover_display), (ihover_iface_init):
2166         
2167         Use GtkSourceView 2.1.x:
2168         * New mark interface
2169         * Fixed #486724 and #488615
2170         * Implemented hover interface
2171         * Adapted to changed interfaces
2173 2008-01-04  Rob Bradford  <rob@o-hand.com>
2175         Reviewed by Naba Kumar  <naba@gnome.org>:
2176         * libanjuta/anjuta-preferences.c:
2177         (anjuta_preferences_register_property_custom):
2178         Unregister preferences for custom preferences when the widget is
2179         destroyed.
2181 2008-01-03  Johannes Schmid <jhs@gnome.org>
2183         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2184         (file_model_row_collapsed):
2185   Fixed the too method to take a correct data argument
2187 2008-01-02  Johannes Schmid <jhs@gnome.org>
2189         * plugins/document-manager/anjuta-docman.c:
2190         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2191         ref and unref correctly to silence a Gtk+ critical
2193 2008-01-01  Johannes Schmid <jhs@gnome.org>
2195         * plugins/editor/text_editor.c: (itext_editor_get_text):
2196         Fixed #506740 – ianjuta_editor_get_text crash if request 
2197         text past the buffer length
2199 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2201         * plugins/debug-manager/utilities.c,
2202         plugins/debug-manager/utilities.h,
2203         plugins/debug-manager/breakpoints.c:
2204         Move get_current_editor function in utilities.c
2206         * plugins/debug-manager/plugin.c,
2207         plugins/debug-manager/debug_tree.c,
2208         plugins/debug-manager/debug_tree.h,
2209         plugins/debug-manager/watch.c,
2210         plugins/debug-manager/watch.h,
2211         plugins/debug-manager/locals.c,
2212         plugins/debug-manager/locals.h,
2213         (added) plugins/debug-manager/variable.c,
2214         (added) plugins/debug-manager/variable.h,
2215         plugins/debug-manager/Makefile.am:
2216         Use hover interface to display variable value
2218 2007-12-31  Johannes Schmid <jhs@gnome.org>
2220         * libanjuta/Makefile.am:
2221         Only install glade catalog files if glade-3 is available
2222         (Fixes #506269 and #500296)
2224 2007-12-30  Johannes Schmid <jhs@gnome.org>
2226         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2227         (set_property_value_as_string), (register_callbacks):
2229   Fixed GtkFileChooserButton preferences to also work when only the combo
2230   changes without a dialog being open.
2232 2007-12-29  Johannes Schmid <jhs@gnome.org>
2234         * plugins/editor/Makefile.am:
2235         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
2237 2007-12-29  Johannes Schmid <jhs@gnome.org>
2239         * plugins/devhelp/plugin.c: (devhelp_activate):
2240         Fixed #498986 - Anjuta-2.3.0 fails to build
2242 2007-12-29  Johannes Schmid <jhs@gnome.org>
2244         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
2245         * plugins/debug-manager/plugin.c:
2246         (on_run_to_cursor_action_activate):
2247         * plugins/document-manager/anjuta-docman.c:
2248         (anjuta_docman_goto_file_line_mark):
2249         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2250         (value_removed_current_editor):
2251         
2252         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
2253         all those to value_added_current_document...
2255         * plugins/editor/anjuta-editor-scintilla.glade:
2256         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
2257         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
2259 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2261   * plugins/symbol-db/plugin.c: (on_importing_project_end),
2262   (symbol_db_activate), (symbol_db_deactivate),
2263   (symbol_db_instance_init), (isymbol_manager_get_parents):
2264   * plugins/symbol-db/plugin.h:
2265   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2266   * plugins/symbol-db/symbol-db-engine.c:
2267   (symbol_db_engine_get_global_members_filtered):
2268   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
2269   (on_symbol_inserted):
2270   Filtered out static functions on global-tab. E.g. when flag
2271   is_file_scope = 1 we won't add entries there.
2272   Fixed a little bug on 'Global'->'Vars/Others' node too.
2274 2007-12-28  Johannes Schmid <jhs@gnome.org>
2276   * libanjuta/anjuta-launcher.c:
2277   Fixed a silly (and completely useless) memory corruption that probably 
2278   only occured at a few race conditions though I wonder why it did not 
2279         happen more often
2281 2007-12-28  Johannes Schmid <jhs@gnome.org>
2282         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
2283         * plugins/debug-manager/plugin.c: (set_program_counter):
2284         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
2285         * plugins/debug-manager/start.c: (get_source_directories):
2286         * plugins/debug-manager/threads.c: (on_info_thread),
2287         (on_list_thread):
2288         * plugins/file-manager/file-model.c: (file_model_set_property):
2289         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
2290         * plugins/tools/editor.c: (on_editor_response):
2291         
2292         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
2293         
2294         * plugins/document-manager/plugin.c: (update_title),
2295         (value_added_project_root_uri):
2296         * plugins/document-manager/plugin.h:
2297         Shorten down the title bar if the current path is inside the opened project
2299 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2301         reviewed by: Johannes Schmid <jhs@gnome.org>
2303         * plugins/project-wizard/templates/java/project.anjuta:
2304         * plugins/project-wizard/templates/mkfile/project.anjuta:
2305         * plugins/project-wizard/templates/python/project.anjuta:
2306         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
2307         let new projects use new SymbolDB plugin.
2308         
2309         * plugins/symbol-browser/images/Makefile.am:
2310         added some images taken from MonoDevelop project.
2311         
2312         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2313         (goto_file_line), (on_importing_project_end), (project_root_added),
2314         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
2315         (isymbol_manager_search):
2316         Added project-updating feature when opening a project with some files
2317   modified externally [e.g. a svn up].
2318         
2319         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2320         (sdb_engine_iterator_node_instance_init),
2321         (sdb_engine_iterator_node_finalize),
2322         (symbol_db_engine_iterator_node_set_conversion_hash):
2323         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
2324         * plugins/symbol-db/symbol-db-engine-iterator.c:
2325         (symbol_db_engine_iterator_new):
2326         * plugins/symbol-db/symbol-db-engine-iterator.h:
2327          Moved Hash table initialization into the engine. This proxies and
2328   speeds up the process of creation and iteration of a GdaDataModel.
2329         
2330         * plugins/symbol-db/symbol-db-engine.c:
2331         (sdb_engine_ctags_output_thread),
2332         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2333         (sdb_engine_scan_files_1), (sdb_engine_init),
2334         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
2335         (symbol_db_engine_add_new_workspace),
2336         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
2337         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
2338         (symbol_db_engine_get_sym_type_conversion_hash),
2339         (symbol_db_engine_update_files_symbols),
2340         (symbol_db_engine_update_project_symbols),
2341         (symbol_db_engine_update_buffer_symbols),
2342         (symbol_db_engine_get_class_parents),
2343         (symbol_db_engine_get_global_members_filtered),
2344         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
2345         (symbol_db_engine_get_scope_members_by_symbol_id),
2346         (symbol_db_engine_get_scope_members),
2347         (symbol_db_engine_get_current_scope),
2348         (symbol_db_engine_get_file_symbols),
2349         (symbol_db_engine_get_symbol_info_by_id),
2350         (symbol_db_engine_find_symbol_by_name_pattern),
2351         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2352         * plugins/symbol-db/symbol-db-engine.h:
2353         * plugins/symbol-db/symbol-db-view-locals.c:
2354         (sdb_view_locals_get_iter_from_row_ref),
2355         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
2356         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
2357         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2358         Changes on some queries fuctions and some fixes. Added *_filtered
2359   functions.
2360         
2361         * plugins/symbol-db/symbol-db-view.c:
2362         (do_add_child_symbol_to_view), (add_new_waiting_for),
2363         (prepare_for_adding), (on_symbol_inserted),
2364         (do_recurse_subtree_and_remove), (on_symbol_removed),
2365         (sdb_view_do_add_hidden_dummy_child),
2366         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
2367         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
2368         (sdb_view_locals_create_new_store), (sdb_view_init),
2369         (sdb_view_finalize), (sdb_view_class_init),
2370         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
2371         (symbol_db_view_get_pixbuf),
2372         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2373         New display for global tags. This is the definitive version, bugs apart.
2374         
2375         * plugins/symbol-db/tables.sql:
2376         fixed typo.
2378 2007-12-27  Naba Kumar  <naba@gnome.org>
2380         * libanjuta/interfaces/libanjuta.idl:
2381         * plugins/editor/aneditor-priv.h:
2382         * plugins/editor/aneditor.cxx:
2383         * plugins/editor/text_editor.c: (text_editor_instance_init),
2384         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
2385         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
2386         * plugins/editor/text_editor.h:
2387         * plugins/editor/text_editor_cbs.c:
2388         (on_text_editor_scintilla_notify):
2390         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
2391         related code in AnEditor. Fixed some compilation warnings.
2393 2007-12-26  Naba Kumar  <naba@gnome.org>
2395         * Changelog: Fixed indentation.
2397 2007-12-25  Naba Kumar  <naba@gnome.org>
2399         * plugins/editor/Makefile.am:
2400         * plugins/editor/editor.glade:
2401         * plugins/editor/plugin.c:
2402         * plugins/editor/style-editor.c:
2403         * plugins/sourceview/Makefile.am:
2404         * plugins/sourceview/plugin.c:
2405         * plugins/sourceview/sourceview.glade:
2406         * plugins/valgrind/Makefile.am:
2408         Renamed glade files to anjuta-editor-* to give name space for the
2409         schema files (because they are installed in system directory).
2411         * scripts/build-schemas.mk: Install the schemas files also (need for
2412         binary package installation/uninstallation).
2414 2007-12-25  Johannes Schmid <jhs@gnome.org>
2416         * plugins/language-support-cpp-java/plugin.c:
2417         (set_indentation_param_vim):
2418         
2419         Support some more vim modeline commands and shortcuts (#504331)
2421 2007-12-25  Johannes Schmid <jhs@gnome.org>
2423         Patches from James Liggett:
2424         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
2425         (anjuta_vcs_status_tree_view_init):
2426         * plugins/subversion/subversion-commit-dialog.c:
2427         (subversion_commit_dialog):
2428         * plugins/subversion/subversion-diff-dialog.c:
2429         (on_subversion_diff_response):
2430         * plugins/subversion/subversion-log-dialog.c:
2431         (on_log_view_selected_button_clicked),
2432         (on_log_diff_selected_button_clicked),
2433         (on_log_diff_previous_button_clicked):
2434         * plugins/subversion/subversion-resolve-dialog.c:
2435         (subversion_resolve_dialog):
2436         * plugins/subversion/subversion-revert-dialog.c:
2437         (subversion_revert_dialog):
2438         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
2439         (pulse_progress_bar), (hide_pulse_progress_bar),
2440         (disconnect_data_arrived_signals),
2441         (cancel_data_arrived_signal_disconnect):
2442         * plugins/subversion/subversion-ui-utils.h:
2443         
2444         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
2445         #505237 – Sort list of modified files
2447 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
2449         * plugins/gdb/debugger.c:
2450         Fix bug #491301: Inspecting a variable opens a bad focus dialog
2452 2007-12-23  Johannes Schmid <jhs@gnome.org>
2454         * plugins/language-support-cpp-java/plugin.c:
2455         (set_indentation_param_emacs), (set_indentation_param_vim),
2456         (parse_mode_line_emacs), (parse_mode_line_vim),
2457         (extract_mode_line), (initialize_indentation_params):
2459         Added (basic) support for vim modelines (#504331)
2461         * plugins/message-view/message-view.c: (message_view_next),
2462         (message_view_previous):
2463         
2464         Fixed next/previous message
2466 2007-12-23  Johannes Schmid <jhs@gnome.org>
2468         * libanjuta/anjuta-ui.h:
2469         Check for != NULL before unref'ing pixbuf (related to #497878)
2470         
2471         * plugins/devhelp/plugin.c: (register_stock_icons):
2472         * plugins/document-manager/anjuta-docman.c:
2473         (anjuta_docman_add_document):
2474         * plugins/glade/plugin.c: (on_close_activated),
2475         (register_stock_icons), (on_session_save),
2476         (glade_plugin_add_project):
2477         
2478         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
2479         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
2480         
2481         * plugins/language-support-cpp-java/plugin.c:
2482         (register_stock_icons):
2483         Fixed stock icon registration macros
2485 2007-12-23  Johannes Schmid <jhs@gnome.org>
2487         * global-tags/Makefile.am:
2488         * launcher/Makefile.am:
2489         * libanjuta/Makefile.am:
2490         * libegg/Makefile.am:
2491         * manuals/anjuta-faqs/Makefile.am:
2492         * manuals/anjuta-manual/Makefile.am:
2493         * manuals/reference/libanjuta/Makefile.am:
2494         * plugins/build-basic-autotools/Makefile.am:
2495         * plugins/class-gen/Makefile.am:
2496         * plugins/class-inheritance/Makefile.am:
2497         * plugins/cvs-plugin/Makefile.am:
2498         * plugins/debug-manager/Makefile.am:
2499         * plugins/devhelp/Makefile.am:
2500         * plugins/document-manager/Makefile.am:
2501         * plugins/editor/Makefile.am:
2502         * plugins/editor/scintilla/Makefile.am:
2503         * plugins/editor/scintilla/include/Makefile.am:
2504         * plugins/file-loader/Makefile.am:
2505         * plugins/file-manager/Makefile.am:
2506         * plugins/file-wizard/Makefile.am:
2507         * plugins/gdb/Makefile.am:
2508         * plugins/glade/Makefile.am:
2509         * plugins/gtodo/Makefile.am:
2510         * plugins/gvim/Makefile.am:
2511         * plugins/indent/Makefile.am:
2512         * plugins/language-manager/Makefile.am:
2513         * plugins/language-support-cpp-java/Makefile.am:
2514         * plugins/macro/Makefile.am:
2515         * plugins/message-view/Makefile.am:
2516         * plugins/patch/Makefile.am:
2517         * plugins/profiler/Makefile.am:
2518         * plugins/project-import/Makefile.am:
2519         * plugins/project-manager/Makefile.am:
2520         * plugins/project-wizard/Makefile.am:
2521         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
2522         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
2523         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2524         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2525         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
2526         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
2527         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
2528         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
2529         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2530         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2531         * plugins/sample1/Makefile.am:
2532         * plugins/search/Makefile.am:
2533         * plugins/sourceview/Makefile.am:
2534         * plugins/subversion/Makefile.am:
2535         * plugins/symbol-browser/Makefile.am:
2536         * plugins/symbol-db/Makefile.am:
2537         * plugins/symbol-db/test/Makefile.am:
2538         * plugins/terminal/Makefile.am:
2539         * plugins/tools/Makefile.am:
2540         * plugins/valgrind/Makefile.am:
2541         * src/Makefile.am:
2542         * tagmanager/Makefile.am:
2543         
2544         Replaces the deprecated "INCLUDES" in all Makefile.am's with
2545         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2546         warnings from illigel C++ compiler flags.
2548 2007-12-23  Johannes Schmid <jhs@gnome.org>
2550         Patch from Tom <tpgww@onepost.net>:
2551   
2552         * plugins/document-manager/anjuta-docman.c:
2553         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2554         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2555         (anjuta_docman_instance_init), (on_notebook_switch_page),
2556         (anjuta_docman_grab_text_focus):
2557         * plugins/document-manager/plugin.c: (on_document_added),
2558         (on_window_key_press_event), (on_window_key_release_event):
2559         
2560         Some more document-manager code cleanups and fixes.
2562 2007-12-23  Massimo Cora'  <maxcvs@email.it>
2564         * plugins/symbol-db/plugin.c: (register_stock_icons),
2565         (value_added_current_editor), (value_removed_current_editor),
2566         (on_importing_project_end), (project_root_removed):
2567         added controls to clean/populate GtkTreeView(s) on projects unload/load.
2569         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2570         (symbol_db_engine_get_file_db_path):
2571         fixed a useless warning.
2573         * plugins/symbol-db/symbol-db-view-locals.c:
2574         (traverse_free_waiting_for), (file_view_status_destroy),
2575         (sdb_view_locals_create_new_store), (traverse_files_view_status),
2576         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2577         (sdb_view_locals_finalize), (on_symbol_inserted),
2578         (symbol_db_view_locals_recv_signals_from_engine),
2579         (symbol_db_view_locals_update_list):
2580         more speed on editors switching. GtkTreeStore caching method implemented.
2581         Fixed compiler warnings and a little memory leak.
2583         * plugins/symbol-db/symbol-db-view-locals.h:
2584         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2585         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2586         (on_scan_end), (on_symbol_inserted),
2587         (sdb_view_locals_create_new_store), (sdb_view_init),
2588         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2589         * plugins/symbol-db/symbol-db-view.h:
2590         fixed some crashers. Now project loading/populating should be quite quick.
2592 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2594         * plugins/debug-manager/command.c,
2595         plugins/debug-manager/queue.c:
2596         Take care of command return value (FALSE is an error)
2598 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2600         * plugins/debug-manager/anjuta-debug-manager.glade,
2601         plugins/debug-manager/breakpoints.c:
2602         Remove address, condition and pass breakpoint column if not supported
2603         Fix clear all remove_all to avoid an endless loop if a breakpoint
2604         cannot be removed
2606 2007-12-17  Johannes Schmid <jhs@gnome.org>
2608         Patch from Tom <tpgww@onepost.net> (with some changes):
2610         * plugins/document-manager/action-callbacks.c: (on_open_activate),
2611         (on_save_as_activate), (on_save_all_activate),
2612         (on_close_file_activate), (on_close_all_file_activate),
2613         (on_reload_file_activate), (on_editor_command_clear_activate),
2614         (on_transform_eolchars1_activate), (on_comment_block),
2615         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2616         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2617         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2618         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2619         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2620         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2621         (on_zoom_out_text_activate):
2622         * plugins/document-manager/action-callbacks.h:
2623         * plugins/document-manager/anjuta-docman.c:
2624         (on_notebook_page_close_button_click),
2625         (on_notebook_page_close_button_enter),
2626         (on_notebook_page_close_button_leave),
2627         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2628         (anjuta_docman_page_init), (anjuta_docman_page_new),
2629         (on_open_filesel_response), (create_file_open_dialog_gui),
2630         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2631         (anjuta_docman_instance_init), (on_notebook_switch_page),
2632         (on_document_destroy), (anjuta_docman_add_editor),
2633         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2634         (anjuta_docman_set_current_document),
2635         (anjuta_docman_goto_file_line_mark), (get_real_path),
2636         (anjuta_docman_get_full_filename),
2637         (anjuta_docman_delete_all_markers),
2638         (anjuta_docman_delete_all_indicators),
2639         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2640         (anjuta_docman_order_tabs):
2641         * plugins/document-manager/anjuta-docman.h:
2642         * plugins/document-manager/file_history.c: (an_hist_file_new),
2643         (an_file_history_push), (an_file_history_dump):
2644         * plugins/document-manager/file_history.h:
2645         * plugins/document-manager/plugin.c: (update_title),
2646         (value_removed_project_root_uri),
2647         (update_document_ui_interface_items), (menu_name_compare),
2648         (on_document_added), (on_document_changed),
2649         (on_window_key_press_event), (on_window_key_release_event),
2650         (on_session_save):
2651         * plugins/document-manager/search-box.c: (on_document_changed),
2652         (on_goto_activated), (search_box_init), (search_box_new):
2653         * plugins/document-manager/search-box.h:
2655         Yet more code cleanups
2656         Save glade files correctly in session
2657         Use new tooltip API if available
2658         Sort notebook pages when session is restored (needs work)
2660 2007-12-16  Johannes Schmid <jhs@gnome.org>
2662         * plugins/document-manager/anjuta-docman.c:
2663         (anjuta_docman_add_document):
2664         
2665         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2666         the new search bar was introduced.
2668 2007-12-12  Johannes Schmid <jhs@gnome.org>
2669   
2670         Patch from  Tom <tpgww@onepost.net>:
2671         (#485233 – another bunch of docman cleanups)
2672   
2673         * libanjuta/interfaces/libanjuta.idl:
2674         * plugins/document-manager/action-callbacks.c:
2675         (get_current_document), (get_current_focus_widget),
2676         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2677         (on_close_file_activate), (on_close_all_file_activate),
2678         (on_reload_file_activate), (on_print_activate),
2679         (on_print_preview_activate),
2680         (on_editor_command_upper_case_activate),
2681         (on_editor_command_lower_case_activate),
2682         (on_editor_command_eol_crlf_activate),
2683         (on_editor_command_eol_lf_activate),
2684         (on_editor_command_eol_cr_activate),
2685         (on_editor_command_select_all_activate),
2686         (on_editor_command_select_to_brace_activate),
2687         (on_editor_command_select_block_activate),
2688         (on_editor_command_match_brace_activate),
2689         (on_editor_command_undo_activate),
2690         (on_editor_command_redo_activate),
2691         (on_editor_command_cut_activate),
2692         (on_editor_command_paste_activate),
2693         (on_editor_command_copy_activate),
2694         (on_editor_command_clear_activate),
2695         (on_editor_command_close_folds_all_activate),
2696         (on_editor_command_open_folds_all_activate),
2697         (on_editor_command_toggle_fold_activate),
2698         (on_editor_command_bookmark_toggle_activate),
2699         (on_editor_command_bookmark_first_activate),
2700         (on_editor_command_bookmark_next_activate),
2701         (on_editor_command_bookmark_prev_activate),
2702         (on_editor_command_bookmark_last_activate),
2703         (on_editor_command_bookmark_clear_activate),
2704         (on_transform_eolchars1_activate), (on_comment_block),
2705         (on_comment_box), (on_comment_stream),
2706         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2707         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2708         (on_force_hilite_activate), (on_swap_activate),
2709         (on_editor_add_view_activate), (on_editor_remove_view_activate):
2710         * plugins/document-manager/action-callbacks.h:
2711         * plugins/document-manager/anjuta-docman.c:
2712         (on_notebook_page_close_button_click),
2713         (on_notebook_page_close_button_enter),
2714         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2715         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2716         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2717         (on_open_filesel_response), (anjuta_docman_open_file),
2718         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2719         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2720         (anjuta_docman_class_init), (anjuta_docman_new),
2721         (on_notebook_switch_page), (on_document_save_point),
2722         (on_document_destroy), (anjuta_docman_add_editor),
2723         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2724         (anjuta_docman_set_popup_menu),
2725         (anjuta_docman_get_current_focus_widget),
2726         (anjuta_docman_get_page_for_document),
2727         (anjuta_docman_get_current_document),
2728         (anjuta_docman_set_current_document),
2729         (anjuta_docman_goto_file_line),
2730         (anjuta_docman_goto_file_line_mark),
2731         (anjuta_docman_get_full_filename),
2732         (anjuta_docman_present_notebook_page),
2733         (anjuta_docman_update_page_label),
2734         (anjuta_docman_delete_all_markers),
2735         (anjuta_docman_delete_all_indicators),
2736         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2737         (do_ordertab1), (anjuta_docman_order_tabs),
2738         (anjuta_docman_set_editor_properties),
2739         (anjuta_docman_get_document_for_path),
2740         (anjuta_docman_get_all_doc_widgets):
2741         * plugins/document-manager/anjuta-docman.h:
2742         * plugins/document-manager/editor-tooltips.c:
2743         * plugins/document-manager/plugin.c: (update_title),
2744         (update_document_ui_enable_all), (update_document_ui_disable_all),
2745         (update_document_ui_save_items),
2746         (update_document_ui_interface_items), (update_document_ui),
2747         (on_document_update_save_ui), (update_status),
2748         (on_document_update_ui), (on_document_added),
2749         (on_document_changed), (on_session_save), (on_save_prompt),
2750         (on_docman_auto_save), (on_gconf_notify_timer):
2751         * plugins/document-manager/search-box.c: (on_document_changed),
2752         (search_box_new), (search_box_grab_line_focus):
2753         * plugins/glade/plugin.c: (ifile_open):
2754         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2755         * plugins/search/search-replace_backend.c: (create_search_entries):
2756         * plugins/sourceview/anjuta-document.c: (set_uri),
2757         (anjuta_document_save):
2758         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2759         * plugins/tools/editor.c: (on_editor_response):
2761         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2762         It fixes some issues with session handling and several memory lacks.
2763         Gtk 2.12 Tooltip API is used if available.
2765 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2767         * plugins/debug-manager/disassemble.c,
2768         plugins/debug-manager/disassemble.h,
2769         plugins/debug-manager/command.c,
2770         plugins/debug-manager/command.h,
2771         plugins/debug-manager/plugin.c
2772         plugins/debug-manager/sparse_view.c,
2773         plugins/debug-manager/sparse_view.h,
2774         plugins/gdb/plugin.c,
2775         plugins/gdb/debugger.c,
2776         plugins/gdb/debugger.h,
2777         libanjuta/interfaces/libanjuta.idl:
2778         Fix bug #502533: Implement assembler step
2780         * plugins/debug-manager/breakpoints.c:
2781         Do not save temporary breakpoints
2783         * plugins/debug-manager/stack_trace.c:
2784         Fix a crash when a stack command is cancelled
2786 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2788         * plugins/debug-manager/plugin.c,
2789         plugins/debug-manager/breakpoints.c,
2790         plugins/debug-manager/breakpoints.h:
2791         Fix bug #488732: Breakpoint on delete lines
2792         Breakpoints are now linked to their position in editor
2794         * plugins/gdb/debugger.c:
2795         Fix removing condition on breakpoint 
2797 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2799         * plugins/debug-manager/anjuta-debug-manager.glade,
2800         plugins/debug-manager/start.c,
2801         plugins/gdb/plugin.c,
2802         plugins/gdb/debugger.c,
2803         plugins/gdb/debugger.h,
2804         libanjuta/interfaces/libanjuta.idl:
2805         Fix bug #481366: Do not stop at the beginning of the program
2807         * plugins/debug-manager/command.c,
2808         plugins/debug-manager/command.h,
2809         plugins/debug-manager/breakpoints.c,
2810         plugins/debug-manager/queue.c,
2811         plugins/debug-manager/queue.h:
2812         Fix a bug remove all breakpoints was not working due to latest changes
2813         Setting breakpoints is disabled when program is running
2815 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2817         * plugins/debug-manager/queue.c,
2818         plugins/gdb/plugin.c:
2819         Fix bug #501469: Crash if mime_type is unknown
2821 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2823         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2824         (on_editor_update_ui), (on_single_file_scan_end),
2825         (on_importing_project_end), (project_root_added),
2826         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2827         * plugins/symbol-db/plugin.h:
2828         show on status bar files being scanned.
2830         * plugins/symbol-db/symbol-db-engine.c:
2831         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2832         (sdb_engine_ctags_output_thread),
2833         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2834         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2835         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2836         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2837         (sdb_engine_get_table_id_by_unique_name2),
2838         (symbol_db_engine_open_project),
2839         (sdb_engine_prepare_executing_commands),
2840         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2841         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2842         (sdb_engine_detects_removed_ids),
2843         (symbol_db_engine_get_class_parents),
2844         (symbol_db_engine_get_global_members),
2845         (symbol_db_engine_get_scope_members_by_symbol_id),
2846         (symbol_db_engine_get_scope_members),
2847         (symbol_db_engine_get_current_scope),
2848         (symbol_db_engine_get_file_symbols),
2849         (symbol_db_engine_get_symbol_info_by_id),
2850         (symbol_db_engine_get_full_local_path),
2851         (symbol_db_engine_find_symbol_by_name_pattern),
2852         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2853         * plugins/symbol-db/symbol-db-engine.h:
2854         * plugins/symbol-db/symbol-db-view-locals.c:
2855         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2856         (symbol_db_view_locals_recv_signals_from_engine),
2857         (symbol_db_view_locals_update_list):
2858         * plugins/symbol-db/symbol-db-view-locals.h:
2859         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2860         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2861         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2862         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2863         * plugins/symbol-db/symbol-db-view.h:
2864         Added g_thread architecture to scan in background. With this you
2865         can use Anjuta's GUI without freezing.
2866         Improved insertion speed by using a paradigm like 'insert' and 'check'
2867         replacing a 'check' and 'insert' one. This has been done for tables 
2868         like symbol, scope, sym_type.
2869         Fixed two crashers. 
2871         * plugins/symbol-db/tables.sql:
2872         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2873         (thread), (print_message), (bastard_thread), (idle_signals):
2874         fixed a typo on tables that broke sql triggers.
2876 === anjuta 2.3.1 ===
2878 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2880         * NEWS, AUTHORS: Updated.
2881         * src/Makefile.am: Fixed make distcheck
2883         Patch from Yang Hong:
2884         * plugins/file-manager/file-manager.glade: Fixed file chooser
2885         size in file-manager preferences.
2887 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2889         * NEWS: Updated for 2.3.1 development release
2890         * configure.in: Bumped version to 2.3.1
2892 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2894         * plugins/debug-manager/threads.c,
2895         plugins/debug-manager/disassemble.c,
2896         plugins/debug-manager/watch.c,
2897         plugins/debug-manager/registers.c,
2898         plugins/debug-manager/locals.c,
2899         plugins/debug-manager/breakpoints.c,
2900         plugins/debug-manager/stack_trace.c,
2901         plugins/debug-manager/command.c,
2902         plugins/debug-manager/command.h,
2903         plugins/debug-manager/queue.c,
2904         libanjuta/interfaces/libanjuta.idl:
2905         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2906         Document IAnjutaDebugManager signals
2907         Generate new signals in queue.c
2908         Use new signals in other files
2910 2007-11-30  <genbell@tiscali.it>
2912         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2914         * plugins/gdb/Makefile.am:
2915         Fix bug #500376
2917 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2919         * plugins/tools/variable.c:
2920         Fix a bug added in the previous patch (it is not a leak)
2922 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2924         * plugins/project-wizard/druid.c,
2925         plugins/project-wizard/templates/terminal.wiz,
2926         plugins/project-wizard/templates/xlib-dock.wiz,
2927         plugins/project-wizard/templates/wxwin.wiz,
2928         plugins/project-wizard/templates/java.wiz,
2929         plugins/project-wizard/templates/gnome.wiz,
2930         plugins/project-wizard/templates/anjuta-plugin.wiz,
2931         plugins/project-wizard/templates/gtkmm.wiz,
2932         plugins/project-wizard/templates/python.wiz,
2933         plugins/project-wizard/templates/cpp.wiz,
2934         plugins/project-wizard/templates/sdl.wiz,
2935         plugins/project-wizard/templates/gtk.wiz,
2936         plugins/project-wizard/templates/minimal.wiz,
2937         plugins/project-wizard/templates/xlib.wiz,
2938         plugins/project-wizard/templates/gcj.wiz,
2939         plugins/project-wizard/templates/translatable-strings.h,
2940         plugins/project-import/project-import.c:
2941         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2943 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2945         * plugins/debug-manager/threads.c,
2946         plugins/debug-manager/disassemble.c,
2947         plugins/debug-manager/watch.c,
2948         plugins/debug-manager/registers.c,
2949         plugins/debug-manager/memory.c,
2950         plugins/debug-manager/locals.c,
2951         plugins/debug-manager/stack_trace.c,
2952         plugins/debug-manager/queue.c,
2953         plugins/debug-manager/queue.h:
2954         Connect debugger signal only when program is loaded
2955         Rename get_feature in is_supported
2957         * plugins/debug-manager/plugin.c:
2958         Remove editor watch when plugin is deactivated
2960         * plugins/debug-manager/anjuta-debug-manager.glade,
2961         plugins/debug-manager/breakpoints.c,
2962         plugins/debug-manager/breakpoints.h:
2963         Rewrite almost completely the breakpoint code
2964         Improve breakpoint dialog
2965         Reorganize function
2966         Implement condition, hit count, ignore and temporary attribute
2968         * plugins/debug-manager/command.c,
2969         plugins/debug-manager/command.h:
2970         Add a breakpoint list command
2972         * plugins/gdb/debugger.c,
2973         plugins/gdb/debugger.h:
2974         Add new breakpoint list command
2975         Fix parsing of breakpoint data
2977         * libanjuta/interfaces/libanjuta.idl,
2978         plugins/gdb/plugin.c:
2979         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2981 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2983         * plugins/document-manager/plugin.c:
2984         Use Ctrl+Shift+s as shortcut for Save As
2986 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2988         * plugins/subversion/plugin.c: (activate_plugin):
2989         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2990         * src/layout.xml: Fixed dockitem positions.
2992 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2994         Icons from tpgww@onepost.net:
2995         * plugins/project-wizard/applogo.png:
2996         Icons from patch in bug #480093 comment #23. Also renamed icons.
2998         * plugins/message-view/Makefile.am:
2999         * plugins/message-view/plugin.c: (register_stock_icons),
3000         (ipreferences_merge): Removed redundant icon.
3002         * plugins/document-manager/plugin.c:
3003         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
3004         Do not insensitize New action when there is no document.
3005         Indentation fixes.
3007 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3009         Icons from tpgww@onepost.net:
3010         * plugins/symbol-browser/an_symbol_prefs.c:
3011         * pixmaps/Makefile.am:
3012         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
3014         Icons from patch in bug #480093 comment #23. Also renamed icons.
3015         To be continued..
3017 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
3019         Patch from James Liggett:
3020         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
3021         revert and dialogs resizable.
3023 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3025         Patch from James Liggett:
3026         * plugins/subversion/anjuta-subversion.glade:
3027         * plugins/subversion/subversion-diff-dialog.c:
3028         (on_subversion_diff_response), (subversion_diff_dialog):
3029         * plugins/subversion/subversion-diff-dialog.h:
3031         The diff dialog should have a checkbox, enabled by default, that
3032         allows the user to make sure that all open files are saved before
3033         diffing.
3035 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
3037         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
3039         Icons from tpgww@onepost.net:
3040         * pixmaps/Makefile.am:
3041         * src/Makefile.am:
3042         * src/anjuta-app.c:
3043         * src/anjuta-preferences-general.svg:
3045         Icons from patch in bug #480093 comment #23. Also renamed icons.
3046         To be continued..
3048 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3050         Icons from tpgww@onepost.net:
3051         * plugins/debug-manager/images/Makefile.am:
3052         * plugins/debug-manager/images/anjuta-watch.svg:
3053         * plugins/debug-manager/plugin.c: (register_stock_icons):
3054         * plugins/gdb/images/Makefile.am:
3055         * plugins/gtodo/Makefile.am:
3056         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3057         * plugins/gtodo/anjuta-gtodo.plugin.in:
3058         * plugins/gtodo/interface.c: (stock_icons):
3059         * plugins/gtodo/main.h:
3060         * plugins/gtodo/plugin.c: (ipreferences_merge):
3061         * plugins/terminal/Makefile.am:
3062         * plugins/terminal/anjuta-terminal-plugin.svg:
3063         * plugins/terminal/anjuta-terminal.plugin.in:
3064         * plugins/terminal/terminal.c:
3065         * plugins/tools/Makefile.am:
3066         * plugins/tools/anjuta-tools-plugin.svg:
3067         * plugins/tools/anjuta-tools.plugin.in:
3068         * plugins/tools/plugin.c:
3069         * plugins/valgrind/Makefile.am:
3070         * plugins/valgrind/anjuta-valgrind-plugin.svg:
3071         * plugins/valgrind/anjuta-valgrind.plugin.in:
3072         * plugins/valgrind/plugin.c: (register_stock_icons),
3073         (ipreferences_merge):
3075         Icons from patch in bug #480093 comment #23. Also renamed icons.
3076         To be continued..
3078 2007-11-18  Massimo Cora'   <maxcvs@email.it>
3080         reviewed by: Johannes Schmid <jhs@gnome.org>
3082         * configure.in:
3083         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
3084         due to bug #493360. Still present anyway bug #495843
3086         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
3087         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
3088         (on_local_treeview_row_activated),
3089         (on_global_treeview_row_activated),
3090         (on_global_treeview_row_expanded), (on_project_element_added),
3091         (on_project_element_removed), (project_root_added),
3092         (symbol_db_activate), (isymbol_manager_search),
3093         (isymbol_manager_get_members),
3094         (isymbol_manager_get_completions_at_position):
3095         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3096         (symbol_db_engine_iterator_node_get_symbol_extra_string):
3097         * plugins/symbol-db/symbol-db-engine.c:
3098         (sdb_engine_execute_non_select_sql),
3099         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
3100         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
3101         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
3102         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3103         (symbol_db_engine_add_new_workspace),
3104         (symbol_db_engine_add_new_project),
3105         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
3106         (sdb_engine_detects_removed_ids),
3107         (sdb_engine_walk_down_scope_path),
3108         (symbol_db_engine_get_class_parents),
3109         (symbol_db_engine_get_global_members),
3110         (symbol_db_engine_get_scope_members_by_symbol_id),
3111         (symbol_db_engine_get_scope_members),
3112         (symbol_db_engine_get_current_scope),
3113         (symbol_db_engine_get_file_symbols),
3114         (symbol_db_engine_get_symbol_info_by_id),
3115         (symbol_db_engine_find_symbol_by_name_pattern):
3116         * plugins/symbol-db/symbol-db-engine.h:
3117         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3118         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3119         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
3120         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
3121         (on_scan_end), (do_add_root_symbol_to_view),
3122         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
3123         (trigger_on_symbol_inserted), (add_new_waiting_for),
3124         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
3125         (on_symbol_inserted), (do_recurse_subtree_and_remove),
3126         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
3127         (symbol_db_view_row_expanded), (sdb_view_init),
3128         (gtree_compare_func), (sdb_view_finalize),
3129         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3130         (sdb_view_populate_base_root),
3131         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3132         * plugins/symbol-db/symbol-db-view.h:
3133         * plugins/symbol-db/tables.sql:
3134         * plugins/symbol-db/test/Makefile.am:
3135         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3136         (get_scope_members), (get_current_scope), (get_global_members),
3137         (get_file_symbols), (get_info_by_id), (main):
3139         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3140         Started using LIMIT keyword to speed up things.
3141         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3142         make providers use prepared statements.
3144 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3146         Patch from James Liggett:
3147         * plugins/subversion/plugin.c: (subversion_instance_init):
3148         * plugins/subversion/plugin.h:
3149         * plugins/subversion/subversion-diff-dialog.c:
3150         (on_subversion_diff_response), (subversion_diff_dialog),
3151         (on_menu_subversion_diff):
3152         * plugins/subversion/subversion-log-dialog.c:
3153         (on_log_view_selected_button_clicked),
3154         (on_log_diff_selected_button_clicked),
3155         (on_log_diff_previous_button_clicked),
3156         (subversion_log_window_create):
3157         * plugins/subversion/subversion-ui-utils.c:
3158         (get_filename_from_full_path), (init_whole_project),
3159         (on_whole_project_toggled):
3160         * plugins/subversion/subversion-ui-utils.h:
3161         * plugins/subversion/subversion-update-dialog.c:
3162         (subversion_update_dialog), (on_menu_subversion_update):
3164         Whole Project checkbox enabled by default in diff and update dialogs.
3165         changes the editor names for diff editors to something much more
3166         descriptive. For example, working copy/head diffs would have an editor
3167         with a name like "[Working Copy/Head] some-file.diff," where some-file
3168         is the name of the file/directory that was diffed. For diffs against
3169         arbitrary diffs the name would look like "[Revisions 2832/3200]
3170         some-file.diff" for a diff of some-file between revisions 2832 and
3171         3200.
3173 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3175         Icons from tpgww@onepost.net:
3176         * plugins/subversion/Makefile.am:
3177         * plugins/subversion/anjuta-subversion-plugin.svg:
3178         * plugins/subversion/anjuta-subversion.plugin.in:
3179         * plugins/subversion/plugin.h:
3180         * plugins/symbol-browser/Makefile.am:
3181         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3182         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3183         * plugins/symbol-browser/plugin.c:
3184         * plugins/symbol-db/Makefile.am:
3185         * plugins/symbol-db/plugin.c:
3186         * plugins/symbol-db/symbol-db.plugin.in:
3188         Icons from patch in bug #480093 comment #23. Also renamed icons.
3189         To be continued..
3191 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3193         Icons from tpgww@onepost.net:
3194         * plugins/project-manager/Makefile.am:
3195         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3196         * plugins/project-manager/anjuta-project-manager.plugin.in:
3197         * plugins/project-manager/plugin.c:
3198         * plugins/project-wizard/Makefile.am:
3199         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3200         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3201         * plugins/project-wizard/druid.h:
3202         * plugins/search/Makefile.am:
3203         * plugins/search/anjuta-search-plugin.svg:
3204         * plugins/search/anjuta-search.plugin.in:
3205         * plugins/search/plugin.c:
3207         Icons from patch in bug #480093 comment #23. Also renamed icons.
3208         To be continued..
3210 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3212         * TODO.tasks: updated.
3214         Icons from tpgww@onepost.net:
3215         * plugins/file-loader/Makefile.am:
3216         * plugins/file-loader/anjuta-loader-plugin.svg:
3217         * plugins/file-loader/anjuta-loader.plugin.in:
3218         * plugins/file-manager/Makefile.am:
3219         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3220         * plugins/file-manager/file-manager.plugin.in:
3221         * plugins/file-manager/plugin.c:
3222         * plugins/glade/Makefile.am:
3223         * plugins/glade/anjuta-glade-plugin.svg:
3224         * plugins/glade/anjuta-glade.plugin.in:
3225         * plugins/glade/plugin.c: (register_stock_icons):
3226         * plugins/language-manager/Makefile.am:
3227         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3228         * plugins/language-manager/language-manager.plugin.in:
3229         * plugins/message-view/Makefile.am:
3230         * plugins/message-view/anjuta-message-manager.plugin.in:
3231         * plugins/message-view/anjuta-messages-plugin.svg:
3232         * plugins/message-view/plugin.c:
3233         * plugins/patch/Makefile.am:
3234         * plugins/patch/anjuta-patch-plugin.svg:
3235         * plugins/patch/anjuta-patch.plugin.in:
3236         * plugins/patch/plugin.c:
3237         * plugins/profiler/Makefile.am:
3238         * plugins/profiler/anjuta-profiler-plugin.svg:
3239         * plugins/profiler/plugin.c: (register_stock_icons):
3240         * plugins/profiler/profiler.plugin.in:
3241         * plugins/project-import/Makefile.am:
3242         * plugins/project-import/anjuta-project-import-plugin.svg:
3243         * plugins/project-import/anjuta-project-import.plugin.in:
3244         * plugins/project-import/plugin.c:
3246         Icons from patch in bug #480093 comment #23. Also renamed icons.
3247         To be continued..
3249 2007-11-18  Johannes Schmid <jhs@gnome.org>
3251         * plugins/build-basic-autotools/build-basic-autotools.c:
3252         (build_regex_init):
3253         * plugins/debug-manager/anjuta-debug-manager.glade:
3254         * plugins/debug-manager/breakpoints.c:
3255         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
3256         * plugins/file-wizard/file.c:
3257         * plugins/gdb/anjuta-gdb.glade:
3258         * plugins/glade/plugin.c: (ifile_open):
3259         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
3260         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3261         * plugins/gtodo/tray-icon.c:
3262         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
3263         * plugins/macro/macros.xml:
3264         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3265         Fixed translation bugs (#496833, #488211 and #497758)
3266         
3267         * plugins/document-manager/plugin.c: (on_editor_changed):
3268         Removed unused code
3270 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3272         Icons from tpgww@onepost.net:
3273         * plugins/devhelp/Makefile.am:
3274         * plugins/devhelp/anjuta-devhelp-plugin.svg:
3275         * plugins/devhelp/anjuta-devhelp.plugin.in:
3276         * plugins/devhelp/plugin.c:
3277         * plugins/document-manager/anjuta-document-manager.plugin.in:
3278         * plugins/document-manager/images/Makefile.am:
3279         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
3280         * plugins/document-manager/plugin.c:
3281         * plugins/editor/Makefile.am:
3282         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
3283         * plugins/editor/anjuta-editor.plugin.in:
3284         * plugins/editor/plugin.c:
3285         * plugins/sample1/Makefile.am:
3286         * plugins/sample1/anjuta-sample-plugin.svg:
3287         * plugins/sample1/anjuta-sample.plugin.in:
3288         * plugins/sourceview/Makefile.am:
3289         * plugins/sourceview/plugin.c:
3290         * plugins/sourceview/sourceview.plugin.in:
3292         Icons from patch in bug #480093 comment #23. Also renamed icons.
3293         To be continued..
3295 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3297         * TODO.tasks: Updated.
3299         Icons from tpgww@onepost.net:
3300         * plugins/build-basic-autotools/Makefile.am:
3301         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
3302         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
3303         * plugins/build-basic-autotools/build-basic-autotools.c:
3304         * plugins/class-inheritance/Makefile.am:
3305         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
3306         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
3307         * plugins/class-inheritance/plugin.c:
3308         * plugins/cvs-plugin/Makefile.am:
3309         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
3310         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
3311         * plugins/cvs-plugin/plugin.c:
3312         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
3313         * plugins/debug-manager/images/Makefile.am:
3314         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
3315         * plugins/debug-manager/plugin.c: 
3317         Icons from patch in bug #480093 comment #23. Also renamed icons.
3318         To be continued..
3320 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3322         * (removed) libanjuta/anjuta-children.c,
3323         (removed) libanjuta/anjuta-children.h,
3324         libanjuta/anjuta-launcher.c,
3325         libanjuta/libanjuta.h,
3326         libanjuta/Makefile.am,
3327         plugins/gdb/debugger.c,
3328         plugins/terminal/terminal.c,
3329         manuals/reference/libanjuta/libanjuta-sections.txt,
3330         manuals/reference/libanjuta/libanjuta-docs.sgml:
3331         Replace anjuta_children_register by g_child_watch_add
3333 2007-11-13  Johannes Schmid <jhs@gnome.org>
3335         * plugins/subversion/anjuta-subversion.glade:
3336         * plugins/subversion/subversion-commit-dialog.c:
3337         (subversion_commit_dialog):
3338         * plugins/subversion/subversion-resolve-dialog.c:
3339         (subversion_resolve_dialog):
3340         * plugins/subversion/subversion-revert-dialog.c:
3341         (subversion_revert_dialog):
3342         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
3343         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
3344         (hide_pulse_progress_bar):
3345         * plugins/subversion/subversion-ui-utils.h:
3347         Yet another patch from #457477:
3348         Add a pulsing progress bar to all dialogs receiving status
3350 2007-11-12  Johannes Schmid <jhs@gnome.org>
3352         * plugins/document-manager/plugin.c: (create_highlight_submenu):
3353         Bug 493583 – crash in Anjuta IDE: trying to open a file
3354         
3355         * plugins/subversion/subversion-commit-dialog.c:
3356         (select_all_files), (subversion_commit_dialog):
3357         Patch from jrligget - see #457477
3359 2007-11-12  Johannes Schmid <jhs@gnome.org>
3361         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
3362         * libanjuta/anjuta-plugin-handle.c:
3363         (anjuta_plugin_handle_get_about):
3364         Bug 495536 – Plugins localization improvement
3365         
3366         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
3367         * plugins/class-gen/anjuta-class-gen-plugin.glade:
3368         * plugins/indent/indent.glade:
3369         * plugins/subversion/anjuta-subversion.glade:
3370         Bug 495245 – Strings bug
3372 2007-11-08  James Liggett  <jrliggett@cox.net>
3374         reviewed by: Johannes Schmid <jhs@gnome.org>
3376         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
3377         (anjuta_async_command_finalize),
3378         (anjuta_async_command_notification_poll),
3379         (anjuta_async_command_thread), (start_command),
3380         (notify_data_arrived), (notify_complete),
3381         (anjuta_async_command_class_init),
3382         (anjuta_async_command_set_error_message),
3383         (anjuta_async_command_get_error_message),
3384         (anjuta_async_command_lock), (anjuta_async_command_unlock):
3385         * libanjuta/anjuta-async-command.h:
3386         * libanjuta/anjuta-command.c: (anjuta_command_init),
3387         (anjuta_command_finalize), (anjuta_command_class_init),
3388         (anjuta_command_start), (anjuta_command_notify_data_arrived),
3389         (anjuta_command_notify_complete),
3390         (anjuta_command_set_error_message),
3391         (anjuta_command_get_error_message):
3392         * libanjuta/anjuta-command.h:
3393         * libanjuta/anjuta-glade-catalog.c:
3394         * libanjuta/anjuta-glade.xml:
3395         * libanjuta/anjuta-vcs-status-tree-view.c:
3396         (on_selected_column_toggled),
3397         (anjuta_vcs_status_tree_view_create_columns),
3398         (anjuta_vcs_status_tree_view_init),
3399         (anjuta_vcs_status_tree_view_finalize),
3400         (anjuta_vcs_status_tree_view_set_property),
3401         (anjuta_vcs_status_tree_view_get_property),
3402         (anjuta_vcs_status_tree_view_class_init),
3403         (anjuta_vcs_status_tree_view_new),
3404         (anjuta_vcs_status_tree_view_destroy),
3405         (anjuta_vcs_status_tree_view_add), (select_all_paths),
3406         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
3407         (anjuta_vcs_status_tree_view_unselect_all),
3408         (create_selected_paths_list),
3409         (anjuta_vcs_status_tree_view_get_selected):
3410         * libanjuta/anjuta-vcs-status-tree-view.h:
3411         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
3412         * libanjuta/anjuta-widgets.h:
3413         * plugins/subversion/subversion-add-dialog.c:
3414         (on_add_command_finished), (on_subversion_add_response),
3415         (subversion_add_dialog), (on_menu_subversion_add),
3416         (on_fm_subversion_add):
3417         * plugins/subversion/subversion-add-dialog.h:
3418         * plugins/subversion/subversion-commit-dialog.c:
3419         (on_commit_command_finished), (on_subversion_commit_response),
3420         (subversion_commit_dialog), (on_menu_subversion_commit),
3421         (on_fm_subversion_commit):
3422         * plugins/subversion/subversion-commit-dialog.h:
3423         * plugins/subversion/subversion-copy-dialog.c:
3424         (on_copy_other_revision_radio_toggled),
3425         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
3426         (on_copy_command_finished), (on_subversion_copy_response),
3427         (subversion_copy_dialog), (on_menu_subversion_copy),
3428         (on_fm_subversion_copy):
3429         * plugins/subversion/subversion-copy-dialog.h:
3430         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
3431         (on_subversion_diff_response), (subversion_diff_dialog),
3432         (on_menu_subversion_diff), (on_fm_subversion_diff):
3433         * plugins/subversion/subversion-diff-dialog.h:
3434         * plugins/subversion/subversion-log-dialog.c:
3435         (on_diff_selected_column_toggled), (create_columns),
3436         (on_log_command_finished), (on_log_view_button_clicked),
3437         (on_cat_command_data_arrived), (on_cat_command_finished),
3438         (on_log_view_selected_button_clicked), (get_selected_revisions),
3439         (on_log_diff_selected_button_clicked),
3440         (on_log_diff_previous_button_clicked),
3441         (on_subversion_log_vbox_destroy),
3442         (on_log_changes_view_row_selected), (subversion_log_window_create),
3443         (on_menu_subversion_log), (on_fm_subversion_log),
3444         (subversion_log_set_whole_project_sensitive):
3445         * plugins/subversion/subversion-log-dialog.h:
3446         * plugins/subversion/subversion-merge-dialog.c:
3447         (on_merge_command_finished), (on_subversion_merge_response),
3448         (on_merge_first_path_browse_button_clicked),
3449         (on_merge_second_path_browse_button_clicked),
3450         (on_merge_use_first_path_check_toggled),
3451         (on_merge_start_revision_radio_toggled),
3452         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
3453         (on_menu_subversion_merge):
3454         * plugins/subversion/subversion-merge-dialog.h:
3455         * plugins/subversion/subversion-remove-dialog.c:
3456         (on_remove_command_finished),
3457         (on_remove_path_browse_button_clicked),
3458         (on_subversion_remove_response), (subversion_remove_dialog),
3459         (on_menu_subversion_remove), (on_fm_subversion_remove):
3460         * plugins/subversion/subversion-remove-dialog.h:
3461         * plugins/subversion/subversion-resolve-dialog.c:
3462         (on_resolve_command_finished), (on_subversion_resolve_response),
3463         (subversion_resolve_dialog), (on_menu_subversion_resolve):
3464         * plugins/subversion/subversion-resolve-dialog.h:
3465         * plugins/subversion/subversion-revert-dialog.c:
3466         (on_revert_command_finished), (on_subversion_revert_response),
3467         (subversion_revert_dialog), (on_menu_subversion_revert):
3468         * plugins/subversion/subversion-revert-dialog.h:
3469         * plugins/subversion/subversion-switch-dialog.c:
3470         (on_switch_other_revision_radio_toggled),
3471         (on_switch_command_finished), (on_subversion_switch_response),
3472         (subversion_switch_dialog), (on_menu_subversion_switch):
3473         * plugins/subversion/subversion-switch-dialog.h:
3474         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
3475         (subversion_data_free), (on_mesg_view_destroy),
3476         (create_message_view), (check_filename), (get_log_from_textview),
3477         (pulse_timer), (on_pulse_timer_destroyed),
3478         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
3479         (report_errors), (on_status_command_finished),
3480         (on_status_command_data_arrived), (on_command_info_arrived),
3481         (select_all_status_items), (clear_all_status_selections),
3482         (init_whole_project), (on_whole_project_toggled),
3483         (send_diff_command_output_to_editor), (on_diff_command_finished),
3484         (stop_status_bar_progress_pulse):
3485         * plugins/subversion/subversion-ui-utils.h:
3486         * plugins/subversion/subversion-update-dialog.c:
3487         (on_update_command_finished), (on_subversion_update_response),
3488         (subversion_update_dialog), (on_menu_subversion_update),
3489         (on_fm_subversion_update):
3490         * plugins/subversion/subversion-update-dialog.h:
3491         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
3492         (svn_add_command_finalize), (svn_add_command_run),
3493         (svn_add_command_class_init), (svn_add_command_new),
3494         (svn_add_command_destroy):
3495         * plugins/subversion/svn-add-command.h:
3496         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
3497         (svn_cat_command_finalize), (svn_cat_command_run),
3498         (svn_cat_command_class_init), (svn_cat_command_new),
3499         (svn_cat_command_destroy), (svn_cat_command_get_output):
3500         * plugins/subversion/svn-cat-command.h:
3501         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
3502         (svn_command_release_ui_lock), (simple_prompt),
3503         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
3504         (svn_auth_ssl_server_trust_prompt_func_cb),
3505         (svn_auth_ssl_client_cert_prompt_func_cb),
3506         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
3507         (svn_command_init), (svn_command_finalize),
3508         (svn_command_class_init), (svn_command_push_info),
3509         (svn_command_get_info_queue), (svn_command_set_error),
3510         (svn_command_get_client_context), (svn_command_get_pool),
3511         (svn_command_lock_ui), (svn_command_unlock_ui),
3512         (svn_command_get_revision), (svn_command_copy_path_list),
3513         (svn_command_free_path_list):
3514         * plugins/subversion/svn-command.h:
3515         * plugins/subversion/svn-commit-command.c: (on_log_callback),
3516         (svn_commit_command_init), (svn_commit_command_finalize),
3517         (svn_commit_command_run), (svn_commit_command_class_init),
3518         (svn_commit_command_new), (svn_commit_command_destroy):
3519         * plugins/subversion/svn-commit-command.h:
3520         * plugins/subversion/svn-copy-command.c: (on_log_callback),
3521         (svn_copy_command_init), (svn_copy_command_finalize),
3522         (svn_copy_command_run), (svn_copy_command_class_init),
3523         (svn_copy_command_new), (svn_copy_command_destroy):
3524         * plugins/subversion/svn-copy-command.h:
3525         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
3526         (svn_diff_command_finalize), (svn_diff_command_run),
3527         (svn_diff_command_class_init), (svn_diff_command_new),
3528         (svn_diff_command_destroy), (svn_diff_command_get_output):
3529         * plugins/subversion/svn-diff-command.h:
3530         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3531         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3532         (svn_log_command_class_init), (svn_log_command_new),
3533         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3534         * plugins/subversion/svn-log-command.h:
3535         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3536         (svn_log_entry_finalize), (svn_log_entry_class_init),
3537         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3538         (svn_log_entry_get_author), (svn_log_entry_get_date),
3539         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3540         (svn_log_entry_get_full_log):
3541         * plugins/subversion/svn-log-entry.h:
3542         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3543         (svn_merge_command_finalize), (svn_merge_command_run),
3544         (svn_merge_command_class_init), (svn_merge_command_new),
3545         (svn_merge_command_destroy):
3546         * plugins/subversion/svn-merge-command.h:
3547         * plugins/subversion/svn-remove-command.c: (on_log_callback),
3548         (svn_remove_command_init), (svn_remove_command_finalize),
3549         (svn_remove_command_run), (svn_remove_command_class_init),
3550         (svn_remove_command_new), (svn_remove_command_destroy),
3551         (svn_remove_command_get_path):
3552         * plugins/subversion/svn-remove-command.h:
3553         * plugins/subversion/svn-resolve-command.c:
3554         (svn_resolve_command_init), (svn_resolve_command_finalize),
3555         (svn_resolve_command_run), (svn_resolve_command_class_init),
3556         (svn_resolve_command_new), (svn_resolve_command_destroy):
3557         * plugins/subversion/svn-resolve-command.h:
3558         * plugins/subversion/svn-revert-command.c:
3559         (svn_revert_command_init), (svn_revert_command_finalize),
3560         (svn_revert_command_run), (svn_revert_command_class_init),
3561         (svn_revert_command_new), (svn_revert_command_destroy):
3562         * plugins/subversion/svn-revert-command.h:
3563         * plugins/subversion/svn-status-command.c:
3564         (svn_status_command_init), (svn_status_command_finalize),
3565         (on_svn_status_notify), (svn_status_command_run),
3566         (svn_status_command_class_init), (svn_status_command_new),
3567         (svn_status_command_destroy),
3568         (svn_status_command_get_status_queue):
3569         * plugins/subversion/svn-status-command.h:
3570         * plugins/subversion/svn-status.c: (svn_status_init),
3571         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3572         (svn_status_destroy), (svn_status_get_path),
3573         (svn_status_get_vcs_status):
3574         * plugins/subversion/svn-status.h:
3575         * plugins/subversion/svn-switch-command.c:
3576         (svn_switch_command_init), (svn_switch_command_finalize),
3577         (svn_switch_command_run), (svn_switch_command_class_init),
3578         (svn_switch_command_new), (svn_switch_command_destroy):
3579         * plugins/subversion/svn-switch-command.h:
3580         * plugins/subversion/svn-update-command.c:
3581         (svn_update_command_init), (svn_update_command_finalize),
3582         (svn_update_command_run), (svn_update_command_class_init),
3583         (svn_update_command_new), (svn_update_command_destroy):
3584         * plugins/subversion/svn-update-command.h:
3586         Now really committed all files from James patch (#457477)
3588 2007-11-08  Johannes Schmid <jhs@gnome.org>
3590         * TODO.tasks: Updated
3592 2007-11-08  James Liggett  <jrliggett@cox.net>
3594         reviewed by: Johannes Schmid <jhs@gnome.org>
3596         * configure.in:
3597         * libanjuta/Makefile.am:
3598         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3599         * libanjuta/anjuta-status.h:
3600         * libanjuta/libanjuta.h:
3601         * plugins/subversion/Makefile.am:
3602         * plugins/subversion/anjuta-subversion.glade:
3603         * plugins/subversion/anjuta-subversion.ui:
3604         * plugins/subversion/plugin.c: (value_added_project_root_uri),
3605         (value_removed_project_root_uri), (activate_plugin),
3606         (deactivate_plugin), (finalize), (subversion_instance_init):
3607         * plugins/subversion/plugin.h:
3608         * plugins/subversion/subversion-actions.c:
3609         * plugins/subversion/subversion-actions.h:
3610         * plugins/subversion/subversion-callbacks.c:
3611         * plugins/subversion/subversion-callbacks.h:
3612         * plugins/subversion/svn-auth.c:
3613         * plugins/subversion/svn-auth.h:
3614         * plugins/subversion/svn-backend-priv.h:
3615         * plugins/subversion/svn-backend.c:
3616         * plugins/subversion/svn-backend.h:
3617         * plugins/subversion/svn-notify.c:
3618         * plugins/subversion/svn-notify.h:
3619         * plugins/subversion/svn-thread.c:
3620         * plugins/subversion/svn-thread.h:
3621         
3622         Commited alpha2 of the new subversion plugin (#457477)
3624 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3626         * plugins/debug-manager/command.c:
3627         Fix a stupid crash when changing a register value
3629 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3631         * libanjuta/interfaces/libanjuta.idl,
3632         plugins/debug-manager/command.c,
3633         plugins/debug-manager/command.h,
3634         plugins/debug-manager/start.c,
3635         plugins/gdb/plugin.c,
3636         plugins/gdb/debugger.c,
3637         plugins/gdb/debugger.h:
3638         Use anjuta terminal plugin instead of gnome terminal
3639         Select if a terminal is used in the the start_program function
3640         Move terminal code from debugger.c to plugin.c
3641         Partial fix of bug #481366
3643         * plugins/gdb/utilities.c,
3644         plugins/gdb/utilities.h:
3645         Remove gnome terminal check function
3647 2007-11-06  Johannes Schmid <jhs@gnome.org>
3649         * plugins/project-import/anjuta-project-import.glade:
3650         * plugins/project-import/project-import.c: (on_import_next),
3651         (on_import_finish), (project_import_set_directory):
3652         * plugins/project-wizard/property.c: (npw_property_create_widget),
3653         (npw_property_set_value_from_widget):
3654         
3655         Replaced gnome_file_entry with gtk_file_chooser_button
3656         Fixes #422329 – Creating a new directory in program options doesn't work
3657         
3658 2007-11-04  Massimo Cora' <maxcvs@email.it>
3660         * plugins/symbol-db/plugin.c:
3661         add all files at once on project_import.
3662         No need to split them into more languages: ctags
3663         and the engine will take care of that.
3665         * plugins/symbol-db/symbol-db-engine.h,
3666         * plugins/symbol-db/symbol-db-engine.c,
3667         * plugins/symbol-db/tables.sql,
3668         * plugins/symbol-db/test/Makefile.am,
3669         * plugins/symbol-db/test/main.c,
3670         * plugins/symbol-db/symbol-db-view-locals.c:
3671         some memory leaks fixed. Ported the thing to
3672         libgda 3.1.2 [or better svn HEAD].
3673         Thanks to a fresh new algorithm to detect
3674         parent scope we're able to display correcly
3675         a local gtktree, including classes not directly
3676         defined inside that file.
3678 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3680         * plugins/debug-manager/threads.c,
3681         plugins/debug-manager/stack_trace.c:
3682         Do not display address when not needed
3684         * plugins/debug-manager/plugin.c,
3685         plugins/debug-manager/breakpoints.c:
3686         Breakpoints directly connect to debugger signals
3688         * plugins/debug-manager/watch.c:
3689         program-unload signal does not exist used debugger-stopped
3691         * plugins/debug-manager/queue.c,
3692         libanjuta/interfaces/libanjuta.idl:
3693         Display error message returned by debugger command
3694         Add new error codes
3696 2007-11-04  Johannes Schmid <jhs@gnome.org>
3698         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3699         Bug 493062 – gcj template needs AC_PROG_CC
3700         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3702         * src/anjuta-actions.h:
3703         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3704         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3706 === anjuta 2.3.0 ===
3708 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3710         * AUTHORS: Updated
3712 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3714         * ChangeLog: Tagged 2.3.0 release.
3716         * plugins/indent/Makefile.am: Fixed indentation.
3718         * plugins/editor/aneditor-autocomplete.cxx:
3719         * plugins/editor/aneditor-priv.h:
3720         * plugins/editor/aneditor.cxx:
3721         * plugins/editor/aneditor.h: Commented out dead codes.
3723         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3724         Do not build symbol-db by
3725         default. Added 'unstable' in plugin description to signify it's
3726         developmental state.
3728         * plugins/file-manager/Makefile.am,
3729         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3731 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3733         * plugins/debug-manager/utilities.c,
3734         plugins/debug-manager/utilities.h,
3735         plugins/debug-manager/threads.c,
3736         plugins/debug-manager/plugin.c,
3737         plugins/debug-manager/plugin.h,
3738         plugins/debug-manager/disassemble.h,
3739         plugins/debug-manager/watch.c,
3740         plugins/debug-manager/watch.h,
3741         plugins/debug-manager/breakpoints.c,
3742         plugins/debug-manager/stack_trace.c:
3743         Replace few remaining function calls by signal 
3745         * plugins/debug-manager/disassemble.c,
3746         plugins/debug-manager/registers.c,
3747         plugins/debug-manager/memory.c,
3748         plugins/debug-manager/locals.c,
3749         plugins/debug-manager/queue.c,
3750         plugins/debug-manager/queue.h:
3751         Connect signals when debugger is started
3752         Disconnect them when debugger is stopped
3753         Do not display window if debugger doesn't support feature
3755         * plugins/gdb/plugin.c,
3756         libanjuta/interfaces/libanjuta.idl:
3757         Remove unused initialization function
3759 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3761         * configure.in:
3762         * plugins/file-manager/Makefile.am:
3763         * scripts/build-schemas.mk: Fixed 'make distcheck'
3765 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3767         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3768         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3769         to latest API additions.
3771         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3772         to API changes.
3774 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3776         * ChangeLog: Fixed indentation.
3777         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3778         branch.
3780 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3782         * libanjuta/interfaces/libanjuta.idl:
3783         * plugins/build-basic-autotools/build-basic-autotools.c:
3784         (build_compile_file_real), (build_build_project),
3785         (build_install_project), (build_clean_project),
3786         (build_configure_project), (build_autogen_project),
3787         (build_distribution_project), (build_build_module),
3788         (build_install_module), (build_clean_module), (fm_build),
3789         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3790         (finalize), (basic_autotools_plugin_instance_init),
3791         (ibuildable_set_command), (ibuildable_reset_commands),
3792         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3793         (ibuildable_install), (ibuildable_configure),
3794         (ibuildable_generate), (ibuildable_iface_init):
3795         * plugins/build-basic-autotools/build-basic-autotools.h:
3797         Added API for commands override in build interface and implemented
3798         them in build plugin. Useful for other plugins override build
3799         commands depending on project environment.
3801 2007-10-28  Naba Kumar  <naba@gnome.org>
3803         * src/anjuta.glade,
3804         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3805         Fixed widget alignment for dock switcher tab style combo and
3806         scratchbox path entrybox.
3808 2007-10-28  Johannes Schmid <jhs@gnome.org>
3810         * plugins/document-manager/plugin.c: (on_editor_changed):
3811         Fixed a memory leak and simplified code (thanks again Sébastien)
3812         
3813         * configure.in:
3814         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3815         and OFFSET sql statements)
3817 2007-10-28  Massimo Cora' <maxcvs@email.it>
3819         * plugins/symbol-db/plugin.c,
3820         plugins/symbol-db/symbol-db-engine.h,
3821         plugins/symbol-db/symbol-db-view.c,
3822         plugins/symbol-db/symbol-db-view.c,
3823         plugins/symbol-db/symbol-db-view-locals.c,
3824         plugins/symbol-db/symbol-db-view-locals.h,
3825         plugins/symbol-db/symbol-db-engine.c:
3826         Better end-of-file-scan detection, permitting
3827         an improved scope/inheritance parsing.
3828         Locals tab gtktree now displays correct
3829         namespace->class->children tree, even if
3830         in a C++ file there isn't class declaration.
3832 2007-10-27  Johannes Schmid <jhs@gnome.org>
3834         Patch from Stanislav Brabec <sbrabec@suse.cz>
3835         * configure.in:
3836         Bug 489798 – Do not rely on svn-config
3838         Patch from Michael Wolf <maw@ximian.com>:
3839         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3840         (egg_tree_model_filter_remove_node),
3841         (egg_tree_model_filter_row_deleted):
3842         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3844 2007-10-27  Johannes Schmid <jhs@gnome.org>
3846         * plugins/devhelp/anjuta-devhelp.ui:
3847         * plugins/message-view/anjuta-message-manager.ui:
3849         Added some separators to the toolbar
3850         
3851         * plugins/document-manager/plugin.c:
3852         (on_support_plugin_deactivated), (load_new_support_plugins),
3853         (unload_unused_support_plugins), (on_editor_changed):
3854         
3855         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3856         for pointing out that is was crap.
3858 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3860         * libanjuta/interfaces/libanjuta.idl,
3861         libanjuta/anjuta-plugin-manager.c,
3862         libanjuta/anjuta-plugin-manager.h,
3863         libanjuta/anjuta-c-plugin-factory.c,
3864         libanjuta/anjuta-c-module.h,
3865         libanjuta/anjuta-c-module.c:
3866         Report detailled error message in case of plugin loading failure
3868 2007-10-24  Johannes Schmid <jhs@gnome.org>
3870         * configure.in:
3871         * plugins/Makefile.am:
3872         
3873         Activate build of symbol-db plugin (when libgda is available)
3874         
3875         * plugins/document-manager/plugin.c:
3876         (on_support_plugin_deactivated), (on_editor_changed):
3877         
3878         Properly handle language support plugins even when they are
3879         unloaded by the session.
3880         
3881         * plugins/symbol-db/plugin.c: (register_stock_icons),
3882         Port to new REGISTER_ICONS stuff
3883   
3884 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3886         * plugins/symbol-db/plugin.c,
3887         * plugins/symbol-db/symbol-db-view.c
3888         * plugins/symbol-db/symbol-db-engine.h,
3889         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3890         * plugins/symbol-db/symbol-db-view-locals.c,
3891         * plugins/symbol-db/symbol-db-view-locals.h,
3892         * plugins/symbol-db/symbol-db-engine.c:
3893         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3894         Added a new algorithm for dynamic population of the local symbols' tab.
3895         Now the default view is tree-like.
3896         Some fixes on engine correct some population issues.    
3898 2007-10-23  Naba Kumar  <naba@gnome.org>
3900         * plugins/glade/Makefile.am: Corrected conditional not to install
3901         .plugin file if plugin is disabled.
3902         * plugins/sourceview/Makefile.am: Corrected conditional not to
3903         install schemas if plugin is not built.
3905 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3907         * plugins/debug-manager/queue.c:
3908         Fix #488061: Mutiple crash dialogs
3910         * plugins/gdb/debugger.c,
3911         plugins/gdb/debugger.h:
3912         Remove maximum gdb command length, should fix bug#474811
3914 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3916         * manuals/reference/libanjuta/plugin-description-file.sgml,
3917         manuals/reference/libanjuta/libanjuta-docs.sgml,
3918         manuals/reference/libanjuta/libanjuta-sections.txt,
3919         libanjuta/interfaces/libanjuta.idl,
3920         libanjuta/anjuta-c-module.c,
3921         libanjuta/anjuta-c-plugin-factory.c:
3922         Document last changes in plugin code
3924 2007-10-19  Johannes Schmid <jhs@gnome.org>
3926         * plugins/subversion/subversion-callbacks.c: (check_filename):
3927         
3928         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3930 2007-10-19  Naba Kumar  <naba@gnome.org>
3932         * plugins/file-manager/file-model.c: Fixed a critical runtime
3933         warning.
3935 2007-10-18  Johannes Schmid <jhs@gnome.org>
3937         * libanjuta/anjuta-ui.h:
3938         Small fix on icon macros
3939         
3940         * libanjuta/interfaces/libanjuta.idl:
3941         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3942         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3943         (ilanguage_iface_init):
3944         
3945         Added get_from_editor() and get_name_from_editor() methods
3946         to IAnjutaLanguage
3947         
3948         * plugins/document-manager/plugin.c:
3949         (update_editor_ui_interface_items), (on_editor_changed):
3950         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3951         .in:
3952         * plugins/language-support-cpp-java/plugin.c: (install_support):
3953         
3954         Ported plugins to use the new interface
3956 2007-10-17  Johannes Schmid <jhs@gnome.org>
3958         * libanjuta/anjuta-ui.h:
3959         
3960         Added macros to register stock icons to stop all this copy&paste
3961         which had spread over a lot of files. New macros support to add 
3962         icons with toolbar and menu size (16 and 24)
3963         
3964         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3965         * plugins/debug-manager/images/anjuta-attach.svg:
3966         * plugins/debug-manager/images/anjuta-step-out.svg:
3967         * plugins/debug-manager/images/anjuta-step-over.svg:
3968         * plugins/debug-manager/plugin.c: (register_stock_icons):
3969         * plugins/document-manager/images/Makefile.am:
3970         * plugins/document-manager/images/anjuta-block-end.svg:
3971         * plugins/document-manager/images/anjuta-block-start.svg:
3972         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3973         * plugins/document-manager/images/anjuta-bookmark.svg:
3974         * plugins/document-manager/images/anjuta-go-history-next.svg:
3975         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3976         * plugins/document-manager/plugin.c: (register_stock_icons):
3977         * plugins/glade/plugin.c: (register_stock_icons):
3978         * plugins/language-support-cpp-java/plugin.c:
3979         (register_stock_icons):
3980         * plugins/message-view/Makefile.am:
3981         * plugins/message-view/anjuta-go-message-next.svg:
3982         * plugins/message-view/anjuta-go-message-prev.svg:
3983         * plugins/message-view/anjuta-message-view.svg:
3984         * plugins/message-view/messages.xpm:
3985         * plugins/message-view/plugin.c: (register_stock_icons):
3986         * plugins/patch/plugin.c: (patch_plugin_activate):
3987         * plugins/project-manager/plugin.c: (register_stock_icons):
3988         * plugins/search/Makefile.am:
3989         * plugins/search/anjuta-go-match-next.svg:
3990         * plugins/search/anjuta-go-match-prev.svg:
3991         * plugins/search/plugin.c: (activate_plugin):
3992         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3993         * plugins/terminal/terminal.c: (register_stock_icons):
3994         * plugins/valgrind/plugin.c: (register_stock_icons):
3995         
3996         Updated to use the new icons and added several new and updated 
3997         icons from #480093
3999 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
4001         * libanjuta/anjuta-plugin-handle.c,
4002         libanjuta/anjuta-plugin-handle.h:
4003         Add a new path property containing the directory of the .plugin
4004         file, library file (.so or whatever) must be in the same directory
4006         * libanjuta/anjuta-plugin-manager.c,
4007         libanjuta/interfaces/libanjuta.idl,
4008         (removed) libanjuta/anjuta-glue-plugin.c,
4009         (removed) libanjuta/anjuta-glue-plugin.h,
4010         (removed) libanjuta/anjuta-glue-c.c,
4011         (removed) libanjuta/anjuta-glue-c.h,
4012         (removed) libanjuta/anjuta-glue-cpp.c,
4013         (removed) libanjuta/anjuta-glue-cpp.h,
4014         (removed) libanjuta/anjuta-glue-factory.c,
4015         (removed) libanjuta/anjuta-glue-factory.h,
4016         (added) libanjuta/anjuta-c-module.c,
4017         (added) libanjuta/anjuta-c-module.h,
4018         (added) libanjuta/anjuta-c-plugin-factory.c,
4019         (added) libanjuta/anjuta-c-plugin-factory.h,
4020         libanjuta/Makefile.am:
4021         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
4022         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
4023         implementing IAnjutaPluginFactory
4024         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
4026         * libanjuta/libanjuta.h:
4027         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
4028         interface)
4030         * libanjuta/anjuta-plugin.h:
4031         Replace AnjutaGluePlugin by GTypeModule
4032         Remove unused anjuta_glue_get_component_type replaced by
4033         g_type_from_name
4035         * plugins/build-basic-autotools/build-basic-autotools.h,
4036         plugins/class-gen/plugin.h,
4037         plugins/class-inheritance/plugin.h,
4038         plugins/cvs-plugin/plugin.h,
4039         plugins/debug-manager/plugin.h,
4040         plugins/devhelp/plugin.h,
4041         plugins/document-manager/plugin.h,
4042         plugins/editor/plugin.h,
4043         plugins/file-loader/plugin.h,
4044         plugins/file-wizard/plugin.h,
4045         plugins/gdb/plugin.h,
4046         plugins/glade/plugin.h,
4047         plugins/gtodo/plugin.h,
4048         plugins/indent/plugin.h,
4049         plugins/language-manager/plugin.h,
4050         plugins/language-support-cpp-java/plugin.h,
4051         plugins/macro/plugin.h,
4052         plugins/message-view/plugin.h,
4053         plugins/patch/plugin.h,
4054         plugins/profiler/plugin.h,
4055         plugins/project-import/plugin.h,
4056         plugins/project-manager/plugin.h,
4057         plugins/project-wizard/plugin.h,
4058         plugins/sample1/plugin.h,
4059         plugins/search/plugin.h,
4060         plugins/sourceview/plugin.h,
4061         plugins/subversion/plugin.h,
4062         plugins/symbol-browser/plugin.h,
4063         plugins/symbol-db/plugin.h,
4064         plugins/terminal/terminal.c,
4065         plugins/tools/plugin.h,
4066         plugins/valgrind/plugin.h:
4067         Replace AnjutaGluePlugin by GTypeModule
4069 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
4071         * plugins/debug-manager/breakpoints.c:
4072         Fix bug#487112, crash while removing a breakpoint in a new file
4074 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
4076         * plugins/document-manager/search-box.c:
4077         Fix a crash (with an useful comment) focus-out-event handler must
4078         return a gboolean
4080 2007-10-14 Johannes Schmid <jhs@gnome.org>
4082         * plugins/sourceview/sourceview.c:
4083         Hide calltip when "Up" or "Down" key is pressed
4085 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
4087         * plugins/document-manager/search-box.c:
4088         Change included file order to avoid a compile error with gnome 2.16
4090 2007-10-13  Johannes Schmid <jhs@gnome.org>
4092         * plugins/debug-manager/plugin.c: (enable_log_view):
4093         
4094         Fixed crash when closing a project and unloading another while
4095         the debugger is enabled
4097 2007-10-13  Johannes Schmid <jhs@gnome.org>
4099         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4100         
4101         Use correct breakpoint icon
4102         
4103         * plugins/devhelp/Makefile.am:
4104         * plugins/devhelp/anjuta-go-help-next.svg:
4105         * plugins/devhelp/anjuta-go-help-prev.svg:
4106         * plugins/devhelp/plugin.c: (register_stock_icons),
4107         (devhelp_activate):
4108         
4109         Added new icons from #480093
4110         
4111         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4112         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4113         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4114         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4115         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4116         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4117         * plugins/message-view/anjuta-go-message-next.svg:
4118         * plugins/message-view/anjuta-go-message-prev.svg:
4119         
4120         Updated icons from #480093
4121                 
4122         * src/anjuta-actions.h:
4123         Use GTK_STOCK_FULLSCREEN
4124         
4125         * src/anjuta-app.c: (on_gdl_style_changed),
4126         (anjuta_app_instance_init):
4127         * src/anjuta.glade:
4128         
4129         Added preference option to set the gdl switcher style
4131 2007-10-13  Johannes Schmid <jhs@gnome.org>
4133         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4134         (get_property_value_as_string), (set_property_value_as_string),
4135         (register_callbacks):
4136         * libanjuta/anjuta-preferences.h:
4137         
4138         Support GtkFileChooserButton as preferences widget
4139         
4140         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4141         
4142         Fixed a Gtk-Critical
4143         
4144         * plugins/file-manager/Makefile.am:
4145         * plugins/file-manager/file-model.c: (file_model_filter_file),
4146         (file_model_add_dummy), (file_model_expand_idle),
4147         (file_model_set_property), (file_model_get_property),
4148         (file_model_class_init):
4149         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4150         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4151         (file_manager_activate), (file_manager_finalize),
4152         (file_manager_instance_init), (ipreferences_merge),
4153         (ipreferences_unmerge), (ipreferences_iface_init):
4154         * plugins/file-manager/plugin.h:
4155         
4156         Added preferences to file-manager
4158         * plugins/glade/plugin.c: (activate_plugin):
4159         
4160         Move Properties widget into center because it is way to big
4161         for the sidebar
4163 2007-10-10  Johannes Schmid <jhs@gnome.org>
4165         * plugins/language-support-cpp-java/Makefile.am:
4166         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4167         * plugins/language-support-cpp-java/anjuta-complete.svg:
4168         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4169         * plugins/language-support-cpp-java/plugin.c:
4170         (register_stock_icons):
4171         
4172         And yet some more icons...
4174 2007-10-10  Johannes Schmid <jhs@gnome.org>
4176         * plugins/debug-manager/breakpoints.c:
4177         * plugins/debug-manager/images/Makefile.am:
4178         * plugins/debug-manager/images/anjuta-bookmark.svg:
4179         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4180         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4181         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4182         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4183         * plugins/debug-manager/images/anjuta-linemark.svg:
4184         * plugins/debug-manager/images/anjuta-pcmark.svg:
4185         * plugins/debug-manager/plugin.c: (register_stock_icons):
4186         * plugins/debug-manager/sparse_view.c:
4187         * plugins/document-manager/images/Makefile.am:
4188         * plugins/document-manager/images/anjuta-block-select.svg:
4189         * plugins/document-manager/images/anjuta-fold-close.svg:
4190         * plugins/document-manager/images/anjuta-fold-open.svg:
4191         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4192         * plugins/document-manager/images/anjuta-indent-less.svg:
4193         * plugins/document-manager/images/anjuta-indent-more.svg:
4194         * plugins/document-manager/images/anjuta-swap.svg:
4195         * plugins/document-manager/images/block_select.xpm:
4196         * plugins/document-manager/images/fold_close.xpm:
4197         * plugins/document-manager/images/fold_open.xpm:
4198         * plugins/document-manager/images/fold_toggle.xpm:
4199         * plugins/document-manager/images/indent.xpm:
4200         * plugins/document-manager/images/indent_dcr.xpm:
4201         * plugins/document-manager/images/indent_inc.xpm:
4202         * plugins/document-manager/plugin.c: (register_stock_icons):    
4203         * plugins/editor/Makefile.am:
4204         * plugins/editor/anjuta-bookmark-16.xpm:
4205         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4206         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4207         * plugins/editor/anjuta-linemark-16.xpm:
4208         * plugins/editor/anjuta-pcmark-16.xpm:
4209         * plugins/editor/bookmark.xpm:
4210         * plugins/editor/breakpoint-disabled.xpm:
4211         * plugins/editor/breakpoint-enabled.xpm:
4212         * plugins/editor/linemarker.xpm:
4213         * plugins/editor/program-counter.xpm:
4214         * plugins/editor/text_editor.c:
4215         * plugins/message-view/Makefile.am:
4216         * plugins/message-view/anjuta-go-message-next.svg:
4217         * plugins/message-view/anjuta-go-message-prev.svg:
4218         * plugins/message-view/anjuta-message-manager.ui:
4219         * plugins/message-view/plugin.c:
4220         * plugins/sourceview/Makefile.am:
4221         * plugins/sourceview/sourceview.c:
4223         Integrated lots of icons from #480093
4224         Thanks to <tpgww@onepost.net>
4226         * plugins/document-manager/plugin.c:
4227         Do not mark the line in ifile_open(), that looks ugly.
4228         
4229         * plugins/document-manager/search-box.c: (on_search_focus_out),
4230         (search_box_init):
4231         Clear the status bar on focus_out.
4232         
4233         * plugins/file-loader/anjuta-loader-plugin.ui:
4234         Fixed a missing "="
4236 2007-10-09  Johannes Schmid <jhs@gnome.org>
4238         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4239         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
4241         Some things I missed in the patch for #484419
4242         
4243         * plugins/document-manager/action-callbacks.c:
4244         (on_new_file_activate):
4245         * plugins/document-manager/action-callbacks.h:
4246         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4247         (on_window_key_press_event), (on_gconf_notify_timer):
4248         
4249         484645 – patch to deal with docman FIXME etc
4250         
4251         * plugins/editor/text_editor.c: (text_editor_set_indicator):
4252         * plugins/search/search-replace.c: (search_and_replace),
4253         (write_message_pane), (search_replace_populate),
4254         (translate_dialog_strings), (create_dialog),
4255         (anjuta_search_replace_activate):
4256         * plugins/search/search-replace_backend.c:
4257         (file_buffer_new_from_path), (get_next_match),
4258         (create_search_entries), (regex_backref),
4259         (clear_search_replace_instance):
4260         * plugins/search/search-replace_backend.h:
4261         
4262         #484573 – patch to correct various search-related issues
4263         
4264         Thanks for the above patches to <tpgww@onepost.net>
4265         
4266         * plugins/sourceview/sourceview.c:
4267         (sourceview_create_highligth_indic):
4268         
4269         Use the same marker for important as gedit (yellow background)
4271         * plugins/document-manager/anjuta-document-manager.ui:
4272         * plugins/file-loader/anjuta-file-loader.ui:
4273         * plugins/file-loader/plugin.c:
4274         
4275         Moved FileNew action to document-manager
4277 2007-10-08  Johannes Schmid <jhs@gnome.org>
4279         * plugins/document-manager/search-box.c: (on_search_activated):
4280         Mark messages for translation
4282 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
4284         reviewed by: Johannes Schmid <jhs@gnome.org>
4286         * plugins/Makefile.am:
4287         * plugins/build-basic-autotools/build-basic-autotools.c:
4288         (build_compile_file_real):
4289         * plugins/search/search-replace.c:
4290         * plugins/valgrind/preferences.c: (build_general_prefs):
4291         
4292         Fix #484379 – Contents of Makefile.am plugins and
4293         #484419 – Improvement into translation
4295 2007-10-06  Johannes Schmid <jhs@gnome.org>
4297         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4299         Fixed to properly support pointer-to-pointer (**) types
4301         * libanjuta/interfaces/libanjuta.idl:
4302         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
4303         * plugins/sourceview/sourceview-cell.h:
4304         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
4305         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
4306         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
4307         (isearch_backward), (isearch_iface_init):
4308         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
4309         (itext_editor_iface_init), (iselection_set_iter),
4310         (iselection_get_start_iter), (iselection_get_end_iter),
4311         (iselection_iface_init), (isearch_forward), (isearch_backward),
4312         (isearch_iface_init):
4313         
4314         Added IAnjutaEditorSearch interface and some utility methods to
4315         migrate from positions to iterators for the editor interface.
4316         
4317         * plugins/document-manager/Makefile.am:
4318         * plugins/document-manager/action-callbacks.c:
4319         (on_goto_line_no1_activate), (on_show_search):
4320         * plugins/document-manager/action-callbacks.h:
4321         * plugins/document-manager/anjuta-docman.c:
4322         (anjuta_docman_add_document), (anjuta_docman_show_editor),
4323         (anjuta_docman_grab_text_focus):
4324         * plugins/document-manager/anjuta-document-manager.ui:
4325         * plugins/document-manager/goto_line.c: (removed)
4326         * plugins/document-manager/goto_line.h: (removed)
4327         * plugins/document-manager/search-box.c:
4328         * plugins/document-manager/search-box.h:
4329         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4330         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
4331         (update_editor_ui_interface_items), (on_editor_added),
4332         (activate_plugin), (deactivate_plugin):
4333         * plugins/document-manager/plugin.h:
4334         
4335         Created new incremental "Quick Search" bar in the document manager to
4336         replace the crappy EggToolbar entries. Uses the new search interface and
4337         it thus much faster and more reliable.
4338         Fixes: 
4339         Bug 357544 – incremental search should work consistently (or not at all) 
4340         when main toolbar is hidden
4341         Bug 440637 – Search, don't work very well (partly for incremental search)
4342         
4343         * plugins/search/anjuta-search.ui:
4344         * plugins/search/plugin.c: (activate_plugin):
4345         
4346         Removed incremental search stuff
4347         
4348         * plugins/build-basic-autotools/build-basic-autotools.c:
4349         (on_session_save), (on_session_load):
4350         * plugins/build-basic-autotools/executer.c:
4351         (get_program_parameters):
4352         
4353         Scroll to selected executable and remember it across sessions
4354         (followup of #477976)
4355         
4356         * plugins/debug-manager/plugin.c: (value_added_current_editor):
4357         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
4358         
4359         * plugins/devhelp/anjuta-devhelp.ui:
4360         Rearraged toolbar items a bit
4362 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4364         * plugins/debug-manager/command.c,
4365         plugins/debug-manager/queue.c,
4366         plugins/gdb/plugin.c,
4367         plugins/gdb/debugger.c:
4368         Fix several crashing bugs (including bug#482985) with the debugger
4369         when closing project, stopping the debugger, restarting the program
4371 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4373         * libanjuta/anjuta-launcher.c:
4374         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
4376 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
4378         * plugins/debug-manager/command.c,
4379         plugins/debug-manager/queue.c:
4380         Asynchronous command can abort other commands in queue
4381         Resynchronize debugger state when a command is cancelled
4383         * plugins/debug-manager/breakpoints.c:
4384         Free BreakpointItem only when it is not used anymore
4386         * plugins/gdb/plugin.c:
4387         Do not return TRUE if the callback and/or ready signal is not used
4389         * plugins/gdb/debugger.c:
4390         Fix a crash, return correct state when debugger is stopped
4392 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
4394         * plugins/project-wizard/autogen.c:
4395         Fix bug#482067, escape project wizard user defined strings
4397 2007-10-01  Johannes Schmid <jhs@gnome.org>
4399         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4400         .glade:
4401         * plugins/build-basic-autotools/build-basic-autotools.c:
4402         (basic_autotools_plugin_instance_init):
4403         * plugins/build-basic-autotools/build-basic-autotools.h:
4404         * plugins/build-basic-autotools/executer.c:
4405         (get_program_parameters):
4406         
4407         Fixed #477976 – Keybinding in run dialog
4409 2007-09-30  Johannes Schmid <jhs@gnome.org>
4411         * plugins/Makefile.am:
4412         Do not build indent plugin (yet)
4413         
4414         * plugins/document-manager/plugin.c: (ipreferences_merge):
4415         Fixed unintentional and wrong change
4417         * plugins/indent/anjuta-indent.ui:
4418         Added missing file
4420 2007-09-28  Johannes Schmid <jhs@gnome.org>
4422         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
4423         * libanjuta/anjuta-launcher.h:
4424         Add a method to send EOF to some process. Needed for the indent plugin
4425         and should be useful in general. It does not actually send EOF as this
4426         is not possible with utf-8, but closes the stream instead.
4428         * plugins/devhelp/plugin.c: (value_added_current_editor):
4429         Fixed a Gtk-Critical due to the IAnjutaEditor - 
4430         IAnjutaDocument switch.
4432         * configure.in:
4433         * plugins/Makefile.am:
4434         * plugins/document-manager/Makefile.am:
4435         * plugins/document-manager/action-callbacks.c:
4436         * plugins/document-manager/anjuta-document-manager.glade:
4437         * plugins/document-manager/anjuta-document-manager.ui:
4438         * plugins/document-manager/images/Makefile.am:
4439         * plugins/document-manager/images/indent_auto.xpm:
4440         * plugins/document-manager/images/indent_set.xpm:
4441         * plugins/document-manager/indent-dialog.c:
4442         * plugins/document-manager/indent-dialog.h:
4443         * plugins/document-manager/indent-util.c:
4444         * plugins/document-manager/indent-util.h:
4445         * plugins/document-manager/indent_test.c:
4446         * plugins/document-manager/plugin.c: (register_stock_icons),
4447         (docman_plugin_instance_init), (ipreferences_merge):
4448         * plugins/document-manager/plugin.h:
4449         
4450         Removed indent code from document manager
4451         
4452         * plugins/indent/Makefile.am:
4453         * plugins/indent/indent-dialog.c:
4454         * plugins/indent/indent-util.c: (indent_init_indent_style):
4455         * plugins/indent/indent.glade:
4456         * plugins/indent/indent.plugin.in:
4457         * plugins/indent/plugin.c: (on_indent_finished),
4458         (on_indent_output), (on_indent_action_activate),
4459         (on_edit_editor_indent), (on_style_combo_changed),
4460         (value_added_current_editor), (value_removed_current_editor),
4461         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
4462         (indent_plugin_finalize), (indent_plugin_dispose),
4463         (anjuta_indent_plugin_instance_init),
4464         (anjuta_indent_plugin_class_init), (ipreferences_merge),
4465         (ipreferences_unmerge), (ipreferences_iface_init):
4466         * plugins/indent/plugin.h:
4468         Moved indent code to it's own plugin. Also reimplemented indent invocation
4469         using anjuta_launcher and streams. This is not yet completely working, maybe
4470         I got something wrong with the launcher.
4471         Also fixed #478987 – Unusable 'Indent setting window' on preferences
4473 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
4475         * plugins/debug-manager/plugin.c:
4476         Fix bug#480851, disconnect save_session signal when plugin is unloaded
4478 2007-09-27  Johannes Schmid <jhs@gnome.org>
4480         * libanjuta/interfaces/libanjuta.idl:
4481         * plugins/Makefile.am:
4482         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
4483         (isymbol_type_str), (isymbol_name), (isymbol_args),
4484         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
4485         (isymbol_impl), (isymbol_iface_init):
4486         * plugins/symbol-browser/an_symbol_info.c:
4487         * plugins/symbol-browser/an_symbol_info.h:
4488         * plugins/symbol-db/Makefile.am:
4489         * plugins/symbol-db/plugin.c:
4490         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
4491         (value_added_current_editor), (on_editor_foreach_clear),
4492         (value_removed_current_editor), (project_root_added),
4493         (symbol_db_activate), (symbol_db_deactivate),
4494         (isymbol_manager_search):
4495         * plugins/symbol-db/readtags.c: (initialize_1):
4496         * plugins/symbol-db/symbol-db-engine-iterator.c:
4497         (sdb_engine_iterator_instance_init),
4498         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
4499         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
4500         (symbol_db_engine_iterator_move_next),
4501         (symbol_db_engine_iterator_move_prev),
4502         (symbol_db_engine_iterator_get_n_items),
4503         (symbol_db_engine_iterator_last),
4504         (symbol_db_engine_iterator_set_position),
4505         (symbol_db_engine_iterator_get_position),
4506         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
4507         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
4508         (isymbol_iter_foreach), (isymbol_iter_set_position),
4509         (isymbol_iter_get_position), (isymbol_iter_get_length),
4510         (isymbol_iter_clone), (isymbol_iter_assign),
4511         (isymbol_iter_iface_init):
4512         * plugins/symbol-db/symbol-db-engine-iterator.h:
4513         * plugins/symbol-db/symbol-db-engine.c:
4514         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
4515         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4516         (sdb_engine_finalize), (sdb_engine_get_type),
4517         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4518         (sdb_engine_get_table_id_by_unique_name2),
4519         (sdb_engine_get_table_id_by_unique_name3),
4520         (symbol_db_engine_add_new_workspace),
4521         (symbol_db_engine_get_opened_project_name),
4522         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
4523         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
4524         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
4525         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
4526         (sdb_engine_add_new_scope_definition),
4527         (sdb_engine_add_new_tmp_heritage_scope),
4528         (sdb_engine_second_pass_update_scope_1),
4529         (sdb_engine_second_pass_update_heritage),
4530         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4531         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4532         (symbol_db_engine_update_project_symbols),
4533         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4534         (symbol_db_engine_update_buffer_symbols),
4535         (sdb_engine_walk_down_scope_path),
4536         (sdb_engine_prepare_symbol_info_sql),
4537         (symbol_db_engine_get_global_members),
4538         (symbol_db_engine_get_scope_members_by_symbol_id),
4539         (symbol_db_engine_get_scope_members),
4540         (symbol_db_engine_get_current_scope),
4541         (symbol_db_engine_get_file_symbols):
4542         * plugins/symbol-db/symbol-db-engine.h:
4543         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4544         (on_symbol_updated), (on_symbol_inserted),
4545         (symbol_db_view_locals_get_line),
4546         (symbol_db_view_locals_update_list):
4547         * plugins/symbol-db/symbol-db-view-search.c:
4548         (sdb_view_search_model_filter), (sdb_view_search_get_type):
4549         * plugins/symbol-db/symbol-db-view-search.h:
4550         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4551         (do_add_hidden_children), (do_recurse_and_add_new_sym),
4552         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4553         * plugins/symbol-db/tables.sql:
4554         * plugins/symbol-db/test/Makefile.am:
4555         * plugins/symbol-db/test/main.c: (add_new_files), (main):
4556         Updated patch from Massimo to improve symbol-db plugin
4558         * plugins/document-manager/plugin.c: (on_editor_changed):
4559         Make the code a bit more robust
4560         
4561         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4562         (anjuta_document_get_property), (anjuta_document_class_init),
4563         (anjuta_document_init), (set_uri), (document_loader_loaded),
4564         (anjuta_document_load), (document_saver_saving):
4565         * plugins/sourceview/anjuta-document.h:
4566         * plugins/sourceview/sourceview.c: (autodetect_language),
4567         (ilanguage_set_language), (ilanguage_get_language):
4568         Fix language detection on startup
4570 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
4572         * plugins/document-manager/action-callbacks.c:
4573         (on_editor_command_upper_case_activate),
4574         (on_editor_command_lower_case_activate): Leftover commit from previous
4575         commit (see last changlog entry by me).
4576         
4577         * plugins/file-manager/plugin.c: (file_manager_activate):
4578         Gave proper widget name so that layout works.
4580 2007-09-26  Johannes Schmid <jhs@gnome.org>
4582         * plugins/document-manager/plugin.c: (on_editor_changed),
4583         (docman_plugin_instance_init):
4584         Only unload/load language-support plugins if necessary.
4585         
4586         * plugins/language-manager/plugin.c: (language_manager_activate):
4587         Removed some debugging code
4589         * plugins/sourceview/sourceview.c: (on_document_saved),
4590         (ilanguage_set_language), (ilanguage_get_language):
4591         Fixed ianjuta_language interface and ensure that highlighting is
4592         activated when a new file is saved.
4593         
4594 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
4596         * libanjuta/interfaces/libanjuta.idl:
4597         * plugins/document-manager/action-callbacks.c:
4598         (on_editor_command_upper_case_activate),
4599         (on_editor_command_lower_case_activate):
4600         * plugins/editor/text_editor.c: (iselection_has_selection),
4601         (iselection_get_start), (iselection_get_end),
4602         (iselection_iface_init):
4603         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4604         * plugins/sourceview/sourceview.c: (iselect_has_selection),
4605         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4606         method and implemented it for both scintilla and sourceview editors.
4607         Updated document-manager and assist plugins to use the new method.
4609 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4611         * plugins/file-manager/file-view.c:
4612         Fix typo, allow to compile new file manager with gtk < 2.12
4614 2007-09-25  Johannes Schmid <jhs@gnome.org>
4616         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4617         Support Auto-Indent for single lines (e.g no selection);
4618         
4619         * plugins/macro/plugin.c:
4620         Do not use the same shortcut as auto-indent does
4621         
4622         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4623         Optimized keyboard navigation - do not emit char_added when only
4624         navigation keys have been pressed.
4626 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4628         * plugins/language-support-cpp-java/cpp-java-assist.c:
4629         (on_assist_chosen), (cpp_java_assist_install),
4630         (cpp_java_assist_uninstall):
4631         * plugins/language-support-cpp-java/plugin.c: (install_support),
4632         (uninstall_support): Install and uninstall support in correct order.
4633         Fixes a bug where it was installed multiple times resulting in
4634         inserting autocomplete text multiple times.
4636 2007-09-25  Johannes Schmid <jhs@gnome.org>
4638         * configure.in:
4639         Add GNOME_WARNING_FLAGS(maximum) and
4640         GNOME_CXX_WARNIGS(yes) to avoid bugs
4641         the compiler can warn you.
4642         
4643         * libegg/test-tree-utils.c: (key_test):
4644         * plugins/file-manager/file-model.c:
4645         (file_model_cancel_expand_idle), (file_model_sort),
4646         (file_model_row_expanded):
4647         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4648         (file_view_refresh), (file_view_get_selected), (file_view_init),
4649         (file_view_new):
4650         * plugins/file-manager/file-view.h:
4651         * plugins/symbol-db/readtags.c: (initialize_1):
4652         * src/main.c:
4653         
4654         Fixed the more critical warnings
4656 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4658         Icons from tpgww@onepost.net:
4659         * configure.in:
4660         * plugins/debug-manager/Makefile.am:
4661         * plugins/debug-manager/images/Makefile.am:
4662         * plugins/debug-manager/images/anjuta-attach.svg:
4663         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4664         * plugins/debug-manager/images/anjuta-step-into.svg:
4665         * plugins/debug-manager/images/anjuta-step-out.svg:
4666         * plugins/debug-manager/images/anjuta-step-over.svg:
4667         * plugins/debug-manager/plugin.c: (register_stock_icons):
4668         * plugins/document-manager/Makefile.am:
4669         * plugins/document-manager/block_select.xpm:
4670         * plugins/document-manager/fold_close.xpm:
4671         * plugins/document-manager/fold_open.xpm:
4672         * plugins/document-manager/fold_toggle.xpm:
4673         * plugins/document-manager/images/Makefile.am:
4674         * plugins/document-manager/images/anjuta-block-end.svg:
4675         * plugins/document-manager/images/anjuta-block-start.svg:
4676         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4677         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4678         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4679         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4680         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4681         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4682         * plugins/document-manager/indent.xpm:
4683         * plugins/document-manager/indent_auto.xpm:
4684         * plugins/document-manager/indent_dcr.xpm:
4685         * plugins/document-manager/indent_inc.xpm:
4686         * plugins/document-manager/indent_set.xpm:
4687         * plugins/document-manager/plugin.c: Added nicer icons for
4688         document manager and debugger. Organized icons in 'images'
4689         directories.
4691 2007-09-24  Johannes Schmid <jhs@gnome.org>
4693         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4694         Fixed a missing NULL in g_object_set.
4696 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4698         * plugins/language-support-cpp-java/cpp-java-assist.c:
4699         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4700         scope memebers just after scope operator is entered.
4702 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4704         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4705         * plugins/language-support-cpp-java/cpp-java-assist.c:
4706         (completion_function), (completion_compare),
4707         (cpp_java_assist_tag_destroy), (create_completion),
4708         (cpp_java_assist_destroy_completion_cache),
4709         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4710         Show '()' for function items in autocomplete list. Allow adding
4711         ' ' and/or '(' after function call autocompletion and have preferences
4712         settings for them.
4714 2007-09-24  Johannes Schmid <jhs@gnome.org>
4716         * sourceview.c: Reverting patch from r3157 because
4717         of side-effects
4719 2007-09-24  Johannes Schmid <jhs@gnome.org>
4721         * plugins/search/search-replace.c: (on_message_clicked):
4723         Fixed #427104 – No "highlight" of lines matching find-result
4725 2007-09-24  Johannes Schmid <jhs@gnome.org>
4727         * src/anjuta.glade:
4729         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4731 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4733         reviewed by: Johannes Schmid <jhs@gnome.org>
4735         * plugins/build-basic-autotools/executer.c: (execute_program):
4736         Fix #478238 – set env for execute programe in the terminal
4738 2007-09-24 Tom <tpgww@onepost.net>
4740         reviewed by: Johannes Schmid <jhs@gnome.org>
4742         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4743         Fix memory leak
4744         
4745         * plugins/debug-manager/disassemble.c: (on_disassemble):
4746         Correct a format string in DEBUG_PRINT()
4748 2007-09-23  Johannes Schmid <jhs@gnome.org>
4750         * plugins/sourceview/sourceview.c: (offset_to_position),
4751         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4752         (ieditor_get_position), (iselect_set), (iselect_get_start),
4753         (iselect_get_end):
4754         
4755         Fixed #Bug 440637 – Search, don't work very well
4757 2007-09-23  Johannes Schmid <jhs@gnome.org>
4759         * plugins/file-manager/file-model.c: (file_model_get_filename):
4760         * plugins/file-manager/file-model.h:
4761         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4762         (file_view_init), (file_view_class_init):
4763         * plugins/message-view/message-view.c:
4764         (message_view_query_tooltip), (message_view_dispose),
4765         (message_view_instance_init), (message_view_class_init):
4767         Added GTK+ 2.12 style tooltips to file-manager and message view.
4768         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4769         old implementation is used.
4771 2007-09-23  Johannes Schmid <jhs@gnome.org>
4773         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4774         Fixed typo
4775         
4776         * plugins/language-manager/language-manager.plugin.in:
4777         Marked UserActivatable=FALSE
4778         
4779         * plugins/language-manager/plugin.c: (load_languages),
4780         (language_manager_activate), (language_manager_deactivate),
4781         (language_manager_dispose), (language_manager_instance_init),
4782         (language_manager_find_mime_type), (language_manager_find_string),
4783         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4784         (ilanguage_get_name), (ilanguage_get_strings):
4785         
4786         Fixed various stupid bugs in language-manager plugin
4787         
4788         * plugins/symbol-db/symbol-db-engine.c:
4789         (sdb_engine_second_pass_update_scope_1):
4790         
4791         Add a g_return_if_fail to avoid a crash though still unsure
4792         what's causing it.
4794 2007-09-23  Johannes Schmid <jhs@gnome.org>
4796         * plugins/symbol-db/plugin.c: (on_project_element_added),
4797         (sources_array_free), (sources_array_add_foreach),
4798         (project_root_added):
4799         * plugins/symbol-db/symbol-db-engine.c:
4800         (symbol_db_engine_add_new_files):
4801         * plugins/symbol-db/symbol-db-engine.h:
4802         
4803         Added support for other languages than "C" to symbol-db. Now
4804         supports all languages listed by the language-manager.
4806 2007-09-23  Tom <tpgww@onepost.net>
4808         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4810         * configure.in:
4811         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4812         
4813         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4814         (anjuta_glue_factory_get_object_type):
4815         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4816         * plugins/build-basic-autotools/build-basic-autotools.c:
4817         (value_added_current_editor):
4818         * plugins/debug-manager/breakpoints.c:
4819         (breakpoints_dbase_edit_breakpoint),
4820         (on_toggle_breakpoint_activate):
4821         * plugins/debug-manager/plugin.c:
4822         (on_run_to_cursor_action_activate):
4823         * plugins/debug-manager/stack_trace.c:
4824         (dma_thread_update_stack_trace):
4825         * plugins/gdb/plugin.c:
4826         * plugins/glade/plugin.c: (ifile_open):
4827         * plugins/profiler/gprof-call-graph-view.c:
4828         * plugins/profiler/gprof-flat-profile-view.c:
4829         * plugins/profiler/gprof-function-call-tree-view.c:
4830         * plugins/profiler/gprof-options.c: (setup_widgets):
4831         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4832         * plugins/search/search-replace_backend.c:
4833         (file_buffer_new_from_te):
4834         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4835         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4836         (assist_window_get_property), (assist_window_move):
4837         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4838         (value_added_current_editor):
4839         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4840         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4841         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4842         
4843         Many small code, warnings and leak fixes
4845 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4847         * (removed) plugins/debug-manager/debugger.c,
4848         (removed) plugins/debug-manager/debugger.h,
4849         (added) plugins/debug-manager/command.c,
4850         (added) plugins/debug-manager/command.h,
4851         (added) plugins/debug-manager/queue.c,
4852         (added) plugins/debug-manager/queue.h,
4853         plugins/debug-manager/breakpoints.c,
4854         plugins/debug-manager/debug_tree.c,
4855         plugins/debug-manager/debug_tree.h,
4856         plugins/debug-manager/disassemble.c,
4857         plugins/debug-manager/disassemble.h,
4858         plugins/debug-manager/locals.c,
4859         plugins/debug-manager/locals.h,
4860         plugins/debug-manager/memory.c,
4861         plugins/debug-manager/memory.h,
4862         plugins/debug-manager/plugin.c,
4863         plugins/debug-manager/plugin.h,
4864         plugins/debug-manager/registers.c,
4865         plugins/debug-manager/registers.h,
4866         plugins/debug-manager/sharedlib.c,
4867         plugins/debug-manager/sharedlib.h,
4868         plugins/debug-manager/signals.c,
4869         plugins/debug-manager/signals.h,
4870         plugins/debug-manager/stack_trace.c,
4871         plugins/debug-manager/stack_trace.h,
4872         plugins/debug-manager/start.h,
4873         plugins/debug-manager/start.c,
4874         plugins/debug-manager/threads.c,
4875         plugins/debug-manager/threads.h,
4876         plugins/debug-manager/watch.c,
4877         plugins/debug-manager/watch.h,
4878         plugins/debug-manager/Makefile.am,
4879         plugins/gdb/debugger.c,
4880         plugins/gdb/debugger.h,
4881         plugins/gdb/plugin.c,
4882         libanjuta/interfaces/libanjuta.idl:
4883         Split debug-manager/debugger.c into command.c and queue.c
4884         Clean up debugger queue
4885         DmaDebuggerQueue object does not implement IAnjutaDebugger
4887 2007-09-23  Johannes Schmid <jhs@gnome.org>
4889         * configure.in:
4890         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4891         set correctly, etc.)
4892         
4893         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4894         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4895         (plugin_set_update):
4896         
4897         Show an error dialog instead of crashing when plugin loading fails
4899         * plugins/language-manager/Makefile.am:
4900         * plugins/language-manager/language-manager.plugin.in:
4901         * plugins/language-manager/languages.xml:
4902         * plugins/language-manager/plugin.c: (language_destroy),
4903         (load_languages), (language_manager_activate),
4904         (language_manager_deactivate), (language_manager_finalize),
4905         (language_manager_dispose), (language_manager_instance_init),
4906         (language_manager_class_init), (language_manager_find_mime_type),
4907         (language_manager_find_string), (ilanguage_get_from_mime_type),
4908         (ilanguage_get_from_string), (ilanguage_get_name),
4909         (ilanguage_get_strings), (ilanguage_iface_init):
4910         * plugins/language-manager/plugin.h:
4911         
4912         Added new language-manager plugin to have a better organisation for
4913         language names. The xml probabaly needs to be extended over time.
4914         
4915         * plugins/Makefile.am:
4916         * plugins/document-manager/plugin.c: (on_editor_changed):
4917         
4918         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4919         because it does not really save memory but makes tab switching slow.
4920         
4921         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4922         .in:
4923         * plugins/language-support-cpp-java/plugin.c: (install_support),
4924         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4925         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4926         unloading
4928         * plugins/language-support-cpp-java/cpp-java-assist.c:
4929         (cpp_java_assist_show_autocomplete):
4930         
4931         Fix autocomplete to only show valid completions
4933         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4934         Calltips always have correct size and position now
4936 2007-09-22  Johannes Schmid <jhs@gnome.org>
4938         * plugins/search/search-replace_backend.c: (get_next_match):
4939         Removed code introduced by accident that causes a crash.
4940         
4941         * plugins/sourceview/sourceview-tags.c:
4942         * plugins/sourceview/sourceview-tags.h:
4943         Removed ununsed files
4945 2007-09-22  Johannes Schmid <jhs@gnome.org>
4947         * plugins/language-support-cpp-java/cpp-java-assist.c:
4948         Fixed build error
4950 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4952         * plugins/language-support-cpp-java/cpp-java-assist.c:
4953         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4954         Increased matching brace search to 500 chars.
4956 2007-09-21  Johannes Schmid <jhs@gnome.org>
4958         * plugins/language-support-cpp-java/cpp-java-assist.c:
4959         (cpp_java_assist_get_pre_word),
4960         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4961         
4962         Added some profiling debug code
4963         
4964         * plugins/language-support-cpp-java/cpp-java-utils.c:
4965         (cpp_java_util_jump_to_matching_brace):
4966         * plugins/language-support-cpp-java/cpp-java-utils.h:
4967         * plugins/language-support-cpp-java/plugin.c:
4968         (get_line_indentation_base), (get_line_auto_indentation):
4969         
4970         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4971         avoid looping over the whole file when using calltips which is too slow and
4972         unneeded.
4973         
4974         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4975         (assist_tip_set_tips), (assist_tip_get_coordinates),
4976         (assist_tip_new):
4977         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4978         
4979         Better calltips appearance (use theme now) and avoid jumping
4980         calltips
4982 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4984         * plugins/document-manager/plugin.c:
4985         (update_editor_ui_interface_items):
4986         * plugins/language-support-cpp-java/plugin.c: (install_support),
4987         (uninstall_support): Moved autocomplete ui update code from
4988         document-manager to language-plugin.
4990 2007-09-21  Johannes Schmid <jhs@gnome.org>
4992         * libanjuta/interfaces/libanjuta.idl:
4993         
4994         Added IAnjutaLanguage interface (might still change...) for
4995         the upcoming language-manager plugin.
4996         
4997         * plugins/file-manager/Makefile.am:
4998         * plugins/file-manager/file-model.c:
4999         (file_model_cancel_expand_idle), (file_model_add_dummy),
5000         (file_model_expand_idle), (file_model_sort),
5001         (file_model_row_expanded), (file_model_row_collapsed),
5002         (file_model_init), (file_model_finalize),
5003         (file_model_set_property), (file_model_get_property),
5004         (file_model_class_init), (file_model_new), (file_model_refresh),
5005         (file_model_get_uri):
5006         * plugins/file-manager/file-model.h:
5007         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
5008         (file_view_expand_row_idle), (file_view_refresh),
5009         (file_view_get_selected), (file_view_button_press_event),
5010         (file_view_selection_changed), (file_view_init),
5011         (file_view_get_property), (file_view_set_property),
5012         (file_view_finalize), (file_view_class_init):
5013         
5014         Split up model/view as far as possible and fixed some file-manager
5015         bugs (popup-menu and incorrect project loading).
5016         
5017         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
5018         Use monospace font for tips.
5019         
5020         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
5021         (sourceview_cell_new), (icell_get_character), (icell_get_length),
5022         (icell_get_attribute), (icell_style_get_font_description),
5023         (icell_style_get_color), (icell_style_get_background_color),
5024         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
5025         (iiter_foreach), (iiter_set_position), (iiter_get_position),
5026         (iiter_get_length), (iiter_clone), (iiter_assign):
5028         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
5029         interface. This is way faster though it has the drawback to create invalid
5030         iterators if the buffer is changed.
5032 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
5034         * libanjuta/interfaces/libanjuta.idl:
5035         * plugins/document-manager/action-callbacks.c:
5036         * plugins/document-manager/anjuta-document-manager.ui:
5037         * plugins/document-manager/plugin.c: (register_stock_icons):
5038         * plugins/editor/text_editor.c:
5039         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5040         * plugins/language-support-cpp-java/cpp-java-assist.c:
5041         (cpp_java_assist_get_calltip_context):
5042         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5043         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5045         Moved autocomplete menu action from document-manager to assist plugin
5046         and got rid of deprecated autocomplete interface.
5048 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5050         * libanjuta/interfaces/libanjuta.idl:
5051         * plugins/editor/text_editor.c: (iassist_iface_init):
5052         * plugins/language-support-cpp-java/cpp-java-assist.c:
5053         (cpp_java_assist_check), (on_assist_chosen):
5054         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5055         Removed react() methods in both editors and assist interface. Assist
5056         plugin itself handles setting the autocomplete. Also fixed
5057         some mem leaks.
5059 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5061         * plugins/file-manager/Makefile.am:
5062         * plugins/file-manager/file-view.c: (file_view_add_dummy),
5063         (file_view_expand_idle), (file_view_init):
5064         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
5065         (file_manager_set_default_uri), (project_root_added),
5066         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
5067         (file_manager_activate), (file_manager_deactivate),
5068         (file_manager_instance_init), (file_manager_class_init),
5069         (ifile_manager_set_root), (ifile_manager_set_selected),
5070         (ifile_manager_iface_init): Adjusted white spaces to match
5071         anjuta convention.
5073 2007-09-19  Naba Kumar  <naba@gnome.org>
5075         * libanjuta/interfaces/libanjuta.idl:
5076         * plugins/editor/text_editor.c: (text_editor_instance_init),
5077         (iassist_show_tips), (iassist_cancel_tips),
5078         (iassist_hide_suggestions), (iassist_iface_init):
5079         * plugins/editor/text_editor.h:
5080         * plugins/editor/text_editor_cbs.c:
5081         (on_text_editor_scintilla_notify):
5082         * plugins/language-support-cpp-java/cpp-java-assist.c:
5083         (is_scope_context_character), (is_word_character),
5084         (create_completion), (cpp_java_assist_get_scope_context),
5085         (cpp_java_assist_get_pre_word),
5086         (cpp_java_assist_get_scope_operator),
5087         (cpp_java_assist_destroy_completion_cache),
5088         (cpp_java_assist_create_scope_completion_cache),
5089         (cpp_java_assist_create_word_completion_cache),
5090         (cpp_java_assist_show_autocomplete),
5091         (cpp_java_assist_get_calltip_context),
5092         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
5093         (on_editor_char_added), (on_assist_chosen),
5094         (cpp_java_assist_install), (cpp_java_assist_uninstall),
5095         (cpp_java_assist_init), (cpp_java_assist_finalize):
5096         * plugins/language-support-cpp-java/cpp-java-assist.h:
5097         * plugins/language-support-cpp-java/plugin.c:
5098         (initialize_indentation_params):
5099         * plugins/sourceview/assist-tip.c:
5100         * plugins/sourceview/assist-tip.h:
5101         * plugins/sourceview/sourceview-private.h:
5102         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5103         (on_assist_tip_destroyed), (on_assist_cancel),
5104         (on_document_char_added), (iassist_get_suggestions),
5105         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
5106         
5107         Implement state-less assistance so that assist can be evaluated
5108         any given time at any position. Changed IAnjutaEditorAssist interfance
5109         and implementations and removed any state management in editors.
5111 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
5113         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5114         completion items sorting and avoided unnecssary sorts.
5116         * plugins/text-editor.c: Fixed state.
5118 2007-09-17  Johannes Schmid <jhs@gnome.org>
5120         * plugins/language-support-cpp-java/cpp-java-assist.c:
5121         (on_assist_begin):
5122         
5123         Fixed calltips in sourceview
5125 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
5127         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5128         completion items preparation time. Fixed a crash bug.
5130         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5131         Set buffer size (From Massimo, required for symbol-db).
5133         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5134         for suggestions.
5136         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5137         change in API.
5139         * plugins/editor/aneditor-autocomplete.cxx,
5140         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5141         Added ANE_GETWORDBEFORECARAT command.
5143         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5144         using assist interface.
5146         * plugins/editor/text_editor.c: (text_editor_instance_init),
5147         (text_editor_get_word_before_carat),
5148         (text_editor_get_current_word), (iassist_add_trigger),
5149         (iassist_remove_trigger), (on_assist_canceled),
5150         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5151         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5152         * plugins/editor/text_editor.h:
5153         * plugins/editor/text_editor_cbs.c: (trigger_size),
5154         (max_trigger_size), (text_editor_check_assist),
5155         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5156         interface.
5158         * plugins/language-support-cpp-java/Makefile.am:
5159         * plugins/language-support-cpp-java/plugin.c:
5160         (get_line_indentation_base), (get_line_auto_indentation),
5161         (install_support), (uninstall_support),
5162         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5163         (cpp_java_plugin_instance_init):
5164         * plugins/language-support-cpp-java/plugin.h:
5165         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5166         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5167         Make assist a separate class.
5169 2007-09-14  Johannes Schmid <jhs@gnome.org>
5171         * plugins/sourceview/sourceview.c: (iassist_suggest):
5172         Fixed changed char_alignment paramter in language-support
5173         plugin
5175 2007-09-14  Naba Kumar  <naba@gnome.org>
5177         * plugins/language-support-cpp-java/plugin.c: Send the right
5178         'char_alignment' paramenter (needs fixing in sourceview).
5180 2007-09-13  Johannes Schmid <jhs@gnome.org>
5182         * anjuta.anjuta:
5183         * plugins/project-wizard/templates/minimal/project.anjuta:
5184         Use IAnjutaSymbolManager instead of loading the plugin directly.
5185         (TODO: Think of a version to do this for older files...)
5187         * configure.in:
5188         * plugins/Makefile.am:
5189         * plugins/symbol-db/Makefile.am:
5190         
5191         Build symbol-db plugin if libgda-3.0 is found
5193 2007-09-13  Johannes Schmid <jhs@gnome.org>
5195         * plugins/sourceview/Makefile.am:
5196         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5197         (set_uri):
5198         * plugins/sourceview/anjuta-document.h:
5199         Removed lots of dead code
5200         
5201         * plugins/sourceview/anjuta-languages-manager.c:
5202         * plugins/sourceview/anjuta-languages-manager.h:
5203         removed completely
5204         
5205         * plugins/sourceview/sourceview.c: (on_document_char_added),
5206         (on_document_loaded), (sourceview_instance_init),
5207         (iselect_get_start), (iselect_get_end),
5208         (ilanguage_get_supported_languages), (ilanguage_set_language):
5209         
5210         Fixed selection handling and make some adaptions for the changes 
5211         mentioned above
5213 2007-09-13  Johannes Schmid <jhs@gnome.org>
5215         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5216         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5217         (on_assist_update):
5218         
5219         Added preferences to language support completion/calltips
5220         
5221         * plugins/sourceview/assist-window.c: (assist_window_update):
5223         Always select first entry
5225         * plugins/sourceview/sourceview.glade:
5226         Removed old completion preferences
5228 2007-09-11  Naba Kumar  <naba@gnome.org>
5230         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5231         and possible crash when pressing ctrl+d in terminal after preferences
5232         window has been shown once (no need for backport).
5234         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
5235         implementations to get warnings instead of crashes for unimplemented
5236         interface methods.
5238 2007-09-11   Massimo Cora' <maxcvs@email.it>
5240         Reviewed by: Naba Kumar  <naba@gnome.org>
5242         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5243         * plugins/symbol-db/*:
5244         Added new symbol-database backend based on SQLite 3.
5245         (does not enabled for build currently).
5247 2007-09-10  Johannes Schmid <jhs@gnome.org>
5249         * anjuta.anjuta:
5250         * configure.in:
5251         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
5252         (parse_info_init), (parse_info_free), (valid_element),
5253         (start_element_handler), (end_element_handler), (text_handler),
5254         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
5255         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5256         (egg_recent_model_monitor), (egg_recent_model_read),
5257         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5258         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5259         (egg_recent_model_set_property), (egg_recent_model_class_init),
5260         (egg_recent_model_init), (egg_recent_model_add_full),
5261         (egg_recent_model_delete), (egg_recent_model_get_list),
5262         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5263         (egg_recent_model_set_filter_mime_types),
5264         (egg_recent_model_clear_group_filter),
5265         (egg_recent_model_set_filter_groups),
5266         (egg_recent_model_clear_scheme_filter),
5267         (egg_recent_model_set_filter_uri_schemes),
5268         (egg_recent_model_remove_expired):
5269         
5270         Update EggRecent (#456465)
5272 2007-09-10  Johannes Schmid <jhs@gnome.org>
5274         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
5275         (anjuta_plugin_manager_get_plugin):
5276         * plugins/profiler/gprof-call-graph-view.c:
5277         (gprof_call_graph_view_create_columns):
5278         * plugins/profiler/gprof-flat-profile-view.c:
5279         (gprof_flat_profile_view_create_columns):
5280         * plugins/profiler/gprof-function-call-tree-view.c:
5281         (gprof_function_call_tree_view_create_columns):
5282         
5283         Fixed #466031 – Update of pieces of menus for Localization
5285 2007-09-10  Johannes Schmid <jhs@gnome.org>
5287         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
5288         Bug 343522 – anjuta: Unable to execute commands that use options.
5290 2007-09-09  Johannes Schmid <jhs@gnome.org>
5292         * plugins/document-manager/anjuta-docman.c:
5293         (anjuta_docman_update_page_label):
5294         
5295         Fixed #458034 – Method of indicating unsaved changes breaks convention
5296         
5297         * plugins/document-manager/plugin.c: (update_title),
5298         (value_added_project_root_uri), (value_removed_project_root_uri),
5299         (on_editor_changed), (activate_plugin):
5300         * plugins/document-manager/plugin.h:
5301         * plugins/project-manager/plugin.c: (on_profile_scoped),
5302         (on_profile_descoped), (ifile_open):
5303         
5304         Fixed #427390 – Show path of item in currently focused editor window
5306 2007-09-09  Johannes Schmid <jhs@gnome.org>
5308         * plugins/search/plugin.c: (on_toolbar_find_clicked),
5309         (on_toolbar_find_incremental):
5310         Fix incremental search
5311         
5312         * plugins/sourceview/sourceview.c: (on_document_char_added),
5313         (set_select):
5314         Fixed selection management
5316 2007-09-09  Johannes Schmid <jhs@gnome.org>
5318         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5319         Fixed memory leak
5321         * libanjuta/interfaces/libanjuta.idl:
5322         Extended IAnjutaEditorAssist interface
5323         
5324         * plugins/language-support-cpp-java/plugin.c:
5325         (jump_to_matching_brace), (add_tags), (on_assist_begin),
5326         (assist_cleanup), (on_assist_chosen), (on_assist_update),
5327         (context_character), (get_context), (function_parser),
5328         (cpp_member_parser), (install_assist), (uninstall_assist),
5329         (get_line_indentation_base), (get_line_auto_indentation),
5330         (install_support), (uninstall_support),
5331         (on_value_added_current_editor), (on_value_removed_current_editor),
5332         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
5333         * plugins/language-support-cpp-java/plugin.h:
5334         
5335         Improved fixed editor assistance and added support for function/method
5336         tooltips. jumb_to_matching_brance => jump_to_matching_brace
5337         
5338         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
5339         Removed a FIXME
5340         
5341         * plugins/project-import/project-import.c: (on_import_next):
5342         Added a non-NULL check with could probably fix #474843 but not sure
5343         
5344         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
5345         Fixed anjuta-plugin project wizard
5346         
5347         * plugins/sourceview/Makefile.am:
5348         * plguins/sourceview/assist-tip.[ch]:
5349         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
5350         (anjuta_view_key_press_event):
5351         * plugins/sourceview/assist-window.c: (assist_window_class_init),
5352         (assist_window_init), (assist_window_update), (assist_window_new):
5353         * plugins/sourceview/sourceview-private.h:
5354         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5355         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
5356         (trigger_size), (max_trigger_size), (on_document_char_added),
5357         (sourceview_dispose), (ieditor_get_current_word),
5358         (iassist_add_trigger), (iassist_init_suggestions),
5359         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
5360         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
5361         
5362         Big update on sourceview assist capabilites. Autocompletion should
5363         now work much better and function tooltips are finally supported!
5365         * plugins/sourceview/anjuta-document.h:
5366         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
5367         (anjuta_document_get_current_word):
5368         Fixed get_current_word (inspired by aneditor.cxx implementation)
5370         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
5371         (icell_get_attribute):
5372         Fixed get_attribute() to also detect character constants.
5373         Simplified get_char()
5375         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
5376         (isymbol_manager_get_members), (isymbol_manager_get_parents),
5377         (isymbol_manager_get_completions_at_position):
5378         
5379         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
5381 2007-09-04  Naba Kumar  <naba@gnome.org>
5383         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
5384         projects that can not add sources.
5386         * plugins/file-wizard/file.c: Similarly for file wizard,
5387         Do not enable 'Add to project' projects that can not add sources.
5389 2007-09-04  Naba Kumar  <naba@gnome.org>
5391         * configure.in: Bumped gnome-build requirement to 0.2.0
5392         for project capabilities support.
5394         * plugins/project-manager/plugin.c: Enable/disable project
5395         actions based on project capabilities. Fixes bug #433552:
5396         crash in Anjuta IDE: add file test.h in project on generic
5397         Makefile.
5399         * libanjuta/interfaces/libanjuta.idl: Added method to query
5400         project capabilities.
5402 2007-09-03  Naba Kumar  <naba@gnome.org>
5404         * plugins/file-manager/plugin.c: Set shadow type IN.
5405         * plugins/file-manager/file-view.c: Fixed code style.
5406         * plugins/file-manager/file-view.c: Fixed icons column to size
5407         properly.
5409         * plugins/file-manager/plugin.[c,h]: Fixed code style.
5411         * plugins/file-manager/plugin.c: Fixed crash on closing project and
5412         unmonitors project-uri on file-manager deactivation.
5414         * TODO.tasks: Updated
5416 2007-09-02  Johannes Schmid <jhs@gnome.org>
5418         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5419         Fixed memory leak
5420         
5421         * plugins/file-manager/file-view.c: (file_view_get_selected),
5422         (file_view_button_press_event), (file_view_finalize):
5423         * plugins/file-manager/plugin.c: (project_root_removed),
5424         (file_manager_deactivate):
5425         
5426         Fixed some small bugs I missed before
5428 2007-09-02  Johannes Schmid <jhs@gnome.org>
5430         * plugins/file-manager/*:
5431         Added new and file-manager
5433 2007-09-02  Johannes Schmid <jhs@gnome.org>
5435         * plugins/file-manager/*:
5436         Removed old file-manager
5438 2007-08-31  Johannes Schmid <jhs@gnome.org>
5440         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
5441         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5442         
5443         Fixed some memory leaks
5444         
5445         * MAINTAINERS: Fixed
5446         
5447 2007-08-31  Johannes Schmid <jhs@gnome.org>
5449         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5450         (get_property_value_as_string), (set_property_value_as_string),
5451         (register_callbacks), (preferences_foreach_callback),
5452         (anjuta_preferences_register_property_raw):
5453         * libanjuta/anjuta-preferences.h:
5454         * plugins/build-basic-autotools/build-basic-autotools.c:
5455         (on_build_mesg_format):
5456         * plugins/document-manager/anjuta-document-manager.glade:
5457         * plugins/message-view/anjuta-message-manager-plugin.glade:
5458         
5459         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
5460         broken message view preferences
5461         
5462         * plugins/message-view/message-view.c:
5463         (message_view_instance_init), (pref_change_color), (prefs_init),
5464         (imessage_view_append):
5465         Cleaned up message view (#458041)
5466         
5467         * src/shell.c: (on_preferences_activate),
5468         (anjuta_test_shell_instance_init),
5469         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
5470         Fixed test shell to allow better debugging
5471         
5472 2007-08-31  Johannes Schmid <jhs@gnome.org>
5474         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
5475         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
5476         * plugins/gtodo/main.h:
5477         * plugins/gtodo/plugin.c: (activate_plugin):
5478         
5479         Fixed #423467 (View->Tasks menu items are not 
5480         checked on startup)
5482 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
5484         reviewed by: Johannes Schmid <jhs@gnome.org>
5486         * COPYING:
5487         * data/welcome.txt.in:
5488         * launcher/anjuta_launcher.c:
5489         * libanjuta/anjuta-children.c:
5490         * libanjuta/anjuta-children.h:
5491         * libanjuta/anjuta-debug.h:
5492         * libanjuta/anjuta-encodings.c:
5493         * libanjuta/anjuta-encodings.h:
5494         * libanjuta/anjuta-glue-c.c:
5495         * libanjuta/anjuta-glue-c.h:
5496         * libanjuta/anjuta-plugin-description.c:
5497         * libanjuta/anjuta-plugin-description.h:
5498         * libanjuta/anjuta-plugin-handle.c:
5499         * libanjuta/anjuta-plugin-handle.h:
5500         * libanjuta/anjuta-plugin-manager.c:
5501         * libanjuta/anjuta-plugin-manager.h:
5502         * libanjuta/anjuta-plugin.c:
5503         * libanjuta/anjuta-plugin.h:
5504         * libanjuta/anjuta-preferences.c:
5505         * libanjuta/anjuta-preferences.h:
5506         * libanjuta/anjuta-profile-manager.c:
5507         * libanjuta/anjuta-profile-manager.h:
5508         * libanjuta/anjuta-profile.c:
5509         * libanjuta/anjuta-profile.h:
5510         * libanjuta/anjuta-save-prompt.c:
5511         * libanjuta/anjuta-save-prompt.h:
5512         * libanjuta/anjuta-serializer.c:
5513         * libanjuta/anjuta-serializer.h:
5514         * libanjuta/anjuta-session.c:
5515         * libanjuta/anjuta-session.h:
5516         * libanjuta/anjuta-shell.c:
5517         * libanjuta/anjuta-shell.h:
5518         * libanjuta/anjuta-status.c:
5519         * libanjuta/anjuta-status.h:
5520         * libanjuta/anjuta-ui.c:
5521         * libanjuta/anjuta-ui.h:
5522         * libanjuta/anjuta-utils-priv.h:
5523         * libanjuta/anjuta-utils.c:
5524         * libanjuta/anjuta-utils.h:
5525         * libanjuta/cell-renderer-captioned-image.c:
5526         * libanjuta/cell-renderer-captioned-image.h:
5527         * libanjuta/e-splash.c:
5528         * libanjuta/e-splash.h:
5529         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5530         * libanjuta/interfaces/libanjuta.idl:
5531         * libanjuta/libanjuta.h:
5532         * libanjuta/resources.c:
5533         * libanjuta/resources.h:
5534         * libegg/egg-cell-renderer-text.c:
5535         * libegg/egg-combo-action.c:
5536         * libegg/egg-entry-action.c:
5537         * libegg/egg-recent-action.c:
5538         * libegg/egg-recent-files-module.c:
5539         * libegg/egg-recent-item.c:
5540         * libegg/egg-recent-model.c:
5541         * libegg/egg-recent-view-gtk.c:
5542         * libegg/egg-recent-view.c:
5543         * libegg/egg-submenu-action.c:
5544         * libegg/eggaccelerators.c:
5545         * libegg/eggcellrendererpopup.c:
5546         * libegg/eggcomboselect.c:
5547         * libegg/eggtreemodelfilter.c:
5548         * libegg/eggtreemultidnd.c:
5549         * libegg/gtkcellview.h:
5550         * libegg/treeviewutils/egg-cell-renderer-text.h:
5551         * libegg/treeviewutils/eggaccelerators.h:
5552         * libegg/treeviewutils/eggcellrendererkeys.h:
5553         * libegg/treeviewutils/eggcellrendererpopup.h:
5554         * libegg/treeviewutils/eggtreemodelfilter.h:
5555         * libegg/treeviewutils/eggtreemultidnd.h:
5556         * libegg/treeviewutils/eggtreeviewstate.h:
5557         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5558         * manuals/anjuta-faqs/Makefile.am:
5559         * manuals/anjuta-manual/C/anjuta-manual.xml:
5560         * manuals/anjuta-manual/C/license.xml:
5561         * manuals/anjuta-manual/es/es.po:
5562         * manuals/anjuta-manual/sv/sv.po:
5563         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5564         ml:
5565         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5566         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5567         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5568         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5569         * manuals/old/ja/anjuta-manual/license.xml:
5570         * plugins/build-basic-autotools/build-basic-autotools.c:
5571         * plugins/build-basic-autotools/build-basic-autotools.h:
5572         * plugins/build-basic-autotools/executer.c:
5573         * plugins/build-basic-autotools/executer.h:
5574         * plugins/build/build_file.c:
5575         * plugins/build/build_file.h:
5576         * plugins/build/build_project.c:
5577         * plugins/build/build_project.h:
5578         * plugins/build/clean_project.c:
5579         * plugins/build/clean_project.h:
5580         * plugins/build/commands.c:
5581         * plugins/build/commands.h:
5582         * plugins/build/compile.c:
5583         * plugins/build/compile.h:
5584         * plugins/build/compiler_options.c:
5585         * plugins/build/compiler_options.h:
5586         * plugins/build/configurer.c:
5587         * plugins/build/configurer.h:
5588         * plugins/build/executer.c:
5589         * plugins/build/executer.h:
5590         * plugins/class-gen/cell-renderer-flags.c:
5591         * plugins/class-gen/cell-renderer-flags.h:
5592         * plugins/class-gen/combo-flags.c:
5593         * plugins/class-gen/combo-flags.h:
5594         * plugins/class-gen/element-editor.c:
5595         * plugins/class-gen/element-editor.h:
5596         * plugins/class-gen/generator.c:
5597         * plugins/class-gen/generator.h:
5598         * plugins/class-gen/plugin.c:
5599         * plugins/class-gen/plugin.h:
5600         * plugins/class-gen/transform.c:
5601         * plugins/class-gen/transform.h:
5602         * plugins/class-gen/validator.c:
5603         * plugins/class-gen/validator.h:
5604         * plugins/class-gen/window.c:
5605         * plugins/class-gen/window.h:
5606         * plugins/class-inheritance/class-callbacks.c:
5607         * plugins/class-inheritance/class-callbacks.h:
5608         * plugins/class-inheritance/class-inherit.c:
5609         * plugins/class-inheritance/class-inherit.h:
5610         * plugins/class-inheritance/plugin.c:
5611         * plugins/class-inheritance/plugin.h:
5612         * plugins/cvs-plugin/cvs-actions.c:
5613         * plugins/cvs-plugin/cvs-actions.h:
5614         * plugins/cvs-plugin/cvs-callbacks.c:
5615         * plugins/cvs-plugin/cvs-callbacks.h:
5616         * plugins/cvs-plugin/cvs-execute.c:
5617         * plugins/cvs-plugin/cvs-execute.h:
5618         * plugins/cvs-plugin/cvs-interface.c:
5619         * plugins/cvs-plugin/cvs-interface.h:
5620         * plugins/cvs-plugin/plugin.c:
5621         * plugins/cvs-plugin/plugin.h:
5622         * plugins/debug-manager/breakpoints.c:
5623         * plugins/debug-manager/breakpoints.h:
5624         * plugins/debug-manager/chunk_view.c:
5625         * plugins/debug-manager/chunk_view.h:
5626         * plugins/debug-manager/data_buffer.c:
5627         * plugins/debug-manager/data_buffer.h:
5628         * plugins/debug-manager/data_view.c:
5629         * plugins/debug-manager/data_view.h:
5630         * plugins/debug-manager/debug_tree.c:
5631         * plugins/debug-manager/debug_tree.h:
5632         * plugins/debug-manager/debugger.c:
5633         * plugins/debug-manager/debugger.h:
5634         * plugins/debug-manager/disassemble.c:
5635         * plugins/debug-manager/disassemble.h:
5636         * plugins/debug-manager/info.c:
5637         * plugins/debug-manager/info.h:
5638         * plugins/debug-manager/locals.c:
5639         * plugins/debug-manager/locals.h:
5640         * plugins/debug-manager/memory.c:
5641         * plugins/debug-manager/memory.h:
5642         * plugins/debug-manager/plugin.c:
5643         * plugins/debug-manager/plugin.h:
5644         * plugins/debug-manager/registers.c:
5645         * plugins/debug-manager/registers.h:
5646         * plugins/debug-manager/sexy-icon-entry.c:
5647         * plugins/debug-manager/sexy-icon-entry.h:
5648         * plugins/debug-manager/sharedlib.c:
5649         * plugins/debug-manager/sharedlib.h:
5650         * plugins/debug-manager/signals.c:
5651         * plugins/debug-manager/signals.h:
5652         * plugins/debug-manager/sparse_buffer.c:
5653         * plugins/debug-manager/sparse_buffer.h:
5654         * plugins/debug-manager/sparse_view.c:
5655         * plugins/debug-manager/sparse_view.h:
5656         * plugins/debug-manager/stack_trace.c:
5657         * plugins/debug-manager/stack_trace.h:
5658         * plugins/debug-manager/start.c:
5659         * plugins/debug-manager/start.h:
5660         * plugins/debug-manager/threads.c:
5661         * plugins/debug-manager/threads.h:
5662         * plugins/debug-manager/utilities.c:
5663         * plugins/debug-manager/utilities.h:
5664         * plugins/debug-manager/watch.c:
5665         * plugins/debug-manager/watch.h:
5666         * plugins/devhelp/htmlview.c:
5667         * plugins/devhelp/htmlview.h:
5668         * plugins/document-manager/action-callbacks.c:
5669         * plugins/document-manager/action-callbacks.h:
5670         * plugins/document-manager/anjuta-docman.c:
5671         * plugins/document-manager/anjuta-docman.h:
5672         * plugins/document-manager/editor-tooltips.c:
5673         * plugins/document-manager/editor-tooltips.h:
5674         * plugins/document-manager/file_history.c:
5675         * plugins/document-manager/file_history.h:
5676         * plugins/document-manager/indent-dialog.c:
5677         * plugins/document-manager/indent-dialog.h:
5678         * plugins/document-manager/indent-util.c:
5679         * plugins/document-manager/indent-util.h:
5680         * plugins/document-manager/plugin.c:
5681         * plugins/editor/aneditor-autocomplete.cxx:
5682         * plugins/editor/aneditor-calltip.cxx:
5683         * plugins/editor/aneditor-indent.cxx:
5684         * plugins/editor/aneditor-priv.h:
5685         * plugins/editor/aneditor.cxx:
5686         * plugins/editor/aneditor.h:
5687         * plugins/editor/lexer.h:
5688         * plugins/editor/plugin.c:
5689         * plugins/editor/plugin.h:
5690         * plugins/editor/print.c:
5691         * plugins/editor/print.h:
5692         * plugins/editor/properties.h:
5693         * plugins/editor/properties_cxx.h:
5694         * plugins/editor/style-editor.c:
5695         * plugins/editor/style-editor.h:
5696         * plugins/editor/text-editor-iterable.c:
5697         * plugins/editor/text-editor-iterable.h:
5698         * plugins/editor/text_editor.c:
5699         * plugins/editor/text_editor.h:
5700         * plugins/editor/text_editor_cbs.c:
5701         * plugins/editor/text_editor_cbs.h:
5702         * plugins/editor/text_editor_menu.c:
5703         * plugins/editor/text_editor_menu.h:
5704         * plugins/editor/text_editor_prefs.c:
5705         * plugins/editor/text_editor_prefs.h:
5706         * plugins/file-loader/dnd.c:
5707         * plugins/file-loader/dnd.h:
5708         * plugins/file-loader/plugin.c:
5709         * plugins/file-manager/an_file_view.c:
5710         * plugins/file-manager/plugin.c:
5711         * plugins/file-wizard/file.c:
5712         * plugins/file-wizard/file.h:
5713         * plugins/file-wizard/plugin.c:
5714         * plugins/file-wizard/plugin.h:
5715         * plugins/gdb/debugger.c:
5716         * plugins/gdb/debugger.h:
5717         * plugins/gdb/gdbmi-test.c:
5718         * plugins/gdb/gdbmi.c:
5719         * plugins/gdb/gdbmi.h:
5720         * plugins/gdb/global.h:
5721         * plugins/gdb/parser.c:
5722         * plugins/gdb/parser.h:
5723         * plugins/gdb/plugin.c:
5724         * plugins/gdb/plugin.h:
5725         * plugins/gdb/utilities.c:
5726         * plugins/gdb/utilities.h:
5727         * plugins/glade/plugin.c:
5728         * plugins/glade/plugin.h:
5729         * plugins/gtodo/egg-datetime.c:
5730         * plugins/gtodo/egg-datetime.h:
5731         * plugins/gtodo/eggtrayicon.c:
5732         * plugins/gtodo/eggtrayicon.h:
5733         * plugins/gtodo/plugin.c:
5734         * plugins/gvim/anjuta-vim.c:
5735         * plugins/gvim/anjuta-vim.h:
5736         * plugins/gvim/gtkvim.c:
5737         * plugins/gvim/gtkvim.h:
5738         * plugins/gvim/plugin.c:
5739         * plugins/gvim/plugin.h:
5740         * plugins/language-support-cpp-java/plugin.c:
5741         * plugins/language-support-cpp-java/plugin.h:
5742         * plugins/macro/macro-actions.c:
5743         * plugins/macro/macro-actions.h:
5744         * plugins/macro/macro-db.c:
5745         * plugins/macro/macro-db.h:
5746         * plugins/macro/macro-dialog.c:
5747         * plugins/macro/macro-dialog.h:
5748         * plugins/macro/macro-edit.c:
5749         * plugins/macro/macro-edit.h:
5750         * plugins/macro/macro-util.c:
5751         * plugins/macro/macro-util.h:
5752         * plugins/macro/plugin.c:
5753         * plugins/macro/plugin.h:
5754         * plugins/message-view/anjuta-msgman.c:
5755         * plugins/message-view/anjuta-msgman.h:
5756         * plugins/message-view/message-view.c:
5757         * plugins/message-view/message-view.h:
5758         * plugins/message-view/plugin.c:
5759         * plugins/message-view/plugin.h:
5760         * plugins/patch/patch-plugin.c:
5761         * plugins/patch/patch-plugin.h:
5762         * plugins/patch/plugin.c:
5763         * plugins/patch/plugin.h:
5764         * plugins/profiler/gprof-call-graph-block-entry.c:
5765         * plugins/profiler/gprof-call-graph-block-entry.h:
5766         * plugins/profiler/gprof-call-graph-block.c:
5767         * plugins/profiler/gprof-call-graph-block.h:
5768         * plugins/profiler/gprof-call-graph-view.c:
5769         * plugins/profiler/gprof-call-graph-view.h:
5770         * plugins/profiler/gprof-call-graph.c:
5771         * plugins/profiler/gprof-call-graph.h:
5772         * plugins/profiler/gprof-flat-profile-entry.c:
5773         * plugins/profiler/gprof-flat-profile-entry.h:
5774         * plugins/profiler/gprof-flat-profile-view.c:
5775         * plugins/profiler/gprof-flat-profile-view.h:
5776         * plugins/profiler/gprof-flat-profile.c:
5777         * plugins/profiler/gprof-flat-profile.h:
5778         * plugins/profiler/gprof-function-call-chart-view.c:
5779         * plugins/profiler/gprof-function-call-chart-view.h:
5780         * plugins/profiler/gprof-function-call-tree-view.c:
5781         * plugins/profiler/gprof-function-call-tree-view.h:
5782         * plugins/profiler/gprof-options.c:
5783         * plugins/profiler/gprof-options.h:
5784         * plugins/profiler/gprof-profile-data.c:
5785         * plugins/profiler/gprof-profile-data.h:
5786         * plugins/profiler/gprof-view-manager.c:
5787         * plugins/profiler/gprof-view-manager.h:
5788         * plugins/profiler/gprof-view.c:
5789         * plugins/profiler/gprof-view.h:
5790         * plugins/profiler/plugin.c:
5791         * plugins/profiler/plugin.h:
5792         * plugins/profiler/string-utils.c:
5793         * plugins/profiler/string-utils.h:
5794         * plugins/project-import/plugin.c:
5795         * plugins/project-import/plugin.h:
5796         * plugins/project-import/project-import.c:
5797         * plugins/project-import/project-import.h:
5798         * plugins/project-manager/plugin.c:
5799         * plugins/project-manager/plugin.h:
5800         * plugins/project-wizard/action.c:
5801         * plugins/project-wizard/action.h:
5802         * plugins/project-wizard/autogen.c:
5803         * plugins/project-wizard/autogen.h:
5804         * plugins/project-wizard/druid.c:
5805         * plugins/project-wizard/druid.h:
5806         * plugins/project-wizard/file.c:
5807         * plugins/project-wizard/file.h:
5808         * plugins/project-wizard/header.c:
5809         * plugins/project-wizard/header.h:
5810         * plugins/project-wizard/install.c:
5811         * plugins/project-wizard/install.h:
5812         * plugins/project-wizard/parser.c:
5813         * plugins/project-wizard/parser.h:
5814         * plugins/project-wizard/plugin.c:
5815         * plugins/project-wizard/plugin.h:
5816         * plugins/project-wizard/property.c:
5817         * plugins/project-wizard/property.h:
5818         * plugins/project-wizard/values.c:
5819         * plugins/project-wizard/values.h:
5820         * plugins/sample1/plugin.c:
5821         * plugins/search/plugin.c:
5822         * plugins/search/plugin.h:
5823         * plugins/search/search-replace_backend.c:
5824         * plugins/search/search-replace_backend.h:
5825         * plugins/search/search_preferences.c:
5826         * plugins/sourceview/anjuta-convert.c:
5827         * plugins/sourceview/anjuta-convert.h:
5828         * plugins/sourceview/anjuta-document-loader.c:
5829         * plugins/sourceview/anjuta-document-loader.h:
5830         * plugins/sourceview/anjuta-document-saver.c:
5831         * plugins/sourceview/anjuta-document-saver.h:
5832         * plugins/sourceview/anjuta-document.c:
5833         * plugins/sourceview/anjuta-document.h:
5834         * plugins/sourceview/anjuta-encodings.c:
5835         * plugins/sourceview/anjuta-encodings.h:
5836         * plugins/sourceview/anjuta-languages-manager.c:
5837         * plugins/sourceview/anjuta-languages-manager.h:
5838         * plugins/sourceview/anjuta-utils.c:
5839         * plugins/sourceview/anjuta-utils.h:
5840         * plugins/sourceview/anjuta-view.c:
5841         * plugins/sourceview/anjuta-view.h:
5842         * plugins/sourceview/assist-window.c:
5843         * plugins/sourceview/assist-window.h:
5844         * plugins/sourceview/sourceview-cell.c:
5845         * plugins/sourceview/sourceview-cell.h:
5846         * plugins/sourceview/sourceview-prefs.c:
5847         * plugins/sourceview/sourceview-prefs.h:
5848         * plugins/sourceview/sourceview-print.c:
5849         * plugins/sourceview/sourceview-print.h:
5850         * plugins/sourceview/sourceview-private.h:
5851         * plugins/sourceview/sourceview-tags.c:
5852         * plugins/sourceview/sourceview-tags.h:
5853         * plugins/sourceview/sourceview.c:
5854         * plugins/sourceview/sourceview.h:
5855         * plugins/subversion/plugin.c:
5856         * plugins/subversion/plugin.h:
5857         * plugins/subversion/subversion-actions.c:
5858         * plugins/subversion/subversion-actions.h:
5859         * plugins/subversion/subversion-callbacks.c:
5860         * plugins/subversion/subversion-callbacks.h:
5861         * plugins/subversion/svn-auth.c:
5862         * plugins/subversion/svn-auth.h:
5863         * plugins/subversion/svn-backend-priv.h:
5864         * plugins/subversion/svn-backend.c:
5865         * plugins/subversion/svn-backend.h:
5866         * plugins/subversion/svn-notify.c:
5867         * plugins/subversion/svn-notify.h:
5868         * plugins/subversion/svn-thread.c:
5869         * plugins/subversion/svn-thread.h:
5870         * plugins/symbol-browser/an_symbol.c:
5871         * plugins/symbol-browser/an_symbol.h:
5872         * plugins/symbol-browser/an_symbol_info.c:
5873         * plugins/symbol-browser/an_symbol_info.h:
5874         * plugins/symbol-browser/an_symbol_iter.c:
5875         * plugins/symbol-browser/an_symbol_iter.h:
5876         * plugins/symbol-browser/an_symbol_prefs.c:
5877         * plugins/symbol-browser/an_symbol_prefs.h:
5878         * plugins/symbol-browser/an_symbol_search.c:
5879         * plugins/symbol-browser/an_symbol_search.h:
5880         * plugins/symbol-browser/an_symbol_view.c:
5881         * plugins/symbol-browser/an_symbol_view.h:
5882         * plugins/symbol-browser/plugin.c:
5883         * plugins/symbol-browser/plugin.h:
5884         * plugins/terminal/terminal.c:
5885         * plugins/tools/dialog.c:
5886         * plugins/tools/dialog.h:
5887         * plugins/tools/editor.c:
5888         * plugins/tools/editor.h:
5889         * plugins/tools/execute.c:
5890         * plugins/tools/execute.h:
5891         * plugins/tools/fileop.c:
5892         * plugins/tools/fileop.h:
5893         * plugins/tools/plugin.c:
5894         * plugins/tools/plugin.h:
5895         * plugins/tools/scripts/find-fixmes.pl:
5896         * plugins/tools/scripts/translation-status.pl:
5897         * plugins/tools/tool.c:
5898         * plugins/tools/tool.h:
5899         * plugins/tools/variable.c:
5900         * plugins/tools/variable.h:
5901         * plugins/valgrind/ldd.c:
5902         * plugins/valgrind/ldd.h:
5903         * plugins/valgrind/list.c:
5904         * plugins/valgrind/list.h:
5905         * plugins/valgrind/menu-utils.c:
5906         * plugins/valgrind/menu-utils.h:
5907         * plugins/valgrind/parser.c:
5908         * plugins/valgrind/parser.h:
5909         * plugins/valgrind/plugin.c:
5910         * plugins/valgrind/plugin.h:
5911         * plugins/valgrind/preferences.c:
5912         * plugins/valgrind/preferences.h:
5913         * plugins/valgrind/process.c:
5914         * plugins/valgrind/process.h:
5915         * plugins/valgrind/symtab.c:
5916         * plugins/valgrind/symtab.h:
5917         * plugins/valgrind/vgactions.c:
5918         * plugins/valgrind/vgactions.h:
5919         * plugins/valgrind/vgcachegrindprefs.c:
5920         * plugins/valgrind/vgcachegrindprefs.h:
5921         * plugins/valgrind/vgdefaultview.c:
5922         * plugins/valgrind/vgdefaultview.h:
5923         * plugins/valgrind/vgerror.c:
5924         * plugins/valgrind/vgerror.h:
5925         * plugins/valgrind/vggeneralprefs.c:
5926         * plugins/valgrind/vggeneralprefs.h:
5927         * plugins/valgrind/vghelgrindprefs.c:
5928         * plugins/valgrind/vghelgrindprefs.h:
5929         * plugins/valgrind/vgio.c:
5930         * plugins/valgrind/vgio.h:
5931         * plugins/valgrind/vgmemcheckprefs.c:
5932         * plugins/valgrind/vgmemcheckprefs.h:
5933         * plugins/valgrind/vgrule-editor.c:
5934         * plugins/valgrind/vgrule-editor.h:
5935         * plugins/valgrind/vgrule-list.c:
5936         * plugins/valgrind/vgrule-list.h:
5937         * plugins/valgrind/vgrule.c:
5938         * plugins/valgrind/vgrule.h:
5939         * plugins/valgrind/vgrulepattern.c:
5940         * plugins/valgrind/vgrulepattern.h:
5941         * plugins/valgrind/vgsearchbar.c:
5942         * plugins/valgrind/vgsearchbar.h:
5943         * plugins/valgrind/vgstrpool.c:
5944         * plugins/valgrind/vgstrpool.h:
5945         * plugins/valgrind/vgtoolprefs.c:
5946         * plugins/valgrind/vgtoolprefs.h:
5947         * plugins/valgrind/vgtoolview.c:
5948         * plugins/valgrind/vgtoolview.h:
5949         * src/about.c:
5950         * src/about.h:
5951         * src/action-callbacks.c:
5952         * src/action-callbacks.h:
5953         * src/anjuta-actions.h:
5954         * src/anjuta-app.c:
5955         * src/anjuta-app.h:
5956         * src/anjuta-callbacks.c:
5957         * src/anjuta-callbacks.h:
5958         * src/anjuta.c:
5959         * src/anjuta.h:
5960         * src/anjuta_cbs.c:
5961         * src/bacon-message-connection.c:
5962         * src/bacon-message-connection.h:
5963         * src/getline.c:
5964         * src/main.c:
5965         * src/shell.c:
5966         * src/shell.h:
5967         * src/start-with.c:
5968         * src/start-with.h:
5969         * src/utilities.c:
5970         * src/utilities.h:
5971         * tagmanager/options.c:
5972         
5973         Change the address of FSF in various files
5975 2007-08-30  Johannes Schmid <jhs@gnome.org>
5977         * anjuta.glade:
5978         * anjuta.gladep:
5979         Removed because they are no longer in use
5980         
5981         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5982         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5983         Marked some strings as not translatable
5985         * plugins/search/search-replace.c: (list_max_items):
5986         Fixed a possible memory corruption
5988         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5989         Do not show menuitems for locked layout items
5991         * src/main.c: (main):
5992         Some minor style correction in gnome_init
5994 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5996         * plugins/debug-manager/debugger.c,
5997         plugins/debug-manager/breakpoints.c,
5998         plugins/gdb/plugin.c,
5999         plugins/gdb/debugger.c,
6000         libanjuta/interfaces/libanjuta.idl:
6001         Move all breakpoints functions from IAnjutaDebugger to a new
6002         IAnjutaBreakpointDebugger interface
6004 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
6006         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6007         * plugins/debug-manager/plugin.c,
6008         plugins/debug-manager/breakpoints.c,
6009         plugins/tools/execute.c,
6010         plugins/project-wizard/plugin.c,
6011         plugins/build-basic-autotools/executer.c,
6012         plugins/gdb/debugger.c,
6013         plugins/profiler/gprof-options.h,
6014         plugins/sourceview/assist-window.h,
6015         plugins/class-gen/transform.c,
6016         libanjuta/anjuta-plugin-description.c,
6017         libanjuta/anjuta-status.c,
6018         libanjuta/anjuta-glue-c.c,
6019         libanjuta/anjuta-glue-cpp.c,
6020         plugins/symbol-browser/an_symbol_prefs.c:
6021         Fix warnings mostly "dereferencing type-punned pointer"
6022         Fix two bugs in breakpoints.c and an_symbol_prefs.c
6024 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
6026         * plugins/debug-manager/breakpoints.c,
6027         plugins/debug-manager/debugger.c:
6028         Avoid an endless loop if clearing all breakpoints while the programm
6029         is running
6031 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
6033         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
6034         * plugins/debug-manager/plugin.c:
6035         Fix a segmentation fault added in the previous patch
6037 2007-07-21  Johannes Schmid <jhs@gnome.org>
6039         * plugins/build-basic-autotools/executer.c:
6040         (get_program_parameters):
6041         
6042         Show an error dialog if no targets are availible instead of
6043         just returning
6045 2007-07-20  Johannes Schmid <jhs@gnome.org>
6047         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6048         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6049         * libanjuta/anjuta-shell.h:
6050         * plugins/document-manager/plugin.c: (activate_plugin):
6051         * plugins/glade/anjuta-design-document.c:
6052         * plugins/glade/plugin.c: (glade_update_ui):
6053         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6054         (anjuta_shell_iface_init):
6055         * src/shell.c: (anjuta_test_shell_add_widget),
6056         (anjuta_shell_iface_init):
6057         
6058         Make the document manager undockable (#458038)
6060 2007-07-20  Johannes Schmid <jhs@gnome.org>
6062         * plugins/document-manager/plugin.c: (on_editor_update_ui):
6063         * plugins/glade/anjuta-design-document.c:
6064         * plugins/glade/plugin.c: (glade_update_ui):
6065         
6066         Fixed some save/dirty status bug in glade
6068 2007-07-20  Johannes Schmid <jhs@gnome.org>
6070         * libanjuta/anjuta-status.c:
6071         Fixed crasher on shutdown
6073 2007-07-20  Johannes Schmid <jhs@gnome.org>
6075         * configure.in:
6076         Minimum glade requirement is 3.2 now. It was before
6077         but we did not check...
6078         
6079         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6080         * libanjuta/anjuta-profile.c:
6081         (anjuta_profile_add_plugins_from_xml):
6082         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
6083         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
6084         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
6085         * plugins/file-loader/plugin.c: (on_create_submenu):
6086         * plugins/file-manager/an_file_view.c: (compare_iter):
6087         * plugins/glade/plugin.c: (activate_plugin):
6088         * src/anjuta-app.c: (on_toolbar_view_toggled):
6089         * src/main.c: (main):
6090         
6091         Fixed lots of memory leaks (thansk valgrind)
6093 2007-07-19  Johannes Schmid <jhs@gnome.org>
6095         * plugins/debug-manager/plugin.c: (value_added_current_editor):
6096         * plugins/document-manager/anjuta-docman.c:
6097         (anjuta_docman_set_busy):
6098         * plugins/document-manager/plugin.c: (on_editor_changed):
6099         * plugins/glade/plugin.c: (activate_plugin):
6100         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6101         (on_value_removed_current_editor):
6102         
6103         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
6105 2007-07-18  Johannes Schmid <jhs.gnome.org>
6107         * plugins/build-basic-autotools/executer.c: (execute_program):
6108         Fixed some of the scratchbox stuff but the environment is
6109         still broken
6111 2007-07-18  Johannes Schmid <jhs@gnome.org>
6113         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
6114         (on_plugin_deactivated), (get_plugin_loader_type):
6115         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
6116         (activate_plugin), (deactivate_plugin),
6117         (glade_plugin_instance_init):
6118         
6119         Fixed glade plugin deactivation
6121 2007-07-18  Johannes Schmid <jhs@gnome.org>
6123         * plugins/document-manager/anjuta-docman.c:
6124         (anjuta_docman_add_document):
6125         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
6126         
6127         Fixed path display in document manager with glade files
6129 2007-07-17  Johannes Schmid <jhs@gnome.org>
6131         * libanjuta/interfaces/Makefile.am.iface:
6132         * pixmaps/Makefile.am:
6133         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6134         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6135         (value_removed_current_editor):
6136         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6137         (anjuta_docman_set_current_document):
6138         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6139         (on_editor_added), (on_editor_changed):
6140         * plugins/glade/Makefile.am:
6141         * plugins/glade/anjuta-design-document.c:
6142         (anjuta_design_document_instance_init),
6143         (anjuta_design_document_set_property),
6144         (anjuta_design_document_get_property),
6145         (anjuta_design_document_class_init), (anjuta_design_document_new),
6146         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6147         * plugins/glade/anjuta-design-document.h:
6148         * plugins/glade/anjuta-glade-notebook.c:
6149         * plugins/glade/anjuta-glade-notebook.h:
6150         * plugins/glade/plugin.c: (value_added_current_editor),
6151         (value_removed_current_editor), (glade_update_ui),
6152         (on_close_activated), (on_glade_project_changed),
6153         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6154         (ifile_open):
6155         * plugins/language-support-cpp-java/plugin.c:
6156         (on_value_added_current_editor), (on_value_removed_current_editor):
6157         * plugins/macro/plugin.c: (value_added_current_editor):
6158         * plugins/project-manager/plugin.c: (value_added_current_editor):
6159         * plugins/subversion/plugin.c: (value_added_current_editor):
6160         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6162         Fixed lot of IAnjutaEditor stuff and completed glade integration
6163         with document manager
6164         
6165         * plugins/build-basic-autotools/build-basic-autotools.c:
6166         (value_added_current_editor):
6167         * plugins/build-basic-autotools/executer.c: (execute_program):
6168         
6169         Some initial code to execute projects inside scratchbox
6170         
6171 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6173         * plugins/project-import/project-import.c:
6174         Project import overwrites file on user request (bug #452579)
6176 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6178         * plugins/debug-manager/debugger.c,
6179         plugins/debug-manager/threads.c,
6180         plugins/debug-manager/plugin.c,
6181         plugins/debug-manager/registers.c,
6182         plugins/debug-manager/locals.c,
6183         plugins/debug-manager/stack_trace.c,
6184         plugins/gdb/plugin.c,
6185         plugins/gdb/debugger.c,
6186         plugins/gdb/debugger.h,
6187         libanjuta/interfaces/libanjuta.idl:
6188         Rename change-location to program-moved
6189         Store thread id as gint instead of guint
6190         Do not display registers list if not available
6191         Add intermediate debugger states if missing
6193 2007-07-11  Johannes Schmid <jhs@gnome.org>
6195         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6196         .glade:
6197         Reverted unnecessary changes (#455819)
6199 2007-07-10  Johannes Schmid <jhs@gnome.org>
6201         * plugins/glade/plugin.c:
6202         Fixed glade plugin with glade 3.2 and another crasher
6204 2007-07-09  Johannes Schmid <jhs@gnome.org>
6206         * libanjuta/interfaces/libanjuta.idl:
6207         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6208         .glade:
6209         * plugins/debug-manager/breakpoints.c:
6210         (breakpoint_item_update_in_ui),
6211         (breakpoints_dbase_edit_breakpoint),
6212         (on_toggle_breakpoint_activate):
6213         * plugins/debug-manager/plugin.c:
6214         (on_run_to_cursor_action_activate):
6215         * plugins/document-manager/action-callbacks.c:
6216         (on_editor_command_cut_activate),
6217         (on_editor_command_copy_activate),
6218         (on_editor_command_paste_activate),
6219         (on_editor_command_clear_activate):
6220         * plugins/document-manager/anjuta-docman.c:
6221         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6222         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6223         (anjuta_docman_goto_file_line_mark),
6224         (anjuta_docman_find_editor_with_path),
6225         (anjuta_docman_get_all_editors):
6226         * plugins/document-manager/anjuta-docman.h:
6227         * plugins/document-manager/plugin.c:
6228         (update_editor_ui_interface_items), (on_editor_update_ui),
6229         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6230         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6231         (ianjuta_document_manager_iface_init), (isaveable_save),
6232         (isavable_is_dirty):
6233         * plugins/editor/editor.glade:
6234         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
6235         (idocument_paste), (idocument_clear), (idocument_iface_init),
6236         (iselection_iface_init):
6237         * plugins/glade/Makefile.am:
6238         * plugins/glade/anjuta-glade-notebook.c:
6239         (anjuta_glade_notebook_instance_init),
6240         (anjuta_glade_notebook_set_property),
6241         (anjuta_glade_notebook_get_property),
6242         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
6243         (ifile_open), (ifile_get_uri), (ifile_iface_init),
6244         (ifile_savable_save), (ifile_savable_save_as),
6245         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
6246         (ifile_savable_iface_init), (idocument_can_redo),
6247         (idocument_can_undo), (idocument_begin_undo_action),
6248         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
6249         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
6250         (idocument_copy), (idocument_paste), (idocument_clear),
6251         (idocument_iface_init):
6252         * plugins/language-support-cpp-java/plugin.c:
6253         (on_value_added_current_editor), (on_value_removed_current_editor):
6254         * plugins/macro/macro-util.c: (get_current_editor):
6255         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6256         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6257         (on_next_occur), (on_incremental_entry_key_press),
6258         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6259         (on_toolbar_find_incremental_start),
6260         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6261         * plugins/search/search-replace.c: (search_start_over),
6262         (search_update_combos), (replace_update_combos),
6263         (anjuta_search_replace_activate):
6264         * plugins/search/search-replace_backend.c: (create_search_entries):
6265         * plugins/sourceview/sourceview.c: (idocument_cut),
6266         (idocument_copy), (idocument_paste), (idocument_clear),
6267         (idocument_iface_init), (iselect_iface_init), (iassist_react):
6268         * plugins/tools/editor.c: (on_editor_response):
6269         * plugins/tools/execute.c: (get_current_editor),
6270         (atp_output_context_initialize), (atp_user_tool_execute):
6271         * plugins/tools/variable.c: (get_current_editor),
6272         (atp_variable_get_editor_variable):
6273         
6274         Some more IAnjutaEditor => IAnjutaDocument fixing!
6275         
6276         * plugins/glade/anjuta-glade-notebook.h:
6277         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
6278         (glade_update_ui):
6279         * plugins/glade/plugin.h:
6280         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
6281         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
6282         be used for glade, too. It might still have some rough edges but already works.
6283         (Fixes #415547 – Glade usability problem)
6285 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
6287         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
6288           development release (I updated version of glade3 svn to 3.3.2).
6290 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6292         * plugins/symbol-browser/an_symbol_view.c:
6293         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
6295 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6297         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
6298         (on_system_tags_update_finished), (on_update_global_clicked),
6299         (prefs_page_init), (on_gconf_notify_tags_list_changed),
6300         (symbol_browser_prefs_init),
6301         (symbol_browser_prefs_create_global_tags),
6302         (symbol_browser_load_global_tags):
6303         * plugins/symbol-browser/an_symbol_prefs.h:
6304         * plugins/symbol-browser/an_symbol_view.c:
6305         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
6306         * plugins/symbol-browser/an_symbol_view.h:
6307         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
6308         on global tags update because of delayed prefs merging. Happens when
6309         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
6310         is opened.
6312 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6314         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
6315         after install/uninstall.
6317         Patch from James Liggett:
6318         * scripts/glade2schemas.pl: Fixed creating schemas for list
6319         values.
6321 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
6323         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
6324           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
6325           development release since glade svn version is also 3.3.1. In future, the
6326           solution would be for us to always increment the micro version when
6327           changing the API.
6329 2007-07-05  Johannes Schmid <jhs@gnome.org>
6331         * libanjuta/interfaces/libanjuta.idl:
6332         * plugins/build-basic-autotools/build-basic-autotools.c:
6333         (on_build_mesg_format):
6334         * plugins/debug-manager/breakpoints.c:
6335         (breakpoint_item_update_in_ui),
6336         (breakpoints_dbase_edit_breakpoint),
6337         (on_toggle_breakpoint_activate):
6338         * plugins/debug-manager/plugin.c:
6339         (on_run_to_cursor_action_activate):
6340         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
6341         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
6342         (get_current_editor), (on_save_activate), (on_save_as_activate),
6343         (on_save_prompt_save_editor), (on_close_file_activate),
6344         (on_close_all_file_activate), (on_reload_file_activate),
6345         (anjuta_print_cb), (anjuta_print_preview_cb),
6346         (on_editor_command_upper_case_activate),
6347         (on_editor_command_lower_case_activate),
6348         (on_editor_command_undo_activate),
6349         (on_editor_command_redo_activate),
6350         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
6351         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
6352         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
6353         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
6354         (on_zoom_out_text_activate), (on_force_hilite_activate),
6355         (on_indent1_activate), (on_swap_activate),
6356         (on_editor_add_view_activate), (on_editor_remove_view_activate):
6357         * plugins/document-manager/anjuta-docman.c:
6358         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
6359         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
6360         (anjuta_docman_dispose), (on_notebook_switch_page),
6361         (anjuta_docman_page_from_widget), (on_editor_destroy),
6362         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
6363         (anjuta_docman_get_current_document),
6364         (anjuta_docman_set_current_document),
6365         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
6366         (anjuta_docman_update_page_label),
6367         (anjuta_docman_get_document_from_path),
6368         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
6369         (anjuta_docman_order_tabs):
6370         * plugins/document-manager/anjuta-docman.h:
6371         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
6372         (update_editor_ui_interface_items), (update_editor_ui),
6373         (on_editor_update_save_ui), (on_editor_update_ui),
6374         (on_editor_changed), (on_save_prompt_save_editor),
6375         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
6376         (ianjuta_docman_get_current_document),
6377         (ianjuta_docman_set_current_document),
6378         (ianjuta_docman_remove_buffer),
6379         (ianjuta_document_manager_iface_init), (ifile_get_uri):
6380         * plugins/editor/text_editor.c: (itext_editor_iface_init),
6381         (idocument_get_filename), (idocument_can_undo),
6382         (idocument_can_redo), (idocument_undo),
6383         (idocument_begin_undo_action), (idocument_end_undo_action),
6384         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
6385         * plugins/language-support-cpp-java/plugin.c:
6386         (on_editor_char_inserted_cpp), (on_auto_indent):
6387         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
6388         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6389         * plugins/sample1/plugin.c: (on_sample_action_activate):
6390         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6391         (on_next_occur), (on_incremental_entry_key_press),
6392         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6393         (on_toolbar_find_incremental_start),
6394         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6395         * plugins/search/search-replace.c: (search_and_replace),
6396         (write_message_pane), (search_start_over), (search_update_combos),
6397         (replace_update_combos), (anjuta_search_replace_activate):
6398         * plugins/search/search-replace_backend.c:
6399         (file_buffer_new_from_path), (create_search_entries):
6400         * plugins/sourceview/sourceview-print.c: (create_print_job):
6401         * plugins/sourceview/sourceview.c:
6402         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
6403         (idocument_can_redo), (idocument_can_undo),
6404         (idocument_begin_undo_action), (idocument_end_undo_action),
6405         (idocument_undo), (idocument_redo), (idocument_grab_focus),
6406         (idocument_get_filename), (idocument_iface_init):
6407         * plugins/tools/editor.c: (on_editor_response):
6408         * plugins/tools/execute.c: (atp_output_context_initialize),
6409         (atp_user_tool_execute):
6410         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6411         
6412         Create IAnjutaDocument interface. This interface is a more general idea
6413         of documents being anything that can be modified, has undo/redo and
6414         may have operations like copy/paste.
6415         The primary goal is to integrate better by making it use the standard file
6416         and edit menu instead of it's own glade menu. Of course the downside is that
6417         you won't be able to view a source file and the designer at the same time. Anyway
6418         so many people have complained that they "can't save a glade file" that I think
6419         this is the much better solution.
6420         Work on the glade plugin is still to come but the most difficult things should be
6421         done now.
6423 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6425         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
6426           version 3.0.3.
6428 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6430         * libanjuta/anjuta-plugin-manager.c:
6431         (anjuta_plugin_manager_get_plugins_page),
6432         (anjuta_plugin_manager_get_remembered_plugins_page):
6433         * libanjuta/anjuta-plugin-manager.h:
6434         * src/anjuta-app.c: (anjuta_app_install_preferences):
6435         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
6436         and remembered plugins preferences pages in separate pages (avoid
6437         crowd).
6439 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6441         Patch from James Liggett  <jrliggett@cox.net>:
6442         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
6443         Installed editor preferences schemas. Fixes bug #453463.
6445 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6447         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
6448         (anjuta_preferences_dialog_init): Sort preferences pages on title.
6450 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6452         * plugins/document-manager/anjuta-document-manager.ui:
6453         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6454         * src/action-callbacks.c:
6455         * src/action-callbacks.h:
6456         * src/anjuta-actions.h:
6457         * src/anjuta-app.c: (anjuta_app_instance_init),
6458         (anjuta_app_install_preferences):
6459         * src/anjuta.glade:
6460         * src/anjuta.ui: Moved plugins and shortcuts settings inside
6461         General preferences page. Move preferences menu from Settings to
6462         Edit submenu. And got rid of Settings submenu.
6464 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6466         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
6467         
6468 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6470         * TODO.tasks: Increased bounty for on-demand preferences task to $150
6471         as discussed and agreed with James Liggett.
6473         Patch from James Liggett  <jrliggett@cox.net>:
6475         * configure.in:
6476         * libanjuta/anjuta-plugin-manager.c:
6477         (on_activated_plugin_objects_foreach),
6478         (anjuta_plugin_manager_get_active_plugin_objects):
6479         * libanjuta/anjuta-plugin-manager.h:
6480         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
6481         (anjuta_plugin_deactivate):
6482         * libanjuta/anjuta-preferences-dialog.c:
6483         (anjuta_preferences_dialog_finalize),
6484         (anjuta_preferences_dialog_class_init), (add_category_columns),
6485         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
6486         (anjuta_preferences_dialog_remove_page):
6487         * libanjuta/anjuta-preferences.c: (property_destroy),
6488         (unregister_preferences_key), (register_callbacks),
6489         (preferences_foreach_callback), (connect_prop_to_object),
6490         (anjuta_preferences_register_property_raw),
6491         (anjuta_preferences_register_property_custom),
6492         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
6493         (anjuta_preferences_remove_page),
6494         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
6495         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
6496         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
6497         (anjuta_preferences_class_init), (anjuta_preferences_new):
6498         * libanjuta/anjuta-preferences.h:
6499         * plugins/build-basic-autotools/Makefile.am:
6500         * plugins/build-basic-autotools/build-basic-autotools.c:
6501         (ipreferences_unmerge):
6502         * plugins/cvs-plugin/Makefile.am:
6503         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
6504         * plugins/document-manager/Makefile.am:
6505         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
6506         * plugins/editor/plugin.c: (ipreferences_unmerge):
6507         * plugins/file-manager/Makefile.am:
6508         * plugins/file-manager/plugin.c: (activate_plugin),
6509         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
6510         * plugins/gtodo/plugin.c: (ipreferences_merge),
6511         (ipreferences_unmerge):
6512         * plugins/language-support-cpp-java/Makefile.am:
6513         * plugins/language-support-cpp-java/plugin.c:
6514         (ipreferences_unmerge):
6515         * plugins/message-view/Makefile.am:
6516         * plugins/message-view/plugin.c: (ipreferences_unmerge):
6517         * plugins/sourceview/Makefile.am:
6518         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
6519         * plugins/symbol-browser/Makefile.am:
6520         * plugins/symbol-browser/an_symbol_prefs.c:
6521         (symbol_browser_prefs_finalize):
6522         * plugins/terminal/Makefile.am:
6523         * plugins/terminal/terminal.c: (ipreferences_unmerge):
6524         * plugins/valgrind/plugin.c: (ipreferences_merge),
6525         (ipreferences_unmerge):
6526         * scripts/Makefile.am:
6527         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
6528         * src/Makefile.am:
6529         * src/action-callbacks.c: (on_set_preferences1_activate):
6530         * src/anjuta-app.c: (anjuta_app_instance_init),
6531         (anjuta_app_install_preferences):
6532         * src/anjuta-app.h:
6533         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6534         task: Bug #445314: On demand preferences widgets creation. Thanks
6535         James for this great work.
6537 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6539         * plugins/debug-manager/data_buffer.c,
6540         plugins/message-view/message-view.c: Fixed compiler warnings.
6542 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
6544         * src/action-callbacks.c: (help_activate),
6545         (on_help_manual_activate), (on_help_tutorial_activate),
6546         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6548         Fixed help activation (bug #451557).
6550 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
6552         * AUTHORS: Added James Liggett. Forgot to add him before :(
6554 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6556         * plugins/debug-manager/debugger.c,
6557         plugins/debug-manager/plugin.c,
6558         plugins/gdb/debugger.c,
6559         libanjuta/interfaces/libanjuta.idl:
6560         Add a GError* parameter to debugger-stopped signal
6562         * (added) libanjuta/anjuta-error.c,
6563         (added) libanjuta/anjuta-error.h,
6564         libanjuta/Makefile.am:
6565         Register GError as a boxed type
6567         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6568         Support GError* in signal, GError must be registered as a boxed type
6569         Accept NULL as strings
6571 === anjuta 2.2.0 ===
6573 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
6575         * configure.in: Bumped version to 2.2.0
6576         * NEWS: Updated for 2.2.0 stable release.
6577         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6578         Reduce the idle priority to make the UI update before anything else.
6580 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
6582         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6584         * libanjuta/interfaces/libanjuta.idl:
6585         * plugins/document-manager/action-callbacks.c:
6586         (on_editor_command_complete_word_activate):
6587         * plugins/document-manager/plugin.c:
6588         (update_editor_ui_interface_items):
6589         * plugins/editor/text_editor.c: (iautocomplete_activate),
6590         (iautocomplete_iface_init):
6591         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6593         Moved autocomplete() method away from IAnjutaEditorAssist into
6594         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6595         autocomplete and does not crash with sourceview. Fixes Bug #449620
6596         – The auto completion functionality not work. Also sets menuitem 
6597         insensitive when hiding them.
6599         * plugins/debug-manager/disassemble.c:
6600         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6601         printf types.
6603 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
6605         * pixmaps/anjuta_splash.png: Updated.
6606         
6607         * plugins/search/search-replace.c
6608         (anjuta_search_replace_activate): Fixed "Find in Files" to select
6609         the right target (project).
6610         * ChangeLog: Added missing log.
6612 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6614         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6615         manuals/anjuta-manual/C/fileoperations.xml,
6616         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6618         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6620         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6622 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6624         * TODO.tasks: Added bounty for on-demand preferences.
6626         Patch from Thierry Moisan:
6627         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6628         (bug #88824).
6630 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6632         Patch from tpgww@onepost.net:
6634         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6635         * libegg/test-actions.c:
6636         * libegg/test-multi-drag.c: (main):
6637         * plugins/debug-manager/memory.c: (read_memory_block):
6638         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6640         Fixes compile warnings. Fixes bug #427101.
6642 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6644         Patch from James Liggett:
6646         * plugins/profiler/gprof-options.c: (on_option_changed),
6647         (setup_widgets):
6648         * plugins/profiler/gprof-options.h:
6649         * plugins/profiler/gprof-profile-data.c:
6650         (gprof_profile_data_init_profile):
6651         * plugins/profiler/gprof-profile-data.h:
6652         * plugins/profiler/plugin.c: (profiler_get_data),
6653         (profiler_set_target), (register_options),
6654         (on_profile_data_browse_button_clicked),
6655         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6656         * plugins/profiler/profiler.glade: implements independent targets.
6657         implements the ability to select arbitrary gmon.out files.
6658         Fixes bug #403502 – User should also be allowed to select an
6659         independent executable target.
6661 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6663         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6665         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6666         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6668 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6670         * plugins/debug-manager/plugin.c,
6671         plugins/debug-manager/breakpoints.c:
6672         Remove weak pointers when owner is destroyed
6673         Remove all breakpoints before loading new one
6675 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6677         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6678          
6679 2007-06-19  Naba Kumar  <naba@gnome.org>
6681         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6682         Bug #448491 Empty Lines Problem.
6684         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6685         
6686         * data/default.profile, plugins/message-view/plugin.c: Do not
6687         restore session for messages.
6688         Fixes bug #377461 – don't create new message window for each
6689         build/find.
6691         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6692         Fixes a crash on exit/project-close if profiler plugin is loaded.
6694 2007-06-17  Naba Kumar  <naba@gnome.org>
6696         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6697         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6699         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6700         Bug #448034 – Anjuta crashes on starting (when the last project
6701         directory was deleted).
6703         * plugins/document-manager/plugin.c: Set line markers for files
6704         opened via IAnjutaFile::open(). Fixes missing line markers while
6705         navigating symbols.
6707 2007-06-17  Naba Kumar  <naba@gnome.org>
6709         * plugins/sourceview/sourceview.glade: Set correct font
6710         default value and use monospace instead of sans. Fixes
6711         bug #448408 – crash in Anjuta IDE: Trying to change the
6712         editor
6714 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6716         * plugins/search/search-replace.c,
6717         plugins/search/search-replace.h,
6718         plugins/search/anjuta-search.glade:
6719         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6720         Fixes bug #355166
6722 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6724         * plugins/debug-manager/plugin.c,
6725         plugins/debug-manager/breakpoints.c:
6726         Add weak references, fixes bug #448053 ?
6728 2007-06-16  Naba Kumar  <naba@gnome.org>
6730         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6731         dialog to allow forgetting them if user chooses to select a different
6732         one.
6734 2007-06-13  Naba Kumar  <naba@gnome.org>
6736         * plugins/sourceview/sourceview-prefs.c: Initialize font
6737         on startup correctly if use_theme is set.
6739         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6740         if available for default font. Fixes bug #447304.
6742         * plugins/sourceview/sourceview-prefs.c: Return value based
6743         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6744         for the first time has black background
6745         
6746         * plugins/project-manager/plugin.c: Give a better error message
6747         when project could not be loaded.
6749         * libanjuta/anjuta-serializer.c: Added a comment.
6751 2007-06-13  Johannes Schmid <jhs@gnome.org>
6753         * configure.in:
6754         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6755         most warnings to avoid simple coding problems.
6756         
6757         * plugins/message-view/anjuta-msgman.c:
6758         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6759         * plugins/message-view/plugin.c: (on_view_changed),
6760         (ianjuta_msgman_add_view):
6761         
6762         Fixed #440866 by always presenting the message-manager when a tab is
6763         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6764         
6765         * plugins/subversion/subversion-callbacks.c:
6766         (on_subversion_commit_response):
6767         Destroy dialog if user clicks "No"
6769 2007-06-12  Naba Kumar  <naba@gnome.org>
6771         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6772         read and use of uninitialized variable.
6774         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6775         because it is used in credits listing and packaging could compress
6776         it in docdir. Fixes bug #397881: The credits are empty
6778         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6779         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6780         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6781         plugins/symbol-browser/an_symbol_info.c,
6782         plugins/symbol-browser/plugin.c,
6783         plugins/symbol-browser/an_symbol_view.c,
6784         plugins/editor/aneditor-autocomplete.cxx:
6786         - Do not access TMTag
6787         member in TMSymbol when freeing it because by then the tags
6788         could have changed. Avoids dangerous memory corruptions by freeing
6789         someone else's memory (Could explain those random crashes when
6790         refreshing symbols or re-loading a different project or closing
6791         a project). Anything that tries to refresh symbols could trigger
6792         this corruptions.
6793         - Added a flag to also retrieve method definitions as part of
6794         the class's scope members. And used it to set both function prototype
6795         and definition in symbols. Fixes navigation to prototype and
6796         function definitions from symbol browser (bug #440370)
6798         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6799         memory. Could fix those bogus 'file changed' dialogs.
6801         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6803 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6805         * (added) libanjuta/anjuta-utils-priv.h,
6806         libanjuta/anjuta-utils.h,
6807         libanjuta/anjuta-launcher.c,
6808         libanjuta/Makefile.am:
6809         Fix bug #440801: do not use config.h in public include files
6811 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6813         * plugins/project-wizard/templates/mkfile.wiz:
6814         Fix bug #442038: missing project.sh file
6816         * configure.in,
6817         plugins/project-wizard/templates/Makefile.am,
6818         plugins/project-wizard/templates/translatable-strings.h,
6819         (added) plugins/project-wizard/templates/sdl.wiz,
6820         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6821         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6822         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6823         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6824         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6825         (added) plugins/project-wizard/templates/sdl/src/main.c,
6826         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6827         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6828         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6829         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6830         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6831         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6832         Fix bug #315635: add a SDL project wizard
6834 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6836         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6837         when SIGCHLD is triggered when main loop context is locked. Dead lock
6838         happens when child_exited callback also accesses main loop context.
6839         Happens particularly badly in debug target exiting.
6841 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6843         * manuals/anjuta-manual/C/debugger.xml:
6844         First update of the debugger documentation
6846 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6848         * manuals/anjuta-manual/C/fileoperations.xml,
6849         manuals/anjuta-manual/C/projects.xml,
6850         manuals/anjuta-manual/C/anjuta-manual.xml,
6851         manuals/anjuta-manual/C/build.xml,
6852         manuals/anjuta-manual/C/execute.xml,
6853         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6854         Added project properties documentation. Moved execution section
6855         inside project management. Removed dead documentation.
6857 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6859         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6860         plugins/symbol-browser/plugin.h,
6861         plugins/symbol-browser/an_symbol_prefs.c,
6862         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6863         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6864         progress bar instead of separate window for system tags
6865         generation. Renamed AnjutaStatus methods to a proper ones.
6867         * plugins/symbol-browser/plugin.c,
6868         plugins/symbol-browser/plugin.h,
6869         plugins/symbol-browser/an_symbol_prefs.c,
6870         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6871         global-tags/create_global_tags.sh.in: Get rid of message window
6872         for showing global tags creation and use a small window with
6873         progress bar.
6875 2007-05-30  Naba Kumar  <naba@gnome.org>
6877         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6878         Bug 442315 – After calling configure, the build menus are still insensitive,
6879         Bug 442314 – Autogeneration fails when there is no autogen.sh
6881         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6882         fails to remove target/source/group. Fixes bug #440196 – crash in
6883         Anjuta IDE: removing a target
6885 2007-05-29  Naba Kumar  <naba@gnome.org>
6887         * plugins/symbol-browser/an_symbol_view.c,
6888         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6889         tags generation. Fixed runtime warning.
6891 2007-05-28  Naba Kumar  <naba@gnome.org>
6893         Patch from James Liggett  <jrliggett@cox.net>:
6894         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6895         Fixed bug #403502 – User should also be allowed to select an
6896         independent executable target.
6898 2007-05-27  Johannes Schmid <jhs@gnome.org>
6900         * plugins/build-basic-autotools/build-basic-autotools.c:
6901         (get_real_directory), (on_build_mesg_format):
6902         
6903         Find correct files for error messages inside scratchbox
6905 2007-05-27  Naba Kumar  <naba@gnome.org>
6907         * manuals/anjuta-manual/C/projects.xml,
6908         manuals/anjuta-manual/C/projects.xml: Updated project
6909         management chapter more.
6911 2007-05-25  Johannes Schmid <jhs@gnome.org>
6913         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6914         * plugins/build-basic-autotools/build-basic-autotools.c:
6915         (on_sb_check_toggled), (build_execute_command),
6916         (ipreferences_merge), (ipreferences_unmerge):
6917         Added support for building inside scratchbox environment
6918         
6919         Patch from James Liggett <jrliggett@cox.net>:
6920         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6921         (anjuta_msgman_append_view):
6923         Fix 440866 
6924           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6926 2007-05-23  Naba Kumar  <naba@gnome.org>
6928         * manuals/anjuta-manual/C/projects.xml: Updated project
6929         management chapter.
6931 2007-05-22  Naba Kumar  <naba@gnome.org>
6933         * manuals/anjuta-manual/C/projects.xml: More updates.
6935         * manuals/anjuta-manual/C/introduction.xml,
6936         manuals/anjuta-manual/C/projects.xml,
6937         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6939 2007-05-22  Naba Kumar  <naba@gnome.org>
6941         Patch from Étienne Bersac:
6942         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6943         class in generated class.
6945 2007-05-22  Naba Kumar  <naba@gnome.org>
6947         * plugins/profiler/plugin.c: Fixed a compiler warning.
6948         * plugins/valgrind/Makefile.am: Added ldflags.
6950         Patch from James Liggett:
6951         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6952         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6953         specific options.
6955 2007-05-18  Johannes Schmid <jhs@gnome.org>
6957         * plugins/editor/text_editor.c:
6958         * plugins/language-support-cpp-java/plugin.c:
6959         (on_editor_language_changed), (on_value_added_current_editor),
6960         (on_value_removed_current_editor):
6961         
6962         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6963         Fix assist support in language-support-plugin.
6965 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6967         * libanjuta/interfaces/libanjuta.idl:
6968         Add a new interface allowing to implement plugin able
6969         to load other plugins (not written in C)
6971         * libanjuta/anjuta-plugin-handle.c,
6972         libanjuta/anjuta-plugin-handle.h:
6973         Add a language and a resident plugin properties
6975         * libanjuta/anjuta-glue-plugin.c,
6976         libanjuta/anjuta-glue-plugin.h,
6977         (added)libanjuta/anjuta-glue-c.c,
6978         (added)libanjuta/anjuta-glue-c.h,
6979         libanjuta/Makefile.am:
6980         Split code used to load a C plugin into a common part
6981         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6983         * libanjuta/anjuta-glue-factory.c,
6984         libanjuta/anjuta-glue-factory.h,
6985         libanjuta/anjuta-plugin-manager.c:
6986         Allow to load plugin not written in C and search for the
6987         additional needed code in another plugin
6989 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6991         * plugins/editor/text_editor.c:
6992         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6993         avoiding a crash if scintilla is used
6995 2007-05-14  Johannes Schmid <jhs@gnome.org>
6997         * libanjuta/interfaces/libanjuta.idl:
6998         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6999         (assist_cleanup), (on_assist_end), (on_assist_cancel),
7000         (on_assist_chosen), (on_assist_update), (get_context),
7001         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
7002         (install_assist), (uninstall_assist), (install_support),
7003         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
7004         (cpp_java_plugin_instance_init):
7005         * plugins/language-support-cpp-java/plugin.h:
7006         Use IAnjutaEditorAssist to show language specific suggestions
7007         
7008         * plugins/sourceview/Makefile.am:
7009         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
7010         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7011         * plugins/sourceview/anjuta-view.h:
7012         * plugins/sourceview/assist-window.c: (assist_window_expose),
7013         (assist_window_set_property), (assist_window_get_property),
7014         (assist_window_class_init), (assist_activated),
7015         (assist_window_init), (assist_window_finalize),
7016         (assist_window_select), (assist_window_first),
7017         (assist_window_last), (assist_window_up), (assist_window_down),
7018         (get_coordinates), (assist_window_move), (assist_window_update),
7019         (assist_window_filter_keypress), (assist_window_is_active),
7020         (assist_window_new), (assist_window_get_trigger),
7021         (assist_window_get_position):
7022         * plugins/sourceview/assist-window.h:
7023         * plugins/sourceview/sourceview-args.c (removed):
7024         * plugins/sourceview/sourceview-args.h (removed):
7025         * plugins/sourceview/sourceview-autocomplete.c (removed):
7026         * plugins/sourceview/sourceview-autocomplete.h (removed):
7027         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7028         * plugins/sourceview/sourceview-private.h:
7029         * plugins/sourceview/sourceview-scope.c(removed):
7030         * plugins/sourceview/sourceview-scope.h(removed):
7031         * plugins/sourceview/sourceview.c: (on_assist_chosen),
7032         (on_assist_cancel), (on_document_char_added),
7033         (on_reload_dialog_response), (sourceview_class_init),
7034         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
7035         (iassist_remove_trigger), (iassist_autocomplete),
7036         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
7037         (iassist_react), (iassist_iface_init):
7038         * plugins/sourceview/tag-window.c (moved to assist-window.c):
7039         * plugins/sourceview/tag-window.h (moved to assist-window.c):
7040         
7041         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7042         - Mark files dirty if reload dialog is canceled.
7044 2007-05-12  Naba Kumar  <naba@gnome.org>
7046         * libanjuta/anjuta-launcher.h: Corrected include file.
7048 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7050         * libanjuta/anjuta-glue-plugin.c,
7051         libanjuta/anjuta-glue-plugin.h,
7052         libanjuta/anjuta-glue-factory.c,
7053         libanjuta/anjuta-glue-factory.h,
7054         ibanjuta/anjuta-plugin-manager.c:
7055         Move code used to load a C plugin from glue-factory to glue-plugin
7056         So loading a plugin written in another language could be done by
7057         just using another object derived from AnjutaGluePlugin
7059         * libanjuta/libanjuta.h:
7060         Remove anjuta-plugin-handle header, it's not installed as libanjuta
7061         includes
7063 === anjuta 2.1.3 ===
7065 2007-05-11  Naba Kumar  <naba@gnome.org>
7067         * configure.in: Bumped version to 2.1.3
7068         * NEWS: Updated.
7069         * AUTHORS: Updated.
7070         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
7072 2007-05-11  Naba Kumar  <naba@gnome.org>
7074         * configure.in:
7075         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
7076         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
7077         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
7079 2007-05-10  Johannes Schmid <jhs@gnome.org>
7081         * plugins/search/plugin.c:
7082         Make incremental search behave less annoying
7083         
7084 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
7086         * plugins/macro/macro-util.c:
7087         Fix bug #419008 and bug #419036
7088         When creating new header file, use name and email set in
7089         preferences and replace invalid C character by underscore
7090         in guards
7092 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
7094         * plugins/search/search-replace.c,
7095         plugins/search/search-replace_backend.c:
7096         Disable search button if search expression is empty (bug #378193)
7098 2007-05-08  Naba Kumar  <naba@gnome.org>
7100         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
7101         build error.
7103 2007-05-07  Naba Kumar  <naba@gnome.org>
7105         * configure.in:
7106         * plugins/project-wizard/templates/Makefile.am:
7107         * plugins/project-wizard/templates/minimal.wiz:
7108         * plugins/project-wizard/templates/minimal/.cvsignore:
7109         * plugins/project-wizard/templates/minimal/Makefile.am:
7110         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
7111         * plugins/project-wizard/templates/minimal/autogen.sh:
7112         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
7113         * plugins/project-wizard/templates/minimal/project.anjuta:
7114         Added 'minimal', a generic and flat, project template.
7115         
7116 2007-05-05  Naba Kumar  <naba@gnome.org>
7118         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
7120         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
7121         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
7122         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
7123         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
7124         instead of a real one, fixes interdependency with libanjuta.
7125         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
7126         * libanjuta/Makefile.am: 
7127         * libegg/Makefile.am:
7128         * plugins/build-basic-autotools/Makefile.am:
7129         * plugins/class-gen/Makefile.am:
7130         * plugins/class-inheritance/Makefile.am:
7131         * plugins/cvs-plugin/Makefile.am:
7132         * plugins/debug-manager/Makefile.am:
7133         * plugins/devhelp/Makefile.am:
7134         * plugins/document-manager/Makefile.am:
7135         * plugins/editor/Makefile.am:
7136         * plugins/file-loader/Makefile.am:
7137         * plugins/file-manager/Makefile.am:
7138         * plugins/file-wizard/Makefile.am:
7139         * plugins/gdb/Makefile.am:
7140         * plugins/glade/Makefile.am:
7141         * plugins/gtodo/Makefile.am:
7142         * plugins/language-support-cpp-java/Makefile.am:
7143         * plugins/macro/Makefile.am:
7144         * plugins/message-view/Makefile.am:
7145         * plugins/patch/Makefile.am:
7146         * plugins/profiler/Makefile.am:
7147         * plugins/project-import/Makefile.am:
7148         * plugins/project-manager/Makefile.am:
7149         * plugins/project-wizard/Makefile.am:
7150         * plugins/sample1/Makefile.am:
7151         * plugins/search/Makefile.am:
7152         * plugins/sourceview/Makefile.am:
7153         * plugins/subversion/Makefile.am:
7154         * plugins/symbol-browser/Makefile.am:
7155         * plugins/terminal/Makefile.am:
7156         * plugins/tools/Makefile.am:
7157         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7159 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7161         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7163 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7165         * libanjuta/anjuta-launcher.c,
7166         libanjuta/anjuta-launcher.h:
7167         Add some missing implementation
7169 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7171         Reviewed by Naba Kumar  <naba@gnome.org>:
7172         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7173         for uninstall-hook.
7175 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7177         Reviewed by Naba Kumar  <naba@gnome.org>:
7178         * plugins/editor/text_editor.c: Large memory addresses were being
7179         truncated, switched to glong (bug #422143).
7181 2007-04-24  Naba Kumar  <naba@gnome.org>
7183         * plugins/document-manager/plugin.c: (prefs_finalize):
7184         * plugins/editor/aneditor-autocomplete.cxx:
7185         * plugins/editor/text_editor_menu.c:
7186         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7187         * plugins/file-loader/plugin.c: (open_file_with),
7188         (create_open_with_submenu):
7189         * plugins/file-manager/plugin.c: (prefs_finalize):
7190         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7191         pointer type castings.
7193 2007-04-24  Naba Kumar  <naba@gnome.org>
7195         Patch from s|s  <supreet.sethi@gmail.com>:
7196         * (added) plugins/project-wizard/templates/django-logo.png:
7197         * (added) plugins/project-wizard/templates/django.wiz:
7198         * plugins/project-wizard/templates/Makefile.am:
7199         * plugins/project-wizard/templates/translatable-strings.h: Added
7200         django project template. http://www.djangoproject.com/
7202 2007-04-24  Naba Kumar  <naba@gnome.org>
7204         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7205         the log entry widget and made the dialog little larger.
7207 2007-04-24  Naba Kumar  <naba@gnome.org>
7209         Patch from Halton Huo:
7210         * configure.in:
7211         * plugins/project-wizard/property.c:
7212         * plugins/subversion/svn-auth.c:
7213         * plugins/subversion/svn-backend-priv.h:
7214         * plugins/subversion/svn-backend.c:
7215         * plugins/subversion/svn-backend.h:
7216         * plugins/subversion/svn-notify.h: Proper use of subversion
7217         headers. Fixes build issues in solaris (bug #426701).
7219 2007-04-24  Naba Kumar  <naba@gnome.org>
7221         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7222         
7223         * plugins/project-wizard/templates/cpp.wiz:
7224         * plugins/project-wizard/templates/gcj.wiz:
7225         * plugins/project-wizard/templates/gnome.wiz:
7226         * plugins/project-wizard/templates/gtk.wiz:
7227         * plugins/project-wizard/templates/gtkmm.wiz:
7228         * plugins/project-wizard/templates/java.wiz:
7229         * plugins/project-wizard/templates/python.wiz:
7230         * plugins/project-wizard/templates/terminal.wiz:
7231         * plugins/project-wizard/templates/wxwin.wiz:
7232         * plugins/project-wizard/templates/xlib-dock.wiz:
7233         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
7234         project option and set it ON by default (since gnome-build, can't
7235         enabled configure shared lib support later when a sharedlib target
7236         is added).
7238 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7240         * plugins/debug-manager/stack_trace.c:
7241         Fix a missing case in the previous changes
7243 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7245         * plugins/debug-manager/plugin.c:
7246         Fix bug #430401
7248         * plugins/debug-manager/breakpoints.c,
7249         plugins/gdb/plugin.c:
7250         Fix adding breakpoint on a function
7252         * plugins/debug-manager/stack_trace.c:
7253         Highlight changed stack frame
7255 2007-04-18  Naba Kumar  <naba@gnome.org>
7257         * plugins/document-manager/anjuta-docman.c:
7258         (anjuta_docman_dispose), (on_editor_destroy),
7259         (anjuta_docman_remove_editor): Remove the editor widget from
7260         the parent container before calling destroy, otherwise container
7261         removal happens after TextEditor is disposed resulting in call
7262         to value-remove for a TextEditor which is half-dead (crash).
7264 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
7266         * plugins/debug-manager/data_buffer.c
7267         plugins/debug-manager/data_view.c,
7268         plugins/debug-manager/memory.c:
7269         Fixes for bug #418523, bug #427090 and bug #428174
7271 2007-04-11 Halton Huo <halton.huo@sun.com>
7273         reviewed by: <jhs@gnome.org>
7275         * configure.in:
7276         * libanjuta/Makefile.am:
7277         * libanjuta/anjuta-utils.c:
7278         * libanjuta/anjuta-utils.h:
7279         * manuals/reference/libanjuta/Makefile.am:
7280         
7281         Fixed compilation on sun by deploying the libutil methods
7282         in anjuta-utils.h and building them on condition.
7284 2007-04-11  Johannes Schmid <jhs@gnome.org>
7286         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
7287         (anjuta_docman_add_editor):
7288         Hold a reference on the editor as long as we use it.
7289         
7290         * plugins/document-manager/plugin.c: (on_editor_changed):
7291         Destroy GValue to fix a memoery leak.
7293 2007-04-11  Johannes Schmid <jhs@gnome.org>
7295         * plugins/document-manager/plugin.c: (on_editor_changed):
7296         Fixed reference counting for editor by using g_value_take_object instead
7297         of g_value_set_object. The editors are now correctly finalized and thus
7298         we do not lack so much memory anymore.
7299         
7300         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
7301         (anjuta_view_finalize), (anjuta_view_focus_out),
7302         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7303         * plugins/sourceview/anjuta-view.h:
7304         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
7305         * plugins/sourceview/sourceview-prefs.c:
7306         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
7307         * plugins/sourceview/sourceview-prefs.h:
7308         * plugins/sourceview/sourceview-private.h:
7309         * plugins/sourceview/sourceview.c: (on_document_loaded),
7310         (timeout_unref), (on_document_saved), (sourceview_finalize),
7311         (sourceview_new), (ifile_open), (ifile_savable_save),
7312         (ifile_savable_save_as):
7314         Several changes to fix things when the editor is correctly destroyed.
7315         Fixed preferences (which led me to the refcounting issue, #409412)
7316         and removed deprecated completition code that will be replace by
7317         IAnjutaAssist interface soon. 
7319 2007-04-11  Johannes Schmid <jhs@gnome.org>
7321         * libanjuta/anjuta-launcher.c:
7322         (anjuta_launcher_execution_done_cleanup),
7323         (anjuta_launcher_child_terminated):
7324         Possible fix for #428363 and added a g_return_if_fail
7326         * plugins/message-view/plugin.c: (activate_plugin):
7327         Fixed a Gtk/Gdl-Critical
7328         
7329         Patches from Étienne Bersac <bersace03@laposte.net>
7330         * plugins/class-gen/templates/go-source.tpl:
7331         * plugins/macro/macros.xml:
7332         Use better template for GObjects (#417875 and #417918)
7333         
7334         Patches from Halton Huo <halton.huo@sun.com>
7335         * libanjuta/anjuta-launcher.h:
7336         * libanjuta/anjuta-preferences.c:
7337         * libanjuta/anjuta-utils.c:
7338         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
7339         (cg_window_set_add_to_repository):
7340         * plugins/class-inheritance/class-inherit.c:
7341         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
7343 2007-04-09  Johannes Schmid <jhs@gnome.org>
7345         * plugins/editor/print.c: (anjuta_print_show_header):
7346         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7347         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7349   Some string changes (#427395 and #427399)
7351 2007-04-06  Johannes Schmid <jhs@gnome.org>
7353         * plugins/build-basic-autotools/build-basic-autotools.c:
7354         (on_build_mesg_format), (on_build_mesg_parse):
7355         Fixed full path detection
7357 2007-04-05  Naba Kumar  <naba@gnome.org>
7359         Patch from Halton Huo:
7360         * libanjuta/Makefile.am:
7361         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
7362         * libanjuta/anjuta-glue-cpp.h:
7363         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
7364         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
7365         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
7366         (anjuta_glue_factory_get_path), (get_already_loaded_module),
7367         (load_plugin), (anjuta_glue_factory_get_object_type):
7368         * libanjuta/anjuta-glue-factory.h:
7369         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
7370         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
7371         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
7372         (anjuta_glue_plugin_new):
7373         * libanjuta/anjuta-glue-plugin.h:
7374         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
7375         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
7376         * libanjuta/anjuta-plugin.h:
7377         * libanjuta/glue-cpp.c:
7378         * libanjuta/glue-cpp.h:
7379         * libanjuta/glue-factory.c:
7380         * libanjuta/glue-factory.h:
7381         * libanjuta/glue-plugin.c:
7382         * libanjuta/glue-plugin.h:
7383         * plugins/build-basic-autotools/build-basic-autotools.h:
7384         * plugins/class-gen/plugin.h:
7385         * plugins/class-inheritance/plugin.h:
7386         * plugins/cvs-plugin/plugin.h:
7387         * plugins/debug-manager/plugin.h:
7388         * plugins/devhelp/plugin.h:
7389         * plugins/document-manager/plugin.h:
7390         * plugins/editor/plugin.h:
7391         * plugins/file-loader/plugin.h:
7392         * plugins/file-manager/plugin.h:
7393         * plugins/file-wizard/plugin.h:
7394         * plugins/gdb/plugin.h:
7395         * plugins/glade/plugin.h:
7396         * plugins/gtodo/plugin.h:
7397         * plugins/language-support-cpp-java/plugin.h:
7398         * plugins/macro/plugin.h:
7399         * plugins/message-view/plugin.h:
7400         * plugins/patch/plugin.h:
7401         * plugins/profiler/plugin.h:
7402         * plugins/project-import/plugin.h:
7403         * plugins/project-manager/plugin.h:
7404         * plugins/project-wizard/plugin.h:
7405         * plugins/sample1/plugin.h:
7406         * plugins/search/plugin.h:
7407         * plugins/sourceview/plugin.h:
7408         * plugins/subversion/plugin.h:
7409         * plugins/symbol-browser/plugin.h:
7410         * plugins/terminal/terminal.c:
7411         * plugins/tools/plugin.h:
7412         * plugins/tools/scripts/tools-2.xml.in:
7413         * plugins/valgrind/plugin.h:
7415         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
7417 2007-04-05  Naba Kumar  <naba@gnome.org>
7419         * anjuta.spec.in, configure.in: Removed dead codes.
7420         
7421         Patch from Jos Dehaes:
7422         * configure.in, plugins/project-wizard/templates/Makefile.am,
7423         plugins/project-wizard/templates/mkfile.wiz,
7424         plugins/project-wizard/templates/translatable-strings.h: Enabled
7425         makefile-based project creation and import. Fixes bug #355145
7427 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
7429         * plugins/debug-manager/debugger.c,
7430         plugins/debug-manager/plugin.c,
7431         plugins/gdb/anjuta-gdb.plugin.in:
7432         Code cleaning (remove unused code, rename this into self)
7433         Add information about supported format in debugger plugin
7434         Activate debugger plugin according to the target format
7436 2007-04-01  Naba Kumar  <naba@gnome.org>
7438         * plugins/message-view/message-view.c:
7439         (message_view_instance_init): Fixed message icons to appear.
7441 2007-03-31  Johannes Schmid <jhs@gnome.org>
7443         * plugins/message-view/anjuta-msgman.c:
7444         (anjuta_msgman_append_view):
7445         * plugins/message-view/plugin.c: (on_view_changed),
7446         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
7447         
7448         Fixed #424845
7450 2007-03-31  Johannes Schmid <jhs@gnome.org>
7452         * plugins/message-view/message-view.c:
7453         (message_view_instance_init), (imessage_view_append):
7454         Show nice icons beside the messages for info, warning and error. This is a completly
7455         cosmetic change so if someone dislikes it he is free to remove it.
7457 2007-03-31  Johannes Schmid <jhs@gnome.org>
7458         
7459         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
7460         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
7461         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
7462         * plugins/message-view/anjuta-msgman.h:
7463         * plugins/message-view/message-view.h:
7464         * plugins/message-view/plugin.c: (on_view_changed),
7465         (activate_plugin):
7466         Fixed #359399 and made next/previous insensitive when not availible
7467         
7468         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
7469         (tag_style_to_string):
7470         Fixed namespace Problem with gdk >= 2.11
7471         
7472         * plugins/sourceview/sourceview-autocomplete.c:
7473         (sourceview_autocomplete_init):
7474         Removed structure, follow-up of #423682
7476 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
7478         * plugins/debug-manager/debug_tree.c,
7479         plugins/debug-manager/debug_tree.h,
7480         plugins/debug-manager/watch.c,
7481         plugins/debug-manager/anjuta-debug-manager.glade:
7482         Inspect variable at cursor
7483         Fix buttons in inspect dialog
7485 2007-03-27  Halton Huo  <halton.huo@sun.com>
7487         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
7489         * plugins/sourceview/sourceview-autocomplete.c
7490         plugins/debug-manager/disassemble.c,
7491         libanjuta/interfaces/libanjuta.idl:
7492         Remove array with 0 size and empty structure as it is not
7493         supported by sun cc, Fixes bug #423682
7495         * plugins/debug-manager/debugger.c:
7496         Remove anonymous union as it is not supported by sun cc,
7497         Fixes bug #423680
7499 === anjuta 2.1.2 ===
7501 2007-03-28  Naba Kumar  <naba@gnome.org>
7503         * configure.in: Bumped version to 2.1.2
7504         * NEWS: Updated for release.
7505         
7506         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
7507         Improved breakpoint marker icon.
7508         
7509         * plugins/editor/anjuta-editor.plugin.in,
7510         plugins/sourceview/sourceview.plugin.in: Made editor plugins
7511         non user activable since they are now remembered properly.
7513 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
7515         * plugins/tools/editor.c:
7516         Fix bug #423270
7518 2007-03-27  Naba Kumar  <naba@gnome.org>
7520         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
7521         word when autocompleting without leaving any trailing part of
7522         the word.
7524 2007-03-27  Kamil Páral  <ripper42@gmail.com>
7526         Reviewed by Naba Kumar  <naba@gnome.org>:
7527         * anjuta.desktop.in.in: Remove "Application" category from desktop
7528         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
7529         
7530 2007-03-27  Naba Kumar  <naba@gnome.org>
7531         
7532         * configure.in, plugins/document-manager/anjuta-docman.c:
7533         (anjuta_docman_add_editor): Conditionally compile notebook tab
7534         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7536         Patch from Halton Huo:
7537         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7538         non gcc compiler flags. Fixes bug #423089.
7539         
7540 2007-03-26  Naba Kumar  <naba@gnome.org>
7541         
7542         * AUTHORS, NEWS, TODO.tasks: Updated.
7543         
7544         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7545         close menuitem.
7546         
7547         * plugins/symbol-browser/plugin.c: (on_editor_saved),
7548         (update_editor_symbol_model), (iter_matches),
7549         (on_editor_update_ui), (value_added_current_editor),
7550         (activate_plugin), (dispose),
7551         (symbol_browser_plugin_instance_init):
7552         * plugins/symbol-browser/plugin.h: update line on editor save
7553         and editor change. Code clean up and fixed warnings.
7555 2007-03-26  Naba Kumar  <naba@gnome.org>
7557         * plugins/project-wizard/templates/java/project.anjuta,
7558         plugins/project-wizard/templates/python/project.anjuta,
7559         plugins/project-wizard/templates/python/project.anjuta:
7560         Removed version control plugins from default selection.
7562         * plugins/tools/scripts/prepare-changelog.pl,
7563         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7564         script to a better one (that works on both cvs and svn).
7566 2007-03-26  Naba Kumar  <naba@gnome.org>
7568         * (added) plugins/project-wizard/templates/translatable-strings.pl,
7569         Makefile.am: Added the generated translatable file (required for
7570         translations for svn checkouts).
7572         * (added)
7573         plugins/project-wizard/templates/extract-translatable-strings.pl
7574         plugins/project-wizard/templates/Makefile.am, Makefile.am,
7575         po/POTFILES.in: Generated translatable strings for .wiz files and
7576         added them in POTFILES.in for translation. Fixes bug #398035
7578 2007-03-25  Naba Kumar  <naba@gnome.org>
7580         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7581         
7582         * src/anjuta-app.c: Removed dead codes.
7583         
7584         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7585         global tags generation starts.
7586         
7587         * plugins/debug-manager/chunk_view.c,
7588         plugins/debug-manager/start.h,
7589         plugins/debug-manager/chunk_view.h,
7590         plugins/debug-manager/utilities.c,
7591         plugins/debug-manager/utilities.h,
7592         plugins/debug-manager/debugger.c,
7593         plugins/debug-manager/threads.c,
7594         plugins/debug-manager/disassemble.c,
7595         plugins/debug-manager/info.c,
7596         plugins/debug-manager/sharedlib.c,
7597         plugins/debug-manager/threads.h,
7598         plugins/debug-manager/disassemble.h,
7599         plugins/debug-manager/signals.c,
7600         plugins/debug-manager/info.h,
7601         plugins/debug-manager/sharedlib.h,
7602         plugins/debug-manager/data_buffer.c,
7603         plugins/debug-manager/data_view.c,
7604         plugins/debug-manager/signals.h,
7605         plugins/debug-manager/debug_tree.c,
7606         plugins/debug-manager/watch.c,
7607         plugins/debug-manager/registers.c,
7608         plugins/debug-manager/data_buffer.h,
7609         plugins/debug-manager/data_view.h,
7610         plugins/debug-manager/memory.c,
7611         plugins/debug-manager/debug_tree.h,
7612         plugins/debug-manager/watch.h,
7613         plugins/debug-manager/registers.h,
7614         plugins/debug-manager/memory.h,
7615         plugins/debug-manager/locals.c,
7616         plugins/debug-manager/sexy-icon-entry.c,
7617         plugins/debug-manager/breakpoints.c,
7618         plugins/debug-manager/locals.h,
7619         plugins/debug-manager/sexy-icon-entry.h,
7620         plugins/debug-manager/stack_trace.c,
7621         plugins/debug-manager/breakpoints.h,
7622         plugins/debug-manager/sparse_buffer.c,
7623         plugins/debug-manager/sparse_view.c,
7624         plugins/debug-manager/stack_trace.h,
7625         plugins/debug-manager/sparse_buffer.h,
7626         plugins/debug-manager/sparse_view.h,
7627         plugins/debug-manager/start.c,
7628         plugins/gdb/utilities.c,
7629         plugins/gdb/utilities.h,
7630         plugins/gdb/debugger.c,
7631         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7632         setup.
7634 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7636         * plugins/gdb/debugger.c:
7637         Avoid empty debugger log window by limiting line to 90 characters
7639 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7641         * plugins/debug-manager/plugin.c,
7642         plugins/debug-manager/plugin.h,
7643         plugins/debug-manager/threads.c,
7644         plugins/debug-manager/threads.h,
7645         plugins/debug-manager/breakpoints.c,
7646         plugins/debug-manager/breakpoints.h,
7647         plugins/debug-manager/stack_trace.c,
7648         plugins/debug-manager/stack_trace.h:
7649         View code action now changes location in disassembly view too
7651         * plugins/debug-manager/anjuta-debug-manager.ui:
7652         Rename breakpoint actions
7654 2007-03-24  Naba Kumar  <naba@gnome.org>
7656         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7657         in gdl 0.7.3 (svn trunk).
7658         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7659         
7660 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7662         * plugins/debug-manager/threads.c,
7663         plugins/debug-manager/debug_tree.c,
7664         plugins/debug-manager/debug_tree.h,
7665         plugins/debug-manager/locals.c,
7666         plugins/debug-manager/registers.c,
7667         plugins/debug-manager/stack_trace.c:
7668         Allow to change current thread updating register, stack and locals
7669         Allow to change current stack frame updating locals
7671         * plugins/gdb/debugger.c:
7672         Read argument of selected stack frame
7674         * plugins/debug-manager/data_view.c:
7675         Fix an unrelated bug
7677 2007-03-23  Naba Kumar  <naba@gnome.org>
7679         * plugins/document-manager/anjuta-docman.c,
7680         plugins/document-manager/plugin.c: Fixed many memory leaks.
7681         (ianjuta_file_get_uri() returns a new string).
7683         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7684         widget for save dialogs.
7685         
7686         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7687         svn and fixed to get function/prototype/member args list. Call tips
7688         also work fine now.
7690 2007-03-22  Naba Kumar  <naba@gnome.org>
7692         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7693         and calltips would work again for functions from global tags (Needs
7694         regenerating global tags).
7696         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7697         ctags svn version and reopened bug #395362. Fixes tags parsing that
7698         seemed to have stopped working recently.
7700 2007-03-21  Naba Kumar  <naba@gnome.org>
7702         * tagmanager/tm_source_file.c, tagmanager/options.c,
7703         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7704         extend .. more needs to be investigated and fixed). Enabled some
7705         debugging.
7707 2007-03-16  Naba Kumar  <naba@gnome.org>
7709         * src/anjuta.c: Fixed project loading from command line.
7711 2007-03-16  Naba Kumar  <naba@gnome.org>
7713         Patch from James Liggett <jrliggett@cox.net>:
7714         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7715         
7716 2007-03-15  Naba Kumar  <naba@gnome.org>
7718         * libanjuta/anjuta-profile-manager.c,
7719         libanjuta/anjuta-profile-manager.h: Added method to get current
7720         profile.
7722         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7723         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7724         is exiting.
7726         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7727         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7728         Also, not load project files in session load in loader plugin.
7729         
7730         * plugins/project-manager/plugin.c, src/anjuta.c:
7731         Emit "exiting" signal in shell when exiting anjuta. project manager
7732         listens to exiting signal and saves session. anjuta.c saves session
7733         only when current projfile is 'user'. Load project saved in session
7734         differently then the rest of the session. This should fix all the
7735         session restoration bugs.
7736         
7737         src/main.c: Present anjuta window when becon message is received.
7739 2007-03-14  Naba Kumar  <naba@gnome.org>
7741         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7742         not randomly save (it was a wrong looping).
7743         
7744 2007-03-12  Naba Kumar  <naba@gnome.org>
7746         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7748 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7750         * plugins/debug-manager/anjuta-debug-manager.ui,
7751         libanjuta/interfaces/libanjuta.idl,
7752         plugins/debug-manager/debugger.c,
7753         (added) plugins/debug-manager/threads.c,
7754         (added) plugins/debug-manager/threads.h,
7755         plugins/debug-manager/plugin.c,
7756         plugins/debug-manager/Makefile.am,
7757         plugins/gdb/plugin.c,
7758         plugins/gdb/debugger.c,
7759         plugins/gdb/debugger.h:
7760         Add a window displaying all threads
7761         Add needed functions
7762         Switching to a different thread is still not done
7764         * plugins/debug-manager/debug_tree.c,
7765         plugins/debug-manager/locals.c,
7766         plugins/debug-manager/stack_trace.c:
7767         Small cosmetic changes
7769         * plugins/gdb/gdbmi.c:
7770         Keep all elements in gdbmi hash
7771         Even if using the same key like in -threads-list-ids
7773 2007-03-11  Naba Kumar  <naba@gnome.org>
7775         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7776         
7777         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7778         
7779         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7780         manuals/reference/libanjuta/libanjuta-sections.txt,
7781         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7782         interfaces.
7784 2007-03-11  Naba Kumar  <naba@gnome.org>
7786         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7787         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7789         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7790         manuals/reference/libanjuta/libanjuta.types,
7791         manuals/reference/libanjuta/libanjuta-sections.txt,
7792         manuals/reference/libanjuta/.cvsignore,
7793         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7794         infrastructure. Got rid of tmpl/ directory and moved all section
7795         documenation to source code (requires gtk-doc >= 1.4).
7796         
7797         * libanjuta/anjuta-plugin-description.c,
7798         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7799         libanjuta/cell-renderer-captioned-image.c,
7800         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7801         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7802         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7803         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7804         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7805         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7806         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7807         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7808         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7809         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7810         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7811         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7812         documentation from templates to source code.
7814 2007-03-10  Johannes Schmid <jhs@gnome.org>
7816         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7817         Added some debug output but could not figure out why 
7818         some plugins are not kept.
7819         
7820         * libanjuta/interfaces/libanjuta.idl:
7821         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7822         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7823         Added IAnjutaEditorGoto::matching_brace
7824         
7825         * plugins/document-manager/action-callbacks.c:
7826         (on_editor_command_match_brace_activate):
7827         * plugins/document-manager/plugin.c:
7828         (update_editor_ui_interface_items):
7829         * plugins/editor/text_editor.c: (igoto_matching_brace),
7830         (igoto_iface_init):
7831         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7832         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7834 2007-03-09  Johannes Schmid <jhs@gnome.org>
7836         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7837         Hide correct column
7838         
7839         * plugins/sourceview/sourceview-private.h:
7840         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7841         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7842         (sourceview_new), (ifile_savable_save_as):
7843         Tweaked vfs monitoring
7845 2007-03-09  Johannes Schmid <jhs@gnome.org>
7847         * libanjuta/interfaces/Makefile.am.iface:
7848         Fixed installtion of header files
7849         
7850         * plugins/sourceview/sourceview.c: (set_select):
7851         do not scroll to much in interactive search
7853 2007-03-09  Naba Kumar  <naba@gnome.org>
7855         * src/anjuta.c: Fixed session restoration.
7856         
7857         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7858         signal handlers after symbol browser plugin is deactivated.
7859         
7860         * plugins/editor/editor.glade,
7861         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7862         Fixed indentation confustion in preferences.
7864 2007-03-08  Johannes Schmid <jhs@gnome.org>
7866         * plugins/search/search-replace.c: (search_set_combo),
7867         (search_set_action), (search_set_target), (search_set_direction),
7868         (create_dialog), (search_disconnect_set_toggle_connect),
7869         (on_search_match_whole_word_toggled),
7870         (on_search_match_whole_line_toggled),
7871         (on_search_match_word_start_toggled),
7872         (search_set_toggle_direction):
7873         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7874         it's somehow ugly and uses many deprecated widgets
7875         
7876         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7877         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7878         Fix #394709
7879         
7880 2007-03-07  Naba Kumar  <naba@gnome.org>
7882         * src/anjuta.c: Make launching projects work from command line. Also
7883         fixes gnome session restart command.
7884         
7885 2007-03-07  Johannes Schmid <jhs@gnome.org>
7887         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7888         * plugins/class-gen/plugin.c: (iwizard_activate):
7889         Fixed #408218
7890         
7891         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7892         Fixed #402774
7893         
7894         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7895         Fixed #377483 (It's not possible to know if directories have
7896         a version in CVS. Show version column only if there are version
7897         informations availible
7899         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7900         Fixed memory leak
7902 2007-03-07  Johannes Schmid <jhs@gnome.org>
7904         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7905         Fixed #409408
7906         * plugins/symbol-browser/an_symbol_prefs.c:
7907         (on_update_global_clicked):
7908         Fixed ##409176
7910 2007-03-07  Johannes Schmid <jhs@gnome.org>
7912         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7913         (anjuta_save_prompt_new):
7914         * plugins/project-import/project-import.c:
7915         (project_import_finalize):
7916         Fixed Gtk-Criticals (maybe #409408)
7918 2007-03-07  Naba Kumar  <naba@gnome.org>
7920         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7921         when we are at just beginning of string or comment. Fixes bug #397981.
7923 2007-03-07  Johannes Schmid <jhs@gnome.org>
7925         * plugins/language-support-cpp-java/plugin.c:
7926         (initialize_indentation_params):
7927         Removed annoying DEBUG_PRINT
7928         
7929         * plugins/sourceview/sourceview-cell.c:
7930         (sourceview_cell_instance_init), (icell_get_character),
7931         (icell_get_length), (icell_get_char), (icell_get_attribute):
7932         Improved code to be faster
7933         Implemented attribute handling so that indentation really works in any case
7935 2007-03-06  Johannes Schmid <jhs@gnome.org>
7937         * configure.in:
7938         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7939         
7940         * plugins/document-manager/anjuta-docman.c:
7941         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7942         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7943         instead (required GTK >= 2.10)
7944         
7945         * plugins/sourceview/sourceview-private.h:
7946         * plugins/sourceview/sourceview.c:
7947         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7948         (sourceview_finalize), (sourceview_new), (imark_mark),
7949         (imark_unmark), (imark_is_marker_set),
7950         (imark_location_from_handle), (imark_delete_all_markers):
7951         Fixed marker handling and worked a bit more on vfs monitoring
7953 2007-03-05  Johannes Schmid <jhs@gnome.org>
7955         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7956         Added method to select specific iter
7957         
7958         * plugins/sourceview/sourceview-private.h:
7959         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7960         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7961         (sourceview_add_monitor), (on_document_saved),
7962         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7963         Fixed vfs monitoring (mostly ported code from text_editor.c)
7964         
7965         * plugins/symbol-browser/an_symbol_view.c:
7966         * plugins/symbol-browser/an_symbol_view.h:
7967         * plugins/symbol-browser/plugin.c: (iter_matches),
7968         (on_editor_update_ui), (value_added_current_editor):
7969         Select the current tag in locals window and symbol toolbar. If there
7970         is no tag at the current line, reserve backward for the next tag. This will
7971         select the correct tag if inside a function.
7973 2007-03-05  Naba Kumar  <naba@gnome.org>
7975         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7976         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7977         compiler warnings.
7978         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7979         (Bug #412186)
7980         
7981 2007-03-04  Johannes Schmid <jhs@gnome.org>
7983         * data/Makefile.am:
7984         * po/POTFILES.in:
7985         Fixed distcheck (well, partly)
7987 2007-03-04  Johannes Schmid <jhs@gnome.org>
7989         * plugins/document-manager/anjuta-document-manager.ui:
7990         Move "Swap .c/.h from Main to Browser toolbar
7992         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7993         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7994         (fv_prefs_free), (fv_add_tree_entry):
7995         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7996         * plugins/file-manager/plugin.c: (prefs_init):
7997         
7998         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
8000 2007-03-04  Naba Kumar  <naba@gnome.org>
8002         * data/default.proflie, data/Makefile.am, src/anjuta.c,
8003         plugins/project-manager/plugin.c:
8004         Restored default profile and renamed it from "default.anjuta" to
8005         "default.profile".
8006         
8007 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8009         * plugins/debug-manager/debugger.c,
8010         plugins/debug-manager/plugin.c,
8011         plugins/gdb/debugger.c,
8012         libanjuta/interfaces/libanjuta.idl,
8013         plugins/debug-manager/stack_trace.c:
8014         Add a dialog box when a signal is received (except SIGINT)
8015         Display stack frame even if arguments are not available
8017 2007-03-03  Naba Kumar  <naba@gnome.org>
8019         * TODO.tasks: Icons bounty added.
8021         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
8022         choise selection.
8023         
8024         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
8025         and descoping.
8027         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
8028         plugins/Makefile.am, (removed) plugins/profile-default/*,
8029         plugins/project-manager/anjuta-project-manager.plugin.in,
8030         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
8031         profile implementation to load user profile and projects. Store and
8032         restore remembered plugins. Use profile scoping and descoping for
8033         saving and loading sesstions.
8034         
8035         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
8036         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
8037         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
8038         DEBUG_PRINTs.
8040 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8042         * plugins/debug-manager/debug_tree.c
8043         plugins/debug-manager/debug_tree.h:
8044         Bug fix, deleting wrong variable
8046         * plugins/gdb/debugger.c:
8047         Bug fix, remove forgotten debugging code
8049 2007-03-02  Johannes Schmid <jhs@gnome.org>
8051         * plugins/document-manager/anjuta-document-manager.ui:
8052         * plugins/search/anjuta-search.ui:
8053         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8054         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8055         ToolbarFind
8057         * src/anjuta-app.c: (on_toolbar_view_toggled),
8058         (on_add_merge_widget), (on_session_save), (on_widget_remove):
8059         Save toolbar positions, don't use fixed toolbar style
8060         
8061         All in all this will allow more complex toolbar configurations and
8062         might gain some space on smaller displays because the user can disable
8063         toolbar parts he does not use. Also allows to use any toolbar style
8064         without looking too ugly.
8066 2007-03-01  Naba Kumasr  <naba@gnome.org>
8068         * TODO.tasks: Added a bounty for creating icons.
8070         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
8071         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
8072         profile-changed signal. Do not sync non-user-activatable plugins.
8074 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
8076         * plugins/debug-manager/disassemble.c,
8077         plugins/debug-manager/sparse_view.c,
8078         plugins/gdb/debugger.c,
8079         libanjuta/interfaces/libanjuta.idl:
8080         Display function name in disassembly view
8082 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
8084         * (added) plugins/debug-manager/bookmark.png,
8085         (added) plugins/debug-manager/breakpoint-disabled.png,
8086         (added) plugins/debug-manager/breakpoint-enabled.png,
8087         (added) plugins/debug-manager/program-counter.png,
8088         (added) plugins/debug-manager/linemarker.png,
8089         plugins/debug-manager/Makefile.am,
8090         plugins/debug-manager/disassemble.c,
8091         plugins/debug-manager/disassemble.h,
8092         plugins/debug-manager/sparse_buffer.c,
8093         plugins/debug-manager/sparse_buffer.h,
8094         plugins/debug-manager/sparse_view.c,
8095         plugins/debug-manager/sparse_view.h,
8096         plugins/debug-manager/plugin.c,
8097         plugins/debug-manager/breakpoints.c,
8098         libanjuta/interfaces/libanjuta.idl:
8099         Add markers in the disassembly view
8100         Display program counter and breakpoints in disassembly view
8102         * plugins/gdb/debugger.c:
8103         Fix a bug added with my previous patch, setting and clearing
8104         breakpoints was not working
8106 2007-02-28  Johannes Schmid <jhs@gnome.org>
8108         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
8109         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
8110         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
8111         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8112         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
8113         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
8114         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
8115         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
8116         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
8117         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8118         Updated (why do they need to be under version control?)
8119         
8120         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
8121         (create_tab_popup_menu), (on_msgman_popup_menu),
8122         (on_tab_button_press_event), (anjuta_msgman_page_new),
8123         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
8124         Added "Close all message tabs" popup menu
8126 2007-02-26  Naba Kumar  <naba@gnome.org>
8128         * plugins/profiler/gprof-flat-profile-entry.c,
8129         plugins/profiler/gprof-flat-profile.c,
8130         plugins/profiler/gprof-flat-profile-entry.h,
8131         plugins/profiler/gprof-flat-profile.h,
8132         plugins/profiler/gprof-flat-profile-view.c,
8133         plugins/profiler/gprof-flat-profile-view.h,
8134         plugins/profiler/gprof-call-graph-block-entry.c,
8135         plugins/profiler/gprof-call-graph-block.c,
8136         plugins/profiler/gprof-function-call-chart-view.c,
8137         plugins/profiler/gprof-call-graph-block-entry.h,
8138         plugins/profiler/gprof-profile-data.c,
8139         plugins/profiler/gprof-call-graph-block.h,
8140         plugins/profiler/gprof-view.c,
8141         plugins/profiler/gprof-call-graph.c,
8142         plugins/profiler/gprof-function-call-chart-view.h,
8143         plugins/profiler/gprof-profile-data.h,
8144         plugins/profiler/gprof-call-graph.h,
8145         plugins/profiler/gprof-view.h,
8146         plugins/profiler/gprof-view-manager.c,
8147         plugins/profiler/gprof-call-graph-view.c,
8148         plugins/profiler/plugin.c,
8149         plugins/profiler/gprof-view-manager.h,
8150         plugins/profiler/gprof-call-graph-view.h,
8151         plugins/profiler/gprof-function-call-tree-view.c,
8152         plugins/profiler/gprof-function-call-tree-view.h,
8153         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8154         gnome-vfs. Fixes bug #411377.
8156 2007-02-26  Naba Kumar  <naba@gnome.org>
8158         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8160         Patch from James Liggett  <jrliggett@cox.net>:
8161         * plugins/profiler/gprof-flat-profile-view.c,
8162         plugins/profiler/gprof-flat-profile-view.h,
8163         plugins/profiler/gprof-function-call-chart-view.c,
8164         plugins/profiler/gprof-function-call-chart-view.h,
8165         plugins/profiler/gprof-view.c,
8166         plugins/profiler/gprof-view.h,
8167         plugins/profiler/gprof-call-graph-view.c,
8168         plugins/profiler/plugin.c,
8169         plugins/profiler/gprof-call-graph-view.h,
8170         plugins/profiler/gprof-function-call-tree-view.c,
8171         plugins/profiler/gprof-function-call-tree-view.h: Implements
8172         double click navigation. Fixes bug #403514.
8174 2007-02-25  Naba Kumar  <naba@gnome.org>
8176         * libanjuta/anjuta-plugin-manager.c,
8177         libanjuta/anjuta-plugin-handle.[ch],
8178         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8179         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8180         dependency on glib 2.8. Fixes bug #411623.
8182 2007-02-24  Naba kumar  <naba@gnome.org>
8184         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8185         
8186         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8187         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8188         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8189         (added) libanjuta/anjuta-profile-manager.c,
8190         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8191         manager.
8192         Implemented profile pushing and popping. Implemented profile xml
8193         synchronization. Implemented error handling in profiles. Implemented
8194         activation and deactivation signals in plugin manager.
8195         
8196         * libanjuta/Makefile.am: Added libanjuta log domain.
8197         
8198         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8199         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8200         in AnjutaShell interface and implemented it in AnjutaApp.
8201         
8202         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8204 2007-02-23  Naba kumar  <naba@gnome.org>
8206         src/main.c: Fixed missing end quote.
8208 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8210         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8213 2007-02-20  Naba Kumar  <naba@gnome.org>
8215         * plugins/subversion/plugin.c: Added "..." menuitems.
8216         * ROADMAP, README: Updated.
8217         * libanjuta/anjuta-profile.c: Fixed bugs.
8219         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8220         plugins/gtodo/Makefile.am: Removed dead code.
8222         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8223         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8224         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8225         plugins/gtodo/list_tooltip.c,
8226         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8227         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8228         not contain markups. Fixes Bug #360462.
8230 2007-02-16  Naba Kumar  <naba@gnome.org>
8232         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
8233         unnecessary sub-sections.
8234         
8235 2007-02-15  Naba Kumar  <naba@gnome.org>
8237         * (removed) plugins/document-manager/bookmark-prev-16.png,
8238         plugins/document-manager/bookmark-last.png,
8239         (removed)plugins/document-manager/bookmark-first-16.png,
8240         plugins/document-manager/bookmark-prev.png,
8241         (added) plugins/document-manager/bookmark-toggle.png,
8242         (removed)plugins/document-manager/bookmark_toggle.xpm,
8243         (removed)plugins/document-manager/bookmark-last-16.png,
8244         plugins/document-manager/plugin.c,
8245         plugins/document-manager/anjuta-document-manager.ui,
8246         (removed)plugins/document-manager/bookmark-next-16.png,
8247         plugins/document-manager/bookmark-next.png,
8248         plugins/document-manager/Makefile.am,
8249         (added) plugins/document-manager/bookmark-clear.png,
8250         plugins/document-manager/bookmark-first.png: Upgraded bookmark
8251         icons (stolen from monodevelop). Added clear bookmarks toolbar
8252         button.
8254         * plugins/document-manager/plugin.c,
8255         (added) plugins/document-manager/swap.png,
8256         (removed) plugins/document-manager/undock.png,
8257         plugins/document-manager/Makefile.am: Fixed swap icon.
8259 2007-02-13  Naba Kumar  <naba@gnome.org>
8261         * plugins/class-gen/element-editor.c: Fixed typo.
8262         
8263         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
8264         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
8265         Implementing plugin profiles loading.
8267 2007-02-13  Naba Kumar  <naba@gnome.org>
8269         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
8270         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
8271         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
8272         pixmaps/open_project.png, pixmaps/close_project.png:
8273         Removed more old icons.
8274         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
8275         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
8276         anjuta_logo.png
8277         
8278 2007-02-13  Naba Kumar  <naba@gnome.org>
8280         * plugins/class-gen/element-editor.c: Included missing headers to
8281         prevent build failures in some cases.
8282         
8283 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
8285         * plugins/debug-manager/stack_trace.c:
8286         Fix bug #407115
8288         * plugins/debug-manager/watch.c,
8289         plugins/debug-manager/breakpoints.c:
8290         Same bug than above, wrong use of gtk_ui_manager_get_widget
8292 === anjuta 2.1.1 ===
8294 2007-02-11  Naba Kumar  <naba@gnome.org>
8296         * cofigure.in: Bumped version to 2.1.1
8297         * NEWS: Updated for 2.1.1 release.
8298         
8299 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8301         * plugins/debug-manager/plugin.c,
8302         plugins/debug-manager/sparse_view.c,
8303         plugins/debug-manager/sparse_view.h:
8304         Reorder some code
8306         * plugins/gdb/debugger.c,
8307         plugins/debug-manager/debugger.c,
8308         plugins/debug-manager/memory.c,
8309         plugins/debug-manager/sparse_buffer.c
8310         plugins/gdb/debugger.h,
8311         libanjuta/interfaces/libanjuta.idl:
8312         Clean up, remove some warnings
8313         Use guint everywhere for addresses
8314         Rewrite code parsing position in debugger
8316 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8318         * plugins/debug-manager/debug_tree.c:
8319         Use GtkTreeRowReference instead of GtkTreeIter as callback data
8320         Fix bug #406113
8322 2007-02-08  Naba Kumar  <naba@gnome.org>
8324         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8325         Delay showing the 'file modified on disk' dialog for one sec
8326         from the last notification to insure multiple notifications for
8327         the same file are treated as one. Do not same multiple dialogs
8328         for the same file. Make sure to destory the dialog if later
8329         the conent is no longer different.
8330         
8331 2007-02-08  Naba Kumar  <naba@gnome.org>
8333         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8334         Prevented spurious 'file modified' dialogs in scintilla editor
8335         when the file is saved.
8337 2007-02-09  Johannes Schmid <jhs@gnome.org>
8339         * scripts/glade2schema.pl:
8340         Added script to convert glade preferences into gconf schema files.
8341         See #406061
8343 2007-02-08  Naba Kumar  <naba@gnome.org>
8345         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
8346         itself is destroyed. Fixes bug #355160.
8347         
8348 2007-02-08  Johannes Schmid <jhs@gnome.org>
8350         * plugins/profiler/profiler.plugin: 
8351         removed from version control (only .in file needed)
8352         
8353         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
8354         * plugins/sourceview/sourceview.c: (sourceview_new):
8355         Code cleanup
8356         
8357         * plugins/subversion/svn-thread.c: (svn_thread_start):
8358         * src/main.c: (main):
8359         
8360         Fixed #395875 about initialisation of threads too late
8362 2007-02-07  Armin Burgmeier  <armin@arbur.net>
8364         Reviewed by Naba Kumar  <naba@gnome.org>:
8365         * plugins/class-gen/plugin.c:
8366         * plugins/class-gen/window.c: Removed browse button related code, load
8367         generated output directly into new buffers when not adding to project.
8369         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
8370         buttons from user interface.
8372 2007-02-07  Naba Kumar  <naba@gnome.org>
8374         * po/POTFILES.in: Fixed distcheck.
8376 2007-02-07  Daniel Nylander <po@danielnylander.se>
8378         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
8380 2007-02-07  Johannes Schmid <jhs@gnome.org>
8382         * anjuta.desktop.in.in:
8383         Fixed spelling
8385 2007-02-07  Johannes Schmid <jhs@gnome.org>
8387         * configure.in:
8388         * manuals/anjuta-manual/*
8389         * manuals/anjuta-faqs/*:
8390         #398991 – Anjuta manuals does not use the gnome-doc-utils format
8391         
8392         * plugins/document-manager/anjuta-document-manager.plugin.in:
8393         Removed duplicate application-xml mime-type (review patches properly ;-)
8394         
8395 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
8397         * plugins/gdb/debugger.c,
8398         libanjuta/interfaces/libanjuta.idl:
8399         Fix bug #404755
8400         Fix handling of missing source file
8402 2007-02-06  Naba Kumar  <naba@gnome.org>
8404         Patch from James Liggett  <jrliggett@cox.net>:
8405         * plugins/profiler/gprof-flat-profile.c,
8406         plugins/profiler/gprof-profile-data.c,
8407         plugins/profiler/gprof-call-graph.c,
8408         plugins/profiler/gprof-profile-data.h,
8409         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
8410         Show profiler view when target selected bug #403515.
8412 2007-02-05  Naba Kumar  <naba@gnome.org>
8414         * configure.in: Enabled devhelp plugin by default now that
8415         it works.
8416         
8417         Patch from parmigio@2ainfo.it:
8418         * plugins/document-manager/anjuta-document-manager.plugin.in:
8419         Added xml file type in supported mime types list.
8420         
8421 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
8423         * plugins/debug-manager/debugger.c,
8424         plugins/debug-manager/plugin.c:
8425         Add a field in status bar displaying debugger state
8426         Change cursor shape when debugger is busy
8427         Fix bug #378600
8429         * plugins/debug-manager/watch.c,
8430         plugins/debug-manager/locals.c,
8431         libanjuta/interfaces/libanjuta.idl:
8432         Clean up, remove debugging messages and unused signals
8434 2007-02-03  Johannes Schmid <jhs@gnome.org>
8436         * configure.in:
8437         Fixed AC_INIT and seperated version to major, minor, micro
8439         * anjuta.anjuta:
8440         Load Subversion instead of CVS
8441         
8442         * anjuta.desktop.in.in:
8443         Fixed bug-buddy component
8445         Original patch from Rob Bradfort <robster@debian.org>:
8446         * src/main.c: (get_command_line_args), (main):
8447         Bug #335981 – Migration from popt to GOption
8449 2007-02-03  Naba Kumar  <naba@gnome.org>
8451         * configure.in: Depend on devhelp 0.13 and fixed gecko home
8452         path variable. Fixed bug #341170.
8453         * plugins/profiler/Makefile.am: Fixed indentation.
8454         
8455 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
8457         * libanjuta/interfaces/libanjuta.idl,
8458         plugins/sourceview/sourceview.c,
8459         plugins/editor/text-editor.c,
8460         plugins/symbol-browser/plugin.c,
8461         plugins/search/search-replace.c,
8462         plugins/document-manager/goto_line.c,
8463         plugins/document-manager/action-callbacks.c,
8464         plugins/document-manager/anjuta-docman.c:
8465         Rename markers of anjuta interface
8466         IANJUTA_MARKABLE_NONE has been removed
8467         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
8468         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
8469         IANJUTA_MARKABLE_ATTENTIVE renamed in
8470                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
8471         IANJUTA_MARKABLE_INTENSE renamed in
8472                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
8473         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
8475         * (removed) plugins/sourceview/marker-light.png,
8476         (removed) plugins/sourceview/marker-basic.png,
8477         (removed) plugins/sourceview/marker-attentive.png,
8478         (removed) plugins/sourceview/marker-intense.png,
8479         plugins/sourceview/bookmark.png,
8480         (added) plugins/sourceview/breakpoint-disabled.png,
8481         (added) plugins/sourceview/breakpoint-enabled.png,
8482         (added) plugins/sourceview/program-counter.png,
8483         (added) plugins/sourceview/linemarker.png,
8484         plugins/sourceview/Makefile.am,
8485         (added) plugins/editor/bookmark.xpm,
8486         (added) plugins/editor/breakpoint-disabled.xpm,
8487         (added) plugins/editor/breakpoint-enabled.xpm,
8488         (added) plugins/editor/program-counter.xpm,
8489         (added) plugins/editor/linemarker.xpm,
8490         plugins/editor/Makefile.am:
8491         Add or change marker pixmaps in scintilla and sourceview editor
8493         * plugins/document-manager/plugin.c,
8494         libanjuta/interfaces/libanjuta.idl,
8495         plugins/debug-manager/plugin.c,
8496         plugins/debug-manager/breakpoints.c
8497         plugins/gdb/debugger.c:
8498         Fix bug #376404, program counter marker is not displayed when debugger
8499         Return the selected editor or NULL (if file does not exist) with 
8500         ianjuta_document_manager_goto_file_line* functions
8501         Emit a change-location signal even if the program counter is in an
8502         unknown file
8504 2007-02-02  Naba Kumar  <naba@gnome.org>
8506         * TODO.tasks: Marked bounty bug #359478 completed. And checked
8507         older bounties 'Done'.
8508         
8509 2007-02-02  Naba Kumar  <naba@gnome.org>
8511         * TODO.tasks: Fixed typop.
8513         Patch from James Liggett  <jrliggett@cox.net>:
8514         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
8515         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
8516         profiler plugin by James Liggett. Completes bounty bug #359478
8517         'Gprof performance profiler plugin'
8519 2007-02-01  Naba Kumar  <naba@gnome.org>
8521         * src/main.c: Renamed option name.
8523         * TODO.tasks: Marked "Test and fix all project wizards templates"
8524         bounty completed.
8525         
8526 2007-01-29  Johannes Schmid <jhs@gnome.org>
8528         * plugins/document-manager/plugin.c: (on_editor_changed):
8529         Added DEBUG_PRINT(...)
8530         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8531         implemented
8532         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8533         Fix language support plugin for sourceview editor (add some new
8534         language names)
8535         
8536         * plugins/sourceview/sourceview.c: (iindic_clear):
8537         Clear all indicators
8539 2007-01-29  Johannes Schmid <jhs@gnome.org>
8541         * TODO.tasks:
8542         Minor task currentions
8543         
8544         * libanjuta/interfaces/libanjuta.idl:
8545         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8546         (itext_editor_iface_init):
8547         * plugins/language-support-cpp-java/plugin.c: (install_support):
8548         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8549         (ieditor_get_attributes), (ieditor_iface_init):
8550         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8551         plugins.
8552         
8553         * plugins/sourceview/sourceview.glade:
8554         Fixed sourceview preference window
8556 2007-01-28  Naba Kumar  <naba@gnome.org>
8557         
8558         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8559         Implemented --no-files and --no-session command line options and
8560         corresponding preferernces checkboxes in General tab.
8562 2007-01-28  Johannes Schmid <jhs@gnome.org>
8564         * plugins/subversion/plugin.c:
8565         * plugins/subversion/plugin.h:
8566         * plugins/subversion/svn-notify.c: (svn_show_info),
8567         (show_svn_error), (on_svn_notify):
8568         * plugins/subversion/svn-notify.h:
8569         * plugins/subversion/svn-thread.c: (create_message_view),
8570         (svn_thread_start):
8571         Fixed error handling and fixed #394216 – No indication of subversion commands running
8572         
8573         * plugins/tools/execute.c: (atp_output_context_print):
8574         Show name of tool in message pane
8576 2007-01-28  Naba Kumar  <naba@gnome.org>
8577         
8578         * configure.in, plugins/glade/plugin.c: Make it work with
8579         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
8580         
8581         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8582         from devhelp (won't work untill devhelp is fixed: bug #341170).
8583         
8584         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8585         
8586 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8588         Reviewed by Naba Kumar  <naba@gnome.org>:
8589         * libanjuta/interfaces/libanjuta.idl, 
8590         plugins/debug-manager/debugger.c,
8591         plugins/debug-manager/start.c,
8592         plugins/gdb/plugin.c,
8593         plugins/gdb/debugger.c,
8594         plugins/gdb/debugger.h:
8595         Fix a bug when launching gdb
8596         Set the terminal for the debugged program on the command line.
8598 2007-01-26  Johannes Schmid <jhs@gnome.org>
8600         * plugins/sourceview/anjuta-document-saver.c:
8601         (anjuta_document_saver_save):
8602         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8603         * plugins/sourceview/sourceview.c: (save_if_modified),
8604         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8605         Proper error handling, for example if a file was modified externally. Use backup files
8606         to avoid data-loss on disk full.
8608 2007-01-24  Naba Kumar  <naba@gnome.org>
8609         
8610         * plugins/devhelp/htmlview.c: Fixed crash during project load.
8611         Fixed mem leak and source leak.
8612         
8613 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8615         Reviewed by Naba Kumar  <naba@gnome.org>:
8616         * plugins/debug-manager/debug_tree.c,
8617         plugins/debug-manager/debug_tree.h,
8618         plugins/debug-manager/watch.c:
8619         Partial rewrite of the variable object code, find and fix a few bugs
8620         Fix bug #395808: gdb can still crash but children are listed
8621         on request only so you can avoid the crash
8623 2007-01-24  Naba Kumar  <naba@gnome.org>
8624         
8625         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8626         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8627         plugins/symbol-browser/plugin.h,
8628         plugins/symbol-browser/plugin.c,
8629         plugins/symbol-browser/Makefile.am: Added current file (local)
8630         symbols view (Seriously getting bored with the browse toolbar).
8632 2007-01-22  Naba Kumar  <naba@gnome.org>
8633         
8634         Patch from Gabor Kelemen:
8635         * po/POTFILES.in: Added .plugin.in files.
8637 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8639         Reviewed by Naba Kumar  <naba@gnome.org>:
8640         * plugins/document-manager/anjuta-docman.c,
8641         plugins/message-view/anjuta-msgman.c
8642         Set right alignment to the label widget in the tab title.
8644 2007-01-21  Naba Kumar  <naba@gnome.org>
8645         
8646         * libegg/egg-combo-action.c: Fixed mode line.
8647         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8648         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8650 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8652         Reviewed by Naba Kumar  <naba@gnome.org>:
8653         * plugins/class-gen/plugin.c: Prompt for target before actually
8654         generating the class files. This ensures that the files are created in
8655         the correct directory. Fixes bug #397406.
8657         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8658         the class is added to the project.
8660 2007-01-21  Naba Kumar  <naba@gnome.org>
8662         * libanjuta/anjuta-plugin-description.c,
8663         libanjuta/anjuta-ui.h,
8664         libanjuta/anjuta-status.c,
8665         libanjuta/anjuta-plugin-description.h,
8666         libanjuta/cell-renderer-captioned-image.c,
8667         libanjuta/anjuta-plugin-handle.c,
8668         libanjuta/anjuta-status.h,
8669         libanjuta/resources.c,
8670         libanjuta/cell-renderer-captioned-image.h,
8671         libanjuta/glue-cpp.c,
8672         libanjuta/anjuta-plugin-handle.h,
8673         libanjuta/anjuta-plugin.c,
8674         libanjuta/anjuta-preferences-dialog.c,
8675         libanjuta/libanjuta.h,
8676         libanjuta/resources.h,
8677         libanjuta/glue-cpp.h,
8678         libanjuta/anjuta-plugin.h,
8679         libanjuta/anjuta-preferences-dialog.h,
8680         libanjuta/anjuta-plugin-manager.c,
8681         libanjuta/anjuta-shell.c,
8682         libanjuta/anjuta-plugin-manager.h,
8683         libanjuta/anjuta-shell.h,
8684         libanjuta/anjuta-save-prompt.c,
8685         libanjuta/anjuta-save-prompt.h,
8686         libanjuta/anjuta-children.c,
8687         libanjuta/anjuta-utils.c,
8688         libanjuta/anjuta-profile.c,
8689         libanjuta/anjuta-preferences.c,
8690         libanjuta/anjuta-launcher.c,
8691         libanjuta/anjuta-utils.h,
8692         libanjuta/anjuta-profile.h,
8693         libanjuta/anjuta-launcher.h,
8694         libanjuta/anjuta-ui.c: Updated file headers.
8696         * po/POTFILES.in: Updated.
8698         * libanjuta/anjuta-marshal.list,
8699         (added) libanjuta/anjuta-plugin-handle.c,
8700         (added) libanjuta/anjuta-plugin-handle.h,
8701         (added) libanjuta/anjuta-plugin-manager.c,
8702         (added) libanjuta/anjuta-plugin-manager.h,
8703         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8704         (added) libanjuta/anjuta-profile.c,
8705         (added) libanjuta/anjuta-profile.h,
8706         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8707         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8708         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8709         src/action-callbacks.c: Implemented AnjutaPluginManager
8710         class based on old plugins.[ch]. Implemented AnjutaProfile as
8711         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8712         class to represent plugins (not to be confused with plugin objects).
8713         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8714         implemented it in AnjutaApp and AnjutaTestShell.
8715         De-globalized plugin management and several clean ups.
8717         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8718         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8719         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8720         plugins/project-import/project-import.c,
8721         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8722         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8723         Fixed plugins for the change in API.
8725         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8726         file.
8727         
8728         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8730 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8732         Reviewed by Naba Kumar  <naba@gnome.org>:
8733         * libanjuta/anjuta-launcher.c,
8734         libanjuta/anjuta-launcher.h:
8735         Add a new function anjuta_set_terminate_on_exit to close the i/o
8736         channel when the child exit
8737         Return directly the status and not the exit code in child-exited
8738         signal
8740         * plugins/gdb/debugger.c:
8741         Use new function in debugger plugin
8743 2007-01-18  Johannes Schmid <jhs@gnome.org>
8745         * src/about.c: Do not show empty license information instead hide the button (#397883)
8747 2007-01-15  Johannes Schmid <jhs@gnome.org>
8749         * plugins/project-manager/plugin.c:
8750         * plugins/project-wizard/templates/python.wiz
8751         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8752         
8753         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8754         You will also need latest gnome-build svn       
8756 === anjuta 2.1.0 ===
8758 2007-01-14  Naba Kumar  <naba@gnome.org>
8760         * configure.in: Removed reference of mkfile project
8761         template to fix distcheck build error.
8762         * AUTHORS: Updated.
8763         * NEWS: Updated.
8764         * configure.in: Bumped version to 2.1.0 for beta release.
8765         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8766         crashes as soon as editing starts in normal text files.
8768 2007-01-14  Johannes Schmid <jhs@gnome.org>
8770         * configure.in
8771         * po/LINGUAS:
8772         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8774         * tagmanager/c.c:
8775         Patch from Massimo Cora' to hopefully fix #395362
8777         * plugins/project-wizard/templates/*:
8779         Fixed and tested all project-wizards. Deactivated mkfile project because
8780         it was totally broken and I don't see any real use for it.
8781         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8783 2007-01-14  Naba Kumar  <naba@gnome.org>
8785         * NEWS: Updated for release.
8786         
8787         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8788         
8789         * libanjuta/interfaces/libanjuta.idl,
8790         plugins/editor/text_editor_cbs.c,
8791         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8792         interface and implemented it for scintilla.
8793         
8794         * plugins/editor/text-editor.c: Fixed highlighing issues when
8795         used with indicators (particularly when the file is just opened).
8796         Fixes bug #377477 – when debugging, scintilla editor grays out all
8797         lines before current line.
8798         
8799         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8800         Maintain a separate list of indicated edtitors for separate contexts.
8801         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8802         
8803 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8805         Reviewed by Naba Kumar  <naba@gnome.org>:
8806         * plugins/debug-manager/plugin.c:
8807         Bug fix: breakpoints cannot be added after stopping the debugger
8809 2007-01-13  Naba Kumar  <naba@gnome.org>
8811         * NEWS: Updated for release.
8813 2007-01-12  Johannes Schmid <jhs@gnome.org>
8815         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8816         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8817         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8818         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8819         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8820         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8821         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8822         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8823         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8824         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8825         
8826         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8827         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8828         
8829         * plugins/sourceview/sourceview.c:
8830         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8831         on character positions.
8832         
8833 2007-01-12  Naba Kumar  <naba@gnome.org>
8835         * src/anjuta-app.c,
8836         plugins/project-manager/plugin.c,
8837         plugins/profile-default/plugin.c,
8838         libanjuta/anjuta-status.c,
8839         libanjuta/anjuta-status.h: Introduced an API for application title
8840         in AnjutaStatus. Set application title to project name.
8842 2007-01-11  Massimo Cora' <maxcvs@email.i>
8844         Reviewed by Naba Kumar  <naba@gnome.org>:
8845         * tagmanager/Makefile.am,
8846         plugins/symbol-browser/Makefile.am: removed installation for 
8847         test programs.
8849 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8851         Reviewed by Naba Kumar  <naba@gnome.org>:
8852         * plugins/debug-manager/start.h,
8853         plugins/debug-manager/start.c,
8854         plugins/debug-manager/anjuta-debug-manager.ui,
8855         plugins/debug-manager/plugin.c:
8856         Partial fix for bug #392537
8858         * plugins/debug-manager/disassemble.c:
8859         Fix bug #392543
8861 2007-01-11  Naba Kumar  <naba@gnome.org>
8863         * src/anjuta.c: Load project seperately from session,
8864         so that project session is also loaded.
8865         
8866         * plugins/profile-default/plugin.c: Load project in new
8867         anjuta if there already is one loaded currently (disabled
8868         code for now).
8869         
8870         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8871         signals when editor is destroyed. Fixes a crash bug.
8872         
8873         * plugins/editor/text_editor.c: Do not mark line in
8874         ianjuta_editor_goto_line() implementation.
8875         
8876         * plugins/search/search-replace.c: Always check for markable
8877         interface availablility because its optional for an editor.
8878         
8879         * plugins/document-manager/goto_line.c,
8880         plugins/document-manager/action-callbacks.c: Mark lines for
8881         goto line commands (from dialog and from menu entry box).
8882         
8883         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8884         plugins/file-manager/an_file_view.c: Expand file manager
8885         nodes in idle loop, one at a time. Did as a possible work
8886         around for bug #361763, but it didn't make any difference.
8887         However, it could still be useful in situations where there
8888         are lots to expand.
8889         
8890         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8892 2007-01-11  Naba Kumar  <naba@gnome.org>
8894         * plugins/editor/scintilla/LineMarker.h,
8895         plugins/editor/scintilla/LexBasic.cxx,
8896         plugins/editor/scintilla/LexHTML.cxx,
8897         plugins/editor/scintilla/include/SciLexer.h,
8898         plugins/editor/scintilla/include/Scintilla.h,
8899         plugins/editor/scintilla/include/Scintilla.iface,
8900         plugins/editor/scintilla/include/ScintillaWidget.h,
8901         plugins/editor/scintilla/LexBash.cxx,
8902         plugins/editor/scintilla/PlatGTK.cxx,
8903         plugins/editor/scintilla/ViewStyle.h,
8904         plugins/editor/scintilla/Editor.cxx,
8905         plugins/editor/scintilla/StyleContext.h,
8906         plugins/editor/scintilla/LexCPP.cxx,
8907         plugins/editor/scintilla/Converter.h,
8908         plugins/editor/scintilla/LexAU3.cxx,
8909         plugins/editor/scintilla/Editor.h,
8910         plugins/editor/scintilla/LexPerl.cxx,
8911         plugins/editor/scintilla/LexVB.cxx,
8912         plugins/editor/scintilla/ScintillaGTK.cxx,
8913         plugins/editor/scintilla/ViewStyle.cxx,
8914         plugins/editor/scintilla/PropSet.cxx,
8915         plugins/editor/scintilla/LexSQL.cxx,
8916         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8917         version 1.71
8919 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8921         Reviewed by Naba Kumar  <naba@gnome.org>:
8922         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8923         selected for editing. This fixes bug #394218.
8925         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8926         name if said URI is not known.
8928         * plugins/class-gen/window.c: When stripping function prefix away,
8929         include the trailing underscore because it is already set by the
8930         template.
8932         * plugins/class-gen/transform.c: Include "const char*" and "const
8933         gchar*" in the list for transforming a default C type to a GType.
8934         Don't access invalid memory when writing pointer_str in
8935         cg_transform_first_argument.
8937 2007-01-11  Naba Kumar  <naba@gnome.org>
8939         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8940         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8941         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8942         libegg/test-actions.c, anjuta.desktop.in.in,
8943         anjuta.prj: Renamed application icon to 'anjuta.png' from
8944         'anjuta_icon.png'. Added more fields in desktop file.
8946         * mime/anjuta.xml: Added magic section.
8947         
8948         * (removed) mime/anjuta.applications,
8949         (removed) mime/anjuta.mime, mime/Makefile.am,
8950         (removed) mime/anjuta.keys,
8951         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8952         registeration and added scalable icon. Also fixes bug #393680
8954 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8956         Reviewed by Naba Kumar  <naba@gnome.org>:
8957         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8958         and anjuta_status_progress_add_ticks() to check for progressbar 
8959         being realized before trying to update it.
8961 2007-01-10  Naba Kumar  <naba@gnome.org>
8963         * tagmanager/tm_workspace.c,
8964         po/POTFILES.in,
8965         plugins/debug-manager/Makefile.am,
8966         plugins/tools/scripts/Makefile.am,
8967         plugins/class-gen/plugin.c,
8968         plugins/class-gen/Makefile.am,
8969         global-tags/Makefile.am: Fixed make distcheck.
8971         * plugins/debug-manager/attach_process.c,
8972         plugins/debug-manager/attach_process.h,
8973         plugins/class-gen/action-callbacks.h,
8974         plugins/class-gen/action-callbacks.c,
8975         plugins/class-gen/class_gen.h,
8976         plugins/class-gen/class_gen.c: Deleted unused/old files.
8978         * (removed) scintilla, (added) plugins/editor/scintilla,
8979         plugins/editor/scintilla/lexers.make,
8980         plugins/editor/scintilla/Makefile.am,
8981         plugins/editor/Makefile.am
8982         configure.in, manuals/reference/libanjuta/Makefile.am
8983         Makefile.am: Moved scintilla to its right place.
8985 2007-01-09  Naba Kumar  <naba@gnome.org>
8987         * plugins/profile-default/plugin.c: Save project session before
8988         a new one is opened.
8990         * plugins/project-manager/plugin.c,
8991         plugins/project-manager/plugin.h,
8992         plugins/project-manager/anjuta-project-manager.ui,
8993         plugins/profile-default/plugin.c,
8994         plugins/profile-default/plugin.h,
8995         plugins/profile-default/Makefile.am,
8996         (added) plugins/profile-default/anjuta-default-profile.ui,
8997         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8998         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8999         multiple projects support.
9000         
9001 2007-01-06  Armin Burgmeier  <armin@arbur.net>
9003         Reviewed by Naba Kumar  <naba@gnome.org>
9004         * plugins/class-gen/combo-flags.h:
9005         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
9006         enum, added a type parameter to selected signal. Select highlighted
9007         entry when pressing enter (but not unselect it if it was already
9008         selected) before closing the popup. Also accept input when clicking
9009         not into the popup.
9011         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
9012         according to selection type.
9014         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
9015         VOID:BOXED,ENUM.
9017 2007-01-08  Johannes Schmid <jhs@gnome.org>
9019   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
9020   * plugins/project-wizard/templates/gtkmm/Makefile.am
9021   * plugins/project-wizard/templates/python/configure.ac.tpl
9022   * plugins/project-wizard/templates/python/configure.in.tpl
9023   * plugins/project-wizard/templates/python/Makefile.am
9024   * plugins/project-wizard/templates/cpp/configure.ac.tpl
9025   * plugins/project-wizard/templates/cpp/configure.in.tpl
9026   * plugins/project-wizard/templates/cpp/Makefile.am
9027   * plugins/project-wizard/templates/terminal.wiz
9028   * plugins/project-wizard/templates/xlib-dock.wiz
9029   * plugins/project-wizard/templates/wxwin.wiz
9030   * plugins/project-wizard/templates/java.wiz
9031   * plugins/project-wizard/templates/xlib/configure.ac.tpl
9032   * plugins/project-wizard/templates/xlib/configure.in.tpl
9033   * plugins/project-wizard/templates/xlib/Makefile.am
9034   * plugins/project-wizard/templates/gcj/configure.ac.tpl
9035   * plugins/project-wizard/templates/gcj/configure.in.tpl
9036   * plugins/project-wizard/templates/gcj/Makefile.am
9037   * plugins/project-wizard/templates/terminal/configure.ac.tpl
9038   * plugins/project-wizard/templates/terminal/configure.in.tpl
9039   * plugins/project-wizard/templates/terminal/Makefile.am
9040   * plugins/project-wizard/templates/terminal/autogen.sh
9041   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9042   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9043   * plugins/project-wizard/templates/wxwin/Makefile.am
9044   * plugins/project-wizard/templates/gnome.wiz 
9045   * plugins/project-wizard/templates/java/configure.ac.tpl
9046   * plugins/project-wizard/templates/java/configure.in.tpl
9047   * plugins/project-wizard/templates/java/Makefile.am
9048   * plugins/project-wizard/templates/anjuta-plugin.wiz
9049   * plugins/project-wizard/templates/gtkmm.wiz
9050   * plugins/project-wizard/templates/python.wiz
9051   * plugins/project-wizard/templates/cpp.wiz
9052   * plugins/project-wizard/templates/gtk.wiz
9053   * plugins/project-wizard/templates/gcj.wiz
9054   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9055   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9056   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9058   Starting fixing of all project wizards:
9059   - rename configure.in to configure.ac
9060   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
9061   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
9062   (See #394184)
9063   
9064   * TODO.task: Added bug number to bounty
9066 2007-01-07  Johannes Schmid <jhs@gnome.org>
9068   *  plugins/build-basic-autotools.c:
9069   Fixed #392290 – Missed install as root option in project manager
9071 2007-01-07  Johannes Schmid <jhs@gnome.org>
9073   * plugins/sourceview/sourceview.c:
9074   Fixed #388731 – Odd editor behaviour after performing block-text operations
9075   Fixed #388727 – Block-tab does not work
9076   
9077   * plugins/sourceview/anjuta-document.h/c:
9078   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
9079   
9080   * configure.in:
9081   Require Gtk+ >= 2.10 for sourceview plugin
9083 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
9085         * libanjuta/anjuta-status.c:
9086         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
9088 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
9090         * configure.in,
9091         plugins/terminal/terminal.c:
9092         Fix bug #377027
9093         remove support for VTE < 0.9
9095 2007-01-06  Naba Kumar  <naba@gnome.org>
9097         * po/POTFILES.in: Updated
9099 2007-01-05  Adam Dingle  <adam@medovina.org>
9101         Reviewed by Naba Kumar  <naba@gnome.org>:
9102         * plugins/message-view/anjuta-message-manager-plugin.glade:
9103         Fixed bug #377903 (improve message color defaults).
9105 2007-01-05  Naba Kumar  <naba@gnome.org>
9107         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
9108         
9109 2007-01-03  Armin Burgmeier  <armin@arbur.net>
9111         Reviewed by  Naba Kumar  <naba@gnome.org>:
9112         * plugins/symbol-browser/test-class.h: Fixed block ends.
9114         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
9115         C-style-block comment.
9117         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
9118         allow lists when writing autogen definition files. This is required
9119         for the new class generator. Also fixed a wrong return value in
9120         npw_autogen_write_definition_file and set a GError in
9121         npw_autogen_execute when the output file could not be opened.
9123         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
9124         user interface.
9126         * plugins/class-gen/Makefile.am: Added templates subdir, removed
9127         goc_template_header and goc_template_source, added top_srcdir to
9128         includes, link against project wizard (also hopefully temporarily),
9129         removed class_gen.h, class_gen.c, action-callbacks.h,
9130         action-callbacks.c.
9132         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9134         * plugins/class-gen/cell-renderer-flags.h:
9135         * plugins/class-gen/cell-renderer-flags.c:
9136         * plugins/class-gen/combo-flags.h:
9137         * plugins/class-gen/combo-flags.c:
9138         * plugins/class-gen/element-editor.c:
9139         * plugins/class-gen/element-editor.h:
9140         * plugins/class-gen/generator.c:
9141         * plugins/class-gen/generator.h:
9142         * plugins/class-gen/plugin.h:
9143         * plugins/class-gen/plugin.c:
9144         * plugins/class-gen/transform.c:
9145         * plugins/class-gen/transform.h:
9146         * plugins/class-gen/validator.c:
9147         * plugins/class-gen/validator.h:
9148         * plugins/class-gen/window.c:
9149         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9150         adding of several class elements and uses autogen.
9152         * plugins/class-gen/templates/cc-header.tpl:
9153         * plugins/class-gen/templates/cc-source.tpl:
9154         * plugins/class-gen/templates/go-header.tpl:
9155         * plugins/class-gen/templates/go-source.tpl:
9156         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9157         for the class generator.
9159         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9161 2007-01-04  Naba Kumar  <naba@gnome.org>
9163         Patch from Nick Treleaven:
9164         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9165         all matching symbols.
9166         
9167         Patches from  Maik Beckmann and Sébastien Granjoux:
9168         * plugins/profile-default/plugin.c,
9169         plugins/project-manager/plugin.c: Unescape project name. Fixes
9170         Bug #357151
9172 2007-01-04  Naba Kumar  <naba@gnome.org>
9174         * plugins/glade/plugin.c: Fixed compilation with
9175         older glade-3 version.
9176         
9177         Patch from Roland Illig:
9178         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9179         plugins/sourceview/anjuta-document-saver.c,
9180         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9181         are necessary to build anjuta on NetBSD 3.0
9183         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9184         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9185         window manager in gnome.
9186         
9187 2007-01-02  Naba Kumar  <naba@gnome.org>
9188         
9189         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9190         
9191 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9193         Reviewed by Naba Kumar  <naba@gnome.org>:
9194         * libanjuta/interfaces/libanjuta.idl,
9195         plugins/debug-manager/Makefile.am,
9196         plugins/debug-manager/anjuta-marshal.list,
9197         plugins/debug-manager/debugger.c,
9198         plugins/debug-manager/sparse_buffer.c,
9199         plugins/debug-manager/sparse_buffer.h,
9200         plugins/debug-manager/sparse_view.c,
9201         plugins/debug-manager/sparse_view.h,
9202         plugins/debug-manager/disassemble.h,
9203         plugins/debug-manager/disassemble.c,
9204         plugins/debug-manager/anjuta-marshal.list,
9205         plugins/debug-manager/plugin.c,
9206         plugins/gdb/debugger.c,
9207         plugins/gdb/debugger.h,
9208         plugins/gdb/plugin.c:
9209         Add a disassembly view window
9211         * plugins/debug-manager/breakpoints.c,
9212         plugins/debug-manager/chunk_view.c,
9213         plugins/debug-manager/locals.c,
9214         plugins/debug-manager/memory.c,
9215         plugins/debug-manager/registers.c,
9216         plugins/debug-manager/stack_trace.c:
9217         Add some debugging information 
9219 2006-12-18  Naba Kumar  <naba@gnome.org>
9221         * configure.in, plugins/glade/plugin.c: Allow building against both
9222         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9224 2006-12-03  Naba Kumar  <naba@gnome.org>
9225         
9226         * TODO.tasks: Marked a bounty completed.
9228 2006-11-24  Adam Dingle <adam@medovina.org>
9230         Reviewed by Naba Kumar  <naba@gnome.org>:
9231         * plugins/build-basic-autotools/build-basic-autotools.c,
9232         plugins/debug-manager/watch.c,
9233         plugins/document-manager/plugin.c, 
9234         plugins/patch/plugin.c,
9235         plugins/project-manager/plugin.c:
9236         Fixed bug #378879 (several command names need ellipses).
9238 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
9240         Reviewed by: Naba Kumar  <naba@gnome.org>
9241         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9242         GCC 4.1.2 (there are only two warnings remaining now when compiling
9243         plugins).
9245         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
9247         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
9248         macro so that the generated function support a NULL plugin parameter.
9250         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
9251         in debug_tree_find_expression by freeing memory returned by the call
9252         to gtk_tree_model_get instead of the parameter string.
9254 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
9256         * plugins/debug-manager/breakpoints.c:
9257         Fix bug #378850
9259         * plugins/debug-manager/anjuta-debug-manager.ui,
9260         plugins/debug-manager/debugger.c,
9261         plugins/debug-manager/plugin.c:
9262         Fix bug #378871
9264 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
9266         * libanjuta/anjuta-launcher.c,
9267         plugins/gdb/debugger.c:
9268         Fix bug #377061
9270 2006-11-21  Naba Kumar  <naba@gnome.org>
9272         * plugins/search/search_preferences.c: Fixed build break.
9273         
9274 2006-11-20  Naba Kumar  <naba@gnome.org>
9275         
9276         Patch from Kjartan Maraas:
9277         * plugins/cvs-plugin/cvs-interface.c,
9278         plugins/document-manager/plugin.c,
9279         plugins/gtodo/interface.c,
9280         plugins/gtodo/libgtodo.h,
9281         plugins/message-view/anjuta-msgman.c,
9282         plugins/project-wizard/druid.c,
9283         plugins/search/search_preferences.c,
9284         plugins/sourceview/sourceview-prefs.c,
9285         plugins/terminal/terminal.c,
9286         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
9288         Patch from Przemysław Grzegorczyk:
9289         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
9290         plugins/subversion/anjuta-subversion.glade: Enable files in
9291         fileselection dialog. Fixes bug #376031.
9292         
9293 2006-11-17  Adam Dingle <adam@medovina.org>
9295         Reviewed by: Naba Kumar  <naba@gnome.org>
9296         * plugins/build-basic-autotools/build-basic-autotools.c
9297         * plugins/class-gen/anjuta-class-gen.plugin.in
9298         * plugins/debug-manager/breakpoints.c
9299         * plugins/debug-manager/plugin.c
9300         * plugins/devhelp/plugin.c
9301         * plugins/document-manager/plugin.c
9302         * plugins/gdb/debugger.c
9303         * plugins/glade/anjuta-glade.plugin.in
9304         * plugins/gtodo/plugin.c
9305         * plugins/language-support-cpp-java/plugin.c
9306         * plugins/message-view/plugin.c
9307         * plugins/project-import/anjuta-project-import.glade
9308         * plugins/project-import/anjuta-project-import.plugin.in
9309         * plugins/search/plugin.c
9310         * plugins/tools/scripts/tools-2.xml.in
9311         * plugins/valgrind/plugin.c
9312         * src/anjuta-actions.h:
9313         Fixed bug #376335 "menu items should be capitalized".  Minor
9314         grammar edits.
9316 2006-11-20  Naba Kumar  <naba@gnome.org>
9317         
9318         * configure.in: Fixed build.
9320         Patch from: Arjan Timmerman
9321         *configure.in: Make subvesion plugin build for apr 1.x.
9322         Fixes: Bug #364754.
9323         
9324 2006-11-20  Johannes Schmid <jhs@gnome.org>
9326         * configure.in
9327         * plugins/*/*.[ch]:
9328         Removed patches from Sylvain and Günther. They caused not problems but
9329         Naba was against them.
9331 2006-11-20  Johannes Schmid <jhs@gnome.org>
9333         * Removed me from MAINTAINERS
9335 2006-11-14  Günther Brammer <GBrammer@gmx.de>
9337         * configure.in:
9338         Use apr-1 instead of apr-0
9340 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
9342         * global-tags/create_global_tags.sh.in: Correct a bug when environment
9343         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
9344         and another bug occuring when parsing .pc file containing quotes.
9346 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
9348         * plugins/*/*.[ch]: Use class macro for type casting.
9350         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9351         GCC 4.1.2 (there are only two warnings remaining now when compiling
9352         plugins).
9354         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
9355         a memory leak in debug_tree_find_expression; g_free was called on
9356         the parameter instead of the memory allocated by gtk_tree_model_get.
9358         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
9359         to declare and initialize the global type variable of the plugin.
9361 2006-10-31  Naba Kumar  <naba@gnome.org>
9363         * global-tags/create_global_tags.sh.in: Added an end message.
9364         
9365         * libanjuta/anjuta-launcher.h: Fixed indentation.
9366         
9367         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
9368         creation to a) append the messages in right way, b) Connect signals
9369         to the view properly and c) Recreate the system-tags.cache at the
9370         end of the generation.
9372         * plugins/symbol-browser: Fixed action path (double
9373         click on sysmbols was not working).
9375         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
9376         Fixed typedef and removed dead code.
9378         * tagmanager/c.c: Took the latest version from ctags source
9379         repository, because the one we had (from ctags 5.6) was broken.
9380         
9381         * global_tags/create_global_tags.sh.in: Reverted the patch from
9382         Sylvain because it was not right fix (and added a helpful comment).
9383         Used /bin/bash to fix the bashism and generated separate log files
9384         for each tag files in the same directory.
9385         
9386 2006-10-29  Naba Kumar  <naba@gnome.org>
9388         * plugins/editor/text_editor.c: Use a temporary file
9389         to save the editor and move it at the end to original
9390         file. This will prevent data corruption if file save
9391         failed for any reason. Also report proper errors when
9392         file save fails. Fixes bug #346575.
9393         
9394 2006-10-26  Naba Kumar  <naba@gnome.org>
9396         * plugins/document-manager/anjuta-docman.c: Do not load
9397         the same files with different path more than once (happens
9398         with symlinked files). Fixes Bug #323591.
9400 2006-10-25  Naba Kumar  <naba@gnome.org>
9402         * plugins/valgrind/vgactions.c: Fixed a warning.
9404 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
9406         Reviewed by Naba Kumar  <naba@gnome.org>:
9408         * plugins/valgrind/vgtoolview.c:
9409         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
9411         * plugins/valgrind/bugged-prg-test.c:
9412         No more warning during compilation with GCC 4.1.
9413         Program is still buggy in order to be used as a test of the
9414         plugin.
9416         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
9417         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
9418         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
9419         plugins/valgrind/vgrule.c:
9420         No more warning during compilation with GCC 4.1.
9422         * plugins/valgrind/plugin.c:
9423         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
9424         prototype (was missing from previous patch).
9426 2006-10-24  Naba Kumar  <naba@gnome.org>
9428         * plugins/glade/plugin.c: Show glade tree view, not list view.
9429         
9430         * plugins/glade/plugin.c: Fixed crash when Anjuta is
9431         exited with glade plugin still loaded. Fixes Bug #364755.
9433         * plugins/document-manager/anjuta-document-manager.plugin.in:
9434         Added application/x-reject in accepted mime-types.
9435         
9436         * Changelog: Fixed changelog alignments.
9438 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
9440         Reviewed by: Naba Kumar  <naba@gnome.org>
9441         
9442         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
9443         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
9444         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
9445         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
9446         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
9447         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
9448         plugins/valgrind/vgsearchbar.c:
9449         Use class macro for type casting.
9451         * plugins/valgrind/plugin.h:
9452         Don't force cast a GtkActionGroup to a GtkAction.
9454         * plugins/valgrind/plugin.c:
9455         Use correct API to get path of the preoject root when building
9456         the list of targets for the run action.
9457         Correct ordering of the construction of the preferences widgets.
9458         Only remove the valgrind widget if it is currently displayed.
9460         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
9461         Return if check_valgrind_binary() fails.
9462         The ValgrindPluginPrefs object is initialized after the call to
9463         vg_action_new. Take a handle to the location of the pointer to
9464         the future object.
9466 2006-10-24  Naba Kumar  <naba@gnome.org>
9468         * HACKING: Updated coding sample.
9469         
9470         Patch from: Armin Burgmeier  <armin@arbur.net>
9471         * plugins/symbol-browser/test-class.h,
9472         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
9473         
9474 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
9476         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
9477         * plugins/valgrind/vgtoolview.h:
9478         Correctly handle the argv / srcdir of vg_tool_view object. Do
9479         not leak memory associated with those arrays.
9481         * plugins/symbol-browser/an_symbol_prefs.c:
9482         Support unloading / reloading of the module (for example when
9483         closing a project and opening another one).
9485         * plugins/project-manager/plugin.c:
9486         Remove plugin widget before removing plugin itself, preventing
9487         a crash with valgrind plugin.
9489         * libanjuta/anjuta-preferences-dialog.c:
9490         Do not use the page_num returned by gtk_notebook_append_page to
9491         remove the page as it cause bugs when pages removal is not done
9492         in LIFO.
9494         * plugins/document-manager/anjuta-docman.c:
9495         Fix some GTK+ warnings.
9497         * global-tags/create_global_tags.sh.in:
9498         Rewrite script to remove bash-ism and use pkg-config directly
9499         instead of parsing the *.pc file by hand. This solve problems
9500         that occurred when one of the directory in PKG_CONFIG_PATH is
9501         empty.
9503 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
9505         * plugins/glade/plugin.c: Fix build (#363884)
9507 2006-10-22  Johannes Schmid <jhs@gnome.org>
9509         * plugins/file-manager/an_file_view.c:
9510         * plugins/file-manager/plugin.c:
9511         * plugins/file-manager/plugin.h:
9512         Fix possible crasher when changing project-root uri when we try to restore open nodes
9513         * AUTHORS: Updated
9515 2006-10-19  Naba Kumar  <naba@gnome.org>
9517         Patch from: Juan Pablo Ugarte
9518         * plugins/glade/plugin.c: Include glade header
9519         correctly.
9520         
9521 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
9522         
9523         * plugins/debug-manager/Makefile.am,
9524         plugins/debug-manager/sexy-icon-entry.h,
9525         plugins/debug-manager/sexy-icon-entry.c,
9526         plugins/debug-manager/dataview.c:
9527         Fix bug #358134 (Goto memory prompt)
9528         Use sexy-icon-entry from libsexy 0.1.10
9530         * plugins/debug-manager/debugger.c,
9531         plugins/debug-manager/plugin.c,
9532         plugins/debug-manager/start.c,
9533         plugins/gdb/debugger.c,
9534         plugins/gdb/plugin.c:
9535         Better error handling when starting and stopping debugger
9537 2006-10-13  Maik Beckmann <maik@eigenco.de>
9539         * src/action_callbacks.c:
9540         Fixed bug #361830 (AboutDialog does not close) which is caused 
9541         due to a change in Gtk+ 2.10  
9542   
9543 2006-10-12  Adam Dingle <adam@medovina.org>
9545         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9547         * plugins/search/search-replace.c:
9548         Fixed bug #358068 (indicate when Find in Files is complete)
9550         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9552         * plugins/sourceview/sourceview-prefs.c:
9553         * plugins/sourceview/sourceview.glade:
9554         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9556         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9558         * plugins/devhelp/plugin.c:
9559         * plugins/search/plugin.c: 
9560         Fixed bug #359750 (fix find/replace shortcut keys).
9562         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9563         use Alt+key for shortcuts)
9565         *  plugins/debug-manager/debug_tree.c:
9566         *  plugins/debug-manager/debugger.c:
9567         Fixed bug #359317 (can't load debug manager)
9569         * /plugins/document-manager/plugin.c:
9570         Fixed bug #359259 (highlight modes listed in reverse 
9571         alphabetical order).
9573 2006-10-10  Johannes Schmid <jhs@gnome.org>
9575         * plugins/glade/plugin.c:
9576         Add scrollbars to glade project window
9578 2006-10-10  Johannes Schmid <jhs@gnome.org>
9580         * libanjuta/interfaces/Makefile.am.iface:
9581         Fixed Makefile with broke build
9583 2006-10-07  Johannes Schmid <jhs@gnome.org>
9585         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9586         * libanjuta/interfaces/Makefile.iface.am:
9587         Fixed enum types generation
9589         * libanjuta/interfaces/libanjuta.idl:
9590         Fixed some strange typo
9592 2006-10-06  Johannes Schmid <jhs@gnome.org>
9594         * libanjuta/interfaces/Makefile.iface.am:
9595         Fixed enum-types.h generation
9596         * libanjuta/interfaces/libanjuta.idl:
9597         char* => gchar*
9598         IAnjutaTODO::load should take const gchar* argument
9599         Remove include to libanjuta/e-splash.h which is not installed as header file
9600         Disable get_attributes for now
9601         
9602         * pluings/sourceview/sourceview.c: Disabled get_attributes
9603         
9604         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9606 2006-10-05  Naba Kumar  <naba@gnome.org>
9608         * TODO.tasks: Set 'Improve class widzard' task to assigned.
9609         Set bug id for 'Profiler plugin' task.
9611 2006-10-03  Naba Kumar  <naba@gnome.org>
9613         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9614         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9616         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9617         plugins/project-manager/plugin.c: Added a new API in
9618         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9619         Added some documentation. On project close, close all editors that
9620         has files opened for the project.
9621         
9622         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9623         from the containers on anjuta_shell_remove_widget(). Do not destroy
9624         glade widgets once created.
9625         
9626 2006-10-03  Johannes Schmid <jhs@gnome.org>
9628         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9629         * libanjuta/interfaces/libanjuta.idl:
9630         const-List<> => const List<>
9631         List-free<> => List<>
9632         
9633         * Makefile.am: Reenabled launcher
9635 2006-10-03  Johannes Schmid <jhs@gnome.org>
9637         * libanjuta/interfaces/Makefile.am.iface:
9638         Install libanjuta.idl
9640 2006-10-02  Adam Dingle <adam@medovina.org>
9642         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9644 2006-10-02  Adam Dingle <adam@medovina.org>
9646         * plugins/editor/style-editor.c: fixed bug #357534
9647         * plugins/gdb/utilities.h: removed 2 unused declarations
9649 2006-10-02  Johannes Schmid <jhs@gnome.org>
9651         * Makefile.am: disabled anjuta-launcher
9652         * libanjuta/Makefile.am:
9653         
9654         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9655         * libanjuta/glue-factory.c: (glue_factory_add_path),
9656         (glue_factory_get_path):
9657         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9658         * libanjuta/glue-factory.h:
9659         * libanjuta/glue-cpp.h:
9660         * libanjuta/glue-cpp.c:
9661         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9662         
9663         * libanjuta/interfaces/Makefile.am.iface:
9664         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9665         * libanjuta/interfaces/libanjuta.idl:
9666         Add a new features to idl compiler:
9667         List<Type> => List of Type
9668         List-free<Type> => List of Type, it is up to the caller to free items and list
9669         const-List(-free)<Type> = const List of Types
9670         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9671         
9672         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9673         (generic_cpp_class_create_code):
9674         Adapted to new project_manager interface
9675         
9676         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9677         * plugins/debug-manager/debugger.c:
9678         (ivariable_debugger_iface_init):
9679         Do not use C++ keyword "delete" for interface name
9680         
9681         * plugins/document-manager/anjuta-document-manager.plugin.in:
9682         Added m4 to mime-types
9683         
9684         * plugins/project-manager/plugin.c:
9685         (iproject_manager_add_source_multi):
9686         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9688 2006-10-01  Naba Kumar  <naba@gnome.org>
9690         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9691         UI file used when out-of-process devhelp is used instead of
9692         embedded devhelp.
9693         
9694         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9695         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9696         plugins/profile-default/default.anjuta: Build devhelp plugin,
9697         but use out-of-process devhelp if devhelp plugin is disabled
9698         (either by user or devhelp is not installed). Disabled devhelp
9699         plugin by default. Added it in default profile.
9701 2006-10-01  Naba Kumar  <naba@gnome.org>
9703         * plguins/project-manager/plugin.c: Possible fix for crash
9704         bug #358583.
9705         
9706         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9707         set dep to last version 3.0.2.
9708         
9709         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9710         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9711         plugins/symbol-browser/plugin.c: Use the right action group
9712         for getting popup actions (Fixes lots of assertion failures).
9714         * plugins/project-manager/plugin.c,
9715         plugins/project-manager/plugin.h: use separate action group
9716         for profie actions.
9717         
9718         * plugins/message-view/plugin.c: Disconnect session load
9719         signal on plugin deactivation (fixes a crash).
9721 2006-09-30  Naba Kumar  <naba@gnome.org>
9723         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9724         * TODO.tasks: Assigned a bounty to Massimo.
9726 2006-09-29  Naba Kumar  <naba@gnome.org>
9728         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9730 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9732         * plugins/debug-manager/debugger.c,
9733         plugins/debug-manager/plugin.c,
9734         libanjuta/interfaces/libanjuta.idl:
9735         Add a new abort command to quit debugger without waiting
9737         * plugins/gdb/debugger.c,
9738         plugins/gdb/debugger.h,
9739         plugins/gdb/plugin.c:
9740         Send a signal directly to the debugged program
9741         Implement abort command
9743         * plugins/debug-manager/debug_tree.c:
9744         Fix bug #358163
9746         * plugins/debug-manager/stack-trace.c:
9747         Fix bug #358009
9749 2006-09-29  Naba Kumar  <naba@gnome.org>
9751         * TODO.tasks: Updated.
9752         
9753         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9754         dialog.
9755         
9756         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9757         
9758         * TODO.tasks: Updated in light of the word wrapping fix
9759         in Tasks Manager. Added a test bounty entry.
9761         * TODO.tasks: Added four bounties.
9762         
9763 2006-09-28  Naba Kumar  <naba@gnome.org>
9765         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9766         Added 'customizable' parameter to
9767         anjuta_ui_add_action_group_entries() and similar functions to
9768         allow user configuration of the actions. Filter out actions that
9769         are not configurable items (such as submenu items). Now the
9770         'Customize shortcuts' dialog is much better listed.
9772         * plugins/build-basic-autotools/build-basic-autotools.c,
9773         plugins/build-basic-autotools/build-basic-autotools.h,
9774         plugins/cvs-plugin/plugin.c,
9775         plugins/cvs-plugin/plugin.h,
9776         plugins/debug-manager/breakpoints.c,
9777         plugins/debug-manager/plugin.c,
9778         plugins/debug-manager/stack_trace.c,
9779         plugins/debug-manager/watch.c,
9780         plugins/devhelp/plugin.c,
9781         plugins/document-manager/plugin.c,
9782         plugins/file-loader/plugin.c,
9783         plugins/file-manager/plugin.c,
9784         plugins/glade/plugin.c,
9785         plugins/gtodo/interface.c,
9786         plugins/gtodo/plugin.c,
9787         plugins/language-support-cpp-java/plugin.c,
9788         plugins/macro/plugin.c,
9789         plugins/macro/plugin.h,
9790         plugins/message-view/plugin.c,
9791         plugins/patch/plugin.c,
9792         plugins/profile-default/default.anjuta,
9793         plugins/project-manager/plugin.c,
9794         plugins/project-manager/plugin.h,
9795         plugins/sample1/plugin.c,
9796         plugins/search/plugin.c,
9797         plugins/subversion/plugin.c,
9798         plugins/subversion/plugin.h,
9799         plugins/symbol-browser/plugin.c,
9800         plugins/symbol-browser/plugin.h,
9801         plugins/tools/plugin.c,
9802         plugins/valgrind/plugin.c,
9803         plugins/valgrind/plugin.h: Fixed to take care of above change
9804         in API of AnjutaUI. Properly added/removed action groups in some
9805         plugins. Split action groups into customization and non-customizable
9806         groups and added them separately.
9808         * plugins/document-manager/plugin.c: Close files belonging to
9809         project when project is closed (not complete).
9810         
9811         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9812         vertical aligned cell entries.
9813         
9814         * src/anjuta-app.c: Define macros for the placeholder names.
9815         Set default widths and heights of the default placeholders,
9816         so that newly docked widgets are correclty sized.
9817         
9818         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9819         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9820         Fixed to generated correct actions addition/removal code.
9822 2006-09-25  Naba Kumar  <naba@gnome.org>
9824         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9825         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9826         class.
9827         
9828         * plugins/message-view/anjuta-msgman.c,
9829         plugins/message-view/anjuta-msgman.h,
9830         plugins/message-view/message-view.c,
9831         plugins/message-view/message-view.h,
9832         plugins/message-view/plugin.c: Serialize messages panes in
9833         session save and deserialize them in session load so that
9834         build messages persistant.
9835         
9836 2006-09-24  Johannes Schmid <jhs@gnome.org>
9838         * libanjuta/anjuta-utils.c:
9839         * plugins/message-view/message-view.c:
9840         Really fixed #355407
9842 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9844         * libanjuta/interfaces/libanjuta.idl:
9845         Change one variable sign
9847         * plugins/debug-manager/anjuta-debug-manager.glade,
9848         plugins/debug-manager/anjuta-debug-manager.ui:
9849         Few small interface changes     
9851         * plugins/debug-manager/debug_tree.h,
9852         plugins/debug-manager/watch.c,
9853         plugins/debug-manager/debugger.c,
9854         plugins/debug-manager/plugin.c
9855         plugins/gdb/debugger.c,
9856         plugins/gdb/plugin.c:
9857         Big rewrite of debugger queue
9858         Allow to cancel command
9860         * plugins/debug-manager/memory.c:
9861         Fix a bug if a command is cancelled
9863 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9865         * plugins/gdb/debugger.c,
9866         plugins/debug-manager/debug_tree.c,
9867         plugins/debug-manager/locals.c:
9868         Restore tree representation for local variable
9869         Add argument in local variable list
9870         Use gdb variable object to get all informations
9872 2006-09-19  Naba Kumar  <naba@gnome.org>
9874         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9875         that implements AnjutaSavePrompt class.
9877         * ChangeLog: Fixed indentation.
9878         
9879         * libanjuta/Makefile.am,
9880         libanjuta/anjuta-marshal.list,
9881         libanjuta/anjuta-shell.c,
9882         libanjuta/anjuta-shell.h,
9883         plugins/document-manager/action-callbacks.c,
9884         plugins/document-manager/action-callbacks.h,
9885         plugins/document-manager/anjuta-docman.c,
9886         plugins/document-manager/anjuta-docman.h,
9887         plugins/document-manager/plugin.c,
9888         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9889         unsaved items during exit. A new signal is added in shell
9890         interface called 'save-prompt' to collect all unsaved items.
9891         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9892         Fixed document manager to use the new save-prompt signal in shell
9893         and AnjutaSavePrompt object for unsaved files. Cleaned up
9894         AnjutaDocman to synchronously save new files. Fixed function
9895         names.
9897 2006-09-18  Johannes Schmid <jhs@gnome.org>
9899         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9900         gdl requirement to 0.7.0
9902 2006-09-18  Johannes Schmid <jhs@gnome.org>
9904         * global-tags/.cvsignore:
9905         * global-tags/Makefile.am:
9906         * global-tags/create_global_tags.sh (removed):
9907         * global-tags/create_global_tags.sh.in (added):
9908         Fixed #355407
9909         
9910         * libanjuta/anjuta-launcher.c:
9911         Fixed #349374
9912         
9913         * plugins/project-manager/plugin.c:
9914         (project_manager_plugin_close_project):
9915         Fixed crasher
9916         
9917         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9918         Fixed gtk critical
9919         
9920         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9921         More reasonable toolbar creation/deletition though it does
9922         not completly work!
9924 2006-09-15  Johannes Schmid <jhs@gnome.org>
9926         * libanjuta/anjuta-utils.c/.h:
9927         Fixed #355168
9929 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9931         * scintilla/ScintillaGTK.cxx
9932         Fixed doulbe freeing in Scintilla
9934 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9936         * plugins/symbol-browser/an_symbol_prefs.c:
9937         Support unloading / reloading of the module (for example when
9938         closing a project and opening another one).
9940         * plugins/project-manager/plugin.c:
9941         Really fixed #355148 (Show project name in title bar)
9943 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9945         * libanjuta/plugins.c:
9946         Fixed #355156 (Show plugins in alphabetical order)
9948 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9950         * plugins/project-manager/plugin.c:
9951         Fixed #355148 (Show project name in title bar)
9953 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9955         * plugins/project-manager/plugin.c:
9956         (value_removed_project_root_uri):
9957         Fixed crasher if project cannot be opened
9959 2006-08-30 Naba Kumar  <naba@gnome.org>
9961         * plugins/language-support-cpp-java/plugin.[c,h],
9962         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9963         Impletemnted UI for auto indent.
9964         
9965 2006-08-28 Naba Kumar  <naba@gnome.org>
9966         
9967         * plugins/gvim/.cvsignore,
9968         plugins/gvim/Makefile.am,
9969         plugins/gvim/anjuta-vim-plugin.png,
9970         plugins/gvim/anjuta-vim.c,
9971         plugins/gvim/anjuta-vim.h,
9972         plugins/gvim/anjuta-vim.plugin.in,
9973         plugins/gvim/gtkvim.c,
9974         plugins/gvim/gtkvim.h,
9975         plugins/gvim/plugin.c,
9976         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9977         in build yet.
9979 2006-08-28 Naba Kumar  <naba@gnome.org>
9981         Patch from: Massimo Corà  <maxcvs@email.it>
9982         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9983         possible infinite loop.
9985 2006-08-22 Adam Dingle <adam@medovina.org>
9986         
9987         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9988         to edit are shown in the preferences dialog in anjuta").
9989         Removed unused widgets from the style editor dialog.
9991 2006-08-21  Johannes Schmid <jhs@gnome.org>
9993         * plugins/symbol-browser/test-class.[cpp/h]
9994         Added missing files
9996 2006-08-18  Naba Kumar  <naba@gnome.org>
9998         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9999         end of document loading.
10001         * plugins/language-support-cpp-java/plugin.c,
10002         plugins/sourceview/sourceview.c: Fixed plugin loading.
10004 2006-08-17  Naba Kumar  <naba@gnome.org>
10006         * plugins/language-support-cpp-java/plugin.c,
10007         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
10008         mode line parsing. Indentation parameters initialized based on
10009         mode line parameters.
10011 2006-08-16  Naba Kumar  <naba@gnome.org>
10013         * Makefile.am, plugins/editor/text_editor.c,
10014         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
10015         comments.
10017 2006-08-16 Naba Kumar  <naba@gnome.org>
10019         Patch from  Massimo Cora'  <maxcvs@email.it>:
10020         
10021         * plugins/editor/aneditor-autocomplete.cxx,
10022         plugins/editor/aneditor-calltip.cxx,
10023         plugins/symbol-browser/Makefile.am,
10024         plugins/symbol-browser/an_symbol.c,
10025         plugins/symbol-browser/an_symbol_view.c,
10026         plugins/symbol-browser/plugin.c,
10027         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
10028         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
10029         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
10030         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
10031         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
10032         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
10033         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
10034         tagmanager/get.h, tagmanager/html.c,
10035         tagmanager/include/tm_source_file.h,
10036         tagmanager/include/tm_tag.h,
10037         tagmanager/include/tm_workspace.h,
10038         tagmanager/jscript.c, tagmanager/keyword.c,
10039         tagmanager/keyword.h, tagmanager/lisp.c,
10040         tagmanager/lregex.c, tagmanager/lua.c,
10041         tagmanager/main.h, tagmanager/make.c,
10042         tagmanager/options.c, tagmanager/options.h,
10043         tagmanager/parse.c, tagmanager/parse.h,
10044         tagmanager/parsers.h, tagmanager/pascal.c,
10045         tagmanager/perl.c, tagmanager/php.c,
10046         tagmanager/python.c, tagmanager/read.c,
10047         tagmanager/read.h, tagmanager/readtags.c,
10048         tagmanager/readtags.h, tagmanager/rexx.c,
10049         tagmanager/routines.c, tagmanager/routines.h,
10050         tagmanager/ruby.c, tagmanager/scheme.c,
10051         tagmanager/sh.c, tagmanager/slang.c,
10052         tagmanager/sml.c, tagmanager/sort.c,
10053         tagmanager/sort.h, tagmanager/sql.c,
10054         tagmanager/strlist.c, tagmanager/strlist.h,
10055         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10056         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10057         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10058         tagmanager/vim.c, tagmanager/vstring.c,
10059         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
10060         5.6 and namespace completion fixed.
10062         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10063         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
10065 2006-08-15 Naba Kumar  <naba@gnome.org>
10067         * libanjuta/interfaces/libanjuta.idl,
10068         plugins/editor/text-editor-iterable.c,
10069         plugins/editor/text_editor.c,
10070         plugins/sourceview/sourceview-cell.c,
10071         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
10072         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
10073         ianjuta_editor_end_action().
10074         
10075         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
10077 2006-08-13 Naba Kumar  <naba@gnome.org>
10079         * plugins/debug-manager/breakpoints.c,
10080         plugins/debug-manager/memory.c,
10081         plugins/debug-manager/registers.c,
10082         src/layout.xml: Fixed debugger widgets layout.
10084 2006-08-12 Naba Kumar  <naba@gnome.org>
10086         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
10087         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
10088         plugins/editor/editor.glade, plugins/editor/text_editor.h,
10089         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
10090         codes and dead codes. Removed automatic indentation prefs.
10092 2006-08-12  Johannes Schmid <jhs@gnome.org>
10094         * libanjuta/Makefile.am:
10095         * libanjuta/anjuta-launcher.c:
10096         * libanjuta/anjuta-launcher.h:
10097         * libanjuta/anjuta-plugin.c:
10098         * libanjuta/anjuta-plugin.h:
10099         * libanjuta/anjuta-preferences.c:
10100         * libanjuta/anjuta-preferences.h:
10101         * libanjuta/anjuta-shell.c:
10102         * libanjuta/anjuta-shell.h:
10103         * libanjuta/libanjuta.h:
10104         
10105         Made wrapper friendly:
10106         - no inline in header files (preferences_set/get)
10107         - correct signal names
10108         - correct GError** argument in anjuta_shell_freeze/thaw
10109         - include correct files in libanjuta.h
10110         
10111         * plugins/project-manager/plugin.c: 
10112         Fixed two crashers
10114 2006-08-11 Naba Kumar  <naba@gnome.org>
10116         * plugins/editor/aneditor-priv.h,
10117         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
10118         
10119         * plugins/editor/text_editor_cbs.c,
10120         plugins/sourceview/anjuta-view.c: Pass the right position for char
10121         added signal.
10122         
10123         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
10124         
10125         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
10127 2006-08-11 Naba Kumar  <naba@gnome.org>
10129         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10130         return the right character at the iter position and get_char() to
10131         not leak memory.
10133         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10134         to set to character offset and not byte index.
10136         * plugins/language-support-cpp-java/plugin.c: Improved
10137         auto-indentation login. Indents opening and closing braces correctly.
10139 2006-08-10  Johannes Schmid <jhs@gnome.org>
10141         * INSTALL:
10142         * autogen.sh:
10143         Required automake = 1.9
10145         * libanjuta/anjuta-children.c:
10146         * libanjuta/anjuta-children.h:
10147         * libanjuta/anjuta-encodings.h:
10148         * libanjuta/anjuta-launcher.h:
10149         * libanjuta/anjuta-plugin-description.h:
10150         * libanjuta/anjuta-preferences-dialog.h:
10151         * libanjuta/anjuta-preferences.h:
10152         * libanjuta/anjuta-session.h:
10153         * libanjuta/anjuta-status.h:
10154         * libanjuta/anjuta-ui.h:
10155         * libanjuta/anjuta-utils.c:
10156         * libanjuta/anjuta-utils.h:
10157         * libanjuta/e-splash.h:
10158         * libanjuta/glue-factory.h:
10159         * libanjuta/glue-plugin.h:
10160         * libanjuta/plugins.h:
10161         * libanjuta/resources.h:
10162         Fixed libanjuta to be able to wrap it
10163         - G_BEGIN_DECLS, G_END_DECLS
10164         - include all necessary files in libanjuta.h
10166         * plugins/gtodo/tray-icon.c:
10167         * plugins/terminal/terminal.c:
10168         Some build fixes for freebsd
10170         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10171         * plugins/sourceview/sourceview.glade:
10172         Remove auto-indent feature as it is now in language-support
10174 2006-08-09 Naba Kumar  <naba@gnome.org>
10176         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10177         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10178         Added missing files.
10180         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10181         get_use_spaces(), set_tabsize() and set_use_spaces().
10183 2006-08-09 Naba Kumar  <naba@gnome.org>
10185         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10186         succeeded in activating.
10188         * plugins/document-manager/plugin.c: Added debug message.
10190         * libanjuta/interfaces/libanjuta.idl,
10191         plugins/editor/text_editor.c: Implemented get_tabsize(),
10192         get_use_spaces(), set_tabsize() and set_use_spaces().
10194         * plugins/language-support-cpp-java/Makefile.am,
10195         plugins/language-support-cpp-java/plugin.c,
10196         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10197         for indentation. Added preferences page for paramenters.
10199         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10201 2006-08-08 Naba Kumar  <naba@gnome.org>
10203         * libanjuta/interfaces/libanjuta.idl,
10204         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10205         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10206         plugins/editor/text_editor.c,
10207         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10208         and implemented it for both scintilla and sourceview.
10210         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10211         focus back to editor (happens when pressing esc in incremental
10212         search box).
10214 2006-08-08 Naba Kumar  <naba@gnome.org>
10216         * libanjuta/interfaces/libanjuta.idl,
10217         plugins/editor/text_editor.c,
10218         plugins/editor/text_editor.h,
10219         plugins/editor/text-editor-iterable.c,
10220         plugins/sourceview/sourceview-cell.c,
10221         plugins/sourceview/sourceview.c: Implemented editor attributes
10222         methods.
10223         
10224         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10225         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10226         code (not complete yet).
10228         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10229         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10230         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10231         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
10232         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10233         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
10235 2006-08-04 Naba Kumar  <naba@gnome.org>
10237         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
10238         implementation.
10239         
10240 2006-08-03  Johannes Schmid <jhs@gnome.org>
10242         * configure.in: Add a more informative text to valgrind plugin
10244         * TODO.tasks:
10245         Modified Preferences tasl
10246         * libanjuta/anjuta-plugin.c: 
10247         * libanjuta/anjuta-preferences-dialog.c: 
10248         * libanjuta/anjuta-preferences-dialog.h:
10249         * libanjuta/anjuta-preferences.c:
10250         * libanjuta/anjuta-preferences.h:
10251         * libanjuta/interfaces/Makefile.am.iface:
10252         * libanjuta/interfaces/libanjuta.idl:
10253         Added IAnjutaPreferences interface which every plugin that has preferences should
10254         implement. Call merge() and unmerge() at plugin activation/deactivation.
10255         Fixed preferences_page_remove()
10256         
10257         * plugins/build-basic-autotools/build-basic-autotools.c:
10258         * plugins/cvs-plugin/plugin.c: 
10259         * plugins/document-manager/plugin.c:
10260         * plugins/editor/plugin.c:
10261         * plugins/editor/plugin.h:
10262         * plugins/file-manager/plugin.c: 
10263         * plugins/gtodo/main.h:
10264         * plugins/gtodo/plugin.c: 
10265         * plugins/gtodo/preferences.c: 
10266         * plugins/message-view/anjuta-msgman.c: 
10267         * plugins/message-view/anjuta-msgman.h:
10268         * plugins/message-view/plugin.c:
10269         * plugins/sourceview/plugin.c: 
10270         * plugins/sourceview/plugin.h:
10271         * plugins/symbol-browser/an_symbol_prefs.c:
10272         * plugins/symbol-browser/plugin.c: 
10273         * plugins/terminal/terminal.c: 
10274         * plugins/valgrind/plugin.c
10275         * src/anjuta-app.c:
10276         
10277         Updated preference loading/unloading for all plugins
10279 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
10280         
10281         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
10282         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
10283     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
10284         recommended by the autoconf manual. 
10285         - Fixes compiling with autoconf 2.60.
10286         
10287         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
10289 2006-08-02      Johanes Schmid <jhs@gnome.org>
10291         * plugins/profile-default/plugin.c:
10292         Fixed session handling
10294 2006-08-01  Johannes Schmid <jhs@gnome.org>
10296         * configure.in
10297         * plugins/Makefile.am:
10298         Disabled devhelp and glade for now as they do not work (#341073
10299         and #341170)
10300         
10301         * plugins/profile-default/anjuta-default-profile.ui (removed):
10302         * plugins/profile-default/plugin.c:
10303         * plugins/profile-default/plugin.h:
10304         * plugins/project-manager/anjuta-project-manager.ui:
10305         * plugins/project-manager/plugin.c:
10306         * plugins/project-manager/plugin.h:
10307         Limted multiple project support #315043
10309         * libanjuta/interfaces/libanjuta.idl:
10310         Added ianjuta_profile_unload
10312 2006-07-31 Naba Kumar  <naba@gnome.org>
10314         * libanjuta/interfaces/libanjuta.idl,
10315         plugins/editor/text-editor-iterable.c,
10316         plugins/editor/text_editor.c,
10317         plugins/sourceview/anjuta-view.c,
10318         plugins/sourceview/anjuta-view.h,
10319         plugins/sourceview/sourceview.c: Fixed text iteration and 
10320         IAnjutaEditor implementations in both scintilla
10321         and sourceview. Cleand up libanjuta API: Removed redundant
10322         erase_range() method from IAnjutaEditor interface, fixed
10323         ianjuta_editor_get_text to take length instead of range (consistency).
10324         autoindentation in both sourceview and scintilla more or less works,
10325         but still disabled for now because there are still some anomalies
10326         in text iteration.
10328         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
10330         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
10331         API changes.
10333 2006-07-30  Johannes Schmid <jhs@gnome.org>
10335         * plugins/sourceview/anjuta-document.c:
10336         * plugins/sourceview/anjuta-document.h:
10337         * plugins/sourceview/anjuta-view.c: 
10338         * plugins/sourceview/sourceview.c:
10339         Wrote a new "char_added" implementation, I hope this one is good
10341         * plugins/sourceview/sourceview-cell.c:
10342         Fixed typo: "text_iter" instead of "iter"
10344 2006-07-30 Naba Kumar  <naba@gnome.org>
10346         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
10348 2006-07-30  Johannes Schmid <jhs@gnome.org>
10350         * autogen.sh: use gnome-autogen.sh from gnome-coomen
10351         
10352         * plugins/debug-manager/plugin.c: 
10353         * plugins/patch/plugin.c:
10354         Use IAnjutaIndicable to mark debugger position
10356         * plugins/sourceview/sourceview.c:
10357         Define colors for IAnjutaIndicable
10359 2006-07-29  Johannes Schmid <jhs@gnome.org>
10361         * plugins/debug-manager/anjuta-debug-manager.ui:
10362         * plugins/debug-manager/breakpoints.c:
10363         * plugins/debug-manager/images/Makefile.am:
10364         * plugins/debug-manager/images/run-to-cursor.png:
10365         * plugins/debug-manager/plugin.c:
10366         Added toolbar and some icons
10368         * plugins/patch/anjuta-patch.ui:
10369         * plugins/patch/patch-plugin.c:
10370         * plugins/patch/patch-plugin.glade:
10371         * plugins/patch/plugin.c:
10372         * plugins/patch/plugin.h:
10373         Improved patch plugin (GUI and function)
10375         * plugins/sourceview/sourceview.c:
10376         Fixed another Gtk-Critical
10378         * plugins/tools/anjuta-tools.ui:
10379         * plugins/tools/plugin.h:
10380         Put Patch plugin in tools menu and changed ui file
10382 2006-07-29  Johannes Schmid <jhs@gnome.org>
10384         * plugins/document-manager/plugin.c:
10385         Fixed accelator Gtk-Warning
10387         * plugins/message-view/anjuta-msgman.c: 
10388         Fixed Gtk-Warning
10390         * plugins/sourceview/anjuta-document.c:
10391         * plugins/sourceview/anjuta-document.h:
10392         * plugins/sourceview/anjuta-marshal.list:
10393         Wrote a better emitter for the char-added signal
10395         * plugins/sourceview/sourceview.c:
10396         Fixed Redo/Undo to void Gtk-Criticals
10397         
10398         * plugins/sourceview/sourceview-args.c:
10399         * plugins/sourceview/sourceview-cell.c:
10400         * plugins/sourceview/sourceview-scope.c:
10401         * plugins/sourceview/sourceview-tags.c: 
10402         Adapted to new IAnjutaIterator API
10404 2006-07-28 Naba Kumar  <naba@gnome.org>
10406         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
10408         * plugins/symbol-browser/an_symbol.c,
10409         plugins/symbol-browser/an_symbol_iter.c,
10410         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
10411         subclass of AnjutaSymbol so that the symbol is accessible from
10412         the iter in light of changes in IAnjutaIterable.
10414         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
10415         implementation of IAnjutaIterable.
10417 2006-07-28 Naba Kumar  <naba@gnome.org>
10419         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
10420         IAnjutaIterable. They were kind of useless since the interface is
10421         defined on the data object itself. Added set_position() method
10422         in IAnjutaIterable to allow setting arbitrary current index to the
10423         iter.
10424         Added erase() and erase_range() in IAnjutaEditor.
10426         * plugins/editor/text-editor-iterable.c: Fixed 
10427         plugins/editor/text_editor.c: Implemented erase() and erase_range()
10428         methods in editor. Fixed get_line_from_position() method.
10430         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
10431         code. It's disabled for now.
10433         * plugins/sourceview/sourceview-cell.c,
10434         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
10435         implementation.
10437 2006-07-27  Johannes Schmid <jhs@gnome.org>
10439         * plugins/sourceview/sourceview-cell.c:
10440         Fixed IAnjutaEditorCell to work only on a single line
10441         Fixed crasher in finalize
10443         * plugins/symbol-browser/an_symbol_prefs.c:
10444         * global-tags/Makefile.am:
10445         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
10446         script installation     
10448 2006-07-26 Naba Kumar  <naba@gnome.org>
10450         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
10451         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
10452         
10453         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
10454         
10455         * plugins/document-manager/plugin.c: Fixed dynamic loading of
10456         support plugins
10457         
10458         * plugins/editor/text-editor-iterable.c,
10459         plugins/editor/text_editor.c,
10460         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
10461         method to work correctly, it was ignoring start and end parameters.
10462         Fixed TextEditorCell implementation. Fixed 'char-added' signal
10463         emission.
10464         
10465         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
10466         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
10468 2006-07-24  Massimo Cora'  <maxcvs@email.it>
10470         * plugins/symbol-browser/an_symbol_view.c,
10471         plugins/symbol-browser/an_symbol_view.h,
10472         plugins/symbol-browser/plugin.c:
10473     fix a matching case into sv_extract_type_qualifier_from_expr ()
10474     and some minor issues.
10476 2006-07-26  Johannes Schmid <jhs@gnome.org>
10478         * plugins/language-support-cpp-java/plugin.c:
10479         Fixed to work kind of with sourceview editor
10480         * plugins/sourceview/anjuta-document.c: 
10481         * plugins/sourceview/anjuta-view.c: 
10482         * plugins/sourceview/sourceview-cell.c:
10483         * plugins/sourceview/sourceview.c:
10484         Fixed IAnjutaEditorCell and "char-added" signal
10486 2006-07-24 Naba Kumar  <naba@gnome.org>
10488         * plugins/document-manager/plugin.c,
10489         plugins/document-manager/plugin.h: Initial implementedion for loading
10490         support plugins.
10491         
10492         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
10493         implementation.
10494         
10495         * plugins/editor/text_editor.c: Fixed syntax highlighting when
10496         indicators are cleared (that leaved grey texts).
10498 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
10500         * libanjuta/interfaces/libanjuta.idl,
10501         plugins/debug-manager/breakpoints.c,
10502         plugins/debug-manager/memory.c,
10503         plugins/debug-manager/registers.c,
10504         plugins/debug-manager/debug_tree.c,
10505         plugins/debug-manager/debugger.c,
10506         plugins/gdb/debugger.c,
10507         plugins/gdb/debugger.h,
10508         plugins/gdb/plugin.c:
10509         Add a parameter for reporting error
10510         Add a new interface for using gdb variable object
10511         Allow to cancel commands
10512         Rewrite handling of debugger state
10514         * plugins/debug-manager/plugin.c,
10515         plugins/debug-manager/locals.c,
10516         plugins/debug-manager/locals.h,
10517         plugins/debug-manager/register.c,
10518         plugins/debug-manager/stack_trace.c,
10519         plugins/debug-manager/stack_trace.h:
10520         Create and destroy local and stack trace windows when needed
10522 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10524         * plugins/document-manager/plugin.c:
10525         Fixed "Automatic" highlighting
10527 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10529         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10531         * plugins/sourceview/anjuta-view.c:
10532         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10534 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
10535         
10536         * configure.in: Check for C/C++-Compiler correctly
10538 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
10540         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10542         * plugins/debug-manager/stack_trace.c:
10543         Destroy stack window when debuuger is disabled (#347414)
10544         
10545         * plugins/sourceview/anjuta-view.c:
10546         Fix a crash with popup-menu (#347412)
10548 2006-07-13 Naba Kumar  <naba@gnome.org>
10550         * plugins/editor/Makefile.am,
10551         plugins/editor/text_editor.h,
10552         plugins/editor/text-editor-iterable.h,
10553         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10554         tested yet).
10555         
10556         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10557         code.
10558         
10559         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10561 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
10563         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10564         Bug #342937
10565         
10566 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10568         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10570         * libanjuta/anjuta-preferences-dialog.c:
10571         Do not use the page_num returned by gtk_notebook_append_page to
10572         remove the page as it cause bugs when pages removal is not done
10573         in LIFO.
10575         * plugins/document-manager/anjuta-docman.c:
10576         * src/anjuta-app.c:
10577         makes Anjuta display dock_items which have previously been hidden
10579 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10581         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10583         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10584         * plugins/sourceview/sourceview.c: (imark_unmark):
10585         
10586         Patches for bugs #346450 and #346295
10587         
10588         * AUTHORS: Added Fredrik
10590 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10592         * plugins/message-view/anjuta-msgman.c: 
10593         Fixed close button/icon size (like in docman)
10595 2006-06-10 Naba Kumar <naba@gnome.org>
10597         * plugins/editor/text_editor.c: Fixed goto line to mark the line
10598         being set.
10599         
10600 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10602         * libanjuta/interfaces/libanjuta.idl:
10603         Move inspect_memory function in IAnjutaCpuDebugger interface
10604         Rename Boolean type to State
10606         * plugins/debug-manager/breakpoint.c:
10607         Rename Boolean type to State
10609         * plugins/debug-manager/Makefile.am,
10610         plugins/debug-manager/anjuta-marshal.list,
10611         plugins/debug-manager/data_view.c,
10612         plugins/debug-manager/data_view.h,
10613         plugins/debug-manager/data_buffer.c,
10614         plugins/debug-manager/data_buffer.h,
10615         plugins/debug-manager/chunk_view.c,
10616         plugins/debug-manager/chunk_view.h,
10617         plugins/debug-manager/anjuta-debug-manager.ui,
10618         plugins/debug-manager/debugger.c,
10619         plugins/debug-manager/memory.c,
10620         plugins/debug-manager/memory.h,
10621         plugins/debug-manager/plugin.c,
10622         plugins/gdb/debugger.c,
10623         plugins/gdb/debugger.h,
10624         plugins/gdb/plugin.c:
10625         Rewrite memory window using a special widget
10626         Rename Boolean type to State
10628 2006-06-08 Naba Kumar <naba@gnome.org>
10630         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10631         Do not return garbage characters and return NULL when there is no
10632         current word.
10633         
10634         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10635         work correctly.
10636         
10637         * plugins/search/search-replace.c: Fixed a mem leak.
10639 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10641         * libanjuta/anjuta-launcher.c:
10642         Added debug message (see #343522)
10643         
10644         * plugins/build-basic-autotools/build-basic-autotools.c:
10645         Patch from Günther Brammer to fix #344015
10647         * plugins/sourceview/sourceview.c:
10648         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10649         automatic highlight of build messages)
10651 2006-06-06 Naba Kumar <naba@gnome.org>
10653         * configure.in,
10654         libanjuta/interfaces/libanjuta.idl,
10655         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10656         plugins/Makefile.am,
10657         plugins/document-manager/action-callbacks.c,
10658         plugins/document-manager/plugin.c,
10659         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10660         interface for language highlight selection and langauge change
10661         signal.
10662         
10663         * plugins/language-support-cpp-java: Added language support
10664         plugin for cpp and java.
10666 2006-05-27  Naba Kumar  <naba@gnome.org>
10668         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10669         plugins/debug-manager/*, data/Makefile.am,
10670         manuals/reference/libanjuta/libanjuta.types,
10671         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10672         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10673         merged anjuta-new-debugger branch into trunck.
10674         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10676 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10677         
10678         * libanjuta/interfaces/libanjuta.idl,
10679         plugins/debug-manager/debugger.c,
10680         plugins/debug-manager/debugger.h,
10681         plugins/gdb/anjuta-gdb.plugin.in,
10682         plugins/gdb/debugger.c,
10683         plugins/gdb/debugger.h,
10684         plugins/gdb/plugin.c:
10685         Add new IAnjutaCpuDebugger interface to access cpu register
10686         Run gdb instead of /usr/local/bin/gdb
10687         
10688         * plugins/debug-manager/plugin.c,
10689         plugins/debug-manager/registers.c,
10690         plugins/debug-manager/registers.h:
10691         Rewrite register window
10692         Rename Load target menu item to Run target
10694 2006-05-07  Naba Kumar  <naba@gnome.org>
10696         * plugins/gdb.init
10697         
10698 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10700         * plugins/debug-manager/watch.c,
10701         plugins/debug-manager/breakpoint.c,
10702         plugins/debug-manager/breakpoint.h:
10703         Fix crash: disconnect save and load session signals
10705 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10707         * libanjuta/interface/libanjuta.idl,
10708         plugins/debug-manager/debugger.c,
10709         plugins/gdb/plugin.c:
10710         Add a value parameter for evaluate command
10712         * plugins/debug-manager/anjuta-debug-manager.glade:
10713         Create new dialog box for watches using glade
10715         * plugins/debug-manager/anjuta-debug-manager.ui:
10716         Move watch menu items near the end
10717         Move breakpoint menu items outside the sub menu
10719         * plugins/debug-manager/debug_tree.c,
10720         plugins/debug-manager/debug_tree.h,
10721         plugins/debug-manager/debug_tree.h,
10722         plugins/debug-manager/watch.c:
10723         Move all GUI code from watch.c to debug_tree.c
10724         Add an auto update property to watches
10725         
10726         * plugins/debug-manager/locals.c,
10727         plugins/debug-manager/locals.h,
10728         plugins/debug-manager/stack_trace.c,
10729         plugins/debug-manager/stack_trace.h,
10730         plugins/debug-manager/plugin.c:
10731         Register actions before starting debugger
10733         * plugins/gdb/debugger.c:
10734         Do not call callback function if not present
10736 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10738         * libanjuta/interfaces/libanjuta.idl,
10739         plugins/debug-manager/stack_trace.c,
10740         plugins/debug-manager/stack_trace.h,
10741         plugins/debug-manager/anjuta-debug-manager.ui,
10742         plugins/gdb/debugger.c:
10743         Add a popup menu in stack frame window
10744         Add a new frame-changed event
10745         Use MI command for getting stack informations
10746         Get filename with full path (need gdb > 6.3)
10748         * libanjuta/interfaces/libanjuta.idl,
10749         plugins/debug-manager/debug_tree.c,
10750         plugins/debug-manager/debugger.c,
10751         plugins/debug-manager/locals.c,
10752         plugins/debug-manager/locals.h,
10753         plugins/debug-manager/plugin.c,
10754         plugins/gdb/debugger.c,
10755         plugins/gdb/debugger.h,
10756         plugins/gdb/parser.c,
10757         plugins/gdb/parser.h,
10758         plugins/gdb/plugin.c,
10759         plugins/gdb/Makefile.am:
10760         Pass watch data with string instead of Watch structures
10761         Use debug_tree in local window
10762         Remove info local
10763         Remove parser.{ch}
10765         * plugins/debug-manager/breakpoints.c,
10766         plugins/debug-manager/utilities.c,
10767         plugins/debug-manager/utilities.h:
10768         Use a GtkListStore instead of a GtkTreeStore
10769         move goto_location_in_editor in utilities.c
10770         
10771 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10773         * libanjuta/interfaces/libanjuta.idl,
10774         plugins/debug-manager/anjuta-debug-manager.ui,
10775         plugins/debug-manager/breakpoints.c,
10776         plugins/debug-manager/plugin.c,
10777         plugins/gdb/debugger.c:
10778         Add a breakpoint type
10779         Add new popup menu in breakpoint window
10780         Add toggle breakpoint in editor popup menu
10781         Save and restore breakpoint enable
10782         Fix bug in clear all breakpoints
10783         Remove old useless code
10785         * plugins/debug-manager/debugger.c:
10786         Fix some problem with debugger states
10788         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10789         Update documentation
10790         
10791 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10793         * data/Makefile.am,
10794         plugins/gdb/Makefile.am,
10795         plugins/gdb/gdb.init:
10796         Move gdb.init crom data to plugins/gdb
10798         * plugins/gdb/gdb.init,
10799         libanjuta/interfaces/libanjuta.idl,
10800         plugins/debug-manager/breakpoints.c,
10801         plugins/debug-manager/debugger.c,
10802         plugins/debug-manager/plugin.c,
10803         plugins/gdb/debugger.c,
10804         plugins/gdb/plugin.c:
10805         Support pending breakpoints
10806         Rewrite debugger states
10807         Split ianjuta_debugger_log into _enable_log and _disable_log
10809         * plugins/debug-manager/start.c,
10810         plugins/debug-manager/debug_tree.c,
10811         plugins/gdb/parser.c:
10812         Remove some useless lines
10814         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10815         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10816         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10817         Update documentation
10819 2006-03-12 Naba Kumar <naba@gnome.org>
10821         * manuals/references/libanjuta/libanjuta.types: Fixed
10822         debug-manager name.
10823         
10824 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10826         * libanjuta/anjuta-debugger.c,
10827         libanjuta/anjuta-debugger.h:
10828         Remove those files
10829         
10830         * libanjuta/interfaces/libanjuta.idl,
10831         plugins/debug-mananger/breakpoints.c,
10832         plugins/debug-manager/debug_tree.c,
10833         plugins/debug-manager/debugger.c,
10834         plugins/debug-manager/plugin.c,
10835         plugins/debug-manager/registers.c,
10836         plugins/debug-manager/sharedlib.c,
10837         plugins/debug-manager/signal.c,
10838         plugins/debug-manager/stack_trace.c,
10839         plugins/debug-manager/start.c,
10840         plugins/debug-manager/watch.c,
10841         plugins/gdb/debugger.c,
10842         plugins/gdb/debugger.h,
10843         plugins/gdb/parser.c,
10844         plugins/gdb/parser.h,
10845         plugins/gdb/plugin.c:
10846         Move types definitions from libanjuta/anjuta-debugger.{ch}
10847         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10848         
10849         * plugins/gdb/Makefile.am:
10850         Remove user interface from gdb plugin
10852 2006-03-12 Naba Kumar <naba@gnome.org>
10854         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10856 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10858         Modified Patch from Marc Maurer <uwog@uwog.net>:
10859         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10860         Fixes #342447
10861         
10862         * plugins/sourceview/Makefile.am:
10863         * plugins/sourceview/sourceview-cell.c:
10864         * plugins/sourceview/sourceview-cell.h:
10865         * plugins/sourceview/sourceview.c: 
10866         
10867         Implemented IAnjutaEditorCell
10869 2006-05-21  Naba Kumar  <naba@gnome.org>
10871         * libanjuta/interfaces/libanjuta.idl,
10872         plugins/document-manager/action-callbacks.c,
10873         plugins/document-manager/plugin.c,
10874         plugins/editor/print.c, plugins/editor/text_editor.c,
10875         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10876         Fixed zooming and added icons and shortcuts for zoom menu items.
10878 2006-05-21  Naba Kumar  <naba@gnome.org>
10880         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10881         whitespaces.
10883 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10885         * plugins/document-manager/anjuta-docman.c:
10886         Fixed close button reaction by setting the correct current editor
10888 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10890         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10891         * plugins/document-manager/anjuta-docman.c
10892         - Fix close button, you can close any tab as you wish now.
10893         - Fadeout mime icon as the same as close image  
10895 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10897         Patch from Marc Maurer <uwog@uwog.net>
10898         * main.c: Compile fix when NLS is enabled
10899         
10900         AUTHORS: Added Marc
10902 2006-05-20  Naba Kumar  <naba@gnome.org>
10904         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10905         while loading abiword-2.4.4/abi project).
10907 2006-05-18 Naba Kumar  <naba@gnome.org>
10909         * libanjuta/interfaces/libanjuta.idl,
10910         plugins/document-manager/action-callbacks.c,
10911         plugins/editor/print.c,
10912         plugins/editor/text_editor.c,
10913         plugins/editor/text_editor.h,
10914         plugins/editor/text_editor_prefs.c: Fixed zooming.
10915         
10916         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10917         interface for character iteration and IAnjutaEditorAssist interface
10918         for autocompletions and editor tips.
10920 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10922         Patch from Günther Brammer <GBrammer@gmx.de>:
10923         * plugins/document-manager/anjuta-docman.c:
10924         Make tabs smaller but keep nice closing icon
10926         * plugins/document-manager/anjuta-docman.c:
10927         * plugins/document-manager/Makefile.am:
10928         
10929         Added nice mime-icons to the editor tabs
10931 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10933         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10934         
10935         * plugins/symbol-browser/an_symbol_view.c:
10936         - Fixed crasher
10937         - Fixed symbol searching (Yang Hong (#341997))
10938         
10939         * plugins/devhelp/htmlview.c:
10940         Fixed devhelp plugin
10941         
10942         * plugins/build-basic-autotools/build-basic-autotools.c:
10943         * plugins/search/search-replace.c:
10944         * plugins/document-manager/anjuta-docman.c:
10945         
10946         Only add a marker to a line where it makes sense!
10948 === anjuta 2.0.2 ===
10950 2006-05-15  Naba Kumar  <naba@gnome.org>
10952         * configure.in: set required versions for
10953         gdl and glade3.
10954         
10955 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10957         * plugins/glade/plugin.c:
10958         Fixed signal connection for "gtk-doc-search"
10960 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10962         * NEWS: Set release date, add known issues
10963         
10964         * libanjuta/anjuta-shell.c:
10965         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10966         and debug other gtk-warnings/criticals)
10967         
10968         * plugins/build-basic-autotools/build-basic-autotools.c:
10969         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10970         
10971         * plugins/sourceview/anjuta-view.c:
10972         * plugins/sourceview/sourceview-args.c:
10973         * plugins/sourceview/sourceview-scope.c:
10974         * plugins/sourceview/sourceview-tags.c:
10975         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10977 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10979         * pixmaps/Makefile.am:
10980         Add preferences_general.png
10981         
10982         * plugins/devhelp/plugin.c:
10983         Fixed some more realise things
10984         
10985         * plugins/message-view/anjuta-msgman.c:
10986         Support stock icons for message panes
10987         
10988         * plugins/search/search-replace.c:
10989         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10990          
10991         * plugins/search/search-replace_backend.c:
10992         Fixed #341359
10993         
10994         * plugins/sourceview/anjuta-document.c:
10995         * plugins/sourceview/sourceview.c:
10996         Fixed finalise and tag completion
10997         
10998         * src/anjuta-app.c:
10999         Use preferences_general icon
11001 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11003         * pixmaps/Makefile.am:
11004         Fixed EXTRA_DIST
11006 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
11008         * plugins/sourceview/sourceview-prefs.c:
11009         Fixed font & color handling
11010         
11011         * plugins/symbol-browser/an_symbol_view.c:
11012         Fixed crasher
11014 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
11016         * plugins/macro/macros.xml:
11017         Fixed bug #341583 (Address of FSF)
11019 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
11021         * src/main.c:
11022         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
11023         Update: Do it the cool way...
11024         
11025 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11027         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
11028         Implement gtk-api-help signals of glade3
11029         * configure.in: Bump to glade3 2.91.2
11030         
11031         * plugins/devhelp/plugin.c:
11032         Fixed some realize stuff in the devhelp plugin
11033         
11034         * plugins/sourceview/anjuta-document.c:
11035         fixed bug with scope completion
11037 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
11039         * plugins/symbol-browser/an_symbol_view.c
11040         * plugins/symbol-browser/an_symbol_prefs.c
11041         * plugins/symbol-browser/an_symbol_prefs.h
11042         * global_tags/create_global_tags.sh:
11043         
11044         Automaticly create global tags on first startup
11046 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11048         * configure.in:
11049         * plugins/project-wizard/templates/Makefile.am:
11050         * (added) plugins/project-wizard/templates/cpp-logo.png:
11051         * (added) plugins/project-wizard/templates/cpp.wiz:
11052         * (added) plugins/project-wizard/templates/cpp/*:
11054         Added a generic c++ template. It's a simple hello world.
11056 2006-05-07  Massimo Cora' <maxcvs@email.it>
11058         * plugins/symbol-browser/an_symbol_view.c:
11059         fixed a stupid crasher.
11061 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
11063         * plugins/project-wizard/templates/wxwin/configure.in.tpl
11064         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
11065         
11066         Fixed WxWidgets project type
11068 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11070         * plugins/devhelp/htmlview.c: 
11071         * plugins/devhelp/plugin.c:
11072         Maybe I fixed the crash this time! I could at least not reproduce anymore!
11073         
11074         * plugins/project-wizard/install.c:
11075         Don't set a message - thanks to seb
11077 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11079         * plugins/devhelp/htmlview.c: 
11080         * plugins/symbol-browser/an_symbol_view.c:
11081         
11082         There is a weird crash in gtk_idle which I still did not completly fix!
11083         
11084         * plugins/project-wizard/install.c:
11085         Default to success instead of failure
11087 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
11089         * plugins/devhelp/htmlview.c:
11090         * plugins/devhelp/plugin.c:
11091         Fixed bug and libdevhelp issue!
11093         * plugins/project-wizard/install.c:
11094         Fixed message string!
11096 2006-05-03  Massimo Cora' <maxcvs@email.it>
11097        
11098         * plugins/symbol-browser/an_symbol_view.c:
11099         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
11101 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11103         * pixmaps/Makefile.am:
11104         * src/main.c:
11105         * anjuta.desktop.in.in
11106         
11107         GNOME Goal #2.1: Install theme-friendly icons
11109 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11111         * plugins/devhelp/htmlview.c: Reload page on reparent
11112         * plugins/document-manager/anjuta-docman.c:
11113         Present document-manager when document is selected in file-manager
11115 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11117         * plugins/symbol-broser/an_symbol_view.c:
11118         Fixed crasher in namespace exploration
11120 2006-05-01  Massimo Cora' <maxcvs@email.it>
11122         * configure.in:
11123         * plugins/valgrind/Makefile.am:
11125         Optional compiling of Valgrind plugin
11127 2006-05-01  Massimo Cora' <maxcvs@email.it>
11129         * plugins/symbol-browser/an_symbol_view.c:
11130         - modularized code. Marked with FIXME the parts which need improvement.
11131         - More comments.
11132     - Added basic namespace completion for Gtkmm type project:
11133     - namespace1::MyClass *class;
11134     - class-> [display]
11135     - Namespaces must be anyway improved.
11137 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11139         * plugins/devhelp/plugin.c: 
11140         Fixed up plugin unloading and show html widget on link selected
11141         
11142         * NEWS: Updated
11143         
11144 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11146         * plugins/devhelp/Makefile.am:
11147         * plugins/devhelp/anjuta-devhelp.plugin.in:
11148         * plugins/devhelp/htmlview.c:
11149         * plugins/devhelp/htmlview.h:
11150         * plugins/devhelp/plugin.c: 
11151         * plugins/devhelp/plugin.h:
11152         Reimplemeted devhelp plugin from scratch
11153         
11154         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11155         Fixed crasher
11157 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11159         * plugins/sourceview/sourceview-tags.c:
11160         complete some more tag types
11161         
11162         * plugins/valgrind/plugin.c:
11163         * plugins/valgrind/preferences.c:
11164         * plugins/valgrind/vggeneralprefs.c:
11165         
11166         Fixed lots of gtk warnings
11168 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11170         * plugins/sourceview/sourceview-scope.c:
11171         Implemented type-ahead for scope completion
11173 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11175         * manuals/C/Makefile.am:
11176         * manuals/Makefile.am:
11177         * plugins/document-manager/Makefile.am:
11178         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11179         * plugins/sourceview/Makefile.am:
11180         * tagmanager/c.c:
11181         
11182         Fixed distcheck
11183         
11184         * plugins/class-gen/goc_template_header: G_END_DECLS
11186 2006-05-27  Naba Kumar <naba@gnome.org>
11188         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11189         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11190         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11191         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11192         scintilla/include/Scintilla.iface,
11193         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11194         cvs. Fixed compile flags. Removed outdated patches.
11196 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11198         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11200         * plugins/sourceview/anjuta-document.c:
11201         * plugins/sourceview/sourceview-args.c:
11202         * plugins/sourceview/sourceview-scope.c:
11203         
11204         Add End/Home keypresses and support completion if symbol start with '!' for example
11205         in an if statement
11207 2006-04-27 Massimo Cora' <maxcvs@email.it>
11209         * libanjuta/interfaces/libanjuta.idl:
11211         * plugins/sourceview/sourceview-scope.c:
11212         * plugins/sourceview/tag-window.c: 
11213         * plugins/sourceview/tag-window.h:
11214         * plugins/symbol-browser/an_symbol_view.c:
11215         * plugins/symbol-browser/an_symbol_view.h:
11216         * plugins/symbol-browser/plugin.c:
11217         
11218         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11219         interface.
11220         Code and ideas for C/C++ new completion engine comes from IComplete written by
11221         Martin Stubenschrott <stubenschrott@gmx.net>.
11222         Currently the interface works only with GtkSourceView plugin.   
11223         
11224         * tagmanager/Makefile.am:
11225         * tagmanager/c.c: 
11226         * tagmanager/entry.h:
11227         * tagmanager/get.c:
11228         * tagmanager/get.h:
11229         * tagmanager/include/tm_file_entry.h:
11230         * tagmanager/include/tm_project.h:
11231         * tagmanager/include/tm_source_file.h:
11232         * tagmanager/include/tm_symbol.h:
11233         * tagmanager/include/tm_tagmanager.h:
11234         * tagmanager/include/tm_work_object.h:
11235         * tagmanager/include/tm_workspace.h:
11236         * tagmanager/parse.c:
11237         * tagmanager/read.c: 
11238         * tagmanager/read.h:
11239         * tagmanager/tm_project.c: 
11240         * tagmanager/tm_source_file.c: 
11241         * tagmanager/tm_workspace.c:
11242         
11243         Tagmanager can now parse a memory buffer and generate/update 
11244         tags into tm_workspace/tm_project on the fly, without using files.
11245         C/C++ is supported now.
11246         
11247 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
11249         * plugins/sourceview/anjuta-document.c:
11250         * plugins/sourceview/sourceview-args.c:
11251         * plugins/sourceview/sourceview-scope.c:
11252         * plugins/sourceview/sourceview.c:
11253         
11254         Fixed some memory leaks and argument completion
11256 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11258         * plugins/glade/plugin.c:
11259         
11260         Fixed glade plugin build because of API changes in glade3
11262 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11264         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11265         Updated editor section
11266         
11267         * manuals/C/anjuta-manual/interface.xml:
11268         * manuals/C/anjuta-manual/preferences.xml:
11269         * manuals/C/anjuta-manual/projects.xml:
11270         Updated manual
11271         
11272         * plugins/editor/anjuta-editor.plugin.in:
11273         Better plugin name
11275 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11277         * configure.in:
11278         * plugins/editor/anjuta-editor.plugin.in:
11279         * plugins/sourceview/sourceview.plugin.in:
11281         Build both editors and let the user decide a runtime!
11282         
11283         * plugins/sourceview/sourceview-scope.c:
11284         Fixed bug in regex to allow test()-> completions
11286 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11288         * plugins/sourceview/anjuta-document.c:
11289         * plugins/sourceview/sourceview-args.c: 
11290         * plugins/sourceview/sourceview-scope.c:
11291         * plugins/sourceview/sourceview-tags.c:
11292         * plugins/sourceview/tag-window.c: 
11293         
11294         Improved callltip windows
11296 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11298         * src/anjuta-app.c: (on_session_save):
11299         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
11300         <ricardo.jose.ferrari@gmail.com> for pointing this out!
11302 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11304         * libanjuta/anjuta-utils.c: 
11305         * plugins/cvs-plugin/cvs-execute.c:
11306         Off-by-one...
11308         * scintilla/LexInno.cxx:
11309         * scintilla/LexOpal.cxx:
11310         * scintilla/LexTCL.cxx:
11312         Added missing files from scintilla-update
11314 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11316         * configure.in:
11317         * manuals/C/Makefile.am:
11318         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11319         * manuals/C/anjuta-manual/Makefile.am:
11320         * manuals/C/anjuta-manual/anjuta-manual.xml:
11321         * manuals/C/anjuta-manual/build.xml:
11322         * manuals/C/anjuta-manual/debugger.xml:
11323         * manuals/C/anjuta-manual/execute.xml:
11324         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
11325         * manuals/C/anjuta-manual/figures/arguments.png:
11326         * manuals/C/anjuta-manual/figures/configure_dlg.png:
11327         * manuals/C/anjuta-manual/figures/file_menu.png:
11328         * manuals/C/anjuta-manual/figures/menu_main.png:
11329         * manuals/C/anjuta-manual/figures/menubar.png:
11330         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
11331         * manuals/C/anjuta-manual/figures/project_info.png:
11332         * manuals/C/anjuta-manual/figures/scrshot.png:
11333         * manuals/C/anjuta-manual/figures/symbol_browser.png:
11334         * manuals/C/anjuta-manual/figures/tool-editor.png:
11335         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
11336         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
11337         * manuals/C/anjuta-manual/figures/toolbar_format.png:
11338         * manuals/C/anjuta-manual/figures/toolbar_main.png:
11339         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
11340         * manuals/C/anjuta-manual/fileoperations.xml:
11341         * manuals/C/anjuta-manual/interface.xml:
11342         * manuals/C/anjuta-manual/introduction.xml:
11343         * manuals/C/anjuta-manual/preferences.xml:
11344         * manuals/C/anjuta-manual/projects.xml:
11345         * manuals/C/anjuta-manual/tools.xml:
11346         * manuals/Makefile.am:
11347         
11348         Updated manual and faq
11350         * scintilla/CallTip.cxx:
11351         * scintilla/CallTip.h:
11352         * scintilla/CellBuffer.cxx:
11353         * scintilla/CellBuffer.h:
11354         * scintilla/ContractionState.cxx:
11355         * scintilla/Document.cxx:
11356         * scintilla/Document.h:
11357         * scintilla/DocumentAccessor.cxx:
11358         * scintilla/Editor.cxx:
11359         * scintilla/Editor.h:
11360         * scintilla/ExternalLexer.cxx:
11361         * scintilla/Indicator.cxx:
11362         * scintilla/KeyMap.cxx:
11363         * scintilla/KeyWords.cxx:
11364         * scintilla/LexAU3.cxx:
11365         * scintilla/LexBash.cxx:
11366         * scintilla/LexCPP.cxx:
11367         * scintilla/LexCaml.cxx:
11368         * scintilla/LexCsound.cxx:
11369         * scintilla/LexEiffel.cxx:
11370         * scintilla/LexGui4Cli.cxx:
11371         * scintilla/LexHTML.cxx:
11372         * scintilla/LexLua.cxx:
11373         * scintilla/LexMSSQL.cxx:
11374         * scintilla/LexOthers.cxx:
11375         * scintilla/LexPOV.cxx:
11376         * scintilla/LexPython.cxx:
11377         * scintilla/LexRuby.cxx:
11378         * scintilla/LexSQL.cxx:
11379         * scintilla/LexVB.cxx:
11380         * scintilla/Makefile.am:
11381         * scintilla/PlatGTK.cxx:
11382         * scintilla/PropSet.cxx:
11383         * scintilla/RESearch.cxx:
11384         * scintilla/RESearch.h:
11385         * scintilla/ScintillaBase.cxx:
11386         * scintilla/ScintillaGTK.cxx:
11387         * scintilla/StyleContext.h:
11388         * scintilla/ViewStyle.cxx:
11389         * scintilla/ViewStyle.h:
11390         * scintilla/XPM.cxx:
11391         * scintilla/include/KeyWords.h:
11392         * scintilla/include/Platform.h:
11393         * scintilla/include/PropSet.h:
11394         * scintilla/include/SciLexer.h:
11395         * scintilla/include/Scintilla.h:
11396         * scintilla/include/Scintilla.iface:
11397         * scintilla/include/ScintillaWidget.h:
11398         * scintilla/lexers.make:
11400         Update to scintilla 1.68
11402         * src/anjuta-app.c:
11403         Only show help items which are really availible
11405         * plugins/cvs-plugin/cvs-callbacks.c
11406         * plugins/cvs-plugin/cvs-execute.c
11407         * plugins/cvs-plugin/subversion-callbacks.c:
11408         * libanjuta/anjuta-utils.c:
11409         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
11411 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
11413         * plugins/project-wizard/install.c,
11414         * plugins/project-wizard/autogen.c:
11415         Add error messages if using a read only directory
11416         Improve fix for bug #339296
11418 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11420         * libanjuta/interfaces/libanjuta.idl:
11421         * plugins/document-manager/action-callbacks.c:
11422         * plugins/document-manager/plugin.c:
11423         * plugins/editor/text_editor.c:
11424         Added IAnjutaEditorGoto 
11426         * plugins/editor/aneditor.cxx:
11427         * plugins/editor/aneditor.h:
11428         * plugins/editor/text_editor.h:
11429         * plugins/editor/text_editor_prefs.c:
11430         
11431         Fixed #305076
11433 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
11435         * libanjuta/interfaces/libanjuta.idl:
11436         * plugins/document-manager/action-callbacks.c:
11437         * plugins/document-manager/anjuta-docman.c:
11438         * plugins/document-manager/plugin.c:
11439         * plugins/editor/text_editor.c: 
11440         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
11441         
11442         * plugins/sourceview/sourceview.c:
11443         * plugins/sourceview/sourceview.glade:
11444         Fixed some uft-8 issues and added a preference option
11445         to enable/disable gnome-vfs monitoring
11446         
11447         * scintilla/Makefile.am:
11448         * scintilla/include/Makefile.am:
11449         Fixed build
11451 2006-04-20  Massimo Cora' <maxcvs@email.it>
11453         * libanjuta/interfaces/libanjuta.idl:
11454         Remove get_current_pos () because we have get_position()
11456 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
11458         * NEWS: Updated
11459         * plugins/sourceview/tag-window.c:
11460         Don't close window on PageUp/PageDown
11462 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
11464         * data/Makefile.am:
11465         * manuals/reference/libanjuta/Makefile.am:
11466         
11467         Some build fixes
11468         
11469         * src/Makefile.am:
11470         * src/bacon-message-connection.c: 
11471         * src/bacon-message-connection.h: (both from gedit)
11472         * src/main.c:
11473         
11474         Fixed #312319 (Opening files when Anjuta is already open)
11476 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11478         * TODO.tasks: Updated
11479         * plugins/sourceview/anjuta-view.c: 
11480         * plugins/sourceview/anjuta-view.h:
11481         * plugins/sourceview/sourceview.c: 
11482         
11483         * configure.in: Fix --enable-plugin-scintilla
11484         
11485         Added char_added signal
11487 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11489         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
11490         
11491         Fixed diff for utf8
11492         
11493         * plugins/sourceview/sourceview.c:
11494         Fixed VFS monitoring (still a bit buggy)
11495         
11496         * plugins/sourceview/sourceview-args.c:
11497         * plugins/sourceview/tag-window.c: 
11498         
11499         Better sizing for the popup-window
11501 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
11503         * plugins/project-wizard/templates/gnome/src/main.c:
11504         * plugins/project-wizard/templates/gnome/src/project.glade:
11505         * plugins/project-wizard/templates/gtk/src/main.c: 
11506         * plugins/project-wizard/templates/gtk/src/project.glade:
11507         * plugins/project-wizard/templates/gtkmm/src/main.cc:
11508         
11509         Fixed up GLADE_FILE definition in project types and fixed bug #334546
11510         
11511 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
11513         * configure.in: More removal of obsoleteness.
11514         * po/no.po:
11516 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
11518         * ROADMAP:
11519         * libanjuta/anjuta-preferences.c: 
11520         * libanjuta/anjuta-utils.c: 
11521         * libanjuta/anjuta-utils.h:
11522         * plugins/message-view/message-view.c:
11523         
11524         Changed color functions and moved convert_color to anjuta-utils.h
11525         
11526         * plugins/message-view/anjuta-message-manager-plugin.glade:
11527         GnomeColorPicker -> GtkColorButton (bug #309154)
11528         
11529         * plugins/sourceview/plugin.c:
11530         * plugins/sourceview/sourceview-prefs.c:
11531         * plugins/sourceview/sourceview.glade:
11532         Added color and font preferences
11534         * plugins/sourceview/sourceview-tags.c:
11535         Only show as much choices as configured in preferences
11537 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11539         * ROADMAP, NEWS: Updated (we are far behind ;-)
11540         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11542 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11544         * configure.in:
11545         * plugins/editor/Makefile.am:
11546         * scintilla/Makefile.am
11547         
11548         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11549         
11550         * global-tags/Makefile.am:
11551         * global-tags/create_global_tags.sh:
11552         * plugins/symbol-browser/an_symbol_prefs.c:
11553         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11554         * plugins/symbol-browser/plugin.h:
11555         * tagmanager/include/tm_workspace.h:
11556         * tagmanager/tm_workspace.c:
11557         
11558         Fixed symbol-browser prefs and move global tags generation from installtion to
11559         preferences to make the life easier for distributers and to allow updates after installtion
11561         * plugins/document-manager/action-callbacks.c: 
11562         * plugins/document-manager/action-callbacks.h:
11563         * plugins/document-manager/anjuta-document-manager.ui:
11564         * plugins/document-manager/indent-util.c:
11565         * plugins/document-manager/plugin.c:
11566         * plugins/editor/text_editor.c:
11567         
11568         Moved indent stuff to document-manager
11569         
11570         * plugins/sourceview/anjuta-view.c: 
11571         * plugins/sourceview/sourceview-args.c: 
11572         * plugins/sourceview/sourceview-scope.c:
11573         * plugins/sourceview/sourceview-tags.c: 
11574         * plugins/sourceview/sourceview.c:
11575         
11576         Fixed several bugs
11577         
11578         * plugins/sourceview/sourceview.plugin (removed):
11579         * plugins/sourceview/sourceview.plugin.in:
11580         Editor is not user-activatible
11581         
11582         * plugins/sourceview/sourceview.png:
11583         Updated icon
11585 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
11587         * src/anjuta-app.c: Fixed crasher on plugin unloading
11589 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
11591         * plugins/sourceview/sourceview.c
11592         * plugins/sourceview/sourceview-args.c
11593         * plugins/sourceview/sourceview-args.h:
11594         
11595         Polished argument completion
11597 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
11599         * plugins/message-view/anjuta-msgman.c:
11600         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11601         
11602         Show message pane on switch (does not work, anjuta_shell needs a fix)
11603         
11604         * plugins/sourceview/Makefile.am:
11605         * plugins/sourceview/anjuta-view.c: (find_tag_window),
11606         * plugins/sourceview/sourceview-args.c: 
11607         * plugins/sourceview/sourceview-args.h:
11608         * plugins/sourceview/sourceview-private.h:
11609         * plugins/sourceview/sourceview-scope.c: 
11610         (sourceview_scope_update), (sourceview_scope_filter_keypress):
11611         * plugins/sourceview/sourceview-tags.c:
11612         * plugins/sourceview/sourceview.c:
11613         * plugins/sourceview/tag-window.c:
11614         * plugins/sourceview/tag-window.h:
11615         
11616         Added scope and argument completion
11618 2006-04-03  Johannes Schmid <jhs@gnome.org>
11620         * TODO.tasks
11621         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11622         (on_widget_remove):
11623         Save toolbar state
11625         * plugins/sourceview/sourceview.c: (iselect_clear):
11626         Make "Delete"-key working
11628         * configure.in: #336389
11630 2006-04-03  Johannes Schmid <jhs@gnome.org>
11632         * plugins/sourceview/Makefile.am:
11633         * plugins/sourceview/anjuta-view.c:
11634         * plugins/sourceview/plugin.c: 
11635         * plugins/sourceview/sourceview-private.h:
11636         * plugins/sourceview/sourceview-scope.c:
11637         * plugins/sourceview/sourceview-scope.h:
11638         * plugins/sourceview/sourceview-tags.c: 
11639         * plugins/sourceview/sourceview-tags.h:
11640         * plugins/sourceview/sourceview.c:
11641         * plugins/sourceview/sourceview.h:
11642         * plugins/sourceview/tag-window.c:
11643         
11644         - fixed goto_file_line
11645         - scroll to cursor on undo/redo
11646         - show correct popup-menu
11647         - scope completion (not ready yet)
11649 2006-04-03  Johannes Schmid <jhs@gnome.org>
11651         * plugins/sourceview/plugin.c: 
11652         * plugins/sourceview/sourceview-tags.c:
11653         * plugins/sourceview/sourceview.c: 
11654         * plugins/sourceview/sourceview.h:
11655         * plugins/sourceview/tag-window.c:
11656         
11657         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11659 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11661         * plugins/sourceview/sourceview.c:
11662         Fixed next/previous bookmark.
11663         Toggled bookmark (set/unset).
11665 2006-04-03  Johannes Schmid <jhs@gnome.org>
11667         * plugins/document-manager/action-callbacks.c:
11668         Fixed Gtk-Warning in goto_line
11669         
11670         * plugins/sourceview/Makefile.am:
11671         * plugins/sourceview/anjuta-document.c:
11672         * plugins/sourceview/anjuta-view.c: 
11673         * plugins/sourceview/anjuta-view.h:
11674         * plugins/sourceview/sourceview-autocomplete.c:
11675         * plugins/sourceview/sourceview-autocomplete.h:
11676         * plugins/sourceview/sourceview-private.h:
11677         * plugins/sourceview/sourceview-tags.c:
11678         * plugins/sourceview/sourceview-tags.h:
11679         * plugins/sourceview/sourceview.c:
11680         * plugins/sourceview/tag-window.c:
11681         * plugins/sourceview/tag-window.h:
11682         Created a nice API for tag and completion windows
11683         
11684         * plugins/sourceview/sourceview-print.h:
11685         * plugins/sourceview/sourceview-print.c:
11686         Added printing
11687                 
11688 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11690         * plugins/sourceview/sourceview.c:
11691         Fixed typo (Sort bookmarks).
11692         
11693 2006-04-01  Johannes Schmid <jhs@gnome.org>
11695         * plugins/sourceview/anjuta-document.c:
11696         * plugins/sourceview/anjuta-document.h:
11697         * plugins/sourceview/anjuta-view.c:
11698         * plugins/sourceview/anjuta-view.h:
11699         * plugins/sourceview/sourceview-autocomplete.c:
11700         * plugins/sourceview/sourceview-autocomplete.h:
11701         * plugins/sourceview/sourceview-prefs.c:
11702         * plugins/sourceview/sourceview-prefs.h:
11703         * plugins/sourceview/sourceview-private.h:
11704         * plugins/sourceview/sourceview-tags.c:
11705         * plugins/sourceview/sourceview-tags.h:
11706         * plugins/sourceview/sourceview.c:
11707         * plugins/sourceview/sourceview.glade:
11708         * plugins/sourceview/tag-window.c: 
11709         * plugins/sourceview/tag-window.h:
11710         
11711         Improved code complete and autocomplete
11713 2006-04-01  Johannes Schmid <jhs@gnome.org>
11715         * plugins/sourceview/Makefile.am:
11716         * plugins/sourceview/bookmark.png:
11717         * plugins/sourceview/marker-attentive.png:
11718         * plugins/sourceview/marker-basic.png:
11719         * plugins/sourceview/marker-intense.png:
11720         * plugins/sourceview/marker-light.png:
11721         * plugins/sourceview/sourceview.c: 
11722         
11723         Added pixmaps for all marker types and show bookmarks
11724         
11725         * configure.in
11726         * plugins/sourceview/Makefile.am:
11727         Build sourceview on 2.14 only
11729 2006-03-31  Johannes Schmid <jhs@gnome.org>
11731         * plugins/sourceview/Makefile.am:
11732         * plugins/sourceview/anjuta-document.c:
11733         * plugins/sourceview/anjuta-view.c:
11734         * plugins/sourceview/anjuta-view.h:
11735         * plugins/sourceview/sourceview-autocomplete.c:
11736         * plugins/sourceview/sourceview-private.h:
11737         * plugins/sourceview/sourceview-tags.c:
11738         * plugins/sourceview/sourceview-tags.h:
11739         * plugins/sourceview/sourceview.c: 
11740         * plugins/sourceview/tag-window.c:
11741         * plugins/sourceview/tag-window.h:
11742         
11743         Added code completion with tag manager to the editor and fixed a save_as bug
11745 2006-03-31  Johannes Schmid <jhs@gnome.org>
11747         * src/main.c: Revert patch from Rob to allow building with
11748         Gnome 2.12
11749         * configure.in: Require at least 2.12 libraries
11751 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11753         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11755         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11756         Improve anjuta-plugin project template: Added missed files dist tarball
11757         (make dist)
11759         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11760         typo
11762 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11764         reviewed by: Johannes Schmid <jhs@gnome.org>
11766         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11767         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11768         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11769         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11770         
11771         Improve anjuta-plugin project template. Also fix for #322744
11773 2006-03-27  Johannes Schmid <jhs@gnome.org>
11775         * plugins/sourceview/sourceview-private.h:
11776         plugins/sourceview/sourceview.c:
11777         
11778         Added basic bookmark support
11780 2006-03-27  Johannes Schmid <jhs@gnome.org>
11782         * TODO.tasks:
11783         Updated
11784         
11785         Patch from Rob Bradfort <robster@debian.org>:
11786         * src/main.c: (get_command_line_args), (main):
11787         Migration from popt to GOption
11788         
11789 2006-03-26 Naba Kumar  <naba@gnome.org>
11791         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11792         size to scale itself with theme.
11794 2006-03-26 Naba Kumar  <naba@gnome.org>
11796         * plugins/file-manager/an_file_view.c,
11797         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11798         when symbolview and fileview objects are destroyed to avoid crashes
11799         after the plugins are disabled.
11801 2006-03-26 Naba Kumar <naba@gnome.org>
11803         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11804         Deleted unused file.
11805         
11806         * plugins/glade/plugin.c: Be able to close glade plugin when there
11807         there is no glade project loaded.
11808         
11809         * plugins/sourceview/sourceview.plugin,
11810         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11812 2006-03-23  Naba Kumar  <naba@gnome.org>
11814         * plugins/editor/print.c: Fixed a bug where some sections of
11815         printed/previewed text is not highlighted.
11816         
11817 2006-03-20  Johannes Schmid <jhs@gnome.org>
11819         * libanjuta/interfaces/libanjuta.idl:
11820         Added IAnjutaPrint
11821         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11822         as we do not use private apis. Show help window and startup because it does 
11823         not survive gdl
11824         
11825         * plugins/document-manager/action-callbacks.c:
11826         plugins/editor/Makefile.am:
11827         plugins/editor/text_editor.c:
11828         plugins/editor/print.c:
11829         plugins/editor/print.h:
11830         
11831         Fixed printing (nobody has missed it BTW ;-)
11832         
11833         * plugins/sourceview/sourceview.c:
11834         Fixed a crasher
11836 2006-03-20 Naba Kumar <naba@gnome.org>
11838         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11839         devhelp >= 0.9 < 0.11 versions.
11840         
11841 2006-03-20  Johannes Schmid <jhs@gnome.org>
11843         * plugins/sourceview/anjuta-document-loader.c
11844         plugins/sourceview/sourceview.c:
11845         
11846         Fixed encoding bugs
11848 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11850         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11851         Fixed bug (line position)
11852         Give the good line position whatever the active editor.
11854 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11856         * configure.in: Added fi to ALL_LINGUAS
11858 2006-03-19  Johannes Schmid <jhs@gnome.org>
11860         * plugins/sourceview/anjuta-document-loader.c:
11861         replace gnome_vfs_get_mime_type_for_name_and data
11863         * plugins/build-basic-autotools/build-basic-autotools.c:
11864         Fixed #335142
11866 2006-03-17  Johannes Schmid <jhs@gnome.org>
11868         * plugins/editor/editor.glade:
11869         Added style-editor again after it got lost somehow
11871 2006-03-17  Johannes Schmid <jhs@gnome.org>
11873         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11874         configure.in: require devhelp 0.11
11875         
11876         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11878         plugins/build-basic-autotools/build-basic-autotools.c:
11879         forgot a an installtion callback for the "install as root"-feature
11881 2006-03-17  Massimo Cora' <maxcvs@email.it>
11883         reviewed by: Johannes Schmid <jhs@gnome.org>
11885         * plugins/class-gen/anjuta-class-gen-plugin.glade
11886         plugins/class-gen/class_gen.c 
11887         plugins/class-gen/goc_template_header
11888         plugins/class-gen/goc_template_source
11889         
11890         Fixed bug #334663
11892 2006-03-16  Johannes Schmid <jhs@gnome.org>
11894         * plugins/sourceview/sourceview.c:
11895         Fixed "save-point" signal for undo actions
11897 2006-03-16  Massimo Cora' <maxcvs@email.it>
11898         
11899         reviewed by: Johannes Schmid <jhs@gnome.org>
11900         
11901         * plugins/document-manager/anjuta-docman.c:
11902         Implement tab drag and drop
11904 2006-03-16  Johannes Schmid <jhs@gnome.org>
11906         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11907         plugins/build-basic-autotools/build-basic-autotools.c:
11908         
11909         Implemented "install as root"-feature (#321455)
11911 2006-03-16  Johannes Schmid <jhs@gnome.org>
11913         * mime/.cvsignore
11914         plugins/sourceview/.cvsignore
11915         plugins/tools/scripts/.cvsignore:
11916         Added/extended .cvsignore files
11917         
11918         * plugins/sourceview/sourceview-autocomplete.c:
11919         plugins/sourceview/sourceview-autocomplete.h:
11920         plugins/sourceview/sourceview-prefs.c:
11921         plugins/sourceview/sourceview-private.h:
11922         plugins/sourceview/sourceview.glade:
11923         Autcomplete just works(tm) now and respects preferences
11924         
11925         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11926         Use better algorithm from autocomplete
11928 2006-03-15  Johannes Schmid <jhs@gnome.org>
11930         * src/anjuta-app.c:
11931         Fixed bug #304495
11933 2006-03-15  Johannes Schmid <jhs@gnome.org>
11935         * libanjuta/interfaces/libanjuta.idl:
11936         plugins/class-gen/class_gen.c:
11937         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11938         plugins/project-manager/plugin.c:
11939         
11940         Allow to add multiple source files (#320191)
11941         
11942         * configure.in: Require gnome-build 0.1.3
11944 2006-03-14  Johannes Schmid <jhs@gnome.org>
11946         * plugins/macro/macro-utils.c: Fixed bug #333606
11947         * plugins/file-wizard/file.c: Fixed bug #333601
11949 2006-03-13  Johannes Schmid <jhs@gnome.org>
11951         * plugins/sourceview/sourceview_autocomplete.c
11952         plugins/sourceview/sourceview_autocomplete.h
11953         plugins/sourceview/sourceview.c
11954         plugins/sourceview/sourceview-private.h
11955         plugins/sourceview/sourceview-prefs.c:
11956         
11957         Cleaned up and fixed several issues
11958         
11959 2006-03-13  Johannes Schmid <jhs@gnome.org>
11961         * plugins/sourceview/Makefile.am:
11962         plugins/sourceview/sourceview-autocomplete.c
11963         plugins/sourceview/sourceview-autocomplete.h:
11964         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11965         plugins/sourceview/sourceview-private.h:
11966         plugins/sourceview/sourceview.c:
11967         
11968         Added (buggy) autocomplete feature to sourceview
11969         
11970 2006-03-12 Naba Kumar <naba@gnome.org>
11972         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11973         libanjuta/anjuta-session.c: Added API docs.
11975 2006-03-12 Naba Kumar <naba@gnome.org>
11977         * TODO.tasks: Added couple of tasks.
11978         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11979         Register private class as early as possible so that members could
11980         point to self class. Code clean up.
11982 2006-03-12 Naba Kumar <naba@gnome.org>
11984         * po/POTFILES.in, po/POTFILES.skip: Updated.
11986 2006-03-11 Naba Kumar <naba@gnome.org>
11988         * libanjuta/anjuta-shell.c,
11989         plugins/document-manager/anjuta-docman.c,
11990         plugins/document-manager/plugin.c,
11991         plugins/symbol-browser/an_symbol_search.c,
11992         plugins/valgrind/vgrule-list.c: Use correct signal names while
11993         creating them.
11994         
11995         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11996         signal names and fixed enum IANJUTA_TYPE_* macro.
11998 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12000         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
12001         plugins/search/search-replace.c :
12002         Fixed bug (Bookmark the good line).
12003         Search & Replace (Mark all matched strings).
12004         
12005 2006-03-09  Johannes Schmid <jhs@gnome.org>
12007         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
12008         Completed changes from yesterday
12009         
12010         * plugins/document-manager/anjuta-document-manager.glade:
12011         plugins/editor/editor.glade
12012         plugins/editor/plugin.c: (activate_plugin)
12013         plugins/editor/text_editor.c
12014     plugins/sourceview/Makefile.am
12015         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
12016         plugins/sourceview/sourceview.glade:
12017         Completed preference changes
12019 2006-03-08  Johannes Schmid <jhs@gnome.org>
12021         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
12022         plugins/search/plugin.c: (activate_plugin):
12023         
12024         Removed Gtk-Criticals
12025         
12026         * plugins/document-manager/anjuta-document-manager.glade:
12027         plugins/document-manager/plugin.c: (on_docman_auto_save),
12028         (on_gconf_notify_timer), (prefs_init):
12029     plugins/document-manager/plugin.h:
12030         plugins/editor/text_editor.c: (text_editor_instance_init),
12031         (text_editor_dispose):
12032         plugins/editor/text_editor.h:
12033         plugins/editor/text_editor_cbs.c:
12034         plugins/editor/text_editor_cbs.h:
12035         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
12036         plugins/glade/plugin.c: (activate_plugin):
12037         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
12038         plugins/sourceview/sourceview-private.h:
12039         plugins/sourceview/sourceview.c: (on_menu_popup),
12040         (sourceview_new), (ifile_open), (ifile_savable_save),
12041         (ifile_savable_save_as), (ieditor_set_popup_menu),
12042         (ieditor_get_filename), (imark_mark):
12044     Moved autosave from editor to document manager and fixed some things in 
12045     Sourceview plugin
12047 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12049         * plugins/search/anjuta-search.glade :
12050         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12051         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12052         plugins/search/search-replace.c : Fixed bug.
12053         
12054 2006-03-08  Johannes Schmid <jhs@gnome.org>
12056     * plugins/search/anjuta-search.glade
12057     Fixed widget names (glade is a bit stupid on copying widgets to other files)
12059 2006-03-07  Johannes Schmid <jhs@gnome.org>
12061         * plugins/document-manager/action-callbacks.c
12062         plugins/document-manager/anjuta-document-manager.glade
12063         plugins/document-manager/plugin.c: (prefs_init),
12064         (activate_plugin):
12065         plugins/editor/Makefile.am:
12066         plugins/editor/editor.glade:
12067         plugins/editor/plugin.c: (on_style_button_clicked),
12068         (activate_plugin), (dispose):
12069         plugins/editor/style-editor.c:
12070         
12071         Startet to seperate document-manager and editor preferences
12073         * plugins/search/Makefile.am:
12074         plugins/search/anjuta-search.glade:
12075         plugins/search/search-replace.c:
12076         
12077         Moved search GUI to search-plugin
12078                 
12079         * plugins/sourceview/sourceview-prefs.c:
12080         plugins/sourceview/sourceview-prefs.h:
12081         plugins/sourceview/sourceview-private.h:
12082         plugins/sourceview/sourceview.c: 
12083         plugins/sourceview/sourceview.h:
12084         plugins/sourceview/Makefile.am:
12085         plugins/sourceview/anjuta-document.h:
12086         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
12087         plugins/sourceview/plugin.c: 
12088         
12089         Added some preferences to sourceview and fixed vfs_monitor
12090         
12091         * tagmanager/c.c: (parseParens): 
12092         Removed annoying debug message
12093         
12094         * libanjuta/interfaces/libanjuta.idl: 
12095         Removed IAnjutaEditorFactory::create_style_editor()
12097 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12099         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
12100         Search : Bookmark all matched lines.
12102 2006-03-06  Johannes Schmid <jhs@gnome.org>
12104         * plugins/class-gen/anjuta-class-gen.plugin.in
12105         plugins/file-loader/plugin.c: (sort_wizards)
12106         (on_create_submenu), (activate_plugin)
12107         plugins/file-wizard/anjuta-file-wizard.plugin.in
12108         plugins/glade/anjuta-glade.plugin.in
12109         plugins/project-import/anjuta-project-import.plugin.in
12110         plugins/project-wizard/anjuta-project-wizard.plugin.in:
12111         
12112         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
12113         sorted alphabeticly
12114         
12115         * plugins/project-wizard/templates/mkfile.wiz:
12116         Use configured project directory instead of ~/myproject
12117         
12118         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
12119         (ifile_open):
12120         Show markers (again) and monitor uri
12122 2006-03-06  Naba Kumar  <naba@gnome.org>
12124         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
12125         typedefs separately so that forward linking would work.
12126         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
12128 2006-03-05  Naba Kumar  <naba@gnome.org>
12130         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12131         passing Enums and Structs in signals. Define struct _Name in
12132         generated code, so that forward referencing.
12133         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12134         
12135         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12136         
12137 2006-03-05  Naba Kumar  <naba@gnome.org>
12139         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12140         support. Generate GType definitions for enums in generated codes
12141         so that enums could be passed as signal params.
12142         
12143 2006-03-04  Naba Kumar  <naba@gnome.org>
12145         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12146         Restored cvs-moved revision files. They were originally marked
12147         deleted at their older locations. Now they are restored at
12148         their new locations. The changeset is one that was committed
12149         as part of document-manager, editor, search and print plugins
12150         separation from editor plugin.
12151         
12152 2006-03-03  Johannes Schmid <jhs@gnome.org>
12154         * plugins/sourceview/*:
12155         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12156         poiting this out!
12158 2006-03-04  Naba Kumar  <naba@gnome.org>
12160         * plugins/gdb/*: Deleted removed files (see previous changlog
12161         entry for files list).
12162         
12163 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12165         * plugins/debug-mananger/breakpoints.c,
12166         plugins/debug-manager/breakpoints.h,
12167         plugins/debug-manager/debug_tree.c,
12168         plugins/debug-manager/debug_tree.h,
12169         plugins/debug-manager/info.c,
12170         plugins/debug-manager/info.h,
12171         plugins/debug-manager/locals.c,
12172         plugins/debug-manager/locals.h,
12173         plugins/debug-manager/memory.c,
12174         plugins/debug-manager/memory.h,
12175         plugins/debug-manager/registers.c,
12176         plugins/debug-manager/registers.h,
12177         plugins/debug-manager/sharedlib.c,
12178         plugins/debug-manager/sharedlib.h,
12179         plugins/debug-manager/signal.c,
12180         plugins/debug-manager/signal.h,
12181         plugins/debug-manager/stack_trace.c,
12182         plugins/debug-manager/stack_trace.h,
12183         plugins/debug-manager/watch.c,
12184         plugins/debug-manager/watch.h,
12185         plugins/debug-manager/Makefile.am:
12186         Move from gdb plugin to debug manager plugin
12188         * plugins/debug-manager/anjuta-debug-manager.glade,
12189         plugins/debug-manager/anjuta-debug-manager.ui:
12190         Move all user interface from gdb to debug manager
12192         * plugins/debug-manager/utilities.c,
12193         plugins/debug-manager/utilities.h:
12194         Remove some unused code
12195         Add useful code from gdb plugin
12197         * plugins/debug-manager/start.c,
12198         plugins/debug-manager/start.h:
12199         Include code of attach_process
12200         Add more code to start the debugger
12202         * plugins/debug-manager/plugin.c,
12203         plugins/debug-manager/plugin.h,
12204         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12205         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12207         * plugins/debug-manager/debugger.c,
12208         plugins/debug-manager/debugger.h:
12209         Implement a queue of debugger command
12211         * plugins/gdb/actions.c,
12212         plugins/gdb/actions.h,
12213         plugins/gdb/watch_cbs.c,
12214         plugins/gdb/watch_cbs.h,
12215         plugins/gdb/watch_gui.c,
12216         plugins/gdb/watch_gui.h:
12217         Removed 
12219         * plugins/gdb/debugger.c,
12220         plugins/gdb/debugger.h,
12221         plugins/gdb/gdbmi.c,
12222         plugins/gdb/gdbmi.h,
12223         plugins/gdb/utilities.c,
12224         plugins/gdb/utilities.h,
12225         plugins/gdb/Makefile.am,
12226         plugins/gdb/anjuta-gdb.plugin.in:
12227         Implement necessary functions
12229         * plugins/gdb/parser.c,
12230         plugins/gdb/parser.h:
12231         Code for parsing variable previously in debug_tree.c
12233         * plugins/gdb/anjuta-gdb.glade,
12234         plugins/gdb/anjuta-gdb.ui:
12235         Remove user interface
12237         * plugins/gdb/gdbmi-test.c:
12238         Need update
12240         * plugins/gdb/anjuta-gdb.plugin.png:
12241         Try an improved icon for gdb (archer fish)
12243         * libanjuta/anjuta-debugger.c,
12244         libanjuta/anjuta-debugger.h,
12245         libanjuta/interfaces/libanjuta.idl,
12246         libanjuta/interfaces/anjuta-idl-compiler.pl,
12247         libanjuta/Makefile.am:
12248         Add declaration used in new IAnjutaDebugger interface
12250         * manuals/reference/libanjuta.types,
12251         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
12252         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
12253         Update documentation
12255 2006-03-02  Naba Kumar  <naba@gnome.org>
12257         * manuals/reference/libanjuta/Makefile.am,
12258         manuals/reference/libanjuta/libanjuta-docs.sgml,
12259         manuals/reference/libanjuta/libanjuta-sections.txt,
12260         manuals/reference/libanjuta/libanjuta.types,
12261         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12262         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
12263         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12264         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12265         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12266         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12267         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12268         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12269         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
12270         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12271         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12272         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12273         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12274         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12275         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12276         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
12277         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12278         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12279         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12280         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12281         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12282         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12283         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12284         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12285         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12286         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12287         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12288         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12289         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12290         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12291         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12292         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12293         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12294         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12295         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12296         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12297         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12298         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
12299         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12300         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12301         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
12302         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12303         manuals/reference/libanjuta/tmpl/plugins.sgml,
12304         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12305         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12306         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12307         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12308         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12309         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12310         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12311         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12312         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12313         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12314         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12315         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12316         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12317         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
12318         documentation.
12320 2006-02-28  Naba Kumar <naba@gnome.org>
12322         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12323         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
12324         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
12325         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
12326         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
12327         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
12328         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
12329         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
12330         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
12331         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
12332         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
12333         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
12334         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
12335         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
12337 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12339         * plugins/sourceview/sourceview.c:
12340         Select to brace, select block.
12342 2006-02-28  Johannes Schmid <jhs@gnome.org>
12344         * plugins/file-wizard/Makefile.am
12345         plugins/file-wizard/action-callbacks.c (removed)
12346         plugins/file-wizard/action-callbacks.h (removed)
12347         plugins/file-wizard/anjuta-file-wizard.ui
12348         plugins/file-wizard/plugin.c: (activate_plugin),
12349         (deactivate_plugin)
12350         plugins/file-wizard/plugin.h:
12351         Removed Edit->Insert Text submenu (replace by macros plugin)
12352         
12353         * plugins/sourceview/sourceview.c: (sourceview_new),
12354         (ieditor_set_popup_menu):
12355         Fixed some more bugs
12356         
12357         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
12359 2006-02-28  Naba Kumar <naba@gnome.org>
12361         * plugins/file-manager/an_file_view.c,
12362         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
12363         rows also and with delay 1 sec (the color and timout value should
12364         probably be picked up from some system wide preference key).
12366 2006-02-28  Naba Kumar <naba@gnome.org>
12368         * libanjuta/interfaces/libanjuta.idl,
12369         plugins/document-manager/action-callbacks.c,
12370         plugins/document-manager/plugin.c,
12371         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
12372         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
12373         Added interface checks in document manager and enable/disable
12374         menus based on supported interface.
12375         
12376         * plugins/project-import/anjuta-project-import.glade: Set some
12377         resonable size for the import dialog.
12379  2006-02-27  Naba Kumar  <naba@gnome.org>
12381         * libanjuta/interfaces/libanjuta.idl,
12382         plugins/document-manager/action-callbacks.c,
12383         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
12384         and eol conversion actions.
12386 2006-02-27  Johannes Schmid <jhs@gnome.org>
12387         
12388         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
12389         * plugins/file-manager/an_file_view.c
12390         plugins/file-manager/plugin.h:  Added tooltips
12391         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
12393 2006-02-26  Naba Kumar  <naba@gnome.org>
12395         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12396         plugins/build-basic-autotools/build-basic-autotools.c,
12397         plugins/build-basic-autotools/build-basic-autotools.h,
12398         plugins/build-basic-autotools/executer.c,
12399         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
12400         disable indicator highlights preferences from message manager to
12401         build plugin. Implemented message indicator highlights in build tool.
12402         
12403         * plugins/editor/text_editor.c: Fixed indicators.
12405 2006-02-26  Johannes Schmid <jhs@gnome.org>
12407         * plugins/sourceview/sourceview.c:
12408         - Fixed some bugs
12409         - Added markers
12410         * plugins/subversion/svn_auth.c:
12411         Fixed username/password authentification but there might be a memory corruption
12413 2006-02-26  Naba Kumar  <naba@gnome.org>
12415         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12416         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
12417         libanjuta/anjuta-launcher.h: Added documentation.
12419 2006-02-24  Naba Kumar  <naba@gnome.org>
12421         * plugins/editor/text_editor.c: Fixed change in API in
12422         IAnjutaEditorSelection::set().
12423         
12424 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12426         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
12427         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
12428         libanjuta/interfaces/libanjuta.idl :
12429         Search in sourceview editor (Select in buffer).
12432 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12434         * plugins/sourceview/sourceview.c :
12435         Fixed Replace, to_upper, to_lower.
12436         
12437         * plugins/search/search-replace_backend.c :
12438         Renamed header name.
12440 2006-02-22  Naba Kumar  <naba@gnome.org>
12442         * libanjuta/anjuta-plugin-description.c,
12443         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
12444         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
12445         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
12446         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12447         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
12448         
12449         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12450         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
12451         
12452 2006-02-21  Naba Kumar  <naba@gnome.org>
12454         * libanjuta/interfaces/libanjuta.idl,
12455         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
12456         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
12457         interface for editor.
12459 2006-02-21  Naba Kumar  <naba@gnome.org>
12461         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
12463         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12464         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
12466 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12468         * GTKSOURCEVIEW EDITOR
12469         plugins/sourceview/sourceview.c :
12470         Fixed copy and Goto Line.
12471         
12472         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
12473         plugins/macro/plugin.c :
12474         Fixed Insert key word and Insert macro.
12476 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
12478         * plugins/document-manager/anjuta-docman.c:
12479         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
12480         
12481         * configure.in:
12482         plugins/Makefile.am:
12483         plugins/sourceview/.cvsignore:
12484         plugins/sourceview/Makefile.am:
12485         plugins/sourceview/plugin.c: :
12486         plugins/sourceview/plugin.h:
12487         plugins/sourceview/sourceview.c: 
12488         plugins/sourceview/sourceview.h:
12489         plugins/sourceview/sourceview.plugin:
12490         plugins/sourceview/sourceview.plugin.in:
12491         plugins/sourceview/sourceview.png:
12493         Added sourceview editor plugin
12495 2006-02-19 Naba Kumar  <naba@gnome.org>
12497         * libanjuta/interfaces/libanjuta.idl,
12498         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12499         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12500         plugins/cvs-plugin/cvs-interface.c,
12501         plugins/document-manager/action-callbacks.c,
12502         plugins/document-manager/action-callbacks.h,
12503         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
12504         plugins/search/plugin.c, plugins/search/search-replace.c,
12505         plugins/search/search-replace_backend.c,
12506         plugins/subversion/subversion-actions.c,
12507         plugins/subversion/subversion-callbacks.c,
12508         plugins/tools/editor.c, plugins/tools/execute.c,
12509         plugins/tools/variable.c: Defined proper editor interfaces and fixed
12510         few fatal warnings.
12512 2006-02-15 Naba Kumar  <naba@gnome.org>
12514         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
12515         within another.
12516         
12517         * libanjuta/interfaces/libanjuta.idl,
12518         plugins/document-manager/anjuta-docman.c,
12519         plugins/document-manager/plugin.c,
12520         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
12521         unnecessary parameters from IAnjutaEditor interface and used proper
12522         types instead of 'gpointer'. Fixed various compiler warnings.
12523         
12524         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
12525         file
12527 2006-02-12 Naba Kumar  <naba@gnome.org>
12529         * po/POTFILES.in: Updated.
12530         
12531 2006-02-11 Naba Kumar  <naba@gnome.org>
12533         * plugins/editor/properties.[cxx,h],
12534         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12535         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12536         to sci_prop_*(), because they were conflicting with external
12537         functions (in some ssl library).
12538         
12539 2006-02-08 Naba Kumar  <naba@gnome.org>
12541         Patch from Massimo Cora  <maxcvs@email.it>:
12542         * plugins/valgrind/anjuta-valgrind.schemas,
12543         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12544         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12545         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12546         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12547         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12548         plugins/valgrind/vgtoolview.c,
12549         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12550         before running the debugging session. I've added also a
12551         preference in Anjuta Preferences where you can specify
12552         the path to the valgrind binary. The default is /usr/bin/valgrind.
12553         Now it displays a dialog with the error. [it can be -program
12554         exited- or -file loaded or end of input-]. Some valgrind 3.x
12555         compatibility.
12556         
12557 2006-01-29 Naba Kumar  <naba@gnome.org>
12559         Patch from Massimo Cora  <maxcvs@email.it>:
12560         * configure.in, plugins/Makefile.am,
12561         plugins/valgrind/*: Valgrind plugin (requires
12562         binutils-dev and valgrind to be installed.
12564 2005-01-24 Johannes Schmid <jhs@gnome.org>
12566         * Patch from Eric Greveson <ejg45@cam.ac.uk>
12567         plugins/tools/variables.c:
12568         Added current directory to possible variables
12570         * Patch from Günther Brammer <gbrammer@gmx.de>
12571         plugins/document-manager/anjuta-docman.c:
12572         Fix a crash on opening a file
12574         AUTHORS: Added Günther Brammer
12576 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12578         * libanjuta/anjuta-launcher.c:
12579         Fix a bug in AnjutaLauncher when output is bigger than buffer
12580         Probably fix bug #315188 and #305134
12582 2005-12-28      Johannes Schmid <jhs@gnome.org>
12583         
12584         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12585         * src/about.c: Use new gtk about dialog
12586         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12587         Updated anjuta_ui_add_action_group_entries call
12588         
12589         Patch from Jean Breford <jean.breford@normalesup.org>
12590         and Markus Habermehl <bmh1980de@yahoo.de>:
12591         
12592         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12593         * AUTHORS: Added Jean and Markus
12595 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12596         * plugins/search/search-replace.c :
12597         Bookmark all matched lines.
12598         * plugins/search/search-replace_backend.c :
12599         Fixed bug (Search in all project files).
12601 2005-12-21      Johannes Schmid <jhs@gnome.org>
12602         
12603         * plugins/search/plugin.c:
12604         Fixed signal names
12605         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12606         investigation needed.
12607         
12608         AUTHORS: Added Ross Goldner
12610 2005-12-19  Ross Golder  <ross@golder.org>
12612         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12613         application/xml MIME type.
12615 2005-12-18  Johannes Schmid <jhs@gnome.org>
12616         
12617         po/POTFILES.in: Updated files after directory changes
12618         HACKING: Removed outdated section 3 (anoncvs)
12620 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12622         * plugins/build-basic-autotools/build-basic-autotools.c:
12623         Save all files in editor before running a command
12625         * plugins/tools/execute.c:
12626         Use document manager plugin instead of each editor for
12627         saving all files
12629 2005-12-15  Johannes Schmid <jhs@gnome.org>
12631         * plugins/document-manager/action-callbacks.c:
12632         (on_save_all1_activate), (on_swap_activate)
12633         plugins/document-manager/anjuta-docman.c:
12634         (on_save_as_filesel_response), (on_notebook_switch_page):
12635         
12636         Fixed some remaining issues in document-manger
12638 2005-12-15      Johannes Schmid <jhs@gnome.org>
12640         * plugins/profile-default/default.anjuta:
12641         Load Search plugin and Message Manager by default
12643 2005-12-14  Johannes Schmid <jhs@gnome.org>
12644         
12645         * plugins/editor/text_editor.c
12646         libanjuta/anjuta-utils.c:
12647         
12648         Check if files differ when gnome-vfs monitoring is used.
12649         (Bug #309688)
12651 2005-12-13  Johannes Schmid <jhs@gnome.org>
12653         * plugins/document-manager/plugin.c:
12654         Only save modified files in ianjuta_file_savable_save() for document-manager
12655         as discussed on mailing list.
12656         
12657         * plugins/cvs-plugin/cvs-callbacks.c:
12658         Fixed dialog handling for empty log message
12660 2005-12-13  Johannes Schmid <jhs@gnome.org>
12662         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12663         
12664         * plugins/project-manager/* Removed ununsed files
12665         
12666         * plugins/symbol-browser/an_symbol_iter.c
12667         plugins/build-basic-autotools/build-basic-autotools.c
12668         plugins/build-basic-autotools/executer.c
12669         plugins/class-gen/class_gen.c
12670         plugins/class-inheritance/class-inherit.c
12671         plugins/cvs-plugin/cvs-actions.c
12672         plugins/cvs-plugin/cvs-interface.c
12673         plugins/debug-manager/attach_process.
12674         plugins/devhelp/plugin.c
12675         plugins/document-manager/plugin.c
12676         plugins/document-manager/indent_util.c
12677         plugins/editor/properties.cxx
12678         plugins/editor/aneditor.cxx
12679         plugins/editor/style-editor.c
12680         plugins/editor/text_editor.c
12681         plugins/macro/macro_db.c
12682         tagmanager/c.c:
12683         
12684         Use DEBUG_PRINT for debug messages
12686         libanjuta/anjuta-debug.h: Include config.h
12687         
12688         HACKING: Updated (BTW: does anyone read this?)
12689         
12690 2005-12-12  Johannes Schmid <jhs@gnome.org>
12692         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12693         * plugins/gdb/debugger.c
12694         
12695         Fix a crasher in gdb plugin
12696         
12697         * plugins/gtodo/plugin.c
12698         plugins/search/plugin.c
12699         
12700         Fixed bug #305301
12701         
12702         * plugins/document-manager/anjuta-docman.c:
12703         
12704         Fixed error markers 
12705         
12706         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12707         
12708         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12709         
12710         * plugins/document-manager/anjuta-docman.c:
12711         highlight changed files in docman popup-menu
12712         * plugins/gdb/debug-tree.c:
12713         plugins/gdb/debugger.c
12714         Do not corupt entire "locals" tree when variable pointer have
12715         additional info and arrays/strucs/unions correctly.
12716         
12718 2005-12-11  Johannes Schmid <jhs@gnome.org>
12720         * plugins/document-manager/anjuta-docman.c
12721         plugins/document-manager/plugin.c
12722         plugins/editor/text_editor.c:
12723         
12724         AUTHORS: Added Johan Ersvik
12726         Fixed "is-dirty" bug and tab ordering
12728 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12729         
12730         * plugins/editor/aneditor-autocomplete.cxx
12731         plugins/editor/aneditor-calltip.cxx
12732         plugins/editor/aneditor-priv.h
12733         plugins/symbol-browser/an_symbol.c
12734         plugins/symbol-browser/an_symbol_view.c
12735         tagmanager/entry.h
12736         tagmanager/tm_symbol.c
12737         tagmanager/tm_tag.c
12738         tagmanager/include/tm_symbol.h
12739         tagmanager/include/tm_tag.h
12740         tagmanager/c.c
12742         Better pointer recognition in tagmanager and symbol browser
12744 2005-12-11  Johannes Schmid <jhs@gnome.org>
12746         * plugins/search/*: New search plugin derived from search code in old editor
12747         plugin.
12748         
12749         * plugins/document-manager/*: new document-manger which is now seperated from
12750         editor to allow implementation of other editor widgets. Code is mostly derived
12751         from old editor plugin
12753         * plugins/print/* new print plugin which is not fully implemented in the
12754         moment
12756         * plugins/editor/text_editor.c: Added lots of interface code
12757         
12758         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12759         IAnjutaEditorFactory and extended IAnjutaEditor
12760         
12761         * configure.in, plugins/Makefile.am updated build system for new
12762         plugins
12764         This is a huge commit which might still contain some bugs and also has
12765         some fixmes. Things that are not working are the search toolbar because it
12766         does not use the same backend as any other searching function and printing
12767         (easy to fix) because it did not yet implement IAnjutaPrintable.
12769 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12771         * plugins/project-wizard/property.c:
12772         Use newer GtkFileChooser instead of GtkFileSelection with
12773         GnomeFileEntry to avoid a bug
12775         * plugins/project-wizard/install.c:
12776         Avoid an endless loop if project directory is not writable
12777         
12778         * plugins/project-wizard/druid.c:
12779         Allow creating project in empty directory without a
12780         warning
12782 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12783         
12784         Patch from Massimo Cora <maxcvs@email.it>
12785         * plugins/class-inheritence/class-inherit.c
12786         plugins/class-inheritence/plugin.c
12787         plugins/class-inheritence/plugin.h
12788         configure.in
12789         
12790         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12791         no longer supported!
12793 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12794         
12795         Patch from Johan Ersvik <jersvik@fastmail.fm>
12796         * plugins/message-view/message-view.c
12797         plugins/build-basic-autotools/build-basic-autotools.c
12798         plugins/build-basic-autotools/automake-c.filters
12800         This patch correct regex-filters for newer automake
12801         versions
12803 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12805        * plugins/tools/execute.c:
12806        Detect variables inside a word
12808 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12810         * libanjuta/anjuta-status.[ch],
12811         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12812         plugins/editor/anjuta-docman.c :
12813         New anjuta-status procedure.
12815 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12817         *Modified Files:
12818         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12819         plugins/editor/Makefile.am
12820         plugins/editor/anjuta-document-manager.glade
12821         plugins/editor/plugin.c plugins/editor/plugin.h
12822         plugins/editor/text_editor.c plugins/editor/text_editor.h
12823         *Added Files:
12824         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12825         plugins/editor/indent-util.c plugins/editor/indent-util.h
12826         plugins/editor/indent_test.c :
12827         Set and Preview indent preferences parameters.
12828         Saved indent user parameters.
12830 2005-10-27  Naba Kumar  <naba@gnome.org>
12832         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12833         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12834         theme color for saved documents.
12835         
12836 2005-10-26  Naba Kumar  <naba@gnome.org>
12838         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12839         list. Fixed bug #316731.
12840         
12841 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12843         * tagmanager/tm_symbol.c: Fixed bug #315218
12845 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12847         * plugins/build/build_file.c
12848           plugins/build-basic-autotools/build-basic-autotools.c
12849           plugins/tools/execute.c
12850           plugins/build/compile.c
12851           plugins/build/configurer.c
12852           plugins/debug-manager/plugin.c
12853           plugins/editor/plugin.c
12854           plugins/editor/print.c
12855           plugins/editor/text_editor.c
12856           plugins/file-loader/plugin.c
12857           plugins/file-manager/an_file_view.c
12858           plugins/symbol-browser/an_symbol_view.c
12859           plugins/gdb/debugger.c
12860           plugins/gdb/plugin.c
12861           plugins/glade/plugin.c
12862           plugins/macro/macro-actions.c
12863           plugins/macro/plugin.c
12864           plugins/profile-default/plugin.c
12865           plugins/project-manager/plugin.c
12866           plugins/project-manager/project_import.c
12867           plugins/symbol-browser/plugin.c
12868           plugins/tools/execute.c
12869           src/anjuta.c
12870           src/anjuta-actions.h
12871           src/shell.c:
12872           Correct spacing errors before and after "...".
12874 2005-10-20  Naba Kumar  <naba@gnome.org>
12876         * plugins/gdb/debugger.c: Fixed attach/detach process to
12877         updated UI properly.
12878         
12879 2005-10-18  Naba Kumar  <naba@gnome.org>
12881         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12882         #171314 too).
12883         
12884 2005-10-13  Naba Kumar  <naba@gnome.org>
12885         
12886         * plugins/project-mkfile-import/*: Removed separate import wizard for
12887         makefile based projects (because single widzard handles all wizards).
12889         * plugins/project-import/project-import.c: Made wizard window
12890         transient to main window.
12892         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12893         
12894         * AUTHORS: Added Eric's name in contributors list.
12895         
12896         * configure.in, plugins/Makefile.am,
12897         plugins/project-import/Makefile.am,
12898         plugins/project-import/anjuta-project-import.glade,
12899         plugins/project-import/project-import.c,
12900         plugins/project-import/project-import.h: Import wizard now detects
12901         both makefile and automake projects together instead of separate wizard.
12902         
12903         * plugins/project-wizard/templates/java/project.anjuta,
12904         plugins/project-wizard/templates/mkfile/project.anjuta,
12905         plugins/project-wizard/templates/python/project.anjuta,
12906         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12907         name to make it appropriate.
12909 2005-10-11  Naba Kumar  <naba@gnome.org>
12911         * configure.in: Fixed glade3 version requirement.
12913 2005-09-29  Alexander Shopov  <ash@contact.bg>
12915         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12917 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12919         * plugins/subversion/svn_auth.c
12920         plugins/subversion/anjuta_subversion.glade:
12921         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12923 2005-09-22  Naba Kumar  <naba@gnome.org>
12925         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12927         * configure.in,  plugins/Makefile.am
12928         plugins/project-manager/anjuta-project-manager.plugin.in,
12929         plugins/project-manager/plugin.c,
12930         (added) plugins/project-mkfile-import/.cvsignore,
12931         (added) plugins/project-mkfile-import/Makefile.am,
12932         (added) plugins/project-mkfile-import/
12933             anjuta-project-mkfile-import-plugin.png,
12934         (added) plugins/project-mkfile-import/
12935             anjuta-project-mkfile-import.glade,
12936         (added) plugins/project-mkfile-import/
12937             anjuta-project-mkfile-import.plugin.in,
12938         (added) plugins/project-mkfile-import/plugin.c,
12939         (added) plugins/project-mkfile-import/plugin.h,
12940         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12941         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12942         plugins/project-wizard/templates/Makefile.am,
12943         (added) plugins/project-wizard/templates/mkfile-logo.png,
12944         (added) plugins/project-wizard/templates/mkfile.wiz,
12945         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12946         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12947         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12948         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12949         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12950         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12951         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12952         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12953         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12954         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12955         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12956         Added makefile based project import wizard and wizard template.
12958 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12960         * libanjuta/anjuta-launcher.c: Reduced false password detections
12962 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12964         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12965         messages correctly.a
12967 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12968         
12969         * scintilla/Makefile.am: Changed scintilla library to noinst
12970         * pixmaps/Makefile.am: Install password.png
12971         * libanjuta/anjuta-launcher.c: Changed password detection
12972         to be able to access GNOME CVS with ssh.
12973         
12974 2005-08-31  Naba Kumar  <naba@gnome.org>
12976         * plugins/glade/plugin.c: Set transient window for the widget
12977         dialogs.
12978         
12979 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12981         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12983 2005-08-10  Naba Kumar  <naba@gnome.org>
12985         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12986         as shortcut key for execute.
12988         * src/about.c: Clean up.
12989         
12990         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12991         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12992         entry boxes.
12993         
12994 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12996         * plugins/editor/search-replace_backend.c :
12997         Fixed search in File Patterns.
12999 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
13001         * plugins/gdb/Makefile.am: Fixed a make -j x bug
13002         
13003 2005-08-04  Naba Kumar  <naba@gnome.org>
13005         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13006         for pango-1.8 rendering bug.
13007         
13008 2005-08-03  Naba Kumar  <naba@gnome.org>
13010         * plugins/glade/plugin.c: Proper names for plugin widgets.
13011         
13012         * plugins/subversion/anjuta-subversion.glade,
13013         plugins/subversion/svn-auth.c: Fixed authentication dialog and
13014         string allocations. Use passed default values when available.
13015         Set proper focus and dialog default response. Destroy dialog after use.
13016         Return error when appropriate.
13018 2005-08-02  Naba Kumar  <naba@gnome.org>
13020         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
13021         for pango-1.8 rendering bug.
13022         
13023 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
13025         * scintilla/Makefile.am: Fixed a make -j x bug
13026         
13027 2005-08-02  Johannes Schmid <jhs@gnome.org>
13028         
13029         * plugins/subversion/svn-auth.c: Added username/password 
13030         auto function.
13032 2005-08-01  Naba Kumar  <naba@gnome.org>
13034         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
13035         checks for character width calculations.
13036         
13037 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13039         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
13041 2005-07-31  Naba Kumar  <naba@gnome.org>
13043         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13044         messup with pango 1.8. Fixed bug #311846.
13046 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13048         * plugins/gdb/memory.c : Fixed bug 305082.
13049         
13050         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13051         plugins/project-wizard/templates/gcj.wiz,
13052         plugins/project-wizard/templates/gnome.wiz,
13053         plugins/project-wizard/templates/gtk.wiz,
13054         plugins/project-wizard/templates/java.wiz,
13055         plugins/project-wizard/templates/python.wiz,
13056         plugins/project-wizard/templates/wxwin.wiz,
13057         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
13059 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
13061         * plugins/tools/execute.c:
13062         Correct a crash if editor is closed while a tool still use it.
13064 2005-07-28  Naba Kumar  <naba@gnome.org>
13066         * scintilla/*: Updated scintilla from their latest CVS.
13068 2005-07-27  Naba Kumar  <naba@gnome.org>
13070         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
13071         plugins/build-basic-autotools/build-basic-autotools.c,
13072         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
13073         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
13074         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
13075         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
13076         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
13077         plugins/message-view/plugin.c, plugins/patch/plugin.c,
13078         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
13079         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13080         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
13081         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
13082         argument to anjuta_ui_add_action_group_entries() and
13083         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
13084         Fixed all plugins to pass translation domain. This fixes untranslated
13085         UI bugs. 
13087 2005-07-27  Naba Kumar  <naba@gnome.org>
13089         * plugins/class-inheritance/class-callbacks.c,
13090         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
13091         proper system colors.
13093 2005-07-26  Naba Kumar  <naba@gnome.org>
13095         * ROADMAP: Updated and added more tasks.
13097 2005-07-25  Naba Kumar  <naba@gnome.org>
13099         * ROADMAP: Updated and added more tasks.
13100         
13101 2005-07-24  Naba Kumar  <naba@gnome.org>
13103         * HACKING: Fixed format.
13105 2005-07-24  Naba Kumar  <naba@gnome.org>
13107         * ROADMAP: Fixed format.
13108         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
13110 2005-07-24  Naba Kumar  <naba@gnome.org>
13112         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
13113         * data/properties/cpp.properties: Added *.c++ as file extension for c++
13115 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
13117         * plugins/tools/dialog.c, plugins/tools/dialog.h:
13118         Correct wrong sensitivity setting
13119         
13120         * plugins/tools/tool.c: Correct a crash when removing overridden tool
13121         
13122         * plugins/tools/variable.c:     Add variables for project manager
13124 2005-07-23  Naba Kumar  <naba@gnome.org>
13126         * ROADMAP: updated.
13128 2005-07-23 Naba Kumar  <naba@gnome.org>
13130         * plugins/subversion/Makefile.am,
13131         plugins/subversion/svn-auth.c,
13132         plugins/subversion/svn-auth.h: Added subversion authentication code
13133         stubs.
13134         
13135         * plugins/subversion/subversion-callbacks.c,
13136         plugins/subversion/subversion-callbacks.h,
13137         plugins/subversion/svn-backend-priv.h,
13138         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13139         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13140         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13141         Added file mode line.
13143 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13145         * configure.in: Added 'gl' to ALL_LINGUAS.
13147 2005-07-21 Naba Kumar  <naba@gnome.org>
13149         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13150         the active sources and kill the running process without emitting
13151         signals (which could be fatal because the object is being destroyed).
13152         Incidentally, fixed the crash that happens when stopping an active
13153         debugger session. Disabled debug prints and code clean up.
13154         Fixed bug #305587.
13155         
13156         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13157         message view object, because that prevents many unprocessed outputs
13158         from the cvs command from being appended in view. Does not set NULL
13159         to mesg_view private member (not required) so that any pending outputs
13160         to view is processed.Fixed bug #172666.
13162         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13163         type in supported list.
13164         
13165 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13167         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13168           grammar/spelling fixes.
13170 2005-07-17 Naba Kumar  <naba@gnome.org>
13172         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13173         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13174         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13175         plugins/project-wizard/templates/anjuta-plugin.wiz,
13176         plugins/project-wizard/templates/gcj.wiz,
13177         plugins/project-wizard/templates/gnome.wiz,
13178         plugins/project-wizard/templates/gtk.wiz,
13179         plugins/project-wizard/templates/gtkmm.wiz,
13180         plugins/project-wizard/templates/java.wiz,
13181         plugins/project-wizard/templates/python.wiz,
13182         plugins/project-wizard/templates/terminal.wiz,
13183         plugins/project-wizard/templates/terminal/Makefile.am,
13184         plugins/project-wizard/templates/terminal/po/Makefile.am,
13185         plugins/project-wizard/templates/terminal/src/Makefile.am,
13186         plugins/project-wizard/templates/wxwin.wiz,
13187         plugins/project-wizard/templates/xlib-dock.wiz,
13188         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13189         wizards and updated .wiz files to install them in newly created
13190         projects.
13192 2005-07-16 Naba Kumar  <naba@gnome.org>
13194         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13195         
13196         * plugins/file-manager/an_file_view.c,
13197         plugins/file-manager/plugin.c: Added file manager preferences to
13198         show/hide files ignored by version control (e.g. cvsignore).
13199         
13200         * plugins/editor/text_editor.c: Initialize vfs info struct.
13201         
13202         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13203         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13204         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13205         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13206         omf-install/.cvsignore, pixmaps/.cvsignore,
13207         plugins/file-manager/anjuta-file-manager-plugin.glade,
13208         scintilla/.cvsignore, scintilla/include/.cvsignore,
13209         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13210         tagmanager/python.c: Updated.
13212 2005-07-16 Naba Kumar  <naba@gnome.org>
13214         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13215         Fixed python parser to parser class methods.
13217 2005-07-15 Naba Kumar  <naba@gnome.org>
13219         * plugins/project-wizard/property.c: Used parenthesis to remove
13220         ambiguty.
13221         
13222         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13223         plugins/project-wizard/templates/gcj.wiz,
13224         plugins/project-wizard/templates/gnome.wiz,
13225         plugins/project-wizard/templates/gtk.wiz,
13226         plugins/project-wizard/templates/gtkmm.wiz,
13227         plugins/project-wizard/templates/java.wiz,
13228         plugins/project-wizard/templates/python.wiz,
13229         plugins/project-wizard/templates/terminal.wiz,
13230         plugins/project-wizard/templates/wxwin.wiz,
13231         plugins/project-wizard/templates/xlib-dock.wiz,
13232         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
13233         and names.
13235 2005-07-15 Naba Kumar  <naba@gnome.org>
13237         * plugins/project-wizard/templates/java.wiz,
13238         plugins/project-wizard/templates/java/Makefile.am,
13239         plugins/project-wizard/templates/java/project.anjuta,
13240         plugins/project-wizard/templates/python.wiz,
13241         plugins/project-wizard/templates/python/Makefile.am,
13242         plugins/project-wizard/templates/python/project.anjuta: Use different
13243         project files for java and python module where debugger is not
13244         included in the list of plugins.
13246 2005-07-15 Naba Kumar  <naba@gnome.org>
13248         * configure.in, plugins/project-wizard/templates/Makefile.am,
13249         plugins/project-wizard/templates/gcj-logo.png,
13250         plugins/project-wizard/templates/gcj.wiz,
13251         plugins/project-wizard/templates/gcj/.cvsignore,
13252         plugins/project-wizard/templates/gcj/Makefile.am,
13253         plugins/project-wizard/templates/gcj/configure.in.tpl,
13254         plugins/project-wizard/templates/gcj/src/.cvsignore,
13255         plugins/project-wizard/templates/gcj/src/Makefile.am,
13256         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
13257         plugins/project-wizard/templates/java-logo.png,
13258         plugins/project-wizard/templates/java.wiz,
13259         plugins/project-wizard/templates/java/configure.in.tpl,
13260         plugins/project-wizard/templates/java/po/Makefile.am,
13261         plugins/project-wizard/templates/java/po/POTFILES.in,
13262         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
13263         plugins/project-wizard/templates/java/src/main.java,
13264         plugins/project-wizard/templates/python-logo.png,
13265         plugins/project-wizard/templates/python.wiz,
13266         plugins/project-wizard/templates/python/.cvsignore,
13267         plugins/project-wizard/templates/python/Makefile.am,
13268         plugins/project-wizard/templates/python/configure.in.tpl,
13269         plugins/project-wizard/templates/python/po/.cvsignore,
13270         plugins/project-wizard/templates/python/po/Makefile.am,
13271         plugins/project-wizard/templates/python/po/POTFILES.in,
13272         plugins/project-wizard/templates/python/src/.cvsignore,
13273         plugins/project-wizard/templates/python/src/Makefile.am,
13274         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
13275         plugins/project-wizard/templates/python/src/main.py: Added Generic
13276         gcj and python project wizards. Fixed Generic java project to
13277         use _JAVA primary. Update gnome-build from cvs for them to work
13278         correctly.
13280 2005-07-12 Naba Kumar  <naba@gnome.org>
13282         * plugins/project-manager/plugin.c: Automatically determine
13283         project backend by probing.
13284         
13285 2005-07-04 Naba Kumar  <naba@gnome.org>
13287         * Makefile.am: Do not install old anjuta.glade file which conflicts
13288         with newer src/anjuta.glade.
13290 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
13292         * plugins/an_symbol_prefs.c:
13293         Sort list of available symbol files
13295 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
13297         * plugins/build-basic-autotools.c:
13298         Fixed #307810
13299         
13300         * plugins/gtodo/libgtodo.c:
13301         Possible fix for #307800
13303         * libanjuta/anjuta-encodings.c
13304         libanjuta/anjuta-launcher.c
13305         libanjuta/anjuta-preference-dialog.c
13306         libanjuta/anjuta-preferences.c
13307         libanjuta/anjuta-ui.c
13308         libanjuta/anjuta-util.c
13309         libanjuta/cell-renderer-captioned-image.c
13310         libanjuta/plugin.c:
13311         
13312         Patch from de_lupus@pandora.be (Kristof Vansant):
13313         Replaced deprecated gnome-i18n.h
13314         Closed #309153
13316 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
13317         
13318         * plugins/subversion/anjuta-subversion.glade
13319         plugins/subversion/anjuta-subversion.ui
13320         plugins/subversion/plugin.c
13321         plugins/subversion/subversion-actions.c
13322         plugins/subversion/subversion-callbacks.h
13323         plugins/subversion/subversion-callbacks.c
13324         plugins/subversion/svn-backend-priv.h
13325         plugins/subversion/svn-backend.h
13326         plugins/subversion/svn-backend.c
13327         plugins/subversion/svn-thread.h
13328         plugins/subversion/svn-thread.c:
13329         
13330         Implemented Subversion diff
13331         
13332 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
13333         
13334         * plugins/build-basic-autotools/build-basic-autotools.c:
13335         Fixed crash bug! Might be useful to release 2.0.2 soon
13336         because this bug will crash any build which produces errors
13337         or warnings
13339 === Anjuta 2.0.1 ===
13341 2005-06-27 Naba Kumar  <naba@gnome.org>
13343         * plugins/tools/execute.c: Formated code.
13344         
13345 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
13347         * plugins/build-basic-autotools/build-basic-autotools.c:
13348         Remove two memory leaks
13349         Check command output versus untranslated strings too
13351         * plugins/tools/execute.c:
13352         Remove two memory leaks
13353         Check command output versus untranslated strings too
13354         Remove description message
13356         * plugins/tools/fileop.c:
13357         Escape tool name in xml configuration file
13359 2005-05-26 Naba Kumar  <naba@gnome.org>
13361         * configure.in: Bumped version to 2.0.1
13362         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
13364         * plugins/tools/execute.c: Fixed clickable messages.
13365         * NEWS: Updated.
13367         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
13368         Deactivate glade plugin when last glade project is closed. Reorder
13369         glade widgets in layout. Change glade project when user selects a
13370         new project. Removed project from the list when user closes it. Fixed
13371         glade project file loading from URI. Save and restored loaded glade
13372         projects in/from session.
13374         * plugins/class-gen/action-callbacks.c,
13375         plugins/class-gen/anjuta-class-gen-plugin.glade,
13376         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
13377         plugins/file-wizard/anjuta-file-wizard.glade,
13378         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
13379         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
13380         "Add to project" correctly. Use the source file path returned after
13381         adding to project. Fixed memory leaks. Deactivate wizard plugins
13382         after use.
13383         
13384         * plugins/project-manager/plugin.c,
13385         plugins/project-wizard/anjuta-project-wizard.glade,
13386         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
13387         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
13388         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
13389         project-wizard preference page to anjuta app, because they are
13390         more appropriated as general preferences. Renamed username and
13391         useremail properties keys.
13392         
13393         * po/POTFILES.in: Updated.
13395         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
13396         saved at closing.
13397         
13398         * plugins/file-loader/plugin.c: Do not use static variable to store
13399         created submenu in factory. Fixed crash in anjuta exit.
13400         
13401 2005-05-24 Naba Kumar  <naba@gnome.org>
13403         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13404         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13405         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13406         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13407         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13408         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13409         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13410         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13411         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13412         
13413         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
13414         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13415         plugins/build-basic-autotools/build-basic-autotools.c,
13416         plugins/build-basic-autotools/build-basic-autotools.h,
13417         plugins/build-basic-autotools/executer.c,
13418         plugins/build-basic-autotools/executer.h,
13419         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
13420         plugins/tools/variable.c: Added an extra argument to
13421         anuta_util_dialog_input() to pass default value. Save/load project
13422         configure and execution parameters in/from session.
13424         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
13425         symbol browser is loaded.
13426         
13427         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
13428         freeze/thaw.
13430         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
13431         deactivate would not start shell.
13433 2005-05-24 Naba Kumar  <naba@gnome.org>
13435         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
13436         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
13437         libegg/egg-submenu-action.c, libegg/test-actions.c,
13438         plugins/build-basic-autotools/build-basic-autotools.c,
13439         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
13440         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
13441         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
13442         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
13443         plugins/macro/plugin.c, plugins/message-view/plugin.c,
13444         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
13445         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
13446         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
13447         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13448         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
13450 2005-05-24 Naba Kumar  <naba@gnome.org>
13452         * data/properties/styles.properties: Fixed defalt font.
13454         * plugins/editor/search-replace.c,
13455         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
13456         project openness wihtout activating project-manager plugin (i.e.
13457         using anjuta_shell_get()).
13458         
13459         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
13460         - Completed add_source(), add_group() and add_target() methods of
13461         IAnjutaProjectManager.
13462         - Change their definition to return the added element (or NULL).
13463         - Used interface API for project main menus and 'add to project'
13464         from file-manager context menu.
13465         - Select proper default target/group when prompting for adding
13466         source/target/group.
13467         - Do not expand all nodes in selection tree when default selection
13468         are given (eases navigation in big projects).
13469         - Code clean ups.
13470         - Marked strings for translation.
13472 2005-05-23 Naba Kumar  <naba@gnome.org>
13474         * src/anjuta-app.c: Save menu accelerators on change.
13475         * NEWS: Updated.
13476         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
13477         save-as dialog (leading to crash later).
13479 2005-05-22 Naba Kumar  <naba@gnome.org>
13481         * NEWS: Updated.
13482         * AUTHORS: Added developers for other projects. Updated.
13483         * TODO.tasks: Updated.
13484         * ChangeLog: Added past changelogs from anjuta-0.1.5.
13485         
13486 2005-05-22 Naba Kumar  <naba@gnome.org>
13488         * plugins/tools/execute.c: Make parsable lines distinct by adding
13489         a "Click me" description in the message. Allow tools to open arbibrary
13490         file in editory using gdb-styled annotation (The line starts with two
13491         \032 characters followed by the file:line).
13492         
13493         * plugins/tools/scripts/prepare-changelog.pl,
13494         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
13495         ChangeLog file itself and open it.
13497 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
13499         * plugins/tools/execute.c:
13500         Parse output in message pane
13501         Correct a crash on plugin deactivation
13503         * plugins/tools/fileop.c,
13504         plugins/tools/tool.c,
13505         plugins/tools/tool.h:
13506         Load only valid tools
13508 2005-06-21  Naba Kumar  <naba@gnome.org>
13510         * anjuta.spec.in: Fixed devel package requirement.
13512         * plugins/message-view/message-view.c: Scroll message on next/previous.
13514         * TODO.tasks: Updated.
13516         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13517         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13518         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13519         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13520         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13521         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13522         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13523         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13525         * libanjuta/anjuta-preferences.c,
13526         plugins/build-basic-autotools/build-basic-autotools.c,
13527         plugins/build-basic-autotools/executer.c,
13528         plugins/class-gen/action-callbacks.c,
13529         plugins/class-gen/action-callbacks.h,
13530         plugins/class-gen/class_gen.c,
13531         plugins/cvs-plugin/cvs-interface.c,
13532         plugins/debug-manager/attach_process.c,
13533         plugins/debug-manager/plugin.c,
13534         plugins/debug-manager/utilities.c,
13535         plugins/debug-manager/utilities.h,
13536         plugins/editor/aneditor-autocomplete.cxx,
13537         plugins/editor/aneditor.cxx,
13538         plugins/editor/search-replace.c,
13539         plugins/editor/search-replace_backend.c,
13540         plugins/gdb/breakpoints.c,
13541         plugins/gdb/registers.c,
13542         plugins/patch/plugin.c,
13543         plugins/project-wizard/druid.c,
13544         plugins/project-wizard/install.c,
13545         plugins/subversion/plugin.c,
13546         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13547         codes.
13549         * plugins/class-gen/action-callbacks.c,
13550         plugins/project-wizard/parser.c,
13551         plugins/project-wizard/property.c,
13552         plugins/project-wizard/values.c,
13553         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13555         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13556         alphabetically
13558 2005-06-20  Naba Kumar  <naba@gnome.org>
13560         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13561         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13562         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13563         
13564         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13565         exit idle function.
13566         
13567         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13568         Fixed possible memory corruption.
13570         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13571         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13572         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13573         progress bar increment and added progress status for symbol refresh
13574         and project loading.
13575         
13576         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13577         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13578         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13579         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13580         bar.
13582         * TODO.tasks: Updated.
13584 2005-06-19  Naba Kumar  <naba@gnome.org>
13586         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13587         Fixed warning.
13588         
13589         * plugins/project-import/project-import.c: Deactivate plugin when done.
13590         
13591 2005-06-18  Naba Kumar  <naba@gnome.org>
13593         * plugins/profile-default/plugin.c: Fixed error when loading another
13594         project while a project is still loaded.
13595         
13596         * plugins/project-manager/plugin.c: Used (newly added) group-activated
13597         signal from gnome-build to popup group properties.
13598         
13599         * src/anjuta.c: Load default session by default.
13601         * po/POTFILES.in: Added missing files.
13602         
13603         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13604         activate plugin on load (activate it separately). Connect to activate
13605         and deactivate signals for housekeeping, so that if plugins are
13606         activated or deactivate externally, they are properly recorded.
13607         
13608         * plugins/profile-default/plugin.c: Save profile before a project
13609         is loaded so that it could be restored when project is closed.
13610         
13611         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13613 2005-06-17  Naba Kumar  <naba@gnome.org>
13615         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13616         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13617         for project. The plugins loaded for the project is restored when project
13618         is loaded next time.
13619         
13620         * TODO.tasks: Updated.
13621         
13622 2005-06-15  Naba Kumar  <naba@gnome.org>
13624         * plugins/tools/scripts/find-fixmes.pl,
13625         (new) plugins/tools/scripts/translation-status.pl,
13626         plugins/tools/scripts/tools-2.xml.in,
13627         plugins/tools/scripts/Makefile.am,
13628         plugins/tools/scripts/prepare-changelog.pl: Added translation
13629         status script. Completed find-fixmes.pl script. Fixed bugs.
13631         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13632         tool path.
13634 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13636         * plugins/message-view/anjuta-message-manager-plugin.glade :
13637         renamed "messages.tag.position" to "messages.tab.position".
13638         plugins/message-view/anjuta-msgman.c : 
13639         Messages tab position prefrences.
13640         
13641 2005-06-14  Naba Kumar  <naba@gnome.org>
13643         * (new) plugins/tools/scripts/find-fixmes.pl,
13644         (new) plugins/tools/scripts/tools-2.xml.in,
13645         (new) plugins/tools/scripts/Makefile.am,
13646         (new) plugins/tools/scripts/prepare-changelog.pl,
13647         plugins/tools/plugin.h, plugins/tools/fileop.c,
13648         plugins/tools/Makefile.am, configure.in: Added system tools.
13650 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13652         * plugins/tools/editor.c:
13653         Take care of creating .anjuta directory if missing
13655 2005-06-10  Naba Kumar  <naba@gnome.org>
13657         * configure.in: Increased gnome-build required to version 0.1.2.
13658         
13659         * plugins/project-manager/plugin.c: Fixed target/group removal.
13660         Fixed memory leaks.
13661         
13662 2005-06-10  Naba Kumar  <naba@gnome.org>
13664         * plugins/project-manager/plugin.c: Implemented target/group
13665         configuration (update gnome-build module from cvs).
13666         
13667 2005-06-07  Naba Kumar  <naba@gnome.org>
13669         Patch from: Massimo Cora'  <maxcvs@email.it>:
13670         * plugins/class-inheritance/Makefile.am,
13671         plugins/class-inheritance/class-inherit.c,
13672         plugins/class-inheritance/class-inherit.h,
13673         plugins/class-inheritance/plugin.c,
13674         plugins/class-inheritance/plugin.h,
13675         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13676         expanded view of classes in hierarchy canvas (collapsable again).
13677         
13678 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13680         * scintilla/patches/scintilla-64-bit.diff (added)
13681         * plugins/patch/patch-plugin.c:
13682         Conditional build for GTK 2.4 and GTK 2.6
13684 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13686         * plugins/tools/anjuta-tools.glade,
13687         plugins/tools/editor.c,
13688         plugins/tools/plugin.h,
13689         plugins/tools/fileop.c:
13690         Add a check box to edit an user script
13691         Correct a few memory leak
13693         * plugins/tools/execute.c,
13694         plugins/tools/tool.c,
13695         plugins/tools/tool.h:
13696         Move utility remove_mnemonic function in tool.c
13697         Small fix
13699 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13701         Patch from sbrabec@suse.cz:
13702         * configure.in
13703         scintilla/include/Scintilla.h:
13704         
13705         Fix 64-Bit warnings in gcc 4
13707 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13708         
13709         * plugins/patch/patch_plugin.c
13710         plugins/patch/patch.h
13711         plugin/patch/patch-plugin.glade
13712         plugin/patch/Makefile.am:
13713         
13714         Changed patch plugin to use libglade and new gtk 2.6 widgets
13716 2005-05-31  Naba Kumar  <naba@gnome.org>
13718         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13719         * plugins/editor/text_editor.c: Don't show error
13720         for empty files.
13721         
13722 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13723         
13724         * plugins/message-view/anjuta-message-manager.ui,
13725         plugins/message-view/anjuta-msgman.c,
13726         plugins/message-view/anjuta-msgman.h,
13727         plugins/message-view/message-view.c,
13728         plugins/message-view/message-view.h,
13729         plugins/message-view/plugin.c:
13730         Add a popup menu in messages panes
13731         Move save message pane option in it
13733 2005-05-28  Naba Kumar  <naba@gnome.org>
13735         * data/properties/styles.properties: Fixed default font
13736         names and sizes.
13738         * plugins/editor/style-editor.c: cleanup.
13739         
13740 2005-05-25  Naba Kumar  <naba@gnome.org>
13742         * plugin/gdb/plugin.c: Start gdb even if the program does
13743         not exists. Fixes bug #305074
13744         
13745 2005-05-24  Naba Kumar  <naba@gnome.org>
13747         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13748         * configure.in: graphviz pkgconfig path.
13750 2005-05-24  Naba Kumar  <naba@gnome.org>
13752         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13753         * TODO.tasks: Updated.
13754         
13755 2005-05-22  Naba Kumar  <naba@gnome.org>
13757         * anjuta.spec.in: Fixed spec file
13758         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13760 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13761         
13762         * TODO.tasks: Updated.
13764         * plugins/message-view/anjuta-message-manager.ui,
13765         plugins/message-view/message-view.c,
13766         plugins/message-view/message-view.h,
13767         plugins/message-view/plugin.c:
13768         Add shortcut for next and previous message
13769         Add a save message menu item
13770         Fix a bug in previous message
13772 2005-05-21  Naba Kumar  <naba@gnome.org>
13774         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13775         doc/Makefile.am, global-tags/create_global_tags.sh,
13776         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13777         and rpm package creation. Fixed installation paths.
13778         
13779         * plugins/editor/anjuta-document-manager.glade,
13780         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13781         and indent options.
13782         
13783         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13785 2005-05-21  Naba Kumar  <naba@gnome.org>
13787         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13788         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13789         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13790         tagmanager/Makefile.am: Fixed paths configure variables to take
13791         automake configure variables instead of hardcoding.
13793         * global-tags/tm_global_tags.c: Formated code.
13795         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13796         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13797         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13798         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13799         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13800         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13801         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13802         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13803         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13805 2005-05-20  Naba Kumar  <naba@gnome.org>
13807         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13808         and fixed rpm spec file (more testing required).
13809         
13810         * data/gdb.init: Don't set gdb prompt.
13811         
13812         * mime/Makefile.am: run update-mime-data only on system-wide install.
13813         
13814         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13816 2005-05-19  Naba Kumar  <naba@gnome.org>
13818         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13819         while it's not visible.
13821         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13822         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13823         
13824 2005-05-19  Naba Kumar <naba@gnome.org>
13826         * configure.in: Fixed subversion checks. Added
13827         --disable-plugin-subversion and --disable-plugin-glade
13828         configure flags to manually turn off their plugin builds.
13830         * plugins/editor/plugin.c: Save and restore current editor line
13831         positions in session.
13833 2005-05-18  Naba Kumar  <naba@gnome.org>
13835         * AUTHORS: Fixed email address.
13836         
13837         * libanjuta/anjuta-utils.c,
13838         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13839         when the projectmanager toplevel is not a window. Check for valid
13840         gtkwindow type before using the passed window as parent for anjuta
13841         dialogs.
13843 2005-05-17  Naba Kumar  <naba@gnome.org>
13845         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13846         
13847         * plugins/cvs-plugin/Makefile.am,
13848         plugins/devhelp/plugin.c,
13849         plugins/file-loader/Makefile.am,
13850         plugins/macro/Makefile.am,
13851         plugins/message-view/Makefile.am,
13852         plugins/patch/Makefile.am,
13853         plugins/project-manager/Makefile.am,
13854         plugins/subversion/Makefile.am,
13855         plugins/symbol-browser/Makefile.am: Removed -module flags
13856         from libtool flags
13858         * MAINTAINERS: Added file so that I could recieve bugzilla
13859         reports.
13861         * plugins/glade/plugin.c: Fixed compile error.
13863 === Anjuta 2.0.0 ===
13865 2005-05-15  Naba Kumar  <naba@gnome.org>
13867         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13868         version to 2.0.0.
13870         * plugins/symbol-browser/an_symbol_view.c,
13871         plugins/symbol-browser/plugin.c,
13872         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13873         symbols have been updated. Reset file symbols when update
13874         occurs. Fixed memory leaks.
13876         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13877         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13878         
13879 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13881         * plugins/tools/anjuta-tools.glade:
13882         Remove unused parameter dialog
13884         * plugins/tools/dialog.c,
13885         plugins/tools/fileop.c,
13886         plugins/tools/fileop.h,
13887         plugins/tools/tool.c,
13888         plugins/tools/tool.h,
13889         plugins/tools/variable.c:
13890         Add a few comments and cleanups
13892         * plugins/tools/editor.c,
13893         plugins/tools/editor.h:
13894         Remove code from previous plugin and add comments
13895         Use main window as parent (instead of tool list)
13897         * plugins/tools/execute.c,
13898         plugins/tools/execute.h:
13899         Remove code from previous plugin and add comments
13900         Fix warnings
13902 2005-05-14  Naba Kumar  <naba@gnome.org>
13904         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13905         release.
13906         
13907         * configure.in: Fixed
13908         
13909         * plugins/class-inheritance/class-inheritance.png: New icon.
13910         
13911         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13912         screws up when reparented.
13914 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13916         * plugins/editor/search-replace.c,
13917         plugins/editor/search-replace_backend.c
13918         plugins/project-manager/plugin.c : Clear find pane if searching same 
13919         expression. Clean code.
13921 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13923         * configure.in: Added ne in ALL_LINGUAS
13924         
13925 2005-05-13  Naba Kumar  <naba@gnome.org>
13927         * configure.in: Fixed glade-3 version.
13928         
13929         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13930         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13931         plugins/gdb/watch.c: Update locals, watch and frame document on
13932         frame change.
13934 2005-05-12  Naba Kumar  <naba@gnome.org>
13936         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13937         scope autocompletion when the function definition is incomplete.
13938         
13939         * plugins/class-gen/anjuta-class-gen.plugin.in,
13940         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13941         plugins/gdb/plugin.c,
13942         plugins/glade/anjuta-glade.plugin.in,
13943         plugins/project-import/anjuta-project-import.plugin.in,
13944         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13945         titles for the wizards.
13947 2005-05-11  Naba Kumar  <naba@gnome.org>
13949         * configure.in, plugins/debug-manager/Makefile.am,
13950         plugins/debug-manager/plugin.c,
13951         (added) plugins/debug-manager/images/.cvsignore,
13952         (added) plugins/debug-manager/images/Makefile.am,
13953         (added) plugins/debug-manager/images/detach-16.png,
13954         (added) plugins/debug-manager/images/detach.png,
13955         (added) plugins/debug-manager/images/step-into-16.png,
13956         (added) plugins/debug-manager/images/step-into.png,
13957         (added) plugins/debug-manager/images/step-out-16.png,
13958         (added) plugins/debug-manager/images/step-out.png,
13959         (added) plugins/debug-manager/images/step-over-16.png,
13960         (added) plugins/debug-manager/images/step-over.png,
13961         plugins/gdb/Makefile.am,
13962         plugins/gdb/breakpoints.c,
13963         plugins/gdb/plugin.c,
13964         (added) plugins/gdb/images/.cvsignore,
13965         (added) plugins/gdb/images/Makefile.am,
13966         (added) plugins/gdb/images/breakpoint.png,
13967         (added) plugins/gdb/images/locals.png,
13968         (added) plugins/gdb/images/stack.png,
13969         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13970         'remove all'. Added debugger icons.
13972         * plugins/editor/text_editor.c: Fixed file monitor.
13974         Patch from: Massimo Cora'  <maxcvs@email.it>
13975         * plugins/patch/anjuta-patch-plugin.png,
13976         plugins/class-gen/Makefile.am,
13977         plugins/class-gen/action-callbacks.c,
13978         plugins/class-gen/class_gen.c,
13979         plugins/class-gen/class_logo.xpm: Implemented vcs
13980         file addions. New icons by Fabio Zecchini
13982 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13984         * libanjuta/interfaces/libanjuta.idl
13985         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13986         plugins/editor/search-replace_backend.c
13987         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13989 2005-05-11  Naba Kumar  <naba@gnome.org>
13990         
13991         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13992         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13993         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13994         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13995         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13996         memory leaks.
13997         
13998         * plugins/symbol-browser/an_symbol_prefs.c,
13999         plugins/symbol-browser/an_symbol_search.c,
14000         plugins/symbol-browser/an_symbol_view.c,
14001         plugins/symbol-browser/an_symbol_view.h,
14002         plugins/symbol-browser/plugin.c: Fixed memory leaks.
14004 2005-05-11  Naba Kumar  <naba@gnome.org>
14006         * libanjuta/anjuta-shell.c: Fixed runtime warning.
14007         
14008         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
14009         progress bar location at create time, instead of hardcoding.
14010         
14011         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
14012         Added mini splash screen.
14013         
14014         * plugins/editor/text_editor.c: Do not produce warning when file
14015         monitor could not be created.
14016         
14017         * plugins/profile-default/plugin.c: Save project session on exit.
14018         Show mini splash with progress bar at profile load.
14020 2005-05-10  Naba Kumar  <naba@gnome.org>
14022         * configure.in, manuals/Makefile.am: Fixed compile flags.
14023         Disable outdated manuals builds.
14024         
14025         * global-tags/Makefile.am: Uninstall tags files on
14026         'make uninstall'
14027         
14028         * libegg/Makefile.am: Use configured deprecated flags.
14029         
14030         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14031         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14032         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
14033         Updated.
14034         
14035         * mime/Makefile.am: Take DESTDIR into account.
14036         
14037         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
14038         
14039         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
14040         on scope autocompletion.
14041         
14042         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14043         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14044         shared libs and static libs paths for debugging. Order them
14045         correctly.
14046         
14047         * po/POTFILES.in: Updated.
14049 2005-05-09  Naba Kumar  <naba@gnome.org>
14051         * libanjuta/interfaces/libanjuta.idl,
14052         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14053         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14054         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14055         Implemented debugger source directory search and emits location changed
14056         signal with absolute path of the file.
14058         * plugins/tools/tool.c: Fixed compile errors.
14059         
14060 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
14062         * plugins/tools/anjuta-tools.glade,
14063         plugins/tools/dialog.h,
14064         plugins/tools/dialog.c,
14065         plugins/tools/plugin.c,
14066         plugins/tools/editor.c:
14067         Improve graphical user interface
14068         Remove old code
14069         Correct an error on close
14070         Some cleanups
14072         * plugins/tools/fileop.c,
14073         plugins/tools/tool.h,
14074         plugins/tools/tool.c:
14075         Change the tool internal structure
14076         Support having tools configuration in several places
14078 2005-05-08  Naba Kumar  <naba@gnome.org>
14080         * plugins/gdb/actions.c,
14081         (removed) plugins/gdb/registers_cbs.c,
14082         (removed) plugins/gdb/registers_cbs.h,
14083         (removed) plugins/gdb/registers_gui.c,
14084         (removed) plugins/gdb/sharedlib_cbs.c,
14085         (removed) plugins/gdb/sharedlib_cbs.h,
14086         (removed) plugins/gdb/sharedlib_gui.c,
14087         (removed) plugins/gdb/signals_cbs.c,
14088         (removed) plugins/gdb/signals_cbs.h,
14089         (removed) plugins/gdb/signals_gui.c: Removed dead files.
14091 2005-05-08  Naba Kumar  <naba@gnome.org>
14093         * plugins/build-basic-autotools/executer.c: Fixed programs
14094         listing dialog.
14095         
14096         * plugins/debug-manager/Makefile.am,
14097         plugins/debug-manager/anjuta-debug-manager.glade,
14098         plugins/debug-manager/plugin.c,
14099         plugins/gdb/Makefile.am: Used libglade for programs listing
14100         dialog.
14101         
14102         * (added) plugins/gdb/pointer.png: Stack pointer image.
14103         
14104         * libanjuta/anjuta-marshal.list,
14105         pixmaps/Makefile.am,
14106         plugins/gdb/actions.c,
14107         plugins/gdb/actions.h,
14108         plugins/gdb/anjuta-gdb-plugin.ui,
14109         plugins/gdb/anjuta-gdb.glade,
14110         plugins/gdb/breakpoints.c,
14111         plugins/gdb/breakpoints.h,
14112         plugins/gdb/debug_tree.c,
14113         plugins/gdb/debug_tree.h,
14114         plugins/gdb/debugger.c,
14115         plugins/gdb/debugger.h,
14116         plugins/gdb/gdbmi-test.c,
14117         plugins/gdb/gdbmi.c,
14118         plugins/gdb/gdbmi.h,
14119         plugins/gdb/info.c,
14120         plugins/gdb/info.h,
14121         plugins/gdb/locals.c,
14122         plugins/gdb/locals.h,
14123         plugins/gdb/memory.c,
14124         plugins/gdb/memory.h,
14125         plugins/gdb/plugin.c,
14126         plugins/gdb/plugin.h,
14127         plugins/gdb/registers.c,
14128         plugins/gdb/registers.h,
14129         plugins/gdb/registers_cbs.c,
14130         plugins/gdb/registers_cbs.h,
14131         plugins/gdb/registers_gui.c,
14132         plugins/gdb/sharedlib.c,
14133         plugins/gdb/sharedlib.h,
14134         plugins/gdb/sharedlib_cbs.c,
14135         plugins/gdb/sharedlib_cbs.h,
14136         plugins/gdb/sharedlib_gui.c,
14137         plugins/gdb/signals.c,
14138         plugins/gdb/signals.h,
14139         plugins/gdb/signals_cbs.c,
14140         plugins/gdb/signals_cbs.h,
14141         plugins/gdb/signals_gui.c,
14142         plugins/gdb/stack_trace.c,
14143         plugins/gdb/stack_trace.h,
14144         plugins/gdb/utilities.c,
14145         plugins/gdb/utilities.h,
14146         plugins/gdb/watch.c,
14147         plugins/gdb/watch.h,
14148         plugins/gdb/watch_cbs.c,
14149         plugins/gdb/watch_cbs.h,
14150         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14151         it for all debugger component updates and listing. Implemented
14152         user custom debugger command window. Fixed all debugger components
14153         to work correctly. Implemented debugger as GObject. Removed
14154         deprecated codes.
14155         
14156 2005-05-06  Naba Kumar  <naba@gnome.org>
14157         
14158         * TODO.tasks: Updated.
14159         
14160         * plugins/build-basic-autotools/Makefile.am,
14161         plugins/file-loader/Makefile.am,
14162         plugins/profile-default/Makefile.am,
14163         plugins/sample1/Makefile.am,
14164         plugins/symbol-browser/images/Makefile.am,
14165         src/Makefile.am: Fixed 'make distcheck' errors.
14167         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14168         updates.
14170         * tagmanager/tm_workspace.c: Include prototypes in getting
14171         scope members.
14173 2005-05-06  Naba Kumar  <naba@gnome.org>
14175         * TODO.tasks: Updated.
14176         
14177         * configure.in, plugins/cvs-plugin/Makefile.am,
14178         plugins/debug-manager/Makefile.am,
14179         plugins/devhelp/Makefile.am,
14180         plugins/editor/Makefile.am,
14181         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14182         
14183         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14184         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14185         interfaces.
14186         
14187         * tagmanager/tm_workspace.c,
14188         tagmanager/include/tm_workspace.h,
14189         plugins/editor/aneditor-autocomplete.cxx,
14190         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14191         to return all matching tag types when no name is given instead of
14192         returning empty array.
14193         
14194         * plugins/symbol-browser/Makefile.am,
14195         (added) plugins/symbol-browser/an_symbol.c,
14196         (added) plugins/symbol-browser/an_symbol.h,
14197         plugins/symbol-browser/an_symbol_info.c,
14198         plugins/symbol-browser/an_symbol_info.h,
14199         (added) plugins/symbol-browser/an_symbol_iter.c,
14200         (added) plugins/symbol-browser/an_symbol_iter.h,
14201         plugins/symbol-browser/an_symbol_search.c,
14202         plugins/symbol-browser/an_symbol_view.c,
14203         plugins/symbol-browser/an_symbol_view.h,
14204         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14205         plugins/symbol-browser/plugin.c,
14206         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14207         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14208         plugin and implemented IAnjutaIterable interface for symbol search
14209         and iteration.
14211         * plugins/class-inheritance/Makefile.am,
14212         plugins/class-inheritance/class-inherit.c,
14213         plugins/class-inheritance/class-inherit.h,
14214         plugins/class-inheritance/plugin.h: Use the newly added
14215         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14216         get rid of libanjuta-ctags.la dependencies.
14218 2005-05-02  Naba Kumar  <naba@gnome.org>
14220         * plugins/class-inheritance/class-inherit.c,
14221         plugins/class-inheritance/plugin.c,
14222         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14223         be found for a class. Formated code.
14225         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14226         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14227         of editor tabs.
14228         
14229 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14231         * libanjuta/anjuta-launcher.c:
14232         Keep trying sending data until all bytes have been written
14234         * plugins/tools/anjuta-tools.glade,
14235         plugins/tools/editor.c:
14236         Add a combo box to defined data from stdin
14238         * plugins/tools/execute.c:
14239         Send data in stdin if needed
14240         Code cleanups
14242         * plugins/tools/fileop.c,
14243         plugins/tools/tool.h,
14244         plugins/tools/tool.c:
14245         Store, load and save stdin data
14246         Use tools-2.xml instead of tools.xml
14248         * plugins/tools/plugin.c,
14249         plugins/tools/plugin.h:
14250         Code cleanups
14252         * plugins/tools/dialog.c,
14253         plugins/tools/dialog.h:
14254         Few code cleanups
14256         * plugins/tools/variable.c,
14257         plugins/tools/variable.h:
14258         Add editor related variables
14259         Code cleanups
14261 2005-04-29  Naba Kumar  <naba@gnome.org>
14263         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
14265         * plugins/editor/text_editor.c: Fixed line marker interpretation.
14266         
14267         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14268         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
14269         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
14270         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
14271         working on gdb MI interface. Completed MI parser interface.
14273         Patch from  Massimo Cora <maxcvs@email.it>:
14274         * plugins/class-inheritance/Makefile.am,
14275         plugins/class-inheritance/class-inherit.c,
14276         plugins/class-inheritance/class-inherit.h,
14277         plugins/class-inheritance/plugin.c,
14278         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
14279         Used system theme for colors. Display class members on mouse click.
14280         
14281 2005-04-28  Naba Kumar  <naba@gnome.org>
14283         * plugins/symbol-browser/an_symbol_prefs.c
14284         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
14285         implementation to create/add/remove custom tags files in symbol
14286         brower preferences.
14288         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
14289         EXTRA_DIST.
14291         * plugins/project-import/project-import.c: Fixed memory leaks and
14292         use correct debug prints.
14293         
14294         * TODO.tasks: Updated.
14295         
14296 2005-04-27  Naba Kumar  <naba@gnome.org>
14298         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
14299         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
14300         scintilla/Makefile.am: Fixed 'make distcheck' errors.
14302         * plugins/editor/anjuta-docman.c,
14303         plugins/editor/anjuta-docman.h,
14304         plugins/editor/plugin.c: Emit editor-added signal from docman
14305         and connect signals to new editor correctly.
14307         * plugins/class-inheritance/plugin.c,
14308         plugins/symbol-browser/plugin.c: Added stock icons.
14309         
14310         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14311         plugins/build-basic-autotools/executer.c,
14312         plugins/build-basic-autotools/executer.h: Added missing files
14313         for the execute programs implementation.
14315 2005-04-26  Naba Kumar  <naba@gnome.org>
14316         
14317         * TODO.tasks: Updated.
14319         * plugins/file-loader/plugin.c,
14320         plugins/project-import/anjuta-project-import.plugin.in,
14321         plugins/project-import/plugin.c,
14322         plugins/project-import/project-import.c,
14323         plugins/project-import/project-import.h: Be able to import older
14324         anjuta projects.
14326 2005-04-26  Naba Kumar  <naba@gnome.org>
14328         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
14329         removing it from the shell.
14331         * libanjuta/anjuta-shell.c,
14332         libanjuta/anjuta-shell.h,
14333         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
14334         so that widget additions are freezed or thaw using a pending queue.
14335         Fixded UI flicker while loading projects.
14337 2005-04-26  Naba Kumar  <naba@gnome.org>
14339         * TODO.tasks: Updated.
14340         
14341         * libanjuta/interfaces/libanjuta.idl: Added execute method for
14342         IAnjutaBuildable interface.
14343         
14344         * plugins/build-basic-autotools/Makefile.am,
14345         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14346         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
14347         plugins/build-basic-autotools/build-basic-autotools.c,
14348         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
14349         interface and UI for executing project/file programs. Implemented
14350         IAnjutaFile interface so that executables could be opened directly.
14351         
14352         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
14353         Authors line (Reserved for external plugins, which do not have a way to
14354         show their credits).
14355         
14356         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
14357         [File Loader] group for menu labels (default to "Name" if it is not
14358         defined.
14359         
14360         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
14361         for executing external commands.
14363 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
14365         * plugins/project-wizard/property.c:
14366         Correct a memory leak
14368         * libanjuta/interfaces/libanjuta.idl,
14369         plugins/editor/text_editor.c:
14370         Add erase_all and replace_selection function to IAnjutaEditor
14372         * plugins/tools/anjuta-tools.glade,
14373         plugins/tools/fileop.c,
14374         plugins/tools/editor.c,
14375         plugins/tools/tool.c
14376         plugins/tools/tool.h:
14377         Add shortcut and icon 
14379         * plugins/tools/variable.c,
14380         plugins/tools/variable.h:
14381         Add a variable asking parameters at run time
14383         * plugins/tools/execute.c:
14384         Add a warning message for missing document manager
14385         Add replace buffer and replace selection output
14386         Correct an error in popup output
14388         * plugins/tools/plugin.c,
14389         plugins/tools/plugin.h,
14390         plugins/tools/anjuta-tools.ui,
14391         src/anjuta.ui:
14392         Few clean up
14393         Attach tools menu to a new place
14395 2005-04-25  Naba Kumar  <naba@gnome.org>
14397         * libanjuta/plugins.c, src/about.c, src/about.h,
14398         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
14399         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
14400         plugins (about box for plugins) menu.
14402 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14404         *  plugins/editor/search-replace.c :
14405         Displayed full path in Search pane window. 
14406         Bug 300231 : Selected line in Search pane window .
14407                 
14408 2005-04-23  Naba Kumar  <naba@gnome.org>
14410         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
14412 2005-04-22  Naba Kumar  <naba@gnome.org>
14414         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
14415         
14416         * plugins/project-wizard/templates/java.wiz,
14417         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
14418         to create bytecodes (.class) files.
14419         
14420         * plugins/symbol-browser/an_symbol_info.c,
14421         plugins/symbol-browser/an_symbol_info.h,
14422         plugins/symbol-browser/an_symbol_search.c,
14423         plugins/symbol-browser/an_symbol_view.c,
14424         plugins/symbol-browser/plugin.c,
14425         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
14426         in file symbol list.
14428 2005-04-22  Naba Kumar  <naba@gnome.org>
14430         * TODO.tasks: Updated.
14431         
14432         * plugins/class-inheritance/Makefile.am,
14433         plugins/subversion/Makefile.am: Do not install plugin files when
14434         plugin build condition is false.
14435         
14436         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14437         plugins/build-basic-autotools/build-basic-autotools.c,
14438         plugins/build-basic-autotools/build-basic-autotools.h,
14439         plugins/file-loader/anjuta-loader-plugin.ui,
14440         plugins/file-loader/dnd.c,
14441         plugins/file-loader/plugin.c,
14442         plugins/file-loader/plugin.h,
14443         plugins/project-manager/anjuta-project-manager.ui,
14444         plugins/project-manager/plugin.c: Added open file and build context
14445         menu in project manager context menu.
14447 2005-04-22  Naba Kumar  <naba@gnome.org>
14449         * configure.in: Added message output showing conditional plugins to
14450         build or not.
14451         
14452         * src/layout.xml: Added layout for class-inheritance plugin widget.
14453         
14454         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
14455         plugin name to remove redundant terms.
14456         
14457         * TODO.tasks: Updated.
14458         
14459         * configure.in,
14460         plugins/symbol-browser/Makefile.am,
14461         plugins/symbol-browser/an_symbol_view.c,
14462         (removed) plugins/symbol-browser/sv_class.xpm,
14463         (removed) plugins/symbol-browser/sv_function.xpm,
14464         (removed) plugins/symbol-browser/sv_macro.xpm,
14465         (removed) plugins/symbol-browser/sv_private_fun.xpm,
14466         (removed) plugins/symbol-browser/sv_private_var.xpm,
14467         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
14468         (removed) plugins/symbol-browser/sv_protected_var.xpm,
14469         (removed) plugins/symbol-browser/sv_public_fun.xpm,
14470         (removed) plugins/symbol-browser/sv_public_var.xpm,
14471         (removed) plugins/symbol-browser/sv_static_fun.xpm,
14472         (removed) plugins/symbol-browser/sv_static_var.xpm,
14473         (removed) plugins/symbol-browser/sv_struct.xpm,
14474         (removed) plugins/symbol-browser/sv_unknown.xpm,
14475         (removed) plugins/symbol-browser/sv_variable.xpm,
14476         (added) plugins/symbol-browser/images/.cvsignore,
14477         (added) plugins/symbol-browser/images/Icons.16x16.Class,
14478         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
14479         (added) plugins/symbol-browser/images/Icons.16x16.Field,
14480         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
14481         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
14482         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
14483         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
14484         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
14485         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
14486         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
14487         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
14488         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
14489         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
14490         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
14491         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
14492         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
14493         (added) plugins/symbol-browser/images/Icons.16x16.Method,
14494         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
14495         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
14496         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
14497         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
14498         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
14499         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
14500         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
14501         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
14502         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
14503         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
14504         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
14505         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
14506         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
14507         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
14508         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
14509         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
14510         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
14511         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
14512         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
14513         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
14514         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
14515         pixmaps and added new icons (taken from monodevelop).
14517 2005-04-21  Naba Kumar  <naba@gnome.org>
14519         Patch from  Massimo Cora <maxcvs@email.it>:
14521         * configure.in, plugins/Makefile.am
14522         (new) plugins/class-inheritance/.cvsignore,
14523         (new) plugins/class-inheritance/Makefile.am,
14524         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
14525         (new) plugins/class-inheritance/class-inherit.c,
14526         (new) plugins/class-inheritance/class-inherit.h,
14527         (new) plugins/class-inheritance/plugin.c,
14528         (new) plugins/class-inheritance/plugin.h,
14529         (new) plugins/class-inheritance/class-inheritance.png: Added class
14530         inheritance plugin.
14531         
14532         Changes by naba: Added pkgconfig check for graphviz and conditionally
14533         build graphviz.
14534         
14535         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14537 2005-04-20  Naba Kumar  <naba@gnome.org>
14539         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14540         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14541         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14542         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14543         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14544         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14545         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14546         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14547         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14548         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14549         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14550         
14551         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14552         message view management.
14554         * libanjuta/anjuta-children.[ch],
14555         plugins/build-basic-autotools/build-basic-autotools.c,
14556         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14557         Removed anjuta_children_init() function,
14558         because it is done automatically when first invoked. Introduced
14559         anjuta_children_recover() to recover the child signalling. Fixed
14560         child exit management to correctly recover the exit status.
14561         
14562         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14563         to properly shutdown the launcher and to kill the running process
14564         (without emitting any signal).
14565         
14566         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14567         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14568         gdb and program instance.
14570 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14572         * plugins/editor/search-replace.c :
14573         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14575 2005-04-18  Naba Kumar  <naba@gnome.org>
14577         * TODO.tasks: Marked completed items.
14578         
14579         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14580         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14581         plugins/project-manager/plugin.c: Prompt user for the debugging
14582         target (select from a list of project's executable targets) and
14583         correctly start debugger. Take care of libtool wrapping when the
14584         target selected is libtool target. Fixed debugger menu items
14585         sensitivity.
14587 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
14589         * plugins/tools/execute.c,
14590         plugins/tools/execute.h:
14591         Implement save all files before running a command
14592         Implement all options for stdout and stderr except replace buffer
14593         Allow running several tools
14595         * plugins/tools/plugin.c:
14596         Move anjuta launcher in execute.c
14598         * plugins/tools/tools.h,
14599         plugins/tools/variable.c:
14600         Small changes
14602 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
14604         * plugins/tools/anjuta-tools.glade:
14605         Add new properties in tool editor dialog
14606         Cosmetic improvements
14607         
14608         * plugins/tools/anjuta-tools.ui:
14609         Attach tool menu as a build menu
14611         * plugins/tools/dialog.c:
14612         Set tool menu item sensitivity in tool list
14613         Fix bugs
14615         * plugins/tools/editor.c,
14616         plugins/tools/editor.h,
14617         plugins/tools/fileop.c,
14618         plugins/tools/tool.c,
14619         plugins/tools/tool.h:
14620         Add new properties (active, save file...)
14621         Most of them are still not implemented
14623         * plugins/tools/execute.c,
14624         plugins/tools/execute.h:
14625         Reorganize code to support multiple run
14626         Support run in terminal
14627         
14628         * plugins/tools/plugin.c
14629         plugins/tools/plugin.h:
14630         Move message handling in execute.c
14632         * plugins/tools/variable.h,
14633         plugins/tools/variable.c:
14634         Add useful variables
14635         
14636 2005-04-13  Naba Kumar  <naba@gnome.org>
14638         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14639         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14640         
14641 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14643         * plugins/tools/dialog.c plugins/tools/tool.c :
14644         Fixed bugs.
14646 2005-04-06  Naba Kumar  <naba@gnome.org>
14648         * src/anjuta.c: Load default session only when
14649         "anjuta.session.load.last" preference is enabled.
14650         
14651 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14653         * plugins/tools/Makefile.am,
14654         plugins/tools/variable.c,
14655         plugins/tools/variable.h:
14656         Add new code for handling variables
14658         * plugins/tools/anjuta-tools.glade:
14659         Improve tool editor dialog
14660         Add variable selection dialog
14662         * plugins/tools/dialog.c,
14663         plugins/tools/dialog.h,
14664         plugins/tools/plugin.c,
14665         plugins/tools/plugin.h:
14666         Add variable object
14667         Add a function to get it
14669         * plugins/tools/editor.c:
14670         Add gui code for variable selection dialog
14672         * plugins/tools/execute.c:
14673         Use variables for executing command
14674         
14675         * Naba: Compile warning fixes.
14677 2005-04-06  Naba Kumar  <naba@gnome.org>
14679         * TODO.tasks: Marked completed items.
14680         
14681 2005-04-06  Naba Kumar  <naba@gnome.org>
14683         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14684         compile error.
14685         
14686         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14688 2005-04-04  Naba Kumar  <naba@gnome.org>
14690         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14691         inside Main window.
14692         
14693 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14695         * plugins/tools/Makefile.am,
14696         plugins/tools/anjuta-tools.plugin.in,
14697         plugins/tools/anjuta-tools.ui,
14698         plugins/tools/anjuta-tools.gladei,
14699         plugins/tools/anjuta-tools-plugin.png,
14700         plugins/tools/plugin.c,
14701         plugins/tools/plugin.h,
14702         plugins/tools/dialog.c,
14703         plugins/tools/dialog.h,
14704         plugins/tools/fileop.c,
14705         plugins/tools/fileop.h,
14706         plugins/tools/tool.c,
14707         plugins/tools/tool.h,
14708         plugins/tools/editor.c,
14709         plugins/tools/editor.h,
14710         plugins/tools/execute.c,
14711         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14712         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14713         Not fully working
14715         * anjuta-tools.[ch]: Removed old tools code.
14716         
14717 2005-04-01  Steve Murphy  <murf@e-tools.com>
14719         * configure.in: Added "rw" to ALL_LINGUAS.
14721 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14723         * Modified Files:
14724         manuals/C/anjuta-manual/fileoperations.xml
14725         Added Files:
14726         manuals/C/anjuta-manual/figures/search_expr.png
14727         manuals/C/anjuta-manual/figures/search_expr_basic.png
14728         manuals/C/anjuta-manual/figures/search_file_list.png
14729         manuals/C/anjuta-manual/figures/search_file_pattern.png
14730         manuals/C/anjuta-manual/figures/search_replace.png
14731         manuals/C/anjuta-manual/figures/search_setting.png
14732         manuals/C/anjuta-manual/figures/search_target.png
14733         manuals/C/anjuta-manual/figures/search_target_action.png
14734         manuals/C/anjuta-manual/figures/search_target_in.png
14735         Removed Files:
14736         manuals/C/anjuta-manual/figures/find_files.png
14737         manuals/C/anjuta-manual/figures/find_replace.png
14738         manuals/C/anjuta-manual/figures/find_text.png :
14739         Updated Anjuta manual (File Operations)
14741 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14743         * manuals/C/anjuta-manual/fileoperations.xml,
14744         manuals/C/anjuta-manual/figures/open_file.png,
14745         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14746         manuals/C/anjuta-manual/figures/prefs_print.png,
14747         manuals/C/anjuta-manual/figures/print_dlg.png,
14748         manuals/C/anjuta-manual/figures/print_preview.png.
14749         * Added Files:
14750         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14751         manuals/C/anjuta-manual/figures/display_macro.png,
14752         manuals/C/anjuta-manual/figures/insert_text.png,
14753         manuals/C/anjuta-manual/figures/keyword_macro.png,
14754         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14755         manuals/C/anjuta-manual/figures/save_as_file.png :
14756         Updated Anjuta Manual (File Operations)
14758 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14760         * plugins/editor/action-callbacks.c,
14761           plugins/file-loader/plugin.c,
14762           plugins/gtodo/main.c,
14763           plugins/project-wizard/druid.c:
14764           Fix spelling/grammar errors. Fixes bugs
14765           169068, 169137, 169138, and 169139.
14767 2005-03-21  Naba Kumar  <naba@gnome.org>
14769         Patch from: Massimo Cora' <maxcvs@email.it>:
14770         
14771         * plugins/editor/Makefile.am
14772         plugins/editor/anjuta-docman.c,
14773         (added) plugins/editor/editor-tooltips.c,
14774         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14775         editor tabs to show full path.
14777 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14778         
14779         * plugins/subversion/svn-backend.c:
14780         Removed "apr-0/" from include because this is 
14781         already included in SVN_INCLUDE and broke building if
14782         apr >= 1.0 was installed.
14784 2005-03-18  Naba Kumar  <naba@gnome.org>
14786         Patch from: Massimo Cora' <maxcvs@email.it>:
14788         * plugins/editor/action-callbacks.c,
14789         plugins/editor/aneditor-calltip.cxx,
14790         plugins/editor/aneditor-priv.h,
14791         plugins/editor/aneditor.cxx,
14792         plugins/editor/aneditor.h,
14793         plugins/editor/anjuta-document-manager.ui: Added calltip
14794         activation from menu.
14796 2005-03-16  Naba Kumar  <naba@gnome.org>
14798         Patch from: Massimo Cora' <maxcvs@email.it>:
14799         
14800         * plugins/class-gen/action-callbacks.c,
14801         plugins/class-gen/anjuta-class-gen-plugin.glade,
14802         plugins/class-gen/class_gen.c,
14803         plugins/class-gen/class_gen.h,
14804         plugins/class-gen/class_logo.xpm,
14805         plugins/class-gen/plugin.c: Create files without project
14806         being open. Add to project support. And other enhancements.
14808 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14810         * anjuta.glade,
14811           plugins/debug-manager/utilities.c,
14812           plugins/file-loader/plugin.c,
14813           plugins/gdb/utilities.c,
14814           plugins/profile-default/plugin.c,
14815           plugins/project-import/project-import.c,
14816           src/anjuta-actions.h:
14817           Spelling/grammar fixes.
14819 2005-03-13  Naba Kumar  <naba@gnome.org>
14820         
14821         * plugins/editor/action-callbacks.c,
14822         plugins/editor/action-callbacks.h,
14823         plugins/editor/anjuta-document-manager.ui,
14824         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14825         submenu. Moved menuitems from Format to View->Editor.
14826         
14827         * src/action-callbacks.c, src/action-callbacks.h,
14828         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14829         layout and lock layout menus in View submenu. Get rid of
14830         Settings->Layout Manager menu.
14831         
14832         * plugins/project-import/anjuta-project-import.plugin.in:
14833         Fixed icon name
14835         * global-tags/Makefile.am,
14836         global-tags/create_global_tags.sh,
14837         plugins/editor/aneditor-autocomplete.cxx,
14838         plugins/editor/aneditor-priv.h,
14839         plugins/editor/aneditor.cxx,
14840         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14841         in editor and made it work in global symbols also.
14842         
14843         * src/anjuta-app.c: Always use priority texts besides icons style
14844         for toolbars, because other styles look horible for Anjuta (fixme).
14846 2005-03-11  Naba Kumar  <naba@gnome.org>
14848         * configure.in: Removed test for iconv.
14850         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14851         before scintilla widget is realized.
14852         
14853         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14854         for Update menuitem.
14855         
14856         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14857         already applied in scintilla main stream.
14858         
14859         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14860         and notified scintilla developer.
14861         
14862 2005-03-10  Naba Kumar  <naba@gnome.org>
14864         * src/action-callbacks.c: Removed reference to src/help.h (dead
14865         file).
14867         * plugins/editor/text_editor.c: Removed reference to
14868         src/launcher.h (a dead file).
14870         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14871         src/controls.c, src/controls.h, src/fileselection.c,
14872         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14873         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14874         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14875         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14876         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14877         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14878         Removed these dead files from CVS.
14881 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14883         * plugins/file-wizard/action-callbacks.c : Added error message.
14884         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14887 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14888         
14889         * plugins/cvs-plugin/cvs-callbacks.c
14890         plugins/cvs-plugin/plugin.c:
14891         Fixed preferences page init and busy handling
14892         
14893         * plugins/subversion/plugin.c:
14894         Fixed preferences page init
14896 2005-03-09  Naba Kumar  <naba@gnome.org>
14898         * plugins/Makefile.am, plugins/glade/Makefile.am,
14899         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14900         enabled glade plugin in Anjuta. The plugin is built only when
14901         glade3 is installed.
14902         
14903 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14905         * plugins/project-wizard/templates/java.wiz
14906         plugins/project-wizard/templates/java-logo.png (*)
14907         plugins/project-wizard/templates/java/*
14908         plugins/project-wizard/templates/Makefile.am
14909         configure.in:
14910         
14911         Add Java project type. It generates a autoconf/automake
14912         project which is compiled using gcj. It requires automake 
14913         > 1.4 (1.9 is known to work) to work!
14914         
14915         (*) still awaiting response from the gcj team if we
14916         may use their logo.
14917         
14918 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14919         
14920         * plugins/project-import/*
14921         plugins/Makefile.am
14922         configure.in:
14923         Added project import plugin. Might be a bit buggy and limited
14924         but works for now.
14925         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14926         Icon from old pixmaps dir
14928 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14930         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14931         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14932         Added C Custom_Indent line macro.
14933         Cleaned macros.xml
14935 2005-03-09  Naba Kumar  <naba@gnome.org>
14937         * TODO.tasks: Added new message-manager tasks.
14938         
14939         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14940         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14941         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14942         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14943         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14944         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14945         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14946         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14947         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14948         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14949         
14950         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14951         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14952         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14953         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14954         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14955         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14956         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14957         Removed debugger widgets from shell on debugger shutdown. Added
14958         scrolled windows for docked widgets. Removed unnecessary widget refs
14959         and unrefs. Destroy widgets correctly on debugger shutdown.
14960         
14961         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14962         with project description title. Removed frame shadow.
14963         
14964         * plugins/project-wizard/druid.c: Initializes tooltips.
14965         
14966         * scintilla/Makefile.am: Fixed comiple error.
14968 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14970         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14971           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14973 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14975         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14976         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14977         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14978         plugins/macro/macros.xml, plugins/macro/plugin.c :
14979         Moved cursor at the '|' position defined in macros.
14981 2005-03-07  Naba Kumar  <naba@gnome.org>
14983         * plugins/subversion/Makefile.am: Fixed build error.
14985         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14986         types (perl, python, shellscript).
14987         
14988         * plugins/editor/plugin.c: Fixed to show all highlight options.
14989         
14990 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14992         * TODO.tasks : updated tasks.
14993         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14995 2005-03-07  Naba Kumar  <naba@gnome.org>
14997         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14998         or disable subversion file-manager submenu. If "Subvesion" is also
14999         valid directory, we should also check for it.
15001         * configure.in: Disable cygwin macro until someone fixes the
15002         autoconf warnings.
15003         
15004         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
15005         backward compatibility.
15006         
15007 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15009         * src/about.c : Cleaned code.
15010         * plugins/macro/macros.xml : Added "do_while" C macro.
15011         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
15012         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
15013         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
15014         Closed registers, shared libraries, kernel signals dialogs with ESC key.
15015         
15016 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15018         * plugins/class-gen/plugin.c:
15019         Removed "return" to activate project_root_uri watching.
15021 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
15023         * plugins/Makefile.am
15024         plugins/subversion/*:
15025         Added subversion plugin. Add, Remove, Commit and Update work
15026         everything else needs work.
15027         
15028         * plugins/terminal/terminal.c
15029         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
15030         we still have focus problems with the editor.
15032 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15034         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
15035         
15036 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15038         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
15040 2005-03-04  Naba Kumar  <naba@gnome.org>
15042         Patch from Massimo Cora' <maxcvs@email.it>:
15044         * plugins/class-gen/Makefile.am,
15045         plugins/class-gen/action-callbacks.c,
15046         plugins/class-gen/action-callbacks.h,
15047         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15048         plugins/class-gen/anjuta-class-gen.plugin.in,
15049         plugins/class-gen/class_gen.c,
15050         plugins/class-gen/class_gen.h,
15051         (removed) plugins/class-gen/clsGen.c,
15052         (added) plugins/class-gen/goc_template_header,
15053         (added) plugins/class-gen/goc_template_source,
15054         plugins/class-gen/plugin.c,
15055         plugins/class-gen/plugin.h: Refactored class gen code.
15056         Added GOCBuilder code. Fixed UI. Implemented plugin.
15058 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
15060         * plugins/project-wizard/property.c
15061         plugins/project-wizard/install.c
15062         plugins/project-wizard/druid.c
15063         plugins/editor/goto_line.c
15064         plugins/editor/plugin.c
15065         plugins/gtodo/add_edit_item.c
15066         plugins/gtodo/ligtodo.c
15067         plugins/gtodo/main.c
15068         plugins/gtodo/preferences.c:
15069         Fixed #167559, #167534, #167266, #167357
15070         (Bad English in strings...)
15071         
15072         Thanks to Adam Weinberger and Thierry Moisan for
15073         reporting!
15075 2005-03-03  Naba Kumar  <naba@gnome.org>
15077         * libegg/Makefile.am, libegg/menu/Makefile.am,
15078         (added) libegg/egg-submenu-action.c,
15079         (added) libegg/menu/egg-submenu-action.h: Created a new action for
15080         submenu (used for wizard listing).
15081         
15082         * plugins/file-loader/anjuta-loader-plugin.ui
15083         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
15084         and toolbar.
15085         
15086         * plugins/editor/action-callbacks.c,
15087         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
15088         ctrl+tabbing because it was interfaring with focus navigation.
15089         Focus editor on "Esc" in incremental search entry. Cleanups.
15090         
15091         * plugins/file-manager/an_file_view.c,
15092         plugins/symbol-browser/plugin.c,
15093         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
15094         Cleanups.
15095         
15096         * plugins/profile-default/plugin.c,
15097         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
15098         for sesssion load.
15099         
15100         * (removed) scintilla/patches/a64-crash-fix.patch,
15101         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
15102         scintilla patches.
15104 2005-03-03  Naba Kumar  <naba@gnome.org>
15106         * HACKING: Fixed typos.
15107         
15108         * plugins/editor/aneditor-indent.cxx: Clean up.
15109         
15110         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
15111         Enable/disable save, undo and redo actions depending on state
15112         of the editor.
15113         
15114 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15116         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
15117         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
15118         Displayed search_incremental status.
15120         * Removed plugins/editor/search_incremental.[ch]
15122 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
15123         
15124         * plugins/cvs-plugin/cvs-execute.c
15125         plugins/cvs-plugin/cvs-callbacks.c:
15126         - Use weak reference on mesg_view and reuse tab if
15127         it still exists to avoid cluttering message manager.
15128         - Fixed bug in cvs remove
15129         
15130         README, HACKING: Updated
15131         
15132         configure.in: Added check for libsvn
15134 2005-02-29  Naba Kumar  <naba@gnome.org>
15135         
15136         * plugins/file-manager/an_file_view.c,
15137         plugins/symbol-browser/an_symbol_view.c,
15138         plugins/symbol-browser/plugin.c: Hide column headers (they
15139         are redundant).
15141 2005-02-29  Naba Kumar  <naba@gnome.org>
15143         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15144         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15145         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15146         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15147         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15148         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15149         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15150         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15151         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15152         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15154         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15155         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15156         (added) libanjuta/anjuta-session.[hc],
15157         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15158         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15159         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15160         src/main.c:
15161         
15162         Implemented session management. Implemented session
15163         container class. Added session notifications from shell. Implemented
15164         session save/load in editor, file-loader, default-profile-plugin
15165         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15166         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15167         and maximized states in session. Implemented project session
15168         management.
15170 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15172         * plugins/class-gen/action-callbacks.[ch],
15173         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15174         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15175         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15176         with Escape key.
15178 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15179         
15180         * plugins/project-wizard/anjuta-project-wizard.glade,
15181         plugins/project-wizard/druid.c:
15182         Add some padding in tab label in project selection page
15183         
15184         * plugins/project-wizard/druid.c,
15185         plugins/project-wizard/parser.c:
15186         Search for project template recursively
15187         Add ~/.anjuta/project to the search paths
15189 2005-02-26  Naba Kumar  <naba@gnome.org>
15191         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15192         * plugins/file-loader/plugin.c: Fixed crash bug.
15193         * libanjuta/plugins.c: Fixed memory leak.
15194         
15195 2005-02-26  Naba Kumar  <naba@gnome.org>
15196         
15197         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15198         "UserActivatable" attribute for plugins. This attribute if set to
15199         "no" will prevent users from activating/deactivating it from
15200         plugins dialog. Added a toggle button in plugins dialog to toggle
15201         the plugins list between list of activatable plugins (default) to
15202         list of all plugins. anjuta_plugin_select() now only selects the
15203         plugin. Added anjuta_plugins_select_and_activate() method that will
15204         select and activate it.
15205         
15206         * plugins/profile-default/Makefile.am,
15207         plugins/profile-default/anjuta-default-profile.ui,
15208         plugins/profile-default/plugin.c,
15209         plugins/profile-default/plugin.h,
15210         plugins/project-manager/anjuta-project-manager.ui,
15211         plugins/project-manager/plugin.c,
15212         plugins/project-manager/plugin.h:
15213         
15214         Anjuta projects (*.anjuta) files define the profile of respective
15215         projects. Profile is a set of related plugins required for the
15216         project to open. Moved "close project" action from Project Manager
15217         to Profile Manager plugin. Implemented loading and unloading of
15218         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15219         (instead of Project Manager) now handles opening of *.anjuta files.
15220         Close Project menuitem is now moved to File submenu (being
15221         consistent with Anjuta 1.x versions and avoiding creating Project
15222         submenu when project manager is not loaded).
15223         
15224         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15225         
15226         * src/anjuta.ui: Fixed place holder for projects.
15227         
15228         * (new) plugins/profile-default/default.anjuta: default startup
15229         profile. Removed the hardcoded plugins loading in
15230         DefaultProfilePlugin.
15232         * anjuta.anjuta,
15233         plugins/project-wizard/templates/terminal/project.anjuta:
15234         Implemented project format in newly created projects.
15236         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
15237         plugins/class-gen/anjuta-class-gen.plugin.in,
15238         plugins/cvs-plugin/anjuta-cvs.plugin.in,
15239         plugins/editor/anjuta-document-manager.plugin.in,
15240         plugins/file-loader/anjuta-loader.plugin.in,
15241         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15242         plugins/gdb/anjuta-gdb.plugin.in,
15243         plugins/glade/anjuta-glade.plugin.in,
15244         plugins/message-view/anjuta-message-manager.plugin.in,
15245         plugins/profile-default/anjuta-default-profile.plugin.in,
15246         plugins/project-manager/anjuta-project-manager.plugin.in,
15247         plugins/project-wizard/anjuta-project-wizard.plugin.in:
15248         Defined UserActivatable attributes. Added supported types attribute.
15250         * plugins/project-wizard/anjuta-project-wizard.glade
15251         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
15252         "Project Wizard" in preferences title.
15254         * TODO.tasks: Updated.
15255         
15256         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
15257         Updated.
15258         
15259 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15261         * plugins/file-wizard/anjuta-file-wizard.glade
15262         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
15263         
15264         Integrated License macros, cleaned file.c.
15265         
15266 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
15267         
15268         * plugins/macor/macro-util.c: Fixed crash bugs if email or
15269         username can not be found correctly.
15271 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15273         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
15274         plugins/macro/macros.xml :
15275         
15276         Added Headers macros. Cleaned file.c
15278 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15280         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
15281         plugins/macro/macros.xml :
15282         
15283         Fixed a bug. Added Header macro.
15285         
15286 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15288         * plugins/file-wizard/action-callbacks.c, 
15289         plugins/file-wizard/file.c, plugins/macro/macro-util.c
15290         plugins/macro/macros.xml :
15291         
15292         Added FileName, Header template macros.
15293         
15294 2005-02-24  Naba Kumar  <naba@gnome.org>
15295         
15296         * plugins/patch/patch-plugin.c: Fixed a function call.
15297         
15298         * src/anjuta.c, src/main.c: Save and load default session.
15299         
15300 2005-02-24  Naba Kumar  <naba@gnome.org>
15302         * libanjuta/interfaces/libanjuta.idl,
15303         plugins/message-view/anjuta-msgman.c,
15304         plugins/message-view/anjuta-msgman.h,
15305         plugins/message-view/plugin.c: Added and implemented
15306         set_view_title() method.
15307         
15308         * plugins/build-basic-autotools/build-basic-autotools.c,
15309         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
15310         build context pooling. Maximum 3 contexts are reused. Additional
15311         contexts are created when all are busy.
15313 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15315         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15316         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15317         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
15318         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
15320         Added Copyright, Changelog macros.
15321                 
15322 2005-02-23  Naba Kumar  <naba@gnome.org>
15324         Patch from Massimo Cora' <maxcvs@email.it>:
15325         * plugins/Makefile.am,
15326         plugins/patch/Makefile.am,
15327         (added) plugins/patch/anjuta-patch-plugin.png,
15328         (added) plugins/patch/anjuta-patch.plugin.in,
15329         (added) plugins/patch/anjuta-patch.ui,
15330         plugins/patch/patch-plugin.c,
15331         (added) plugins/patch/patch-plugin.h,
15332         (added) plugins/patch/plugin.c,
15333         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
15334         architecture.
15336 2005-02-23  Naba Kumar  <naba@gnome.org>
15338         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
15339         file-loader/plugin.c, profile-default/plugin.c:
15340         Implemented "activated" and "deactivated" signals for plugin class.
15341         Renamed *_location() functions to *_id(), because location is
15342         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
15343         anjuta_plugins_unload_plugin().
15344         
15345         * class-gen/plugin.c: Fixed complier warning and utility function call.
15346         
15347         * debug-manager/plugin.c: Unload debugger plugin correctly.
15348         
15349         * project-manager/plugin.c:     Fixed compiler warnings.
15350         
15351         * plugins/project-wizard/templates/gnome/.cvsignore,
15352         plugins/project-wizard/templates/gnome/po/.cvsignore,
15353         plugins/project-wizard/templates/gnome/src/.cvsignore,
15354         plugins/project-wizard/templates/gtk/po/.cvsignore,
15355         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
15356         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
15357         
15358         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
15359         build (we need to fix this thing).
15360         
15361 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
15363         * plugins/macro/macro-action.[ch]
15364         plugins/macro/macro-edit.c
15365         plugins/macro/macro-dialog.c
15366         plugins/macro/macro-db.[ch]
15367         plugins/macro/plugin.[ch]
15368         plugins/macro/macro-util.[ch] (added)
15369         
15370         Cleaned up macro plugin and preview expanded macros.
15372 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
15374         * plugins/cvs-plugin/cvs-interface.c:
15376         Fixed option setting when using no compression and not 
15377         ignoring .cvsrc
15379 2005-02-23  Naba Kumar  <naba@gnome.org>
15380         
15381         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
15382         geometry on exit and startup (only if there is no geometry from the
15383         session).
15385         * TODO.tasks: Updated.
15386         
15387         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
15388         
15389         * manuals/reference/libanjuta/Makefile.am,
15390         manuals/reference/libanjuta/libanjuta-docs.sgml,
15391         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
15392         documentation for writing project templates.
15394 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15396         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
15397         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
15398         
15399         Expansion keywords in macros. 
15401 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15403         * plugins/file-wizard/action-callbacks.c,
15404         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
15405         plugins/macro/macros.xml :
15406         
15407         Inserting text by macro plugin
15408         In progress ...
15410 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
15412         * plugins/macro/plugin.c
15413         plugins/cvs-plugin/plugin.c:
15414         
15415         Fixed interfaces (use static)
15417 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
15418         
15419         * plugins/macro/macro-actions.[ch]
15420         plugins/macro/plugin.c
15421         libanjuta/interfaces/libanjuta.idl:
15422         
15423         Implemented IAnjutaMacro interface to be used by file-wizard
15424         
15425         * plugins/cvs-plugin/plugin.c
15426         libanjuta/interfaces/libanjuta.idl:
15427         
15428         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
15429         for all version control systems and not only for cvs.
15431 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15433         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
15434         insert_macro.
15435         
15436         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
15439 2005-02-21  Naba Kumar  <naba@gnome.org>
15441         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
15442         IAnjutaDebugger interface.
15443         
15444         * plugins/debug-manager/anjuta-debug-manager.ui,
15445         plugins/debug-manager/attach_process.c,
15446         plugins/debug-manager/attach_process.h,
15447         plugins/debug-manager/plugin.c,
15448         plugins/debug-manager/plugin.h,
15449         plugins/gdb/actions.c,
15450         plugins/gdb/actions.h,
15451         plugins/gdb/anjuta-gdb-plugin.ui,
15452         plugins/gdb/breakpoints.c,
15453         plugins/gdb/breakpoints.h,
15454         plugins/gdb/debugger.c,
15455         plugins/gdb/debugger.h,
15456         plugins/gdb/memory.c,
15457         plugins/gdb/plugin.c,
15458         plugins/gdb/plugin.h,
15459         plugins/gdb/sharedlib.h,
15460         plugins/gdb/sharedlib_cbs.c,
15461         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
15462         correctly between debug-manager and debugger. Implemented debugger
15463         interface in gdb plugin. Fixed action names. Added UI updating.
15464         Start and stop debugger (does not work yet). Fixed UI merging.
15465         Fixed debugger plugin handling in debug-manager.
15467 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
15469         * plugins/editor/aneditor-autocomplete.cxx:
15470         
15471         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
15472         crash with C++ "template" keyword.
15474 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15476         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15477         Fixed bug (Closed macro dialogs with Esc key).
15478         
15479 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
15480         
15481         * plugins/project-wizard/xlib.wiz,
15482         plugins/project-wizard/xlib-logo.png,
15483         plugins/project-wizard/xlib/*:
15484         Port old xlib anjuta project on new project wizard
15485         
15486         * plugins/project-wizard/xlib-dock.wiz,
15487         plugins/project-wizard/xlib-dock/*:
15488         Port old xlib dock anjuta project on new project wizard
15489         
15490         * plugins/project-wizard/wxwin.wiz,
15491         plugins/project-wizard/wxwin-logo.png,
15492         plugins/project-wizard/wxwin/*:
15493         Port old wxwin anjuta project on new project wizard
15494         
15495         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
15496         necessary changes for the new templates.
15497         
15498 2005-02-18  Naba Kumar  <naba@gnome.org>
15500         * plugins/Makefile.am: Added class-gen
15501         
15502 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
15504         * plugins/project-wizard/header.c:
15505         Fix a bug in sorting of project categories
15507 2005-02-18  Naba Kumar  <naba@gnome.org>
15509         Patch from Massimo Cora  <maxcvs@email.it>:
15510         
15511         * plugins/class-gen/.cvsignore,
15512         plugins/class-gen/Makefile.am,
15513         (added) plugins/class-gen/action-callbacks.c,
15514         (added) plugins/class-gen/action-callbacks.h,
15515         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
15516         (added) plugins/class-gen/class_gen.c,
15517         (added) plugins/class-gen/class_gen.h,
15518         (added) plugins/class-gen/plugin.c,
15519         (added) plugins/class-gen/plugin.h: Ported class wizard to the
15520         new architecture.
15521         
15522         * plugins/project-manager/plugin.c: implemented add_source().
15524 2005-02-17  Naba Kumar  <naba@gnome.org>
15526         * plugins/file-loader/plugin.c: Fixed possible crash.
15527         
15528         * src/action-callbacks.c, src/action-callbacks.h,
15529         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15531 2005-02-17  Naba Kumar  <naba@gnome.org>
15532         
15533         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15534         plugins/project-wizard/templates/gnome.wiz,
15535         plugins/project-wizard/templates/gtk.wiz,
15536         plugins/project-wizard/templates/gtkmm.wiz,
15537         plugins/project-wizard/templates/terminal.wiz,
15538         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15539         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15540         plugins/project-wizard/templates/gnome/src/callbacks.c,
15541         plugins/project-wizard/templates/gnome/src/callbacks.h,
15542         plugins/project-wizard/templates/gnome/src/main.c,
15543         plugins/project-wizard/templates/gtk/src/callbacks.c,
15544         plugins/project-wizard/templates/gtk/src/callbacks.h,
15545         plugins/project-wizard/templates/gtk/src/main.c,
15546         plugins/project-wizard/templates/gtkmm/src/main.cc,
15547         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15548         to generate licence correctly (without any extra newlines). Removed
15549         IncludeGNUHeader macro definition and added proper licence property.
15550         Fixed project directory paths in file contents.
15552 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15554         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15555         Closed macro dialogs with Esc key.
15557 2005-02-16  Naba Kumar  <naba@gnome.org>
15559         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15560         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15561         plugins/project-wizard/templates/gnome/src/callbacks.c,
15562         plugins/project-wizard/templates/gnome/src/callbacks.h,
15563         plugins/project-wizard/templates/gnome/src/main.c,
15564         plugins/project-wizard/templates/gtk/src/main.c,
15565         plugins/project-wizard/templates/gtkmm/src/main.cc,
15566         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15567         macros to avoid blank newlines.
15569 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
15571         * plugins/project-wizard/autogen.c:
15572         Correct a problem when having property value in UTF-8
15574         * plugins/project-wizard/druid.c:
15575         Correct a bug when reselecting a new project (all pages
15576         must be removed)
15578         * plugins/project-wizard/property.c:
15579         Avoid having default invalid properties
15581         * plugins/project-wizard/templates/terminal.wiz,
15582         plugins/project-wizard/templates/terminal/po/ChangeLog,
15583         plugins/project-wizard/templates/terminal/src/main.c:
15584         Remove command for testing run function
15585         Move destination directory to second page and include
15586         project name. Add exist tag. Remove unused properties.
15588 2005-02-16  Naba Kumar  <naba@gnome.org>
15590         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15591         plugins/debug-manager/anjuta-debug-manager.ui,
15592         plugins/debug-manager/plugin.c,
15593         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15594         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15595         plugins/gdb/plugin.h, plugins/gdb/registers.c,
15596         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15597         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15598         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15599         (removed) src/anjuta_info.c,
15600         (removed) src/anjuta_info.h,
15601         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15602         (added) plugins/gdb/anjuta-gdb-plugin.ui,
15603         (added) plugins/gdb/actions.c,
15604         (added) plugins/gdb/actions.h: Completed initial
15605         porting of debugger to new architecture. Fixed many of the debugger
15606         functions.
15608         * plugins/file-loader/plugin.c: Detect some important mime ourself
15609         to avoid inconsistencies when mime system isn't working.
15610         
15611 2005-02-16  Naba Kumar  <naba@gnome.org>
15613         * plugins/editor/Makefile.am,
15614         (added) plugins/editor/aneditor-autocomplete.cxx,
15615         (added) plugins/editor/aneditor-calltip.cxx,
15616         (added) plugins/editor/aneditor-indent.cxx,
15617         (added) plugins/editor/aneditor-priv.h,
15618         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15619         different smaller chunks to make it easy to maintain.
15621 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15623         * plugins/project-wizard/druid.c :
15624         
15625         Found system Email address if not defined in Preferences.
15627 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15628         
15629         * plugins/project-wizard/gtkmm.wiz
15630         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15631         plugins/project-wizard/gtkmm/*
15632         
15633         Added GTKmm (C++) project type
15635 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15637         * plugins/message-view/plugin.c
15638         plugins/message-view/message-view.c
15639         TODO.gtodo:
15640         Implemented next/prev action
15642 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15644         * plugins/project-wizard/templates/libglade2.* :
15645         Removed libglade2 project.
15646         
15647         * plugins/project-wizard/templates/gtk* :
15648         Removed interface.[ch] & support.[ch].
15649         
15650 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15652         * plugins/project-wizard/anjuta-project-wizard.glade,
15653         plugins/project-wizard/property.[ch],
15654         plugins/project-wizard/templates/anjuta-plugin.wiz :
15655         Added a new property ("iconfile").
15657 2005-02-14  Naba Kumar  <naba@gnome.org>
15659         * plugins/project-wizard/install.c,
15660         plugins/project-wizard/plugin.c,
15661         plugins/project-wizard/templates/anjuta-plugin.wiz,
15662         plugins/project-wizard/templates/gnome.wiz,
15663         plugins/project-wizard/templates/gtk.wiz,
15664         plugins/project-wizard/templates/libglade2.wiz,
15665         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15666         newly created projects and open them. Fixed message buffering in
15667         wizard.
15669 2005-02-14  Naba Kumar  <naba@gnome.org>
15671         * src/about.c, pixmaps/Makefile.am,
15672         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15673         
15674         * mime/gnome-mime-application-x-anjuta.png,
15675         pixmaps/anjuta_icon.png,
15676         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15677         done by 9-speed at:
15678         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15679         
15680 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15682         * configure.in,
15683         plugins/project-wizard/templates/libglade2-logo.png,
15684         plugins/project-wizard/templates/libglade2.wiz,
15685         plugins/project-wizard/templates/libglade2/* :
15686         Add Glade2 project
15689 2005-02-14  Naba Kumar  <naba@gnome.org>
15691         * TODO.tasks: Updated.
15692         
15693         * plugins/editor/anjuta-docman.c,
15694         plugins/editor/text_editor.c,
15695         plugins/editor/text_editor.h,
15696         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15697         for file modification, but it is still not functioning.
15699 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15701         * plugins/project-wizard/values.c,
15702         plugins/project-wizard/values.h,
15703         plugins/project-wizard/property.c,
15704         plugins/project-wizard/property.h,
15705         plugins/project-wizard/druid.c:
15706         Rewrite mandatory property check
15707         Add check of exist property
15708         Rewrite handling of cached property page
15710 2005-02-13  Naba Kumar  <naba@gnome.org>
15712         Patch from Igor Kovalenko  <garrison@mail.ru>:
15713         * tagmanager/tm_workspace.c: Improved performance.
15715 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15717         *plugins/project-wizard/templates/*.wiz,
15718         plugins/project-wizard/druid.c,
15719         plugins/project-wizard/templates/terminal/src/main.c,
15720         plugins/project-wizard/templates/gtk/src/*.[ch],
15721         plugins/project-wizard/templates/gtk/src/Makefile.am,
15722         plugins/project-wizard/templates/gnome/src/*.[ch],
15723         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15724         Add Copyright date & Email address,
15725         Correct terminal project.
15726         
15727 2005-02-12  Naba Kumar  <naba@gnome.org>
15729         * plugins/project-wizard/property.c: Fixed hidden
15730         properties to take values.
15732         * plugins/project-wizard/file.[ch]: Renamed
15733         true/false enum values to fix compile error
15734         (conflict with other definition).
15735         
15736         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15737         even when mime type detection fails (for example, when Anjuta is
15738         installed in non-system prefix).
15740 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15742         * plugins/project-wizard/values.c,
15743         plugins/project-wizard/values.h:
15744         Rewrite file with more comments
15746         * plugins/project-wizard/druid.c,
15747         plugins/project-wizard/druid.h,
15748         plugins/project-wizard/autogen.c,
15749         plugins/project-wizard/autogen.h,
15750         plugins/project-wizard/druid.c,
15751         plugins/project-wizard/druid.h:
15752         Add more comments
15753         Use values instead of properties
15754         Move default properties to druid.c
15756         * plugins/project-wizard/install.c,
15757         plugins/project-wizard/install.h:
15758         Use values instead of properties
15759         Add a check to avoid overwriting files
15761         * plugins/project-wizard/parser.c,
15762         plugins/project-wizard/property.c,
15763         plugins/project-wizard/property.h:
15764         Update to use new values
15765         Add an "exist" attribute to check if a directory already exist
15767         * plugins/project-wizard/anjuta-project-wizard.glade:
15768         Change project selection page (GtkTextView => GtkLabel,
15769         GtkTable => GtkVBox)
15771         * plugins/project-wizard/templates/terminal.wiz:
15772         Move destination directory on second page
15773         
15774         * plugins/project-wizard/action.c:
15775         Add a few comments
15777 2005-02-12  Naba Kumar  <naba@gnome.org>
15779         * plugins/file-manager/an_file_view.c,
15780         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15781         views. Created dynamic update date of view depending on project
15782         changes -- similar to file-manager view.
15783         
15784         * plugins/devhelp/plugin.c: Load help on idle.
15785         
15786         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15787         autoformat' to proper location in preferences.
15788         
15789         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15790         compatibility.
15791         
15792         * plugins/editor/plugin.c: Fixed accel name.
15794 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15796         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15797         plugins/project-wizard/templates/gnome.wiz,
15798         plugins/project-wizard/templates/gtk.wiz,
15799         plugins/project-wizard/anjuta-project-wizard.glade,
15800         plugins/project-wizard/autogen.c:
15801         Add Username & Email address in Project preferences.
15803 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15805         *plugins/project-wizard/templates/gnome-logo.png,
15806         plugins/project-wizard/templates/gnome.wiz,
15807         plugins/project-wizard/templates/gnome/* :
15808         Add Gnome project
15810 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15812         * plugins/project-wizard/templates/terminal/src/main.c, 
15813         plugins/project-wizard/templates/terminal/src/main.c,
15814         plugins/project-wizard/templates/terminal/src/main.[ch] :
15815         Insert License in projects
15816         
15817 2005-02-11  Naba Kumar  <naba@gnome.org>
15819         * TODO.tasks: Added message manager task.
15820         
15821         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15822         
15823         * plugins/editor/plugin.c: Use bookmark stock icons.
15824         
15825         * plugins/message-view/anjuta-message-manager.ui,
15826         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15828 2005-02-10  Naba Kumar  <naba@gnome.org>
15830         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15831         
15832 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15834         * global-tags/Makefile.am
15835         Error during 'make install'
15837 2005-02-09  Naba Kumar  <naba@gnome.org>
15839         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15840         missing file.
15841         
15842 2005-02-08  Naba Kumar  <naba@gnome.org>
15844         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15845         
15846         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15847         Show busy cursur when updating global tags in preferences.
15849         * configure.in: Fixed.
15850         
15851 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15853         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15854           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15855          
15856         - Fixed anjuta-plugin project (glade)
15858 2005-02-08  Naba Kumar  <naba@gnome.org>
15860         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15861         Fixed automatic indentations.
15863         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15864         Global tags are now segregated into smaller api tags, which can be
15865         selectively loaded from symbol browser preferences.
15867         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15868         Implemented IProjectManager interface in project-manager. Mostly getter
15869         methods for now, but need to add add() and remove() methods to add
15870         or remove project elements.
15872         * plugins/gdb/debug_tree.c: Small fix.
15874         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15875         plugins/symbol-browser/an_symbol_info.c,
15876         plugins/symbol-browser/an_symbol_info.h,
15877         plugins/symbol-browser/an_symbol_search.c,
15878         plugins/symbol-browser/an_symbol_search.h,
15879         plugins/symbol-browser/an_symbol_view.c,
15880         plugins/symbol-browser/an_symbol_view.h,
15881         plugins/symbol-browser/plugin.c,
15882         plugins/symbol-browser/plugin.h,
15883         tagmanager/c.c,
15884         tagmanager/entry.h,
15885         tagmanager/tm_project.c,
15886         tagmanager/tm_symbol.c,
15887         tagmanager/tm_tag.c,
15888         tagmanager/tm_workspace.c,
15889         tagmanager/vstring.c,
15890         tagmanager/include/tm_tag.h,
15891         tagmanager/include/tm_workspace.h:
15892         
15893         - Fixed tagmanager parsing of source files to parse for typedefines and
15894         properly record element scopes. Implemented scope autocompletion
15895         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15896         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15897         patch list (author is unknown).
15898         - Implemented symbol-browser preferences for dynamically loading and
15899         saving tags API segments.
15900         - Fixed symbol-search to use tagmanager directly instead of depending
15901         on symbol-view for tags list.
15902         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15903         - Fixed TMSymbol to create the complete tags tree instead of letting the
15904         symbol-view created the root nodes.
15905         - Changed project tags cache name to .tm_project2.cache because the
15906         newer format records additional scope information.
15907         
15908 2005-02-07  Naba Kumar  <naba@gnome.org>
15910         * plugins/editor/style-editor.c,
15911         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15912         and GtkFontButton instead of deprecated widgets in
15913         style editor.
15914         
15915 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15917         * plugins/project-wizard/action.c,
15918         plugins/project-wizard/action.h,
15919         plugins/project-wizard/autogen.c,
15920         plugins/project-wizard/autogen.h,
15921         plugins/project-wizard/file.c,
15922         plugins/project-wizard/file.h,
15923         plugins/project-wizard/install.c,
15924         plugins/project-wizard/install.h,
15925         plugins/project-wizard/parser.h,
15926         plugins/project-wizard/parser.c,
15927         plugins/project-wizard/property.c,
15928         plugins/project-wizard/property.h,
15929         plugins/project-wizard/plugin.h,
15930         plugins/project-wizard/plugin.c,
15931         plugins/project-wizard/values.c,
15932         plugins/project-wizard/values.h:
15933         Replace C++ comments by C comments
15935         * plugins/project-wizard/autogen.c,
15936         plugins/project-wizard/autogen.h:
15937         Add a run time check of autogen version.
15938         Add UserName variable.
15940         * plugins/project-wizard/anjuta-project-wizard.glade,
15941         plugins/project-wizard/header.c,
15942         plugins/project-wizard/druid.c,
15943         plugins/project-wizard/druid.h:
15944         Sort project in alphabetic order.
15945         Correct selection troubles in notebooks.
15947         * plugins/project-wizard/parser.c:
15948         Add some check when reading the project header block.
15950 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15952         * plugins/project-wizard/action.c,
15953         plugins/project-wizard/action.h,
15954         plugins/project-wizard/autogen.c,
15955         plugins/project-wizard/autogen.h,
15956         plugins/project-wizard/file.c,
15957         plugins/project-wizard/file.h,
15958         plugins/project-wizard/install.c,
15959         plugins/project-wizard/parser.h,
15960         plugins/project-wizard/parser.c,
15961         plugins/project-wizard/property.c,
15962         plugins/project-wizard/property.h,
15963         plugins/project-wizard/values.c,
15964         plugins/project-wizard/values.h,
15965         Add a space between function name and open.
15967         * plugins/project-wizard/plugin.h,
15968         plugins/project-wizard/plugin.c,
15969         plugins/project-wizard/install.c,
15970         Avoid a crash if the user close the message view used by the .
15972         * plugins/project-wizard/anjuta-project-wizard,
15973         plugins/project-wizard/druid.c,
15974         plugins/project-wizard/druid.h,
15975         plugins/project-wizard/header.h,
15976         plugins/project-wizard/header.c,
15977         Add a text view with the description of each.
15978         Add a tab for each project.
15979         Replace some C++ comments to C comments.
15981 2005-02-05  Naba Kumar  <naba@gnome.org>
15983         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15984         New icon from Sebastien Granjoux .
15985         
15986 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15988         * libanjuta/anjuta-preferences.c:
15989         Set file property even without a focus out event (file selected 
15990         the browse dialog)
15992 2005-02-04  Naba Kumar  <naba@gnome.org>
15994         * plugins/glade/plugin.c: Fixed glade function calls.
15995         * configure.in: Fixed a typo.
15996         * TODO.tasks: Updated.
15998 2005-02-03  Naba Kumar  <naba@gnome.org>
16000         * plugins/project-manager/plugin.c: Fixed memory corruption.
16002         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
16003         build error.
16004         
16005         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
16006         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
16007         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
16008         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
16010         * libanjuta/interfaces/libanjuta.idl,
16011         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
16012         interface.
16013         
16014         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
16016         Patch from Massimo Cora <maxcvs@email.it>:
16017         * plugins/editor/plugin.c: Fixed update UI for created buffers.
16018         
16019 2005-02-01  Naba Kumar  <naba@gnome.org>
16021         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
16022         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
16023         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
16024         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
16025         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
16026         from sourceforge -- a64 crash fixes (correct typing for GType)
16027         and fixes compile errors in sun.
16029         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
16030         paste (shift+insert) in terminal.
16032 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
16034         * configure.in: Add «nb» to ALL_LINGUAS.
16036 2005-02-01  Naba Kumar  <naba@gnome.org>
16038         * TODO.tasks, TODO: Updated todo tasks.
16039         
16040         * plugins/editor/anjuta-document-manager.glade: Improved search
16041         relace dialog.
16042         
16043         * TODO.tasks: Fixed xml format.
16044         
16045         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16046         work yet).
16047         
16048         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16049         cleanups.
16050         
16051         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16052         format during save (removed unwanted text nodes). Fixed scrollbars.
16054 2005-01-31  Naba Kumar  <naba@gnome.org>
16056         * libanjuta/interfaces/libanjuta.idl,
16057         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16058         Implemented append() method for IAnjutaEditor interface and fixed
16059         various bugs with text insertions (cvs diff and macro insertions).
16060         
16061         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
16062         automatic indentation.
16063         
16064         * plugins/editor/action-callbacks.c,
16065         plugins/editor/action-callbacks.h,
16066         plugins/editor/anjuta-docman.c,
16067         plugins/editor/anjuta-document-manager.ui,
16068         plugins/editor/plugin.c,
16069         plugins/editor/text_editor.c,
16070         plugins/editor/text_editor.h,
16071         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
16072         Fixed highlight issues.
16074         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
16075         macro.
16076         
16077         * plugins/symbol-browser/an_symbol_view.c: Force update project.
16079         * data/properties/*: Updated properties files from scite. Created
16080         styles.properties to override the scite styles.
16081         
16082         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
16084         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
16085         
16086 2005-01-30  Naba Kumar  <naba@gnome.org>
16088         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
16089         unused definitions.
16090         
16091         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
16092         
16093         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
16094         plugins/editor/text_editor.c,
16095         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
16096         fixed linuwidth preference setting, fixed insert text interface
16097         implementation. Improved automatice-indentation for cpp lexer.
16098         
16099         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
16101 2005-01-29  Naba Kumar  <naba@gnome.org>
16103         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
16104         option in update dialog as default. Improved import dialog. Sized
16105         log dialog.
16107         * configure.in: Fixed underquoted warning from autoconf.
16108         
16109         * plugins/editor/action-callbacks.c,
16110         plugins/editor/aneditor.cxx,
16111         plugins/editor/aneditor.h,
16112         plugins/editor/anjuta-document-manager.glade,
16113         plugins/editor/plugin.c,
16114         plugins/editor/plugin.h,
16115         plugins/editor/text_editor.c,
16116         plugins/editor/text_editor.h,
16117         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
16118         for Editor and fixed all preferences syncronization and notifys for
16119         visible prefs (in editor preferences page).
16120         
16121         * plugins/file-loader/plugin.c: Load recent files on idle.
16123 2005-01-28  Naba Kumar  <naba@gnome.org>
16125         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16126         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
16128         * plugins/editor/action-callbacks.c,
16129         plugins/editor/action-callbacks.h,
16130         plugins/editor/aneditor.cxx,
16131         plugins/editor/aneditor.h,
16132         plugins/editor/anjuta-document-manager.ui,
16133         plugins/editor/plugin.c,
16134         plugins/editor/text_editor.c,
16135         plugins/editor/text_editor.h,
16136         plugins/editor/text_editor_cbs.c,
16137         plugins/editor/text_editor_cbs.h,
16138         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16139         Text editor.
16141         Patch from Massimo Cora <maxcvs@email.it>:
16142         * plugins/editor/an_symbol_search.c,
16143         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16144         
16145 2005-01-27  Naba Kumar  <naba@gnome.org>
16146         
16147         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16148         minimum size request to 200.
16150         * plugins/symbol-browser/an_symbol_info.c,
16151         plugins/symbol-browser/an_symbol_info.h,
16152         plugins/symbol-browser/an_symbol_search.c,
16153         plugins/symbol-browser/an_symbol_search.h,
16154         plugins/symbol-browser/an_symbol_view.c,
16155         plugins/symbol-browser/an_symbol_view.h,
16156         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16157         pixbuf retrieval. Fixed runtime warning. Code clean up.
16159 2005-01-27  Naba Kumar  <naba@gnome.org>
16161         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16162         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16163         (new) plugins/glade/Makefile.am,
16164         (new) plugins/glade/anjuta-glade-plugin.png,
16165         (new) plugins/glade/anjuta-glade.plugin.in,
16166         (new) plugins/glade/anjuta-glade.ui,
16167         (new) plugins/glade/plugin.c,
16168         (new) plugins/glade/plugin.h,
16169         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16170         now until glade3 works properly.
16172         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16173         they are generated.
16174         
16175 2005-01-26  Naba Kumar  <naba@gnome.org>
16177         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16178         Added mime icon for anjuta projects.
16179         
16180         patch from Massimo Cora <maxcvs@email.it>:
16181         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16182         an_symbol_search.h, an_symbol_view.c, plugin.c:
16183         Fix/implement objects destroying/freeing.
16185 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16186         
16187         * src/action-callback.[ch], src/anjuta-actions.h:
16188         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16189         because it has not been updated for years and we know have a devhelp plugin
16190         which can do the job much better.
16191         * TODO.tasks: Updated done items
16193 2005-01-25  Naba Kumar  <naba@gnome.org>
16195         * autogen.sh: Fixed to generate interface files.
16197         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16198         session save filenames.
16199         
16200         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16201         
16202 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16204         * plugins/project-wizard/Makefile.am,
16205         plugins/project-wizard/install.c,
16206         plugins/project-wizard/install.h,
16207         plugins/project-wizard/parser.c,
16208         plugins/project-wizard/parser.h,
16209         plugins/project-wizard/templates/terminal.wiz:
16210         Add action list block in wizard template
16211         * plugins/project-wizard/file.c,
16212         plugins/project-wizard/autogen.c:
16213         Small fixes
16215 2005-01-23  Naba Kumar  <naba@gnome.org>
16217         * configure.in: Fixed build error.
16219 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16221         * plugins/project-wizard/druid.c,
16222         plugins/project-wizard/parser.c,
16223         plugins/project-wizard/property.c: Rewrite parser with
16224         better error handling
16226 2005-01-22  Naba Kumar  <naba@gnome.org>
16228         * plugins/symbol-browser/plugin.c: Changed c++ coments
16229         to c commnets and formated code to anjuta coding styles.
16230         
16231 2005-01-21  Naba Kumar  <naba@gnome.org>
16233         * configure.in, autogen.sh: Fixed build errors in newer automake.
16234         
16235         * plugins/editor/anjuta-docman.c: Do not emit change editor
16236         signal while in dispose.
16238         Patch from: Massimo Corà <maxcvs@email.it>
16239         * plugins/symbol-browser/Makefile.am,
16240         plugins/symbol-browser/an_symbol_view.c,
16241         plugins/symbol-browser/an_symbol_view.h,
16242         plugins/symbol-browser/plugin.c,
16243         plugins/symbol-browser/plugin.h,
16244         plugins/symbol-browser/test-symbol-browser.c,
16245         (new) plugins/symbol-browser/an_symbol_info.c,
16246         (new) plugins/symbol-browser/an_symbol_info.h,
16247         (new) plugins/symbol-browser/an_symbol_search.c,
16248         (new) plugins/symbol-browser/an_symbol_search.h:
16249         Added a cool real-time symbol-search-view in symbol browser.
16251 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
16252         
16253         * plugin/macro/plugin.c
16254         plugin/macro/anjuta-macro-plugin.ui
16255         plugin/macro/macro-db.[ch]
16256         plugin/macro/macro-dialog.[ch]
16257         plugin/macro/macro-actions.[ch]
16258         plugin/macro/macro-edit.[ch]
16259         plugin/macro/plugin.[ch]:
16260         
16261         Implemented three menu items as Naba proposed:
16262         Edit->Macro->
16263                 Insert Macro: Pops of a border-less window to enter a shortcut
16264                 Add Macro: Same as Manage Macro => New
16265                 Manage Macros: Full-features macro dialog
16267 2005-01-20  Naba Kumar  <naba@gnome.org>
16269         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
16270         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
16271         libanjuta/anjuta-shell.h,
16272         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
16273         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16274         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
16275         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16276         src/main.c, src/shell.c: Implemented command line args processing
16277         and session management. Fixed geometry restoration.
16279 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
16280         
16281         * plugins/macro/macro-db.c,
16282         plugins/macros.xml:
16283         Cleaned up XML interface and use attributes now for name, category and 
16284         shortcut. CDATA is used to avoid xml errors inside of macros.
16286 2005-01-19  Naba Kumar  <naba@gnome.org>
16288         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
16290 2005-01-18  Naba Kumar  <naba@gnome.org>
16291         
16292         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
16293         to work.
16295         * scintilla/*: Updated scintilla to current cvs and updated
16296         scintilla patches.
16297         
16298 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16299         
16300         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
16301         plugins/cvs-plugin/cvs-actions.c:
16302         Added "Whole project" infrastructure but it does not
16303         work because I did not find a way to get the current project's
16304         root dir.
16306 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16308         * plugins/cvs-plugin/Makefile.am
16309         plugins/cvs-plugin/anjuta-cvs.plugin.in
16310         plugins/cvs-plugin/cvs-actions.c
16311         plugins/cvs-plugin/cvs-callbacks.c
16312         plugins/cvs-plugin/cvs-interface.[ch] (added)
16313         plugins/cvs-plugin/plugin.c:
16314         
16315         Added IAnjutaCVS interface and improved cvs plugin. There
16316         is still some work to do on cvs import and to add a current
16317         project toggle.
16319 2005-01-17  Naba Kumar  <naba@gnome.org>
16321         * plugins/editor/aneditor.cxx: Fixed auto indentation.
16322         
16323         * configure.in: Fixed build errors.
16325         * data/Makefile.am,     (removed) data/README.stock_libs,
16326         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
16327         (removed) data/header.c, (removed) data/stock_libs.anj,
16328         (removed) data/x-anjuta-project.desktop,
16329         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
16331         * libanjuta/anjuta-plugin-description.c,
16332         libanjuta/anjuta-shell.c: Updated documentations.
16334         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
16335         
16336         * libanjuta/anjuta-launcher.c,
16337         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
16338         x86_64 systems.
16340 2005-01-17  Naba Kumar  <naba@gnome.org>
16341         
16342         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16343         plugins/project-wizard/templates/gtk.wiz,
16344         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
16345         Updated templates to new format.
16346         
16347         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16348         * plugins/project-wizard/druid.c,
16349         plugins/project-wizard/parser.c,
16350         plugins/project-wizard/property.c,
16351         plugins/project-wizard/property.h,
16352         plugins/project-wizard/templates/terminal.wiz,
16353         plugins/project-wizard/templates/terminal/AUTHORS,
16354         plugins/project-wizard/templates/terminal/ChangeLog,
16355         plugins/project-wizard/templates/terminal/NEWS,
16356         plugins/project-wizard/templates/terminal/README,
16357         plugins/project-wizard/templates/terminal/project.anjuta,
16358         plugins/project-wizard/templates/terminal/src/main.c:
16359         Moveed code related to property types from druid.c and parser.c to 
16360         property.c. Changed tag from "<string ..." to
16361         "<property type="string..."     and so on. Rewrite parser
16362         (warning still in progress). Added list property. Changed
16363         terminal project to avoid using autogen on some file (much 
16364         faster) using the autogen attribute. Add a license list box in
16365         terminal project (just as an example). _label in item list is
16366         optional now.
16368 2005-01-16  Naba Kumar  <naba@gnome.org>
16370         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
16371         plugins/edtior/anjuta-docman.c: Fixed build errors.
16372         
16373         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
16374         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
16375         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
16376         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
16377         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
16378         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
16379         libanjuta/resources.h,
16380         plugins/build-basic-autotools/build-basic-autotools.c,
16381         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16382         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
16383         plugins/gtodo/plugin.c, src/Makefile.am,
16384         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16385         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
16386         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
16387         should be handled in respective plugins. Added API documentations.
16389         * libanjuta-docs.sgml, libanjuta-sections.txt,
16390         libanjuta.types,
16391         (added) tmpl/anjuta-debug.sgml,
16392         (added) tmpl/anjuta-launcher.sgml,
16393         tmpl/anjuta-plugin.sgml,
16394         tmpl/anjuta-preferences.sgml,
16395         tmpl/anjuta-shell.sgml,
16396         (added) tmpl/anjuta-status.sgml,
16397         (removed) tmpl/anjuta-stock.sgml,
16398         tmpl/anjuta-utils.sgml,
16399         (removed) tmpl/defaults.sgml,
16400         (removed) tmpl/fileselection.sgml,
16401         (removed) tmpl/gnomefilelist.sgml,
16402         tmpl/ianjuta-buildable.sgml,
16403         (added) tmpl/ianjuta-debugger-manager.sgml,
16404         (added) tmpl/ianjuta-debugger.sgml,
16405         tmpl/ianjuta-document-manager.sgml,
16406         tmpl/ianjuta-editor.sgml,
16407         tmpl/ianjuta-file.sgml,
16408         tmpl/ianjuta-loader.sgml,
16409         tmpl/ianjuta-markable.sgml,
16410         tmpl/ianjuta-message-view.sgml,
16411         (added) tmpl/ianjuta-project-manager.sgml,
16412         (added) tmpl/ianjuta-todo.sgml,
16413         (added) tmpl/ianjuta-wizard.sgml,
16414         tmpl/libanjuta-iface-marshallers.sgml,
16415         tmpl/libanjuta-unused.sgml,
16416         (removed) tmpl/pixmaps.sgml,
16417         tmpl/plugins.sgml,
16418         (removed) tmpl/properties.sgml,
16419         tmpl/resources.sgml: Updated API documentations.
16421 2005-01-15  Naba Kumar  <naba@gnome.org>
16423         * libanjuta/anjuta-launcher.c: Added API docs.
16424         
16425         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16426         plugins/project-wizard/templates/gtk.wiz,
16427         plugins/project-wizard/templates/terminal.wiz,
16428         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16429         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16430         plugins/project-wizard/templates/gtk/src/main.c,
16431         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
16432         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
16433         template files.
16435         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
16436         * plugins/project-wizard/anjuta-project-wizard.glade,
16437         plugins/project-wizard/autogen.c,
16438         plugins/project-wizard/druid.c,
16439         plugins/project-wizard/druid.h,
16440         plugins/project-wizard/file.c,
16441         plugins/project-wizard/file.h,
16442         plugins/project-wizard/install.c,
16443         plugins/project-wizard/parser.c,
16444         plugins/project-wizard/plugin.c,
16445         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
16446         setting the default project directory. Fix HIDDEN property, it's
16447         working but I think we could make this cleaner. Removed the
16448         copy of the string in mandatory_property. Add an optional autogen
16449         attribute, to force or avoid using autogen on some files, default
16450         without any attribute is autodetect.+ Replace the script tag with
16451         a normal file tag and an attribute execute.
16452         
16453 2005-01-14  Naba Kumar  <naba@gnome.org>
16455         * plugins/editor/action-callbacks.c,
16456         plugins/editor/search_incremental.c,
16457         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
16458         works now.
16459         
16460         * plugins/editor/plugin.c, plugins/editor/plugin.h,
16461         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
16462         tabs.
16464 2005-01-12  Naba Kumar  <naba@gnome.org>
16466         * configure.in,
16467         plugins/project-wizard/templates/Makefile.am,
16468         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
16469         plugins/project-wizard/templates/anjuta-plugin.wiz,
16470         (added) plugins/project-wizard/templates/gtk-logo.png,
16471         (added) plugins/project-wizard/templates/gtk.wiz,
16472         (added) plugins/project-wizard/templates/terminal-logo.png,
16473         plugins/project-wizard/templates/terminal.wiz,
16474         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16475         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16476         (added) plugins/project-wizard/templates/gtk/.cvsignore,
16477         (added) plugins/project-wizard/templates/gtk/Makefile.am,
16478         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
16479         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
16480         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16481         (added) plugins/project-wizard/templates/gtk/src/main.c,
16482         (added) plugins/project-wizard/templates/gtk/src/project.glade,
16483         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
16484         GTK+ project templated and fixed other templates. Updated template
16485         logos.
16487 2005-01-12  Naba Kumar  <naba@gnome.org>
16489         * plugins/macro/anjuta-macro.glade: Improved GUI.
16490         
16491 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
16493         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
16494         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
16495         * plugins/cvs-plugin/cvs.[ch] (removed)
16496         Removed old unused files
16497         
16498         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
16499         * plugins/cvs-plugin/cvs-actions.c
16500         * plugins/cvs-plugin/Makefile.am:
16501         Seperate callback functions for better error
16502         handling. Cleaned up code.
16503         
16504         * plugins/macro/macros.xml: removed corrupt cvs
16505         macros for now.
16507 2005-01-10  Naba Kumar  <naba@gnome.org>
16509         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
16510         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
16511         and leaks.
16513 2005-01-09  Naba Kumar  <naba@gnome.org>
16515         * libegg/egg-recent-action.c, libegg/test-actions.c,
16516         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
16517         recent files models.
16518         
16519         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
16520         two models -- one for projects and other for regular files and show
16521         both in recent files menu. Changed recent files group from "anjuta"
16522         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
16523         when adding the URI in recent files.
16524         
16525         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
16526         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
16527         * plugins/macro/macro-dialog.c: Fixed dispose() method.
16528         * plugins/macro/macros.xml: Fixed xml errors.
16530 2005-01-08  Naba Kumar  <naba@gnome.org>
16531         
16532         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16533         libegg/test-actions.c, libegg/menu/Makefile.am,
16534         libegg/menu/egg-recent-action.h: Added a new action for
16535         recent files.
16537         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16538         Fixed dispose. Cleanup.
16539         
16540         * plugins/file-loader/anjuta-loader-plugin.ui,
16541         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16542         Use the new action for recent files. Added recent files in
16543         toolbar.
16545         * plugins/project-wizard/druid.c: Show busy cursor and
16546         de-sensitize druid buttons during page change.
16547         
16548         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16549         * plugins/project-wizard/Makefile.am,
16550         plugins/project-wizard/druid.c,
16551         plugins/project-wizard/druid.h,
16552         plugins/project-wizard/install.c,
16553         plugins/project-wizard/plugin.c,
16554         plugins/project-wizard/plugin.h,
16555         plugins/project-wizard/property.c,
16556         plugins/project-wizard/property.h,
16557         (added) plugins/project-wizard/values.c,
16558         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16559         objects (in values.c and values.h) containing the values of all
16560         properties. The NPWProperty objects now keep their values in this
16561         object which is persistant for one activation of the plugin, so the
16562         user keeps all the values even if he goes backward. Used an anjuta
16563         message view to list all files copied by the project wizard.
16565 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
16567         * plugins/macro/plugin.[ch],
16568         plugins/macro/macro-dialog.[ch]
16569         plugins/macro/macro-edit.[ch]
16570         plugins/macro/macro-db.[ch]
16571         plugins/macro/macro-actions.[ch]
16572         plugins/macro/anjuta-macro.plugin.in
16573         plugins/macro/anjuta-macro.glade
16574         plugins/macro/anjuta-macro.png
16575         plugins/macro/Makefile.am
16576         plugins/macro/macros.xml
16577         plugins/macro/anjuta-macro.ui (all added)
16578         configure.in
16579         plugins/Makefile.am:
16580         Added new macro plugins
16581         
16582         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16583         New icon
16584         
16585         * manuals/reference/template (removed)
16586         Removed old api reference
16587         
16588         * plugins/message-view/message-view.c:
16589         "Fixed" crash in on_row_deleted and added a
16590         comment that I cannot work this way. We will
16591         have to change everything a bit to avoid losing
16592         memory there.
16593         
16594         * plugins/text-editor/text_editor.c:
16595         Update line number width on file save
16598 2005-01-07  Naba Kumar  <naba@gnome.org>
16600         * plugins/project-wizard/anjuta-project-wizard.glade,
16601         plugins/project-wizard/druid.c,
16602         plugins/project-wizard/templates/anjuta-plugin.wiz,
16603         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16604         Display page description in bold. Fixed mandatory field check.
16606         * configure.in,
16607         libanjuta/libanjuta-1.0.pc.in,
16608         plugins/project-wizard/druid.c,
16609         plugins/project-wizard/parser.c,
16610         plugins/project-wizard/property.h,
16611         plugins/project-wizard/templates/anjuta-plugin.wiz,
16612         plugins/project-wizard/templates/terminal.wiz,
16613         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16614         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16615         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16616         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16617         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16618         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16619         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16620         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16621         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16622         plugins/project-wizard/templates/terminal/configure.in.tpl,
16623         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16624         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16625         a new property type -- hidden. Fixed terminal and anjuta-plugin
16626         project templates.
16628 2005-01-07  Naba Kumar  <naba@gnome.org>
16630         * templates/anjuta-plugin.wiz,
16631         templates/terminal.wiz,
16632         templates/terminal/Makefile.am.tpl,
16633         templates/terminal/autogen.sh,
16634         (Removed) templates/terminal/configure.ac.tpl,
16635         (Added) templates/.cvsignore,
16636         (Added) templates/Makefile.am,
16637         (Added) templates/anjuta-plugin/.cvsignore,
16638         (Added) templates/anjuta-plugin/Makefile.am,
16639         (Added) templates/anjuta-plugin/src/.cvsignore,
16640         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16641         (Added) templates/terminal/.cvsignore,
16642         (Added) templates/terminal/Makefile.am,
16643         (Added) templates/terminal/configure.in.tpl,
16644         (Added) templates/terminal/po/.cvsignore,
16645         (Added) templates/terminal/po/ChangeLog,
16646         (Added) templates/terminal/po/Makefile.am,
16647         (Added) templates/terminal/po/POTFILES.in,
16648         (Added) templates/terminal/src/.cvsignore,
16649         (Added) templates/terminal/src/Makefile.am,
16650         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16651         project wizard. Fixed configure/po/Makefile template errors.
16653 2005-01-06  Naba Kumar  <naba@gnome.org>
16655         * configure.in: Added project templates.
16656         * plugins/project-wizard/templates/*: Added to project and renamed
16657         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16658         for the project templates (so that they do not conflict with autotools
16659         build. Created proper configure.ac.tpl and autogen.sh for project
16660         templates.
16661         
16662 2005-01-06  Naba Kumar  <naba@gnome.org>
16664         * plugins/project-wizard/anjuta-project-wizard.glade,
16665         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16666         Fixed file list parsing and to take absolute file paths (for example,
16667         from an icon selected previously). Used toggle buttons for boolean
16668         properties. Check if all mandatory fields are given before going
16669         forward in the wizard. Use scrollable viewport for listing property
16670         widgets incase the list goes out of wizard's size. Added tooltips
16671         as descriptions of the property widgets. And other fixes.
16673         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16674         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16675         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16676         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16677         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16678         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16679         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16680         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16681         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16682         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16683         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16684         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16685         Restructured template files.
16687 2005-01-06  Naba Kumar  <naba@gnome.org>
16689         * configure.in: Added check for autogen.
16690         
16691         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16692         in dispose.
16693         
16694         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16695         Do not emit changed signal when in dispose.
16697         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16698         symbol-view widget has been destroyed.
16699         
16700         * src/anjuta-app.c: Set null to preference, status and ui object
16701         pointers when they are destroyed.
16703         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16704         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16705         Added boolean, integer and file property types.
16706         
16707         * plugins/project-wizard/Makefile.am,
16708         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16709         project wizard templates.
16711 2005-01-04  Naba Kumar  <naba@gnome.org>
16713         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16714         added widgets.
16715         
16716         * plugins/editor/aneditor.cxx,
16717         plugins/editor/anjuta-docman.c,
16718         plugins/editor/plugin.c,
16719         plugins/editor/text_editor.c:
16720         Removed unnecessary ref/unref of scintilla.
16721         
16722         * plugins/message-view/anjuta-msgman.c,
16723         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16724         make close button similar to document manager.
16725         
16726         * plugins/project-manager/plugin.c,
16727         plugins/project-manager/plugin.h: Removed dead codes. Removed
16728         unnecessary ref/unref.
16729         
16730         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16731         instead of hard refs.
16733 2005-01-03  Naba Kumar  <naba@gnome.org>
16735         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16736         generate() methods for IAnjutaBuildable interface.
16738         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16739         IAnjutaBuildable inteface.
16741         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16742         to destroy build context when message view is destroyed.
16743         
16744         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16745         a ref to it and unref in destructor. AnEditor class wants to be the
16746         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16747         comparisions.
16748         
16749         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16750         complicate the scene. Removed editor widget from AnjutaDocman when
16751         the widget is destroyed.
16752         
16753         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16754         from shell. It will be removed from shell when the widget is destroyed.
16755         
16756         * plugins/editor/text_editor.c: Added debug codes to track object
16757         finalizations.
16759         * plugins/message-view/anjuta-msgman.c: Remove message view on
16760         widget destroy. Destroy message view on remove. Removed all views
16761         correctly.
16762         
16763         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16764         from container.
16766 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16768         * plugins/file-wizard/action-callbacks.c,
16769         plugins/file-wizard/anjuta-file-wizard.glade,
16770         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16771         Insert Licence, copyright, header template ...
16772         
16773 2005-01-02  Naba Kumar  <naba@gnome.org>
16775         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16776         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16777         anjuta_status_add_widget() to allow setting busy cursor on non
16778         toplevel windows.
16780         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16782         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16783         mime types to take text/source also.
16784         
16785         * plugins/editor/anjuta-docman.c,
16786         plugins/editor/anjuta-docman.h,
16787         plugins/editor/plugin.c,
16788         plugins/editor/text_editor.c,
16789         plugins/editor/text_editor.h,
16790         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16791         AnjutaStatus and set busy cursor on editors.
16793         * plugins/file-loader/Makefile.am,
16794         plugins/file-loader/plugin.c,
16795         (added) plugins/file-loader/dnd.c,
16796         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16798         * src/anjuta.c: Hide anjuta window before destruction.
16800         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16801         * configure.in, plugins/Makefile.am,
16802         (removed) plugins/project-wizard/appwiz_page1.c,
16803         (removed) plugins/project-wizard/appwiz_page2.c,
16804         (removed) plugins/project-wizard/appwiz_page3.c,
16805         (removed) plugins/project-wizard/appwiz_page4.c,
16806         (removed) plugins/project-wizard/appwizard.c,
16807         (removed) plugins/project-wizard/appwizard.h,
16808         (removed) plugins/project-wizard/appwizard_cbs.c,
16809         (removed) plugins/project-wizard/appwizard_cbs.h,
16810         (removed) plugins/project-wizard/appwizard_gui.c,
16811         (removed) plugins/project-wizard/gnome_project.c,
16812         (removed) plugins/project-wizard/gnome_project.h,
16813         (removed) plugins/project-wizard/wizard_gui.c,
16814         (removed) plugins/project-wizard/wizard_gui.h,
16815         (added) plugins/project-wizard/.cvsignore,
16816         (added) plugins/project-wizard/Makefile.am,
16817         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16818         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16819         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16820         (added) plugins/project-wizard/applogo.png,
16821         (added) plugins/project-wizard/appwizard.png,
16822         (added) plugins/project-wizard/autogen.c,
16823         (added) plugins/project-wizard/autogen.h,
16824         (added) plugins/project-wizard/druid.c,
16825         (added) plugins/project-wizard/druid.h,
16826         (added) plugins/project-wizard/file.c,
16827         (added) plugins/project-wizard/file.h,
16828         (added) plugins/project-wizard/header.c,
16829         (added) plugins/project-wizard/header.h,
16830         (added) plugins/project-wizard/install.c,
16831         (added) plugins/project-wizard/install.h,
16832         (added) plugins/project-wizard/parser.c,
16833         (added) plugins/project-wizard/parser.h,
16834         (added) plugins/project-wizard/plugin.c,
16835         (added) plugins/project-wizard/plugin.h,
16836         (added) plugins/project-wizard/property.c,
16837         (added) plugins/project-wizard/property.h: Removed old application-wizard
16838         codes and added new template based (autogen based) project wizard
16839         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16841 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16843         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16844         * plugins/cvs-plugin/cvs-execute.c:
16845         Fix cvs_log which did not work because of some
16846         glade problem
16847         Patch from Mark R. Pariente <markpariente@cmu.edu>
16848         - Fix message highlighting
16850 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16851         
16852         * template/*,
16853         date/template/*,
16854         configure.in:
16855         Removed template stuff completly because we dicussed to implement
16856         a macro system for Edit->Insert Text
16858 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16859         
16860         * plugins/editor/aneditor.cxx,
16861         plugins/editor/text_editor.c:
16862         Set line number width dynamically
16863         * src/about.c:
16864         Prepered new GTK 2.6 about dialog
16866 2004-12-30  Naba Kumar  <naba@gnome.org>
16868         patch from: Massimo Corà  <maxcvs@email.it>
16869         * plugins/editor/aneditor.cxx: Highlights correct function
16870         argument in recursive calltips.
16872 2004-12-30  Naba Kumar  <naba@gnome.org>
16874         * plugins/symbol-browser/plugin.c,
16875         libanjuta/interfaces/libanjuta.idl,
16876         plugins/editor/text_editor.c: Fixed editor markers and added a new
16877         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16878         mark the line visited.
16879         
16880         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16881         libegg/Makefile.am, libegg/eggcomboselect.c,
16882         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16883         widget for use with symbol view in toolbar.
16884         
16885         * plugins/cvs-plugin/anjuta-cvs.ui,
16886         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16887         placeholder for cvs plugin context menu in filemanager.
16888         
16889 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16890         
16891         * plugins/cvs-plugin/plugin.c:
16892         Show popup menu only if the file is contained in
16893         a directory containing a "CVS" directory
16895 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16896         
16897         * plugins/cvs-plugin/cvs-action.[ch],
16898         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16899         * plugins/cvs-plugin/anjuta-cvs.ui,
16900         * plugins/cvs-plugin/plugin.c:
16901         Implemented "Import"
16902         
16903         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16904         Added right-click-menu for file-manager
16906 2004-12-26  Naba Kumar  <naba@gnome.org>
16908         * src/action-callbacks.c, src/action-callbacks.h,
16909         src/anjuta-actions.h, src/anjuta-app.c,
16910         src/anjuta.ui: Added fullscreen action.
16912         * plugins/cvs-plugin/cvs-actions.c,
16913         plugins/cvs-plugin/plugin.c,
16914         plugins/cvs-plugin/plugin.h: Watches current editor,
16915         project and file manager selection in plugin
16916         implementation.
16917         
16918 2004-12-26  Naba Kumar  <naba@gnome.org>
16920         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16921         src/action-callbacks.c: Fixed app finalization. Added a
16922         command line arg --proper-shutdown (-p), which when set
16923         will release all plugins and their resources (this option
16924         is mainly for debugging).
16925         
16926         * plugins/file-loader/plugin.c: Fixed filename duplications
16927         in recent files history.
16928         
16929         * plugins/profile-default/plugin.c: Disabled problematic
16930         plugins for now to load at startup.
16931         
16932         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16933         annoying debug prints.
16934         
16935 2004-12-23  Naba Kumar  <naba@gnome.org>
16937         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16938         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16939         plugins/cvs-plugin/anjuta-cvs.ui,
16940         plugins/cvs-plugin/cvs-actions.c,
16941         plugins/cvs-plugin/cvs-actions.h,
16942         plugins/cvs-plugin/cvs-execute.c,
16943         plugins/cvs-plugin/cvs-execute.h,
16944         plugins/cvs-plugin/Makefile.am,
16945         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16946         Added cvs log command.
16948 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16949         
16950         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16951         default
16953 2004-12-20  Naba Kumar  <naba@gnome.org>
16955         patch from: Massimo Corà  <maxcvs@email.it>
16956         * plugins/editor/aneditor.cxx: Added recursive calltips.
16958 2004-12-20  Naba Kumar  <naba@gnome.org>
16959         
16960         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16961         Show busy cursor during loading and unloading.
16962         
16963 2004-12-19  Naba Kumar  <naba@gnome.org>
16965         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16966         memory leaks. Disabled debug print.
16968         * plugins/symbol-browser/an_symbol_view.c,
16969         plugins/symbol-browser/plugin.c,
16970         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16971         problems. Creates SymbolView object every time when the
16972         plugin is activated.
16974         * plugins/project-manager/plugin.c: Close project when
16975         deactivating.
16976         
16977 2004-12-18  Naba Kumar  <naba@gnome.org>
16979         * po/POTFILES.in: Removed commented lines.
16980         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16981         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16982         * plugins/gdb/plugin.c: Fixed compile error.
16983         
16984         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16985         * libegg/eggcellrendererkeys.c: Fixed compile error.
16986         
16987 2004-12-18  Naba Kumar  <naba@gnome.org>
16989         * plugins/file-loader/plugin.c: Fixed loading bug.
16990         
16991         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16992         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16993         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16994         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16995         and corruptions. Fixed loading and unloading of plugins.
16996         
16997 2004-12-17  Naba Kumar  <naba@gnome.org>
16998         
16999         * plugins/file-loader/Makefile.am,
17000         plugins/file-loader/plugin.c,
17001         plugins/project-manager/plugin.c: Fixed memory corruption
17002         and disposition codes. Added missing plugin.h in Makefile.am.
17004 2004-12-16  Naba Kumar  <naba@gnome.org>
17006         * plugins/symbol-browser/an_symbol_view.c,
17007         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
17008         codes. Fixed memory leaks and corruptions.
17010         * plugins/build-basic-autotools/build-basic-autotools.c
17011         plugins/editor/anjuta-docman.c,
17012         plugins/editor/text_editor.c,
17013         plugins/file-loader/plugin.c,
17014         plugins/file-manager/plugin.c,
17015         plugins/file-wizard/plugin.c,
17016         plugins/message-view/anjuta-msgman.c,
17017         plugins/message-view/anjuta-msgman.h,
17018         plugins/message-view/message-view.c,
17019         plugins/message-view/plugin.c,
17020         plugins/message-view/plugin.h,
17021         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
17023         * src/about.c, src/about.h, src/action-callbacks.c,
17024         src/action-callbacks.h, src/anjuta-actions.h,
17025         src/anjuta-app.c, src/anjuta-app.h,
17026         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
17027         src/anjuta.c, src/anjuta.h, src/getline.c, 
17028         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
17029         src/start-with.c, src/start-with.h: Fixed emacs modes.
17031         * src/layout.xml: Brought document manager in front.
17032         
17033 2004-12-15  Naba Kumar  <naba@gnome.org>
17035         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
17036         properly removed.
17037         
17038         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
17039         finalization. Added a method to unload all plugins and destroy them.
17040         Fixed memory leaks.
17041         
17042         * plugins/sample1/plugin.c: Proper finalization code and renamed
17043         functions to proper names.
17044         
17045         * plugins/build-basic-autotools/build-basic-autotools.c,
17046         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17048         * src/shell.c: Unload all plugins on exit, so that memory profilers
17049         can detect memory leaks in plugins.
17051 2004-12-13  Naba Kumar  <naba@gnome.org>
17053         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17054         docking is working.
17055         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17056         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17058 2004-12-11  Naba Kumar  <naba@gnome.org>
17060         * data/properties/anjuta.properties: Fixed font size.
17061         * plugin/build-basic-autotools/build-basic-autotools: Added initial
17062         compile file function. There are some fixmes there.
17063         * plugins/message-view/anjuta-msgman.c,
17064         * plugins/message-view/message-view.c: Fixed bugs and clean up.
17065         
17066 2004-12-08  Naba Kumar  <naba@gnome.org>
17068         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
17069         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
17070         to escape quotes in a string.
17071         
17072         * plugins/cvs-plugin/cvs-actions.c,
17073         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
17074         cvs diff command.
17076         * plugins/build-basic-autotools/build-basic-autotools.c,
17077         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
17078         filters.
17079         
17080 2004-12-07  Naba Kumar  <naba@gnome.org>
17082         * plugins/build-basic-autotools/build-basic-autotools.c,
17083         plugins/build-basic-autotools/automake-c.filters: Completed directory
17084         tracking. Double click on Errors and warnings now work as expected.
17086         * plugins/build-basic-autotools.c: Added codes to track build directory
17087         so that absolute path of the files could be determined.
17089 2004-12-06  Naba Kumar  <naba@gnome.org>
17091         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
17092         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
17093         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
17094         
17095 2004-12-05  Naba Kumar  <naba@gnome.org>
17097         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
17098         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
17099         
17100         * plugins/cvs-plugin/plugin.c,
17101         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
17102         
17103 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
17104         
17105         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17106         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
17107         plugins/cvs-plugin/cvs-execute.[ch]:
17108         Implemented cvs status and cvs diff
17109         Known bugs:
17110         - rdiff command is not correct
17111         - Must find a way to allow selection of directies AND files 
17112         in GtkFileChooser
17114 2004-12-03  Naba Kumar  <naba@gnome.org>
17116         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
17117         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
17118         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
17119         session.properties file if it is for the first time.
17120         
17121 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
17122         
17123         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
17124         commit.
17125         
17126         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
17127         plugins/cvs-plugin/anjuta-cvs.ui:
17128         Implemented update/commit and changed menu layout 
17130 2004-12-02  Naba Kumar  <naba@gnome.org>
17132         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17133         property name (for cvs path property). Beautified dialogs.
17135 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17136         
17137         * plugins/message-view/anjuta-msgman.c: Changed callback name
17138         and changed switch-page handling.
17139         
17140         * plugins/cvs-plugin/cvs-actions.c:
17141         * plugins/cvs-plugin/cvs-execute.c:
17142         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17143         - Implemented cvs add and cvs removed - both working now
17144         - Created a useful preferences page
17145         
17147 2004-11-30  Naba Kumar  <naba@gnome.org>
17149         * libanjuta/anjuta-status.c: Fixed runtime warning.
17150         
17151         * plugins/editor/Makefile.am:
17152         plugins/editor/anjuta-document-manager.glade,
17153         plugins/editor/plugin.c
17154         plugins/editor/plugin.h
17155         plugins/editor/style-editor.c (new, moved from src/),
17156         plugins/editor/style-editor.h (new, moved from src/),
17157         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17158         settings in preferences.
17160         * plugins/editor/text_editor.c,
17161         plugins/editor/text_editor.h: Do not take unused args in
17162         text_editor_get_props().
17164         * src/style-editor.c, src/style-editor.h: Removed, moved to
17165         plugins/editor/ directory.
17167 2004-11-29  Naba Kumar  <naba@gnome.org>
17169         * plugins/editor/text_editor_cbs.c: Emit click signal in
17170         IAnjutaMarkable.
17171         * libanjuta/anjuta-status.c: More spacing between items.
17172         
17173 2004-11-29  Naba Kumar  <naba@gnome.org>
17175         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17176         
17177         * libanjuta/interfaces/libanjuta.idl,
17178         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17179         plugins/debug-manager/plugin.c,
17180         plugins/gdb/breakpoints.c,
17181         plugins/gdb/breakpoints.h,
17182         plugins/gdb/debugger.c,
17183         plugins/gdb/debugger.h,
17184         plugins/gdb/plugin.c,
17185         plugins/gdb/plugin.h,
17186         plugins/gdb/utilities.c,
17187         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17188         toggle breakpoint margin clicks.
17190 2004-11-28  Naba Kumar  <naba@gnome.org>
17192         * TODO.tasks: Fixed indentations.
17193         * plugins/gtodo/libgtodo.c: Save with indentation.
17194         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17195         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17196         * libanjuta/anjuta-status.c: Fixed busy cursors.
17197         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17198         * po/POTFILES.in: Updated.
17199         
17200 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17201         
17202         * plugins/editor/anjuta-document-manager.glade,
17203           plugins/editor/search-replace.[c,h], 
17204           plugins/editor/search-replace_backend.h
17205           plugins/editor/search-preferences.[c,h] :
17206           Saved Search-Preferences (gconf),
17207           Basic search by default.
17209 2004-11-22  Naba Kumar  <naba@gnome.org>
17211         * configure.in: Fixed build error.
17213 2004-11-21  Naba Kumar  <naba@gnome.org>
17215         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17216         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17217         Added AnjutaStatus class to libanjuta.
17218         Added anjuta_shell_get_status() method.
17219         
17220         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17221         and fixed marshaller generation.
17222         
17223         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17224         "updade_ui" signals to IAnjutaEditor interface.
17225         
17226         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17227         
17228         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17229         regexes.
17230         
17231         * plugins/class-gen/clsGen.c: Intial port.
17232         
17233         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
17234         name.
17235         
17236         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
17237         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17238         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
17239         Implemented status update. Emits "update_ui" and "char_added" signals.
17240         Added view preferences.
17241         
17242         * plugins/file-loader/plugin.c: Added open with plugins in open with
17243         menus.
17244         
17245         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
17246         
17247         * plugins/message-view/anjuta-msgman.c,
17248         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
17249         to close correct message view rather than current view.
17251 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
17252         
17253         * plugins/cvs-plugin/cvs-actions.c
17254         plugins/cvs-plugin/plugin.[ch]
17255         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17256         Implemented cvs add but ran into a launcher/message_view
17257         problem because of a limitation of the idl compiler
17259 2004-11-19  Naba Kumar  <naba@gnome.org>
17261         * plugins/project-manager/plugin.c: Displays a progress window during
17262         project load.
17263         
17264         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
17265         Fixed UI separators.
17266         
17267         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
17268         UI placeholder.
17269         
17270         * plugins/project-manager/anjuta-project-manager.ui,
17271         plugins/project-manager/plugin.[c,h]: Added add/remove context
17272         menus and implemented them. Added file manager merge menu.
17274 2004-11-18  Naba Kumar  <naba@gnome.org>
17276         * TODO.tasks: Updated.
17277         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
17278         plugins/message-view/message-view.c: Fixed finalize and dispose
17279         methods.
17280         * plugins/debugger/*: Removed from cvs (development now in
17281         debug-manager).
17283 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
17285         Reviewed by Naba Kumar  <naba@gnome.org>:
17286         
17287         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
17288         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17289         plugins/gdb/breakpoints.c: all marker related stuff moved from
17290         editor and docman interfaces to IAnjutaMarkable
17292 2004-11-17  Naba Kumar  <naba@gnome.org>
17294         * TODO.tasks: Updated.
17295         
17296         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
17297         
17298         * libegg/egg-combo-action.c: Block changed signal when changing model.
17299         
17300         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
17301         Emit changed signal. Removed dead codes.
17302         
17303         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
17304         that recent files history do not duplicate.
17305         
17306         * plugins/symbol-browser/an_symbol_view.c,
17307         plugins/symbol-browser/an_symbol_view.h,
17308         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
17309         Fixed a bug.
17311 2004-11-15  Naba Kumar  <naba@gnome.org>
17313         * plugins/project-manager/plugin.c: Opens targets on double click.
17314         
17315         * plugins/message-view/message-view.c,
17316         plugins/file-manager/anjuta-file-manager-plugin.glade,
17317         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
17318         Added proper class finalization
17319         and disposition. Added preferences notifications and callbacks to
17320         change info/warning/error colors.
17321         
17322         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17323         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
17324         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
17325         Implemented finalize method for AnjutaApp. Code cleanups.
17326         
17327         * plugins/message-view/plugin.c: Static parent_class.
17328         
17329 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17330         * plugins/editor/search-replace.[c,h], 
17331           plugins/editor/search-replace_backend.c
17332           Update search entry in main toolbar.
17333           Clean code.
17335 2004-11-11  Naba Kumar  <naba@gnome.org>
17337         * TODO.tasks: Updated.
17339         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
17340         and completed on-the-fly-change preferences. Removed "changed"
17341         signal as it is no longer necessary (use notify for similar
17342         purpose to monitor individual preferences).
17344         
17345         * plugins/editor/anjuta-document-manager.glade: Added view menu
17346         preferences so that they are registered.
17347         
17348         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
17349         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
17350         connection to "changed" signal of preferences and implemented
17351         notifications for some editor preferences. More to implement.
17353 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17354         * plugins/editor/print.c
17355         Fixed bug 1047624 : Add line number every X lines.
17357 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17358         * plugins/editor/search-replace.c
17359         Fixed a crash bug (995755) when searching "%n"
17361 2004-11-09  Naba Kumar  <naba@gnome.org>
17363         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
17364         Fixed to refresh categories list on file load.
17366 2004-11-08  Naba Kumar  <naba@gnome.org>
17367         
17368         * configure.in, plugins/Makefile.am,
17369         plugins/profile-default/plugin.c: Added cvs plugin in build.
17370         
17371         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
17372         
17373         * plugins/debug-manager/.cvsignore: Added file to ignore.
17374         
17375         * plugins/debug-manager/Makefile.am: Removed dead codes.
17376         
17377         * src/anjuta.ui: Added placeholder for version control UI.
17379 2004-11-08  Naba Kumar  <naba@gnome.org>
17381         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17382         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17383         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
17384         Updated.
17386         * global-tags/Makefile.am: Fixed make error.
17388         * plugins/profile-default/plugin.c: Added debug-manager
17389         and gdb plugins to load at startup so that debugger
17390         windows are docked properly. They will be removed
17391         later when we figure out runtime docking.
17393         * plugins/sample1/*: Restored to last working state.
17395         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
17396         windows in lower pane. Named the windows appropriately.
17398         * ChangeLog: Fixed format.
17399         
17400 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
17402         * libanjuta/interfaces/libanjuta.idl,
17403         libanjuta/anjuta-marshal.c,
17404         plugins/Makefile.am,
17405         plugins/debug-manager/plugin.c,
17406         plugins/editor/plugin.c,
17407         plugins/editor/text_editor.c,
17408         plugins/gdb/breakpoints.c,
17409         plugins/gdb/debugger.c,
17410         plugins/gdb/plugin.c,
17411         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
17413 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17414         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
17415         plugins/editor/search-replace.c,
17416         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
17417         Search and Replace; Show result in find pane
17418           
17419 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17420         
17421         * plugins/gdb, plugins/debug-manager: Applied debugger patch
17422         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
17423         (added features: starting debugger and loading of core/executable,
17424         StepIn, StepOut, StepOver and Execute, toggling breakpoint
17425         partially works)
17427 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17428         
17429         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
17430         my cvs-plugin files...
17431         I hope I have rescued everything possible.
17432         
17433         * Naba: Could you please fix sample1 because I messed it up to 
17434         but there should be a histroy of this directory we should commit
17436 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17437         
17438         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
17439         infrastructure
17440         * plugins/cvs-plugin/plugin.c,
17441         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17442         Added preferences dialog (not yet complete)
17444 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17445         
17446         * global-tags/Makefile.am, mime/Makefile.am:
17447         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
17448         
17449         * template/xmltemplate.[ch],
17450         template/xmlstrings.[ch],
17451         template/autotools.[ch] removed,
17452         template/prj_template.[ch] removed,
17453         template/lang_template.[ch] removed,
17454         template/lib_template.[ch] removed,
17455         template/Makefile.am adjusted,
17456         template/dtds/lang.dtd removed, 
17457         template/dtds/lib.dtd removed,
17458         template/dtds/prj.dtd removed,
17459         template/dtds/autotools.dtd removed,
17460         data/template/lib/* removed,
17461         data/template/language/* removed,
17462         data/template/library/* removed,
17463         data/template/project/* removed,
17464         date/template/Makefile.am adjusted:
17465         Remove everything except text-templates to replace hardcoded 
17466         Edit->Insert texts with dynamic loaded.
17468         * plugins/cvs-plugin/plugin.[ch],
17469         plugins/cvs-actions.[ch],
17470         plugins/Makefile.am,
17471         plugins/cvs-plugin/Makefile.am,
17472         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
17473         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17474         plugins/cvs-plugin/anjuta-cvs.plugin.in:
17475         Added initial cvs-plugin code
17477 2004-10-21  Naba Kumar  <naba@gnome.org>
17478         
17479         * libanjuta/anjuta-plugin.c,
17480         plugins/build-basic-autotools/build-basic-autotools.c,
17481         plugins/debugger/plugin.c,
17482         plugins/devhelp/plugin.c,
17483         plugins/editor/anjuta-docman.c,
17484         plugins/editor/goto_line.c,
17485         plugins/editor/plugin.c,
17486         plugins/editor/search-replace.c,
17487         plugins/editor/text_editor.c,
17488         plugins/file-loader/plugin.c,
17489         plugins/file-manager/plugin.c,
17490         plugins/file-wizard/file.c,
17491         plugins/file-wizard/plugin.c,
17492         plugins/gdb/plugin.c,
17493         plugins/gtodo/plugin.c,
17494         plugins/message-view/anjuta-msgman.c,
17495         plugins/profile-default/plugin.c,
17496         plugins/project-manager/plugin.c,
17497         plugins/sample1/plugin.c,
17498         plugins/terminal/terminal.c: Defined all global variables static,
17499         particularly class parent_class variables. They were getting
17500         confused at link time.
17502         * libanjuta/plugins.c: Do not unload plugins when they are
17503         deactivated. Simply cache them for later activation. Unloading
17504         modules have some problem with shared libs using static class
17505         registration. Fixed hash type for installed plugins. Eventually,
17506         we want to add "CanUnload" attribute for .plugin files (in
17507         "Anjuta Plugin" group) to let plugin loader know if the plugin can
17508         be unloaded from memory. Those plugins declaring CanUnload=false
17509         will not be unloaded from memory and will be put in the cache. Those
17510         not declaring anything or declaring CanUnload=true, will be unloaded
17511         from memory when they are deactivated.
17513         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
17514         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17515         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
17516         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
17517         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
17518         activation, deactivation. Fixed memory leaks.
17520 2004-10-20  Naba Kumar  <naba@gnome.org>
17522         * TODO.tasks: Updated.
17523         
17524         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17525         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
17526         macro for adding interfaces to plugin types. Code cleanup.
17527         
17528         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17529         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17530         
17531         * plugins/build-basic-autotools/build-basic-autotools.c,
17532         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17533         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17534         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17535         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17536         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17537         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17538         plugins/project-manager/plugin.c,
17539         plugins/symbol-browser/an_symbol_view.c,
17540         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17541         newly defined macro to add interfaces to plugin types.
17543         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17545 2004-10-20  Naba Kumar  <naba@gnome.org>
17547         * TODO.tasks: Added task list.
17548         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17549         default values.
17551 2004-10-19  Naba Kumar  <naba@gnome.org>
17553         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17554         
17555         * plugins/editor/action-callbacks.c,
17556         plugins/editor/action-callbacks.h,
17557         plugins/editor/anjuta-docman.c,
17558         plugins/editor/anjuta-docman.h,
17559         plugins/editor/anjuta-document-manager.ui,
17560         plugins/editor/file_history.c,
17561         plugins/editor/file_history.h,
17562         plugins/editor/plugin.c: Added file history browsing.
17563         
17564         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17565         
17566         * plugins/message-view/anjuta-message-manager.ui,
17567         plugins/message-view/plugin.c: Added document manager context menu.
17568         
17569         * plugins/symbol-browser/an_symbol_view.c,
17570         plugins/symbol-browser/an_symbol_view.h,
17571         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17572         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17573         document manager context menu.
17574         
17575         * scintilla/*, scintilla/include/*: Updated to current cvs.
17576         
17577 2004-10-19  Naba Kumar  <naba@gnome.org>
17579         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17580         placeholder for debugger UI.
17581         
17582         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17583         * plugins/file-manager/plugin.c: Fixed loading bug.
17584         
17585         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17586         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17587         Initializes gconf database with default values when the
17588         values are not defined. Use bool and int prefs separately.
17590         * plugins/editor/plugin.c: Added encoding preferences.
17591         * plugins/project-manager/plugin.c: Cleanup and debug messages.
17593         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17594         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17595         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17596         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17598 2004-10-18  Naba Kumar  <naba@gnome.org>
17600         * po/POTFILES.in: Updated.
17601         
17602         * libanjuta/anjuta-ui.c: Corrected debug messages.
17603         
17604         * libegg/egg-combo-action.c, libegg/test-actions.c,
17605         libegg/menu/egg-combo-action.h: Fixed combo action.
17606         
17607         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17608         Fixed format.
17609         
17610         * plugins/editor/action-callbacks.[c,h],
17611         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17612         Implemented file swap. Removed dead codes.
17613         
17614         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17615         dead codes.
17616         
17617         * plugins/symbol-browser/an_symbol_view.[c,h],
17618         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17619         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17620         Implemented file symbols. Implemented goto file line when symbol is
17621         selected.
17622         
17623         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17624         
17625 2004-10-10  Naba Kumar  <naba@gnome.org>
17627         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17628         
17629         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17630         
17631         * plugins/debugger/.cvsignore,
17632         (added) plugins/debugger/Makefile.am,
17633         (added) plugins/debugger/anjuta-debugger.glade,
17634         (added) plugins/debugger/anjuta-debugger.plugin.in,
17635         (added) plugins/debugger/anjuta-debugger.plugin.png,
17636         (added) plugins/debugger/anjuta-debugger.ui,
17637         plugins/debugger/attach_process.c,
17638         (removed) plugins/debugger/attach_process_cbs.c,
17639         (removed) plugins/debugger/attach_process_cbs.h,
17640         (removed) plugins/debugger/breakpoints.c,
17641         (removed) plugins/debugger/breakpoints.h,
17642         (removed) plugins/debugger/debug_tree.c,
17643         (removed) plugins/debugger/debug_tree.h,
17644         (removed) plugins/debugger/debugger.c,
17645         (removed) plugins/debugger/debugger.h,
17646         (removed) plugins/debugger/memory.c,
17647         (removed) plugins/debugger/memory.h,
17648         (added) plugins/debugger/plugin.c,
17649         (added) plugins/debugger/plugin.h,
17650         (removed) plugins/debugger/registers.c,
17651         (removed) plugins/debugger/registers.h,
17652         (removed) plugins/debugger/registers_cbs.c,
17653         (removed) plugins/debugger/registers_cbs.h,
17654         (removed) plugins/debugger/registers_gui.c,
17655         (removed) plugins/debugger/sharedlib.c,
17656         (removed) plugins/debugger/sharedlib.h,
17657         (removed) plugins/debugger/sharedlib_cbs.c,
17658         (removed) plugins/debugger/sharedlib_cbs.h,
17659         (removed) plugins/debugger/sharedlib_gui.c,
17660         (removed) plugins/debugger/signals.c,
17661         (removed) plugins/debugger/signals.h,
17662         (removed) plugins/debugger/signals_cbs.c,
17663         (removed) plugins/debugger/signals_cbs.h,
17664         (removed) plugins/debugger/signals_gui.c,
17665         (removed) plugins/debugger/stack_trace.c,
17666         (removed) plugins/debugger/stack_trace.h,
17667         (added) plugins/debugger/utilities.c,
17668         (added) plugins/debugger/utilities.h,
17669         (removed) plugins/debugger/watch.c,
17670         (removed) plugins/debugger/watch.h,
17671         (removed) plugins/debugger/watch_cbs.c,
17672         (removed) plugins/debugger/watch_cbs.h,
17673         (removed) plugins/debugger/watch_gui.c,
17674         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17675         
17676         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17677         Added debugger gdb backend plugin.
17678         
17679         * plugins/message-view/plugin.c: Registered all message stock icons.
17680         
17681         * plugins/profile-default/plugin.c: Loads debugger plugin.
17682         
17683         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17685 2004-10-08  Naba Kumar  <naba@gnome.org>
17687         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17688         information.
17689         
17690         * plugins/symbol-browser/.cvsignore,
17691         plugins/symbol-browser/Makefile.am,
17692         plugins/symbol-browser/an_symbol_view.c,
17693         plugins/symbol-browser/an_symbol_view.h,
17694         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17695         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17696         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17697         plugins/symbol-browser/plugin.c,
17698         plugins/symbol-browser/plugin.h,
17699         plugins/symbol-browser/sv_class.xpm,
17700         plugins/symbol-browser/sv_function.xpm,
17701         plugins/symbol-browser/sv_macro.xpm,
17702         plugins/symbol-browser/sv_private_fun.xpm,
17703         plugins/symbol-browser/sv_private_var.xpm,
17704         plugins/symbol-browser/sv_protected_fun.xpm,
17705         plugins/symbol-browser/sv_protected_var.xpm,
17706         plugins/symbol-browser/sv_public_fun.xpm,
17707         plugins/symbol-browser/sv_public_var.xpm,
17708         plugins/symbol-browser/sv_static_fun.xpm,
17709         plugins/symbol-browser/sv_static_var.xpm,
17710         plugins/symbol-browser/sv_struct.xpm,
17711         plugins/symbol-browser/sv_unknown.xpm,
17712         plugins/symbol-browser/sv_variable.xpm,
17713         plugins/symbol-browser/test-symbol-browser.c,
17714         plugins/Makefile.am: Implemented Symbol
17715         browser plugin.
17716         
17717         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17718         
17719         * plugins/build-basic-autotools/Makefile.am,
17720         plugins/devhelp/Makefile.am,
17721         plugins/editor/Makefile.am,
17722         plugins/file-loader/Makefile.am,
17723         plugins/file-manager/Makefile.am,
17724         plugins/file-wizard/Makefile.am,
17725         plugins/gtodo/Makefile.am,
17726         plugins/message-view/Makefile.am,
17727         plugins/profile-default/Makefile.am,
17728         plugins/project-manager/Makefile.am
17729         plugins/sample1/Makefile.am,
17730         plugins/terminal/Makefile.am,
17731         scintilla/Makefile.am,
17732         libegg/Makefile.am,
17733         launcher/Makefile.am,
17734         libanjuta/Makefile.am,
17735         src/Makefile.am,
17736         tagmanager/Makefile.am,
17737         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17738         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17739         files. Also fixed library dependencies.
17740         
17741         * plugins/editor/aneditor.cxx: Disabled unused codes.
17742         * plugins/file-manager/an_file_view.c: Added copyright.
17743         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17744         
17745         * plugins/profile-default/plugin.c: Can load plugins by location.
17746         * plugins/project-manager/plugin.c: Remove project_root_uri value
17747         when project is closed.
17748         
17749 2004-10-06  Naba Kumar  <naba@gnome.org>
17751         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17752         
17753         * libanjuta/interfaces/libanjuta.idl,
17754         plugins/editor/text_editor.c: Added get_length()
17755         and get_current_word() methods in IAnjutaEditor interface.
17756         
17757         * libegg/Makefile.am: Added test_actions target.
17758         
17759         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17760         
17761         * plugins/build-basic-autotools/build-basic-autotools.c,
17762         plugins/file-loader/plugin.c,
17763         plugins/message-view/message-view.c: Added code to go to file and
17764         line number,
17765         
17766         * plugins/devhelp/plugin.c: Context sensitive help now works.
17767         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17768         uri as line number and goes to that line number.
17769         
17770         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17771         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17772         gtodo_client_load() method to load from a diffrent file. Watched 
17773         project root directory in plugin to open TODO.tasks of the project.
17774         
17775         * plugins/project-manager/plugin.c: Updates project UI
17776         sensitive/insensitive.
17778         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17779         anjuta-shell program to test plugins.
17780         
17781         * src/anjuta-app.c: Registered UI accels.
17782         
17783 2004-09-28  Naba Kumar  <naba@gnome.org>
17785         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17786         method.
17787         
17788         * src/anjuta-app.c: Implemented present widget method.
17789         
17790         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17791         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17792         
17793         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17794         added editor.
17795         
17796         * plugins/editor/text_editor.c: Connects to preferences changed signal
17797         correctly.
17798         
17799 2004-09-28  Naba Kumar  <naba@gnome.org>
17800         
17801         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17802         print code.
17803         
17804         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17805         size to 5 pix.
17806         
17807         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17808         in changed signal callback.
17809         
17810         * plugins/editor/action-callbacks.c: Implemented save_all action
17811         callback. Removed dead code. Do save_as when saving a new file.
17812         Implemented incremental search.
17813         
17814         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17815         
17816         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17817         
17818         * src/anjuta-app.c: Registers UI accelerators.
17819         
17820 2004-09-27  Naba Kumar  <naba@gnome.org>
17822         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17823         
17824         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17825         plugins/devhelp/anjuta-devhelp.plugin.in,
17826         plugins/file-loader/anjuta-loader.plugin.in,
17827         plugins/file-manager/anjuta-file-manager.plugin.in,
17828         plugins/gtodo/anjuta-gtodo.plugin.in,
17829         plugins/project-manager/anjuta-project-manager.plugin.in,
17830         plugins/terminal/anjuta-terminal.plugin.in:
17831         Gave proper plugin names.
17833         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17834         error when regex fail.
17835         
17836         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17837         Added help and context search. Watches current editor. More menus
17838         in Help submenu. Update UI (sensitive when required) properly.
17839         
17840         * plugins/editor/anjuta-document-manager.ui,
17841         plugins/devhelp/anjuta-devhelp.ui,
17842         plugins/message-view/anjuta-message-manager.ui,
17843         src/anjuta.ui: Goto menu actions are in separate submenu.
17844         
17845         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17846         Removed unimplemented UI elements.
17847         
17848         * src/anjuta-app.c: Larger (and normal) icon size.
17849         
17850         * src/layout.xml: Task manager plugin along with document (in middle).
17851         
17852         * plugins/editor/plugin.c, plugins/file-loader.c,
17853         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17854         in gtkactions. Enable/disable UI properly.
17855         
17856 2004-09-26  Naba Kumar  <naba@gnome.org>
17858         * po/POTFILES.in: Updated, added missing files.
17860         * .cvsignore: Updated.
17861         
17862         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17863         a new function to get User input text.
17864         
17865         * libanjuta/resources.[c,h]: Added a function to created sized image.
17866         
17867         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17868         from filename, as thats the correct representation.
17869         
17870         * plugins/build-basic-autotools/Makefile.am,
17871         (added) plugins/build-basic-autotools/automake-c.filters,
17872         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17873         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17874         Rearragned UI elements in the build menu. Added codes to read build
17875         filter rules from external file. Implemented all build, configure,
17876         autogen commands. Watches current editor and project.
17877         
17878         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17879         Added editor changed signal and exports current editor value.
17880         Fixed parameter names. Fixed get_uri() interface implementation to
17881         return correct uri.
17882         
17883         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17884         elements.
17885         
17886         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17887         
17888         * plugins/file-manager/an_file_view.c,
17889         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17890         
17891         * plugins/file-wizard/file.c: Reads uri correctly.
17892         
17893         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17894         sets the page to the new view.
17895         
17896         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17897         Fixed signal connecting.
17898         
17899         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17900         to "project_root_uri" and exports as uri.
17901         
17902 2004-09-24  Naba Kumar  <naba@gnome.org>
17904         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17905         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17906         in correct way.
17907         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17908         * plugins/file-loader/plugin.c: Added comments.
17909         * plugins/build-basic-autotools/plugin.c: Added comments.
17910         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17911         
17912         * libanjuta/interfaces/libanjuta.idl,
17913         plugins/message-view/anjuta-msgman.c,
17914         plugins/message-view/message-view.c,
17915         plugins/message-view/message-view.h,
17916         plugins/message-view/plugin.c: Buffering and appending messages have
17917         been separated. message-view implementations cleaned up. Signals
17918         Emissions fixed. Messages now displayed in summary and details show
17919         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17920         API.
17921         
17922         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17923         preferences.
17924         
17925         * plugins/build-basic-autotools/Makefile.am,
17926         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17927         parsing of output to create message summaries. Uses new message view
17928         API.
17929         
17930         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17931         preferences to make dialog box smaller.
17932         
17933         * plugins/editor/search-replace.c: Fixed compile error with change
17934         in IAnjutaMessageView API.
17935         
17936 2004-09-21  Naba Kumar  <naba@gnome.org>
17938         * plugins/Makefile.am: Deletes old (installed) plugins before
17939         installing new ones.
17940         
17941         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17942         plugins/build-basic-autotools/build-basic-autotools.c,
17943         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17944         file URI from filemanager. Only disables/enables build submenu in file
17945         manager, instead of merging/unmerging.
17946         
17947         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17948         non-text files.
17949         
17950         * plugins/file-loader/anjuta-loader-plugin.ui,
17951         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17952         Implemented "Open with" file manager submenu. Displays error message
17953         when file can not be opened.
17954         
17955         * plugins/file-manager/an_file_view.c: Renamed
17956         file_manager_current_filename value name to file_manager_current_uri
17957         and exports proper URI.
17958         
17959         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17961 2004-09-19  Naba Kumar  <naba@gnome.org>
17963         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17964         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17965         save point signal to change editor tabs. Fixed accels.
17966         
17967         * plugins/file-loader/plugin.c: Fixed accels.
17969         * plugins/project-manager/plugin.c: Added target selection callback.
17970         
17971         * plugins/project-manager/plugin.c: Added URI activation.
17972         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17973         Fixed dialog and closed it on ok. Fixed a crash bug.
17974         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17976         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17977         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17978         plugins/file-loader/anjuta-loader-plugin.ui,
17979         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17980         Added recent files in file loade plugin.
17981         
17982         * ChangeLog: Fixed entry dates.
17983         
17984 2004-09-18  Naba Kumar  <naba@gnome.org>
17986         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17987         an unnecessary GtkFrame.
17988         
17989 2004-09-17  Naba Kumar  <naba@gnome.org>
17991         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17993         * TODO: Updated.
17994         
17995         * data/Makefile.am: Disabled installing old mime info.
17996         
17997         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17998         
17999         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
18000         plugins/editor/anjuta-document-manager.ui,
18001         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18002         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
18003         Added Editor context popup menu.
18004         
18005         * plugins/project-manager/anjuta-project-manager-plugin.png:
18006         Update image.
18007         
18008         * plugins/project-manager/anjuta-project-manager.plugin.in:
18009         Support .anjuta mime type.
18010         
18011         * plugins/project-manager/plugin.c: Exports "project_root_directory"
18012         value.
18013         
18014         * plugins/file-manager/plugin.c: Watches "project_root_directory"
18015         value.
18016         
18017         * src/layout.xml, plugins/profile-default/plugin.c:
18018         Added project manager plugin for startup.
18020 2004-09-16  Naba Kumar  <naba@gnome.org>
18021         
18022         * anjuta.prj: Updated.
18023         
18024         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
18025         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
18026         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
18027         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
18028         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
18029         plugins/terinal/Makefile.am, src/Makefile.am,
18030         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
18031         Fixed makefile syntax errors.
18033 2004-09-16  Naba Kumar  <naba@gnome.org>
18035         * configure.in, src/layout.xml,
18036         plugins/profile-default/plugin.c,
18037         libanjuta/interfaces/libanjuta.idl,
18038         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
18039         
18040         * configure.in, plugins/Makefile.am,
18041         plugins/project-manager/.cvsignore, 
18042         plugins/project-manager/Makefile.am,
18043         plugins/project-manager/anjuta-project-manager-plugin.png,
18044         plugins/project-manager/anjuta-project-manager.plugin.in,
18045         plugins/project-manager/anjuta-project-manager.ui,
18046         plugins/project-manager/plugin.c,
18047         plugins/project-manager/plugin.h: Added project manager plugin
18048         based on gnome-build.
18049         
18050         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18051         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18052         
18053         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18054         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18055         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18056     
18057 2004-09-16  Naba Kumar  <naba@gnome.org>
18059         * plugins/editor/action-callbacks.c: Fixed compile error.
18060         
18061 2004-09-15  Naba Kumar  <naba@gnome.org>
18063         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
18064         
18065         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
18066         New improved splace with nicer progress.
18067         
18068         * configure.in, plugins/Makefile.am,
18069         (added) file-wizard/.cvsignore,
18070         (added) file-wizard/Makefile.am,
18071         (added) file-wizard/action-callbacks.c,
18072         (added) file-wizard/action-callbacks.h,
18073         (added) file-wizard/anjuta-file-wizard-plugin.png,
18074         (added) file-wizard/anjuta-file-wizard.glade,
18075         (added) file-wizard/anjuta-file-wizard.plugin.in,
18076         (added) file-wizard/anjuta-file-wizard.ui,
18077         (added) file-wizard/file.c,
18078         (added) file-wizard/file.h,
18079         (added) file-wizard/plugin.c,
18080         (added) file-wizard/plugin.h:
18081         Created new file wizard and added it. The wizard takes care of text
18082         bit insertions and new files creation.
18084         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18085         plugins/editor/action-callbacks.h,
18086         plugins/editor/anjuta-document-manager.glade,
18087         plugins/editor/anjuta-document-manager.ui,
18088         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18089         (removed) plugins/editor/file.[c,h]: Removed text insertions and
18090         new files code and moved into a new plugin (file wizard).
18091         
18092         * libanjuta/plugins.[c,h]: Added plugins selection function.
18093         
18094         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
18095         get_position(), insert() in IAnjutaEditor interface. Added
18096         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
18097         interface (for wizard plugins).
18099         * plugins/file-loader/anjuta-loader-plugin.ui,
18100         plugins/file-loader/plugin.c: Added wizard launcher interface which
18101         scans for plugins implement IAnjutaWizard interface and presents the
18102         list to user for selection. The selected plugin is then activated
18103         for the wizard.
18105         * libanjuta/interfaces/.cvsignore: Updated.
18106         * plugins/message-view/.cvsignore: Updated.
18107         * plugins/launcher/*: Removed as launcher has already been moved to
18108         libanjuta as class.
18110         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18111         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18112         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18113         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18114         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
18115         Updated API documentations.
18117 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
18119         * configure.in: Added Punjabi to ALL_LINGUAS
18121 2004-07-29  Naba Kumar  <naba@gnome.org>
18123         * configure.in: Added file-loader plugin Makefile path and
18124         fixed devhelp version requirement.
18126 2004-07-28  Naba Kumar  <naba@gnome.org>
18128         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
18129         terminal/preferences-terminal.png (added), message-view/*.png (added),
18130         message-view/*.xpm (added), editor/*.png (added),
18131         editor/*.xpm (added), plugins/editor/Makefile.am,
18132         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18133         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18134         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18135         respective plugins directories.
18137         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18138         pixmaps/block-end-16.png, pixmaps/block-end.png
18139         pixmaps/block-start-16.png, pixmaps/block-start.png
18140         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18141         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18142         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18143         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18144         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18145         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18146         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18147         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18148         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18149         pixmaps/preferences-editor.png, pixmaps/undock.png
18150         pixmaps/error-next-16.png, pixmaps/error-next.png
18151         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18152         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18153         pixmaps/preferences-terminal.png: Deleted
18155         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18156         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18157         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18158         plugins/editor/anjuta-document-manager.plugin.in,
18159         plugins/editor/anjuta-document-manager.ui,
18160         plugins/editor/plugin.c, plugins/editor/print.c,
18161         plugins/editor/search-replace_backend.c,
18162         plugins/editor/search_preferences.h,
18163         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18164         Moved properties souce files to editor plugin as it not required in
18165         libanjuta. Other editor fixes.
18167         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18168         libegg/dock/* (removed)
18169         : Restored GDL external dependencies and removed libegg dock
18170         sources, because gdl is being developed.
18171         
18172         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18173         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18174         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18175         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18176         libanjuta/plugins.c, libanjuta/plugins.h,
18177         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18178         gconf system. Shell now takes docking positions. Added more utility
18179         functions. Added plugins query function. And other fixes.
18181         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18182         
18183         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18184         plugin to load files based on mime type.
18185         
18186         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18187         
18188         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18189         plugins/file-manager/plugin.c: File manager now uses file loader to
18190         open files.
18192         * plugins/message-view/anjuta-msgman.c,,
18193         plugins/message-view/message-view.c,
18194         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18196         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18197         plugins/terminal/terminal.c, src/Makefile.am,
18198         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18199         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18200         
18201         * libegg/dock/*: Removed directory.
18202         
18203 2004-07-28  Naba Kumar  <naba@gnome.org>
18205         * configure.in: Reduced gnome-print version requirement.
18206         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18208 2004-07-21  Ray Strode  <rstrode@redhat.com>
18209         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18210         new mime sytem.
18212 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18213         
18214         * plugins/editor/search-replace.c: Some fixes
18215         * plugins/terminal/Makefile.am:
18216         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18218 2004-05-19  Naba Kumar  <naba@gnome.org>
18220         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18221         compiler warning.
18223 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18225         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18226         Implemented IAnjutaSavable
18227         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18229 2004-05-17  Naba Kumar  <naba@gnome.org>
18231         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
18232         plugins/build-basic-autotools/.cvsignore,
18233         plugins/build-basic-autotools/Makefile.am,
18234         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
18235         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18236         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18237         plugins/build-basic-autotools/build-basic-autotools.c,
18238         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
18239         build plugin.
18240         
18241         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
18242         definition.
18243         
18244         * plugins/file-manager/an_file_view.c,
18245         plugins/file-manager/anjuta-file-manager.ui,
18246         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
18247         Added context menu UI.
18248         
18249         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
18250         in view menu.
18252 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
18253         
18254         * libanjuta/anjuta-preferences.[ch]: 
18255         Added save/load_gconf functions
18256         * src/action_callbacks.[ch], src/preferences.c: 
18257         Load global prefs from gconf at startup and save them
18258         on exit. Prefs load and save correctly but something resets
18259         them to default after loading...
18260         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18261         Somehow the linker does not find save/load_gconf functions
18262         in libanjuta. Must be a stupid mistake, I would be glad
18263         if someone could fix that.
18264         * manuals/reference/libanjuta-sections.txt: Added new
18265         preferences functions and removed gnome-filelist
18266         * plugins/file-manager/anjuta-file-manager-plugin.glade:
18267         * plugins/file-manager/plugin.c:
18268         Added root-path property
18270 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
18271         
18272         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
18273         they are not longer needed.
18274         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
18275         anjuta-sections.txt: Remove references to the files
18276         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
18277         Use new nautilus icons for file-manager, looks incredible
18278         cool!
18280 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18281         
18282         * plugins/editor/anjuta-docman.c: gchar* to 
18283         const gchar* in arguments
18284         * plugins/editor/text_editor.c: Implemented IAnjutaFile
18285         Interface
18286         * plugins/file-manager/an_file_view.c: Open files on
18287         double-click. Does not work yet because it does not
18288         find IAnjutaFile interface in document manager
18290 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18291         
18292         * plugins/editor/anjuta-docman.c
18293         * plugins/editor/text_editor.c:
18294         Made close button working, made multiple selection in
18295         File/Open dialog possble, fixed crash bug if file cannot
18296         be opened.
18298 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18299         
18300         * plugins/editor/action-callbacks.c
18301         * plugins/editor/anjuta-docman.c
18302         * plugins/editor/anjuta-docman.h
18303         * plugins/editor/search-replace.c
18304         * plugins/editor/search-replace_backend.c
18305         * plugins/editor/text_editor.c
18306         * plugins/editor/text_editor.h:
18307         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
18308         able to open all files, use uri instead of full_filename, fixed
18309         many bugs.
18312 2004-05-13  Naba Kumar  <naba@gnome.org>
18314         * plugins/message-view/anjuta-message-manager-plugin.glade:
18315         HIG compliant.
18317         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
18318         management.
18320         * pixmaps/anjuta_splash.png: Added border.
18321         
18322         * plugins/editor/anjuta-document-manager.png: New icon.
18323         
18324         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
18325         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
18326         
18327         plugins/editor/Makefile.am,
18328         plugins/editor/search-replace.c,
18329         plugins/editor/search-replace.h,
18330         plugins/editor/search-replace_backend.c,
18331         plugins/editor/search-replace_backend.h,
18332         plugins/editor/search_preferences.h,
18333         plugins/editor/search_preferences.c: Merged changes from
18334         ANJUTA_1_2_0 branch.
18335         
18336         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
18337         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
18338         operational.
18340         * plugins/terminal/Makefile.am,
18341         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
18342         dialog.
18343         
18344         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
18345         submenu.
18347 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18348         * plugins/message-view/plugin.c: Fixed glade file loading
18349         Removed "Show messages" menu item
18350         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
18351         twice because of this load system layout hack.
18352         * libanjuta/anjuta-ui.h: Removed #include config.h
18353         * libanjuta/libanjuta.pc: Fixed path and depencies
18354         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
18355         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
18356         * libanjuta/properties.cxx : #include "properties_cxx.h"
18357         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
18359 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18360         * plugins/message-view/*: Fixed message view preferences
18361         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
18362         * anjuta.glade: Removed messages stuff
18364 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18365         
18366         * Removed libanjutamm, it is now hosted on SF.net:
18367         cvs.sf.net/cvsroot/anjuta/libanjutamm
18369 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
18370         
18371         * libanjutamm/*
18372         Added some experimental code to add support for C++ plugins.
18373         Nothing works yet and it is likely that it will disappear but
18374         I have some questions to murrayc and he wants to see the code.
18376 2004-05-11  Naba Kumar  <naba@gnome.org>
18378         * plugins/terminal/terminal.c: Fixed prefs loading bug.
18380         * plugins/editor/action-callbacks.c: Fixed a crash bug in
18381         hightlight style menu actions.
18383         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18384         manuals/reference/libanjuta/plugin-description-file.sgml,
18385         manuals/reference/libanjuta/writing-plugins.sgml,
18386         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18387         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18388         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
18390         * src/anjuta-app.c: Always load system layout for now.
18392         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
18393         
18394         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18395         manuals/reference/libanjuta/libanjuta-sections.txt,
18396         manuals/reference/libanjuta/libanjuta.types,
18397         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18398         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18399         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18400         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18401         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18402         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
18403         Updated documentation.
18405         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
18406         plugins/profile-default/plugin.c, src/layout.xml:
18407         Created terminal plugin.
18408          
18409         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
18410         (new) plugins/file-manager/.cvsignore,
18411         plugins/file-manager/an_file_view.c,
18412         plugins/file-manager/plugin.c,
18413         plugins/file-manager/plugin.h: Moved preferences to separate
18414         glade file and added cvsignore file.
18415         
18416         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
18417         from ANJUTA_1_2_0 branch. Please note that other po files need merging
18418         from the branch. I tried it     but there were way too many conflicts.
18419         
18420         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
18421         
18422         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
18423         util functions required during the merge.
18424         
18425         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
18426         interface.
18427         
18428         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
18429         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
18430         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18431         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
18432         Merged with ANJUTA_1_2_0 branch.
18434 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
18436         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
18438 2004-05-07  Naba Kumar  <naba@gnome.org>
18440         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
18442         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
18443         Added preferences reading and loading.
18444         
18445         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
18446         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
18447         libanjuta/fileselection.c, libanjuta/fileselection.h,
18448         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
18449         
18450         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
18452         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
18453         anjuta.spec.in, configure.in, data/autogen.sh.generic,
18454         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
18455         data/macros/autogen.sh, data/macros2/autogen.sh
18456         data/properties/ada.properties, data/properties/anjuta.properties,
18457         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
18458         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
18459         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
18460         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
18461         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
18462         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
18463         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
18464         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
18465         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
18466         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
18467         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
18468         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
18469         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
18470         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
18471         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
18472         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
18473         plugins/class-gen/clsGen.c, plugins/editor/print.c,
18474         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
18475         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
18476         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
18477         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
18478         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
18479         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
18480         (added) scintilla/scintilla-marshal.c,
18481         (added) scintilla/scintilla-marshal.h,
18482         (added) scintilla/scintilla-marshal.list,
18483         scintilla/include/SString.h, scintilla/include/SciLexer.h,
18484         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
18485         (added) scintilla/patches/scintilla-calltip-align.patch,
18486         (added) scintilla/patches/scintilla-minor.patch,
18487         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
18489 2004-05-06  Naba Kumar  <naba@gnome.org>
18491         * (added) plugins/file-manager/Makefile.am,
18492         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
18493         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
18494         (added) plugins/file-manager/anjuta-file-manager.ui,
18495         (added) plugins/file-manager/plugin.c,
18496         (added) plugins/file-manager/plugin.h,
18497         (removed) plugins/file-manager/an_file_view.h,
18498         plugins/Makefile.am, configure.in,
18499         plugins/file-manager/an_file_view.c: Created file manager plugin.
18500         
18501         * plugins/profile-default/plugin.c: Added file manager plugin in default
18502         profile.
18503         
18504         * libanjuta/Makefile.am: Fixed dependencies.
18505         * pixmaps/anjuta_splash.png: New splash screen.
18507 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
18508         
18509         * template/template.c/h: Added in-line doc
18510         * manuals/reference/template/*: Added template documentation
18511         * configure.in: Build template docs
18513 2004-05-05  Naba Kumar  <naba@gnome.org>
18515         * autogen.sh: Added commands to generate initial interfaces.
18516         
18517         * libanjuta/Makefile.am,
18518         (removed)libanjuta/anjuta-plugin-parser.c,
18519         (removed)libanjuta/anjuta-plugin-parser.h,
18520         (added)libanjuta/anjuta-plugin-description.c,
18521         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
18522         plugin description.
18523         
18524         * libanjuta/anjuta-plugin.c,
18525         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
18526         
18527         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
18528         and added AnjutaShellPlacement enum for widgeds placement (passed to 
18529         widget add_widget() method.
18530         
18531         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18532         and moved plugin sets loading in profile plugins.
18533         
18534         * libanjuta/interfaces/.cvsignore,
18535         (removed)libanjuta/interfaces/Makefile.am,
18536         libanjuta/interfaces/libanjuta.idl,
18537         libanjuta/interfaces/anjuta-idl-compiler.pl,
18538         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18539         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18540         (removed)libanjuta/interfaces/ianjuta-editor.c,
18541         (removed)libanjuta/interfaces/ianjuta-editor.h,
18542         (removed)libanjuta/interfaces/ianjuta-file.c,
18543         (removed)libanjuta/interfaces/ianjuta-file.h,
18544         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18545         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18546         (removed)libanjuta/interfaces/ianjuta-message-view.c,
18547         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18548         *.h and Makefile.am files. They are autogenerated. Interfaces are
18549         by anjuta-idl-compiler.pl from libanjuta.idl file.
18550         
18551         * manuals/reference/libanjuta/Makefile.am,
18552         manuals/reference/libanjuta/anjuta-architecture.sgml,
18553         manuals/reference/libanjuta/libanjuta-docs.sgml,
18554         manuals/reference/libanjuta/libanjuta-sections.txt,
18555         manuals/reference/libanjuta/libanjuta.types,
18556         manuals/reference/libanjuta/plugin-description-file.sgml,
18557         manuals/reference/libanjuta/writing-plugins.sgml,
18558         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18559         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18560         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18561         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18562         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18563         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18564         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18565         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18566         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18567         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18568         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18569         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18570         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18571         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18572         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18573         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18574         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18575         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18576         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18577         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18578         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18579         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18580         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18581         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18582         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18583         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18584         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18585         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18586         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18587         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18588         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18589         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18590         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18591         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18592         interfaces template sgmls.
18593         
18594         * plugins/Makefile.am,
18595         plugins/devhelp/anjuta-devhelp.plugin.in,
18596         plugins/devhelp/plugin.c,
18597         plugins/editor/action-callbacks.c,
18598         plugins/editor/anjuta-document-manager.plugin.in,
18599         plugins/editor/plugin.c,
18600         plugins/editor/plugin.h,
18601         plugins/editor/text_editor.c,
18602         plugins/sample1/plugin.c,
18603         plugins/message-view/anjuta-message-manager.plugin.in,
18604         plugins/message-view/plugin.c: Fixed shell add_widget method to take
18605         placement. Fixed other errors.
18606         
18607         * (added)plugins/profile-default/.cvsignore,
18608         (added)plugins/profile-default/Makefile.am,
18609         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18610         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18611         (added)plugins/profile-default/anjuta-default-profile.ui,
18612         (added)plugins/profile-default/plugin.c,
18613         (added)plugins/profile-default/plugin.h: Added a default new
18614         profile plugin.
18615         
18616         * src/Makefile.am,
18617         src/action-callbacks.c,
18618         src/anjuta-app.c,
18619         src/anjuta.c,
18620         src/main.cpp: Fixed necessary changes for libanjuta
18622 2004-05-04  Naba Kumar  <naba@gnome.org>
18624         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18625         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18626         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18627         placement for default widgets placements.
18629 2004-05-03  Naba Kumar  <naba@gnome.org>
18631         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18632         manuals/reference/libanjuta/libanjuta-docs.sgml,
18633         manuals/reference/libanjuta/plugin-description-file.sgml,
18634         manuals/reference/libanjuta/writing-plugins.sgml:
18635         Wrote more sections in writing-plugins document and fixed errors.
18637 2004-05-03  Naba Kumar  <naba@gnome.org>
18639         * libanjuta/interfaces/libanjuta.idl: Added interface
18640         IAnjutaFileManager.
18641         
18642         * manuals/reference/libanjuta/anjuta-architecture.dia,
18643         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18644         architecture diagram.
18645         
18646         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18647          manuals/reference/libanjuta/libanjuta-docs.sgml,
18648         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18649         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18650         Wrote writing-plugins document and separated chapters into
18651         separate sgml files.
18652         
18653         * plugins/file-manager/an_file_view.c,
18654         plugins/file-manager/an_file_view.h: New and improved directory
18655         rendering.
18657 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18659         * anjuta.glade: re-designed the new file dialog
18660         * anjuta_dialogs_strings.c: new strings from the new file dialog
18662 2004-04-30  Naba Kumar  <naba@gnome.org>
18664         * libanjuta/interfaces/Makefile.am.iface,
18665         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18666         
18667         * libanjuta/interfaces/libanjuta.idl: Updated.
18669         * libanjuta/interfaces/Makefile.am.iface,
18670         libanjuta/interfaces/libanjuta.idl: Updated.
18672 2004-04-29  Naba Kumar  <naba@gnome.org>
18673         
18674         * libanjuta/interfaces/Makefile.am.iface,
18675         libanjuta/interfaces/libanjuta.idl: Updated.
18677 2004-04-29  Naba Kumar  <naba@gnome.org>
18679         * libanjuta/interfaces/giface-idlc-c.pl,
18680         libanjuta/interfaces/libanjuta.idl: Upgraded.
18681         * libanjuta/interfaces/Makefile.am.iface: Added.
18682         
18683 2004-04-28  Naba kumar  <naba@gnome.org>
18685         * libanjuta/interfaces/giface-idlc-c.pl,
18686         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18687         definitions and wrote a compiler.
18688         
18689 2004-04-28  Naba Kumar  <naba@gnome.org>
18691         * libanjuta/anjuta-shell.c: Fixed docs.
18692         * libanjuta/interfaces/Makefile.am,
18693         libanjuta/interfaces/ianjuta-file.c,
18694         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18695         
18696         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18697         
18698         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18700         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18701         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18702         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18703         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18704         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18705         * src/anjuta-app.c: Fixed bug.
18707 2004-04-27  Naba Kumar  <naba@gnome.org>
18709         * libanjuta/anjuta-preferences-dialog.c,
18710         manuals/Makefile.am: Fixed document bugs and enabled docs
18711         building.
18713         * libanjuta/anjuta-preferences-dialog.c,
18714         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18715         More documentation.
18716         
18717         * libanjuta/anjuta-preferences.c,
18718         manuals/reference/libanjuta/libanjuta-docs.sgml,
18719         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18720         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18721         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18722         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18723         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18724         Wrote more documentations.
18726         * (removed) plugins/message-view/imessage-view.c,
18727         (removed) plugins/message-view/ianjuta-msgman.c,
18728         plugins/message-view/Makefile.am,
18729         plugins/message-view/anjuta-msgman.c,
18730         plugins/message-view/anjuta-msgman.h,
18731         plugins/message-view/message-view.c,
18732         plugins/message-view/message-view.h,
18733         plugins/message-view/plugin.c,
18734         plugins/message-view/plugin.h: Moved interface implementations
18735         in their respective classes and used correct macros to
18736         defined class types.
18738         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18739         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18740         AnjutaUI from GtkUIManager instead of GtkDialog.
18742         * manuals/reference/libanjuta/Makefile.am,
18743         manuals/reference/libanjuta/libanjuta-docs.sgml,
18744         manuals/reference/libanjuta/libanjuta-sections.txt,
18745         manuals/reference/libanjuta/libanjuta.types,
18746         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18747         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18748         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18749         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18750         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18751         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18752         Wrote more documentation, fixed typos, added architecture
18753         diagram, updated object types etc.
18755         * plugins/editor/text_editor.c: Fixed interface implementation.
18757 2004-04-26  Naba Kumar  <naba@gnome.org>
18759         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18760         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18761         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18762         architecture diagram and a new chapter on plugins description file.
18764 2004-04-25  Naba Kumar  <naba@gnome.org>
18766         *  libanjuta/anjuta-children.h,
18767         libanjuta/anjuta-plugin.c,
18768         libanjuta/anjuta-plugin.h,
18769         libanjuta/anjuta-preferences.c,
18770         libanjuta/anjuta-shell.c,
18771         libanjuta/anjuta-shell.h,
18772         libanjuta/e-splash.c,
18773         libanjuta/e-splash.h,
18774         manuals/reference/libanjuta/Makefile.am,
18775         manuals/reference/libanjuta/libanjuta-docs.sgml,
18776         manuals/reference/libanjuta/libanjuta-sections.txt,
18777         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18778         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18779         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18780         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18781         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18782         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18783         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18784         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18785         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18786         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18787         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18788         manuals/reference/libanjuta/tmpl/defaults.sgml,
18789         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18790         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18791         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18792         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18793         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18794         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18795         manuals/reference/libanjuta/tmpl/plugins.sgml,
18796         manuals/reference/libanjuta/tmpl/properties.sgml,
18797         manuals/reference/libanjuta/tmpl/resources.sgml,
18798         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18799         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18800         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18801         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18802         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18803         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18805         Added more template files and wrote more documentation.
18807 2004-04-24  Andras Timar  <timar@gnome.hu>
18809         * configure.in: Added hu to ALL_LINGUAS.
18811 2004-04-23  Naba Kumar  <naba@gnome.org>
18812         
18813         * configure.in: Fixed compile error.
18814         
18815         * libanjuta/anjuta-children.c,
18816         libanjuta/anjuta-children.h,
18817         libanjuta/anjuta-preferences.c,
18818         libanjuta/anjuta-preferences.h,
18819         libanjuta/anjuta-shell.c,
18820         libanjuta/anjuta-ui.c,
18821         libanjuta/anjuta-ui.h,
18822         manuals/reference/libanjuta/Makefile.am,
18823         manuals/reference/libanjuta/libanjuta-docs.sgml,
18824         manuals/reference/libanjuta/libanjuta.types,
18825         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18826         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18827         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18828         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18829         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18830         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18831         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18832         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18833         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18834         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18835         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18836         manuals/reference/libanjuta/tmpl/defaults.sgml,
18837         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18838         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18839         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18840         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18841         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18842         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18843         manuals/reference/libanjuta/tmpl/plugins.sgml,
18844         manuals/reference/libanjuta/tmpl/properties.sgml,
18845         manuals/reference/libanjuta/tmpl/resources.sgml,
18846         plugins/sample1/plugin.c: Added libanjuta API documentation.
18848 2004-04-22  Naba Kumar  <naba@gnome.org>
18850         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18851         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18852         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18853         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18854         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18855         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18856         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18857         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18858         (removed) libegg/eggradiotoolbutton.c,
18859         (removed) libegg/eggseparatortoolitem.c,
18860         (removed) libegg/eggtoggletoolbutton.c,
18861         (removed) libegg/eggtoolbar.c,
18862         (removed) libegg/eggtoolbutton.c,
18863         (removed) libegg/eggtoolitem.c,
18864         (removed) libegg/prop-editor.c,
18865         (removed) libegg/test-actions.c,
18866         (removed) libegg/test-drag.c,
18867         (removed) libegg/test-merge.c,
18868         (removed) libegg/test-toolbar.c,
18869         libegg/menu/Makefile.am,
18870         (removed) libegg/menu/egg-accel-dialog.h,
18871         (removed) libegg/menu/egg-action-group.h,
18872         (removed) libegg/menu/egg-action.h,
18873         libegg/menu/egg-entry-action.h,
18874         (removed) libegg/menu/egg-markup.h,
18875         (removed) libegg/menu/egg-menu-merge.h,
18876         (removed) libegg/menu/egg-menu.h,
18877         (removed) libegg/menu/egg-radio-action.h,
18878         (removed) libegg/menu/egg-toggle-action.h,
18879         (removed) libegg/menu/howitshouldwork.txt,
18880         (removed) libegg/toolbar/.cvsignore,
18881         (removed) libegg/toolbar/Makefile.am,
18882         (removed) libegg/toolbar/TODO,
18883         (removed) libegg/toolbar/eggradiotoolbutton.h,
18884         (removed) libegg/toolbar/eggseparatortoolitem.h,
18885         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18886         (removed) libegg/toolbar/eggtoolbar.h,
18887         (removed) libegg/toolbar/eggtoolbutton.h,
18888         (removed) libegg/toolbar/eggtoolitem.h,
18889         (removed) libegg/toolbar/prop-editor.h,
18890         (removed) libegg/toolbar/toolbar-api.txt,
18891         (removed) libegg/toolbar/toolbar-ideas.txt,
18892         plugins/devhelp/anjuta-devhelp.ui,
18893         plugins/devhelp/plugin.c,
18894         plugins/editor/action-callbacks.c,
18895         plugins/editor/action-callbacks.h,
18896         plugins/editor/anjuta-docman.c,
18897         plugins/editor/anjuta-document-manager.ui,
18898         plugins/editor/plugin.c,
18899         P plugins/message-view/Makefile.am,
18900         plugins/message-view/anjuta-message-manager.ui,
18901         plugins/message-view/plugin.c,
18902         plugins/sample1/anjuta-sample.ui,
18903         plugins/sample1/plugin.c,
18904         src/action-callbacks.c,
18905         src/action-callbacks.h,
18906         src/anjuta-actions.h,
18907         src/anjuta-app.c,
18908         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18909         Gtk actions and UIManager. Fixed all plugins to use this.
18910         
18911         * manuals/reference/gtkdoc-scangobj.diff,
18912         manuals/reference/libanjuta/Makefile.am,
18913         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18914         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18915         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18916         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18917         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18919         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18920         
18921 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18922         
18923         * plugins/message-view/imessage-view.c
18924         * plugins/message-view/ianjuta-msgman.c:
18925         Added interfaces
18927 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18929         * configure.in: Added en_CA to ALL_LINGUAS.
18931 2004-04-08  Naba Kumar  <naba@gnome.org>
18933         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18934         libanjuta/interfaces/Makefile.am,
18935         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18936         message manager and message view interfaces.
18938         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18939         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18940         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18941         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18942         src/anjuta-app.c: Used 'activate' and
18943         'deactivate' virtual methods for plugins. Fixed installed plugins
18944         dialogs. Added remove_widget() method for AnjutaShell.
18946         * libanjuta/interfaces/Makefile.am,
18947         libanjuta/interfaces/ianjuta-document-manager.c,
18948         libanjuta/interfaces/ianjuta-document-manager.h,
18949         libanjuta/interfaces/ianjuta-editor.c,
18950         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18951         and editor interfaces.
18953         * plugins/devhelp/plugin.c,
18954         plugins/message-view/anjuta-message-manager.plugin.in,
18955         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18956         plugins/sample1/plugin.c: Updated plugins implementation to
18957         reflect the changes.
18959 2004-04-07  Naba Kumar  <naba@gnome.org>
18961         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18962         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18963         libanjuta/interfaces/ianjuta-editor.h,
18964         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18965         plugins/editor/anjuta-docman.c,
18966         plugins/editor/anjuta-document-manager.plugin.in,
18967         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18968         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18969         Added supported interfaces for plugins. Tested plugin interfaces
18970         through sample plugin.
18971         
18972 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18973         
18974         * template/Makefile.am, data/templates/library/Makefile.am
18975         Fixed some automake-1.7 incompatibilities
18976         * template/xmltemplate.c: Small fix
18978 2004-02-23  Naba Kumar  <naba@gnome.org>
18980         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18981         Added plugins manager dialog.
18982         
18983         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18984         library dependencies.
18985         
18986         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18987         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18988         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18989         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18990         geometry command line option.
18991         
18992 2004-02-16  Naba Kumar  <naba@gnome.org>
18994         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18995         Added interfaces and IAnjutaEditor editor interface.
18996         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18997         interface.
18998         * libanjuta/anjuta-shell.h: Fixed bug.
18999         
19000 2004-02-13  Naba Kumar  <naba@gnome.org>
19002         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
19003         
19004 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
19005         
19006         * data/template/*/.cvsignore:
19007         Avoid all these ? in cvs output
19009 2004-02-13  Naba Kumar  <naba@gnome.org>
19011         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
19012         includes and linking.
19014         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
19015         and set required version to devhelp 0.8. This devhelp version
19016         can be acquired from gnome cvs branch devhelp branch
19017         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
19019         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
19020         src/actions-callbacks.c: Added Dock Manager settings menu item.
19022         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
19023         * plugins/devhelp/plugin.c: Fixed a linking bug.
19024         
19025         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
19026         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
19027         external GDL dependency and used libegg codes.
19028         
19029 2004-02-12  Naba Kumar  <naba@gnome.org>
19031         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
19032         Added devhelp plugin, but it can't be used without a
19033         patch in devhelp. So it's disabled for now.
19035         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
19036         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
19037         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
19038         Update cvsignore files.
19040         * libanjuta/plugins.c, widgets/e-splash.c:
19041         Fixed plugins loading to show splash icons.
19042         
19043         * plugins/message-view/anjuta-message-manager.plugin.in,
19044         plugins/message-view/plugin.c: Fixed plugin registered name.
19046         * plugins/message-view/anjuta-message-view.png,
19047         plugins/sample1/anjuta-sample-plugin.png: Update images.
19049         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19050         src/main.c: Fixed layout loading.
19052         * plugins/devhelp/Makefile.am: Fixed error.
19054         * (removed) widgets/*, libanjuta/plugins.h,
19055         src/main.c: Transfered widgets to libanjuta/.
19056         
19057         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19058         toplevel directory to created only one library as libanjuta-egg.
19060         * data/Makefile.am: Fixed build error.
19062         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
19063         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
19064         libegg/.cvsignore: Added egg dock widget.
19066         * gdl/*: Removed as they are now available in libegg.
19067         
19068 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
19070         * plugins/editor/anjuta-docman.c:
19071         Use stock close icon on tab close button
19073 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
19074         
19075         * data/template/Makefile.am
19076         data/template/language/Makefile.am
19077         data/template/library/Makefile.am
19078         data/template/text/Makefile.am
19079         data/template/project/Makefile.am
19080         data/template/project/terminal/Makefile.am
19081         configure.in: Created Makefile to install templates
19083 2004-02-11  Naba Kumar  <naba@gnome.org>
19085         * plugins/editor/action-callbacks.c,
19086         plugins/editor/anjuta-document-manager.ui,
19087         plugins/editor/plugin.c
19088         plugins/message-view/anjuta-message-manager.ui,
19089         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
19090         
19091 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
19092         
19093         * plugins/message-view/*: MessageView plugin is now loaded
19094         The menu items are still dummies.
19096 2004-02-09  Naba Kumar  <naba@gnome.org>
19098         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
19099         generation.
19100         
19101         * libanjuta/anjuta-preferences.h: Added some documentation.
19102         
19103         * libanjuta/anjuta-shell.h: Removed dead codes.
19104         
19105         * (removed) manuals/reference/gtkdoc-scangobj,
19106         manuals/reference/gtkdoc-scangobj.diff,
19107         manuals/reference/libanjuta/.cvsignore,
19108         manuals/reference/libanjuta/Makefile.am,
19109         manuals/reference/libanjuta/README.inline-doc,
19110         manuals/reference/libanjuta/README.sections,
19111         manuals/reference/libanjuta/libanjuta-docs.sgml,
19112         manuals/reference/libanjuta/libanjuta-sections.txt,
19113         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19114         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19115         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19116         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19117         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19118         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19119         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19120         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19121         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19122         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19123         manuals/reference/libanjuta/tmpl/defaults.sgml,
19124         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19125         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19126         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19127         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19128         manuals/reference/libanjuta/tmpl/plugins.sgml,
19129         manuals/reference/libanjuta/tmpl/properties.sgml,
19130         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19131         of scan program. Updated templates.
19133         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19134         editor action callbacks data.
19135         
19136         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19137         scintilla object ref/unref.
19139 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19140         
19141         * template/*: Added new xml based template system
19142         * template/dtds/*: Dtds to validate xml files of the template systems
19143         * data/template/*: Some sample template files
19144         Still needs some work but builds fine!
19146 2004-02-06  Naba Kumar  <naba@gnome.org>
19148         * cofigure.in, manuals/Makefile.am,
19149         (added) manuals/reference/*: Added API documentation
19150         structure (gtk-doc based).
19152         * libanjuta/libanjuta.h: Updated
19153         
19154 2004-02-05  Naba Kumar  <naba@gnome.org>
19155         
19156         * configure.in: Sets correct dependencies and
19157         uses gdl external library.
19159         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19160         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19161         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19162         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19163         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19164         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19165         and added file dialogs.
19167         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19168         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19169         Build dynamic libraries for libegg.
19171         * plugins/Makefile.am, plugins/editor/Makefile.am,
19172         plugins/editor/action-callbacks.c, 
19173         plugins/editor/action-callbacks.h,
19174         plugins/editor/anjuta-docman.c,
19175         plugins/editor/anjuta-docman.h
19176         plugins/editor/anjuta-document-manager.plugin.in
19177         plugins/editor/anjuta-document-manager.png
19178         plugins/editor/anjuta-document-manager.ui
19179         plugins/editor/file.c
19180         plugins/editor/file.h
19181         plugins/editor/plugin.c
19182         plugins/editor/print.c
19183         plugins/editor/print.h
19184         plugins/editor/search-replace.c
19185         plugins/editor/search_incremental.c
19186         plugins/editor/search_incremental.h
19187         plugins/editor/text_editor.c
19188         plugins/editor/text_editor.h
19189         plugins/editor/text_editor_cbs.c
19190         plugins/editor/text_editor_menu.h
19191         plugins/sample1/Makefile.am
19192         plugins/sample1/anjuta-sample-plugin.png
19193         plugins/sample1/anjuta-sample.plugin.in
19194         plugins/sample1/anjuta-sample.ui
19195         plugins/sample1/plugin-sample1.c
19196         plugins/sample1/plugin.c
19197         plugins/sample1/plugin.h: Created sample
19198         plugin and fixed editor plugin.
19200         * printing/*: Removed.
19202         * scintilla/Makefile.am: Builds dynamic library.
19204         * src/Makefile.am, src/action-callbacks.c,
19205         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19206         src/anjuta-actions.h, src/anjuta-app.c,
19207         src/anjuta-app.h, src/anjuta-callbacks.c,
19208         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19209         (removed) src/anjuta.h, src/anjuta.ui,
19210         src/layout.xml, src/main.c, src/preferences.h,
19211         src/utilities.c: Debuggged and finally made plugins
19212         loadable.
19214         * global-tags/Makefile.am: Fixed build error.
19216 2004-02-03  Naba Kumar  <naba@gnome.org>
19218         * configure.in: Users GDL from external package.
19219         * plugins/*: Added many new plugins (not ready though).
19220         * src/*: Removed many files (which have been transfered in plugins/).
19221         
19222 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19224         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19226 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19228         * configure.in: Added editor plugins
19229         
19230         * plugins/Makefile.am, src/search-replace_backend.h,
19231         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
19232         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
19233         
19234         * Added: plugins/editor/search_incremental.c, 
19235         plugins/editor/search_incremental.h
19237         * Update search-replace in plugins/editor
19238         
19239 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
19240         
19241         * plugins/message-view/message-view.c: Some code clean-up
19243 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19245         * Added: search_incremental[ch]
19246         
19247         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
19248         src/mainmenu_callbacks.c, src/toolbar.c
19249         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
19250         
19251         * Incremental Search
19253 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19254         
19255         * plugins/message-view/anjuta-msgman.[c/h]:
19256         Added message manager for easier message handling with a
19257         similar interface as docman. Of course you can still use
19258         MessageView standalone.
19259         * plugins/Makefile.am: Added message-view because it compiles
19260         without errors.
19262 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19263         
19264         * plugins/message-view/*: Added message-view plugin 
19265         (still incomplete) 
19266         * configure.in: Added plugins/message-view/Makefile
19268 2004-01-03  Naba Kumar  <naba@gnome.org>
19270         * libanjuta/*.c: Added new files and updated old ones.
19271         * plugins/editor/*: Added editor plugin.
19272         * configure.in: Added editor plugin and moved editor related
19273         files into it.
19275 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
19277         * src/Makefile.am: Added search-replace_backend.[ch]
19278         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19279         find_replace.[ch]
19280         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19281         src/search-replace_backend.c, src/search-replace_backend.h,
19282         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19283         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19284         src/toolbar_callbacks.c
19285         * The advanced Search/Replace functionality now replaces the older
19286         Find/Replace stuff.
19287         * The Search/Replace functionality can be interrupted during a long
19288         Search/Replace;
19289         
19290 2003-12-11  Naba Kumar  <naba@gnome.org>
19292         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
19293         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
19294         errors.
19295         * Makefile.am, libanjuta/*: Added new module.
19296         * src/Makefile.am: Fixed linking error.
19297         * src/watch_cbs.c: Debugger clean up.
19298         * configure.in: Added libanjuta-2.0.pc
19300         * configure.in, libanjuta/Makefile.am,
19301         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
19302         libanjuta instead.
19304 2003-12-11  Naba Kumar  <naba@gnome.org>
19306         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19308         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
19309         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
19310         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
19311         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
19312         The user can now give a name at the creation of a new file and
19313         insert automatically (user choice) header, gpl notice, header
19314         template. The file extension is added automatically according
19315         to the selected type of file. The various insert functions have
19316         been moved from mainmenu-callback.c to file.c. The cursor is now
19317         moved after an insert operation. Removes also useless code in
19318         memory.c and search-replace.c
19319         
19320 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
19322         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
19323         sortable headers, process tree, removal of path and process params
19324         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19325         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19326         code cleanup
19328 2003-12-10  Naba Kumar  <naba@gnome.org>
19330         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
19331         
19332 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19334         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19336 2003-11-28  Naba Kumar  <naba@gnome.org>
19338         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
19339         
19340         * manuals/de/*: Added german translation docs.
19341         
19342         * configure.in, Makefile.am, src/Makefile.am,
19343         libegg/*/*: Added libegg library.
19344         
19345         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
19346         installation directory.
19347         
19348         * src/text_editor_cbs.c: Fixed closing of file.
19350 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19351                                                                                 
19352         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19354 2003-09-05  Naba Kumar  <naba@gnome.org>
19356         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
19357         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
19358         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
19359         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
19360         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
19361         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
19362         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
19363         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
19364         using libegg. Initial commit -- compiles but is not complete.
19366 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19368         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19370 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19372         * configure.in: Removed "ta" from ALL_LINGUAS.
19374 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
19376         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
19378 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
19380         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
19382 2004-04-24  Andras Timar  <tmar@gnome.hu>
19384         * configure.in: Added hu to ALL_LINGUAS.
19386 2004-04-14  Naba Kumar  <naba@gnome.org>
19388         * src/Makefile.am, printing/Makefile.am,
19389         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
19390         because we are still using GtkCombo and build breaks with gtk-2.4.
19391         
19392 2004-04-13  Naba Kumar  <naba@gnome.org>
19394         * NEWS: Updated.
19395         * anjuta.spec.in: Fixed build error.
19396         * po/POTFILES.in: Updated.
19397         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
19399 2004-04-11  Naba Kumar  <naba@gnome.org>
19401         * NEWS: Updated.
19402         * AUTHORS: Updated.
19403         * configure.in: Added ga in ALL_LINGUAS.
19404         * ChangeLog: Fixed dates.
19405         
19406 2004-04-09  Naba Kumar  <naba@gnome.org>
19408         * src/print.c: Fixed buffer styling bug when printing with
19409         selection.
19411         * data/properties/anjuta.properties: Defined only one base font and
19412         used courier instead of lucidatypewriter, because most newer systems are
19413         unlikely to have it (bug #885023, #925956, #890473).
19414         
19415         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
19416         warning.
19417         
19418         * src/an_file_view.c: Fixed possible crash bug.
19420 2004-04-07  Naba Kumar  <naba@gnome.org>
19422         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
19423         gtk_main_quit() etc..), so that atexit() functions are not called
19424         (which is apparently done to free up memory and we don't need to
19425         do that at this point). Incidentally, something also happens in the
19426         atexit call which freezes the UI for far too long when the application
19427         exits and we want to avoid that..
19428         * src/glade_iface.c: Fixed compiler warning.
19429         
19430 2004-04-06  Naba Kumar  <naba@gnome.org>
19432         * src/project_dbase_gui.c: Fixed errors.
19434         * src/registers_gui.c: Fixed possible crash bug.
19435         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
19436         * src/signals.[c,h]: Used tree view and glade file for dialog.
19437         * src/Makefile.am, src/about.c, src/an_file_view.c,
19438         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
19439         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
19440         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
19441         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
19442         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
19443         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
19444         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
19445         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
19446         src/launcher.h, src/main.c, src/main_menubar.c,
19447         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
19448         src/message-manager-private.cc, src/message-manager.cc,
19449         src/preferences.c, src/project_config.c, src/project_dbase.c,
19450         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
19451         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
19452         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
19453         src/search-replace.c, src/search-replace_backend.c,
19454         src/search_incremental.c, src/search_preferences.c,
19455         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
19456         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
19457         src/signals_gui.c, src/source.c, src/src_paths.c,
19458         src/stack_trace.c, src/start-with.c, src/style-editor.c,
19459         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
19460         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
19461         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
19462         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
19463         tagmanager/Makefile.am, scintilla/include/SString.h,
19464         widgets/Makefile.am, widgets/gnomefilelist.c:
19466         Removed all deprecated codes and substituted
19467         with newer APIs. Fixed some possible crash bugs where cell renderers
19468         were being shared.
19469         
19470         * scintilla/patches/scintilla-minor.patch: Minor patch.
19472 2004-04-06  Naba Kumar  <naba@gnome.org>
19474         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
19475         tree after all the files have been added (and not everytime a file
19476         is added in the project). Also fixed some memory corruption
19477         (possibly bug #900478).
19478         
19479         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
19480         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
19481         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
19482         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
19483         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
19484         qualifier wherever appropriate.
19486 2004-04-05  Naba Kumar  <naba@gnome.org>
19488         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
19489         switch terminal echo on/off. Debugger requires it off, while the
19490         rest requires it on.
19492         * src/search-replace.c: sets search direction and action (in addtion
19493         to target) for find in files.
19494         
19495 2004-04-02  Naba Kumar  <naba@gnome.org>
19497         * src/mainmenu_callbacks.c: Sets filename during save of new files.
19499         * src/project_dbase.c, src/debugger, src/an_file_view.c,
19500         src/an_symbol_view.c: Added an gtk events loop for
19501         displaying project loading status (for loading large projects) and
19502         debugger program starting ... just to give an impression of fastness :-).
19504         * configure.in, anjuta.prj: Bumped version to 1.2.2.
19506         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
19507         crash bug, which occurs when opening and closing a large project
19508         repeatedly.
19509         
19510         * src/attach_process.c: Fixed a comiple error for old gcc.
19511         
19512         * src/launcher.c: Prints proper error message when launcher child
19513         could not be executed and exits properly. Fixed a crash
19514         bug (bug #926606).
19515         
19516         * src/resources.c, src/utilities.c, src/glade_iface.c,
19517         src/debugger.c, src/attach_process.c: Properly exits forked children
19518         when they could not be executed.
19519         
19520 2004-04-01  Naba Kumar  <naba@gnome.org>
19522         * src/search-replace.c: Fixed a crash bug (bug #921893).
19524 2004-03-31  Naba Kumar  <naba@gnome.org>
19526         * anjuta.glade: Added a note on compiler options dialog ->support
19527         dialog telling that supports are only available for file mode.
19529         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19530         src/anjuta_cbs.c:
19531         Improved shutdown time delay by bypassing project closing
19532         and unloading plugins.
19534         * src/build_file.c, data/properties/anjuta.properties: Added a property
19535         to toggle on/off for going to first error automatically.
19537 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
19539         * src/debugger.c: fixed core file loading
19540         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19541         for long lines (bugs #700968 and #911376)
19542         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19543         #917982.
19544         * src/anjuta.c: Focuses current AnEditor correctly.
19546 2004-03-30  Naba Kumar  <naba@gnome.org>
19548         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19549         * AUTHORS: Updated with all contributors names.
19550         * NEWS: Updated.
19551         * src/about.c: Reads contributors names from AUTHORS file.
19552         * manuals/C/anjuta-manual/authors.xml: Points to online
19553         contributors list.
19554         
19555 2004-03-29  Naba Kumar  <naba@gnome.org>
19557         * data/properties/ada.properties: Fixed syntax colors. Patch
19558         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19559         (bug #923474).
19561         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19562         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
19563         generated projects, so that their pixmap files are
19564         found properly (bug #919903).
19565         
19566         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19567         anjuta.
19569         * src/source.c: Installs .glade file of libgllade
19570         projects in $(datadir)/$(package)/glade (part of bug #861038).
19571         
19572         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19573         in compiler options (bug #883837).
19574         
19575         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19576         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19577         
19578 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
19580         * anjuta/src/search-replace.c: fixed another crash bug in
19581         "Find Usage"
19582         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19583         breakpoint property fix
19585 2004-03-29  Naba Kumar  <naba@gnome.org>
19587         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19588         (new) manuals/C/anjuta-advanced-tutorial/*:
19589         Added menu entry for 'Anjuta Advanced Tutorial'
19590         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
19592 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19593         
19594         * src/fileselection.[ch], src/mainmenu_callbacks.c:
19595         Fixed bug #908941  ('Open' starts in wrong directory)
19596         
19597 2004-03-26  Naba Kumar  <naba@gnome.org>
19599         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19600         compile error and bug #905738 with terminal.
19602         * src/search_incremental.c, src/register.c, src/sharedlib.c,
19603         src/search-replace.[h,c], src/search_incremental.[h,c],
19604         src/search_preferences.h, src/utilities.c, src/anjuta.c,
19605         src/text_editor.[c,h]: Fixed compiler warnings.
19606         
19607         * src/search-replace.c: Fixed a memory corruption (possible
19608         fix for bug #921893, but not yet confirmed).
19609         
19610         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19611         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19612         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19613         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19615 2004-03-25  Naba Kumar  <naba@gnome.org>
19617         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19618         crash bug with attach process dialog and made the dialog closable
19619         with 'esc'.
19620         
19621         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19622         always display within the margin.)
19623         
19624         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19625         the old breakpoint when it's properties are updated
19626         (creating a new updated one).
19627         
19628 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19630         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19631         displayed for wrong file.
19632         * src/breakpoints.c: conditional breakpoints
19633         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19634         "Find in Files..." disabling policy
19636 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19638         * src/build_file.c: Fixed bug #874380
19639         Goto the first error if it exists.
19641 2004-03-24  Naba Kumar  <naba@gnome.org>
19643         * src/anjuta.c: Fixed to get correct child exit status
19644         using mask (bug #905738).
19645         
19646         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19647         Aligned buttons in the New file dialog,
19648         set default response to OK, entry box activates default response,
19649         ESC closes dialog and hides on delet_event.
19651 2004-03-19  Naba Kumar  <naba@gnome.org>
19653         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19654         tree).
19656 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19658         * src/search-replace.c: fixed "Find Usage" crash when no project open
19660 2004-03-17  Naba Kumar  <naba@gnome.org>
19662         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19663         Fixed the generated projects to read m4 directory if the directory
19664         exists (bug #917781).
19665         
19666 2004-03-12  Naba Kumar  <naba@gnome.org>
19668         * HACKING: Fixed formatting for auto-parsing.
19670 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19671         
19672         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19673         rework (bug #890609)
19675 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19676         
19677         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19679 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19680         
19681         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19682         * src/search_preferences.c: Fixed typo.
19683         
19684 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19685         
19686         * src/search-replace.c: improved Search&Replace
19687         For the moment "Replace All" does not work with non opened files
19688         but Anjuta should not crash now ! ??? 
19689         
19690 2004-02-26  Naba Kumar  <naba@gnome.or>
19692         * src/source.c: Fixed to pass cflags correctly
19693         and suppress the automake's default cflags.
19694         bug #816130, #801056, #782798, #773459
19695         
19696         * data/properties/anjuta.properties: Do not defualt to -k make option.
19697         bug #875486.
19699         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19700         bug #877683.
19701         
19702         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19703         
19704         * src/message-manager-private.cc: Disabled debug messages.
19705         
19706 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19708         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19710 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19711         * anjuta.glade, src/search-replace.c:
19712         Reduced Search&Replace dialog, bug #902636.
19713         
19714 2004-02-23  Naba Kumar  <naba@gnome.or>
19716         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19717         (bug #866143).
19719 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19720         
19721         * src/search_incremental.c: Fixed bug #900903
19723 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19724         
19725         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19726         src/anjuta.c: Fixed bugs #890609 and #890609
19728 2004-02-23  Naba Kumar  <naba@gnome.or>
19730         * src/message-manager.cc: Disconnects menuitem signal properly.
19731         Fixed bug #901723.
19732         
19733         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19734         bug #900897.
19735         
19736 2004-02-20  Naba Kumar  <naba@gnome.org>
19738         * src/message-manager-private.[c,h]: Implemented keypress
19739         event for the terminal and resets it when ctrl c or ctrl d
19740         is pressed. But it doesn't seem to be working on keypress.
19741         Added a workaround to let it work on key release instead.
19742         (bug #878357).
19743         
19744         * src/search-replace: Fixed compiler warnings.
19745         
19746 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19748         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19749         Use defined file name when saving new files (fixes bug #898105)
19750         Don't change filename when clicking on a directory
19751         
19752         BTW: Happy birthday to me :-)
19753         
19754 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19755         
19756         * src/search-replace.c: Fixed a crash bug 
19757         Crash on Find & Replace (#887833)
19758         
19759 2004-02-18  Naba Kumar  <naba@gnome.org>
19761         * src/executer.c: Fixed a crash bug.
19762         
19763         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19764         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19765         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19766         instead of GtkWindow (Part of bug #671596).
19767         
19768         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19769         src/registers_gui.c, src/registers_cbs.[h,c],
19770         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19771         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19772         src/compiler_options.c, src/an_file_view.c, start-with.c,
19773         src/anjuta-tools.c, help.c:
19775         Added "close" buttons on all
19776         dialogs (HIG) and fixed to properly response to ESC close
19777         (Part of bug #671596).
19779         * src/launcher.c: Disabled printing of long debug lines.
19780         
19781         * src/utilities.h: Fixed a compiler warning.
19782         
19783 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19785         * src/anjuta.c: "Save all" action now asks for filenames for new files
19786         (fixes bug #898111)
19788 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19790         * anjuta.glade, src/text_editor.c:
19791         Fixed a typo in Hello World indentation style 
19792         Fixed misuse of translated strings when looking for style
19793         This entry fixes bug #876037
19795 2004-02-16  Naba Kumar  <naba@gnome.org>
19797         * src/utilities.c: Fixed return value when dest file could
19798         not be created.
19800         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19801         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19802         internal function to compare files.
19803         
19804 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19806         * src/message-manager-private.cc:
19807         Set bold color as foreground color in terminal
19808         (fixes bug #864924)
19810         * src/aneditor.cxx:
19811         Use font style defined for message indicators in
19812         preferences/messages
19813         (fixes bug #885032)
19815 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19817         * src/build_project.c:
19818         Use build.silent option from preferences (fixes bug #895726)
19819         
19820 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19822         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19824 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19825         
19826         Patch from Massimo Corà <maxcvs@email.it>:
19827         * scintilla/LexCPP.cxx: Support "///" comments
19829 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19830         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19831         src/search_replace.h, src/search-replace_backend.h
19832         anjuta.glade
19833         
19834         * Added: src/search_preferences.c, src/search_preferences.h
19835         Allow the user to save search/replace settings and give them names.
19837 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19838         
19839         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19840         scintilla/ScintillaGTK.cxx:
19841         Hopefully fixed AMD 64 crash bug by using correct marshaller
19843 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19845         * src/preferences.c: Save GtkOptionMenu properties properly
19846         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19848 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19849         
19850         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19851         Fixed libiconv issue
19852         * NEWS: Updated
19854 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19855         
19856         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19857         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19858         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19859         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19860         src/sharedlib_gui.c:
19861         Debugger speed-up, replaced deprecated GtkCList
19863 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19865         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19867 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19869         * configure.in: Added "sq" to ALL_LINGUAS.
19871 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19873         * configure.in: Added "ko" to ALL_LINGUAS.
19875 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19877         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19878         src/search_incremental.c, src/search_incremental.h: 
19879         Search_incremental code cleanup
19881 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19883         * scintilla/*/*: Updated scintilla to CVS
19884         * Added: scintilla/Readme.sync
19885         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19886         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19887         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19888         scintilla/ScintillaGTK.cxx,
19889         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19890         scintilla/include/Scintilla.iface: Updated.
19892 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19894         * search-replace_backend.[ch], search_incremental[ch]: Added
19895         
19896         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19897         find_replace.[ch]: Removed.
19898         
19899         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19900         src/search-replace_backend.c, src/search-replace_backend.h,
19901         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19902         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19903         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19904         functionality now replaces the older Find/Replace stuff. The Search/Replace
19905         functionality can be interrupted during a long Search/Replace.
19907 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19909         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19910         selecting ".." and "." from file selector. 
19912 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19914         * anjuta.glade: Fixed wrong "fold.symbols" property
19916 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19917         
19918         * src/project_dbase_gui.c: Alphabetical order ;-)
19919         * src/compiler_options.c: Fixed bug #867539
19920         * src/launcher.c: Workaround for bugs #864922, #849928,
19921         #846386 and #845782: The launcher no longer hangs but does
19922         not get the exit status correctly sometimes.
19923         * Changes suggested by Bosik are obviously already in without
19924         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19925         * NEWS, README, anjuta.prj, configure.in: 
19926         Changed version to 1.2.1
19927         
19928         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19929         * anjuta_dialogs_strings.c, anjuta.glade: 
19930         Fixed bugs #860906, #859329
19931         
19932         Patch from grzegol@pld-linux.org
19933         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19934         freedesktop.org standard)
19936 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19937         
19938         Patch from Stefano Vallarino <stevalla@libero.it>:
19939         * src/source.[c/h]: Fixes cpp sample file to conform to 
19940         ISO/IEC 14882, C++-Standard 
19942 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19944         Review by Johannes Schmid <jhs@cvs.gnome.org>
19945         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19946         command using sh -c.
19947         * src/compile.c: Use build_execute_shell_command when compiling single
19948         files.
19950 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19951         
19952         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19953         * src/breakpoints.c: Code cleanup, workaroud for possible 
19954         launcher bug
19955         * src/src_paths.c: Update debugger dirs on directory change
19957 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19959         Review by Johannes Schmid <jhs@cvs.gnome.org>
19960         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19961         sortable headers, process tree, removal of path and process params
19962         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19963         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19964         code cleanup
19966 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19967         
19968         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19969         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19970         Add a dialog for "New file" which lets the user set the 
19971         filename and to add copyright/header templates to the file
19972         * Review: Changed function names to contain modules name (file_)
19974 2003-12-09  Naba Kumar  <naba@gnome.org>
19976         * setup-gettext: Fixed a typo.
19977         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19979 ---- Released version 1.2.0 ---
19981 2003-12-08  Naba Kumar  <naba@gnome.org>
19983         * src/preferences.c: Fixed compiler error.
19984         * global_tags/create_global_tags.sh: Fixed to install properly
19985         even when system.tags could not be generated.
19986         * NEWS: Updated.
19988 2003-12-06  Naba Kumar  <naba@gnome.org>
19990         * setup-gettext: Fixed to not generate intl directory with gettextize.
19992         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19993         * src/anjuta.c: Filters out unnecessary files from find in files
19994         command.
19995         
19996         * NEWS: Updated.
19997         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19998         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19999         
20000 2003-12-04  Naba Kumar  <naba@gnome.org>
20001         
20002         * src/gnome_project.c: Enables debug and optimization flags for
20003         new projects.
20004         
20005         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
20006         
20007         * src/project_dbase_gui.c: combined header and c files for
20008         file selector.
20009         
20010         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
20011         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
20013 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
20015         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
20017 2003-11-29  Naba Kumar  <naba@gnome.org>
20019         * configure.in, anjuta.prj: Bumped version to 1.2.0.
20020         * NEWS: Updated.
20022 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
20023         
20024         * src/main_menubar.c: Now files cannot be opened twice in recently
20025         file menu
20027 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
20029         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
20031 2003-11-28  Naba Kumar  <naba@gnome.org>
20033         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
20034         
20035 2003-11-27  Naba Kumar  <naba@gnome.org>
20037         * src/breakpoints.c, src/launcher.c, src/find_text.c,
20038         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
20039         
20040         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
20041         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20042         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20043         checkbox in project wizard (project options page) to enable/disable
20044         source code generation with glade(mm).
20045         
20046         * NEWS: Updated
20047         
20048 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20050         * src/dnd.c: Opening files with special characters in the name.
20052 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20054         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20055         a long time.
20057 2003-11-18  Naba Kumar  <naba@gnome.org>
20059         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
20060         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
20061         src/project_import.c, plugins/patch/patch-plugin.c:
20062         Fixed g_signal_diconnect calls to pass correct data.
20063         (Fixed possible crash in project imports).
20064         
20065         * NEWS: Updated.
20066         
20067 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
20069         Reviewed by Naba Kumar  <naba@gnome.org>
20070         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
20071         and debugger. Sets default settings for pty in launcher.
20072         * data/gdb.init: Removed charset work around (now works with user's
20073         native charset)
20074         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
20076 2003-11-18  Naba Kumar  <naba@gnome.org>
20078         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
20079         names of 'index' to 'idx'.
20080         
20081 2003-11-17  Naba Kumar  <naba@gnome.org>
20083         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
20084         * src/project_dbase.c: Prompts user for unsaved project files
20085         when project is closed.
20086         
20087 2003-11-16  Naba Kumar  <naba@gnome.org>
20089         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
20090         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
20091         older gcc.
20092         
20093 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
20094         
20095         * src/anjuta.c: Fixed crash related to tag == NULL while 
20096         anjuta is exiting
20098 2003-11-11  Naba Kumar  <naba@gnome.org>
20100         * src/glade_iface.c: Avoids error conditions for glade or glademm not
20101         found. It simply doesn't generate the c/c++ codes and continues with
20102         just a warning.
20103         * NEWS: Updated.
20104         
20105 2003-11-10  Naba Kumar  <naba@gnome.org>
20107         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
20108         'Start with dialog'.
20110         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
20111         German translation of anjuta-tutorial.
20112         
20113         * src/launcher.c: Fixed an encoding bug with GIOChannels.
20114         * NEWS: Updated.
20116 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20118         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
20119         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
20120         the syntax highlighting in Preferences, the automatic syntax
20121         highlighting is now selected. When the debugger is stopped and the
20122         breakpoints window not closed, the gtk_tree_view in this window is
20123         now made unsensitive.
20125 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
20127         * src/preferences.h, src/preferences.c, anjuta.glade:
20128         Fixed translation bug in preferences by using GtkOptionMenu
20129         * anjuta.prj: Project version 1.1.98
20131 ---------------- Released version 1.1.98 ----------------
20133 2003-11-07  Naba Kumar  <naba@gnome.org>
20135         * anjuta.spec.in: Revived docs package and combined all docs into
20136         one package.
20137         * configure.in: Bumped version to 1.1.98 rc2
20138         * NEWS: Updated.
20139         * anjuta.spec.in: Fixed scrollkeepr-update command.
20140         * anjuta.spce.in: Fixed file permissions.
20142 2003-11-06  Naba Kumar  <naba@gnome.org>
20144         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20145         menus to activate anjuta helps.
20146         
20147         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20148         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20149         manuals/C/anjuta-faqs/legal.xml (added),
20150         manuals/C/anjuta-faqs/Makefile.am,
20151         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20152         manuals/C/anjuta-faqs/.cvsignore,
20153         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20154         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20155         manuals/C/anjuta-tutorial/legal.xml (added),
20156         manuals/C/anjuta-tutorial/Makefile.am,
20157         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20158         manuals/C/anjuta-tutorial/.cvsignore,
20159         manuals/C/anjuta-manual/*.sgml (removed),
20160         manuals/C/anjuta-manual/*.xml (added),
20161         manuals/C/anjuta-manual/Makefile.am,
20162         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20163         manuals/C/anjuta-manual/.cvsignore,
20164         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20165         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20166         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20167         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20168         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20169         manuals/ja/anjuta-faqs/legal.xml (added),
20170         manuals/ja/anjuta-faqs/Makefile.am,
20171         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20172         manuals/ja/anjuta-faqs/.cvsignore,
20173         manuals/ja/anjuta-manual/*.sgml (removed),
20174         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20175         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20176         manuals/ja/anjuta-manual/*.xml (added),
20177         manuals/ja/anjuta-manual/Makefile.am,
20178         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20179         manuals/ja/anjuta-manual/.cvsignore,
20180         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20181         manuals/sgmldocs.make (removed),
20182         manuals/xmldocs.make (added), manuals/omf.make (added),
20183         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20184         documentations to newer docbook xml documentations. Converted 
20185         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20186         Enabled manulas installations.
20187         
20188         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20190 2003-11-05  Naba Kumar  <naba@gnome.org>
20192         * data/gdb.init: Sets host's charset to ascii to solve debugger
20193         freeze up due to uninitialized strings in target program.
20195         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20196         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20197         
20198         * NEWS: Updated.
20199         
20200         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20201         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20203 2003-11-04  Naba Kumar  <naba@gnome.org>
20205         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20206         problems.
20207         
20208         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20209         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20210         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20211         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20212         in file headers.
20213         
20214         * src/search-replace.c: Fixed infinite loop bug.
20215         * start-with.c: Fixed a crash bug with "Open last project".
20216         
20217         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20218         * scintilla/Makefile.am: Fixed compiler option.
20219         
20220 2003-10-16  Naba Kumar  <naba@gnome.org>
20222         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20223         * src/text_editor.c: Fixed autoformat.
20224         
20225 2003-10-15  Naba Kumar  <naba@gnome.org>
20227         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20228         of CTRL+number.
20229         
20230 2003-10-09  Naba Kumar  <naba@gnome.org>
20232         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
20233         
20234 2003-10-08  Naba Kumar  <naba@gnome.org>
20236         * src/source.c: Fixed a GETTEXT typo error.
20237         * anjuta.glade: Made 'Sorted in order you open them' default option
20238         for editor tabs.
20240         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20241         * anjuta.glade, data/properties/anjuta.properties:
20242         Fixed the freeze of the "Preferences" combos at the first Anjuta
20243         init is generated by:
20244                 - a not complete translation of preferences.c file
20245                 - a difference between 2 names in anjuta.glade and
20246                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
20247                 - the same name given to 3 combos (anjuta.glade).
20248                 
20249         * src/find_text.c: If the "whole document" mode is selected,
20250         a new search will select the next occurrence (Bug #764954).
20251         It is now possible to use the shortcuts to search next or previous
20252         occurrence even if the search dialog has the focus.     Bug #790318
20253         
20254         * src/main_menubar_def.h: "Select code block" shortcut; the new
20255         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
20256         (Bug #811016).
20258         Patch from: Richard Lee  <r.h.lee@comcast.net>
20259         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
20260         tagmanager/tm_workspace.c: The following is a patch to fix a
20261         seemingly random occurence where Anjuta would crash when a
20262         certain key was pressed.
20264 2003-09-29  Naba Kumar  <naba@gnome.org>
20266         * src/find_in_files.c: Ignores binary by default. Disabled the option
20267         of NOCVS search, because launcher does not use sh and hence can not
20268         pipe.
20269         
20270         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
20271         "clean before build" state in project session and not in account session,
20272         otherwise the state gets reflected to other projects causing annoyance.
20273         
20274         * src/compiler_options.c: Fixed a bug where compiler options were always
20275         claimed 'modified'.
20277         * src/build_project.c, data/properties/anjuta.properties,
20278         src/commands.[h]: Fixed a bad bug where clean-before-build
20279         doesn't work.
20280         
20281         * scintilla/patches/research-cvs-nolog.diff,
20282         scintilla/patches/scintilla-ac-gtk2-port.diff,
20283         scintilla/patches/scintilla-ac-sort-fix.diff,
20284         scintilla-optimization.diff: Removed, because they are already in
20285         scintilla CVS.
20286         
20287         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
20288         2003-09-29).
20290         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
20291         scintilla/LexYAML.cxx: Added new scintilla lexers.
20292         
20293         * TODO, NEWS: Updated.
20295         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20296         * src/utilities.c: Fixed typo bugs.
20298 2003-09-26  Naba Kumar  <naba@gnome.org>
20300         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
20301         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
20302         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
20303         text_editor_find() and Fixed I-Search wrapping.
20304         * src/debugger.c: Fixed to pass a newline after a debugger
20305         command (which was broken since the launcher was refactored.
20306         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
20308 2003-09-25  Naba Kumar  <naba@gnome.org>
20310         * src/toolbar_callbacks.c: Fixed start of incremental search.
20311         
20312         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20313         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
20314         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20315         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
20316         menu and implementation.
20318 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20320         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20321         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
20322         variables in Locals window.
20324 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
20326         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20327         * src/utilities.[ch] : Fix a tooltip bug in 
20328         anjuta_util_toolbar_append_stock(), the label appeared instead of
20329         the tooltip text. Remove label from arguments of the function
20330         because label is included in the stock icon data.
20331         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
20332         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
20333         * FIXME: translation file should be updated because of label text removal.
20335 2003-09-24  Naba Kumar  <naba@gnome.org>
20337         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
20338         
20339         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20340         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
20341         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
20342         stdout and stderr. Also buffered output and check-for-password
20343         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
20344         with password prompts. Checkes for password prompts from all outputs.
20345         
20346         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
20347         which takes a string (which could be utf8 also) and converts into
20348         utf8 string.
20349         
20350         * src/main.c: Connects kernel signals after gnome_program_init().
20351         
20352         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20353         * src/message-manager.c: Fixed bug #787026 by converting the strings
20354         to proper UTF8.
20355         
20356 2003-09-22  Naba Kumar  <naba@gnome.org>
20358         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
20359         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
20360         GtkCList and using GtkTreeView instead. Added the patch.
20361         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
20362         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
20363         
20364 2003-09-19  Naba Kumar  <naba@gnome.org>
20366         * printing/print.c: Proper UTF8 printing support.
20367         * src/main.c: moved kernel signal connects at the
20368         end of application initialization.
20369         
20370 2003-09-18  Naba Kumar  <naba@gnome.org>
20372         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
20373         (new) lexers.make, (new) lexers: Update scintilla to latest
20374         scintilla CVS (2003-09-18), added new lexers, automated
20375         lexers makefiles sections and scintilla update. Added
20376         patches. Optimized pango rendering. Fixed a crash bug
20377         in scintilla.
20378         
20379         * (new) scintilla/patches/research-cvs-nolog.diff: Added
20380         patch to remove cvs log command from RESearch.cxx file.
20381         * scintilla/patches/scintilla-pango-always.diff:
20382         Fixed file name.
20383         * scintilla/RESearch.cxx: Removed spurious cvs log command
20384         and logs.
20385         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
20386         
20387         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
20388         * src/dnd.c: Fixed a crash bug with DND.
20389         
20390 2003-09-15  Naba Kumar  <naba@gnome.org>
20392         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
20393         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
20394         src/toolbar_callbacks.c: Added an additional parameter to
20395         text_editor_goto_line() funtion which decides if the line should
20396         be made visible (if it's under fold).
20397         
20398         * src/style-editor.c: Fixed a compiler warning.
20399         * src/message-manager.cc: Calls parent method correctly.
20401         * src/preferences.h: Fixed prent class.
20402         
20403         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20404         * src/project_dbase.c: Fixed bug #713210.
20405         
20406 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20407                                                                                 
20408         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20410 2003-09-11  Naba Kumar  <naba@gnome.org>
20412         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20413         * src/style-editor.c: Fixed bug #769130 (Crash on font
20414         selection dialog).
20415         
20416         * src/message-manger.[h,cc]: Made AnMessageManager
20417         derived from GtkFrame and removed deprecated code.
20418         
20419         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
20420         compiler warnings.
20421         
20422 2003-09-09  Naba Kumar  <naba@gnome.org>
20424         * src/Makefile.am: Addded rules for built sources.
20425         
20426 2003-09-08  Naba Kumar  <naba@gnome.org>
20428         * (new) src/anjuta-marshalers.list: Added marshalers definition
20429         file.
20430         
20431         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
20432         and CXXFLAGS are not overwriten by automake's default.
20433         * src/style-editor.c: Added 'operators' in the style editor.
20434         
20435         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
20436         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
20437         * src/message-manager-private.cc, src/message-manager.cc:
20438         Converts message going into message into UTF-8 endoding.
20439         * src/main.c: Uses UTF-8 codeset for localization.
20440         
20441 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
20443         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
20444         
20445 2003-09-08  Naba Kumar  <naba@gnome.org>
20447         * TODO: Updated.
20448         
20449         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20450         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
20451         Fixed bug #798717, Find - Find&Replace - Find in files bug;
20452         The combo entries were updated if the same data with a different
20453         case exist in the combo list. The combo entries are now case sensitive. 
20454         Search&Replace bug; First search ,max actions = 0 ==> now max
20455         actions = 100.
20456         
20457 2003-09-08  Naba Kumar  <naba@gnome.org>
20459         * TODO: Updated.
20460         * src/utilities.[c,h]: a function takes contant args.
20461         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
20462         Now the child terminated signal is emitted properly.
20463         * src/Makefile.am: Used $(top_srcdir) for referring to 
20464         scintilla objects.
20465         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
20466         definitions file which will generate anjuta-marshalers.[c,h] files.
20467         * src/.cvsignore: Updated.
20468         * src/build_project.c: Changed su command to preserve quotes.
20469         * src/anjuta-tools.c, tagmanager/tm_project.c,
20470         tagmanager/tm_workspace.c: Use standard tmp file.
20471         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
20472         so that users could report bugs easily.
20473         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
20474         
20475         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
20476         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
20477         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
20478         src/attach_process.c, src/breakpoints.c, src/commands.c,
20479         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
20480         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
20481         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
20482         src/memory.c, src/message-manager-private.c, src/preferences.c,
20483         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
20484         src/search-replace.[c,h], stack_trace.c, text_editor.c,
20485         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
20486         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
20487         Fixed compile warnings and cleanup.
20488         
20489         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
20490         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
20491         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
20492         Removed libzvt usage and implemented child spawing differently. Launcher is
20493         now proper GObject, which can be created multiple times (and can be
20494         operated in parallel).
20496         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
20497         * src/project_import_gui.c, src/project_import_cbs.c,
20498         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
20499         (crash on project import). Removed deprecared codes.
20500         
20501 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20502         
20503         * src/cvs.c: Fixed cvs output bug.
20505 2003-09-03  Naba Kumar  <naba@gnome.org>
20507         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20508         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
20509         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
20510         src/text_editor_cbs.c: Implements --
20511                 If the debugger is started
20512                         A double click in the margin add or remove a breakpoint
20513                         A single click activate or deactivate the breakpoint
20514                 else
20515                         A double click in the margin add or remove a bookmark
20517 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20518         
20519         Reviewed by Naba Kumar  <naba@gnome.org>
20520         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
20521         User is now able to choose a branch on cvs update for project.
20522         Cleaned up variable names.
20524 2003-09-03  Naba Kumar  <naba@gnome.org>
20526         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
20527         src/Makefile.am: Added lexers.
20528         * scintilla/*/*: Updated...
20529         * src/an_symbol_view.c: Fixed a crash bug.
20530         * src/compiler_options.c, src/project_dbase.c: Fixed compile
20531         and build bugs.
20532         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20533         * src/source.c: Fixed project generation bug with gettext code.
20534         * tagmanager/tm_project.c: Fixed a crash bug.
20535         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20536         bug when there is no project open. Bug #____.
20537         * src/source.c: Fixed a bug with build failure with non-gnome
20538         project with glade-generated source (eg. gtk2). Bug #____.
20539         * NEWS: Updated...
20541 2003-08-22  Naba Kumar  <naba@gnome.org>
20543         Patch from: Rob Bradford  <rob@debianplanet.org>
20544         * data/Makefile.am: Fixed to install properly during
20545         package building.
20546         
20547         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20548         * src/debug-tree.c: Fixed a crash bug.
20549         * src/compiler_options.c: Takes care of linking the missing pieces;
20550         C flags, libs, optimization options, debug and profile.
20552         Patch from: Enver ALTIN  <ealtin@casdb.com>
20553         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20554         
20555 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
20557         Reviewed by Naba Kumar  <naba@gnome.org>
20558         * src/project_dbase.c: Fixed bugs #778263 and #778413
20559           Adding multiple files to project should work now.
20561 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20563         Reviewed by Naba Kumar  <naba@gnome.org>
20564         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20565         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20566         for Locals window.
20568 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20570         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20572 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20574         * src/text_editor.c: Fix translatable string (#113934).
20576 2003-07-04  Naba Kumar  <naba@gnome.org>
20578         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20579         bug when there is no project open. Bug #____.
20580         
20581         * src/source.c: Fixed a bug with build failure with non-gnome
20582         project with glade-generated source (eg. gtk2). Bug #____.
20584 2003-06-26  Naba Kumar  <naba@gnome.org>
20586         * src/anjuta.h: Removed reference to windows-dialog.h.
20587         * src/message-manager-private.[cc,h]: Fixed doulbe click
20588         activation of messages to properly jump at the destination.
20589         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20590         * src/toolbar.c: Code clean-ups.
20591         
20592         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20593         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20594         
20595         * src/message-manager-private.[cc,h]: Removed dead codes.
20596         
20597         * (new) data/properties/css.properties,
20598         data/properties/anjuta.properties, data/properties/Makefile.am:
20599         Added CSS syntax hiliting properties.
20600         
20601         * tagmanager/tm_file_entry.c: Fixed a possible bug.
20602         * src/debugger.c: Clean ups.
20603         * src/lexer.h: Added CSS lexer definition.
20604         
20605         * Makefile.am: Installs destop file properly.
20606         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20607         * NEWS: Updated for 1.1.97 release.
20608         * src/main_menubar_def.h: Changed some non working shortcuts.
20609         
20610 2003-06-24  Naba Kumar  <naba@gnome.org>
20612         * src/search-replace.c: Shows the dialog properly, even when it is
20613         hidden behind another window.
20614         
20615         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20616         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20617         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20618         and code clean up.
20619         
20620         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20621         setup wizard dialogs.
20622         
20623         * src/debugger.c: Removed a redundant call to
20624         debugger_update_controls().
20625         * src/compiler_options.c, src/launcher.c: code cleanup.
20626         * src/executer.c: Fixed execution bug with 'Set Program params...".
20627         
20628 2003-06-23  Naba Kumar  <naba@gnome.org>
20630         * widgets/e-splash.c: Removed border around the splash image.
20631         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20632         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20633         * src/cvs.c: Added a frame around commit log text widget.
20634         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20635         crash bug associated with translated combo box list in preferences
20636         dialog (in different locale other than en_US). Used widget names
20637         to pass the combo list items.
20638         * po/POTFILES.in: Updated.
20639         * src/launcher.c: Creates the zvt terminal at startup (and not
20640         every time a build is done) -- speeds up buld operations.
20641         * src/file_history.c: Should be if() conditional instead of
20642         assertion check.
20643         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20644         Disabled useless warnings.
20645         * src/project_dbase.c: Fixed bonobo 2 project name.
20646         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20647         and uses correct glade-2 for file generation.
20648         
20649 2003-06-21  Naba Kumar  <naba@gnome.org>
20651         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20652         And disables autocomple show for numbers (very annoying).
20653         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20654         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20655         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20656         from view menu and adjust the controls accordingly.
20657         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20658         only OK button.
20659         * src/project_dbase.[c,h]: Removed show_local flag processing.
20660         * src/message-manager.[c,h]: Reorganized messages tabs in more
20661         sensible order.
20662         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20663         Also added PCRE dependency.
20664         
20665 2003-06-20  Naba Kumar  <naba@gnome.org>
20667         * pixmaps/anjuta_splash.png: New splash.
20668         from Jean Schurger  <yshartk@schurger.org>
20669         
20670         * src/controls.c: De-sensitize run-to-cursor when debugger
20671         is not running.
20672         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20673         
20674         * src/message-manager-private.cc: Fixed to properly jump at
20675         the right file:line.
20676         
20677         * src/appwiz_page1.c: Fixed to correctly determine the project
20678         trpe from the wizard.
20679         
20680 2003-06-20  Naba Kumar  <naba@gnome.org>
20682         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20683         * src/watch_gui.c: Code cleanups.
20684         * src/debugger.[c,h], src/stack_trace.[c,h],
20685         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20686         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20687         Removed direct access to stack_trace private data, Increased debugger
20688         command size from 256 to 1024 (to be on safer side). Also implemented
20689         row-activated signle for seting frame and viewing the source.
20690         * src/debugger.c: Avoids starting program and stopping debugger
20691         when starting debugger and stopping program, respectively.
20692         
20693         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20694         Reverted codes to start debugger automatically
20695         The file is brought to the state just after the branching 
20696         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20697         some code clean ups.
20698         
20699         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20700         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20701         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20702         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20703         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20704         src/project_dbase.c: Code clean ups.
20705         
20706         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20707         (Projects dir) so that correct $HOME/Projects path is set when
20708         anjuta is run for the first time.
20709         
20710 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20712         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20714 2003-06-13  Naba Kumar  <naba@gnome.org>
20716         * src/stack_trace_cbs.c: Moved variable declaration at the
20717         top of the block (bug #737867)
20718         
20719         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20720         just CFLAGS and CXXFLAGS (bug #743617).
20721         
20722         * src/create_global_tags.sh: Fixed shell script to properly
20723         detect installed *-config files.
20724         
20725 2003-06-12  Naba Kumar  <naba@gnome.org>
20727         * src/preferences.[c,h]: Added methods for custom widgets in
20728         preferences: using custom set/get methods for them.
20729         
20730         * src/anjuta-encoding.c: Implemented up/down of the encodings
20731         in the list and property saves correctly.
20732         
20733         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20734         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20735         the beginning of a file.
20737         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20738         * src/aneditor.cxx, src/aneditor.h,
20739         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20740         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20741         src/mainmenu_callbacks.h: Allows the operator to select the current
20742         word or the current line (Request: 680801). It puts also
20743         sensitive/unsensitive several select/comment menu items.
20745         * src/breakpoints.c: Presets by default the current line for a
20746         defined breakpoint.
20748 2003-06-11  Naba Kumar  <naba@gnome.org>
20750         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20751         color (red highlight) now cosistent for inactive tabs also.
20752         
20753         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20754         'Advanced search and replace' in Edit->Search submenu.
20755         
20756         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20757         wrappings '\' where     they were missing.
20758         
20759         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20760         message is now more descriptive and details the correct thing to do
20761         for GNOME2 desktop.
20762         
20763 2003-06-10  Naba Kumar  <naba@gnome.org>
20765         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20766         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20767         Removed any reference to particular version of automake/autoconf
20768         so that they could work with newer versions (Bug #659394).
20770         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20771         src/anjuta.c: Added coded to add/remove supported encodings.
20772         
20773         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20774         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20775         src/project_import.c, src/project_type.c, src/project_type.h,
20776         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20777         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20778         from the project wizard.
20780 2003-06-06  Naba Kumar  <naba@gnome.org>
20782         Patch from Etay Meiri  <etay-m@bezeqint.net>
20783         * src/compiler_options.c: Fixed bugs related to clean before
20784         build patch.
20785         
20786         * anjuta.desktop.in.in: Added commandline options.
20787         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20788         -dP and -A flags of CVS update into different options.
20789         
20790 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20792         * configure.in: Removed "ta" from ALL_LINGUAS.
20794 2003-06-02  Naba Kumar  <naba@gnome.org>
20796         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20797         return NULL for undefined properties and "" for defined but empty
20798         strings. It was creating many problems where both are assumed to be
20799         same. And besides, it doesn't matter to differentiate the two (the
20800         problem with preferences was due to a different bug).
20802         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20803         correctly. Also, s/props_build_in/props_built_in/g.
20804         
20805         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20806         list.
20807         
20808         * src/an_file_view.c: Unrefed pixbufs when done with them.
20810         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20811         (removed) file_text.png: Added and removed pixmaps.
20812         
20813 2003-05-30  Naba Kumar  <naba@gnome.org>
20815         * anjuta.glade: Fixed encodings preferences dialog
20816         
20817 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20818         
20819         Reviewed by Naba Kumar  <naba@gnome.org>
20820         
20821         * src/build_project.c src/clean_project/c: perform a clean before
20822         build, if required. Show the message manager on clean.
20823         * src/compiler_options.c: save the new options when window is closed
20824         and flag project to be cleaned before the next build.
20825         * src/project_dbase.c: added a 'clean before build' flag to project
20827 2003-05-29  Naba Kumar  <naba@gnome.org>
20829         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20830         dialog.
20831         
20832         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20833         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20834         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20835         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20836         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20837         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20838         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20839         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20840         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20842         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20843         Removed unused icons references.
20845 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20847         Reviewed by Naba Kumar  <naba@gnome.org>
20848         
20849         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20850           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20851           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20852           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20853           src/toolbar_callbacks.c: HIG compliant dialogs.
20855         * src/utilities.c: anjuta_button_new_with_stock_image() and
20856           anjuta_dialog_add_button() stolen from gedit.
20858         * src/main_menubar_def.h: Fixed mnemonics.
20860 2003-05-26  Naba Kumar  <naba@gnome.org>
20862         * src/project_dbase_gui.c: Added header files filter for add file
20863         dialog box. Disabled project window to be transient window.
20864         
20865         * src/message-manager.cc: Disabled message manager window to be
20866         transient window.
20867         
20868         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20869         a file could not be loaded.
20870         
20871         * src/project_dbase.c: Fixed a bug with GUI editor command
20872         where empty string is returned.
20873         
20874         * src/Makefile.am, src/preferences.h, src/text_editor.c
20875         src/text_editor.h, (new) src/anjuta-encodings.h,
20876         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20877         Added encoding support and to handle characters encoding correctly
20878         by auto detecting it during load. Added preferences for selecting
20879         the encoding during save.
20881         * src/preferences.c, src/resources.c: Removed debug messages.
20883         Patch from: Alexander Nedotsukov <bland@mail.ru>
20884         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20886 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20887         * src/anjuta.c: Try to sow the splash image more often.
20889 2003-05-20  Naba Kumar  <naba@gnome.org>
20891         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20892         * src/debug_tree.c: Colorize the modified locals during
20893         debugging and call memory analyze from the debugger.
20894         * src/breakpoints.c: The color is now different for the enabled
20895         and disabled breakpoints. Anjuta now can erase several
20896         breakpoints defined at the same line. The markers are updated
20897         according to the enable/disable action.
20898         
20899         Patch from Etay Meiri  <etay-m@bezeqint.net>
20900         * src/launcher.c: Fixes launcher freeze up bug during build.
20902 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20904         Reviewed by Naba Kumar  <naba@gnome.org>
20905         * scintilla/PropSet.h: Change member variables from private to protected.
20906         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20907         to PropSetFile class, which return a gchar * (and can therefore indicate
20908         whether properties are empty or do not exist) and make prop_get and
20909         prop_get_expanded use them.
20910         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20911         that the result of of prop_get cannot be an empty string.
20913 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20915         Reviewed by Naba Kumar  <naba@gnome.org>
20916         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20917         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20918         src/text_editor_cbs.c: When saving all the files in the project, the
20919         text editors are now only rehighlighted once instead of once for each
20920         file saved.
20922 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20923         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20924         * src/anjuta.desktop.in.in: Support startup notification.
20925 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20926         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20927         * src/anjuta.desktop.in.in: Support startup notification.
20930 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20932         Reviewed by Naba Kumar  <naba@gnome.org>
20933         
20934         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20935         memory leak from glade_xml_new call. Removed gxml field from Executer
20936         struct as only used in create_executer_dialog and then destroyed.
20937         
20938         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20939         
20940         * src/configurer.c: Fix warning trying to connect signal to non-existent
20941         environment entry in configure dialog and fix crash when closing the
20942         window.
20943         
20944         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20945         gnome_date_edit_get_time instead.
20946         
20947         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20948         in view menu required renumbering elsewhere.
20950 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20952         Reviewed by Naba Kumar  <naba@gnome.org>
20953         
20954         * src/breakpoints.c: fixed an error when removing breakpoint
20955         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20956         * src/debugger.c: changes to the way the debugger is activated
20957         * src/debugger.h: clean ups
20959 2003-05-13  Naba Kumar  <naba@gnome.org>
20961         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20962         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20963         src/memory.h: A new version of memory and the interface
20964         is now integrated in anjuta.glade
20966 2003-05-09  Naba Kumar  <naba@gnome.org>
20968         * configure.in: Bumped required gtk version to 2.0.8.
20969         
20970 2003-05-06  Naba Kumar  <naba@gnome.org>
20972         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20974 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20975         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20977 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20978         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20979         , tagmanager/c.c: Support for ProC and RDB files.
20981 2003-05-06  Naba Kumar  <naba@gnome.org>
20983         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20984         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20985         Uncomment (Box & Stream), Select the current function,
20986         authorize the "Quit" button of the GotoLine window
20988 2003-05-05  Naba Kumar  <naba@gnome.org>
20990         * src/watch_gui.h: CVS added new file.
20992         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20994         Patch from Etay Meiri <etay-m@bezeqint.net>
20995         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20996         src/mainmenu_callbacks.c, src/message-manager.cc,
20997         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20998         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20999         Ported stack trace to GNOME2 and added it in the message manager
21000         pane.
21002 2003-05-02  Naba Kumar  <naba@gnome.org>
21004         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
21005         
21006         * src/preferences.[h,c]: Fixed preferences to save only one copy of
21007         preferences property.
21008         
21009         * anjuta.prj: Fixed multiple preferences saved data.
21010         
21011         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
21012         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
21013         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
21014         scintilla/include/Platform.h, scintilla/include/PropSet.h,
21015         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
21016         Upgraded scitilla from CVS with faster window repaint
21017         and more bugfixes.
21018         
21019         Patch from  Etay Meiri  <etay-m@bezeqint.net>
21020         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
21021         and code cleanups
21022         
21023 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
21025         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
21026         the window if messages are appended to the end and the scrollbar is
21027         at the end.
21029 2003-04-29  Naba Kumar  <naba@gnome.org>
21031         * configure.in: Removed omf-install from Makefiles list.
21033 2003-04-28  Naba Kumar  <naba@gnome.org>
21035         * po/POTFILES.in: Remvoded deleted files.
21036         
21037         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
21038         pixmaps/windows-style-undocked.png: Added setup wizard's images.
21040         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
21041         is executed as detached) is not set properly.
21042         
21043 2003-04-25  Naba Kumar  <naba@gnome.org>
21044         
21045         * anjuta.prj: Updated.
21046         * src/anjuta_info.c: Fixed text wrapping and column view.
21047         * data/welcome.txt.in: Removed unaligned characters.
21048         
21049 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21050         * src/main_menubar.c: Disable setup dialog.
21052 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21053         * src/breakpoints.c; Fixed compilation with older GCC
21054         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21055         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21057 2003-04-18  Naba Kumar  <naba@gnome.org>
21059         * anjuta.prj: Updated (includes compiler options).
21060         
21061         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
21062         function from anjuta.c (it was already available in anjuta-tools.c).
21063         
21064 2003-04-18  Naba Kumar  <naba@gnome.org>
21066         * src/about.c, THANKS: Updated
21067         
21068         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
21069         
21070         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
21071         properly from the project session before updating the file
21072         view.
21073         
21074         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21075         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
21076         dialog settings (as it will not be required once GDL is in place) and
21077         added file view filters in the settings sub-menu.
21079 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21080         * HACKING: Updated
21081         * configure.in: Disable cast checks on final build.
21083 2003-04-17  Naba Kumar  <naba@gnome.org>
21085         * src/build_project.c: Fixed a compilation error.
21087         * src/launcher.c: Removed commnets.
21088         
21089         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
21090         properties from editor tab to indentation tab and fixed a property
21091         label for proper i18n translation. Fixed typos in project config
21092         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
21093         sorting and reordering in compiler options dialog.
21094         
21095         * src/compiler_options.c: Implemented _save() function to save the
21096         options (which was pending).
21097         
21098         * src/build_project.c: Destroys install-as-root dialog when it is done.
21099         
21100         * src/an_symbol_view.c: Change "event" event to "event-after" so
21101         that symbol row is selected first before the popup is shown.
21102         
21103 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21105         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
21106         file in CVS/Entries. (Reviewed and applied by Biswa)
21108 2003-04-16  Naba Kumar  <naba@gnome.org>
21110         * aneditor.cxx: use unicode everytime (fixed unicode related
21111         bugs).
21113         * anjuta.prj: Fixed UI editor name (blank to use default) and
21114         anjuta version.
21115         
21116         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
21117         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
21118         Editor preferences page.
21120 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21121         * src/anjuta.[ch], src/print.c: Fixed warnings
21122         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
21123         * configure.in: Profiling support with gprof
21125 2003-04-16  Naba Kumar  <naba@gnome.org>
21127         Patch from Gaëtan de Menten  <ged@bugfactory.org>
21128         * src/launcher.c: Fixed cvs dialog.
21129         
21130 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21131         
21132         * src/message-manager-private.cc: Fixed double-click on first line of 
21133         output to properly select a line.
21134         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21135         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21137 2003-04-15  Naba Kumar  <naba@gnome.org>
21139         * src/message-manager-private.cc: Fixed the glade filename typo.
21141 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21142         * scintilla/*, data/properties/*: Scintilla CVS merge
21143         * anjuta.prj: Removed unnecessary files.
21144         * scintilla/PlatGTK.cxx: Force Pango fonts always
21145         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21146         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21147         for preferences.
21148         * configure.in: Change version no. for 1.1.1 (alpha release)
21149         * configure.in: Added '--with-pref-suffix' option.
21150         * config.guess, config.sub: Removed from CVS.
21152 2003-04-15  Naba Kumar  <naba@gnome.org>
21154         Patch from Timothee Besset  <ttimo@idsoftware.com>
21155         * Makefile.am: Fixed a shell script error during intallation.
21156         
21157 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21159         Reviewed by Naba Kumar  <naba@gnome.org>
21160         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21161         set_wm_class to use "anjuta" instead of "an.
21162         * src/message-manager-private.cc: Headers are hidden again.
21164 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21165         * src/project_dbase_gui.c: Memory corruption fix.
21166         * anjuta.prj: Updated project file
21168 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21169         * an_file_view.c: Connect to event-after signal rather than event so that
21170         selection is updated first and thus context menu is for the right file.
21171         Reviewed and applied by Biswa.
21173 2003-04-14  Naba Kumar  <naba@gnome.org>
21175         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21176         
21177         * src/auncher.c: More child exit fixes
21178         from Timothee Besset  <ttimo@idsoftware.com>
21180 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21181         
21182         Reviewed by Naba Kumar  <naba@gnome.org>
21183         
21184         * src/message-manager.[c/h], src/message-manager-private[c/h],
21185                 anjuta.[c/h]: Ported message-manager to Gtk2
21186         
21187         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21188         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21189         src/clean_project.c, src/compile.c, src/configurer.c,
21190         src/controls.c, src/cvs.c, src/debugger.c,
21191         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21192         src/project_import.c, src/search-replace.c: Changed name from
21193         AnjutaMessageManager to AnMessageManager to avoid too long type
21194         and funtion names.
21196 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21197         * src/launcher.c: Fix build won't stop problem - TTimo
21198         * TODO: Updated
21199         * pixmaps/anjuta_splash.c: New splash screen prototype.
21200         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21201         * src/compiler_options.c: Mute pkgconfig errors.
21202         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21204 2003-04-10  Naba Kumar  <naba@gnome.org>
21206         * configurer.[c,h]: Fixed dialog to close properly.
21207         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21208         debugging asserts.
21209         
21210 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21211         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21212         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21213         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21214         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21215         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21216         src/makefile.am: Move gdl to it's own directory.
21217         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21219 2003-04-09  Naba Kumar  <naba@gnome.org>
21221         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21222         branch.
21224 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21225         * src/anjuta-tools.c: Use CDATA for saving tools data.
21226         * anjuta.glade, src/search-replace.c: Port from branch.
21227         * widgets/e-splash.*, src/main.c: Better splash screen.
21228         * configure.in, widgets/gdl*: Import GDL widgets.
21229         * ROADMAP: Updated roadmap.
21230         * src/an_file_view.c: Use GDL icons for file tree.
21232 2003-04-09  Naba Kumar  <naba@gnome.org>
21234         * anjuta.glade: Added (hidden) initial setup-wizard window.
21235         
21236         Patch from: Vitaly  <vvv@rfniias.ru>
21237         * src/preferences.c: Fixes a bug with libglace widget access with
21238         translated strings.
21240         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21241         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21242         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21243         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
21244         src/toolbar_callbacks.[c,h],
21245         src/memory.c, src/message-manager-private.cc,
21246         src/message-manager-private.h, src/message-manager.cc,
21247         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
21248         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
21249         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
21250         watch window to a subwindow in the notebook
21252 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21253         * ROADMAP: Updated roadmap.
21255 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
21257         * configure.in: Added Belarusian to ALL_LINGUAS.
21259 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21260         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21261         Henry Jia
21262         * ROADMAP: Added roadmap for HEAD.
21264 2003-03-29  Naba Kumar  <naba@gnome.org>
21266         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
21267         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
21268         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
21269         (new) pixmaps/start-with-wizard.png,
21270         (new) pixmaps/start-with-import.png,
21271         (new) pixmaps/start-with-open.png Added Start with dialog which pops
21272         up on anjuta start-up to give quick access to opening file/project or
21273         creation wizards.
21275         * src/main.c: Sets proper data directory for the gnome
21276         program.
21278 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21279         * src/text_editor.c: Fixed error/warning indicators.
21281 2003-03-24  Naba Kumar  <naba@gnome.org>
21283         * README: Correct version.
21284         
21285 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
21287         * configure.in: Added checks to see if were building on FreeBSD
21288         systems.  Sets -DFREEBSD if we are, and also attempts to find
21289         gmake if the host system is FreeBSD.
21291         * src/getline.c: New file used to provide the getline function,
21292         which isnt available on a FreeBSD system.  The function is only
21293         defined if FREEBSD is defined.
21295         * src/Makefile.am: Added getline.c to anjuta_SOURCES
21297         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
21298         configure.in sets this to gmake on FreeBSD systems, and make
21299         on everything else.
21301 2003-03-23  Naba Kumar  <naba@gnome.org>
21303         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
21304         
21305         * anjuta.spec.in: Fixed spec file for correct file paths and
21306         corrected rpmbuild.
21308         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
21309         the rpm build command separately now.
21310         
21311         * src/anjuta.c, windows-dialog.c: Added some more window management
21312         stuffs (not still fully working, though).
21314         * TODO: Updated.
21316 2003-03-22  Naba Kumar  <naba@gnome.org>
21318         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
21320 2003-03-21  Naba Kumar  <naba@gnome.org>
21322         * README: Removed Andy Piper's name from the active maintainers
21323         list on his request.
21324         
21325         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
21326         preferences.
21327         
21328         * src/anjuta-tools.c: Fixed compiler errors.
21330         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
21331         show bugs.
21332         
21333         * src/commands.c, src/src_paths.c, src/style-editor.c,
21334         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
21335         becuase they are now hidden by default (from glade editing).
21336         
21337         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
21338         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
21339         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21340         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
21341         basic windows managements.
21342         
21343 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21344         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
21345         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
21346         Enver ALTIN (a.k.a. skyblue)
21348 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21349         * tagmanager/*: Added ignore-list for symbols. This will make
21350         parsing more accurate for projects. Doc updates needed.
21352 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21353         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
21354         * launcher/Makefile.am: Link to correct libraries
21355         * src/launcher.c: Do not allow NULL shell
21357 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
21358         * src/debug_tree.c: Improve debug tree view.
21360 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
21362         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
21363         'Run Configure Script' and 'Execute Program'. Increase minimum width
21364         of Configure dialog.
21365         * find_in_files.c, find_in_files_cbs.*: Properly create the file
21366         list widget by setting a model and adding a column and renderer.
21367           Actually store the nocvs toggle button in FindInFiles data structure.
21368           Handle selection changes via changed signal rather than row_activated.
21369           Use response signal for handling the close and find buttons.
21370           Close window when escape is pressed.
21371         * find_replace.c: Close window when escape is pressed.
21372         * find_text.c: Close window when escape is pressed in find dialog as
21373         well as wrap search question, where now Yes is the default button.
21375 2003-03-05  Naba Kumar  <naba@gnome.org>
21377         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
21379         * src/message-manager-private.cc: Fixed a bug with vte conditional
21380         compilation.
21381         * anjuta.glade: Hides all windows in glade file.
21383 2003-03-05  Naba Kumar  <naba@gnome.org>
21385         * src/an_file_view.c: Fixed a compilation warning.
21386         * src/message-manager-private.cc: Conditional compilation for vte
21387         API.
21388         
21389 2003-02-28  Naba Kumar  <naba@gnome.org>
21391         * configure.in, anjuta.spec.in: Updated dependency packages version.
21392         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
21393         * src/preferences.c: Added debug assertions.
21394         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
21395         editor to enable/disable bringing the recent editor tabs first.
21396         
21397         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21398         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
21399         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
21400         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
21401         and     bug fixes. Also code clean ups.
21402         
21403         * (new) src/search-replace.[h,c]: New search replace implementation
21404         from ANJUTA_1_0_0 branch.
21405         
21406         * (new) src/windows-dialog.[h,c]: New windows management class
21407         [work in progress].
21409 2003-02-28  Naba Kumar  <naba@gnome.org>
21411         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
21412         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
21413         src/appwizard.c, src/build_file.c, src/build_project.c,
21414         src/clean_project.c, src/compile.c, src/configurer.c,
21415         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21416         src/message-manager-dock.c, src/message-manager-dock.h,
21417         src/message-manager-private.cc, src/message-manager.cc,
21418         src/preferences-dialog.c, src/preferences-dialog.h,
21419         src/preferences.c, src/preferences.h, src/project_dbase.c,
21420         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
21421         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
21422         src/utilities.c, src/utilities.h:
21423         
21424         Widgetized Preferences and gave proper function names.
21426         * src/executer.c: Fixed a session loading bug.
21427         
21428 2003-02-27  Naba Kumar  <naba@gnome.org>
21430         * printing/print.c: Fixed printing font bug that failed to load the
21431         proper fonts.
21432         
21433         * src/toolbar.c: Disabled LED flashing (not yet implemented).
21434         
21435         * TODO, anjuta.prj: Updated.
21437 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
21439         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21440         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21441         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21442         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
21443         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
21444         fixed omf errors
21446 2003-02-25  Naba Kumar  <naba@gnome.org>
21448         * Makefile.am: Excluded omf-install from installation as the docs are
21449         not ready.
21450         
21451         TODO: Updated.
21452         
21453         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
21454         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
21455         property names and added new editor properties and code cleanups.
21456         Also added new project properties.
21457         
21458         * src/compiler_options.[h,c]: Added pkg-config packages supports
21459         and fixed bugs.
21460         
21461         * src/glade_iface.h: Cleanups.
21462         
21463         * src/launcher.c: Used timer instead of idle to scan.
21464         
21465         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
21466         src/project_config.[h,c], src/project_import.c: Implemented project
21467         property to define GUI editor and to handle it.
21468         
21469         * src/preferences.c: i18n fixes.
21470         
21471         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
21472         unused (and old) pixmaps.
21473         
21474         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
21475         
21476 2003-02-25  Naba Kumar  <naba@gnome.org>
21478         * src/message-manager-private.[h,cc], src/preferences.c,
21479         anjuta.glade, anjuta_dialog_strings.c: Implemented
21480         gnome terminal profiles for the terminal preferences and moved the
21481         addition of terminal preferences in the terminal constructor.
21482         
21483         * anjuta.prj: Updated.
21485 2003-02-24  Naba Kumar  <naba@gnome.org>
21487         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
21488         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
21489         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
21490         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
21491         preferences dialog.
21493         * TODO: Updated.
21495         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
21496         text selection and child re-spawning.
21498         * src/pixmaps.h: Removed unused pixmaps definitions.
21499         
21500 2003-02-23  Naba Kumar  <naba@gnome.org>
21502         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
21503         the project tree/window.
21505         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
21506         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
21507         Correct the use of a variable and implemented session save/load
21508         for tree expansion states.
21509         
21510         * src/main_menubar_def.h: Fixed shortcuts keys.
21511         
21512         * src/anjuta.c, src/gnome_project.c: Code clean ups.
21513         
21514         * anjuta.prj: Updated.
21515         
21516 2003-02-22  Naba Kumar  <naba@gnome.org>
21518         * src/debug_tree.[c,h]: GNOME2 port from 
21519         Etay Meiri <etay-m@bezeqint.net>
21520         
21521         * src/an_file_view.c, src/resources.[h,c],
21522         data/properties/bash.properties,
21523         data/properties/cpp.properties,
21524         data/properties/html.properties,
21525         data/properties/make.properties,
21526         data/properties/others.properties,
21527         data/properties/perl.properties,
21528         data/properties/props.properties,
21529         data/properties/xml.properties: Standarized file icons. Icons are
21530         defined in respective .properties file and are retrieved as resource
21531         data.
21533         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21534         in labels from the commands editor as that would create
21535         problems for translators.
21537 2003-02-21  Naba Kumar  <naba@gnome.org>
21539         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21540         as they should be part of CVS(?).
21542         * Makefile.am: Corrected a typo for glade generated strings file.
21544         * configure.in, po/hi.po: Added new Hindi (hi) translation
21545         in ALL_LINGUS and added initial Hindi translation.
21547         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21548         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21549         sv_unknown.xpm to more proper icon.
21551         * (new)data/properties/php.properties, data/properties/Makefile.am,
21552         data/properties/anjuta.properties, data/properties/html.properties:
21553         Fixed PHP syntax hilighting bug by separating php properties into
21554         different file (because of file size).
21556         * TODO: Updated.
21557         
21558 2003-02-20  Naba Kumar <naba@gnome.org>
21560         * src/breakpoints.c: Fixed breakpoints session saving/loading
21561         crash bug.
21562         
21563         * scintilla/*, scintilla/include/*: Updated to scintilla
21564         release 1.51
21565         
21566 2003-02-19  Naba Kumar <naba@gnome.org>
21568         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21569         * TODO: Updated.
21571         * Makefile.am, src/Makefile.am,
21572         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21573         (removed) src/anjuta_dialog_strings.c,
21574         (removed) src/anjuta_dialogs_strings.c,
21575         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21576         (added) anjuta.glade: Transfered glade files from src/ directory
21577         to the top level directory.
21579         * po/POTFILES.in: Updated.
21580         
21581         * (removed) macrocs2/*: Transfered to data/ directory.
21582         
21583         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21584         data/Makefile.am: Moved macros in data directory. Anjuta no longer
21585         requires to have macros dir, but the projects generated by anjuta
21586         require them.
21587         
21588         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21589         trees.
21590         
21591         * src/defaults.c: Corrected default compiler options.
21592         
21593         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21594         wizard.
21595         
21596         * src/message-manager-private.cc, src/message-manager-private.h,
21597         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21598         
21599         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21600         source code generation for gnome2 projects.
21602 2003-02-11  Naba Kumar <naba@gnome.org>
21604         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21605         restores the expand/collaspe states of the nodes after refresh.
21606         
21607         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21608         
21609 2003-02-11  Naba Kumar <naba@gnome.org>
21611         * src/style-editor.c: Fixed pango font description handling for fonts.
21612         * src/anjuta.glade: Removed font size spin button.
21613         * configure.in, src/anjuta.prj: Corrected version.
21614         * TODO: update.
21615         
21616 2003-02-10  Naba Kumar <naba@gnome.org>
21618         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21619         references of scroll-menu.h and add about.h in Makefile.am.
21620         
21621         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21622         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21623         (removed) widgets/scroll-menu.h: Removed unused files.
21624         
21625         * Makefile.am: Added proper i18n rules and added intl tools for
21626         distributions.
21627         
21628         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21629         to the stable release).
21630         
21631         * anjuta.spec.in: Removed manuals packaging.
21632         
21633         * data/Makefile.am: Removed 'macros' installation (not required for
21634         gnome2 projects).
21636 2003-02-10  Naba Kumar <naba@gnome.org>
21638         * po/POTFILES.in: Updated.
21640         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21641         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21642         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21643         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21644         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21645         icons and images.
21647         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21648         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21649         and fixed to properly handle focus in find entry box.
21651         * Makefile.am: Added code for RH system menu update.
21653         * .cvsignore: Updated.
21655         * NEWS: Updated.
21657 2003-02-03  Naba Kumar <naba@gnome.org>
21659         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21660         editor preferences. and fixes dialogs.
21662         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21663         Fixed linenumbers and header margins when they are disabled and
21664         removed unused header files.
21666         * src/attact_process.[h,c], src/debugger.c: Attach to process
21667         now works.
21669         * src/help.c: Fixed dialog response.
21671         * TODO: Updated.
21673         * data/properties/anjuta.properties: Corrected typo.
21675         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21676         Change the signal to "changed" in entry from "selection-changed" in
21677         list.
21679         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21680         short-cuts.
21682 2003-01-31  Naba Kumar <naba@gnome.org>
21684         * configure.in: Upgraded to use libgnomeprint-2.2
21685         
21686         * printing/Makefile.am: Updated
21687         
21688         *(removed) printing/print-doc.c, printing/print-doc.h,
21689         printing/print-util.c, printing/print-util.h: Removed because already
21690         merged with print.c.
21691         
21692         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21693         and libgnomeprintui-2.2 and fixed rendering problems.
21694         
21695         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21696         uneccessary print properties, as they are separately taken
21697         care in gnomeprint.
21698         
21699         * po/POTFILES.in: Update.
21701 2003-01-30  Naba Kumar <naba@gnome.org>
21703         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21704         for about dialog box.
21705         
21706         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21707         src/pixmaps.h: Modified for the above additions for about dialog.
21709 2003-01-29  Naba Kumar <naba@gnome.org>
21711         * src/style_editor.[c,h]: Added missing files.
21712         
21713 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21714         * scintilla/XPM.[cxx|h]: Added missing files
21716 2003-01-29  Naba Kumar <naba@gnome.org>
21717         
21718         * TODO, po/POTFILES.in: Updated.
21719         
21720         * anjuta.prj, src/anjuta.glade,
21721         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21723 2003-01-28  Naba Kumar <naba@gnome.org>
21724         
21725         * data/properties/anjuta.properties, src/aneditor.cxx,
21726         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21727         properties into text properties (earlier it was int properties).
21729         * TODO: Updated
21730         
21731         * scintilla/AutoComplete.c,xx,
21732         scintilla/AutoComplete.h,
21733         scintilla/CallTip.c,xx,
21734         scintilla/CallTip.h,
21735         scintilla/Document.c,xx,
21736         scintilla/Document.h,
21737         scintilla/Editor.c,xx,
21738         scintilla/Editor.h,
21739         scintilla/LexAVE.c,xx,
21740         scintilla/LexCSS.c,xx,
21741         scintilla/LexHTML.c,xx,
21742         scintilla/LexOthers.c,xx,
21743         scintilla/LexPython.c,xx,
21744         scintilla/LineMarker.c,xx,
21745         scintilla/LineMarker.h,
21746         scintilla/Makefile.am
21747         scintilla/PlatGTK.c,xx,
21748         scintilla/PropSet.c,xx,
21749         scintilla/ScintillaBase.c,xx,
21750         scintilla/ScintillaBase.h,
21751         scintilla/ScintillaGTK.c,xx,
21752         scintilla/ViewStyle.c,xx,
21753         scintilla/include/Platform.h,
21754         scintilla/include/SciLexer.h,
21755         scintilla/include/Scintilla.h,
21756         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21757         
21758         
21759         src/Makefile.am,
21760         src/an_file_view.c,
21761         src/an_symbol_view.c,
21762         src/anjuta-tools.c,
21763         src/anjuta.c,
21764         src/anjuta.glade
21765         src/anjuta.h,
21766         src/anjuta_cbs.c,
21767         src/anjuta_dialogs_strings.c,
21768         src/anjuta_info.c,
21769         src/commands.c,
21770         src/compiler_options.c,
21771         src/debugger.c,
21772         src/help.c,
21773         src/main_menubar.c,
21774         src/main_menubar.h,
21775         src/main_menubar_def.h,
21776         src/mainmenu_callbacks.c,
21777         src/mainmenu_callbacks.h,
21778         src/message-manager-private.c,c
21779         src/message-manager-private.h,
21780         src/message-manager.c,c
21781         src/message-manager.h,
21782         src/pixmaps.h,
21783         src/preferences.c,
21784         src/preferences.h,
21785         src/project_config.c,
21786         src/project_dbase.c,
21787         src/project_dbase_gui.c,
21788         src/project_import_gui.c,
21789         src/properties.c,xx,
21790         src/properties.h,
21791         src/resources.c,
21792         src/src_paths.c,
21793         src/text_editor.c,
21794         src/text_editor_gui.c,
21795         src/toolbar.c,
21796         src/utilities.c,
21797         src/utilities.h,
21798         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21799         
21800 2003-01-24  Naba Kumar <naba@gnome.org>
21802         * src/text_editor_gui.c, src/toolbar.c,
21803         src/text_editor.c, src/text_editor_cbs.h:
21804         Used correct notification signal name for scintilla
21805         (gtk2) and fixed UI.
21806         
21807         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21808         when not required.
21809         
21810         * printing/print-doc.c,
21811         printing/print.c,,
21812         src/anjuta-tools.c,
21813         src/find_replace.c,
21814         src/goto_line.c,
21815         src/launcher.c,
21816         src/mainmenu_callbacks.c,
21817         src/project_dbase.c,
21818         src/project_dbase.h,
21819         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21820         src/text_editor.c,
21821         src/text_editor_cbs.h:
21824 2003-01-23  Naba Kumar <naba@gnome.org>
21826         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21827         correct stock icons and organized pixmap macros.
21828         
21829         Makefile.am: Removed non-generated files.
21830         
21831         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21832         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21833         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21834         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21835         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21836         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21837         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21838         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21839         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21840         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21841         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21842         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21843         stop.xpm, undo.xpm}: Removed because no longer used.
21845         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21846         file_unknown.xpm}: Files renamed from fv_*, as it would
21847         be the right name.
21849         * pixmaps/Makefile.am: Updated for the above changes.
21851 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21853         * pixmaps/autocomplete-16.png,
21854         pixmaps/autocomplete.png,
21855         pixmaps/block-end-16.png,
21856         pixmaps/block-end.png,
21857         pixmaps/block-start-16.png,
21858         pixmaps/block-start.png,
21859         pixmaps/bookmark-first-16.png,
21860         pixmaps/bookmark-first.png,
21861         pixmaps/bookmark-last-16.png,
21862         pixmaps/bookmark-last.png,
21863         pixmaps/bookmark-next-16.png,
21864         pixmaps/bookmark-next.png,
21865         pixmaps/bookmark-prev-16.png,
21866         pixmaps/bookmark-prev.png,
21867         pixmaps/error-next-16.png,
21868         pixmaps/error-next.png,
21869         pixmaps/error-prev-16.png,
21870         pixmaps/error-prev.png: gnome2-styled icons
21873 2003-01-23  Naba Kumar <naba@gnome.org>
21875         * anjuta.prj: Updated compiler options.
21876         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21878         * src/aneditor.cxx,
21879         src/anjuta.c,
21880         src/anjuta.glade,
21881         src/anjuta_dialogs_strings.c,
21882         src/mainmenu_callbacks.c,
21883         src/mainmenu_callbacks.h,
21884         src/text_editor.c,
21885         src/text_editor_cbs.c,
21886         src/text_editor_gui.c: GNOME2 Porting.
21888 2003-01-22  Naba Kumar <naba@gnome.org>
21890         * ChangeLog: Corrected dates.
21891         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21892         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21893         preferences.
21895 2003-01-22  Naba Kumar <naba@gnome.org>
21896         
21897         * plugins/patch/patch-plugin.c: Bug fix.
21898         
21899         * src/anjuta-tools.c,
21900         src/anjuta.c,
21901         src/anjuta.glade,
21902         src/anjuta.h,
21903         src/anjuta_dialogs_strings.c,
21904         src/breakpoints.c,
21905         src/cvs_gui.c,
21906         src/debugger.c,
21907         src/debugger.h,
21908         src/executer.c,
21909         src/glade_iface.c,
21910         src/main.c,
21911         src/mainmenu_callbacks.c,
21912         src/mainmenu_callbacks.h,
21913         src/preferences.c,
21914         src/project_dbase.c,
21915         src/project_dbase_gui.c,
21916         src/registers.c,
21917         src/sharedlib.c,
21918         src/signals.c,
21919         src/signals_cbs.c,
21920         src/source.c,
21921         src/stack_trace.c,
21922         src/toolbar_callbacks.c,
21923         src/utilities.c,
21924         src/utilities.h,
21925         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21926         
21927         * src/Makefile.am,
21928         (removed) src/CORBA-Server.c,
21929         (removed) src/CORBA-Server.h,
21930         (removed) src/Gladen-common.c,
21931         (removed) src/Gladen-stubs.c,
21932         (removed) src/Gladen.h,
21933         (removed) src/Prj-common.c,
21934         (removed) src/Prj-skelimpl.c,
21935         (removed) src/Prj-skels.c,
21936         (removed) src/Prj-stubs.c,
21937         (removed) src/Prj.h,
21938         (removed) src/glades.c,
21939         (removed) src/glades.h,
21940         (removed) src/messagebox.c,
21941         (removed) src/messagebox.h: Removed because no longer used.
21943 2003-01-21  Naba Kumar <naba@gnome.org>
21945         * src/anjuta-tools.c,
21946         src/anjuta.c,
21947         src/anjuta.glade,
21948         src/anjuta_dialogs_strings.c,
21949         src/anjuta_info.c,
21950         src/anjuta_info.h,
21951         src/breakpoints.c,
21952         src/compiler_options.c,
21953         src/debugger.c,
21954         src/find_replace.c,
21955         src/find_replace.h,
21956         src/find_text.c,
21957         src/find_text.h,
21958         src/goto_line.c,
21959         src/launcher.c,
21960         src/text_editor.c,
21961         widgets/gnomefilelist.c: GNOME2 porting.
21963 2003-01-20  Naba Kumar <naba@gnome.org>
21965         * global-tags/create_global_tags.sh: Uses pkg-config to
21966         read the modules.
21967         
21968         * src/anjuta.c,
21969         src/anjuta.glade,
21970         src/anjuta.h,
21971         src/anjuta_cbs.c,
21972         src/anjuta_dialogs_strings.c,
21973         src/breakpoints.c,
21974         src/breakpoints.h,
21975         src/compiler_options.c,
21976         src/compiler_options.h,
21977         src/fileselection.c,
21978         src/fileselection.h,
21979         src/mainmenu_callbacks.c,
21980         src/project_dbase_gui.c,
21981         src/session.c,
21982         src/src_paths.c,
21983         src/src_paths.h,
21984         src/text_editor.c,
21985         src/text_editor_gui.c,
21986         widgets/gnomefilelist.c,
21987         widgets/gnomefilelist.h: GNOME2 porting.
21988         
21989         * widgets/Makefile.am,
21990         (removed) widgets/gnomedirlist.c,
21991         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21992         
21993         * src/Makefile.am,
21994         (removed) src/src_paths_cbs.c,
21995         (removed) src/src_paths_cbs.h,
21996         (removed) src/src_paths_gui.c,
21997         (removed) src/compiler_options_cbs.c,
21998         (removed) src/compiler_options_cbs.h,
21999         (removed) src/breakpoints_cbs.c,
22000         (removed) src/breakpoints_cbs.h: Removed because they are now
22001         combined in singe file
22003 2003-01-16  Naba Kumar <naba@gnome.org>
22005         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
22006         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
22007         options dialog UI and data handling.
22010 2003-01-15  Naba Kumar <naba@gnome.org>
22012         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
22013         Completed command editor porting.
22014         
22015         * src/anjuta.c: Removed the use of commands load function
22016         (not required).
22018         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
22019         and unrefs.
22021         * src/anjuta-tools.c: Fixed translatable strings.
22022         
22023         * src/find_text.c: Fixed dialog creation from glade.
22024         
22025         * src/text_editor_gui.c, src/text_editor.c,
22026         src/text_editor_cbs.c: Completed port of detached text editor
22027         to gnome2 plateform.
22028         
22029 2003-01-14  Naba Kumar <naba@gnome.org>
22031         * src/anjuta.glade, src/preferences.[h,c],
22032         src/anjuta_dialogs_strings.c: Added build and editor
22033         preferences pages and other UIs. Fixed preferense loading and saving.
22034         
22035         * src/anjuta.c: Does case-insensitive match for tabs position
22036         preferences and removed preferences loading (done at _new() call).
22037         
22038         * anjuta-tools.c: Debugged tools dialog handling.
22039         * plugins/class-gen/clsGen.c: Fixed an undefined function.
22040         
22041 2003-01-13  Naba Kumar <naba@gnome.org>
22043         * ABOUT-NLS: Update (strange).
22045         * autogen.sh: Removed blocking code.
22047         * configure.in: Fixed an autogen bug.
22048         
22049 2003-01-13  Naba Kumar <naba@gnome.org>
22051         * (new)src/anjuta.gladep
22052         (new)src/messagebox.c
22053         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22054         will be gradually removed (and then the files).
22055         
22056         * Makefile.am,
22057         anjuta.prj,
22058         printing/print-util.c,
22059         printing/print.c,
22060         scintilla/ScintillaGTK.c,xx
22061         src/Makefile.am,
22062         src/an_file_view.c,
22063         src/an_symbol_view.c,
22064         src/anjuta.c,
22065         src/anjuta.glade
22066         src/anjuta.h,
22067         src/anjuta_dialogs_strings.c,
22068         src/anjuta_gui.c,
22069         src/attach_process.c,
22070         src/attach_process.h,
22071         src/breakpoints.c,
22072         src/breakpoints.h,
22073         src/breakpoints_cbs.c,
22074         src/commands.c,
22075         src/commands.h,
22076         src/compiler_options.c,
22077         src/compiler_options.h,
22078         src/compiler_options_cbs.c,
22079         src/configurer.c,
22080         src/configurer.h,
22081         src/controls.c,
22082         src/cvs_cbs.c,
22083         src/debug_tree.c,
22084         src/debug_tree.h,
22085         src/executer.c,
22086         src/executer.h,
22087         src/find_in_files.c,
22088         src/find_in_files.h,
22089         src/find_in_files_cbs.c,
22090         src/find_replace.c,
22091         src/find_replace.h,
22092         src/find_text.c,
22093         src/find_text.h,
22094         src/goto_line.c,
22095         src/help.c,
22096         src/help.h,
22097         src/launcher.c,
22098         src/main.c,
22099         src/main_menubar.c,
22100         src/mainmenu_callbacks.c,
22101         src/message-manager.c,c
22102         src/pixmaps.h,
22103         src/preferences.c,
22104         src/project_config.c,
22105         src/project_config.h,
22106         src/project_dbase.c,
22107         src/project_import_cbs.c,
22108         src/resources.c,
22109         src/resources.h,
22110         src/splash.c,
22111         src/src_paths.c,
22112         src/src_paths.h,
22113         src/src_paths_gui.c,
22114         src/text_editor.c,
22115         src/text_editor_gui.c,
22116         src/toolbar.c,
22117         src/toolbar.h,
22118         src/utilities.c,
22119         src/utilities.h,
22120         src/wizard_gui.c,
22121         widgets/gnomefilelist.c: GNOME2 Port.
22123 2003-01-10  Naba Kumar  <naba@gnome.org>
22125         * src/an_file_view.c,
22126         src/anjuta_gui.c,
22127         src/appwizard_gui.c,
22128         src/compiler_options.c,
22129         src/compiler_options_cbs.c,
22130         src/cvs_cbs.c,
22131         src/executer.c,
22132         src/fileselection.c,
22133         src/find_in_files.c,
22134         src/goto_line.c,
22135         src/main_menubar.c,
22136         src/memory.c,
22137         src/message-manager-dock.c,
22138         src/preferences.c,
22139         src/project_dbase_gui.c,
22140         src/project_import_gui.c,
22141         src/registers_gui.c,
22142         src/sharedlib_gui.c,
22143         src/src_paths_gui.c,
22144         src/text_editor_gui.c,
22145         src/toolbar.c,
22146         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22148 2003-01-09  Naba Kumar <naba@gnome.org>
22150         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22151         problems with some comments.
22153         * anjuta.prj: New project file (updated?)
22155         * src/Makefile.am: Enabled deprecated API and fixed variables.
22157         * src/an_file_view.c,
22158         src/an_symbol_view.c,
22159         src/anjuta-plugins.c,
22160         src/anjuta-tools.c,
22161         src/anjuta.c,
22162         src/anjuta_gui.c,
22163         src/appwizard_cbs.c,
22164         src/attach_process.c,
22165         src/attach_process_cbs.c,
22166         src/compiler_options.c,
22167         src/compiler_options_cbs.c,
22168         src/launcher.c,
22169         src/mainmenu_callbacks.c,
22170         src/message-manager-private.c,c
22171         src/message-manager-private.h,
22172         src/message-manager.c,c
22173         src/message-manager.h,
22174         src/project_dbase.c,
22175         src/project_dbase.h,
22176         src/project_dbase_gui.c,
22177         src/project_import_cbs.c,
22178         src/project_import_gui.c,
22179         src/registers.c,
22180         src/resources.c,
22181         src/resources.h,
22182         src/sharedlib.c,
22183         src/signals.c,
22184         src/signals_cbs.c,
22185         src/signals_gui.c,
22186         src/splash.c,
22187         src/src_paths_cbs.c,
22188         src/src_paths_gui.c,
22189         src/stack_trace.c,
22190         src/text_editor.c,
22191         src/text_editor_gui.c,
22192         src/text_editor_menu.c,
22193         src/toolbar.c,
22194         src/toolbar_callbacks.c,
22195         src/utilities.c,
22196         src/watch.c,
22197         src/watch_cbs.c,
22198         src/wizard_gui.c: GNOME porting.
22200 2002-12-24 Naba Kumar <naba@gnome.org>
22202         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22203         NEWS, README, SEARCH-REPLACE,
22204         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22205         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22206         launcher/Makefile.am,
22207         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22208         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22209         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22210         printing/print-util.c, printing/print.c, printing/print.h,
22211         scintilla/*/*, widgets/e-shell-about-box.c,
22212         src/*, tagmanager/*/*, widgets/Makefile.am,
22213         widgets/gnomefilelist.c:
22214         
22215         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22216         src/*.[c,h] files to gnome2 API.
22218         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22219         strings table.
22221 2002-10-23  Naba Kumar <naba@gnome.org>
22223         * autogen.sh: Prevented Users from building HEAD cvs.
22224         
22225 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22227         * src/anjuta.glade: added the compiler options dialog, hopefully
22228         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22230 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22232         * src/anjuta.glade: fixed a lot of small glitches.
22234         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
22235         now.
22237         * src/breakpoints_cbs.c: polished a bit.
22239 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22241         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
22243         * src/commands.c: partial gnome 2 port.
22245         * src/utilities.[ch]: changed some bits to be const.
22247 2002-09-14  Stephane Demurget  <demurgets@free.fr>
22249         * src/Makefile.am: removed breakpoints_gui.c and added a check
22250         for gdk-pixbuf deprecated functions, but there shouldn't be much
22251         anyway.
22253         * src/breakpoints_gui.c: killed.
22255         * src/anjuta.glade: added two dialogs for the breakpoints management.
22257         * src/anjuta.h:
22258         * src/anjuta_cbs.c:
22259         * src/appwizard.c:
22260         * src/attach_process.c:
22262         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
22263         really huge changes and porting work.
22264         
22265         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
22266         (breakpoints_dbase_new): moved the UI init bits here.
22268         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
22269         a lot, not using any color anymore (not HIG compliant) and not using
22270         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
22271         to be double checked.
22273         * src/build_file.c:
22274         * src/build_project.c: gnome 2 port.
22276 2002-09-11  Stephane Demurget  <demurgets@free.fr>
22278         * src/anjuta.glade:
22279         * src/anjuta.h:
22280         * src/anjuta_cbs.c:
22281         * src/appwizard.c:
22282         * src/breakpoints.c:
22283         * src/breakpoints_cbs.c: cleaned up some bits.
22285 2002-09-09  Stephane Demurget  <demurgets@free.fr>
22287         * src/Makefile.am:
22288         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
22290         * src/an_symbol_view.[ch]:
22291         * src/attach_process_cbs.h: polished a bit.
22293         * src/breakpoints_cb.[ch]: partial gnome 2 port.
22295 2002-09-02  Stephane Demurget  <demurgets@free.fr>
22297         * configure.in:
22298         * src/Makefile.am: added libglade-2 to the build.
22300         * src/anjuta.[ch]: added support for libglade.
22302         * src/anjuta.glade: added. There could be a file per top-level widget,
22303         as some other gnome projects, though.
22305         * src/attach_process_gui.c: removed.
22306         * src/attach_process.[ch]: gnome 2 port.
22307         (attach_process_new): Added the treeview init and the widget references
22308         here.
22310 2002-08-31  Stephane Demurget  <demurgets@free.fr>
22312         * src/an_file_view.c: fixed some compilation issues.
22314         * src/an_symbol_view.c: gnome 2 port.
22316 2002-08-26  Stephane Demurget  <demurgets@free.fr>
22318         * src/an_file_view.c: finished gnome 2 port.
22319         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
22320         directory pixmap depending on the event.
22322         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
22323         (project_file_data_new): use a GtkTreePath.
22325 2002-08-23  Stephane Demurget  <demurgets@free.fr>
22327         * src/Makefile.am: readded back an_*_view.[ch] because they are still
22328         driving me nuts but they need to be ported, heh ?
22330         * src/an_file_view.c: gnome 2 port, almost finished after some hard
22331         work since it's quite a total rewrite again.
22333 2002-08-22  Stephane Demurget  <demurgets@free.fr>
22335         * src/an_file_view.c:
22336         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
22338 2002-08-21  Stephane Demurget  <demurgets@free.fr>
22340         * src/anjuta_info.c:
22341         * src/utilities.h: gnome 2 port, featuring a total rewrite.
22343 2002-08-20  Stephane Demurget  <demurgets@free.fr>
22345         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
22346         nuts ATM.
22347        
22348         * src/an_file_view.c:
22349         * src/aneditor.cxx:
22350         * src/anjuta_cbs.c:
22351         * src/compiler_options.h:
22352         * src/messagebox.c:
22353         * src/messagebox.h:
22354         * src/pixmaps.h:
22355         * src/project_dbase.h:
22356         * src/resources.h: gnome 2 port.
22358 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22360         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
22362         * data/properties/sql.properties: added the DATETIME data type.
22364         * data/properties/html.properties: added the foreach php keyword.
22366 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22368         * widgets/Makefile.am: removed blank line after the last backslash
22369         for avoiding a warning from automake.
22371         * configure.in:
22372         * src/Makefile.am: added the ORBit-2 dep.
22374 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22376         * AUTHORS: added Biswa, because I wonder why noone already have
22377         written his name in the Anjuta's hall of fame :)
22379 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
22381         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
22382         widgets/e-shell-about-box.c: Made to compile for gnome2.
22383         
22384 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
22386         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
22387         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
22388         
22389         * configure.in, printing/print.h, printing/print.c,
22390         printing/print-doc.c: Made to compile for gnome2.
22391         
22392 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
22394         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
22395         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
22396         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
22397         widgets/Makefile.am:
22398         
22399         Upgraded the build system to gnome2 platform.
22400         
22401 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22402         * manuals/*: Added capability to generate PDF and PS.
22403         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
22404         * TODO, TODO.biswa: Intergated TODO list.
22405         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
22406         , bug #574470
22407         * src/dnd.c: Fix typo
22408         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
22409         * src/anjuta.c: Bug #568895, Bug #575419
22411 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22413         * tagmanager/tm_global_tags.c: Fixed compiler warning.
22414         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
22416 2002-12-17  Naba Kumar <naba@gnome.org>
22418         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
22419         bugs.
22420         
22421 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22422         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
22423         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
22424         * anjuta.prj: Added tools.sgml
22425         * data/properties/cpp.properties: Bug # 646974
22427 2002-12-16  Naba Kumar <naba@gnome.org>
22429         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
22430         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
22431         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
22432         on 'Enter' and adds proper focus mechanism.
22433         * src/anjuta.c: Fixed a memory corruption bug.
22434         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
22435         'Enter' and can also be Canceled. Sets proper default and focus policies
22436         for tools dialogs.
22437         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
22438         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
22439         translatable strings in dialogs and fixed some dialog properties.
22440         * src/anjuta-tools.c: Now uses xml format for loading and saving.
22441         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
22442         * src/message_manager_private.cc: Fixed some debug messages.
22443         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
22444         widgets/gnomefilelist.c: Fixed a memory leaks.
22445         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
22446         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
22447         src/main_menubar_def.h: Implemented incremental search.
22448         * TODO: Updated.
22450 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22451         * tagmanager/*: Minor cleanups and warning fixes.
22452         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
22453         GUI during long updates.
22454         * src/text_editor.c: Remove debug message.
22456 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22457         * tagmanager/tm_project.c: Fix a memory access problem.
22459 2002-12-13  Naba Kumar <naba@gnome.org>
22461         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
22462         tools list to show "Enabled" flag of the tool. Fixed a bug where
22463         tool list is not cleared when creating a new tool.
22464         
22465 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22466         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
22468 2002-12-12  Naba Kumar <naba@gnome.org>
22470         * anjuta-tools.[h,c], commands.c: Used the tools help of
22471         anjuta variables list in commands editor and fixed a typos
22472         buy in anjuta-tools.c.
22473         
22474 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22475         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
22476         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
22477         * TODO.biswa: Added to help me track things better.
22479 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22481         * configure.in, anjuta.spec.in: Added libglade dependency.
22482         * Makefile.am: Added anjuta.glade file.
22483         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
22484         , src/mainmenu_callbacks.[ch], src/message-manager.h
22485         , src/widget-registry.c: Tools editor GUI + other additions.
22487 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22489         * src/project_dbase.[ch], tagmanager/tm_project.c,
22490         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
22491         Implement syncing tags image with the project database.
22492         * src/anjuta-tools.c: Implemented variable substitution and
22493         working directory in tools.
22495 2002-12-09  Naba Kumar <naba@gnome.org>
22496         
22497         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
22498         command configuration language list from properties.
22499         
22500         * data/properties/asm.properties, data/properties/ruby.properties:
22501         Fixed typos.
22503 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22505         * src/an_symbol_view.c: Remember current selected entry and select
22506         it automatically after refresh.
22508 2002-11-26  Murray Cumming  <murrayc@usa.net>
22510         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
22511           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
22512         and gnomemm 1.2 projects so that people know they are really
22513         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
22514         But I did correct these to sue lowercase names.
22516 2002-12-01  Naba Kumar <naba@gnome.org>
22518         * data/anjuta.properties: Fixed caching problem on 
22519         indicators.
22520         * src/preferences.c, src/preferences_gui.c: Implemented automatic
22521         indicators prefs.
22522         
22523 2002-12-01  Naba Kumar <naba@gnome.org>
22525         * data/properies/anjuta.properties: Corrected "indicators.automatic"
22526         property name.
22527         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
22528         property and uses it.
22529         * src/aneditor.cxx: Fixed a bug associated with selection a word at
22530         current cursor.
22531         
22532 2002-11-30  Naba Kumar <naba@gnome.org>
22534         * src/debugger.c: Fixed a typo.
22535         * data/properties/*: Updated properties files and added
22536         new ones.
22537         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22538         Added comment submenu and cleaned up ref and unref of menus.
22539         * src/aneditor.h: Added definition of comment commands.
22540         * src/aneditor.c: Upgrade from latest SciTE source code.
22541         * src/text_editor.[hc], src/text_editor_cbs.c, 
22542         src/message_manager_private.cc, src/message_manager.[cc,h],
22543         src/anjuta.[c,h]: Added indicators support for errors/warnings
22544         highlight in the editor.
22545         * NEWS, TODO: Update.
22546         * scintilla/include/PropSet.h: Removed deprecrated function.
22547         
22548 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22550         * src/anjuta-tools.[ch]: Tools implementation (basic)
22551         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22552           , src/main_menubar_def.h: PLugins cleanup and segregation
22553         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22554           registry
22555         * anjuta.prj: Added new files
22556         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22557         * plugins/class-gen/clsGen.c: Register menu under 'Project'
22558         * plugins/patch/patch-plugin.c: Register menu under 'Format'
22559         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22560         * src/Makefile.am: Added new files
22561         * src/message-manager.[cc/h]: Added standard output and error windows
22563 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
22565         * project_type.c: Fixed Gnomemm2 project type
22567 2002-11-25  Naba Kumar <naba@gnome.org>
22569         * printing/print.c: Fixed a compile warning.
22570         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22571         * src/utilities.c: Fixed a compile warning in sparc, hides the
22572         terminal check error output from the user.
22573         * project_config.[ch], project_dbase.[ch], source.c: Added project
22574         version, exclude modules configuration and reordered other config
22575         properties. Changed some strings to more descriptive text.
22576         * src/compiler_opitions.c: Removed extra newlines from .prj file
22577         save.
22578         * anjuta.prj: Converted to new format (only reorganised properties
22579         and removed extra newlines ... nothing else).
22580         * NEWS: updated
22581         
22582 2002-11-21  Naba Kumar <naba@gnome.org>
22584         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22585         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22586         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22587         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22588         Updated to the CVS version.
22590 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22592         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22593           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22594           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22595           images in completion lists. 
22596         * src/resources.h: Make C++ friendly.
22597         * scintilla/PropSet.cxx: Fix memory leak.
22599 2002-11-20  Naba Kumar <naba@gnome.org>
22601         * scintilla/*/*: Synced to latest scintilla 1.49
22602         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22603         New lexers added.
22605         * scintilla/RESearch.cxx: The automatic cvs log in the
22606         file really broke things trying to interprete the changelog
22607         entry incorrectly as end-of-comment. Removed the $cvs line
22608         and committed again.
22609         
22610 2002-11-19  Naba Kumar <naba@gnome.org>
22612         Patch from Timothee Besset <ttimo@idsoftware.com>
22613         
22614         * src/message-manager-private.cc: Interpretes absolute
22615         file paths properly in zvt terminal.
22617 2002-11-19  Naba Kumar <naba@gnome.org>
22619         Patch from Timothee Besset <ttimo@idsoftware.com>
22620         
22621         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22622         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22623         (important) editor preferences in project (if there is one
22624         open).
22625         
22626         * TODO: Updated
22627         
22628 2002-11-18  Naba Kumar <naba@gnome.org>
22629         
22630         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22631         
22632         * src/debug_tree.c, src/find_in_files_gui.c,
22633         src/find_replace.c, src/find_text.c, 
22634         src/project_import.c, src/project_import_gui.c,
22635         src/wizard_gui.c: i18n Fixes.
22637 2002-11-15  Naba Kumar <naba@gnome.org>
22639         * plugins/class-gen/clsGen.c: Fixed to use project function
22640         to import files. Create non-existent directories before the
22641         sources are written.
22642         
22643         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22644         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22645         src/glade_iface.c,
22646         src/glades.c: Excluded gladen files from build. This
22647         will fix the unnecessary dependency on libssl.
22648         
22649         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22650         file import funtion.
22651         
22652         * src/message_manager_private.cc: Fixed a compiler warning with
22653         DEBUG preprocessor macro.
22654         
22655         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22656         wrong (undocked) editor window was closed on clicking close on an
22657         undocked editor window.
22658         
22659         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22660         start correctly if the executable was run before with 'F3'.
22661         
22662         * src/toolbar_callbacks.c: Wrap around find next.
22663         * src/toolbar.c: Disable combo activate.
22664         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22665         button positions to get 'yes' as default.
22667         * anjuta.spec.in: Updated.
22668         
22669         * src/anjuta_info.c, src/appwizard_gui.c,
22670         src/attach_process_gui.c, src/breakpoints_gui.c,
22671         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22672         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22673         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22674         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22675         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22676         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22677         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22678         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22679         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22680         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22681         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22682         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22683         plugins/patch/patch-plugin.c, printing/print-util.c:
22684         Set all windows and dialogs transient
22685         to their parents so that they remain floated above their parents.
22686         
22687 2002-11-13  Naba Kumar <naba@gnome.org>
22689         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22690         take default editor font).
22691         
22692         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22693         Corrected email address.
22694         
22695         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22696         for changelog entry.
22698         * NEWS: Updated.
22699         
22700 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22701         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22703 2002-11-06  Naba Kumar <naba@gnome.org>
22705         * README: Updated
22706         * anjuta.spec.in: Ships the .omf files with the
22707         documents instead of the base package.
22708         
22709 2002-11-04  Naba Kumar <naba@gnome.org>
22711         * data/properties/latex.properties: Fixed a bug.
22712         * ChangeLog: Released 1.0.0 stable.
22714 2002-11-04  Naba Kumar <naba@gnome.org>
22716         * src/commands.c: Added command with shell redirection capability.
22717         * data/properties/anjuta.properties: Changed default execution
22718         command.
22719         * src/project_dbase.c: Set project top dir in properties.
22720         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22721         * data/Makefile.am: More diskcheck error fixes.
22722         
22723         * README, anjuta.spec.in, THANKS, AUTHORS,
22724         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22725         manuals/C/anjuta-manual/authers,sgml,
22726         manuals/C/anjuta-manual/anjuta-manual.sgml,
22727         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22728         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22729         : Changed anjuta home to
22730         new URL and my email address.
22731         
22732         * manuals/C/anjuta-manual/interfaces.sgml,
22733         manuals/C/anjuta-manual/prefereces.sgml,
22734         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22735         
22736         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22737         : removed reference to the help menu as the menu is modified
22738         when no help is found (which is very likely when we are
22739         shiping the documents separately).
22740         
22741 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22742         * anjuta.spec.in: Update specfile to make multiple RPMs.
22743         * data/Makefile.am: make dist fix.
22744         * src/text_editor_menu.c: Fix compile warnings (casts).
22746 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22747         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22748         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22750 2002-11-01  Naba Kumar <naba@gnome.org>
22752         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22753         Added gnome2 macros to be used by gnome2 project wizard.
22754         
22755         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22756         from gnome-common.
22757         
22758         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22759         as it was conflicting with generated projects and is not
22760         useful for us.
22761         
22762         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22763         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22764         project generation, removed qt project as it's not complete and
22765         added gnome2 bonobo wizard.
22767 2002-10-29  Naba Kumar <naba@gnome.org>
22769         * po/POTFILES.in: Updated.
22770         * po/POTFILES.skip: Added.
22771         * preferences.h: Fixed print paper size property name.
22773 2002-10-28  Naba Kumar <naba@gnome.org>
22774         
22775         * data/user.properties, data/Makefile.am: Added user properties file
22776         which will be copied in user's ~/.anjuta/user.properties.
22777         
22778         * data/anjuta.properties: Changed a comment.
22779         
22780         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22781         
22782         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22783         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22784         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22785         item.
22787         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22788         instead of user properties file.
22789   
22790         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22791         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22792         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22793         * README, TODO: Updated.
22794         
22795 2002-10-28  Naba Kumar <naba@gnome.org>
22797     * manuals/C/anjuta-manual/figures/editor_guides.png,
22798     manuals/C/anjuta-manual/figures/editor_margins.png,
22799     manuals/C/anjuta-manual/figures/editor_markers.png,
22800     manuals/C/anjuta-manual/figures/local_variables.png,
22801     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22802     manuals/C/anjuta-manual/figures/prefs_print.png,
22803     manuals/C/anjuta-manual/figures/print_dlg.png,
22804     manuals/C/anjuta-manual/figures/print_preview.png,
22805     manuals/C/anjuta-manual/figures/symbol_browser.png,
22806     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22807     files for manual documentation.
22808     
22809     * manuals/sgmldocs.make,
22810     manuals/C/anjuta-manual/Makefile.am,
22811     manuals/C/anjuta-manual/authors.sgml,
22812     manuals/C/anjuta-manual/build.sgml,
22813     manuals/C/anjuta-manual/compileopts.sgml,
22814     manuals/C/anjuta-manual/debugger.sgml,
22815     manuals/C/anjuta-manual/execute.sgml,
22816     manuals/C/anjuta-manual/fileoperations.sgml,
22817     manuals/C/anjuta-manual/interface.sgml,
22818     manuals/C/anjuta-manual/preferences.sgml,
22819     manuals/C/anjuta-manual/projects.sgml,
22820     manuals/C/anjuta-manual/figures/arguments.png,
22821     manuals/C/anjuta-manual/figures/open_file.png,
22822     manuals/C/anjuta-manual/figures/other_opts.png,
22823     manuals/C/anjuta-manual/figures/scrshot.png,
22824     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22825     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22826     
22827     Updated anjuta manual documentation.
22829     
22830 2002-10-27  Naba Kumar <naba@gnome.org>
22832     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22833     check and modifies debugger terminal command accordingly
22834     to function properly.
22835     
22836 2002-10-25  Naba Kumar <naba@gnome.org>
22838         * manuals/sgmldocs.make: Fixed a couple of bugs.
22839         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22841 2002-10-24  Naba Kumar <naba@gnome.org>
22843         * src/debug_tree.c: Fixed a crash bug from Etay.
22845         * global_tags/create_global_tags: Added messages.
22846         Fixed infinite looping within files.
22847         
22848         * macro/autogen.sh: Removed debug and warning flags for defaults.
22849         
22850         Patch from Vadim Berezniker <vadim@berezniker.com>
22851         
22852         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22853         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22854         generation.
22856         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22857         temporarily just copy it
22859 2002-10-24  Naba Kumar <naba@gnome.org>
22861         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22862         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22863         manuals/C/anjuta-manual/compileopts.sgml,
22864         manuals/C/anjuta-manual/debugger.sgml,
22865         manuals/C/anjuta-manual/execute.sgml,
22866         manuals/C/anjuta-manual/fileoperations.sgml,
22867         manuals/C/anjuta-manual/interface.sgml,
22868         manuals/C/anjuta-manual/introduction.sgml,
22869         manuals/C/anjuta-manual/projects.sgml,
22870         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22871         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22872         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22873         manuals/ja/anjuta-manual/compileopts.sgml,
22874         manuals/ja/anjuta-manual/debugger.sgml,
22875         manuals/ja/anjuta-manual/execute.sgml,
22876         manuals/ja/anjuta-manual/fileoperations.sgml,
22877         manuals/ja/anjuta-manual/interface.sgml,
22878         manuals/ja/anjuta-manual/introduction.sgml,
22879         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22881 2002-10-24  Naba Kumar <naba@gnome.org>
22883         * src/project_type.c: added autogen for qt projects.
22884         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22885         Fixed a bug that retrieves wrong terminal command.
22886         * src/commnads.c: Added more terminal commands.
22887         * configure.in: Checks for scrollkeeper version.
22888         
22889 2002-10-22  Naba Kumar <naba@gnome.org>
22891         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22892         instead of AM_GNOME_GETTEXT.
22893         
22894         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22895         for setup-gettext for the wizard generated projects.
22897         * src/source.c: Fixed a bug where glade file wasn't generated.
22898         
22899         * src/gnome_project.c: Excluded project version from project dir
22900         name.
22901         
22902 2002-10-22  Naba Kumar <naba@gnome.org>
22904         * acinclude.m4: New file with dummy funtion for gettext
22905         cross compatibility fix.
22906         
22907         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22908         * configure.in: Fixed cflags to avoid useless warnings.
22909         * Makefile.am: EXTRA_DIST += setup-gettext.
22910         * src/toolbars.c: Added space paddings around tags label.
22912 2002-10-21  Naba Kumar <naba@gnome.org>
22914         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22915         
22916         * setup-gettext: New script to maintain gettext cross version
22917         compatibility.
22918         * configure.in, macros/autogen.sh: Fix for gettext cross version
22919         compatibility.
22920         
22921 2002-10-21  Naba Kumar <naba@gnome.org>
22923         * debug_tree.c: Fixed incorrect use of debug assertion.
22924         
22925 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22926             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22927         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22928         src/memory.c, src/memory.h, src/message-manager-private.cc:
22929         
22930         New parsing algorithm; adapted from kdevelop.
22931         Middle button menu for changing the value's display type
22933 2002-10-07  Naba Kumar <naba@gnome.org>
22935         * src/main_menubar_def.h: Changed status bar message for Help->
22936         Browse info pages. Bug #603308
22938         * src/executer.c: Made "User terminal" default for creating
22939         projects (User can always disable it later). Bug #114222
22940         
22941 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22943         * macros/autogen.sh: Require gettext 0.10.x for autogen
22944         * src/text_editor.c: Fixes Bug #595303
22945         * src/source.c: Fixes Bug #595970
22946         * src/anjuta.c: Fixes Bug #598366
22947         * scingtilla/LexCPP.cxx: Bug #602296
22948         * src/main_menubar_def.h: Bug #604363
22949         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22950         
22951 2002-10-07  Jens Georg <mail@jensgeorg.de>
22953         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22954         * gnomefilelist.c: This patch fixes the bug #611542
22955         
22956 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22958         * data/properties/Makefile.am: Added tcltk.properties file.
22959         
22960 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22962         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22963         
22964         * README: Updated README
22965         * plugins/class-gen/clsGen.c, src/message_manager.cc
22966           , src/mainmeu_callbacks.c, src/memory.c
22967           , src/project_dbase_gui.c, src/text_editor_gui.c
22968           , widgets/gnomefilelist.c: Set window icons
22969         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22970           Enabled release build (stripped + optimized binaries, etc.)
22971         * data/properties/anjuta.properties, src/commands.c,
22972           src/defaults.cFixed bug #595489 (stdin on executables)
22973         * src/appwizard.c, src/main.c, src/message-manager.cc
22974           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22975           , src/debug_tree.c: Memory related (valgrind) fixes.
22976         * src/message-manager-private.[cc,h], src/pixpams.h
22977           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22978         * anjuta.prj: Added debug_tree.c to SOURCES
22979         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22980           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22981           Compacted code and cleaned up unnecessary functions.
22982         * tagmanager/*.[ch]: Code fixes.
22983         
22984 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22985         
22986         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22987         
22988         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22989         Debug tree now detects changes of displayed variables
22990         and changes their color to red
22992 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22994         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22995         
22996         * mainmenu_callbacks.c: Set's the current file name in
22997         file save as dialog.
22998         
22999 2002-09-20  Naba Kumar <kh_naba@gnome.org>
23001         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
23003         * data/properties/tcltk.properties: New file for tcl/tk
23004         properties.
23006 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
23008         * src/project_type.[c,h], src/source.c, data/Makefile.am:
23009         Fixed a fatal bug which doesn't let building gnome2 related
23010         projects. They use different autogen.sh script. Defined new
23011         type field "gnome_macro_support".
23012         
23013         * data/autogen.sh.gnome2: New file.
23014         
23015         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
23016         bug with quotes escaping in quotes.
23017         
23018         * src/message-manager-private.cc: Used event box instead
23019         of frame for local message pane, so that the borders appear
23020         properly and nicely.
23021         
23022         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
23023         if there is a project open and all the files are un-docked.
23025         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
23027 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
23029         * src/main_menubar_def.h: implement feature request #595356, patch #597161
23030         * THANKS: updated for new contributions
23031         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
23033 2002-08-27 Steven Knight  <steven.knight@unh.edu>
23035         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
23036         src/project_dbase.h, src/project_type.c, src/source.c, 
23037         src/wizard_gui.c: new Qt project type
23038         *** NB not fully tested, may need some work, icon required...
23040 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23042         * src/memory.c, src/memory.h: new memory patch
23044 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23046         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23048 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23050         * lancher/anjuta_launcher.c: Determine pty from function
23051         call instead of running 'tty' externally.
23052         
23053         * data/properties/cs.properties: Added compile/build commands.
23054         Fixed execution properties.
23055         
23056         * src/commands.c: Added c# options.
23058         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
23059         
23060         * src/debug_tree.[c,h], src/debugger.[c,h],
23061         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
23062         
23063         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
23064         1. Misaligned structs when they are members of other structs.
23065         2. '{' sometimes appears as a variable.
23066         3. Wrong processing of some arrays.
23067         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
23068         that displays the tree in two columns (variable and value).
23070 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23072         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
23074         * data/properties/sql.properties: added the DATETIME data type.
23076         * data/properties/html.properties: added the foreach php keyword.
23078 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23080         * NEWS: Updated with new features.
23081         
23082         * data/.cvsignore, doc/.cvsignore: Updated.
23083         
23084         Patch from: Etay Meiri <etay-m@bezeqint.net>
23085         
23086         * src/debug_tree.h, src/debug_tree.c: New files.
23087         
23088         * src/Makefile.am, src/message-manger-private.[h,cc],
23089         src/message-manger.cc: Added Tree view for debugger
23090         locals view.
23091         
23092 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23094         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23095         
23096         * src/memory.c, src/memory.h: New files.
23097         
23098         * src/Makefile.am, src/appwizard.c, src/controls.c,
23099         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23100         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23101         
23102         Memory view implemetation that would enable viewing raw memory
23103         during debugging.
23105 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23107         * AUTHORS: added Biswa, because I wonder why noone already have
23108         written his name in the Anjuta's hall of fame :)
23110 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
23112         * src/appwizard_gui.c: Removed an ambiguous prototype.
23113         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
23114         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
23115         * THANKS: Updated M. Ali Vardar's email.
23116         
23117 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23119         * src/anjuta_gui.c: implemented feature request to stop main and browser
23120           toolbars having exclusive use of space
23122 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23124         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
23125         left over from the previous work to fix bugs :-)
23126         
23127         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
23128         src/controls.c, src/mainmenu_callbacks.h, 
23129         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23130         reviewed
23131         
23132         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23133         src/project_import_gui.c, src/sharedlib_gui.c, 
23134         src/signals_gui.c: set window icon correctly
23135         
23136         * NEWS: more updates for the release
23137         
23138         * HACKING: updated for window icons and insert menu information
23139         
23140         * src/cvs_gui.c, src/build_project.c, 
23141         src/project_import_cbs.c: message strings reviewed
23142         
23143         * src/controls.c: context help button should be disabled if 
23144         DevHelp is not installed
23145         
23147 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23149         * src/debugger.c: Fixed the signalling screw up because of string
23150         update in gdb used to report the child process PID. Also, no
23151         error dialog will be popped up for "no such file or directory"
23152         error (very annoying and useless error). This error will still
23153         be shown on the debug message window. Avoided terminating the
23154         program when the terminal is terminated -- doesn't hurt, otherwise
23155         we get crappy egg-and-hen problem.
23156         
23157         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23158         dimensions loading.
23159         
23160         * src/anjuta.c: Limited the default size of main window to sane
23161         values.
23163         * src/preferences.c: Fixed some deadly memory corruption bugs in
23164         the recent patches. Return from getenv() should NEVER be freed,
23165         because they are static strings.
23166         
23167         * src/preferences_gui.c: Removed the fix for crash bug with font
23168         selection and applied the real fix.
23169         
23170 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23172         * NEWS: updated for release
23174 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23176         * src/launcher.c: Added a fix a memory leak and a possible
23177         fix for zvt-crash bug.
23178         
23179         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23180         
23181         * data/properties/latex.properties,
23182         data/properties/ada.properties: Added file.is.source property.
23183         
23184         * src/an_file_view.c: Set auto column size of the file
23185         revision column.
23186         
23187         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23188         The user is now prompted to confirm the closing of the file
23189         if it is being used by CVS. If yes, the editor is closed and
23190         the CVS operation stops.
23191         
23192 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23194         * anjuta.prj: bump project version for release
23195         * BUGS: removed unnecessary file
23197 2002-06-07      Philip Van Hoof <freax@pandora.be>
23199         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23200         during the life of the file list widget
23201         * src/preferences_gui.c: sticking-plaster fix to font selection
23202         causes segfault bug
23204         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23206 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23208         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23209         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23210         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23211         added options for symbol and file browsers.
23212         * data/properties/cpp.properties: linker flags should come after
23213         the name of the file to compile.
23214         * scintilla/Editor.cxx: fixed gcc compilation warning.
23215         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23216         be executed from bindir only.
23217         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23218         tagmanager/include/tm_file_entry.h: CVS version information in file 
23219         browser.
23220         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23221         window.
23222         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23223         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23224         crashes during file import.
23225         * src/project_import.c: disable project menu items during project 
23226         import.
23227         
23228         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23230 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
23232         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
23233         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
23234         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
23235         modified Insert menu, added C functions template, header C 
23236         template, modified header_template HEADER_H ==> NAMEFILE_H
23237         
23238         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23240 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23242         * data/properties/html.properties: changed some file 
23243         associations
23245 2002-06-05 Philip Van Hoof <freax@pandora.be>
23247         * widgets/gnomefilelist.c: Fixed #560759 and #561776
23248         
23249         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23251 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23253         * data/properties/anjuta.properties, src/defaults.c: Make windows
23254         docked by default, fix the big fonts bug.
23255         
23256         * src/an_file_view.c, src/main_menubar_def.h, 
23257         src/project_dbase_gui.c: sanitized the Edit/View mess.
23258         
23259         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
23260         for customizing shortcuts.
23261         
23262         * src/mainmenu_callbacks.c: Search for selected word if present.
23263         
23264         * src/text_editor_menu.c: Added context menu options for docking
23265         and undocking editor windows.
23266         
23267         * src/main_menubar.h, src/main_menubar.c: more support for the 
23268         shortcuts menu item.
23269         
23270         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23272 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23274         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
23275         all commit messages being written to top of the file
23276         
23277         * src/main_menubar_def.h: message strings reviewed
23278         
23279         * src/project_import.c: message strings reviewed
23280         
23281         * src/source.c, src/glades.c: message strings reviewed. Fixed 
23282         some bugs around reading the project properties for creating 
23283         .glade and .desktop files in the Application Wizard. There were
23284         typos in the property names being retrieved
23285         
23286         * widgets/gnomefilelist.c: changed build_full_path to make 
23287         the file widget support ~
23288         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
23289         
23290         * THANKS, widgets/e-shell-about-box.c, 
23291         manuals/anjuta-manual/C/authors.sgml: updated for new
23292         patch
23294 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
23296         * src/project_dbase.c: Fixed the file-path-corruption bug
23297         and the cannot-import-file-in-project bug. (follow-up with
23298         the last commit from Stef).
23299         
23300         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
23301         with unsaved-project.
23302         
23303 2002-06-05  Stephane Demurget  <demurgets@free.fr>
23305         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
23306         misplaced g_free.
23308 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23310         * data/properties/{xml,html,other}.properties: changed some file 
23311         associations
23312         
23313         * data/anjuta.mime: oops! cvs added
23314         
23315         * scintilla/RESearch.cxx: fixed up a problem with comments
23316         
23317         * global-tags/create_global_tags.sh: redirect errors to /dev/null
23318         to avoid messages about missing libs
23319         
23320         * NEWS: started the release notes
23322 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23324         * HACKING: updated with new information on printing, patch naming
23325         
23326         * TODO: removed completed tasks
23327         
23328         * THANKS: updated a few contributions
23329         
23330         * anjuta.prj: updated the icon file
23331         
23332         * anjuta.desktop.in.in: updated to add Categories
23333         
23334         * data/anjuta.mime: created a mime type for Anjuta project files
23335         (NB needs to be added to the install in /usr/share/mime/)
23336         
23337         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
23338         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
23339         to PNG for websites.
23340         
23341         * plugins/patch/patch-plugin.c: clarified some messages and 
23342         made it easier to see different patching sessions
23343         
23344         * src/toolbar.c: changed some message text for consistency
23345         
23346         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
23347         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
23348         in preferences. 
23349         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23350                  
23351         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
23352         src/project_dbase.{c,h}, src/project_import_cbs.c, 
23353         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
23354         Added XLib Project and a Dockapp Project types.
23355         * pixmaps/Makefile.am: added line for new pixmap for new xlib
23356         projects
23357         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
23358         * src/source.c: Fixed memory leak in existing projects. 
23359         (filename was not freed)
23360         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
23362 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
23364         * src/anjuta.h, src/anjuta.c: Added error display funtions
23365         with parent windows.
23366         
23367         * src/appwizard_cbs.c: Changed error display function to use
23368         parented version.
23369         
23370 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
23372         * printing/print.h, printing/printing.c: Taken care of document
23373         zoom factor and fixed a font loading bug. Dynamically calculated
23374         text widths to work with zooms properly. Re-organized code for
23375         dynamic text width calulations to work in general with utf8 chars.
23376          Determined font height and width automatically from the font info.
23377         
23378         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
23379         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
23380         Converted text.zoom.factor property to use #defined value. Removed
23381         margin header and margin numbers preferences, as they  now
23382         calculated dynamically.
23383         
23384 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
23386         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
23387         printing/print-util.h, printing/print.c, printing/print.h:
23388         Rewritten printing support for style based printing. Syntax highlighted
23389         printing, monochromatic printing, setup using preferences etc.
23391         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
23392         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
23393         language and the styled text buffer.
23394         
23395         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
23396         the print setup preferences page and added printer preferences. Added functions
23397         to retrieve preferences with default values.
23398         
23399         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
23400         the printing.
23402         * data/properties/anjuta.properties: Added default printer preferences.
23404         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
23405         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
23406         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
23408         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
23409         
23410 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23412         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23414         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
23415         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
23416         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
23417         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
23419         printing/Makefile.am: Reduced compiler optimizations.
23421         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
23422         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
23423         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
23424         tagmanager/tm_workspace.c: TagManager fixes.
23426 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
23428         * printing/*: CVS added. :)
23429         
23430 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23432         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23434         * printing*: CVS added.
23435         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
23436           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
23437           src/main_menubar_def.h: Gnome Print support
23438         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
23439         * configure.in: Enable debugging flag option
23440         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
23441           Print properties defined.
23442         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
23443         
23444 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23446         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23447         
23448         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
23449         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23450           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
23451           and cleanups
23452         * src/text_editor.c: Minor cleanups.
23453         * anjuta.c: Tweaks to 'Goto File Line' functionality.
23454         * src/project_dbase.c: Fixes to add/remove files from project.
23455         * src/help.c: Fix minor memory leak.
23456         * src/project_dbase_gui.c: Remove debugging messages.
23457         * src/utilities.[ch]: Cleanups and minor fixes.
23458         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
23460 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
23462         * src/anjuta.c [anjuta_apply_preferences()]:
23463         Fixed a crash bug when tab pos is not defined for the editors.
23464         
23465         * data/properties/cpp.properties: Set default identifier property to normal.
23466         This fixes the bug in which the fore color gets hidden with dark background.
23468 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
23470         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
23471         scintilla 1.46
23472         
23473         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
23474         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
23475         src/anjuta.c, data/properties/anjuta.properties:
23476         Implemented line wrapping.
23477         
23478         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
23479         
23480         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
23481         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
23482         tags. Code was reviewed from GNOME Bonsai view.
23483         
23484         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
23485         it seems to have been removed by scintilla people.
23486         
23487         * data/properties/anjuta.properties: Set default line wrap to false, as
23488         is noticably slow with big files.
23489         
23490 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
23492         * src/project_import_gui.c: disallow the selection of files in
23493           the browse dialog.
23494         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
23495           preferences code.
23496         
23497 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23499         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
23500           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
23501         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
23502         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
23503           now works properly.
23504         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
23505         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
23506         * src/utilities.[ch]: Added some utility functions.
23507         * tagmanager/tm_project.c: Fix for bug in file removal from project.
23508         
23509         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23511 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23513         * HACKING: info on FIXME statements and removed ccview references
23514         * Makefile.am: added rule to make RPM package
23516 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23518         * THANKS, widgets/e-shell-about-box.c, 
23519         manuals/anjuta-manual/C/authors.sgml: updated for new
23520         patch
23521         * src/anjuta.c: removed unnecessary warning code since CVS 
23522         support is now implemented :-)
23523         * manuals/sgmldocs.make: implemented a fix for bug #553969
23524         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
23525         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
23526         manuals/C/anjuta-faqs-C.omf: modified the descriptions
23527         
23528 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23529         
23530         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23531           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23532           src/main_menubar_def.h, src/preferences_gui.c,
23533           preferences.c, preferences.h: setup Username and Email 
23534           preferences, Insert ChangeLog and Username editor functions
23535           
23536           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23538 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23539         
23540         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23541           src/src_paths_cbs.c, src/src_paths_gui.c
23542           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23544           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23546 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23548         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23549           and goto tag menu items to main menu.
23551 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23553         * THANKS, widgets/e-shell-about-box.c, 
23554         manuals/anjuta-manual/C/authors.sgml: added new contributors
23555         * HACKING: updated with info on files to change for credits
23557 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
23559     * src/aneditor.cxx: extended extension list which fixes segfault
23560     on selecting lisp, ruby or matlab as highlight style.
23562 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23564         * src/main_menubar_def.h: fixed an array initialiser and fixed
23565         the lexer settings for the new entries on the Format menu
23567 2002-05-07  Stephane Demurget  <demurgets@free.fr>
23569         * Synced with Scintilla 1.45
23571 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23573         * anjuta.prj: added another missing file
23574         * ChangeLog: fixed some incorrect change dates I caused by 
23575         sloppy cut-and-pasting :-/
23577 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23578         
23579         * src/mainmenu_callbacks.c: fixed title of new About box
23581 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23583         * src/pixmaps.h: added macros for OpenGL and SDL project icons
23585 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23587         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23588         * anjuta.prj: updated for new files
23590 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
23592         * widgets/e-shell-about-box.c: Added version display.
23593         
23594 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23596         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
23597         widgets/scroll_menu.c: fixed up some compiler warnings (patch
23598         from Philip Van Hoof)
23600 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23602         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
23603         dependency
23604         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
23605         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
23606         that produced build errors (needs checking on a machine with the
23607         ja locale!)
23608         * data/properties/lisp.properties: updated to match format of other
23609         lexer property files supplied with Anjuta
23611 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23613         * anjuta.prj: added new files
23614         * HACKING: added information from the mailing list on 
23615         adding new project types to the wizard (thanks to Johannes)
23617 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23619         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23620           src/appwiz_page2.c: Fix for 547038.
23622 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23624     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23625     hide bug.
23626     
23627     * about.h: cvs removed.
23628     
23629 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23631         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23633         Fix for #539574.
23635         * src/anjuta.c (anjuta_system_error): checks for the error number to
23636         know whether the error description is needed or not.
23638 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23640         * pixmaps/anjuta_logo.png: New about logo.
23641     
23642         * pixmaps/anjuta_icon.png: New icon from Misha. The
23643         old one had trouble with some gtk themes.
23644     
23645         * about.c: Removed. No longer needed.
23647         * mainmenu_callbacks.c: Removed reference of about.h
23648     
23649 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23651         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23653         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23654           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23655         About Dialog (thanks to the Evolution team for the cool widget!)
23657 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23659         Patch from lbell <lbell@tsc4.com>
23660     
23661         * src/find_in_files.c, src/find_in_files.h,
23662           src/anjuta.c: Added save_yourself, load_yourself routines.
23663     
23664         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23665         Added "Append messages" toggle button. This will enable
23666         the search results to be appended to the already existing
23667         results.
23668     
23669         * src/debugger.c: Fixed a typo.
23670     
23671         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23672           src/session.c, src/session.h: Improved session management.
23674 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23676         * THANKS, FUTURE, AUTHORS: Changed my email and
23677         avoided yahoo.com.
23679 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23681         Impl. feature request #525271 (add Lisp support).
23683         * data/properties/lisp.properties: added.
23685         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23686           the lisp properties.
23688         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23689           src/utilities.[ch]: added support for the Lisp highlight style.
23691 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23693         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23694           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23695           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23696           option preferences to have a persistent setting. Plus it's not used
23697           often, so it's better here than flooding the menus.
23699         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23700           preferences pages a lot more consistent and sweeter: tabs direction
23701           radiobuttons are directed against the meaning, all pages have an
23702           outter frame, a lot of padding, removed all expand attributes for
23703           vertical boxes, ...
23705           That's not a total revamp, but it's really looking better now, even
23706           if there's still work to be done.
23708 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23710         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23711         * TODO: added task to be completed before next release (update all credits)
23713 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23715         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23716         Benke László.
23718 2002-05-01  Benke László  <decike@freemail.hu>
23720         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23722         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23723           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23724           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23725           to the format menu in order to reorder the notebook tabs in
23726           alphabetical order everytime a file is created/opened/saved.
23728 2002-05-01  Philip Van Hoof <freax@pandora.be>
23730         * widgets/gnomefilelist.[ch] (history_combo_go),
23731         (history_combo_clicked): impl.
23733         (gnome_filelist_new_with_path): use this new impl.
23735 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23737         * src/project_dbase_gui.c (add_file): added the xpm file type.
23739 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23741         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23742         tag manager fixes.
23744         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23745           of tag types.
23747         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23748           src/text_editor_menu.c: Added context sensitive search in symbol
23749           browser and editor.
23751         * configure.in: Changed version number to 0.1.9.99.
23753         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23754           src/project_import.c: Minor changes to project import facility.
23756         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23757           (Forced to use specific brace format)
23759         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23760           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23761           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23763 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23765         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23766         replaced the spinbutton with an hscale, and made the UI less "blocky".
23768         * src/cvs_gui.c: When diffing a project you can choose date and
23769         release now.
23771         * src/project_dbase.c: Import_file activated again
23773         * configure.in, plugins/Makefile.am: Added patch plugin
23775         * plugins/patch/*: The new patch plugin
23777 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23779         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23781         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23782         dropdown list shown by autocompletion are now removed.
23784 2002-04-28  Philip Van Hoof <freax@pandora.be>
23786         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23787         a bunch of filetypes from the older version.
23789         * src/project_dbase_gui.c (add_file): changed the import
23790         dialog's filetypes combo contents depending on the
23791         type of data to be imported.
23793 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23795         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23796         the amount parameter as Philip stated and reformated to follow the
23797         Gnome convention.
23799         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23800         changed accordingly.
23802 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23804         Fix for #531293.
23806         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23807         Shift-F6, to be more consistent with other Gnome apps.
23808         Moved the "Search next" entry under the "Search" one, and swapped the
23809         order of the "Find in files" and "Find and Replace" ones.
23811         Some additional fixes ands cleanups on the edit menu.
23813         * src/main_menubar.h: replaced all occurences of repeat_find by
23814         find_again for the code to be more consistent.
23816         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23817         sensitiveness depending on the existence of an active text buffer.
23819         * TODO: added some bits about improving the usability of the
23820         search/search again couple.
23822 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23824         * src/preferences_gui.c: made the tab labels text more consistent
23825         (s/misc/Misc/).
23827 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23829         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23831         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23832         filename.
23834         * src/main.c (main): simplified some code and cleanups.
23836         Fix a part of #499366:
23838         * src/commands.[ch] (sync_from_props), (command_editor_save),
23839         (on_apply_clicked), (create_command_editor_gui): added the gui
23840         corresponding to the command.terminal preference.
23842 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23844         Fix for #465180.
23846         * anjuta.spec.in: added build requirements for the source rpm.
23848 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23850         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23851         
23852         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23853           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23854           src/project_type.c, source.c, wizard_gui.c:
23855           Added new GNOME 2 project types and changed glade behaviour to
23856           produce GTK code if project type GTK was selected and GTKmm code
23857           if project type GTKmm was selected (and not depending on the 
23858           selected language. Disabled glade for GNOME 2 projects because
23859           we will need glade2 there.
23860           
23861         * src/project_dbase.c: Fixed a memory lack.
23862         
23863         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23864         
23865         * src/cvs.c: Added an error message if jobs are running
23867 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23869         * tagmanager/tm_work_object.c: Fixed a chrash
23870         bug which occurs when it tries to stat an empty
23871         file name.
23872         
23873 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23875         * src/controls.c: CVS menu items now becomes
23876         insensitive when the launcher is busy.
23877         
23878         * src/anjuta.c, cvs.h, cvs.c: Created a function
23879         to update the cvs preferences when preferences are
23880         applied in preferences dialog and called it from
23881         anjuta_update_preferences().
23882         
23883 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23885         * src/cvs.c: Added a space in the cvs command
23886         before the revision part. This fixes the cvs
23887         error we get when cvs-diffing with revisions.
23888         
23889         * src/cvs.c: Fixed a compiler warning.
23890         
23891         * src/find_replace.c: The dialog now remembers
23892         the settings including the "prompt on replace"
23893         which seems to have broken somewhere line the
23894         changes.
23895         
23896 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23898         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23899         Added a new property in cvs class to hold a boolean
23900         for enabling date in cvs diff. This fixed the bizzare
23901         diff output due to the date that goes with the cvs
23902         command. Also, set the default value of compression
23903         to 3 and unified diff option to 1.
23904         
23905 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23907         * src/cvs.c: The diff editor is set to hilite as
23908         diff syntax hiliting.
23909         
23910         * configure.in, manual/Makefile.am:
23911         Added a new manual module for ja language.
23912         
23913         * manual/ja/*/*/*: New module and files for the
23914         ja translation for the anjuta documentation
23915         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23916         
23917 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23919         * src/launcher.c: Made a very messy work around
23920         for the launcher authentication to work properly.
23921         
23922         * src/find_replace.c: Applied the missing patch
23923         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23924         
23925 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23927         * src/cvs.c, src/main_menubar_def.h: made message strings
23928         consistent with existing standards from our own documentation 
23929         (such as uppercase P in Project, corrected spelling of 
23930         repository, etc.)
23932 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23934         * src/cvs_gui.c: Cleaned up gui and aligned various
23935         widgets to give a clean look.
23936         
23937 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23939         * src/launcher.c: Added work around to retrieve
23940         the child exit code. It works. :)
23941         
23942         * src/find_in_files.c, src/gnome_project.c,
23943         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23944         src/clean.c, src/clean_project.c, src/build_project.c,
23945         src/build_file.c: Modified to handle the new
23946         child exit code.
23947         
23948 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23950         * src/find_replace.c: Changed signal to call
23951         on_replace_text_close on from delete_event
23952         to close => the replace history is now updated.
23954 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23956         * src/cvs.c: escaped the cvs import message before
23957         passing it to cvs.
23958         
23959 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23961         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23962         
23963         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23964         
23965         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23966         Added cvs import
23967         
23968         * src/preferences_gui.c: GUI improvements
23969         
23970         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23972 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23974         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23975         Removed static qualifier from tm_tag_type_name() and
23976         availed it's prototype for use in outside code. also
23977         created reverse map function tm_tag_type_name();
23978         
23979         * src/anjuta.c: Implemented qualified tags names for
23980         the tag list (on the toolbar pulldown list) to avoid
23981         ambiguty in tags with similar names (like prototype
23982         and definition). Patch modified and improved.
23983         
23984         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23985         
23986 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23988         * src/utilities.[c,h]: Added a utility funtion
23989         that escapes the single and double quotes in a
23990         given string. Useful for passing command line
23991         args with quotes.
23992         
23993         * src/cvs.c: Escaped the cvs log message before
23994         passing it to cvs command line to avoid ambiguties
23995         with quotes in the message.
23996         
23997         * pixmaps/anjuta_icon.png: Changed to the new icon.
23998         from Todd Goyen <goyen@mbi-berlin.de>
23999         
24000         * src/message-manager-private.cc: Added regex to 
24001         recognize (underline hilite) the parsable outputs
24002         from the zvt terminal.
24003         
24004 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
24006         Patch from: Tina Hirsch <tehirsch@arcor.de>
24007         
24008         * src/project_type.c:
24009         Fixed a bug in the wxproject type and modified the erroroutput when
24010         configure doesn't find wx-config
24011         
24012         Patch from: Timothee Besset <ttimo@idsoftware.com>
24013         
24014         * src/anjuta.c, src/message-manager-private.cc,
24015           src/message-manager-private.h
24016         Catches double clicks in the zvt terminal, and calls goto_error_line
24017         to jump to the appropriate location in the source. This will recognize
24018         grep -n output
24019         
24020 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
24021         
24022         * src/build_project.c: Taken care of memory leak
24023           by freeing cmd variable properly.
24025         * src/main_menubar_def.h: Fixed wrong signal connection
24026           for cvs project commit.
24027           
24028         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
24029         
24030         * src/preferences_gui.c: Added some border and adjusted
24031           expandsion, filling in box adds to make the cvs preferences
24032           more nicer.
24033         
24034 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
24036         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24037         
24038         * src/cvs*, src/main_menubar*, src/preferences*: 
24039         Moved CVS settings to preferences, added a nice login dialog.
24040         
24041         * src/controls.c, src/project_dbase.c:
24042         CVS project options are only shown if a project is open
24043         
24044         * src/build_project.c:
24045         User is now asked if he wants to install as root 
24046         
24047         * src/launcher.c:
24048         Fixed a warning
24050         * anjuta.prj: Updated with cvs files
24051         
24052         * TODO: Remove task which are done
24053         
24054 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24056         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24057         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24058         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
24060         Modified launcher to use controlling terminal to detect and
24061         take care of password authentications (for example, for cvs
24062         and root installs).
24063         
24064         * pixmaps/password.png: New file.
24065         
24066 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24068         Anjuta kick start tutorial wirtten by:
24069           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
24071         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
24072           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24073           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
24074           manuals/C/anjuta-tutorial/figures/*.png:
24075           
24076           Added files
24077         
24078         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
24079           
24080           Modified files.
24081         
24082 2002-03-28 Roel Vanhout <roel@stack.be>
24084         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24086         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
24087           src/preferences_gui.c:
24088         Added option to wrap around to beginning/end of file when on last bookmark
24089         and next/previous bookmark is pressed
24090         
24091 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24093         Patch from Philip Van Hoof <freax@pandora.be>
24094         
24095         * src/gnomefilelist.c:
24096         Added gimp like feature that changes the file extension of
24097         the filename entered in the selections when the file
24098         filter is changed.
24099         
24100 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24101         
24102         Patch from Roy Wood <roy.wood@filogix.com>
24103         
24104         * src/controls.c, src/find_text.c, src/find_text.h,
24105           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24106           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24107           
24108           Menuitem for entering currently selected text as find target,
24109           added key accel for "find next" and changed some key accels for
24110           other key for consistency.
24111           
24112         * src/utilities.c:
24113           Cleaned up code.
24114         
24115 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24117         * src/watch.c, src/watch.h, src/watch_cbs.c,
24118           src/watch_cbs.h, src/watch_gui.c:
24119         
24120           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
24121         
24122           Added change watch entries feature
24123           and Watch entries modify on double click fixed.
24125 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24127         * src/mainmenu_callbacks.c:
24128         
24129           Project commit should not bypass dialog as
24130           we need to get the cvs log from the user.
24131           
24132 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24134         * src/project_dbase.c:
24135         
24136           Patch from Roy Wood <roy.wood@filogix.com>
24137           
24138           Fixed docking bug with the new docking patch
24139           to fix copy/paste bug.
24140           
24141 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24143         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24144           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24145           src/main_menubar.h, src/main_menubar_def.h,
24146           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24148           Added cvs project support. Featured bypass cvs dialog for
24149           cases where we don't need dialog (such as project and right
24150           click selection from file browser). Cleaned up cvs code to
24151           make them generic cvs operations instead of separate file
24152           and project operations. Added cvs log action. Increased
24153           file entry box width and enabled "unified diff" by default.
24154           Used Editor buffer for status and log and set hilite for
24155           these buffers including diff buffer (DIFF hilite).
24156           
24157 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24159         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24161         * data: Added file autogen.sh.wxwin 
24162         * data/Makefile.am: Added entry for autogen.sh.wxwin
24163         * pixmaps: Added project image appwiz_wxwin.png
24164         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24165         * src/appwizard_cbs
24166           src/compiler_options.c
24167           src/pixmaps.h
24168           src/project_dbase.c
24169           src/project_dbase.h
24170           src/project_import_cbs.c
24171           src/project_type.c
24172           src/source.c
24173           src/source.h
24174           src/wizard_gui.c: Added everything necessary for new
24175                             project type 'wxWindows (wxGTK)
24176         * src/project_dbase.c: Fixed a bug that caused every project
24177                                to be a glade project in dialog
24178                                                    'Project information'.
24180 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24182         Patch submitted by Roy Wood <roy.wood@filogix.com>
24183         
24184         * src/anjuta_gui.c, src/message-manager-dock.c,
24185           src/project_dbase.c:
24186           
24187           fixed the copy/paste bug by rewriting dock/undock
24188           code.
24190 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24192         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24193         
24194         * src/cvs*, src/Makefile.am:
24195           New file for CVS support. File operations currently work
24196           cvs login needs to be done. Project support is not yet
24197           started.
24199         * src/main_menubar*, src/mainmenu_callbacks,
24200           src/anjuta.c, src/anjuta.h:
24201           Added menus and functions for cvs commands.
24202           
24203         * src/text_editor_menu.h: 
24204           Added #include <gtk/gtk.h>
24205           
24206         * src/gotoline.h:
24207           Removed a warning (and this time it works ;-)
24209         * src/utilities.c, src/utilities.h:
24210           Added a utility function to retrieve directory
24211           name out of full path.
24213 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24215         * src/executer.c: (create_executer_dialog): changed the default
24216           focus on the entry.
24218 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24220         * widgets/gnomefilelist.c:
24221         Fixed duplicate history entries for the same directory.
24222           
24223 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24225         Fix for #520092.
24227         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24228           it's already used by scintilla to delete the whole current line.
24230 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24232         Fix for #525107.
24234         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
24235           calls to fileselection_hide_widget,
24236           (on_open_filesel_cancel_clicked): removed.
24238         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
24239           (on_add_prjfilesel_cancel_clicked):
24241         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
24242           impl.
24244         * src/fileselection.c: Made some functions static.
24245           (fileselection_hide_widget): rewritten using the new
24246           gnome_filelist_set_multiple_selection function.
24248         * src/fileselection.c: (on_file_selection_delete_event): removed
24249           unuseful widget hides. Some cleanups,
24250           (on_file_selection_cancel_clicked): impl,
24251           (create_fileselection_gui): changed the cancel button clicked's
24252           callback to use this new function.
24254         * src/anjuta.c: (anjuta_new):
24255         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
24256           callbacks, because this the gnome filelist widget's job.
24258         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
24259           clist selection mode duplicates set,
24260           (gnome_filelist_key_press): use the new impl. function.
24262 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24264         Fix for #441233.
24266         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
24267           fixed some bogus code using an array cell out of
24268           range, removed unecessary gettext usages.
24270         * src/appwiz_page2.c: (on_prj_name_entry_changed):
24271           some cleanups and now transform minus characters to
24272           underscores.
24274         * src/source.c:
24275           (source_write_configure_in),
24276           (source_write_toplevel_makefile_am),
24277           (source_write_desktop_entry),
24278           (source_write_glade_file):
24279         * src/project_dbase.c: (project_dbase_summon_glade),
24280           (project_dbase_generate_source_code):
24281         * src/glades.c: (gladen_write_glade_write):
24282           replaced some occurences of the target name by the
24283           project filename, using project_dbase_get_proj_name,
24284           to fix the name of some files.
24285           Fixed a lot of mem leaks.
24286           Various code cleanups.
24288 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24290         Merged with latest (1.44) scintilla.
24292         Added: - The calltip.<lexer>.end.definition property to display help
24293                  text on a second line of calltip.
24294                - The calltip.<lexer>.word.characters property to correctly find
24295                  calltips for functions that include characters like '$' which
24296                  is not normally considered a word character.
24297                - The use.monospaced property to determine initial state of
24298                  Use Monospaced Font setting.
24300         Bugs fixed: Too many to mention; please see :
24301                     http://www.scintilla.org/ScintillaHistory.html for the
24302                     full changes list.
24304         * scintilla/*/*: updated nearly all files.
24306         * TODO: removed the need of a scintilla merge.
24308         Merged with latest (1.44) SciTE properties.
24310         * data/properties/anjuta.properties: added the wrap, use.monospaced
24311           properties.
24313         * data/properties/html.properties: added a missing php extension, and
24314           updated php keywords to the latest reference.
24316         * data/properties/pascal.properties: added commands to compile, build
24317           and execute pascal applications.
24319         * data/properties/lua.properties: added styles for statements.
24321         * data/properties/bash.properties: added the declare keyword.
24323         Fixed distchecking.
24325         * global-tags/Makefile.am,
24326           global-tags/create-global-tags.sh: used some kind of ugly hack to
24327           make distchek work, since noone has proposed some better way.
24329         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
24330           and Ctrl-N replace Alt-N for new file according to the Gnome design
24331           reference.
24333 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24335         * widgets/gnomedirlist.c
24336         widgets/gnomedirlist.h
24337         widgets/gnomefilelist.c
24338         widgets/gnomefilelist.h:
24340         Added GPL headings in the file.
24342 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24344         * src/attach_process.c
24345         src/attach_process_cbs.c
24346         src/attach_process_cbs.h
24347         src/attach_process_gui.c
24348         src/breakpoints.c
24349         src/breakpoints_cbs.c
24350         src/breakpoints_cbs.h
24351         src/breakpoints_gui.c
24352         src/commands.c
24353         src/compiler_options.c
24354         src/compiler_options_cbs.c
24355         src/compiler_options_cbs.h
24356         src/compiler_options_gui.c
24357         src/find_in_files.c
24358         src/find_in_files_cbs.c
24359         src/find_in_files_cbs.h
24360         src/find_in_files_gui.c
24361         src/find_replace.c
24362         src/find_text.c
24363         src/help.c
24364         src/preferences.c
24365         src/preferences_gui.c
24366         src/project_config.c
24367         src/src_paths.c
24368         src/src_paths_cbs.c
24369         src/src_paths_cbs.h
24370         src/src_paths_gui.c:
24371         
24372         Bugs #521629 and #522427 fixed. The problem was, that the
24373         escape-key was not catched and the dialog was hidden, but
24374         the flag was not set correctly.
24376         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
24377         using the gnome_dialog_close_hides()-setting present in most dialogs.
24378         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
24379         emits "close" and set the flag in the close-callback.
24381         Patch from: Jens Georg <mail@jensgeorg.de>
24383 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24385         * src/*.{c,cpp}: s/string_free/g_free/
24387         * src/utilities.[ch]: (string_free): removed.
24389 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
24391         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24393         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24394         src/mainmenu_callbacks.[ch]:
24395         Removed Project menu options: README, TODO, ChangeLog and NEWS
24396         Moved Save Build Messages to Build menu and only highlight it
24397         when there are build messages.
24398         Corrected a spelling: "mojority" -> "majority"
24399         Fixed initialisation of edit.edit_app_gui so now Edit menu
24400         can be shown when no project is loaded.
24402         * src/project_dbase.h: Removed prototype for static function
24404 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
24406         * src/text_editor.c: Editor is marked changed after
24407         autoformat. 
24408         
24409         Patch from: Jens Georg <mail@jensgeorg.de>
24411 2002-03-04 Roel Vanhout <roel@stack.be>
24413         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24415         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
24416         Added option to ignore binary files on 'Find in files' (grep -I option)
24418 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24420         * src/main.c:
24421         session restoration and commandline load in 
24422         gtk idle loop.
24423         
24424         * src/anjuta.[h,c], src/anjuta_cbs.c:
24425         Removed "clear windows menu" and prevented runtime 
24426         warnings.
24427         
24428         * src/compile.c, src/build_file.c, src/build_project.c,
24429         src/clean.c:
24430         Takes into account the preference setting for 
24431         show dialog when job completes. Dialogs are
24432         shown when it is enabled otherwise not.
24433         
24434 2002-03-03 Roel Vanhout <roel@stack.be>
24436         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24437         
24438         * src/find_text.c
24439         Store 'Find...' search string on search so that 'Find Next' will search for
24440         that string, even if the dialog hasn't been closed yet.
24442 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24444         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
24445         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
24446         src/main_menubar_def.h:
24447         
24448         Organized menus, removed "Windows" and "Utilities" menus from the
24449         menubar [they are no longer needed]. Also removed some extragenous
24450         separators.
24451           
24452 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24454         * src/message-manager-private.cc:
24455         Set message clist selection mode to BROWSE.
24456         
24457         * src/message-manager.cc, src/an_symbol_view.c,
24458         src/an_file_view.c:
24459         Added Key navigation for the CTree and CList. Arrow left for
24460         node collapse, right for node expand, space (or enter) for
24461         activation (same as double click).
24462         
24463 2002-03-03 Roel Vanhout <roel@stack.be>
24464         
24465         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24466         
24467         * plugins/class-gen/clsGen.c
24468         Added functionality to semi-intelligently prefill filename
24469         boxes with names deduced from class name
24471 2002-02-26 lbell <lbell@tsc4.com>
24473         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24474         * src/preferences_gui.c:
24475         Removed an incorrect use of gtk_misc_set_alignment().
24476         
24477         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
24478         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
24479         src/preferences.h, src/preferences_gui.c:
24480         
24481         Added the option to reload last open project at the startup.
24482         Added the possibility to open a new project without close
24483         an existing one
24484         
24485         * src/properties.cxx:
24486         Corrected a spelling mistake in message string.
24487         
24488         * src/session.c:
24489         Updated session functions.
24490            
24491 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
24493         * widgets/gnomefilelist.c: Bug fixes.
24494         
24495         Patch from Philip Van Hoof <freax@pandora.be>
24496         
24497 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24499         * src/an_file_view.c:
24500         anjuta was unable to open some files becuase they were not being
24501         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
24502         Removed mime checking when opening with anjuta, becuase it doesn't
24503         hurt to open binary files in anjuta (some even may want to do so).
24504         
24505         Added a warning when mime type is not set when "view with default
24506         viewer" is activated.
24507         
24508         * src/an_file_view.c, an_symbol_view.c:
24509         Converted N_() to _() where ever appropriate in the strings.
24510         
24511 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
24512         
24513         * src/appwizard_gui.c, src/appwizard_cbs.c
24514           src/wizard_gui.c/h, src/appwiz_page3.c,
24515           src/project_import_gui.c:
24516           
24517         Moved target type radiobuttons to appwiz. page 2
24518         
24519         * src/message-manager-private.cc
24520         Fixed a bug which caused a crash if next message function was used
24522         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24524 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24526         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
24527         Modifies the behaviour of Alt-TAB in Anjuta. This
24528         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
24529         edited files in the first items of the notebook.
24531         Patch from: Timothee Besset <timo@qeradiant.com>
24532         
24533 2002-02-24  Philip Van Hoof <freax@pandora.be>
24535         * widgets/gnomefilelist.c, gnomefilelist.h:
24536           Added filecompletion
24537           
24538         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24540 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
24542         * configure.in: Added "sk" to ALL_LINGUAS.
24544 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
24545   
24546         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
24547           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24548           src/wizard_gui.c: Added support for static and dynamic libs
24549         
24550 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
24552         * widgets/gnomefilelist.c:
24553           Fixed gnome_filelist_get_lastfilename so it no longer returns
24554           a corrupted path.
24556 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
24558         * src/resources.h, resources.c:
24559         Added url handler.
24561         * src/main_menubar_def.h, mainmenu_callbacks.c:
24562         Changed to use gnome configed url handler.
24564 2002-02-19  Philip Van Hoof <freax@pandora.be>
24566         * widgets/gnomefilelist.c
24567         Added PHP filetype.
24569 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
24571         * plugins/class-gen/clsGen.c:
24572         Added c++ support.
24573         
24574         * widgets/gnomefilelist.c:
24575         Gives the maximum space to the files section of the open file dialog.
24576         
24577         Patches from: lbell <lbell@tsc4.com>
24578         
24579 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
24581         * src/anjuta.c, main.c:
24582         Used tm_get_real_path in anjuta_get_full_filename();
24583         
24584 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
24585         
24586         * anjuta.prj: update version
24588 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24590         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24591           removed the amount arg and replaced with a NULL-ending list.
24592           (gnome_filelisttype_makedefaultlist): use the new prototype.
24594 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
24596         * src/about.c, THANKS: updated for new contributors
24597         
24598         * anjuta.prj: added new files
24599         
24600         * README: corrected some documentation, ctags no longer needed,
24601           pkgconfig now required
24602           
24603         * data/properties/others.properties: add .cvsdiff extension
24604         
24605         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
24606           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
24607           file import
24608           
24609         * doc/anjuta.1: added initial man page thanks to 
24610           Rob Bradford <rob@debianplanet.org> (NB build and install 
24611           needs work)
24612         
24613 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
24615         * src/Makefile.am: Cleaned handling of compiler flags by moving them
24616           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24617           warning flags. 
24618   
24619         * configure.in: Changed version to 0.1.10-pre
24620   
24621 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24623         * src/fileselection.c: (create_fileselection_gui): always display
24624           the directory creation button as we cannot rely on the dialog
24625           titlebar.
24627         * widgets/gnomefilelist.[ch]: fixed includes.
24629         * pixmaps/new_folder.xpm: resized, added a + sign.
24631 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24633         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24634           changed all extensions to begin with a dot.
24636 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24638         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24640         * THANKS: added Philip.
24642         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24644         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24645         * src/file_selection.[ch],
24646         * widgets/gnomefilelist.[ch]: added a filetype
24647           combobox to the Anjuta file dialog widget.
24649 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24651         * anjuta.spec.in: eep! the import script was not being installed by
24652           RPM - fixed for the release.
24654 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24656         Various cleanups and fixes for the next release to be able to make
24657         distcheck.
24659         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24660           much and make some tweaks plus cleanups.
24662         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24663           args to remove some warnings.
24665         * global-tags/Makefile.am,
24666           data/Makefile.am,
24667           src/Makefile.am: link against Anjuta static libs using the
24668           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24669           distcheck happy.
24671         * src/Makefile.am: ditto with all the Anjuta static libs.
24673         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24674           include, as we already include the whole directory for the build.
24676         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24677           
24678 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24680         * pixmaps/Makefile.am: icon for libglade project now installed
24681         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24682         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24683           breaking some build stuff
24684         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24685           include reference problems that showed up on make distcheck
24686         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24688 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24689         
24690         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24692 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24694         * src/message-manager-private.cc:
24695           The horizontal scrollbar now shows properly on demand.
24696         
24697 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24699         * src/dnd.c fixed some warnings
24700         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24701           and works. It is shown always at the moment but before it was
24702           shown on demand and did never work. 
24704 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24706         * src/anjuta.c: Fixed a crash bug.
24707           patch from: Jens Georg <mail@jensgeorg.de>
24709 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24711         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24712           reports a problem with missing end tags on <graphic>
24714 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24716         * manuals/C/ChangeLog: removed since it was never used
24717         * manuals/C/anjuta-manual/*: more updates, new screenshots
24718         * anjuta.prj: updated for new manuals/ structure
24720 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24722         * source.c, compiler_options.[c/h]:
24723           Fixed bug #460321 "Problem with optimization options" 
24724           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24725         
24726 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24728         * NEWS: prepared for release, need to fill in date
24729         * data/welcome.txt: version number updated
24731 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24733         * src/text_editor_menu.c, src/an_file_view.c, 
24734           src/an_symbol_view.c: marked strings for translation
24735         
24736         * src/defaults.c, data/properties/xml.properties:
24737           *.omf and *.xsl files should use XML highlighting
24738           
24739         * manuals/C/anjuta-manual/*:
24740           - restructured so that files have more meaningful names
24741             and are easier to edit (see anjuta-manual.sgml for the
24742                 ordering)
24743           - updated some screenshots
24744           - continued rewrite
24746 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24748         * main.c: Made a workaround to remove the old
24749         anjuta gnome config file (older than 9 Feb 2002). This
24750         will fix the bug which never lets the brower toolbar shown.
24751         
24752         * main.c: In fact, the above solution wouldn't work in all
24753         cases. Therefore, here is the better fix, which works by
24754         detecting the version of the old config file and deleting
24755         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24756         
24757 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24759         * HACKING: added info on submitting patches
24761 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24763         * src/project_import_gui.c, src/project_import.c:
24764           - If Project Import Wizard is canceled everything is 
24765                 cleaned up now.
24766           - Back button is now insensitive on page 3 (some problems: 
24767                 see TODO in project_import_qui.c:284
24768           - Menu frame is insensitive if project type != GNOME(mm)
24770 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24772         * src/main.c: Fixed bug #  (Unable to open files on
24773         double click in project window from second trial onwards when
24774         the project is opened from command line).
24775         
24776         * po/POTFILES.in: Removed tags_manager.[h,c]
24777         
24778 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24780         * src/preferences.c:
24781           A quick hack to fix the 'invisible' browser toolbar when
24782           upgrading from 0.1.8 to 0.1.9
24783           
24784         * src/anjuta.c:
24785           Fixed toolbar names which were causing confusions in the toolbar
24786           show/hide.
24787           
24788         * src/main.c:
24789           Substituted "anjuta" with PACKAGE
24790           
24791         * src/project_import_gui.c: 
24792           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24793           
24794         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24795           Added new files and removed obsolete ones.
24796           
24797 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24799         * src/appwizard_cbs.c, project_import_cbs.c, 
24800           main_menubar_def.h, project_import_gui.c: 
24801           updates to message strings and layout for the 
24802           import wizard.
24803           
24804         * text_editor_cbs.c: fix for the tab menu entries for 
24805           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24807 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24809         * src/toolbars.c,
24810           src/toolbars.h,
24811           src/anjuta_gui.c,
24812           src/controls.c:
24813           
24814           Tag dropdown exclusive (takes
24815           all space in the toolbar) and never vertical and
24816           increased the width of the tag combo to 256 pixs.
24817           Toolbar separator before the combo and button.
24818           Added tags label before the tag button.
24819           Reorganized the dock bands for the toolbars.
24820           
24821         * src/project_import_gui.c
24822           src/project_import.c:
24823           Fixed an error and removed an unused variable.
24824           
24825         * data/properties/anjuta.properties:
24826           Removed the property for the old toolbar and set
24827           browser toolbar show to default.
24828           
24829         * src/project_dbase.c: excluded modules were not
24830           loaded. Fixed.
24831           
24832         * src/source.c:
24833           No build files will be written if the project is blocked.
24834           
24835         * src/project_import.c,
24836           src/project_import_cbs.c,
24837           src/project_gui.c,
24838           src/wizard_gui.c:
24839           
24840           Manually applied Johannes patch to fix some memory
24841           issues and gui clean up.
24842           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24843         
24844         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24845           Fixed a bad bug with remove file from project because of
24846           files were never removed properly from the project and
24847           from the tagmanager.
24848           
24849         * src/appwiz_page3.c: Disabled unused codes to clear
24850           compiler warnings.
24851           
24852 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24854         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24855         
24856         * data/Makefile.am
24857           pixmaps/Makefile.am
24858           src/Makefile.am
24859           src/an_file_view.c
24860           src/an_symbol_view.c
24861           src/anjuta.c
24862           src/anjuta.h
24863           src/anjuta_cbs.c
24864           src/anjuta_gui.c
24865           src/controls.c
24866           src/main_menubar.c
24867           src/main_menubar.h
24868           src/main_menubar_def.h
24869           src/mainmenu_callbacks.c
24870           src/mainmenu_callbacks.h
24871           src/pixmaps.h
24872           src/project_dbase.c
24873           src/project_dbase.h
24874           src/text_editor.c
24875           src/text_editor_menu.c
24876           src/text_editor_menu.h
24877           src/toolbar.c
24878           src/toolbar.h
24879           src/toolbar_callbacks.c
24880           src/toolbar_callbacks.h :
24881           
24882           Patch submitted by:
24883           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24884           
24885           Removes the Tags toolbar and substituted it with
24886           tags combo dropdown list. Fixes a couple of bugs.
24887           
24888           Moved the tag combo to browser toolbar because
24889           main toolbar was becoming too long.
24890           Made a new icon of tag toolbar.
24891           
24892         * po/zh_TW.po: Fixed bug.
24893           
24894         * pixmaps/an_tag.xpm: Added new file.
24896 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24898         * src/project_import_gui.c: Reorganized project
24899         import gui page 2.
24900         
24901 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24903         * HACKING: added info on creating windows and dialogs
24905 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24907         * src/tm_file_view.c:
24909           Sorts the file list at the end instead of doing sort-insert
24910           to improve performance.
24911           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24913         * src/project_dbase.c: Resolved a conflict from
24914           Johannes's patch.
24915           
24916         * src/project_import.c:
24917         
24918           Fixed to use anjuta_import.sh for the bin dir and
24919           not from the data dir.
24920         
24921           Used anjuta_is_installed() function to verify a the command's
24922           executability.
24923         
24924           Fixed import command to use sh (which is more general and is
24925           gauranteed to be found in any unix system :-)). Also, added
24926           double quotes around the import directory.
24927         
24928           Changed some strings for better translations (like avoiding
24929           duplicates).
24930           
24931           Fixed the reading of wrong target type.
24932           
24933         * src/control.c: Insensitive "import project" when there is
24934           a project open.
24935           
24936         * src/project_import_cbs.c:
24937           
24938           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24939           Fixed selection of gettext checkbox.
24940           Sets the menu entries.
24941           
24942 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24943         
24944         * src/appwiz_page[1-4].c
24945         * src/appwiz_gui.c
24946         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24947         be able to reuse it.
24948         
24949         * src/mainmenubar.[c/h]
24950         * src/mainmenubar_def.h
24951         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24952         menu item
24953         
24954         * src/message-manager.c: Fixed bug 509192
24955         * src/message-manager-dock.c: Added accel_group if window is undocked
24956         
24957         * src/project_dbase.[c/h]: Splitted opening code to be able
24958         to use it without an open file dialog
24959         (Maybe I broke Naba's changes, please take a look)
24960                         
24961         * src/project_import.[c/h]
24962         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24963         
24964         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24965         import wizard
24967 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24969         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24970           string cleanups
24971           
24972         * manuals/C/anjuta_manual/*: started rewrite of the 
24973           manual, updated some screenshots
24975 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24977         * src/gnomefilelist.h, src/gnomefilelist.c:
24978         
24979           Fixed multiple selection bug (#497085). The OK button is
24980           sensitive when in multiple mode, if the no. of
24981           selection is one or more.
24982           
24983           Toggle between single and multiple selection mode
24984           and multiple mode display.
24985           
24986           Fixed strings to translable strings.
24987           
24988           Fixed some compiler warnings by commenting out
24989           unused functions.
24990           
24991 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24993         * src/project_dbase.c: App status bar now updates
24994           with the project name when the project is loaded.
24995         
24996         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24997           
24998           Puts the directories at the top. They're also sorted now.
24999           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
25000         
25001 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25003         * scripts/anjuta_import.sh.in: Added file.
25004         * scripts/anjuta_import.sh: Removed file.
25006         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
25007           Updated files.
25008           
25009         * src/main_menubar_def.h:
25010         
25011           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
25012           reflect the opposite of Find (CTRL+F) and also to leave
25013           CTRL+R or Redo.
25014           
25015           Changed Glade summon with ALT+G, which frees the ATL+E
25016           for poping up the edit menu.
25017           
25018         * src/Makefile.am: Debugging link flags by Biswa, removed.
25020 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
25022         * HACKING: added information on best practices for writing
25023           application messages and GUI labels
25024           
25025         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
25026           src/breakpoints.c, src/build_file.c, src/build_project.c, 
25027           src/clean_project.c, src/compile.c, 
25028           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
25029           src/configurer.c, src/debugger.c, src/executer.c, 
25030           src/find_in_files.c, src/find_in_files_cbs.c, 
25031           src/find_replace.c, src/find_text.c, src/glades.c, 
25032           src/gnome_project.c, src/goto_line.c, src/main.c, 
25033           src/main_menubar.c, src/main_menubar_def.h, 
25034           src/mainmenu_callbacks.c, src/preferences_gui.c, 
25035           src/project_config.c, src/project_dbase.c, 
25036           src/project_dbase_gui.c, src/resources.c, src/source.c, 
25037           src/support.c, src/tags_manager.c, src/text_editor.c, 
25038           src/text_editor_gui.c, src/text_editor_menu.c, 
25039           src/toolbar_callbacks.c, src/utilities.c: 
25040           lots of minor message updates to make them more user-friendly 
25041           and consistent
25043 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25045         * src/executer.c:
25046         
25047           Because of the spaces escaping, the command could not be
25048           executed when run without terminal. Now fixed.
25049           
25050         * anjuta.prj, Makefile.am:
25051         
25052           Added anjuta project file.
25053         
25054 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25056         * src/message-manager-private.h, message-manager-private.cc,
25057           message-manger.cc:
25058           
25059           Added freeze() and thaw() for the message window class to
25060           speed up the message manager update.
25061         
25062         * src/project_config.h, project_config.c,
25063           src/project_dbase.h, project_dbase.h
25064           scripts/anjuta_project.template:
25065           
25066           Added two new prject attributes: project.config.blocked and
25067           project.excluded.modules. The former will make sure that users
25068           are not given any previlidge in enabling the 'overwrite build
25069           files' flags and the later issues a list of modules in the project
25070           to be skipped for symbol browsing and project listing.
25071         
25072         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
25073         
25074           Modified script to read the template from the anjuta data dir
25075           rather than from the directory in which the script exist. Otherwise,
25076           Being transfered to the bin dir, the script will not be able to
25077           find the template when it is run.
25078           
25079           The script is also create with configure.in to set in the anjuta
25080           data dir path inside the script.
25081           
25082 2002-01-26  Stephane Demurget  <demurgets@free.fr>
25084         * po/fr.po: updated to the latest sources.
25086 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25088         * scripts/Makefile.am:
25089           anjuta_import.sh goes with distribution.
25090           
25091         * po/*.po: They seem to have updated (merged with
25092           anjuta.pot) automatically when I did "make dist".
25093           
25094 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25096         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
25097           Fixed Bug #499807, ie crash on removing libs, includes, defines from
25098           the compiler options dialog.
25099         
25100         * ChangeLog:
25101           Correct todays date. :)
25102           
25103         * scripts/Makefile.am:
25104           Installs anjuta_import.sh in $(prefix)/bin dir and
25105           is treated as an executable.
25106           
25107 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25109         * Fix for bug #499373
25110         
25111         * data/properties/anjuta.properties, ada.properties, cpp.properties,
25112           java, properties, latex.properties, lua.properties, others.properties,
25113           perl.properties:
25114           
25115           Added double-quotes around file arguments so that
25116           filenames with spaces could also work.
25118         * launcher/anjuta-launcher.c, executer.c:
25119           Escaped quotes in the cammand and it's arguments before executing
25120           so that args with spaces can also work.
25121           
25122           Commented #DEBUG switch.
25123           
25124 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25126         * scripts/*: Added files which I forgot previously.
25127         
25128         * src/aneditor.h: Lined up commands definition for better look.
25129         
25130         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25131           main_menubar.h, control.c:
25132           Added three more convert EOL chars submenu items in transform.
25133           Reformatted some some.
25134         
25135         * data/anjuta.properties:
25136           Reformatted a line.
25137         
25138         * src/aneditor.h, aneditor.c:
25139           Added three commands (with definitions) for EOL conversions.
25140           
25141         * src/text_editor.c:
25142           Editor detects file mode from the file content and
25143           set the editing mode to CR/LF/CRLF automatically.
25144           Refined Dos mode extrageneous chars filter
25145           This will make sure that filter works only in Dos mode and not
25146           in other modes.
25147           
25148         * src/anjuta.c: Editor mode display in status bar.
25149         
25150         * src/preferences_gui.c: Changed the string for dos mode
25151           filter to more sensible string.
25152         
25153         * src/aneditor.c: Default editor mode sets during widget creation
25154           and not everty time the properties are loaded. This makes sure
25155           that the auto-detected mode is not overridden by the default mode.
25156           
25157         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25158         
25159         * src/anjuta.c: Fixed bug #476028.
25160           Now anjuta also searches for file relative to top project dir,
25161           when the project is open.
25162         
25163         * src/anjuta_cbs.c: Fixed bug #499536.
25164           File is not closed if it is not able to save the file properly.
25165           
25166         * src/mainmenu_callbacks.c: Fixed bug #499536.
25167           Newfiles (which are not modified) are also closed on "close all files".
25168         
25169 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25171         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25172         
25173         * tagmanager/tm_source_file.c, regex.c, parse.c:
25174           defined and delimited g_messages within #debug.
25175           
25176         * src/preferences.c, data/anjuta.properties:
25177           saved/defied message-manager tag position in string.
25178           Message tag possition is saved between sessions. And
25179           and tag position bottom as default.
25180           
25181 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25183         Patch submitted by:
25184         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25186         * Makefile.am
25187           configure.in
25188           data/Makefile.am
25189           data/properties/Makefile.am
25190           global-tags/Makefile.am
25191           pixmaps/Makefile.am
25192           src/Makefile.am
25193           src/an_file_view.c
25194           src/an_file_view.h
25195           src/an_symbol_view.c
25196           src/an_symbol_view.h
25197           src/anjuta.c
25198           src/anjuta_cbs.c
25199           src/file_history.c
25200           src/file_history.h
25201           src/message-manager-private.cc
25202           src/pixmaps.h
25203           src/project_dbase.c
25204           src/project_dbase_gui.c
25205           src/tags_manager.c
25206           src/text_editor.c
25207           src/utilities.c
25208           src/utilities.h
25209           src/watch_gui.c:
25210         
25211           Modified files.
25212         
25213         * scripts/*
25214           pixmaps/sv_class.xpm
25215           pixmaps/sv_function.xpm
25216           pixmaps/sv_macro.xpm
25217           pixmaps/sv_private_fun.xpm
25218           pixmaps/sv_private_var.xpm
25219           pixmaps/sv_protected_fun.xpm
25220           pixmaps/sv_protected_var.xpm
25221           pixmaps/sv_public_fun.xpm
25222           pixmaps/sv_public_var.xpm
25223           pixmaps/sv_static_fun.xpm
25224           pixmaps/sv_static_var.xpm
25225           pixmaps/sv_struct.xpm
25226           pixmaps/sv_unknown.xpm
25227           pixmaps/sv_variable.xpm
25228           pixmaps/fv_core.xpm
25229           pixmaps/fv_text.xpm
25230           pixmaps/filestoremove.txt:
25231         
25232           New files.
25233         
25234         * pixmaps/class.xpm
25235           pixmaps/function.xpm
25236           pixmaps/fv_autofile.xpm
25237           pixmaps/fv_doc.xpm
25238           pixmaps/fv_i18n.xpm
25239           pixmaps/fv_source.xpm
25240           pixmaps/private_func.xpm
25241           pixmaps/private_var.xpm
25242           pixmaps/protected_func.xpm
25243           pixmaps/protected_var.xpm
25244           pixmaps/public_func.xpm
25245           pixmaps/public_var.xpm
25246           pixmaps/struct.xpm
25247           pixmaps/variable.xpm
25248         
25249           Removed files.
25250         
25251         * tagmanager/*/*:
25252         
25253           Upgraded to tagmanager-0.7
25255 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
25256         * src/anjuta_cbs.c: Fixed bug #506441
25257         * src/watch_gui.c: Changed layout of eval dialog so that
25258         it fits on a 800x600 desktop with German translation. 
25260 2002-01-23      Andy Piper <andy.piper@freeuk.com>
25262         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
25263         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
25264           icon for new project type (thanks to Misha)
25265         * configure.in: build and install Danish translation
25266         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
25267           credits to cover new patches and translations
25269 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
25270         
25271         * src/preferences.c, src/message-manager.cc, src/project_type.c,
25272           src/appwiz_page1.c:
25273         
25274       - Font preferences are restored properly now (\n was missing)
25275           - Dock menu label of message-manager is "Dock/Undock" instead
25276           of "Dock|Undock" to match with the rest of anjuta.
25277           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
25278           changed it in anjuta, too 
25280 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25282         * tagmanager/tm_source_file.c,
25283           tagmanager/parse.c,
25284           tagmanager/tm_project.c,
25285           src/an_symbol_view.c,
25286           src/anjuta.c:
25287           
25288           Disabled debug warnings.
25290 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25292         * src/appwiz_page1.c
25293           src/compiler_options.c
25294           src/project_dbase.c
25295           src/project_dbase.h
25296           src/project_type.c
25297           src/source.c
25298           src/source.h:
25299           
25300           New project type named LibGlade.
25301           
25302           Patch submitted by:
25303           Dick Knol <dknol@gmx.net>
25305         * src/gnome_prj.c:
25306           Commented out unused pixmap creation. May be it
25307           will fix the crash in project creation.
25308           
25309 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25311         * src/registers.c
25312           src/registers.h
25313           src/registers_cbs.c
25314           src/registers_cbs.h
25315           src/registers_gui.c
25316           src/sharedlib.c
25317           src/sharedlib.h
25318           src/sharedlib_cbs.c
25319           src/sharedlib_cbs.h
25320           src/sharedlib_gui.c
25321           src/signals.c
25322           src/signals.h
25323           src/signals_cbs.c
25324           src/signals_cbs.h
25325           src/signals_gui.c
25326           src/stack_trace.c
25327           src/stack_trace.h
25328           src/stack_trace_cbs.c
25329           src/stack_trace_cbs.h
25330           src/stack_trace_gui.c
25331           src/text_editor.c
25332           src/watch.c
25333           src/watch.h
25334           src/watch_cbs.c
25335           src/watch_cbs.h
25336           src/watch_gui.c
25337           
25338           Fixed bug #496290: Attach/detach removed from these
25339           windows as they are never implemented.
25340           
25341           Patch submitted by:
25342           Johannes Schmid <johannes.schmid@gmx.de>
25343           
25344 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
25346         * src/anjuta.c,
25347           src/anjuta_cbs.c:
25348           
25349           Fixed bug:
25350           when you right click on the tabs, a list of filenames are given
25351           out, but now it gives a list of "page 1", "page 2", etc...
25352           
25353           Patch submitted by: 
25354           Jens Georg <mail@jensgeorg.de>
25356         * anjuta.in.in: Removed c|c++ because, it was not necessary
25357           and was causing translation problem.
25358           
25359         * plugins/class-gen/clsGen.c:
25360           removed "'" for the same reason.
25361           
25362 attached the fix for the menu
25365 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25367         * src/preferences.h,
25368           src/preferences.c,
25369           src/preferences_gui.c:
25370           
25371           Adds the functionality to Anjuta to auto save your unsaved
25372           files before you build a project.
25374           Patch submitted by: 
25375           jason <jason_williams@suth.com>
25376           
25377         * src/anjuta.[h,c]:
25378           Added function for save all files.
25379         
25380         * src/mainmenu_callbacks.c:
25381           Modified to use the above function.
25382         
25383         * src/build_project.c:
25384           Save all files before build if it is set in the
25385           preferences.
25387 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25389         * src/message-manager-private.cc
25390           src/message-manager-private.h
25391           src/message-manager.cc:
25392           
25393           Message-manager now restores the tabs which were shown on startup.
25394           The terminal is now created on demand (as requested by Biswa)
25395           and I have removed some debug messages.
25396           
25397           Patch submitted by: 
25398           Johannes Schmid <johannes.schmid@gmx.de>
25400 2002-01-13  Stephane Demurget  <demurgets@free.fr>
25402         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
25403           proper tabs keyboard navigation.
25405         * src/an_symbol_view.c,
25406           src/anjuta_cbs.c,
25407           src/gnome_project.c,
25408           src/project_dbase.c,
25409           src/tags_manager.c: removed some debugging display.
25411 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
25413         * src/message-manager-dock.c
25414           src/message-manager-private.cc
25415           src/message-manager-private.h
25416           src/message-manager.cc
25417           src/preferences.c
25418           src/preferences.h
25419           src/preferences_gui.c:
25420           
25421           Patch submitted by: 
25422           Johannes Schmid <johannes.schmid@gmx.de>
25423           
25424           This patch adds a tab to the notebook of the preferences-dialog
25425           where you can change the colors, the tab position of the new
25426           message manager. Also the truncate messages stuff has moved
25427           from misc tab to messages tab.
25429           Also improved the remembering position stuff of message manager.
25430           
25431         * data/internal.properties,
25432           Added definitions for messages colors and tag position.
25433           
25434         * src/message_manager.cc:
25435           Fixed a bug that never lets the messages panes to get cleared.
25436           Added wmclass setting for the message window. Fixed a bug in
25437           which the message window was not being shown.
25438         
25439         * src/tag_manager.c: Fixed printing of (NULL) in the debug
25440           output and disabled it.
25442         * src/anjuta.c: Preferences created and loaded before anything else.
25443           anjuta now recognizes messages colors on startup and initializes
25444           them.
25445         
25446 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
25448         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
25450 2002-01-09  Stephane Demurget  <demurgets@free.fr>
25452         * pixmaps/file_c.xpm,
25453           pixmaps/file_cpp.xpm,
25454           pixmaps/file_file.xpm,
25455           pixmaps/file_h.xpm,
25456           pixmaps/file_html.xpm,
25457           pixmaps/file_i18n.xpm,
25458           pixmaps/file_icon.xpm,
25459           pixmaps/file_pix.xpm,
25460           pixmaps/fv_doc.xpm,
25461           pixmaps/fv_i18n.xpm,
25462           pixmaps/fv_image.xpm,
25463           pixmaps/fv_source.xpm,
25464           pixmaps/fv_unknown.xpm: made these icons transparent.
25466 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
25468         * launcher/anjuta_launcher.c: updated message strings
25469         * src/message-manager-dock.c: added newline at end to avoid compile warning
25470         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
25471         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25472           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
25473           entries for username and Python-style GPL notice
25474         * HACKING: added info on files to change to update Insert menu
25476 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25478         * src/project_dbase.c,
25479           src/an_file_view.c,
25480           src/an_symbol_view.c:
25481           Changed the CTree expander style to square and
25482           line style to Dotted line.
25483           
25484         * po/POTFILES.in: Removed and Added translable files.
25486 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25488         * ccview/.cvsignore: Removed.
25489         
25490 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25492         * ccview/
25493                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
25494                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
25495                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
25496                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
25497                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
25498                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
25499         
25500         Removed ccview module because it is no longer needed.
25502 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25504         * src/project_dbase.c:
25505           Shifted structure initialization in project_dbase_new()
25506           before anything else, otherwise it was crashing due to
25507           uninitialized values.
25508         
25509         * src/an_symbol_view.c:
25510           Disabled high volume debug output.
25512 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25513         
25514         Applied a very heavy patch from:
25515         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25517         * Makefile.am
25518         configure.in
25519         pixmaps/Makefile.am
25520         src/Makefile.am
25521         src/aneditor.cxx
25522         src/aneditor.h
25523         src/anjuta.c
25524         src/anjuta.h
25525         src/commands.c
25526         src/commands.h
25527         src/compile.c
25528         src/compile.h
25529         src/controls.c
25530         src/defaults.c
25531         src/fileselection.c
25532         src/main_menubar.c
25533         src/main_menubar.h
25534         src/main_menubar_def.h
25535         src/mainmenu_callbacks.c
25536         src/mainmenu_callbacks.h
25537         src/project_dbase.c
25538         src/project_dbase.h
25539         src/project_dbase_gui.c
25540         src/tags_manager.c
25541         src/text_editor_menu.c
25542         src/toolbar_callbacks.c
25543         tagmanager/Makefile.am
25544         tagmanager/ctags.c
25545         tagmanager/include/Makefile.am
25546         tagmanager/include/tm_project.h
25547         tagmanager/include/tm_symbol.h
25548         tagmanager/include/tm_tag.h
25549         tagmanager/include/tm_tagmanager.h
25550         tagmanager/include/tm_workspace.h
25551         tagmanager/tm_project.c
25552         tagmanager/tm_source_file.c
25553         tagmanager/tm_symbol.c
25554         tagmanager/tm_tag.c
25555         tagmanager/tm_workspace.c
25556         widgets/Makefile.am: Modified.
25557         
25558         * src/an_file_view.[c,h],
25559           src/an_symbol_view.[c,h],
25560           src/file_history.[c,h],
25561           src/support.[c,h],
25562           widgets/scroll-menu.[c,h],
25563           tagmanager/tm_file_entry.c
25564           tagmanager/include/tm_file_entry.h: Added new files.
25565           
25566         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25567         private_func.xpm, public_func.xpm,
25568         class.xpm, fv_exec.xpm, fv_unknown.xpm,
25569         private_var.xpm, public_var.xpm,
25570         function.xpm, fv_i18n.xpm, macro.xpm,
25571         protected_func.xpm, struct.xpm,
25572         fv_autofile.xpm, fv_image.xpm,
25573         ofolder.xpm, protected_var.xpm, variable.xpm:
25574           Updated and Added pixmap files.
25576         Features:
25577         ---------
25578         a) Removes CCView dependency.
25579         b) Improves the terminal.
25580         c) Adds tag navigation context menus.
25581         d) Upgrades tagmanager to latest version.
25582         e) Miscellaneous small additions.
25584 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25586         * src/project_dbase_gui.c: Fixed crash of anjuta
25587         when project first created.
25588         
25589         * src/gnome_project.c: It now updates the tags manager
25590         when new projects are created.
25591         
25592 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25594         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25595           for this big patch.
25596         
25597         * src/messages.[c,h]: Removed files.
25599         * src/message-manager.[cc,h],
25600           src/message-manager-dock.[c,h],
25601           src/message-manager-private.[cc,h]
25602           New files.
25604         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25605           src/build_project.c, src/clean_project.c, src/compile.c
25606           src/configurer.c, src/debugger.c, src/find_in_files.c
25607           src/mainmenu_callbacks.c, src/preferences.h
25608           src/preferences_gui.c, src/properties.h
25609           src/utilities.c, src/utilities.h:
25610           The new messages widget.
25611           New features:
25612             - Use of GtkNotebook instead of ToggleButtons
25613               and show/hide
25614             - Popupmenu to show and hide message types and
25615               to dock/undock in detach mode
25617           All other things should work as they did with the
25618           old message window. Currently the keyboard short-cuts
25619           do not work in detached mode.
25620           
25621           Some functions in utitlities.[c,h] changed.
25622           so that they take const arguments where this is possible
25623           
25624         * src/Makefile.am, po/POTFILES.in:
25625           Removed messages.[c,h] and
25626           added message-manager.[cc,h], message-manager-dock.[c,h],
25627           message-manager-private.[cc,h]
25628           
25629         * src/message-manager.h: Removed "include <bonobo.h>"
25630           and added a newline at the end of the file.
25631           
25632         * src/message-manager-private.cc:
25633           Set clist's width setting to Automatic.
25634           Set scroll window's scroll bars to Automatic.
25635           
25636 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25638         * text_editor_menu.c:
25639           Fixed misalignment of the function sub menu
25640           in the text editor pop up menu.
25641           
25642 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25643         
25644         * src/text_editor.c: Fixed a compiler warning.
25645         
25646 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25648         * THANKS, manuals/*/authors.sgml: updated for new translations
25649         * plugins/class-gen/clsGen.c: converted messages to English
25650         * src/about.c, src/main_menubar_def.h: string updates
25652 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25654         * src/anjuta.c
25655           src/anjuta_cbs.c
25656           src/text_editor.c
25657           src/mainmenu_callbacks.c
25658           src/text_editor.h
25659           src/text_editor.c
25660           src/text_editor_cbs.c
25661           src/text_editor-gui.c:
25662           
25663           Earlier code for adding 'cross' button
25664           for closing pages were too error prone and unorganized.
25665           Cleaned up the code and shifted the 'extra' widgets
25666           creation (eg. close button, close_pixmap and lable)
25667           from anjuta to text_editor. This takes care of proper
25668           widgets creation and destruction. Otherwise, anjuta
25669           was crashing at too many points, especially related
25670           to docking and undocking.
25671           
25672 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25674         * src/aneditor.cxx: removed debugging code.
25676         * data/properties/.cvsignore: added swap files.
25678 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25680         * src/anjuta.c
25681           src/anjuta_cbs.c:
25682           Fixed Crashing of anjuta when a new file is saved as
25683           different file.
25684           
25685 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25687         * src/aneditor.c: Some debug codes around.
25688         
25689         * data/internal.properties, data/anjuta.properties: Removed.
25690           data/properties/Makefile.am:
25691           data/properties/ada
25692           data/properties/cs
25693           data/properties/make
25694           data/properties/rc
25695           data/properties/html
25696           data/properties/ruby
25697           data/properties/baan
25698           data/properties/idl
25699           data/properties/pascal
25700           data/properties/sample
25701           data/properties/bash
25702           data/properties/java
25703           data/properties/perl
25704           data/properties/sql
25705           data/properties/conf
25706           data/properties/latex
25707           data/properties/props
25708           data/properties/vb
25709           data/properties/cpp
25710           data/properties/lua
25711           data/properties/python
25712           data/properties/xml
25713           data/properties/others
25714           data/properties/.cvsignore:
25715             Added files. Properties now splitted into small files
25716             for each language.
25718         * data/Makefile.am
25719           configure.in: Update the removal and added properties module.
25721         * src/preferences.c: preferences_new(): Updated to reflect the
25722           new properties files organization.
25723           
25724         * src/Makefile.am: Added Baan Lexer.
25726 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25728         * src/aneditor.cxx: readded the baan lexer. 
25730         * src/preferences.c: fixed translated messages and a typo.
25732         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25733           confusing the regexp usage in xml-i18-merge.
25735 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25737         * src/project_dbase.c: tidied some messages, and spotted a typo in
25738           the reading of properties which prevented the project version from
25739           ever being reported in the Project Information window - fixed :)
25741         * po/POTFILES.in: removed syntax.h
25743 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25745         * data/internal.properties: fixed baan properties.
25746           Added all ada properties.
25748         * src/main_menubar_def.h,
25749           src/lexer.h,
25750           src/aneditor.cxx,
25751           src/utilities.[ch]: added support for the Ada highlight style.
25753 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25755         * plugins/*/.cvsignore: updated.
25757 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25759         * src/syntax.h,
25760           src/text_editor.c,
25761           src/Makefile.am: removed the empty header syntax.h.
25763 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25765         * main_menubar.c:
25766         Stef's observation on the 'superfluous' hseparators in the recent
25767         files and projects is fully justified -- removed.
25768         
25769         * main_menubar_def.h:
25770         Changed "Plug Ins" to "Plugins" in the menu label.
25771         
25772         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25773         Added class-gen in the configure output and class-gen module.
25774         
25775         * data/internal.properties:
25776         Correct mis-spelled "jave" to "java".
25777         Added file.is.source for *.h, *.c, *.cpp properties.
25778         
25779         * global-tags/Makefile.am:
25780         "chmod +x create_global_tags.sh" before it is executed, because
25781         there is very high chance that it will be found "-x" and resulting
25782         in error
25784 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25786         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25787         for the backtrace.
25789         * src/gnome_project.c: (create_new_project): if the user doesn't
25790           select any icon, it doesn't have any extension and thus we can't
25791           use it in printf on Solaris, since the %s modifier use strlen to
25792           know the string length and then crash. On Linux, gcc checks the value
25793           of the pointer to be NULL and write "(null)" if necessary. We can't
25794           rely on that.
25796         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25797           don't need to have the directory icon but the generic one.
25799 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25801         Merged with latest (1.42) scintilla.
25803         Added: Support for the {load,save}.on.(de)activate properties.
25804                The PHP lexer to match keywords case insensitively.
25805                Baan lexer.
25806                Experimental supports for changeable style attribute & line
25807                wrapping.
25808                
25809         Updated: Both the C++ and HTML lexers.
25810                  More shell keywords added.
25811                  Horizontal scrolling and diplay of long lines optimised.
25812                  Cursor setting optimised.
25814         Bugs fixed: Caret movement over folded lines.
25815                     Selection tracking in 2ndary views when doing modifications.
25817         * scintilla/CallTip.{cxx.h},
25818           scintilla/ContractionState.{cxx,h},
25819           scintilla/Document.{cxx,h},
25820           scintilla/Editor.{cxx,h},
25821           scintilla/KeyWords.cxx,
25822           scintilla/LexHTML.cxx,
25823           scintilla/PlatGTK.cxx,
25824           scintilla/RESearch.cxx,
25825           scintilla/ScintillaBase.cxx,
25826           scintilla/ScintillaGTK.cxx,
25827           scintilla/Style.{cxx,h},
25828           scintilla/StyleContext.h,
25829           scintilla/ViewStyle.cxx,
25830           scintilla/include/*.h: updated.
25832         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25834         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25835           should have been told to the scintilla team. We're lucky I read the
25836           ChangeLog and the modifications of the lexer (thanks to the Gnome
25837           bonsai for this ;)
25839         * data/internal.properties: added Baan definitions.
25840           Fixed some issues for C such as *_cast directive, that are only
25841           available with C++.
25842           Updated C++, HTML and shell scripts definitions.
25843           Updated Ada and Bullant, that have been forgotten.
25845         * src/main_menubar_def.h,
25846           src/lexer.h,
25847           src/aneditor.cxx,
25848           src/utilities.[ch]: added support for the Baan highlight style.
25850 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25852         Polished the plugins menu behaviour and added a tearoff
25853         menuitem to the recent entries submenu.
25855         Note: The recent entries list seems to be too height
25856               with all these superfluous hseparators.
25858         * src/main_menubar.c: Polished, making some
25859           functions declarations static and cleaning some code.
25861           (create_submenu_plugin): removed the extra
25862           plugins entry and the horizontal separators.
25864           (on_plugins_menu_realize): the plugins menu is only
25865           shown if there's at least one available.
25867           (create_submenu*): added a tearoff menuitem to have
25868           a more homogeneous menu style. For now, it doesn't
25869           take care of user settings (but it was even worse
25870           before :).
25872 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25874         * configure.in: added the packageplugindir variable to avoid
25875           installing the plugins in $(prefix). It's not the same path as
25876           anjuta 2 to allow parallel installation.
25878 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25879         Fix a reopened part of bug #440676: keyboard navigation between the
25880         different text buffers. Changed to a more global approch. 
25882         * src/notebook.[ch]: removed.
25884         * src/Makefile.am: removed notebook.[ch]
25886         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25887           (on_anjuta_window_key_press_event): added to fulfill the global
25888           shorcuts handling.
25890         * HACKING: updated according to the new global shortcuts handling.
25892 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25894         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25895           Shifted plugin menu from Edit submenu to main menu.
25896         
25897         * po/POTFILES.in:
25898           Added plugins/sample1/plugin-sample1.c
25899           
25900         * plugins/sample1/plugin-sample1.c:
25901           Added localization and used anjuta_info, instead of anjuta_error.
25902           
25903         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25904           Added cvs ignores.
25905           
25906 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25908         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25909           for plugin dir.
25910         
25911         * Makefile.am: Added module plugins.
25912         
25913         * plugins, plugins/Makefile.am, plugins/sample1/*:
25914           Created plugins modules.
25915           
25916         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25917           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25918           to load plugins of *.so only and not *.so* (which results
25919           in duplicates).
25920         
25921         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25922           plugins during packaging.
25924 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25926         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25928 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25930         * configure.in: Added portuguese to ALL_LINGUAS
25932 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25934         * global-tags/.cvsignore
25935         tagmanager/.cvsignore
25936         tagmanager/include/.cvsignore:
25937         Added cvs ignore files.
25939         * data/.cvsignore
25940         Updated cvs ignore file.
25941         
25942 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25944         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25945           data/anjuta.properties, data/internal.properties: clean up some 
25946           message strings (me)
25948 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25950         * src/about.c, THANKS: added Jens to the credits
25951         
25952 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25954         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25955           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25956           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25957           Georg <mail@jensgeorg.de> to add close button to file tabs.
25959 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25961         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25962           (debugger now catches correct signal from process)
25964 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25966         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25967         * src/pixmaps.h: switch appwizard project icons to new designs
25968         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25970 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25972         * pixmaps/Makefile.am: stop redundant images from being installed.
25973           The next step will be to remove them completely.
25974         * src/appwiz*: further updates (more to come)
25975         * src/pixmaps.h: cleaned up, commented
25976         * src/splash.c: should use the pixmaps macro defined
25977         * HACKING: more on the graphics stuff and use of pixmaps.h
25979 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25981         * src/defaults.c: fix bug #494864
25983 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25985         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25986           graphics from Misha
25987         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25988           redundant graphics, no longer used
25989         * src/appwiz*: revamped application wizard by Andy and Misha for
25990           a more usable and professional look-and-feel
25991         * HACKING: updates to cover patching, graphics, and some additions
25992           post-0.1.8
25993         * TODO: removed some implemented features
25995 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25997         * data/anjuta.properties, data/internal.properties: cleanup
25998         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25999           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
26000           to edit styles colors for keywords and add Goto Tag menu option
26001           in the editor
26003 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
26005         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
26006         
26007         Fixed bug #460335
26008         fixes the Forget of the cursor position when tab is brought active
26009         from project manager.
26010         
26011 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26013         * src/messages.c
26014           Exported "TERM=xterm" to get a color terminal when
26015           anjuta is not started from within a terminal.
26016           
26017 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26019         * src/messages.c
26020           src/messages.h
26021           Added a frame around zvt terminal.
26022           
26023         * src/preferences_gui.c
26024           Modified to say "Use glade component (experimental)"
26025           instead of "Use Component".
26026           
26027 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
26029         * Patch from 
26030         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26031         
26032         * src/anjuta.c
26033         src/fileselection.c
26034         src/messages.c
26035         src/messages.h
26036         src/preferences.c
26037         src/preferences.h
26038         src/project_dbase.c
26040         a) Extra scrollbar in terminal no longer appears.
26041         b) Character set preference should be preserved (untested).
26042         c) File selection widget now remembers last directory.
26043         d) On creation of generic project, the glade 'file not found' error no
26044                 longer occurs.
26045         e) First terminal window is created 'on demand', so it should always to
26046                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26047                 environment is now passed to the terminal.
26048         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26049                 with getcwd()).
26050         g) Fixed some compilation warnings.
26052 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26054         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26055           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26056         * src/*: cleanups (me)
26057         * pixmaps/mini_term.xpm: added new file for terminal button
26058           (me, based on existing artwork)
26060 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
26062         * configure.in: bumped version to 0.1.9-pre
26063         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26064           translation
26065         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
26067 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
26069         * src/splash.c: removed a DOS end of line of a comment (so the *.po
26070           files are free of that char)
26071         * configure.in: added "az" to ALL_LINGUAS
26073 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
26075         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
26076           crash bug fix from Biswa.
26077         * FUTURE: added Anjuta/gIDE merger information to provide 
26078           details on future direction and status of 1.x stuff
26079         * NEWS: prepared for release
26080         * po/de.po: update from Jens Georg <mail@jensgeorg>
26082 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
26084         * multiple minor updates pre-0.1.8
26085         * patch from Biswa to fix syntax highlighting and packaging
26086         * po/fr.po: update from Stef
26088 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
26090         * global-tags/Makefile.am
26091         global-tags/create_global_tags.sh
26092         global-tags/tm_global_tags.c
26093         scintilla/LexCPP.cxx
26094         scintilla/include/SciLexer.h
26095         src/aneditor.cxx
26096         src/project_dbase.c
26097         tagmanager/Makefile.am
26098         tagmanager/include/Makefile.am
26099         tagmanager/include/tm_project.h
26100         tagmanager/include/tm_tag.h
26101         tagmanager/include/tm_tagmanager.h
26102         tagmanager/tm_project.c
26103         tagmanager/tm_source_file.c
26104         tagmanager/tm_tag.c
26105         tagmanager/tm_workspace.c:
26106         
26107         Includes the syntax highliting patch to scintilla).
26108         and more stable code.
26109         
26110         *tagmanager/include/tm_symbol.h: New file.
26111         *tagmanager/tm_symbol.c: New file.
26112         
26113         Add symbol tree building functionality at project level
26114         
26115         Patch from:
26116         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26117         
26118 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26120         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
26121           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
26122           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
26123           : New and improved pixmaps from Misha <misha@phreaker.net>
26124           Thanks to him.
26126 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26127         
26128         * Big patch submitted by
26129           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26130           Many thanks to him.
26131         
26132         * src/Makefile.am, src/aneditor.cxx
26133           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26134           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26135           Use of tagmanager lib for advanced calltips.
26137         * global-tags/*: Created new directory and added files to 
26138           generate system.tags.
26140         * tagmanager/*: Created new directory and added tagmanager lib
26141           files.
26143         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26144           the above additions.
26146         * data/Makefile.am: Modified to accomodate generated system.tags file.
26148 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26150         * scintilla/: updated to 1.41
26151         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26152         * src/about.c: updated list of authors
26153         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26154         * HACKING: updated to cover Scintilla usage
26155         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26156           translation
26158 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26160         * src/aneditor.cxx: Fixed compilation errors with it.
26161           by add include to gtk+ headers and typedefining a mysteriously
26162           vanished class Colour.
26164 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26166         * configure.in: Added pt_BR in the languages.
26167         
26168 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26170         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26171           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26172         * THANKS: updated
26173         * manuals/C/anjuta-manual/*: new format to match
26174           the rest of the GNOME docs chapter layout. Added the many
26175           new contributors. Moved Authors and License information into new
26176           chapters of their own - should make expansion easier too
26177         * src/compiler_options.c: changed the profiler option to -pg to 
26178           work with GNU tools (gprof)
26179         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26180           and text labels
26181         
26182 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26184         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26185           compiler_options_gui.c:
26186           Added a new entry for linker flags and renamed c_options to c_flags
26187           and l_options to l_libs. Also, added a new function:
26188           compiler_options_set_prjlflags_in_file();
26189         
26190         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26191         
26192         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26193           
26194 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26196         * THANKS, src/about.c: corrections and additions following 
26197         Naba's big update
26198         * src/main_menubar.c: patch from Rikul to fix the problem with 
26199         menu accelerators not being loaded
26201 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26203         * THANKS: Added all contributors and translators names and emails.
26204         * AUTHORS: Updated
26205         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26206         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26207               Added new file (earlier logo with border).
26208         * src/about.c: Added all contributors names and emails
26209               and used macro definition for logo pixmap file.
26210         * src/pixmaps.h: Added entry for anjuta splash screen.
26212 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26214         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26215         to new PNG version (thanks to Misha) and removed the old
26216         pixmap.
26218 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26220         * THANKS: added Conner Mo for simplified Chinese translation.
26221         * configure.in: added zh_CN in ALL_LINGUAS
26223 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26225         * THANKS: added Joe Man for his traditional Chinese translation.
26226         * configure.in: added zh_TW in ALL_LINGUAS.
26228 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26230         * src/main_menubar_def.h: Changed the link of lidn to
26231         http://lidn.sourceforge.net.
26232         
26233 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
26235         * Applied patch from Rikul
26236         * Applied patch from Luca
26237         * Fixed a cvs conflict. :)
26239 2001-10-17  Stephane Demurget  <demurgets@free.fr>
26241         * THANKS: added Marc Botermans for his Dutch translation.
26243         * configure.in: added nl in ALL_LINGUAS.
26245         * po/nl.po: added.
26247 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
26249         * anjuta.c: Fixed luca's typo.
26250         * resources.c, resources.h: Changed gchar* return to void, to
26251                 avoid a compiler warning.
26252         * scintilla/Makefile.am: Reorganized file entries.
26253         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
26255 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
26257         * Upgraded scintilla to 1.4.
26258         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
26259                 LexLisp.cxx StyleContext.cxx StyleContext.h
26260         * src/Makefile.am: Added 4 lexers and separated lexer objects
26261                 from the main link variable.
26263 2001-10-14  Stephane Demurget  <demurgets@free.fr>
26265         * THANKS: added Luca, even if it shouldn't be my role to write
26266           this sort of thing :)
26268         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
26269           the latest Luca patch.
26271 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
26273         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
26274         This is not documented yet; plugins to come later.
26275         * src/find*.c: find dialogs now persistent 
26276         (Rick <rikul@bellsouth.net>)
26277         * widgets/gnomefilelist.c: fixed multiple file open issue 
26278         (Rick <rikul@bellsouth.net>)
26279         * changes to recent file and project lists handling 
26280         (lbell <lbell@tsc4.com>)
26281         * more minor UI updates (me)
26283 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
26285         * src/Makefile.am: removed warnings for traditional C syntax
26286         * pixmaps: added new icons for mini_locals, mini_cvs and
26287         the splash screen - thanks to Misha <misha@phreaker.net>
26289 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
26291         * src/toolbar.c: fix typo in tooltip text
26292         * ccview/cccmd.cc: alter Func to Function in menu text
26294 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
26296         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
26297         issue with find dialog reporting an error when Scintilla finds text
26298         * applied patch from Denis Boehme <boehme at syncio dot de> to support
26299         DOS files (i.e. CR/LF translation)
26301 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
26303         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
26304         #452436
26305         * data/internal.properties: default fold style now set to 3 :-)
26306         * applied patch from rikul <null@acm.org> to turn notebook tab 
26307         headings red when file has been edited.
26309 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
26311         * configure.in: Added "no" to ALL_LINGUAS.
26312         
26313 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
26315     * Patch from lbell <lbell@tsc4.com>
26316     src/controls.c
26317     src/debugger.c
26318     src/main_menubar.c
26319     src/main_menubar.h
26320     src/main_menubar_def.h
26321     src/mainmenu_callbacks.c
26322     src/mainmenu_callbacks.h
26323     src/project_dbase.c
26324     src/project_dbase.h
26325     
26326     Implemented a check menu item to handle the 'show locals' flag
26327     for the current project.
26329     * data/internal.properties: Removed the redundant command
26330     for gnome-terminal.
26331     
26332 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
26334         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
26336 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
26338         * configure.in: Added "ta" to the languages list.
26340 2001-09-21  Andy Piper <andy.piper@freeuk.com>
26342         * data/internal.properties:
26343           added fold.symbols property to control appearance of folds
26344           in the Scintilla editor (thanks to rikul <null@acm.org>)
26346 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26348         * src/message.c:
26349           one extra button for message win is being created -- Fixed.
26350         
26351           The frame should be hidden and not only the pix_lab when
26352           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
26353           -- Fixed.
26354         
26355         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
26356           for the time being it is same as mini_cvs.xpm.
26357         
26358 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26360         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
26362         Patch from rikul <null@acm.org>
26363         
26364         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
26365         glades.h, messages.c, messages.h, pixmaps.h,
26366         project_dbase.c, project_dbase.h, session.c,
26367         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
26368         
26369         inserted 'add to watch' option in inspect window, so you can add easily
26370         a variable in watch window .
26371         
26372         Added a new message pane for the gdb local variables inspection. Changed
26373         the code in messages.c to better account for future new panes insertion.
26374         Defined a new pixmap for the new tab button in pixmaps.h
26375         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
26376         install script.
26377         
26378         Changed the debugger module to have a single function for asking to gdb
26379         to send program info. The idea is to ask the debugger about only the
26380         info needed to open windows( watch, registers, etc ) to speedup the step
26381         command. I plan to ask informations to the debugger based on the user
26382         interface status.
26383         The request for local variables is enabled by default, but the
26384         projectDBase has a variable to control it, to allow disabling that
26385         feature,  there is also the code to save and to reload the state. If you
26386         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
26387         in project_dbase.c
26389         This big patch is from:  lbell <lbell@tsc4.com>
26390         
26391 2001-09-20  Stephane Demurget <demurgets@free.fr>
26393         Patch from rikul <null@acm.org> :
26395         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
26396           problem and added folding support for php/hmtl.
26398 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
26400         * Fixed dnd of files within scintilla.
26401         patch from:  rikul <null@acm.org>
26402         
26403 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
26405         * Applied patch from Luca.
26406         
26407         * src/source.c: source_write_build_files(): Fixed the project generation
26408           failure. The fist return statement and the free_project_type were 
26409           misplaced.
26411 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
26412         
26413         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
26414         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
26415         
26416         1) Restore the error color to red (waiting for a configurable one )
26417         2) Saving projects settings if you exit anjuta without closing an open
26418         saved project
26419         3) New Menu 'repaeat search' to search with a keystroke without pressing
26420         the toolbar button
26421         4) some define in the menus to better handle menu item update
26422         
26423         Patch from: lbell <lbell@tsc4.com>
26424         
26425         * main_menubar_def.h, main_menubar.c: Change the position of
26426         "Repeat find" menu position.
26428 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
26430          project_type.h, project_type.c, source.c: Applied patch.
26431          patch from Johannes Schmid <clubfan@users.sourceforge.net>
26432          
26433 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26435         * configure.in, src/Makefile.am: Using macros for ORBit flags.
26436         
26437 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26438         
26439         * Fixed bug #445752
26440   
26441 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26442         
26443         * Fixed bugs in Gtk-- and Gnome-- project type
26445 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26447         * dnd.c: Support for multiple files drag-n-drop.
26448         
26449           Patch from: rikul <null@acm.org>
26450         
26451         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
26452           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
26453           saving from menu.
26454         
26455           Patch from: rikul <null@acm.org>
26457         * Applied patch for widgetizing goto dialog box.
26458           Patch from: ???
26459         
26460         * Applied patch for having new project type handling.
26461           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26462           
26463 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26465         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
26466           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
26467           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
26468           find_replace.c, find_replace.h, find_text.c, find_text.h,
26469           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
26470           project_dbase.h, source.c, text_editor.c, text_editor.h,
26471           text_editor_cbs.c, utilities.c, utilities.h:
26472         
26473           Applied a huge patch (after slight preview). I would like Luca
26474           to have his feature additions mentioned here.
26475         
26476           Patch from: lbell <lbell@tsc4.com>
26478 2001-09-09  Stephane Demurget <demurgets@free.fr>
26480         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
26482         * po/fr.po: updated to the latest sources.
26485 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26486         
26487         * Fixed bug #445752
26488   
26489 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26491         * dnd.h, dnd.c: New files for drag n drop support.
26492                 
26493         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
26494            Added drag and drop support for opening files.
26495         
26496         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
26497         Archit Baweja <bighead@crosswinds.net> for this idea.
26498         
26499         * TODO: Added some more todos. :-(
26501 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26503         * Fixed the goto line activate bug.
26504         patch from: Martyn Bone <mbone@brightstar.u-net.com>
26506 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26507         
26508         * Fixed bugs in Gtk-- and Gnome-- project type
26510 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
26512         * widgets/gonmefilelist.c, gnomefilelist.c:
26513         Modified multiple selection on pressing control.
26514           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26515         
26516         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
26517         Modified multiple selection on pressing control.
26518           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26519         
26520 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
26522         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
26523           This is useless; but just in case...
26525 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
26527         * data/internal.properties: modified a bit of perl properties.
26528         
26529 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
26531         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26532           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26533           Added support for multiple file imports. Changed the standrd C++
26534           convention of #include <file> to #include <file.h>, because I had given
26535           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26536           now support the #include <file> convention. That is something to be fixed :). 
26537           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26539 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
26541         * src/anjuta.c: Added function static greetings_text(), to solve the non
26542                 translation of the greetings text in the wizard.
26543                 
26544 2001-08-31  Andy Piper <andy.piper@freeuk.com>
26546         * src/find_in_files_gui.c: made order of buttons consistent with other Find
26547           dialogs, with OK the default (fix bug #453482)
26549 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
26551         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26552         
26553         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26554         
26555 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
26557         * src/aneditor.cxx
26558           src/aneditor.h
26559           src/anjuta_cbs.c
26560           src/controls.c
26561           src/main_menubar.c
26562           src/main_menubar.h
26563           src/main_menubar_def.h
26564           src/mainmenu_callbacks.c
26565           src/mainmenu_callbacks.h:
26566                 Applied the patch that addes menu items which allow users to
26567                 insert GPL notice and date time in current document.
26568                 patch from: Rick Patel <rikul@shreve.net>       
26569                 
26570         * src/main_menu.c: Fixed a compilation error.
26571         
26572         * src/anjuta.c: Fixed non-rememberence of editor tab position.
26573         
26574         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26575           about the unterminated strings.
26576           
26577         * scintilla/*: Updated scintilla to 1.3.9 version.
26578         
26579 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
26580         
26581         * widgets/gnomefileselection.c:
26582           Applied the patch for fixing multiple selection of file open funcion,
26583           which will deselect the files selected.
26584           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26586 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26588         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26589           src/fileselection.c, src/anjuta_cbs.c:
26590           Applied the patch     for multiple selection of file open.
26591           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26592           
26593 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26595         * Removed "-f" option in call to devhelp, because devhelp no longer
26596           supports that.
26597         
26598 2001-08-26  Stephane Demurget <demurgets@free.fr>
26600         All these modifications have been pointed out by
26601         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26603         * data/internal.properties: two fixes for the PHP lexer.
26604           this out.
26606         * fr.po: minor fixes.
26608         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26610 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
26611         
26612         * main_menubar.c,
26613           main_menubar.h,
26614           main_menubar_def.h,
26615           main_menubar_callbacks.c,
26616           controls.c:
26617                 Added new menu item for "close all fils".
26618                 (Patch from Rikul <rikul@shreve.net>, after revision)
26619         
26620         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26621         
26622         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26623                 (Patch from Rikul <rikul@shreve.net>)
26624         
26625         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26626                 (Patch from Rikul <rikul@shreve.net>)
26628 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26629         
26630         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26631            project name in application widzard.
26632            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26634         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26635           of the 'OK' button there is an 'Execute' one.
26636           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26637         
26638         * executer.c: Changed cancel button to close button. That was more appropriate.
26639           
26640 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26642         * HACKING: corrected >>>>>> Config management.
26643         
26644         * HACKING: Added many things.
26645         
26646         * src/launcher.h: Added some comments.
26648 2001-08-21  Stephane Demurget <demurgets@free.fr>
26650         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26652         * HACKING,
26653           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26654           src/appwizard_cbs.c,
26655           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26656           Andy Piper <andy.piper@freeuk.com>
26658         * po/fr.po: updated to latest sources.
26660         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26663 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26665         * Fixed bugs #450280 and #448845
26667         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26668         
26669         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26670           named dialogs
26671         
26672         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26673           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26674           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26675           names to remove "Anjuta: " prefix
26676           
26677         * src/main_menubar_def.c: altered a message
26678         
26679         * launcher/anjuta_launcher.c: cleaned up some messages
26681         * src/debugger.c: edited messages to improve clarity
26682         
26683         * src/app_wiz*.c: tidied wizard interface
26686 2001-08-15  Stephane Demurget <demurgets@free.fr>
26688         Synced Naba's fix and mine about the wizards not working and removed
26689         anjuta.prj to avoid a nasty checkin.
26691         * Makefile.am: removed the install-data-local rule.
26693         * data/Makefile.am: changed the list of files.
26695         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26697         * .cvsignore: added anjuta.prj for the same reason.
26700 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26702         * src/source.c: Fixed a bug that fails new gnome projects to get
26703           created.
26705         * src/project_manager.c: Fixed a bug that disables storing recent
26706           project history.
26708         * Makefile.am: Added stuffs to install the macro files in the
26709           anjuta share file.
26712 2001-08-14  Stephane Demurget <demurgets@free.fr>
26714         * data/Makefile.am: added some rules to support the gnome/ macros
26715           dir in order to make the wizards work again.
26717         * anjuta.spec.in: upped the release number.
26720 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26722         * configure.in (ALL_LINGUAS): Added pl.
26725 2001-08-09  Stephane Demurget <demurgets@free.fr>
26727         * anjuta.spec.in: fixed the doc files list.
26730 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26732         * src/about.c: corrected my email address. :-)
26733         
26734         * TODO: Updated.
26735         
26736         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26737          (patch from Andy Piper <squiggle@ukgateway.net>)
26739 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26741         * debugger.c: Fixed a bug associated with debugging threaded
26742           application.
26743         
26744         * text_editor_menu.c: Fixed broken ui in text editor
26745           pop up menu.
26746           
26747         * text_editor_menu.c: Now the option sub menu in text editor pop up
26748           works.
26749         
26750         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26751                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26752         
26753 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26755         * src/text_editor_menu.c: Added menu item for context help
26756           (patch from Andy Piper <squiggle@ukgateway.net>)
26757         
26758 2001-08-06  Stephane Demurget <demurgets@free.fr>
26760         * ccview/cccproj.cc: added missing i18n strings.
26762         * data/welcome.txt: bumped version to 0.1.6.
26764         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26766 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26767         
26768         * help.c, help.h: Added support for DevHelp context sensitive help
26769                 and gnome api browsing.
26770         * Fixed toolbars and editor views "not save" bug.
26771         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26772           (patch from Andy Piper <squiggle@ukgateway.net>)
26773         * Updated THANKS and chapter15.sgml for uk and ru translators.
26775 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26777         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26778         * Updated configure.in to include these changes
26779         
26780 2001-08-03  Stephane Demurget <demurgets@free.fr>
26782         * src/project_dbase_gui.c: fixed bug #446963
26783           (on_project_dbase_ccview_update_start),
26784           (on_project_dbase_ccview_update_end): added.
26785           These two respectively disable and enable close file/project
26786           menu entries and toolbar items, while the ccview part updates
26787           its tag database.  
26790 2001-08-03  Stephane Demurget <demurgets@free.fr>
26792         * configure.in: added sv to the ALL_LINGUAS list.
26793         
26795 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26797         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26798                 file to work: merge translations and distribute it.
26800         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26802         * NEWS, README, THANKS & TODO: Spelling fixes.
26804 2001-08-01  Stephane Demurget <demurgets@free.fr>
26806         * README: updated requirements.
26808         * scintilla/Makefile.am,
26809           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26810           target can't be realized (custom build path).
26812         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26813           Removed install-data-local.
26815         * src/compiler_options.c: changed the include paths of the pixmaps.
26816           we hadn't any warning because of the include paths passed to the
26817           compiler. Thanks to make distcheck for reporting this.
26820 2001-07-31  Stephane Demurget <demurgets@free.fr>
26822         * NEWS, THANKS: updated.
26824         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26825           fixed to show the correct kernel signal number and its description.
26827         * widgets/gnomefilelist.c: fixed bug #445756
26828           (goto_last): renamed to goto_prev and changed according to goto_next.
26829           (goto_next): added.
26830           (goto_directory): removed.
26831           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26832           returned value is now the position in the list.
26833           (check_ok_button_cb): changed the back check and added one for next.
26834           (gnome_filelist_set_dir): the check in history make it wouldn't be
26835           a "true" history. polished the whole thing, using set_dir_internal.
26836           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26837           there's no check in the history when using back or next.
26839         * manuals/*: added missing .cvsignore files.
26842 2001-07-30  Stephane Demurget <demurgets@free.fr>
26844         * po/fr.po: updated to latest sources.
26846         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26847           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26848           to put off their sensitive attributes.
26850 2001-07-29  Stephane Demurget <demurgets@free.fr>
26851         
26852         * po/fr.po: fixed some grammar things.
26853           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26854           this out.
26855         
26856         * src/utilities.c: (file_is_link): use lstat instead of stat.
26858 2001-07-27  Naba Kumar <kh_naba@123india.com>
26859         
26860         * Remove help dir from cvs, because it is no longer
26861           needed.
26862         
26863         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26864           needed.
26866 2001-07-24  Naba Kumar <kh_naba@123india.com>
26868         * debugger.c: (debugger_update_prog_status): Fixed
26869                 the bug with gdb version 5. Debugger starts, when
26870                 step in/out/over etc are clicked.
26871         
26872         * debugger.c: All functions: added debugging codes.
26873         
26874         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26875         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26876           Modified to recognize non project files also.
26877           
26878         * source.c: (source_write_configure_in):
26879           Added source for 'prefix' counterparts for
26880           no-prefix AC_SUBST.
26881         
26882 2001-07-23  Naba Kumar <kh_naba@123india.com>
26883         
26884         * anjuta.c: added function anjuta_remove_text_editor();
26885           and suitably modified anjuta_remove_current_text_editor().
26886           
26887         * project_dbase.c: project_dbase_close(), Added code to
26888           close all opened files that belong to the project when
26889           the project is closed.
26890          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26891         
26892         * Updated the manuals/anjuta-manual subdir for GDP standards.
26893            (patch from Andy Piper <squiggle@ukgateway.net>)
26894         
26895         * main_menubar.h, main_menubar.def: Added Menu items to handle
26896           urls for library references, bugs, patches and feature request
26897           submission.
26898         
26899 2001-07-20  Naba Kumar <kh_naba@123india.com>
26900         
26901         * Set wmclass names in all windows.
26902           (patch from Andy Piper <squiggle@ukgateway.net>)
26903         * New splash logo from "Misha" <misha@phreaker.net>);
26905 2001-07-19  Naba Kumar <kh_naba@123india.com>
26906         
26907         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26908           set caret color, calltip back color and selection fore/back
26909           color.
26911 2001-07-18  Naba Kumar <kh_naba@123india.com>
26912         
26913         * project_dbase.c: Closes all files when project is closed.
26914          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26915          -- We still need to refine this as it closes all sort of files.
26916         
26917         * compiler_options.c: Fixed seg-fault bug when last item in
26918           compiler option lists is removed.
26919         
26920         * Fixed missing newline warnings during compilation.
26921           (patch from Andy Piper <squiggle@ukgateway.net>)
26923 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26925         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26926                 autogenerated no need to store'em in CVS.
26928         * ccview/.cvsignore: Addition of cvsignore.
26930 2001-07-17  Naba Kumar <kh_naba@123india.com>
26931         
26932         *GUI fixes and spell corrections
26933         (patch from Andy Piper <squiggle@ukgateway.net>)
26935 2001-07-15  Naba Kumar <kh_naba@123india.com>
26936         
26937         *Fixed double error message for file not found.
26938         
26939         *Put white backgrounds for png images.
26940         
26941         *Converted '-' to '_' in sgml files.
26943 2001-07-14  Naba Kumar <kh_naba@123india.com>
26944         
26945         * project_dbase.c: Short-cut for expand/collasp project tree
26946         
26947         * project_dbase_gui.c:
26948          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26950 2001-07-13  Naba Kumar <kh_naba@123india.com>
26951         
26952         * notebook.[h,c]: Added
26953          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26954         Project/message window now toggles on control and
26955         and notebook switch short-cut
26957 2001-07-7  Naba Kumar <kh_naba@123india.com>
26958         
26959         * Changed a new icon set which looks more gnomish.
26960         
26961         * Changed a new anjuta splash logo.
26962         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26964 2001-07-6  Naba Kumar <kh_naba@123india.com>
26965         
26966         * ccview/*: Integrated ccview for class view and file view
26967                 in the project Manager.
26968         
26969         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26971 2001-07-1  Naba Kumar <kh_naba@123india.com>
26972         
26973         * scintilla/*: Upgraded Scintilla to version 1.3.7
26974         
26975         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26976         
26977 2001-06-28  Naba Kumar <kh_naba@123india.com>
26978         
26979         * src/debugger.c: Correct step-over and step-out swapping.
26980         
26981         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26982           chapters and added more stuffs.
26984 2001-06-13  Naba Kumar <kh_naba@123india.com>
26985         
26986         * data/autogen.sh.gtkmm: Added
26987         
26988         * data/autogen.sh.gnomemm: Added
26989         
26990         * src/appwiz.c: Added two more application wizard templetes
26991         
26992         * src/project: for gtk-- and gnome-- and proper support
26993         
26994         * src/source.c: for c++ in the project configuration.
26995         
26996         * src/source.h:
26998 2001-05-05  Naba Kumar <kh_naba@123india.com>
27000         * Merged my pre-cvs modifications with 
27001           the current cvs copy.
27003         * (lot of files change).
27005         * Implemented session management.
27007         * Local installation possible by
27008           manageing our own pixmaps paths
27009           manupulations.
27010         
27011         * resources.h: Added.
27012         * resources.c: Added.
27014         * Fixed some bugs.
27015         
27016 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
27018         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
27019                 Corrected/extended ignores.
27021 2001-05-04  Naba Kumar <kh_naba@123india.com>
27023         * manuals/: dir tree added.
27024           Sgml documentation started in this dir.
27025           
27026         * omf-install/: dir tree added.
27027         
27028         * manuals/anjuta-manual/C/anjuta-manual.sgml:
27029           Created initial document structure.
27030           
27031         * configure.in: Added test for scrollkeeper.
27032           Added some Makefile entries in AC_OUTPUT.
27033         
27034         * Makefile.am: Added subdir manuals/
27035         
27036         * HACKING: Wrote something stupid.
27038 2001-05-02  Stéphane Démurget <demurgets@free.fr>
27040         * Makefile.am: Added ChangeLog in local data list, becaused it's
27041           needed to create a new project.
27042           
27043         * po/fr.po: minor fixes.
27045         * src/build_file.c, src/configurer.c, src/debugger.c,
27046           src/executer.c, src/find_replace.c, src/gnome_project.c,
27047           src/goto_line.c, src/launcher.c, src/messages.c, 
27048           src/preferences.c src/project_dbase.c: functions declared static.
27049           
27050         * widgets/gnomefilelist.c: Fixed a project creation bug,
27051           introduced with latest changes.
27053 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27055         * widgets/gnomefilelist.c,
27056           BUGS: Fixed an annoying bug preventing from loading files/project
27057           given on the command line. Polished the whole gnome_filelist widget.
27059 2001-04-27  Stéphane Démurget <demurgets@free.fr>
27061         * src/main.c,
27062           src/anjuta.c,
27063           src/anjuta.h: Polished the command line parsing.
27065         * BUGS: Need to clean that damn gnome_filelist widget.
27067 2001-04-25  Stéphane Démurget <demurgets@free.fr>
27069         * src/registers.c,
27070           src/sharedlib.c,
27071           src/signals.c: Removed duplicated includes.
27073         * po/fr.po: minor fixes.
27075         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
27076           create_compiler_options_page? () declared static.
27077         * src/main.c,
27078           src/anjuta.c: Put a command line option for disabling
27079           the splashscreen.
27081         * src/preferences_gui.c: Fixed an internationalization issue,
27082           other functions declared static.
27084         * src/gnome_project.c: Fixed some memory leaks,
27085           new_prj_terminated () declared static. 
27087 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
27089         * configure.in: Sort ALL_LINGUAS alphabetically.
27091 2001-04-22  Stéphane Démurget <demurgets@free.fr>
27093         * Emptied that ugly old Changelog.
27095 == Anjuta 0.1.5 ===
27096 == Anjuta 0.1.4 ==
27098 2001-03-10 Naba kumar  <naba@gnome.org>
27100         * src/gnome_project.c: Fixed project dir creation bug.
27102         * src/text_editor.c: Fixed double accelerators bug.
27103         
27104         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
27106         * src/stack_trace.c, * src/compiler_options.c,
27107         data/internals.properties, src/defaults.c:
27108         Fixed pixmap creation with NULL window.
27110         * src/commands.c, src/preferences_gui.c, src/build_project.c
27111         src/clean_project.c: Bug fix.
27112         
27113         * src/main_menubar_def.h: i18n bug fix.
27114         
27115         * src/executer.h, src/executer.c: Bug fix.
27116         
27117         * src/controls.c: Bug fix.
27118         
27119         * src/debugger.c: Debugger now takes program args.
27120         
27121         * po/ja.po: Added japanese translation file.
27122         
27123         Upgraded to ver 0.1.4
27124         ... Fixed other minor bugs.
27126 == Anjuta 0.1.3 ===
27128 2001-XX-XX Naba kumar  <naba@gnome.org>
27130         * Lots of unaccountable changes. Integrated scintilla.
27131         Redesigned Project managemet. Added supports for other languages.
27132         Java style properties managements. .... blah blah
27133         
27134 2000-11-11 Naba kumar  <naba@gnome.org>
27136         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27137         Upgraded to version 0.1.3.
27139         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27140         Fixed to activate Debug->add watch properly.
27142 === Anjuta 0.1.2 beta_2 ===
27143 === Anjuta 0.1.2 ===
27145 2000-11-05 Naba kumar  <naba@gnome.org>
27147         * src/compiler_options.c, src/compiler_options_cbs.c
27148         src/compiler_options_cbs.h, src/compiler_options_gui.c
27149         src/anjuta2.c, extra/stock_libs.anj (new),
27150         extra/README.stock_libs (new), htmls/page13.html,
27151         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27152         added libraries. Stock libs provided for ease of entry. Modified
27153         help html file accordingly.
27155 2000-11-03 Naba kumar  <naba@gnome.org>
27157         * README: Minor fixes in Doc files.
27159         * src/gnome_prj.c, src/appwidzard_cbs.c:
27160         Fixed to ignore non-existant dir for blank prj.
27161         More checking in project creation, especially to confirm
27162         that the prj file already does not exist.
27164         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27166         * src/controls.c: Now Menu item "Format/Detach current document"
27167         is inactive when there is no document opened.
27169 === Anjuta 0.1.1 ===
27171 2000-11-01 Naba kumar  <naba@gnome.org>
27173         Completed and Release of first version (Beta) with lots of bugs.
27175 1999-12-27 Naba kumar  <naba@gnome.org>
27177         Anjuta project started.