2008-03-31 Johannes Schmid <jhs@gnome.org>
[anjuta-git-plugin.git] / ChangeLog
blob0ef0cf5b3e1a0de85087b782a3e9e89f59f742b3
1 2008-03-31  Johannes Schmid  <jhs@gnome.org>
3         patch by: Carl-Anton Ingmarsson:
4         * src/anjuta-app.c (style, on_toolbar_style_changed,
5           on_add_merge_widget, anjuta_app_instance_init):
6         * src/anjuta.glade:
7         
8         #470483 – Make toolbar type (icon/text/both) independet from GNOME settings
10 2008-03-30  Sébastien Granjoux  <seb.sfo@free.fr>
12         * plugins/debug-manager/anjuta-debug-manager.glade,
13         plugins/debug-manager/command.c,
14         plugins/debug-manager/command.h,
15         plugins/debug-manager/start.c,
16         plugins/gdb/plugin.c,
17         plugins/gdb/debugger.c,
18         plugins/gdb/debugger.h,
19         libanjuta/interfaces/libanjuta.idl:
20         Improve start program dialog, allowing to specify working
21         directory and environment variables
23 2008-03-26  Naba Kumar  <naba@gnome.org>
25         * libanjuta/resources.c (anjuta_res_url_show): Use
26         anjuta_prog_is_installed() instead of g_find_program_in_path() and
27         fixed formatting.
29         Patch from Carl-Anton Ingmarsson:
31         * libanjuta/anjuta-utils.c (anjuta_util_help_display):
32         * libanjuta/anjuta-utils.h:
33         * src/action-callbacks.c (help_activate),
34         (on_help_manual_activate), (on_help_tutorial_activate),
35         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
36         * libanjuta/Makefile.am:
37         Get rid of gnome_help_display_with_doc_id()
39 2008-03-26  Naba Kumar  <naba@gnome.org>
41         Patch from Carl-Anton Ingmarsson:
43         * libanjuta/resources.c (anjuta_res_url_show): Get rid of gnome_url_open.
44         * plugins/project-import/project-import.c (on_import_cancel): Remove
45         stray GnomeDruid variable.
47 2008-03-26  Naba Kumar  <naba@gnome.org>
49         * plugins/project-import/project-import.c (create_start_page):
50         * plugins/project-wizard/druid.c (npw_druid_new):
51         * plugins/project-wizard/plugin.c (npw_plugin_create_view):
52         
53         Fixed type 'assistent' to 'assistant'.
55 2008-03-25  Naba Kumar  <naba@gnome.org>
57         Patch from Carl-Anton Ingmarsson:
59         * libanjuta/Makefile.am:
60         * libanjuta/anjuta-ui.c (sensitivity_toggled),
61         (visibility_toggled), (accel_edited_callback),
62         (accel_cleared_callback), (iter_compare_func), (accel_set_func),
63         (anjuta_ui_instance_init), (anjuta_ui_add_action_group),
64         (anjuta_ui_get_accel_editor):
65         * libegg/Makefile.am:
66         * libegg/eggaccelerators.c (removed):
67         * libegg/eggcellrendererkeys.c (removed):
68         * libegg/eggtreeviewstate.c (removed):
69         * libegg/test-tree-utils.c (removed):
70         * libegg/treeviewutils/Makefile.am:
71         * libegg/treeviewutils/eggaccelerators.h (removed):
72         * libegg/treeviewutils/eggcellrendererkeys.h (removed):
73         * libegg/treeviewutils/eggtreeviewstate.h (removed):
75         Ports anjuta-ui to gtk_cell_renderer_accel
76         
77 2008-03-16  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
79         Reviewed by Naba Kumar  <naba@gnome.org>
81         * plugins/project-import/Makefile.am:
82         * plugins/project-import/project-import.{ch}:
83         * plugins/project-import/anjuta-project-import.glade (removed):
84         * configure.in, po/POTFILES.in:
86         Ported the GnomeDruid stuff to GtkAssistant an removed the glade
87         file because libglade doesn't have GtkAssistant support.
89 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
91         * plugins/debug-manager/registers.c:
92         Avoid a crash when debugger stop on an error
94         * plugins/debug-manager/start.c,
95         plugins/gdb/debugger.c,
96         libanjuta/interfaces/libanjuta.idl:
97         Display an error message when debugger target is not found
99 2008-03-15  Naba Kumar  <naba@naba-desktop>
101         * configure.in:
102         * data/Makefile.am:
103         * (removed) data/properties:
104         * (added) plugins/editor/properties:
105         * plugins/editor/Makefile.am:
107         Moved data/properties to plugins/editor/ and removed dead code from
108         Makefile.am files.
109         
110 2008-03-15  Naba Kumar  <naba@naba-desktop>
112         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
113         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
114         (macro_dialog_finalize):
115         * plugins/macro/macro-edit.c (macro_edit_dispose),
116         (macro_edit_finalize):
118         Fixed errors in previous patch.
119         
120 2008-03-15  Naba Kumar  <naba@naba-desktop>
122         Patch from Ignacio Casal Quinteiro:
124         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
125         (finalize):
126         * plugins/class-gen/plugin.c (dispose), (finalize):
127         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
128         (class_inheritance_dispose):
129         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
130         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
131         (dma_plugin_finalize):
132         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
133         (dma_debugger_queue_finalize):
134         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
135         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
136         (anjuta_docman_finalize):
137         * plugins/document-manager/plugin.c:
138         * plugins/editor/plugin.c (dispose), (finalize),
139         (editor_plugin_class_init):
140         * plugins/editor/text_editor.c (text_editor_dispose),
141         (text_editor_finalize):
142         * plugins/file-loader/plugin.c (dispose), (finalize),
143         (anjuta_file_loader_plugin_class_init):
144         * plugins/file-manager/plugin.c (file_manager_finalize),
145         (file_manager_dispose):
146         * plugins/file-wizard/plugin.c (dispose), (finalize),
147         (file_wizard_plugin_class_init):
148         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
149         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
150         * plugins/glade/plugin.c (glade_plugin_dispose),
151         (glade_plugin_finalize), (glade_plugin_class_init):
152         * plugins/gtodo/plugin.c (finalize), (dispose):
153         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
154         (anjuta_vim_plugin_dispose):
155         * plugins/indent/plugin.c (indent_plugin_finalize),
156         (indent_plugin_dispose):
157         * plugins/language-manager/plugin.c (language_manager_finalize),
158         (language_manager_dispose):
159         * plugins/language-support-cpp-java/plugin.c
160         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
161         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
162         (macro_db_class_init):
163         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
164         (macro_dialog_finalize), (macro_dialog_class_init):
165         * plugins/macro/macro-edit.c (macro_edit_dispose),
166         (macro_edit_finalize), (macro_edit_class_init):
167         * plugins/macro/plugin.c (finalize), (dispose):
168         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
169         (anjuta_msgman_finalize):
170         * plugins/message-view/message-view.c (message_view_dispose),
171         (message_view_finalize):
172         * plugins/message-view/plugin.c (message_view_plugin_dispose),
173         (message_view_plugin_finalize):
174         * plugins/patch/plugin.c (patch_plugin_finalize),
175         (patch_plugin_dispose):
176         * plugins/profiler/plugin.c (profiler_finalize),
177         (profiler_dispose):
178         * plugins/project-import/plugin.c (dispose), (finalize),
179         (project_import_plugin_class_init):
180         * plugins/project-manager/plugin.c
181         (project_manager_plugin_finalize),
182         (project_manager_plugin_dispose):
183         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
184         (npw_plugin_finalize), (npw_plugin_class_init):
185         * plugins/sample1/plugin.c (sample_plugin_finalize),
186         (sample_plugin_dispose):
187         * plugins/search/plugin.c (dispose), (finalize),
188         (search_plugin_class_init):
189         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
190         (sourceview_plugin_dispose):
191         * plugins/subversion/plugin.c (finalize), (dispose):
192         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
193         * plugins/symbol-browser/an_symbol_iter.c
194         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
195         * plugins/symbol-browser/an_symbol_search.c
196         (an_symbol_search_dispose), (an_symbol_search_finalize):
197         * plugins/symbol-browser/an_symbol_view.c
198         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
199         * plugins/symbol-browser/plugin.c (dispose), (finalize):
200         * plugins/symbol-db/plugin.c (symbol_db_finalize),
201         (symbol_db_dispose):
202         * plugins/terminal/terminal.c (terminal_plugin_dispose),
203         (terminal_plugin_finalize):
204         * plugins/tools/plugin.c (atp_plugin_dispose),
205         (atp_plugin_finalize), (atp_plugin_class_init):
206         * plugins/valgrind/plugin.c (valgrind_finalize),
207         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
209 2008-03-15  Naba Kumar  <naba@gnome.org>
211         * TODO.tasks: Updated and marked debugger bounties completed.
212         
213 2008-03-12  Johannes Schmid  <jhs@gnome.org>
215         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
216         (get_line_indentation_base):
217         
218         #521847 – anjuta freez when edit file
220 2008-03-11  Johannes Schmid  <jhs@gnome.org>
222         Patch from Rob Bradford:
223         * plugins/build-basic-autotools/executer.c (execute_program):
224         520324 – Execute command is not overridable
225         
226         * plugins/sourceview/sourceview.c (on_insert_text):
227         Removed Debug print
229 2008-03-11  Johannes Schmid  <jhs@gnome.org>
231         Patch from James Liggett:
232         * plugins/subversion/plugin.c (activate_plugin):
233         521691 – Crash when click "Resolve Conflicts" without opened project
235 2008-03-11  Johannes Schmid  <jhs@gnome.org>
237         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
238         * plugins/language-support-cpp-java/cpp-java-utils.c:
239         * plugins/language-support-cpp-java/plugin.c
240         (get_line_indentation_base), (on_editor_char_inserted_cpp):
241         520415 – [PATCH] Problems in auto indentatation code,
242         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
243         
244         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
245         (anjuta_view_button_press_event):
246         * plugins/sourceview/sourceview.c (on_insert_text),
247         (sourceview_adjustment_changed), (sourceview_new):
248         #520761 – Weirz behavior with popup
250 2008-03-03  Johannes Schmid  <jhs@gnome.org>
252         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
253         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
254         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
255         (anjuta_launcher_fork):
256         * libanjuta/anjuta-launcher.h:
257         Add API to set environment variables for the forked process
258         
259         * plugins/build-basic-autotools/Makefile.am:
260         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
261         .glade:
262         * plugins/build-basic-autotools/build-basic-autotools.c
263         (build_set_env), (build_execute_command_full),
264         (build_execute_command), (build_configure_project),
265         (build_autogen_project):
266         * plugins/build-basic-autotools/build-basic-autotools.h:
267         * plugins/build-basic-autotools/build-options.c
268         (fill_options_combo), (build_dialog_configure):
269         * plugins/build-basic-autotools/build-options.h:
270         Use new launcher API to set CFLAGS when running configure. New configure dialog
271         which has predefined CFLAGS settings.
273         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
275 === anjuta 2.4.0 ===
277 2008-03-11  Naba Kumar  <naba@gnome.org>
279         * NEWS: Updated for 2.4.0 stable release.
280         * configure.in: Version bumped to 2.4.0
281         * TODO.tasks: Updated.
283 2008-03-10  Rob Bradford  <rob@robster.org.uk>
285         Reviewed by Naba Kumar  <naba@gnome.org>:
286         * global-tags/Makefile.am:
287         Revert change for #515954. This change was incorrect, the anjuta-tags
288         program is installed into the $(bindir) rather than the $(scriptdir).
290 2008-03-02  Naba Kumar  <naba@gnome.org>
292         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
293         * configure.in: Added a requirement for scintilla editor plugin.
295 2008-03-02  Johannes Schmid  <jhs@gnome.org>
297         * plugins/message-view/anjuta-msgman.c
298         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
299         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
300         * plugins/message-view/anjuta-msgman.h:
301         
302         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
303         get rid of the cached current_view member.
304         Fixes #518469 – Save message buffer not working good
306 2008-03-01  Johannes Schmid  <jhs@gnome.org>
308         Patch by James Liggett:
309         * plugins/subversion/svn-command.h:
310         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
311         Fixed #519275 – Subversion should allow offline diffs   
313 2008-02-29  Johannes Schmid  <jhs@gnome.org>
315         * plugins/language-support-cpp-java/cpp-java-assist.c
316         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
317         Removed some debug code
318         
319         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
320         Escape tooltip text to avoid broken markup
322 2008-02-29  Johannes Schmid  <jhs@gnome.org>
324         * libanjuta/Makefile.am:
325         Fixed a build error when building with -j X
326         
327         * plugins/tools/scripts/prepare-changelog.pl:
328         Updated to latest script version in gnome svn
330 2008-02-28  Johannes Schmid <jhs@gnome.org>
332         * plugins/document-manager/anjuta-docman.c:
333         (anjuta_docman_page_destroy):
334         Do not unref widget because the GtkNotebook will unref them
335         
336         * plugins/file-manager/file-view.c: (file_view_refresh):
337         * plugins/search/search_preferences.c: (search_preferences_init):
338         Fixed a memory leaks
339         
340         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
341         (ieditor_get_offset), (ieditor_iface_init),
342         (idocument_get_filename), (ilanguage_get_supported_languages),
343         (autodetect_language):
344         
345         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
346         was missing.
348 2008-02-28  Johannes Schmid <jhs@gnome.org>
350         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
351         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
353 2008-02-27  Naba Kumar  <naba@gnome.org>
355         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
356         string break. That was a mistake doing at this point.
358 === anjuta 2.3.5 ===
360 2008-02-26  Naba Kumar  <naba@gnome.org>
362         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
363         crash when there is a modified new file open, a non-modified exiting
364         file open and autosave happen. Simplified error checking logic and
365         avoided memory corruption. Fixes bug #Bug 518716.
367 2008-02-25  Naba Kumar  <naba@gnome.org>
369         * NEWS: Updated for release 2.3.5
370         * configure.in: Bumped version to 2.3.5
372         * plugins/build-basic-autotools/build-basic-autotools.c:
373         (on_editor_changed): Avoid accessing text which is greater than
374         valid range.
376         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
378 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
380         * plugins/debug-manager/breakpoints.c:
381         Fix #518329: Crash when adding breakpoint and other similar bugs
383 2008-02-25  Johannes Schmid <jhs@gnome.org>
385         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
386         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
387         Never call error() which calls exit()
388         #517646 – Anjuta exists with code 2 when i try to import gedit
390 2008-02-23  Johannes Schmid <jhs@gnome.org>
392         * plugins/sourceview/sourceview.c: (ieditor_insert):
393         Block insert_text signal when inserting manually.
395 2008-02-23  Johannes Schmid <jhs@gnome.org>
397         * plugins/sourceview/sourceview.c: (on_insert_text):
398         Fixed a problem with the "insert-text" signal that broke
399         copy&paste sometimes
401 2008-02-22  Johannes Schmid <jhs@gnome.org>
403         * plugins/language-support-cpp-java/plugin.c:
404         (get_line_indentation_base):
405         More fixes for comment handling and made the code
406         a lot simpler
408 2008-02-22  Johannes Schmid <jhs@gnome.org>
410         * plugins/sourceview/sourceview.c: (on_insert_text):
411         Fixed #517919 – Crash on pasting docblock
413 2008-02-20  Johannes Schmid <jhs@gnome.org>
415   Patch from James Liggett:
416         * plugins/profiler/profiler.glade:
417         Fix width options dialog. Translations are not longer cut off. (#516630)
419 2008-02-18  Johannes Schmid <jhs@gnome.org>
421         * plugins/sourceview/sourceview.c: (on_insert_text):
422         Do not change the iterator in the "insert-text" handler because
423         it has some strange side-effects when copying text
424         Fix useless free'ing in hover-leave that might have led to random
425         crashes
427 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
429         * plugins/debug-manager/start.c:
430         Avoid a glib warning if no project is loaded
432 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
434         * manuals/anjuta-manual/C/debugger.xml:
435         Remove warning about new debugger
437 2008-02-17  Johannes Schmid <jhs@gnome.org>
439         * manuals/anjuta-manual/figures/project-window.png:     
440         Use a smaller picture
442 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
444         * plugins/gdb/debugger.c:
445         Set breakpoint in file with uncommon characters in path name
447 2008-02-17  Johannes Schmid <jhs@gnome.org>
449         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
450         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
451         (icell_get_char):
452         * plugins/sourceview/sourceview.c: (on_insert_text):    
453         Fix "char-added" signal to pass the correct iterator
455 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
457         * plugins/gdb/debugger.c:
458         Load executable in gdb with space in path name 
460 2008-02-17  Johannes Schmid <jhs@gnome.org>
462         * plugins/language-support-cpp-java/plugin.c:
463         (get_line_indentation_base), (get_line_auto_indentation),
464         (on_auto_indent):
465         Some bugfixes and clean-ups in comment indentation code
466         
467         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
468         (anjuta_view_finalize), (anjuta_view_key_press_event):
469         * plugins/sourceview/sourceview.c: (on_insert_text),
470         (sourceview_create_highligth_indic), (sourceview_new):
471         Cleaned implementation of char-added signal by using "insert-text" signal
472         instead of filtering "key-press-event"
473         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
474         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
475         (iiter_diff):
476         Fixed implementation of get_character and return value of iiter_first() and
477         iiter_last();
479 2008-02-16  Johannes Schmid <jhs@gnome.org>
481         * plugins/valgrind/plugin.c: (valgrind_activate),
482         (ipreferences_merge), (ipreferences_unmerge):
483         * plugins/valgrind/vgactions.c: (vg_actions_run):
484         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
485         
486         Fixed crasher when starting valgrind because of strange prefs handling and
487         #516641 – Valgrind: Load Log does not clear list
489 2008-02-15  James Liggett  <jrliggett@cox.net>
491         * plugins/profiler/plugin.c:
492         (on_select_other_target_button_clicked):
493         Select the new custom target in the list so that the user sees it.
495         Bug 516630 – Selection custom binary in profiler is not
496         user-friendly.
498 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
500         * manuals/anjuta-manual/C/projects.xml:
501         Fix #515993: "Add package" button is "Add Package" in code
502         Fix #516727: "Build All" is "Build Project" in code
503         Fix #516728: "Clean All" is "Clean Project" in code
504         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
505         Fix #516730: Fix note title 
506         "Configure" is "Run Configure..." in code
508 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
510         * (added) manuals/anjuta-manual/C/figures/project-window.png,
511         (removed) manuals/anjuta-manual/C/figures/project_win.png,
512         manuals/anjuta-manual/C/projects.xml,
513         manuals/anjuta-manual/Makefile.am:
514         Fix #515207: Add a new project window screenshoot
515         Rename "Project View" to "Project window"
517 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
519         * plugins/project-import/project-import.c:
520         Fix #516743: Import project keeps an old date on project file
522         * plugins/project-manager/plugin.c:
523         Fix #516737: Import project doesn't load project with space in name
525 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
527         * plugins/debug-manager/command.c:
528         Destroy local variables on each step
530         * plugins/debug-manager/debug_tree.c,
531         plugins/debug-manager/watch.c,
532         plugins/debug-manager/locals.c,
533         plugins/gdb/debugger.c,
534         libanjuta/interfaces/libanjuta.idl:
535         Parse local variables scope (not used yet)
537 2008-02-15  James Liggett <jrliggett@cox.net>
539         reviewed by: Johannes Schmid <jhs@gnome.org>
541         * plugins/profiler/gprof-options.c: (setup_widgets),
542         (gprof_options_set_target), (gprof_options_has_target),
543         (gprof_options_get_string):
544         * plugins/profiler/gprof-options.h:
545         * plugins/profiler/plugin.c: (ifile_open):
546         516128 – crash in Anjuta IDE: selected profiler as the...
548 2008-02-14  Johannes Schmid <jhs@gnome.org>
550         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
551         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
552         * plugins/symbol-browser/an_symbol.c:
553         * plugins/symbol-browser/an_symbol_view.c:
554         (on_symbol_view_row_expanded):
555         Fixed some memory leaks (Remember to all free/unref everything that comes
556         from gtk_tree_model_get())
558 2008-02-14  Johannes Schmid <jhs@gnome.org>
560         * plugins/document-manager/search-box.c: (on_search_activated):
561         516377 – Status bar does not change its status of 'Search for .. continued at top'
562         (caused by differences between scintilla and sourceview)
564 2008-02-13  James Liggett <jrliggett@cox.net>
566         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
567         Output in UTF-8 format to avoid hangs with the editor. (#516014)
569 2008-02-14  Johannes Schmid <jhs@gnome.org>
571         * plugins/language-support-cpp-java/plugin.c:
572         (get_line_indentation_base), (get_line_auto_indentation),
573         (on_editor_char_inserted_cpp):
574         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
576 2008-02-13  Johannes Schmid <jhs@gnome.org>
578         * plugins/language-support-cpp-java/plugin.c:
579         (is_iter_inside_string), (get_line_auto_indentation):
580         Handle comments in the code and do not ask editor. Fixes scintilla
581         indentation (sourceview does not report comments anyway).
582         
583         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
584         Diff with correct sign (also fixes some issues with language-support)
586 2008-02-13  Johannes Schmid <jhs@gnome.org>
588         * plugins/language-support-cpp-java/plugin.c:
589         (get_line_indentation_base):
590         Act even more clever for comments. Indent /* */ comments correctly
591         for multilines
593 2008-02-13  Johannes Schmid <jhs@gnome.org>
595         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
596         Also set indentation size correctly, when tab size is set
597         by language support plugin
599 2008-02-13  Johannes Schmid <jhs@gnome.org>
601         * plugins/language-support-cpp-java/plugin.c:
602         (get_line_indentation_base):
603         
604         Indent lines after comments correctly
606 2008-02-13  Johannes Schmid <jhs@gnome.org>
608         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
609         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
610         * libanjuta/anjuta-launcher.h:
611         Some more fixes from symbol-db-branch
612         
613         * src/Makefile.am:
614         Move anjuta-shell to noinst_PROGRAMS as it is just a test
616 2008-02-12  Johannes Schmid <jhs@gnome.org>
618   Patch from Gennaro Bellizio <genbell@tiscali.it>:
619         * global-tags/Makefile.am:
620         * AUTHORS
621         #515954 – create_global_tags.sh: wrong anjuta-tags path
622         
623         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
624         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
625         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
626         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
627         (anjuta_launcher_fork):
628         * libanjuta/anjuta-launcher.h:
629         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
630         from symbol-db branch
632 2008-02-11  Johannes Schmid <jhs@gnome.org>
634         * plugins/file-manager/file-model.c: (file_model_expand_idle):
635   515868 – File browser only shows icons when activated
636   
637 2008-02-11  Johannes Schmid <jhs@gnome.org>
639         * plugins/file-manager/file-model.c: (file_model_expand_idle):
640         #515867 – Anjuta dies on startup
642 2008-02-11  Johannes Schmid <jhs@gnome.org>
644         * TODO.tasks: Marked subversion task as completed
646 === anjuta 2.3.4 ===
648 2008-02-11  Naba Kumar  <naba@gnome.org>
650         * configure.in: Bumped version to 2.3.4
652 2008-02-10  Naba Kumar  <naba@gnome.org>
654         * NEWS: Updated for release.
656 2008-02-10  Johannes Schmid <jhs@gnome.org>
658         * plugins/document-manager/anjuta-document-manager.plugin.in:
659         Added html, javascript and glade file types. This makes it possible to
660         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
661         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
662         
663         * plugins/file-wizard/anjuta-file-wizard.glade:
664         * plugins/gdb/anjuta-gdb.glade:
665         * plugins/project-wizard/anjuta-project-wizard.glade:
666         * plugins/search/anjuta-search.glade:
667         * plugins/terminal/anjuta-terminal-plugin.glade:
668         
669         Fixed some other translation issues (#507921)
671 2008-02-10  Naba Kumar  <naba@gnome.org>
673         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
674         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
676 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
678         * manuals/anjuta-manual/C/interface.xml,
679         manuals/anjuta-manual/C/introduction.xml,
680         manuals/anjuta-manual/C/preferences.xml,
681         manuals/anjuta-manual/C/fileoperations.xml,
682         manuals/anjuta-manual/C/projects.xml:
683         Fix spelling errors, including bug #515204, #515172, #515117
684         and #513892
686 2008-02-10  Naba Kumar  <naba@gnome.org>
688         * plugins/document-manager/plugin.c: Fixed stream comment and added
689         translator's comment for 'block comment', 'box comment' and 'stream
690         comment'
692 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
694         * plugins/debug-manager/command.c,
695         plugins/debug-manager/command.h,
696         plugins/debug-manager/breakpoints.c,
697         libanjuta/interfaces/libanjuta.idl:
698         Avoid adding the same breakpoint several times
700         * plugins/gdb/debugger.c:
701         Fix bug #515463: Deattaching process kill it
703 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
705         * manuals/anjuta-manual/C/debugger.xml:
706         Fix translation bug #515459 and #515460
708 2008-02-10  Johannes Schmid <jhs@gnome.org>
710   Patch from Rémi Cardona <remi@gentoo.org>
712         * plugins/build-basic-autotools/Makefile.am:
713         * plugins/cvs-plugin/Makefile.am:
714         * plugins/document-manager/Makefile.am:
715         * plugins/editor/Makefile.am:
716         * plugins/indent/Makefile.am:
717         * plugins/language-support-cpp-java/Makefile.am:
718         * plugins/message-view/Makefile.am:
719         * plugins/sourceview/Makefile.am:
720         * plugins/symbol-browser/Makefile.am:
721         * plugins/terminal/Makefile.am:
722         * scripts/build-schemas.mk:
723         * src/Makefile.am:
724   Fix #512531 – Parallel build fails
725   
726   * AUTHORS: Added Rémi
728 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
730         * plugins/debug-manager/queue.c:
731         Fix interrupt command, not working due to previous change
733 2008-02-10  Johannes Schmid <jhs@gnome.org>
735         * src/Makefile.am:
736         * src/anjuta-app.c:
737         * src/anjuta-callbacks.c (removed):
738         * src/anjuta-callbacks.h (removed):
739         
740         Removed (almost) empty files, fixes #515383 and #515388
742 2008-02-09  James Liggett <jrliggett@cox.net>
744         Reviewed by Naba Kumar  <naba@gnome.org>:
746         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
747         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
748         * plugins/subversion/svn-command.c:
749         (svn_command_make_canonical_path):
750         * plugins/subversion/svn-command.h:
751         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
752         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
753         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
754         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
755         * plugins/subversion/svn-remove-command.c:
756         (svn_remove_command_new):
757         * plugins/subversion/svn-status-command.c:
758         (svn_status_command_new):
759         * plugins/subversion/svn-switch-command.c:
760         (svn_switch_command_new):
761         * plugins/subversion/svn-update-command.c:
762         (svn_update_command_new):
763         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
764         die if the user gives a path that libsvn doesn't like. 
765         
766         Fixes bug #515500
768 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
770         * plugins/debug-manager/command.c,
771         plugins/debug-manager/command.h,
772         plugins/debug-manager/queue.c:
773         Fix crashes when trying to stop the debugger while it is busy
775 2008-02-08  Johannes Schmid <jhs@gnome.org>
777   Patch from Rodrigo Moya <rodrigo@novell.com>
779         * plugins/glade/plugin.c: (ifile_open):
780         * plugins/symbol-browser/test-class.cpp:
781         * AUTHORS: Added Rodrigo
782         
783         #514732 – 64 bit compliation error
784         #514733 – Use of uninitialized variables
786 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
788         * manuals/anjuta-manual/C/debugger.xml:
789         Fix translation bug #514494 and bug #514440
791 2008-02-05  Massimo Cora'  <maxcvs@email.it>
793         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
794         Fix a compile error added in the previous patch
796 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
798         * plugins/profiler/gprof-view.c,
799         plugins/class-inheritance/class-callbacks.c,
800         plugins/class-inheritance/class-inherit.c,
801         plugins/symbol-browser/an_symbol.c,
802         plugins/symbol-db/symbol-db-engine-iterator-node.c,
803         libanjuta/interfaces/libanjuta.idl:
804         Change ianjuta_symbol_file function to ianjuta_symbol_uri
806 2008-02-04  Johannes Schmid <jhs@gnome.org>
808         * plugins/search/anjuta-search.glade: Fixed typo
810 2008-02-03  Johannes Schmid <jhs@gnome.org>
812         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
813         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
814         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
815         .glade:
816         * plugins/build-basic-autotools/build-basic-autotools.c:
817         (build_get_context), (build_configure_project):
818         * plugins/class-gen/anjuta-class-gen-plugin.glade:
819         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
820         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
821         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
822         * plugins/devhelp/plugin.c: (devhelp_activate):
823         * plugins/editor/Makefile.am:
824         * plugins/editor/anjuta-editor-scintilla.glade:
825         * plugins/editor/text_editor.c:
826         * plugins/editor/text_editor.h:
827         * plugins/editor/text_editor_menu.c (removed):
828         * plugins/editor/text_editor_menu.h (removed):
829         * plugins/file-wizard/anjuta-file-wizard.glade:
830         * plugins/gtodo/notification.c: (create_notification_window):
831         * plugins/gtodo/preferences.c: (preferences_widget):
832         * plugins/language-support-cpp-java/plugin.c:
833         (cpp_java_plugin_activate_plugin):
834         * plugins/message-view/anjuta-message-manager-plugin.glade:
835         * plugins/message-view/plugin.c: (activate_plugin):
836         * plugins/project-manager/plugin.c: (confirm_removal):
837         * plugins/search/anjuta-search.glade:
838         * plugins/search/plugin.c:
839         * plugins/search/search-replace.c: (nb_results_alert):
840         * plugins/subversion/subversion-commit-dialog.c:
841         (on_subversion_commit_response):
842         * plugins/symbol-browser/plugin.c: (activate_plugin):
843         * plugins/valgrind/plugin.c: (on_menu_run_activate):
844         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
845         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
846         * src/anjuta.glade:
847         
848         Fixed translation bugs from #507921.
849         Removed unused files in scintilla plugin
851 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
853         * manuals/anjuta-manual/C/debugger.xml:
854         Fix bug #514124 and bug #514138: Wrong menu item name
856 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
858         * plugins/profiler/gprof-view.c,
859         plugins/symbol-browser/plugin.c,
860         plugins/class-inheritance/class-callbacks.c,
861         plugins/debug-manager/plugin.c,
862         plugins/tools/editor.c,
863         plugins/search/search-replace.c,
864         plugins/search/search-replace_backend.c,
865         plugins/search/search-replace_backend.h,
866         plugins/build-basic-autotools/build-basic-autotools.c,
867         plugins/document-manager/plugin.c,
868         plugins/document-manager/file_history.c,
869         plugins/document-manager/anjuta-docman.c,
870         plugins/document-manager/anjuta-docman.h,
871         plugins/document-manager/action-callbacks.c,
872         libanjuta/interfaces/libanjuta.idl:
873         Rename IAnjutaDocumentManager functions:
874         find_document_with_path, goto_file_line, goto_file_line_mark
875         and get_full_filename into
876         find_document_with_uri, goto_uri_line, goto_uri_line_mark
877         and get_uri
878         Fix search plugin to use an URI instead of a file path
879         Fix anjuta_docman_get_uri to always return an URI
881 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
883         * plugins/debug-manager/breakpoints.c:
884         Fix bug #514118: Rename Clear All Breakpoints to Remove
885         All Breakpoints
887 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
889         * manuals/anjuta-manual/C/debugger.xml:
890         Update debugger documentation
892 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
894         * plugins/debug-manager/sharedlib.c,
895         plugins/debug-manager/anjuta-debug-manager.glade,
896         plugins/debug-manager/queue.c,
897         plugins/tools/execute.c,
898         plugins/tools/anjuta-tools.glade,
899         plugins/tools/editor.c,
900         plugins/project-wizard/templates/terminal.wiz,
901         plugins/project-wizard/templates/xlib-dock.wiz,
902         plugins/project-wizard/templates/wxwin.wiz,
903         plugins/project-wizard/templates/java.wiz,
904         plugins/project-wizard/templates/gnome.wiz,
905         plugins/project-wizard/templates/anjuta-plugin.wiz,
906         plugins/project-wizard/templates/gtkmm.wiz,
907         plugins/project-wizard/templates/python.wiz,
908         plugins/project-wizard/templates/cpp.wiz,
909         plugins/project-wizard/templates/sdl.wiz,
910         plugins/project-wizard/templates/gtk.wiz,
911         plugins/project-wizard/templates/minimal.wiz,
912         plugins/project-wizard/templates/xlib.wiz,
913         plugins/project-wizard/templates/gcj.wiz,
914         plugins/gdb/plugin.c,
915         plugins/gdb/debugger.c,
916         libanjuta/anjuta-plugin-manager.c:
917         Partial fix of #507921: translation issues in debug-manager, tools,
918         project-wizard, gdb and anjuta-plugin-manager.
920 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
922         * plugins/debug-manager/queue.c:
923         Debugger Local, Stack and Thread windows were missing due to
924         the previous change.
926 2008-02-02  Johannes Schmid <jhs@gnome.org>
928         * manuals/anjuta-manual/Makefile.am:
929         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
930         causes make install to fail
932 2008-02-02  Johannes Schmid <jhs@gnome.org>
934         * plugins/macro/macros.xml:
935         #495511 – Header_h macro correction
937 2008-02-02  Johannes Schmid <jhs@gnome.org>
939         * plugins/patch/patch-plugin.glade:
940         gtk-apply is not translatable...
942 2008-02-02  Johannes Schmid <jhs@gnome.org>
944         * plugins/build-basic-autotools/build-basic-autotools.c:
945         (on_build_mesg_format):
946         
947         Also check for untranslated messages from make. Should fix 
948         #511981 – Error parsing make output
950 2008-02-02  Johannes Schmid <jhs@gnome.org>
952         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
953         .glade:
954         
955         Fixed #511010 – [UI] Execute program utility window
957 2008-02-02  Johannes Schmid <jhs@gnome.org>
959         * src/anjuta.glade:
960         Fixed #509908 – [UI] Problems with the General settings tab
962 2008-02-02  Johannes Schmid <jhs@gnome.org>
964         * manuals/anjuta-manual/C/fileoperations.xml:
965         Fixed #513730 – Option not present in the GUI po file
967 2008-02-02  Johannes Schmid <jhs@gnome.org>
969         * plugins/sourceview/anjuta-editor-sourceview.glade:
970         Adjust preferences default values
972 2008-02-02  Johannes Schmid <jhs@gnome.org>
974         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
975         Fixed #512535 – Open files tabs' position is correctly remembered 
976         but not applied at startup
978 2008-02-02  Johannes Schmid <jhs@gnome.org>
980         * plugins/search/search-replace.c: (on_message_clicked):
981         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
982         fix clicking on search result messages
984 2008-02-01  James Liggett <jrliggett@cox.net>
986         * plugins/subversion/svn-command.c: (on_svn_notify):
987         Fixed wrong status message output when resolving conflicts.
989 2008-02-02  Johannes Schmid <jhs@gnome.org>
991         * configure.in: Require GtkSourceView 2.1.2
992         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
993         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
994         (imark_is_marker_set), (imark_delete_all_markers),
995         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
996         
997         Adapted to API changes in GtkSourceView
999 2008-02-01  Johannes Schmid <jhs@gnome.org>
1001         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
1002         Fixed tabsize preference
1004 2008-02-01  Johannes Schmid <jhs@gnome.org>
1006         * manuals/anjuta-manual/C/fileoperations.xml:
1007         * manuals/anjuta-manual/C/interface.xml:
1008         Updated manual
1009         
1010         * manuals/anjuta-manual/Makefile.am:
1011         * manuals/anjuta-manual/C/figures/*:
1012         
1013         Updated figures to be in clearlooks theme, removed old figures
1015 2008-02-01  Johannes Schmid <jhs@gnome.org>
1017         * plugins/patch/patch-plugin.glade:
1018         * plugins/patch/plugin.c: (patch_plugin_activate):
1019         Another UI issue with the patch plugin and silenced a compiler
1020         warning
1021         
1022         Patch from James Liggett:
1023         * plugins/profiler/gprof-call-graph-view.c:
1024         (gprof_call_graph_view_create_columns):
1025         * plugins/profiler/gprof-flat-profile-view.c:
1026         (gprof_flat_profile_view_create_columns):
1027         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
1028         * plugins/profiler/gprof-view.h:
1029         
1030         Use two decimal places for float values in profiler views (#507831)
1032 2008-02-01  Johannes Schmid <jhs@gnome.org>
1034         * configure.in:
1035         * plugins/editor/Makefile.am:
1036         
1037         Fixed #512751 – libgnomeprint unnecessary without scintilla
1039 2008-01-31  Johannes Schmid <jhs@gnome.org>
1041         * plugins/language-manager/languages.xml:
1042         Added a pretty ugly string for C++ headers. Maybe we should rely
1043         on mime-types instead...
1045 2008-01-31  Johannes Schmid <jhs@gnome.org>
1047         * plugins/language-support-cpp-java/cpp-java-assist.c:
1048         (get_iter_column), (cpp_java_assist_get_calltip_context),
1049         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1050         (on_assist_chosen), (cpp_java_assist_install):
1051         * plugins/language-support-cpp-java/plugin.c:
1052         (on_editor_char_inserted_cpp):
1053         Removed annoying DEBUG_PRINTs
1054         
1055         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
1056         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
1057         * plugins/sourceview/sourceview.c: (iassist_show_tips):
1058         
1059         Fixed "jumping" tooltips, fixed indentation of brances
1061 2008-01-31  Johannes Schmid <jhs@gnome.org>
1063         * plugins/document-manager/plugin.c: (on_document_changed):
1064         Fixed crash when closing anjuta after all document tabs have been closed
1066 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1068         * plugins/debug-manager/anjuta-debug-manager.glade:
1069         Fix #513485: wrong strings maked as translatable
1071 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
1073         * plugins/debug-manager/threads.c,
1074         plugins/debug-manager/stack_trace.c:
1075         Avoid crash when getting relative path from debugger (same fix
1076         than for #510028)
1078         * plugins/debug-manager/queue.c:
1079         Emit all state changes notification
1081         * plugins/debug-manager/start.c:
1082         Fix #511586: Project path with "+" not working in debugger
1084 2008-01-31  Johannes Schmid <jhs@gnome.org>
1086         * plugins/patch/patch-plugin.glade:
1087         Fixed button ui problem...
1088         
1089         Patch from James Liggett:
1090         * plugins/profiler/gprof-call-graph-block-entry.c:
1091         (gprof_call_graph_block_primary_entry_new),
1092         (gprof_call_graph_block_secondary_entry_new):
1093         * plugins/profiler/gprof-flat-profile-entry.c:
1094         (gprof_flat_profile_entry_new):
1095         
1096         Fix #507831 - Wrong Profiler values for some locales
1098 2008-01-31  Johannes Schmid <jhs@gnome.org>
1100         * plugins/sourceview/anjuta-editor-sourceview.glade:
1101         * plugins/sourceview/sourceview-prefs.c:
1102         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1103   
1104   Fixed Editor->View popup menu for those entries that are appropriate for
1105   sourceview    
1107 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1109         * plugins/debug-manager/breakpoints.c:
1110         Fix #512901: Crash when adding a breakpoint
1112         * plugins/debug-manager/queue.c:
1113         Remove a possible memory leak
1115 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1117         * plugins/debug-manager/data_view.c,
1118         plugins/debug-manager/sparse_view.c,
1119         manuals/anjuta-manual/C/debugger.xml:
1120         Fix #513130, #513131 #513135: Wrong menu item names and errors
1121         in the documentation
1123 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1125         * plugins/tools/editor.c:
1126         ianjuta_document_manager_find_document_with_path expect an uri not
1127         a path
1129 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1131         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1132         manuals/reference/libanjuta/libanjuta-sections.txt,
1133         libanjuta/interfaces/libanjuta.idl:
1134         Documentation fixes for IAnjutaDebugger* interfaces
1136 === anjuta 2.3.3 ===
1138 2008-01-27  Naba Kumar  <naba@gnome.org>
1140         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1141         rpm spec file.
1143         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1144         (value_added_current_editor), (value_removed_current_editor):
1145         Removed dead code.
1147         * TODO.tasks: Updated.
1149         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1150         scrollwindow shadow in.
1152         * plugins/editor/anjuta-editor-scintilla.glade:
1153         * plugins/editor/style-editor.c: (create_style_editor_gui):
1154         Set style window transient and cetered for preferences window.
1155         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1157         * plugins/editor/anjuta-editor-scintilla.glade:
1158         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1159         setting not working
1161         * configure.in, NEWS: Updated for release 2.3.3
1163 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1165         * plugins/debug-manager/anjuta-debug-manager.glade:
1166         Fix #512224: Use a string in english
1168 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1170         * plugins/build-basic-autotools/build-basic-autotools.c:
1171         ianjuta_document_manager_goto_file_line_mark needs an uri and
1172         not a file path
1174 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1176         * plugins/symbol-browser/plugin.c,
1177         plugins/symbol-browser/an_symbol_view.c:
1178         use gnome_vfs_get_uri_from_local_path to get local path from uri
1179         This takes care of escaping some characters
1181 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1183         * plugins/debug-manager/stack_trace.c:
1184         Probably fix #510028: crash debugger when having a relative filename
1185         in stack trace
1187 2008-01-25 Tom <tpgww@onepost.net>
1189         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1191         * plugins/document-manager/plugin.c,
1192         plugins/document-manager/file_history.c,
1193         plugins/document-manager/file_history.h,
1194         plugins/document-manager/anjuta-docman.c,
1195         plugins/document-manager/anjuta-docman.h:
1196         Rename filename argument to uri when an uri is expected
1197         anjuta_docman_get_document_for_uri will remove symlinks 
1199 2008-01-25  Naba Kumar  <naba@gnome.org>
1201         * plugins/terminal/terminal.c: (terminal_execute),
1202         (activate_plugin):
1203         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
1205 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
1207         * plugins/debug-manager/anjuta-debug-manager.glade,
1208         plugins/debug-manager/start.c:
1209         Fix #511049: Change UI of add source directories dialog
1211 2008-01-24  Naba Kumar  <naba@gnome.org>
1213         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
1214         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
1215         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
1216         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
1217         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1218         should work now.
1220 2008-01-24  Johannes Schmid <jhs@gnome.org>
1222         Patch from: Luca Ferretti <ella.uca@libero.it>:
1224         * plugins/document-manager/anjuta-docman.c:
1225         (anjuta_docman_page_init), (anjuta_docman_class_init):
1226         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
1227         
1228         Fix #511757 – Close icon in tabs cut off (Patch was only for
1229         document-manager, also adapted it for message-manager)
1231 2008-01-24  Johannes Schmid <jhs@gnome.org>
1233         * plugins/Makefile.am:
1234         * plugins/sourceview/anjuta-document.c:
1235         * plugins/sourceview/anjuta-marshal.list:
1236         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1237         (anjuta_view_key_press_event):
1238         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
1239         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
1240         (iiter_diff), (iiter_iface_init):
1241         * plugins/sourceview/sourceview.c: (on_document_char_added),
1242         (ieditor_goto_position), (ieditor_get_text),
1243         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
1244         (ieditor_erase), (ieditor_get_line_from_position),
1245         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
1246         (ieditor_get_position_from_offset), (ieditor_get_start_position),
1247         (ieditor_get_end_position), (ieditor_goto_start),
1248         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
1249         (iconvert_to_lower), (iindic_set), (iassist_suggest),
1250         (iassist_show_tips):
1251         
1252         Implemented new iterators interface in sourceview editor and
1253         re-enabled it.
1255 2008-01-23  Naba Kumar  <naba@gnome.org>
1257         * libanjuta/interfaces/libanjuta.idl:
1258         * manuals/reference/libanjuta/libanjuta-sections.txt:
1259         * plugins/build-basic-autotools/build-basic-autotools.c:
1260         (build_indicator_location_set), (on_editor_changed):
1261         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
1262         * plugins/debug-manager/variable.c: (get_hovered_word):
1263         * plugins/document-manager/action-callbacks.c:
1264         (on_editor_command_upper_case_activate),
1265         (on_editor_command_lower_case_activate):
1266         * plugins/document-manager/search-box.c: (on_incremental_search),
1267         (on_search_activated):
1268         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
1269         (iiter_last), (iiter_set_position), (iiter_get_position),
1270         (iiter_get_length), (iiter_compare), (iiter_diff),
1271         (iiter_iface_init):
1272         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
1273         (text_editor_goto_point), (itext_editor_goto_start),
1274         (itext_editor_goto_end), (itext_editor_goto_position),
1275         (itext_editor_get_text_all), (itext_editor_get_text),
1276         (itext_editor_get_position), (itext_editor_get_offset),
1277         (itext_editor_get_length), (itext_editor_insert),
1278         (itext_editor_erase), (itext_editor_erase_all),
1279         (itext_editor_get_column), (itext_editor_get_overwrite),
1280         (itext_editor_set_popup_menu),
1281         (itext_editor_get_line_from_position),
1282         (itext_editor_get_line_begin_position),
1283         (itext_editor_get_line_end_position),
1284         (itext_editor_get_position_from_offset),
1285         (itext_editor_get_start_position), (itext_editor_get_end_position),
1286         (itext_editor_iface_init), (iconvert_to_upper),
1287         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
1288         (iindicable_set):
1289         * plugins/editor/text_editor.h:
1290         * plugins/editor/text_editor_cbs.c:
1291         (on_text_editor_scintilla_notify):
1292         * plugins/indent/plugin.c: (on_indent_action_activate):
1293         * plugins/language-support-cpp-java/cpp-java-assist.c:
1294         (cpp_java_assist_get_scope_context),
1295         (cpp_java_assist_get_pre_word),
1296         (cpp_java_assist_show_autocomplete),
1297         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1298         (on_editor_char_added), (on_assist_chosen):
1299         * plugins/language-support-cpp-java/plugin.c:
1300         (get_line_indentation), (skip_iter_to_previous_logical_line),
1301         (skip_preprocessor_lines), (initialize_indentation_params),
1302         (set_line_indentation), (get_line_indentation_base),
1303         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
1304         (on_editor_char_inserted_java), (on_auto_indent):
1305         * plugins/macro/macro-actions.c: (match_shortcut):
1306         * plugins/macro/macro-dialog.c: (on_ok_clicked):
1307         * plugins/macro/plugin.c: (match_keyword):
1308         * plugins/search/plugin.c: (find_incremental):
1309         * plugins/search/search-replace.c: (search_and_replace),
1310         (search_start_over):
1311         * plugins/search/search-replace_backend.c:
1312         (file_buffer_new_from_te), (file_buffer_line_from_pos),
1313         (create_search_entries):
1314         * plugins/symbol-browser/plugin.c:
1315         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1316         (isymbol_manager_iface_init):
1317         * plugins/symbol-db/plugin.c:
1318         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1319         (isymbol_manager_iface_init):
1320         * plugins/tools/execute.c: (atp_output_context_construct),
1321         (atp_output_context_destroy), (atp_user_tool_execute):
1323         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
1324         iterators instead of integer offsets.
1325         - Renamed original ianjuta_editor_get_position(int) to 
1326         ianjuta_editor_get_offset(). It is deprecated.
1327         - Renamed original ianjuta_editor_get_position_iter() to
1328         ianjuta_editor_get_position().
1329         - Renamed ianjuta_editor_get_cell_iter() to
1330         ianjuta_editor_get_position_from_offset()
1331         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
1332         - Added new methods:
1333         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
1334         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
1335         ianjuta_editor_goto_end().
1336         - All relevent signals and methods converted to use iterators.
1337         - All relevent plugins fixed to use new API.
1338         - Removed ianjuta_editor_cell_get_line() because it is provided by
1339         ianjuta_editor_get_line_from_position().
1340         - Removed ianjuta_symbol_manager_get_completions_at_position()
1341         because it not used anywhere and is not right to be there.
1342         - Updated IAnjutaEditable documentation.
1344         Updated IAnjutaIterable interface:
1345         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
1346         - Introduced 'end-iter' to point at the end of the list.
1347         - Updated IAnjutaIterable documentation.
1349         * plugins/Makefile.am:
1350         (Disabled sourceview plugin for now. Jhs is coming up with a patch
1351         for it soon).
1353 2008-01-22  Johannes Schmid <jhs@gnome.org>
1355         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
1356         * plugins/project-import/anjuta-project-import.glade:
1357         * plugins/project-import/anjuta-project-import.plugin.in:
1358         * plugins/project-wizard/anjuta-project-wizard.glade:
1359         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
1360         * plugins/project-wizard/druid.c: (npw_druid_new):
1361         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
1362         
1363         Fixed #465084 – wizard instead of assistant (only string changes...)
1365 2008-01-20  Rob Bradford  <rob@openedhand.com>
1367         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
1368         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
1369         coming up with the solution. (Bug: #510390.)
1371 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1373         * plugins/build-basic-autotools/executer.c:
1374         Fix #502508, use anjuta_launcher to keep program output
1376         * plugins/terminal/terminal.c:
1377         Remove unused child_initizlized member
1378         Start the shell on plugin activation
1380 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1382         * plugins/debug-manager/sparse_buffer.c:
1383         Fix a crash when scrolling in the diassembly window
1385         * plugins/debug-manager/sparse_view.c:
1386         Small limit change using the same "unit" for both number
1388 2008-01-19  Naba Kumar  <naba@gnome.org>
1390         * plugins/language-support-cpp-java/cpp-java-assist.c:
1391         (cpp_java_assist_get_scope_context),
1392         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
1393         instead.
1395 2008-01-19  Johannes Schmid <jhs@gnome.org>
1397         * plugins/sourceview/anjuta-editor-sourceview.glade:
1398         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
1399         
1400         And even more strings...
1402 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1404         * plugins/project-wizard/templates/cpp/src/main.cc:
1405         Fix #498734, typing error in c++ project template
1407 2008-01-19  Johannes Schmid <jhs@gnome.org>
1409         * plugins/editor/text_editor.c: (text_editor_save_file):
1410         * plugins/macro/anjuta-macro.glade:
1411         * plugins/subversion/anjuta-subversion.glade:
1413         Fixed even more strings
1415 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1417         * plugins/language-support-cpp-java/cpp-java-assist.c:
1418         Fix bug #488519, remove critical warning (completion_cache == NULL
1419         is valid)
1421 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1423         * plugins/gdb/debugger.c:
1424         Enable logging of gdb communication with an environment variable
1426 2008-01-19  Naba Kumar  <naba@gnome.org>
1428         * plugins/editor/text-editor-iterable.c: (iiter_next),
1429         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
1430         editor native funtions to avoid round trips.
1432 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1434         * plugins/editor/text_editor.c:
1435         Fix a bug due to the previous patch: Unable to save new file in 
1436         Scintilla
1438 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
1440         * plugins/debug-manager/disassemble.c,
1441         plugins/debug-manager/disassemble.h,
1442         plugins/debug-manager/registers.c,
1443         plugins/debug-manager/registers.h,
1444         plugins/debug-manager/memory.c,
1445         plugins/debug-manager/memory.h,
1446         plugins/debug-manager/command.c,
1447         plugins/debug-manager/command.h,
1448         plugins/debug-manager/queue.c,
1449         plugins/debug-manager/queue.h,
1450         plugins/debug-manager/breakpoints.c,
1451         plugins/debug-manager/stack_trace.c,
1452         plugins/debug-manager/threads.c,
1453         plugins/debug-manager/plugin.c,
1454         plugins/gdb/plugin.c,
1455         plugins/gdb/debugger.c,
1456         plugins/gdb/debugger.h,
1457         manuals/reference/libanjuta/libanjuta-sections.txt,
1458         manuals/reference/libanjuta/libanjuta.types,
1459         libanjuta/interfaces/libanjuta.idl:
1460         Use gulong instead of guint for addresses
1461         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
1462         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
1464         * plugins/gdb/anjuta-gdb.plugin.in:
1465         Remove reference to IAnjutaCpuDebugger (useless)
1467 2008-01-18  Johannes Schmid <jhs@gnome.org>
1469         * AUTHORS: Added Alexander
1471 2008-01-18  Johannes Schmid <jhs@gnome.org>
1473   Patch from: Alexander Korolyov <kilork@yandex.ru>
1475         * plugins/editor/text_editor.c: (load_from_file),
1476         (text_editor_save_file):
1477         
1478         Fixed symlinks (#510238) and file permission (#405321)
1479         handling for scintilla editor. 
1480   
1481 2008-01-17  Johannes Schmid <jhs@gnome.org>
1483         * plugins/document-manager/action-callbacks.c:
1484         (on_editor_command_select_all_activate),
1485         (on_editor_command_cut_activate),
1486         (on_editor_command_paste_activate),
1487         (on_editor_command_copy_activate),
1488         (on_editor_command_clear_activate):
1489   Resupport cut/copy/paste/clear on GtkEditables when those
1490   have focus. (Important for shortcuts to work).
1492         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1493         * plugins/document-manager/search-box.c: (on_search_activated):
1494         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1495         * plugins/patch/patch-plugin.c: (on_ok_clicked):
1496         * plugins/profiler/plugin.c: (profiler_get_data):
1497         * plugins/project-wizard/druid.c: (npw_druid_new):
1498         * plugins/project-wizard/install.c: (on_install_end_install_file):
1499         * plugins/sourceview/anjuta-editor-sourceview.glade:
1500         * plugins/subversion/anjuta-subversion.glade:
1501         * plugins/tools/anjuta-tools.glade:
1502         Various string fixes
1504 2008-01-17  Naba Kumar  <naba@gnome.org>
1506         Patch from James Liggett:
1508         * plugins/subversion/subversion-add-dialog.c:
1509         (on_subversion_add_response):
1510         * plugins/subversion/subversion-copy-dialog.c:
1511         (on_subversion_copy_response):
1512         * plugins/subversion/subversion-diff-dialog.c:
1513         (on_subversion_diff_response):
1514         * plugins/subversion/subversion-merge-dialog.c:
1515         (on_subversion_merge_response):
1516         * plugins/subversion/subversion-remove-dialog.c:
1517         (on_subversion_remove_response):
1518         * plugins/subversion/subversion-switch-dialog.c:
1519         (on_subversion_switch_response):
1520         * plugins/subversion/subversion-ui-utils.c: (check_input):
1521         * plugins/subversion/subversion-ui-utils.h:
1522         * plugins/subversion/subversion-update-dialog.c:
1523         (on_subversion_update_response):
1525         If the user doesn't enter any data for path or revision fields in
1526         certain SVN plugin dialogs, libsvn throws assertion failures and
1527         kills Anjuta. To avoid this, the validity of path and revision
1528         input data are checked before the command gets executed.
1530         Fixes Bug #509510 - Check input of some dialogs to avoid termination
1531         if user gives bad or no input
1533 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
1535         * plugins/document-manager/anjuta-docman.c:
1536         Fix #507627 memory tab stay active on debugger stop
1537         Remove two unused variables due to the previous patch
1539 2008-01-16  Johannes Schmid <jhs@gnome.org>
1541         * libanjuta/anjuta-plugin-manager.c:
1542         Fixed #508399 – When you enable a plugin, preferences don't show up
1544 2008-01-16  Rob Bradford  <rob@openedhand.com>
1546         Reviewed by: Johannes Schmid <jhs@gnome.org>
1548         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1549         (get_property_value_as_string), (set_property_value_as_string),
1550         (register_callbacks):
1551         * libanjuta/anjuta-preferences.h:
1552         Add support for both file and folder preferences (originally only
1553         folder choosers were supported. (Fixes bug: #508805.)
1555         * plugins/file-manager/file-manager.glade:
1556         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1557         type of property.
1559 2008-01-16  Johannes Schmid <jhs@gnome.org>
1561         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1562         .glade:
1563         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1564         * src/anjuta.glade:
1565         
1566         Fixed #509875 – The "Update globale tags" button wording is incorrect
1567         Fixed #509873 – Build Autotools Preferences has excessive padding
1568         Fixed #509872 – General Information labels are incorrectly aligned
1569         Fixed #509871 – General preferences has incorrect use of colons
1570         
1571 2008-01-16  Johannes Schmid <jhs@gnome.org>
1573         * plugins/document-manager/anjuta-document-manager.glade:
1574         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1576         Fixed #509865 – Incorrect padding in the Documents settings tabs
1577         Fixed #509867 – Create button contents is mis-aligned
1578         Fixed #509869 – "Add Directory" button is not HIG complient
1580 2008-01-16  Johannes Schmid <jhs@gnome.org>
1582         * libanjuta/anjuta-preferences-dialog.c:
1583         (anjuta_preferences_dialog_add_page):
1584         
1585         Fix #509864 – No initial section selected when opening the Preferences dialog
1587 2008-01-16  Johannes Schmid <jhs@gnome.org>
1589         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1590         Removed unused gconf_notifications
1591         
1592         * plugins/search/anjuta-search.glade:
1593         * plugins/subversion/anjuta-subversion.glade:
1594         * plugins/tools/anjuta-tools.glade:
1595         * src/anjuta-app.c: (anjuta_app_instance_init):
1596         
1597         Fixed various strings
1599 2008-01-15  Naba Kumar  <naba@gnome.org>
1601         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1602         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1603         file saved
1605         * plugins/symbol-browser/an_symbol_view.c:
1606         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1607         new file saved.
1609 2008-01-15  Johannes Schmid <jhs@gnome.org>
1611         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1612         (anjuta_profile_add_plugins_from_xml):
1613         * plugins/file-manager/file-manager.glade:
1614         Some string fixes
1615         
1616         * libanjuta/interfaces/libanjuta.idl:
1617         Fixed docs
1618                 
1619         * plugins/sourceview/Makefile.am:
1620         * plugins/sourceview/anjuta-editor-sourceview.glade:
1621         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1622         (end_print), (print_setup), (sourceview_print),
1623         (sourceview_print_preview):
1624         * plugins/sourceview/sourceview.c: (iprint_print),
1625         (iprint_print_preview):
1626         
1627         Added printing support to GtkSourceView editor
1629 2007-01-14 Tom <tpgww@onepost.net>
1631         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1633         * plugins/document-manager/anjuta-docman.c:
1634         Fix two memory leaks added by the previous patch
1636 2008-01-14  Johannes Schmid <jhs@gnome.org>
1638         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1639         * plugins/sourceview/assist-window.c: (assist_window_move):
1640         
1641         Do not use opacity
1643 2008-01-14  Rob Bradford  <rob@openedhand.com>
1645         * global-tags/Makefile.am:
1646         * global-tags/create_global_tags.sh.in:
1647         Install anjuta-tags binary into FHS policy compliant directory and
1648         update references. (Fixes bug: 509346.)
1650 2008-01-13  Naba Kumar  <naba@gnome.org>
1652         Patch from: Ritesh Khadgaray
1653         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1654         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1655         Adds export-dynamic option to LDFLAGS to project template for libglade
1656         to work for autoconnect signals.
1658 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1660         * libanjuta/anjuta-utils.c:
1661         anjuta_util_get_real_path return a string that need to be freed
1662         with g_free even if PATH_MAX is not defined
1664 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1666         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1667         to DOC_LINGUAS.
1669 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1671         * plugins/document-manager/anjuta-docman.c:
1672         Do not reopen file having escaped character (+,...) in path name
1674 2008-01-13  Naba Kumar  <naba@gnome.org>
1676         * libanjuta/interfaces/libanjuta.idl:
1677         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1678         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1679         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1680         IAnjutaProjectManager::add_sources().
1682         * plugins/glade/plugin.c: (on_glade_resource_removed),
1683         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1684         stubs for handing resources in glade file.
1686 2008-01-13  Naba Kumar  <naba@gnome.org>
1688         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1690         * plugins/glade/plugin.c: (ifile_open): Select the first window
1691         in the glade project when it is first opened. Avoids empty glade
1692         document the first time.
1694 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1696   Reviewed by: Johannes Schmid <jhs@gnome.org>
1698         * plugins/gtodo/callback.c: (remove_todo_item):
1699         Fix #507304 – crash in Anjuta IDE while removing done tasks
1701 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1703         * plugins/debug-manager/anjuta-debug-manager.ui,
1704         plugins/debug-manager/plugin.c,
1705         plugins/debug-manager/start.h,
1706         plugins/debug-manager/start.c:
1707         New menu item to add extra source directories for debugger
1709 === anjuta 2.3.2 ===
1711 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1713         * plugins/gtodo/callback.c: (remove_todo_item):
1714         Fix #507304 – crash in Anjuta IDE while removing done tasks
1716 2008-01-11  Naba Kumar  <naba@gnome.org>
1718         * configure.in: Bumped version to 2.3.2
1719         * NEWS: Updated for anjuta 2.3.2 release
1720         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1721         not 'make tarball'
1723 2008-01-11  Johannes Schmid <jhs@gnome.org>
1725         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1726         .glade:
1727         Reverted accidently commited change
1728         
1729         * plugins/document-manager/anjuta-document-manager.glade:
1730         Fix Gtk-Critical because of broken glade file
1732 2008-01-11  Naba Kumar  <naba@gnome.org>
1734         * plugins/glade/plugin.c: (on_document_destroy),
1735         (glade_plugin_add_project): Fixed a bug where when more than one
1736         glade document is open and one is closed, it closes all the glade
1737         documents. Also it might have fixed the bug where sometimes closing
1738         the glade document leaves glade widget tree unclosed.
1740 2008-01-11  Naba Kumar  <naba@gnome.org>
1742         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1743         prevent install errors when not installed as root (then the files
1744         are only useful when glade-3 is installed in the same prefix, but it
1745         doesn't harm anjuta runtime).
1747         * plugins/sourceview/sourceview.c: Commented use of a file
1748         not currently distributed.
1750 2008-01-10  Naba Kumar  <naba@gnome.org>
1752         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1753         nothing to translate in it.
1755 2008-01-10  Johannes Schmid <jhs@gnome.org>
1757         * plugins/project-wizard/templates/gnome.wiz:
1758         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1759         * plugins/project-wizard/templates/gnome/src/main.c:
1760         * plugins/project-wizard/templates/translatable-strings.h:
1761         
1762         Fixed #508497 and added a new chooser to select whether to use
1763         libglade or not.
1765 2008-01-10  Johannes Schmid <jhs@gnome.org>
1767         Patch from Tom <tpgww@onepost.net>:
1769         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1770         (anjuta_util_glist_path_dedup):
1771         * libanjuta/anjuta-utils.h:
1772         
1773         Give the method a proper prefixed name
1774         
1775         * plugins/document-manager/action-callbacks.c:
1776         (get_current_popup_active),
1777         (on_editor_command_select_all_activate),
1778         (on_editor_command_cut_activate),
1779         (on_editor_command_paste_activate),
1780         (on_editor_command_copy_activate),
1781         (on_editor_command_clear_activate), (on_show_search),
1782         (on_repeat_quicksearch):        
1783         * plugins/document-manager/action-callbacks.h:
1784         * plugins/document-manager/anjuta-docman.c:
1785         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1786         (anjuta_docman_goto_file_line_mark),
1787         (anjuta_docman_get_full_filename):
1788         * plugins/document-manager/anjuta-docman.h:
1789         * plugins/document-manager/anjuta-document-manager.ui:
1790         * plugins/document-manager/plugin.c:
1791         (update_document_ui_interface_items):
1792         
1793         Better way to fix the popup-menu items (Cut/Copy/Paste)
1794         and various clean-ups.
1795         
1796         * plugins/document-manager/search-box.c: (on_document_changed),
1797         (search_box_fill_search_focus):
1798         * plugins/document-manager/search-box.h:
1799         * plugins/search/plugin.c:
1800         
1801         Add a menu item to repeat the quick search
1803 2008-01-10  Johannes Schmid <jhs@gnome.org>
1805         * plugins/language-support-cpp-java/cpp-java-assist.c:
1806         (on_assist_chosen):
1807         
1808         Fixed #508424 – Auto complete: previous char was removed when 
1809         pre TAB to auto complete.
1811 2008-01-10  Johannes Schmid <jhs@gnome.org>
1813         Patch from: James Ligett:
1815         * plugins/profiler/gprof-call-graph-view.c:
1816         (gprof_call_graph_view_create_columns):
1817         * plugins/profiler/gprof-flat-profile-view.c:
1818         (gprof_flat_profile_view_create_columns):
1819         
1820         Fixed translation issues (#496833)
1822 2008-01-10 Johannes Schmid <jhs@gnome.org>
1824         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1826         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1827         Fix #460390 – Changing categories while edinting something
1829 2008-01-09  Naba Kumar  <naba@gnome.org>
1831         * libanjuta/anjuta-plugin-manager.c:
1832         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1833         fixed a leak.
1835         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1836         corruption reported in bug #507491. Potentially fixes too.
1838 2008-01-09  Johannes Schmid <jhs@gnome.org>
1840         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1842         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1843         Fix bug #505205 completely
1844         
1845         * AUTHORS: Added Bolesław
1847 2008-01-08  Johannes Schmid <jhs@gnome.org>
1849         * plugins/document-manager/action-callbacks.c:
1850         (on_editor_command_cut_activate),
1851         (on_editor_command_paste_activate),
1852         (on_editor_command_copy_activate),
1853         (on_editor_command_clear_activate):
1854         
1855         Fixed editor popup menu (Cut, Copy, Paste)
1857 2008-01-08  Johannes Schmid <jhs@gnome.org>
1859         * plugins/sourceview/sourceview.c: (autodetect_language):
1860         Fixed a crash when creating a new file
1862 2008-01-08  Johannes Schmid <jhs@gnome.org>
1864         Patch by <bolekk@gmail.com> (GHOP Student)
1866         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1867         Fix bug #505205
1869 2008-01-08  Naba Kumar  <naba@gnome.org>
1871         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1872         * libanjuta/anjuta-plugin-manager.c:
1873         (anjuta_plugin_manager_select),
1874         (anjuta_plugin_manager_activate_plugins):
1875         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1876         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1877         (on_create_submenu), (create_open_with_submenu):
1878         * src/about.c: (on_about_plugin_activate),
1879         (about_create_plugins_submenu): Use translated version of get_string()
1880         API in AnjutaDescription for translatable properties. Fixes bug #496833
1881         comment #18.
1883 2008-01-07  Johannes Schmid <jhs@gnome.org>
1885         * plugins/build-basic-autotools/executer.c: (execute_program):
1886         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1887         * plugins/debug-manager/anjuta-debug-manager.glade:
1888         * plugins/debug-manager/locals.c: (create_locals_gui):
1889         * plugins/file-loader/plugin.c: (on_create_submenu):
1890         * plugins/gtodo/main.h:
1891         * plugins/gtodo/preferences.c: (preferences_widget):
1892         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1893         * plugins/tools/anjuta-tools.glade:
1894         * plugins/tools/execute.c: (atp_output_context_print):
1895         * src/main.c:
1896         
1897                 Another bunch of i18n fixes (#496833)
1899 2008-01-07  Johannes Schmid <jhs@gnome.org>
1901         * plugins/build-basic-autotools/build-basic-autotools.c:
1902         (on_build_terminated):
1903         * plugins/gtodo/interface.c: (set_read_only):
1904         * plugins/project-manager/plugin.c: (confirm_removal),
1905         (on_popup_add_to_project):
1906         * plugins/subversion/anjuta-subversion.glade:
1907         * plugins/tools/execute.c: (atp_output_context_print_result):
1908         
1909         Fixed some strings from #496833
1911 2008-01-07  Johannes Schmid <jhs@gnome.org>
1913         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1914         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1915         .in:
1916         * plugins/language-support-cpp-java/plugin.c: (install_support),
1917         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1918         Added basic Vala support
1919         
1920         * plugins/sourceview/sourceview.c: (autodetect_language):
1921         Fixed mime-type detection
1923 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1925   Reviewed by: Johannes Schmid <jhs@gnome.org>
1927         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1928         (value_removed_current_editor), (symbol_db_activate),
1929         (symbol_db_deactivate):
1930         * plugins/symbol-db/symbol-db-engine.c:
1931         (symbol_db_engine_get_global_members_filtered):
1932         * plugins/symbol-db/symbol-db-view.c:
1933         (do_add_child_symbol_to_view), (prepare_for_adding),
1934         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1935         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1936         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1937         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1938         (sdb_view_init), (sdb_view_finalize),
1939         (sdb_view_build_and_display_base_tree):
1940         * plugins/symbol-db/symbol-db-view.h:
1941         added controls to expand Global tab nodes in a non-freezing way.
1942         Fixed also some little bugs always on global-tab.
1944 2008-01-06  Naba Kumar  <naba@gnome.org>
1946         Patches from James Liggett:
1947         * plugins/profiler/gprof-call-graph-view.c:
1948         (gprof_call_graph_view_create_columns):
1949         * plugins/profiler/gprof-flat-profile-view.c:
1950         (gprof_flat_profile_view_create_columns):
1951         * plugins/profiler/gprof-function-call-tree-view.c:
1952         (gprof_function_call_tree_view_create_columns): Made all
1953         of the columns resizable and reorderable.
1955 2008-01-06  Johannes Schmid <jhs@gnome.org>
1957         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1958         (anjuta_launcher_check_password_real),
1959         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1960         (anjuta_launcher_scan_pty),
1961         (anjuta_launcher_disable_password_check):
1962         * libanjuta/anjuta-launcher.h:
1963         Added disable_password_check for stream where it does not make sense 
1964         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1965         that sometimes occur in symbol-db plugin
1966         
1967         * plugins/file-manager/file-model.c:
1968         (file_model_cancel_expand_idle):
1969         Fixed removing of idle source
1970         
1971         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1972         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1973         
1974         Fixed #348854 – invisible cursor in certain themes
1976 2008-01-06  Naba Kumar  <naba@gnome.org>
1978         * libanjuta/anjuta-preferences.c:
1979         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1980         closing preferences dialog due to patch in bug #507300
1982 2008-01-06  Naba Kumar  <naba@gnome.org>
1984         * plugins/language-support-cpp-java/cpp-java-assist.c:
1985         (on_assist_chosen):
1986         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1987         * plugins/search/search-replace_backend.c: (create_search_entries):
1988         Added missing unrefs.
1990 2008-01-06  Johannes Schmid <jhs@gnome.org>
1992         * plugins/debug-manager/variable.c: (get_hovered_word):
1993   Add a g_object_unref()  
1994         
1995         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1996         (on_sourceview_hover_leave):
1997         Fixed hover and editor interface to make hover in debugger work
1999 2008-01-06  Naba Kumar  <naba@gnome.org>
2001         * plugins/editor/text-editor.c: Whitespaces fixes.
2002         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
2003         DEBUG_PRINT instead of g_message.
2005 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
2007         * plugins/debug-manager/breakpoints.c:
2008         Fix #507441: Disable all breakpoints doesn't work
2009         Fix #507444: Enable Breakpoint menu item doesn't change name
2011 2008-01-05  Naba Kumar  <naba@gnome.org>
2013         * manuals/reference/libanjuta/libanjuta.types: Renamed
2014         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
2016 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2018         * plugins/debug-manager/variable.c:
2019         Update variable display to use IAnjutaIterable instead of position
2021         * plugins/editor/text_editor_cbs.c,
2022         plugins/editor/text_editor.c:
2023         Fix Gtk critical warnings when a hover signal is emitted
2024         Fix get_text_iter in Scintilla (range should include last character)
2025         
2026 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
2028         * plugins/debug-manager/debug_tree.c,
2029         plugins/debug-manager/debug_tree.h,
2030         plugins/debug-manager/watch.c,
2031         plugins/debug-manager/command.c,
2032         plugins/debug-manager/queue.c,
2033         plugins/gdb/plugin.c,
2034         plugins/gdb/debugger.c,
2035         plugins/gdb/debugger.h,
2036         libanjuta/interfaces/libanjuta.idl:
2037         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
2039 2008-01-05  Naba Kumar  <naba@gnome.org>
2041         * plugins/valgrind/plugin.c: Removed stock icon open/save from
2042         menus to avoid conflict with file open/save. Fixes bug #507455
2044 2008-01-05  Johannes Schmid <jhs@gnome.org>
2046         * configure.in:
2047         Conditionally depend on gtksourceview2 >= 2.1.0
2048         
2049         * libanjuta/interfaces/libanjuta.idl:
2050         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
2051         iterators instead of positions
2052         
2053         * plugins/debug-manager/threads.c:
2054         Fixed a warnings by including gnome-vfs properly
2055         
2056         * plugins/debug-manager/variable.c: (get_hovered_word),
2057         (on_hover_over):
2058         Updated to changes in IAnjutaEditorHover/Selection
2059         
2060         * plugins/document-manager/action-callbacks.c:
2061         (on_editor_command_upper_case_activate),
2062         (on_editor_command_lower_case_activate):
2063         * plugins/document-manager/search-box.c: (on_incremental_search),
2064         (on_search_activated):
2065         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
2066         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
2067         (iselection_get_start), (iselection_get_end),
2068         (iselection_iface_init), (ihover_display), (ihover_iface_init):
2069         * plugins/editor/text_editor_cbs.c:
2070         (on_text_editor_scintilla_notify):
2071         
2072         Updated to changes in IAnjutaEditorHover/Selection and updated editor
2073         interface of scintilla editor.
2074         
2075         * plugins/language-manager/languages.xml:
2076         * plugins/language-manager/plugin.c:
2077         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
2078         Added chdr to C language files and some DEBUG_PRINTs
2079         
2080         * plugins/language-support-cpp-java/cpp-java-assist.c:
2081         (on_assist_chosen):
2082         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
2083         * plugins/search/plugin.c: (find_incremental):
2084         * plugins/search/search-replace.c: (search_and_replace):
2085         * plugins/search/search-replace_backend.c: (create_search_entries):
2086                 Adapted to changed interfaces
2088         * plugins/sourceview/Makefile.am:
2089         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2090         (set_uri), (anjuta_document_save):
2091         * plugins/sourceview/anjuta-editor-sourceview.glade:
2092         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2093         (anjuta_view_key_press_event):
2094         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2095         * plugins/sourceview/sourceview-cell.c:
2096         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2097         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2098         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2099         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2100         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2101         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2102         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2103         * plugins/sourceview/sourceview-private.h:
2104         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2105         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2106         (on_document_loaded), (sourceview_instance_init),
2107         (sourceview_dispose), (sourceview_finalize),
2108         (sourceview_create_markers), (sourceview_new),
2109         (ifile_savable_save), (ieditor_get_tab_size),
2110         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2111         (ieditor_set_auto_indent), (ieditor_goto_line),
2112         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2113         (iselect_block), (iselect_set), (iselect_get_start),
2114         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2115         (imark_unmark), (imark_is_marker_set),
2116         (imark_location_from_handle), (imark_delete_all_markers),
2117         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2118         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2119         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2120         (ilanguage_get_supported_languages), (autodetect_language),
2121         (ilanguage_set_language), (iassist_show_tips),
2122         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2123         (ihover_display), (ihover_iface_init):
2124         
2125         Use GtkSourceView 2.1.x:
2126         * New mark interface
2127         * Fixed #486724 and #488615
2128         * Implemented hover interface
2129         * Adapted to changed interfaces
2131 2008-01-04  Rob Bradford  <rob@o-hand.com>
2133         Reviewed by Naba Kumar  <naba@gnome.org>:
2134         * libanjuta/anjuta-preferences.c:
2135         (anjuta_preferences_register_property_custom):
2136         Unregister preferences for custom preferences when the widget is
2137         destroyed.
2139 2008-01-03  Johannes Schmid <jhs@gnome.org>
2141         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2142         (file_model_row_collapsed):
2143   Fixed the too method to take a correct data argument
2145 2008-01-02  Johannes Schmid <jhs@gnome.org>
2147         * plugins/document-manager/anjuta-docman.c:
2148         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2149         ref and unref correctly to silence a Gtk+ critical
2151 2008-01-01  Johannes Schmid <jhs@gnome.org>
2153         * plugins/editor/text_editor.c: (itext_editor_get_text):
2154         Fixed #506740 – ianjuta_editor_get_text crash if request 
2155         text past the buffer length
2157 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2159         * plugins/debug-manager/utilities.c,
2160         plugins/debug-manager/utilities.h,
2161         plugins/debug-manager/breakpoints.c:
2162         Move get_current_editor function in utilities.c
2164         * plugins/debug-manager/plugin.c,
2165         plugins/debug-manager/debug_tree.c,
2166         plugins/debug-manager/debug_tree.h,
2167         plugins/debug-manager/watch.c,
2168         plugins/debug-manager/watch.h,
2169         plugins/debug-manager/locals.c,
2170         plugins/debug-manager/locals.h,
2171         (added) plugins/debug-manager/variable.c,
2172         (added) plugins/debug-manager/variable.h,
2173         plugins/debug-manager/Makefile.am:
2174         Use hover interface to display variable value
2176 2007-12-31  Johannes Schmid <jhs@gnome.org>
2178         * libanjuta/Makefile.am:
2179         Only install glade catalog files if glade-3 is available
2180         (Fixes #506269 and #500296)
2182 2007-12-30  Johannes Schmid <jhs@gnome.org>
2184         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2185         (set_property_value_as_string), (register_callbacks):
2187   Fixed GtkFileChooserButton preferences to also work when only the combo
2188   changes without a dialog being open.
2190 2007-12-29  Johannes Schmid <jhs@gnome.org>
2192         * plugins/editor/Makefile.am:
2193         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
2195 2007-12-29  Johannes Schmid <jhs@gnome.org>
2197         * plugins/devhelp/plugin.c: (devhelp_activate):
2198         Fixed #498986 - Anjuta-2.3.0 fails to build
2200 2007-12-29  Johannes Schmid <jhs@gnome.org>
2202         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
2203         * plugins/debug-manager/plugin.c:
2204         (on_run_to_cursor_action_activate):
2205         * plugins/document-manager/anjuta-docman.c:
2206         (anjuta_docman_goto_file_line_mark):
2207         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2208         (value_removed_current_editor):
2209         
2210         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
2211         all those to value_added_current_document...
2213         * plugins/editor/anjuta-editor-scintilla.glade:
2214         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
2215         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
2217 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2219   * plugins/symbol-db/plugin.c: (on_importing_project_end),
2220   (symbol_db_activate), (symbol_db_deactivate),
2221   (symbol_db_instance_init), (isymbol_manager_get_parents):
2222   * plugins/symbol-db/plugin.h:
2223   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2224   * plugins/symbol-db/symbol-db-engine.c:
2225   (symbol_db_engine_get_global_members_filtered):
2226   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
2227   (on_symbol_inserted):
2228   Filtered out static functions on global-tab. E.g. when flag
2229   is_file_scope = 1 we won't add entries there.
2230   Fixed a little bug on 'Global'->'Vars/Others' node too.
2232 2007-12-28  Johannes Schmid <jhs@gnome.org>
2234   * libanjuta/anjuta-launcher.c:
2235   Fixed a silly (and completely useless) memory corruption that probably 
2236   only occured at a few race conditions though I wonder why it did not 
2237         happen more often
2239 2007-12-28  Johannes Schmid <jhs@gnome.org>
2240         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
2241         * plugins/debug-manager/plugin.c: (set_program_counter):
2242         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
2243         * plugins/debug-manager/start.c: (get_source_directories):
2244         * plugins/debug-manager/threads.c: (on_info_thread),
2245         (on_list_thread):
2246         * plugins/file-manager/file-model.c: (file_model_set_property):
2247         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
2248         * plugins/tools/editor.c: (on_editor_response):
2249         
2250         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
2251         
2252         * plugins/document-manager/plugin.c: (update_title),
2253         (value_added_project_root_uri):
2254         * plugins/document-manager/plugin.h:
2255         Shorten down the title bar if the current path is inside the opened project
2257 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2259         reviewed by: Johannes Schmid <jhs@gnome.org>
2261         * plugins/project-wizard/templates/java/project.anjuta:
2262         * plugins/project-wizard/templates/mkfile/project.anjuta:
2263         * plugins/project-wizard/templates/python/project.anjuta:
2264         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
2265         let new projects use new SymbolDB plugin.
2266         
2267         * plugins/symbol-browser/images/Makefile.am:
2268         added some images taken from MonoDevelop project.
2269         
2270         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2271         (goto_file_line), (on_importing_project_end), (project_root_added),
2272         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
2273         (isymbol_manager_search):
2274         Added project-updating feature when opening a project with some files
2275   modified externally [e.g. a svn up].
2276         
2277         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2278         (sdb_engine_iterator_node_instance_init),
2279         (sdb_engine_iterator_node_finalize),
2280         (symbol_db_engine_iterator_node_set_conversion_hash):
2281         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
2282         * plugins/symbol-db/symbol-db-engine-iterator.c:
2283         (symbol_db_engine_iterator_new):
2284         * plugins/symbol-db/symbol-db-engine-iterator.h:
2285          Moved Hash table initialization into the engine. This proxies and
2286   speeds up the process of creation and iteration of a GdaDataModel.
2287         
2288         * plugins/symbol-db/symbol-db-engine.c:
2289         (sdb_engine_ctags_output_thread),
2290         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2291         (sdb_engine_scan_files_1), (sdb_engine_init),
2292         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
2293         (symbol_db_engine_add_new_workspace),
2294         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
2295         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
2296         (symbol_db_engine_get_sym_type_conversion_hash),
2297         (symbol_db_engine_update_files_symbols),
2298         (symbol_db_engine_update_project_symbols),
2299         (symbol_db_engine_update_buffer_symbols),
2300         (symbol_db_engine_get_class_parents),
2301         (symbol_db_engine_get_global_members_filtered),
2302         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
2303         (symbol_db_engine_get_scope_members_by_symbol_id),
2304         (symbol_db_engine_get_scope_members),
2305         (symbol_db_engine_get_current_scope),
2306         (symbol_db_engine_get_file_symbols),
2307         (symbol_db_engine_get_symbol_info_by_id),
2308         (symbol_db_engine_find_symbol_by_name_pattern),
2309         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2310         * plugins/symbol-db/symbol-db-engine.h:
2311         * plugins/symbol-db/symbol-db-view-locals.c:
2312         (sdb_view_locals_get_iter_from_row_ref),
2313         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
2314         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
2315         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2316         Changes on some queries fuctions and some fixes. Added *_filtered
2317   functions.
2318         
2319         * plugins/symbol-db/symbol-db-view.c:
2320         (do_add_child_symbol_to_view), (add_new_waiting_for),
2321         (prepare_for_adding), (on_symbol_inserted),
2322         (do_recurse_subtree_and_remove), (on_symbol_removed),
2323         (sdb_view_do_add_hidden_dummy_child),
2324         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
2325         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
2326         (sdb_view_locals_create_new_store), (sdb_view_init),
2327         (sdb_view_finalize), (sdb_view_class_init),
2328         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
2329         (symbol_db_view_get_pixbuf),
2330         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2331         New display for global tags. This is the definitive version, bugs apart.
2332         
2333         * plugins/symbol-db/tables.sql:
2334         fixed typo.
2336 2007-12-27  Naba Kumar  <naba@gnome.org>
2338         * libanjuta/interfaces/libanjuta.idl:
2339         * plugins/editor/aneditor-priv.h:
2340         * plugins/editor/aneditor.cxx:
2341         * plugins/editor/text_editor.c: (text_editor_instance_init),
2342         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
2343         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
2344         * plugins/editor/text_editor.h:
2345         * plugins/editor/text_editor_cbs.c:
2346         (on_text_editor_scintilla_notify):
2348         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
2349         related code in AnEditor. Fixed some compilation warnings.
2351 2007-12-26  Naba Kumar  <naba@gnome.org>
2353         * Changelog: Fixed indentation.
2355 2007-12-25  Naba Kumar  <naba@gnome.org>
2357         * plugins/editor/Makefile.am:
2358         * plugins/editor/editor.glade:
2359         * plugins/editor/plugin.c:
2360         * plugins/editor/style-editor.c:
2361         * plugins/sourceview/Makefile.am:
2362         * plugins/sourceview/plugin.c:
2363         * plugins/sourceview/sourceview.glade:
2364         * plugins/valgrind/Makefile.am:
2366         Renamed glade files to anjuta-editor-* to give name space for the
2367         schema files (because they are installed in system directory).
2369         * scripts/build-schemas.mk: Install the schemas files also (need for
2370         binary package installation/uninstallation).
2372 2007-12-25  Johannes Schmid <jhs@gnome.org>
2374         * plugins/language-support-cpp-java/plugin.c:
2375         (set_indentation_param_vim):
2376         
2377         Support some more vim modeline commands and shortcuts (#504331)
2379 2007-12-25  Johannes Schmid <jhs@gnome.org>
2381         Patches from James Liggett:
2382         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
2383         (anjuta_vcs_status_tree_view_init):
2384         * plugins/subversion/subversion-commit-dialog.c:
2385         (subversion_commit_dialog):
2386         * plugins/subversion/subversion-diff-dialog.c:
2387         (on_subversion_diff_response):
2388         * plugins/subversion/subversion-log-dialog.c:
2389         (on_log_view_selected_button_clicked),
2390         (on_log_diff_selected_button_clicked),
2391         (on_log_diff_previous_button_clicked):
2392         * plugins/subversion/subversion-resolve-dialog.c:
2393         (subversion_resolve_dialog):
2394         * plugins/subversion/subversion-revert-dialog.c:
2395         (subversion_revert_dialog):
2396         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
2397         (pulse_progress_bar), (hide_pulse_progress_bar),
2398         (disconnect_data_arrived_signals),
2399         (cancel_data_arrived_signal_disconnect):
2400         * plugins/subversion/subversion-ui-utils.h:
2401         
2402         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
2403         #505237 – Sort list of modified files
2405 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
2407         * plugins/gdb/debugger.c:
2408         Fix bug #491301: Inspecting a variable opens a bad focus dialog
2410 2007-12-23  Johannes Schmid <jhs@gnome.org>
2412         * plugins/language-support-cpp-java/plugin.c:
2413         (set_indentation_param_emacs), (set_indentation_param_vim),
2414         (parse_mode_line_emacs), (parse_mode_line_vim),
2415         (extract_mode_line), (initialize_indentation_params):
2417         Added (basic) support for vim modelines (#504331)
2419         * plugins/message-view/message-view.c: (message_view_next),
2420         (message_view_previous):
2421         
2422         Fixed next/previous message
2424 2007-12-23  Johannes Schmid <jhs@gnome.org>
2426         * libanjuta/anjuta-ui.h:
2427         Check for != NULL before unref'ing pixbuf (related to #497878)
2428         
2429         * plugins/devhelp/plugin.c: (register_stock_icons):
2430         * plugins/document-manager/anjuta-docman.c:
2431         (anjuta_docman_add_document):
2432         * plugins/glade/plugin.c: (on_close_activated),
2433         (register_stock_icons), (on_session_save),
2434         (glade_plugin_add_project):
2435         
2436         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
2437         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
2438         
2439         * plugins/language-support-cpp-java/plugin.c:
2440         (register_stock_icons):
2441         Fixed stock icon registration macros
2443 2007-12-23  Johannes Schmid <jhs@gnome.org>
2445         * global-tags/Makefile.am:
2446         * launcher/Makefile.am:
2447         * libanjuta/Makefile.am:
2448         * libegg/Makefile.am:
2449         * manuals/anjuta-faqs/Makefile.am:
2450         * manuals/anjuta-manual/Makefile.am:
2451         * manuals/reference/libanjuta/Makefile.am:
2452         * plugins/build-basic-autotools/Makefile.am:
2453         * plugins/class-gen/Makefile.am:
2454         * plugins/class-inheritance/Makefile.am:
2455         * plugins/cvs-plugin/Makefile.am:
2456         * plugins/debug-manager/Makefile.am:
2457         * plugins/devhelp/Makefile.am:
2458         * plugins/document-manager/Makefile.am:
2459         * plugins/editor/Makefile.am:
2460         * plugins/editor/scintilla/Makefile.am:
2461         * plugins/editor/scintilla/include/Makefile.am:
2462         * plugins/file-loader/Makefile.am:
2463         * plugins/file-manager/Makefile.am:
2464         * plugins/file-wizard/Makefile.am:
2465         * plugins/gdb/Makefile.am:
2466         * plugins/glade/Makefile.am:
2467         * plugins/gtodo/Makefile.am:
2468         * plugins/gvim/Makefile.am:
2469         * plugins/indent/Makefile.am:
2470         * plugins/language-manager/Makefile.am:
2471         * plugins/language-support-cpp-java/Makefile.am:
2472         * plugins/macro/Makefile.am:
2473         * plugins/message-view/Makefile.am:
2474         * plugins/patch/Makefile.am:
2475         * plugins/profiler/Makefile.am:
2476         * plugins/project-import/Makefile.am:
2477         * plugins/project-manager/Makefile.am:
2478         * plugins/project-wizard/Makefile.am:
2479         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
2480         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
2481         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2482         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2483         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
2484         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
2485         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
2486         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
2487         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2488         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2489         * plugins/sample1/Makefile.am:
2490         * plugins/search/Makefile.am:
2491         * plugins/sourceview/Makefile.am:
2492         * plugins/subversion/Makefile.am:
2493         * plugins/symbol-browser/Makefile.am:
2494         * plugins/symbol-db/Makefile.am:
2495         * plugins/symbol-db/test/Makefile.am:
2496         * plugins/terminal/Makefile.am:
2497         * plugins/tools/Makefile.am:
2498         * plugins/valgrind/Makefile.am:
2499         * src/Makefile.am:
2500         * tagmanager/Makefile.am:
2501         
2502         Replaces the deprecated "INCLUDES" in all Makefile.am's with
2503         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2504         warnings from illigel C++ compiler flags.
2506 2007-12-23  Johannes Schmid <jhs@gnome.org>
2508         Patch from Tom <tpgww@onepost.net>:
2509   
2510         * plugins/document-manager/anjuta-docman.c:
2511         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2512         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2513         (anjuta_docman_instance_init), (on_notebook_switch_page),
2514         (anjuta_docman_grab_text_focus):
2515         * plugins/document-manager/plugin.c: (on_document_added),
2516         (on_window_key_press_event), (on_window_key_release_event):
2517         
2518         Some more document-manager code cleanups and fixes.
2520 2007-12-23  Massimo Cora'  <maxcvs@email.it>
2522         * plugins/symbol-db/plugin.c: (register_stock_icons),
2523         (value_added_current_editor), (value_removed_current_editor),
2524         (on_importing_project_end), (project_root_removed):
2525         added controls to clean/populate GtkTreeView(s) on projects unload/load.
2527         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2528         (symbol_db_engine_get_file_db_path):
2529         fixed a useless warning.
2531         * plugins/symbol-db/symbol-db-view-locals.c:
2532         (traverse_free_waiting_for), (file_view_status_destroy),
2533         (sdb_view_locals_create_new_store), (traverse_files_view_status),
2534         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2535         (sdb_view_locals_finalize), (on_symbol_inserted),
2536         (symbol_db_view_locals_recv_signals_from_engine),
2537         (symbol_db_view_locals_update_list):
2538         more speed on editors switching. GtkTreeStore caching method implemented.
2539         Fixed compiler warnings and a little memory leak.
2541         * plugins/symbol-db/symbol-db-view-locals.h:
2542         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2543         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2544         (on_scan_end), (on_symbol_inserted),
2545         (sdb_view_locals_create_new_store), (sdb_view_init),
2546         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2547         * plugins/symbol-db/symbol-db-view.h:
2548         fixed some crashers. Now project loading/populating should be quite quick.
2550 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2552         * plugins/debug-manager/command.c,
2553         plugins/debug-manager/queue.c:
2554         Take care of command return value (FALSE is an error)
2556 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2558         * plugins/debug-manager/anjuta-debug-manager.glade,
2559         plugins/debug-manager/breakpoints.c:
2560         Remove address, condition and pass breakpoint column if not supported
2561         Fix clear all remove_all to avoid an endless loop if a breakpoint
2562         cannot be removed
2564 2007-12-17  Johannes Schmid <jhs@gnome.org>
2566         Patch from Tom <tpgww@onepost.net> (with some changes):
2568         * plugins/document-manager/action-callbacks.c: (on_open_activate),
2569         (on_save_as_activate), (on_save_all_activate),
2570         (on_close_file_activate), (on_close_all_file_activate),
2571         (on_reload_file_activate), (on_editor_command_clear_activate),
2572         (on_transform_eolchars1_activate), (on_comment_block),
2573         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2574         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2575         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2576         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2577         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2578         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2579         (on_zoom_out_text_activate):
2580         * plugins/document-manager/action-callbacks.h:
2581         * plugins/document-manager/anjuta-docman.c:
2582         (on_notebook_page_close_button_click),
2583         (on_notebook_page_close_button_enter),
2584         (on_notebook_page_close_button_leave),
2585         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2586         (anjuta_docman_page_init), (anjuta_docman_page_new),
2587         (on_open_filesel_response), (create_file_open_dialog_gui),
2588         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2589         (anjuta_docman_instance_init), (on_notebook_switch_page),
2590         (on_document_destroy), (anjuta_docman_add_editor),
2591         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2592         (anjuta_docman_set_current_document),
2593         (anjuta_docman_goto_file_line_mark), (get_real_path),
2594         (anjuta_docman_get_full_filename),
2595         (anjuta_docman_delete_all_markers),
2596         (anjuta_docman_delete_all_indicators),
2597         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2598         (anjuta_docman_order_tabs):
2599         * plugins/document-manager/anjuta-docman.h:
2600         * plugins/document-manager/file_history.c: (an_hist_file_new),
2601         (an_file_history_push), (an_file_history_dump):
2602         * plugins/document-manager/file_history.h:
2603         * plugins/document-manager/plugin.c: (update_title),
2604         (value_removed_project_root_uri),
2605         (update_document_ui_interface_items), (menu_name_compare),
2606         (on_document_added), (on_document_changed),
2607         (on_window_key_press_event), (on_window_key_release_event),
2608         (on_session_save):
2609         * plugins/document-manager/search-box.c: (on_document_changed),
2610         (on_goto_activated), (search_box_init), (search_box_new):
2611         * plugins/document-manager/search-box.h:
2613         Yet more code cleanups
2614         Save glade files correctly in session
2615         Use new tooltip API if available
2616         Sort notebook pages when session is restored (needs work)
2618 2007-12-16  Johannes Schmid <jhs@gnome.org>
2620         * plugins/document-manager/anjuta-docman.c:
2621         (anjuta_docman_add_document):
2622         
2623         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2624         the new search bar was introduced.
2626 2007-12-12  Johannes Schmid <jhs@gnome.org>
2627   
2628         Patch from  Tom <tpgww@onepost.net>:
2629         (#485233 – another bunch of docman cleanups)
2630   
2631         * libanjuta/interfaces/libanjuta.idl:
2632         * plugins/document-manager/action-callbacks.c:
2633         (get_current_document), (get_current_focus_widget),
2634         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2635         (on_close_file_activate), (on_close_all_file_activate),
2636         (on_reload_file_activate), (on_print_activate),
2637         (on_print_preview_activate),
2638         (on_editor_command_upper_case_activate),
2639         (on_editor_command_lower_case_activate),
2640         (on_editor_command_eol_crlf_activate),
2641         (on_editor_command_eol_lf_activate),
2642         (on_editor_command_eol_cr_activate),
2643         (on_editor_command_select_all_activate),
2644         (on_editor_command_select_to_brace_activate),
2645         (on_editor_command_select_block_activate),
2646         (on_editor_command_match_brace_activate),
2647         (on_editor_command_undo_activate),
2648         (on_editor_command_redo_activate),
2649         (on_editor_command_cut_activate),
2650         (on_editor_command_paste_activate),
2651         (on_editor_command_copy_activate),
2652         (on_editor_command_clear_activate),
2653         (on_editor_command_close_folds_all_activate),
2654         (on_editor_command_open_folds_all_activate),
2655         (on_editor_command_toggle_fold_activate),
2656         (on_editor_command_bookmark_toggle_activate),
2657         (on_editor_command_bookmark_first_activate),
2658         (on_editor_command_bookmark_next_activate),
2659         (on_editor_command_bookmark_prev_activate),
2660         (on_editor_command_bookmark_last_activate),
2661         (on_editor_command_bookmark_clear_activate),
2662         (on_transform_eolchars1_activate), (on_comment_block),
2663         (on_comment_box), (on_comment_stream),
2664         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2665         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2666         (on_force_hilite_activate), (on_swap_activate),
2667         (on_editor_add_view_activate), (on_editor_remove_view_activate):
2668         * plugins/document-manager/action-callbacks.h:
2669         * plugins/document-manager/anjuta-docman.c:
2670         (on_notebook_page_close_button_click),
2671         (on_notebook_page_close_button_enter),
2672         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2673         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2674         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2675         (on_open_filesel_response), (anjuta_docman_open_file),
2676         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2677         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2678         (anjuta_docman_class_init), (anjuta_docman_new),
2679         (on_notebook_switch_page), (on_document_save_point),
2680         (on_document_destroy), (anjuta_docman_add_editor),
2681         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2682         (anjuta_docman_set_popup_menu),
2683         (anjuta_docman_get_current_focus_widget),
2684         (anjuta_docman_get_page_for_document),
2685         (anjuta_docman_get_current_document),
2686         (anjuta_docman_set_current_document),
2687         (anjuta_docman_goto_file_line),
2688         (anjuta_docman_goto_file_line_mark),
2689         (anjuta_docman_get_full_filename),
2690         (anjuta_docman_present_notebook_page),
2691         (anjuta_docman_update_page_label),
2692         (anjuta_docman_delete_all_markers),
2693         (anjuta_docman_delete_all_indicators),
2694         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2695         (do_ordertab1), (anjuta_docman_order_tabs),
2696         (anjuta_docman_set_editor_properties),
2697         (anjuta_docman_get_document_for_path),
2698         (anjuta_docman_get_all_doc_widgets):
2699         * plugins/document-manager/anjuta-docman.h:
2700         * plugins/document-manager/editor-tooltips.c:
2701         * plugins/document-manager/plugin.c: (update_title),
2702         (update_document_ui_enable_all), (update_document_ui_disable_all),
2703         (update_document_ui_save_items),
2704         (update_document_ui_interface_items), (update_document_ui),
2705         (on_document_update_save_ui), (update_status),
2706         (on_document_update_ui), (on_document_added),
2707         (on_document_changed), (on_session_save), (on_save_prompt),
2708         (on_docman_auto_save), (on_gconf_notify_timer):
2709         * plugins/document-manager/search-box.c: (on_document_changed),
2710         (search_box_new), (search_box_grab_line_focus):
2711         * plugins/glade/plugin.c: (ifile_open):
2712         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2713         * plugins/search/search-replace_backend.c: (create_search_entries):
2714         * plugins/sourceview/anjuta-document.c: (set_uri),
2715         (anjuta_document_save):
2716         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2717         * plugins/tools/editor.c: (on_editor_response):
2719         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2720         It fixes some issues with session handling and several memory lacks.
2721         Gtk 2.12 Tooltip API is used if available.
2723 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2725         * plugins/debug-manager/disassemble.c,
2726         plugins/debug-manager/disassemble.h,
2727         plugins/debug-manager/command.c,
2728         plugins/debug-manager/command.h,
2729         plugins/debug-manager/plugin.c
2730         plugins/debug-manager/sparse_view.c,
2731         plugins/debug-manager/sparse_view.h,
2732         plugins/gdb/plugin.c,
2733         plugins/gdb/debugger.c,
2734         plugins/gdb/debugger.h,
2735         libanjuta/interfaces/libanjuta.idl:
2736         Fix bug #502533: Implement assembler step
2738         * plugins/debug-manager/breakpoints.c:
2739         Do not save temporary breakpoints
2741         * plugins/debug-manager/stack_trace.c:
2742         Fix a crash when a stack command is cancelled
2744 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2746         * plugins/debug-manager/plugin.c,
2747         plugins/debug-manager/breakpoints.c,
2748         plugins/debug-manager/breakpoints.h:
2749         Fix bug #488732: Breakpoint on delete lines
2750         Breakpoints are now linked to their position in editor
2752         * plugins/gdb/debugger.c:
2753         Fix removing condition on breakpoint 
2755 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2757         * plugins/debug-manager/anjuta-debug-manager.glade,
2758         plugins/debug-manager/start.c,
2759         plugins/gdb/plugin.c,
2760         plugins/gdb/debugger.c,
2761         plugins/gdb/debugger.h,
2762         libanjuta/interfaces/libanjuta.idl:
2763         Fix bug #481366: Do not stop at the beginning of the program
2765         * plugins/debug-manager/command.c,
2766         plugins/debug-manager/command.h,
2767         plugins/debug-manager/breakpoints.c,
2768         plugins/debug-manager/queue.c,
2769         plugins/debug-manager/queue.h:
2770         Fix a bug remove all breakpoints was not working due to latest changes
2771         Setting breakpoints is disabled when program is running
2773 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2775         * plugins/debug-manager/queue.c,
2776         plugins/gdb/plugin.c:
2777         Fix bug #501469: Crash if mime_type is unknown
2779 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2781         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2782         (on_editor_update_ui), (on_single_file_scan_end),
2783         (on_importing_project_end), (project_root_added),
2784         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2785         * plugins/symbol-db/plugin.h:
2786         show on status bar files being scanned.
2788         * plugins/symbol-db/symbol-db-engine.c:
2789         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2790         (sdb_engine_ctags_output_thread),
2791         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2792         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2793         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2794         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2795         (sdb_engine_get_table_id_by_unique_name2),
2796         (symbol_db_engine_open_project),
2797         (sdb_engine_prepare_executing_commands),
2798         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2799         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2800         (sdb_engine_detects_removed_ids),
2801         (symbol_db_engine_get_class_parents),
2802         (symbol_db_engine_get_global_members),
2803         (symbol_db_engine_get_scope_members_by_symbol_id),
2804         (symbol_db_engine_get_scope_members),
2805         (symbol_db_engine_get_current_scope),
2806         (symbol_db_engine_get_file_symbols),
2807         (symbol_db_engine_get_symbol_info_by_id),
2808         (symbol_db_engine_get_full_local_path),
2809         (symbol_db_engine_find_symbol_by_name_pattern),
2810         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2811         * plugins/symbol-db/symbol-db-engine.h:
2812         * plugins/symbol-db/symbol-db-view-locals.c:
2813         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2814         (symbol_db_view_locals_recv_signals_from_engine),
2815         (symbol_db_view_locals_update_list):
2816         * plugins/symbol-db/symbol-db-view-locals.h:
2817         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2818         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2819         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2820         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2821         * plugins/symbol-db/symbol-db-view.h:
2822         Added g_thread architecture to scan in background. With this you
2823         can use Anjuta's GUI without freezing.
2824         Improved insertion speed by using a paradigm like 'insert' and 'check'
2825         replacing a 'check' and 'insert' one. This has been done for tables 
2826         like symbol, scope, sym_type.
2827         Fixed two crashers. 
2829         * plugins/symbol-db/tables.sql:
2830         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2831         (thread), (print_message), (bastard_thread), (idle_signals):
2832         fixed a typo on tables that broke sql triggers.
2834 === anjuta 2.3.1 ===
2836 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2838         * NEWS, AUTHORS: Updated.
2839         * src/Makefile.am: Fixed make distcheck
2841         Patch from Yang Hong:
2842         * plugins/file-manager/file-manager.glade: Fixed file chooser
2843         size in file-manager preferences.
2845 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2847         * NEWS: Updated for 2.3.1 development release
2848         * configure.in: Bumped version to 2.3.1
2850 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2852         * plugins/debug-manager/threads.c,
2853         plugins/debug-manager/disassemble.c,
2854         plugins/debug-manager/watch.c,
2855         plugins/debug-manager/registers.c,
2856         plugins/debug-manager/locals.c,
2857         plugins/debug-manager/breakpoints.c,
2858         plugins/debug-manager/stack_trace.c,
2859         plugins/debug-manager/command.c,
2860         plugins/debug-manager/command.h,
2861         plugins/debug-manager/queue.c,
2862         libanjuta/interfaces/libanjuta.idl:
2863         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2864         Document IAnjutaDebugManager signals
2865         Generate new signals in queue.c
2866         Use new signals in other files
2868 2007-11-30  <genbell@tiscali.it>
2870         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2872         * plugins/gdb/Makefile.am:
2873         Fix bug #500376
2875 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2877         * plugins/tools/variable.c:
2878         Fix a bug added in the previous patch (it is not a leak)
2880 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2882         * plugins/project-wizard/druid.c,
2883         plugins/project-wizard/templates/terminal.wiz,
2884         plugins/project-wizard/templates/xlib-dock.wiz,
2885         plugins/project-wizard/templates/wxwin.wiz,
2886         plugins/project-wizard/templates/java.wiz,
2887         plugins/project-wizard/templates/gnome.wiz,
2888         plugins/project-wizard/templates/anjuta-plugin.wiz,
2889         plugins/project-wizard/templates/gtkmm.wiz,
2890         plugins/project-wizard/templates/python.wiz,
2891         plugins/project-wizard/templates/cpp.wiz,
2892         plugins/project-wizard/templates/sdl.wiz,
2893         plugins/project-wizard/templates/gtk.wiz,
2894         plugins/project-wizard/templates/minimal.wiz,
2895         plugins/project-wizard/templates/xlib.wiz,
2896         plugins/project-wizard/templates/gcj.wiz,
2897         plugins/project-wizard/templates/translatable-strings.h,
2898         plugins/project-import/project-import.c:
2899         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2901 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2903         * plugins/debug-manager/threads.c,
2904         plugins/debug-manager/disassemble.c,
2905         plugins/debug-manager/watch.c,
2906         plugins/debug-manager/registers.c,
2907         plugins/debug-manager/memory.c,
2908         plugins/debug-manager/locals.c,
2909         plugins/debug-manager/stack_trace.c,
2910         plugins/debug-manager/queue.c,
2911         plugins/debug-manager/queue.h:
2912         Connect debugger signal only when program is loaded
2913         Rename get_feature in is_supported
2915         * plugins/debug-manager/plugin.c:
2916         Remove editor watch when plugin is deactivated
2918         * plugins/debug-manager/anjuta-debug-manager.glade,
2919         plugins/debug-manager/breakpoints.c,
2920         plugins/debug-manager/breakpoints.h:
2921         Rewrite almost completely the breakpoint code
2922         Improve breakpoint dialog
2923         Reorganize function
2924         Implement condition, hit count, ignore and temporary attribute
2926         * plugins/debug-manager/command.c,
2927         plugins/debug-manager/command.h:
2928         Add a breakpoint list command
2930         * plugins/gdb/debugger.c,
2931         plugins/gdb/debugger.h:
2932         Add new breakpoint list command
2933         Fix parsing of breakpoint data
2935         * libanjuta/interfaces/libanjuta.idl,
2936         plugins/gdb/plugin.c:
2937         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2939 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2941         * plugins/document-manager/plugin.c:
2942         Use Ctrl+Shift+s as shortcut for Save As
2944 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2946         * plugins/subversion/plugin.c: (activate_plugin):
2947         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2948         * src/layout.xml: Fixed dockitem positions.
2950 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2952         Icons from tpgww@onepost.net:
2953         * plugins/project-wizard/applogo.png:
2954         Icons from patch in bug #480093 comment #23. Also renamed icons.
2956         * plugins/message-view/Makefile.am:
2957         * plugins/message-view/plugin.c: (register_stock_icons),
2958         (ipreferences_merge): Removed redundant icon.
2960         * plugins/document-manager/plugin.c:
2961         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2962         Do not insensitize New action when there is no document.
2963         Indentation fixes.
2965 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2967         Icons from tpgww@onepost.net:
2968         * plugins/symbol-browser/an_symbol_prefs.c:
2969         * pixmaps/Makefile.am:
2970         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2972         Icons from patch in bug #480093 comment #23. Also renamed icons.
2973         To be continued..
2975 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2977         Patch from James Liggett:
2978         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2979         revert and dialogs resizable.
2981 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2983         Patch from James Liggett:
2984         * plugins/subversion/anjuta-subversion.glade:
2985         * plugins/subversion/subversion-diff-dialog.c:
2986         (on_subversion_diff_response), (subversion_diff_dialog):
2987         * plugins/subversion/subversion-diff-dialog.h:
2989         The diff dialog should have a checkbox, enabled by default, that
2990         allows the user to make sure that all open files are saved before
2991         diffing.
2993 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2995         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2997         Icons from tpgww@onepost.net:
2998         * pixmaps/Makefile.am:
2999         * src/Makefile.am:
3000         * src/anjuta-app.c:
3001         * src/anjuta-preferences-general.svg:
3003         Icons from patch in bug #480093 comment #23. Also renamed icons.
3004         To be continued..
3006 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3008         Icons from tpgww@onepost.net:
3009         * plugins/debug-manager/images/Makefile.am:
3010         * plugins/debug-manager/images/anjuta-watch.svg:
3011         * plugins/debug-manager/plugin.c: (register_stock_icons):
3012         * plugins/gdb/images/Makefile.am:
3013         * plugins/gtodo/Makefile.am:
3014         * plugins/gtodo/anjuta-gtodo-plugin.svg:
3015         * plugins/gtodo/anjuta-gtodo.plugin.in:
3016         * plugins/gtodo/interface.c: (stock_icons):
3017         * plugins/gtodo/main.h:
3018         * plugins/gtodo/plugin.c: (ipreferences_merge):
3019         * plugins/terminal/Makefile.am:
3020         * plugins/terminal/anjuta-terminal-plugin.svg:
3021         * plugins/terminal/anjuta-terminal.plugin.in:
3022         * plugins/terminal/terminal.c:
3023         * plugins/tools/Makefile.am:
3024         * plugins/tools/anjuta-tools-plugin.svg:
3025         * plugins/tools/anjuta-tools.plugin.in:
3026         * plugins/tools/plugin.c:
3027         * plugins/valgrind/Makefile.am:
3028         * plugins/valgrind/anjuta-valgrind-plugin.svg:
3029         * plugins/valgrind/anjuta-valgrind.plugin.in:
3030         * plugins/valgrind/plugin.c: (register_stock_icons),
3031         (ipreferences_merge):
3033         Icons from patch in bug #480093 comment #23. Also renamed icons.
3034         To be continued..
3036 2007-11-18  Massimo Cora'   <maxcvs@email.it>
3038         reviewed by: Johannes Schmid <jhs@gnome.org>
3040         * configure.in:
3041         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
3042         due to bug #493360. Still present anyway bug #495843
3044         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
3045         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
3046         (on_local_treeview_row_activated),
3047         (on_global_treeview_row_activated),
3048         (on_global_treeview_row_expanded), (on_project_element_added),
3049         (on_project_element_removed), (project_root_added),
3050         (symbol_db_activate), (isymbol_manager_search),
3051         (isymbol_manager_get_members),
3052         (isymbol_manager_get_completions_at_position):
3053         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
3054         (symbol_db_engine_iterator_node_get_symbol_extra_string):
3055         * plugins/symbol-db/symbol-db-engine.c:
3056         (sdb_engine_execute_non_select_sql),
3057         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
3058         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
3059         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
3060         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
3061         (symbol_db_engine_add_new_workspace),
3062         (symbol_db_engine_add_new_project),
3063         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
3064         (sdb_engine_detects_removed_ids),
3065         (sdb_engine_walk_down_scope_path),
3066         (symbol_db_engine_get_class_parents),
3067         (symbol_db_engine_get_global_members),
3068         (symbol_db_engine_get_scope_members_by_symbol_id),
3069         (symbol_db_engine_get_scope_members),
3070         (symbol_db_engine_get_current_scope),
3071         (symbol_db_engine_get_file_symbols),
3072         (symbol_db_engine_get_symbol_info_by_id),
3073         (symbol_db_engine_find_symbol_by_name_pattern):
3074         * plugins/symbol-db/symbol-db-engine.h:
3075         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
3076         (on_symbol_inserted), (symbol_db_view_locals_update_list):
3077         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
3078         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
3079         (on_scan_end), (do_add_root_symbol_to_view),
3080         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
3081         (trigger_on_symbol_inserted), (add_new_waiting_for),
3082         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
3083         (on_symbol_inserted), (do_recurse_subtree_and_remove),
3084         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
3085         (symbol_db_view_row_expanded), (sdb_view_init),
3086         (gtree_compare_func), (sdb_view_finalize),
3087         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3088         (sdb_view_populate_base_root),
3089         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3090         * plugins/symbol-db/symbol-db-view.h:
3091         * plugins/symbol-db/tables.sql:
3092         * plugins/symbol-db/test/Makefile.am:
3093         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3094         (get_scope_members), (get_current_scope), (get_global_members),
3095         (get_file_symbols), (get_info_by_id), (main):
3097         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3098         Started using LIMIT keyword to speed up things.
3099         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3100         make providers use prepared statements.
3102 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3104         Patch from James Liggett:
3105         * plugins/subversion/plugin.c: (subversion_instance_init):
3106         * plugins/subversion/plugin.h:
3107         * plugins/subversion/subversion-diff-dialog.c:
3108         (on_subversion_diff_response), (subversion_diff_dialog),
3109         (on_menu_subversion_diff):
3110         * plugins/subversion/subversion-log-dialog.c:
3111         (on_log_view_selected_button_clicked),
3112         (on_log_diff_selected_button_clicked),
3113         (on_log_diff_previous_button_clicked),
3114         (subversion_log_window_create):
3115         * plugins/subversion/subversion-ui-utils.c:
3116         (get_filename_from_full_path), (init_whole_project),
3117         (on_whole_project_toggled):
3118         * plugins/subversion/subversion-ui-utils.h:
3119         * plugins/subversion/subversion-update-dialog.c:
3120         (subversion_update_dialog), (on_menu_subversion_update):
3122         Whole Project checkbox enabled by default in diff and update dialogs.
3123         changes the editor names for diff editors to something much more
3124         descriptive. For example, working copy/head diffs would have an editor
3125         with a name like "[Working Copy/Head] some-file.diff," where some-file
3126         is the name of the file/directory that was diffed. For diffs against
3127         arbitrary diffs the name would look like "[Revisions 2832/3200]
3128         some-file.diff" for a diff of some-file between revisions 2832 and
3129         3200.
3131 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3133         Icons from tpgww@onepost.net:
3134         * plugins/subversion/Makefile.am:
3135         * plugins/subversion/anjuta-subversion-plugin.svg:
3136         * plugins/subversion/anjuta-subversion.plugin.in:
3137         * plugins/subversion/plugin.h:
3138         * plugins/symbol-browser/Makefile.am:
3139         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3140         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3141         * plugins/symbol-browser/plugin.c:
3142         * plugins/symbol-db/Makefile.am:
3143         * plugins/symbol-db/plugin.c:
3144         * plugins/symbol-db/symbol-db.plugin.in:
3146         Icons from patch in bug #480093 comment #23. Also renamed icons.
3147         To be continued..
3149 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3151         Icons from tpgww@onepost.net:
3152         * plugins/project-manager/Makefile.am:
3153         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3154         * plugins/project-manager/anjuta-project-manager.plugin.in:
3155         * plugins/project-manager/plugin.c:
3156         * plugins/project-wizard/Makefile.am:
3157         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3158         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3159         * plugins/project-wizard/druid.h:
3160         * plugins/search/Makefile.am:
3161         * plugins/search/anjuta-search-plugin.svg:
3162         * plugins/search/anjuta-search.plugin.in:
3163         * plugins/search/plugin.c:
3165         Icons from patch in bug #480093 comment #23. Also renamed icons.
3166         To be continued..
3168 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3170         * TODO.tasks: updated.
3172         Icons from tpgww@onepost.net:
3173         * plugins/file-loader/Makefile.am:
3174         * plugins/file-loader/anjuta-loader-plugin.svg:
3175         * plugins/file-loader/anjuta-loader.plugin.in:
3176         * plugins/file-manager/Makefile.am:
3177         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3178         * plugins/file-manager/file-manager.plugin.in:
3179         * plugins/file-manager/plugin.c:
3180         * plugins/glade/Makefile.am:
3181         * plugins/glade/anjuta-glade-plugin.svg:
3182         * plugins/glade/anjuta-glade.plugin.in:
3183         * plugins/glade/plugin.c: (register_stock_icons):
3184         * plugins/language-manager/Makefile.am:
3185         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3186         * plugins/language-manager/language-manager.plugin.in:
3187         * plugins/message-view/Makefile.am:
3188         * plugins/message-view/anjuta-message-manager.plugin.in:
3189         * plugins/message-view/anjuta-messages-plugin.svg:
3190         * plugins/message-view/plugin.c:
3191         * plugins/patch/Makefile.am:
3192         * plugins/patch/anjuta-patch-plugin.svg:
3193         * plugins/patch/anjuta-patch.plugin.in:
3194         * plugins/patch/plugin.c:
3195         * plugins/profiler/Makefile.am:
3196         * plugins/profiler/anjuta-profiler-plugin.svg:
3197         * plugins/profiler/plugin.c: (register_stock_icons):
3198         * plugins/profiler/profiler.plugin.in:
3199         * plugins/project-import/Makefile.am:
3200         * plugins/project-import/anjuta-project-import-plugin.svg:
3201         * plugins/project-import/anjuta-project-import.plugin.in:
3202         * plugins/project-import/plugin.c:
3204         Icons from patch in bug #480093 comment #23. Also renamed icons.
3205         To be continued..
3207 2007-11-18  Johannes Schmid <jhs@gnome.org>
3209         * plugins/build-basic-autotools/build-basic-autotools.c:
3210         (build_regex_init):
3211         * plugins/debug-manager/anjuta-debug-manager.glade:
3212         * plugins/debug-manager/breakpoints.c:
3213         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
3214         * plugins/file-wizard/file.c:
3215         * plugins/gdb/anjuta-gdb.glade:
3216         * plugins/glade/plugin.c: (ifile_open):
3217         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
3218         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3219         * plugins/gtodo/tray-icon.c:
3220         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
3221         * plugins/macro/macros.xml:
3222         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3223         Fixed translation bugs (#496833, #488211 and #497758)
3224         
3225         * plugins/document-manager/plugin.c: (on_editor_changed):
3226         Removed unused code
3228 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3230         Icons from tpgww@onepost.net:
3231         * plugins/devhelp/Makefile.am:
3232         * plugins/devhelp/anjuta-devhelp-plugin.svg:
3233         * plugins/devhelp/anjuta-devhelp.plugin.in:
3234         * plugins/devhelp/plugin.c:
3235         * plugins/document-manager/anjuta-document-manager.plugin.in:
3236         * plugins/document-manager/images/Makefile.am:
3237         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
3238         * plugins/document-manager/plugin.c:
3239         * plugins/editor/Makefile.am:
3240         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
3241         * plugins/editor/anjuta-editor.plugin.in:
3242         * plugins/editor/plugin.c:
3243         * plugins/sample1/Makefile.am:
3244         * plugins/sample1/anjuta-sample-plugin.svg:
3245         * plugins/sample1/anjuta-sample.plugin.in:
3246         * plugins/sourceview/Makefile.am:
3247         * plugins/sourceview/plugin.c:
3248         * plugins/sourceview/sourceview.plugin.in:
3250         Icons from patch in bug #480093 comment #23. Also renamed icons.
3251         To be continued..
3253 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3255         * TODO.tasks: Updated.
3257         Icons from tpgww@onepost.net:
3258         * plugins/build-basic-autotools/Makefile.am:
3259         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
3260         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
3261         * plugins/build-basic-autotools/build-basic-autotools.c:
3262         * plugins/class-inheritance/Makefile.am:
3263         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
3264         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
3265         * plugins/class-inheritance/plugin.c:
3266         * plugins/cvs-plugin/Makefile.am:
3267         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
3268         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
3269         * plugins/cvs-plugin/plugin.c:
3270         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
3271         * plugins/debug-manager/images/Makefile.am:
3272         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
3273         * plugins/debug-manager/plugin.c: 
3275         Icons from patch in bug #480093 comment #23. Also renamed icons.
3276         To be continued..
3278 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3280         * (removed) libanjuta/anjuta-children.c,
3281         (removed) libanjuta/anjuta-children.h,
3282         libanjuta/anjuta-launcher.c,
3283         libanjuta/libanjuta.h,
3284         libanjuta/Makefile.am,
3285         plugins/gdb/debugger.c,
3286         plugins/terminal/terminal.c,
3287         manuals/reference/libanjuta/libanjuta-sections.txt,
3288         manuals/reference/libanjuta/libanjuta-docs.sgml:
3289         Replace anjuta_children_register by g_child_watch_add
3291 2007-11-13  Johannes Schmid <jhs@gnome.org>
3293         * plugins/subversion/anjuta-subversion.glade:
3294         * plugins/subversion/subversion-commit-dialog.c:
3295         (subversion_commit_dialog):
3296         * plugins/subversion/subversion-resolve-dialog.c:
3297         (subversion_resolve_dialog):
3298         * plugins/subversion/subversion-revert-dialog.c:
3299         (subversion_revert_dialog):
3300         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
3301         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
3302         (hide_pulse_progress_bar):
3303         * plugins/subversion/subversion-ui-utils.h:
3305         Yet another patch from #457477:
3306         Add a pulsing progress bar to all dialogs receiving status
3308 2007-11-12  Johannes Schmid <jhs@gnome.org>
3310         * plugins/document-manager/plugin.c: (create_highlight_submenu):
3311         Bug 493583 – crash in Anjuta IDE: trying to open a file
3312         
3313         * plugins/subversion/subversion-commit-dialog.c:
3314         (select_all_files), (subversion_commit_dialog):
3315         Patch from jrligget - see #457477
3317 2007-11-12  Johannes Schmid <jhs@gnome.org>
3319         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
3320         * libanjuta/anjuta-plugin-handle.c:
3321         (anjuta_plugin_handle_get_about):
3322         Bug 495536 – Plugins localization improvement
3323         
3324         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
3325         * plugins/class-gen/anjuta-class-gen-plugin.glade:
3326         * plugins/indent/indent.glade:
3327         * plugins/subversion/anjuta-subversion.glade:
3328         Bug 495245 – Strings bug
3330 2007-11-08  James Liggett  <jrliggett@cox.net>
3332         reviewed by: Johannes Schmid <jhs@gnome.org>
3334         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
3335         (anjuta_async_command_finalize),
3336         (anjuta_async_command_notification_poll),
3337         (anjuta_async_command_thread), (start_command),
3338         (notify_data_arrived), (notify_complete),
3339         (anjuta_async_command_class_init),
3340         (anjuta_async_command_set_error_message),
3341         (anjuta_async_command_get_error_message),
3342         (anjuta_async_command_lock), (anjuta_async_command_unlock):
3343         * libanjuta/anjuta-async-command.h:
3344         * libanjuta/anjuta-command.c: (anjuta_command_init),
3345         (anjuta_command_finalize), (anjuta_command_class_init),
3346         (anjuta_command_start), (anjuta_command_notify_data_arrived),
3347         (anjuta_command_notify_complete),
3348         (anjuta_command_set_error_message),
3349         (anjuta_command_get_error_message):
3350         * libanjuta/anjuta-command.h:
3351         * libanjuta/anjuta-glade-catalog.c:
3352         * libanjuta/anjuta-glade.xml:
3353         * libanjuta/anjuta-vcs-status-tree-view.c:
3354         (on_selected_column_toggled),
3355         (anjuta_vcs_status_tree_view_create_columns),
3356         (anjuta_vcs_status_tree_view_init),
3357         (anjuta_vcs_status_tree_view_finalize),
3358         (anjuta_vcs_status_tree_view_set_property),
3359         (anjuta_vcs_status_tree_view_get_property),
3360         (anjuta_vcs_status_tree_view_class_init),
3361         (anjuta_vcs_status_tree_view_new),
3362         (anjuta_vcs_status_tree_view_destroy),
3363         (anjuta_vcs_status_tree_view_add), (select_all_paths),
3364         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
3365         (anjuta_vcs_status_tree_view_unselect_all),
3366         (create_selected_paths_list),
3367         (anjuta_vcs_status_tree_view_get_selected):
3368         * libanjuta/anjuta-vcs-status-tree-view.h:
3369         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
3370         * libanjuta/anjuta-widgets.h:
3371         * plugins/subversion/subversion-add-dialog.c:
3372         (on_add_command_finished), (on_subversion_add_response),
3373         (subversion_add_dialog), (on_menu_subversion_add),
3374         (on_fm_subversion_add):
3375         * plugins/subversion/subversion-add-dialog.h:
3376         * plugins/subversion/subversion-commit-dialog.c:
3377         (on_commit_command_finished), (on_subversion_commit_response),
3378         (subversion_commit_dialog), (on_menu_subversion_commit),
3379         (on_fm_subversion_commit):
3380         * plugins/subversion/subversion-commit-dialog.h:
3381         * plugins/subversion/subversion-copy-dialog.c:
3382         (on_copy_other_revision_radio_toggled),
3383         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
3384         (on_copy_command_finished), (on_subversion_copy_response),
3385         (subversion_copy_dialog), (on_menu_subversion_copy),
3386         (on_fm_subversion_copy):
3387         * plugins/subversion/subversion-copy-dialog.h:
3388         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
3389         (on_subversion_diff_response), (subversion_diff_dialog),
3390         (on_menu_subversion_diff), (on_fm_subversion_diff):
3391         * plugins/subversion/subversion-diff-dialog.h:
3392         * plugins/subversion/subversion-log-dialog.c:
3393         (on_diff_selected_column_toggled), (create_columns),
3394         (on_log_command_finished), (on_log_view_button_clicked),
3395         (on_cat_command_data_arrived), (on_cat_command_finished),
3396         (on_log_view_selected_button_clicked), (get_selected_revisions),
3397         (on_log_diff_selected_button_clicked),
3398         (on_log_diff_previous_button_clicked),
3399         (on_subversion_log_vbox_destroy),
3400         (on_log_changes_view_row_selected), (subversion_log_window_create),
3401         (on_menu_subversion_log), (on_fm_subversion_log),
3402         (subversion_log_set_whole_project_sensitive):
3403         * plugins/subversion/subversion-log-dialog.h:
3404         * plugins/subversion/subversion-merge-dialog.c:
3405         (on_merge_command_finished), (on_subversion_merge_response),
3406         (on_merge_first_path_browse_button_clicked),
3407         (on_merge_second_path_browse_button_clicked),
3408         (on_merge_use_first_path_check_toggled),
3409         (on_merge_start_revision_radio_toggled),
3410         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
3411         (on_menu_subversion_merge):
3412         * plugins/subversion/subversion-merge-dialog.h:
3413         * plugins/subversion/subversion-remove-dialog.c:
3414         (on_remove_command_finished),
3415         (on_remove_path_browse_button_clicked),
3416         (on_subversion_remove_response), (subversion_remove_dialog),
3417         (on_menu_subversion_remove), (on_fm_subversion_remove):
3418         * plugins/subversion/subversion-remove-dialog.h:
3419         * plugins/subversion/subversion-resolve-dialog.c:
3420         (on_resolve_command_finished), (on_subversion_resolve_response),
3421         (subversion_resolve_dialog), (on_menu_subversion_resolve):
3422         * plugins/subversion/subversion-resolve-dialog.h:
3423         * plugins/subversion/subversion-revert-dialog.c:
3424         (on_revert_command_finished), (on_subversion_revert_response),
3425         (subversion_revert_dialog), (on_menu_subversion_revert):
3426         * plugins/subversion/subversion-revert-dialog.h:
3427         * plugins/subversion/subversion-switch-dialog.c:
3428         (on_switch_other_revision_radio_toggled),
3429         (on_switch_command_finished), (on_subversion_switch_response),
3430         (subversion_switch_dialog), (on_menu_subversion_switch):
3431         * plugins/subversion/subversion-switch-dialog.h:
3432         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
3433         (subversion_data_free), (on_mesg_view_destroy),
3434         (create_message_view), (check_filename), (get_log_from_textview),
3435         (pulse_timer), (on_pulse_timer_destroyed),
3436         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
3437         (report_errors), (on_status_command_finished),
3438         (on_status_command_data_arrived), (on_command_info_arrived),
3439         (select_all_status_items), (clear_all_status_selections),
3440         (init_whole_project), (on_whole_project_toggled),
3441         (send_diff_command_output_to_editor), (on_diff_command_finished),
3442         (stop_status_bar_progress_pulse):
3443         * plugins/subversion/subversion-ui-utils.h:
3444         * plugins/subversion/subversion-update-dialog.c:
3445         (on_update_command_finished), (on_subversion_update_response),
3446         (subversion_update_dialog), (on_menu_subversion_update),
3447         (on_fm_subversion_update):
3448         * plugins/subversion/subversion-update-dialog.h:
3449         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
3450         (svn_add_command_finalize), (svn_add_command_run),
3451         (svn_add_command_class_init), (svn_add_command_new),
3452         (svn_add_command_destroy):
3453         * plugins/subversion/svn-add-command.h:
3454         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
3455         (svn_cat_command_finalize), (svn_cat_command_run),
3456         (svn_cat_command_class_init), (svn_cat_command_new),
3457         (svn_cat_command_destroy), (svn_cat_command_get_output):
3458         * plugins/subversion/svn-cat-command.h:
3459         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
3460         (svn_command_release_ui_lock), (simple_prompt),
3461         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
3462         (svn_auth_ssl_server_trust_prompt_func_cb),
3463         (svn_auth_ssl_client_cert_prompt_func_cb),
3464         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
3465         (svn_command_init), (svn_command_finalize),
3466         (svn_command_class_init), (svn_command_push_info),
3467         (svn_command_get_info_queue), (svn_command_set_error),
3468         (svn_command_get_client_context), (svn_command_get_pool),
3469         (svn_command_lock_ui), (svn_command_unlock_ui),
3470         (svn_command_get_revision), (svn_command_copy_path_list),
3471         (svn_command_free_path_list):
3472         * plugins/subversion/svn-command.h:
3473         * plugins/subversion/svn-commit-command.c: (on_log_callback),
3474         (svn_commit_command_init), (svn_commit_command_finalize),
3475         (svn_commit_command_run), (svn_commit_command_class_init),
3476         (svn_commit_command_new), (svn_commit_command_destroy):
3477         * plugins/subversion/svn-commit-command.h:
3478         * plugins/subversion/svn-copy-command.c: (on_log_callback),
3479         (svn_copy_command_init), (svn_copy_command_finalize),
3480         (svn_copy_command_run), (svn_copy_command_class_init),
3481         (svn_copy_command_new), (svn_copy_command_destroy):
3482         * plugins/subversion/svn-copy-command.h:
3483         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
3484         (svn_diff_command_finalize), (svn_diff_command_run),
3485         (svn_diff_command_class_init), (svn_diff_command_new),
3486         (svn_diff_command_destroy), (svn_diff_command_get_output):
3487         * plugins/subversion/svn-diff-command.h:
3488         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3489         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3490         (svn_log_command_class_init), (svn_log_command_new),
3491         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3492         * plugins/subversion/svn-log-command.h:
3493         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3494         (svn_log_entry_finalize), (svn_log_entry_class_init),
3495         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3496         (svn_log_entry_get_author), (svn_log_entry_get_date),
3497         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3498         (svn_log_entry_get_full_log):
3499         * plugins/subversion/svn-log-entry.h:
3500         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3501         (svn_merge_command_finalize), (svn_merge_command_run),
3502         (svn_merge_command_class_init), (svn_merge_command_new),
3503         (svn_merge_command_destroy):
3504         * plugins/subversion/svn-merge-command.h:
3505         * plugins/subversion/svn-remove-command.c: (on_log_callback),
3506         (svn_remove_command_init), (svn_remove_command_finalize),
3507         (svn_remove_command_run), (svn_remove_command_class_init),
3508         (svn_remove_command_new), (svn_remove_command_destroy),
3509         (svn_remove_command_get_path):
3510         * plugins/subversion/svn-remove-command.h:
3511         * plugins/subversion/svn-resolve-command.c:
3512         (svn_resolve_command_init), (svn_resolve_command_finalize),
3513         (svn_resolve_command_run), (svn_resolve_command_class_init),
3514         (svn_resolve_command_new), (svn_resolve_command_destroy):
3515         * plugins/subversion/svn-resolve-command.h:
3516         * plugins/subversion/svn-revert-command.c:
3517         (svn_revert_command_init), (svn_revert_command_finalize),
3518         (svn_revert_command_run), (svn_revert_command_class_init),
3519         (svn_revert_command_new), (svn_revert_command_destroy):
3520         * plugins/subversion/svn-revert-command.h:
3521         * plugins/subversion/svn-status-command.c:
3522         (svn_status_command_init), (svn_status_command_finalize),
3523         (on_svn_status_notify), (svn_status_command_run),
3524         (svn_status_command_class_init), (svn_status_command_new),
3525         (svn_status_command_destroy),
3526         (svn_status_command_get_status_queue):
3527         * plugins/subversion/svn-status-command.h:
3528         * plugins/subversion/svn-status.c: (svn_status_init),
3529         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3530         (svn_status_destroy), (svn_status_get_path),
3531         (svn_status_get_vcs_status):
3532         * plugins/subversion/svn-status.h:
3533         * plugins/subversion/svn-switch-command.c:
3534         (svn_switch_command_init), (svn_switch_command_finalize),
3535         (svn_switch_command_run), (svn_switch_command_class_init),
3536         (svn_switch_command_new), (svn_switch_command_destroy):
3537         * plugins/subversion/svn-switch-command.h:
3538         * plugins/subversion/svn-update-command.c:
3539         (svn_update_command_init), (svn_update_command_finalize),
3540         (svn_update_command_run), (svn_update_command_class_init),
3541         (svn_update_command_new), (svn_update_command_destroy):
3542         * plugins/subversion/svn-update-command.h:
3544         Now really committed all files from James patch (#457477)
3546 2007-11-08  Johannes Schmid <jhs@gnome.org>
3548         * TODO.tasks: Updated
3550 2007-11-08  James Liggett  <jrliggett@cox.net>
3552         reviewed by: Johannes Schmid <jhs@gnome.org>
3554         * configure.in:
3555         * libanjuta/Makefile.am:
3556         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3557         * libanjuta/anjuta-status.h:
3558         * libanjuta/libanjuta.h:
3559         * plugins/subversion/Makefile.am:
3560         * plugins/subversion/anjuta-subversion.glade:
3561         * plugins/subversion/anjuta-subversion.ui:
3562         * plugins/subversion/plugin.c: (value_added_project_root_uri),
3563         (value_removed_project_root_uri), (activate_plugin),
3564         (deactivate_plugin), (finalize), (subversion_instance_init):
3565         * plugins/subversion/plugin.h:
3566         * plugins/subversion/subversion-actions.c:
3567         * plugins/subversion/subversion-actions.h:
3568         * plugins/subversion/subversion-callbacks.c:
3569         * plugins/subversion/subversion-callbacks.h:
3570         * plugins/subversion/svn-auth.c:
3571         * plugins/subversion/svn-auth.h:
3572         * plugins/subversion/svn-backend-priv.h:
3573         * plugins/subversion/svn-backend.c:
3574         * plugins/subversion/svn-backend.h:
3575         * plugins/subversion/svn-notify.c:
3576         * plugins/subversion/svn-notify.h:
3577         * plugins/subversion/svn-thread.c:
3578         * plugins/subversion/svn-thread.h:
3579         
3580         Commited alpha2 of the new subversion plugin (#457477)
3582 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3584         * plugins/debug-manager/command.c:
3585         Fix a stupid crash when changing a register value
3587 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3589         * libanjuta/interfaces/libanjuta.idl,
3590         plugins/debug-manager/command.c,
3591         plugins/debug-manager/command.h,
3592         plugins/debug-manager/start.c,
3593         plugins/gdb/plugin.c,
3594         plugins/gdb/debugger.c,
3595         plugins/gdb/debugger.h:
3596         Use anjuta terminal plugin instead of gnome terminal
3597         Select if a terminal is used in the the start_program function
3598         Move terminal code from debugger.c to plugin.c
3599         Partial fix of bug #481366
3601         * plugins/gdb/utilities.c,
3602         plugins/gdb/utilities.h:
3603         Remove gnome terminal check function
3605 2007-11-06  Johannes Schmid <jhs@gnome.org>
3607         * plugins/project-import/anjuta-project-import.glade:
3608         * plugins/project-import/project-import.c: (on_import_next),
3609         (on_import_finish), (project_import_set_directory):
3610         * plugins/project-wizard/property.c: (npw_property_create_widget),
3611         (npw_property_set_value_from_widget):
3612         
3613         Replaced gnome_file_entry with gtk_file_chooser_button
3614         Fixes #422329 – Creating a new directory in program options doesn't work
3615         
3616 2007-11-04  Massimo Cora' <maxcvs@email.it>
3618         * plugins/symbol-db/plugin.c:
3619         add all files at once on project_import.
3620         No need to split them into more languages: ctags
3621         and the engine will take care of that.
3623         * plugins/symbol-db/symbol-db-engine.h,
3624         * plugins/symbol-db/symbol-db-engine.c,
3625         * plugins/symbol-db/tables.sql,
3626         * plugins/symbol-db/test/Makefile.am,
3627         * plugins/symbol-db/test/main.c,
3628         * plugins/symbol-db/symbol-db-view-locals.c:
3629         some memory leaks fixed. Ported the thing to
3630         libgda 3.1.2 [or better svn HEAD].
3631         Thanks to a fresh new algorithm to detect
3632         parent scope we're able to display correcly
3633         a local gtktree, including classes not directly
3634         defined inside that file.
3636 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3638         * plugins/debug-manager/threads.c,
3639         plugins/debug-manager/stack_trace.c:
3640         Do not display address when not needed
3642         * plugins/debug-manager/plugin.c,
3643         plugins/debug-manager/breakpoints.c:
3644         Breakpoints directly connect to debugger signals
3646         * plugins/debug-manager/watch.c:
3647         program-unload signal does not exist used debugger-stopped
3649         * plugins/debug-manager/queue.c,
3650         libanjuta/interfaces/libanjuta.idl:
3651         Display error message returned by debugger command
3652         Add new error codes
3654 2007-11-04  Johannes Schmid <jhs@gnome.org>
3656         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3657         Bug 493062 – gcj template needs AC_PROG_CC
3658         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3660         * src/anjuta-actions.h:
3661         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3662         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3664 === anjuta 2.3.0 ===
3666 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3668         * AUTHORS: Updated
3670 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3672         * ChangeLog: Tagged 2.3.0 release.
3674         * plugins/indent/Makefile.am: Fixed indentation.
3676         * plugins/editor/aneditor-autocomplete.cxx:
3677         * plugins/editor/aneditor-priv.h:
3678         * plugins/editor/aneditor.cxx:
3679         * plugins/editor/aneditor.h: Commented out dead codes.
3681         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3682         Do not build symbol-db by
3683         default. Added 'unstable' in plugin description to signify it's
3684         developmental state.
3686         * plugins/file-manager/Makefile.am,
3687         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3689 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3691         * plugins/debug-manager/utilities.c,
3692         plugins/debug-manager/utilities.h,
3693         plugins/debug-manager/threads.c,
3694         plugins/debug-manager/plugin.c,
3695         plugins/debug-manager/plugin.h,
3696         plugins/debug-manager/disassemble.h,
3697         plugins/debug-manager/watch.c,
3698         plugins/debug-manager/watch.h,
3699         plugins/debug-manager/breakpoints.c,
3700         plugins/debug-manager/stack_trace.c:
3701         Replace few remaining function calls by signal 
3703         * plugins/debug-manager/disassemble.c,
3704         plugins/debug-manager/registers.c,
3705         plugins/debug-manager/memory.c,
3706         plugins/debug-manager/locals.c,
3707         plugins/debug-manager/queue.c,
3708         plugins/debug-manager/queue.h:
3709         Connect signals when debugger is started
3710         Disconnect them when debugger is stopped
3711         Do not display window if debugger doesn't support feature
3713         * plugins/gdb/plugin.c,
3714         libanjuta/interfaces/libanjuta.idl:
3715         Remove unused initialization function
3717 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3719         * configure.in:
3720         * plugins/file-manager/Makefile.am:
3721         * scripts/build-schemas.mk: Fixed 'make distcheck'
3723 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3725         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3726         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3727         to latest API additions.
3729         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3730         to API changes.
3732 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3734         * ChangeLog: Fixed indentation.
3735         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3736         branch.
3738 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3740         * libanjuta/interfaces/libanjuta.idl:
3741         * plugins/build-basic-autotools/build-basic-autotools.c:
3742         (build_compile_file_real), (build_build_project),
3743         (build_install_project), (build_clean_project),
3744         (build_configure_project), (build_autogen_project),
3745         (build_distribution_project), (build_build_module),
3746         (build_install_module), (build_clean_module), (fm_build),
3747         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3748         (finalize), (basic_autotools_plugin_instance_init),
3749         (ibuildable_set_command), (ibuildable_reset_commands),
3750         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3751         (ibuildable_install), (ibuildable_configure),
3752         (ibuildable_generate), (ibuildable_iface_init):
3753         * plugins/build-basic-autotools/build-basic-autotools.h:
3755         Added API for commands override in build interface and implemented
3756         them in build plugin. Useful for other plugins override build
3757         commands depending on project environment.
3759 2007-10-28  Naba Kumar  <naba@gnome.org>
3761         * src/anjuta.glade,
3762         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3763         Fixed widget alignment for dock switcher tab style combo and
3764         scratchbox path entrybox.
3766 2007-10-28  Johannes Schmid <jhs@gnome.org>
3768         * plugins/document-manager/plugin.c: (on_editor_changed):
3769         Fixed a memory leak and simplified code (thanks again Sébastien)
3770         
3771         * configure.in:
3772         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3773         and OFFSET sql statements)
3775 2007-10-28  Massimo Cora' <maxcvs@email.it>
3777         * plugins/symbol-db/plugin.c,
3778         plugins/symbol-db/symbol-db-engine.h,
3779         plugins/symbol-db/symbol-db-view.c,
3780         plugins/symbol-db/symbol-db-view.c,
3781         plugins/symbol-db/symbol-db-view-locals.c,
3782         plugins/symbol-db/symbol-db-view-locals.h,
3783         plugins/symbol-db/symbol-db-engine.c:
3784         Better end-of-file-scan detection, permitting
3785         an improved scope/inheritance parsing.
3786         Locals tab gtktree now displays correct
3787         namespace->class->children tree, even if
3788         in a C++ file there isn't class declaration.
3790 2007-10-27  Johannes Schmid <jhs@gnome.org>
3792         Patch from Stanislav Brabec <sbrabec@suse.cz>
3793         * configure.in:
3794         Bug 489798 – Do not rely on svn-config
3796         Patch from Michael Wolf <maw@ximian.com>:
3797         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3798         (egg_tree_model_filter_remove_node),
3799         (egg_tree_model_filter_row_deleted):
3800         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3802 2007-10-27  Johannes Schmid <jhs@gnome.org>
3804         * plugins/devhelp/anjuta-devhelp.ui:
3805         * plugins/message-view/anjuta-message-manager.ui:
3807         Added some separators to the toolbar
3808         
3809         * plugins/document-manager/plugin.c:
3810         (on_support_plugin_deactivated), (load_new_support_plugins),
3811         (unload_unused_support_plugins), (on_editor_changed):
3812         
3813         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3814         for pointing out that is was crap.
3816 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3818         * libanjuta/interfaces/libanjuta.idl,
3819         libanjuta/anjuta-plugin-manager.c,
3820         libanjuta/anjuta-plugin-manager.h,
3821         libanjuta/anjuta-c-plugin-factory.c,
3822         libanjuta/anjuta-c-module.h,
3823         libanjuta/anjuta-c-module.c:
3824         Report detailled error message in case of plugin loading failure
3826 2007-10-24  Johannes Schmid <jhs@gnome.org>
3828         * configure.in:
3829         * plugins/Makefile.am:
3830         
3831         Activate build of symbol-db plugin (when libgda is available)
3832         
3833         * plugins/document-manager/plugin.c:
3834         (on_support_plugin_deactivated), (on_editor_changed):
3835         
3836         Properly handle language support plugins even when they are
3837         unloaded by the session.
3838         
3839         * plugins/symbol-db/plugin.c: (register_stock_icons),
3840         Port to new REGISTER_ICONS stuff
3841   
3842 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3844         * plugins/symbol-db/plugin.c,
3845         * plugins/symbol-db/symbol-db-view.c
3846         * plugins/symbol-db/symbol-db-engine.h,
3847         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3848         * plugins/symbol-db/symbol-db-view-locals.c,
3849         * plugins/symbol-db/symbol-db-view-locals.h,
3850         * plugins/symbol-db/symbol-db-engine.c:
3851         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3852         Added a new algorithm for dynamic population of the local symbols' tab.
3853         Now the default view is tree-like.
3854         Some fixes on engine correct some population issues.    
3856 2007-10-23  Naba Kumar  <naba@gnome.org>
3858         * plugins/glade/Makefile.am: Corrected conditional not to install
3859         .plugin file if plugin is disabled.
3860         * plugins/sourceview/Makefile.am: Corrected conditional not to
3861         install schemas if plugin is not built.
3863 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3865         * plugins/debug-manager/queue.c:
3866         Fix #488061: Mutiple crash dialogs
3868         * plugins/gdb/debugger.c,
3869         plugins/gdb/debugger.h:
3870         Remove maximum gdb command length, should fix bug#474811
3872 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3874         * manuals/reference/libanjuta/plugin-description-file.sgml,
3875         manuals/reference/libanjuta/libanjuta-docs.sgml,
3876         manuals/reference/libanjuta/libanjuta-sections.txt,
3877         libanjuta/interfaces/libanjuta.idl,
3878         libanjuta/anjuta-c-module.c,
3879         libanjuta/anjuta-c-plugin-factory.c:
3880         Document last changes in plugin code
3882 2007-10-19  Johannes Schmid <jhs@gnome.org>
3884         * plugins/subversion/subversion-callbacks.c: (check_filename):
3885         
3886         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3888 2007-10-19  Naba Kumar  <naba@gnome.org>
3890         * plugins/file-manager/file-model.c: Fixed a critical runtime
3891         warning.
3893 2007-10-18  Johannes Schmid <jhs@gnome.org>
3895         * libanjuta/anjuta-ui.h:
3896         Small fix on icon macros
3897         
3898         * libanjuta/interfaces/libanjuta.idl:
3899         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3900         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3901         (ilanguage_iface_init):
3902         
3903         Added get_from_editor() and get_name_from_editor() methods
3904         to IAnjutaLanguage
3905         
3906         * plugins/document-manager/plugin.c:
3907         (update_editor_ui_interface_items), (on_editor_changed):
3908         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3909         .in:
3910         * plugins/language-support-cpp-java/plugin.c: (install_support):
3911         
3912         Ported plugins to use the new interface
3914 2007-10-17  Johannes Schmid <jhs@gnome.org>
3916         * libanjuta/anjuta-ui.h:
3917         
3918         Added macros to register stock icons to stop all this copy&paste
3919         which had spread over a lot of files. New macros support to add 
3920         icons with toolbar and menu size (16 and 24)
3921         
3922         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3923         * plugins/debug-manager/images/anjuta-attach.svg:
3924         * plugins/debug-manager/images/anjuta-step-out.svg:
3925         * plugins/debug-manager/images/anjuta-step-over.svg:
3926         * plugins/debug-manager/plugin.c: (register_stock_icons):
3927         * plugins/document-manager/images/Makefile.am:
3928         * plugins/document-manager/images/anjuta-block-end.svg:
3929         * plugins/document-manager/images/anjuta-block-start.svg:
3930         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3931         * plugins/document-manager/images/anjuta-bookmark.svg:
3932         * plugins/document-manager/images/anjuta-go-history-next.svg:
3933         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3934         * plugins/document-manager/plugin.c: (register_stock_icons):
3935         * plugins/glade/plugin.c: (register_stock_icons):
3936         * plugins/language-support-cpp-java/plugin.c:
3937         (register_stock_icons):
3938         * plugins/message-view/Makefile.am:
3939         * plugins/message-view/anjuta-go-message-next.svg:
3940         * plugins/message-view/anjuta-go-message-prev.svg:
3941         * plugins/message-view/anjuta-message-view.svg:
3942         * plugins/message-view/messages.xpm:
3943         * plugins/message-view/plugin.c: (register_stock_icons):
3944         * plugins/patch/plugin.c: (patch_plugin_activate):
3945         * plugins/project-manager/plugin.c: (register_stock_icons):
3946         * plugins/search/Makefile.am:
3947         * plugins/search/anjuta-go-match-next.svg:
3948         * plugins/search/anjuta-go-match-prev.svg:
3949         * plugins/search/plugin.c: (activate_plugin):
3950         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3951         * plugins/terminal/terminal.c: (register_stock_icons):
3952         * plugins/valgrind/plugin.c: (register_stock_icons):
3953         
3954         Updated to use the new icons and added several new and updated 
3955         icons from #480093
3957 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3959         * libanjuta/anjuta-plugin-handle.c,
3960         libanjuta/anjuta-plugin-handle.h:
3961         Add a new path property containing the directory of the .plugin
3962         file, library file (.so or whatever) must be in the same directory
3964         * libanjuta/anjuta-plugin-manager.c,
3965         libanjuta/interfaces/libanjuta.idl,
3966         (removed) libanjuta/anjuta-glue-plugin.c,
3967         (removed) libanjuta/anjuta-glue-plugin.h,
3968         (removed) libanjuta/anjuta-glue-c.c,
3969         (removed) libanjuta/anjuta-glue-c.h,
3970         (removed) libanjuta/anjuta-glue-cpp.c,
3971         (removed) libanjuta/anjuta-glue-cpp.h,
3972         (removed) libanjuta/anjuta-glue-factory.c,
3973         (removed) libanjuta/anjuta-glue-factory.h,
3974         (added) libanjuta/anjuta-c-module.c,
3975         (added) libanjuta/anjuta-c-module.h,
3976         (added) libanjuta/anjuta-c-plugin-factory.c,
3977         (added) libanjuta/anjuta-c-plugin-factory.h,
3978         libanjuta/Makefile.am:
3979         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3980         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3981         implementing IAnjutaPluginFactory
3982         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3984         * libanjuta/libanjuta.h:
3985         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3986         interface)
3988         * libanjuta/anjuta-plugin.h:
3989         Replace AnjutaGluePlugin by GTypeModule
3990         Remove unused anjuta_glue_get_component_type replaced by
3991         g_type_from_name
3993         * plugins/build-basic-autotools/build-basic-autotools.h,
3994         plugins/class-gen/plugin.h,
3995         plugins/class-inheritance/plugin.h,
3996         plugins/cvs-plugin/plugin.h,
3997         plugins/debug-manager/plugin.h,
3998         plugins/devhelp/plugin.h,
3999         plugins/document-manager/plugin.h,
4000         plugins/editor/plugin.h,
4001         plugins/file-loader/plugin.h,
4002         plugins/file-wizard/plugin.h,
4003         plugins/gdb/plugin.h,
4004         plugins/glade/plugin.h,
4005         plugins/gtodo/plugin.h,
4006         plugins/indent/plugin.h,
4007         plugins/language-manager/plugin.h,
4008         plugins/language-support-cpp-java/plugin.h,
4009         plugins/macro/plugin.h,
4010         plugins/message-view/plugin.h,
4011         plugins/patch/plugin.h,
4012         plugins/profiler/plugin.h,
4013         plugins/project-import/plugin.h,
4014         plugins/project-manager/plugin.h,
4015         plugins/project-wizard/plugin.h,
4016         plugins/sample1/plugin.h,
4017         plugins/search/plugin.h,
4018         plugins/sourceview/plugin.h,
4019         plugins/subversion/plugin.h,
4020         plugins/symbol-browser/plugin.h,
4021         plugins/symbol-db/plugin.h,
4022         plugins/terminal/terminal.c,
4023         plugins/tools/plugin.h,
4024         plugins/valgrind/plugin.h:
4025         Replace AnjutaGluePlugin by GTypeModule
4027 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
4029         * plugins/debug-manager/breakpoints.c:
4030         Fix bug#487112, crash while removing a breakpoint in a new file
4032 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
4034         * plugins/document-manager/search-box.c:
4035         Fix a crash (with an useful comment) focus-out-event handler must
4036         return a gboolean
4038 2007-10-14 Johannes Schmid <jhs@gnome.org>
4040         * plugins/sourceview/sourceview.c:
4041         Hide calltip when "Up" or "Down" key is pressed
4043 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
4045         * plugins/document-manager/search-box.c:
4046         Change included file order to avoid a compile error with gnome 2.16
4048 2007-10-13  Johannes Schmid <jhs@gnome.org>
4050         * plugins/debug-manager/plugin.c: (enable_log_view):
4051         
4052         Fixed crash when closing a project and unloading another while
4053         the debugger is enabled
4055 2007-10-13  Johannes Schmid <jhs@gnome.org>
4057         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4058         
4059         Use correct breakpoint icon
4060         
4061         * plugins/devhelp/Makefile.am:
4062         * plugins/devhelp/anjuta-go-help-next.svg:
4063         * plugins/devhelp/anjuta-go-help-prev.svg:
4064         * plugins/devhelp/plugin.c: (register_stock_icons),
4065         (devhelp_activate):
4066         
4067         Added new icons from #480093
4068         
4069         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4070         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4071         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4072         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4073         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4074         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4075         * plugins/message-view/anjuta-go-message-next.svg:
4076         * plugins/message-view/anjuta-go-message-prev.svg:
4077         
4078         Updated icons from #480093
4079                 
4080         * src/anjuta-actions.h:
4081         Use GTK_STOCK_FULLSCREEN
4082         
4083         * src/anjuta-app.c: (on_gdl_style_changed),
4084         (anjuta_app_instance_init):
4085         * src/anjuta.glade:
4086         
4087         Added preference option to set the gdl switcher style
4089 2007-10-13  Johannes Schmid <jhs@gnome.org>
4091         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4092         (get_property_value_as_string), (set_property_value_as_string),
4093         (register_callbacks):
4094         * libanjuta/anjuta-preferences.h:
4095         
4096         Support GtkFileChooserButton as preferences widget
4097         
4098         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4099         
4100         Fixed a Gtk-Critical
4101         
4102         * plugins/file-manager/Makefile.am:
4103         * plugins/file-manager/file-model.c: (file_model_filter_file),
4104         (file_model_add_dummy), (file_model_expand_idle),
4105         (file_model_set_property), (file_model_get_property),
4106         (file_model_class_init):
4107         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4108         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4109         (file_manager_activate), (file_manager_finalize),
4110         (file_manager_instance_init), (ipreferences_merge),
4111         (ipreferences_unmerge), (ipreferences_iface_init):
4112         * plugins/file-manager/plugin.h:
4113         
4114         Added preferences to file-manager
4116         * plugins/glade/plugin.c: (activate_plugin):
4117         
4118         Move Properties widget into center because it is way to big
4119         for the sidebar
4121 2007-10-10  Johannes Schmid <jhs@gnome.org>
4123         * plugins/language-support-cpp-java/Makefile.am:
4124         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4125         * plugins/language-support-cpp-java/anjuta-complete.svg:
4126         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4127         * plugins/language-support-cpp-java/plugin.c:
4128         (register_stock_icons):
4129         
4130         And yet some more icons...
4132 2007-10-10  Johannes Schmid <jhs@gnome.org>
4134         * plugins/debug-manager/breakpoints.c:
4135         * plugins/debug-manager/images/Makefile.am:
4136         * plugins/debug-manager/images/anjuta-bookmark.svg:
4137         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4138         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4139         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4140         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4141         * plugins/debug-manager/images/anjuta-linemark.svg:
4142         * plugins/debug-manager/images/anjuta-pcmark.svg:
4143         * plugins/debug-manager/plugin.c: (register_stock_icons):
4144         * plugins/debug-manager/sparse_view.c:
4145         * plugins/document-manager/images/Makefile.am:
4146         * plugins/document-manager/images/anjuta-block-select.svg:
4147         * plugins/document-manager/images/anjuta-fold-close.svg:
4148         * plugins/document-manager/images/anjuta-fold-open.svg:
4149         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4150         * plugins/document-manager/images/anjuta-indent-less.svg:
4151         * plugins/document-manager/images/anjuta-indent-more.svg:
4152         * plugins/document-manager/images/anjuta-swap.svg:
4153         * plugins/document-manager/images/block_select.xpm:
4154         * plugins/document-manager/images/fold_close.xpm:
4155         * plugins/document-manager/images/fold_open.xpm:
4156         * plugins/document-manager/images/fold_toggle.xpm:
4157         * plugins/document-manager/images/indent.xpm:
4158         * plugins/document-manager/images/indent_dcr.xpm:
4159         * plugins/document-manager/images/indent_inc.xpm:
4160         * plugins/document-manager/plugin.c: (register_stock_icons):    
4161         * plugins/editor/Makefile.am:
4162         * plugins/editor/anjuta-bookmark-16.xpm:
4163         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4164         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4165         * plugins/editor/anjuta-linemark-16.xpm:
4166         * plugins/editor/anjuta-pcmark-16.xpm:
4167         * plugins/editor/bookmark.xpm:
4168         * plugins/editor/breakpoint-disabled.xpm:
4169         * plugins/editor/breakpoint-enabled.xpm:
4170         * plugins/editor/linemarker.xpm:
4171         * plugins/editor/program-counter.xpm:
4172         * plugins/editor/text_editor.c:
4173         * plugins/message-view/Makefile.am:
4174         * plugins/message-view/anjuta-go-message-next.svg:
4175         * plugins/message-view/anjuta-go-message-prev.svg:
4176         * plugins/message-view/anjuta-message-manager.ui:
4177         * plugins/message-view/plugin.c:
4178         * plugins/sourceview/Makefile.am:
4179         * plugins/sourceview/sourceview.c:
4181         Integrated lots of icons from #480093
4182         Thanks to <tpgww@onepost.net>
4184         * plugins/document-manager/plugin.c:
4185         Do not mark the line in ifile_open(), that looks ugly.
4186         
4187         * plugins/document-manager/search-box.c: (on_search_focus_out),
4188         (search_box_init):
4189         Clear the status bar on focus_out.
4190         
4191         * plugins/file-loader/anjuta-loader-plugin.ui:
4192         Fixed a missing "="
4194 2007-10-09  Johannes Schmid <jhs@gnome.org>
4196         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4197         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
4199         Some things I missed in the patch for #484419
4200         
4201         * plugins/document-manager/action-callbacks.c:
4202         (on_new_file_activate):
4203         * plugins/document-manager/action-callbacks.h:
4204         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4205         (on_window_key_press_event), (on_gconf_notify_timer):
4206         
4207         484645 – patch to deal with docman FIXME etc
4208         
4209         * plugins/editor/text_editor.c: (text_editor_set_indicator):
4210         * plugins/search/search-replace.c: (search_and_replace),
4211         (write_message_pane), (search_replace_populate),
4212         (translate_dialog_strings), (create_dialog),
4213         (anjuta_search_replace_activate):
4214         * plugins/search/search-replace_backend.c:
4215         (file_buffer_new_from_path), (get_next_match),
4216         (create_search_entries), (regex_backref),
4217         (clear_search_replace_instance):
4218         * plugins/search/search-replace_backend.h:
4219         
4220         #484573 – patch to correct various search-related issues
4221         
4222         Thanks for the above patches to <tpgww@onepost.net>
4223         
4224         * plugins/sourceview/sourceview.c:
4225         (sourceview_create_highligth_indic):
4226         
4227         Use the same marker for important as gedit (yellow background)
4229         * plugins/document-manager/anjuta-document-manager.ui:
4230         * plugins/file-loader/anjuta-file-loader.ui:
4231         * plugins/file-loader/plugin.c:
4232         
4233         Moved FileNew action to document-manager
4235 2007-10-08  Johannes Schmid <jhs@gnome.org>
4237         * plugins/document-manager/search-box.c: (on_search_activated):
4238         Mark messages for translation
4240 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
4242         reviewed by: Johannes Schmid <jhs@gnome.org>
4244         * plugins/Makefile.am:
4245         * plugins/build-basic-autotools/build-basic-autotools.c:
4246         (build_compile_file_real):
4247         * plugins/search/search-replace.c:
4248         * plugins/valgrind/preferences.c: (build_general_prefs):
4249         
4250         Fix #484379 – Contents of Makefile.am plugins and
4251         #484419 – Improvement into translation
4253 2007-10-06  Johannes Schmid <jhs@gnome.org>
4255         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4257         Fixed to properly support pointer-to-pointer (**) types
4259         * libanjuta/interfaces/libanjuta.idl:
4260         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
4261         * plugins/sourceview/sourceview-cell.h:
4262         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
4263         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
4264         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
4265         (isearch_backward), (isearch_iface_init):
4266         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
4267         (itext_editor_iface_init), (iselection_set_iter),
4268         (iselection_get_start_iter), (iselection_get_end_iter),
4269         (iselection_iface_init), (isearch_forward), (isearch_backward),
4270         (isearch_iface_init):
4271         
4272         Added IAnjutaEditorSearch interface and some utility methods to
4273         migrate from positions to iterators for the editor interface.
4274         
4275         * plugins/document-manager/Makefile.am:
4276         * plugins/document-manager/action-callbacks.c:
4277         (on_goto_line_no1_activate), (on_show_search):
4278         * plugins/document-manager/action-callbacks.h:
4279         * plugins/document-manager/anjuta-docman.c:
4280         (anjuta_docman_add_document), (anjuta_docman_show_editor),
4281         (anjuta_docman_grab_text_focus):
4282         * plugins/document-manager/anjuta-document-manager.ui:
4283         * plugins/document-manager/goto_line.c: (removed)
4284         * plugins/document-manager/goto_line.h: (removed)
4285         * plugins/document-manager/search-box.c:
4286         * plugins/document-manager/search-box.h:
4287         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4288         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
4289         (update_editor_ui_interface_items), (on_editor_added),
4290         (activate_plugin), (deactivate_plugin):
4291         * plugins/document-manager/plugin.h:
4292         
4293         Created new incremental "Quick Search" bar in the document manager to
4294         replace the crappy EggToolbar entries. Uses the new search interface and
4295         it thus much faster and more reliable.
4296         Fixes: 
4297         Bug 357544 – incremental search should work consistently (or not at all) 
4298         when main toolbar is hidden
4299         Bug 440637 – Search, don't work very well (partly for incremental search)
4300         
4301         * plugins/search/anjuta-search.ui:
4302         * plugins/search/plugin.c: (activate_plugin):
4303         
4304         Removed incremental search stuff
4305         
4306         * plugins/build-basic-autotools/build-basic-autotools.c:
4307         (on_session_save), (on_session_load):
4308         * plugins/build-basic-autotools/executer.c:
4309         (get_program_parameters):
4310         
4311         Scroll to selected executable and remember it across sessions
4312         (followup of #477976)
4313         
4314         * plugins/debug-manager/plugin.c: (value_added_current_editor):
4315         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
4316         
4317         * plugins/devhelp/anjuta-devhelp.ui:
4318         Rearraged toolbar items a bit
4320 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4322         * plugins/debug-manager/command.c,
4323         plugins/debug-manager/queue.c,
4324         plugins/gdb/plugin.c,
4325         plugins/gdb/debugger.c:
4326         Fix several crashing bugs (including bug#482985) with the debugger
4327         when closing project, stopping the debugger, restarting the program
4329 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4331         * libanjuta/anjuta-launcher.c:
4332         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
4334 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
4336         * plugins/debug-manager/command.c,
4337         plugins/debug-manager/queue.c:
4338         Asynchronous command can abort other commands in queue
4339         Resynchronize debugger state when a command is cancelled
4341         * plugins/debug-manager/breakpoints.c:
4342         Free BreakpointItem only when it is not used anymore
4344         * plugins/gdb/plugin.c:
4345         Do not return TRUE if the callback and/or ready signal is not used
4347         * plugins/gdb/debugger.c:
4348         Fix a crash, return correct state when debugger is stopped
4350 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
4352         * plugins/project-wizard/autogen.c:
4353         Fix bug#482067, escape project wizard user defined strings
4355 2007-10-01  Johannes Schmid <jhs@gnome.org>
4357         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4358         .glade:
4359         * plugins/build-basic-autotools/build-basic-autotools.c:
4360         (basic_autotools_plugin_instance_init):
4361         * plugins/build-basic-autotools/build-basic-autotools.h:
4362         * plugins/build-basic-autotools/executer.c:
4363         (get_program_parameters):
4364         
4365         Fixed #477976 – Keybinding in run dialog
4367 2007-09-30  Johannes Schmid <jhs@gnome.org>
4369         * plugins/Makefile.am:
4370         Do not build indent plugin (yet)
4371         
4372         * plugins/document-manager/plugin.c: (ipreferences_merge):
4373         Fixed unintentional and wrong change
4375         * plugins/indent/anjuta-indent.ui:
4376         Added missing file
4378 2007-09-28  Johannes Schmid <jhs@gnome.org>
4380         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
4381         * libanjuta/anjuta-launcher.h:
4382         Add a method to send EOF to some process. Needed for the indent plugin
4383         and should be useful in general. It does not actually send EOF as this
4384         is not possible with utf-8, but closes the stream instead.
4386         * plugins/devhelp/plugin.c: (value_added_current_editor):
4387         Fixed a Gtk-Critical due to the IAnjutaEditor - 
4388         IAnjutaDocument switch.
4390         * configure.in:
4391         * plugins/Makefile.am:
4392         * plugins/document-manager/Makefile.am:
4393         * plugins/document-manager/action-callbacks.c:
4394         * plugins/document-manager/anjuta-document-manager.glade:
4395         * plugins/document-manager/anjuta-document-manager.ui:
4396         * plugins/document-manager/images/Makefile.am:
4397         * plugins/document-manager/images/indent_auto.xpm:
4398         * plugins/document-manager/images/indent_set.xpm:
4399         * plugins/document-manager/indent-dialog.c:
4400         * plugins/document-manager/indent-dialog.h:
4401         * plugins/document-manager/indent-util.c:
4402         * plugins/document-manager/indent-util.h:
4403         * plugins/document-manager/indent_test.c:
4404         * plugins/document-manager/plugin.c: (register_stock_icons),
4405         (docman_plugin_instance_init), (ipreferences_merge):
4406         * plugins/document-manager/plugin.h:
4407         
4408         Removed indent code from document manager
4409         
4410         * plugins/indent/Makefile.am:
4411         * plugins/indent/indent-dialog.c:
4412         * plugins/indent/indent-util.c: (indent_init_indent_style):
4413         * plugins/indent/indent.glade:
4414         * plugins/indent/indent.plugin.in:
4415         * plugins/indent/plugin.c: (on_indent_finished),
4416         (on_indent_output), (on_indent_action_activate),
4417         (on_edit_editor_indent), (on_style_combo_changed),
4418         (value_added_current_editor), (value_removed_current_editor),
4419         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
4420         (indent_plugin_finalize), (indent_plugin_dispose),
4421         (anjuta_indent_plugin_instance_init),
4422         (anjuta_indent_plugin_class_init), (ipreferences_merge),
4423         (ipreferences_unmerge), (ipreferences_iface_init):
4424         * plugins/indent/plugin.h:
4426         Moved indent code to it's own plugin. Also reimplemented indent invocation
4427         using anjuta_launcher and streams. This is not yet completely working, maybe
4428         I got something wrong with the launcher.
4429         Also fixed #478987 – Unusable 'Indent setting window' on preferences
4431 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
4433         * plugins/debug-manager/plugin.c:
4434         Fix bug#480851, disconnect save_session signal when plugin is unloaded
4436 2007-09-27  Johannes Schmid <jhs@gnome.org>
4438         * libanjuta/interfaces/libanjuta.idl:
4439         * plugins/Makefile.am:
4440         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
4441         (isymbol_type_str), (isymbol_name), (isymbol_args),
4442         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
4443         (isymbol_impl), (isymbol_iface_init):
4444         * plugins/symbol-browser/an_symbol_info.c:
4445         * plugins/symbol-browser/an_symbol_info.h:
4446         * plugins/symbol-db/Makefile.am:
4447         * plugins/symbol-db/plugin.c:
4448         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
4449         (value_added_current_editor), (on_editor_foreach_clear),
4450         (value_removed_current_editor), (project_root_added),
4451         (symbol_db_activate), (symbol_db_deactivate),
4452         (isymbol_manager_search):
4453         * plugins/symbol-db/readtags.c: (initialize_1):
4454         * plugins/symbol-db/symbol-db-engine-iterator.c:
4455         (sdb_engine_iterator_instance_init),
4456         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
4457         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
4458         (symbol_db_engine_iterator_move_next),
4459         (symbol_db_engine_iterator_move_prev),
4460         (symbol_db_engine_iterator_get_n_items),
4461         (symbol_db_engine_iterator_last),
4462         (symbol_db_engine_iterator_set_position),
4463         (symbol_db_engine_iterator_get_position),
4464         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
4465         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
4466         (isymbol_iter_foreach), (isymbol_iter_set_position),
4467         (isymbol_iter_get_position), (isymbol_iter_get_length),
4468         (isymbol_iter_clone), (isymbol_iter_assign),
4469         (isymbol_iter_iface_init):
4470         * plugins/symbol-db/symbol-db-engine-iterator.h:
4471         * plugins/symbol-db/symbol-db-engine.c:
4472         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
4473         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4474         (sdb_engine_finalize), (sdb_engine_get_type),
4475         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4476         (sdb_engine_get_table_id_by_unique_name2),
4477         (sdb_engine_get_table_id_by_unique_name3),
4478         (symbol_db_engine_add_new_workspace),
4479         (symbol_db_engine_get_opened_project_name),
4480         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
4481         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
4482         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
4483         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
4484         (sdb_engine_add_new_scope_definition),
4485         (sdb_engine_add_new_tmp_heritage_scope),
4486         (sdb_engine_second_pass_update_scope_1),
4487         (sdb_engine_second_pass_update_heritage),
4488         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4489         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4490         (symbol_db_engine_update_project_symbols),
4491         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4492         (symbol_db_engine_update_buffer_symbols),
4493         (sdb_engine_walk_down_scope_path),
4494         (sdb_engine_prepare_symbol_info_sql),
4495         (symbol_db_engine_get_global_members),
4496         (symbol_db_engine_get_scope_members_by_symbol_id),
4497         (symbol_db_engine_get_scope_members),
4498         (symbol_db_engine_get_current_scope),
4499         (symbol_db_engine_get_file_symbols):
4500         * plugins/symbol-db/symbol-db-engine.h:
4501         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4502         (on_symbol_updated), (on_symbol_inserted),
4503         (symbol_db_view_locals_get_line),
4504         (symbol_db_view_locals_update_list):
4505         * plugins/symbol-db/symbol-db-view-search.c:
4506         (sdb_view_search_model_filter), (sdb_view_search_get_type):
4507         * plugins/symbol-db/symbol-db-view-search.h:
4508         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4509         (do_add_hidden_children), (do_recurse_and_add_new_sym),
4510         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4511         * plugins/symbol-db/tables.sql:
4512         * plugins/symbol-db/test/Makefile.am:
4513         * plugins/symbol-db/test/main.c: (add_new_files), (main):
4514         Updated patch from Massimo to improve symbol-db plugin
4516         * plugins/document-manager/plugin.c: (on_editor_changed):
4517         Make the code a bit more robust
4518         
4519         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4520         (anjuta_document_get_property), (anjuta_document_class_init),
4521         (anjuta_document_init), (set_uri), (document_loader_loaded),
4522         (anjuta_document_load), (document_saver_saving):
4523         * plugins/sourceview/anjuta-document.h:
4524         * plugins/sourceview/sourceview.c: (autodetect_language),
4525         (ilanguage_set_language), (ilanguage_get_language):
4526         Fix language detection on startup
4528 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
4530         * plugins/document-manager/action-callbacks.c:
4531         (on_editor_command_upper_case_activate),
4532         (on_editor_command_lower_case_activate): Leftover commit from previous
4533         commit (see last changlog entry by me).
4534         
4535         * plugins/file-manager/plugin.c: (file_manager_activate):
4536         Gave proper widget name so that layout works.
4538 2007-09-26  Johannes Schmid <jhs@gnome.org>
4540         * plugins/document-manager/plugin.c: (on_editor_changed),
4541         (docman_plugin_instance_init):
4542         Only unload/load language-support plugins if necessary.
4543         
4544         * plugins/language-manager/plugin.c: (language_manager_activate):
4545         Removed some debugging code
4547         * plugins/sourceview/sourceview.c: (on_document_saved),
4548         (ilanguage_set_language), (ilanguage_get_language):
4549         Fixed ianjuta_language interface and ensure that highlighting is
4550         activated when a new file is saved.
4551         
4552 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
4554         * libanjuta/interfaces/libanjuta.idl:
4555         * plugins/document-manager/action-callbacks.c:
4556         (on_editor_command_upper_case_activate),
4557         (on_editor_command_lower_case_activate):
4558         * plugins/editor/text_editor.c: (iselection_has_selection),
4559         (iselection_get_start), (iselection_get_end),
4560         (iselection_iface_init):
4561         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4562         * plugins/sourceview/sourceview.c: (iselect_has_selection),
4563         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4564         method and implemented it for both scintilla and sourceview editors.
4565         Updated document-manager and assist plugins to use the new method.
4567 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4569         * plugins/file-manager/file-view.c:
4570         Fix typo, allow to compile new file manager with gtk < 2.12
4572 2007-09-25  Johannes Schmid <jhs@gnome.org>
4574         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4575         Support Auto-Indent for single lines (e.g no selection);
4576         
4577         * plugins/macro/plugin.c:
4578         Do not use the same shortcut as auto-indent does
4579         
4580         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4581         Optimized keyboard navigation - do not emit char_added when only
4582         navigation keys have been pressed.
4584 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4586         * plugins/language-support-cpp-java/cpp-java-assist.c:
4587         (on_assist_chosen), (cpp_java_assist_install),
4588         (cpp_java_assist_uninstall):
4589         * plugins/language-support-cpp-java/plugin.c: (install_support),
4590         (uninstall_support): Install and uninstall support in correct order.
4591         Fixes a bug where it was installed multiple times resulting in
4592         inserting autocomplete text multiple times.
4594 2007-09-25  Johannes Schmid <jhs@gnome.org>
4596         * configure.in:
4597         Add GNOME_WARNING_FLAGS(maximum) and
4598         GNOME_CXX_WARNIGS(yes) to avoid bugs
4599         the compiler can warn you.
4600         
4601         * libegg/test-tree-utils.c: (key_test):
4602         * plugins/file-manager/file-model.c:
4603         (file_model_cancel_expand_idle), (file_model_sort),
4604         (file_model_row_expanded):
4605         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4606         (file_view_refresh), (file_view_get_selected), (file_view_init),
4607         (file_view_new):
4608         * plugins/file-manager/file-view.h:
4609         * plugins/symbol-db/readtags.c: (initialize_1):
4610         * src/main.c:
4611         
4612         Fixed the more critical warnings
4614 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4616         Icons from tpgww@onepost.net:
4617         * configure.in:
4618         * plugins/debug-manager/Makefile.am:
4619         * plugins/debug-manager/images/Makefile.am:
4620         * plugins/debug-manager/images/anjuta-attach.svg:
4621         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4622         * plugins/debug-manager/images/anjuta-step-into.svg:
4623         * plugins/debug-manager/images/anjuta-step-out.svg:
4624         * plugins/debug-manager/images/anjuta-step-over.svg:
4625         * plugins/debug-manager/plugin.c: (register_stock_icons):
4626         * plugins/document-manager/Makefile.am:
4627         * plugins/document-manager/block_select.xpm:
4628         * plugins/document-manager/fold_close.xpm:
4629         * plugins/document-manager/fold_open.xpm:
4630         * plugins/document-manager/fold_toggle.xpm:
4631         * plugins/document-manager/images/Makefile.am:
4632         * plugins/document-manager/images/anjuta-block-end.svg:
4633         * plugins/document-manager/images/anjuta-block-start.svg:
4634         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4635         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4636         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4637         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4638         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4639         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4640         * plugins/document-manager/indent.xpm:
4641         * plugins/document-manager/indent_auto.xpm:
4642         * plugins/document-manager/indent_dcr.xpm:
4643         * plugins/document-manager/indent_inc.xpm:
4644         * plugins/document-manager/indent_set.xpm:
4645         * plugins/document-manager/plugin.c: Added nicer icons for
4646         document manager and debugger. Organized icons in 'images'
4647         directories.
4649 2007-09-24  Johannes Schmid <jhs@gnome.org>
4651         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4652         Fixed a missing NULL in g_object_set.
4654 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4656         * plugins/language-support-cpp-java/cpp-java-assist.c:
4657         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4658         scope memebers just after scope operator is entered.
4660 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4662         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4663         * plugins/language-support-cpp-java/cpp-java-assist.c:
4664         (completion_function), (completion_compare),
4665         (cpp_java_assist_tag_destroy), (create_completion),
4666         (cpp_java_assist_destroy_completion_cache),
4667         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4668         Show '()' for function items in autocomplete list. Allow adding
4669         ' ' and/or '(' after function call autocompletion and have preferences
4670         settings for them.
4672 2007-09-24  Johannes Schmid <jhs@gnome.org>
4674         * sourceview.c: Reverting patch from r3157 because
4675         of side-effects
4677 2007-09-24  Johannes Schmid <jhs@gnome.org>
4679         * plugins/search/search-replace.c: (on_message_clicked):
4681         Fixed #427104 – No "highlight" of lines matching find-result
4683 2007-09-24  Johannes Schmid <jhs@gnome.org>
4685         * src/anjuta.glade:
4687         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4689 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4691         reviewed by: Johannes Schmid <jhs@gnome.org>
4693         * plugins/build-basic-autotools/executer.c: (execute_program):
4694         Fix #478238 – set env for execute programe in the terminal
4696 2007-09-24 Tom <tpgww@onepost.net>
4698         reviewed by: Johannes Schmid <jhs@gnome.org>
4700         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4701         Fix memory leak
4702         
4703         * plugins/debug-manager/disassemble.c: (on_disassemble):
4704         Correct a format string in DEBUG_PRINT()
4706 2007-09-23  Johannes Schmid <jhs@gnome.org>
4708         * plugins/sourceview/sourceview.c: (offset_to_position),
4709         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4710         (ieditor_get_position), (iselect_set), (iselect_get_start),
4711         (iselect_get_end):
4712         
4713         Fixed #Bug 440637 – Search, don't work very well
4715 2007-09-23  Johannes Schmid <jhs@gnome.org>
4717         * plugins/file-manager/file-model.c: (file_model_get_filename):
4718         * plugins/file-manager/file-model.h:
4719         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4720         (file_view_init), (file_view_class_init):
4721         * plugins/message-view/message-view.c:
4722         (message_view_query_tooltip), (message_view_dispose),
4723         (message_view_instance_init), (message_view_class_init):
4725         Added GTK+ 2.12 style tooltips to file-manager and message view.
4726         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4727         old implementation is used.
4729 2007-09-23  Johannes Schmid <jhs@gnome.org>
4731         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4732         Fixed typo
4733         
4734         * plugins/language-manager/language-manager.plugin.in:
4735         Marked UserActivatable=FALSE
4736         
4737         * plugins/language-manager/plugin.c: (load_languages),
4738         (language_manager_activate), (language_manager_deactivate),
4739         (language_manager_dispose), (language_manager_instance_init),
4740         (language_manager_find_mime_type), (language_manager_find_string),
4741         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4742         (ilanguage_get_name), (ilanguage_get_strings):
4743         
4744         Fixed various stupid bugs in language-manager plugin
4745         
4746         * plugins/symbol-db/symbol-db-engine.c:
4747         (sdb_engine_second_pass_update_scope_1):
4748         
4749         Add a g_return_if_fail to avoid a crash though still unsure
4750         what's causing it.
4752 2007-09-23  Johannes Schmid <jhs@gnome.org>
4754         * plugins/symbol-db/plugin.c: (on_project_element_added),
4755         (sources_array_free), (sources_array_add_foreach),
4756         (project_root_added):
4757         * plugins/symbol-db/symbol-db-engine.c:
4758         (symbol_db_engine_add_new_files):
4759         * plugins/symbol-db/symbol-db-engine.h:
4760         
4761         Added support for other languages than "C" to symbol-db. Now
4762         supports all languages listed by the language-manager.
4764 2007-09-23  Tom <tpgww@onepost.net>
4766         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4768         * configure.in:
4769         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4770         
4771         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4772         (anjuta_glue_factory_get_object_type):
4773         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4774         * plugins/build-basic-autotools/build-basic-autotools.c:
4775         (value_added_current_editor):
4776         * plugins/debug-manager/breakpoints.c:
4777         (breakpoints_dbase_edit_breakpoint),
4778         (on_toggle_breakpoint_activate):
4779         * plugins/debug-manager/plugin.c:
4780         (on_run_to_cursor_action_activate):
4781         * plugins/debug-manager/stack_trace.c:
4782         (dma_thread_update_stack_trace):
4783         * plugins/gdb/plugin.c:
4784         * plugins/glade/plugin.c: (ifile_open):
4785         * plugins/profiler/gprof-call-graph-view.c:
4786         * plugins/profiler/gprof-flat-profile-view.c:
4787         * plugins/profiler/gprof-function-call-tree-view.c:
4788         * plugins/profiler/gprof-options.c: (setup_widgets):
4789         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4790         * plugins/search/search-replace_backend.c:
4791         (file_buffer_new_from_te):
4792         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4793         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4794         (assist_window_get_property), (assist_window_move):
4795         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4796         (value_added_current_editor):
4797         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4798         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4799         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4800         
4801         Many small code, warnings and leak fixes
4803 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4805         * (removed) plugins/debug-manager/debugger.c,
4806         (removed) plugins/debug-manager/debugger.h,
4807         (added) plugins/debug-manager/command.c,
4808         (added) plugins/debug-manager/command.h,
4809         (added) plugins/debug-manager/queue.c,
4810         (added) plugins/debug-manager/queue.h,
4811         plugins/debug-manager/breakpoints.c,
4812         plugins/debug-manager/debug_tree.c,
4813         plugins/debug-manager/debug_tree.h,
4814         plugins/debug-manager/disassemble.c,
4815         plugins/debug-manager/disassemble.h,
4816         plugins/debug-manager/locals.c,
4817         plugins/debug-manager/locals.h,
4818         plugins/debug-manager/memory.c,
4819         plugins/debug-manager/memory.h,
4820         plugins/debug-manager/plugin.c,
4821         plugins/debug-manager/plugin.h,
4822         plugins/debug-manager/registers.c,
4823         plugins/debug-manager/registers.h,
4824         plugins/debug-manager/sharedlib.c,
4825         plugins/debug-manager/sharedlib.h,
4826         plugins/debug-manager/signals.c,
4827         plugins/debug-manager/signals.h,
4828         plugins/debug-manager/stack_trace.c,
4829         plugins/debug-manager/stack_trace.h,
4830         plugins/debug-manager/start.h,
4831         plugins/debug-manager/start.c,
4832         plugins/debug-manager/threads.c,
4833         plugins/debug-manager/threads.h,
4834         plugins/debug-manager/watch.c,
4835         plugins/debug-manager/watch.h,
4836         plugins/debug-manager/Makefile.am,
4837         plugins/gdb/debugger.c,
4838         plugins/gdb/debugger.h,
4839         plugins/gdb/plugin.c,
4840         libanjuta/interfaces/libanjuta.idl:
4841         Split debug-manager/debugger.c into command.c and queue.c
4842         Clean up debugger queue
4843         DmaDebuggerQueue object does not implement IAnjutaDebugger
4845 2007-09-23  Johannes Schmid <jhs@gnome.org>
4847         * configure.in:
4848         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4849         set correctly, etc.)
4850         
4851         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4852         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4853         (plugin_set_update):
4854         
4855         Show an error dialog instead of crashing when plugin loading fails
4857         * plugins/language-manager/Makefile.am:
4858         * plugins/language-manager/language-manager.plugin.in:
4859         * plugins/language-manager/languages.xml:
4860         * plugins/language-manager/plugin.c: (language_destroy),
4861         (load_languages), (language_manager_activate),
4862         (language_manager_deactivate), (language_manager_finalize),
4863         (language_manager_dispose), (language_manager_instance_init),
4864         (language_manager_class_init), (language_manager_find_mime_type),
4865         (language_manager_find_string), (ilanguage_get_from_mime_type),
4866         (ilanguage_get_from_string), (ilanguage_get_name),
4867         (ilanguage_get_strings), (ilanguage_iface_init):
4868         * plugins/language-manager/plugin.h:
4869         
4870         Added new language-manager plugin to have a better organisation for
4871         language names. The xml probabaly needs to be extended over time.
4872         
4873         * plugins/Makefile.am:
4874         * plugins/document-manager/plugin.c: (on_editor_changed):
4875         
4876         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4877         because it does not really save memory but makes tab switching slow.
4878         
4879         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4880         .in:
4881         * plugins/language-support-cpp-java/plugin.c: (install_support),
4882         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4883         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4884         unloading
4886         * plugins/language-support-cpp-java/cpp-java-assist.c:
4887         (cpp_java_assist_show_autocomplete):
4888         
4889         Fix autocomplete to only show valid completions
4891         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4892         Calltips always have correct size and position now
4894 2007-09-22  Johannes Schmid <jhs@gnome.org>
4896         * plugins/search/search-replace_backend.c: (get_next_match):
4897         Removed code introduced by accident that causes a crash.
4898         
4899         * plugins/sourceview/sourceview-tags.c:
4900         * plugins/sourceview/sourceview-tags.h:
4901         Removed ununsed files
4903 2007-09-22  Johannes Schmid <jhs@gnome.org>
4905         * plugins/language-support-cpp-java/cpp-java-assist.c:
4906         Fixed build error
4908 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4910         * plugins/language-support-cpp-java/cpp-java-assist.c:
4911         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4912         Increased matching brace search to 500 chars.
4914 2007-09-21  Johannes Schmid <jhs@gnome.org>
4916         * plugins/language-support-cpp-java/cpp-java-assist.c:
4917         (cpp_java_assist_get_pre_word),
4918         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4919         
4920         Added some profiling debug code
4921         
4922         * plugins/language-support-cpp-java/cpp-java-utils.c:
4923         (cpp_java_util_jump_to_matching_brace):
4924         * plugins/language-support-cpp-java/cpp-java-utils.h:
4925         * plugins/language-support-cpp-java/plugin.c:
4926         (get_line_indentation_base), (get_line_auto_indentation):
4927         
4928         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4929         avoid looping over the whole file when using calltips which is too slow and
4930         unneeded.
4931         
4932         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4933         (assist_tip_set_tips), (assist_tip_get_coordinates),
4934         (assist_tip_new):
4935         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4936         
4937         Better calltips appearance (use theme now) and avoid jumping
4938         calltips
4940 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4942         * plugins/document-manager/plugin.c:
4943         (update_editor_ui_interface_items):
4944         * plugins/language-support-cpp-java/plugin.c: (install_support),
4945         (uninstall_support): Moved autocomplete ui update code from
4946         document-manager to language-plugin.
4948 2007-09-21  Johannes Schmid <jhs@gnome.org>
4950         * libanjuta/interfaces/libanjuta.idl:
4951         
4952         Added IAnjutaLanguage interface (might still change...) for
4953         the upcoming language-manager plugin.
4954         
4955         * plugins/file-manager/Makefile.am:
4956         * plugins/file-manager/file-model.c:
4957         (file_model_cancel_expand_idle), (file_model_add_dummy),
4958         (file_model_expand_idle), (file_model_sort),
4959         (file_model_row_expanded), (file_model_row_collapsed),
4960         (file_model_init), (file_model_finalize),
4961         (file_model_set_property), (file_model_get_property),
4962         (file_model_class_init), (file_model_new), (file_model_refresh),
4963         (file_model_get_uri):
4964         * plugins/file-manager/file-model.h:
4965         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4966         (file_view_expand_row_idle), (file_view_refresh),
4967         (file_view_get_selected), (file_view_button_press_event),
4968         (file_view_selection_changed), (file_view_init),
4969         (file_view_get_property), (file_view_set_property),
4970         (file_view_finalize), (file_view_class_init):
4971         
4972         Split up model/view as far as possible and fixed some file-manager
4973         bugs (popup-menu and incorrect project loading).
4974         
4975         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4976         Use monospace font for tips.
4977         
4978         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4979         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4980         (icell_get_attribute), (icell_style_get_font_description),
4981         (icell_style_get_color), (icell_style_get_background_color),
4982         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4983         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4984         (iiter_get_length), (iiter_clone), (iiter_assign):
4986         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4987         interface. This is way faster though it has the drawback to create invalid
4988         iterators if the buffer is changed.
4990 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4992         * libanjuta/interfaces/libanjuta.idl:
4993         * plugins/document-manager/action-callbacks.c:
4994         * plugins/document-manager/anjuta-document-manager.ui:
4995         * plugins/document-manager/plugin.c: (register_stock_icons):
4996         * plugins/editor/text_editor.c:
4997         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4998         * plugins/language-support-cpp-java/cpp-java-assist.c:
4999         (cpp_java_assist_get_calltip_context):
5000         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
5001         (register_stock_icons), (cpp_java_plugin_activate_plugin):
5003         Moved autocomplete menu action from document-manager to assist plugin
5004         and got rid of deprecated autocomplete interface.
5006 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5008         * libanjuta/interfaces/libanjuta.idl:
5009         * plugins/editor/text_editor.c: (iassist_iface_init):
5010         * plugins/language-support-cpp-java/cpp-java-assist.c:
5011         (cpp_java_assist_check), (on_assist_chosen):
5012         * plugins/sourceview/sourceview.c: (iassist_iface_init):
5013         Removed react() methods in both editors and assist interface. Assist
5014         plugin itself handles setting the autocomplete. Also fixed
5015         some mem leaks.
5017 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
5019         * plugins/file-manager/Makefile.am:
5020         * plugins/file-manager/file-view.c: (file_view_add_dummy),
5021         (file_view_expand_idle), (file_view_init):
5022         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
5023         (file_manager_set_default_uri), (project_root_added),
5024         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
5025         (file_manager_activate), (file_manager_deactivate),
5026         (file_manager_instance_init), (file_manager_class_init),
5027         (ifile_manager_set_root), (ifile_manager_set_selected),
5028         (ifile_manager_iface_init): Adjusted white spaces to match
5029         anjuta convention.
5031 2007-09-19  Naba Kumar  <naba@gnome.org>
5033         * libanjuta/interfaces/libanjuta.idl:
5034         * plugins/editor/text_editor.c: (text_editor_instance_init),
5035         (iassist_show_tips), (iassist_cancel_tips),
5036         (iassist_hide_suggestions), (iassist_iface_init):
5037         * plugins/editor/text_editor.h:
5038         * plugins/editor/text_editor_cbs.c:
5039         (on_text_editor_scintilla_notify):
5040         * plugins/language-support-cpp-java/cpp-java-assist.c:
5041         (is_scope_context_character), (is_word_character),
5042         (create_completion), (cpp_java_assist_get_scope_context),
5043         (cpp_java_assist_get_pre_word),
5044         (cpp_java_assist_get_scope_operator),
5045         (cpp_java_assist_destroy_completion_cache),
5046         (cpp_java_assist_create_scope_completion_cache),
5047         (cpp_java_assist_create_word_completion_cache),
5048         (cpp_java_assist_show_autocomplete),
5049         (cpp_java_assist_get_calltip_context),
5050         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
5051         (on_editor_char_added), (on_assist_chosen),
5052         (cpp_java_assist_install), (cpp_java_assist_uninstall),
5053         (cpp_java_assist_init), (cpp_java_assist_finalize):
5054         * plugins/language-support-cpp-java/cpp-java-assist.h:
5055         * plugins/language-support-cpp-java/plugin.c:
5056         (initialize_indentation_params):
5057         * plugins/sourceview/assist-tip.c:
5058         * plugins/sourceview/assist-tip.h:
5059         * plugins/sourceview/sourceview-private.h:
5060         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5061         (on_assist_tip_destroyed), (on_assist_cancel),
5062         (on_document_char_added), (iassist_get_suggestions),
5063         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
5064         
5065         Implement state-less assistance so that assist can be evaluated
5066         any given time at any position. Changed IAnjutaEditorAssist interfance
5067         and implementations and removed any state management in editors.
5069 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
5071         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5072         completion items sorting and avoided unnecssary sorts.
5074         * plugins/text-editor.c: Fixed state.
5076 2007-09-17  Johannes Schmid <jhs@gnome.org>
5078         * plugins/language-support-cpp-java/cpp-java-assist.c:
5079         (on_assist_begin):
5080         
5081         Fixed calltips in sourceview
5083 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
5085         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
5086         completion items preparation time. Fixed a crash bug.
5088         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5089         Set buffer size (From Massimo, required for symbol-db).
5091         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5092         for suggestions.
5094         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5095         change in API.
5097         * plugins/editor/aneditor-autocomplete.cxx,
5098         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5099         Added ANE_GETWORDBEFORECARAT command.
5101         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5102         using assist interface.
5104         * plugins/editor/text_editor.c: (text_editor_instance_init),
5105         (text_editor_get_word_before_carat),
5106         (text_editor_get_current_word), (iassist_add_trigger),
5107         (iassist_remove_trigger), (on_assist_canceled),
5108         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5109         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5110         * plugins/editor/text_editor.h:
5111         * plugins/editor/text_editor_cbs.c: (trigger_size),
5112         (max_trigger_size), (text_editor_check_assist),
5113         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5114         interface.
5116         * plugins/language-support-cpp-java/Makefile.am:
5117         * plugins/language-support-cpp-java/plugin.c:
5118         (get_line_indentation_base), (get_line_auto_indentation),
5119         (install_support), (uninstall_support),
5120         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5121         (cpp_java_plugin_instance_init):
5122         * plugins/language-support-cpp-java/plugin.h:
5123         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5124         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5125         Make assist a separate class.
5127 2007-09-14  Johannes Schmid <jhs@gnome.org>
5129         * plugins/sourceview/sourceview.c: (iassist_suggest):
5130         Fixed changed char_alignment paramter in language-support
5131         plugin
5133 2007-09-14  Naba Kumar  <naba@gnome.org>
5135         * plugins/language-support-cpp-java/plugin.c: Send the right
5136         'char_alignment' paramenter (needs fixing in sourceview).
5138 2007-09-13  Johannes Schmid <jhs@gnome.org>
5140         * anjuta.anjuta:
5141         * plugins/project-wizard/templates/minimal/project.anjuta:
5142         Use IAnjutaSymbolManager instead of loading the plugin directly.
5143         (TODO: Think of a version to do this for older files...)
5145         * configure.in:
5146         * plugins/Makefile.am:
5147         * plugins/symbol-db/Makefile.am:
5148         
5149         Build symbol-db plugin if libgda-3.0 is found
5151 2007-09-13  Johannes Schmid <jhs@gnome.org>
5153         * plugins/sourceview/Makefile.am:
5154         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5155         (set_uri):
5156         * plugins/sourceview/anjuta-document.h:
5157         Removed lots of dead code
5158         
5159         * plugins/sourceview/anjuta-languages-manager.c:
5160         * plugins/sourceview/anjuta-languages-manager.h:
5161         removed completely
5162         
5163         * plugins/sourceview/sourceview.c: (on_document_char_added),
5164         (on_document_loaded), (sourceview_instance_init),
5165         (iselect_get_start), (iselect_get_end),
5166         (ilanguage_get_supported_languages), (ilanguage_set_language):
5167         
5168         Fixed selection handling and make some adaptions for the changes 
5169         mentioned above
5171 2007-09-13  Johannes Schmid <jhs@gnome.org>
5173         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5174         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5175         (on_assist_update):
5176         
5177         Added preferences to language support completion/calltips
5178         
5179         * plugins/sourceview/assist-window.c: (assist_window_update):
5181         Always select first entry
5183         * plugins/sourceview/sourceview.glade:
5184         Removed old completion preferences
5186 2007-09-11  Naba Kumar  <naba@gnome.org>
5188         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5189         and possible crash when pressing ctrl+d in terminal after preferences
5190         window has been shown once (no need for backport).
5192         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
5193         implementations to get warnings instead of crashes for unimplemented
5194         interface methods.
5196 2007-09-11   Massimo Cora' <maxcvs@email.it>
5198         Reviewed by: Naba Kumar  <naba@gnome.org>
5200         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5201         * plugins/symbol-db/*:
5202         Added new symbol-database backend based on SQLite 3.
5203         (does not enabled for build currently).
5205 2007-09-10  Johannes Schmid <jhs@gnome.org>
5207         * anjuta.anjuta:
5208         * configure.in:
5209         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
5210         (parse_info_init), (parse_info_free), (valid_element),
5211         (start_element_handler), (end_element_handler), (text_handler),
5212         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
5213         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5214         (egg_recent_model_monitor), (egg_recent_model_read),
5215         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5216         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5217         (egg_recent_model_set_property), (egg_recent_model_class_init),
5218         (egg_recent_model_init), (egg_recent_model_add_full),
5219         (egg_recent_model_delete), (egg_recent_model_get_list),
5220         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5221         (egg_recent_model_set_filter_mime_types),
5222         (egg_recent_model_clear_group_filter),
5223         (egg_recent_model_set_filter_groups),
5224         (egg_recent_model_clear_scheme_filter),
5225         (egg_recent_model_set_filter_uri_schemes),
5226         (egg_recent_model_remove_expired):
5227         
5228         Update EggRecent (#456465)
5230 2007-09-10  Johannes Schmid <jhs@gnome.org>
5232         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
5233         (anjuta_plugin_manager_get_plugin):
5234         * plugins/profiler/gprof-call-graph-view.c:
5235         (gprof_call_graph_view_create_columns):
5236         * plugins/profiler/gprof-flat-profile-view.c:
5237         (gprof_flat_profile_view_create_columns):
5238         * plugins/profiler/gprof-function-call-tree-view.c:
5239         (gprof_function_call_tree_view_create_columns):
5240         
5241         Fixed #466031 – Update of pieces of menus for Localization
5243 2007-09-10  Johannes Schmid <jhs@gnome.org>
5245         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
5246         Bug 343522 – anjuta: Unable to execute commands that use options.
5248 2007-09-09  Johannes Schmid <jhs@gnome.org>
5250         * plugins/document-manager/anjuta-docman.c:
5251         (anjuta_docman_update_page_label):
5252         
5253         Fixed #458034 – Method of indicating unsaved changes breaks convention
5254         
5255         * plugins/document-manager/plugin.c: (update_title),
5256         (value_added_project_root_uri), (value_removed_project_root_uri),
5257         (on_editor_changed), (activate_plugin):
5258         * plugins/document-manager/plugin.h:
5259         * plugins/project-manager/plugin.c: (on_profile_scoped),
5260         (on_profile_descoped), (ifile_open):
5261         
5262         Fixed #427390 – Show path of item in currently focused editor window
5264 2007-09-09  Johannes Schmid <jhs@gnome.org>
5266         * plugins/search/plugin.c: (on_toolbar_find_clicked),
5267         (on_toolbar_find_incremental):
5268         Fix incremental search
5269         
5270         * plugins/sourceview/sourceview.c: (on_document_char_added),
5271         (set_select):
5272         Fixed selection management
5274 2007-09-09  Johannes Schmid <jhs@gnome.org>
5276         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5277         Fixed memory leak
5279         * libanjuta/interfaces/libanjuta.idl:
5280         Extended IAnjutaEditorAssist interface
5281         
5282         * plugins/language-support-cpp-java/plugin.c:
5283         (jump_to_matching_brace), (add_tags), (on_assist_begin),
5284         (assist_cleanup), (on_assist_chosen), (on_assist_update),
5285         (context_character), (get_context), (function_parser),
5286         (cpp_member_parser), (install_assist), (uninstall_assist),
5287         (get_line_indentation_base), (get_line_auto_indentation),
5288         (install_support), (uninstall_support),
5289         (on_value_added_current_editor), (on_value_removed_current_editor),
5290         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
5291         * plugins/language-support-cpp-java/plugin.h:
5292         
5293         Improved fixed editor assistance and added support for function/method
5294         tooltips. jumb_to_matching_brance => jump_to_matching_brace
5295         
5296         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
5297         Removed a FIXME
5298         
5299         * plugins/project-import/project-import.c: (on_import_next):
5300         Added a non-NULL check with could probably fix #474843 but not sure
5301         
5302         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
5303         Fixed anjuta-plugin project wizard
5304         
5305         * plugins/sourceview/Makefile.am:
5306         * plguins/sourceview/assist-tip.[ch]:
5307         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
5308         (anjuta_view_key_press_event):
5309         * plugins/sourceview/assist-window.c: (assist_window_class_init),
5310         (assist_window_init), (assist_window_update), (assist_window_new):
5311         * plugins/sourceview/sourceview-private.h:
5312         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5313         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
5314         (trigger_size), (max_trigger_size), (on_document_char_added),
5315         (sourceview_dispose), (ieditor_get_current_word),
5316         (iassist_add_trigger), (iassist_init_suggestions),
5317         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
5318         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
5319         
5320         Big update on sourceview assist capabilites. Autocompletion should
5321         now work much better and function tooltips are finally supported!
5323         * plugins/sourceview/anjuta-document.h:
5324         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
5325         (anjuta_document_get_current_word):
5326         Fixed get_current_word (inspired by aneditor.cxx implementation)
5328         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
5329         (icell_get_attribute):
5330         Fixed get_attribute() to also detect character constants.
5331         Simplified get_char()
5333         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
5334         (isymbol_manager_get_members), (isymbol_manager_get_parents),
5335         (isymbol_manager_get_completions_at_position):
5336         
5337         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
5339 2007-09-04  Naba Kumar  <naba@gnome.org>
5341         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
5342         projects that can not add sources.
5344         * plugins/file-wizard/file.c: Similarly for file wizard,
5345         Do not enable 'Add to project' projects that can not add sources.
5347 2007-09-04  Naba Kumar  <naba@gnome.org>
5349         * configure.in: Bumped gnome-build requirement to 0.2.0
5350         for project capabilities support.
5352         * plugins/project-manager/plugin.c: Enable/disable project
5353         actions based on project capabilities. Fixes bug #433552:
5354         crash in Anjuta IDE: add file test.h in project on generic
5355         Makefile.
5357         * libanjuta/interfaces/libanjuta.idl: Added method to query
5358         project capabilities.
5360 2007-09-03  Naba Kumar  <naba@gnome.org>
5362         * plugins/file-manager/plugin.c: Set shadow type IN.
5363         * plugins/file-manager/file-view.c: Fixed code style.
5364         * plugins/file-manager/file-view.c: Fixed icons column to size
5365         properly.
5367         * plugins/file-manager/plugin.[c,h]: Fixed code style.
5369         * plugins/file-manager/plugin.c: Fixed crash on closing project and
5370         unmonitors project-uri on file-manager deactivation.
5372         * TODO.tasks: Updated
5374 2007-09-02  Johannes Schmid <jhs@gnome.org>
5376         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5377         Fixed memory leak
5378         
5379         * plugins/file-manager/file-view.c: (file_view_get_selected),
5380         (file_view_button_press_event), (file_view_finalize):
5381         * plugins/file-manager/plugin.c: (project_root_removed),
5382         (file_manager_deactivate):
5383         
5384         Fixed some small bugs I missed before
5386 2007-09-02  Johannes Schmid <jhs@gnome.org>
5388         * plugins/file-manager/*:
5389         Added new and file-manager
5391 2007-09-02  Johannes Schmid <jhs@gnome.org>
5393         * plugins/file-manager/*:
5394         Removed old file-manager
5396 2007-08-31  Johannes Schmid <jhs@gnome.org>
5398         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
5399         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5400         
5401         Fixed some memory leaks
5402         
5403         * MAINTAINERS: Fixed
5404         
5405 2007-08-31  Johannes Schmid <jhs@gnome.org>
5407         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5408         (get_property_value_as_string), (set_property_value_as_string),
5409         (register_callbacks), (preferences_foreach_callback),
5410         (anjuta_preferences_register_property_raw):
5411         * libanjuta/anjuta-preferences.h:
5412         * plugins/build-basic-autotools/build-basic-autotools.c:
5413         (on_build_mesg_format):
5414         * plugins/document-manager/anjuta-document-manager.glade:
5415         * plugins/message-view/anjuta-message-manager-plugin.glade:
5416         
5417         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
5418         broken message view preferences
5419         
5420         * plugins/message-view/message-view.c:
5421         (message_view_instance_init), (pref_change_color), (prefs_init),
5422         (imessage_view_append):
5423         Cleaned up message view (#458041)
5424         
5425         * src/shell.c: (on_preferences_activate),
5426         (anjuta_test_shell_instance_init),
5427         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
5428         Fixed test shell to allow better debugging
5429         
5430 2007-08-31  Johannes Schmid <jhs@gnome.org>
5432         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
5433         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
5434         * plugins/gtodo/main.h:
5435         * plugins/gtodo/plugin.c: (activate_plugin):
5436         
5437         Fixed #423467 (View->Tasks menu items are not 
5438         checked on startup)
5440 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
5442         reviewed by: Johannes Schmid <jhs@gnome.org>
5444         * COPYING:
5445         * data/welcome.txt.in:
5446         * launcher/anjuta_launcher.c:
5447         * libanjuta/anjuta-children.c:
5448         * libanjuta/anjuta-children.h:
5449         * libanjuta/anjuta-debug.h:
5450         * libanjuta/anjuta-encodings.c:
5451         * libanjuta/anjuta-encodings.h:
5452         * libanjuta/anjuta-glue-c.c:
5453         * libanjuta/anjuta-glue-c.h:
5454         * libanjuta/anjuta-plugin-description.c:
5455         * libanjuta/anjuta-plugin-description.h:
5456         * libanjuta/anjuta-plugin-handle.c:
5457         * libanjuta/anjuta-plugin-handle.h:
5458         * libanjuta/anjuta-plugin-manager.c:
5459         * libanjuta/anjuta-plugin-manager.h:
5460         * libanjuta/anjuta-plugin.c:
5461         * libanjuta/anjuta-plugin.h:
5462         * libanjuta/anjuta-preferences.c:
5463         * libanjuta/anjuta-preferences.h:
5464         * libanjuta/anjuta-profile-manager.c:
5465         * libanjuta/anjuta-profile-manager.h:
5466         * libanjuta/anjuta-profile.c:
5467         * libanjuta/anjuta-profile.h:
5468         * libanjuta/anjuta-save-prompt.c:
5469         * libanjuta/anjuta-save-prompt.h:
5470         * libanjuta/anjuta-serializer.c:
5471         * libanjuta/anjuta-serializer.h:
5472         * libanjuta/anjuta-session.c:
5473         * libanjuta/anjuta-session.h:
5474         * libanjuta/anjuta-shell.c:
5475         * libanjuta/anjuta-shell.h:
5476         * libanjuta/anjuta-status.c:
5477         * libanjuta/anjuta-status.h:
5478         * libanjuta/anjuta-ui.c:
5479         * libanjuta/anjuta-ui.h:
5480         * libanjuta/anjuta-utils-priv.h:
5481         * libanjuta/anjuta-utils.c:
5482         * libanjuta/anjuta-utils.h:
5483         * libanjuta/cell-renderer-captioned-image.c:
5484         * libanjuta/cell-renderer-captioned-image.h:
5485         * libanjuta/e-splash.c:
5486         * libanjuta/e-splash.h:
5487         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5488         * libanjuta/interfaces/libanjuta.idl:
5489         * libanjuta/libanjuta.h:
5490         * libanjuta/resources.c:
5491         * libanjuta/resources.h:
5492         * libegg/egg-cell-renderer-text.c:
5493         * libegg/egg-combo-action.c:
5494         * libegg/egg-entry-action.c:
5495         * libegg/egg-recent-action.c:
5496         * libegg/egg-recent-files-module.c:
5497         * libegg/egg-recent-item.c:
5498         * libegg/egg-recent-model.c:
5499         * libegg/egg-recent-view-gtk.c:
5500         * libegg/egg-recent-view.c:
5501         * libegg/egg-submenu-action.c:
5502         * libegg/eggaccelerators.c:
5503         * libegg/eggcellrendererpopup.c:
5504         * libegg/eggcomboselect.c:
5505         * libegg/eggtreemodelfilter.c:
5506         * libegg/eggtreemultidnd.c:
5507         * libegg/gtkcellview.h:
5508         * libegg/treeviewutils/egg-cell-renderer-text.h:
5509         * libegg/treeviewutils/eggaccelerators.h:
5510         * libegg/treeviewutils/eggcellrendererkeys.h:
5511         * libegg/treeviewutils/eggcellrendererpopup.h:
5512         * libegg/treeviewutils/eggtreemodelfilter.h:
5513         * libegg/treeviewutils/eggtreemultidnd.h:
5514         * libegg/treeviewutils/eggtreeviewstate.h:
5515         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5516         * manuals/anjuta-faqs/Makefile.am:
5517         * manuals/anjuta-manual/C/anjuta-manual.xml:
5518         * manuals/anjuta-manual/C/license.xml:
5519         * manuals/anjuta-manual/es/es.po:
5520         * manuals/anjuta-manual/sv/sv.po:
5521         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5522         ml:
5523         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5524         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5525         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5526         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5527         * manuals/old/ja/anjuta-manual/license.xml:
5528         * plugins/build-basic-autotools/build-basic-autotools.c:
5529         * plugins/build-basic-autotools/build-basic-autotools.h:
5530         * plugins/build-basic-autotools/executer.c:
5531         * plugins/build-basic-autotools/executer.h:
5532         * plugins/build/build_file.c:
5533         * plugins/build/build_file.h:
5534         * plugins/build/build_project.c:
5535         * plugins/build/build_project.h:
5536         * plugins/build/clean_project.c:
5537         * plugins/build/clean_project.h:
5538         * plugins/build/commands.c:
5539         * plugins/build/commands.h:
5540         * plugins/build/compile.c:
5541         * plugins/build/compile.h:
5542         * plugins/build/compiler_options.c:
5543         * plugins/build/compiler_options.h:
5544         * plugins/build/configurer.c:
5545         * plugins/build/configurer.h:
5546         * plugins/build/executer.c:
5547         * plugins/build/executer.h:
5548         * plugins/class-gen/cell-renderer-flags.c:
5549         * plugins/class-gen/cell-renderer-flags.h:
5550         * plugins/class-gen/combo-flags.c:
5551         * plugins/class-gen/combo-flags.h:
5552         * plugins/class-gen/element-editor.c:
5553         * plugins/class-gen/element-editor.h:
5554         * plugins/class-gen/generator.c:
5555         * plugins/class-gen/generator.h:
5556         * plugins/class-gen/plugin.c:
5557         * plugins/class-gen/plugin.h:
5558         * plugins/class-gen/transform.c:
5559         * plugins/class-gen/transform.h:
5560         * plugins/class-gen/validator.c:
5561         * plugins/class-gen/validator.h:
5562         * plugins/class-gen/window.c:
5563         * plugins/class-gen/window.h:
5564         * plugins/class-inheritance/class-callbacks.c:
5565         * plugins/class-inheritance/class-callbacks.h:
5566         * plugins/class-inheritance/class-inherit.c:
5567         * plugins/class-inheritance/class-inherit.h:
5568         * plugins/class-inheritance/plugin.c:
5569         * plugins/class-inheritance/plugin.h:
5570         * plugins/cvs-plugin/cvs-actions.c:
5571         * plugins/cvs-plugin/cvs-actions.h:
5572         * plugins/cvs-plugin/cvs-callbacks.c:
5573         * plugins/cvs-plugin/cvs-callbacks.h:
5574         * plugins/cvs-plugin/cvs-execute.c:
5575         * plugins/cvs-plugin/cvs-execute.h:
5576         * plugins/cvs-plugin/cvs-interface.c:
5577         * plugins/cvs-plugin/cvs-interface.h:
5578         * plugins/cvs-plugin/plugin.c:
5579         * plugins/cvs-plugin/plugin.h:
5580         * plugins/debug-manager/breakpoints.c:
5581         * plugins/debug-manager/breakpoints.h:
5582         * plugins/debug-manager/chunk_view.c:
5583         * plugins/debug-manager/chunk_view.h:
5584         * plugins/debug-manager/data_buffer.c:
5585         * plugins/debug-manager/data_buffer.h:
5586         * plugins/debug-manager/data_view.c:
5587         * plugins/debug-manager/data_view.h:
5588         * plugins/debug-manager/debug_tree.c:
5589         * plugins/debug-manager/debug_tree.h:
5590         * plugins/debug-manager/debugger.c:
5591         * plugins/debug-manager/debugger.h:
5592         * plugins/debug-manager/disassemble.c:
5593         * plugins/debug-manager/disassemble.h:
5594         * plugins/debug-manager/info.c:
5595         * plugins/debug-manager/info.h:
5596         * plugins/debug-manager/locals.c:
5597         * plugins/debug-manager/locals.h:
5598         * plugins/debug-manager/memory.c:
5599         * plugins/debug-manager/memory.h:
5600         * plugins/debug-manager/plugin.c:
5601         * plugins/debug-manager/plugin.h:
5602         * plugins/debug-manager/registers.c:
5603         * plugins/debug-manager/registers.h:
5604         * plugins/debug-manager/sexy-icon-entry.c:
5605         * plugins/debug-manager/sexy-icon-entry.h:
5606         * plugins/debug-manager/sharedlib.c:
5607         * plugins/debug-manager/sharedlib.h:
5608         * plugins/debug-manager/signals.c:
5609         * plugins/debug-manager/signals.h:
5610         * plugins/debug-manager/sparse_buffer.c:
5611         * plugins/debug-manager/sparse_buffer.h:
5612         * plugins/debug-manager/sparse_view.c:
5613         * plugins/debug-manager/sparse_view.h:
5614         * plugins/debug-manager/stack_trace.c:
5615         * plugins/debug-manager/stack_trace.h:
5616         * plugins/debug-manager/start.c:
5617         * plugins/debug-manager/start.h:
5618         * plugins/debug-manager/threads.c:
5619         * plugins/debug-manager/threads.h:
5620         * plugins/debug-manager/utilities.c:
5621         * plugins/debug-manager/utilities.h:
5622         * plugins/debug-manager/watch.c:
5623         * plugins/debug-manager/watch.h:
5624         * plugins/devhelp/htmlview.c:
5625         * plugins/devhelp/htmlview.h:
5626         * plugins/document-manager/action-callbacks.c:
5627         * plugins/document-manager/action-callbacks.h:
5628         * plugins/document-manager/anjuta-docman.c:
5629         * plugins/document-manager/anjuta-docman.h:
5630         * plugins/document-manager/editor-tooltips.c:
5631         * plugins/document-manager/editor-tooltips.h:
5632         * plugins/document-manager/file_history.c:
5633         * plugins/document-manager/file_history.h:
5634         * plugins/document-manager/indent-dialog.c:
5635         * plugins/document-manager/indent-dialog.h:
5636         * plugins/document-manager/indent-util.c:
5637         * plugins/document-manager/indent-util.h:
5638         * plugins/document-manager/plugin.c:
5639         * plugins/editor/aneditor-autocomplete.cxx:
5640         * plugins/editor/aneditor-calltip.cxx:
5641         * plugins/editor/aneditor-indent.cxx:
5642         * plugins/editor/aneditor-priv.h:
5643         * plugins/editor/aneditor.cxx:
5644         * plugins/editor/aneditor.h:
5645         * plugins/editor/lexer.h:
5646         * plugins/editor/plugin.c:
5647         * plugins/editor/plugin.h:
5648         * plugins/editor/print.c:
5649         * plugins/editor/print.h:
5650         * plugins/editor/properties.h:
5651         * plugins/editor/properties_cxx.h:
5652         * plugins/editor/style-editor.c:
5653         * plugins/editor/style-editor.h:
5654         * plugins/editor/text-editor-iterable.c:
5655         * plugins/editor/text-editor-iterable.h:
5656         * plugins/editor/text_editor.c:
5657         * plugins/editor/text_editor.h:
5658         * plugins/editor/text_editor_cbs.c:
5659         * plugins/editor/text_editor_cbs.h:
5660         * plugins/editor/text_editor_menu.c:
5661         * plugins/editor/text_editor_menu.h:
5662         * plugins/editor/text_editor_prefs.c:
5663         * plugins/editor/text_editor_prefs.h:
5664         * plugins/file-loader/dnd.c:
5665         * plugins/file-loader/dnd.h:
5666         * plugins/file-loader/plugin.c:
5667         * plugins/file-manager/an_file_view.c:
5668         * plugins/file-manager/plugin.c:
5669         * plugins/file-wizard/file.c:
5670         * plugins/file-wizard/file.h:
5671         * plugins/file-wizard/plugin.c:
5672         * plugins/file-wizard/plugin.h:
5673         * plugins/gdb/debugger.c:
5674         * plugins/gdb/debugger.h:
5675         * plugins/gdb/gdbmi-test.c:
5676         * plugins/gdb/gdbmi.c:
5677         * plugins/gdb/gdbmi.h:
5678         * plugins/gdb/global.h:
5679         * plugins/gdb/parser.c:
5680         * plugins/gdb/parser.h:
5681         * plugins/gdb/plugin.c:
5682         * plugins/gdb/plugin.h:
5683         * plugins/gdb/utilities.c:
5684         * plugins/gdb/utilities.h:
5685         * plugins/glade/plugin.c:
5686         * plugins/glade/plugin.h:
5687         * plugins/gtodo/egg-datetime.c:
5688         * plugins/gtodo/egg-datetime.h:
5689         * plugins/gtodo/eggtrayicon.c:
5690         * plugins/gtodo/eggtrayicon.h:
5691         * plugins/gtodo/plugin.c:
5692         * plugins/gvim/anjuta-vim.c:
5693         * plugins/gvim/anjuta-vim.h:
5694         * plugins/gvim/gtkvim.c:
5695         * plugins/gvim/gtkvim.h:
5696         * plugins/gvim/plugin.c:
5697         * plugins/gvim/plugin.h:
5698         * plugins/language-support-cpp-java/plugin.c:
5699         * plugins/language-support-cpp-java/plugin.h:
5700         * plugins/macro/macro-actions.c:
5701         * plugins/macro/macro-actions.h:
5702         * plugins/macro/macro-db.c:
5703         * plugins/macro/macro-db.h:
5704         * plugins/macro/macro-dialog.c:
5705         * plugins/macro/macro-dialog.h:
5706         * plugins/macro/macro-edit.c:
5707         * plugins/macro/macro-edit.h:
5708         * plugins/macro/macro-util.c:
5709         * plugins/macro/macro-util.h:
5710         * plugins/macro/plugin.c:
5711         * plugins/macro/plugin.h:
5712         * plugins/message-view/anjuta-msgman.c:
5713         * plugins/message-view/anjuta-msgman.h:
5714         * plugins/message-view/message-view.c:
5715         * plugins/message-view/message-view.h:
5716         * plugins/message-view/plugin.c:
5717         * plugins/message-view/plugin.h:
5718         * plugins/patch/patch-plugin.c:
5719         * plugins/patch/patch-plugin.h:
5720         * plugins/patch/plugin.c:
5721         * plugins/patch/plugin.h:
5722         * plugins/profiler/gprof-call-graph-block-entry.c:
5723         * plugins/profiler/gprof-call-graph-block-entry.h:
5724         * plugins/profiler/gprof-call-graph-block.c:
5725         * plugins/profiler/gprof-call-graph-block.h:
5726         * plugins/profiler/gprof-call-graph-view.c:
5727         * plugins/profiler/gprof-call-graph-view.h:
5728         * plugins/profiler/gprof-call-graph.c:
5729         * plugins/profiler/gprof-call-graph.h:
5730         * plugins/profiler/gprof-flat-profile-entry.c:
5731         * plugins/profiler/gprof-flat-profile-entry.h:
5732         * plugins/profiler/gprof-flat-profile-view.c:
5733         * plugins/profiler/gprof-flat-profile-view.h:
5734         * plugins/profiler/gprof-flat-profile.c:
5735         * plugins/profiler/gprof-flat-profile.h:
5736         * plugins/profiler/gprof-function-call-chart-view.c:
5737         * plugins/profiler/gprof-function-call-chart-view.h:
5738         * plugins/profiler/gprof-function-call-tree-view.c:
5739         * plugins/profiler/gprof-function-call-tree-view.h:
5740         * plugins/profiler/gprof-options.c:
5741         * plugins/profiler/gprof-options.h:
5742         * plugins/profiler/gprof-profile-data.c:
5743         * plugins/profiler/gprof-profile-data.h:
5744         * plugins/profiler/gprof-view-manager.c:
5745         * plugins/profiler/gprof-view-manager.h:
5746         * plugins/profiler/gprof-view.c:
5747         * plugins/profiler/gprof-view.h:
5748         * plugins/profiler/plugin.c:
5749         * plugins/profiler/plugin.h:
5750         * plugins/profiler/string-utils.c:
5751         * plugins/profiler/string-utils.h:
5752         * plugins/project-import/plugin.c:
5753         * plugins/project-import/plugin.h:
5754         * plugins/project-import/project-import.c:
5755         * plugins/project-import/project-import.h:
5756         * plugins/project-manager/plugin.c:
5757         * plugins/project-manager/plugin.h:
5758         * plugins/project-wizard/action.c:
5759         * plugins/project-wizard/action.h:
5760         * plugins/project-wizard/autogen.c:
5761         * plugins/project-wizard/autogen.h:
5762         * plugins/project-wizard/druid.c:
5763         * plugins/project-wizard/druid.h:
5764         * plugins/project-wizard/file.c:
5765         * plugins/project-wizard/file.h:
5766         * plugins/project-wizard/header.c:
5767         * plugins/project-wizard/header.h:
5768         * plugins/project-wizard/install.c:
5769         * plugins/project-wizard/install.h:
5770         * plugins/project-wizard/parser.c:
5771         * plugins/project-wizard/parser.h:
5772         * plugins/project-wizard/plugin.c:
5773         * plugins/project-wizard/plugin.h:
5774         * plugins/project-wizard/property.c:
5775         * plugins/project-wizard/property.h:
5776         * plugins/project-wizard/values.c:
5777         * plugins/project-wizard/values.h:
5778         * plugins/sample1/plugin.c:
5779         * plugins/search/plugin.c:
5780         * plugins/search/plugin.h:
5781         * plugins/search/search-replace_backend.c:
5782         * plugins/search/search-replace_backend.h:
5783         * plugins/search/search_preferences.c:
5784         * plugins/sourceview/anjuta-convert.c:
5785         * plugins/sourceview/anjuta-convert.h:
5786         * plugins/sourceview/anjuta-document-loader.c:
5787         * plugins/sourceview/anjuta-document-loader.h:
5788         * plugins/sourceview/anjuta-document-saver.c:
5789         * plugins/sourceview/anjuta-document-saver.h:
5790         * plugins/sourceview/anjuta-document.c:
5791         * plugins/sourceview/anjuta-document.h:
5792         * plugins/sourceview/anjuta-encodings.c:
5793         * plugins/sourceview/anjuta-encodings.h:
5794         * plugins/sourceview/anjuta-languages-manager.c:
5795         * plugins/sourceview/anjuta-languages-manager.h:
5796         * plugins/sourceview/anjuta-utils.c:
5797         * plugins/sourceview/anjuta-utils.h:
5798         * plugins/sourceview/anjuta-view.c:
5799         * plugins/sourceview/anjuta-view.h:
5800         * plugins/sourceview/assist-window.c:
5801         * plugins/sourceview/assist-window.h:
5802         * plugins/sourceview/sourceview-cell.c:
5803         * plugins/sourceview/sourceview-cell.h:
5804         * plugins/sourceview/sourceview-prefs.c:
5805         * plugins/sourceview/sourceview-prefs.h:
5806         * plugins/sourceview/sourceview-print.c:
5807         * plugins/sourceview/sourceview-print.h:
5808         * plugins/sourceview/sourceview-private.h:
5809         * plugins/sourceview/sourceview-tags.c:
5810         * plugins/sourceview/sourceview-tags.h:
5811         * plugins/sourceview/sourceview.c:
5812         * plugins/sourceview/sourceview.h:
5813         * plugins/subversion/plugin.c:
5814         * plugins/subversion/plugin.h:
5815         * plugins/subversion/subversion-actions.c:
5816         * plugins/subversion/subversion-actions.h:
5817         * plugins/subversion/subversion-callbacks.c:
5818         * plugins/subversion/subversion-callbacks.h:
5819         * plugins/subversion/svn-auth.c:
5820         * plugins/subversion/svn-auth.h:
5821         * plugins/subversion/svn-backend-priv.h:
5822         * plugins/subversion/svn-backend.c:
5823         * plugins/subversion/svn-backend.h:
5824         * plugins/subversion/svn-notify.c:
5825         * plugins/subversion/svn-notify.h:
5826         * plugins/subversion/svn-thread.c:
5827         * plugins/subversion/svn-thread.h:
5828         * plugins/symbol-browser/an_symbol.c:
5829         * plugins/symbol-browser/an_symbol.h:
5830         * plugins/symbol-browser/an_symbol_info.c:
5831         * plugins/symbol-browser/an_symbol_info.h:
5832         * plugins/symbol-browser/an_symbol_iter.c:
5833         * plugins/symbol-browser/an_symbol_iter.h:
5834         * plugins/symbol-browser/an_symbol_prefs.c:
5835         * plugins/symbol-browser/an_symbol_prefs.h:
5836         * plugins/symbol-browser/an_symbol_search.c:
5837         * plugins/symbol-browser/an_symbol_search.h:
5838         * plugins/symbol-browser/an_symbol_view.c:
5839         * plugins/symbol-browser/an_symbol_view.h:
5840         * plugins/symbol-browser/plugin.c:
5841         * plugins/symbol-browser/plugin.h:
5842         * plugins/terminal/terminal.c:
5843         * plugins/tools/dialog.c:
5844         * plugins/tools/dialog.h:
5845         * plugins/tools/editor.c:
5846         * plugins/tools/editor.h:
5847         * plugins/tools/execute.c:
5848         * plugins/tools/execute.h:
5849         * plugins/tools/fileop.c:
5850         * plugins/tools/fileop.h:
5851         * plugins/tools/plugin.c:
5852         * plugins/tools/plugin.h:
5853         * plugins/tools/scripts/find-fixmes.pl:
5854         * plugins/tools/scripts/translation-status.pl:
5855         * plugins/tools/tool.c:
5856         * plugins/tools/tool.h:
5857         * plugins/tools/variable.c:
5858         * plugins/tools/variable.h:
5859         * plugins/valgrind/ldd.c:
5860         * plugins/valgrind/ldd.h:
5861         * plugins/valgrind/list.c:
5862         * plugins/valgrind/list.h:
5863         * plugins/valgrind/menu-utils.c:
5864         * plugins/valgrind/menu-utils.h:
5865         * plugins/valgrind/parser.c:
5866         * plugins/valgrind/parser.h:
5867         * plugins/valgrind/plugin.c:
5868         * plugins/valgrind/plugin.h:
5869         * plugins/valgrind/preferences.c:
5870         * plugins/valgrind/preferences.h:
5871         * plugins/valgrind/process.c:
5872         * plugins/valgrind/process.h:
5873         * plugins/valgrind/symtab.c:
5874         * plugins/valgrind/symtab.h:
5875         * plugins/valgrind/vgactions.c:
5876         * plugins/valgrind/vgactions.h:
5877         * plugins/valgrind/vgcachegrindprefs.c:
5878         * plugins/valgrind/vgcachegrindprefs.h:
5879         * plugins/valgrind/vgdefaultview.c:
5880         * plugins/valgrind/vgdefaultview.h:
5881         * plugins/valgrind/vgerror.c:
5882         * plugins/valgrind/vgerror.h:
5883         * plugins/valgrind/vggeneralprefs.c:
5884         * plugins/valgrind/vggeneralprefs.h:
5885         * plugins/valgrind/vghelgrindprefs.c:
5886         * plugins/valgrind/vghelgrindprefs.h:
5887         * plugins/valgrind/vgio.c:
5888         * plugins/valgrind/vgio.h:
5889         * plugins/valgrind/vgmemcheckprefs.c:
5890         * plugins/valgrind/vgmemcheckprefs.h:
5891         * plugins/valgrind/vgrule-editor.c:
5892         * plugins/valgrind/vgrule-editor.h:
5893         * plugins/valgrind/vgrule-list.c:
5894         * plugins/valgrind/vgrule-list.h:
5895         * plugins/valgrind/vgrule.c:
5896         * plugins/valgrind/vgrule.h:
5897         * plugins/valgrind/vgrulepattern.c:
5898         * plugins/valgrind/vgrulepattern.h:
5899         * plugins/valgrind/vgsearchbar.c:
5900         * plugins/valgrind/vgsearchbar.h:
5901         * plugins/valgrind/vgstrpool.c:
5902         * plugins/valgrind/vgstrpool.h:
5903         * plugins/valgrind/vgtoolprefs.c:
5904         * plugins/valgrind/vgtoolprefs.h:
5905         * plugins/valgrind/vgtoolview.c:
5906         * plugins/valgrind/vgtoolview.h:
5907         * src/about.c:
5908         * src/about.h:
5909         * src/action-callbacks.c:
5910         * src/action-callbacks.h:
5911         * src/anjuta-actions.h:
5912         * src/anjuta-app.c:
5913         * src/anjuta-app.h:
5914         * src/anjuta-callbacks.c:
5915         * src/anjuta-callbacks.h:
5916         * src/anjuta.c:
5917         * src/anjuta.h:
5918         * src/anjuta_cbs.c:
5919         * src/bacon-message-connection.c:
5920         * src/bacon-message-connection.h:
5921         * src/getline.c:
5922         * src/main.c:
5923         * src/shell.c:
5924         * src/shell.h:
5925         * src/start-with.c:
5926         * src/start-with.h:
5927         * src/utilities.c:
5928         * src/utilities.h:
5929         * tagmanager/options.c:
5930         
5931         Change the address of FSF in various files
5933 2007-08-30  Johannes Schmid <jhs@gnome.org>
5935         * anjuta.glade:
5936         * anjuta.gladep:
5937         Removed because they are no longer in use
5938         
5939         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5940         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5941         Marked some strings as not translatable
5943         * plugins/search/search-replace.c: (list_max_items):
5944         Fixed a possible memory corruption
5946         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5947         Do not show menuitems for locked layout items
5949         * src/main.c: (main):
5950         Some minor style correction in gnome_init
5952 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5954         * plugins/debug-manager/debugger.c,
5955         plugins/debug-manager/breakpoints.c,
5956         plugins/gdb/plugin.c,
5957         plugins/gdb/debugger.c,
5958         libanjuta/interfaces/libanjuta.idl:
5959         Move all breakpoints functions from IAnjutaDebugger to a new
5960         IAnjutaBreakpointDebugger interface
5962 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5964         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5965         * plugins/debug-manager/plugin.c,
5966         plugins/debug-manager/breakpoints.c,
5967         plugins/tools/execute.c,
5968         plugins/project-wizard/plugin.c,
5969         plugins/build-basic-autotools/executer.c,
5970         plugins/gdb/debugger.c,
5971         plugins/profiler/gprof-options.h,
5972         plugins/sourceview/assist-window.h,
5973         plugins/class-gen/transform.c,
5974         libanjuta/anjuta-plugin-description.c,
5975         libanjuta/anjuta-status.c,
5976         libanjuta/anjuta-glue-c.c,
5977         libanjuta/anjuta-glue-cpp.c,
5978         plugins/symbol-browser/an_symbol_prefs.c:
5979         Fix warnings mostly "dereferencing type-punned pointer"
5980         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5982 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5984         * plugins/debug-manager/breakpoints.c,
5985         plugins/debug-manager/debugger.c:
5986         Avoid an endless loop if clearing all breakpoints while the programm
5987         is running
5989 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5991         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5992         * plugins/debug-manager/plugin.c:
5993         Fix a segmentation fault added in the previous patch
5995 2007-07-21  Johannes Schmid <jhs@gnome.org>
5997         * plugins/build-basic-autotools/executer.c:
5998         (get_program_parameters):
5999         
6000         Show an error dialog if no targets are availible instead of
6001         just returning
6003 2007-07-20  Johannes Schmid <jhs@gnome.org>
6005         * libanjuta/anjuta-shell.c: (on_widget_data_add),
6006         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
6007         * libanjuta/anjuta-shell.h:
6008         * plugins/document-manager/plugin.c: (activate_plugin):
6009         * plugins/glade/anjuta-design-document.c:
6010         * plugins/glade/plugin.c: (glade_update_ui):
6011         * src/anjuta-app.c: (anjuta_app_add_widget_full),
6012         (anjuta_shell_iface_init):
6013         * src/shell.c: (anjuta_test_shell_add_widget),
6014         (anjuta_shell_iface_init):
6015         
6016         Make the document manager undockable (#458038)
6018 2007-07-20  Johannes Schmid <jhs@gnome.org>
6020         * plugins/document-manager/plugin.c: (on_editor_update_ui):
6021         * plugins/glade/anjuta-design-document.c:
6022         * plugins/glade/plugin.c: (glade_update_ui):
6023         
6024         Fixed some save/dirty status bug in glade
6026 2007-07-20  Johannes Schmid <jhs@gnome.org>
6028         * libanjuta/anjuta-status.c:
6029         Fixed crasher on shutdown
6031 2007-07-20  Johannes Schmid <jhs@gnome.org>
6033         * configure.in:
6034         Minimum glade requirement is 3.2 now. It was before
6035         but we did not check...
6036         
6037         * libanjuta/anjuta-glue-factory.c: (load_plugin):
6038         * libanjuta/anjuta-profile.c:
6039         (anjuta_profile_add_plugins_from_xml):
6040         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
6041         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
6042         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
6043         * plugins/file-loader/plugin.c: (on_create_submenu):
6044         * plugins/file-manager/an_file_view.c: (compare_iter):
6045         * plugins/glade/plugin.c: (activate_plugin):
6046         * src/anjuta-app.c: (on_toolbar_view_toggled):
6047         * src/main.c: (main):
6048         
6049         Fixed lots of memory leaks (thansk valgrind)
6051 2007-07-19  Johannes Schmid <jhs@gnome.org>
6053         * plugins/debug-manager/plugin.c: (value_added_current_editor):
6054         * plugins/document-manager/anjuta-docman.c:
6055         (anjuta_docman_set_busy):
6056         * plugins/document-manager/plugin.c: (on_editor_changed):
6057         * plugins/glade/plugin.c: (activate_plugin):
6058         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6059         (on_value_removed_current_editor):
6060         
6061         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
6063 2007-07-18  Johannes Schmid <jhs.gnome.org>
6065         * plugins/build-basic-autotools/executer.c: (execute_program):
6066         Fixed some of the scratchbox stuff but the environment is
6067         still broken
6069 2007-07-18  Johannes Schmid <jhs@gnome.org>
6071         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
6072         (on_plugin_deactivated), (get_plugin_loader_type):
6073         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
6074         (activate_plugin), (deactivate_plugin),
6075         (glade_plugin_instance_init):
6076         
6077         Fixed glade plugin deactivation
6079 2007-07-18  Johannes Schmid <jhs@gnome.org>
6081         * plugins/document-manager/anjuta-docman.c:
6082         (anjuta_docman_add_document):
6083         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
6084         
6085         Fixed path display in document manager with glade files
6087 2007-07-17  Johannes Schmid <jhs@gnome.org>
6089         * libanjuta/interfaces/Makefile.am.iface:
6090         * pixmaps/Makefile.am:
6091         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6092         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6093         (value_removed_current_editor):
6094         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6095         (anjuta_docman_set_current_document):
6096         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6097         (on_editor_added), (on_editor_changed):
6098         * plugins/glade/Makefile.am:
6099         * plugins/glade/anjuta-design-document.c:
6100         (anjuta_design_document_instance_init),
6101         (anjuta_design_document_set_property),
6102         (anjuta_design_document_get_property),
6103         (anjuta_design_document_class_init), (anjuta_design_document_new),
6104         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6105         * plugins/glade/anjuta-design-document.h:
6106         * plugins/glade/anjuta-glade-notebook.c:
6107         * plugins/glade/anjuta-glade-notebook.h:
6108         * plugins/glade/plugin.c: (value_added_current_editor),
6109         (value_removed_current_editor), (glade_update_ui),
6110         (on_close_activated), (on_glade_project_changed),
6111         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6112         (ifile_open):
6113         * plugins/language-support-cpp-java/plugin.c:
6114         (on_value_added_current_editor), (on_value_removed_current_editor):
6115         * plugins/macro/plugin.c: (value_added_current_editor):
6116         * plugins/project-manager/plugin.c: (value_added_current_editor):
6117         * plugins/subversion/plugin.c: (value_added_current_editor):
6118         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6120         Fixed lot of IAnjutaEditor stuff and completed glade integration
6121         with document manager
6122         
6123         * plugins/build-basic-autotools/build-basic-autotools.c:
6124         (value_added_current_editor):
6125         * plugins/build-basic-autotools/executer.c: (execute_program):
6126         
6127         Some initial code to execute projects inside scratchbox
6128         
6129 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6131         * plugins/project-import/project-import.c:
6132         Project import overwrites file on user request (bug #452579)
6134 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6136         * plugins/debug-manager/debugger.c,
6137         plugins/debug-manager/threads.c,
6138         plugins/debug-manager/plugin.c,
6139         plugins/debug-manager/registers.c,
6140         plugins/debug-manager/locals.c,
6141         plugins/debug-manager/stack_trace.c,
6142         plugins/gdb/plugin.c,
6143         plugins/gdb/debugger.c,
6144         plugins/gdb/debugger.h,
6145         libanjuta/interfaces/libanjuta.idl:
6146         Rename change-location to program-moved
6147         Store thread id as gint instead of guint
6148         Do not display registers list if not available
6149         Add intermediate debugger states if missing
6151 2007-07-11  Johannes Schmid <jhs@gnome.org>
6153         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6154         .glade:
6155         Reverted unnecessary changes (#455819)
6157 2007-07-10  Johannes Schmid <jhs@gnome.org>
6159         * plugins/glade/plugin.c:
6160         Fixed glade plugin with glade 3.2 and another crasher
6162 2007-07-09  Johannes Schmid <jhs@gnome.org>
6164         * libanjuta/interfaces/libanjuta.idl:
6165         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6166         .glade:
6167         * plugins/debug-manager/breakpoints.c:
6168         (breakpoint_item_update_in_ui),
6169         (breakpoints_dbase_edit_breakpoint),
6170         (on_toggle_breakpoint_activate):
6171         * plugins/debug-manager/plugin.c:
6172         (on_run_to_cursor_action_activate):
6173         * plugins/document-manager/action-callbacks.c:
6174         (on_editor_command_cut_activate),
6175         (on_editor_command_copy_activate),
6176         (on_editor_command_paste_activate),
6177         (on_editor_command_clear_activate):
6178         * plugins/document-manager/anjuta-docman.c:
6179         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6180         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6181         (anjuta_docman_goto_file_line_mark),
6182         (anjuta_docman_find_editor_with_path),
6183         (anjuta_docman_get_all_editors):
6184         * plugins/document-manager/anjuta-docman.h:
6185         * plugins/document-manager/plugin.c:
6186         (update_editor_ui_interface_items), (on_editor_update_ui),
6187         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6188         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6189         (ianjuta_document_manager_iface_init), (isaveable_save),
6190         (isavable_is_dirty):
6191         * plugins/editor/editor.glade:
6192         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
6193         (idocument_paste), (idocument_clear), (idocument_iface_init),
6194         (iselection_iface_init):
6195         * plugins/glade/Makefile.am:
6196         * plugins/glade/anjuta-glade-notebook.c:
6197         (anjuta_glade_notebook_instance_init),
6198         (anjuta_glade_notebook_set_property),
6199         (anjuta_glade_notebook_get_property),
6200         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
6201         (ifile_open), (ifile_get_uri), (ifile_iface_init),
6202         (ifile_savable_save), (ifile_savable_save_as),
6203         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
6204         (ifile_savable_iface_init), (idocument_can_redo),
6205         (idocument_can_undo), (idocument_begin_undo_action),
6206         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
6207         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
6208         (idocument_copy), (idocument_paste), (idocument_clear),
6209         (idocument_iface_init):
6210         * plugins/language-support-cpp-java/plugin.c:
6211         (on_value_added_current_editor), (on_value_removed_current_editor):
6212         * plugins/macro/macro-util.c: (get_current_editor):
6213         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6214         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6215         (on_next_occur), (on_incremental_entry_key_press),
6216         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6217         (on_toolbar_find_incremental_start),
6218         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6219         * plugins/search/search-replace.c: (search_start_over),
6220         (search_update_combos), (replace_update_combos),
6221         (anjuta_search_replace_activate):
6222         * plugins/search/search-replace_backend.c: (create_search_entries):
6223         * plugins/sourceview/sourceview.c: (idocument_cut),
6224         (idocument_copy), (idocument_paste), (idocument_clear),
6225         (idocument_iface_init), (iselect_iface_init), (iassist_react):
6226         * plugins/tools/editor.c: (on_editor_response):
6227         * plugins/tools/execute.c: (get_current_editor),
6228         (atp_output_context_initialize), (atp_user_tool_execute):
6229         * plugins/tools/variable.c: (get_current_editor),
6230         (atp_variable_get_editor_variable):
6231         
6232         Some more IAnjutaEditor => IAnjutaDocument fixing!
6233         
6234         * plugins/glade/anjuta-glade-notebook.h:
6235         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
6236         (glade_update_ui):
6237         * plugins/glade/plugin.h:
6238         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
6239         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
6240         be used for glade, too. It might still have some rough edges but already works.
6241         (Fixes #415547 – Glade usability problem)
6243 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
6245         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
6246           development release (I updated version of glade3 svn to 3.3.2).
6248 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6250         * plugins/symbol-browser/an_symbol_view.c:
6251         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
6253 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6255         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
6256         (on_system_tags_update_finished), (on_update_global_clicked),
6257         (prefs_page_init), (on_gconf_notify_tags_list_changed),
6258         (symbol_browser_prefs_init),
6259         (symbol_browser_prefs_create_global_tags),
6260         (symbol_browser_load_global_tags):
6261         * plugins/symbol-browser/an_symbol_prefs.h:
6262         * plugins/symbol-browser/an_symbol_view.c:
6263         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
6264         * plugins/symbol-browser/an_symbol_view.h:
6265         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
6266         on global tags update because of delayed prefs merging. Happens when
6267         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
6268         is opened.
6270 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6272         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
6273         after install/uninstall.
6275         Patch from James Liggett:
6276         * scripts/glade2schemas.pl: Fixed creating schemas for list
6277         values.
6279 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
6281         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
6282           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
6283           development release since glade svn version is also 3.3.1. In future, the
6284           solution would be for us to always increment the micro version when
6285           changing the API.
6287 2007-07-05  Johannes Schmid <jhs@gnome.org>
6289         * libanjuta/interfaces/libanjuta.idl:
6290         * plugins/build-basic-autotools/build-basic-autotools.c:
6291         (on_build_mesg_format):
6292         * plugins/debug-manager/breakpoints.c:
6293         (breakpoint_item_update_in_ui),
6294         (breakpoints_dbase_edit_breakpoint),
6295         (on_toggle_breakpoint_activate):
6296         * plugins/debug-manager/plugin.c:
6297         (on_run_to_cursor_action_activate):
6298         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
6299         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
6300         (get_current_editor), (on_save_activate), (on_save_as_activate),
6301         (on_save_prompt_save_editor), (on_close_file_activate),
6302         (on_close_all_file_activate), (on_reload_file_activate),
6303         (anjuta_print_cb), (anjuta_print_preview_cb),
6304         (on_editor_command_upper_case_activate),
6305         (on_editor_command_lower_case_activate),
6306         (on_editor_command_undo_activate),
6307         (on_editor_command_redo_activate),
6308         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
6309         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
6310         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
6311         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
6312         (on_zoom_out_text_activate), (on_force_hilite_activate),
6313         (on_indent1_activate), (on_swap_activate),
6314         (on_editor_add_view_activate), (on_editor_remove_view_activate):
6315         * plugins/document-manager/anjuta-docman.c:
6316         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
6317         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
6318         (anjuta_docman_dispose), (on_notebook_switch_page),
6319         (anjuta_docman_page_from_widget), (on_editor_destroy),
6320         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
6321         (anjuta_docman_get_current_document),
6322         (anjuta_docman_set_current_document),
6323         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
6324         (anjuta_docman_update_page_label),
6325         (anjuta_docman_get_document_from_path),
6326         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
6327         (anjuta_docman_order_tabs):
6328         * plugins/document-manager/anjuta-docman.h:
6329         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
6330         (update_editor_ui_interface_items), (update_editor_ui),
6331         (on_editor_update_save_ui), (on_editor_update_ui),
6332         (on_editor_changed), (on_save_prompt_save_editor),
6333         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
6334         (ianjuta_docman_get_current_document),
6335         (ianjuta_docman_set_current_document),
6336         (ianjuta_docman_remove_buffer),
6337         (ianjuta_document_manager_iface_init), (ifile_get_uri):
6338         * plugins/editor/text_editor.c: (itext_editor_iface_init),
6339         (idocument_get_filename), (idocument_can_undo),
6340         (idocument_can_redo), (idocument_undo),
6341         (idocument_begin_undo_action), (idocument_end_undo_action),
6342         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
6343         * plugins/language-support-cpp-java/plugin.c:
6344         (on_editor_char_inserted_cpp), (on_auto_indent):
6345         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
6346         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6347         * plugins/sample1/plugin.c: (on_sample_action_activate):
6348         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6349         (on_next_occur), (on_incremental_entry_key_press),
6350         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6351         (on_toolbar_find_incremental_start),
6352         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6353         * plugins/search/search-replace.c: (search_and_replace),
6354         (write_message_pane), (search_start_over), (search_update_combos),
6355         (replace_update_combos), (anjuta_search_replace_activate):
6356         * plugins/search/search-replace_backend.c:
6357         (file_buffer_new_from_path), (create_search_entries):
6358         * plugins/sourceview/sourceview-print.c: (create_print_job):
6359         * plugins/sourceview/sourceview.c:
6360         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
6361         (idocument_can_redo), (idocument_can_undo),
6362         (idocument_begin_undo_action), (idocument_end_undo_action),
6363         (idocument_undo), (idocument_redo), (idocument_grab_focus),
6364         (idocument_get_filename), (idocument_iface_init):
6365         * plugins/tools/editor.c: (on_editor_response):
6366         * plugins/tools/execute.c: (atp_output_context_initialize),
6367         (atp_user_tool_execute):
6368         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6369         
6370         Create IAnjutaDocument interface. This interface is a more general idea
6371         of documents being anything that can be modified, has undo/redo and
6372         may have operations like copy/paste.
6373         The primary goal is to integrate better by making it use the standard file
6374         and edit menu instead of it's own glade menu. Of course the downside is that
6375         you won't be able to view a source file and the designer at the same time. Anyway
6376         so many people have complained that they "can't save a glade file" that I think
6377         this is the much better solution.
6378         Work on the glade plugin is still to come but the most difficult things should be
6379         done now.
6381 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6383         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
6384           version 3.0.3.
6386 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6388         * libanjuta/anjuta-plugin-manager.c:
6389         (anjuta_plugin_manager_get_plugins_page),
6390         (anjuta_plugin_manager_get_remembered_plugins_page):
6391         * libanjuta/anjuta-plugin-manager.h:
6392         * src/anjuta-app.c: (anjuta_app_install_preferences):
6393         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
6394         and remembered plugins preferences pages in separate pages (avoid
6395         crowd).
6397 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6399         Patch from James Liggett  <jrliggett@cox.net>:
6400         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
6401         Installed editor preferences schemas. Fixes bug #453463.
6403 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6405         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
6406         (anjuta_preferences_dialog_init): Sort preferences pages on title.
6408 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6410         * plugins/document-manager/anjuta-document-manager.ui:
6411         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6412         * src/action-callbacks.c:
6413         * src/action-callbacks.h:
6414         * src/anjuta-actions.h:
6415         * src/anjuta-app.c: (anjuta_app_instance_init),
6416         (anjuta_app_install_preferences):
6417         * src/anjuta.glade:
6418         * src/anjuta.ui: Moved plugins and shortcuts settings inside
6419         General preferences page. Move preferences menu from Settings to
6420         Edit submenu. And got rid of Settings submenu.
6422 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6424         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
6425         
6426 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6428         * TODO.tasks: Increased bounty for on-demand preferences task to $150
6429         as discussed and agreed with James Liggett.
6431         Patch from James Liggett  <jrliggett@cox.net>:
6433         * configure.in:
6434         * libanjuta/anjuta-plugin-manager.c:
6435         (on_activated_plugin_objects_foreach),
6436         (anjuta_plugin_manager_get_active_plugin_objects):
6437         * libanjuta/anjuta-plugin-manager.h:
6438         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
6439         (anjuta_plugin_deactivate):
6440         * libanjuta/anjuta-preferences-dialog.c:
6441         (anjuta_preferences_dialog_finalize),
6442         (anjuta_preferences_dialog_class_init), (add_category_columns),
6443         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
6444         (anjuta_preferences_dialog_remove_page):
6445         * libanjuta/anjuta-preferences.c: (property_destroy),
6446         (unregister_preferences_key), (register_callbacks),
6447         (preferences_foreach_callback), (connect_prop_to_object),
6448         (anjuta_preferences_register_property_raw),
6449         (anjuta_preferences_register_property_custom),
6450         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
6451         (anjuta_preferences_remove_page),
6452         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
6453         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
6454         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
6455         (anjuta_preferences_class_init), (anjuta_preferences_new):
6456         * libanjuta/anjuta-preferences.h:
6457         * plugins/build-basic-autotools/Makefile.am:
6458         * plugins/build-basic-autotools/build-basic-autotools.c:
6459         (ipreferences_unmerge):
6460         * plugins/cvs-plugin/Makefile.am:
6461         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
6462         * plugins/document-manager/Makefile.am:
6463         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
6464         * plugins/editor/plugin.c: (ipreferences_unmerge):
6465         * plugins/file-manager/Makefile.am:
6466         * plugins/file-manager/plugin.c: (activate_plugin),
6467         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
6468         * plugins/gtodo/plugin.c: (ipreferences_merge),
6469         (ipreferences_unmerge):
6470         * plugins/language-support-cpp-java/Makefile.am:
6471         * plugins/language-support-cpp-java/plugin.c:
6472         (ipreferences_unmerge):
6473         * plugins/message-view/Makefile.am:
6474         * plugins/message-view/plugin.c: (ipreferences_unmerge):
6475         * plugins/sourceview/Makefile.am:
6476         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
6477         * plugins/symbol-browser/Makefile.am:
6478         * plugins/symbol-browser/an_symbol_prefs.c:
6479         (symbol_browser_prefs_finalize):
6480         * plugins/terminal/Makefile.am:
6481         * plugins/terminal/terminal.c: (ipreferences_unmerge):
6482         * plugins/valgrind/plugin.c: (ipreferences_merge),
6483         (ipreferences_unmerge):
6484         * scripts/Makefile.am:
6485         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
6486         * src/Makefile.am:
6487         * src/action-callbacks.c: (on_set_preferences1_activate):
6488         * src/anjuta-app.c: (anjuta_app_instance_init),
6489         (anjuta_app_install_preferences):
6490         * src/anjuta-app.h:
6491         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6492         task: Bug #445314: On demand preferences widgets creation. Thanks
6493         James for this great work.
6495 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6497         * plugins/debug-manager/data_buffer.c,
6498         plugins/message-view/message-view.c: Fixed compiler warnings.
6500 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
6502         * src/action-callbacks.c: (help_activate),
6503         (on_help_manual_activate), (on_help_tutorial_activate),
6504         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6506         Fixed help activation (bug #451557).
6508 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
6510         * AUTHORS: Added James Liggett. Forgot to add him before :(
6512 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6514         * plugins/debug-manager/debugger.c,
6515         plugins/debug-manager/plugin.c,
6516         plugins/gdb/debugger.c,
6517         libanjuta/interfaces/libanjuta.idl:
6518         Add a GError* parameter to debugger-stopped signal
6520         * (added) libanjuta/anjuta-error.c,
6521         (added) libanjuta/anjuta-error.h,
6522         libanjuta/Makefile.am:
6523         Register GError as a boxed type
6525         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6526         Support GError* in signal, GError must be registered as a boxed type
6527         Accept NULL as strings
6529 === anjuta 2.2.0 ===
6531 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
6533         * configure.in: Bumped version to 2.2.0
6534         * NEWS: Updated for 2.2.0 stable release.
6535         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6536         Reduce the idle priority to make the UI update before anything else.
6538 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
6540         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6542         * libanjuta/interfaces/libanjuta.idl:
6543         * plugins/document-manager/action-callbacks.c:
6544         (on_editor_command_complete_word_activate):
6545         * plugins/document-manager/plugin.c:
6546         (update_editor_ui_interface_items):
6547         * plugins/editor/text_editor.c: (iautocomplete_activate),
6548         (iautocomplete_iface_init):
6549         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6551         Moved autocomplete() method away from IAnjutaEditorAssist into
6552         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6553         autocomplete and does not crash with sourceview. Fixes Bug #449620
6554         – The auto completion functionality not work. Also sets menuitem 
6555         insensitive when hiding them.
6557         * plugins/debug-manager/disassemble.c:
6558         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6559         printf types.
6561 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
6563         * pixmaps/anjuta_splash.png: Updated.
6564         
6565         * plugins/search/search-replace.c
6566         (anjuta_search_replace_activate): Fixed "Find in Files" to select
6567         the right target (project).
6568         * ChangeLog: Added missing log.
6570 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6572         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6573         manuals/anjuta-manual/C/fileoperations.xml,
6574         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6576         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6578         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6580 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6582         * TODO.tasks: Added bounty for on-demand preferences.
6584         Patch from Thierry Moisan:
6585         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6586         (bug #88824).
6588 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6590         Patch from tpgww@onepost.net:
6592         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6593         * libegg/test-actions.c:
6594         * libegg/test-multi-drag.c: (main):
6595         * plugins/debug-manager/memory.c: (read_memory_block):
6596         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6598         Fixes compile warnings. Fixes bug #427101.
6600 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6602         Patch from James Liggett:
6604         * plugins/profiler/gprof-options.c: (on_option_changed),
6605         (setup_widgets):
6606         * plugins/profiler/gprof-options.h:
6607         * plugins/profiler/gprof-profile-data.c:
6608         (gprof_profile_data_init_profile):
6609         * plugins/profiler/gprof-profile-data.h:
6610         * plugins/profiler/plugin.c: (profiler_get_data),
6611         (profiler_set_target), (register_options),
6612         (on_profile_data_browse_button_clicked),
6613         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6614         * plugins/profiler/profiler.glade: implements independent targets.
6615         implements the ability to select arbitrary gmon.out files.
6616         Fixes bug #403502 – User should also be allowed to select an
6617         independent executable target.
6619 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6621         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6623         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6624         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6626 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6628         * plugins/debug-manager/plugin.c,
6629         plugins/debug-manager/breakpoints.c:
6630         Remove weak pointers when owner is destroyed
6631         Remove all breakpoints before loading new one
6633 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6635         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6636          
6637 2007-06-19  Naba Kumar  <naba@gnome.org>
6639         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6640         Bug #448491 Empty Lines Problem.
6642         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6643         
6644         * data/default.profile, plugins/message-view/plugin.c: Do not
6645         restore session for messages.
6646         Fixes bug #377461 – don't create new message window for each
6647         build/find.
6649         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6650         Fixes a crash on exit/project-close if profiler plugin is loaded.
6652 2007-06-17  Naba Kumar  <naba@gnome.org>
6654         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6655         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6657         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6658         Bug #448034 – Anjuta crashes on starting (when the last project
6659         directory was deleted).
6661         * plugins/document-manager/plugin.c: Set line markers for files
6662         opened via IAnjutaFile::open(). Fixes missing line markers while
6663         navigating symbols.
6665 2007-06-17  Naba Kumar  <naba@gnome.org>
6667         * plugins/sourceview/sourceview.glade: Set correct font
6668         default value and use monospace instead of sans. Fixes
6669         bug #448408 – crash in Anjuta IDE: Trying to change the
6670         editor
6672 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6674         * plugins/search/search-replace.c,
6675         plugins/search/search-replace.h,
6676         plugins/search/anjuta-search.glade:
6677         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6678         Fixes bug #355166
6680 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6682         * plugins/debug-manager/plugin.c,
6683         plugins/debug-manager/breakpoints.c:
6684         Add weak references, fixes bug #448053 ?
6686 2007-06-16  Naba Kumar  <naba@gnome.org>
6688         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6689         dialog to allow forgetting them if user chooses to select a different
6690         one.
6692 2007-06-13  Naba Kumar  <naba@gnome.org>
6694         * plugins/sourceview/sourceview-prefs.c: Initialize font
6695         on startup correctly if use_theme is set.
6697         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6698         if available for default font. Fixes bug #447304.
6700         * plugins/sourceview/sourceview-prefs.c: Return value based
6701         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6702         for the first time has black background
6703         
6704         * plugins/project-manager/plugin.c: Give a better error message
6705         when project could not be loaded.
6707         * libanjuta/anjuta-serializer.c: Added a comment.
6709 2007-06-13  Johannes Schmid <jhs@gnome.org>
6711         * configure.in:
6712         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6713         most warnings to avoid simple coding problems.
6714         
6715         * plugins/message-view/anjuta-msgman.c:
6716         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6717         * plugins/message-view/plugin.c: (on_view_changed),
6718         (ianjuta_msgman_add_view):
6719         
6720         Fixed #440866 by always presenting the message-manager when a tab is
6721         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6722         
6723         * plugins/subversion/subversion-callbacks.c:
6724         (on_subversion_commit_response):
6725         Destroy dialog if user clicks "No"
6727 2007-06-12  Naba Kumar  <naba@gnome.org>
6729         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6730         read and use of uninitialized variable.
6732         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6733         because it is used in credits listing and packaging could compress
6734         it in docdir. Fixes bug #397881: The credits are empty
6736         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6737         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6738         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6739         plugins/symbol-browser/an_symbol_info.c,
6740         plugins/symbol-browser/plugin.c,
6741         plugins/symbol-browser/an_symbol_view.c,
6742         plugins/editor/aneditor-autocomplete.cxx:
6744         - Do not access TMTag
6745         member in TMSymbol when freeing it because by then the tags
6746         could have changed. Avoids dangerous memory corruptions by freeing
6747         someone else's memory (Could explain those random crashes when
6748         refreshing symbols or re-loading a different project or closing
6749         a project). Anything that tries to refresh symbols could trigger
6750         this corruptions.
6751         - Added a flag to also retrieve method definitions as part of
6752         the class's scope members. And used it to set both function prototype
6753         and definition in symbols. Fixes navigation to prototype and
6754         function definitions from symbol browser (bug #440370)
6756         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6757         memory. Could fix those bogus 'file changed' dialogs.
6759         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6761 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6763         * (added) libanjuta/anjuta-utils-priv.h,
6764         libanjuta/anjuta-utils.h,
6765         libanjuta/anjuta-launcher.c,
6766         libanjuta/Makefile.am:
6767         Fix bug #440801: do not use config.h in public include files
6769 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6771         * plugins/project-wizard/templates/mkfile.wiz:
6772         Fix bug #442038: missing project.sh file
6774         * configure.in,
6775         plugins/project-wizard/templates/Makefile.am,
6776         plugins/project-wizard/templates/translatable-strings.h,
6777         (added) plugins/project-wizard/templates/sdl.wiz,
6778         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6779         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6780         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6781         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6782         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6783         (added) plugins/project-wizard/templates/sdl/src/main.c,
6784         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6785         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6786         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6787         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6788         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6789         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6790         Fix bug #315635: add a SDL project wizard
6792 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6794         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6795         when SIGCHLD is triggered when main loop context is locked. Dead lock
6796         happens when child_exited callback also accesses main loop context.
6797         Happens particularly badly in debug target exiting.
6799 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6801         * manuals/anjuta-manual/C/debugger.xml:
6802         First update of the debugger documentation
6804 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6806         * manuals/anjuta-manual/C/fileoperations.xml,
6807         manuals/anjuta-manual/C/projects.xml,
6808         manuals/anjuta-manual/C/anjuta-manual.xml,
6809         manuals/anjuta-manual/C/build.xml,
6810         manuals/anjuta-manual/C/execute.xml,
6811         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6812         Added project properties documentation. Moved execution section
6813         inside project management. Removed dead documentation.
6815 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6817         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6818         plugins/symbol-browser/plugin.h,
6819         plugins/symbol-browser/an_symbol_prefs.c,
6820         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6821         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6822         progress bar instead of separate window for system tags
6823         generation. Renamed AnjutaStatus methods to a proper ones.
6825         * plugins/symbol-browser/plugin.c,
6826         plugins/symbol-browser/plugin.h,
6827         plugins/symbol-browser/an_symbol_prefs.c,
6828         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6829         global-tags/create_global_tags.sh.in: Get rid of message window
6830         for showing global tags creation and use a small window with
6831         progress bar.
6833 2007-05-30  Naba Kumar  <naba@gnome.org>
6835         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6836         Bug 442315 – After calling configure, the build menus are still insensitive,
6837         Bug 442314 – Autogeneration fails when there is no autogen.sh
6839         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6840         fails to remove target/source/group. Fixes bug #440196 – crash in
6841         Anjuta IDE: removing a target
6843 2007-05-29  Naba Kumar  <naba@gnome.org>
6845         * plugins/symbol-browser/an_symbol_view.c,
6846         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6847         tags generation. Fixed runtime warning.
6849 2007-05-28  Naba Kumar  <naba@gnome.org>
6851         Patch from James Liggett  <jrliggett@cox.net>:
6852         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6853         Fixed bug #403502 – User should also be allowed to select an
6854         independent executable target.
6856 2007-05-27  Johannes Schmid <jhs@gnome.org>
6858         * plugins/build-basic-autotools/build-basic-autotools.c:
6859         (get_real_directory), (on_build_mesg_format):
6860         
6861         Find correct files for error messages inside scratchbox
6863 2007-05-27  Naba Kumar  <naba@gnome.org>
6865         * manuals/anjuta-manual/C/projects.xml,
6866         manuals/anjuta-manual/C/projects.xml: Updated project
6867         management chapter more.
6869 2007-05-25  Johannes Schmid <jhs@gnome.org>
6871         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6872         * plugins/build-basic-autotools/build-basic-autotools.c:
6873         (on_sb_check_toggled), (build_execute_command),
6874         (ipreferences_merge), (ipreferences_unmerge):
6875         Added support for building inside scratchbox environment
6876         
6877         Patch from James Liggett <jrliggett@cox.net>:
6878         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6879         (anjuta_msgman_append_view):
6881         Fix 440866 
6882           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6884 2007-05-23  Naba Kumar  <naba@gnome.org>
6886         * manuals/anjuta-manual/C/projects.xml: Updated project
6887         management chapter.
6889 2007-05-22  Naba Kumar  <naba@gnome.org>
6891         * manuals/anjuta-manual/C/projects.xml: More updates.
6893         * manuals/anjuta-manual/C/introduction.xml,
6894         manuals/anjuta-manual/C/projects.xml,
6895         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6897 2007-05-22  Naba Kumar  <naba@gnome.org>
6899         Patch from Étienne Bersac:
6900         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6901         class in generated class.
6903 2007-05-22  Naba Kumar  <naba@gnome.org>
6905         * plugins/profiler/plugin.c: Fixed a compiler warning.
6906         * plugins/valgrind/Makefile.am: Added ldflags.
6908         Patch from James Liggett:
6909         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6910         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6911         specific options.
6913 2007-05-18  Johannes Schmid <jhs@gnome.org>
6915         * plugins/editor/text_editor.c:
6916         * plugins/language-support-cpp-java/plugin.c:
6917         (on_editor_language_changed), (on_value_added_current_editor),
6918         (on_value_removed_current_editor):
6919         
6920         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6921         Fix assist support in language-support-plugin.
6923 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6925         * libanjuta/interfaces/libanjuta.idl:
6926         Add a new interface allowing to implement plugin able
6927         to load other plugins (not written in C)
6929         * libanjuta/anjuta-plugin-handle.c,
6930         libanjuta/anjuta-plugin-handle.h:
6931         Add a language and a resident plugin properties
6933         * libanjuta/anjuta-glue-plugin.c,
6934         libanjuta/anjuta-glue-plugin.h,
6935         (added)libanjuta/anjuta-glue-c.c,
6936         (added)libanjuta/anjuta-glue-c.h,
6937         libanjuta/Makefile.am:
6938         Split code used to load a C plugin into a common part
6939         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6941         * libanjuta/anjuta-glue-factory.c,
6942         libanjuta/anjuta-glue-factory.h,
6943         libanjuta/anjuta-plugin-manager.c:
6944         Allow to load plugin not written in C and search for the
6945         additional needed code in another plugin
6947 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6949         * plugins/editor/text_editor.c:
6950         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6951         avoiding a crash if scintilla is used
6953 2007-05-14  Johannes Schmid <jhs@gnome.org>
6955         * libanjuta/interfaces/libanjuta.idl:
6956         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6957         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6958         (on_assist_chosen), (on_assist_update), (get_context),
6959         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6960         (install_assist), (uninstall_assist), (install_support),
6961         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6962         (cpp_java_plugin_instance_init):
6963         * plugins/language-support-cpp-java/plugin.h:
6964         Use IAnjutaEditorAssist to show language specific suggestions
6965         
6966         * plugins/sourceview/Makefile.am:
6967         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6968         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6969         * plugins/sourceview/anjuta-view.h:
6970         * plugins/sourceview/assist-window.c: (assist_window_expose),
6971         (assist_window_set_property), (assist_window_get_property),
6972         (assist_window_class_init), (assist_activated),
6973         (assist_window_init), (assist_window_finalize),
6974         (assist_window_select), (assist_window_first),
6975         (assist_window_last), (assist_window_up), (assist_window_down),
6976         (get_coordinates), (assist_window_move), (assist_window_update),
6977         (assist_window_filter_keypress), (assist_window_is_active),
6978         (assist_window_new), (assist_window_get_trigger),
6979         (assist_window_get_position):
6980         * plugins/sourceview/assist-window.h:
6981         * plugins/sourceview/sourceview-args.c (removed):
6982         * plugins/sourceview/sourceview-args.h (removed):
6983         * plugins/sourceview/sourceview-autocomplete.c (removed):
6984         * plugins/sourceview/sourceview-autocomplete.h (removed):
6985         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6986         * plugins/sourceview/sourceview-private.h:
6987         * plugins/sourceview/sourceview-scope.c(removed):
6988         * plugins/sourceview/sourceview-scope.h(removed):
6989         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6990         (on_assist_cancel), (on_document_char_added),
6991         (on_reload_dialog_response), (sourceview_class_init),
6992         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6993         (iassist_remove_trigger), (iassist_autocomplete),
6994         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6995         (iassist_react), (iassist_iface_init):
6996         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6997         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6998         
6999         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
7000         - Mark files dirty if reload dialog is canceled.
7002 2007-05-12  Naba Kumar  <naba@gnome.org>
7004         * libanjuta/anjuta-launcher.h: Corrected include file.
7006 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
7008         * libanjuta/anjuta-glue-plugin.c,
7009         libanjuta/anjuta-glue-plugin.h,
7010         libanjuta/anjuta-glue-factory.c,
7011         libanjuta/anjuta-glue-factory.h,
7012         ibanjuta/anjuta-plugin-manager.c:
7013         Move code used to load a C plugin from glue-factory to glue-plugin
7014         So loading a plugin written in another language could be done by
7015         just using another object derived from AnjutaGluePlugin
7017         * libanjuta/libanjuta.h:
7018         Remove anjuta-plugin-handle header, it's not installed as libanjuta
7019         includes
7021 === anjuta 2.1.3 ===
7023 2007-05-11  Naba Kumar  <naba@gnome.org>
7025         * configure.in: Bumped version to 2.1.3
7026         * NEWS: Updated.
7027         * AUTHORS: Updated.
7028         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
7030 2007-05-11  Naba Kumar  <naba@gnome.org>
7032         * configure.in:
7033         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
7034         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
7035         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
7037 2007-05-10  Johannes Schmid <jhs@gnome.org>
7039         * plugins/search/plugin.c:
7040         Make incremental search behave less annoying
7041         
7042 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
7044         * plugins/macro/macro-util.c:
7045         Fix bug #419008 and bug #419036
7046         When creating new header file, use name and email set in
7047         preferences and replace invalid C character by underscore
7048         in guards
7050 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
7052         * plugins/search/search-replace.c,
7053         plugins/search/search-replace_backend.c:
7054         Disable search button if search expression is empty (bug #378193)
7056 2007-05-08  Naba Kumar  <naba@gnome.org>
7058         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
7059         build error.
7061 2007-05-07  Naba Kumar  <naba@gnome.org>
7063         * configure.in:
7064         * plugins/project-wizard/templates/Makefile.am:
7065         * plugins/project-wizard/templates/minimal.wiz:
7066         * plugins/project-wizard/templates/minimal/.cvsignore:
7067         * plugins/project-wizard/templates/minimal/Makefile.am:
7068         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
7069         * plugins/project-wizard/templates/minimal/autogen.sh:
7070         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
7071         * plugins/project-wizard/templates/minimal/project.anjuta:
7072         Added 'minimal', a generic and flat, project template.
7073         
7074 2007-05-05  Naba Kumar  <naba@gnome.org>
7076         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
7078         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
7079         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
7080         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
7081         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
7082         instead of a real one, fixes interdependency with libanjuta.
7083         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
7084         * libanjuta/Makefile.am: 
7085         * libegg/Makefile.am:
7086         * plugins/build-basic-autotools/Makefile.am:
7087         * plugins/class-gen/Makefile.am:
7088         * plugins/class-inheritance/Makefile.am:
7089         * plugins/cvs-plugin/Makefile.am:
7090         * plugins/debug-manager/Makefile.am:
7091         * plugins/devhelp/Makefile.am:
7092         * plugins/document-manager/Makefile.am:
7093         * plugins/editor/Makefile.am:
7094         * plugins/file-loader/Makefile.am:
7095         * plugins/file-manager/Makefile.am:
7096         * plugins/file-wizard/Makefile.am:
7097         * plugins/gdb/Makefile.am:
7098         * plugins/glade/Makefile.am:
7099         * plugins/gtodo/Makefile.am:
7100         * plugins/language-support-cpp-java/Makefile.am:
7101         * plugins/macro/Makefile.am:
7102         * plugins/message-view/Makefile.am:
7103         * plugins/patch/Makefile.am:
7104         * plugins/profiler/Makefile.am:
7105         * plugins/project-import/Makefile.am:
7106         * plugins/project-manager/Makefile.am:
7107         * plugins/project-wizard/Makefile.am:
7108         * plugins/sample1/Makefile.am:
7109         * plugins/search/Makefile.am:
7110         * plugins/sourceview/Makefile.am:
7111         * plugins/subversion/Makefile.am:
7112         * plugins/symbol-browser/Makefile.am:
7113         * plugins/terminal/Makefile.am:
7114         * plugins/tools/Makefile.am:
7115         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7117 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7119         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7121 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7123         * libanjuta/anjuta-launcher.c,
7124         libanjuta/anjuta-launcher.h:
7125         Add some missing implementation
7127 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7129         Reviewed by Naba Kumar  <naba@gnome.org>:
7130         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7131         for uninstall-hook.
7133 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7135         Reviewed by Naba Kumar  <naba@gnome.org>:
7136         * plugins/editor/text_editor.c: Large memory addresses were being
7137         truncated, switched to glong (bug #422143).
7139 2007-04-24  Naba Kumar  <naba@gnome.org>
7141         * plugins/document-manager/plugin.c: (prefs_finalize):
7142         * plugins/editor/aneditor-autocomplete.cxx:
7143         * plugins/editor/text_editor_menu.c:
7144         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7145         * plugins/file-loader/plugin.c: (open_file_with),
7146         (create_open_with_submenu):
7147         * plugins/file-manager/plugin.c: (prefs_finalize):
7148         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7149         pointer type castings.
7151 2007-04-24  Naba Kumar  <naba@gnome.org>
7153         Patch from s|s  <supreet.sethi@gmail.com>:
7154         * (added) plugins/project-wizard/templates/django-logo.png:
7155         * (added) plugins/project-wizard/templates/django.wiz:
7156         * plugins/project-wizard/templates/Makefile.am:
7157         * plugins/project-wizard/templates/translatable-strings.h: Added
7158         django project template. http://www.djangoproject.com/
7160 2007-04-24  Naba Kumar  <naba@gnome.org>
7162         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7163         the log entry widget and made the dialog little larger.
7165 2007-04-24  Naba Kumar  <naba@gnome.org>
7167         Patch from Halton Huo:
7168         * configure.in:
7169         * plugins/project-wizard/property.c:
7170         * plugins/subversion/svn-auth.c:
7171         * plugins/subversion/svn-backend-priv.h:
7172         * plugins/subversion/svn-backend.c:
7173         * plugins/subversion/svn-backend.h:
7174         * plugins/subversion/svn-notify.h: Proper use of subversion
7175         headers. Fixes build issues in solaris (bug #426701).
7177 2007-04-24  Naba Kumar  <naba@gnome.org>
7179         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7180         
7181         * plugins/project-wizard/templates/cpp.wiz:
7182         * plugins/project-wizard/templates/gcj.wiz:
7183         * plugins/project-wizard/templates/gnome.wiz:
7184         * plugins/project-wizard/templates/gtk.wiz:
7185         * plugins/project-wizard/templates/gtkmm.wiz:
7186         * plugins/project-wizard/templates/java.wiz:
7187         * plugins/project-wizard/templates/python.wiz:
7188         * plugins/project-wizard/templates/terminal.wiz:
7189         * plugins/project-wizard/templates/wxwin.wiz:
7190         * plugins/project-wizard/templates/xlib-dock.wiz:
7191         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
7192         project option and set it ON by default (since gnome-build, can't
7193         enabled configure shared lib support later when a sharedlib target
7194         is added).
7196 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7198         * plugins/debug-manager/stack_trace.c:
7199         Fix a missing case in the previous changes
7201 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7203         * plugins/debug-manager/plugin.c:
7204         Fix bug #430401
7206         * plugins/debug-manager/breakpoints.c,
7207         plugins/gdb/plugin.c:
7208         Fix adding breakpoint on a function
7210         * plugins/debug-manager/stack_trace.c:
7211         Highlight changed stack frame
7213 2007-04-18  Naba Kumar  <naba@gnome.org>
7215         * plugins/document-manager/anjuta-docman.c:
7216         (anjuta_docman_dispose), (on_editor_destroy),
7217         (anjuta_docman_remove_editor): Remove the editor widget from
7218         the parent container before calling destroy, otherwise container
7219         removal happens after TextEditor is disposed resulting in call
7220         to value-remove for a TextEditor which is half-dead (crash).
7222 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
7224         * plugins/debug-manager/data_buffer.c
7225         plugins/debug-manager/data_view.c,
7226         plugins/debug-manager/memory.c:
7227         Fixes for bug #418523, bug #427090 and bug #428174
7229 2007-04-11 Halton Huo <halton.huo@sun.com>
7231         reviewed by: <jhs@gnome.org>
7233         * configure.in:
7234         * libanjuta/Makefile.am:
7235         * libanjuta/anjuta-utils.c:
7236         * libanjuta/anjuta-utils.h:
7237         * manuals/reference/libanjuta/Makefile.am:
7238         
7239         Fixed compilation on sun by deploying the libutil methods
7240         in anjuta-utils.h and building them on condition.
7242 2007-04-11  Johannes Schmid <jhs@gnome.org>
7244         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
7245         (anjuta_docman_add_editor):
7246         Hold a reference on the editor as long as we use it.
7247         
7248         * plugins/document-manager/plugin.c: (on_editor_changed):
7249         Destroy GValue to fix a memoery leak.
7251 2007-04-11  Johannes Schmid <jhs@gnome.org>
7253         * plugins/document-manager/plugin.c: (on_editor_changed):
7254         Fixed reference counting for editor by using g_value_take_object instead
7255         of g_value_set_object. The editors are now correctly finalized and thus
7256         we do not lack so much memory anymore.
7257         
7258         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
7259         (anjuta_view_finalize), (anjuta_view_focus_out),
7260         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7261         * plugins/sourceview/anjuta-view.h:
7262         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
7263         * plugins/sourceview/sourceview-prefs.c:
7264         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
7265         * plugins/sourceview/sourceview-prefs.h:
7266         * plugins/sourceview/sourceview-private.h:
7267         * plugins/sourceview/sourceview.c: (on_document_loaded),
7268         (timeout_unref), (on_document_saved), (sourceview_finalize),
7269         (sourceview_new), (ifile_open), (ifile_savable_save),
7270         (ifile_savable_save_as):
7272         Several changes to fix things when the editor is correctly destroyed.
7273         Fixed preferences (which led me to the refcounting issue, #409412)
7274         and removed deprecated completition code that will be replace by
7275         IAnjutaAssist interface soon. 
7277 2007-04-11  Johannes Schmid <jhs@gnome.org>
7279         * libanjuta/anjuta-launcher.c:
7280         (anjuta_launcher_execution_done_cleanup),
7281         (anjuta_launcher_child_terminated):
7282         Possible fix for #428363 and added a g_return_if_fail
7284         * plugins/message-view/plugin.c: (activate_plugin):
7285         Fixed a Gtk/Gdl-Critical
7286         
7287         Patches from Étienne Bersac <bersace03@laposte.net>
7288         * plugins/class-gen/templates/go-source.tpl:
7289         * plugins/macro/macros.xml:
7290         Use better template for GObjects (#417875 and #417918)
7291         
7292         Patches from Halton Huo <halton.huo@sun.com>
7293         * libanjuta/anjuta-launcher.h:
7294         * libanjuta/anjuta-preferences.c:
7295         * libanjuta/anjuta-utils.c:
7296         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
7297         (cg_window_set_add_to_repository):
7298         * plugins/class-inheritance/class-inherit.c:
7299         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
7301 2007-04-09  Johannes Schmid <jhs@gnome.org>
7303         * plugins/editor/print.c: (anjuta_print_show_header):
7304         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7305         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7307   Some string changes (#427395 and #427399)
7309 2007-04-06  Johannes Schmid <jhs@gnome.org>
7311         * plugins/build-basic-autotools/build-basic-autotools.c:
7312         (on_build_mesg_format), (on_build_mesg_parse):
7313         Fixed full path detection
7315 2007-04-05  Naba Kumar  <naba@gnome.org>
7317         Patch from Halton Huo:
7318         * libanjuta/Makefile.am:
7319         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
7320         * libanjuta/anjuta-glue-cpp.h:
7321         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
7322         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
7323         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
7324         (anjuta_glue_factory_get_path), (get_already_loaded_module),
7325         (load_plugin), (anjuta_glue_factory_get_object_type):
7326         * libanjuta/anjuta-glue-factory.h:
7327         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
7328         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
7329         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
7330         (anjuta_glue_plugin_new):
7331         * libanjuta/anjuta-glue-plugin.h:
7332         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
7333         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
7334         * libanjuta/anjuta-plugin.h:
7335         * libanjuta/glue-cpp.c:
7336         * libanjuta/glue-cpp.h:
7337         * libanjuta/glue-factory.c:
7338         * libanjuta/glue-factory.h:
7339         * libanjuta/glue-plugin.c:
7340         * libanjuta/glue-plugin.h:
7341         * plugins/build-basic-autotools/build-basic-autotools.h:
7342         * plugins/class-gen/plugin.h:
7343         * plugins/class-inheritance/plugin.h:
7344         * plugins/cvs-plugin/plugin.h:
7345         * plugins/debug-manager/plugin.h:
7346         * plugins/devhelp/plugin.h:
7347         * plugins/document-manager/plugin.h:
7348         * plugins/editor/plugin.h:
7349         * plugins/file-loader/plugin.h:
7350         * plugins/file-manager/plugin.h:
7351         * plugins/file-wizard/plugin.h:
7352         * plugins/gdb/plugin.h:
7353         * plugins/glade/plugin.h:
7354         * plugins/gtodo/plugin.h:
7355         * plugins/language-support-cpp-java/plugin.h:
7356         * plugins/macro/plugin.h:
7357         * plugins/message-view/plugin.h:
7358         * plugins/patch/plugin.h:
7359         * plugins/profiler/plugin.h:
7360         * plugins/project-import/plugin.h:
7361         * plugins/project-manager/plugin.h:
7362         * plugins/project-wizard/plugin.h:
7363         * plugins/sample1/plugin.h:
7364         * plugins/search/plugin.h:
7365         * plugins/sourceview/plugin.h:
7366         * plugins/subversion/plugin.h:
7367         * plugins/symbol-browser/plugin.h:
7368         * plugins/terminal/terminal.c:
7369         * plugins/tools/plugin.h:
7370         * plugins/tools/scripts/tools-2.xml.in:
7371         * plugins/valgrind/plugin.h:
7373         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
7375 2007-04-05  Naba Kumar  <naba@gnome.org>
7377         * anjuta.spec.in, configure.in: Removed dead codes.
7378         
7379         Patch from Jos Dehaes:
7380         * configure.in, plugins/project-wizard/templates/Makefile.am,
7381         plugins/project-wizard/templates/mkfile.wiz,
7382         plugins/project-wizard/templates/translatable-strings.h: Enabled
7383         makefile-based project creation and import. Fixes bug #355145
7385 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
7387         * plugins/debug-manager/debugger.c,
7388         plugins/debug-manager/plugin.c,
7389         plugins/gdb/anjuta-gdb.plugin.in:
7390         Code cleaning (remove unused code, rename this into self)
7391         Add information about supported format in debugger plugin
7392         Activate debugger plugin according to the target format
7394 2007-04-01  Naba Kumar  <naba@gnome.org>
7396         * plugins/message-view/message-view.c:
7397         (message_view_instance_init): Fixed message icons to appear.
7399 2007-03-31  Johannes Schmid <jhs@gnome.org>
7401         * plugins/message-view/anjuta-msgman.c:
7402         (anjuta_msgman_append_view):
7403         * plugins/message-view/plugin.c: (on_view_changed),
7404         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
7405         
7406         Fixed #424845
7408 2007-03-31  Johannes Schmid <jhs@gnome.org>
7410         * plugins/message-view/message-view.c:
7411         (message_view_instance_init), (imessage_view_append):
7412         Show nice icons beside the messages for info, warning and error. This is a completly
7413         cosmetic change so if someone dislikes it he is free to remove it.
7415 2007-03-31  Johannes Schmid <jhs@gnome.org>
7416         
7417         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
7418         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
7419         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
7420         * plugins/message-view/anjuta-msgman.h:
7421         * plugins/message-view/message-view.h:
7422         * plugins/message-view/plugin.c: (on_view_changed),
7423         (activate_plugin):
7424         Fixed #359399 and made next/previous insensitive when not availible
7425         
7426         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
7427         (tag_style_to_string):
7428         Fixed namespace Problem with gdk >= 2.11
7429         
7430         * plugins/sourceview/sourceview-autocomplete.c:
7431         (sourceview_autocomplete_init):
7432         Removed structure, follow-up of #423682
7434 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
7436         * plugins/debug-manager/debug_tree.c,
7437         plugins/debug-manager/debug_tree.h,
7438         plugins/debug-manager/watch.c,
7439         plugins/debug-manager/anjuta-debug-manager.glade:
7440         Inspect variable at cursor
7441         Fix buttons in inspect dialog
7443 2007-03-27  Halton Huo  <halton.huo@sun.com>
7445         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
7447         * plugins/sourceview/sourceview-autocomplete.c
7448         plugins/debug-manager/disassemble.c,
7449         libanjuta/interfaces/libanjuta.idl:
7450         Remove array with 0 size and empty structure as it is not
7451         supported by sun cc, Fixes bug #423682
7453         * plugins/debug-manager/debugger.c:
7454         Remove anonymous union as it is not supported by sun cc,
7455         Fixes bug #423680
7457 === anjuta 2.1.2 ===
7459 2007-03-28  Naba Kumar  <naba@gnome.org>
7461         * configure.in: Bumped version to 2.1.2
7462         * NEWS: Updated for release.
7463         
7464         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
7465         Improved breakpoint marker icon.
7466         
7467         * plugins/editor/anjuta-editor.plugin.in,
7468         plugins/sourceview/sourceview.plugin.in: Made editor plugins
7469         non user activable since they are now remembered properly.
7471 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
7473         * plugins/tools/editor.c:
7474         Fix bug #423270
7476 2007-03-27  Naba Kumar  <naba@gnome.org>
7478         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
7479         word when autocompleting without leaving any trailing part of
7480         the word.
7482 2007-03-27  Kamil Páral  <ripper42@gmail.com>
7484         Reviewed by Naba Kumar  <naba@gnome.org>:
7485         * anjuta.desktop.in.in: Remove "Application" category from desktop
7486         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
7487         
7488 2007-03-27  Naba Kumar  <naba@gnome.org>
7489         
7490         * configure.in, plugins/document-manager/anjuta-docman.c:
7491         (anjuta_docman_add_editor): Conditionally compile notebook tab
7492         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7494         Patch from Halton Huo:
7495         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7496         non gcc compiler flags. Fixes bug #423089.
7497         
7498 2007-03-26  Naba Kumar  <naba@gnome.org>
7499         
7500         * AUTHORS, NEWS, TODO.tasks: Updated.
7501         
7502         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7503         close menuitem.
7504         
7505         * plugins/symbol-browser/plugin.c: (on_editor_saved),
7506         (update_editor_symbol_model), (iter_matches),
7507         (on_editor_update_ui), (value_added_current_editor),
7508         (activate_plugin), (dispose),
7509         (symbol_browser_plugin_instance_init):
7510         * plugins/symbol-browser/plugin.h: update line on editor save
7511         and editor change. Code clean up and fixed warnings.
7513 2007-03-26  Naba Kumar  <naba@gnome.org>
7515         * plugins/project-wizard/templates/java/project.anjuta,
7516         plugins/project-wizard/templates/python/project.anjuta,
7517         plugins/project-wizard/templates/python/project.anjuta:
7518         Removed version control plugins from default selection.
7520         * plugins/tools/scripts/prepare-changelog.pl,
7521         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7522         script to a better one (that works on both cvs and svn).
7524 2007-03-26  Naba Kumar  <naba@gnome.org>
7526         * (added) plugins/project-wizard/templates/translatable-strings.pl,
7527         Makefile.am: Added the generated translatable file (required for
7528         translations for svn checkouts).
7530         * (added)
7531         plugins/project-wizard/templates/extract-translatable-strings.pl
7532         plugins/project-wizard/templates/Makefile.am, Makefile.am,
7533         po/POTFILES.in: Generated translatable strings for .wiz files and
7534         added them in POTFILES.in for translation. Fixes bug #398035
7536 2007-03-25  Naba Kumar  <naba@gnome.org>
7538         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7539         
7540         * src/anjuta-app.c: Removed dead codes.
7541         
7542         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7543         global tags generation starts.
7544         
7545         * plugins/debug-manager/chunk_view.c,
7546         plugins/debug-manager/start.h,
7547         plugins/debug-manager/chunk_view.h,
7548         plugins/debug-manager/utilities.c,
7549         plugins/debug-manager/utilities.h,
7550         plugins/debug-manager/debugger.c,
7551         plugins/debug-manager/threads.c,
7552         plugins/debug-manager/disassemble.c,
7553         plugins/debug-manager/info.c,
7554         plugins/debug-manager/sharedlib.c,
7555         plugins/debug-manager/threads.h,
7556         plugins/debug-manager/disassemble.h,
7557         plugins/debug-manager/signals.c,
7558         plugins/debug-manager/info.h,
7559         plugins/debug-manager/sharedlib.h,
7560         plugins/debug-manager/data_buffer.c,
7561         plugins/debug-manager/data_view.c,
7562         plugins/debug-manager/signals.h,
7563         plugins/debug-manager/debug_tree.c,
7564         plugins/debug-manager/watch.c,
7565         plugins/debug-manager/registers.c,
7566         plugins/debug-manager/data_buffer.h,
7567         plugins/debug-manager/data_view.h,
7568         plugins/debug-manager/memory.c,
7569         plugins/debug-manager/debug_tree.h,
7570         plugins/debug-manager/watch.h,
7571         plugins/debug-manager/registers.h,
7572         plugins/debug-manager/memory.h,
7573         plugins/debug-manager/locals.c,
7574         plugins/debug-manager/sexy-icon-entry.c,
7575         plugins/debug-manager/breakpoints.c,
7576         plugins/debug-manager/locals.h,
7577         plugins/debug-manager/sexy-icon-entry.h,
7578         plugins/debug-manager/stack_trace.c,
7579         plugins/debug-manager/breakpoints.h,
7580         plugins/debug-manager/sparse_buffer.c,
7581         plugins/debug-manager/sparse_view.c,
7582         plugins/debug-manager/stack_trace.h,
7583         plugins/debug-manager/sparse_buffer.h,
7584         plugins/debug-manager/sparse_view.h,
7585         plugins/debug-manager/start.c,
7586         plugins/gdb/utilities.c,
7587         plugins/gdb/utilities.h,
7588         plugins/gdb/debugger.c,
7589         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7590         setup.
7592 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7594         * plugins/gdb/debugger.c:
7595         Avoid empty debugger log window by limiting line to 90 characters
7597 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7599         * plugins/debug-manager/plugin.c,
7600         plugins/debug-manager/plugin.h,
7601         plugins/debug-manager/threads.c,
7602         plugins/debug-manager/threads.h,
7603         plugins/debug-manager/breakpoints.c,
7604         plugins/debug-manager/breakpoints.h,
7605         plugins/debug-manager/stack_trace.c,
7606         plugins/debug-manager/stack_trace.h:
7607         View code action now changes location in disassembly view too
7609         * plugins/debug-manager/anjuta-debug-manager.ui:
7610         Rename breakpoint actions
7612 2007-03-24  Naba Kumar  <naba@gnome.org>
7614         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7615         in gdl 0.7.3 (svn trunk).
7616         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7617         
7618 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7620         * plugins/debug-manager/threads.c,
7621         plugins/debug-manager/debug_tree.c,
7622         plugins/debug-manager/debug_tree.h,
7623         plugins/debug-manager/locals.c,
7624         plugins/debug-manager/registers.c,
7625         plugins/debug-manager/stack_trace.c:
7626         Allow to change current thread updating register, stack and locals
7627         Allow to change current stack frame updating locals
7629         * plugins/gdb/debugger.c:
7630         Read argument of selected stack frame
7632         * plugins/debug-manager/data_view.c:
7633         Fix an unrelated bug
7635 2007-03-23  Naba Kumar  <naba@gnome.org>
7637         * plugins/document-manager/anjuta-docman.c,
7638         plugins/document-manager/plugin.c: Fixed many memory leaks.
7639         (ianjuta_file_get_uri() returns a new string).
7641         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7642         widget for save dialogs.
7643         
7644         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7645         svn and fixed to get function/prototype/member args list. Call tips
7646         also work fine now.
7648 2007-03-22  Naba Kumar  <naba@gnome.org>
7650         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7651         and calltips would work again for functions from global tags (Needs
7652         regenerating global tags).
7654         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7655         ctags svn version and reopened bug #395362. Fixes tags parsing that
7656         seemed to have stopped working recently.
7658 2007-03-21  Naba Kumar  <naba@gnome.org>
7660         * tagmanager/tm_source_file.c, tagmanager/options.c,
7661         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7662         extend .. more needs to be investigated and fixed). Enabled some
7663         debugging.
7665 2007-03-16  Naba Kumar  <naba@gnome.org>
7667         * src/anjuta.c: Fixed project loading from command line.
7669 2007-03-16  Naba Kumar  <naba@gnome.org>
7671         Patch from James Liggett <jrliggett@cox.net>:
7672         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7673         
7674 2007-03-15  Naba Kumar  <naba@gnome.org>
7676         * libanjuta/anjuta-profile-manager.c,
7677         libanjuta/anjuta-profile-manager.h: Added method to get current
7678         profile.
7680         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7681         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7682         is exiting.
7684         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7685         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7686         Also, not load project files in session load in loader plugin.
7687         
7688         * plugins/project-manager/plugin.c, src/anjuta.c:
7689         Emit "exiting" signal in shell when exiting anjuta. project manager
7690         listens to exiting signal and saves session. anjuta.c saves session
7691         only when current projfile is 'user'. Load project saved in session
7692         differently then the rest of the session. This should fix all the
7693         session restoration bugs.
7694         
7695         src/main.c: Present anjuta window when becon message is received.
7697 2007-03-14  Naba Kumar  <naba@gnome.org>
7699         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7700         not randomly save (it was a wrong looping).
7701         
7702 2007-03-12  Naba Kumar  <naba@gnome.org>
7704         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7706 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7708         * plugins/debug-manager/anjuta-debug-manager.ui,
7709         libanjuta/interfaces/libanjuta.idl,
7710         plugins/debug-manager/debugger.c,
7711         (added) plugins/debug-manager/threads.c,
7712         (added) plugins/debug-manager/threads.h,
7713         plugins/debug-manager/plugin.c,
7714         plugins/debug-manager/Makefile.am,
7715         plugins/gdb/plugin.c,
7716         plugins/gdb/debugger.c,
7717         plugins/gdb/debugger.h:
7718         Add a window displaying all threads
7719         Add needed functions
7720         Switching to a different thread is still not done
7722         * plugins/debug-manager/debug_tree.c,
7723         plugins/debug-manager/locals.c,
7724         plugins/debug-manager/stack_trace.c:
7725         Small cosmetic changes
7727         * plugins/gdb/gdbmi.c:
7728         Keep all elements in gdbmi hash
7729         Even if using the same key like in -threads-list-ids
7731 2007-03-11  Naba Kumar  <naba@gnome.org>
7733         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7734         
7735         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7736         
7737         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7738         manuals/reference/libanjuta/libanjuta-sections.txt,
7739         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7740         interfaces.
7742 2007-03-11  Naba Kumar  <naba@gnome.org>
7744         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7745         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7747         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7748         manuals/reference/libanjuta/libanjuta.types,
7749         manuals/reference/libanjuta/libanjuta-sections.txt,
7750         manuals/reference/libanjuta/.cvsignore,
7751         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7752         infrastructure. Got rid of tmpl/ directory and moved all section
7753         documenation to source code (requires gtk-doc >= 1.4).
7754         
7755         * libanjuta/anjuta-plugin-description.c,
7756         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7757         libanjuta/cell-renderer-captioned-image.c,
7758         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7759         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7760         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7761         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7762         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7763         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7764         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7765         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7766         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7767         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7768         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7769         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7770         documentation from templates to source code.
7772 2007-03-10  Johannes Schmid <jhs@gnome.org>
7774         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7775         Added some debug output but could not figure out why 
7776         some plugins are not kept.
7777         
7778         * libanjuta/interfaces/libanjuta.idl:
7779         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7780         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7781         Added IAnjutaEditorGoto::matching_brace
7782         
7783         * plugins/document-manager/action-callbacks.c:
7784         (on_editor_command_match_brace_activate):
7785         * plugins/document-manager/plugin.c:
7786         (update_editor_ui_interface_items):
7787         * plugins/editor/text_editor.c: (igoto_matching_brace),
7788         (igoto_iface_init):
7789         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7790         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7792 2007-03-09  Johannes Schmid <jhs@gnome.org>
7794         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7795         Hide correct column
7796         
7797         * plugins/sourceview/sourceview-private.h:
7798         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7799         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7800         (sourceview_new), (ifile_savable_save_as):
7801         Tweaked vfs monitoring
7803 2007-03-09  Johannes Schmid <jhs@gnome.org>
7805         * libanjuta/interfaces/Makefile.am.iface:
7806         Fixed installtion of header files
7807         
7808         * plugins/sourceview/sourceview.c: (set_select):
7809         do not scroll to much in interactive search
7811 2007-03-09  Naba Kumar  <naba@gnome.org>
7813         * src/anjuta.c: Fixed session restoration.
7814         
7815         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7816         signal handlers after symbol browser plugin is deactivated.
7817         
7818         * plugins/editor/editor.glade,
7819         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7820         Fixed indentation confustion in preferences.
7822 2007-03-08  Johannes Schmid <jhs@gnome.org>
7824         * plugins/search/search-replace.c: (search_set_combo),
7825         (search_set_action), (search_set_target), (search_set_direction),
7826         (create_dialog), (search_disconnect_set_toggle_connect),
7827         (on_search_match_whole_word_toggled),
7828         (on_search_match_whole_line_toggled),
7829         (on_search_match_word_start_toggled),
7830         (search_set_toggle_direction):
7831         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7832         it's somehow ugly and uses many deprecated widgets
7833         
7834         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7835         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7836         Fix #394709
7837         
7838 2007-03-07  Naba Kumar  <naba@gnome.org>
7840         * src/anjuta.c: Make launching projects work from command line. Also
7841         fixes gnome session restart command.
7842         
7843 2007-03-07  Johannes Schmid <jhs@gnome.org>
7845         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7846         * plugins/class-gen/plugin.c: (iwizard_activate):
7847         Fixed #408218
7848         
7849         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7850         Fixed #402774
7851         
7852         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7853         Fixed #377483 (It's not possible to know if directories have
7854         a version in CVS. Show version column only if there are version
7855         informations availible
7857         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7858         Fixed memory leak
7860 2007-03-07  Johannes Schmid <jhs@gnome.org>
7862         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7863         Fixed #409408
7864         * plugins/symbol-browser/an_symbol_prefs.c:
7865         (on_update_global_clicked):
7866         Fixed ##409176
7868 2007-03-07  Johannes Schmid <jhs@gnome.org>
7870         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7871         (anjuta_save_prompt_new):
7872         * plugins/project-import/project-import.c:
7873         (project_import_finalize):
7874         Fixed Gtk-Criticals (maybe #409408)
7876 2007-03-07  Naba Kumar  <naba@gnome.org>
7878         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7879         when we are at just beginning of string or comment. Fixes bug #397981.
7881 2007-03-07  Johannes Schmid <jhs@gnome.org>
7883         * plugins/language-support-cpp-java/plugin.c:
7884         (initialize_indentation_params):
7885         Removed annoying DEBUG_PRINT
7886         
7887         * plugins/sourceview/sourceview-cell.c:
7888         (sourceview_cell_instance_init), (icell_get_character),
7889         (icell_get_length), (icell_get_char), (icell_get_attribute):
7890         Improved code to be faster
7891         Implemented attribute handling so that indentation really works in any case
7893 2007-03-06  Johannes Schmid <jhs@gnome.org>
7895         * configure.in:
7896         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7897         
7898         * plugins/document-manager/anjuta-docman.c:
7899         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7900         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7901         instead (required GTK >= 2.10)
7902         
7903         * plugins/sourceview/sourceview-private.h:
7904         * plugins/sourceview/sourceview.c:
7905         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7906         (sourceview_finalize), (sourceview_new), (imark_mark),
7907         (imark_unmark), (imark_is_marker_set),
7908         (imark_location_from_handle), (imark_delete_all_markers):
7909         Fixed marker handling and worked a bit more on vfs monitoring
7911 2007-03-05  Johannes Schmid <jhs@gnome.org>
7913         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7914         Added method to select specific iter
7915         
7916         * plugins/sourceview/sourceview-private.h:
7917         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7918         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7919         (sourceview_add_monitor), (on_document_saved),
7920         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7921         Fixed vfs monitoring (mostly ported code from text_editor.c)
7922         
7923         * plugins/symbol-browser/an_symbol_view.c:
7924         * plugins/symbol-browser/an_symbol_view.h:
7925         * plugins/symbol-browser/plugin.c: (iter_matches),
7926         (on_editor_update_ui), (value_added_current_editor):
7927         Select the current tag in locals window and symbol toolbar. If there
7928         is no tag at the current line, reserve backward for the next tag. This will
7929         select the correct tag if inside a function.
7931 2007-03-05  Naba Kumar  <naba@gnome.org>
7933         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7934         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7935         compiler warnings.
7936         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7937         (Bug #412186)
7938         
7939 2007-03-04  Johannes Schmid <jhs@gnome.org>
7941         * data/Makefile.am:
7942         * po/POTFILES.in:
7943         Fixed distcheck (well, partly)
7945 2007-03-04  Johannes Schmid <jhs@gnome.org>
7947         * plugins/document-manager/anjuta-document-manager.ui:
7948         Move "Swap .c/.h from Main to Browser toolbar
7950         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7951         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7952         (fv_prefs_free), (fv_add_tree_entry):
7953         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7954         * plugins/file-manager/plugin.c: (prefs_init):
7955         
7956         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7958 2007-03-04  Naba Kumar  <naba@gnome.org>
7960         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7961         plugins/project-manager/plugin.c:
7962         Restored default profile and renamed it from "default.anjuta" to
7963         "default.profile".
7964         
7965 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7967         * plugins/debug-manager/debugger.c,
7968         plugins/debug-manager/plugin.c,
7969         plugins/gdb/debugger.c,
7970         libanjuta/interfaces/libanjuta.idl,
7971         plugins/debug-manager/stack_trace.c:
7972         Add a dialog box when a signal is received (except SIGINT)
7973         Display stack frame even if arguments are not available
7975 2007-03-03  Naba Kumar  <naba@gnome.org>
7977         * TODO.tasks: Icons bounty added.
7979         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7980         choise selection.
7981         
7982         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7983         and descoping.
7985         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7986         plugins/Makefile.am, (removed) plugins/profile-default/*,
7987         plugins/project-manager/anjuta-project-manager.plugin.in,
7988         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7989         profile implementation to load user profile and projects. Store and
7990         restore remembered plugins. Use profile scoping and descoping for
7991         saving and loading sesstions.
7992         
7993         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7994         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7995         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7996         DEBUG_PRINTs.
7998 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
8000         * plugins/debug-manager/debug_tree.c
8001         plugins/debug-manager/debug_tree.h:
8002         Bug fix, deleting wrong variable
8004         * plugins/gdb/debugger.c:
8005         Bug fix, remove forgotten debugging code
8007 2007-03-02  Johannes Schmid <jhs@gnome.org>
8009         * plugins/document-manager/anjuta-document-manager.ui:
8010         * plugins/search/anjuta-search.ui:
8011         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
8012         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
8013         ToolbarFind
8015         * src/anjuta-app.c: (on_toolbar_view_toggled),
8016         (on_add_merge_widget), (on_session_save), (on_widget_remove):
8017         Save toolbar positions, don't use fixed toolbar style
8018         
8019         All in all this will allow more complex toolbar configurations and
8020         might gain some space on smaller displays because the user can disable
8021         toolbar parts he does not use. Also allows to use any toolbar style
8022         without looking too ugly.
8024 2007-03-01  Naba Kumasr  <naba@gnome.org>
8026         * TODO.tasks: Added a bounty for creating icons.
8028         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
8029         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
8030         profile-changed signal. Do not sync non-user-activatable plugins.
8032 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
8034         * plugins/debug-manager/disassemble.c,
8035         plugins/debug-manager/sparse_view.c,
8036         plugins/gdb/debugger.c,
8037         libanjuta/interfaces/libanjuta.idl:
8038         Display function name in disassembly view
8040 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
8042         * (added) plugins/debug-manager/bookmark.png,
8043         (added) plugins/debug-manager/breakpoint-disabled.png,
8044         (added) plugins/debug-manager/breakpoint-enabled.png,
8045         (added) plugins/debug-manager/program-counter.png,
8046         (added) plugins/debug-manager/linemarker.png,
8047         plugins/debug-manager/Makefile.am,
8048         plugins/debug-manager/disassemble.c,
8049         plugins/debug-manager/disassemble.h,
8050         plugins/debug-manager/sparse_buffer.c,
8051         plugins/debug-manager/sparse_buffer.h,
8052         plugins/debug-manager/sparse_view.c,
8053         plugins/debug-manager/sparse_view.h,
8054         plugins/debug-manager/plugin.c,
8055         plugins/debug-manager/breakpoints.c,
8056         libanjuta/interfaces/libanjuta.idl:
8057         Add markers in the disassembly view
8058         Display program counter and breakpoints in disassembly view
8060         * plugins/gdb/debugger.c:
8061         Fix a bug added with my previous patch, setting and clearing
8062         breakpoints was not working
8064 2007-02-28  Johannes Schmid <jhs@gnome.org>
8066         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
8067         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
8068         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
8069         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
8070         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
8071         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
8072         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
8073         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
8074         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
8075         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
8076         Updated (why do they need to be under version control?)
8077         
8078         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
8079         (create_tab_popup_menu), (on_msgman_popup_menu),
8080         (on_tab_button_press_event), (anjuta_msgman_page_new),
8081         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
8082         Added "Close all message tabs" popup menu
8084 2007-02-26  Naba Kumar  <naba@gnome.org>
8086         * plugins/profiler/gprof-flat-profile-entry.c,
8087         plugins/profiler/gprof-flat-profile.c,
8088         plugins/profiler/gprof-flat-profile-entry.h,
8089         plugins/profiler/gprof-flat-profile.h,
8090         plugins/profiler/gprof-flat-profile-view.c,
8091         plugins/profiler/gprof-flat-profile-view.h,
8092         plugins/profiler/gprof-call-graph-block-entry.c,
8093         plugins/profiler/gprof-call-graph-block.c,
8094         plugins/profiler/gprof-function-call-chart-view.c,
8095         plugins/profiler/gprof-call-graph-block-entry.h,
8096         plugins/profiler/gprof-profile-data.c,
8097         plugins/profiler/gprof-call-graph-block.h,
8098         plugins/profiler/gprof-view.c,
8099         plugins/profiler/gprof-call-graph.c,
8100         plugins/profiler/gprof-function-call-chart-view.h,
8101         plugins/profiler/gprof-profile-data.h,
8102         plugins/profiler/gprof-call-graph.h,
8103         plugins/profiler/gprof-view.h,
8104         plugins/profiler/gprof-view-manager.c,
8105         plugins/profiler/gprof-call-graph-view.c,
8106         plugins/profiler/plugin.c,
8107         plugins/profiler/gprof-view-manager.h,
8108         plugins/profiler/gprof-call-graph-view.h,
8109         plugins/profiler/gprof-function-call-tree-view.c,
8110         plugins/profiler/gprof-function-call-tree-view.h,
8111         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8112         gnome-vfs. Fixes bug #411377.
8114 2007-02-26  Naba Kumar  <naba@gnome.org>
8116         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8118         Patch from James Liggett  <jrliggett@cox.net>:
8119         * plugins/profiler/gprof-flat-profile-view.c,
8120         plugins/profiler/gprof-flat-profile-view.h,
8121         plugins/profiler/gprof-function-call-chart-view.c,
8122         plugins/profiler/gprof-function-call-chart-view.h,
8123         plugins/profiler/gprof-view.c,
8124         plugins/profiler/gprof-view.h,
8125         plugins/profiler/gprof-call-graph-view.c,
8126         plugins/profiler/plugin.c,
8127         plugins/profiler/gprof-call-graph-view.h,
8128         plugins/profiler/gprof-function-call-tree-view.c,
8129         plugins/profiler/gprof-function-call-tree-view.h: Implements
8130         double click navigation. Fixes bug #403514.
8132 2007-02-25  Naba Kumar  <naba@gnome.org>
8134         * libanjuta/anjuta-plugin-manager.c,
8135         libanjuta/anjuta-plugin-handle.[ch],
8136         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8137         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8138         dependency on glib 2.8. Fixes bug #411623.
8140 2007-02-24  Naba kumar  <naba@gnome.org>
8142         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8143         
8144         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8145         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8146         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8147         (added) libanjuta/anjuta-profile-manager.c,
8148         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8149         manager.
8150         Implemented profile pushing and popping. Implemented profile xml
8151         synchronization. Implemented error handling in profiles. Implemented
8152         activation and deactivation signals in plugin manager.
8153         
8154         * libanjuta/Makefile.am: Added libanjuta log domain.
8155         
8156         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8157         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8158         in AnjutaShell interface and implemented it in AnjutaApp.
8159         
8160         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8162 2007-02-23  Naba kumar  <naba@gnome.org>
8164         src/main.c: Fixed missing end quote.
8166 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8168         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8171 2007-02-20  Naba Kumar  <naba@gnome.org>
8173         * plugins/subversion/plugin.c: Added "..." menuitems.
8174         * ROADMAP, README: Updated.
8175         * libanjuta/anjuta-profile.c: Fixed bugs.
8177         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8178         plugins/gtodo/Makefile.am: Removed dead code.
8180         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8181         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8182         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8183         plugins/gtodo/list_tooltip.c,
8184         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8185         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8186         not contain markups. Fixes Bug #360462.
8188 2007-02-16  Naba Kumar  <naba@gnome.org>
8190         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
8191         unnecessary sub-sections.
8192         
8193 2007-02-15  Naba Kumar  <naba@gnome.org>
8195         * (removed) plugins/document-manager/bookmark-prev-16.png,
8196         plugins/document-manager/bookmark-last.png,
8197         (removed)plugins/document-manager/bookmark-first-16.png,
8198         plugins/document-manager/bookmark-prev.png,
8199         (added) plugins/document-manager/bookmark-toggle.png,
8200         (removed)plugins/document-manager/bookmark_toggle.xpm,
8201         (removed)plugins/document-manager/bookmark-last-16.png,
8202         plugins/document-manager/plugin.c,
8203         plugins/document-manager/anjuta-document-manager.ui,
8204         (removed)plugins/document-manager/bookmark-next-16.png,
8205         plugins/document-manager/bookmark-next.png,
8206         plugins/document-manager/Makefile.am,
8207         (added) plugins/document-manager/bookmark-clear.png,
8208         plugins/document-manager/bookmark-first.png: Upgraded bookmark
8209         icons (stolen from monodevelop). Added clear bookmarks toolbar
8210         button.
8212         * plugins/document-manager/plugin.c,
8213         (added) plugins/document-manager/swap.png,
8214         (removed) plugins/document-manager/undock.png,
8215         plugins/document-manager/Makefile.am: Fixed swap icon.
8217 2007-02-13  Naba Kumar  <naba@gnome.org>
8219         * plugins/class-gen/element-editor.c: Fixed typo.
8220         
8221         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
8222         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
8223         Implementing plugin profiles loading.
8225 2007-02-13  Naba Kumar  <naba@gnome.org>
8227         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
8228         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
8229         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
8230         pixmaps/open_project.png, pixmaps/close_project.png:
8231         Removed more old icons.
8232         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
8233         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
8234         anjuta_logo.png
8235         
8236 2007-02-13  Naba Kumar  <naba@gnome.org>
8238         * plugins/class-gen/element-editor.c: Included missing headers to
8239         prevent build failures in some cases.
8240         
8241 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
8243         * plugins/debug-manager/stack_trace.c:
8244         Fix bug #407115
8246         * plugins/debug-manager/watch.c,
8247         plugins/debug-manager/breakpoints.c:
8248         Same bug than above, wrong use of gtk_ui_manager_get_widget
8250 === anjuta 2.1.1 ===
8252 2007-02-11  Naba Kumar  <naba@gnome.org>
8254         * cofigure.in: Bumped version to 2.1.1
8255         * NEWS: Updated for 2.1.1 release.
8256         
8257 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8259         * plugins/debug-manager/plugin.c,
8260         plugins/debug-manager/sparse_view.c,
8261         plugins/debug-manager/sparse_view.h:
8262         Reorder some code
8264         * plugins/gdb/debugger.c,
8265         plugins/debug-manager/debugger.c,
8266         plugins/debug-manager/memory.c,
8267         plugins/debug-manager/sparse_buffer.c
8268         plugins/gdb/debugger.h,
8269         libanjuta/interfaces/libanjuta.idl:
8270         Clean up, remove some warnings
8271         Use guint everywhere for addresses
8272         Rewrite code parsing position in debugger
8274 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8276         * plugins/debug-manager/debug_tree.c:
8277         Use GtkTreeRowReference instead of GtkTreeIter as callback data
8278         Fix bug #406113
8280 2007-02-08  Naba Kumar  <naba@gnome.org>
8282         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8283         Delay showing the 'file modified on disk' dialog for one sec
8284         from the last notification to insure multiple notifications for
8285         the same file are treated as one. Do not same multiple dialogs
8286         for the same file. Make sure to destory the dialog if later
8287         the conent is no longer different.
8288         
8289 2007-02-08  Naba Kumar  <naba@gnome.org>
8291         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8292         Prevented spurious 'file modified' dialogs in scintilla editor
8293         when the file is saved.
8295 2007-02-09  Johannes Schmid <jhs@gnome.org>
8297         * scripts/glade2schema.pl:
8298         Added script to convert glade preferences into gconf schema files.
8299         See #406061
8301 2007-02-08  Naba Kumar  <naba@gnome.org>
8303         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
8304         itself is destroyed. Fixes bug #355160.
8305         
8306 2007-02-08  Johannes Schmid <jhs@gnome.org>
8308         * plugins/profiler/profiler.plugin: 
8309         removed from version control (only .in file needed)
8310         
8311         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
8312         * plugins/sourceview/sourceview.c: (sourceview_new):
8313         Code cleanup
8314         
8315         * plugins/subversion/svn-thread.c: (svn_thread_start):
8316         * src/main.c: (main):
8317         
8318         Fixed #395875 about initialisation of threads too late
8320 2007-02-07  Armin Burgmeier  <armin@arbur.net>
8322         Reviewed by Naba Kumar  <naba@gnome.org>:
8323         * plugins/class-gen/plugin.c:
8324         * plugins/class-gen/window.c: Removed browse button related code, load
8325         generated output directly into new buffers when not adding to project.
8327         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
8328         buttons from user interface.
8330 2007-02-07  Naba Kumar  <naba@gnome.org>
8332         * po/POTFILES.in: Fixed distcheck.
8334 2007-02-07  Daniel Nylander <po@danielnylander.se>
8336         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
8338 2007-02-07  Johannes Schmid <jhs@gnome.org>
8340         * anjuta.desktop.in.in:
8341         Fixed spelling
8343 2007-02-07  Johannes Schmid <jhs@gnome.org>
8345         * configure.in:
8346         * manuals/anjuta-manual/*
8347         * manuals/anjuta-faqs/*:
8348         #398991 – Anjuta manuals does not use the gnome-doc-utils format
8349         
8350         * plugins/document-manager/anjuta-document-manager.plugin.in:
8351         Removed duplicate application-xml mime-type (review patches properly ;-)
8352         
8353 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
8355         * plugins/gdb/debugger.c,
8356         libanjuta/interfaces/libanjuta.idl:
8357         Fix bug #404755
8358         Fix handling of missing source file
8360 2007-02-06  Naba Kumar  <naba@gnome.org>
8362         Patch from James Liggett  <jrliggett@cox.net>:
8363         * plugins/profiler/gprof-flat-profile.c,
8364         plugins/profiler/gprof-profile-data.c,
8365         plugins/profiler/gprof-call-graph.c,
8366         plugins/profiler/gprof-profile-data.h,
8367         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
8368         Show profiler view when target selected bug #403515.
8370 2007-02-05  Naba Kumar  <naba@gnome.org>
8372         * configure.in: Enabled devhelp plugin by default now that
8373         it works.
8374         
8375         Patch from parmigio@2ainfo.it:
8376         * plugins/document-manager/anjuta-document-manager.plugin.in:
8377         Added xml file type in supported mime types list.
8378         
8379 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
8381         * plugins/debug-manager/debugger.c,
8382         plugins/debug-manager/plugin.c:
8383         Add a field in status bar displaying debugger state
8384         Change cursor shape when debugger is busy
8385         Fix bug #378600
8387         * plugins/debug-manager/watch.c,
8388         plugins/debug-manager/locals.c,
8389         libanjuta/interfaces/libanjuta.idl:
8390         Clean up, remove debugging messages and unused signals
8392 2007-02-03  Johannes Schmid <jhs@gnome.org>
8394         * configure.in:
8395         Fixed AC_INIT and seperated version to major, minor, micro
8397         * anjuta.anjuta:
8398         Load Subversion instead of CVS
8399         
8400         * anjuta.desktop.in.in:
8401         Fixed bug-buddy component
8403         Original patch from Rob Bradfort <robster@debian.org>:
8404         * src/main.c: (get_command_line_args), (main):
8405         Bug #335981 – Migration from popt to GOption
8407 2007-02-03  Naba Kumar  <naba@gnome.org>
8409         * configure.in: Depend on devhelp 0.13 and fixed gecko home
8410         path variable. Fixed bug #341170.
8411         * plugins/profiler/Makefile.am: Fixed indentation.
8412         
8413 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
8415         * libanjuta/interfaces/libanjuta.idl,
8416         plugins/sourceview/sourceview.c,
8417         plugins/editor/text-editor.c,
8418         plugins/symbol-browser/plugin.c,
8419         plugins/search/search-replace.c,
8420         plugins/document-manager/goto_line.c,
8421         plugins/document-manager/action-callbacks.c,
8422         plugins/document-manager/anjuta-docman.c:
8423         Rename markers of anjuta interface
8424         IANJUTA_MARKABLE_NONE has been removed
8425         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
8426         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
8427         IANJUTA_MARKABLE_ATTENTIVE renamed in
8428                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
8429         IANJUTA_MARKABLE_INTENSE renamed in
8430                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
8431         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
8433         * (removed) plugins/sourceview/marker-light.png,
8434         (removed) plugins/sourceview/marker-basic.png,
8435         (removed) plugins/sourceview/marker-attentive.png,
8436         (removed) plugins/sourceview/marker-intense.png,
8437         plugins/sourceview/bookmark.png,
8438         (added) plugins/sourceview/breakpoint-disabled.png,
8439         (added) plugins/sourceview/breakpoint-enabled.png,
8440         (added) plugins/sourceview/program-counter.png,
8441         (added) plugins/sourceview/linemarker.png,
8442         plugins/sourceview/Makefile.am,
8443         (added) plugins/editor/bookmark.xpm,
8444         (added) plugins/editor/breakpoint-disabled.xpm,
8445         (added) plugins/editor/breakpoint-enabled.xpm,
8446         (added) plugins/editor/program-counter.xpm,
8447         (added) plugins/editor/linemarker.xpm,
8448         plugins/editor/Makefile.am:
8449         Add or change marker pixmaps in scintilla and sourceview editor
8451         * plugins/document-manager/plugin.c,
8452         libanjuta/interfaces/libanjuta.idl,
8453         plugins/debug-manager/plugin.c,
8454         plugins/debug-manager/breakpoints.c
8455         plugins/gdb/debugger.c:
8456         Fix bug #376404, program counter marker is not displayed when debugger
8457         Return the selected editor or NULL (if file does not exist) with 
8458         ianjuta_document_manager_goto_file_line* functions
8459         Emit a change-location signal even if the program counter is in an
8460         unknown file
8462 2007-02-02  Naba Kumar  <naba@gnome.org>
8464         * TODO.tasks: Marked bounty bug #359478 completed. And checked
8465         older bounties 'Done'.
8466         
8467 2007-02-02  Naba Kumar  <naba@gnome.org>
8469         * TODO.tasks: Fixed typop.
8471         Patch from James Liggett  <jrliggett@cox.net>:
8472         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
8473         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
8474         profiler plugin by James Liggett. Completes bounty bug #359478
8475         'Gprof performance profiler plugin'
8477 2007-02-01  Naba Kumar  <naba@gnome.org>
8479         * src/main.c: Renamed option name.
8481         * TODO.tasks: Marked "Test and fix all project wizards templates"
8482         bounty completed.
8483         
8484 2007-01-29  Johannes Schmid <jhs@gnome.org>
8486         * plugins/document-manager/plugin.c: (on_editor_changed):
8487         Added DEBUG_PRINT(...)
8488         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8489         implemented
8490         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8491         Fix language support plugin for sourceview editor (add some new
8492         language names)
8493         
8494         * plugins/sourceview/sourceview.c: (iindic_clear):
8495         Clear all indicators
8497 2007-01-29  Johannes Schmid <jhs@gnome.org>
8499         * TODO.tasks:
8500         Minor task currentions
8501         
8502         * libanjuta/interfaces/libanjuta.idl:
8503         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8504         (itext_editor_iface_init):
8505         * plugins/language-support-cpp-java/plugin.c: (install_support):
8506         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8507         (ieditor_get_attributes), (ieditor_iface_init):
8508         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8509         plugins.
8510         
8511         * plugins/sourceview/sourceview.glade:
8512         Fixed sourceview preference window
8514 2007-01-28  Naba Kumar  <naba@gnome.org>
8515         
8516         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8517         Implemented --no-files and --no-session command line options and
8518         corresponding preferernces checkboxes in General tab.
8520 2007-01-28  Johannes Schmid <jhs@gnome.org>
8522         * plugins/subversion/plugin.c:
8523         * plugins/subversion/plugin.h:
8524         * plugins/subversion/svn-notify.c: (svn_show_info),
8525         (show_svn_error), (on_svn_notify):
8526         * plugins/subversion/svn-notify.h:
8527         * plugins/subversion/svn-thread.c: (create_message_view),
8528         (svn_thread_start):
8529         Fixed error handling and fixed #394216 – No indication of subversion commands running
8530         
8531         * plugins/tools/execute.c: (atp_output_context_print):
8532         Show name of tool in message pane
8534 2007-01-28  Naba Kumar  <naba@gnome.org>
8535         
8536         * configure.in, plugins/glade/plugin.c: Make it work with
8537         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
8538         
8539         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8540         from devhelp (won't work untill devhelp is fixed: bug #341170).
8541         
8542         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8543         
8544 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8546         Reviewed by Naba Kumar  <naba@gnome.org>:
8547         * libanjuta/interfaces/libanjuta.idl, 
8548         plugins/debug-manager/debugger.c,
8549         plugins/debug-manager/start.c,
8550         plugins/gdb/plugin.c,
8551         plugins/gdb/debugger.c,
8552         plugins/gdb/debugger.h:
8553         Fix a bug when launching gdb
8554         Set the terminal for the debugged program on the command line.
8556 2007-01-26  Johannes Schmid <jhs@gnome.org>
8558         * plugins/sourceview/anjuta-document-saver.c:
8559         (anjuta_document_saver_save):
8560         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8561         * plugins/sourceview/sourceview.c: (save_if_modified),
8562         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8563         Proper error handling, for example if a file was modified externally. Use backup files
8564         to avoid data-loss on disk full.
8566 2007-01-24  Naba Kumar  <naba@gnome.org>
8567         
8568         * plugins/devhelp/htmlview.c: Fixed crash during project load.
8569         Fixed mem leak and source leak.
8570         
8571 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8573         Reviewed by Naba Kumar  <naba@gnome.org>:
8574         * plugins/debug-manager/debug_tree.c,
8575         plugins/debug-manager/debug_tree.h,
8576         plugins/debug-manager/watch.c:
8577         Partial rewrite of the variable object code, find and fix a few bugs
8578         Fix bug #395808: gdb can still crash but children are listed
8579         on request only so you can avoid the crash
8581 2007-01-24  Naba Kumar  <naba@gnome.org>
8582         
8583         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8584         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8585         plugins/symbol-browser/plugin.h,
8586         plugins/symbol-browser/plugin.c,
8587         plugins/symbol-browser/Makefile.am: Added current file (local)
8588         symbols view (Seriously getting bored with the browse toolbar).
8590 2007-01-22  Naba Kumar  <naba@gnome.org>
8591         
8592         Patch from Gabor Kelemen:
8593         * po/POTFILES.in: Added .plugin.in files.
8595 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8597         Reviewed by Naba Kumar  <naba@gnome.org>:
8598         * plugins/document-manager/anjuta-docman.c,
8599         plugins/message-view/anjuta-msgman.c
8600         Set right alignment to the label widget in the tab title.
8602 2007-01-21  Naba Kumar  <naba@gnome.org>
8603         
8604         * libegg/egg-combo-action.c: Fixed mode line.
8605         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8606         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8608 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8610         Reviewed by Naba Kumar  <naba@gnome.org>:
8611         * plugins/class-gen/plugin.c: Prompt for target before actually
8612         generating the class files. This ensures that the files are created in
8613         the correct directory. Fixes bug #397406.
8615         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8616         the class is added to the project.
8618 2007-01-21  Naba Kumar  <naba@gnome.org>
8620         * libanjuta/anjuta-plugin-description.c,
8621         libanjuta/anjuta-ui.h,
8622         libanjuta/anjuta-status.c,
8623         libanjuta/anjuta-plugin-description.h,
8624         libanjuta/cell-renderer-captioned-image.c,
8625         libanjuta/anjuta-plugin-handle.c,
8626         libanjuta/anjuta-status.h,
8627         libanjuta/resources.c,
8628         libanjuta/cell-renderer-captioned-image.h,
8629         libanjuta/glue-cpp.c,
8630         libanjuta/anjuta-plugin-handle.h,
8631         libanjuta/anjuta-plugin.c,
8632         libanjuta/anjuta-preferences-dialog.c,
8633         libanjuta/libanjuta.h,
8634         libanjuta/resources.h,
8635         libanjuta/glue-cpp.h,
8636         libanjuta/anjuta-plugin.h,
8637         libanjuta/anjuta-preferences-dialog.h,
8638         libanjuta/anjuta-plugin-manager.c,
8639         libanjuta/anjuta-shell.c,
8640         libanjuta/anjuta-plugin-manager.h,
8641         libanjuta/anjuta-shell.h,
8642         libanjuta/anjuta-save-prompt.c,
8643         libanjuta/anjuta-save-prompt.h,
8644         libanjuta/anjuta-children.c,
8645         libanjuta/anjuta-utils.c,
8646         libanjuta/anjuta-profile.c,
8647         libanjuta/anjuta-preferences.c,
8648         libanjuta/anjuta-launcher.c,
8649         libanjuta/anjuta-utils.h,
8650         libanjuta/anjuta-profile.h,
8651         libanjuta/anjuta-launcher.h,
8652         libanjuta/anjuta-ui.c: Updated file headers.
8654         * po/POTFILES.in: Updated.
8656         * libanjuta/anjuta-marshal.list,
8657         (added) libanjuta/anjuta-plugin-handle.c,
8658         (added) libanjuta/anjuta-plugin-handle.h,
8659         (added) libanjuta/anjuta-plugin-manager.c,
8660         (added) libanjuta/anjuta-plugin-manager.h,
8661         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8662         (added) libanjuta/anjuta-profile.c,
8663         (added) libanjuta/anjuta-profile.h,
8664         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8665         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8666         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8667         src/action-callbacks.c: Implemented AnjutaPluginManager
8668         class based on old plugins.[ch]. Implemented AnjutaProfile as
8669         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8670         class to represent plugins (not to be confused with plugin objects).
8671         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8672         implemented it in AnjutaApp and AnjutaTestShell.
8673         De-globalized plugin management and several clean ups.
8675         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8676         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8677         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8678         plugins/project-import/project-import.c,
8679         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8680         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8681         Fixed plugins for the change in API.
8683         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8684         file.
8685         
8686         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8688 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8690         Reviewed by Naba Kumar  <naba@gnome.org>:
8691         * libanjuta/anjuta-launcher.c,
8692         libanjuta/anjuta-launcher.h:
8693         Add a new function anjuta_set_terminate_on_exit to close the i/o
8694         channel when the child exit
8695         Return directly the status and not the exit code in child-exited
8696         signal
8698         * plugins/gdb/debugger.c:
8699         Use new function in debugger plugin
8701 2007-01-18  Johannes Schmid <jhs@gnome.org>
8703         * src/about.c: Do not show empty license information instead hide the button (#397883)
8705 2007-01-15  Johannes Schmid <jhs@gnome.org>
8707         * plugins/project-manager/plugin.c:
8708         * plugins/project-wizard/templates/python.wiz
8709         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8710         
8711         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8712         You will also need latest gnome-build svn       
8714 === anjuta 2.1.0 ===
8716 2007-01-14  Naba Kumar  <naba@gnome.org>
8718         * configure.in: Removed reference of mkfile project
8719         template to fix distcheck build error.
8720         * AUTHORS: Updated.
8721         * NEWS: Updated.
8722         * configure.in: Bumped version to 2.1.0 for beta release.
8723         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8724         crashes as soon as editing starts in normal text files.
8726 2007-01-14  Johannes Schmid <jhs@gnome.org>
8728         * configure.in
8729         * po/LINGUAS:
8730         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8732         * tagmanager/c.c:
8733         Patch from Massimo Cora' to hopefully fix #395362
8735         * plugins/project-wizard/templates/*:
8737         Fixed and tested all project-wizards. Deactivated mkfile project because
8738         it was totally broken and I don't see any real use for it.
8739         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8741 2007-01-14  Naba Kumar  <naba@gnome.org>
8743         * NEWS: Updated for release.
8744         
8745         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8746         
8747         * libanjuta/interfaces/libanjuta.idl,
8748         plugins/editor/text_editor_cbs.c,
8749         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8750         interface and implemented it for scintilla.
8751         
8752         * plugins/editor/text-editor.c: Fixed highlighing issues when
8753         used with indicators (particularly when the file is just opened).
8754         Fixes bug #377477 – when debugging, scintilla editor grays out all
8755         lines before current line.
8756         
8757         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8758         Maintain a separate list of indicated edtitors for separate contexts.
8759         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8760         
8761 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8763         Reviewed by Naba Kumar  <naba@gnome.org>:
8764         * plugins/debug-manager/plugin.c:
8765         Bug fix: breakpoints cannot be added after stopping the debugger
8767 2007-01-13  Naba Kumar  <naba@gnome.org>
8769         * NEWS: Updated for release.
8771 2007-01-12  Johannes Schmid <jhs@gnome.org>
8773         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8774         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8775         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8776         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8777         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8778         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8779         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8780         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8781         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8782         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8783         
8784         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8785         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8786         
8787         * plugins/sourceview/sourceview.c:
8788         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8789         on character positions.
8790         
8791 2007-01-12  Naba Kumar  <naba@gnome.org>
8793         * src/anjuta-app.c,
8794         plugins/project-manager/plugin.c,
8795         plugins/profile-default/plugin.c,
8796         libanjuta/anjuta-status.c,
8797         libanjuta/anjuta-status.h: Introduced an API for application title
8798         in AnjutaStatus. Set application title to project name.
8800 2007-01-11  Massimo Cora' <maxcvs@email.i>
8802         Reviewed by Naba Kumar  <naba@gnome.org>:
8803         * tagmanager/Makefile.am,
8804         plugins/symbol-browser/Makefile.am: removed installation for 
8805         test programs.
8807 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8809         Reviewed by Naba Kumar  <naba@gnome.org>:
8810         * plugins/debug-manager/start.h,
8811         plugins/debug-manager/start.c,
8812         plugins/debug-manager/anjuta-debug-manager.ui,
8813         plugins/debug-manager/plugin.c:
8814         Partial fix for bug #392537
8816         * plugins/debug-manager/disassemble.c:
8817         Fix bug #392543
8819 2007-01-11  Naba Kumar  <naba@gnome.org>
8821         * src/anjuta.c: Load project seperately from session,
8822         so that project session is also loaded.
8823         
8824         * plugins/profile-default/plugin.c: Load project in new
8825         anjuta if there already is one loaded currently (disabled
8826         code for now).
8827         
8828         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8829         signals when editor is destroyed. Fixes a crash bug.
8830         
8831         * plugins/editor/text_editor.c: Do not mark line in
8832         ianjuta_editor_goto_line() implementation.
8833         
8834         * plugins/search/search-replace.c: Always check for markable
8835         interface availablility because its optional for an editor.
8836         
8837         * plugins/document-manager/goto_line.c,
8838         plugins/document-manager/action-callbacks.c: Mark lines for
8839         goto line commands (from dialog and from menu entry box).
8840         
8841         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8842         plugins/file-manager/an_file_view.c: Expand file manager
8843         nodes in idle loop, one at a time. Did as a possible work
8844         around for bug #361763, but it didn't make any difference.
8845         However, it could still be useful in situations where there
8846         are lots to expand.
8847         
8848         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8850 2007-01-11  Naba Kumar  <naba@gnome.org>
8852         * plugins/editor/scintilla/LineMarker.h,
8853         plugins/editor/scintilla/LexBasic.cxx,
8854         plugins/editor/scintilla/LexHTML.cxx,
8855         plugins/editor/scintilla/include/SciLexer.h,
8856         plugins/editor/scintilla/include/Scintilla.h,
8857         plugins/editor/scintilla/include/Scintilla.iface,
8858         plugins/editor/scintilla/include/ScintillaWidget.h,
8859         plugins/editor/scintilla/LexBash.cxx,
8860         plugins/editor/scintilla/PlatGTK.cxx,
8861         plugins/editor/scintilla/ViewStyle.h,
8862         plugins/editor/scintilla/Editor.cxx,
8863         plugins/editor/scintilla/StyleContext.h,
8864         plugins/editor/scintilla/LexCPP.cxx,
8865         plugins/editor/scintilla/Converter.h,
8866         plugins/editor/scintilla/LexAU3.cxx,
8867         plugins/editor/scintilla/Editor.h,
8868         plugins/editor/scintilla/LexPerl.cxx,
8869         plugins/editor/scintilla/LexVB.cxx,
8870         plugins/editor/scintilla/ScintillaGTK.cxx,
8871         plugins/editor/scintilla/ViewStyle.cxx,
8872         plugins/editor/scintilla/PropSet.cxx,
8873         plugins/editor/scintilla/LexSQL.cxx,
8874         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8875         version 1.71
8877 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8879         Reviewed by Naba Kumar  <naba@gnome.org>:
8880         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8881         selected for editing. This fixes bug #394218.
8883         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8884         name if said URI is not known.
8886         * plugins/class-gen/window.c: When stripping function prefix away,
8887         include the trailing underscore because it is already set by the
8888         template.
8890         * plugins/class-gen/transform.c: Include "const char*" and "const
8891         gchar*" in the list for transforming a default C type to a GType.
8892         Don't access invalid memory when writing pointer_str in
8893         cg_transform_first_argument.
8895 2007-01-11  Naba Kumar  <naba@gnome.org>
8897         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8898         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8899         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8900         libegg/test-actions.c, anjuta.desktop.in.in,
8901         anjuta.prj: Renamed application icon to 'anjuta.png' from
8902         'anjuta_icon.png'. Added more fields in desktop file.
8904         * mime/anjuta.xml: Added magic section.
8905         
8906         * (removed) mime/anjuta.applications,
8907         (removed) mime/anjuta.mime, mime/Makefile.am,
8908         (removed) mime/anjuta.keys,
8909         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8910         registeration and added scalable icon. Also fixes bug #393680
8912 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8914         Reviewed by Naba Kumar  <naba@gnome.org>:
8915         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8916         and anjuta_status_progress_add_ticks() to check for progressbar 
8917         being realized before trying to update it.
8919 2007-01-10  Naba Kumar  <naba@gnome.org>
8921         * tagmanager/tm_workspace.c,
8922         po/POTFILES.in,
8923         plugins/debug-manager/Makefile.am,
8924         plugins/tools/scripts/Makefile.am,
8925         plugins/class-gen/plugin.c,
8926         plugins/class-gen/Makefile.am,
8927         global-tags/Makefile.am: Fixed make distcheck.
8929         * plugins/debug-manager/attach_process.c,
8930         plugins/debug-manager/attach_process.h,
8931         plugins/class-gen/action-callbacks.h,
8932         plugins/class-gen/action-callbacks.c,
8933         plugins/class-gen/class_gen.h,
8934         plugins/class-gen/class_gen.c: Deleted unused/old files.
8936         * (removed) scintilla, (added) plugins/editor/scintilla,
8937         plugins/editor/scintilla/lexers.make,
8938         plugins/editor/scintilla/Makefile.am,
8939         plugins/editor/Makefile.am
8940         configure.in, manuals/reference/libanjuta/Makefile.am
8941         Makefile.am: Moved scintilla to its right place.
8943 2007-01-09  Naba Kumar  <naba@gnome.org>
8945         * plugins/profile-default/plugin.c: Save project session before
8946         a new one is opened.
8948         * plugins/project-manager/plugin.c,
8949         plugins/project-manager/plugin.h,
8950         plugins/project-manager/anjuta-project-manager.ui,
8951         plugins/profile-default/plugin.c,
8952         plugins/profile-default/plugin.h,
8953         plugins/profile-default/Makefile.am,
8954         (added) plugins/profile-default/anjuta-default-profile.ui,
8955         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8956         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8957         multiple projects support.
8958         
8959 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8961         Reviewed by Naba Kumar  <naba@gnome.org>
8962         * plugins/class-gen/combo-flags.h:
8963         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8964         enum, added a type parameter to selected signal. Select highlighted
8965         entry when pressing enter (but not unselect it if it was already
8966         selected) before closing the popup. Also accept input when clicking
8967         not into the popup.
8969         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8970         according to selection type.
8972         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8973         VOID:BOXED,ENUM.
8975 2007-01-08  Johannes Schmid <jhs@gnome.org>
8977   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8978   * plugins/project-wizard/templates/gtkmm/Makefile.am
8979   * plugins/project-wizard/templates/python/configure.ac.tpl
8980   * plugins/project-wizard/templates/python/configure.in.tpl
8981   * plugins/project-wizard/templates/python/Makefile.am
8982   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8983   * plugins/project-wizard/templates/cpp/configure.in.tpl
8984   * plugins/project-wizard/templates/cpp/Makefile.am
8985   * plugins/project-wizard/templates/terminal.wiz
8986   * plugins/project-wizard/templates/xlib-dock.wiz
8987   * plugins/project-wizard/templates/wxwin.wiz
8988   * plugins/project-wizard/templates/java.wiz
8989   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8990   * plugins/project-wizard/templates/xlib/configure.in.tpl
8991   * plugins/project-wizard/templates/xlib/Makefile.am
8992   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8993   * plugins/project-wizard/templates/gcj/configure.in.tpl
8994   * plugins/project-wizard/templates/gcj/Makefile.am
8995   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8996   * plugins/project-wizard/templates/terminal/configure.in.tpl
8997   * plugins/project-wizard/templates/terminal/Makefile.am
8998   * plugins/project-wizard/templates/terminal/autogen.sh
8999   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
9000   * plugins/project-wizard/templates/wxwin/configure.in.tpl
9001   * plugins/project-wizard/templates/wxwin/Makefile.am
9002   * plugins/project-wizard/templates/gnome.wiz 
9003   * plugins/project-wizard/templates/java/configure.ac.tpl
9004   * plugins/project-wizard/templates/java/configure.in.tpl
9005   * plugins/project-wizard/templates/java/Makefile.am
9006   * plugins/project-wizard/templates/anjuta-plugin.wiz
9007   * plugins/project-wizard/templates/gtkmm.wiz
9008   * plugins/project-wizard/templates/python.wiz
9009   * plugins/project-wizard/templates/cpp.wiz
9010   * plugins/project-wizard/templates/gtk.wiz
9011   * plugins/project-wizard/templates/gcj.wiz
9012   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
9013   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
9014   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
9016   Starting fixing of all project wizards:
9017   - rename configure.in to configure.ac
9018   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
9019   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
9020   (See #394184)
9021   
9022   * TODO.task: Added bug number to bounty
9024 2007-01-07  Johannes Schmid <jhs@gnome.org>
9026   *  plugins/build-basic-autotools.c:
9027   Fixed #392290 – Missed install as root option in project manager
9029 2007-01-07  Johannes Schmid <jhs@gnome.org>
9031   * plugins/sourceview/sourceview.c:
9032   Fixed #388731 – Odd editor behaviour after performing block-text operations
9033   Fixed #388727 – Block-tab does not work
9034   
9035   * plugins/sourceview/anjuta-document.h/c:
9036   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
9037   
9038   * configure.in:
9039   Require Gtk+ >= 2.10 for sourceview plugin
9041 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
9043         * libanjuta/anjuta-status.c:
9044         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
9046 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
9048         * configure.in,
9049         plugins/terminal/terminal.c:
9050         Fix bug #377027
9051         remove support for VTE < 0.9
9053 2007-01-06  Naba Kumar  <naba@gnome.org>
9055         * po/POTFILES.in: Updated
9057 2007-01-05  Adam Dingle  <adam@medovina.org>
9059         Reviewed by Naba Kumar  <naba@gnome.org>:
9060         * plugins/message-view/anjuta-message-manager-plugin.glade:
9061         Fixed bug #377903 (improve message color defaults).
9063 2007-01-05  Naba Kumar  <naba@gnome.org>
9065         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
9066         
9067 2007-01-03  Armin Burgmeier  <armin@arbur.net>
9069         Reviewed by  Naba Kumar  <naba@gnome.org>:
9070         * plugins/symbol-browser/test-class.h: Fixed block ends.
9072         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
9073         C-style-block comment.
9075         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
9076         allow lists when writing autogen definition files. This is required
9077         for the new class generator. Also fixed a wrong return value in
9078         npw_autogen_write_definition_file and set a GError in
9079         npw_autogen_execute when the output file could not be opened.
9081         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
9082         user interface.
9084         * plugins/class-gen/Makefile.am: Added templates subdir, removed
9085         goc_template_header and goc_template_source, added top_srcdir to
9086         includes, link against project wizard (also hopefully temporarily),
9087         removed class_gen.h, class_gen.c, action-callbacks.h,
9088         action-callbacks.c.
9090         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9092         * plugins/class-gen/cell-renderer-flags.h:
9093         * plugins/class-gen/cell-renderer-flags.c:
9094         * plugins/class-gen/combo-flags.h:
9095         * plugins/class-gen/combo-flags.c:
9096         * plugins/class-gen/element-editor.c:
9097         * plugins/class-gen/element-editor.h:
9098         * plugins/class-gen/generator.c:
9099         * plugins/class-gen/generator.h:
9100         * plugins/class-gen/plugin.h:
9101         * plugins/class-gen/plugin.c:
9102         * plugins/class-gen/transform.c:
9103         * plugins/class-gen/transform.h:
9104         * plugins/class-gen/validator.c:
9105         * plugins/class-gen/validator.h:
9106         * plugins/class-gen/window.c:
9107         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9108         adding of several class elements and uses autogen.
9110         * plugins/class-gen/templates/cc-header.tpl:
9111         * plugins/class-gen/templates/cc-source.tpl:
9112         * plugins/class-gen/templates/go-header.tpl:
9113         * plugins/class-gen/templates/go-source.tpl:
9114         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9115         for the class generator.
9117         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9119 2007-01-04  Naba Kumar  <naba@gnome.org>
9121         Patch from Nick Treleaven:
9122         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9123         all matching symbols.
9124         
9125         Patches from  Maik Beckmann and Sébastien Granjoux:
9126         * plugins/profile-default/plugin.c,
9127         plugins/project-manager/plugin.c: Unescape project name. Fixes
9128         Bug #357151
9130 2007-01-04  Naba Kumar  <naba@gnome.org>
9132         * plugins/glade/plugin.c: Fixed compilation with
9133         older glade-3 version.
9134         
9135         Patch from Roland Illig:
9136         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9137         plugins/sourceview/anjuta-document-saver.c,
9138         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9139         are necessary to build anjuta on NetBSD 3.0
9141         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9142         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9143         window manager in gnome.
9144         
9145 2007-01-02  Naba Kumar  <naba@gnome.org>
9146         
9147         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9148         
9149 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9151         Reviewed by Naba Kumar  <naba@gnome.org>:
9152         * libanjuta/interfaces/libanjuta.idl,
9153         plugins/debug-manager/Makefile.am,
9154         plugins/debug-manager/anjuta-marshal.list,
9155         plugins/debug-manager/debugger.c,
9156         plugins/debug-manager/sparse_buffer.c,
9157         plugins/debug-manager/sparse_buffer.h,
9158         plugins/debug-manager/sparse_view.c,
9159         plugins/debug-manager/sparse_view.h,
9160         plugins/debug-manager/disassemble.h,
9161         plugins/debug-manager/disassemble.c,
9162         plugins/debug-manager/anjuta-marshal.list,
9163         plugins/debug-manager/plugin.c,
9164         plugins/gdb/debugger.c,
9165         plugins/gdb/debugger.h,
9166         plugins/gdb/plugin.c:
9167         Add a disassembly view window
9169         * plugins/debug-manager/breakpoints.c,
9170         plugins/debug-manager/chunk_view.c,
9171         plugins/debug-manager/locals.c,
9172         plugins/debug-manager/memory.c,
9173         plugins/debug-manager/registers.c,
9174         plugins/debug-manager/stack_trace.c:
9175         Add some debugging information 
9177 2006-12-18  Naba Kumar  <naba@gnome.org>
9179         * configure.in, plugins/glade/plugin.c: Allow building against both
9180         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9182 2006-12-03  Naba Kumar  <naba@gnome.org>
9183         
9184         * TODO.tasks: Marked a bounty completed.
9186 2006-11-24  Adam Dingle <adam@medovina.org>
9188         Reviewed by Naba Kumar  <naba@gnome.org>:
9189         * plugins/build-basic-autotools/build-basic-autotools.c,
9190         plugins/debug-manager/watch.c,
9191         plugins/document-manager/plugin.c, 
9192         plugins/patch/plugin.c,
9193         plugins/project-manager/plugin.c:
9194         Fixed bug #378879 (several command names need ellipses).
9196 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
9198         Reviewed by: Naba Kumar  <naba@gnome.org>
9199         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9200         GCC 4.1.2 (there are only two warnings remaining now when compiling
9201         plugins).
9203         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
9205         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
9206         macro so that the generated function support a NULL plugin parameter.
9208         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
9209         in debug_tree_find_expression by freeing memory returned by the call
9210         to gtk_tree_model_get instead of the parameter string.
9212 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
9214         * plugins/debug-manager/breakpoints.c:
9215         Fix bug #378850
9217         * plugins/debug-manager/anjuta-debug-manager.ui,
9218         plugins/debug-manager/debugger.c,
9219         plugins/debug-manager/plugin.c:
9220         Fix bug #378871
9222 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
9224         * libanjuta/anjuta-launcher.c,
9225         plugins/gdb/debugger.c:
9226         Fix bug #377061
9228 2006-11-21  Naba Kumar  <naba@gnome.org>
9230         * plugins/search/search_preferences.c: Fixed build break.
9231         
9232 2006-11-20  Naba Kumar  <naba@gnome.org>
9233         
9234         Patch from Kjartan Maraas:
9235         * plugins/cvs-plugin/cvs-interface.c,
9236         plugins/document-manager/plugin.c,
9237         plugins/gtodo/interface.c,
9238         plugins/gtodo/libgtodo.h,
9239         plugins/message-view/anjuta-msgman.c,
9240         plugins/project-wizard/druid.c,
9241         plugins/search/search_preferences.c,
9242         plugins/sourceview/sourceview-prefs.c,
9243         plugins/terminal/terminal.c,
9244         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
9246         Patch from Przemysław Grzegorczyk:
9247         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
9248         plugins/subversion/anjuta-subversion.glade: Enable files in
9249         fileselection dialog. Fixes bug #376031.
9250         
9251 2006-11-17  Adam Dingle <adam@medovina.org>
9253         Reviewed by: Naba Kumar  <naba@gnome.org>
9254         * plugins/build-basic-autotools/build-basic-autotools.c
9255         * plugins/class-gen/anjuta-class-gen.plugin.in
9256         * plugins/debug-manager/breakpoints.c
9257         * plugins/debug-manager/plugin.c
9258         * plugins/devhelp/plugin.c
9259         * plugins/document-manager/plugin.c
9260         * plugins/gdb/debugger.c
9261         * plugins/glade/anjuta-glade.plugin.in
9262         * plugins/gtodo/plugin.c
9263         * plugins/language-support-cpp-java/plugin.c
9264         * plugins/message-view/plugin.c
9265         * plugins/project-import/anjuta-project-import.glade
9266         * plugins/project-import/anjuta-project-import.plugin.in
9267         * plugins/search/plugin.c
9268         * plugins/tools/scripts/tools-2.xml.in
9269         * plugins/valgrind/plugin.c
9270         * src/anjuta-actions.h:
9271         Fixed bug #376335 "menu items should be capitalized".  Minor
9272         grammar edits.
9274 2006-11-20  Naba Kumar  <naba@gnome.org>
9275         
9276         * configure.in: Fixed build.
9278         Patch from: Arjan Timmerman
9279         *configure.in: Make subvesion plugin build for apr 1.x.
9280         Fixes: Bug #364754.
9281         
9282 2006-11-20  Johannes Schmid <jhs@gnome.org>
9284         * configure.in
9285         * plugins/*/*.[ch]:
9286         Removed patches from Sylvain and Günther. They caused not problems but
9287         Naba was against them.
9289 2006-11-20  Johannes Schmid <jhs@gnome.org>
9291         * Removed me from MAINTAINERS
9293 2006-11-14  Günther Brammer <GBrammer@gmx.de>
9295         * configure.in:
9296         Use apr-1 instead of apr-0
9298 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
9300         * global-tags/create_global_tags.sh.in: Correct a bug when environment
9301         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
9302         and another bug occuring when parsing .pc file containing quotes.
9304 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
9306         * plugins/*/*.[ch]: Use class macro for type casting.
9308         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9309         GCC 4.1.2 (there are only two warnings remaining now when compiling
9310         plugins).
9312         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
9313         a memory leak in debug_tree_find_expression; g_free was called on
9314         the parameter instead of the memory allocated by gtk_tree_model_get.
9316         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
9317         to declare and initialize the global type variable of the plugin.
9319 2006-10-31  Naba Kumar  <naba@gnome.org>
9321         * global-tags/create_global_tags.sh.in: Added an end message.
9322         
9323         * libanjuta/anjuta-launcher.h: Fixed indentation.
9324         
9325         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
9326         creation to a) append the messages in right way, b) Connect signals
9327         to the view properly and c) Recreate the system-tags.cache at the
9328         end of the generation.
9330         * plugins/symbol-browser: Fixed action path (double
9331         click on sysmbols was not working).
9333         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
9334         Fixed typedef and removed dead code.
9336         * tagmanager/c.c: Took the latest version from ctags source
9337         repository, because the one we had (from ctags 5.6) was broken.
9338         
9339         * global_tags/create_global_tags.sh.in: Reverted the patch from
9340         Sylvain because it was not right fix (and added a helpful comment).
9341         Used /bin/bash to fix the bashism and generated separate log files
9342         for each tag files in the same directory.
9343         
9344 2006-10-29  Naba Kumar  <naba@gnome.org>
9346         * plugins/editor/text_editor.c: Use a temporary file
9347         to save the editor and move it at the end to original
9348         file. This will prevent data corruption if file save
9349         failed for any reason. Also report proper errors when
9350         file save fails. Fixes bug #346575.
9351         
9352 2006-10-26  Naba Kumar  <naba@gnome.org>
9354         * plugins/document-manager/anjuta-docman.c: Do not load
9355         the same files with different path more than once (happens
9356         with symlinked files). Fixes Bug #323591.
9358 2006-10-25  Naba Kumar  <naba@gnome.org>
9360         * plugins/valgrind/vgactions.c: Fixed a warning.
9362 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
9364         Reviewed by Naba Kumar  <naba@gnome.org>:
9366         * plugins/valgrind/vgtoolview.c:
9367         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
9369         * plugins/valgrind/bugged-prg-test.c:
9370         No more warning during compilation with GCC 4.1.
9371         Program is still buggy in order to be used as a test of the
9372         plugin.
9374         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
9375         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
9376         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
9377         plugins/valgrind/vgrule.c:
9378         No more warning during compilation with GCC 4.1.
9380         * plugins/valgrind/plugin.c:
9381         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
9382         prototype (was missing from previous patch).
9384 2006-10-24  Naba Kumar  <naba@gnome.org>
9386         * plugins/glade/plugin.c: Show glade tree view, not list view.
9387         
9388         * plugins/glade/plugin.c: Fixed crash when Anjuta is
9389         exited with glade plugin still loaded. Fixes Bug #364755.
9391         * plugins/document-manager/anjuta-document-manager.plugin.in:
9392         Added application/x-reject in accepted mime-types.
9393         
9394         * Changelog: Fixed changelog alignments.
9396 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
9398         Reviewed by: Naba Kumar  <naba@gnome.org>
9399         
9400         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
9401         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
9402         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
9403         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
9404         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
9405         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
9406         plugins/valgrind/vgsearchbar.c:
9407         Use class macro for type casting.
9409         * plugins/valgrind/plugin.h:
9410         Don't force cast a GtkActionGroup to a GtkAction.
9412         * plugins/valgrind/plugin.c:
9413         Use correct API to get path of the preoject root when building
9414         the list of targets for the run action.
9415         Correct ordering of the construction of the preferences widgets.
9416         Only remove the valgrind widget if it is currently displayed.
9418         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
9419         Return if check_valgrind_binary() fails.
9420         The ValgrindPluginPrefs object is initialized after the call to
9421         vg_action_new. Take a handle to the location of the pointer to
9422         the future object.
9424 2006-10-24  Naba Kumar  <naba@gnome.org>
9426         * HACKING: Updated coding sample.
9427         
9428         Patch from: Armin Burgmeier  <armin@arbur.net>
9429         * plugins/symbol-browser/test-class.h,
9430         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
9431         
9432 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
9434         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
9435         * plugins/valgrind/vgtoolview.h:
9436         Correctly handle the argv / srcdir of vg_tool_view object. Do
9437         not leak memory associated with those arrays.
9439         * plugins/symbol-browser/an_symbol_prefs.c:
9440         Support unloading / reloading of the module (for example when
9441         closing a project and opening another one).
9443         * plugins/project-manager/plugin.c:
9444         Remove plugin widget before removing plugin itself, preventing
9445         a crash with valgrind plugin.
9447         * libanjuta/anjuta-preferences-dialog.c:
9448         Do not use the page_num returned by gtk_notebook_append_page to
9449         remove the page as it cause bugs when pages removal is not done
9450         in LIFO.
9452         * plugins/document-manager/anjuta-docman.c:
9453         Fix some GTK+ warnings.
9455         * global-tags/create_global_tags.sh.in:
9456         Rewrite script to remove bash-ism and use pkg-config directly
9457         instead of parsing the *.pc file by hand. This solve problems
9458         that occurred when one of the directory in PKG_CONFIG_PATH is
9459         empty.
9461 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
9463         * plugins/glade/plugin.c: Fix build (#363884)
9465 2006-10-22  Johannes Schmid <jhs@gnome.org>
9467         * plugins/file-manager/an_file_view.c:
9468         * plugins/file-manager/plugin.c:
9469         * plugins/file-manager/plugin.h:
9470         Fix possible crasher when changing project-root uri when we try to restore open nodes
9471         * AUTHORS: Updated
9473 2006-10-19  Naba Kumar  <naba@gnome.org>
9475         Patch from: Juan Pablo Ugarte
9476         * plugins/glade/plugin.c: Include glade header
9477         correctly.
9478         
9479 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
9480         
9481         * plugins/debug-manager/Makefile.am,
9482         plugins/debug-manager/sexy-icon-entry.h,
9483         plugins/debug-manager/sexy-icon-entry.c,
9484         plugins/debug-manager/dataview.c:
9485         Fix bug #358134 (Goto memory prompt)
9486         Use sexy-icon-entry from libsexy 0.1.10
9488         * plugins/debug-manager/debugger.c,
9489         plugins/debug-manager/plugin.c,
9490         plugins/debug-manager/start.c,
9491         plugins/gdb/debugger.c,
9492         plugins/gdb/plugin.c:
9493         Better error handling when starting and stopping debugger
9495 2006-10-13  Maik Beckmann <maik@eigenco.de>
9497         * src/action_callbacks.c:
9498         Fixed bug #361830 (AboutDialog does not close) which is caused 
9499         due to a change in Gtk+ 2.10  
9500   
9501 2006-10-12  Adam Dingle <adam@medovina.org>
9503         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9505         * plugins/search/search-replace.c:
9506         Fixed bug #358068 (indicate when Find in Files is complete)
9508         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9510         * plugins/sourceview/sourceview-prefs.c:
9511         * plugins/sourceview/sourceview.glade:
9512         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9514         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9516         * plugins/devhelp/plugin.c:
9517         * plugins/search/plugin.c: 
9518         Fixed bug #359750 (fix find/replace shortcut keys).
9520         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9521         use Alt+key for shortcuts)
9523         *  plugins/debug-manager/debug_tree.c:
9524         *  plugins/debug-manager/debugger.c:
9525         Fixed bug #359317 (can't load debug manager)
9527         * /plugins/document-manager/plugin.c:
9528         Fixed bug #359259 (highlight modes listed in reverse 
9529         alphabetical order).
9531 2006-10-10  Johannes Schmid <jhs@gnome.org>
9533         * plugins/glade/plugin.c:
9534         Add scrollbars to glade project window
9536 2006-10-10  Johannes Schmid <jhs@gnome.org>
9538         * libanjuta/interfaces/Makefile.am.iface:
9539         Fixed Makefile with broke build
9541 2006-10-07  Johannes Schmid <jhs@gnome.org>
9543         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9544         * libanjuta/interfaces/Makefile.iface.am:
9545         Fixed enum types generation
9547         * libanjuta/interfaces/libanjuta.idl:
9548         Fixed some strange typo
9550 2006-10-06  Johannes Schmid <jhs@gnome.org>
9552         * libanjuta/interfaces/Makefile.iface.am:
9553         Fixed enum-types.h generation
9554         * libanjuta/interfaces/libanjuta.idl:
9555         char* => gchar*
9556         IAnjutaTODO::load should take const gchar* argument
9557         Remove include to libanjuta/e-splash.h which is not installed as header file
9558         Disable get_attributes for now
9559         
9560         * pluings/sourceview/sourceview.c: Disabled get_attributes
9561         
9562         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9564 2006-10-05  Naba Kumar  <naba@gnome.org>
9566         * TODO.tasks: Set 'Improve class widzard' task to assigned.
9567         Set bug id for 'Profiler plugin' task.
9569 2006-10-03  Naba Kumar  <naba@gnome.org>
9571         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9572         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9574         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9575         plugins/project-manager/plugin.c: Added a new API in
9576         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9577         Added some documentation. On project close, close all editors that
9578         has files opened for the project.
9579         
9580         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9581         from the containers on anjuta_shell_remove_widget(). Do not destroy
9582         glade widgets once created.
9583         
9584 2006-10-03  Johannes Schmid <jhs@gnome.org>
9586         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9587         * libanjuta/interfaces/libanjuta.idl:
9588         const-List<> => const List<>
9589         List-free<> => List<>
9590         
9591         * Makefile.am: Reenabled launcher
9593 2006-10-03  Johannes Schmid <jhs@gnome.org>
9595         * libanjuta/interfaces/Makefile.am.iface:
9596         Install libanjuta.idl
9598 2006-10-02  Adam Dingle <adam@medovina.org>
9600         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9602 2006-10-02  Adam Dingle <adam@medovina.org>
9604         * plugins/editor/style-editor.c: fixed bug #357534
9605         * plugins/gdb/utilities.h: removed 2 unused declarations
9607 2006-10-02  Johannes Schmid <jhs@gnome.org>
9609         * Makefile.am: disabled anjuta-launcher
9610         * libanjuta/Makefile.am:
9611         
9612         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9613         * libanjuta/glue-factory.c: (glue_factory_add_path),
9614         (glue_factory_get_path):
9615         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9616         * libanjuta/glue-factory.h:
9617         * libanjuta/glue-cpp.h:
9618         * libanjuta/glue-cpp.c:
9619         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9620         
9621         * libanjuta/interfaces/Makefile.am.iface:
9622         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9623         * libanjuta/interfaces/libanjuta.idl:
9624         Add a new features to idl compiler:
9625         List<Type> => List of Type
9626         List-free<Type> => List of Type, it is up to the caller to free items and list
9627         const-List(-free)<Type> = const List of Types
9628         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9629         
9630         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9631         (generic_cpp_class_create_code):
9632         Adapted to new project_manager interface
9633         
9634         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9635         * plugins/debug-manager/debugger.c:
9636         (ivariable_debugger_iface_init):
9637         Do not use C++ keyword "delete" for interface name
9638         
9639         * plugins/document-manager/anjuta-document-manager.plugin.in:
9640         Added m4 to mime-types
9641         
9642         * plugins/project-manager/plugin.c:
9643         (iproject_manager_add_source_multi):
9644         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9646 2006-10-01  Naba Kumar  <naba@gnome.org>
9648         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9649         UI file used when out-of-process devhelp is used instead of
9650         embedded devhelp.
9651         
9652         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9653         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9654         plugins/profile-default/default.anjuta: Build devhelp plugin,
9655         but use out-of-process devhelp if devhelp plugin is disabled
9656         (either by user or devhelp is not installed). Disabled devhelp
9657         plugin by default. Added it in default profile.
9659 2006-10-01  Naba Kumar  <naba@gnome.org>
9661         * plguins/project-manager/plugin.c: Possible fix for crash
9662         bug #358583.
9663         
9664         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9665         set dep to last version 3.0.2.
9666         
9667         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9668         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9669         plugins/symbol-browser/plugin.c: Use the right action group
9670         for getting popup actions (Fixes lots of assertion failures).
9672         * plugins/project-manager/plugin.c,
9673         plugins/project-manager/plugin.h: use separate action group
9674         for profie actions.
9675         
9676         * plugins/message-view/plugin.c: Disconnect session load
9677         signal on plugin deactivation (fixes a crash).
9679 2006-09-30  Naba Kumar  <naba@gnome.org>
9681         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9682         * TODO.tasks: Assigned a bounty to Massimo.
9684 2006-09-29  Naba Kumar  <naba@gnome.org>
9686         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9688 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9690         * plugins/debug-manager/debugger.c,
9691         plugins/debug-manager/plugin.c,
9692         libanjuta/interfaces/libanjuta.idl:
9693         Add a new abort command to quit debugger without waiting
9695         * plugins/gdb/debugger.c,
9696         plugins/gdb/debugger.h,
9697         plugins/gdb/plugin.c:
9698         Send a signal directly to the debugged program
9699         Implement abort command
9701         * plugins/debug-manager/debug_tree.c:
9702         Fix bug #358163
9704         * plugins/debug-manager/stack-trace.c:
9705         Fix bug #358009
9707 2006-09-29  Naba Kumar  <naba@gnome.org>
9709         * TODO.tasks: Updated.
9710         
9711         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9712         dialog.
9713         
9714         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9715         
9716         * TODO.tasks: Updated in light of the word wrapping fix
9717         in Tasks Manager. Added a test bounty entry.
9719         * TODO.tasks: Added four bounties.
9720         
9721 2006-09-28  Naba Kumar  <naba@gnome.org>
9723         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9724         Added 'customizable' parameter to
9725         anjuta_ui_add_action_group_entries() and similar functions to
9726         allow user configuration of the actions. Filter out actions that
9727         are not configurable items (such as submenu items). Now the
9728         'Customize shortcuts' dialog is much better listed.
9730         * plugins/build-basic-autotools/build-basic-autotools.c,
9731         plugins/build-basic-autotools/build-basic-autotools.h,
9732         plugins/cvs-plugin/plugin.c,
9733         plugins/cvs-plugin/plugin.h,
9734         plugins/debug-manager/breakpoints.c,
9735         plugins/debug-manager/plugin.c,
9736         plugins/debug-manager/stack_trace.c,
9737         plugins/debug-manager/watch.c,
9738         plugins/devhelp/plugin.c,
9739         plugins/document-manager/plugin.c,
9740         plugins/file-loader/plugin.c,
9741         plugins/file-manager/plugin.c,
9742         plugins/glade/plugin.c,
9743         plugins/gtodo/interface.c,
9744         plugins/gtodo/plugin.c,
9745         plugins/language-support-cpp-java/plugin.c,
9746         plugins/macro/plugin.c,
9747         plugins/macro/plugin.h,
9748         plugins/message-view/plugin.c,
9749         plugins/patch/plugin.c,
9750         plugins/profile-default/default.anjuta,
9751         plugins/project-manager/plugin.c,
9752         plugins/project-manager/plugin.h,
9753         plugins/sample1/plugin.c,
9754         plugins/search/plugin.c,
9755         plugins/subversion/plugin.c,
9756         plugins/subversion/plugin.h,
9757         plugins/symbol-browser/plugin.c,
9758         plugins/symbol-browser/plugin.h,
9759         plugins/tools/plugin.c,
9760         plugins/valgrind/plugin.c,
9761         plugins/valgrind/plugin.h: Fixed to take care of above change
9762         in API of AnjutaUI. Properly added/removed action groups in some
9763         plugins. Split action groups into customization and non-customizable
9764         groups and added them separately.
9766         * plugins/document-manager/plugin.c: Close files belonging to
9767         project when project is closed (not complete).
9768         
9769         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9770         vertical aligned cell entries.
9771         
9772         * src/anjuta-app.c: Define macros for the placeholder names.
9773         Set default widths and heights of the default placeholders,
9774         so that newly docked widgets are correclty sized.
9775         
9776         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9777         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9778         Fixed to generated correct actions addition/removal code.
9780 2006-09-25  Naba Kumar  <naba@gnome.org>
9782         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9783         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9784         class.
9785         
9786         * plugins/message-view/anjuta-msgman.c,
9787         plugins/message-view/anjuta-msgman.h,
9788         plugins/message-view/message-view.c,
9789         plugins/message-view/message-view.h,
9790         plugins/message-view/plugin.c: Serialize messages panes in
9791         session save and deserialize them in session load so that
9792         build messages persistant.
9793         
9794 2006-09-24  Johannes Schmid <jhs@gnome.org>
9796         * libanjuta/anjuta-utils.c:
9797         * plugins/message-view/message-view.c:
9798         Really fixed #355407
9800 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9802         * libanjuta/interfaces/libanjuta.idl:
9803         Change one variable sign
9805         * plugins/debug-manager/anjuta-debug-manager.glade,
9806         plugins/debug-manager/anjuta-debug-manager.ui:
9807         Few small interface changes     
9809         * plugins/debug-manager/debug_tree.h,
9810         plugins/debug-manager/watch.c,
9811         plugins/debug-manager/debugger.c,
9812         plugins/debug-manager/plugin.c
9813         plugins/gdb/debugger.c,
9814         plugins/gdb/plugin.c:
9815         Big rewrite of debugger queue
9816         Allow to cancel command
9818         * plugins/debug-manager/memory.c:
9819         Fix a bug if a command is cancelled
9821 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9823         * plugins/gdb/debugger.c,
9824         plugins/debug-manager/debug_tree.c,
9825         plugins/debug-manager/locals.c:
9826         Restore tree representation for local variable
9827         Add argument in local variable list
9828         Use gdb variable object to get all informations
9830 2006-09-19  Naba Kumar  <naba@gnome.org>
9832         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9833         that implements AnjutaSavePrompt class.
9835         * ChangeLog: Fixed indentation.
9836         
9837         * libanjuta/Makefile.am,
9838         libanjuta/anjuta-marshal.list,
9839         libanjuta/anjuta-shell.c,
9840         libanjuta/anjuta-shell.h,
9841         plugins/document-manager/action-callbacks.c,
9842         plugins/document-manager/action-callbacks.h,
9843         plugins/document-manager/anjuta-docman.c,
9844         plugins/document-manager/anjuta-docman.h,
9845         plugins/document-manager/plugin.c,
9846         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9847         unsaved items during exit. A new signal is added in shell
9848         interface called 'save-prompt' to collect all unsaved items.
9849         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9850         Fixed document manager to use the new save-prompt signal in shell
9851         and AnjutaSavePrompt object for unsaved files. Cleaned up
9852         AnjutaDocman to synchronously save new files. Fixed function
9853         names.
9855 2006-09-18  Johannes Schmid <jhs@gnome.org>
9857         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9858         gdl requirement to 0.7.0
9860 2006-09-18  Johannes Schmid <jhs@gnome.org>
9862         * global-tags/.cvsignore:
9863         * global-tags/Makefile.am:
9864         * global-tags/create_global_tags.sh (removed):
9865         * global-tags/create_global_tags.sh.in (added):
9866         Fixed #355407
9867         
9868         * libanjuta/anjuta-launcher.c:
9869         Fixed #349374
9870         
9871         * plugins/project-manager/plugin.c:
9872         (project_manager_plugin_close_project):
9873         Fixed crasher
9874         
9875         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9876         Fixed gtk critical
9877         
9878         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9879         More reasonable toolbar creation/deletition though it does
9880         not completly work!
9882 2006-09-15  Johannes Schmid <jhs@gnome.org>
9884         * libanjuta/anjuta-utils.c/.h:
9885         Fixed #355168
9887 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9889         * scintilla/ScintillaGTK.cxx
9890         Fixed doulbe freeing in Scintilla
9892 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9894         * plugins/symbol-browser/an_symbol_prefs.c:
9895         Support unloading / reloading of the module (for example when
9896         closing a project and opening another one).
9898         * plugins/project-manager/plugin.c:
9899         Really fixed #355148 (Show project name in title bar)
9901 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9903         * libanjuta/plugins.c:
9904         Fixed #355156 (Show plugins in alphabetical order)
9906 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9908         * plugins/project-manager/plugin.c:
9909         Fixed #355148 (Show project name in title bar)
9911 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9913         * plugins/project-manager/plugin.c:
9914         (value_removed_project_root_uri):
9915         Fixed crasher if project cannot be opened
9917 2006-08-30 Naba Kumar  <naba@gnome.org>
9919         * plugins/language-support-cpp-java/plugin.[c,h],
9920         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9921         Impletemnted UI for auto indent.
9922         
9923 2006-08-28 Naba Kumar  <naba@gnome.org>
9924         
9925         * plugins/gvim/.cvsignore,
9926         plugins/gvim/Makefile.am,
9927         plugins/gvim/anjuta-vim-plugin.png,
9928         plugins/gvim/anjuta-vim.c,
9929         plugins/gvim/anjuta-vim.h,
9930         plugins/gvim/anjuta-vim.plugin.in,
9931         plugins/gvim/gtkvim.c,
9932         plugins/gvim/gtkvim.h,
9933         plugins/gvim/plugin.c,
9934         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9935         in build yet.
9937 2006-08-28 Naba Kumar  <naba@gnome.org>
9939         Patch from: Massimo Corà  <maxcvs@email.it>
9940         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9941         possible infinite loop.
9943 2006-08-22 Adam Dingle <adam@medovina.org>
9944         
9945         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9946         to edit are shown in the preferences dialog in anjuta").
9947         Removed unused widgets from the style editor dialog.
9949 2006-08-21  Johannes Schmid <jhs@gnome.org>
9951         * plugins/symbol-browser/test-class.[cpp/h]
9952         Added missing files
9954 2006-08-18  Naba Kumar  <naba@gnome.org>
9956         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9957         end of document loading.
9959         * plugins/language-support-cpp-java/plugin.c,
9960         plugins/sourceview/sourceview.c: Fixed plugin loading.
9962 2006-08-17  Naba Kumar  <naba@gnome.org>
9964         * plugins/language-support-cpp-java/plugin.c,
9965         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9966         mode line parsing. Indentation parameters initialized based on
9967         mode line parameters.
9969 2006-08-16  Naba Kumar  <naba@gnome.org>
9971         * Makefile.am, plugins/editor/text_editor.c,
9972         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9973         comments.
9975 2006-08-16 Naba Kumar  <naba@gnome.org>
9977         Patch from  Massimo Cora'  <maxcvs@email.it>:
9978         
9979         * plugins/editor/aneditor-autocomplete.cxx,
9980         plugins/editor/aneditor-calltip.cxx,
9981         plugins/symbol-browser/Makefile.am,
9982         plugins/symbol-browser/an_symbol.c,
9983         plugins/symbol-browser/an_symbol_view.c,
9984         plugins/symbol-browser/plugin.c,
9985         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9986         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9987         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9988         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9989         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9990         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9991         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9992         tagmanager/get.h, tagmanager/html.c,
9993         tagmanager/include/tm_source_file.h,
9994         tagmanager/include/tm_tag.h,
9995         tagmanager/include/tm_workspace.h,
9996         tagmanager/jscript.c, tagmanager/keyword.c,
9997         tagmanager/keyword.h, tagmanager/lisp.c,
9998         tagmanager/lregex.c, tagmanager/lua.c,
9999         tagmanager/main.h, tagmanager/make.c,
10000         tagmanager/options.c, tagmanager/options.h,
10001         tagmanager/parse.c, tagmanager/parse.h,
10002         tagmanager/parsers.h, tagmanager/pascal.c,
10003         tagmanager/perl.c, tagmanager/php.c,
10004         tagmanager/python.c, tagmanager/read.c,
10005         tagmanager/read.h, tagmanager/readtags.c,
10006         tagmanager/readtags.h, tagmanager/rexx.c,
10007         tagmanager/routines.c, tagmanager/routines.h,
10008         tagmanager/ruby.c, tagmanager/scheme.c,
10009         tagmanager/sh.c, tagmanager/slang.c,
10010         tagmanager/sml.c, tagmanager/sort.c,
10011         tagmanager/sort.h, tagmanager/sql.c,
10012         tagmanager/strlist.c, tagmanager/strlist.h,
10013         tagmanager/tcl.c, tagmanager/tm_source_file.c,
10014         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
10015         tagmanager/tm_workspace.c, tagmanager/verilog.c,
10016         tagmanager/vim.c, tagmanager/vstring.c,
10017         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
10018         5.6 and namespace completion fixed.
10020         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10021         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
10023 2006-08-15 Naba Kumar  <naba@gnome.org>
10025         * libanjuta/interfaces/libanjuta.idl,
10026         plugins/editor/text-editor-iterable.c,
10027         plugins/editor/text_editor.c,
10028         plugins/sourceview/sourceview-cell.c,
10029         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
10030         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
10031         ianjuta_editor_end_action().
10032         
10033         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
10035 2006-08-13 Naba Kumar  <naba@gnome.org>
10037         * plugins/debug-manager/breakpoints.c,
10038         plugins/debug-manager/memory.c,
10039         plugins/debug-manager/registers.c,
10040         src/layout.xml: Fixed debugger widgets layout.
10042 2006-08-12 Naba Kumar  <naba@gnome.org>
10044         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
10045         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
10046         plugins/editor/editor.glade, plugins/editor/text_editor.h,
10047         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
10048         codes and dead codes. Removed automatic indentation prefs.
10050 2006-08-12  Johannes Schmid <jhs@gnome.org>
10052         * libanjuta/Makefile.am:
10053         * libanjuta/anjuta-launcher.c:
10054         * libanjuta/anjuta-launcher.h:
10055         * libanjuta/anjuta-plugin.c:
10056         * libanjuta/anjuta-plugin.h:
10057         * libanjuta/anjuta-preferences.c:
10058         * libanjuta/anjuta-preferences.h:
10059         * libanjuta/anjuta-shell.c:
10060         * libanjuta/anjuta-shell.h:
10061         * libanjuta/libanjuta.h:
10062         
10063         Made wrapper friendly:
10064         - no inline in header files (preferences_set/get)
10065         - correct signal names
10066         - correct GError** argument in anjuta_shell_freeze/thaw
10067         - include correct files in libanjuta.h
10068         
10069         * plugins/project-manager/plugin.c: 
10070         Fixed two crashers
10072 2006-08-11 Naba Kumar  <naba@gnome.org>
10074         * plugins/editor/aneditor-priv.h,
10075         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
10076         
10077         * plugins/editor/text_editor_cbs.c,
10078         plugins/sourceview/anjuta-view.c: Pass the right position for char
10079         added signal.
10080         
10081         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
10082         
10083         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
10085 2006-08-11 Naba Kumar  <naba@gnome.org>
10087         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10088         return the right character at the iter position and get_char() to
10089         not leak memory.
10091         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10092         to set to character offset and not byte index.
10094         * plugins/language-support-cpp-java/plugin.c: Improved
10095         auto-indentation login. Indents opening and closing braces correctly.
10097 2006-08-10  Johannes Schmid <jhs@gnome.org>
10099         * INSTALL:
10100         * autogen.sh:
10101         Required automake = 1.9
10103         * libanjuta/anjuta-children.c:
10104         * libanjuta/anjuta-children.h:
10105         * libanjuta/anjuta-encodings.h:
10106         * libanjuta/anjuta-launcher.h:
10107         * libanjuta/anjuta-plugin-description.h:
10108         * libanjuta/anjuta-preferences-dialog.h:
10109         * libanjuta/anjuta-preferences.h:
10110         * libanjuta/anjuta-session.h:
10111         * libanjuta/anjuta-status.h:
10112         * libanjuta/anjuta-ui.h:
10113         * libanjuta/anjuta-utils.c:
10114         * libanjuta/anjuta-utils.h:
10115         * libanjuta/e-splash.h:
10116         * libanjuta/glue-factory.h:
10117         * libanjuta/glue-plugin.h:
10118         * libanjuta/plugins.h:
10119         * libanjuta/resources.h:
10120         Fixed libanjuta to be able to wrap it
10121         - G_BEGIN_DECLS, G_END_DECLS
10122         - include all necessary files in libanjuta.h
10124         * plugins/gtodo/tray-icon.c:
10125         * plugins/terminal/terminal.c:
10126         Some build fixes for freebsd
10128         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10129         * plugins/sourceview/sourceview.glade:
10130         Remove auto-indent feature as it is now in language-support
10132 2006-08-09 Naba Kumar  <naba@gnome.org>
10134         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10135         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10136         Added missing files.
10138         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10139         get_use_spaces(), set_tabsize() and set_use_spaces().
10141 2006-08-09 Naba Kumar  <naba@gnome.org>
10143         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10144         succeeded in activating.
10146         * plugins/document-manager/plugin.c: Added debug message.
10148         * libanjuta/interfaces/libanjuta.idl,
10149         plugins/editor/text_editor.c: Implemented get_tabsize(),
10150         get_use_spaces(), set_tabsize() and set_use_spaces().
10152         * plugins/language-support-cpp-java/Makefile.am,
10153         plugins/language-support-cpp-java/plugin.c,
10154         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10155         for indentation. Added preferences page for paramenters.
10157         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10159 2006-08-08 Naba Kumar  <naba@gnome.org>
10161         * libanjuta/interfaces/libanjuta.idl,
10162         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10163         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10164         plugins/editor/text_editor.c,
10165         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10166         and implemented it for both scintilla and sourceview.
10168         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10169         focus back to editor (happens when pressing esc in incremental
10170         search box).
10172 2006-08-08 Naba Kumar  <naba@gnome.org>
10174         * libanjuta/interfaces/libanjuta.idl,
10175         plugins/editor/text_editor.c,
10176         plugins/editor/text_editor.h,
10177         plugins/editor/text-editor-iterable.c,
10178         plugins/sourceview/sourceview-cell.c,
10179         plugins/sourceview/sourceview.c: Implemented editor attributes
10180         methods.
10181         
10182         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10183         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10184         code (not complete yet).
10186         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10187         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10188         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10189         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
10190         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10191         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
10193 2006-08-04 Naba Kumar  <naba@gnome.org>
10195         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
10196         implementation.
10197         
10198 2006-08-03  Johannes Schmid <jhs@gnome.org>
10200         * configure.in: Add a more informative text to valgrind plugin
10202         * TODO.tasks:
10203         Modified Preferences tasl
10204         * libanjuta/anjuta-plugin.c: 
10205         * libanjuta/anjuta-preferences-dialog.c: 
10206         * libanjuta/anjuta-preferences-dialog.h:
10207         * libanjuta/anjuta-preferences.c:
10208         * libanjuta/anjuta-preferences.h:
10209         * libanjuta/interfaces/Makefile.am.iface:
10210         * libanjuta/interfaces/libanjuta.idl:
10211         Added IAnjutaPreferences interface which every plugin that has preferences should
10212         implement. Call merge() and unmerge() at plugin activation/deactivation.
10213         Fixed preferences_page_remove()
10214         
10215         * plugins/build-basic-autotools/build-basic-autotools.c:
10216         * plugins/cvs-plugin/plugin.c: 
10217         * plugins/document-manager/plugin.c:
10218         * plugins/editor/plugin.c:
10219         * plugins/editor/plugin.h:
10220         * plugins/file-manager/plugin.c: 
10221         * plugins/gtodo/main.h:
10222         * plugins/gtodo/plugin.c: 
10223         * plugins/gtodo/preferences.c: 
10224         * plugins/message-view/anjuta-msgman.c: 
10225         * plugins/message-view/anjuta-msgman.h:
10226         * plugins/message-view/plugin.c:
10227         * plugins/sourceview/plugin.c: 
10228         * plugins/sourceview/plugin.h:
10229         * plugins/symbol-browser/an_symbol_prefs.c:
10230         * plugins/symbol-browser/plugin.c: 
10231         * plugins/terminal/terminal.c: 
10232         * plugins/valgrind/plugin.c
10233         * src/anjuta-app.c:
10234         
10235         Updated preference loading/unloading for all plugins
10237 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
10238         
10239         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
10240         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
10241     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
10242         recommended by the autoconf manual. 
10243         - Fixes compiling with autoconf 2.60.
10244         
10245         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
10247 2006-08-02      Johanes Schmid <jhs@gnome.org>
10249         * plugins/profile-default/plugin.c:
10250         Fixed session handling
10252 2006-08-01  Johannes Schmid <jhs@gnome.org>
10254         * configure.in
10255         * plugins/Makefile.am:
10256         Disabled devhelp and glade for now as they do not work (#341073
10257         and #341170)
10258         
10259         * plugins/profile-default/anjuta-default-profile.ui (removed):
10260         * plugins/profile-default/plugin.c:
10261         * plugins/profile-default/plugin.h:
10262         * plugins/project-manager/anjuta-project-manager.ui:
10263         * plugins/project-manager/plugin.c:
10264         * plugins/project-manager/plugin.h:
10265         Limted multiple project support #315043
10267         * libanjuta/interfaces/libanjuta.idl:
10268         Added ianjuta_profile_unload
10270 2006-07-31 Naba Kumar  <naba@gnome.org>
10272         * libanjuta/interfaces/libanjuta.idl,
10273         plugins/editor/text-editor-iterable.c,
10274         plugins/editor/text_editor.c,
10275         plugins/sourceview/anjuta-view.c,
10276         plugins/sourceview/anjuta-view.h,
10277         plugins/sourceview/sourceview.c: Fixed text iteration and 
10278         IAnjutaEditor implementations in both scintilla
10279         and sourceview. Cleand up libanjuta API: Removed redundant
10280         erase_range() method from IAnjutaEditor interface, fixed
10281         ianjuta_editor_get_text to take length instead of range (consistency).
10282         autoindentation in both sourceview and scintilla more or less works,
10283         but still disabled for now because there are still some anomalies
10284         in text iteration.
10286         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
10288         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
10289         API changes.
10291 2006-07-30  Johannes Schmid <jhs@gnome.org>
10293         * plugins/sourceview/anjuta-document.c:
10294         * plugins/sourceview/anjuta-document.h:
10295         * plugins/sourceview/anjuta-view.c: 
10296         * plugins/sourceview/sourceview.c:
10297         Wrote a new "char_added" implementation, I hope this one is good
10299         * plugins/sourceview/sourceview-cell.c:
10300         Fixed typo: "text_iter" instead of "iter"
10302 2006-07-30 Naba Kumar  <naba@gnome.org>
10304         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
10306 2006-07-30  Johannes Schmid <jhs@gnome.org>
10308         * autogen.sh: use gnome-autogen.sh from gnome-coomen
10309         
10310         * plugins/debug-manager/plugin.c: 
10311         * plugins/patch/plugin.c:
10312         Use IAnjutaIndicable to mark debugger position
10314         * plugins/sourceview/sourceview.c:
10315         Define colors for IAnjutaIndicable
10317 2006-07-29  Johannes Schmid <jhs@gnome.org>
10319         * plugins/debug-manager/anjuta-debug-manager.ui:
10320         * plugins/debug-manager/breakpoints.c:
10321         * plugins/debug-manager/images/Makefile.am:
10322         * plugins/debug-manager/images/run-to-cursor.png:
10323         * plugins/debug-manager/plugin.c:
10324         Added toolbar and some icons
10326         * plugins/patch/anjuta-patch.ui:
10327         * plugins/patch/patch-plugin.c:
10328         * plugins/patch/patch-plugin.glade:
10329         * plugins/patch/plugin.c:
10330         * plugins/patch/plugin.h:
10331         Improved patch plugin (GUI and function)
10333         * plugins/sourceview/sourceview.c:
10334         Fixed another Gtk-Critical
10336         * plugins/tools/anjuta-tools.ui:
10337         * plugins/tools/plugin.h:
10338         Put Patch plugin in tools menu and changed ui file
10340 2006-07-29  Johannes Schmid <jhs@gnome.org>
10342         * plugins/document-manager/plugin.c:
10343         Fixed accelator Gtk-Warning
10345         * plugins/message-view/anjuta-msgman.c: 
10346         Fixed Gtk-Warning
10348         * plugins/sourceview/anjuta-document.c:
10349         * plugins/sourceview/anjuta-document.h:
10350         * plugins/sourceview/anjuta-marshal.list:
10351         Wrote a better emitter for the char-added signal
10353         * plugins/sourceview/sourceview.c:
10354         Fixed Redo/Undo to void Gtk-Criticals
10355         
10356         * plugins/sourceview/sourceview-args.c:
10357         * plugins/sourceview/sourceview-cell.c:
10358         * plugins/sourceview/sourceview-scope.c:
10359         * plugins/sourceview/sourceview-tags.c: 
10360         Adapted to new IAnjutaIterator API
10362 2006-07-28 Naba Kumar  <naba@gnome.org>
10364         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
10366         * plugins/symbol-browser/an_symbol.c,
10367         plugins/symbol-browser/an_symbol_iter.c,
10368         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
10369         subclass of AnjutaSymbol so that the symbol is accessible from
10370         the iter in light of changes in IAnjutaIterable.
10372         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
10373         implementation of IAnjutaIterable.
10375 2006-07-28 Naba Kumar  <naba@gnome.org>
10377         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
10378         IAnjutaIterable. They were kind of useless since the interface is
10379         defined on the data object itself. Added set_position() method
10380         in IAnjutaIterable to allow setting arbitrary current index to the
10381         iter.
10382         Added erase() and erase_range() in IAnjutaEditor.
10384         * plugins/editor/text-editor-iterable.c: Fixed 
10385         plugins/editor/text_editor.c: Implemented erase() and erase_range()
10386         methods in editor. Fixed get_line_from_position() method.
10388         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
10389         code. It's disabled for now.
10391         * plugins/sourceview/sourceview-cell.c,
10392         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
10393         implementation.
10395 2006-07-27  Johannes Schmid <jhs@gnome.org>
10397         * plugins/sourceview/sourceview-cell.c:
10398         Fixed IAnjutaEditorCell to work only on a single line
10399         Fixed crasher in finalize
10401         * plugins/symbol-browser/an_symbol_prefs.c:
10402         * global-tags/Makefile.am:
10403         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
10404         script installation     
10406 2006-07-26 Naba Kumar  <naba@gnome.org>
10408         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
10409         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
10410         
10411         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
10412         
10413         * plugins/document-manager/plugin.c: Fixed dynamic loading of
10414         support plugins
10415         
10416         * plugins/editor/text-editor-iterable.c,
10417         plugins/editor/text_editor.c,
10418         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
10419         method to work correctly, it was ignoring start and end parameters.
10420         Fixed TextEditorCell implementation. Fixed 'char-added' signal
10421         emission.
10422         
10423         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
10424         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
10426 2006-07-24  Massimo Cora'  <maxcvs@email.it>
10428         * plugins/symbol-browser/an_symbol_view.c,
10429         plugins/symbol-browser/an_symbol_view.h,
10430         plugins/symbol-browser/plugin.c:
10431     fix a matching case into sv_extract_type_qualifier_from_expr ()
10432     and some minor issues.
10434 2006-07-26  Johannes Schmid <jhs@gnome.org>
10436         * plugins/language-support-cpp-java/plugin.c:
10437         Fixed to work kind of with sourceview editor
10438         * plugins/sourceview/anjuta-document.c: 
10439         * plugins/sourceview/anjuta-view.c: 
10440         * plugins/sourceview/sourceview-cell.c:
10441         * plugins/sourceview/sourceview.c:
10442         Fixed IAnjutaEditorCell and "char-added" signal
10444 2006-07-24 Naba Kumar  <naba@gnome.org>
10446         * plugins/document-manager/plugin.c,
10447         plugins/document-manager/plugin.h: Initial implementedion for loading
10448         support plugins.
10449         
10450         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
10451         implementation.
10452         
10453         * plugins/editor/text_editor.c: Fixed syntax highlighting when
10454         indicators are cleared (that leaved grey texts).
10456 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
10458         * libanjuta/interfaces/libanjuta.idl,
10459         plugins/debug-manager/breakpoints.c,
10460         plugins/debug-manager/memory.c,
10461         plugins/debug-manager/registers.c,
10462         plugins/debug-manager/debug_tree.c,
10463         plugins/debug-manager/debugger.c,
10464         plugins/gdb/debugger.c,
10465         plugins/gdb/debugger.h,
10466         plugins/gdb/plugin.c:
10467         Add a parameter for reporting error
10468         Add a new interface for using gdb variable object
10469         Allow to cancel commands
10470         Rewrite handling of debugger state
10472         * plugins/debug-manager/plugin.c,
10473         plugins/debug-manager/locals.c,
10474         plugins/debug-manager/locals.h,
10475         plugins/debug-manager/register.c,
10476         plugins/debug-manager/stack_trace.c,
10477         plugins/debug-manager/stack_trace.h:
10478         Create and destroy local and stack trace windows when needed
10480 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10482         * plugins/document-manager/plugin.c:
10483         Fixed "Automatic" highlighting
10485 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10487         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10489         * plugins/sourceview/anjuta-view.c:
10490         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10492 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
10493         
10494         * configure.in: Check for C/C++-Compiler correctly
10496 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
10498         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10500         * plugins/debug-manager/stack_trace.c:
10501         Destroy stack window when debuuger is disabled (#347414)
10502         
10503         * plugins/sourceview/anjuta-view.c:
10504         Fix a crash with popup-menu (#347412)
10506 2006-07-13 Naba Kumar  <naba@gnome.org>
10508         * plugins/editor/Makefile.am,
10509         plugins/editor/text_editor.h,
10510         plugins/editor/text-editor-iterable.h,
10511         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10512         tested yet).
10513         
10514         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10515         code.
10516         
10517         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10519 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
10521         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10522         Bug #342937
10523         
10524 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10526         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10528         * libanjuta/anjuta-preferences-dialog.c:
10529         Do not use the page_num returned by gtk_notebook_append_page to
10530         remove the page as it cause bugs when pages removal is not done
10531         in LIFO.
10533         * plugins/document-manager/anjuta-docman.c:
10534         * src/anjuta-app.c:
10535         makes Anjuta display dock_items which have previously been hidden
10537 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10539         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10541         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10542         * plugins/sourceview/sourceview.c: (imark_unmark):
10543         
10544         Patches for bugs #346450 and #346295
10545         
10546         * AUTHORS: Added Fredrik
10548 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10550         * plugins/message-view/anjuta-msgman.c: 
10551         Fixed close button/icon size (like in docman)
10553 2006-06-10 Naba Kumar <naba@gnome.org>
10555         * plugins/editor/text_editor.c: Fixed goto line to mark the line
10556         being set.
10557         
10558 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10560         * libanjuta/interfaces/libanjuta.idl:
10561         Move inspect_memory function in IAnjutaCpuDebugger interface
10562         Rename Boolean type to State
10564         * plugins/debug-manager/breakpoint.c:
10565         Rename Boolean type to State
10567         * plugins/debug-manager/Makefile.am,
10568         plugins/debug-manager/anjuta-marshal.list,
10569         plugins/debug-manager/data_view.c,
10570         plugins/debug-manager/data_view.h,
10571         plugins/debug-manager/data_buffer.c,
10572         plugins/debug-manager/data_buffer.h,
10573         plugins/debug-manager/chunk_view.c,
10574         plugins/debug-manager/chunk_view.h,
10575         plugins/debug-manager/anjuta-debug-manager.ui,
10576         plugins/debug-manager/debugger.c,
10577         plugins/debug-manager/memory.c,
10578         plugins/debug-manager/memory.h,
10579         plugins/debug-manager/plugin.c,
10580         plugins/gdb/debugger.c,
10581         plugins/gdb/debugger.h,
10582         plugins/gdb/plugin.c:
10583         Rewrite memory window using a special widget
10584         Rename Boolean type to State
10586 2006-06-08 Naba Kumar <naba@gnome.org>
10588         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10589         Do not return garbage characters and return NULL when there is no
10590         current word.
10591         
10592         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10593         work correctly.
10594         
10595         * plugins/search/search-replace.c: Fixed a mem leak.
10597 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10599         * libanjuta/anjuta-launcher.c:
10600         Added debug message (see #343522)
10601         
10602         * plugins/build-basic-autotools/build-basic-autotools.c:
10603         Patch from Günther Brammer to fix #344015
10605         * plugins/sourceview/sourceview.c:
10606         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10607         automatic highlight of build messages)
10609 2006-06-06 Naba Kumar <naba@gnome.org>
10611         * configure.in,
10612         libanjuta/interfaces/libanjuta.idl,
10613         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10614         plugins/Makefile.am,
10615         plugins/document-manager/action-callbacks.c,
10616         plugins/document-manager/plugin.c,
10617         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10618         interface for language highlight selection and langauge change
10619         signal.
10620         
10621         * plugins/language-support-cpp-java: Added language support
10622         plugin for cpp and java.
10624 2006-05-27  Naba Kumar  <naba@gnome.org>
10626         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10627         plugins/debug-manager/*, data/Makefile.am,
10628         manuals/reference/libanjuta/libanjuta.types,
10629         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10630         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10631         merged anjuta-new-debugger branch into trunck.
10632         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10634 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10635         
10636         * libanjuta/interfaces/libanjuta.idl,
10637         plugins/debug-manager/debugger.c,
10638         plugins/debug-manager/debugger.h,
10639         plugins/gdb/anjuta-gdb.plugin.in,
10640         plugins/gdb/debugger.c,
10641         plugins/gdb/debugger.h,
10642         plugins/gdb/plugin.c:
10643         Add new IAnjutaCpuDebugger interface to access cpu register
10644         Run gdb instead of /usr/local/bin/gdb
10645         
10646         * plugins/debug-manager/plugin.c,
10647         plugins/debug-manager/registers.c,
10648         plugins/debug-manager/registers.h:
10649         Rewrite register window
10650         Rename Load target menu item to Run target
10652 2006-05-07  Naba Kumar  <naba@gnome.org>
10654         * plugins/gdb.init
10655         
10656 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10658         * plugins/debug-manager/watch.c,
10659         plugins/debug-manager/breakpoint.c,
10660         plugins/debug-manager/breakpoint.h:
10661         Fix crash: disconnect save and load session signals
10663 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10665         * libanjuta/interface/libanjuta.idl,
10666         plugins/debug-manager/debugger.c,
10667         plugins/gdb/plugin.c:
10668         Add a value parameter for evaluate command
10670         * plugins/debug-manager/anjuta-debug-manager.glade:
10671         Create new dialog box for watches using glade
10673         * plugins/debug-manager/anjuta-debug-manager.ui:
10674         Move watch menu items near the end
10675         Move breakpoint menu items outside the sub menu
10677         * plugins/debug-manager/debug_tree.c,
10678         plugins/debug-manager/debug_tree.h,
10679         plugins/debug-manager/debug_tree.h,
10680         plugins/debug-manager/watch.c:
10681         Move all GUI code from watch.c to debug_tree.c
10682         Add an auto update property to watches
10683         
10684         * plugins/debug-manager/locals.c,
10685         plugins/debug-manager/locals.h,
10686         plugins/debug-manager/stack_trace.c,
10687         plugins/debug-manager/stack_trace.h,
10688         plugins/debug-manager/plugin.c:
10689         Register actions before starting debugger
10691         * plugins/gdb/debugger.c:
10692         Do not call callback function if not present
10694 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10696         * libanjuta/interfaces/libanjuta.idl,
10697         plugins/debug-manager/stack_trace.c,
10698         plugins/debug-manager/stack_trace.h,
10699         plugins/debug-manager/anjuta-debug-manager.ui,
10700         plugins/gdb/debugger.c:
10701         Add a popup menu in stack frame window
10702         Add a new frame-changed event
10703         Use MI command for getting stack informations
10704         Get filename with full path (need gdb > 6.3)
10706         * libanjuta/interfaces/libanjuta.idl,
10707         plugins/debug-manager/debug_tree.c,
10708         plugins/debug-manager/debugger.c,
10709         plugins/debug-manager/locals.c,
10710         plugins/debug-manager/locals.h,
10711         plugins/debug-manager/plugin.c,
10712         plugins/gdb/debugger.c,
10713         plugins/gdb/debugger.h,
10714         plugins/gdb/parser.c,
10715         plugins/gdb/parser.h,
10716         plugins/gdb/plugin.c,
10717         plugins/gdb/Makefile.am:
10718         Pass watch data with string instead of Watch structures
10719         Use debug_tree in local window
10720         Remove info local
10721         Remove parser.{ch}
10723         * plugins/debug-manager/breakpoints.c,
10724         plugins/debug-manager/utilities.c,
10725         plugins/debug-manager/utilities.h:
10726         Use a GtkListStore instead of a GtkTreeStore
10727         move goto_location_in_editor in utilities.c
10728         
10729 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10731         * libanjuta/interfaces/libanjuta.idl,
10732         plugins/debug-manager/anjuta-debug-manager.ui,
10733         plugins/debug-manager/breakpoints.c,
10734         plugins/debug-manager/plugin.c,
10735         plugins/gdb/debugger.c:
10736         Add a breakpoint type
10737         Add new popup menu in breakpoint window
10738         Add toggle breakpoint in editor popup menu
10739         Save and restore breakpoint enable
10740         Fix bug in clear all breakpoints
10741         Remove old useless code
10743         * plugins/debug-manager/debugger.c:
10744         Fix some problem with debugger states
10746         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10747         Update documentation
10748         
10749 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10751         * data/Makefile.am,
10752         plugins/gdb/Makefile.am,
10753         plugins/gdb/gdb.init:
10754         Move gdb.init crom data to plugins/gdb
10756         * plugins/gdb/gdb.init,
10757         libanjuta/interfaces/libanjuta.idl,
10758         plugins/debug-manager/breakpoints.c,
10759         plugins/debug-manager/debugger.c,
10760         plugins/debug-manager/plugin.c,
10761         plugins/gdb/debugger.c,
10762         plugins/gdb/plugin.c:
10763         Support pending breakpoints
10764         Rewrite debugger states
10765         Split ianjuta_debugger_log into _enable_log and _disable_log
10767         * plugins/debug-manager/start.c,
10768         plugins/debug-manager/debug_tree.c,
10769         plugins/gdb/parser.c:
10770         Remove some useless lines
10772         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10773         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10774         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10775         Update documentation
10777 2006-03-12 Naba Kumar <naba@gnome.org>
10779         * manuals/references/libanjuta/libanjuta.types: Fixed
10780         debug-manager name.
10781         
10782 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10784         * libanjuta/anjuta-debugger.c,
10785         libanjuta/anjuta-debugger.h:
10786         Remove those files
10787         
10788         * libanjuta/interfaces/libanjuta.idl,
10789         plugins/debug-mananger/breakpoints.c,
10790         plugins/debug-manager/debug_tree.c,
10791         plugins/debug-manager/debugger.c,
10792         plugins/debug-manager/plugin.c,
10793         plugins/debug-manager/registers.c,
10794         plugins/debug-manager/sharedlib.c,
10795         plugins/debug-manager/signal.c,
10796         plugins/debug-manager/stack_trace.c,
10797         plugins/debug-manager/start.c,
10798         plugins/debug-manager/watch.c,
10799         plugins/gdb/debugger.c,
10800         plugins/gdb/debugger.h,
10801         plugins/gdb/parser.c,
10802         plugins/gdb/parser.h,
10803         plugins/gdb/plugin.c:
10804         Move types definitions from libanjuta/anjuta-debugger.{ch}
10805         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10806         
10807         * plugins/gdb/Makefile.am:
10808         Remove user interface from gdb plugin
10810 2006-03-12 Naba Kumar <naba@gnome.org>
10812         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10814 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10816         Modified Patch from Marc Maurer <uwog@uwog.net>:
10817         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10818         Fixes #342447
10819         
10820         * plugins/sourceview/Makefile.am:
10821         * plugins/sourceview/sourceview-cell.c:
10822         * plugins/sourceview/sourceview-cell.h:
10823         * plugins/sourceview/sourceview.c: 
10824         
10825         Implemented IAnjutaEditorCell
10827 2006-05-21  Naba Kumar  <naba@gnome.org>
10829         * libanjuta/interfaces/libanjuta.idl,
10830         plugins/document-manager/action-callbacks.c,
10831         plugins/document-manager/plugin.c,
10832         plugins/editor/print.c, plugins/editor/text_editor.c,
10833         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10834         Fixed zooming and added icons and shortcuts for zoom menu items.
10836 2006-05-21  Naba Kumar  <naba@gnome.org>
10838         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10839         whitespaces.
10841 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10843         * plugins/document-manager/anjuta-docman.c:
10844         Fixed close button reaction by setting the correct current editor
10846 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10848         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10849         * plugins/document-manager/anjuta-docman.c
10850         - Fix close button, you can close any tab as you wish now.
10851         - Fadeout mime icon as the same as close image  
10853 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10855         Patch from Marc Maurer <uwog@uwog.net>
10856         * main.c: Compile fix when NLS is enabled
10857         
10858         AUTHORS: Added Marc
10860 2006-05-20  Naba Kumar  <naba@gnome.org>
10862         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10863         while loading abiword-2.4.4/abi project).
10865 2006-05-18 Naba Kumar  <naba@gnome.org>
10867         * libanjuta/interfaces/libanjuta.idl,
10868         plugins/document-manager/action-callbacks.c,
10869         plugins/editor/print.c,
10870         plugins/editor/text_editor.c,
10871         plugins/editor/text_editor.h,
10872         plugins/editor/text_editor_prefs.c: Fixed zooming.
10873         
10874         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10875         interface for character iteration and IAnjutaEditorAssist interface
10876         for autocompletions and editor tips.
10878 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10880         Patch from Günther Brammer <GBrammer@gmx.de>:
10881         * plugins/document-manager/anjuta-docman.c:
10882         Make tabs smaller but keep nice closing icon
10884         * plugins/document-manager/anjuta-docman.c:
10885         * plugins/document-manager/Makefile.am:
10886         
10887         Added nice mime-icons to the editor tabs
10889 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10891         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10892         
10893         * plugins/symbol-browser/an_symbol_view.c:
10894         - Fixed crasher
10895         - Fixed symbol searching (Yang Hong (#341997))
10896         
10897         * plugins/devhelp/htmlview.c:
10898         Fixed devhelp plugin
10899         
10900         * plugins/build-basic-autotools/build-basic-autotools.c:
10901         * plugins/search/search-replace.c:
10902         * plugins/document-manager/anjuta-docman.c:
10903         
10904         Only add a marker to a line where it makes sense!
10906 === anjuta 2.0.2 ===
10908 2006-05-15  Naba Kumar  <naba@gnome.org>
10910         * configure.in: set required versions for
10911         gdl and glade3.
10912         
10913 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10915         * plugins/glade/plugin.c:
10916         Fixed signal connection for "gtk-doc-search"
10918 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10920         * NEWS: Set release date, add known issues
10921         
10922         * libanjuta/anjuta-shell.c:
10923         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10924         and debug other gtk-warnings/criticals)
10925         
10926         * plugins/build-basic-autotools/build-basic-autotools.c:
10927         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10928         
10929         * plugins/sourceview/anjuta-view.c:
10930         * plugins/sourceview/sourceview-args.c:
10931         * plugins/sourceview/sourceview-scope.c:
10932         * plugins/sourceview/sourceview-tags.c:
10933         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10935 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10937         * pixmaps/Makefile.am:
10938         Add preferences_general.png
10939         
10940         * plugins/devhelp/plugin.c:
10941         Fixed some more realise things
10942         
10943         * plugins/message-view/anjuta-msgman.c:
10944         Support stock icons for message panes
10945         
10946         * plugins/search/search-replace.c:
10947         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10948          
10949         * plugins/search/search-replace_backend.c:
10950         Fixed #341359
10951         
10952         * plugins/sourceview/anjuta-document.c:
10953         * plugins/sourceview/sourceview.c:
10954         Fixed finalise and tag completion
10955         
10956         * src/anjuta-app.c:
10957         Use preferences_general icon
10959 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10961         * pixmaps/Makefile.am:
10962         Fixed EXTRA_DIST
10964 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10966         * plugins/sourceview/sourceview-prefs.c:
10967         Fixed font & color handling
10968         
10969         * plugins/symbol-browser/an_symbol_view.c:
10970         Fixed crasher
10972 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10974         * plugins/macro/macros.xml:
10975         Fixed bug #341583 (Address of FSF)
10977 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10979         * src/main.c:
10980         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10981         Update: Do it the cool way...
10982         
10983 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10985         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10986         Implement gtk-api-help signals of glade3
10987         * configure.in: Bump to glade3 2.91.2
10988         
10989         * plugins/devhelp/plugin.c:
10990         Fixed some realize stuff in the devhelp plugin
10991         
10992         * plugins/sourceview/anjuta-document.c:
10993         fixed bug with scope completion
10995 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10997         * plugins/symbol-browser/an_symbol_view.c
10998         * plugins/symbol-browser/an_symbol_prefs.c
10999         * plugins/symbol-browser/an_symbol_prefs.h
11000         * global_tags/create_global_tags.sh:
11001         
11002         Automaticly create global tags on first startup
11004 2006-05-08  Massimo Cora'  <maxcvs@email.it>
11006         * configure.in:
11007         * plugins/project-wizard/templates/Makefile.am:
11008         * (added) plugins/project-wizard/templates/cpp-logo.png:
11009         * (added) plugins/project-wizard/templates/cpp.wiz:
11010         * (added) plugins/project-wizard/templates/cpp/*:
11012         Added a generic c++ template. It's a simple hello world.
11014 2006-05-07  Massimo Cora' <maxcvs@email.it>
11016         * plugins/symbol-browser/an_symbol_view.c:
11017         fixed a stupid crasher.
11019 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
11021         * plugins/project-wizard/templates/wxwin/configure.in.tpl
11022         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
11023         
11024         Fixed WxWidgets project type
11026 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11028         * plugins/devhelp/htmlview.c: 
11029         * plugins/devhelp/plugin.c:
11030         Maybe I fixed the crash this time! I could at least not reproduce anymore!
11031         
11032         * plugins/project-wizard/install.c:
11033         Don't set a message - thanks to seb
11035 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
11037         * plugins/devhelp/htmlview.c: 
11038         * plugins/symbol-browser/an_symbol_view.c:
11039         
11040         There is a weird crash in gtk_idle which I still did not completly fix!
11041         
11042         * plugins/project-wizard/install.c:
11043         Default to success instead of failure
11045 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
11047         * plugins/devhelp/htmlview.c:
11048         * plugins/devhelp/plugin.c:
11049         Fixed bug and libdevhelp issue!
11051         * plugins/project-wizard/install.c:
11052         Fixed message string!
11054 2006-05-03  Massimo Cora' <maxcvs@email.it>
11055        
11056         * plugins/symbol-browser/an_symbol_view.c:
11057         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
11059 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11061         * pixmaps/Makefile.am:
11062         * src/main.c:
11063         * anjuta.desktop.in.in
11064         
11065         GNOME Goal #2.1: Install theme-friendly icons
11067 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11069         * plugins/devhelp/htmlview.c: Reload page on reparent
11070         * plugins/document-manager/anjuta-docman.c:
11071         Present document-manager when document is selected in file-manager
11073 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11075         * plugins/symbol-broser/an_symbol_view.c:
11076         Fixed crasher in namespace exploration
11078 2006-05-01  Massimo Cora' <maxcvs@email.it>
11080         * configure.in:
11081         * plugins/valgrind/Makefile.am:
11083         Optional compiling of Valgrind plugin
11085 2006-05-01  Massimo Cora' <maxcvs@email.it>
11087         * plugins/symbol-browser/an_symbol_view.c:
11088         - modularized code. Marked with FIXME the parts which need improvement.
11089         - More comments.
11090     - Added basic namespace completion for Gtkmm type project:
11091     - namespace1::MyClass *class;
11092     - class-> [display]
11093     - Namespaces must be anyway improved.
11095 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11097         * plugins/devhelp/plugin.c: 
11098         Fixed up plugin unloading and show html widget on link selected
11099         
11100         * NEWS: Updated
11101         
11102 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11104         * plugins/devhelp/Makefile.am:
11105         * plugins/devhelp/anjuta-devhelp.plugin.in:
11106         * plugins/devhelp/htmlview.c:
11107         * plugins/devhelp/htmlview.h:
11108         * plugins/devhelp/plugin.c: 
11109         * plugins/devhelp/plugin.h:
11110         Reimplemeted devhelp plugin from scratch
11111         
11112         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11113         Fixed crasher
11115 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11117         * plugins/sourceview/sourceview-tags.c:
11118         complete some more tag types
11119         
11120         * plugins/valgrind/plugin.c:
11121         * plugins/valgrind/preferences.c:
11122         * plugins/valgrind/vggeneralprefs.c:
11123         
11124         Fixed lots of gtk warnings
11126 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11128         * plugins/sourceview/sourceview-scope.c:
11129         Implemented type-ahead for scope completion
11131 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11133         * manuals/C/Makefile.am:
11134         * manuals/Makefile.am:
11135         * plugins/document-manager/Makefile.am:
11136         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11137         * plugins/sourceview/Makefile.am:
11138         * tagmanager/c.c:
11139         
11140         Fixed distcheck
11141         
11142         * plugins/class-gen/goc_template_header: G_END_DECLS
11144 2006-05-27  Naba Kumar <naba@gnome.org>
11146         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11147         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11148         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11149         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11150         scintilla/include/Scintilla.iface,
11151         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11152         cvs. Fixed compile flags. Removed outdated patches.
11154 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11156         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11158         * plugins/sourceview/anjuta-document.c:
11159         * plugins/sourceview/sourceview-args.c:
11160         * plugins/sourceview/sourceview-scope.c:
11161         
11162         Add End/Home keypresses and support completion if symbol start with '!' for example
11163         in an if statement
11165 2006-04-27 Massimo Cora' <maxcvs@email.it>
11167         * libanjuta/interfaces/libanjuta.idl:
11169         * plugins/sourceview/sourceview-scope.c:
11170         * plugins/sourceview/tag-window.c: 
11171         * plugins/sourceview/tag-window.h:
11172         * plugins/symbol-browser/an_symbol_view.c:
11173         * plugins/symbol-browser/an_symbol_view.h:
11174         * plugins/symbol-browser/plugin.c:
11175         
11176         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11177         interface.
11178         Code and ideas for C/C++ new completion engine comes from IComplete written by
11179         Martin Stubenschrott <stubenschrott@gmx.net>.
11180         Currently the interface works only with GtkSourceView plugin.   
11181         
11182         * tagmanager/Makefile.am:
11183         * tagmanager/c.c: 
11184         * tagmanager/entry.h:
11185         * tagmanager/get.c:
11186         * tagmanager/get.h:
11187         * tagmanager/include/tm_file_entry.h:
11188         * tagmanager/include/tm_project.h:
11189         * tagmanager/include/tm_source_file.h:
11190         * tagmanager/include/tm_symbol.h:
11191         * tagmanager/include/tm_tagmanager.h:
11192         * tagmanager/include/tm_work_object.h:
11193         * tagmanager/include/tm_workspace.h:
11194         * tagmanager/parse.c:
11195         * tagmanager/read.c: 
11196         * tagmanager/read.h:
11197         * tagmanager/tm_project.c: 
11198         * tagmanager/tm_source_file.c: 
11199         * tagmanager/tm_workspace.c:
11200         
11201         Tagmanager can now parse a memory buffer and generate/update 
11202         tags into tm_workspace/tm_project on the fly, without using files.
11203         C/C++ is supported now.
11204         
11205 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
11207         * plugins/sourceview/anjuta-document.c:
11208         * plugins/sourceview/sourceview-args.c:
11209         * plugins/sourceview/sourceview-scope.c:
11210         * plugins/sourceview/sourceview.c:
11211         
11212         Fixed some memory leaks and argument completion
11214 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11216         * plugins/glade/plugin.c:
11217         
11218         Fixed glade plugin build because of API changes in glade3
11220 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11222         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11223         Updated editor section
11224         
11225         * manuals/C/anjuta-manual/interface.xml:
11226         * manuals/C/anjuta-manual/preferences.xml:
11227         * manuals/C/anjuta-manual/projects.xml:
11228         Updated manual
11229         
11230         * plugins/editor/anjuta-editor.plugin.in:
11231         Better plugin name
11233 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11235         * configure.in:
11236         * plugins/editor/anjuta-editor.plugin.in:
11237         * plugins/sourceview/sourceview.plugin.in:
11239         Build both editors and let the user decide a runtime!
11240         
11241         * plugins/sourceview/sourceview-scope.c:
11242         Fixed bug in regex to allow test()-> completions
11244 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11246         * plugins/sourceview/anjuta-document.c:
11247         * plugins/sourceview/sourceview-args.c: 
11248         * plugins/sourceview/sourceview-scope.c:
11249         * plugins/sourceview/sourceview-tags.c:
11250         * plugins/sourceview/tag-window.c: 
11251         
11252         Improved callltip windows
11254 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11256         * src/anjuta-app.c: (on_session_save):
11257         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
11258         <ricardo.jose.ferrari@gmail.com> for pointing this out!
11260 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11262         * libanjuta/anjuta-utils.c: 
11263         * plugins/cvs-plugin/cvs-execute.c:
11264         Off-by-one...
11266         * scintilla/LexInno.cxx:
11267         * scintilla/LexOpal.cxx:
11268         * scintilla/LexTCL.cxx:
11270         Added missing files from scintilla-update
11272 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11274         * configure.in:
11275         * manuals/C/Makefile.am:
11276         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11277         * manuals/C/anjuta-manual/Makefile.am:
11278         * manuals/C/anjuta-manual/anjuta-manual.xml:
11279         * manuals/C/anjuta-manual/build.xml:
11280         * manuals/C/anjuta-manual/debugger.xml:
11281         * manuals/C/anjuta-manual/execute.xml:
11282         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
11283         * manuals/C/anjuta-manual/figures/arguments.png:
11284         * manuals/C/anjuta-manual/figures/configure_dlg.png:
11285         * manuals/C/anjuta-manual/figures/file_menu.png:
11286         * manuals/C/anjuta-manual/figures/menu_main.png:
11287         * manuals/C/anjuta-manual/figures/menubar.png:
11288         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
11289         * manuals/C/anjuta-manual/figures/project_info.png:
11290         * manuals/C/anjuta-manual/figures/scrshot.png:
11291         * manuals/C/anjuta-manual/figures/symbol_browser.png:
11292         * manuals/C/anjuta-manual/figures/tool-editor.png:
11293         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
11294         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
11295         * manuals/C/anjuta-manual/figures/toolbar_format.png:
11296         * manuals/C/anjuta-manual/figures/toolbar_main.png:
11297         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
11298         * manuals/C/anjuta-manual/fileoperations.xml:
11299         * manuals/C/anjuta-manual/interface.xml:
11300         * manuals/C/anjuta-manual/introduction.xml:
11301         * manuals/C/anjuta-manual/preferences.xml:
11302         * manuals/C/anjuta-manual/projects.xml:
11303         * manuals/C/anjuta-manual/tools.xml:
11304         * manuals/Makefile.am:
11305         
11306         Updated manual and faq
11308         * scintilla/CallTip.cxx:
11309         * scintilla/CallTip.h:
11310         * scintilla/CellBuffer.cxx:
11311         * scintilla/CellBuffer.h:
11312         * scintilla/ContractionState.cxx:
11313         * scintilla/Document.cxx:
11314         * scintilla/Document.h:
11315         * scintilla/DocumentAccessor.cxx:
11316         * scintilla/Editor.cxx:
11317         * scintilla/Editor.h:
11318         * scintilla/ExternalLexer.cxx:
11319         * scintilla/Indicator.cxx:
11320         * scintilla/KeyMap.cxx:
11321         * scintilla/KeyWords.cxx:
11322         * scintilla/LexAU3.cxx:
11323         * scintilla/LexBash.cxx:
11324         * scintilla/LexCPP.cxx:
11325         * scintilla/LexCaml.cxx:
11326         * scintilla/LexCsound.cxx:
11327         * scintilla/LexEiffel.cxx:
11328         * scintilla/LexGui4Cli.cxx:
11329         * scintilla/LexHTML.cxx:
11330         * scintilla/LexLua.cxx:
11331         * scintilla/LexMSSQL.cxx:
11332         * scintilla/LexOthers.cxx:
11333         * scintilla/LexPOV.cxx:
11334         * scintilla/LexPython.cxx:
11335         * scintilla/LexRuby.cxx:
11336         * scintilla/LexSQL.cxx:
11337         * scintilla/LexVB.cxx:
11338         * scintilla/Makefile.am:
11339         * scintilla/PlatGTK.cxx:
11340         * scintilla/PropSet.cxx:
11341         * scintilla/RESearch.cxx:
11342         * scintilla/RESearch.h:
11343         * scintilla/ScintillaBase.cxx:
11344         * scintilla/ScintillaGTK.cxx:
11345         * scintilla/StyleContext.h:
11346         * scintilla/ViewStyle.cxx:
11347         * scintilla/ViewStyle.h:
11348         * scintilla/XPM.cxx:
11349         * scintilla/include/KeyWords.h:
11350         * scintilla/include/Platform.h:
11351         * scintilla/include/PropSet.h:
11352         * scintilla/include/SciLexer.h:
11353         * scintilla/include/Scintilla.h:
11354         * scintilla/include/Scintilla.iface:
11355         * scintilla/include/ScintillaWidget.h:
11356         * scintilla/lexers.make:
11358         Update to scintilla 1.68
11360         * src/anjuta-app.c:
11361         Only show help items which are really availible
11363         * plugins/cvs-plugin/cvs-callbacks.c
11364         * plugins/cvs-plugin/cvs-execute.c
11365         * plugins/cvs-plugin/subversion-callbacks.c:
11366         * libanjuta/anjuta-utils.c:
11367         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
11369 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
11371         * plugins/project-wizard/install.c,
11372         * plugins/project-wizard/autogen.c:
11373         Add error messages if using a read only directory
11374         Improve fix for bug #339296
11376 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11378         * libanjuta/interfaces/libanjuta.idl:
11379         * plugins/document-manager/action-callbacks.c:
11380         * plugins/document-manager/plugin.c:
11381         * plugins/editor/text_editor.c:
11382         Added IAnjutaEditorGoto 
11384         * plugins/editor/aneditor.cxx:
11385         * plugins/editor/aneditor.h:
11386         * plugins/editor/text_editor.h:
11387         * plugins/editor/text_editor_prefs.c:
11388         
11389         Fixed #305076
11391 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
11393         * libanjuta/interfaces/libanjuta.idl:
11394         * plugins/document-manager/action-callbacks.c:
11395         * plugins/document-manager/anjuta-docman.c:
11396         * plugins/document-manager/plugin.c:
11397         * plugins/editor/text_editor.c: 
11398         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
11399         
11400         * plugins/sourceview/sourceview.c:
11401         * plugins/sourceview/sourceview.glade:
11402         Fixed some uft-8 issues and added a preference option
11403         to enable/disable gnome-vfs monitoring
11404         
11405         * scintilla/Makefile.am:
11406         * scintilla/include/Makefile.am:
11407         Fixed build
11409 2006-04-20  Massimo Cora' <maxcvs@email.it>
11411         * libanjuta/interfaces/libanjuta.idl:
11412         Remove get_current_pos () because we have get_position()
11414 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
11416         * NEWS: Updated
11417         * plugins/sourceview/tag-window.c:
11418         Don't close window on PageUp/PageDown
11420 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
11422         * data/Makefile.am:
11423         * manuals/reference/libanjuta/Makefile.am:
11424         
11425         Some build fixes
11426         
11427         * src/Makefile.am:
11428         * src/bacon-message-connection.c: 
11429         * src/bacon-message-connection.h: (both from gedit)
11430         * src/main.c:
11431         
11432         Fixed #312319 (Opening files when Anjuta is already open)
11434 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11436         * TODO.tasks: Updated
11437         * plugins/sourceview/anjuta-view.c: 
11438         * plugins/sourceview/anjuta-view.h:
11439         * plugins/sourceview/sourceview.c: 
11440         
11441         * configure.in: Fix --enable-plugin-scintilla
11442         
11443         Added char_added signal
11445 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11447         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
11448         
11449         Fixed diff for utf8
11450         
11451         * plugins/sourceview/sourceview.c:
11452         Fixed VFS monitoring (still a bit buggy)
11453         
11454         * plugins/sourceview/sourceview-args.c:
11455         * plugins/sourceview/tag-window.c: 
11456         
11457         Better sizing for the popup-window
11459 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
11461         * plugins/project-wizard/templates/gnome/src/main.c:
11462         * plugins/project-wizard/templates/gnome/src/project.glade:
11463         * plugins/project-wizard/templates/gtk/src/main.c: 
11464         * plugins/project-wizard/templates/gtk/src/project.glade:
11465         * plugins/project-wizard/templates/gtkmm/src/main.cc:
11466         
11467         Fixed up GLADE_FILE definition in project types and fixed bug #334546
11468         
11469 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
11471         * configure.in: More removal of obsoleteness.
11472         * po/no.po:
11474 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
11476         * ROADMAP:
11477         * libanjuta/anjuta-preferences.c: 
11478         * libanjuta/anjuta-utils.c: 
11479         * libanjuta/anjuta-utils.h:
11480         * plugins/message-view/message-view.c:
11481         
11482         Changed color functions and moved convert_color to anjuta-utils.h
11483         
11484         * plugins/message-view/anjuta-message-manager-plugin.glade:
11485         GnomeColorPicker -> GtkColorButton (bug #309154)
11486         
11487         * plugins/sourceview/plugin.c:
11488         * plugins/sourceview/sourceview-prefs.c:
11489         * plugins/sourceview/sourceview.glade:
11490         Added color and font preferences
11492         * plugins/sourceview/sourceview-tags.c:
11493         Only show as much choices as configured in preferences
11495 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11497         * ROADMAP, NEWS: Updated (we are far behind ;-)
11498         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11500 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11502         * configure.in:
11503         * plugins/editor/Makefile.am:
11504         * scintilla/Makefile.am
11505         
11506         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11507         
11508         * global-tags/Makefile.am:
11509         * global-tags/create_global_tags.sh:
11510         * plugins/symbol-browser/an_symbol_prefs.c:
11511         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11512         * plugins/symbol-browser/plugin.h:
11513         * tagmanager/include/tm_workspace.h:
11514         * tagmanager/tm_workspace.c:
11515         
11516         Fixed symbol-browser prefs and move global tags generation from installtion to
11517         preferences to make the life easier for distributers and to allow updates after installtion
11519         * plugins/document-manager/action-callbacks.c: 
11520         * plugins/document-manager/action-callbacks.h:
11521         * plugins/document-manager/anjuta-document-manager.ui:
11522         * plugins/document-manager/indent-util.c:
11523         * plugins/document-manager/plugin.c:
11524         * plugins/editor/text_editor.c:
11525         
11526         Moved indent stuff to document-manager
11527         
11528         * plugins/sourceview/anjuta-view.c: 
11529         * plugins/sourceview/sourceview-args.c: 
11530         * plugins/sourceview/sourceview-scope.c:
11531         * plugins/sourceview/sourceview-tags.c: 
11532         * plugins/sourceview/sourceview.c:
11533         
11534         Fixed several bugs
11535         
11536         * plugins/sourceview/sourceview.plugin (removed):
11537         * plugins/sourceview/sourceview.plugin.in:
11538         Editor is not user-activatible
11539         
11540         * plugins/sourceview/sourceview.png:
11541         Updated icon
11543 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
11545         * src/anjuta-app.c: Fixed crasher on plugin unloading
11547 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
11549         * plugins/sourceview/sourceview.c
11550         * plugins/sourceview/sourceview-args.c
11551         * plugins/sourceview/sourceview-args.h:
11552         
11553         Polished argument completion
11555 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
11557         * plugins/message-view/anjuta-msgman.c:
11558         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11559         
11560         Show message pane on switch (does not work, anjuta_shell needs a fix)
11561         
11562         * plugins/sourceview/Makefile.am:
11563         * plugins/sourceview/anjuta-view.c: (find_tag_window),
11564         * plugins/sourceview/sourceview-args.c: 
11565         * plugins/sourceview/sourceview-args.h:
11566         * plugins/sourceview/sourceview-private.h:
11567         * plugins/sourceview/sourceview-scope.c: 
11568         (sourceview_scope_update), (sourceview_scope_filter_keypress):
11569         * plugins/sourceview/sourceview-tags.c:
11570         * plugins/sourceview/sourceview.c:
11571         * plugins/sourceview/tag-window.c:
11572         * plugins/sourceview/tag-window.h:
11573         
11574         Added scope and argument completion
11576 2006-04-03  Johannes Schmid <jhs@gnome.org>
11578         * TODO.tasks
11579         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11580         (on_widget_remove):
11581         Save toolbar state
11583         * plugins/sourceview/sourceview.c: (iselect_clear):
11584         Make "Delete"-key working
11586         * configure.in: #336389
11588 2006-04-03  Johannes Schmid <jhs@gnome.org>
11590         * plugins/sourceview/Makefile.am:
11591         * plugins/sourceview/anjuta-view.c:
11592         * plugins/sourceview/plugin.c: 
11593         * plugins/sourceview/sourceview-private.h:
11594         * plugins/sourceview/sourceview-scope.c:
11595         * plugins/sourceview/sourceview-scope.h:
11596         * plugins/sourceview/sourceview-tags.c: 
11597         * plugins/sourceview/sourceview-tags.h:
11598         * plugins/sourceview/sourceview.c:
11599         * plugins/sourceview/sourceview.h:
11600         * plugins/sourceview/tag-window.c:
11601         
11602         - fixed goto_file_line
11603         - scroll to cursor on undo/redo
11604         - show correct popup-menu
11605         - scope completion (not ready yet)
11607 2006-04-03  Johannes Schmid <jhs@gnome.org>
11609         * plugins/sourceview/plugin.c: 
11610         * plugins/sourceview/sourceview-tags.c:
11611         * plugins/sourceview/sourceview.c: 
11612         * plugins/sourceview/sourceview.h:
11613         * plugins/sourceview/tag-window.c:
11614         
11615         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11617 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11619         * plugins/sourceview/sourceview.c:
11620         Fixed next/previous bookmark.
11621         Toggled bookmark (set/unset).
11623 2006-04-03  Johannes Schmid <jhs@gnome.org>
11625         * plugins/document-manager/action-callbacks.c:
11626         Fixed Gtk-Warning in goto_line
11627         
11628         * plugins/sourceview/Makefile.am:
11629         * plugins/sourceview/anjuta-document.c:
11630         * plugins/sourceview/anjuta-view.c: 
11631         * plugins/sourceview/anjuta-view.h:
11632         * plugins/sourceview/sourceview-autocomplete.c:
11633         * plugins/sourceview/sourceview-autocomplete.h:
11634         * plugins/sourceview/sourceview-private.h:
11635         * plugins/sourceview/sourceview-tags.c:
11636         * plugins/sourceview/sourceview-tags.h:
11637         * plugins/sourceview/sourceview.c:
11638         * plugins/sourceview/tag-window.c:
11639         * plugins/sourceview/tag-window.h:
11640         Created a nice API for tag and completion windows
11641         
11642         * plugins/sourceview/sourceview-print.h:
11643         * plugins/sourceview/sourceview-print.c:
11644         Added printing
11645                 
11646 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11648         * plugins/sourceview/sourceview.c:
11649         Fixed typo (Sort bookmarks).
11650         
11651 2006-04-01  Johannes Schmid <jhs@gnome.org>
11653         * plugins/sourceview/anjuta-document.c:
11654         * plugins/sourceview/anjuta-document.h:
11655         * plugins/sourceview/anjuta-view.c:
11656         * plugins/sourceview/anjuta-view.h:
11657         * plugins/sourceview/sourceview-autocomplete.c:
11658         * plugins/sourceview/sourceview-autocomplete.h:
11659         * plugins/sourceview/sourceview-prefs.c:
11660         * plugins/sourceview/sourceview-prefs.h:
11661         * plugins/sourceview/sourceview-private.h:
11662         * plugins/sourceview/sourceview-tags.c:
11663         * plugins/sourceview/sourceview-tags.h:
11664         * plugins/sourceview/sourceview.c:
11665         * plugins/sourceview/sourceview.glade:
11666         * plugins/sourceview/tag-window.c: 
11667         * plugins/sourceview/tag-window.h:
11668         
11669         Improved code complete and autocomplete
11671 2006-04-01  Johannes Schmid <jhs@gnome.org>
11673         * plugins/sourceview/Makefile.am:
11674         * plugins/sourceview/bookmark.png:
11675         * plugins/sourceview/marker-attentive.png:
11676         * plugins/sourceview/marker-basic.png:
11677         * plugins/sourceview/marker-intense.png:
11678         * plugins/sourceview/marker-light.png:
11679         * plugins/sourceview/sourceview.c: 
11680         
11681         Added pixmaps for all marker types and show bookmarks
11682         
11683         * configure.in
11684         * plugins/sourceview/Makefile.am:
11685         Build sourceview on 2.14 only
11687 2006-03-31  Johannes Schmid <jhs@gnome.org>
11689         * plugins/sourceview/Makefile.am:
11690         * plugins/sourceview/anjuta-document.c:
11691         * plugins/sourceview/anjuta-view.c:
11692         * plugins/sourceview/anjuta-view.h:
11693         * plugins/sourceview/sourceview-autocomplete.c:
11694         * plugins/sourceview/sourceview-private.h:
11695         * plugins/sourceview/sourceview-tags.c:
11696         * plugins/sourceview/sourceview-tags.h:
11697         * plugins/sourceview/sourceview.c: 
11698         * plugins/sourceview/tag-window.c:
11699         * plugins/sourceview/tag-window.h:
11700         
11701         Added code completion with tag manager to the editor and fixed a save_as bug
11703 2006-03-31  Johannes Schmid <jhs@gnome.org>
11705         * src/main.c: Revert patch from Rob to allow building with
11706         Gnome 2.12
11707         * configure.in: Require at least 2.12 libraries
11709 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11711         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11713         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11714         Improve anjuta-plugin project template: Added missed files dist tarball
11715         (make dist)
11717         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11718         typo
11720 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11722         reviewed by: Johannes Schmid <jhs@gnome.org>
11724         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11725         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11726         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11727         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11728         
11729         Improve anjuta-plugin project template. Also fix for #322744
11731 2006-03-27  Johannes Schmid <jhs@gnome.org>
11733         * plugins/sourceview/sourceview-private.h:
11734         plugins/sourceview/sourceview.c:
11735         
11736         Added basic bookmark support
11738 2006-03-27  Johannes Schmid <jhs@gnome.org>
11740         * TODO.tasks:
11741         Updated
11742         
11743         Patch from Rob Bradfort <robster@debian.org>:
11744         * src/main.c: (get_command_line_args), (main):
11745         Migration from popt to GOption
11746         
11747 2006-03-26 Naba Kumar  <naba@gnome.org>
11749         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11750         size to scale itself with theme.
11752 2006-03-26 Naba Kumar  <naba@gnome.org>
11754         * plugins/file-manager/an_file_view.c,
11755         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11756         when symbolview and fileview objects are destroyed to avoid crashes
11757         after the plugins are disabled.
11759 2006-03-26 Naba Kumar <naba@gnome.org>
11761         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11762         Deleted unused file.
11763         
11764         * plugins/glade/plugin.c: Be able to close glade plugin when there
11765         there is no glade project loaded.
11766         
11767         * plugins/sourceview/sourceview.plugin,
11768         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11770 2006-03-23  Naba Kumar  <naba@gnome.org>
11772         * plugins/editor/print.c: Fixed a bug where some sections of
11773         printed/previewed text is not highlighted.
11774         
11775 2006-03-20  Johannes Schmid <jhs@gnome.org>
11777         * libanjuta/interfaces/libanjuta.idl:
11778         Added IAnjutaPrint
11779         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11780         as we do not use private apis. Show help window and startup because it does 
11781         not survive gdl
11782         
11783         * plugins/document-manager/action-callbacks.c:
11784         plugins/editor/Makefile.am:
11785         plugins/editor/text_editor.c:
11786         plugins/editor/print.c:
11787         plugins/editor/print.h:
11788         
11789         Fixed printing (nobody has missed it BTW ;-)
11790         
11791         * plugins/sourceview/sourceview.c:
11792         Fixed a crasher
11794 2006-03-20 Naba Kumar <naba@gnome.org>
11796         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11797         devhelp >= 0.9 < 0.11 versions.
11798         
11799 2006-03-20  Johannes Schmid <jhs@gnome.org>
11801         * plugins/sourceview/anjuta-document-loader.c
11802         plugins/sourceview/sourceview.c:
11803         
11804         Fixed encoding bugs
11806 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11808         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11809         Fixed bug (line position)
11810         Give the good line position whatever the active editor.
11812 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11814         * configure.in: Added fi to ALL_LINGUAS
11816 2006-03-19  Johannes Schmid <jhs@gnome.org>
11818         * plugins/sourceview/anjuta-document-loader.c:
11819         replace gnome_vfs_get_mime_type_for_name_and data
11821         * plugins/build-basic-autotools/build-basic-autotools.c:
11822         Fixed #335142
11824 2006-03-17  Johannes Schmid <jhs@gnome.org>
11826         * plugins/editor/editor.glade:
11827         Added style-editor again after it got lost somehow
11829 2006-03-17  Johannes Schmid <jhs@gnome.org>
11831         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11832         configure.in: require devhelp 0.11
11833         
11834         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11836         plugins/build-basic-autotools/build-basic-autotools.c:
11837         forgot a an installtion callback for the "install as root"-feature
11839 2006-03-17  Massimo Cora' <maxcvs@email.it>
11841         reviewed by: Johannes Schmid <jhs@gnome.org>
11843         * plugins/class-gen/anjuta-class-gen-plugin.glade
11844         plugins/class-gen/class_gen.c 
11845         plugins/class-gen/goc_template_header
11846         plugins/class-gen/goc_template_source
11847         
11848         Fixed bug #334663
11850 2006-03-16  Johannes Schmid <jhs@gnome.org>
11852         * plugins/sourceview/sourceview.c:
11853         Fixed "save-point" signal for undo actions
11855 2006-03-16  Massimo Cora' <maxcvs@email.it>
11856         
11857         reviewed by: Johannes Schmid <jhs@gnome.org>
11858         
11859         * plugins/document-manager/anjuta-docman.c:
11860         Implement tab drag and drop
11862 2006-03-16  Johannes Schmid <jhs@gnome.org>
11864         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11865         plugins/build-basic-autotools/build-basic-autotools.c:
11866         
11867         Implemented "install as root"-feature (#321455)
11869 2006-03-16  Johannes Schmid <jhs@gnome.org>
11871         * mime/.cvsignore
11872         plugins/sourceview/.cvsignore
11873         plugins/tools/scripts/.cvsignore:
11874         Added/extended .cvsignore files
11875         
11876         * plugins/sourceview/sourceview-autocomplete.c:
11877         plugins/sourceview/sourceview-autocomplete.h:
11878         plugins/sourceview/sourceview-prefs.c:
11879         plugins/sourceview/sourceview-private.h:
11880         plugins/sourceview/sourceview.glade:
11881         Autcomplete just works(tm) now and respects preferences
11882         
11883         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11884         Use better algorithm from autocomplete
11886 2006-03-15  Johannes Schmid <jhs@gnome.org>
11888         * src/anjuta-app.c:
11889         Fixed bug #304495
11891 2006-03-15  Johannes Schmid <jhs@gnome.org>
11893         * libanjuta/interfaces/libanjuta.idl:
11894         plugins/class-gen/class_gen.c:
11895         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11896         plugins/project-manager/plugin.c:
11897         
11898         Allow to add multiple source files (#320191)
11899         
11900         * configure.in: Require gnome-build 0.1.3
11902 2006-03-14  Johannes Schmid <jhs@gnome.org>
11904         * plugins/macro/macro-utils.c: Fixed bug #333606
11905         * plugins/file-wizard/file.c: Fixed bug #333601
11907 2006-03-13  Johannes Schmid <jhs@gnome.org>
11909         * plugins/sourceview/sourceview_autocomplete.c
11910         plugins/sourceview/sourceview_autocomplete.h
11911         plugins/sourceview/sourceview.c
11912         plugins/sourceview/sourceview-private.h
11913         plugins/sourceview/sourceview-prefs.c:
11914         
11915         Cleaned up and fixed several issues
11916         
11917 2006-03-13  Johannes Schmid <jhs@gnome.org>
11919         * plugins/sourceview/Makefile.am:
11920         plugins/sourceview/sourceview-autocomplete.c
11921         plugins/sourceview/sourceview-autocomplete.h:
11922         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11923         plugins/sourceview/sourceview-private.h:
11924         plugins/sourceview/sourceview.c:
11925         
11926         Added (buggy) autocomplete feature to sourceview
11927         
11928 2006-03-12 Naba Kumar <naba@gnome.org>
11930         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11931         libanjuta/anjuta-session.c: Added API docs.
11933 2006-03-12 Naba Kumar <naba@gnome.org>
11935         * TODO.tasks: Added couple of tasks.
11936         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11937         Register private class as early as possible so that members could
11938         point to self class. Code clean up.
11940 2006-03-12 Naba Kumar <naba@gnome.org>
11942         * po/POTFILES.in, po/POTFILES.skip: Updated.
11944 2006-03-11 Naba Kumar <naba@gnome.org>
11946         * libanjuta/anjuta-shell.c,
11947         plugins/document-manager/anjuta-docman.c,
11948         plugins/document-manager/plugin.c,
11949         plugins/symbol-browser/an_symbol_search.c,
11950         plugins/valgrind/vgrule-list.c: Use correct signal names while
11951         creating them.
11952         
11953         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11954         signal names and fixed enum IANJUTA_TYPE_* macro.
11956 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11958         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11959         plugins/search/search-replace.c :
11960         Fixed bug (Bookmark the good line).
11961         Search & Replace (Mark all matched strings).
11962         
11963 2006-03-09  Johannes Schmid <jhs@gnome.org>
11965         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11966         Completed changes from yesterday
11967         
11968         * plugins/document-manager/anjuta-document-manager.glade:
11969         plugins/editor/editor.glade
11970         plugins/editor/plugin.c: (activate_plugin)
11971         plugins/editor/text_editor.c
11972     plugins/sourceview/Makefile.am
11973         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11974         plugins/sourceview/sourceview.glade:
11975         Completed preference changes
11977 2006-03-08  Johannes Schmid <jhs@gnome.org>
11979         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11980         plugins/search/plugin.c: (activate_plugin):
11981         
11982         Removed Gtk-Criticals
11983         
11984         * plugins/document-manager/anjuta-document-manager.glade:
11985         plugins/document-manager/plugin.c: (on_docman_auto_save),
11986         (on_gconf_notify_timer), (prefs_init):
11987     plugins/document-manager/plugin.h:
11988         plugins/editor/text_editor.c: (text_editor_instance_init),
11989         (text_editor_dispose):
11990         plugins/editor/text_editor.h:
11991         plugins/editor/text_editor_cbs.c:
11992         plugins/editor/text_editor_cbs.h:
11993         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11994         plugins/glade/plugin.c: (activate_plugin):
11995         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11996         plugins/sourceview/sourceview-private.h:
11997         plugins/sourceview/sourceview.c: (on_menu_popup),
11998         (sourceview_new), (ifile_open), (ifile_savable_save),
11999         (ifile_savable_save_as), (ieditor_set_popup_menu),
12000         (ieditor_get_filename), (imark_mark):
12002     Moved autosave from editor to document manager and fixed some things in 
12003     Sourceview plugin
12005 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12007         * plugins/search/anjuta-search.glade :
12008         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
12009         plugins/search/search-replace_bachend.c: Fixed a crash bug.
12010         plugins/search/search-replace.c : Fixed bug.
12011         
12012 2006-03-08  Johannes Schmid <jhs@gnome.org>
12014     * plugins/search/anjuta-search.glade
12015     Fixed widget names (glade is a bit stupid on copying widgets to other files)
12017 2006-03-07  Johannes Schmid <jhs@gnome.org>
12019         * plugins/document-manager/action-callbacks.c
12020         plugins/document-manager/anjuta-document-manager.glade
12021         plugins/document-manager/plugin.c: (prefs_init),
12022         (activate_plugin):
12023         plugins/editor/Makefile.am:
12024         plugins/editor/editor.glade:
12025         plugins/editor/plugin.c: (on_style_button_clicked),
12026         (activate_plugin), (dispose):
12027         plugins/editor/style-editor.c:
12028         
12029         Startet to seperate document-manager and editor preferences
12031         * plugins/search/Makefile.am:
12032         plugins/search/anjuta-search.glade:
12033         plugins/search/search-replace.c:
12034         
12035         Moved search GUI to search-plugin
12036                 
12037         * plugins/sourceview/sourceview-prefs.c:
12038         plugins/sourceview/sourceview-prefs.h:
12039         plugins/sourceview/sourceview-private.h:
12040         plugins/sourceview/sourceview.c: 
12041         plugins/sourceview/sourceview.h:
12042         plugins/sourceview/Makefile.am:
12043         plugins/sourceview/anjuta-document.h:
12044         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
12045         plugins/sourceview/plugin.c: 
12046         
12047         Added some preferences to sourceview and fixed vfs_monitor
12048         
12049         * tagmanager/c.c: (parseParens): 
12050         Removed annoying debug message
12051         
12052         * libanjuta/interfaces/libanjuta.idl: 
12053         Removed IAnjutaEditorFactory::create_style_editor()
12055 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12057         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
12058         Search : Bookmark all matched lines.
12060 2006-03-06  Johannes Schmid <jhs@gnome.org>
12062         * plugins/class-gen/anjuta-class-gen.plugin.in
12063         plugins/file-loader/plugin.c: (sort_wizards)
12064         (on_create_submenu), (activate_plugin)
12065         plugins/file-wizard/anjuta-file-wizard.plugin.in
12066         plugins/glade/anjuta-glade.plugin.in
12067         plugins/project-import/anjuta-project-import.plugin.in
12068         plugins/project-wizard/anjuta-project-wizard.plugin.in:
12069         
12070         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
12071         sorted alphabeticly
12072         
12073         * plugins/project-wizard/templates/mkfile.wiz:
12074         Use configured project directory instead of ~/myproject
12075         
12076         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
12077         (ifile_open):
12078         Show markers (again) and monitor uri
12080 2006-03-06  Naba Kumar  <naba@gnome.org>
12082         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
12083         typedefs separately so that forward linking would work.
12084         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
12086 2006-03-05  Naba Kumar  <naba@gnome.org>
12088         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12089         passing Enums and Structs in signals. Define struct _Name in
12090         generated code, so that forward referencing.
12091         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12092         
12093         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12094         
12095 2006-03-05  Naba Kumar  <naba@gnome.org>
12097         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12098         support. Generate GType definitions for enums in generated codes
12099         so that enums could be passed as signal params.
12100         
12101 2006-03-04  Naba Kumar  <naba@gnome.org>
12103         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12104         Restored cvs-moved revision files. They were originally marked
12105         deleted at their older locations. Now they are restored at
12106         their new locations. The changeset is one that was committed
12107         as part of document-manager, editor, search and print plugins
12108         separation from editor plugin.
12109         
12110 2006-03-03  Johannes Schmid <jhs@gnome.org>
12112         * plugins/sourceview/*:
12113         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12114         poiting this out!
12116 2006-03-04  Naba Kumar  <naba@gnome.org>
12118         * plugins/gdb/*: Deleted removed files (see previous changlog
12119         entry for files list).
12120         
12121 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12123         * plugins/debug-mananger/breakpoints.c,
12124         plugins/debug-manager/breakpoints.h,
12125         plugins/debug-manager/debug_tree.c,
12126         plugins/debug-manager/debug_tree.h,
12127         plugins/debug-manager/info.c,
12128         plugins/debug-manager/info.h,
12129         plugins/debug-manager/locals.c,
12130         plugins/debug-manager/locals.h,
12131         plugins/debug-manager/memory.c,
12132         plugins/debug-manager/memory.h,
12133         plugins/debug-manager/registers.c,
12134         plugins/debug-manager/registers.h,
12135         plugins/debug-manager/sharedlib.c,
12136         plugins/debug-manager/sharedlib.h,
12137         plugins/debug-manager/signal.c,
12138         plugins/debug-manager/signal.h,
12139         plugins/debug-manager/stack_trace.c,
12140         plugins/debug-manager/stack_trace.h,
12141         plugins/debug-manager/watch.c,
12142         plugins/debug-manager/watch.h,
12143         plugins/debug-manager/Makefile.am:
12144         Move from gdb plugin to debug manager plugin
12146         * plugins/debug-manager/anjuta-debug-manager.glade,
12147         plugins/debug-manager/anjuta-debug-manager.ui:
12148         Move all user interface from gdb to debug manager
12150         * plugins/debug-manager/utilities.c,
12151         plugins/debug-manager/utilities.h:
12152         Remove some unused code
12153         Add useful code from gdb plugin
12155         * plugins/debug-manager/start.c,
12156         plugins/debug-manager/start.h:
12157         Include code of attach_process
12158         Add more code to start the debugger
12160         * plugins/debug-manager/plugin.c,
12161         plugins/debug-manager/plugin.h,
12162         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12163         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12165         * plugins/debug-manager/debugger.c,
12166         plugins/debug-manager/debugger.h:
12167         Implement a queue of debugger command
12169         * plugins/gdb/actions.c,
12170         plugins/gdb/actions.h,
12171         plugins/gdb/watch_cbs.c,
12172         plugins/gdb/watch_cbs.h,
12173         plugins/gdb/watch_gui.c,
12174         plugins/gdb/watch_gui.h:
12175         Removed 
12177         * plugins/gdb/debugger.c,
12178         plugins/gdb/debugger.h,
12179         plugins/gdb/gdbmi.c,
12180         plugins/gdb/gdbmi.h,
12181         plugins/gdb/utilities.c,
12182         plugins/gdb/utilities.h,
12183         plugins/gdb/Makefile.am,
12184         plugins/gdb/anjuta-gdb.plugin.in:
12185         Implement necessary functions
12187         * plugins/gdb/parser.c,
12188         plugins/gdb/parser.h:
12189         Code for parsing variable previously in debug_tree.c
12191         * plugins/gdb/anjuta-gdb.glade,
12192         plugins/gdb/anjuta-gdb.ui:
12193         Remove user interface
12195         * plugins/gdb/gdbmi-test.c:
12196         Need update
12198         * plugins/gdb/anjuta-gdb.plugin.png:
12199         Try an improved icon for gdb (archer fish)
12201         * libanjuta/anjuta-debugger.c,
12202         libanjuta/anjuta-debugger.h,
12203         libanjuta/interfaces/libanjuta.idl,
12204         libanjuta/interfaces/anjuta-idl-compiler.pl,
12205         libanjuta/Makefile.am:
12206         Add declaration used in new IAnjutaDebugger interface
12208         * manuals/reference/libanjuta.types,
12209         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
12210         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
12211         Update documentation
12213 2006-03-02  Naba Kumar  <naba@gnome.org>
12215         * manuals/reference/libanjuta/Makefile.am,
12216         manuals/reference/libanjuta/libanjuta-docs.sgml,
12217         manuals/reference/libanjuta/libanjuta-sections.txt,
12218         manuals/reference/libanjuta/libanjuta.types,
12219         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12220         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
12221         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12222         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12223         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12224         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12225         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12226         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12227         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
12228         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12229         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12230         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12231         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12232         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12233         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12234         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
12235         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12236         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12237         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12238         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12239         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12240         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12241         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12242         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12243         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12244         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12245         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12246         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12247         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12248         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12249         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12250         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12251         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12252         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12253         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12254         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12255         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12256         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
12257         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12258         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12259         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
12260         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12261         manuals/reference/libanjuta/tmpl/plugins.sgml,
12262         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12263         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12264         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12265         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12266         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12267         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12268         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12269         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12270         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12271         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12272         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12273         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12274         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12275         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
12276         documentation.
12278 2006-02-28  Naba Kumar <naba@gnome.org>
12280         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12281         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
12282         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
12283         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
12284         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
12285         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
12286         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
12287         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
12288         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
12289         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
12290         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
12291         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
12292         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
12293         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
12295 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12297         * plugins/sourceview/sourceview.c:
12298         Select to brace, select block.
12300 2006-02-28  Johannes Schmid <jhs@gnome.org>
12302         * plugins/file-wizard/Makefile.am
12303         plugins/file-wizard/action-callbacks.c (removed)
12304         plugins/file-wizard/action-callbacks.h (removed)
12305         plugins/file-wizard/anjuta-file-wizard.ui
12306         plugins/file-wizard/plugin.c: (activate_plugin),
12307         (deactivate_plugin)
12308         plugins/file-wizard/plugin.h:
12309         Removed Edit->Insert Text submenu (replace by macros plugin)
12310         
12311         * plugins/sourceview/sourceview.c: (sourceview_new),
12312         (ieditor_set_popup_menu):
12313         Fixed some more bugs
12314         
12315         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
12317 2006-02-28  Naba Kumar <naba@gnome.org>
12319         * plugins/file-manager/an_file_view.c,
12320         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
12321         rows also and with delay 1 sec (the color and timout value should
12322         probably be picked up from some system wide preference key).
12324 2006-02-28  Naba Kumar <naba@gnome.org>
12326         * libanjuta/interfaces/libanjuta.idl,
12327         plugins/document-manager/action-callbacks.c,
12328         plugins/document-manager/plugin.c,
12329         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
12330         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
12331         Added interface checks in document manager and enable/disable
12332         menus based on supported interface.
12333         
12334         * plugins/project-import/anjuta-project-import.glade: Set some
12335         resonable size for the import dialog.
12337  2006-02-27  Naba Kumar  <naba@gnome.org>
12339         * libanjuta/interfaces/libanjuta.idl,
12340         plugins/document-manager/action-callbacks.c,
12341         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
12342         and eol conversion actions.
12344 2006-02-27  Johannes Schmid <jhs@gnome.org>
12345         
12346         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
12347         * plugins/file-manager/an_file_view.c
12348         plugins/file-manager/plugin.h:  Added tooltips
12349         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
12351 2006-02-26  Naba Kumar  <naba@gnome.org>
12353         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12354         plugins/build-basic-autotools/build-basic-autotools.c,
12355         plugins/build-basic-autotools/build-basic-autotools.h,
12356         plugins/build-basic-autotools/executer.c,
12357         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
12358         disable indicator highlights preferences from message manager to
12359         build plugin. Implemented message indicator highlights in build tool.
12360         
12361         * plugins/editor/text_editor.c: Fixed indicators.
12363 2006-02-26  Johannes Schmid <jhs@gnome.org>
12365         * plugins/sourceview/sourceview.c:
12366         - Fixed some bugs
12367         - Added markers
12368         * plugins/subversion/svn_auth.c:
12369         Fixed username/password authentification but there might be a memory corruption
12371 2006-02-26  Naba Kumar  <naba@gnome.org>
12373         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12374         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
12375         libanjuta/anjuta-launcher.h: Added documentation.
12377 2006-02-24  Naba Kumar  <naba@gnome.org>
12379         * plugins/editor/text_editor.c: Fixed change in API in
12380         IAnjutaEditorSelection::set().
12381         
12382 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12384         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
12385         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
12386         libanjuta/interfaces/libanjuta.idl :
12387         Search in sourceview editor (Select in buffer).
12390 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12392         * plugins/sourceview/sourceview.c :
12393         Fixed Replace, to_upper, to_lower.
12394         
12395         * plugins/search/search-replace_backend.c :
12396         Renamed header name.
12398 2006-02-22  Naba Kumar  <naba@gnome.org>
12400         * libanjuta/anjuta-plugin-description.c,
12401         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
12402         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
12403         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
12404         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12405         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
12406         
12407         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12408         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
12409         
12410 2006-02-21  Naba Kumar  <naba@gnome.org>
12412         * libanjuta/interfaces/libanjuta.idl,
12413         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
12414         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
12415         interface for editor.
12417 2006-02-21  Naba Kumar  <naba@gnome.org>
12419         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
12421         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12422         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
12424 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12426         * GTKSOURCEVIEW EDITOR
12427         plugins/sourceview/sourceview.c :
12428         Fixed copy and Goto Line.
12429         
12430         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
12431         plugins/macro/plugin.c :
12432         Fixed Insert key word and Insert macro.
12434 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
12436         * plugins/document-manager/anjuta-docman.c:
12437         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
12438         
12439         * configure.in:
12440         plugins/Makefile.am:
12441         plugins/sourceview/.cvsignore:
12442         plugins/sourceview/Makefile.am:
12443         plugins/sourceview/plugin.c: :
12444         plugins/sourceview/plugin.h:
12445         plugins/sourceview/sourceview.c: 
12446         plugins/sourceview/sourceview.h:
12447         plugins/sourceview/sourceview.plugin:
12448         plugins/sourceview/sourceview.plugin.in:
12449         plugins/sourceview/sourceview.png:
12451         Added sourceview editor plugin
12453 2006-02-19 Naba Kumar  <naba@gnome.org>
12455         * libanjuta/interfaces/libanjuta.idl,
12456         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12457         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12458         plugins/cvs-plugin/cvs-interface.c,
12459         plugins/document-manager/action-callbacks.c,
12460         plugins/document-manager/action-callbacks.h,
12461         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
12462         plugins/search/plugin.c, plugins/search/search-replace.c,
12463         plugins/search/search-replace_backend.c,
12464         plugins/subversion/subversion-actions.c,
12465         plugins/subversion/subversion-callbacks.c,
12466         plugins/tools/editor.c, plugins/tools/execute.c,
12467         plugins/tools/variable.c: Defined proper editor interfaces and fixed
12468         few fatal warnings.
12470 2006-02-15 Naba Kumar  <naba@gnome.org>
12472         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
12473         within another.
12474         
12475         * libanjuta/interfaces/libanjuta.idl,
12476         plugins/document-manager/anjuta-docman.c,
12477         plugins/document-manager/plugin.c,
12478         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
12479         unnecessary parameters from IAnjutaEditor interface and used proper
12480         types instead of 'gpointer'. Fixed various compiler warnings.
12481         
12482         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
12483         file
12485 2006-02-12 Naba Kumar  <naba@gnome.org>
12487         * po/POTFILES.in: Updated.
12488         
12489 2006-02-11 Naba Kumar  <naba@gnome.org>
12491         * plugins/editor/properties.[cxx,h],
12492         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12493         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12494         to sci_prop_*(), because they were conflicting with external
12495         functions (in some ssl library).
12496         
12497 2006-02-08 Naba Kumar  <naba@gnome.org>
12499         Patch from Massimo Cora  <maxcvs@email.it>:
12500         * plugins/valgrind/anjuta-valgrind.schemas,
12501         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12502         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12503         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12504         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12505         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12506         plugins/valgrind/vgtoolview.c,
12507         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12508         before running the debugging session. I've added also a
12509         preference in Anjuta Preferences where you can specify
12510         the path to the valgrind binary. The default is /usr/bin/valgrind.
12511         Now it displays a dialog with the error. [it can be -program
12512         exited- or -file loaded or end of input-]. Some valgrind 3.x
12513         compatibility.
12514         
12515 2006-01-29 Naba Kumar  <naba@gnome.org>
12517         Patch from Massimo Cora  <maxcvs@email.it>:
12518         * configure.in, plugins/Makefile.am,
12519         plugins/valgrind/*: Valgrind plugin (requires
12520         binutils-dev and valgrind to be installed.
12522 2005-01-24 Johannes Schmid <jhs@gnome.org>
12524         * Patch from Eric Greveson <ejg45@cam.ac.uk>
12525         plugins/tools/variables.c:
12526         Added current directory to possible variables
12528         * Patch from Günther Brammer <gbrammer@gmx.de>
12529         plugins/document-manager/anjuta-docman.c:
12530         Fix a crash on opening a file
12532         AUTHORS: Added Günther Brammer
12534 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12536         * libanjuta/anjuta-launcher.c:
12537         Fix a bug in AnjutaLauncher when output is bigger than buffer
12538         Probably fix bug #315188 and #305134
12540 2005-12-28      Johannes Schmid <jhs@gnome.org>
12541         
12542         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12543         * src/about.c: Use new gtk about dialog
12544         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12545         Updated anjuta_ui_add_action_group_entries call
12546         
12547         Patch from Jean Breford <jean.breford@normalesup.org>
12548         and Markus Habermehl <bmh1980de@yahoo.de>:
12549         
12550         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12551         * AUTHORS: Added Jean and Markus
12553 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12554         * plugins/search/search-replace.c :
12555         Bookmark all matched lines.
12556         * plugins/search/search-replace_backend.c :
12557         Fixed bug (Search in all project files).
12559 2005-12-21      Johannes Schmid <jhs@gnome.org>
12560         
12561         * plugins/search/plugin.c:
12562         Fixed signal names
12563         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12564         investigation needed.
12565         
12566         AUTHORS: Added Ross Goldner
12568 2005-12-19  Ross Golder  <ross@golder.org>
12570         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12571         application/xml MIME type.
12573 2005-12-18  Johannes Schmid <jhs@gnome.org>
12574         
12575         po/POTFILES.in: Updated files after directory changes
12576         HACKING: Removed outdated section 3 (anoncvs)
12578 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12580         * plugins/build-basic-autotools/build-basic-autotools.c:
12581         Save all files in editor before running a command
12583         * plugins/tools/execute.c:
12584         Use document manager plugin instead of each editor for
12585         saving all files
12587 2005-12-15  Johannes Schmid <jhs@gnome.org>
12589         * plugins/document-manager/action-callbacks.c:
12590         (on_save_all1_activate), (on_swap_activate)
12591         plugins/document-manager/anjuta-docman.c:
12592         (on_save_as_filesel_response), (on_notebook_switch_page):
12593         
12594         Fixed some remaining issues in document-manger
12596 2005-12-15      Johannes Schmid <jhs@gnome.org>
12598         * plugins/profile-default/default.anjuta:
12599         Load Search plugin and Message Manager by default
12601 2005-12-14  Johannes Schmid <jhs@gnome.org>
12602         
12603         * plugins/editor/text_editor.c
12604         libanjuta/anjuta-utils.c:
12605         
12606         Check if files differ when gnome-vfs monitoring is used.
12607         (Bug #309688)
12609 2005-12-13  Johannes Schmid <jhs@gnome.org>
12611         * plugins/document-manager/plugin.c:
12612         Only save modified files in ianjuta_file_savable_save() for document-manager
12613         as discussed on mailing list.
12614         
12615         * plugins/cvs-plugin/cvs-callbacks.c:
12616         Fixed dialog handling for empty log message
12618 2005-12-13  Johannes Schmid <jhs@gnome.org>
12620         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12621         
12622         * plugins/project-manager/* Removed ununsed files
12623         
12624         * plugins/symbol-browser/an_symbol_iter.c
12625         plugins/build-basic-autotools/build-basic-autotools.c
12626         plugins/build-basic-autotools/executer.c
12627         plugins/class-gen/class_gen.c
12628         plugins/class-inheritance/class-inherit.c
12629         plugins/cvs-plugin/cvs-actions.c
12630         plugins/cvs-plugin/cvs-interface.c
12631         plugins/debug-manager/attach_process.
12632         plugins/devhelp/plugin.c
12633         plugins/document-manager/plugin.c
12634         plugins/document-manager/indent_util.c
12635         plugins/editor/properties.cxx
12636         plugins/editor/aneditor.cxx
12637         plugins/editor/style-editor.c
12638         plugins/editor/text_editor.c
12639         plugins/macro/macro_db.c
12640         tagmanager/c.c:
12641         
12642         Use DEBUG_PRINT for debug messages
12644         libanjuta/anjuta-debug.h: Include config.h
12645         
12646         HACKING: Updated (BTW: does anyone read this?)
12647         
12648 2005-12-12  Johannes Schmid <jhs@gnome.org>
12650         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12651         * plugins/gdb/debugger.c
12652         
12653         Fix a crasher in gdb plugin
12654         
12655         * plugins/gtodo/plugin.c
12656         plugins/search/plugin.c
12657         
12658         Fixed bug #305301
12659         
12660         * plugins/document-manager/anjuta-docman.c:
12661         
12662         Fixed error markers 
12663         
12664         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12665         
12666         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12667         
12668         * plugins/document-manager/anjuta-docman.c:
12669         highlight changed files in docman popup-menu
12670         * plugins/gdb/debug-tree.c:
12671         plugins/gdb/debugger.c
12672         Do not corupt entire "locals" tree when variable pointer have
12673         additional info and arrays/strucs/unions correctly.
12674         
12676 2005-12-11  Johannes Schmid <jhs@gnome.org>
12678         * plugins/document-manager/anjuta-docman.c
12679         plugins/document-manager/plugin.c
12680         plugins/editor/text_editor.c:
12681         
12682         AUTHORS: Added Johan Ersvik
12684         Fixed "is-dirty" bug and tab ordering
12686 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12687         
12688         * plugins/editor/aneditor-autocomplete.cxx
12689         plugins/editor/aneditor-calltip.cxx
12690         plugins/editor/aneditor-priv.h
12691         plugins/symbol-browser/an_symbol.c
12692         plugins/symbol-browser/an_symbol_view.c
12693         tagmanager/entry.h
12694         tagmanager/tm_symbol.c
12695         tagmanager/tm_tag.c
12696         tagmanager/include/tm_symbol.h
12697         tagmanager/include/tm_tag.h
12698         tagmanager/c.c
12700         Better pointer recognition in tagmanager and symbol browser
12702 2005-12-11  Johannes Schmid <jhs@gnome.org>
12704         * plugins/search/*: New search plugin derived from search code in old editor
12705         plugin.
12706         
12707         * plugins/document-manager/*: new document-manger which is now seperated from
12708         editor to allow implementation of other editor widgets. Code is mostly derived
12709         from old editor plugin
12711         * plugins/print/* new print plugin which is not fully implemented in the
12712         moment
12714         * plugins/editor/text_editor.c: Added lots of interface code
12715         
12716         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12717         IAnjutaEditorFactory and extended IAnjutaEditor
12718         
12719         * configure.in, plugins/Makefile.am updated build system for new
12720         plugins
12722         This is a huge commit which might still contain some bugs and also has
12723         some fixmes. Things that are not working are the search toolbar because it
12724         does not use the same backend as any other searching function and printing
12725         (easy to fix) because it did not yet implement IAnjutaPrintable.
12727 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12729         * plugins/project-wizard/property.c:
12730         Use newer GtkFileChooser instead of GtkFileSelection with
12731         GnomeFileEntry to avoid a bug
12733         * plugins/project-wizard/install.c:
12734         Avoid an endless loop if project directory is not writable
12735         
12736         * plugins/project-wizard/druid.c:
12737         Allow creating project in empty directory without a
12738         warning
12740 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12741         
12742         Patch from Massimo Cora <maxcvs@email.it>
12743         * plugins/class-inheritence/class-inherit.c
12744         plugins/class-inheritence/plugin.c
12745         plugins/class-inheritence/plugin.h
12746         configure.in
12747         
12748         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12749         no longer supported!
12751 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12752         
12753         Patch from Johan Ersvik <jersvik@fastmail.fm>
12754         * plugins/message-view/message-view.c
12755         plugins/build-basic-autotools/build-basic-autotools.c
12756         plugins/build-basic-autotools/automake-c.filters
12758         This patch correct regex-filters for newer automake
12759         versions
12761 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12763        * plugins/tools/execute.c:
12764        Detect variables inside a word
12766 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12768         * libanjuta/anjuta-status.[ch],
12769         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12770         plugins/editor/anjuta-docman.c :
12771         New anjuta-status procedure.
12773 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12775         *Modified Files:
12776         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12777         plugins/editor/Makefile.am
12778         plugins/editor/anjuta-document-manager.glade
12779         plugins/editor/plugin.c plugins/editor/plugin.h
12780         plugins/editor/text_editor.c plugins/editor/text_editor.h
12781         *Added Files:
12782         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12783         plugins/editor/indent-util.c plugins/editor/indent-util.h
12784         plugins/editor/indent_test.c :
12785         Set and Preview indent preferences parameters.
12786         Saved indent user parameters.
12788 2005-10-27  Naba Kumar  <naba@gnome.org>
12790         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12791         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12792         theme color for saved documents.
12793         
12794 2005-10-26  Naba Kumar  <naba@gnome.org>
12796         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12797         list. Fixed bug #316731.
12798         
12799 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12801         * tagmanager/tm_symbol.c: Fixed bug #315218
12803 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12805         * plugins/build/build_file.c
12806           plugins/build-basic-autotools/build-basic-autotools.c
12807           plugins/tools/execute.c
12808           plugins/build/compile.c
12809           plugins/build/configurer.c
12810           plugins/debug-manager/plugin.c
12811           plugins/editor/plugin.c
12812           plugins/editor/print.c
12813           plugins/editor/text_editor.c
12814           plugins/file-loader/plugin.c
12815           plugins/file-manager/an_file_view.c
12816           plugins/symbol-browser/an_symbol_view.c
12817           plugins/gdb/debugger.c
12818           plugins/gdb/plugin.c
12819           plugins/glade/plugin.c
12820           plugins/macro/macro-actions.c
12821           plugins/macro/plugin.c
12822           plugins/profile-default/plugin.c
12823           plugins/project-manager/plugin.c
12824           plugins/project-manager/project_import.c
12825           plugins/symbol-browser/plugin.c
12826           plugins/tools/execute.c
12827           src/anjuta.c
12828           src/anjuta-actions.h
12829           src/shell.c:
12830           Correct spacing errors before and after "...".
12832 2005-10-20  Naba Kumar  <naba@gnome.org>
12834         * plugins/gdb/debugger.c: Fixed attach/detach process to
12835         updated UI properly.
12836         
12837 2005-10-18  Naba Kumar  <naba@gnome.org>
12839         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12840         #171314 too).
12841         
12842 2005-10-13  Naba Kumar  <naba@gnome.org>
12843         
12844         * plugins/project-mkfile-import/*: Removed separate import wizard for
12845         makefile based projects (because single widzard handles all wizards).
12847         * plugins/project-import/project-import.c: Made wizard window
12848         transient to main window.
12850         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12851         
12852         * AUTHORS: Added Eric's name in contributors list.
12853         
12854         * configure.in, plugins/Makefile.am,
12855         plugins/project-import/Makefile.am,
12856         plugins/project-import/anjuta-project-import.glade,
12857         plugins/project-import/project-import.c,
12858         plugins/project-import/project-import.h: Import wizard now detects
12859         both makefile and automake projects together instead of separate wizard.
12860         
12861         * plugins/project-wizard/templates/java/project.anjuta,
12862         plugins/project-wizard/templates/mkfile/project.anjuta,
12863         plugins/project-wizard/templates/python/project.anjuta,
12864         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12865         name to make it appropriate.
12867 2005-10-11  Naba Kumar  <naba@gnome.org>
12869         * configure.in: Fixed glade3 version requirement.
12871 2005-09-29  Alexander Shopov  <ash@contact.bg>
12873         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12875 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12877         * plugins/subversion/svn_auth.c
12878         plugins/subversion/anjuta_subversion.glade:
12879         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12881 2005-09-22  Naba Kumar  <naba@gnome.org>
12883         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12885         * configure.in,  plugins/Makefile.am
12886         plugins/project-manager/anjuta-project-manager.plugin.in,
12887         plugins/project-manager/plugin.c,
12888         (added) plugins/project-mkfile-import/.cvsignore,
12889         (added) plugins/project-mkfile-import/Makefile.am,
12890         (added) plugins/project-mkfile-import/
12891             anjuta-project-mkfile-import-plugin.png,
12892         (added) plugins/project-mkfile-import/
12893             anjuta-project-mkfile-import.glade,
12894         (added) plugins/project-mkfile-import/
12895             anjuta-project-mkfile-import.plugin.in,
12896         (added) plugins/project-mkfile-import/plugin.c,
12897         (added) plugins/project-mkfile-import/plugin.h,
12898         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12899         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12900         plugins/project-wizard/templates/Makefile.am,
12901         (added) plugins/project-wizard/templates/mkfile-logo.png,
12902         (added) plugins/project-wizard/templates/mkfile.wiz,
12903         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12904         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12905         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12906         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12907         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12908         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12909         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12910         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12911         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12912         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12913         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12914         Added makefile based project import wizard and wizard template.
12916 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12918         * libanjuta/anjuta-launcher.c: Reduced false password detections
12920 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12922         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12923         messages correctly.a
12925 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12926         
12927         * scintilla/Makefile.am: Changed scintilla library to noinst
12928         * pixmaps/Makefile.am: Install password.png
12929         * libanjuta/anjuta-launcher.c: Changed password detection
12930         to be able to access GNOME CVS with ssh.
12931         
12932 2005-08-31  Naba Kumar  <naba@gnome.org>
12934         * plugins/glade/plugin.c: Set transient window for the widget
12935         dialogs.
12936         
12937 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12939         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12941 2005-08-10  Naba Kumar  <naba@gnome.org>
12943         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12944         as shortcut key for execute.
12946         * src/about.c: Clean up.
12947         
12948         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12949         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12950         entry boxes.
12951         
12952 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12954         * plugins/editor/search-replace_backend.c :
12955         Fixed search in File Patterns.
12957 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12959         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12960         
12961 2005-08-04  Naba Kumar  <naba@gnome.org>
12963         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12964         for pango-1.8 rendering bug.
12965         
12966 2005-08-03  Naba Kumar  <naba@gnome.org>
12968         * plugins/glade/plugin.c: Proper names for plugin widgets.
12969         
12970         * plugins/subversion/anjuta-subversion.glade,
12971         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12972         string allocations. Use passed default values when available.
12973         Set proper focus and dialog default response. Destroy dialog after use.
12974         Return error when appropriate.
12976 2005-08-02  Naba Kumar  <naba@gnome.org>
12978         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12979         for pango-1.8 rendering bug.
12980         
12981 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12983         * scintilla/Makefile.am: Fixed a make -j x bug
12984         
12985 2005-08-02  Johannes Schmid <jhs@gnome.org>
12986         
12987         * plugins/subversion/svn-auth.c: Added username/password 
12988         auto function.
12990 2005-08-01  Naba Kumar  <naba@gnome.org>
12992         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12993         checks for character width calculations.
12994         
12995 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12997         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12999 2005-07-31  Naba Kumar  <naba@gnome.org>
13001         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
13002         messup with pango 1.8. Fixed bug #311846.
13004 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13006         * plugins/gdb/memory.c : Fixed bug 305082.
13007         
13008         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13009         plugins/project-wizard/templates/gcj.wiz,
13010         plugins/project-wizard/templates/gnome.wiz,
13011         plugins/project-wizard/templates/gtk.wiz,
13012         plugins/project-wizard/templates/java.wiz,
13013         plugins/project-wizard/templates/python.wiz,
13014         plugins/project-wizard/templates/wxwin.wiz,
13015         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
13017 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
13019         * plugins/tools/execute.c:
13020         Correct a crash if editor is closed while a tool still use it.
13022 2005-07-28  Naba Kumar  <naba@gnome.org>
13024         * scintilla/*: Updated scintilla from their latest CVS.
13026 2005-07-27  Naba Kumar  <naba@gnome.org>
13028         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
13029         plugins/build-basic-autotools/build-basic-autotools.c,
13030         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
13031         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
13032         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
13033         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
13034         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
13035         plugins/message-view/plugin.c, plugins/patch/plugin.c,
13036         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
13037         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13038         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
13039         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
13040         argument to anjuta_ui_add_action_group_entries() and
13041         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
13042         Fixed all plugins to pass translation domain. This fixes untranslated
13043         UI bugs. 
13045 2005-07-27  Naba Kumar  <naba@gnome.org>
13047         * plugins/class-inheritance/class-callbacks.c,
13048         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
13049         proper system colors.
13051 2005-07-26  Naba Kumar  <naba@gnome.org>
13053         * ROADMAP: Updated and added more tasks.
13055 2005-07-25  Naba Kumar  <naba@gnome.org>
13057         * ROADMAP: Updated and added more tasks.
13058         
13059 2005-07-24  Naba Kumar  <naba@gnome.org>
13061         * HACKING: Fixed format.
13063 2005-07-24  Naba Kumar  <naba@gnome.org>
13065         * ROADMAP: Fixed format.
13066         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
13068 2005-07-24  Naba Kumar  <naba@gnome.org>
13070         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
13071         * data/properties/cpp.properties: Added *.c++ as file extension for c++
13073 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
13075         * plugins/tools/dialog.c, plugins/tools/dialog.h:
13076         Correct wrong sensitivity setting
13077         
13078         * plugins/tools/tool.c: Correct a crash when removing overridden tool
13079         
13080         * plugins/tools/variable.c:     Add variables for project manager
13082 2005-07-23  Naba Kumar  <naba@gnome.org>
13084         * ROADMAP: updated.
13086 2005-07-23 Naba Kumar  <naba@gnome.org>
13088         * plugins/subversion/Makefile.am,
13089         plugins/subversion/svn-auth.c,
13090         plugins/subversion/svn-auth.h: Added subversion authentication code
13091         stubs.
13092         
13093         * plugins/subversion/subversion-callbacks.c,
13094         plugins/subversion/subversion-callbacks.h,
13095         plugins/subversion/svn-backend-priv.h,
13096         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13097         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13098         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13099         Added file mode line.
13101 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13103         * configure.in: Added 'gl' to ALL_LINGUAS.
13105 2005-07-21 Naba Kumar  <naba@gnome.org>
13107         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13108         the active sources and kill the running process without emitting
13109         signals (which could be fatal because the object is being destroyed).
13110         Incidentally, fixed the crash that happens when stopping an active
13111         debugger session. Disabled debug prints and code clean up.
13112         Fixed bug #305587.
13113         
13114         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13115         message view object, because that prevents many unprocessed outputs
13116         from the cvs command from being appended in view. Does not set NULL
13117         to mesg_view private member (not required) so that any pending outputs
13118         to view is processed.Fixed bug #172666.
13120         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13121         type in supported list.
13122         
13123 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13125         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13126           grammar/spelling fixes.
13128 2005-07-17 Naba Kumar  <naba@gnome.org>
13130         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13131         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13132         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13133         plugins/project-wizard/templates/anjuta-plugin.wiz,
13134         plugins/project-wizard/templates/gcj.wiz,
13135         plugins/project-wizard/templates/gnome.wiz,
13136         plugins/project-wizard/templates/gtk.wiz,
13137         plugins/project-wizard/templates/gtkmm.wiz,
13138         plugins/project-wizard/templates/java.wiz,
13139         plugins/project-wizard/templates/python.wiz,
13140         plugins/project-wizard/templates/terminal.wiz,
13141         plugins/project-wizard/templates/terminal/Makefile.am,
13142         plugins/project-wizard/templates/terminal/po/Makefile.am,
13143         plugins/project-wizard/templates/terminal/src/Makefile.am,
13144         plugins/project-wizard/templates/wxwin.wiz,
13145         plugins/project-wizard/templates/xlib-dock.wiz,
13146         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13147         wizards and updated .wiz files to install them in newly created
13148         projects.
13150 2005-07-16 Naba Kumar  <naba@gnome.org>
13152         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13153         
13154         * plugins/file-manager/an_file_view.c,
13155         plugins/file-manager/plugin.c: Added file manager preferences to
13156         show/hide files ignored by version control (e.g. cvsignore).
13157         
13158         * plugins/editor/text_editor.c: Initialize vfs info struct.
13159         
13160         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13161         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13162         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13163         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13164         omf-install/.cvsignore, pixmaps/.cvsignore,
13165         plugins/file-manager/anjuta-file-manager-plugin.glade,
13166         scintilla/.cvsignore, scintilla/include/.cvsignore,
13167         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13168         tagmanager/python.c: Updated.
13170 2005-07-16 Naba Kumar  <naba@gnome.org>
13172         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13173         Fixed python parser to parser class methods.
13175 2005-07-15 Naba Kumar  <naba@gnome.org>
13177         * plugins/project-wizard/property.c: Used parenthesis to remove
13178         ambiguty.
13179         
13180         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13181         plugins/project-wizard/templates/gcj.wiz,
13182         plugins/project-wizard/templates/gnome.wiz,
13183         plugins/project-wizard/templates/gtk.wiz,
13184         plugins/project-wizard/templates/gtkmm.wiz,
13185         plugins/project-wizard/templates/java.wiz,
13186         plugins/project-wizard/templates/python.wiz,
13187         plugins/project-wizard/templates/terminal.wiz,
13188         plugins/project-wizard/templates/wxwin.wiz,
13189         plugins/project-wizard/templates/xlib-dock.wiz,
13190         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
13191         and names.
13193 2005-07-15 Naba Kumar  <naba@gnome.org>
13195         * plugins/project-wizard/templates/java.wiz,
13196         plugins/project-wizard/templates/java/Makefile.am,
13197         plugins/project-wizard/templates/java/project.anjuta,
13198         plugins/project-wizard/templates/python.wiz,
13199         plugins/project-wizard/templates/python/Makefile.am,
13200         plugins/project-wizard/templates/python/project.anjuta: Use different
13201         project files for java and python module where debugger is not
13202         included in the list of plugins.
13204 2005-07-15 Naba Kumar  <naba@gnome.org>
13206         * configure.in, plugins/project-wizard/templates/Makefile.am,
13207         plugins/project-wizard/templates/gcj-logo.png,
13208         plugins/project-wizard/templates/gcj.wiz,
13209         plugins/project-wizard/templates/gcj/.cvsignore,
13210         plugins/project-wizard/templates/gcj/Makefile.am,
13211         plugins/project-wizard/templates/gcj/configure.in.tpl,
13212         plugins/project-wizard/templates/gcj/src/.cvsignore,
13213         plugins/project-wizard/templates/gcj/src/Makefile.am,
13214         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
13215         plugins/project-wizard/templates/java-logo.png,
13216         plugins/project-wizard/templates/java.wiz,
13217         plugins/project-wizard/templates/java/configure.in.tpl,
13218         plugins/project-wizard/templates/java/po/Makefile.am,
13219         plugins/project-wizard/templates/java/po/POTFILES.in,
13220         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
13221         plugins/project-wizard/templates/java/src/main.java,
13222         plugins/project-wizard/templates/python-logo.png,
13223         plugins/project-wizard/templates/python.wiz,
13224         plugins/project-wizard/templates/python/.cvsignore,
13225         plugins/project-wizard/templates/python/Makefile.am,
13226         plugins/project-wizard/templates/python/configure.in.tpl,
13227         plugins/project-wizard/templates/python/po/.cvsignore,
13228         plugins/project-wizard/templates/python/po/Makefile.am,
13229         plugins/project-wizard/templates/python/po/POTFILES.in,
13230         plugins/project-wizard/templates/python/src/.cvsignore,
13231         plugins/project-wizard/templates/python/src/Makefile.am,
13232         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
13233         plugins/project-wizard/templates/python/src/main.py: Added Generic
13234         gcj and python project wizards. Fixed Generic java project to
13235         use _JAVA primary. Update gnome-build from cvs for them to work
13236         correctly.
13238 2005-07-12 Naba Kumar  <naba@gnome.org>
13240         * plugins/project-manager/plugin.c: Automatically determine
13241         project backend by probing.
13242         
13243 2005-07-04 Naba Kumar  <naba@gnome.org>
13245         * Makefile.am: Do not install old anjuta.glade file which conflicts
13246         with newer src/anjuta.glade.
13248 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
13250         * plugins/an_symbol_prefs.c:
13251         Sort list of available symbol files
13253 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
13255         * plugins/build-basic-autotools.c:
13256         Fixed #307810
13257         
13258         * plugins/gtodo/libgtodo.c:
13259         Possible fix for #307800
13261         * libanjuta/anjuta-encodings.c
13262         libanjuta/anjuta-launcher.c
13263         libanjuta/anjuta-preference-dialog.c
13264         libanjuta/anjuta-preferences.c
13265         libanjuta/anjuta-ui.c
13266         libanjuta/anjuta-util.c
13267         libanjuta/cell-renderer-captioned-image.c
13268         libanjuta/plugin.c:
13269         
13270         Patch from de_lupus@pandora.be (Kristof Vansant):
13271         Replaced deprecated gnome-i18n.h
13272         Closed #309153
13274 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
13275         
13276         * plugins/subversion/anjuta-subversion.glade
13277         plugins/subversion/anjuta-subversion.ui
13278         plugins/subversion/plugin.c
13279         plugins/subversion/subversion-actions.c
13280         plugins/subversion/subversion-callbacks.h
13281         plugins/subversion/subversion-callbacks.c
13282         plugins/subversion/svn-backend-priv.h
13283         plugins/subversion/svn-backend.h
13284         plugins/subversion/svn-backend.c
13285         plugins/subversion/svn-thread.h
13286         plugins/subversion/svn-thread.c:
13287         
13288         Implemented Subversion diff
13289         
13290 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
13291         
13292         * plugins/build-basic-autotools/build-basic-autotools.c:
13293         Fixed crash bug! Might be useful to release 2.0.2 soon
13294         because this bug will crash any build which produces errors
13295         or warnings
13297 === Anjuta 2.0.1 ===
13299 2005-06-27 Naba Kumar  <naba@gnome.org>
13301         * plugins/tools/execute.c: Formated code.
13302         
13303 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
13305         * plugins/build-basic-autotools/build-basic-autotools.c:
13306         Remove two memory leaks
13307         Check command output versus untranslated strings too
13309         * plugins/tools/execute.c:
13310         Remove two memory leaks
13311         Check command output versus untranslated strings too
13312         Remove description message
13314         * plugins/tools/fileop.c:
13315         Escape tool name in xml configuration file
13317 2005-05-26 Naba Kumar  <naba@gnome.org>
13319         * configure.in: Bumped version to 2.0.1
13320         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
13322         * plugins/tools/execute.c: Fixed clickable messages.
13323         * NEWS: Updated.
13325         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
13326         Deactivate glade plugin when last glade project is closed. Reorder
13327         glade widgets in layout. Change glade project when user selects a
13328         new project. Removed project from the list when user closes it. Fixed
13329         glade project file loading from URI. Save and restored loaded glade
13330         projects in/from session.
13332         * plugins/class-gen/action-callbacks.c,
13333         plugins/class-gen/anjuta-class-gen-plugin.glade,
13334         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
13335         plugins/file-wizard/anjuta-file-wizard.glade,
13336         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
13337         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
13338         "Add to project" correctly. Use the source file path returned after
13339         adding to project. Fixed memory leaks. Deactivate wizard plugins
13340         after use.
13341         
13342         * plugins/project-manager/plugin.c,
13343         plugins/project-wizard/anjuta-project-wizard.glade,
13344         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
13345         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
13346         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
13347         project-wizard preference page to anjuta app, because they are
13348         more appropriated as general preferences. Renamed username and
13349         useremail properties keys.
13350         
13351         * po/POTFILES.in: Updated.
13353         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
13354         saved at closing.
13355         
13356         * plugins/file-loader/plugin.c: Do not use static variable to store
13357         created submenu in factory. Fixed crash in anjuta exit.
13358         
13359 2005-05-24 Naba Kumar  <naba@gnome.org>
13361         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13362         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13363         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13364         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13365         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13366         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13367         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13368         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13369         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13370         
13371         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
13372         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13373         plugins/build-basic-autotools/build-basic-autotools.c,
13374         plugins/build-basic-autotools/build-basic-autotools.h,
13375         plugins/build-basic-autotools/executer.c,
13376         plugins/build-basic-autotools/executer.h,
13377         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
13378         plugins/tools/variable.c: Added an extra argument to
13379         anuta_util_dialog_input() to pass default value. Save/load project
13380         configure and execution parameters in/from session.
13382         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
13383         symbol browser is loaded.
13384         
13385         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
13386         freeze/thaw.
13388         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
13389         deactivate would not start shell.
13391 2005-05-24 Naba Kumar  <naba@gnome.org>
13393         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
13394         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
13395         libegg/egg-submenu-action.c, libegg/test-actions.c,
13396         plugins/build-basic-autotools/build-basic-autotools.c,
13397         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
13398         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
13399         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
13400         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
13401         plugins/macro/plugin.c, plugins/message-view/plugin.c,
13402         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
13403         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
13404         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
13405         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13406         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
13408 2005-05-24 Naba Kumar  <naba@gnome.org>
13410         * data/properties/styles.properties: Fixed defalt font.
13412         * plugins/editor/search-replace.c,
13413         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
13414         project openness wihtout activating project-manager plugin (i.e.
13415         using anjuta_shell_get()).
13416         
13417         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
13418         - Completed add_source(), add_group() and add_target() methods of
13419         IAnjutaProjectManager.
13420         - Change their definition to return the added element (or NULL).
13421         - Used interface API for project main menus and 'add to project'
13422         from file-manager context menu.
13423         - Select proper default target/group when prompting for adding
13424         source/target/group.
13425         - Do not expand all nodes in selection tree when default selection
13426         are given (eases navigation in big projects).
13427         - Code clean ups.
13428         - Marked strings for translation.
13430 2005-05-23 Naba Kumar  <naba@gnome.org>
13432         * src/anjuta-app.c: Save menu accelerators on change.
13433         * NEWS: Updated.
13434         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
13435         save-as dialog (leading to crash later).
13437 2005-05-22 Naba Kumar  <naba@gnome.org>
13439         * NEWS: Updated.
13440         * AUTHORS: Added developers for other projects. Updated.
13441         * TODO.tasks: Updated.
13442         * ChangeLog: Added past changelogs from anjuta-0.1.5.
13443         
13444 2005-05-22 Naba Kumar  <naba@gnome.org>
13446         * plugins/tools/execute.c: Make parsable lines distinct by adding
13447         a "Click me" description in the message. Allow tools to open arbibrary
13448         file in editory using gdb-styled annotation (The line starts with two
13449         \032 characters followed by the file:line).
13450         
13451         * plugins/tools/scripts/prepare-changelog.pl,
13452         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
13453         ChangeLog file itself and open it.
13455 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
13457         * plugins/tools/execute.c:
13458         Parse output in message pane
13459         Correct a crash on plugin deactivation
13461         * plugins/tools/fileop.c,
13462         plugins/tools/tool.c,
13463         plugins/tools/tool.h:
13464         Load only valid tools
13466 2005-06-21  Naba Kumar  <naba@gnome.org>
13468         * anjuta.spec.in: Fixed devel package requirement.
13470         * plugins/message-view/message-view.c: Scroll message on next/previous.
13472         * TODO.tasks: Updated.
13474         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13475         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13476         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13477         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13478         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13479         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13480         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13481         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13483         * libanjuta/anjuta-preferences.c,
13484         plugins/build-basic-autotools/build-basic-autotools.c,
13485         plugins/build-basic-autotools/executer.c,
13486         plugins/class-gen/action-callbacks.c,
13487         plugins/class-gen/action-callbacks.h,
13488         plugins/class-gen/class_gen.c,
13489         plugins/cvs-plugin/cvs-interface.c,
13490         plugins/debug-manager/attach_process.c,
13491         plugins/debug-manager/plugin.c,
13492         plugins/debug-manager/utilities.c,
13493         plugins/debug-manager/utilities.h,
13494         plugins/editor/aneditor-autocomplete.cxx,
13495         plugins/editor/aneditor.cxx,
13496         plugins/editor/search-replace.c,
13497         plugins/editor/search-replace_backend.c,
13498         plugins/gdb/breakpoints.c,
13499         plugins/gdb/registers.c,
13500         plugins/patch/plugin.c,
13501         plugins/project-wizard/druid.c,
13502         plugins/project-wizard/install.c,
13503         plugins/subversion/plugin.c,
13504         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13505         codes.
13507         * plugins/class-gen/action-callbacks.c,
13508         plugins/project-wizard/parser.c,
13509         plugins/project-wizard/property.c,
13510         plugins/project-wizard/values.c,
13511         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13513         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13514         alphabetically
13516 2005-06-20  Naba Kumar  <naba@gnome.org>
13518         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13519         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13520         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13521         
13522         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13523         exit idle function.
13524         
13525         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13526         Fixed possible memory corruption.
13528         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13529         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13530         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13531         progress bar increment and added progress status for symbol refresh
13532         and project loading.
13533         
13534         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13535         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13536         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13537         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13538         bar.
13540         * TODO.tasks: Updated.
13542 2005-06-19  Naba Kumar  <naba@gnome.org>
13544         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13545         Fixed warning.
13546         
13547         * plugins/project-import/project-import.c: Deactivate plugin when done.
13548         
13549 2005-06-18  Naba Kumar  <naba@gnome.org>
13551         * plugins/profile-default/plugin.c: Fixed error when loading another
13552         project while a project is still loaded.
13553         
13554         * plugins/project-manager/plugin.c: Used (newly added) group-activated
13555         signal from gnome-build to popup group properties.
13556         
13557         * src/anjuta.c: Load default session by default.
13559         * po/POTFILES.in: Added missing files.
13560         
13561         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13562         activate plugin on load (activate it separately). Connect to activate
13563         and deactivate signals for housekeeping, so that if plugins are
13564         activated or deactivate externally, they are properly recorded.
13565         
13566         * plugins/profile-default/plugin.c: Save profile before a project
13567         is loaded so that it could be restored when project is closed.
13568         
13569         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13571 2005-06-17  Naba Kumar  <naba@gnome.org>
13573         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13574         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13575         for project. The plugins loaded for the project is restored when project
13576         is loaded next time.
13577         
13578         * TODO.tasks: Updated.
13579         
13580 2005-06-15  Naba Kumar  <naba@gnome.org>
13582         * plugins/tools/scripts/find-fixmes.pl,
13583         (new) plugins/tools/scripts/translation-status.pl,
13584         plugins/tools/scripts/tools-2.xml.in,
13585         plugins/tools/scripts/Makefile.am,
13586         plugins/tools/scripts/prepare-changelog.pl: Added translation
13587         status script. Completed find-fixmes.pl script. Fixed bugs.
13589         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13590         tool path.
13592 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13594         * plugins/message-view/anjuta-message-manager-plugin.glade :
13595         renamed "messages.tag.position" to "messages.tab.position".
13596         plugins/message-view/anjuta-msgman.c : 
13597         Messages tab position prefrences.
13598         
13599 2005-06-14  Naba Kumar  <naba@gnome.org>
13601         * (new) plugins/tools/scripts/find-fixmes.pl,
13602         (new) plugins/tools/scripts/tools-2.xml.in,
13603         (new) plugins/tools/scripts/Makefile.am,
13604         (new) plugins/tools/scripts/prepare-changelog.pl,
13605         plugins/tools/plugin.h, plugins/tools/fileop.c,
13606         plugins/tools/Makefile.am, configure.in: Added system tools.
13608 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13610         * plugins/tools/editor.c:
13611         Take care of creating .anjuta directory if missing
13613 2005-06-10  Naba Kumar  <naba@gnome.org>
13615         * configure.in: Increased gnome-build required to version 0.1.2.
13616         
13617         * plugins/project-manager/plugin.c: Fixed target/group removal.
13618         Fixed memory leaks.
13619         
13620 2005-06-10  Naba Kumar  <naba@gnome.org>
13622         * plugins/project-manager/plugin.c: Implemented target/group
13623         configuration (update gnome-build module from cvs).
13624         
13625 2005-06-07  Naba Kumar  <naba@gnome.org>
13627         Patch from: Massimo Cora'  <maxcvs@email.it>:
13628         * plugins/class-inheritance/Makefile.am,
13629         plugins/class-inheritance/class-inherit.c,
13630         plugins/class-inheritance/class-inherit.h,
13631         plugins/class-inheritance/plugin.c,
13632         plugins/class-inheritance/plugin.h,
13633         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13634         expanded view of classes in hierarchy canvas (collapsable again).
13635         
13636 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13638         * scintilla/patches/scintilla-64-bit.diff (added)
13639         * plugins/patch/patch-plugin.c:
13640         Conditional build for GTK 2.4 and GTK 2.6
13642 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13644         * plugins/tools/anjuta-tools.glade,
13645         plugins/tools/editor.c,
13646         plugins/tools/plugin.h,
13647         plugins/tools/fileop.c:
13648         Add a check box to edit an user script
13649         Correct a few memory leak
13651         * plugins/tools/execute.c,
13652         plugins/tools/tool.c,
13653         plugins/tools/tool.h:
13654         Move utility remove_mnemonic function in tool.c
13655         Small fix
13657 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13659         Patch from sbrabec@suse.cz:
13660         * configure.in
13661         scintilla/include/Scintilla.h:
13662         
13663         Fix 64-Bit warnings in gcc 4
13665 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13666         
13667         * plugins/patch/patch_plugin.c
13668         plugins/patch/patch.h
13669         plugin/patch/patch-plugin.glade
13670         plugin/patch/Makefile.am:
13671         
13672         Changed patch plugin to use libglade and new gtk 2.6 widgets
13674 2005-05-31  Naba Kumar  <naba@gnome.org>
13676         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13677         * plugins/editor/text_editor.c: Don't show error
13678         for empty files.
13679         
13680 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13681         
13682         * plugins/message-view/anjuta-message-manager.ui,
13683         plugins/message-view/anjuta-msgman.c,
13684         plugins/message-view/anjuta-msgman.h,
13685         plugins/message-view/message-view.c,
13686         plugins/message-view/message-view.h,
13687         plugins/message-view/plugin.c:
13688         Add a popup menu in messages panes
13689         Move save message pane option in it
13691 2005-05-28  Naba Kumar  <naba@gnome.org>
13693         * data/properties/styles.properties: Fixed default font
13694         names and sizes.
13696         * plugins/editor/style-editor.c: cleanup.
13697         
13698 2005-05-25  Naba Kumar  <naba@gnome.org>
13700         * plugin/gdb/plugin.c: Start gdb even if the program does
13701         not exists. Fixes bug #305074
13702         
13703 2005-05-24  Naba Kumar  <naba@gnome.org>
13705         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13706         * configure.in: graphviz pkgconfig path.
13708 2005-05-24  Naba Kumar  <naba@gnome.org>
13710         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13711         * TODO.tasks: Updated.
13712         
13713 2005-05-22  Naba Kumar  <naba@gnome.org>
13715         * anjuta.spec.in: Fixed spec file
13716         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13718 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13719         
13720         * TODO.tasks: Updated.
13722         * plugins/message-view/anjuta-message-manager.ui,
13723         plugins/message-view/message-view.c,
13724         plugins/message-view/message-view.h,
13725         plugins/message-view/plugin.c:
13726         Add shortcut for next and previous message
13727         Add a save message menu item
13728         Fix a bug in previous message
13730 2005-05-21  Naba Kumar  <naba@gnome.org>
13732         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13733         doc/Makefile.am, global-tags/create_global_tags.sh,
13734         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13735         and rpm package creation. Fixed installation paths.
13736         
13737         * plugins/editor/anjuta-document-manager.glade,
13738         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13739         and indent options.
13740         
13741         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13743 2005-05-21  Naba Kumar  <naba@gnome.org>
13745         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13746         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13747         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13748         tagmanager/Makefile.am: Fixed paths configure variables to take
13749         automake configure variables instead of hardcoding.
13751         * global-tags/tm_global_tags.c: Formated code.
13753         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13754         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13755         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13756         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13757         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13758         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13759         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13760         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13761         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13763 2005-05-20  Naba Kumar  <naba@gnome.org>
13765         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13766         and fixed rpm spec file (more testing required).
13767         
13768         * data/gdb.init: Don't set gdb prompt.
13769         
13770         * mime/Makefile.am: run update-mime-data only on system-wide install.
13771         
13772         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13774 2005-05-19  Naba Kumar  <naba@gnome.org>
13776         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13777         while it's not visible.
13779         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13780         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13781         
13782 2005-05-19  Naba Kumar <naba@gnome.org>
13784         * configure.in: Fixed subversion checks. Added
13785         --disable-plugin-subversion and --disable-plugin-glade
13786         configure flags to manually turn off their plugin builds.
13788         * plugins/editor/plugin.c: Save and restore current editor line
13789         positions in session.
13791 2005-05-18  Naba Kumar  <naba@gnome.org>
13793         * AUTHORS: Fixed email address.
13794         
13795         * libanjuta/anjuta-utils.c,
13796         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13797         when the projectmanager toplevel is not a window. Check for valid
13798         gtkwindow type before using the passed window as parent for anjuta
13799         dialogs.
13801 2005-05-17  Naba Kumar  <naba@gnome.org>
13803         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13804         
13805         * plugins/cvs-plugin/Makefile.am,
13806         plugins/devhelp/plugin.c,
13807         plugins/file-loader/Makefile.am,
13808         plugins/macro/Makefile.am,
13809         plugins/message-view/Makefile.am,
13810         plugins/patch/Makefile.am,
13811         plugins/project-manager/Makefile.am,
13812         plugins/subversion/Makefile.am,
13813         plugins/symbol-browser/Makefile.am: Removed -module flags
13814         from libtool flags
13816         * MAINTAINERS: Added file so that I could recieve bugzilla
13817         reports.
13819         * plugins/glade/plugin.c: Fixed compile error.
13821 === Anjuta 2.0.0 ===
13823 2005-05-15  Naba Kumar  <naba@gnome.org>
13825         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13826         version to 2.0.0.
13828         * plugins/symbol-browser/an_symbol_view.c,
13829         plugins/symbol-browser/plugin.c,
13830         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13831         symbols have been updated. Reset file symbols when update
13832         occurs. Fixed memory leaks.
13834         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13835         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13836         
13837 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13839         * plugins/tools/anjuta-tools.glade:
13840         Remove unused parameter dialog
13842         * plugins/tools/dialog.c,
13843         plugins/tools/fileop.c,
13844         plugins/tools/fileop.h,
13845         plugins/tools/tool.c,
13846         plugins/tools/tool.h,
13847         plugins/tools/variable.c:
13848         Add a few comments and cleanups
13850         * plugins/tools/editor.c,
13851         plugins/tools/editor.h:
13852         Remove code from previous plugin and add comments
13853         Use main window as parent (instead of tool list)
13855         * plugins/tools/execute.c,
13856         plugins/tools/execute.h:
13857         Remove code from previous plugin and add comments
13858         Fix warnings
13860 2005-05-14  Naba Kumar  <naba@gnome.org>
13862         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13863         release.
13864         
13865         * configure.in: Fixed
13866         
13867         * plugins/class-inheritance/class-inheritance.png: New icon.
13868         
13869         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13870         screws up when reparented.
13872 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13874         * plugins/editor/search-replace.c,
13875         plugins/editor/search-replace_backend.c
13876         plugins/project-manager/plugin.c : Clear find pane if searching same 
13877         expression. Clean code.
13879 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13881         * configure.in: Added ne in ALL_LINGUAS
13882         
13883 2005-05-13  Naba Kumar  <naba@gnome.org>
13885         * configure.in: Fixed glade-3 version.
13886         
13887         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13888         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13889         plugins/gdb/watch.c: Update locals, watch and frame document on
13890         frame change.
13892 2005-05-12  Naba Kumar  <naba@gnome.org>
13894         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13895         scope autocompletion when the function definition is incomplete.
13896         
13897         * plugins/class-gen/anjuta-class-gen.plugin.in,
13898         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13899         plugins/gdb/plugin.c,
13900         plugins/glade/anjuta-glade.plugin.in,
13901         plugins/project-import/anjuta-project-import.plugin.in,
13902         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13903         titles for the wizards.
13905 2005-05-11  Naba Kumar  <naba@gnome.org>
13907         * configure.in, plugins/debug-manager/Makefile.am,
13908         plugins/debug-manager/plugin.c,
13909         (added) plugins/debug-manager/images/.cvsignore,
13910         (added) plugins/debug-manager/images/Makefile.am,
13911         (added) plugins/debug-manager/images/detach-16.png,
13912         (added) plugins/debug-manager/images/detach.png,
13913         (added) plugins/debug-manager/images/step-into-16.png,
13914         (added) plugins/debug-manager/images/step-into.png,
13915         (added) plugins/debug-manager/images/step-out-16.png,
13916         (added) plugins/debug-manager/images/step-out.png,
13917         (added) plugins/debug-manager/images/step-over-16.png,
13918         (added) plugins/debug-manager/images/step-over.png,
13919         plugins/gdb/Makefile.am,
13920         plugins/gdb/breakpoints.c,
13921         plugins/gdb/plugin.c,
13922         (added) plugins/gdb/images/.cvsignore,
13923         (added) plugins/gdb/images/Makefile.am,
13924         (added) plugins/gdb/images/breakpoint.png,
13925         (added) plugins/gdb/images/locals.png,
13926         (added) plugins/gdb/images/stack.png,
13927         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13928         'remove all'. Added debugger icons.
13930         * plugins/editor/text_editor.c: Fixed file monitor.
13932         Patch from: Massimo Cora'  <maxcvs@email.it>
13933         * plugins/patch/anjuta-patch-plugin.png,
13934         plugins/class-gen/Makefile.am,
13935         plugins/class-gen/action-callbacks.c,
13936         plugins/class-gen/class_gen.c,
13937         plugins/class-gen/class_logo.xpm: Implemented vcs
13938         file addions. New icons by Fabio Zecchini
13940 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13942         * libanjuta/interfaces/libanjuta.idl
13943         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13944         plugins/editor/search-replace_backend.c
13945         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13947 2005-05-11  Naba Kumar  <naba@gnome.org>
13948         
13949         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13950         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13951         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13952         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13953         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13954         memory leaks.
13955         
13956         * plugins/symbol-browser/an_symbol_prefs.c,
13957         plugins/symbol-browser/an_symbol_search.c,
13958         plugins/symbol-browser/an_symbol_view.c,
13959         plugins/symbol-browser/an_symbol_view.h,
13960         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13962 2005-05-11  Naba Kumar  <naba@gnome.org>
13964         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13965         
13966         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13967         progress bar location at create time, instead of hardcoding.
13968         
13969         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13970         Added mini splash screen.
13971         
13972         * plugins/editor/text_editor.c: Do not produce warning when file
13973         monitor could not be created.
13974         
13975         * plugins/profile-default/plugin.c: Save project session on exit.
13976         Show mini splash with progress bar at profile load.
13978 2005-05-10  Naba Kumar  <naba@gnome.org>
13980         * configure.in, manuals/Makefile.am: Fixed compile flags.
13981         Disable outdated manuals builds.
13982         
13983         * global-tags/Makefile.am: Uninstall tags files on
13984         'make uninstall'
13985         
13986         * libegg/Makefile.am: Use configured deprecated flags.
13987         
13988         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13989         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13990         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13991         Updated.
13992         
13993         * mime/Makefile.am: Take DESTDIR into account.
13994         
13995         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13996         
13997         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13998         on scope autocompletion.
13999         
14000         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14001         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
14002         shared libs and static libs paths for debugging. Order them
14003         correctly.
14004         
14005         * po/POTFILES.in: Updated.
14007 2005-05-09  Naba Kumar  <naba@gnome.org>
14009         * libanjuta/interfaces/libanjuta.idl,
14010         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
14011         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
14012         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
14013         Implemented debugger source directory search and emits location changed
14014         signal with absolute path of the file.
14016         * plugins/tools/tool.c: Fixed compile errors.
14017         
14018 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
14020         * plugins/tools/anjuta-tools.glade,
14021         plugins/tools/dialog.h,
14022         plugins/tools/dialog.c,
14023         plugins/tools/plugin.c,
14024         plugins/tools/editor.c:
14025         Improve graphical user interface
14026         Remove old code
14027         Correct an error on close
14028         Some cleanups
14030         * plugins/tools/fileop.c,
14031         plugins/tools/tool.h,
14032         plugins/tools/tool.c:
14033         Change the tool internal structure
14034         Support having tools configuration in several places
14036 2005-05-08  Naba Kumar  <naba@gnome.org>
14038         * plugins/gdb/actions.c,
14039         (removed) plugins/gdb/registers_cbs.c,
14040         (removed) plugins/gdb/registers_cbs.h,
14041         (removed) plugins/gdb/registers_gui.c,
14042         (removed) plugins/gdb/sharedlib_cbs.c,
14043         (removed) plugins/gdb/sharedlib_cbs.h,
14044         (removed) plugins/gdb/sharedlib_gui.c,
14045         (removed) plugins/gdb/signals_cbs.c,
14046         (removed) plugins/gdb/signals_cbs.h,
14047         (removed) plugins/gdb/signals_gui.c: Removed dead files.
14049 2005-05-08  Naba Kumar  <naba@gnome.org>
14051         * plugins/build-basic-autotools/executer.c: Fixed programs
14052         listing dialog.
14053         
14054         * plugins/debug-manager/Makefile.am,
14055         plugins/debug-manager/anjuta-debug-manager.glade,
14056         plugins/debug-manager/plugin.c,
14057         plugins/gdb/Makefile.am: Used libglade for programs listing
14058         dialog.
14059         
14060         * (added) plugins/gdb/pointer.png: Stack pointer image.
14061         
14062         * libanjuta/anjuta-marshal.list,
14063         pixmaps/Makefile.am,
14064         plugins/gdb/actions.c,
14065         plugins/gdb/actions.h,
14066         plugins/gdb/anjuta-gdb-plugin.ui,
14067         plugins/gdb/anjuta-gdb.glade,
14068         plugins/gdb/breakpoints.c,
14069         plugins/gdb/breakpoints.h,
14070         plugins/gdb/debug_tree.c,
14071         plugins/gdb/debug_tree.h,
14072         plugins/gdb/debugger.c,
14073         plugins/gdb/debugger.h,
14074         plugins/gdb/gdbmi-test.c,
14075         plugins/gdb/gdbmi.c,
14076         plugins/gdb/gdbmi.h,
14077         plugins/gdb/info.c,
14078         plugins/gdb/info.h,
14079         plugins/gdb/locals.c,
14080         plugins/gdb/locals.h,
14081         plugins/gdb/memory.c,
14082         plugins/gdb/memory.h,
14083         plugins/gdb/plugin.c,
14084         plugins/gdb/plugin.h,
14085         plugins/gdb/registers.c,
14086         plugins/gdb/registers.h,
14087         plugins/gdb/registers_cbs.c,
14088         plugins/gdb/registers_cbs.h,
14089         plugins/gdb/registers_gui.c,
14090         plugins/gdb/sharedlib.c,
14091         plugins/gdb/sharedlib.h,
14092         plugins/gdb/sharedlib_cbs.c,
14093         plugins/gdb/sharedlib_cbs.h,
14094         plugins/gdb/sharedlib_gui.c,
14095         plugins/gdb/signals.c,
14096         plugins/gdb/signals.h,
14097         plugins/gdb/signals_cbs.c,
14098         plugins/gdb/signals_cbs.h,
14099         plugins/gdb/signals_gui.c,
14100         plugins/gdb/stack_trace.c,
14101         plugins/gdb/stack_trace.h,
14102         plugins/gdb/utilities.c,
14103         plugins/gdb/utilities.h,
14104         plugins/gdb/watch.c,
14105         plugins/gdb/watch.h,
14106         plugins/gdb/watch_cbs.c,
14107         plugins/gdb/watch_cbs.h,
14108         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14109         it for all debugger component updates and listing. Implemented
14110         user custom debugger command window. Fixed all debugger components
14111         to work correctly. Implemented debugger as GObject. Removed
14112         deprecated codes.
14113         
14114 2005-05-06  Naba Kumar  <naba@gnome.org>
14115         
14116         * TODO.tasks: Updated.
14117         
14118         * plugins/build-basic-autotools/Makefile.am,
14119         plugins/file-loader/Makefile.am,
14120         plugins/profile-default/Makefile.am,
14121         plugins/sample1/Makefile.am,
14122         plugins/symbol-browser/images/Makefile.am,
14123         src/Makefile.am: Fixed 'make distcheck' errors.
14125         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14126         updates.
14128         * tagmanager/tm_workspace.c: Include prototypes in getting
14129         scope members.
14131 2005-05-06  Naba Kumar  <naba@gnome.org>
14133         * TODO.tasks: Updated.
14134         
14135         * configure.in, plugins/cvs-plugin/Makefile.am,
14136         plugins/debug-manager/Makefile.am,
14137         plugins/devhelp/Makefile.am,
14138         plugins/editor/Makefile.am,
14139         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14140         
14141         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14142         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14143         interfaces.
14144         
14145         * tagmanager/tm_workspace.c,
14146         tagmanager/include/tm_workspace.h,
14147         plugins/editor/aneditor-autocomplete.cxx,
14148         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14149         to return all matching tag types when no name is given instead of
14150         returning empty array.
14151         
14152         * plugins/symbol-browser/Makefile.am,
14153         (added) plugins/symbol-browser/an_symbol.c,
14154         (added) plugins/symbol-browser/an_symbol.h,
14155         plugins/symbol-browser/an_symbol_info.c,
14156         plugins/symbol-browser/an_symbol_info.h,
14157         (added) plugins/symbol-browser/an_symbol_iter.c,
14158         (added) plugins/symbol-browser/an_symbol_iter.h,
14159         plugins/symbol-browser/an_symbol_search.c,
14160         plugins/symbol-browser/an_symbol_view.c,
14161         plugins/symbol-browser/an_symbol_view.h,
14162         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14163         plugins/symbol-browser/plugin.c,
14164         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14165         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14166         plugin and implemented IAnjutaIterable interface for symbol search
14167         and iteration.
14169         * plugins/class-inheritance/Makefile.am,
14170         plugins/class-inheritance/class-inherit.c,
14171         plugins/class-inheritance/class-inherit.h,
14172         plugins/class-inheritance/plugin.h: Use the newly added
14173         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14174         get rid of libanjuta-ctags.la dependencies.
14176 2005-05-02  Naba Kumar  <naba@gnome.org>
14178         * plugins/class-inheritance/class-inherit.c,
14179         plugins/class-inheritance/plugin.c,
14180         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14181         be found for a class. Formated code.
14183         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14184         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14185         of editor tabs.
14186         
14187 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14189         * libanjuta/anjuta-launcher.c:
14190         Keep trying sending data until all bytes have been written
14192         * plugins/tools/anjuta-tools.glade,
14193         plugins/tools/editor.c:
14194         Add a combo box to defined data from stdin
14196         * plugins/tools/execute.c:
14197         Send data in stdin if needed
14198         Code cleanups
14200         * plugins/tools/fileop.c,
14201         plugins/tools/tool.h,
14202         plugins/tools/tool.c:
14203         Store, load and save stdin data
14204         Use tools-2.xml instead of tools.xml
14206         * plugins/tools/plugin.c,
14207         plugins/tools/plugin.h:
14208         Code cleanups
14210         * plugins/tools/dialog.c,
14211         plugins/tools/dialog.h:
14212         Few code cleanups
14214         * plugins/tools/variable.c,
14215         plugins/tools/variable.h:
14216         Add editor related variables
14217         Code cleanups
14219 2005-04-29  Naba Kumar  <naba@gnome.org>
14221         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
14223         * plugins/editor/text_editor.c: Fixed line marker interpretation.
14224         
14225         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14226         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
14227         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
14228         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
14229         working on gdb MI interface. Completed MI parser interface.
14231         Patch from  Massimo Cora <maxcvs@email.it>:
14232         * plugins/class-inheritance/Makefile.am,
14233         plugins/class-inheritance/class-inherit.c,
14234         plugins/class-inheritance/class-inherit.h,
14235         plugins/class-inheritance/plugin.c,
14236         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
14237         Used system theme for colors. Display class members on mouse click.
14238         
14239 2005-04-28  Naba Kumar  <naba@gnome.org>
14241         * plugins/symbol-browser/an_symbol_prefs.c
14242         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
14243         implementation to create/add/remove custom tags files in symbol
14244         brower preferences.
14246         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
14247         EXTRA_DIST.
14249         * plugins/project-import/project-import.c: Fixed memory leaks and
14250         use correct debug prints.
14251         
14252         * TODO.tasks: Updated.
14253         
14254 2005-04-27  Naba Kumar  <naba@gnome.org>
14256         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
14257         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
14258         scintilla/Makefile.am: Fixed 'make distcheck' errors.
14260         * plugins/editor/anjuta-docman.c,
14261         plugins/editor/anjuta-docman.h,
14262         plugins/editor/plugin.c: Emit editor-added signal from docman
14263         and connect signals to new editor correctly.
14265         * plugins/class-inheritance/plugin.c,
14266         plugins/symbol-browser/plugin.c: Added stock icons.
14267         
14268         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14269         plugins/build-basic-autotools/executer.c,
14270         plugins/build-basic-autotools/executer.h: Added missing files
14271         for the execute programs implementation.
14273 2005-04-26  Naba Kumar  <naba@gnome.org>
14274         
14275         * TODO.tasks: Updated.
14277         * plugins/file-loader/plugin.c,
14278         plugins/project-import/anjuta-project-import.plugin.in,
14279         plugins/project-import/plugin.c,
14280         plugins/project-import/project-import.c,
14281         plugins/project-import/project-import.h: Be able to import older
14282         anjuta projects.
14284 2005-04-26  Naba Kumar  <naba@gnome.org>
14286         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
14287         removing it from the shell.
14289         * libanjuta/anjuta-shell.c,
14290         libanjuta/anjuta-shell.h,
14291         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
14292         so that widget additions are freezed or thaw using a pending queue.
14293         Fixded UI flicker while loading projects.
14295 2005-04-26  Naba Kumar  <naba@gnome.org>
14297         * TODO.tasks: Updated.
14298         
14299         * libanjuta/interfaces/libanjuta.idl: Added execute method for
14300         IAnjutaBuildable interface.
14301         
14302         * plugins/build-basic-autotools/Makefile.am,
14303         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14304         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
14305         plugins/build-basic-autotools/build-basic-autotools.c,
14306         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
14307         interface and UI for executing project/file programs. Implemented
14308         IAnjutaFile interface so that executables could be opened directly.
14309         
14310         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
14311         Authors line (Reserved for external plugins, which do not have a way to
14312         show their credits).
14313         
14314         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
14315         [File Loader] group for menu labels (default to "Name" if it is not
14316         defined.
14317         
14318         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
14319         for executing external commands.
14321 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
14323         * plugins/project-wizard/property.c:
14324         Correct a memory leak
14326         * libanjuta/interfaces/libanjuta.idl,
14327         plugins/editor/text_editor.c:
14328         Add erase_all and replace_selection function to IAnjutaEditor
14330         * plugins/tools/anjuta-tools.glade,
14331         plugins/tools/fileop.c,
14332         plugins/tools/editor.c,
14333         plugins/tools/tool.c
14334         plugins/tools/tool.h:
14335         Add shortcut and icon 
14337         * plugins/tools/variable.c,
14338         plugins/tools/variable.h:
14339         Add a variable asking parameters at run time
14341         * plugins/tools/execute.c:
14342         Add a warning message for missing document manager
14343         Add replace buffer and replace selection output
14344         Correct an error in popup output
14346         * plugins/tools/plugin.c,
14347         plugins/tools/plugin.h,
14348         plugins/tools/anjuta-tools.ui,
14349         src/anjuta.ui:
14350         Few clean up
14351         Attach tools menu to a new place
14353 2005-04-25  Naba Kumar  <naba@gnome.org>
14355         * libanjuta/plugins.c, src/about.c, src/about.h,
14356         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
14357         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
14358         plugins (about box for plugins) menu.
14360 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14362         *  plugins/editor/search-replace.c :
14363         Displayed full path in Search pane window. 
14364         Bug 300231 : Selected line in Search pane window .
14365                 
14366 2005-04-23  Naba Kumar  <naba@gnome.org>
14368         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
14370 2005-04-22  Naba Kumar  <naba@gnome.org>
14372         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
14373         
14374         * plugins/project-wizard/templates/java.wiz,
14375         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
14376         to create bytecodes (.class) files.
14377         
14378         * plugins/symbol-browser/an_symbol_info.c,
14379         plugins/symbol-browser/an_symbol_info.h,
14380         plugins/symbol-browser/an_symbol_search.c,
14381         plugins/symbol-browser/an_symbol_view.c,
14382         plugins/symbol-browser/plugin.c,
14383         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
14384         in file symbol list.
14386 2005-04-22  Naba Kumar  <naba@gnome.org>
14388         * TODO.tasks: Updated.
14389         
14390         * plugins/class-inheritance/Makefile.am,
14391         plugins/subversion/Makefile.am: Do not install plugin files when
14392         plugin build condition is false.
14393         
14394         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14395         plugins/build-basic-autotools/build-basic-autotools.c,
14396         plugins/build-basic-autotools/build-basic-autotools.h,
14397         plugins/file-loader/anjuta-loader-plugin.ui,
14398         plugins/file-loader/dnd.c,
14399         plugins/file-loader/plugin.c,
14400         plugins/file-loader/plugin.h,
14401         plugins/project-manager/anjuta-project-manager.ui,
14402         plugins/project-manager/plugin.c: Added open file and build context
14403         menu in project manager context menu.
14405 2005-04-22  Naba Kumar  <naba@gnome.org>
14407         * configure.in: Added message output showing conditional plugins to
14408         build or not.
14409         
14410         * src/layout.xml: Added layout for class-inheritance plugin widget.
14411         
14412         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
14413         plugin name to remove redundant terms.
14414         
14415         * TODO.tasks: Updated.
14416         
14417         * configure.in,
14418         plugins/symbol-browser/Makefile.am,
14419         plugins/symbol-browser/an_symbol_view.c,
14420         (removed) plugins/symbol-browser/sv_class.xpm,
14421         (removed) plugins/symbol-browser/sv_function.xpm,
14422         (removed) plugins/symbol-browser/sv_macro.xpm,
14423         (removed) plugins/symbol-browser/sv_private_fun.xpm,
14424         (removed) plugins/symbol-browser/sv_private_var.xpm,
14425         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
14426         (removed) plugins/symbol-browser/sv_protected_var.xpm,
14427         (removed) plugins/symbol-browser/sv_public_fun.xpm,
14428         (removed) plugins/symbol-browser/sv_public_var.xpm,
14429         (removed) plugins/symbol-browser/sv_static_fun.xpm,
14430         (removed) plugins/symbol-browser/sv_static_var.xpm,
14431         (removed) plugins/symbol-browser/sv_struct.xpm,
14432         (removed) plugins/symbol-browser/sv_unknown.xpm,
14433         (removed) plugins/symbol-browser/sv_variable.xpm,
14434         (added) plugins/symbol-browser/images/.cvsignore,
14435         (added) plugins/symbol-browser/images/Icons.16x16.Class,
14436         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
14437         (added) plugins/symbol-browser/images/Icons.16x16.Field,
14438         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
14439         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
14440         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
14441         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
14442         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
14443         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
14444         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
14445         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
14446         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
14447         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
14448         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
14449         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
14450         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
14451         (added) plugins/symbol-browser/images/Icons.16x16.Method,
14452         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
14453         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
14454         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
14455         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
14456         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
14457         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
14458         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
14459         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
14460         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
14461         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
14462         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
14463         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
14464         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
14465         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
14466         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
14467         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
14468         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
14469         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
14470         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
14471         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
14472         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
14473         pixmaps and added new icons (taken from monodevelop).
14475 2005-04-21  Naba Kumar  <naba@gnome.org>
14477         Patch from  Massimo Cora <maxcvs@email.it>:
14479         * configure.in, plugins/Makefile.am
14480         (new) plugins/class-inheritance/.cvsignore,
14481         (new) plugins/class-inheritance/Makefile.am,
14482         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
14483         (new) plugins/class-inheritance/class-inherit.c,
14484         (new) plugins/class-inheritance/class-inherit.h,
14485         (new) plugins/class-inheritance/plugin.c,
14486         (new) plugins/class-inheritance/plugin.h,
14487         (new) plugins/class-inheritance/class-inheritance.png: Added class
14488         inheritance plugin.
14489         
14490         Changes by naba: Added pkgconfig check for graphviz and conditionally
14491         build graphviz.
14492         
14493         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14495 2005-04-20  Naba Kumar  <naba@gnome.org>
14497         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14498         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14499         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14500         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14501         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14502         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14503         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14504         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14505         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14506         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14507         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14508         
14509         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14510         message view management.
14512         * libanjuta/anjuta-children.[ch],
14513         plugins/build-basic-autotools/build-basic-autotools.c,
14514         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14515         Removed anjuta_children_init() function,
14516         because it is done automatically when first invoked. Introduced
14517         anjuta_children_recover() to recover the child signalling. Fixed
14518         child exit management to correctly recover the exit status.
14519         
14520         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14521         to properly shutdown the launcher and to kill the running process
14522         (without emitting any signal).
14523         
14524         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14525         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14526         gdb and program instance.
14528 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14530         * plugins/editor/search-replace.c :
14531         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14533 2005-04-18  Naba Kumar  <naba@gnome.org>
14535         * TODO.tasks: Marked completed items.
14536         
14537         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14538         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14539         plugins/project-manager/plugin.c: Prompt user for the debugging
14540         target (select from a list of project's executable targets) and
14541         correctly start debugger. Take care of libtool wrapping when the
14542         target selected is libtool target. Fixed debugger menu items
14543         sensitivity.
14545 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
14547         * plugins/tools/execute.c,
14548         plugins/tools/execute.h:
14549         Implement save all files before running a command
14550         Implement all options for stdout and stderr except replace buffer
14551         Allow running several tools
14553         * plugins/tools/plugin.c:
14554         Move anjuta launcher in execute.c
14556         * plugins/tools/tools.h,
14557         plugins/tools/variable.c:
14558         Small changes
14560 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
14562         * plugins/tools/anjuta-tools.glade:
14563         Add new properties in tool editor dialog
14564         Cosmetic improvements
14565         
14566         * plugins/tools/anjuta-tools.ui:
14567         Attach tool menu as a build menu
14569         * plugins/tools/dialog.c:
14570         Set tool menu item sensitivity in tool list
14571         Fix bugs
14573         * plugins/tools/editor.c,
14574         plugins/tools/editor.h,
14575         plugins/tools/fileop.c,
14576         plugins/tools/tool.c,
14577         plugins/tools/tool.h:
14578         Add new properties (active, save file...)
14579         Most of them are still not implemented
14581         * plugins/tools/execute.c,
14582         plugins/tools/execute.h:
14583         Reorganize code to support multiple run
14584         Support run in terminal
14585         
14586         * plugins/tools/plugin.c
14587         plugins/tools/plugin.h:
14588         Move message handling in execute.c
14590         * plugins/tools/variable.h,
14591         plugins/tools/variable.c:
14592         Add useful variables
14593         
14594 2005-04-13  Naba Kumar  <naba@gnome.org>
14596         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14597         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14598         
14599 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14601         * plugins/tools/dialog.c plugins/tools/tool.c :
14602         Fixed bugs.
14604 2005-04-06  Naba Kumar  <naba@gnome.org>
14606         * src/anjuta.c: Load default session only when
14607         "anjuta.session.load.last" preference is enabled.
14608         
14609 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14611         * plugins/tools/Makefile.am,
14612         plugins/tools/variable.c,
14613         plugins/tools/variable.h:
14614         Add new code for handling variables
14616         * plugins/tools/anjuta-tools.glade:
14617         Improve tool editor dialog
14618         Add variable selection dialog
14620         * plugins/tools/dialog.c,
14621         plugins/tools/dialog.h,
14622         plugins/tools/plugin.c,
14623         plugins/tools/plugin.h:
14624         Add variable object
14625         Add a function to get it
14627         * plugins/tools/editor.c:
14628         Add gui code for variable selection dialog
14630         * plugins/tools/execute.c:
14631         Use variables for executing command
14632         
14633         * Naba: Compile warning fixes.
14635 2005-04-06  Naba Kumar  <naba@gnome.org>
14637         * TODO.tasks: Marked completed items.
14638         
14639 2005-04-06  Naba Kumar  <naba@gnome.org>
14641         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14642         compile error.
14643         
14644         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14646 2005-04-04  Naba Kumar  <naba@gnome.org>
14648         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14649         inside Main window.
14650         
14651 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14653         * plugins/tools/Makefile.am,
14654         plugins/tools/anjuta-tools.plugin.in,
14655         plugins/tools/anjuta-tools.ui,
14656         plugins/tools/anjuta-tools.gladei,
14657         plugins/tools/anjuta-tools-plugin.png,
14658         plugins/tools/plugin.c,
14659         plugins/tools/plugin.h,
14660         plugins/tools/dialog.c,
14661         plugins/tools/dialog.h,
14662         plugins/tools/fileop.c,
14663         plugins/tools/fileop.h,
14664         plugins/tools/tool.c,
14665         plugins/tools/tool.h,
14666         plugins/tools/editor.c,
14667         plugins/tools/editor.h,
14668         plugins/tools/execute.c,
14669         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14670         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14671         Not fully working
14673         * anjuta-tools.[ch]: Removed old tools code.
14674         
14675 2005-04-01  Steve Murphy  <murf@e-tools.com>
14677         * configure.in: Added "rw" to ALL_LINGUAS.
14679 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14681         * Modified Files:
14682         manuals/C/anjuta-manual/fileoperations.xml
14683         Added Files:
14684         manuals/C/anjuta-manual/figures/search_expr.png
14685         manuals/C/anjuta-manual/figures/search_expr_basic.png
14686         manuals/C/anjuta-manual/figures/search_file_list.png
14687         manuals/C/anjuta-manual/figures/search_file_pattern.png
14688         manuals/C/anjuta-manual/figures/search_replace.png
14689         manuals/C/anjuta-manual/figures/search_setting.png
14690         manuals/C/anjuta-manual/figures/search_target.png
14691         manuals/C/anjuta-manual/figures/search_target_action.png
14692         manuals/C/anjuta-manual/figures/search_target_in.png
14693         Removed Files:
14694         manuals/C/anjuta-manual/figures/find_files.png
14695         manuals/C/anjuta-manual/figures/find_replace.png
14696         manuals/C/anjuta-manual/figures/find_text.png :
14697         Updated Anjuta manual (File Operations)
14699 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14701         * manuals/C/anjuta-manual/fileoperations.xml,
14702         manuals/C/anjuta-manual/figures/open_file.png,
14703         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14704         manuals/C/anjuta-manual/figures/prefs_print.png,
14705         manuals/C/anjuta-manual/figures/print_dlg.png,
14706         manuals/C/anjuta-manual/figures/print_preview.png.
14707         * Added Files:
14708         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14709         manuals/C/anjuta-manual/figures/display_macro.png,
14710         manuals/C/anjuta-manual/figures/insert_text.png,
14711         manuals/C/anjuta-manual/figures/keyword_macro.png,
14712         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14713         manuals/C/anjuta-manual/figures/save_as_file.png :
14714         Updated Anjuta Manual (File Operations)
14716 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14718         * plugins/editor/action-callbacks.c,
14719           plugins/file-loader/plugin.c,
14720           plugins/gtodo/main.c,
14721           plugins/project-wizard/druid.c:
14722           Fix spelling/grammar errors. Fixes bugs
14723           169068, 169137, 169138, and 169139.
14725 2005-03-21  Naba Kumar  <naba@gnome.org>
14727         Patch from: Massimo Cora' <maxcvs@email.it>:
14728         
14729         * plugins/editor/Makefile.am
14730         plugins/editor/anjuta-docman.c,
14731         (added) plugins/editor/editor-tooltips.c,
14732         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14733         editor tabs to show full path.
14735 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14736         
14737         * plugins/subversion/svn-backend.c:
14738         Removed "apr-0/" from include because this is 
14739         already included in SVN_INCLUDE and broke building if
14740         apr >= 1.0 was installed.
14742 2005-03-18  Naba Kumar  <naba@gnome.org>
14744         Patch from: Massimo Cora' <maxcvs@email.it>:
14746         * plugins/editor/action-callbacks.c,
14747         plugins/editor/aneditor-calltip.cxx,
14748         plugins/editor/aneditor-priv.h,
14749         plugins/editor/aneditor.cxx,
14750         plugins/editor/aneditor.h,
14751         plugins/editor/anjuta-document-manager.ui: Added calltip
14752         activation from menu.
14754 2005-03-16  Naba Kumar  <naba@gnome.org>
14756         Patch from: Massimo Cora' <maxcvs@email.it>:
14757         
14758         * plugins/class-gen/action-callbacks.c,
14759         plugins/class-gen/anjuta-class-gen-plugin.glade,
14760         plugins/class-gen/class_gen.c,
14761         plugins/class-gen/class_gen.h,
14762         plugins/class-gen/class_logo.xpm,
14763         plugins/class-gen/plugin.c: Create files without project
14764         being open. Add to project support. And other enhancements.
14766 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14768         * anjuta.glade,
14769           plugins/debug-manager/utilities.c,
14770           plugins/file-loader/plugin.c,
14771           plugins/gdb/utilities.c,
14772           plugins/profile-default/plugin.c,
14773           plugins/project-import/project-import.c,
14774           src/anjuta-actions.h:
14775           Spelling/grammar fixes.
14777 2005-03-13  Naba Kumar  <naba@gnome.org>
14778         
14779         * plugins/editor/action-callbacks.c,
14780         plugins/editor/action-callbacks.h,
14781         plugins/editor/anjuta-document-manager.ui,
14782         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14783         submenu. Moved menuitems from Format to View->Editor.
14784         
14785         * src/action-callbacks.c, src/action-callbacks.h,
14786         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14787         layout and lock layout menus in View submenu. Get rid of
14788         Settings->Layout Manager menu.
14789         
14790         * plugins/project-import/anjuta-project-import.plugin.in:
14791         Fixed icon name
14793         * global-tags/Makefile.am,
14794         global-tags/create_global_tags.sh,
14795         plugins/editor/aneditor-autocomplete.cxx,
14796         plugins/editor/aneditor-priv.h,
14797         plugins/editor/aneditor.cxx,
14798         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14799         in editor and made it work in global symbols also.
14800         
14801         * src/anjuta-app.c: Always use priority texts besides icons style
14802         for toolbars, because other styles look horible for Anjuta (fixme).
14804 2005-03-11  Naba Kumar  <naba@gnome.org>
14806         * configure.in: Removed test for iconv.
14808         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14809         before scintilla widget is realized.
14810         
14811         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14812         for Update menuitem.
14813         
14814         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14815         already applied in scintilla main stream.
14816         
14817         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14818         and notified scintilla developer.
14819         
14820 2005-03-10  Naba Kumar  <naba@gnome.org>
14822         * src/action-callbacks.c: Removed reference to src/help.h (dead
14823         file).
14825         * plugins/editor/text_editor.c: Removed reference to
14826         src/launcher.h (a dead file).
14828         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14829         src/controls.c, src/controls.h, src/fileselection.c,
14830         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14831         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14832         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14833         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14834         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14835         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14836         Removed these dead files from CVS.
14839 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14841         * plugins/file-wizard/action-callbacks.c : Added error message.
14842         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14845 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14846         
14847         * plugins/cvs-plugin/cvs-callbacks.c
14848         plugins/cvs-plugin/plugin.c:
14849         Fixed preferences page init and busy handling
14850         
14851         * plugins/subversion/plugin.c:
14852         Fixed preferences page init
14854 2005-03-09  Naba Kumar  <naba@gnome.org>
14856         * plugins/Makefile.am, plugins/glade/Makefile.am,
14857         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14858         enabled glade plugin in Anjuta. The plugin is built only when
14859         glade3 is installed.
14860         
14861 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14863         * plugins/project-wizard/templates/java.wiz
14864         plugins/project-wizard/templates/java-logo.png (*)
14865         plugins/project-wizard/templates/java/*
14866         plugins/project-wizard/templates/Makefile.am
14867         configure.in:
14868         
14869         Add Java project type. It generates a autoconf/automake
14870         project which is compiled using gcj. It requires automake 
14871         > 1.4 (1.9 is known to work) to work!
14872         
14873         (*) still awaiting response from the gcj team if we
14874         may use their logo.
14875         
14876 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14877         
14878         * plugins/project-import/*
14879         plugins/Makefile.am
14880         configure.in:
14881         Added project import plugin. Might be a bit buggy and limited
14882         but works for now.
14883         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14884         Icon from old pixmaps dir
14886 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14888         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14889         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14890         Added C Custom_Indent line macro.
14891         Cleaned macros.xml
14893 2005-03-09  Naba Kumar  <naba@gnome.org>
14895         * TODO.tasks: Added new message-manager tasks.
14896         
14897         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14898         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14899         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14900         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14901         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14902         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14903         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14904         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14905         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14906         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14907         
14908         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14909         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14910         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14911         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14912         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14913         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14914         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14915         Removed debugger widgets from shell on debugger shutdown. Added
14916         scrolled windows for docked widgets. Removed unnecessary widget refs
14917         and unrefs. Destroy widgets correctly on debugger shutdown.
14918         
14919         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14920         with project description title. Removed frame shadow.
14921         
14922         * plugins/project-wizard/druid.c: Initializes tooltips.
14923         
14924         * scintilla/Makefile.am: Fixed comiple error.
14926 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14928         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14929           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14931 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14933         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14934         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14935         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14936         plugins/macro/macros.xml, plugins/macro/plugin.c :
14937         Moved cursor at the '|' position defined in macros.
14939 2005-03-07  Naba Kumar  <naba@gnome.org>
14941         * plugins/subversion/Makefile.am: Fixed build error.
14943         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14944         types (perl, python, shellscript).
14945         
14946         * plugins/editor/plugin.c: Fixed to show all highlight options.
14947         
14948 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14950         * TODO.tasks : updated tasks.
14951         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14953 2005-03-07  Naba Kumar  <naba@gnome.org>
14955         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14956         or disable subversion file-manager submenu. If "Subvesion" is also
14957         valid directory, we should also check for it.
14959         * configure.in: Disable cygwin macro until someone fixes the
14960         autoconf warnings.
14961         
14962         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14963         backward compatibility.
14964         
14965 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14967         * src/about.c : Cleaned code.
14968         * plugins/macro/macros.xml : Added "do_while" C macro.
14969         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14970         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14971         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14972         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14973         
14974 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14976         * plugins/class-gen/plugin.c:
14977         Removed "return" to activate project_root_uri watching.
14979 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14981         * plugins/Makefile.am
14982         plugins/subversion/*:
14983         Added subversion plugin. Add, Remove, Commit and Update work
14984         everything else needs work.
14985         
14986         * plugins/terminal/terminal.c
14987         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14988         we still have focus problems with the editor.
14990 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14992         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14993         
14994 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14996         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14998 2005-03-04  Naba Kumar  <naba@gnome.org>
15000         Patch from Massimo Cora' <maxcvs@email.it>:
15002         * plugins/class-gen/Makefile.am,
15003         plugins/class-gen/action-callbacks.c,
15004         plugins/class-gen/action-callbacks.h,
15005         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
15006         plugins/class-gen/anjuta-class-gen.plugin.in,
15007         plugins/class-gen/class_gen.c,
15008         plugins/class-gen/class_gen.h,
15009         (removed) plugins/class-gen/clsGen.c,
15010         (added) plugins/class-gen/goc_template_header,
15011         (added) plugins/class-gen/goc_template_source,
15012         plugins/class-gen/plugin.c,
15013         plugins/class-gen/plugin.h: Refactored class gen code.
15014         Added GOCBuilder code. Fixed UI. Implemented plugin.
15016 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
15018         * plugins/project-wizard/property.c
15019         plugins/project-wizard/install.c
15020         plugins/project-wizard/druid.c
15021         plugins/editor/goto_line.c
15022         plugins/editor/plugin.c
15023         plugins/gtodo/add_edit_item.c
15024         plugins/gtodo/ligtodo.c
15025         plugins/gtodo/main.c
15026         plugins/gtodo/preferences.c:
15027         Fixed #167559, #167534, #167266, #167357
15028         (Bad English in strings...)
15029         
15030         Thanks to Adam Weinberger and Thierry Moisan for
15031         reporting!
15033 2005-03-03  Naba Kumar  <naba@gnome.org>
15035         * libegg/Makefile.am, libegg/menu/Makefile.am,
15036         (added) libegg/egg-submenu-action.c,
15037         (added) libegg/menu/egg-submenu-action.h: Created a new action for
15038         submenu (used for wizard listing).
15039         
15040         * plugins/file-loader/anjuta-loader-plugin.ui
15041         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
15042         and toolbar.
15043         
15044         * plugins/editor/action-callbacks.c,
15045         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
15046         ctrl+tabbing because it was interfaring with focus navigation.
15047         Focus editor on "Esc" in incremental search entry. Cleanups.
15048         
15049         * plugins/file-manager/an_file_view.c,
15050         plugins/symbol-browser/plugin.c,
15051         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
15052         Cleanups.
15053         
15054         * plugins/profile-default/plugin.c,
15055         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
15056         for sesssion load.
15057         
15058         * (removed) scintilla/patches/a64-crash-fix.patch,
15059         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
15060         scintilla patches.
15062 2005-03-03  Naba Kumar  <naba@gnome.org>
15064         * HACKING: Fixed typos.
15065         
15066         * plugins/editor/aneditor-indent.cxx: Clean up.
15067         
15068         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
15069         Enable/disable save, undo and redo actions depending on state
15070         of the editor.
15071         
15072 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15074         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
15075         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
15076         Displayed search_incremental status.
15078         * Removed plugins/editor/search_incremental.[ch]
15080 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
15081         
15082         * plugins/cvs-plugin/cvs-execute.c
15083         plugins/cvs-plugin/cvs-callbacks.c:
15084         - Use weak reference on mesg_view and reuse tab if
15085         it still exists to avoid cluttering message manager.
15086         - Fixed bug in cvs remove
15087         
15088         README, HACKING: Updated
15089         
15090         configure.in: Added check for libsvn
15092 2005-02-29  Naba Kumar  <naba@gnome.org>
15093         
15094         * plugins/file-manager/an_file_view.c,
15095         plugins/symbol-browser/an_symbol_view.c,
15096         plugins/symbol-browser/plugin.c: Hide column headers (they
15097         are redundant).
15099 2005-02-29  Naba Kumar  <naba@gnome.org>
15101         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15102         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15103         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15104         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15105         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15106         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15107         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15108         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15109         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15110         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15112         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15113         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15114         (added) libanjuta/anjuta-session.[hc],
15115         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15116         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15117         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15118         src/main.c:
15119         
15120         Implemented session management. Implemented session
15121         container class. Added session notifications from shell. Implemented
15122         session save/load in editor, file-loader, default-profile-plugin
15123         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15124         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15125         and maximized states in session. Implemented project session
15126         management.
15128 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15130         * plugins/class-gen/action-callbacks.[ch],
15131         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15132         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15133         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15134         with Escape key.
15136 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15137         
15138         * plugins/project-wizard/anjuta-project-wizard.glade,
15139         plugins/project-wizard/druid.c:
15140         Add some padding in tab label in project selection page
15141         
15142         * plugins/project-wizard/druid.c,
15143         plugins/project-wizard/parser.c:
15144         Search for project template recursively
15145         Add ~/.anjuta/project to the search paths
15147 2005-02-26  Naba Kumar  <naba@gnome.org>
15149         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15150         * plugins/file-loader/plugin.c: Fixed crash bug.
15151         * libanjuta/plugins.c: Fixed memory leak.
15152         
15153 2005-02-26  Naba Kumar  <naba@gnome.org>
15154         
15155         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15156         "UserActivatable" attribute for plugins. This attribute if set to
15157         "no" will prevent users from activating/deactivating it from
15158         plugins dialog. Added a toggle button in plugins dialog to toggle
15159         the plugins list between list of activatable plugins (default) to
15160         list of all plugins. anjuta_plugin_select() now only selects the
15161         plugin. Added anjuta_plugins_select_and_activate() method that will
15162         select and activate it.
15163         
15164         * plugins/profile-default/Makefile.am,
15165         plugins/profile-default/anjuta-default-profile.ui,
15166         plugins/profile-default/plugin.c,
15167         plugins/profile-default/plugin.h,
15168         plugins/project-manager/anjuta-project-manager.ui,
15169         plugins/project-manager/plugin.c,
15170         plugins/project-manager/plugin.h:
15171         
15172         Anjuta projects (*.anjuta) files define the profile of respective
15173         projects. Profile is a set of related plugins required for the
15174         project to open. Moved "close project" action from Project Manager
15175         to Profile Manager plugin. Implemented loading and unloading of
15176         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15177         (instead of Project Manager) now handles opening of *.anjuta files.
15178         Close Project menuitem is now moved to File submenu (being
15179         consistent with Anjuta 1.x versions and avoiding creating Project
15180         submenu when project manager is not loaded).
15181         
15182         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15183         
15184         * src/anjuta.ui: Fixed place holder for projects.
15185         
15186         * (new) plugins/profile-default/default.anjuta: default startup
15187         profile. Removed the hardcoded plugins loading in
15188         DefaultProfilePlugin.
15190         * anjuta.anjuta,
15191         plugins/project-wizard/templates/terminal/project.anjuta:
15192         Implemented project format in newly created projects.
15194         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
15195         plugins/class-gen/anjuta-class-gen.plugin.in,
15196         plugins/cvs-plugin/anjuta-cvs.plugin.in,
15197         plugins/editor/anjuta-document-manager.plugin.in,
15198         plugins/file-loader/anjuta-loader.plugin.in,
15199         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15200         plugins/gdb/anjuta-gdb.plugin.in,
15201         plugins/glade/anjuta-glade.plugin.in,
15202         plugins/message-view/anjuta-message-manager.plugin.in,
15203         plugins/profile-default/anjuta-default-profile.plugin.in,
15204         plugins/project-manager/anjuta-project-manager.plugin.in,
15205         plugins/project-wizard/anjuta-project-wizard.plugin.in:
15206         Defined UserActivatable attributes. Added supported types attribute.
15208         * plugins/project-wizard/anjuta-project-wizard.glade
15209         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
15210         "Project Wizard" in preferences title.
15212         * TODO.tasks: Updated.
15213         
15214         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
15215         Updated.
15216         
15217 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15219         * plugins/file-wizard/anjuta-file-wizard.glade
15220         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
15221         
15222         Integrated License macros, cleaned file.c.
15223         
15224 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
15225         
15226         * plugins/macor/macro-util.c: Fixed crash bugs if email or
15227         username can not be found correctly.
15229 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15231         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
15232         plugins/macro/macros.xml :
15233         
15234         Added Headers macros. Cleaned file.c
15236 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15238         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
15239         plugins/macro/macros.xml :
15240         
15241         Fixed a bug. Added Header macro.
15243         
15244 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15246         * plugins/file-wizard/action-callbacks.c, 
15247         plugins/file-wizard/file.c, plugins/macro/macro-util.c
15248         plugins/macro/macros.xml :
15249         
15250         Added FileName, Header template macros.
15251         
15252 2005-02-24  Naba Kumar  <naba@gnome.org>
15253         
15254         * plugins/patch/patch-plugin.c: Fixed a function call.
15255         
15256         * src/anjuta.c, src/main.c: Save and load default session.
15257         
15258 2005-02-24  Naba Kumar  <naba@gnome.org>
15260         * libanjuta/interfaces/libanjuta.idl,
15261         plugins/message-view/anjuta-msgman.c,
15262         plugins/message-view/anjuta-msgman.h,
15263         plugins/message-view/plugin.c: Added and implemented
15264         set_view_title() method.
15265         
15266         * plugins/build-basic-autotools/build-basic-autotools.c,
15267         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
15268         build context pooling. Maximum 3 contexts are reused. Additional
15269         contexts are created when all are busy.
15271 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15273         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15274         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15275         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
15276         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
15278         Added Copyright, Changelog macros.
15279                 
15280 2005-02-23  Naba Kumar  <naba@gnome.org>
15282         Patch from Massimo Cora' <maxcvs@email.it>:
15283         * plugins/Makefile.am,
15284         plugins/patch/Makefile.am,
15285         (added) plugins/patch/anjuta-patch-plugin.png,
15286         (added) plugins/patch/anjuta-patch.plugin.in,
15287         (added) plugins/patch/anjuta-patch.ui,
15288         plugins/patch/patch-plugin.c,
15289         (added) plugins/patch/patch-plugin.h,
15290         (added) plugins/patch/plugin.c,
15291         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
15292         architecture.
15294 2005-02-23  Naba Kumar  <naba@gnome.org>
15296         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
15297         file-loader/plugin.c, profile-default/plugin.c:
15298         Implemented "activated" and "deactivated" signals for plugin class.
15299         Renamed *_location() functions to *_id(), because location is
15300         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
15301         anjuta_plugins_unload_plugin().
15302         
15303         * class-gen/plugin.c: Fixed complier warning and utility function call.
15304         
15305         * debug-manager/plugin.c: Unload debugger plugin correctly.
15306         
15307         * project-manager/plugin.c:     Fixed compiler warnings.
15308         
15309         * plugins/project-wizard/templates/gnome/.cvsignore,
15310         plugins/project-wizard/templates/gnome/po/.cvsignore,
15311         plugins/project-wizard/templates/gnome/src/.cvsignore,
15312         plugins/project-wizard/templates/gtk/po/.cvsignore,
15313         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
15314         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
15315         
15316         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
15317         build (we need to fix this thing).
15318         
15319 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
15321         * plugins/macro/macro-action.[ch]
15322         plugins/macro/macro-edit.c
15323         plugins/macro/macro-dialog.c
15324         plugins/macro/macro-db.[ch]
15325         plugins/macro/plugin.[ch]
15326         plugins/macro/macro-util.[ch] (added)
15327         
15328         Cleaned up macro plugin and preview expanded macros.
15330 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
15332         * plugins/cvs-plugin/cvs-interface.c:
15334         Fixed option setting when using no compression and not 
15335         ignoring .cvsrc
15337 2005-02-23  Naba Kumar  <naba@gnome.org>
15338         
15339         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
15340         geometry on exit and startup (only if there is no geometry from the
15341         session).
15343         * TODO.tasks: Updated.
15344         
15345         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
15346         
15347         * manuals/reference/libanjuta/Makefile.am,
15348         manuals/reference/libanjuta/libanjuta-docs.sgml,
15349         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
15350         documentation for writing project templates.
15352 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15354         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
15355         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
15356         
15357         Expansion keywords in macros. 
15359 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15361         * plugins/file-wizard/action-callbacks.c,
15362         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
15363         plugins/macro/macros.xml :
15364         
15365         Inserting text by macro plugin
15366         In progress ...
15368 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
15370         * plugins/macro/plugin.c
15371         plugins/cvs-plugin/plugin.c:
15372         
15373         Fixed interfaces (use static)
15375 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
15376         
15377         * plugins/macro/macro-actions.[ch]
15378         plugins/macro/plugin.c
15379         libanjuta/interfaces/libanjuta.idl:
15380         
15381         Implemented IAnjutaMacro interface to be used by file-wizard
15382         
15383         * plugins/cvs-plugin/plugin.c
15384         libanjuta/interfaces/libanjuta.idl:
15385         
15386         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
15387         for all version control systems and not only for cvs.
15389 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15391         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
15392         insert_macro.
15393         
15394         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
15397 2005-02-21  Naba Kumar  <naba@gnome.org>
15399         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
15400         IAnjutaDebugger interface.
15401         
15402         * plugins/debug-manager/anjuta-debug-manager.ui,
15403         plugins/debug-manager/attach_process.c,
15404         plugins/debug-manager/attach_process.h,
15405         plugins/debug-manager/plugin.c,
15406         plugins/debug-manager/plugin.h,
15407         plugins/gdb/actions.c,
15408         plugins/gdb/actions.h,
15409         plugins/gdb/anjuta-gdb-plugin.ui,
15410         plugins/gdb/breakpoints.c,
15411         plugins/gdb/breakpoints.h,
15412         plugins/gdb/debugger.c,
15413         plugins/gdb/debugger.h,
15414         plugins/gdb/memory.c,
15415         plugins/gdb/plugin.c,
15416         plugins/gdb/plugin.h,
15417         plugins/gdb/sharedlib.h,
15418         plugins/gdb/sharedlib_cbs.c,
15419         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
15420         correctly between debug-manager and debugger. Implemented debugger
15421         interface in gdb plugin. Fixed action names. Added UI updating.
15422         Start and stop debugger (does not work yet). Fixed UI merging.
15423         Fixed debugger plugin handling in debug-manager.
15425 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
15427         * plugins/editor/aneditor-autocomplete.cxx:
15428         
15429         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
15430         crash with C++ "template" keyword.
15432 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15434         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15435         Fixed bug (Closed macro dialogs with Esc key).
15436         
15437 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
15438         
15439         * plugins/project-wizard/xlib.wiz,
15440         plugins/project-wizard/xlib-logo.png,
15441         plugins/project-wizard/xlib/*:
15442         Port old xlib anjuta project on new project wizard
15443         
15444         * plugins/project-wizard/xlib-dock.wiz,
15445         plugins/project-wizard/xlib-dock/*:
15446         Port old xlib dock anjuta project on new project wizard
15447         
15448         * plugins/project-wizard/wxwin.wiz,
15449         plugins/project-wizard/wxwin-logo.png,
15450         plugins/project-wizard/wxwin/*:
15451         Port old wxwin anjuta project on new project wizard
15452         
15453         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
15454         necessary changes for the new templates.
15455         
15456 2005-02-18  Naba Kumar  <naba@gnome.org>
15458         * plugins/Makefile.am: Added class-gen
15459         
15460 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
15462         * plugins/project-wizard/header.c:
15463         Fix a bug in sorting of project categories
15465 2005-02-18  Naba Kumar  <naba@gnome.org>
15467         Patch from Massimo Cora  <maxcvs@email.it>:
15468         
15469         * plugins/class-gen/.cvsignore,
15470         plugins/class-gen/Makefile.am,
15471         (added) plugins/class-gen/action-callbacks.c,
15472         (added) plugins/class-gen/action-callbacks.h,
15473         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
15474         (added) plugins/class-gen/class_gen.c,
15475         (added) plugins/class-gen/class_gen.h,
15476         (added) plugins/class-gen/plugin.c,
15477         (added) plugins/class-gen/plugin.h: Ported class wizard to the
15478         new architecture.
15479         
15480         * plugins/project-manager/plugin.c: implemented add_source().
15482 2005-02-17  Naba Kumar  <naba@gnome.org>
15484         * plugins/file-loader/plugin.c: Fixed possible crash.
15485         
15486         * src/action-callbacks.c, src/action-callbacks.h,
15487         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15489 2005-02-17  Naba Kumar  <naba@gnome.org>
15490         
15491         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15492         plugins/project-wizard/templates/gnome.wiz,
15493         plugins/project-wizard/templates/gtk.wiz,
15494         plugins/project-wizard/templates/gtkmm.wiz,
15495         plugins/project-wizard/templates/terminal.wiz,
15496         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15497         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15498         plugins/project-wizard/templates/gnome/src/callbacks.c,
15499         plugins/project-wizard/templates/gnome/src/callbacks.h,
15500         plugins/project-wizard/templates/gnome/src/main.c,
15501         plugins/project-wizard/templates/gtk/src/callbacks.c,
15502         plugins/project-wizard/templates/gtk/src/callbacks.h,
15503         plugins/project-wizard/templates/gtk/src/main.c,
15504         plugins/project-wizard/templates/gtkmm/src/main.cc,
15505         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15506         to generate licence correctly (without any extra newlines). Removed
15507         IncludeGNUHeader macro definition and added proper licence property.
15508         Fixed project directory paths in file contents.
15510 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15512         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15513         Closed macro dialogs with Esc key.
15515 2005-02-16  Naba Kumar  <naba@gnome.org>
15517         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15518         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15519         plugins/project-wizard/templates/gnome/src/callbacks.c,
15520         plugins/project-wizard/templates/gnome/src/callbacks.h,
15521         plugins/project-wizard/templates/gnome/src/main.c,
15522         plugins/project-wizard/templates/gtk/src/main.c,
15523         plugins/project-wizard/templates/gtkmm/src/main.cc,
15524         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15525         macros to avoid blank newlines.
15527 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
15529         * plugins/project-wizard/autogen.c:
15530         Correct a problem when having property value in UTF-8
15532         * plugins/project-wizard/druid.c:
15533         Correct a bug when reselecting a new project (all pages
15534         must be removed)
15536         * plugins/project-wizard/property.c:
15537         Avoid having default invalid properties
15539         * plugins/project-wizard/templates/terminal.wiz,
15540         plugins/project-wizard/templates/terminal/po/ChangeLog,
15541         plugins/project-wizard/templates/terminal/src/main.c:
15542         Remove command for testing run function
15543         Move destination directory to second page and include
15544         project name. Add exist tag. Remove unused properties.
15546 2005-02-16  Naba Kumar  <naba@gnome.org>
15548         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15549         plugins/debug-manager/anjuta-debug-manager.ui,
15550         plugins/debug-manager/plugin.c,
15551         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15552         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15553         plugins/gdb/plugin.h, plugins/gdb/registers.c,
15554         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15555         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15556         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15557         (removed) src/anjuta_info.c,
15558         (removed) src/anjuta_info.h,
15559         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15560         (added) plugins/gdb/anjuta-gdb-plugin.ui,
15561         (added) plugins/gdb/actions.c,
15562         (added) plugins/gdb/actions.h: Completed initial
15563         porting of debugger to new architecture. Fixed many of the debugger
15564         functions.
15566         * plugins/file-loader/plugin.c: Detect some important mime ourself
15567         to avoid inconsistencies when mime system isn't working.
15568         
15569 2005-02-16  Naba Kumar  <naba@gnome.org>
15571         * plugins/editor/Makefile.am,
15572         (added) plugins/editor/aneditor-autocomplete.cxx,
15573         (added) plugins/editor/aneditor-calltip.cxx,
15574         (added) plugins/editor/aneditor-indent.cxx,
15575         (added) plugins/editor/aneditor-priv.h,
15576         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15577         different smaller chunks to make it easy to maintain.
15579 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15581         * plugins/project-wizard/druid.c :
15582         
15583         Found system Email address if not defined in Preferences.
15585 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15586         
15587         * plugins/project-wizard/gtkmm.wiz
15588         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15589         plugins/project-wizard/gtkmm/*
15590         
15591         Added GTKmm (C++) project type
15593 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15595         * plugins/message-view/plugin.c
15596         plugins/message-view/message-view.c
15597         TODO.gtodo:
15598         Implemented next/prev action
15600 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15602         * plugins/project-wizard/templates/libglade2.* :
15603         Removed libglade2 project.
15604         
15605         * plugins/project-wizard/templates/gtk* :
15606         Removed interface.[ch] & support.[ch].
15607         
15608 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15610         * plugins/project-wizard/anjuta-project-wizard.glade,
15611         plugins/project-wizard/property.[ch],
15612         plugins/project-wizard/templates/anjuta-plugin.wiz :
15613         Added a new property ("iconfile").
15615 2005-02-14  Naba Kumar  <naba@gnome.org>
15617         * plugins/project-wizard/install.c,
15618         plugins/project-wizard/plugin.c,
15619         plugins/project-wizard/templates/anjuta-plugin.wiz,
15620         plugins/project-wizard/templates/gnome.wiz,
15621         plugins/project-wizard/templates/gtk.wiz,
15622         plugins/project-wizard/templates/libglade2.wiz,
15623         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15624         newly created projects and open them. Fixed message buffering in
15625         wizard.
15627 2005-02-14  Naba Kumar  <naba@gnome.org>
15629         * src/about.c, pixmaps/Makefile.am,
15630         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15631         
15632         * mime/gnome-mime-application-x-anjuta.png,
15633         pixmaps/anjuta_icon.png,
15634         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15635         done by 9-speed at:
15636         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15637         
15638 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15640         * configure.in,
15641         plugins/project-wizard/templates/libglade2-logo.png,
15642         plugins/project-wizard/templates/libglade2.wiz,
15643         plugins/project-wizard/templates/libglade2/* :
15644         Add Glade2 project
15647 2005-02-14  Naba Kumar  <naba@gnome.org>
15649         * TODO.tasks: Updated.
15650         
15651         * plugins/editor/anjuta-docman.c,
15652         plugins/editor/text_editor.c,
15653         plugins/editor/text_editor.h,
15654         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15655         for file modification, but it is still not functioning.
15657 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15659         * plugins/project-wizard/values.c,
15660         plugins/project-wizard/values.h,
15661         plugins/project-wizard/property.c,
15662         plugins/project-wizard/property.h,
15663         plugins/project-wizard/druid.c:
15664         Rewrite mandatory property check
15665         Add check of exist property
15666         Rewrite handling of cached property page
15668 2005-02-13  Naba Kumar  <naba@gnome.org>
15670         Patch from Igor Kovalenko  <garrison@mail.ru>:
15671         * tagmanager/tm_workspace.c: Improved performance.
15673 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15675         *plugins/project-wizard/templates/*.wiz,
15676         plugins/project-wizard/druid.c,
15677         plugins/project-wizard/templates/terminal/src/main.c,
15678         plugins/project-wizard/templates/gtk/src/*.[ch],
15679         plugins/project-wizard/templates/gtk/src/Makefile.am,
15680         plugins/project-wizard/templates/gnome/src/*.[ch],
15681         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15682         Add Copyright date & Email address,
15683         Correct terminal project.
15684         
15685 2005-02-12  Naba Kumar  <naba@gnome.org>
15687         * plugins/project-wizard/property.c: Fixed hidden
15688         properties to take values.
15690         * plugins/project-wizard/file.[ch]: Renamed
15691         true/false enum values to fix compile error
15692         (conflict with other definition).
15693         
15694         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15695         even when mime type detection fails (for example, when Anjuta is
15696         installed in non-system prefix).
15698 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15700         * plugins/project-wizard/values.c,
15701         plugins/project-wizard/values.h:
15702         Rewrite file with more comments
15704         * plugins/project-wizard/druid.c,
15705         plugins/project-wizard/druid.h,
15706         plugins/project-wizard/autogen.c,
15707         plugins/project-wizard/autogen.h,
15708         plugins/project-wizard/druid.c,
15709         plugins/project-wizard/druid.h:
15710         Add more comments
15711         Use values instead of properties
15712         Move default properties to druid.c
15714         * plugins/project-wizard/install.c,
15715         plugins/project-wizard/install.h:
15716         Use values instead of properties
15717         Add a check to avoid overwriting files
15719         * plugins/project-wizard/parser.c,
15720         plugins/project-wizard/property.c,
15721         plugins/project-wizard/property.h:
15722         Update to use new values
15723         Add an "exist" attribute to check if a directory already exist
15725         * plugins/project-wizard/anjuta-project-wizard.glade:
15726         Change project selection page (GtkTextView => GtkLabel,
15727         GtkTable => GtkVBox)
15729         * plugins/project-wizard/templates/terminal.wiz:
15730         Move destination directory on second page
15731         
15732         * plugins/project-wizard/action.c:
15733         Add a few comments
15735 2005-02-12  Naba Kumar  <naba@gnome.org>
15737         * plugins/file-manager/an_file_view.c,
15738         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15739         views. Created dynamic update date of view depending on project
15740         changes -- similar to file-manager view.
15741         
15742         * plugins/devhelp/plugin.c: Load help on idle.
15743         
15744         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15745         autoformat' to proper location in preferences.
15746         
15747         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15748         compatibility.
15749         
15750         * plugins/editor/plugin.c: Fixed accel name.
15752 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15754         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15755         plugins/project-wizard/templates/gnome.wiz,
15756         plugins/project-wizard/templates/gtk.wiz,
15757         plugins/project-wizard/anjuta-project-wizard.glade,
15758         plugins/project-wizard/autogen.c:
15759         Add Username & Email address in Project preferences.
15761 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15763         *plugins/project-wizard/templates/gnome-logo.png,
15764         plugins/project-wizard/templates/gnome.wiz,
15765         plugins/project-wizard/templates/gnome/* :
15766         Add Gnome project
15768 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15770         * plugins/project-wizard/templates/terminal/src/main.c, 
15771         plugins/project-wizard/templates/terminal/src/main.c,
15772         plugins/project-wizard/templates/terminal/src/main.[ch] :
15773         Insert License in projects
15774         
15775 2005-02-11  Naba Kumar  <naba@gnome.org>
15777         * TODO.tasks: Added message manager task.
15778         
15779         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15780         
15781         * plugins/editor/plugin.c: Use bookmark stock icons.
15782         
15783         * plugins/message-view/anjuta-message-manager.ui,
15784         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15786 2005-02-10  Naba Kumar  <naba@gnome.org>
15788         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15789         
15790 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15792         * global-tags/Makefile.am
15793         Error during 'make install'
15795 2005-02-09  Naba Kumar  <naba@gnome.org>
15797         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15798         missing file.
15799         
15800 2005-02-08  Naba Kumar  <naba@gnome.org>
15802         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15803         
15804         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15805         Show busy cursur when updating global tags in preferences.
15807         * configure.in: Fixed.
15808         
15809 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15811         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15812           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15813          
15814         - Fixed anjuta-plugin project (glade)
15816 2005-02-08  Naba Kumar  <naba@gnome.org>
15818         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15819         Fixed automatic indentations.
15821         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15822         Global tags are now segregated into smaller api tags, which can be
15823         selectively loaded from symbol browser preferences.
15825         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15826         Implemented IProjectManager interface in project-manager. Mostly getter
15827         methods for now, but need to add add() and remove() methods to add
15828         or remove project elements.
15830         * plugins/gdb/debug_tree.c: Small fix.
15832         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15833         plugins/symbol-browser/an_symbol_info.c,
15834         plugins/symbol-browser/an_symbol_info.h,
15835         plugins/symbol-browser/an_symbol_search.c,
15836         plugins/symbol-browser/an_symbol_search.h,
15837         plugins/symbol-browser/an_symbol_view.c,
15838         plugins/symbol-browser/an_symbol_view.h,
15839         plugins/symbol-browser/plugin.c,
15840         plugins/symbol-browser/plugin.h,
15841         tagmanager/c.c,
15842         tagmanager/entry.h,
15843         tagmanager/tm_project.c,
15844         tagmanager/tm_symbol.c,
15845         tagmanager/tm_tag.c,
15846         tagmanager/tm_workspace.c,
15847         tagmanager/vstring.c,
15848         tagmanager/include/tm_tag.h,
15849         tagmanager/include/tm_workspace.h:
15850         
15851         - Fixed tagmanager parsing of source files to parse for typedefines and
15852         properly record element scopes. Implemented scope autocompletion
15853         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15854         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15855         patch list (author is unknown).
15856         - Implemented symbol-browser preferences for dynamically loading and
15857         saving tags API segments.
15858         - Fixed symbol-search to use tagmanager directly instead of depending
15859         on symbol-view for tags list.
15860         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15861         - Fixed TMSymbol to create the complete tags tree instead of letting the
15862         symbol-view created the root nodes.
15863         - Changed project tags cache name to .tm_project2.cache because the
15864         newer format records additional scope information.
15865         
15866 2005-02-07  Naba Kumar  <naba@gnome.org>
15868         * plugins/editor/style-editor.c,
15869         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15870         and GtkFontButton instead of deprecated widgets in
15871         style editor.
15872         
15873 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15875         * plugins/project-wizard/action.c,
15876         plugins/project-wizard/action.h,
15877         plugins/project-wizard/autogen.c,
15878         plugins/project-wizard/autogen.h,
15879         plugins/project-wizard/file.c,
15880         plugins/project-wizard/file.h,
15881         plugins/project-wizard/install.c,
15882         plugins/project-wizard/install.h,
15883         plugins/project-wizard/parser.h,
15884         plugins/project-wizard/parser.c,
15885         plugins/project-wizard/property.c,
15886         plugins/project-wizard/property.h,
15887         plugins/project-wizard/plugin.h,
15888         plugins/project-wizard/plugin.c,
15889         plugins/project-wizard/values.c,
15890         plugins/project-wizard/values.h:
15891         Replace C++ comments by C comments
15893         * plugins/project-wizard/autogen.c,
15894         plugins/project-wizard/autogen.h:
15895         Add a run time check of autogen version.
15896         Add UserName variable.
15898         * plugins/project-wizard/anjuta-project-wizard.glade,
15899         plugins/project-wizard/header.c,
15900         plugins/project-wizard/druid.c,
15901         plugins/project-wizard/druid.h:
15902         Sort project in alphabetic order.
15903         Correct selection troubles in notebooks.
15905         * plugins/project-wizard/parser.c:
15906         Add some check when reading the project header block.
15908 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15910         * plugins/project-wizard/action.c,
15911         plugins/project-wizard/action.h,
15912         plugins/project-wizard/autogen.c,
15913         plugins/project-wizard/autogen.h,
15914         plugins/project-wizard/file.c,
15915         plugins/project-wizard/file.h,
15916         plugins/project-wizard/install.c,
15917         plugins/project-wizard/parser.h,
15918         plugins/project-wizard/parser.c,
15919         plugins/project-wizard/property.c,
15920         plugins/project-wizard/property.h,
15921         plugins/project-wizard/values.c,
15922         plugins/project-wizard/values.h,
15923         Add a space between function name and open.
15925         * plugins/project-wizard/plugin.h,
15926         plugins/project-wizard/plugin.c,
15927         plugins/project-wizard/install.c,
15928         Avoid a crash if the user close the message view used by the .
15930         * plugins/project-wizard/anjuta-project-wizard,
15931         plugins/project-wizard/druid.c,
15932         plugins/project-wizard/druid.h,
15933         plugins/project-wizard/header.h,
15934         plugins/project-wizard/header.c,
15935         Add a text view with the description of each.
15936         Add a tab for each project.
15937         Replace some C++ comments to C comments.
15939 2005-02-05  Naba Kumar  <naba@gnome.org>
15941         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15942         New icon from Sebastien Granjoux .
15943         
15944 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15946         * libanjuta/anjuta-preferences.c:
15947         Set file property even without a focus out event (file selected 
15948         the browse dialog)
15950 2005-02-04  Naba Kumar  <naba@gnome.org>
15952         * plugins/glade/plugin.c: Fixed glade function calls.
15953         * configure.in: Fixed a typo.
15954         * TODO.tasks: Updated.
15956 2005-02-03  Naba Kumar  <naba@gnome.org>
15958         * plugins/project-manager/plugin.c: Fixed memory corruption.
15960         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15961         build error.
15962         
15963         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15964         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15965         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15966         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15968         * libanjuta/interfaces/libanjuta.idl,
15969         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15970         interface.
15971         
15972         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15974         Patch from Massimo Cora <maxcvs@email.it>:
15975         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15976         
15977 2005-02-01  Naba Kumar  <naba@gnome.org>
15979         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15980         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15981         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15982         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15983         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15984         from sourceforge -- a64 crash fixes (correct typing for GType)
15985         and fixes compile errors in sun.
15987         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15988         paste (shift+insert) in terminal.
15990 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15992         * configure.in: Add «nb» to ALL_LINGUAS.
15994 2005-02-01  Naba Kumar  <naba@gnome.org>
15996         * TODO.tasks, TODO: Updated todo tasks.
15997         
15998         * plugins/editor/anjuta-document-manager.glade: Improved search
15999         relace dialog.
16000         
16001         * TODO.tasks: Fixed xml format.
16002         
16003         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
16004         work yet).
16005         
16006         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
16007         cleanups.
16008         
16009         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
16010         format during save (removed unwanted text nodes). Fixed scrollbars.
16012 2005-01-31  Naba Kumar  <naba@gnome.org>
16014         * libanjuta/interfaces/libanjuta.idl,
16015         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
16016         Implemented append() method for IAnjutaEditor interface and fixed
16017         various bugs with text insertions (cvs diff and macro insertions).
16018         
16019         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
16020         automatic indentation.
16021         
16022         * plugins/editor/action-callbacks.c,
16023         plugins/editor/action-callbacks.h,
16024         plugins/editor/anjuta-docman.c,
16025         plugins/editor/anjuta-document-manager.ui,
16026         plugins/editor/plugin.c,
16027         plugins/editor/text_editor.c,
16028         plugins/editor/text_editor.h,
16029         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
16030         Fixed highlight issues.
16032         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
16033         macro.
16034         
16035         * plugins/symbol-browser/an_symbol_view.c: Force update project.
16037         * data/properties/*: Updated properties files from scite. Created
16038         styles.properties to override the scite styles.
16039         
16040         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
16042         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
16043         
16044 2005-01-30  Naba Kumar  <naba@gnome.org>
16046         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
16047         unused definitions.
16048         
16049         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
16050         
16051         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
16052         plugins/editor/text_editor.c,
16053         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
16054         fixed linuwidth preference setting, fixed insert text interface
16055         implementation. Improved automatice-indentation for cpp lexer.
16056         
16057         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
16059 2005-01-29  Naba Kumar  <naba@gnome.org>
16061         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
16062         option in update dialog as default. Improved import dialog. Sized
16063         log dialog.
16065         * configure.in: Fixed underquoted warning from autoconf.
16066         
16067         * plugins/editor/action-callbacks.c,
16068         plugins/editor/aneditor.cxx,
16069         plugins/editor/aneditor.h,
16070         plugins/editor/anjuta-document-manager.glade,
16071         plugins/editor/plugin.c,
16072         plugins/editor/plugin.h,
16073         plugins/editor/text_editor.c,
16074         plugins/editor/text_editor.h,
16075         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
16076         for Editor and fixed all preferences syncronization and notifys for
16077         visible prefs (in editor preferences page).
16078         
16079         * plugins/file-loader/plugin.c: Load recent files on idle.
16081 2005-01-28  Naba Kumar  <naba@gnome.org>
16083         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16084         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
16086         * plugins/editor/action-callbacks.c,
16087         plugins/editor/action-callbacks.h,
16088         plugins/editor/aneditor.cxx,
16089         plugins/editor/aneditor.h,
16090         plugins/editor/anjuta-document-manager.ui,
16091         plugins/editor/plugin.c,
16092         plugins/editor/text_editor.c,
16093         plugins/editor/text_editor.h,
16094         plugins/editor/text_editor_cbs.c,
16095         plugins/editor/text_editor_cbs.h,
16096         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16097         Text editor.
16099         Patch from Massimo Cora <maxcvs@email.it>:
16100         * plugins/editor/an_symbol_search.c,
16101         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16102         
16103 2005-01-27  Naba Kumar  <naba@gnome.org>
16104         
16105         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16106         minimum size request to 200.
16108         * plugins/symbol-browser/an_symbol_info.c,
16109         plugins/symbol-browser/an_symbol_info.h,
16110         plugins/symbol-browser/an_symbol_search.c,
16111         plugins/symbol-browser/an_symbol_search.h,
16112         plugins/symbol-browser/an_symbol_view.c,
16113         plugins/symbol-browser/an_symbol_view.h,
16114         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16115         pixbuf retrieval. Fixed runtime warning. Code clean up.
16117 2005-01-27  Naba Kumar  <naba@gnome.org>
16119         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16120         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16121         (new) plugins/glade/Makefile.am,
16122         (new) plugins/glade/anjuta-glade-plugin.png,
16123         (new) plugins/glade/anjuta-glade.plugin.in,
16124         (new) plugins/glade/anjuta-glade.ui,
16125         (new) plugins/glade/plugin.c,
16126         (new) plugins/glade/plugin.h,
16127         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16128         now until glade3 works properly.
16130         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16131         they are generated.
16132         
16133 2005-01-26  Naba Kumar  <naba@gnome.org>
16135         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16136         Added mime icon for anjuta projects.
16137         
16138         patch from Massimo Cora <maxcvs@email.it>:
16139         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16140         an_symbol_search.h, an_symbol_view.c, plugin.c:
16141         Fix/implement objects destroying/freeing.
16143 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16144         
16145         * src/action-callback.[ch], src/anjuta-actions.h:
16146         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16147         because it has not been updated for years and we know have a devhelp plugin
16148         which can do the job much better.
16149         * TODO.tasks: Updated done items
16151 2005-01-25  Naba Kumar  <naba@gnome.org>
16153         * autogen.sh: Fixed to generate interface files.
16155         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16156         session save filenames.
16157         
16158         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16159         
16160 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16162         * plugins/project-wizard/Makefile.am,
16163         plugins/project-wizard/install.c,
16164         plugins/project-wizard/install.h,
16165         plugins/project-wizard/parser.c,
16166         plugins/project-wizard/parser.h,
16167         plugins/project-wizard/templates/terminal.wiz:
16168         Add action list block in wizard template
16169         * plugins/project-wizard/file.c,
16170         plugins/project-wizard/autogen.c:
16171         Small fixes
16173 2005-01-23  Naba Kumar  <naba@gnome.org>
16175         * configure.in: Fixed build error.
16177 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16179         * plugins/project-wizard/druid.c,
16180         plugins/project-wizard/parser.c,
16181         plugins/project-wizard/property.c: Rewrite parser with
16182         better error handling
16184 2005-01-22  Naba Kumar  <naba@gnome.org>
16186         * plugins/symbol-browser/plugin.c: Changed c++ coments
16187         to c commnets and formated code to anjuta coding styles.
16188         
16189 2005-01-21  Naba Kumar  <naba@gnome.org>
16191         * configure.in, autogen.sh: Fixed build errors in newer automake.
16192         
16193         * plugins/editor/anjuta-docman.c: Do not emit change editor
16194         signal while in dispose.
16196         Patch from: Massimo Corà <maxcvs@email.it>
16197         * plugins/symbol-browser/Makefile.am,
16198         plugins/symbol-browser/an_symbol_view.c,
16199         plugins/symbol-browser/an_symbol_view.h,
16200         plugins/symbol-browser/plugin.c,
16201         plugins/symbol-browser/plugin.h,
16202         plugins/symbol-browser/test-symbol-browser.c,
16203         (new) plugins/symbol-browser/an_symbol_info.c,
16204         (new) plugins/symbol-browser/an_symbol_info.h,
16205         (new) plugins/symbol-browser/an_symbol_search.c,
16206         (new) plugins/symbol-browser/an_symbol_search.h:
16207         Added a cool real-time symbol-search-view in symbol browser.
16209 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
16210         
16211         * plugin/macro/plugin.c
16212         plugin/macro/anjuta-macro-plugin.ui
16213         plugin/macro/macro-db.[ch]
16214         plugin/macro/macro-dialog.[ch]
16215         plugin/macro/macro-actions.[ch]
16216         plugin/macro/macro-edit.[ch]
16217         plugin/macro/plugin.[ch]:
16218         
16219         Implemented three menu items as Naba proposed:
16220         Edit->Macro->
16221                 Insert Macro: Pops of a border-less window to enter a shortcut
16222                 Add Macro: Same as Manage Macro => New
16223                 Manage Macros: Full-features macro dialog
16225 2005-01-20  Naba Kumar  <naba@gnome.org>
16227         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
16228         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
16229         libanjuta/anjuta-shell.h,
16230         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
16231         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16232         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
16233         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16234         src/main.c, src/shell.c: Implemented command line args processing
16235         and session management. Fixed geometry restoration.
16237 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
16238         
16239         * plugins/macro/macro-db.c,
16240         plugins/macros.xml:
16241         Cleaned up XML interface and use attributes now for name, category and 
16242         shortcut. CDATA is used to avoid xml errors inside of macros.
16244 2005-01-19  Naba Kumar  <naba@gnome.org>
16246         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
16248 2005-01-18  Naba Kumar  <naba@gnome.org>
16249         
16250         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
16251         to work.
16253         * scintilla/*: Updated scintilla to current cvs and updated
16254         scintilla patches.
16255         
16256 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16257         
16258         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
16259         plugins/cvs-plugin/cvs-actions.c:
16260         Added "Whole project" infrastructure but it does not
16261         work because I did not find a way to get the current project's
16262         root dir.
16264 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16266         * plugins/cvs-plugin/Makefile.am
16267         plugins/cvs-plugin/anjuta-cvs.plugin.in
16268         plugins/cvs-plugin/cvs-actions.c
16269         plugins/cvs-plugin/cvs-callbacks.c
16270         plugins/cvs-plugin/cvs-interface.[ch] (added)
16271         plugins/cvs-plugin/plugin.c:
16272         
16273         Added IAnjutaCVS interface and improved cvs plugin. There
16274         is still some work to do on cvs import and to add a current
16275         project toggle.
16277 2005-01-17  Naba Kumar  <naba@gnome.org>
16279         * plugins/editor/aneditor.cxx: Fixed auto indentation.
16280         
16281         * configure.in: Fixed build errors.
16283         * data/Makefile.am,     (removed) data/README.stock_libs,
16284         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
16285         (removed) data/header.c, (removed) data/stock_libs.anj,
16286         (removed) data/x-anjuta-project.desktop,
16287         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
16289         * libanjuta/anjuta-plugin-description.c,
16290         libanjuta/anjuta-shell.c: Updated documentations.
16292         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
16293         
16294         * libanjuta/anjuta-launcher.c,
16295         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
16296         x86_64 systems.
16298 2005-01-17  Naba Kumar  <naba@gnome.org>
16299         
16300         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16301         plugins/project-wizard/templates/gtk.wiz,
16302         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
16303         Updated templates to new format.
16304         
16305         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16306         * plugins/project-wizard/druid.c,
16307         plugins/project-wizard/parser.c,
16308         plugins/project-wizard/property.c,
16309         plugins/project-wizard/property.h,
16310         plugins/project-wizard/templates/terminal.wiz,
16311         plugins/project-wizard/templates/terminal/AUTHORS,
16312         plugins/project-wizard/templates/terminal/ChangeLog,
16313         plugins/project-wizard/templates/terminal/NEWS,
16314         plugins/project-wizard/templates/terminal/README,
16315         plugins/project-wizard/templates/terminal/project.anjuta,
16316         plugins/project-wizard/templates/terminal/src/main.c:
16317         Moveed code related to property types from druid.c and parser.c to 
16318         property.c. Changed tag from "<string ..." to
16319         "<property type="string..."     and so on. Rewrite parser
16320         (warning still in progress). Added list property. Changed
16321         terminal project to avoid using autogen on some file (much 
16322         faster) using the autogen attribute. Add a license list box in
16323         terminal project (just as an example). _label in item list is
16324         optional now.
16326 2005-01-16  Naba Kumar  <naba@gnome.org>
16328         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
16329         plugins/edtior/anjuta-docman.c: Fixed build errors.
16330         
16331         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
16332         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
16333         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
16334         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
16335         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
16336         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
16337         libanjuta/resources.h,
16338         plugins/build-basic-autotools/build-basic-autotools.c,
16339         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16340         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
16341         plugins/gtodo/plugin.c, src/Makefile.am,
16342         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16343         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
16344         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
16345         should be handled in respective plugins. Added API documentations.
16347         * libanjuta-docs.sgml, libanjuta-sections.txt,
16348         libanjuta.types,
16349         (added) tmpl/anjuta-debug.sgml,
16350         (added) tmpl/anjuta-launcher.sgml,
16351         tmpl/anjuta-plugin.sgml,
16352         tmpl/anjuta-preferences.sgml,
16353         tmpl/anjuta-shell.sgml,
16354         (added) tmpl/anjuta-status.sgml,
16355         (removed) tmpl/anjuta-stock.sgml,
16356         tmpl/anjuta-utils.sgml,
16357         (removed) tmpl/defaults.sgml,
16358         (removed) tmpl/fileselection.sgml,
16359         (removed) tmpl/gnomefilelist.sgml,
16360         tmpl/ianjuta-buildable.sgml,
16361         (added) tmpl/ianjuta-debugger-manager.sgml,
16362         (added) tmpl/ianjuta-debugger.sgml,
16363         tmpl/ianjuta-document-manager.sgml,
16364         tmpl/ianjuta-editor.sgml,
16365         tmpl/ianjuta-file.sgml,
16366         tmpl/ianjuta-loader.sgml,
16367         tmpl/ianjuta-markable.sgml,
16368         tmpl/ianjuta-message-view.sgml,
16369         (added) tmpl/ianjuta-project-manager.sgml,
16370         (added) tmpl/ianjuta-todo.sgml,
16371         (added) tmpl/ianjuta-wizard.sgml,
16372         tmpl/libanjuta-iface-marshallers.sgml,
16373         tmpl/libanjuta-unused.sgml,
16374         (removed) tmpl/pixmaps.sgml,
16375         tmpl/plugins.sgml,
16376         (removed) tmpl/properties.sgml,
16377         tmpl/resources.sgml: Updated API documentations.
16379 2005-01-15  Naba Kumar  <naba@gnome.org>
16381         * libanjuta/anjuta-launcher.c: Added API docs.
16382         
16383         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16384         plugins/project-wizard/templates/gtk.wiz,
16385         plugins/project-wizard/templates/terminal.wiz,
16386         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16387         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16388         plugins/project-wizard/templates/gtk/src/main.c,
16389         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
16390         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
16391         template files.
16393         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
16394         * plugins/project-wizard/anjuta-project-wizard.glade,
16395         plugins/project-wizard/autogen.c,
16396         plugins/project-wizard/druid.c,
16397         plugins/project-wizard/druid.h,
16398         plugins/project-wizard/file.c,
16399         plugins/project-wizard/file.h,
16400         plugins/project-wizard/install.c,
16401         plugins/project-wizard/parser.c,
16402         plugins/project-wizard/plugin.c,
16403         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
16404         setting the default project directory. Fix HIDDEN property, it's
16405         working but I think we could make this cleaner. Removed the
16406         copy of the string in mandatory_property. Add an optional autogen
16407         attribute, to force or avoid using autogen on some files, default
16408         without any attribute is autodetect.+ Replace the script tag with
16409         a normal file tag and an attribute execute.
16410         
16411 2005-01-14  Naba Kumar  <naba@gnome.org>
16413         * plugins/editor/action-callbacks.c,
16414         plugins/editor/search_incremental.c,
16415         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
16416         works now.
16417         
16418         * plugins/editor/plugin.c, plugins/editor/plugin.h,
16419         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
16420         tabs.
16422 2005-01-12  Naba Kumar  <naba@gnome.org>
16424         * configure.in,
16425         plugins/project-wizard/templates/Makefile.am,
16426         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
16427         plugins/project-wizard/templates/anjuta-plugin.wiz,
16428         (added) plugins/project-wizard/templates/gtk-logo.png,
16429         (added) plugins/project-wizard/templates/gtk.wiz,
16430         (added) plugins/project-wizard/templates/terminal-logo.png,
16431         plugins/project-wizard/templates/terminal.wiz,
16432         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16433         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16434         (added) plugins/project-wizard/templates/gtk/.cvsignore,
16435         (added) plugins/project-wizard/templates/gtk/Makefile.am,
16436         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
16437         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
16438         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16439         (added) plugins/project-wizard/templates/gtk/src/main.c,
16440         (added) plugins/project-wizard/templates/gtk/src/project.glade,
16441         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
16442         GTK+ project templated and fixed other templates. Updated template
16443         logos.
16445 2005-01-12  Naba Kumar  <naba@gnome.org>
16447         * plugins/macro/anjuta-macro.glade: Improved GUI.
16448         
16449 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
16451         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
16452         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
16453         * plugins/cvs-plugin/cvs.[ch] (removed)
16454         Removed old unused files
16455         
16456         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
16457         * plugins/cvs-plugin/cvs-actions.c
16458         * plugins/cvs-plugin/Makefile.am:
16459         Seperate callback functions for better error
16460         handling. Cleaned up code.
16461         
16462         * plugins/macro/macros.xml: removed corrupt cvs
16463         macros for now.
16465 2005-01-10  Naba Kumar  <naba@gnome.org>
16467         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
16468         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
16469         and leaks.
16471 2005-01-09  Naba Kumar  <naba@gnome.org>
16473         * libegg/egg-recent-action.c, libegg/test-actions.c,
16474         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
16475         recent files models.
16476         
16477         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
16478         two models -- one for projects and other for regular files and show
16479         both in recent files menu. Changed recent files group from "anjuta"
16480         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
16481         when adding the URI in recent files.
16482         
16483         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
16484         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
16485         * plugins/macro/macro-dialog.c: Fixed dispose() method.
16486         * plugins/macro/macros.xml: Fixed xml errors.
16488 2005-01-08  Naba Kumar  <naba@gnome.org>
16489         
16490         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16491         libegg/test-actions.c, libegg/menu/Makefile.am,
16492         libegg/menu/egg-recent-action.h: Added a new action for
16493         recent files.
16495         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16496         Fixed dispose. Cleanup.
16497         
16498         * plugins/file-loader/anjuta-loader-plugin.ui,
16499         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16500         Use the new action for recent files. Added recent files in
16501         toolbar.
16503         * plugins/project-wizard/druid.c: Show busy cursor and
16504         de-sensitize druid buttons during page change.
16505         
16506         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16507         * plugins/project-wizard/Makefile.am,
16508         plugins/project-wizard/druid.c,
16509         plugins/project-wizard/druid.h,
16510         plugins/project-wizard/install.c,
16511         plugins/project-wizard/plugin.c,
16512         plugins/project-wizard/plugin.h,
16513         plugins/project-wizard/property.c,
16514         plugins/project-wizard/property.h,
16515         (added) plugins/project-wizard/values.c,
16516         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16517         objects (in values.c and values.h) containing the values of all
16518         properties. The NPWProperty objects now keep their values in this
16519         object which is persistant for one activation of the plugin, so the
16520         user keeps all the values even if he goes backward. Used an anjuta
16521         message view to list all files copied by the project wizard.
16523 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
16525         * plugins/macro/plugin.[ch],
16526         plugins/macro/macro-dialog.[ch]
16527         plugins/macro/macro-edit.[ch]
16528         plugins/macro/macro-db.[ch]
16529         plugins/macro/macro-actions.[ch]
16530         plugins/macro/anjuta-macro.plugin.in
16531         plugins/macro/anjuta-macro.glade
16532         plugins/macro/anjuta-macro.png
16533         plugins/macro/Makefile.am
16534         plugins/macro/macros.xml
16535         plugins/macro/anjuta-macro.ui (all added)
16536         configure.in
16537         plugins/Makefile.am:
16538         Added new macro plugins
16539         
16540         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16541         New icon
16542         
16543         * manuals/reference/template (removed)
16544         Removed old api reference
16545         
16546         * plugins/message-view/message-view.c:
16547         "Fixed" crash in on_row_deleted and added a
16548         comment that I cannot work this way. We will
16549         have to change everything a bit to avoid losing
16550         memory there.
16551         
16552         * plugins/text-editor/text_editor.c:
16553         Update line number width on file save
16556 2005-01-07  Naba Kumar  <naba@gnome.org>
16558         * plugins/project-wizard/anjuta-project-wizard.glade,
16559         plugins/project-wizard/druid.c,
16560         plugins/project-wizard/templates/anjuta-plugin.wiz,
16561         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16562         Display page description in bold. Fixed mandatory field check.
16564         * configure.in,
16565         libanjuta/libanjuta-1.0.pc.in,
16566         plugins/project-wizard/druid.c,
16567         plugins/project-wizard/parser.c,
16568         plugins/project-wizard/property.h,
16569         plugins/project-wizard/templates/anjuta-plugin.wiz,
16570         plugins/project-wizard/templates/terminal.wiz,
16571         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16572         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16573         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16574         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16575         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16576         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16577         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16578         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16579         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16580         plugins/project-wizard/templates/terminal/configure.in.tpl,
16581         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16582         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16583         a new property type -- hidden. Fixed terminal and anjuta-plugin
16584         project templates.
16586 2005-01-07  Naba Kumar  <naba@gnome.org>
16588         * templates/anjuta-plugin.wiz,
16589         templates/terminal.wiz,
16590         templates/terminal/Makefile.am.tpl,
16591         templates/terminal/autogen.sh,
16592         (Removed) templates/terminal/configure.ac.tpl,
16593         (Added) templates/.cvsignore,
16594         (Added) templates/Makefile.am,
16595         (Added) templates/anjuta-plugin/.cvsignore,
16596         (Added) templates/anjuta-plugin/Makefile.am,
16597         (Added) templates/anjuta-plugin/src/.cvsignore,
16598         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16599         (Added) templates/terminal/.cvsignore,
16600         (Added) templates/terminal/Makefile.am,
16601         (Added) templates/terminal/configure.in.tpl,
16602         (Added) templates/terminal/po/.cvsignore,
16603         (Added) templates/terminal/po/ChangeLog,
16604         (Added) templates/terminal/po/Makefile.am,
16605         (Added) templates/terminal/po/POTFILES.in,
16606         (Added) templates/terminal/src/.cvsignore,
16607         (Added) templates/terminal/src/Makefile.am,
16608         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16609         project wizard. Fixed configure/po/Makefile template errors.
16611 2005-01-06  Naba Kumar  <naba@gnome.org>
16613         * configure.in: Added project templates.
16614         * plugins/project-wizard/templates/*: Added to project and renamed
16615         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16616         for the project templates (so that they do not conflict with autotools
16617         build. Created proper configure.ac.tpl and autogen.sh for project
16618         templates.
16619         
16620 2005-01-06  Naba Kumar  <naba@gnome.org>
16622         * plugins/project-wizard/anjuta-project-wizard.glade,
16623         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16624         Fixed file list parsing and to take absolute file paths (for example,
16625         from an icon selected previously). Used toggle buttons for boolean
16626         properties. Check if all mandatory fields are given before going
16627         forward in the wizard. Use scrollable viewport for listing property
16628         widgets incase the list goes out of wizard's size. Added tooltips
16629         as descriptions of the property widgets. And other fixes.
16631         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16632         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16633         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16634         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16635         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16636         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16637         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16638         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16639         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16640         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16641         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16642         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16643         Restructured template files.
16645 2005-01-06  Naba Kumar  <naba@gnome.org>
16647         * configure.in: Added check for autogen.
16648         
16649         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16650         in dispose.
16651         
16652         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16653         Do not emit changed signal when in dispose.
16655         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16656         symbol-view widget has been destroyed.
16657         
16658         * src/anjuta-app.c: Set null to preference, status and ui object
16659         pointers when they are destroyed.
16661         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16662         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16663         Added boolean, integer and file property types.
16664         
16665         * plugins/project-wizard/Makefile.am,
16666         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16667         project wizard templates.
16669 2005-01-04  Naba Kumar  <naba@gnome.org>
16671         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16672         added widgets.
16673         
16674         * plugins/editor/aneditor.cxx,
16675         plugins/editor/anjuta-docman.c,
16676         plugins/editor/plugin.c,
16677         plugins/editor/text_editor.c:
16678         Removed unnecessary ref/unref of scintilla.
16679         
16680         * plugins/message-view/anjuta-msgman.c,
16681         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16682         make close button similar to document manager.
16683         
16684         * plugins/project-manager/plugin.c,
16685         plugins/project-manager/plugin.h: Removed dead codes. Removed
16686         unnecessary ref/unref.
16687         
16688         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16689         instead of hard refs.
16691 2005-01-03  Naba Kumar  <naba@gnome.org>
16693         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16694         generate() methods for IAnjutaBuildable interface.
16696         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16697         IAnjutaBuildable inteface.
16699         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16700         to destroy build context when message view is destroyed.
16701         
16702         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16703         a ref to it and unref in destructor. AnEditor class wants to be the
16704         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16705         comparisions.
16706         
16707         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16708         complicate the scene. Removed editor widget from AnjutaDocman when
16709         the widget is destroyed.
16710         
16711         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16712         from shell. It will be removed from shell when the widget is destroyed.
16713         
16714         * plugins/editor/text_editor.c: Added debug codes to track object
16715         finalizations.
16717         * plugins/message-view/anjuta-msgman.c: Remove message view on
16718         widget destroy. Destroy message view on remove. Removed all views
16719         correctly.
16720         
16721         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16722         from container.
16724 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16726         * plugins/file-wizard/action-callbacks.c,
16727         plugins/file-wizard/anjuta-file-wizard.glade,
16728         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16729         Insert Licence, copyright, header template ...
16730         
16731 2005-01-02  Naba Kumar  <naba@gnome.org>
16733         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16734         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16735         anjuta_status_add_widget() to allow setting busy cursor on non
16736         toplevel windows.
16738         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16740         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16741         mime types to take text/source also.
16742         
16743         * plugins/editor/anjuta-docman.c,
16744         plugins/editor/anjuta-docman.h,
16745         plugins/editor/plugin.c,
16746         plugins/editor/text_editor.c,
16747         plugins/editor/text_editor.h,
16748         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16749         AnjutaStatus and set busy cursor on editors.
16751         * plugins/file-loader/Makefile.am,
16752         plugins/file-loader/plugin.c,
16753         (added) plugins/file-loader/dnd.c,
16754         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16756         * src/anjuta.c: Hide anjuta window before destruction.
16758         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16759         * configure.in, plugins/Makefile.am,
16760         (removed) plugins/project-wizard/appwiz_page1.c,
16761         (removed) plugins/project-wizard/appwiz_page2.c,
16762         (removed) plugins/project-wizard/appwiz_page3.c,
16763         (removed) plugins/project-wizard/appwiz_page4.c,
16764         (removed) plugins/project-wizard/appwizard.c,
16765         (removed) plugins/project-wizard/appwizard.h,
16766         (removed) plugins/project-wizard/appwizard_cbs.c,
16767         (removed) plugins/project-wizard/appwizard_cbs.h,
16768         (removed) plugins/project-wizard/appwizard_gui.c,
16769         (removed) plugins/project-wizard/gnome_project.c,
16770         (removed) plugins/project-wizard/gnome_project.h,
16771         (removed) plugins/project-wizard/wizard_gui.c,
16772         (removed) plugins/project-wizard/wizard_gui.h,
16773         (added) plugins/project-wizard/.cvsignore,
16774         (added) plugins/project-wizard/Makefile.am,
16775         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16776         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16777         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16778         (added) plugins/project-wizard/applogo.png,
16779         (added) plugins/project-wizard/appwizard.png,
16780         (added) plugins/project-wizard/autogen.c,
16781         (added) plugins/project-wizard/autogen.h,
16782         (added) plugins/project-wizard/druid.c,
16783         (added) plugins/project-wizard/druid.h,
16784         (added) plugins/project-wizard/file.c,
16785         (added) plugins/project-wizard/file.h,
16786         (added) plugins/project-wizard/header.c,
16787         (added) plugins/project-wizard/header.h,
16788         (added) plugins/project-wizard/install.c,
16789         (added) plugins/project-wizard/install.h,
16790         (added) plugins/project-wizard/parser.c,
16791         (added) plugins/project-wizard/parser.h,
16792         (added) plugins/project-wizard/plugin.c,
16793         (added) plugins/project-wizard/plugin.h,
16794         (added) plugins/project-wizard/property.c,
16795         (added) plugins/project-wizard/property.h: Removed old application-wizard
16796         codes and added new template based (autogen based) project wizard
16797         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16799 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16801         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16802         * plugins/cvs-plugin/cvs-execute.c:
16803         Fix cvs_log which did not work because of some
16804         glade problem
16805         Patch from Mark R. Pariente <markpariente@cmu.edu>
16806         - Fix message highlighting
16808 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16809         
16810         * template/*,
16811         date/template/*,
16812         configure.in:
16813         Removed template stuff completly because we dicussed to implement
16814         a macro system for Edit->Insert Text
16816 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16817         
16818         * plugins/editor/aneditor.cxx,
16819         plugins/editor/text_editor.c:
16820         Set line number width dynamically
16821         * src/about.c:
16822         Prepered new GTK 2.6 about dialog
16824 2004-12-30  Naba Kumar  <naba@gnome.org>
16826         patch from: Massimo Corà  <maxcvs@email.it>
16827         * plugins/editor/aneditor.cxx: Highlights correct function
16828         argument in recursive calltips.
16830 2004-12-30  Naba Kumar  <naba@gnome.org>
16832         * plugins/symbol-browser/plugin.c,
16833         libanjuta/interfaces/libanjuta.idl,
16834         plugins/editor/text_editor.c: Fixed editor markers and added a new
16835         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16836         mark the line visited.
16837         
16838         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16839         libegg/Makefile.am, libegg/eggcomboselect.c,
16840         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16841         widget for use with symbol view in toolbar.
16842         
16843         * plugins/cvs-plugin/anjuta-cvs.ui,
16844         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16845         placeholder for cvs plugin context menu in filemanager.
16846         
16847 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16848         
16849         * plugins/cvs-plugin/plugin.c:
16850         Show popup menu only if the file is contained in
16851         a directory containing a "CVS" directory
16853 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16854         
16855         * plugins/cvs-plugin/cvs-action.[ch],
16856         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16857         * plugins/cvs-plugin/anjuta-cvs.ui,
16858         * plugins/cvs-plugin/plugin.c:
16859         Implemented "Import"
16860         
16861         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16862         Added right-click-menu for file-manager
16864 2004-12-26  Naba Kumar  <naba@gnome.org>
16866         * src/action-callbacks.c, src/action-callbacks.h,
16867         src/anjuta-actions.h, src/anjuta-app.c,
16868         src/anjuta.ui: Added fullscreen action.
16870         * plugins/cvs-plugin/cvs-actions.c,
16871         plugins/cvs-plugin/plugin.c,
16872         plugins/cvs-plugin/plugin.h: Watches current editor,
16873         project and file manager selection in plugin
16874         implementation.
16875         
16876 2004-12-26  Naba Kumar  <naba@gnome.org>
16878         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16879         src/action-callbacks.c: Fixed app finalization. Added a
16880         command line arg --proper-shutdown (-p), which when set
16881         will release all plugins and their resources (this option
16882         is mainly for debugging).
16883         
16884         * plugins/file-loader/plugin.c: Fixed filename duplications
16885         in recent files history.
16886         
16887         * plugins/profile-default/plugin.c: Disabled problematic
16888         plugins for now to load at startup.
16889         
16890         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16891         annoying debug prints.
16892         
16893 2004-12-23  Naba Kumar  <naba@gnome.org>
16895         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16896         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16897         plugins/cvs-plugin/anjuta-cvs.ui,
16898         plugins/cvs-plugin/cvs-actions.c,
16899         plugins/cvs-plugin/cvs-actions.h,
16900         plugins/cvs-plugin/cvs-execute.c,
16901         plugins/cvs-plugin/cvs-execute.h,
16902         plugins/cvs-plugin/Makefile.am,
16903         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16904         Added cvs log command.
16906 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16907         
16908         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16909         default
16911 2004-12-20  Naba Kumar  <naba@gnome.org>
16913         patch from: Massimo Corà  <maxcvs@email.it>
16914         * plugins/editor/aneditor.cxx: Added recursive calltips.
16916 2004-12-20  Naba Kumar  <naba@gnome.org>
16917         
16918         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16919         Show busy cursor during loading and unloading.
16920         
16921 2004-12-19  Naba Kumar  <naba@gnome.org>
16923         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16924         memory leaks. Disabled debug print.
16926         * plugins/symbol-browser/an_symbol_view.c,
16927         plugins/symbol-browser/plugin.c,
16928         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16929         problems. Creates SymbolView object every time when the
16930         plugin is activated.
16932         * plugins/project-manager/plugin.c: Close project when
16933         deactivating.
16934         
16935 2004-12-18  Naba Kumar  <naba@gnome.org>
16937         * po/POTFILES.in: Removed commented lines.
16938         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16939         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16940         * plugins/gdb/plugin.c: Fixed compile error.
16941         
16942         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16943         * libegg/eggcellrendererkeys.c: Fixed compile error.
16944         
16945 2004-12-18  Naba Kumar  <naba@gnome.org>
16947         * plugins/file-loader/plugin.c: Fixed loading bug.
16948         
16949         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16950         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16951         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16952         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16953         and corruptions. Fixed loading and unloading of plugins.
16954         
16955 2004-12-17  Naba Kumar  <naba@gnome.org>
16956         
16957         * plugins/file-loader/Makefile.am,
16958         plugins/file-loader/plugin.c,
16959         plugins/project-manager/plugin.c: Fixed memory corruption
16960         and disposition codes. Added missing plugin.h in Makefile.am.
16962 2004-12-16  Naba Kumar  <naba@gnome.org>
16964         * plugins/symbol-browser/an_symbol_view.c,
16965         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16966         codes. Fixed memory leaks and corruptions.
16968         * plugins/build-basic-autotools/build-basic-autotools.c
16969         plugins/editor/anjuta-docman.c,
16970         plugins/editor/text_editor.c,
16971         plugins/file-loader/plugin.c,
16972         plugins/file-manager/plugin.c,
16973         plugins/file-wizard/plugin.c,
16974         plugins/message-view/anjuta-msgman.c,
16975         plugins/message-view/anjuta-msgman.h,
16976         plugins/message-view/message-view.c,
16977         plugins/message-view/plugin.c,
16978         plugins/message-view/plugin.h,
16979         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16981         * src/about.c, src/about.h, src/action-callbacks.c,
16982         src/action-callbacks.h, src/anjuta-actions.h,
16983         src/anjuta-app.c, src/anjuta-app.h,
16984         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16985         src/anjuta.c, src/anjuta.h, src/getline.c, 
16986         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16987         src/start-with.c, src/start-with.h: Fixed emacs modes.
16989         * src/layout.xml: Brought document manager in front.
16990         
16991 2004-12-15  Naba Kumar  <naba@gnome.org>
16993         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16994         properly removed.
16995         
16996         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16997         finalization. Added a method to unload all plugins and destroy them.
16998         Fixed memory leaks.
16999         
17000         * plugins/sample1/plugin.c: Proper finalization code and renamed
17001         functions to proper names.
17002         
17003         * plugins/build-basic-autotools/build-basic-autotools.c,
17004         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
17006         * src/shell.c: Unload all plugins on exit, so that memory profilers
17007         can detect memory leaks in plugins.
17009 2004-12-13  Naba Kumar  <naba@gnome.org>
17011         * plugins/devhelp/plugin.c: Delay widget initialization, now that
17012         docking is working.
17013         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
17014         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
17016 2004-12-11  Naba Kumar  <naba@gnome.org>
17018         * data/properties/anjuta.properties: Fixed font size.
17019         * plugin/build-basic-autotools/build-basic-autotools: Added initial
17020         compile file function. There are some fixmes there.
17021         * plugins/message-view/anjuta-msgman.c,
17022         * plugins/message-view/message-view.c: Fixed bugs and clean up.
17023         
17024 2004-12-08  Naba Kumar  <naba@gnome.org>
17026         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
17027         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
17028         to escape quotes in a string.
17029         
17030         * plugins/cvs-plugin/cvs-actions.c,
17031         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
17032         cvs diff command.
17034         * plugins/build-basic-autotools/build-basic-autotools.c,
17035         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
17036         filters.
17037         
17038 2004-12-07  Naba Kumar  <naba@gnome.org>
17040         * plugins/build-basic-autotools/build-basic-autotools.c,
17041         plugins/build-basic-autotools/automake-c.filters: Completed directory
17042         tracking. Double click on Errors and warnings now work as expected.
17044         * plugins/build-basic-autotools.c: Added codes to track build directory
17045         so that absolute path of the files could be determined.
17047 2004-12-06  Naba Kumar  <naba@gnome.org>
17049         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
17050         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
17051         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
17052         
17053 2004-12-05  Naba Kumar  <naba@gnome.org>
17055         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
17056         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
17057         
17058         * plugins/cvs-plugin/plugin.c,
17059         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
17060         
17061 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
17062         
17063         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17064         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
17065         plugins/cvs-plugin/cvs-execute.[ch]:
17066         Implemented cvs status and cvs diff
17067         Known bugs:
17068         - rdiff command is not correct
17069         - Must find a way to allow selection of directies AND files 
17070         in GtkFileChooser
17072 2004-12-03  Naba Kumar  <naba@gnome.org>
17074         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
17075         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
17076         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
17077         session.properties file if it is for the first time.
17078         
17079 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
17080         
17081         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
17082         commit.
17083         
17084         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
17085         plugins/cvs-plugin/anjuta-cvs.ui:
17086         Implemented update/commit and changed menu layout 
17088 2004-12-02  Naba Kumar  <naba@gnome.org>
17090         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17091         property name (for cvs path property). Beautified dialogs.
17093 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17094         
17095         * plugins/message-view/anjuta-msgman.c: Changed callback name
17096         and changed switch-page handling.
17097         
17098         * plugins/cvs-plugin/cvs-actions.c:
17099         * plugins/cvs-plugin/cvs-execute.c:
17100         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17101         - Implemented cvs add and cvs removed - both working now
17102         - Created a useful preferences page
17103         
17105 2004-11-30  Naba Kumar  <naba@gnome.org>
17107         * libanjuta/anjuta-status.c: Fixed runtime warning.
17108         
17109         * plugins/editor/Makefile.am:
17110         plugins/editor/anjuta-document-manager.glade,
17111         plugins/editor/plugin.c
17112         plugins/editor/plugin.h
17113         plugins/editor/style-editor.c (new, moved from src/),
17114         plugins/editor/style-editor.h (new, moved from src/),
17115         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17116         settings in preferences.
17118         * plugins/editor/text_editor.c,
17119         plugins/editor/text_editor.h: Do not take unused args in
17120         text_editor_get_props().
17122         * src/style-editor.c, src/style-editor.h: Removed, moved to
17123         plugins/editor/ directory.
17125 2004-11-29  Naba Kumar  <naba@gnome.org>
17127         * plugins/editor/text_editor_cbs.c: Emit click signal in
17128         IAnjutaMarkable.
17129         * libanjuta/anjuta-status.c: More spacing between items.
17130         
17131 2004-11-29  Naba Kumar  <naba@gnome.org>
17133         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17134         
17135         * libanjuta/interfaces/libanjuta.idl,
17136         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17137         plugins/debug-manager/plugin.c,
17138         plugins/gdb/breakpoints.c,
17139         plugins/gdb/breakpoints.h,
17140         plugins/gdb/debugger.c,
17141         plugins/gdb/debugger.h,
17142         plugins/gdb/plugin.c,
17143         plugins/gdb/plugin.h,
17144         plugins/gdb/utilities.c,
17145         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17146         toggle breakpoint margin clicks.
17148 2004-11-28  Naba Kumar  <naba@gnome.org>
17150         * TODO.tasks: Fixed indentations.
17151         * plugins/gtodo/libgtodo.c: Save with indentation.
17152         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17153         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17154         * libanjuta/anjuta-status.c: Fixed busy cursors.
17155         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17156         * po/POTFILES.in: Updated.
17157         
17158 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17159         
17160         * plugins/editor/anjuta-document-manager.glade,
17161           plugins/editor/search-replace.[c,h], 
17162           plugins/editor/search-replace_backend.h
17163           plugins/editor/search-preferences.[c,h] :
17164           Saved Search-Preferences (gconf),
17165           Basic search by default.
17167 2004-11-22  Naba Kumar  <naba@gnome.org>
17169         * configure.in: Fixed build error.
17171 2004-11-21  Naba Kumar  <naba@gnome.org>
17173         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17174         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17175         Added AnjutaStatus class to libanjuta.
17176         Added anjuta_shell_get_status() method.
17177         
17178         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17179         and fixed marshaller generation.
17180         
17181         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17182         "updade_ui" signals to IAnjutaEditor interface.
17183         
17184         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17185         
17186         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17187         regexes.
17188         
17189         * plugins/class-gen/clsGen.c: Intial port.
17190         
17191         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
17192         name.
17193         
17194         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
17195         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17196         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
17197         Implemented status update. Emits "update_ui" and "char_added" signals.
17198         Added view preferences.
17199         
17200         * plugins/file-loader/plugin.c: Added open with plugins in open with
17201         menus.
17202         
17203         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
17204         
17205         * plugins/message-view/anjuta-msgman.c,
17206         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
17207         to close correct message view rather than current view.
17209 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
17210         
17211         * plugins/cvs-plugin/cvs-actions.c
17212         plugins/cvs-plugin/plugin.[ch]
17213         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17214         Implemented cvs add but ran into a launcher/message_view
17215         problem because of a limitation of the idl compiler
17217 2004-11-19  Naba Kumar  <naba@gnome.org>
17219         * plugins/project-manager/plugin.c: Displays a progress window during
17220         project load.
17221         
17222         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
17223         Fixed UI separators.
17224         
17225         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
17226         UI placeholder.
17227         
17228         * plugins/project-manager/anjuta-project-manager.ui,
17229         plugins/project-manager/plugin.[c,h]: Added add/remove context
17230         menus and implemented them. Added file manager merge menu.
17232 2004-11-18  Naba Kumar  <naba@gnome.org>
17234         * TODO.tasks: Updated.
17235         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
17236         plugins/message-view/message-view.c: Fixed finalize and dispose
17237         methods.
17238         * plugins/debugger/*: Removed from cvs (development now in
17239         debug-manager).
17241 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
17243         Reviewed by Naba Kumar  <naba@gnome.org>:
17244         
17245         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
17246         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17247         plugins/gdb/breakpoints.c: all marker related stuff moved from
17248         editor and docman interfaces to IAnjutaMarkable
17250 2004-11-17  Naba Kumar  <naba@gnome.org>
17252         * TODO.tasks: Updated.
17253         
17254         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
17255         
17256         * libegg/egg-combo-action.c: Block changed signal when changing model.
17257         
17258         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
17259         Emit changed signal. Removed dead codes.
17260         
17261         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
17262         that recent files history do not duplicate.
17263         
17264         * plugins/symbol-browser/an_symbol_view.c,
17265         plugins/symbol-browser/an_symbol_view.h,
17266         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
17267         Fixed a bug.
17269 2004-11-15  Naba Kumar  <naba@gnome.org>
17271         * plugins/project-manager/plugin.c: Opens targets on double click.
17272         
17273         * plugins/message-view/message-view.c,
17274         plugins/file-manager/anjuta-file-manager-plugin.glade,
17275         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
17276         Added proper class finalization
17277         and disposition. Added preferences notifications and callbacks to
17278         change info/warning/error colors.
17279         
17280         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17281         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
17282         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
17283         Implemented finalize method for AnjutaApp. Code cleanups.
17284         
17285         * plugins/message-view/plugin.c: Static parent_class.
17286         
17287 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17288         * plugins/editor/search-replace.[c,h], 
17289           plugins/editor/search-replace_backend.c
17290           Update search entry in main toolbar.
17291           Clean code.
17293 2004-11-11  Naba Kumar  <naba@gnome.org>
17295         * TODO.tasks: Updated.
17297         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
17298         and completed on-the-fly-change preferences. Removed "changed"
17299         signal as it is no longer necessary (use notify for similar
17300         purpose to monitor individual preferences).
17302         
17303         * plugins/editor/anjuta-document-manager.glade: Added view menu
17304         preferences so that they are registered.
17305         
17306         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
17307         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
17308         connection to "changed" signal of preferences and implemented
17309         notifications for some editor preferences. More to implement.
17311 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17312         * plugins/editor/print.c
17313         Fixed bug 1047624 : Add line number every X lines.
17315 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17316         * plugins/editor/search-replace.c
17317         Fixed a crash bug (995755) when searching "%n"
17319 2004-11-09  Naba Kumar  <naba@gnome.org>
17321         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
17322         Fixed to refresh categories list on file load.
17324 2004-11-08  Naba Kumar  <naba@gnome.org>
17325         
17326         * configure.in, plugins/Makefile.am,
17327         plugins/profile-default/plugin.c: Added cvs plugin in build.
17328         
17329         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
17330         
17331         * plugins/debug-manager/.cvsignore: Added file to ignore.
17332         
17333         * plugins/debug-manager/Makefile.am: Removed dead codes.
17334         
17335         * src/anjuta.ui: Added placeholder for version control UI.
17337 2004-11-08  Naba Kumar  <naba@gnome.org>
17339         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17340         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17341         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
17342         Updated.
17344         * global-tags/Makefile.am: Fixed make error.
17346         * plugins/profile-default/plugin.c: Added debug-manager
17347         and gdb plugins to load at startup so that debugger
17348         windows are docked properly. They will be removed
17349         later when we figure out runtime docking.
17351         * plugins/sample1/*: Restored to last working state.
17353         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
17354         windows in lower pane. Named the windows appropriately.
17356         * ChangeLog: Fixed format.
17357         
17358 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
17360         * libanjuta/interfaces/libanjuta.idl,
17361         libanjuta/anjuta-marshal.c,
17362         plugins/Makefile.am,
17363         plugins/debug-manager/plugin.c,
17364         plugins/editor/plugin.c,
17365         plugins/editor/text_editor.c,
17366         plugins/gdb/breakpoints.c,
17367         plugins/gdb/debugger.c,
17368         plugins/gdb/plugin.c,
17369         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
17371 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17372         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
17373         plugins/editor/search-replace.c,
17374         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
17375         Search and Replace; Show result in find pane
17376           
17377 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17378         
17379         * plugins/gdb, plugins/debug-manager: Applied debugger patch
17380         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
17381         (added features: starting debugger and loading of core/executable,
17382         StepIn, StepOut, StepOver and Execute, toggling breakpoint
17383         partially works)
17385 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17386         
17387         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
17388         my cvs-plugin files...
17389         I hope I have rescued everything possible.
17390         
17391         * Naba: Could you please fix sample1 because I messed it up to 
17392         but there should be a histroy of this directory we should commit
17394 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17395         
17396         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
17397         infrastructure
17398         * plugins/cvs-plugin/plugin.c,
17399         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17400         Added preferences dialog (not yet complete)
17402 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17403         
17404         * global-tags/Makefile.am, mime/Makefile.am:
17405         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
17406         
17407         * template/xmltemplate.[ch],
17408         template/xmlstrings.[ch],
17409         template/autotools.[ch] removed,
17410         template/prj_template.[ch] removed,
17411         template/lang_template.[ch] removed,
17412         template/lib_template.[ch] removed,
17413         template/Makefile.am adjusted,
17414         template/dtds/lang.dtd removed, 
17415         template/dtds/lib.dtd removed,
17416         template/dtds/prj.dtd removed,
17417         template/dtds/autotools.dtd removed,
17418         data/template/lib/* removed,
17419         data/template/language/* removed,
17420         data/template/library/* removed,
17421         data/template/project/* removed,
17422         date/template/Makefile.am adjusted:
17423         Remove everything except text-templates to replace hardcoded 
17424         Edit->Insert texts with dynamic loaded.
17426         * plugins/cvs-plugin/plugin.[ch],
17427         plugins/cvs-actions.[ch],
17428         plugins/Makefile.am,
17429         plugins/cvs-plugin/Makefile.am,
17430         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
17431         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17432         plugins/cvs-plugin/anjuta-cvs.plugin.in:
17433         Added initial cvs-plugin code
17435 2004-10-21  Naba Kumar  <naba@gnome.org>
17436         
17437         * libanjuta/anjuta-plugin.c,
17438         plugins/build-basic-autotools/build-basic-autotools.c,
17439         plugins/debugger/plugin.c,
17440         plugins/devhelp/plugin.c,
17441         plugins/editor/anjuta-docman.c,
17442         plugins/editor/goto_line.c,
17443         plugins/editor/plugin.c,
17444         plugins/editor/search-replace.c,
17445         plugins/editor/text_editor.c,
17446         plugins/file-loader/plugin.c,
17447         plugins/file-manager/plugin.c,
17448         plugins/file-wizard/file.c,
17449         plugins/file-wizard/plugin.c,
17450         plugins/gdb/plugin.c,
17451         plugins/gtodo/plugin.c,
17452         plugins/message-view/anjuta-msgman.c,
17453         plugins/profile-default/plugin.c,
17454         plugins/project-manager/plugin.c,
17455         plugins/sample1/plugin.c,
17456         plugins/terminal/terminal.c: Defined all global variables static,
17457         particularly class parent_class variables. They were getting
17458         confused at link time.
17460         * libanjuta/plugins.c: Do not unload plugins when they are
17461         deactivated. Simply cache them for later activation. Unloading
17462         modules have some problem with shared libs using static class
17463         registration. Fixed hash type for installed plugins. Eventually,
17464         we want to add "CanUnload" attribute for .plugin files (in
17465         "Anjuta Plugin" group) to let plugin loader know if the plugin can
17466         be unloaded from memory. Those plugins declaring CanUnload=false
17467         will not be unloaded from memory and will be put in the cache. Those
17468         not declaring anything or declaring CanUnload=true, will be unloaded
17469         from memory when they are deactivated.
17471         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
17472         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17473         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
17474         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
17475         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
17476         activation, deactivation. Fixed memory leaks.
17478 2004-10-20  Naba Kumar  <naba@gnome.org>
17480         * TODO.tasks: Updated.
17481         
17482         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17483         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
17484         macro for adding interfaces to plugin types. Code cleanup.
17485         
17486         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17487         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17488         
17489         * plugins/build-basic-autotools/build-basic-autotools.c,
17490         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17491         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17492         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17493         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17494         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17495         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17496         plugins/project-manager/plugin.c,
17497         plugins/symbol-browser/an_symbol_view.c,
17498         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17499         newly defined macro to add interfaces to plugin types.
17501         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17503 2004-10-20  Naba Kumar  <naba@gnome.org>
17505         * TODO.tasks: Added task list.
17506         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17507         default values.
17509 2004-10-19  Naba Kumar  <naba@gnome.org>
17511         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17512         
17513         * plugins/editor/action-callbacks.c,
17514         plugins/editor/action-callbacks.h,
17515         plugins/editor/anjuta-docman.c,
17516         plugins/editor/anjuta-docman.h,
17517         plugins/editor/anjuta-document-manager.ui,
17518         plugins/editor/file_history.c,
17519         plugins/editor/file_history.h,
17520         plugins/editor/plugin.c: Added file history browsing.
17521         
17522         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17523         
17524         * plugins/message-view/anjuta-message-manager.ui,
17525         plugins/message-view/plugin.c: Added document manager context menu.
17526         
17527         * plugins/symbol-browser/an_symbol_view.c,
17528         plugins/symbol-browser/an_symbol_view.h,
17529         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17530         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17531         document manager context menu.
17532         
17533         * scintilla/*, scintilla/include/*: Updated to current cvs.
17534         
17535 2004-10-19  Naba Kumar  <naba@gnome.org>
17537         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17538         placeholder for debugger UI.
17539         
17540         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17541         * plugins/file-manager/plugin.c: Fixed loading bug.
17542         
17543         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17544         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17545         Initializes gconf database with default values when the
17546         values are not defined. Use bool and int prefs separately.
17548         * plugins/editor/plugin.c: Added encoding preferences.
17549         * plugins/project-manager/plugin.c: Cleanup and debug messages.
17551         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17552         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17553         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17554         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17556 2004-10-18  Naba Kumar  <naba@gnome.org>
17558         * po/POTFILES.in: Updated.
17559         
17560         * libanjuta/anjuta-ui.c: Corrected debug messages.
17561         
17562         * libegg/egg-combo-action.c, libegg/test-actions.c,
17563         libegg/menu/egg-combo-action.h: Fixed combo action.
17564         
17565         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17566         Fixed format.
17567         
17568         * plugins/editor/action-callbacks.[c,h],
17569         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17570         Implemented file swap. Removed dead codes.
17571         
17572         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17573         dead codes.
17574         
17575         * plugins/symbol-browser/an_symbol_view.[c,h],
17576         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17577         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17578         Implemented file symbols. Implemented goto file line when symbol is
17579         selected.
17580         
17581         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17582         
17583 2004-10-10  Naba Kumar  <naba@gnome.org>
17585         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17586         
17587         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17588         
17589         * plugins/debugger/.cvsignore,
17590         (added) plugins/debugger/Makefile.am,
17591         (added) plugins/debugger/anjuta-debugger.glade,
17592         (added) plugins/debugger/anjuta-debugger.plugin.in,
17593         (added) plugins/debugger/anjuta-debugger.plugin.png,
17594         (added) plugins/debugger/anjuta-debugger.ui,
17595         plugins/debugger/attach_process.c,
17596         (removed) plugins/debugger/attach_process_cbs.c,
17597         (removed) plugins/debugger/attach_process_cbs.h,
17598         (removed) plugins/debugger/breakpoints.c,
17599         (removed) plugins/debugger/breakpoints.h,
17600         (removed) plugins/debugger/debug_tree.c,
17601         (removed) plugins/debugger/debug_tree.h,
17602         (removed) plugins/debugger/debugger.c,
17603         (removed) plugins/debugger/debugger.h,
17604         (removed) plugins/debugger/memory.c,
17605         (removed) plugins/debugger/memory.h,
17606         (added) plugins/debugger/plugin.c,
17607         (added) plugins/debugger/plugin.h,
17608         (removed) plugins/debugger/registers.c,
17609         (removed) plugins/debugger/registers.h,
17610         (removed) plugins/debugger/registers_cbs.c,
17611         (removed) plugins/debugger/registers_cbs.h,
17612         (removed) plugins/debugger/registers_gui.c,
17613         (removed) plugins/debugger/sharedlib.c,
17614         (removed) plugins/debugger/sharedlib.h,
17615         (removed) plugins/debugger/sharedlib_cbs.c,
17616         (removed) plugins/debugger/sharedlib_cbs.h,
17617         (removed) plugins/debugger/sharedlib_gui.c,
17618         (removed) plugins/debugger/signals.c,
17619         (removed) plugins/debugger/signals.h,
17620         (removed) plugins/debugger/signals_cbs.c,
17621         (removed) plugins/debugger/signals_cbs.h,
17622         (removed) plugins/debugger/signals_gui.c,
17623         (removed) plugins/debugger/stack_trace.c,
17624         (removed) plugins/debugger/stack_trace.h,
17625         (added) plugins/debugger/utilities.c,
17626         (added) plugins/debugger/utilities.h,
17627         (removed) plugins/debugger/watch.c,
17628         (removed) plugins/debugger/watch.h,
17629         (removed) plugins/debugger/watch_cbs.c,
17630         (removed) plugins/debugger/watch_cbs.h,
17631         (removed) plugins/debugger/watch_gui.c,
17632         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17633         
17634         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17635         Added debugger gdb backend plugin.
17636         
17637         * plugins/message-view/plugin.c: Registered all message stock icons.
17638         
17639         * plugins/profile-default/plugin.c: Loads debugger plugin.
17640         
17641         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17643 2004-10-08  Naba Kumar  <naba@gnome.org>
17645         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17646         information.
17647         
17648         * plugins/symbol-browser/.cvsignore,
17649         plugins/symbol-browser/Makefile.am,
17650         plugins/symbol-browser/an_symbol_view.c,
17651         plugins/symbol-browser/an_symbol_view.h,
17652         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17653         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17654         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17655         plugins/symbol-browser/plugin.c,
17656         plugins/symbol-browser/plugin.h,
17657         plugins/symbol-browser/sv_class.xpm,
17658         plugins/symbol-browser/sv_function.xpm,
17659         plugins/symbol-browser/sv_macro.xpm,
17660         plugins/symbol-browser/sv_private_fun.xpm,
17661         plugins/symbol-browser/sv_private_var.xpm,
17662         plugins/symbol-browser/sv_protected_fun.xpm,
17663         plugins/symbol-browser/sv_protected_var.xpm,
17664         plugins/symbol-browser/sv_public_fun.xpm,
17665         plugins/symbol-browser/sv_public_var.xpm,
17666         plugins/symbol-browser/sv_static_fun.xpm,
17667         plugins/symbol-browser/sv_static_var.xpm,
17668         plugins/symbol-browser/sv_struct.xpm,
17669         plugins/symbol-browser/sv_unknown.xpm,
17670         plugins/symbol-browser/sv_variable.xpm,
17671         plugins/symbol-browser/test-symbol-browser.c,
17672         plugins/Makefile.am: Implemented Symbol
17673         browser plugin.
17674         
17675         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17676         
17677         * plugins/build-basic-autotools/Makefile.am,
17678         plugins/devhelp/Makefile.am,
17679         plugins/editor/Makefile.am,
17680         plugins/file-loader/Makefile.am,
17681         plugins/file-manager/Makefile.am,
17682         plugins/file-wizard/Makefile.am,
17683         plugins/gtodo/Makefile.am,
17684         plugins/message-view/Makefile.am,
17685         plugins/profile-default/Makefile.am,
17686         plugins/project-manager/Makefile.am
17687         plugins/sample1/Makefile.am,
17688         plugins/terminal/Makefile.am,
17689         scintilla/Makefile.am,
17690         libegg/Makefile.am,
17691         launcher/Makefile.am,
17692         libanjuta/Makefile.am,
17693         src/Makefile.am,
17694         tagmanager/Makefile.am,
17695         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17696         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17697         files. Also fixed library dependencies.
17698         
17699         * plugins/editor/aneditor.cxx: Disabled unused codes.
17700         * plugins/file-manager/an_file_view.c: Added copyright.
17701         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17702         
17703         * plugins/profile-default/plugin.c: Can load plugins by location.
17704         * plugins/project-manager/plugin.c: Remove project_root_uri value
17705         when project is closed.
17706         
17707 2004-10-06  Naba Kumar  <naba@gnome.org>
17709         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17710         
17711         * libanjuta/interfaces/libanjuta.idl,
17712         plugins/editor/text_editor.c: Added get_length()
17713         and get_current_word() methods in IAnjutaEditor interface.
17714         
17715         * libegg/Makefile.am: Added test_actions target.
17716         
17717         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17718         
17719         * plugins/build-basic-autotools/build-basic-autotools.c,
17720         plugins/file-loader/plugin.c,
17721         plugins/message-view/message-view.c: Added code to go to file and
17722         line number,
17723         
17724         * plugins/devhelp/plugin.c: Context sensitive help now works.
17725         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17726         uri as line number and goes to that line number.
17727         
17728         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17729         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17730         gtodo_client_load() method to load from a diffrent file. Watched 
17731         project root directory in plugin to open TODO.tasks of the project.
17732         
17733         * plugins/project-manager/plugin.c: Updates project UI
17734         sensitive/insensitive.
17736         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17737         anjuta-shell program to test plugins.
17738         
17739         * src/anjuta-app.c: Registered UI accels.
17740         
17741 2004-09-28  Naba Kumar  <naba@gnome.org>
17743         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17744         method.
17745         
17746         * src/anjuta-app.c: Implemented present widget method.
17747         
17748         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17749         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17750         
17751         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17752         added editor.
17753         
17754         * plugins/editor/text_editor.c: Connects to preferences changed signal
17755         correctly.
17756         
17757 2004-09-28  Naba Kumar  <naba@gnome.org>
17758         
17759         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17760         print code.
17761         
17762         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17763         size to 5 pix.
17764         
17765         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17766         in changed signal callback.
17767         
17768         * plugins/editor/action-callbacks.c: Implemented save_all action
17769         callback. Removed dead code. Do save_as when saving a new file.
17770         Implemented incremental search.
17771         
17772         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17773         
17774         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17775         
17776         * src/anjuta-app.c: Registers UI accelerators.
17777         
17778 2004-09-27  Naba Kumar  <naba@gnome.org>
17780         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17781         
17782         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17783         plugins/devhelp/anjuta-devhelp.plugin.in,
17784         plugins/file-loader/anjuta-loader.plugin.in,
17785         plugins/file-manager/anjuta-file-manager.plugin.in,
17786         plugins/gtodo/anjuta-gtodo.plugin.in,
17787         plugins/project-manager/anjuta-project-manager.plugin.in,
17788         plugins/terminal/anjuta-terminal.plugin.in:
17789         Gave proper plugin names.
17791         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17792         error when regex fail.
17793         
17794         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17795         Added help and context search. Watches current editor. More menus
17796         in Help submenu. Update UI (sensitive when required) properly.
17797         
17798         * plugins/editor/anjuta-document-manager.ui,
17799         plugins/devhelp/anjuta-devhelp.ui,
17800         plugins/message-view/anjuta-message-manager.ui,
17801         src/anjuta.ui: Goto menu actions are in separate submenu.
17802         
17803         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17804         Removed unimplemented UI elements.
17805         
17806         * src/anjuta-app.c: Larger (and normal) icon size.
17807         
17808         * src/layout.xml: Task manager plugin along with document (in middle).
17809         
17810         * plugins/editor/plugin.c, plugins/file-loader.c,
17811         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17812         in gtkactions. Enable/disable UI properly.
17813         
17814 2004-09-26  Naba Kumar  <naba@gnome.org>
17816         * po/POTFILES.in: Updated, added missing files.
17818         * .cvsignore: Updated.
17819         
17820         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17821         a new function to get User input text.
17822         
17823         * libanjuta/resources.[c,h]: Added a function to created sized image.
17824         
17825         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17826         from filename, as thats the correct representation.
17827         
17828         * plugins/build-basic-autotools/Makefile.am,
17829         (added) plugins/build-basic-autotools/automake-c.filters,
17830         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17831         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17832         Rearragned UI elements in the build menu. Added codes to read build
17833         filter rules from external file. Implemented all build, configure,
17834         autogen commands. Watches current editor and project.
17835         
17836         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17837         Added editor changed signal and exports current editor value.
17838         Fixed parameter names. Fixed get_uri() interface implementation to
17839         return correct uri.
17840         
17841         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17842         elements.
17843         
17844         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17845         
17846         * plugins/file-manager/an_file_view.c,
17847         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17848         
17849         * plugins/file-wizard/file.c: Reads uri correctly.
17850         
17851         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17852         sets the page to the new view.
17853         
17854         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17855         Fixed signal connecting.
17856         
17857         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17858         to "project_root_uri" and exports as uri.
17859         
17860 2004-09-24  Naba Kumar  <naba@gnome.org>
17862         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17863         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17864         in correct way.
17865         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17866         * plugins/file-loader/plugin.c: Added comments.
17867         * plugins/build-basic-autotools/plugin.c: Added comments.
17868         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17869         
17870         * libanjuta/interfaces/libanjuta.idl,
17871         plugins/message-view/anjuta-msgman.c,
17872         plugins/message-view/message-view.c,
17873         plugins/message-view/message-view.h,
17874         plugins/message-view/plugin.c: Buffering and appending messages have
17875         been separated. message-view implementations cleaned up. Signals
17876         Emissions fixed. Messages now displayed in summary and details show
17877         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17878         API.
17879         
17880         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17881         preferences.
17882         
17883         * plugins/build-basic-autotools/Makefile.am,
17884         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17885         parsing of output to create message summaries. Uses new message view
17886         API.
17887         
17888         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17889         preferences to make dialog box smaller.
17890         
17891         * plugins/editor/search-replace.c: Fixed compile error with change
17892         in IAnjutaMessageView API.
17893         
17894 2004-09-21  Naba Kumar  <naba@gnome.org>
17896         * plugins/Makefile.am: Deletes old (installed) plugins before
17897         installing new ones.
17898         
17899         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17900         plugins/build-basic-autotools/build-basic-autotools.c,
17901         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17902         file URI from filemanager. Only disables/enables build submenu in file
17903         manager, instead of merging/unmerging.
17904         
17905         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17906         non-text files.
17907         
17908         * plugins/file-loader/anjuta-loader-plugin.ui,
17909         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17910         Implemented "Open with" file manager submenu. Displays error message
17911         when file can not be opened.
17912         
17913         * plugins/file-manager/an_file_view.c: Renamed
17914         file_manager_current_filename value name to file_manager_current_uri
17915         and exports proper URI.
17916         
17917         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17919 2004-09-19  Naba Kumar  <naba@gnome.org>
17921         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17922         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17923         save point signal to change editor tabs. Fixed accels.
17924         
17925         * plugins/file-loader/plugin.c: Fixed accels.
17927         * plugins/project-manager/plugin.c: Added target selection callback.
17928         
17929         * plugins/project-manager/plugin.c: Added URI activation.
17930         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17931         Fixed dialog and closed it on ok. Fixed a crash bug.
17932         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17934         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17935         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17936         plugins/file-loader/anjuta-loader-plugin.ui,
17937         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17938         Added recent files in file loade plugin.
17939         
17940         * ChangeLog: Fixed entry dates.
17941         
17942 2004-09-18  Naba Kumar  <naba@gnome.org>
17944         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17945         an unnecessary GtkFrame.
17946         
17947 2004-09-17  Naba Kumar  <naba@gnome.org>
17949         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17951         * TODO: Updated.
17952         
17953         * data/Makefile.am: Disabled installing old mime info.
17954         
17955         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17956         
17957         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17958         plugins/editor/anjuta-document-manager.ui,
17959         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17960         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17961         Added Editor context popup menu.
17962         
17963         * plugins/project-manager/anjuta-project-manager-plugin.png:
17964         Update image.
17965         
17966         * plugins/project-manager/anjuta-project-manager.plugin.in:
17967         Support .anjuta mime type.
17968         
17969         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17970         value.
17971         
17972         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17973         value.
17974         
17975         * src/layout.xml, plugins/profile-default/plugin.c:
17976         Added project manager plugin for startup.
17978 2004-09-16  Naba Kumar  <naba@gnome.org>
17979         
17980         * anjuta.prj: Updated.
17981         
17982         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17983         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17984         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17985         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17986         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17987         plugins/terinal/Makefile.am, src/Makefile.am,
17988         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17989         Fixed makefile syntax errors.
17991 2004-09-16  Naba Kumar  <naba@gnome.org>
17993         * configure.in, src/layout.xml,
17994         plugins/profile-default/plugin.c,
17995         libanjuta/interfaces/libanjuta.idl,
17996         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17997         
17998         * configure.in, plugins/Makefile.am,
17999         plugins/project-manager/.cvsignore, 
18000         plugins/project-manager/Makefile.am,
18001         plugins/project-manager/anjuta-project-manager-plugin.png,
18002         plugins/project-manager/anjuta-project-manager.plugin.in,
18003         plugins/project-manager/anjuta-project-manager.ui,
18004         plugins/project-manager/plugin.c,
18005         plugins/project-manager/plugin.h: Added project manager plugin
18006         based on gnome-build.
18007         
18008         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
18009         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
18010         
18011         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
18012         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18013         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
18014     
18015 2004-09-16  Naba Kumar  <naba@gnome.org>
18017         * plugins/editor/action-callbacks.c: Fixed compile error.
18018         
18019 2004-09-15  Naba Kumar  <naba@gnome.org>
18021         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
18022         
18023         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
18024         New improved splace with nicer progress.
18025         
18026         * configure.in, plugins/Makefile.am,
18027         (added) file-wizard/.cvsignore,
18028         (added) file-wizard/Makefile.am,
18029         (added) file-wizard/action-callbacks.c,
18030         (added) file-wizard/action-callbacks.h,
18031         (added) file-wizard/anjuta-file-wizard-plugin.png,
18032         (added) file-wizard/anjuta-file-wizard.glade,
18033         (added) file-wizard/anjuta-file-wizard.plugin.in,
18034         (added) file-wizard/anjuta-file-wizard.ui,
18035         (added) file-wizard/file.c,
18036         (added) file-wizard/file.h,
18037         (added) file-wizard/plugin.c,
18038         (added) file-wizard/plugin.h:
18039         Created new file wizard and added it. The wizard takes care of text
18040         bit insertions and new files creation.
18042         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18043         plugins/editor/action-callbacks.h,
18044         plugins/editor/anjuta-document-manager.glade,
18045         plugins/editor/anjuta-document-manager.ui,
18046         plugins/editor/plugin.c, plugins/editor/text_editor.c,
18047         (removed) plugins/editor/file.[c,h]: Removed text insertions and
18048         new files code and moved into a new plugin (file wizard).
18049         
18050         * libanjuta/plugins.[c,h]: Added plugins selection function.
18051         
18052         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
18053         get_position(), insert() in IAnjutaEditor interface. Added
18054         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
18055         interface (for wizard plugins).
18057         * plugins/file-loader/anjuta-loader-plugin.ui,
18058         plugins/file-loader/plugin.c: Added wizard launcher interface which
18059         scans for plugins implement IAnjutaWizard interface and presents the
18060         list to user for selection. The selected plugin is then activated
18061         for the wizard.
18063         * libanjuta/interfaces/.cvsignore: Updated.
18064         * plugins/message-view/.cvsignore: Updated.
18065         * plugins/launcher/*: Removed as launcher has already been moved to
18066         libanjuta as class.
18068         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18069         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18070         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18071         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18072         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
18073         Updated API documentations.
18075 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
18077         * configure.in: Added Punjabi to ALL_LINGUAS
18079 2004-07-29  Naba Kumar  <naba@gnome.org>
18081         * configure.in: Added file-loader plugin Makefile path and
18082         fixed devhelp version requirement.
18084 2004-07-28  Naba Kumar  <naba@gnome.org>
18086         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
18087         terminal/preferences-terminal.png (added), message-view/*.png (added),
18088         message-view/*.xpm (added), editor/*.png (added),
18089         editor/*.xpm (added), plugins/editor/Makefile.am,
18090         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18091         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18092         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18093         respective plugins directories.
18095         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18096         pixmaps/block-end-16.png, pixmaps/block-end.png
18097         pixmaps/block-start-16.png, pixmaps/block-start.png
18098         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18099         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18100         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18101         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18102         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18103         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18104         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18105         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18106         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18107         pixmaps/preferences-editor.png, pixmaps/undock.png
18108         pixmaps/error-next-16.png, pixmaps/error-next.png
18109         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18110         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18111         pixmaps/preferences-terminal.png: Deleted
18113         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18114         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18115         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18116         plugins/editor/anjuta-document-manager.plugin.in,
18117         plugins/editor/anjuta-document-manager.ui,
18118         plugins/editor/plugin.c, plugins/editor/print.c,
18119         plugins/editor/search-replace_backend.c,
18120         plugins/editor/search_preferences.h,
18121         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18122         Moved properties souce files to editor plugin as it not required in
18123         libanjuta. Other editor fixes.
18125         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18126         libegg/dock/* (removed)
18127         : Restored GDL external dependencies and removed libegg dock
18128         sources, because gdl is being developed.
18129         
18130         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18131         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18132         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18133         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18134         libanjuta/plugins.c, libanjuta/plugins.h,
18135         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18136         gconf system. Shell now takes docking positions. Added more utility
18137         functions. Added plugins query function. And other fixes.
18139         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18140         
18141         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18142         plugin to load files based on mime type.
18143         
18144         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18145         
18146         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18147         plugins/file-manager/plugin.c: File manager now uses file loader to
18148         open files.
18150         * plugins/message-view/anjuta-msgman.c,,
18151         plugins/message-view/message-view.c,
18152         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18154         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18155         plugins/terminal/terminal.c, src/Makefile.am,
18156         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18157         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18158         
18159         * libegg/dock/*: Removed directory.
18160         
18161 2004-07-28  Naba Kumar  <naba@gnome.org>
18163         * configure.in: Reduced gnome-print version requirement.
18164         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18166 2004-07-21  Ray Strode  <rstrode@redhat.com>
18167         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18168         new mime sytem.
18170 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18171         
18172         * plugins/editor/search-replace.c: Some fixes
18173         * plugins/terminal/Makefile.am:
18174         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18176 2004-05-19  Naba Kumar  <naba@gnome.org>
18178         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18179         compiler warning.
18181 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18183         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18184         Implemented IAnjutaSavable
18185         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18187 2004-05-17  Naba Kumar  <naba@gnome.org>
18189         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
18190         plugins/build-basic-autotools/.cvsignore,
18191         plugins/build-basic-autotools/Makefile.am,
18192         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
18193         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18194         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18195         plugins/build-basic-autotools/build-basic-autotools.c,
18196         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
18197         build plugin.
18198         
18199         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
18200         definition.
18201         
18202         * plugins/file-manager/an_file_view.c,
18203         plugins/file-manager/anjuta-file-manager.ui,
18204         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
18205         Added context menu UI.
18206         
18207         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
18208         in view menu.
18210 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
18211         
18212         * libanjuta/anjuta-preferences.[ch]: 
18213         Added save/load_gconf functions
18214         * src/action_callbacks.[ch], src/preferences.c: 
18215         Load global prefs from gconf at startup and save them
18216         on exit. Prefs load and save correctly but something resets
18217         them to default after loading...
18218         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18219         Somehow the linker does not find save/load_gconf functions
18220         in libanjuta. Must be a stupid mistake, I would be glad
18221         if someone could fix that.
18222         * manuals/reference/libanjuta-sections.txt: Added new
18223         preferences functions and removed gnome-filelist
18224         * plugins/file-manager/anjuta-file-manager-plugin.glade:
18225         * plugins/file-manager/plugin.c:
18226         Added root-path property
18228 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
18229         
18230         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
18231         they are not longer needed.
18232         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
18233         anjuta-sections.txt: Remove references to the files
18234         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
18235         Use new nautilus icons for file-manager, looks incredible
18236         cool!
18238 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18239         
18240         * plugins/editor/anjuta-docman.c: gchar* to 
18241         const gchar* in arguments
18242         * plugins/editor/text_editor.c: Implemented IAnjutaFile
18243         Interface
18244         * plugins/file-manager/an_file_view.c: Open files on
18245         double-click. Does not work yet because it does not
18246         find IAnjutaFile interface in document manager
18248 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18249         
18250         * plugins/editor/anjuta-docman.c
18251         * plugins/editor/text_editor.c:
18252         Made close button working, made multiple selection in
18253         File/Open dialog possble, fixed crash bug if file cannot
18254         be opened.
18256 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18257         
18258         * plugins/editor/action-callbacks.c
18259         * plugins/editor/anjuta-docman.c
18260         * plugins/editor/anjuta-docman.h
18261         * plugins/editor/search-replace.c
18262         * plugins/editor/search-replace_backend.c
18263         * plugins/editor/text_editor.c
18264         * plugins/editor/text_editor.h:
18265         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
18266         able to open all files, use uri instead of full_filename, fixed
18267         many bugs.
18270 2004-05-13  Naba Kumar  <naba@gnome.org>
18272         * plugins/message-view/anjuta-message-manager-plugin.glade:
18273         HIG compliant.
18275         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
18276         management.
18278         * pixmaps/anjuta_splash.png: Added border.
18279         
18280         * plugins/editor/anjuta-document-manager.png: New icon.
18281         
18282         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
18283         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
18284         
18285         plugins/editor/Makefile.am,
18286         plugins/editor/search-replace.c,
18287         plugins/editor/search-replace.h,
18288         plugins/editor/search-replace_backend.c,
18289         plugins/editor/search-replace_backend.h,
18290         plugins/editor/search_preferences.h,
18291         plugins/editor/search_preferences.c: Merged changes from
18292         ANJUTA_1_2_0 branch.
18293         
18294         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
18295         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
18296         operational.
18298         * plugins/terminal/Makefile.am,
18299         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
18300         dialog.
18301         
18302         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
18303         submenu.
18305 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18306         * plugins/message-view/plugin.c: Fixed glade file loading
18307         Removed "Show messages" menu item
18308         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
18309         twice because of this load system layout hack.
18310         * libanjuta/anjuta-ui.h: Removed #include config.h
18311         * libanjuta/libanjuta.pc: Fixed path and depencies
18312         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
18313         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
18314         * libanjuta/properties.cxx : #include "properties_cxx.h"
18315         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
18317 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18318         * plugins/message-view/*: Fixed message view preferences
18319         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
18320         * anjuta.glade: Removed messages stuff
18322 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18323         
18324         * Removed libanjutamm, it is now hosted on SF.net:
18325         cvs.sf.net/cvsroot/anjuta/libanjutamm
18327 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
18328         
18329         * libanjutamm/*
18330         Added some experimental code to add support for C++ plugins.
18331         Nothing works yet and it is likely that it will disappear but
18332         I have some questions to murrayc and he wants to see the code.
18334 2004-05-11  Naba Kumar  <naba@gnome.org>
18336         * plugins/terminal/terminal.c: Fixed prefs loading bug.
18338         * plugins/editor/action-callbacks.c: Fixed a crash bug in
18339         hightlight style menu actions.
18341         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18342         manuals/reference/libanjuta/plugin-description-file.sgml,
18343         manuals/reference/libanjuta/writing-plugins.sgml,
18344         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18345         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18346         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
18348         * src/anjuta-app.c: Always load system layout for now.
18350         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
18351         
18352         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18353         manuals/reference/libanjuta/libanjuta-sections.txt,
18354         manuals/reference/libanjuta/libanjuta.types,
18355         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18356         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18357         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18358         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18359         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18360         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
18361         Updated documentation.
18363         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
18364         plugins/profile-default/plugin.c, src/layout.xml:
18365         Created terminal plugin.
18366          
18367         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
18368         (new) plugins/file-manager/.cvsignore,
18369         plugins/file-manager/an_file_view.c,
18370         plugins/file-manager/plugin.c,
18371         plugins/file-manager/plugin.h: Moved preferences to separate
18372         glade file and added cvsignore file.
18373         
18374         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
18375         from ANJUTA_1_2_0 branch. Please note that other po files need merging
18376         from the branch. I tried it     but there were way too many conflicts.
18377         
18378         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
18379         
18380         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
18381         util functions required during the merge.
18382         
18383         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
18384         interface.
18385         
18386         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
18387         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
18388         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18389         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
18390         Merged with ANJUTA_1_2_0 branch.
18392 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
18394         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
18396 2004-05-07  Naba Kumar  <naba@gnome.org>
18398         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
18400         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
18401         Added preferences reading and loading.
18402         
18403         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
18404         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
18405         libanjuta/fileselection.c, libanjuta/fileselection.h,
18406         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
18407         
18408         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
18410         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
18411         anjuta.spec.in, configure.in, data/autogen.sh.generic,
18412         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
18413         data/macros/autogen.sh, data/macros2/autogen.sh
18414         data/properties/ada.properties, data/properties/anjuta.properties,
18415         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
18416         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
18417         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
18418         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
18419         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
18420         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
18421         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
18422         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
18423         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
18424         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
18425         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
18426         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
18427         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
18428         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
18429         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
18430         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
18431         plugins/class-gen/clsGen.c, plugins/editor/print.c,
18432         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
18433         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
18434         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
18435         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
18436         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
18437         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
18438         (added) scintilla/scintilla-marshal.c,
18439         (added) scintilla/scintilla-marshal.h,
18440         (added) scintilla/scintilla-marshal.list,
18441         scintilla/include/SString.h, scintilla/include/SciLexer.h,
18442         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
18443         (added) scintilla/patches/scintilla-calltip-align.patch,
18444         (added) scintilla/patches/scintilla-minor.patch,
18445         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
18447 2004-05-06  Naba Kumar  <naba@gnome.org>
18449         * (added) plugins/file-manager/Makefile.am,
18450         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
18451         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
18452         (added) plugins/file-manager/anjuta-file-manager.ui,
18453         (added) plugins/file-manager/plugin.c,
18454         (added) plugins/file-manager/plugin.h,
18455         (removed) plugins/file-manager/an_file_view.h,
18456         plugins/Makefile.am, configure.in,
18457         plugins/file-manager/an_file_view.c: Created file manager plugin.
18458         
18459         * plugins/profile-default/plugin.c: Added file manager plugin in default
18460         profile.
18461         
18462         * libanjuta/Makefile.am: Fixed dependencies.
18463         * pixmaps/anjuta_splash.png: New splash screen.
18465 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
18466         
18467         * template/template.c/h: Added in-line doc
18468         * manuals/reference/template/*: Added template documentation
18469         * configure.in: Build template docs
18471 2004-05-05  Naba Kumar  <naba@gnome.org>
18473         * autogen.sh: Added commands to generate initial interfaces.
18474         
18475         * libanjuta/Makefile.am,
18476         (removed)libanjuta/anjuta-plugin-parser.c,
18477         (removed)libanjuta/anjuta-plugin-parser.h,
18478         (added)libanjuta/anjuta-plugin-description.c,
18479         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
18480         plugin description.
18481         
18482         * libanjuta/anjuta-plugin.c,
18483         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
18484         
18485         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
18486         and added AnjutaShellPlacement enum for widgeds placement (passed to 
18487         widget add_widget() method.
18488         
18489         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18490         and moved plugin sets loading in profile plugins.
18491         
18492         * libanjuta/interfaces/.cvsignore,
18493         (removed)libanjuta/interfaces/Makefile.am,
18494         libanjuta/interfaces/libanjuta.idl,
18495         libanjuta/interfaces/anjuta-idl-compiler.pl,
18496         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18497         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18498         (removed)libanjuta/interfaces/ianjuta-editor.c,
18499         (removed)libanjuta/interfaces/ianjuta-editor.h,
18500         (removed)libanjuta/interfaces/ianjuta-file.c,
18501         (removed)libanjuta/interfaces/ianjuta-file.h,
18502         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18503         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18504         (removed)libanjuta/interfaces/ianjuta-message-view.c,
18505         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18506         *.h and Makefile.am files. They are autogenerated. Interfaces are
18507         by anjuta-idl-compiler.pl from libanjuta.idl file.
18508         
18509         * manuals/reference/libanjuta/Makefile.am,
18510         manuals/reference/libanjuta/anjuta-architecture.sgml,
18511         manuals/reference/libanjuta/libanjuta-docs.sgml,
18512         manuals/reference/libanjuta/libanjuta-sections.txt,
18513         manuals/reference/libanjuta/libanjuta.types,
18514         manuals/reference/libanjuta/plugin-description-file.sgml,
18515         manuals/reference/libanjuta/writing-plugins.sgml,
18516         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18517         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18518         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18519         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18520         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18521         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18522         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18523         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18524         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18525         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18526         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18527         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18528         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18529         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18530         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18531         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18532         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18533         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18534         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18535         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18536         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18537         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18538         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18539         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18540         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18541         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18542         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18543         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18544         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18545         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18546         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18547         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18548         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18549         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18550         interfaces template sgmls.
18551         
18552         * plugins/Makefile.am,
18553         plugins/devhelp/anjuta-devhelp.plugin.in,
18554         plugins/devhelp/plugin.c,
18555         plugins/editor/action-callbacks.c,
18556         plugins/editor/anjuta-document-manager.plugin.in,
18557         plugins/editor/plugin.c,
18558         plugins/editor/plugin.h,
18559         plugins/editor/text_editor.c,
18560         plugins/sample1/plugin.c,
18561         plugins/message-view/anjuta-message-manager.plugin.in,
18562         plugins/message-view/plugin.c: Fixed shell add_widget method to take
18563         placement. Fixed other errors.
18564         
18565         * (added)plugins/profile-default/.cvsignore,
18566         (added)plugins/profile-default/Makefile.am,
18567         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18568         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18569         (added)plugins/profile-default/anjuta-default-profile.ui,
18570         (added)plugins/profile-default/plugin.c,
18571         (added)plugins/profile-default/plugin.h: Added a default new
18572         profile plugin.
18573         
18574         * src/Makefile.am,
18575         src/action-callbacks.c,
18576         src/anjuta-app.c,
18577         src/anjuta.c,
18578         src/main.cpp: Fixed necessary changes for libanjuta
18580 2004-05-04  Naba Kumar  <naba@gnome.org>
18582         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18583         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18584         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18585         placement for default widgets placements.
18587 2004-05-03  Naba Kumar  <naba@gnome.org>
18589         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18590         manuals/reference/libanjuta/libanjuta-docs.sgml,
18591         manuals/reference/libanjuta/plugin-description-file.sgml,
18592         manuals/reference/libanjuta/writing-plugins.sgml:
18593         Wrote more sections in writing-plugins document and fixed errors.
18595 2004-05-03  Naba Kumar  <naba@gnome.org>
18597         * libanjuta/interfaces/libanjuta.idl: Added interface
18598         IAnjutaFileManager.
18599         
18600         * manuals/reference/libanjuta/anjuta-architecture.dia,
18601         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18602         architecture diagram.
18603         
18604         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18605          manuals/reference/libanjuta/libanjuta-docs.sgml,
18606         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18607         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18608         Wrote writing-plugins document and separated chapters into
18609         separate sgml files.
18610         
18611         * plugins/file-manager/an_file_view.c,
18612         plugins/file-manager/an_file_view.h: New and improved directory
18613         rendering.
18615 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18617         * anjuta.glade: re-designed the new file dialog
18618         * anjuta_dialogs_strings.c: new strings from the new file dialog
18620 2004-04-30  Naba Kumar  <naba@gnome.org>
18622         * libanjuta/interfaces/Makefile.am.iface,
18623         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18624         
18625         * libanjuta/interfaces/libanjuta.idl: Updated.
18627         * libanjuta/interfaces/Makefile.am.iface,
18628         libanjuta/interfaces/libanjuta.idl: Updated.
18630 2004-04-29  Naba Kumar  <naba@gnome.org>
18631         
18632         * libanjuta/interfaces/Makefile.am.iface,
18633         libanjuta/interfaces/libanjuta.idl: Updated.
18635 2004-04-29  Naba Kumar  <naba@gnome.org>
18637         * libanjuta/interfaces/giface-idlc-c.pl,
18638         libanjuta/interfaces/libanjuta.idl: Upgraded.
18639         * libanjuta/interfaces/Makefile.am.iface: Added.
18640         
18641 2004-04-28  Naba kumar  <naba@gnome.org>
18643         * libanjuta/interfaces/giface-idlc-c.pl,
18644         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18645         definitions and wrote a compiler.
18646         
18647 2004-04-28  Naba Kumar  <naba@gnome.org>
18649         * libanjuta/anjuta-shell.c: Fixed docs.
18650         * libanjuta/interfaces/Makefile.am,
18651         libanjuta/interfaces/ianjuta-file.c,
18652         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18653         
18654         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18655         
18656         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18658         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18659         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18660         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18661         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18662         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18663         * src/anjuta-app.c: Fixed bug.
18665 2004-04-27  Naba Kumar  <naba@gnome.org>
18667         * libanjuta/anjuta-preferences-dialog.c,
18668         manuals/Makefile.am: Fixed document bugs and enabled docs
18669         building.
18671         * libanjuta/anjuta-preferences-dialog.c,
18672         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18673         More documentation.
18674         
18675         * libanjuta/anjuta-preferences.c,
18676         manuals/reference/libanjuta/libanjuta-docs.sgml,
18677         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18678         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18679         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18680         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18681         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18682         Wrote more documentations.
18684         * (removed) plugins/message-view/imessage-view.c,
18685         (removed) plugins/message-view/ianjuta-msgman.c,
18686         plugins/message-view/Makefile.am,
18687         plugins/message-view/anjuta-msgman.c,
18688         plugins/message-view/anjuta-msgman.h,
18689         plugins/message-view/message-view.c,
18690         plugins/message-view/message-view.h,
18691         plugins/message-view/plugin.c,
18692         plugins/message-view/plugin.h: Moved interface implementations
18693         in their respective classes and used correct macros to
18694         defined class types.
18696         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18697         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18698         AnjutaUI from GtkUIManager instead of GtkDialog.
18700         * manuals/reference/libanjuta/Makefile.am,
18701         manuals/reference/libanjuta/libanjuta-docs.sgml,
18702         manuals/reference/libanjuta/libanjuta-sections.txt,
18703         manuals/reference/libanjuta/libanjuta.types,
18704         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18705         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18706         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18707         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18708         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18709         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18710         Wrote more documentation, fixed typos, added architecture
18711         diagram, updated object types etc.
18713         * plugins/editor/text_editor.c: Fixed interface implementation.
18715 2004-04-26  Naba Kumar  <naba@gnome.org>
18717         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18718         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18719         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18720         architecture diagram and a new chapter on plugins description file.
18722 2004-04-25  Naba Kumar  <naba@gnome.org>
18724         *  libanjuta/anjuta-children.h,
18725         libanjuta/anjuta-plugin.c,
18726         libanjuta/anjuta-plugin.h,
18727         libanjuta/anjuta-preferences.c,
18728         libanjuta/anjuta-shell.c,
18729         libanjuta/anjuta-shell.h,
18730         libanjuta/e-splash.c,
18731         libanjuta/e-splash.h,
18732         manuals/reference/libanjuta/Makefile.am,
18733         manuals/reference/libanjuta/libanjuta-docs.sgml,
18734         manuals/reference/libanjuta/libanjuta-sections.txt,
18735         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18736         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18737         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18738         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18739         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18740         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18741         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18742         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18743         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18744         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18745         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18746         manuals/reference/libanjuta/tmpl/defaults.sgml,
18747         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18748         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18749         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18750         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18751         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18752         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18753         manuals/reference/libanjuta/tmpl/plugins.sgml,
18754         manuals/reference/libanjuta/tmpl/properties.sgml,
18755         manuals/reference/libanjuta/tmpl/resources.sgml,
18756         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18757         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18758         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18759         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18760         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18761         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18763         Added more template files and wrote more documentation.
18765 2004-04-24  Andras Timar  <timar@gnome.hu>
18767         * configure.in: Added hu to ALL_LINGUAS.
18769 2004-04-23  Naba Kumar  <naba@gnome.org>
18770         
18771         * configure.in: Fixed compile error.
18772         
18773         * libanjuta/anjuta-children.c,
18774         libanjuta/anjuta-children.h,
18775         libanjuta/anjuta-preferences.c,
18776         libanjuta/anjuta-preferences.h,
18777         libanjuta/anjuta-shell.c,
18778         libanjuta/anjuta-ui.c,
18779         libanjuta/anjuta-ui.h,
18780         manuals/reference/libanjuta/Makefile.am,
18781         manuals/reference/libanjuta/libanjuta-docs.sgml,
18782         manuals/reference/libanjuta/libanjuta.types,
18783         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18784         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18785         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18786         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18787         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18788         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18789         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18790         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18791         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18792         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18793         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18794         manuals/reference/libanjuta/tmpl/defaults.sgml,
18795         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18796         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18797         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18798         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18799         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18800         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18801         manuals/reference/libanjuta/tmpl/plugins.sgml,
18802         manuals/reference/libanjuta/tmpl/properties.sgml,
18803         manuals/reference/libanjuta/tmpl/resources.sgml,
18804         plugins/sample1/plugin.c: Added libanjuta API documentation.
18806 2004-04-22  Naba Kumar  <naba@gnome.org>
18808         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18809         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18810         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18811         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18812         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18813         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18814         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18815         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18816         (removed) libegg/eggradiotoolbutton.c,
18817         (removed) libegg/eggseparatortoolitem.c,
18818         (removed) libegg/eggtoggletoolbutton.c,
18819         (removed) libegg/eggtoolbar.c,
18820         (removed) libegg/eggtoolbutton.c,
18821         (removed) libegg/eggtoolitem.c,
18822         (removed) libegg/prop-editor.c,
18823         (removed) libegg/test-actions.c,
18824         (removed) libegg/test-drag.c,
18825         (removed) libegg/test-merge.c,
18826         (removed) libegg/test-toolbar.c,
18827         libegg/menu/Makefile.am,
18828         (removed) libegg/menu/egg-accel-dialog.h,
18829         (removed) libegg/menu/egg-action-group.h,
18830         (removed) libegg/menu/egg-action.h,
18831         libegg/menu/egg-entry-action.h,
18832         (removed) libegg/menu/egg-markup.h,
18833         (removed) libegg/menu/egg-menu-merge.h,
18834         (removed) libegg/menu/egg-menu.h,
18835         (removed) libegg/menu/egg-radio-action.h,
18836         (removed) libegg/menu/egg-toggle-action.h,
18837         (removed) libegg/menu/howitshouldwork.txt,
18838         (removed) libegg/toolbar/.cvsignore,
18839         (removed) libegg/toolbar/Makefile.am,
18840         (removed) libegg/toolbar/TODO,
18841         (removed) libegg/toolbar/eggradiotoolbutton.h,
18842         (removed) libegg/toolbar/eggseparatortoolitem.h,
18843         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18844         (removed) libegg/toolbar/eggtoolbar.h,
18845         (removed) libegg/toolbar/eggtoolbutton.h,
18846         (removed) libegg/toolbar/eggtoolitem.h,
18847         (removed) libegg/toolbar/prop-editor.h,
18848         (removed) libegg/toolbar/toolbar-api.txt,
18849         (removed) libegg/toolbar/toolbar-ideas.txt,
18850         plugins/devhelp/anjuta-devhelp.ui,
18851         plugins/devhelp/plugin.c,
18852         plugins/editor/action-callbacks.c,
18853         plugins/editor/action-callbacks.h,
18854         plugins/editor/anjuta-docman.c,
18855         plugins/editor/anjuta-document-manager.ui,
18856         plugins/editor/plugin.c,
18857         P plugins/message-view/Makefile.am,
18858         plugins/message-view/anjuta-message-manager.ui,
18859         plugins/message-view/plugin.c,
18860         plugins/sample1/anjuta-sample.ui,
18861         plugins/sample1/plugin.c,
18862         src/action-callbacks.c,
18863         src/action-callbacks.h,
18864         src/anjuta-actions.h,
18865         src/anjuta-app.c,
18866         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18867         Gtk actions and UIManager. Fixed all plugins to use this.
18868         
18869         * manuals/reference/gtkdoc-scangobj.diff,
18870         manuals/reference/libanjuta/Makefile.am,
18871         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18872         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18873         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18874         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18875         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18877         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18878         
18879 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18880         
18881         * plugins/message-view/imessage-view.c
18882         * plugins/message-view/ianjuta-msgman.c:
18883         Added interfaces
18885 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18887         * configure.in: Added en_CA to ALL_LINGUAS.
18889 2004-04-08  Naba Kumar  <naba@gnome.org>
18891         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18892         libanjuta/interfaces/Makefile.am,
18893         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18894         message manager and message view interfaces.
18896         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18897         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18898         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18899         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18900         src/anjuta-app.c: Used 'activate' and
18901         'deactivate' virtual methods for plugins. Fixed installed plugins
18902         dialogs. Added remove_widget() method for AnjutaShell.
18904         * libanjuta/interfaces/Makefile.am,
18905         libanjuta/interfaces/ianjuta-document-manager.c,
18906         libanjuta/interfaces/ianjuta-document-manager.h,
18907         libanjuta/interfaces/ianjuta-editor.c,
18908         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18909         and editor interfaces.
18911         * plugins/devhelp/plugin.c,
18912         plugins/message-view/anjuta-message-manager.plugin.in,
18913         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18914         plugins/sample1/plugin.c: Updated plugins implementation to
18915         reflect the changes.
18917 2004-04-07  Naba Kumar  <naba@gnome.org>
18919         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18920         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18921         libanjuta/interfaces/ianjuta-editor.h,
18922         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18923         plugins/editor/anjuta-docman.c,
18924         plugins/editor/anjuta-document-manager.plugin.in,
18925         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18926         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18927         Added supported interfaces for plugins. Tested plugin interfaces
18928         through sample plugin.
18929         
18930 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18931         
18932         * template/Makefile.am, data/templates/library/Makefile.am
18933         Fixed some automake-1.7 incompatibilities
18934         * template/xmltemplate.c: Small fix
18936 2004-02-23  Naba Kumar  <naba@gnome.org>
18938         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18939         Added plugins manager dialog.
18940         
18941         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18942         library dependencies.
18943         
18944         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18945         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18946         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18947         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18948         geometry command line option.
18949         
18950 2004-02-16  Naba Kumar  <naba@gnome.org>
18952         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18953         Added interfaces and IAnjutaEditor editor interface.
18954         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18955         interface.
18956         * libanjuta/anjuta-shell.h: Fixed bug.
18957         
18958 2004-02-13  Naba Kumar  <naba@gnome.org>
18960         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18961         
18962 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18963         
18964         * data/template/*/.cvsignore:
18965         Avoid all these ? in cvs output
18967 2004-02-13  Naba Kumar  <naba@gnome.org>
18969         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18970         includes and linking.
18972         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18973         and set required version to devhelp 0.8. This devhelp version
18974         can be acquired from gnome cvs branch devhelp branch
18975         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18977         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18978         src/actions-callbacks.c: Added Dock Manager settings menu item.
18980         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18981         * plugins/devhelp/plugin.c: Fixed a linking bug.
18982         
18983         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18984         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18985         external GDL dependency and used libegg codes.
18986         
18987 2004-02-12  Naba Kumar  <naba@gnome.org>
18989         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18990         Added devhelp plugin, but it can't be used without a
18991         patch in devhelp. So it's disabled for now.
18993         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18994         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18995         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18996         Update cvsignore files.
18998         * libanjuta/plugins.c, widgets/e-splash.c:
18999         Fixed plugins loading to show splash icons.
19000         
19001         * plugins/message-view/anjuta-message-manager.plugin.in,
19002         plugins/message-view/plugin.c: Fixed plugin registered name.
19004         * plugins/message-view/anjuta-message-view.png,
19005         plugins/sample1/anjuta-sample-plugin.png: Update images.
19007         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
19008         src/main.c: Fixed layout loading.
19010         * plugins/devhelp/Makefile.am: Fixed error.
19012         * (removed) widgets/*, libanjuta/plugins.h,
19013         src/main.c: Transfered widgets to libanjuta/.
19014         
19015         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
19016         toplevel directory to created only one library as libanjuta-egg.
19018         * data/Makefile.am: Fixed build error.
19020         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
19021         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
19022         libegg/.cvsignore: Added egg dock widget.
19024         * gdl/*: Removed as they are now available in libegg.
19025         
19026 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
19028         * plugins/editor/anjuta-docman.c:
19029         Use stock close icon on tab close button
19031 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
19032         
19033         * data/template/Makefile.am
19034         data/template/language/Makefile.am
19035         data/template/library/Makefile.am
19036         data/template/text/Makefile.am
19037         data/template/project/Makefile.am
19038         data/template/project/terminal/Makefile.am
19039         configure.in: Created Makefile to install templates
19041 2004-02-11  Naba Kumar  <naba@gnome.org>
19043         * plugins/editor/action-callbacks.c,
19044         plugins/editor/anjuta-document-manager.ui,
19045         plugins/editor/plugin.c
19046         plugins/message-view/anjuta-message-manager.ui,
19047         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
19048         
19049 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
19050         
19051         * plugins/message-view/*: MessageView plugin is now loaded
19052         The menu items are still dummies.
19054 2004-02-09  Naba Kumar  <naba@gnome.org>
19056         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
19057         generation.
19058         
19059         * libanjuta/anjuta-preferences.h: Added some documentation.
19060         
19061         * libanjuta/anjuta-shell.h: Removed dead codes.
19062         
19063         * (removed) manuals/reference/gtkdoc-scangobj,
19064         manuals/reference/gtkdoc-scangobj.diff,
19065         manuals/reference/libanjuta/.cvsignore,
19066         manuals/reference/libanjuta/Makefile.am,
19067         manuals/reference/libanjuta/README.inline-doc,
19068         manuals/reference/libanjuta/README.sections,
19069         manuals/reference/libanjuta/libanjuta-docs.sgml,
19070         manuals/reference/libanjuta/libanjuta-sections.txt,
19071         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
19072         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
19073         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
19074         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
19075         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
19076         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
19077         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
19078         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
19079         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
19080         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
19081         manuals/reference/libanjuta/tmpl/defaults.sgml,
19082         manuals/reference/libanjuta/tmpl/fileselection.sgml,
19083         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
19084         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
19085         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
19086         manuals/reference/libanjuta/tmpl/plugins.sgml,
19087         manuals/reference/libanjuta/tmpl/properties.sgml,
19088         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19089         of scan program. Updated templates.
19091         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19092         editor action callbacks data.
19093         
19094         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19095         scintilla object ref/unref.
19097 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19098         
19099         * template/*: Added new xml based template system
19100         * template/dtds/*: Dtds to validate xml files of the template systems
19101         * data/template/*: Some sample template files
19102         Still needs some work but builds fine!
19104 2004-02-06  Naba Kumar  <naba@gnome.org>
19106         * cofigure.in, manuals/Makefile.am,
19107         (added) manuals/reference/*: Added API documentation
19108         structure (gtk-doc based).
19110         * libanjuta/libanjuta.h: Updated
19111         
19112 2004-02-05  Naba Kumar  <naba@gnome.org>
19113         
19114         * configure.in: Sets correct dependencies and
19115         uses gdl external library.
19117         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19118         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19119         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19120         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19121         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19122         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19123         and added file dialogs.
19125         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19126         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19127         Build dynamic libraries for libegg.
19129         * plugins/Makefile.am, plugins/editor/Makefile.am,
19130         plugins/editor/action-callbacks.c, 
19131         plugins/editor/action-callbacks.h,
19132         plugins/editor/anjuta-docman.c,
19133         plugins/editor/anjuta-docman.h
19134         plugins/editor/anjuta-document-manager.plugin.in
19135         plugins/editor/anjuta-document-manager.png
19136         plugins/editor/anjuta-document-manager.ui
19137         plugins/editor/file.c
19138         plugins/editor/file.h
19139         plugins/editor/plugin.c
19140         plugins/editor/print.c
19141         plugins/editor/print.h
19142         plugins/editor/search-replace.c
19143         plugins/editor/search_incremental.c
19144         plugins/editor/search_incremental.h
19145         plugins/editor/text_editor.c
19146         plugins/editor/text_editor.h
19147         plugins/editor/text_editor_cbs.c
19148         plugins/editor/text_editor_menu.h
19149         plugins/sample1/Makefile.am
19150         plugins/sample1/anjuta-sample-plugin.png
19151         plugins/sample1/anjuta-sample.plugin.in
19152         plugins/sample1/anjuta-sample.ui
19153         plugins/sample1/plugin-sample1.c
19154         plugins/sample1/plugin.c
19155         plugins/sample1/plugin.h: Created sample
19156         plugin and fixed editor plugin.
19158         * printing/*: Removed.
19160         * scintilla/Makefile.am: Builds dynamic library.
19162         * src/Makefile.am, src/action-callbacks.c,
19163         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19164         src/anjuta-actions.h, src/anjuta-app.c,
19165         src/anjuta-app.h, src/anjuta-callbacks.c,
19166         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19167         (removed) src/anjuta.h, src/anjuta.ui,
19168         src/layout.xml, src/main.c, src/preferences.h,
19169         src/utilities.c: Debuggged and finally made plugins
19170         loadable.
19172         * global-tags/Makefile.am: Fixed build error.
19174 2004-02-03  Naba Kumar  <naba@gnome.org>
19176         * configure.in: Users GDL from external package.
19177         * plugins/*: Added many new plugins (not ready though).
19178         * src/*: Removed many files (which have been transfered in plugins/).
19179         
19180 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19182         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19184 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19186         * configure.in: Added editor plugins
19187         
19188         * plugins/Makefile.am, src/search-replace_backend.h,
19189         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
19190         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
19191         
19192         * Added: plugins/editor/search_incremental.c, 
19193         plugins/editor/search_incremental.h
19195         * Update search-replace in plugins/editor
19196         
19197 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
19198         
19199         * plugins/message-view/message-view.c: Some code clean-up
19201 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19203         * Added: search_incremental[ch]
19204         
19205         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
19206         src/mainmenu_callbacks.c, src/toolbar.c
19207         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
19208         
19209         * Incremental Search
19211 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19212         
19213         * plugins/message-view/anjuta-msgman.[c/h]:
19214         Added message manager for easier message handling with a
19215         similar interface as docman. Of course you can still use
19216         MessageView standalone.
19217         * plugins/Makefile.am: Added message-view because it compiles
19218         without errors.
19220 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19221         
19222         * plugins/message-view/*: Added message-view plugin 
19223         (still incomplete) 
19224         * configure.in: Added plugins/message-view/Makefile
19226 2004-01-03  Naba Kumar  <naba@gnome.org>
19228         * libanjuta/*.c: Added new files and updated old ones.
19229         * plugins/editor/*: Added editor plugin.
19230         * configure.in: Added editor plugin and moved editor related
19231         files into it.
19233 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
19235         * src/Makefile.am: Added search-replace_backend.[ch]
19236         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19237         find_replace.[ch]
19238         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19239         src/search-replace_backend.c, src/search-replace_backend.h,
19240         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19241         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19242         src/toolbar_callbacks.c
19243         * The advanced Search/Replace functionality now replaces the older
19244         Find/Replace stuff.
19245         * The Search/Replace functionality can be interrupted during a long
19246         Search/Replace;
19247         
19248 2003-12-11  Naba Kumar  <naba@gnome.org>
19250         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
19251         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
19252         errors.
19253         * Makefile.am, libanjuta/*: Added new module.
19254         * src/Makefile.am: Fixed linking error.
19255         * src/watch_cbs.c: Debugger clean up.
19256         * configure.in: Added libanjuta-2.0.pc
19258         * configure.in, libanjuta/Makefile.am,
19259         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
19260         libanjuta instead.
19262 2003-12-11  Naba Kumar  <naba@gnome.org>
19264         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19266         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
19267         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
19268         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
19269         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
19270         The user can now give a name at the creation of a new file and
19271         insert automatically (user choice) header, gpl notice, header
19272         template. The file extension is added automatically according
19273         to the selected type of file. The various insert functions have
19274         been moved from mainmenu-callback.c to file.c. The cursor is now
19275         moved after an insert operation. Removes also useless code in
19276         memory.c and search-replace.c
19277         
19278 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
19280         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
19281         sortable headers, process tree, removal of path and process params
19282         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19283         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19284         code cleanup
19286 2003-12-10  Naba Kumar  <naba@gnome.org>
19288         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
19289         
19290 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19292         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19294 2003-11-28  Naba Kumar  <naba@gnome.org>
19296         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
19297         
19298         * manuals/de/*: Added german translation docs.
19299         
19300         * configure.in, Makefile.am, src/Makefile.am,
19301         libegg/*/*: Added libegg library.
19302         
19303         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
19304         installation directory.
19305         
19306         * src/text_editor_cbs.c: Fixed closing of file.
19308 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19309                                                                                 
19310         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19312 2003-09-05  Naba Kumar  <naba@gnome.org>
19314         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
19315         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
19316         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
19317         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
19318         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
19319         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
19320         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
19321         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
19322         using libegg. Initial commit -- compiles but is not complete.
19324 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19326         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19328 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19330         * configure.in: Removed "ta" from ALL_LINGUAS.
19332 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
19334         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
19336 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
19338         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
19340 2004-04-24  Andras Timar  <tmar@gnome.hu>
19342         * configure.in: Added hu to ALL_LINGUAS.
19344 2004-04-14  Naba Kumar  <naba@gnome.org>
19346         * src/Makefile.am, printing/Makefile.am,
19347         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
19348         because we are still using GtkCombo and build breaks with gtk-2.4.
19349         
19350 2004-04-13  Naba Kumar  <naba@gnome.org>
19352         * NEWS: Updated.
19353         * anjuta.spec.in: Fixed build error.
19354         * po/POTFILES.in: Updated.
19355         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
19357 2004-04-11  Naba Kumar  <naba@gnome.org>
19359         * NEWS: Updated.
19360         * AUTHORS: Updated.
19361         * configure.in: Added ga in ALL_LINGUAS.
19362         * ChangeLog: Fixed dates.
19363         
19364 2004-04-09  Naba Kumar  <naba@gnome.org>
19366         * src/print.c: Fixed buffer styling bug when printing with
19367         selection.
19369         * data/properties/anjuta.properties: Defined only one base font and
19370         used courier instead of lucidatypewriter, because most newer systems are
19371         unlikely to have it (bug #885023, #925956, #890473).
19372         
19373         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
19374         warning.
19375         
19376         * src/an_file_view.c: Fixed possible crash bug.
19378 2004-04-07  Naba Kumar  <naba@gnome.org>
19380         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
19381         gtk_main_quit() etc..), so that atexit() functions are not called
19382         (which is apparently done to free up memory and we don't need to
19383         do that at this point). Incidentally, something also happens in the
19384         atexit call which freezes the UI for far too long when the application
19385         exits and we want to avoid that..
19386         * src/glade_iface.c: Fixed compiler warning.
19387         
19388 2004-04-06  Naba Kumar  <naba@gnome.org>
19390         * src/project_dbase_gui.c: Fixed errors.
19392         * src/registers_gui.c: Fixed possible crash bug.
19393         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
19394         * src/signals.[c,h]: Used tree view and glade file for dialog.
19395         * src/Makefile.am, src/about.c, src/an_file_view.c,
19396         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
19397         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
19398         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
19399         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
19400         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
19401         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
19402         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
19403         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
19404         src/launcher.h, src/main.c, src/main_menubar.c,
19405         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
19406         src/message-manager-private.cc, src/message-manager.cc,
19407         src/preferences.c, src/project_config.c, src/project_dbase.c,
19408         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
19409         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
19410         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
19411         src/search-replace.c, src/search-replace_backend.c,
19412         src/search_incremental.c, src/search_preferences.c,
19413         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
19414         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
19415         src/signals_gui.c, src/source.c, src/src_paths.c,
19416         src/stack_trace.c, src/start-with.c, src/style-editor.c,
19417         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
19418         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
19419         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
19420         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
19421         tagmanager/Makefile.am, scintilla/include/SString.h,
19422         widgets/Makefile.am, widgets/gnomefilelist.c:
19424         Removed all deprecated codes and substituted
19425         with newer APIs. Fixed some possible crash bugs where cell renderers
19426         were being shared.
19427         
19428         * scintilla/patches/scintilla-minor.patch: Minor patch.
19430 2004-04-06  Naba Kumar  <naba@gnome.org>
19432         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
19433         tree after all the files have been added (and not everytime a file
19434         is added in the project). Also fixed some memory corruption
19435         (possibly bug #900478).
19436         
19437         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
19438         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
19439         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
19440         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
19441         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
19442         qualifier wherever appropriate.
19444 2004-04-05  Naba Kumar  <naba@gnome.org>
19446         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
19447         switch terminal echo on/off. Debugger requires it off, while the
19448         rest requires it on.
19450         * src/search-replace.c: sets search direction and action (in addtion
19451         to target) for find in files.
19452         
19453 2004-04-02  Naba Kumar  <naba@gnome.org>
19455         * src/mainmenu_callbacks.c: Sets filename during save of new files.
19457         * src/project_dbase.c, src/debugger, src/an_file_view.c,
19458         src/an_symbol_view.c: Added an gtk events loop for
19459         displaying project loading status (for loading large projects) and
19460         debugger program starting ... just to give an impression of fastness :-).
19462         * configure.in, anjuta.prj: Bumped version to 1.2.2.
19464         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
19465         crash bug, which occurs when opening and closing a large project
19466         repeatedly.
19467         
19468         * src/attach_process.c: Fixed a comiple error for old gcc.
19469         
19470         * src/launcher.c: Prints proper error message when launcher child
19471         could not be executed and exits properly. Fixed a crash
19472         bug (bug #926606).
19473         
19474         * src/resources.c, src/utilities.c, src/glade_iface.c,
19475         src/debugger.c, src/attach_process.c: Properly exits forked children
19476         when they could not be executed.
19477         
19478 2004-04-01  Naba Kumar  <naba@gnome.org>
19480         * src/search-replace.c: Fixed a crash bug (bug #921893).
19482 2004-03-31  Naba Kumar  <naba@gnome.org>
19484         * anjuta.glade: Added a note on compiler options dialog ->support
19485         dialog telling that supports are only available for file mode.
19487         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19488         src/anjuta_cbs.c:
19489         Improved shutdown time delay by bypassing project closing
19490         and unloading plugins.
19492         * src/build_file.c, data/properties/anjuta.properties: Added a property
19493         to toggle on/off for going to first error automatically.
19495 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
19497         * src/debugger.c: fixed core file loading
19498         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19499         for long lines (bugs #700968 and #911376)
19500         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19501         #917982.
19502         * src/anjuta.c: Focuses current AnEditor correctly.
19504 2004-03-30  Naba Kumar  <naba@gnome.org>
19506         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19507         * AUTHORS: Updated with all contributors names.
19508         * NEWS: Updated.
19509         * src/about.c: Reads contributors names from AUTHORS file.
19510         * manuals/C/anjuta-manual/authors.xml: Points to online
19511         contributors list.
19512         
19513 2004-03-29  Naba Kumar  <naba@gnome.org>
19515         * data/properties/ada.properties: Fixed syntax colors. Patch
19516         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19517         (bug #923474).
19519         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19520         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
19521         generated projects, so that their pixmap files are
19522         found properly (bug #919903).
19523         
19524         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19525         anjuta.
19527         * src/source.c: Installs .glade file of libgllade
19528         projects in $(datadir)/$(package)/glade (part of bug #861038).
19529         
19530         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19531         in compiler options (bug #883837).
19532         
19533         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19534         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19535         
19536 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
19538         * anjuta/src/search-replace.c: fixed another crash bug in
19539         "Find Usage"
19540         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19541         breakpoint property fix
19543 2004-03-29  Naba Kumar  <naba@gnome.org>
19545         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19546         (new) manuals/C/anjuta-advanced-tutorial/*:
19547         Added menu entry for 'Anjuta Advanced Tutorial'
19548         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
19550 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19551         
19552         * src/fileselection.[ch], src/mainmenu_callbacks.c:
19553         Fixed bug #908941  ('Open' starts in wrong directory)
19554         
19555 2004-03-26  Naba Kumar  <naba@gnome.org>
19557         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19558         compile error and bug #905738 with terminal.
19560         * src/search_incremental.c, src/register.c, src/sharedlib.c,
19561         src/search-replace.[h,c], src/search_incremental.[h,c],
19562         src/search_preferences.h, src/utilities.c, src/anjuta.c,
19563         src/text_editor.[c,h]: Fixed compiler warnings.
19564         
19565         * src/search-replace.c: Fixed a memory corruption (possible
19566         fix for bug #921893, but not yet confirmed).
19567         
19568         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19569         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19570         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19571         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19573 2004-03-25  Naba Kumar  <naba@gnome.org>
19575         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19576         crash bug with attach process dialog and made the dialog closable
19577         with 'esc'.
19578         
19579         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19580         always display within the margin.)
19581         
19582         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19583         the old breakpoint when it's properties are updated
19584         (creating a new updated one).
19585         
19586 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19588         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19589         displayed for wrong file.
19590         * src/breakpoints.c: conditional breakpoints
19591         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19592         "Find in Files..." disabling policy
19594 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19596         * src/build_file.c: Fixed bug #874380
19597         Goto the first error if it exists.
19599 2004-03-24  Naba Kumar  <naba@gnome.org>
19601         * src/anjuta.c: Fixed to get correct child exit status
19602         using mask (bug #905738).
19603         
19604         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19605         Aligned buttons in the New file dialog,
19606         set default response to OK, entry box activates default response,
19607         ESC closes dialog and hides on delet_event.
19609 2004-03-19  Naba Kumar  <naba@gnome.org>
19611         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19612         tree).
19614 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19616         * src/search-replace.c: fixed "Find Usage" crash when no project open
19618 2004-03-17  Naba Kumar  <naba@gnome.org>
19620         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19621         Fixed the generated projects to read m4 directory if the directory
19622         exists (bug #917781).
19623         
19624 2004-03-12  Naba Kumar  <naba@gnome.org>
19626         * HACKING: Fixed formatting for auto-parsing.
19628 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19629         
19630         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19631         rework (bug #890609)
19633 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19634         
19635         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19637 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19638         
19639         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19640         * src/search_preferences.c: Fixed typo.
19641         
19642 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19643         
19644         * src/search-replace.c: improved Search&Replace
19645         For the moment "Replace All" does not work with non opened files
19646         but Anjuta should not crash now ! ??? 
19647         
19648 2004-02-26  Naba Kumar  <naba@gnome.or>
19650         * src/source.c: Fixed to pass cflags correctly
19651         and suppress the automake's default cflags.
19652         bug #816130, #801056, #782798, #773459
19653         
19654         * data/properties/anjuta.properties: Do not defualt to -k make option.
19655         bug #875486.
19657         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19658         bug #877683.
19659         
19660         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19661         
19662         * src/message-manager-private.cc: Disabled debug messages.
19663         
19664 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19666         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19668 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19669         * anjuta.glade, src/search-replace.c:
19670         Reduced Search&Replace dialog, bug #902636.
19671         
19672 2004-02-23  Naba Kumar  <naba@gnome.or>
19674         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19675         (bug #866143).
19677 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19678         
19679         * src/search_incremental.c: Fixed bug #900903
19681 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19682         
19683         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19684         src/anjuta.c: Fixed bugs #890609 and #890609
19686 2004-02-23  Naba Kumar  <naba@gnome.or>
19688         * src/message-manager.cc: Disconnects menuitem signal properly.
19689         Fixed bug #901723.
19690         
19691         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19692         bug #900897.
19693         
19694 2004-02-20  Naba Kumar  <naba@gnome.org>
19696         * src/message-manager-private.[c,h]: Implemented keypress
19697         event for the terminal and resets it when ctrl c or ctrl d
19698         is pressed. But it doesn't seem to be working on keypress.
19699         Added a workaround to let it work on key release instead.
19700         (bug #878357).
19701         
19702         * src/search-replace: Fixed compiler warnings.
19703         
19704 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19706         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19707         Use defined file name when saving new files (fixes bug #898105)
19708         Don't change filename when clicking on a directory
19709         
19710         BTW: Happy birthday to me :-)
19711         
19712 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19713         
19714         * src/search-replace.c: Fixed a crash bug 
19715         Crash on Find & Replace (#887833)
19716         
19717 2004-02-18  Naba Kumar  <naba@gnome.org>
19719         * src/executer.c: Fixed a crash bug.
19720         
19721         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19722         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19723         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19724         instead of GtkWindow (Part of bug #671596).
19725         
19726         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19727         src/registers_gui.c, src/registers_cbs.[h,c],
19728         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19729         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19730         src/compiler_options.c, src/an_file_view.c, start-with.c,
19731         src/anjuta-tools.c, help.c:
19733         Added "close" buttons on all
19734         dialogs (HIG) and fixed to properly response to ESC close
19735         (Part of bug #671596).
19737         * src/launcher.c: Disabled printing of long debug lines.
19738         
19739         * src/utilities.h: Fixed a compiler warning.
19740         
19741 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19743         * src/anjuta.c: "Save all" action now asks for filenames for new files
19744         (fixes bug #898111)
19746 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19748         * anjuta.glade, src/text_editor.c:
19749         Fixed a typo in Hello World indentation style 
19750         Fixed misuse of translated strings when looking for style
19751         This entry fixes bug #876037
19753 2004-02-16  Naba Kumar  <naba@gnome.org>
19755         * src/utilities.c: Fixed return value when dest file could
19756         not be created.
19758         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19759         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19760         internal function to compare files.
19761         
19762 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19764         * src/message-manager-private.cc:
19765         Set bold color as foreground color in terminal
19766         (fixes bug #864924)
19768         * src/aneditor.cxx:
19769         Use font style defined for message indicators in
19770         preferences/messages
19771         (fixes bug #885032)
19773 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19775         * src/build_project.c:
19776         Use build.silent option from preferences (fixes bug #895726)
19777         
19778 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19780         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19782 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19783         
19784         Patch from Massimo Corà <maxcvs@email.it>:
19785         * scintilla/LexCPP.cxx: Support "///" comments
19787 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19788         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19789         src/search_replace.h, src/search-replace_backend.h
19790         anjuta.glade
19791         
19792         * Added: src/search_preferences.c, src/search_preferences.h
19793         Allow the user to save search/replace settings and give them names.
19795 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19796         
19797         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19798         scintilla/ScintillaGTK.cxx:
19799         Hopefully fixed AMD 64 crash bug by using correct marshaller
19801 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19803         * src/preferences.c: Save GtkOptionMenu properties properly
19804         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19806 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19807         
19808         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19809         Fixed libiconv issue
19810         * NEWS: Updated
19812 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19813         
19814         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19815         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19816         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19817         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19818         src/sharedlib_gui.c:
19819         Debugger speed-up, replaced deprecated GtkCList
19821 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19823         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19825 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19827         * configure.in: Added "sq" to ALL_LINGUAS.
19829 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19831         * configure.in: Added "ko" to ALL_LINGUAS.
19833 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19835         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19836         src/search_incremental.c, src/search_incremental.h: 
19837         Search_incremental code cleanup
19839 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19841         * scintilla/*/*: Updated scintilla to CVS
19842         * Added: scintilla/Readme.sync
19843         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19844         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19845         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19846         scintilla/ScintillaGTK.cxx,
19847         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19848         scintilla/include/Scintilla.iface: Updated.
19850 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19852         * search-replace_backend.[ch], search_incremental[ch]: Added
19853         
19854         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19855         find_replace.[ch]: Removed.
19856         
19857         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19858         src/search-replace_backend.c, src/search-replace_backend.h,
19859         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19860         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19861         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19862         functionality now replaces the older Find/Replace stuff. The Search/Replace
19863         functionality can be interrupted during a long Search/Replace.
19865 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19867         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19868         selecting ".." and "." from file selector. 
19870 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19872         * anjuta.glade: Fixed wrong "fold.symbols" property
19874 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19875         
19876         * src/project_dbase_gui.c: Alphabetical order ;-)
19877         * src/compiler_options.c: Fixed bug #867539
19878         * src/launcher.c: Workaround for bugs #864922, #849928,
19879         #846386 and #845782: The launcher no longer hangs but does
19880         not get the exit status correctly sometimes.
19881         * Changes suggested by Bosik are obviously already in without
19882         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19883         * NEWS, README, anjuta.prj, configure.in: 
19884         Changed version to 1.2.1
19885         
19886         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19887         * anjuta_dialogs_strings.c, anjuta.glade: 
19888         Fixed bugs #860906, #859329
19889         
19890         Patch from grzegol@pld-linux.org
19891         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19892         freedesktop.org standard)
19894 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19895         
19896         Patch from Stefano Vallarino <stevalla@libero.it>:
19897         * src/source.[c/h]: Fixes cpp sample file to conform to 
19898         ISO/IEC 14882, C++-Standard 
19900 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19902         Review by Johannes Schmid <jhs@cvs.gnome.org>
19903         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19904         command using sh -c.
19905         * src/compile.c: Use build_execute_shell_command when compiling single
19906         files.
19908 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19909         
19910         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19911         * src/breakpoints.c: Code cleanup, workaroud for possible 
19912         launcher bug
19913         * src/src_paths.c: Update debugger dirs on directory change
19915 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19917         Review by Johannes Schmid <jhs@cvs.gnome.org>
19918         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19919         sortable headers, process tree, removal of path and process params
19920         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19921         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19922         code cleanup
19924 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19925         
19926         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19927         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19928         Add a dialog for "New file" which lets the user set the 
19929         filename and to add copyright/header templates to the file
19930         * Review: Changed function names to contain modules name (file_)
19932 2003-12-09  Naba Kumar  <naba@gnome.org>
19934         * setup-gettext: Fixed a typo.
19935         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19937 ---- Released version 1.2.0 ---
19939 2003-12-08  Naba Kumar  <naba@gnome.org>
19941         * src/preferences.c: Fixed compiler error.
19942         * global_tags/create_global_tags.sh: Fixed to install properly
19943         even when system.tags could not be generated.
19944         * NEWS: Updated.
19946 2003-12-06  Naba Kumar  <naba@gnome.org>
19948         * setup-gettext: Fixed to not generate intl directory with gettextize.
19950         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19951         * src/anjuta.c: Filters out unnecessary files from find in files
19952         command.
19953         
19954         * NEWS: Updated.
19955         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19956         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19957         
19958 2003-12-04  Naba Kumar  <naba@gnome.org>
19959         
19960         * src/gnome_project.c: Enables debug and optimization flags for
19961         new projects.
19962         
19963         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19964         
19965         * src/project_dbase_gui.c: combined header and c files for
19966         file selector.
19967         
19968         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19969         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19971 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19973         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19975 2003-11-29  Naba Kumar  <naba@gnome.org>
19977         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19978         * NEWS: Updated.
19980 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19981         
19982         * src/main_menubar.c: Now files cannot be opened twice in recently
19983         file menu
19985 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19987         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19989 2003-11-28  Naba Kumar  <naba@gnome.org>
19991         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19992         
19993 2003-11-27  Naba Kumar  <naba@gnome.org>
19995         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19996         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19997         
19998         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19999         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
20000         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
20001         checkbox in project wizard (project options page) to enable/disable
20002         source code generation with glade(mm).
20003         
20004         * NEWS: Updated
20005         
20006 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
20008         * src/dnd.c: Opening files with special characters in the name.
20010 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
20012         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
20013         a long time.
20015 2003-11-18  Naba Kumar  <naba@gnome.org>
20017         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
20018         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
20019         src/project_import.c, plugins/patch/patch-plugin.c:
20020         Fixed g_signal_diconnect calls to pass correct data.
20021         (Fixed possible crash in project imports).
20022         
20023         * NEWS: Updated.
20024         
20025 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
20027         Reviewed by Naba Kumar  <naba@gnome.org>
20028         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
20029         and debugger. Sets default settings for pty in launcher.
20030         * data/gdb.init: Removed charset work around (now works with user's
20031         native charset)
20032         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
20034 2003-11-18  Naba Kumar  <naba@gnome.org>
20036         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
20037         names of 'index' to 'idx'.
20038         
20039 2003-11-17  Naba Kumar  <naba@gnome.org>
20041         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
20042         * src/project_dbase.c: Prompts user for unsaved project files
20043         when project is closed.
20044         
20045 2003-11-16  Naba Kumar  <naba@gnome.org>
20047         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
20048         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
20049         older gcc.
20050         
20051 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
20052         
20053         * src/anjuta.c: Fixed crash related to tag == NULL while 
20054         anjuta is exiting
20056 2003-11-11  Naba Kumar  <naba@gnome.org>
20058         * src/glade_iface.c: Avoids error conditions for glade or glademm not
20059         found. It simply doesn't generate the c/c++ codes and continues with
20060         just a warning.
20061         * NEWS: Updated.
20062         
20063 2003-11-10  Naba Kumar  <naba@gnome.org>
20065         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
20066         'Start with dialog'.
20068         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
20069         German translation of anjuta-tutorial.
20070         
20071         * src/launcher.c: Fixed an encoding bug with GIOChannels.
20072         * NEWS: Updated.
20074 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
20076         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
20077         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
20078         the syntax highlighting in Preferences, the automatic syntax
20079         highlighting is now selected. When the debugger is stopped and the
20080         breakpoints window not closed, the gtk_tree_view in this window is
20081         now made unsensitive.
20083 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
20085         * src/preferences.h, src/preferences.c, anjuta.glade:
20086         Fixed translation bug in preferences by using GtkOptionMenu
20087         * anjuta.prj: Project version 1.1.98
20089 ---------------- Released version 1.1.98 ----------------
20091 2003-11-07  Naba Kumar  <naba@gnome.org>
20093         * anjuta.spec.in: Revived docs package and combined all docs into
20094         one package.
20095         * configure.in: Bumped version to 1.1.98 rc2
20096         * NEWS: Updated.
20097         * anjuta.spec.in: Fixed scrollkeepr-update command.
20098         * anjuta.spce.in: Fixed file permissions.
20100 2003-11-06  Naba Kumar  <naba@gnome.org>
20102         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20103         menus to activate anjuta helps.
20104         
20105         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20106         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20107         manuals/C/anjuta-faqs/legal.xml (added),
20108         manuals/C/anjuta-faqs/Makefile.am,
20109         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20110         manuals/C/anjuta-faqs/.cvsignore,
20111         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20112         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20113         manuals/C/anjuta-tutorial/legal.xml (added),
20114         manuals/C/anjuta-tutorial/Makefile.am,
20115         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20116         manuals/C/anjuta-tutorial/.cvsignore,
20117         manuals/C/anjuta-manual/*.sgml (removed),
20118         manuals/C/anjuta-manual/*.xml (added),
20119         manuals/C/anjuta-manual/Makefile.am,
20120         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20121         manuals/C/anjuta-manual/.cvsignore,
20122         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20123         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20124         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20125         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20126         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20127         manuals/ja/anjuta-faqs/legal.xml (added),
20128         manuals/ja/anjuta-faqs/Makefile.am,
20129         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20130         manuals/ja/anjuta-faqs/.cvsignore,
20131         manuals/ja/anjuta-manual/*.sgml (removed),
20132         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20133         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20134         manuals/ja/anjuta-manual/*.xml (added),
20135         manuals/ja/anjuta-manual/Makefile.am,
20136         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20137         manuals/ja/anjuta-manual/.cvsignore,
20138         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20139         manuals/sgmldocs.make (removed),
20140         manuals/xmldocs.make (added), manuals/omf.make (added),
20141         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20142         documentations to newer docbook xml documentations. Converted 
20143         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20144         Enabled manulas installations.
20145         
20146         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20148 2003-11-05  Naba Kumar  <naba@gnome.org>
20150         * data/gdb.init: Sets host's charset to ascii to solve debugger
20151         freeze up due to uninitialized strings in target program.
20153         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20154         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20155         
20156         * NEWS: Updated.
20157         
20158         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20159         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20161 2003-11-04  Naba Kumar  <naba@gnome.org>
20163         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20164         problems.
20165         
20166         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20167         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20168         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20169         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20170         in file headers.
20171         
20172         * src/search-replace.c: Fixed infinite loop bug.
20173         * start-with.c: Fixed a crash bug with "Open last project".
20174         
20175         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20176         * scintilla/Makefile.am: Fixed compiler option.
20177         
20178 2003-10-16  Naba Kumar  <naba@gnome.org>
20180         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20181         * src/text_editor.c: Fixed autoformat.
20182         
20183 2003-10-15  Naba Kumar  <naba@gnome.org>
20185         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20186         of CTRL+number.
20187         
20188 2003-10-09  Naba Kumar  <naba@gnome.org>
20190         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
20191         
20192 2003-10-08  Naba Kumar  <naba@gnome.org>
20194         * src/source.c: Fixed a GETTEXT typo error.
20195         * anjuta.glade: Made 'Sorted in order you open them' default option
20196         for editor tabs.
20198         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20199         * anjuta.glade, data/properties/anjuta.properties:
20200         Fixed the freeze of the "Preferences" combos at the first Anjuta
20201         init is generated by:
20202                 - a not complete translation of preferences.c file
20203                 - a difference between 2 names in anjuta.glade and
20204                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
20205                 - the same name given to 3 combos (anjuta.glade).
20206                 
20207         * src/find_text.c: If the "whole document" mode is selected,
20208         a new search will select the next occurrence (Bug #764954).
20209         It is now possible to use the shortcuts to search next or previous
20210         occurrence even if the search dialog has the focus.     Bug #790318
20211         
20212         * src/main_menubar_def.h: "Select code block" shortcut; the new
20213         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
20214         (Bug #811016).
20216         Patch from: Richard Lee  <r.h.lee@comcast.net>
20217         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
20218         tagmanager/tm_workspace.c: The following is a patch to fix a
20219         seemingly random occurence where Anjuta would crash when a
20220         certain key was pressed.
20222 2003-09-29  Naba Kumar  <naba@gnome.org>
20224         * src/find_in_files.c: Ignores binary by default. Disabled the option
20225         of NOCVS search, because launcher does not use sh and hence can not
20226         pipe.
20227         
20228         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
20229         "clean before build" state in project session and not in account session,
20230         otherwise the state gets reflected to other projects causing annoyance.
20231         
20232         * src/compiler_options.c: Fixed a bug where compiler options were always
20233         claimed 'modified'.
20235         * src/build_project.c, data/properties/anjuta.properties,
20236         src/commands.[h]: Fixed a bad bug where clean-before-build
20237         doesn't work.
20238         
20239         * scintilla/patches/research-cvs-nolog.diff,
20240         scintilla/patches/scintilla-ac-gtk2-port.diff,
20241         scintilla/patches/scintilla-ac-sort-fix.diff,
20242         scintilla-optimization.diff: Removed, because they are already in
20243         scintilla CVS.
20244         
20245         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
20246         2003-09-29).
20248         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
20249         scintilla/LexYAML.cxx: Added new scintilla lexers.
20250         
20251         * TODO, NEWS: Updated.
20253         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20254         * src/utilities.c: Fixed typo bugs.
20256 2003-09-26  Naba Kumar  <naba@gnome.org>
20258         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
20259         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
20260         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
20261         text_editor_find() and Fixed I-Search wrapping.
20262         * src/debugger.c: Fixed to pass a newline after a debugger
20263         command (which was broken since the launcher was refactored.
20264         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
20266 2003-09-25  Naba Kumar  <naba@gnome.org>
20268         * src/toolbar_callbacks.c: Fixed start of incremental search.
20269         
20270         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20271         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
20272         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20273         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
20274         menu and implementation.
20276 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20278         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20279         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
20280         variables in Locals window.
20282 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
20284         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20285         * src/utilities.[ch] : Fix a tooltip bug in 
20286         anjuta_util_toolbar_append_stock(), the label appeared instead of
20287         the tooltip text. Remove label from arguments of the function
20288         because label is included in the stock icon data.
20289         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
20290         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
20291         * FIXME: translation file should be updated because of label text removal.
20293 2003-09-24  Naba Kumar  <naba@gnome.org>
20295         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
20296         
20297         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20298         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
20299         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
20300         stdout and stderr. Also buffered output and check-for-password
20301         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
20302         with password prompts. Checkes for password prompts from all outputs.
20303         
20304         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
20305         which takes a string (which could be utf8 also) and converts into
20306         utf8 string.
20307         
20308         * src/main.c: Connects kernel signals after gnome_program_init().
20309         
20310         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20311         * src/message-manager.c: Fixed bug #787026 by converting the strings
20312         to proper UTF8.
20313         
20314 2003-09-22  Naba Kumar  <naba@gnome.org>
20316         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
20317         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
20318         GtkCList and using GtkTreeView instead. Added the patch.
20319         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
20320         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
20321         
20322 2003-09-19  Naba Kumar  <naba@gnome.org>
20324         * printing/print.c: Proper UTF8 printing support.
20325         * src/main.c: moved kernel signal connects at the
20326         end of application initialization.
20327         
20328 2003-09-18  Naba Kumar  <naba@gnome.org>
20330         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
20331         (new) lexers.make, (new) lexers: Update scintilla to latest
20332         scintilla CVS (2003-09-18), added new lexers, automated
20333         lexers makefiles sections and scintilla update. Added
20334         patches. Optimized pango rendering. Fixed a crash bug
20335         in scintilla.
20336         
20337         * (new) scintilla/patches/research-cvs-nolog.diff: Added
20338         patch to remove cvs log command from RESearch.cxx file.
20339         * scintilla/patches/scintilla-pango-always.diff:
20340         Fixed file name.
20341         * scintilla/RESearch.cxx: Removed spurious cvs log command
20342         and logs.
20343         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
20344         
20345         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
20346         * src/dnd.c: Fixed a crash bug with DND.
20347         
20348 2003-09-15  Naba Kumar  <naba@gnome.org>
20350         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
20351         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
20352         src/toolbar_callbacks.c: Added an additional parameter to
20353         text_editor_goto_line() funtion which decides if the line should
20354         be made visible (if it's under fold).
20355         
20356         * src/style-editor.c: Fixed a compiler warning.
20357         * src/message-manager.cc: Calls parent method correctly.
20359         * src/preferences.h: Fixed prent class.
20360         
20361         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20362         * src/project_dbase.c: Fixed bug #713210.
20363         
20364 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20365                                                                                 
20366         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20368 2003-09-11  Naba Kumar  <naba@gnome.org>
20370         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20371         * src/style-editor.c: Fixed bug #769130 (Crash on font
20372         selection dialog).
20373         
20374         * src/message-manger.[h,cc]: Made AnMessageManager
20375         derived from GtkFrame and removed deprecated code.
20376         
20377         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
20378         compiler warnings.
20379         
20380 2003-09-09  Naba Kumar  <naba@gnome.org>
20382         * src/Makefile.am: Addded rules for built sources.
20383         
20384 2003-09-08  Naba Kumar  <naba@gnome.org>
20386         * (new) src/anjuta-marshalers.list: Added marshalers definition
20387         file.
20388         
20389         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
20390         and CXXFLAGS are not overwriten by automake's default.
20391         * src/style-editor.c: Added 'operators' in the style editor.
20392         
20393         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
20394         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
20395         * src/message-manager-private.cc, src/message-manager.cc:
20396         Converts message going into message into UTF-8 endoding.
20397         * src/main.c: Uses UTF-8 codeset for localization.
20398         
20399 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
20401         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
20402         
20403 2003-09-08  Naba Kumar  <naba@gnome.org>
20405         * TODO: Updated.
20406         
20407         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20408         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
20409         Fixed bug #798717, Find - Find&Replace - Find in files bug;
20410         The combo entries were updated if the same data with a different
20411         case exist in the combo list. The combo entries are now case sensitive. 
20412         Search&Replace bug; First search ,max actions = 0 ==> now max
20413         actions = 100.
20414         
20415 2003-09-08  Naba Kumar  <naba@gnome.org>
20417         * TODO: Updated.
20418         * src/utilities.[c,h]: a function takes contant args.
20419         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
20420         Now the child terminated signal is emitted properly.
20421         * src/Makefile.am: Used $(top_srcdir) for referring to 
20422         scintilla objects.
20423         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
20424         definitions file which will generate anjuta-marshalers.[c,h] files.
20425         * src/.cvsignore: Updated.
20426         * src/build_project.c: Changed su command to preserve quotes.
20427         * src/anjuta-tools.c, tagmanager/tm_project.c,
20428         tagmanager/tm_workspace.c: Use standard tmp file.
20429         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
20430         so that users could report bugs easily.
20431         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
20432         
20433         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
20434         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
20435         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
20436         src/attach_process.c, src/breakpoints.c, src/commands.c,
20437         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
20438         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
20439         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
20440         src/memory.c, src/message-manager-private.c, src/preferences.c,
20441         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
20442         src/search-replace.[c,h], stack_trace.c, text_editor.c,
20443         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
20444         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
20445         Fixed compile warnings and cleanup.
20446         
20447         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
20448         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
20449         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
20450         Removed libzvt usage and implemented child spawing differently. Launcher is
20451         now proper GObject, which can be created multiple times (and can be
20452         operated in parallel).
20454         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
20455         * src/project_import_gui.c, src/project_import_cbs.c,
20456         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
20457         (crash on project import). Removed deprecared codes.
20458         
20459 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20460         
20461         * src/cvs.c: Fixed cvs output bug.
20463 2003-09-03  Naba Kumar  <naba@gnome.org>
20465         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20466         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
20467         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
20468         src/text_editor_cbs.c: Implements --
20469                 If the debugger is started
20470                         A double click in the margin add or remove a breakpoint
20471                         A single click activate or deactivate the breakpoint
20472                 else
20473                         A double click in the margin add or remove a bookmark
20475 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20476         
20477         Reviewed by Naba Kumar  <naba@gnome.org>
20478         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
20479         User is now able to choose a branch on cvs update for project.
20480         Cleaned up variable names.
20482 2003-09-03  Naba Kumar  <naba@gnome.org>
20484         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
20485         src/Makefile.am: Added lexers.
20486         * scintilla/*/*: Updated...
20487         * src/an_symbol_view.c: Fixed a crash bug.
20488         * src/compiler_options.c, src/project_dbase.c: Fixed compile
20489         and build bugs.
20490         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20491         * src/source.c: Fixed project generation bug with gettext code.
20492         * tagmanager/tm_project.c: Fixed a crash bug.
20493         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20494         bug when there is no project open. Bug #____.
20495         * src/source.c: Fixed a bug with build failure with non-gnome
20496         project with glade-generated source (eg. gtk2). Bug #____.
20497         * NEWS: Updated...
20499 2003-08-22  Naba Kumar  <naba@gnome.org>
20501         Patch from: Rob Bradford  <rob@debianplanet.org>
20502         * data/Makefile.am: Fixed to install properly during
20503         package building.
20504         
20505         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20506         * src/debug-tree.c: Fixed a crash bug.
20507         * src/compiler_options.c: Takes care of linking the missing pieces;
20508         C flags, libs, optimization options, debug and profile.
20510         Patch from: Enver ALTIN  <ealtin@casdb.com>
20511         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20512         
20513 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
20515         Reviewed by Naba Kumar  <naba@gnome.org>
20516         * src/project_dbase.c: Fixed bugs #778263 and #778413
20517           Adding multiple files to project should work now.
20519 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20521         Reviewed by Naba Kumar  <naba@gnome.org>
20522         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20523         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20524         for Locals window.
20526 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20528         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20530 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20532         * src/text_editor.c: Fix translatable string (#113934).
20534 2003-07-04  Naba Kumar  <naba@gnome.org>
20536         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20537         bug when there is no project open. Bug #____.
20538         
20539         * src/source.c: Fixed a bug with build failure with non-gnome
20540         project with glade-generated source (eg. gtk2). Bug #____.
20542 2003-06-26  Naba Kumar  <naba@gnome.org>
20544         * src/anjuta.h: Removed reference to windows-dialog.h.
20545         * src/message-manager-private.[cc,h]: Fixed doulbe click
20546         activation of messages to properly jump at the destination.
20547         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20548         * src/toolbar.c: Code clean-ups.
20549         
20550         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20551         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20552         
20553         * src/message-manager-private.[cc,h]: Removed dead codes.
20554         
20555         * (new) data/properties/css.properties,
20556         data/properties/anjuta.properties, data/properties/Makefile.am:
20557         Added CSS syntax hiliting properties.
20558         
20559         * tagmanager/tm_file_entry.c: Fixed a possible bug.
20560         * src/debugger.c: Clean ups.
20561         * src/lexer.h: Added CSS lexer definition.
20562         
20563         * Makefile.am: Installs destop file properly.
20564         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20565         * NEWS: Updated for 1.1.97 release.
20566         * src/main_menubar_def.h: Changed some non working shortcuts.
20567         
20568 2003-06-24  Naba Kumar  <naba@gnome.org>
20570         * src/search-replace.c: Shows the dialog properly, even when it is
20571         hidden behind another window.
20572         
20573         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20574         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20575         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20576         and code clean up.
20577         
20578         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20579         setup wizard dialogs.
20580         
20581         * src/debugger.c: Removed a redundant call to
20582         debugger_update_controls().
20583         * src/compiler_options.c, src/launcher.c: code cleanup.
20584         * src/executer.c: Fixed execution bug with 'Set Program params...".
20585         
20586 2003-06-23  Naba Kumar  <naba@gnome.org>
20588         * widgets/e-splash.c: Removed border around the splash image.
20589         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20590         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20591         * src/cvs.c: Added a frame around commit log text widget.
20592         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20593         crash bug associated with translated combo box list in preferences
20594         dialog (in different locale other than en_US). Used widget names
20595         to pass the combo list items.
20596         * po/POTFILES.in: Updated.
20597         * src/launcher.c: Creates the zvt terminal at startup (and not
20598         every time a build is done) -- speeds up buld operations.
20599         * src/file_history.c: Should be if() conditional instead of
20600         assertion check.
20601         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20602         Disabled useless warnings.
20603         * src/project_dbase.c: Fixed bonobo 2 project name.
20604         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20605         and uses correct glade-2 for file generation.
20606         
20607 2003-06-21  Naba Kumar  <naba@gnome.org>
20609         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20610         And disables autocomple show for numbers (very annoying).
20611         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20612         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20613         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20614         from view menu and adjust the controls accordingly.
20615         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20616         only OK button.
20617         * src/project_dbase.[c,h]: Removed show_local flag processing.
20618         * src/message-manager.[c,h]: Reorganized messages tabs in more
20619         sensible order.
20620         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20621         Also added PCRE dependency.
20622         
20623 2003-06-20  Naba Kumar  <naba@gnome.org>
20625         * pixmaps/anjuta_splash.png: New splash.
20626         from Jean Schurger  <yshartk@schurger.org>
20627         
20628         * src/controls.c: De-sensitize run-to-cursor when debugger
20629         is not running.
20630         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20631         
20632         * src/message-manager-private.cc: Fixed to properly jump at
20633         the right file:line.
20634         
20635         * src/appwiz_page1.c: Fixed to correctly determine the project
20636         trpe from the wizard.
20637         
20638 2003-06-20  Naba Kumar  <naba@gnome.org>
20640         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20641         * src/watch_gui.c: Code cleanups.
20642         * src/debugger.[c,h], src/stack_trace.[c,h],
20643         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20644         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20645         Removed direct access to stack_trace private data, Increased debugger
20646         command size from 256 to 1024 (to be on safer side). Also implemented
20647         row-activated signle for seting frame and viewing the source.
20648         * src/debugger.c: Avoids starting program and stopping debugger
20649         when starting debugger and stopping program, respectively.
20650         
20651         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20652         Reverted codes to start debugger automatically
20653         The file is brought to the state just after the branching 
20654         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20655         some code clean ups.
20656         
20657         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20658         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20659         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20660         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20661         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20662         src/project_dbase.c: Code clean ups.
20663         
20664         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20665         (Projects dir) so that correct $HOME/Projects path is set when
20666         anjuta is run for the first time.
20667         
20668 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20670         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20672 2003-06-13  Naba Kumar  <naba@gnome.org>
20674         * src/stack_trace_cbs.c: Moved variable declaration at the
20675         top of the block (bug #737867)
20676         
20677         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20678         just CFLAGS and CXXFLAGS (bug #743617).
20679         
20680         * src/create_global_tags.sh: Fixed shell script to properly
20681         detect installed *-config files.
20682         
20683 2003-06-12  Naba Kumar  <naba@gnome.org>
20685         * src/preferences.[c,h]: Added methods for custom widgets in
20686         preferences: using custom set/get methods for them.
20687         
20688         * src/anjuta-encoding.c: Implemented up/down of the encodings
20689         in the list and property saves correctly.
20690         
20691         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20692         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20693         the beginning of a file.
20695         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20696         * src/aneditor.cxx, src/aneditor.h,
20697         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20698         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20699         src/mainmenu_callbacks.h: Allows the operator to select the current
20700         word or the current line (Request: 680801). It puts also
20701         sensitive/unsensitive several select/comment menu items.
20703         * src/breakpoints.c: Presets by default the current line for a
20704         defined breakpoint.
20706 2003-06-11  Naba Kumar  <naba@gnome.org>
20708         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20709         color (red highlight) now cosistent for inactive tabs also.
20710         
20711         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20712         'Advanced search and replace' in Edit->Search submenu.
20713         
20714         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20715         wrappings '\' where     they were missing.
20716         
20717         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20718         message is now more descriptive and details the correct thing to do
20719         for GNOME2 desktop.
20720         
20721 2003-06-10  Naba Kumar  <naba@gnome.org>
20723         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20724         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20725         Removed any reference to particular version of automake/autoconf
20726         so that they could work with newer versions (Bug #659394).
20728         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20729         src/anjuta.c: Added coded to add/remove supported encodings.
20730         
20731         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20732         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20733         src/project_import.c, src/project_type.c, src/project_type.h,
20734         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20735         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20736         from the project wizard.
20738 2003-06-06  Naba Kumar  <naba@gnome.org>
20740         Patch from Etay Meiri  <etay-m@bezeqint.net>
20741         * src/compiler_options.c: Fixed bugs related to clean before
20742         build patch.
20743         
20744         * anjuta.desktop.in.in: Added commandline options.
20745         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20746         -dP and -A flags of CVS update into different options.
20747         
20748 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20750         * configure.in: Removed "ta" from ALL_LINGUAS.
20752 2003-06-02  Naba Kumar  <naba@gnome.org>
20754         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20755         return NULL for undefined properties and "" for defined but empty
20756         strings. It was creating many problems where both are assumed to be
20757         same. And besides, it doesn't matter to differentiate the two (the
20758         problem with preferences was due to a different bug).
20760         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20761         correctly. Also, s/props_build_in/props_built_in/g.
20762         
20763         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20764         list.
20765         
20766         * src/an_file_view.c: Unrefed pixbufs when done with them.
20768         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20769         (removed) file_text.png: Added and removed pixmaps.
20770         
20771 2003-05-30  Naba Kumar  <naba@gnome.org>
20773         * anjuta.glade: Fixed encodings preferences dialog
20774         
20775 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20776         
20777         Reviewed by Naba Kumar  <naba@gnome.org>
20778         
20779         * src/build_project.c src/clean_project/c: perform a clean before
20780         build, if required. Show the message manager on clean.
20781         * src/compiler_options.c: save the new options when window is closed
20782         and flag project to be cleaned before the next build.
20783         * src/project_dbase.c: added a 'clean before build' flag to project
20785 2003-05-29  Naba Kumar  <naba@gnome.org>
20787         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20788         dialog.
20789         
20790         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20791         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20792         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20793         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20794         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20795         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20796         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20797         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20798         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20800         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20801         Removed unused icons references.
20803 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20805         Reviewed by Naba Kumar  <naba@gnome.org>
20806         
20807         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20808           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20809           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20810           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20811           src/toolbar_callbacks.c: HIG compliant dialogs.
20813         * src/utilities.c: anjuta_button_new_with_stock_image() and
20814           anjuta_dialog_add_button() stolen from gedit.
20816         * src/main_menubar_def.h: Fixed mnemonics.
20818 2003-05-26  Naba Kumar  <naba@gnome.org>
20820         * src/project_dbase_gui.c: Added header files filter for add file
20821         dialog box. Disabled project window to be transient window.
20822         
20823         * src/message-manager.cc: Disabled message manager window to be
20824         transient window.
20825         
20826         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20827         a file could not be loaded.
20828         
20829         * src/project_dbase.c: Fixed a bug with GUI editor command
20830         where empty string is returned.
20831         
20832         * src/Makefile.am, src/preferences.h, src/text_editor.c
20833         src/text_editor.h, (new) src/anjuta-encodings.h,
20834         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20835         Added encoding support and to handle characters encoding correctly
20836         by auto detecting it during load. Added preferences for selecting
20837         the encoding during save.
20839         * src/preferences.c, src/resources.c: Removed debug messages.
20841         Patch from: Alexander Nedotsukov <bland@mail.ru>
20842         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20844 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20845         * src/anjuta.c: Try to sow the splash image more often.
20847 2003-05-20  Naba Kumar  <naba@gnome.org>
20849         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20850         * src/debug_tree.c: Colorize the modified locals during
20851         debugging and call memory analyze from the debugger.
20852         * src/breakpoints.c: The color is now different for the enabled
20853         and disabled breakpoints. Anjuta now can erase several
20854         breakpoints defined at the same line. The markers are updated
20855         according to the enable/disable action.
20856         
20857         Patch from Etay Meiri  <etay-m@bezeqint.net>
20858         * src/launcher.c: Fixes launcher freeze up bug during build.
20860 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20862         Reviewed by Naba Kumar  <naba@gnome.org>
20863         * scintilla/PropSet.h: Change member variables from private to protected.
20864         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20865         to PropSetFile class, which return a gchar * (and can therefore indicate
20866         whether properties are empty or do not exist) and make prop_get and
20867         prop_get_expanded use them.
20868         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20869         that the result of of prop_get cannot be an empty string.
20871 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20873         Reviewed by Naba Kumar  <naba@gnome.org>
20874         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20875         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20876         src/text_editor_cbs.c: When saving all the files in the project, the
20877         text editors are now only rehighlighted once instead of once for each
20878         file saved.
20880 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20881         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20882         * src/anjuta.desktop.in.in: Support startup notification.
20883 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20884         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20885         * src/anjuta.desktop.in.in: Support startup notification.
20888 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20890         Reviewed by Naba Kumar  <naba@gnome.org>
20891         
20892         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20893         memory leak from glade_xml_new call. Removed gxml field from Executer
20894         struct as only used in create_executer_dialog and then destroyed.
20895         
20896         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20897         
20898         * src/configurer.c: Fix warning trying to connect signal to non-existent
20899         environment entry in configure dialog and fix crash when closing the
20900         window.
20901         
20902         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20903         gnome_date_edit_get_time instead.
20904         
20905         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20906         in view menu required renumbering elsewhere.
20908 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20910         Reviewed by Naba Kumar  <naba@gnome.org>
20911         
20912         * src/breakpoints.c: fixed an error when removing breakpoint
20913         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20914         * src/debugger.c: changes to the way the debugger is activated
20915         * src/debugger.h: clean ups
20917 2003-05-13  Naba Kumar  <naba@gnome.org>
20919         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20920         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20921         src/memory.h: A new version of memory and the interface
20922         is now integrated in anjuta.glade
20924 2003-05-09  Naba Kumar  <naba@gnome.org>
20926         * configure.in: Bumped required gtk version to 2.0.8.
20927         
20928 2003-05-06  Naba Kumar  <naba@gnome.org>
20930         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20932 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20933         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20935 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20936         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20937         , tagmanager/c.c: Support for ProC and RDB files.
20939 2003-05-06  Naba Kumar  <naba@gnome.org>
20941         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20942         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20943         Uncomment (Box & Stream), Select the current function,
20944         authorize the "Quit" button of the GotoLine window
20946 2003-05-05  Naba Kumar  <naba@gnome.org>
20948         * src/watch_gui.h: CVS added new file.
20950         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20952         Patch from Etay Meiri <etay-m@bezeqint.net>
20953         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20954         src/mainmenu_callbacks.c, src/message-manager.cc,
20955         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20956         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20957         Ported stack trace to GNOME2 and added it in the message manager
20958         pane.
20960 2003-05-02  Naba Kumar  <naba@gnome.org>
20962         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20963         
20964         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20965         preferences property.
20966         
20967         * anjuta.prj: Fixed multiple preferences saved data.
20968         
20969         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20970         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20971         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20972         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20973         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20974         Upgraded scitilla from CVS with faster window repaint
20975         and more bugfixes.
20976         
20977         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20978         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20979         and code cleanups
20980         
20981 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20983         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20984         the window if messages are appended to the end and the scrollbar is
20985         at the end.
20987 2003-04-29  Naba Kumar  <naba@gnome.org>
20989         * configure.in: Removed omf-install from Makefiles list.
20991 2003-04-28  Naba Kumar  <naba@gnome.org>
20993         * po/POTFILES.in: Remvoded deleted files.
20994         
20995         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20996         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20998         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20999         is executed as detached) is not set properly.
21000         
21001 2003-04-25  Naba Kumar  <naba@gnome.org>
21002         
21003         * anjuta.prj: Updated.
21004         * src/anjuta_info.c: Fixed text wrapping and column view.
21005         * data/welcome.txt.in: Removed unaligned characters.
21006         
21007 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21008         * src/main_menubar.c: Disable setup dialog.
21010 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21011         * src/breakpoints.c; Fixed compilation with older GCC
21012         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
21013         * HACKING: Spelling fixes (Suggested by Stephen Knight)
21015 2003-04-18  Naba Kumar  <naba@gnome.org>
21017         * anjuta.prj: Updated (includes compiler options).
21018         
21019         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
21020         function from anjuta.c (it was already available in anjuta-tools.c).
21021         
21022 2003-04-18  Naba Kumar  <naba@gnome.org>
21024         * src/about.c, THANKS: Updated
21025         
21026         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
21027         
21028         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
21029         properly from the project session before updating the file
21030         view.
21031         
21032         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
21033         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
21034         dialog settings (as it will not be required once GDL is in place) and
21035         added file view filters in the settings sub-menu.
21037 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21038         * HACKING: Updated
21039         * configure.in: Disable cast checks on final build.
21041 2003-04-17  Naba Kumar  <naba@gnome.org>
21043         * src/build_project.c: Fixed a compilation error.
21045         * src/launcher.c: Removed commnets.
21046         
21047         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
21048         properties from editor tab to indentation tab and fixed a property
21049         label for proper i18n translation. Fixed typos in project config
21050         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
21051         sorting and reordering in compiler options dialog.
21052         
21053         * src/compiler_options.c: Implemented _save() function to save the
21054         options (which was pending).
21055         
21056         * src/build_project.c: Destroys install-as-root dialog when it is done.
21057         
21058         * src/an_symbol_view.c: Change "event" event to "event-after" so
21059         that symbol row is selected first before the popup is shown.
21060         
21061 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21063         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
21064         file in CVS/Entries. (Reviewed and applied by Biswa)
21066 2003-04-16  Naba Kumar  <naba@gnome.org>
21068         * aneditor.cxx: use unicode everytime (fixed unicode related
21069         bugs).
21071         * anjuta.prj: Fixed UI editor name (blank to use default) and
21072         anjuta version.
21073         
21074         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
21075         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
21076         Editor preferences page.
21078 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21079         * src/anjuta.[ch], src/print.c: Fixed warnings
21080         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
21081         * configure.in: Profiling support with gprof
21083 2003-04-16  Naba Kumar  <naba@gnome.org>
21085         Patch from Gaëtan de Menten  <ged@bugfactory.org>
21086         * src/launcher.c: Fixed cvs dialog.
21087         
21088 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21089         
21090         * src/message-manager-private.cc: Fixed double-click on first line of 
21091         output to properly select a line.
21092         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21093         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21095 2003-04-15  Naba Kumar  <naba@gnome.org>
21097         * src/message-manager-private.cc: Fixed the glade filename typo.
21099 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21100         * scintilla/*, data/properties/*: Scintilla CVS merge
21101         * anjuta.prj: Removed unnecessary files.
21102         * scintilla/PlatGTK.cxx: Force Pango fonts always
21103         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21104         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21105         for preferences.
21106         * configure.in: Change version no. for 1.1.1 (alpha release)
21107         * configure.in: Added '--with-pref-suffix' option.
21108         * config.guess, config.sub: Removed from CVS.
21110 2003-04-15  Naba Kumar  <naba@gnome.org>
21112         Patch from Timothee Besset  <ttimo@idsoftware.com>
21113         * Makefile.am: Fixed a shell script error during intallation.
21114         
21115 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21117         Reviewed by Naba Kumar  <naba@gnome.org>
21118         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21119         set_wm_class to use "anjuta" instead of "an.
21120         * src/message-manager-private.cc: Headers are hidden again.
21122 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21123         * src/project_dbase_gui.c: Memory corruption fix.
21124         * anjuta.prj: Updated project file
21126 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21127         * an_file_view.c: Connect to event-after signal rather than event so that
21128         selection is updated first and thus context menu is for the right file.
21129         Reviewed and applied by Biswa.
21131 2003-04-14  Naba Kumar  <naba@gnome.org>
21133         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21134         
21135         * src/auncher.c: More child exit fixes
21136         from Timothee Besset  <ttimo@idsoftware.com>
21138 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21139         
21140         Reviewed by Naba Kumar  <naba@gnome.org>
21141         
21142         * src/message-manager.[c/h], src/message-manager-private[c/h],
21143                 anjuta.[c/h]: Ported message-manager to Gtk2
21144         
21145         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21146         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21147         src/clean_project.c, src/compile.c, src/configurer.c,
21148         src/controls.c, src/cvs.c, src/debugger.c,
21149         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21150         src/project_import.c, src/search-replace.c: Changed name from
21151         AnjutaMessageManager to AnMessageManager to avoid too long type
21152         and funtion names.
21154 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21155         * src/launcher.c: Fix build won't stop problem - TTimo
21156         * TODO: Updated
21157         * pixmaps/anjuta_splash.c: New splash screen prototype.
21158         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21159         * src/compiler_options.c: Mute pkgconfig errors.
21160         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21162 2003-04-10  Naba Kumar  <naba@gnome.org>
21164         * configurer.[c,h]: Fixed dialog to close properly.
21165         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21166         debugging asserts.
21167         
21168 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21169         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21170         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21171         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21172         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21173         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21174         src/makefile.am: Move gdl to it's own directory.
21175         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21177 2003-04-09  Naba Kumar  <naba@gnome.org>
21179         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21180         branch.
21182 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21183         * src/anjuta-tools.c: Use CDATA for saving tools data.
21184         * anjuta.glade, src/search-replace.c: Port from branch.
21185         * widgets/e-splash.*, src/main.c: Better splash screen.
21186         * configure.in, widgets/gdl*: Import GDL widgets.
21187         * ROADMAP: Updated roadmap.
21188         * src/an_file_view.c: Use GDL icons for file tree.
21190 2003-04-09  Naba Kumar  <naba@gnome.org>
21192         * anjuta.glade: Added (hidden) initial setup-wizard window.
21193         
21194         Patch from: Vitaly  <vvv@rfniias.ru>
21195         * src/preferences.c: Fixes a bug with libglace widget access with
21196         translated strings.
21198         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21199         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21200         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21201         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
21202         src/toolbar_callbacks.[c,h],
21203         src/memory.c, src/message-manager-private.cc,
21204         src/message-manager-private.h, src/message-manager.cc,
21205         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
21206         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
21207         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
21208         watch window to a subwindow in the notebook
21210 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21211         * ROADMAP: Updated roadmap.
21213 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
21215         * configure.in: Added Belarusian to ALL_LINGUAS.
21217 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21218         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21219         Henry Jia
21220         * ROADMAP: Added roadmap for HEAD.
21222 2003-03-29  Naba Kumar  <naba@gnome.org>
21224         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
21225         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
21226         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
21227         (new) pixmaps/start-with-wizard.png,
21228         (new) pixmaps/start-with-import.png,
21229         (new) pixmaps/start-with-open.png Added Start with dialog which pops
21230         up on anjuta start-up to give quick access to opening file/project or
21231         creation wizards.
21233         * src/main.c: Sets proper data directory for the gnome
21234         program.
21236 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21237         * src/text_editor.c: Fixed error/warning indicators.
21239 2003-03-24  Naba Kumar  <naba@gnome.org>
21241         * README: Correct version.
21242         
21243 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
21245         * configure.in: Added checks to see if were building on FreeBSD
21246         systems.  Sets -DFREEBSD if we are, and also attempts to find
21247         gmake if the host system is FreeBSD.
21249         * src/getline.c: New file used to provide the getline function,
21250         which isnt available on a FreeBSD system.  The function is only
21251         defined if FREEBSD is defined.
21253         * src/Makefile.am: Added getline.c to anjuta_SOURCES
21255         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
21256         configure.in sets this to gmake on FreeBSD systems, and make
21257         on everything else.
21259 2003-03-23  Naba Kumar  <naba@gnome.org>
21261         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
21262         
21263         * anjuta.spec.in: Fixed spec file for correct file paths and
21264         corrected rpmbuild.
21266         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
21267         the rpm build command separately now.
21268         
21269         * src/anjuta.c, windows-dialog.c: Added some more window management
21270         stuffs (not still fully working, though).
21272         * TODO: Updated.
21274 2003-03-22  Naba Kumar  <naba@gnome.org>
21276         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
21278 2003-03-21  Naba Kumar  <naba@gnome.org>
21280         * README: Removed Andy Piper's name from the active maintainers
21281         list on his request.
21282         
21283         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
21284         preferences.
21285         
21286         * src/anjuta-tools.c: Fixed compiler errors.
21288         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
21289         show bugs.
21290         
21291         * src/commands.c, src/src_paths.c, src/style-editor.c,
21292         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
21293         becuase they are now hidden by default (from glade editing).
21294         
21295         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
21296         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
21297         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21298         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
21299         basic windows managements.
21300         
21301 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21302         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
21303         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
21304         Enver ALTIN (a.k.a. skyblue)
21306 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21307         * tagmanager/*: Added ignore-list for symbols. This will make
21308         parsing more accurate for projects. Doc updates needed.
21310 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21311         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
21312         * launcher/Makefile.am: Link to correct libraries
21313         * src/launcher.c: Do not allow NULL shell
21315 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
21316         * src/debug_tree.c: Improve debug tree view.
21318 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
21320         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
21321         'Run Configure Script' and 'Execute Program'. Increase minimum width
21322         of Configure dialog.
21323         * find_in_files.c, find_in_files_cbs.*: Properly create the file
21324         list widget by setting a model and adding a column and renderer.
21325           Actually store the nocvs toggle button in FindInFiles data structure.
21326           Handle selection changes via changed signal rather than row_activated.
21327           Use response signal for handling the close and find buttons.
21328           Close window when escape is pressed.
21329         * find_replace.c: Close window when escape is pressed.
21330         * find_text.c: Close window when escape is pressed in find dialog as
21331         well as wrap search question, where now Yes is the default button.
21333 2003-03-05  Naba Kumar  <naba@gnome.org>
21335         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
21337         * src/message-manager-private.cc: Fixed a bug with vte conditional
21338         compilation.
21339         * anjuta.glade: Hides all windows in glade file.
21341 2003-03-05  Naba Kumar  <naba@gnome.org>
21343         * src/an_file_view.c: Fixed a compilation warning.
21344         * src/message-manager-private.cc: Conditional compilation for vte
21345         API.
21346         
21347 2003-02-28  Naba Kumar  <naba@gnome.org>
21349         * configure.in, anjuta.spec.in: Updated dependency packages version.
21350         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
21351         * src/preferences.c: Added debug assertions.
21352         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
21353         editor to enable/disable bringing the recent editor tabs first.
21354         
21355         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21356         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
21357         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
21358         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
21359         and     bug fixes. Also code clean ups.
21360         
21361         * (new) src/search-replace.[h,c]: New search replace implementation
21362         from ANJUTA_1_0_0 branch.
21363         
21364         * (new) src/windows-dialog.[h,c]: New windows management class
21365         [work in progress].
21367 2003-02-28  Naba Kumar  <naba@gnome.org>
21369         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
21370         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
21371         src/appwizard.c, src/build_file.c, src/build_project.c,
21372         src/clean_project.c, src/compile.c, src/configurer.c,
21373         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21374         src/message-manager-dock.c, src/message-manager-dock.h,
21375         src/message-manager-private.cc, src/message-manager.cc,
21376         src/preferences-dialog.c, src/preferences-dialog.h,
21377         src/preferences.c, src/preferences.h, src/project_dbase.c,
21378         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
21379         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
21380         src/utilities.c, src/utilities.h:
21381         
21382         Widgetized Preferences and gave proper function names.
21384         * src/executer.c: Fixed a session loading bug.
21385         
21386 2003-02-27  Naba Kumar  <naba@gnome.org>
21388         * printing/print.c: Fixed printing font bug that failed to load the
21389         proper fonts.
21390         
21391         * src/toolbar.c: Disabled LED flashing (not yet implemented).
21392         
21393         * TODO, anjuta.prj: Updated.
21395 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
21397         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21398         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21399         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21400         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
21401         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
21402         fixed omf errors
21404 2003-02-25  Naba Kumar  <naba@gnome.org>
21406         * Makefile.am: Excluded omf-install from installation as the docs are
21407         not ready.
21408         
21409         TODO: Updated.
21410         
21411         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
21412         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
21413         property names and added new editor properties and code cleanups.
21414         Also added new project properties.
21415         
21416         * src/compiler_options.[h,c]: Added pkg-config packages supports
21417         and fixed bugs.
21418         
21419         * src/glade_iface.h: Cleanups.
21420         
21421         * src/launcher.c: Used timer instead of idle to scan.
21422         
21423         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
21424         src/project_config.[h,c], src/project_import.c: Implemented project
21425         property to define GUI editor and to handle it.
21426         
21427         * src/preferences.c: i18n fixes.
21428         
21429         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
21430         unused (and old) pixmaps.
21431         
21432         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
21433         
21434 2003-02-25  Naba Kumar  <naba@gnome.org>
21436         * src/message-manager-private.[h,cc], src/preferences.c,
21437         anjuta.glade, anjuta_dialog_strings.c: Implemented
21438         gnome terminal profiles for the terminal preferences and moved the
21439         addition of terminal preferences in the terminal constructor.
21440         
21441         * anjuta.prj: Updated.
21443 2003-02-24  Naba Kumar  <naba@gnome.org>
21445         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
21446         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
21447         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
21448         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
21449         preferences dialog.
21451         * TODO: Updated.
21453         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
21454         text selection and child re-spawning.
21456         * src/pixmaps.h: Removed unused pixmaps definitions.
21457         
21458 2003-02-23  Naba Kumar  <naba@gnome.org>
21460         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
21461         the project tree/window.
21463         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
21464         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
21465         Correct the use of a variable and implemented session save/load
21466         for tree expansion states.
21467         
21468         * src/main_menubar_def.h: Fixed shortcuts keys.
21469         
21470         * src/anjuta.c, src/gnome_project.c: Code clean ups.
21471         
21472         * anjuta.prj: Updated.
21473         
21474 2003-02-22  Naba Kumar  <naba@gnome.org>
21476         * src/debug_tree.[c,h]: GNOME2 port from 
21477         Etay Meiri <etay-m@bezeqint.net>
21478         
21479         * src/an_file_view.c, src/resources.[h,c],
21480         data/properties/bash.properties,
21481         data/properties/cpp.properties,
21482         data/properties/html.properties,
21483         data/properties/make.properties,
21484         data/properties/others.properties,
21485         data/properties/perl.properties,
21486         data/properties/props.properties,
21487         data/properties/xml.properties: Standarized file icons. Icons are
21488         defined in respective .properties file and are retrieved as resource
21489         data.
21491         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21492         in labels from the commands editor as that would create
21493         problems for translators.
21495 2003-02-21  Naba Kumar  <naba@gnome.org>
21497         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21498         as they should be part of CVS(?).
21500         * Makefile.am: Corrected a typo for glade generated strings file.
21502         * configure.in, po/hi.po: Added new Hindi (hi) translation
21503         in ALL_LINGUS and added initial Hindi translation.
21505         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21506         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21507         sv_unknown.xpm to more proper icon.
21509         * (new)data/properties/php.properties, data/properties/Makefile.am,
21510         data/properties/anjuta.properties, data/properties/html.properties:
21511         Fixed PHP syntax hilighting bug by separating php properties into
21512         different file (because of file size).
21514         * TODO: Updated.
21515         
21516 2003-02-20  Naba Kumar <naba@gnome.org>
21518         * src/breakpoints.c: Fixed breakpoints session saving/loading
21519         crash bug.
21520         
21521         * scintilla/*, scintilla/include/*: Updated to scintilla
21522         release 1.51
21523         
21524 2003-02-19  Naba Kumar <naba@gnome.org>
21526         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21527         * TODO: Updated.
21529         * Makefile.am, src/Makefile.am,
21530         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21531         (removed) src/anjuta_dialog_strings.c,
21532         (removed) src/anjuta_dialogs_strings.c,
21533         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21534         (added) anjuta.glade: Transfered glade files from src/ directory
21535         to the top level directory.
21537         * po/POTFILES.in: Updated.
21538         
21539         * (removed) macrocs2/*: Transfered to data/ directory.
21540         
21541         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21542         data/Makefile.am: Moved macros in data directory. Anjuta no longer
21543         requires to have macros dir, but the projects generated by anjuta
21544         require them.
21545         
21546         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21547         trees.
21548         
21549         * src/defaults.c: Corrected default compiler options.
21550         
21551         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21552         wizard.
21553         
21554         * src/message-manager-private.cc, src/message-manager-private.h,
21555         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21556         
21557         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21558         source code generation for gnome2 projects.
21560 2003-02-11  Naba Kumar <naba@gnome.org>
21562         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21563         restores the expand/collaspe states of the nodes after refresh.
21564         
21565         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21566         
21567 2003-02-11  Naba Kumar <naba@gnome.org>
21569         * src/style-editor.c: Fixed pango font description handling for fonts.
21570         * src/anjuta.glade: Removed font size spin button.
21571         * configure.in, src/anjuta.prj: Corrected version.
21572         * TODO: update.
21573         
21574 2003-02-10  Naba Kumar <naba@gnome.org>
21576         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21577         references of scroll-menu.h and add about.h in Makefile.am.
21578         
21579         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21580         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21581         (removed) widgets/scroll-menu.h: Removed unused files.
21582         
21583         * Makefile.am: Added proper i18n rules and added intl tools for
21584         distributions.
21585         
21586         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21587         to the stable release).
21588         
21589         * anjuta.spec.in: Removed manuals packaging.
21590         
21591         * data/Makefile.am: Removed 'macros' installation (not required for
21592         gnome2 projects).
21594 2003-02-10  Naba Kumar <naba@gnome.org>
21596         * po/POTFILES.in: Updated.
21598         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21599         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21600         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21601         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21602         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21603         icons and images.
21605         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21606         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21607         and fixed to properly handle focus in find entry box.
21609         * Makefile.am: Added code for RH system menu update.
21611         * .cvsignore: Updated.
21613         * NEWS: Updated.
21615 2003-02-03  Naba Kumar <naba@gnome.org>
21617         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21618         editor preferences. and fixes dialogs.
21620         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21621         Fixed linenumbers and header margins when they are disabled and
21622         removed unused header files.
21624         * src/attact_process.[h,c], src/debugger.c: Attach to process
21625         now works.
21627         * src/help.c: Fixed dialog response.
21629         * TODO: Updated.
21631         * data/properties/anjuta.properties: Corrected typo.
21633         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21634         Change the signal to "changed" in entry from "selection-changed" in
21635         list.
21637         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21638         short-cuts.
21640 2003-01-31  Naba Kumar <naba@gnome.org>
21642         * configure.in: Upgraded to use libgnomeprint-2.2
21643         
21644         * printing/Makefile.am: Updated
21645         
21646         *(removed) printing/print-doc.c, printing/print-doc.h,
21647         printing/print-util.c, printing/print-util.h: Removed because already
21648         merged with print.c.
21649         
21650         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21651         and libgnomeprintui-2.2 and fixed rendering problems.
21652         
21653         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21654         uneccessary print properties, as they are separately taken
21655         care in gnomeprint.
21656         
21657         * po/POTFILES.in: Update.
21659 2003-01-30  Naba Kumar <naba@gnome.org>
21661         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21662         for about dialog box.
21663         
21664         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21665         src/pixmaps.h: Modified for the above additions for about dialog.
21667 2003-01-29  Naba Kumar <naba@gnome.org>
21669         * src/style_editor.[c,h]: Added missing files.
21670         
21671 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21672         * scintilla/XPM.[cxx|h]: Added missing files
21674 2003-01-29  Naba Kumar <naba@gnome.org>
21675         
21676         * TODO, po/POTFILES.in: Updated.
21677         
21678         * anjuta.prj, src/anjuta.glade,
21679         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21681 2003-01-28  Naba Kumar <naba@gnome.org>
21682         
21683         * data/properties/anjuta.properties, src/aneditor.cxx,
21684         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21685         properties into text properties (earlier it was int properties).
21687         * TODO: Updated
21688         
21689         * scintilla/AutoComplete.c,xx,
21690         scintilla/AutoComplete.h,
21691         scintilla/CallTip.c,xx,
21692         scintilla/CallTip.h,
21693         scintilla/Document.c,xx,
21694         scintilla/Document.h,
21695         scintilla/Editor.c,xx,
21696         scintilla/Editor.h,
21697         scintilla/LexAVE.c,xx,
21698         scintilla/LexCSS.c,xx,
21699         scintilla/LexHTML.c,xx,
21700         scintilla/LexOthers.c,xx,
21701         scintilla/LexPython.c,xx,
21702         scintilla/LineMarker.c,xx,
21703         scintilla/LineMarker.h,
21704         scintilla/Makefile.am
21705         scintilla/PlatGTK.c,xx,
21706         scintilla/PropSet.c,xx,
21707         scintilla/ScintillaBase.c,xx,
21708         scintilla/ScintillaBase.h,
21709         scintilla/ScintillaGTK.c,xx,
21710         scintilla/ViewStyle.c,xx,
21711         scintilla/include/Platform.h,
21712         scintilla/include/SciLexer.h,
21713         scintilla/include/Scintilla.h,
21714         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21715         
21716         
21717         src/Makefile.am,
21718         src/an_file_view.c,
21719         src/an_symbol_view.c,
21720         src/anjuta-tools.c,
21721         src/anjuta.c,
21722         src/anjuta.glade
21723         src/anjuta.h,
21724         src/anjuta_cbs.c,
21725         src/anjuta_dialogs_strings.c,
21726         src/anjuta_info.c,
21727         src/commands.c,
21728         src/compiler_options.c,
21729         src/debugger.c,
21730         src/help.c,
21731         src/main_menubar.c,
21732         src/main_menubar.h,
21733         src/main_menubar_def.h,
21734         src/mainmenu_callbacks.c,
21735         src/mainmenu_callbacks.h,
21736         src/message-manager-private.c,c
21737         src/message-manager-private.h,
21738         src/message-manager.c,c
21739         src/message-manager.h,
21740         src/pixmaps.h,
21741         src/preferences.c,
21742         src/preferences.h,
21743         src/project_config.c,
21744         src/project_dbase.c,
21745         src/project_dbase_gui.c,
21746         src/project_import_gui.c,
21747         src/properties.c,xx,
21748         src/properties.h,
21749         src/resources.c,
21750         src/src_paths.c,
21751         src/text_editor.c,
21752         src/text_editor_gui.c,
21753         src/toolbar.c,
21754         src/utilities.c,
21755         src/utilities.h,
21756         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21757         
21758 2003-01-24  Naba Kumar <naba@gnome.org>
21760         * src/text_editor_gui.c, src/toolbar.c,
21761         src/text_editor.c, src/text_editor_cbs.h:
21762         Used correct notification signal name for scintilla
21763         (gtk2) and fixed UI.
21764         
21765         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21766         when not required.
21767         
21768         * printing/print-doc.c,
21769         printing/print.c,,
21770         src/anjuta-tools.c,
21771         src/find_replace.c,
21772         src/goto_line.c,
21773         src/launcher.c,
21774         src/mainmenu_callbacks.c,
21775         src/project_dbase.c,
21776         src/project_dbase.h,
21777         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21778         src/text_editor.c,
21779         src/text_editor_cbs.h:
21782 2003-01-23  Naba Kumar <naba@gnome.org>
21784         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21785         correct stock icons and organized pixmap macros.
21786         
21787         Makefile.am: Removed non-generated files.
21788         
21789         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21790         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21791         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21792         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21793         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21794         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21795         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21796         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21797         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21798         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21799         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21800         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21801         stop.xpm, undo.xpm}: Removed because no longer used.
21803         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21804         file_unknown.xpm}: Files renamed from fv_*, as it would
21805         be the right name.
21807         * pixmaps/Makefile.am: Updated for the above changes.
21809 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21811         * pixmaps/autocomplete-16.png,
21812         pixmaps/autocomplete.png,
21813         pixmaps/block-end-16.png,
21814         pixmaps/block-end.png,
21815         pixmaps/block-start-16.png,
21816         pixmaps/block-start.png,
21817         pixmaps/bookmark-first-16.png,
21818         pixmaps/bookmark-first.png,
21819         pixmaps/bookmark-last-16.png,
21820         pixmaps/bookmark-last.png,
21821         pixmaps/bookmark-next-16.png,
21822         pixmaps/bookmark-next.png,
21823         pixmaps/bookmark-prev-16.png,
21824         pixmaps/bookmark-prev.png,
21825         pixmaps/error-next-16.png,
21826         pixmaps/error-next.png,
21827         pixmaps/error-prev-16.png,
21828         pixmaps/error-prev.png: gnome2-styled icons
21831 2003-01-23  Naba Kumar <naba@gnome.org>
21833         * anjuta.prj: Updated compiler options.
21834         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21836         * src/aneditor.cxx,
21837         src/anjuta.c,
21838         src/anjuta.glade,
21839         src/anjuta_dialogs_strings.c,
21840         src/mainmenu_callbacks.c,
21841         src/mainmenu_callbacks.h,
21842         src/text_editor.c,
21843         src/text_editor_cbs.c,
21844         src/text_editor_gui.c: GNOME2 Porting.
21846 2003-01-22  Naba Kumar <naba@gnome.org>
21848         * ChangeLog: Corrected dates.
21849         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21850         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21851         preferences.
21853 2003-01-22  Naba Kumar <naba@gnome.org>
21854         
21855         * plugins/patch/patch-plugin.c: Bug fix.
21856         
21857         * src/anjuta-tools.c,
21858         src/anjuta.c,
21859         src/anjuta.glade,
21860         src/anjuta.h,
21861         src/anjuta_dialogs_strings.c,
21862         src/breakpoints.c,
21863         src/cvs_gui.c,
21864         src/debugger.c,
21865         src/debugger.h,
21866         src/executer.c,
21867         src/glade_iface.c,
21868         src/main.c,
21869         src/mainmenu_callbacks.c,
21870         src/mainmenu_callbacks.h,
21871         src/preferences.c,
21872         src/project_dbase.c,
21873         src/project_dbase_gui.c,
21874         src/registers.c,
21875         src/sharedlib.c,
21876         src/signals.c,
21877         src/signals_cbs.c,
21878         src/source.c,
21879         src/stack_trace.c,
21880         src/toolbar_callbacks.c,
21881         src/utilities.c,
21882         src/utilities.h,
21883         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21884         
21885         * src/Makefile.am,
21886         (removed) src/CORBA-Server.c,
21887         (removed) src/CORBA-Server.h,
21888         (removed) src/Gladen-common.c,
21889         (removed) src/Gladen-stubs.c,
21890         (removed) src/Gladen.h,
21891         (removed) src/Prj-common.c,
21892         (removed) src/Prj-skelimpl.c,
21893         (removed) src/Prj-skels.c,
21894         (removed) src/Prj-stubs.c,
21895         (removed) src/Prj.h,
21896         (removed) src/glades.c,
21897         (removed) src/glades.h,
21898         (removed) src/messagebox.c,
21899         (removed) src/messagebox.h: Removed because no longer used.
21901 2003-01-21  Naba Kumar <naba@gnome.org>
21903         * src/anjuta-tools.c,
21904         src/anjuta.c,
21905         src/anjuta.glade,
21906         src/anjuta_dialogs_strings.c,
21907         src/anjuta_info.c,
21908         src/anjuta_info.h,
21909         src/breakpoints.c,
21910         src/compiler_options.c,
21911         src/debugger.c,
21912         src/find_replace.c,
21913         src/find_replace.h,
21914         src/find_text.c,
21915         src/find_text.h,
21916         src/goto_line.c,
21917         src/launcher.c,
21918         src/text_editor.c,
21919         widgets/gnomefilelist.c: GNOME2 porting.
21921 2003-01-20  Naba Kumar <naba@gnome.org>
21923         * global-tags/create_global_tags.sh: Uses pkg-config to
21924         read the modules.
21925         
21926         * src/anjuta.c,
21927         src/anjuta.glade,
21928         src/anjuta.h,
21929         src/anjuta_cbs.c,
21930         src/anjuta_dialogs_strings.c,
21931         src/breakpoints.c,
21932         src/breakpoints.h,
21933         src/compiler_options.c,
21934         src/compiler_options.h,
21935         src/fileselection.c,
21936         src/fileselection.h,
21937         src/mainmenu_callbacks.c,
21938         src/project_dbase_gui.c,
21939         src/session.c,
21940         src/src_paths.c,
21941         src/src_paths.h,
21942         src/text_editor.c,
21943         src/text_editor_gui.c,
21944         widgets/gnomefilelist.c,
21945         widgets/gnomefilelist.h: GNOME2 porting.
21946         
21947         * widgets/Makefile.am,
21948         (removed) widgets/gnomedirlist.c,
21949         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21950         
21951         * src/Makefile.am,
21952         (removed) src/src_paths_cbs.c,
21953         (removed) src/src_paths_cbs.h,
21954         (removed) src/src_paths_gui.c,
21955         (removed) src/compiler_options_cbs.c,
21956         (removed) src/compiler_options_cbs.h,
21957         (removed) src/breakpoints_cbs.c,
21958         (removed) src/breakpoints_cbs.h: Removed because they are now
21959         combined in singe file
21961 2003-01-16  Naba Kumar <naba@gnome.org>
21963         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21964         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21965         options dialog UI and data handling.
21968 2003-01-15  Naba Kumar <naba@gnome.org>
21970         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21971         Completed command editor porting.
21972         
21973         * src/anjuta.c: Removed the use of commands load function
21974         (not required).
21976         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21977         and unrefs.
21979         * src/anjuta-tools.c: Fixed translatable strings.
21980         
21981         * src/find_text.c: Fixed dialog creation from glade.
21982         
21983         * src/text_editor_gui.c, src/text_editor.c,
21984         src/text_editor_cbs.c: Completed port of detached text editor
21985         to gnome2 plateform.
21986         
21987 2003-01-14  Naba Kumar <naba@gnome.org>
21989         * src/anjuta.glade, src/preferences.[h,c],
21990         src/anjuta_dialogs_strings.c: Added build and editor
21991         preferences pages and other UIs. Fixed preferense loading and saving.
21992         
21993         * src/anjuta.c: Does case-insensitive match for tabs position
21994         preferences and removed preferences loading (done at _new() call).
21995         
21996         * anjuta-tools.c: Debugged tools dialog handling.
21997         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21998         
21999 2003-01-13  Naba Kumar <naba@gnome.org>
22001         * ABOUT-NLS: Update (strange).
22003         * autogen.sh: Removed blocking code.
22005         * configure.in: Fixed an autogen bug.
22006         
22007 2003-01-13  Naba Kumar <naba@gnome.org>
22009         * (new)src/anjuta.gladep
22010         (new)src/messagebox.c
22011         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
22012         will be gradually removed (and then the files).
22013         
22014         * Makefile.am,
22015         anjuta.prj,
22016         printing/print-util.c,
22017         printing/print.c,
22018         scintilla/ScintillaGTK.c,xx
22019         src/Makefile.am,
22020         src/an_file_view.c,
22021         src/an_symbol_view.c,
22022         src/anjuta.c,
22023         src/anjuta.glade
22024         src/anjuta.h,
22025         src/anjuta_dialogs_strings.c,
22026         src/anjuta_gui.c,
22027         src/attach_process.c,
22028         src/attach_process.h,
22029         src/breakpoints.c,
22030         src/breakpoints.h,
22031         src/breakpoints_cbs.c,
22032         src/commands.c,
22033         src/commands.h,
22034         src/compiler_options.c,
22035         src/compiler_options.h,
22036         src/compiler_options_cbs.c,
22037         src/configurer.c,
22038         src/configurer.h,
22039         src/controls.c,
22040         src/cvs_cbs.c,
22041         src/debug_tree.c,
22042         src/debug_tree.h,
22043         src/executer.c,
22044         src/executer.h,
22045         src/find_in_files.c,
22046         src/find_in_files.h,
22047         src/find_in_files_cbs.c,
22048         src/find_replace.c,
22049         src/find_replace.h,
22050         src/find_text.c,
22051         src/find_text.h,
22052         src/goto_line.c,
22053         src/help.c,
22054         src/help.h,
22055         src/launcher.c,
22056         src/main.c,
22057         src/main_menubar.c,
22058         src/mainmenu_callbacks.c,
22059         src/message-manager.c,c
22060         src/pixmaps.h,
22061         src/preferences.c,
22062         src/project_config.c,
22063         src/project_config.h,
22064         src/project_dbase.c,
22065         src/project_import_cbs.c,
22066         src/resources.c,
22067         src/resources.h,
22068         src/splash.c,
22069         src/src_paths.c,
22070         src/src_paths.h,
22071         src/src_paths_gui.c,
22072         src/text_editor.c,
22073         src/text_editor_gui.c,
22074         src/toolbar.c,
22075         src/toolbar.h,
22076         src/utilities.c,
22077         src/utilities.h,
22078         src/wizard_gui.c,
22079         widgets/gnomefilelist.c: GNOME2 Port.
22081 2003-01-10  Naba Kumar  <naba@gnome.org>
22083         * src/an_file_view.c,
22084         src/anjuta_gui.c,
22085         src/appwizard_gui.c,
22086         src/compiler_options.c,
22087         src/compiler_options_cbs.c,
22088         src/cvs_cbs.c,
22089         src/executer.c,
22090         src/fileselection.c,
22091         src/find_in_files.c,
22092         src/goto_line.c,
22093         src/main_menubar.c,
22094         src/memory.c,
22095         src/message-manager-dock.c,
22096         src/preferences.c,
22097         src/project_dbase_gui.c,
22098         src/project_import_gui.c,
22099         src/registers_gui.c,
22100         src/sharedlib_gui.c,
22101         src/src_paths_gui.c,
22102         src/text_editor_gui.c,
22103         src/toolbar.c,
22104         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22106 2003-01-09  Naba Kumar <naba@gnome.org>
22108         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22109         problems with some comments.
22111         * anjuta.prj: New project file (updated?)
22113         * src/Makefile.am: Enabled deprecated API and fixed variables.
22115         * src/an_file_view.c,
22116         src/an_symbol_view.c,
22117         src/anjuta-plugins.c,
22118         src/anjuta-tools.c,
22119         src/anjuta.c,
22120         src/anjuta_gui.c,
22121         src/appwizard_cbs.c,
22122         src/attach_process.c,
22123         src/attach_process_cbs.c,
22124         src/compiler_options.c,
22125         src/compiler_options_cbs.c,
22126         src/launcher.c,
22127         src/mainmenu_callbacks.c,
22128         src/message-manager-private.c,c
22129         src/message-manager-private.h,
22130         src/message-manager.c,c
22131         src/message-manager.h,
22132         src/project_dbase.c,
22133         src/project_dbase.h,
22134         src/project_dbase_gui.c,
22135         src/project_import_cbs.c,
22136         src/project_import_gui.c,
22137         src/registers.c,
22138         src/resources.c,
22139         src/resources.h,
22140         src/sharedlib.c,
22141         src/signals.c,
22142         src/signals_cbs.c,
22143         src/signals_gui.c,
22144         src/splash.c,
22145         src/src_paths_cbs.c,
22146         src/src_paths_gui.c,
22147         src/stack_trace.c,
22148         src/text_editor.c,
22149         src/text_editor_gui.c,
22150         src/text_editor_menu.c,
22151         src/toolbar.c,
22152         src/toolbar_callbacks.c,
22153         src/utilities.c,
22154         src/watch.c,
22155         src/watch_cbs.c,
22156         src/wizard_gui.c: GNOME porting.
22158 2002-12-24 Naba Kumar <naba@gnome.org>
22160         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22161         NEWS, README, SEARCH-REPLACE,
22162         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22163         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22164         launcher/Makefile.am,
22165         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22166         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22167         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22168         printing/print-util.c, printing/print.c, printing/print.h,
22169         scintilla/*/*, widgets/e-shell-about-box.c,
22170         src/*, tagmanager/*/*, widgets/Makefile.am,
22171         widgets/gnomefilelist.c:
22172         
22173         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22174         src/*.[c,h] files to gnome2 API.
22176         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22177         strings table.
22179 2002-10-23  Naba Kumar <naba@gnome.org>
22181         * autogen.sh: Prevented Users from building HEAD cvs.
22182         
22183 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22185         * src/anjuta.glade: added the compiler options dialog, hopefully
22186         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22188 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22190         * src/anjuta.glade: fixed a lot of small glitches.
22192         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
22193         now.
22195         * src/breakpoints_cbs.c: polished a bit.
22197 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22199         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
22201         * src/commands.c: partial gnome 2 port.
22203         * src/utilities.[ch]: changed some bits to be const.
22205 2002-09-14  Stephane Demurget  <demurgets@free.fr>
22207         * src/Makefile.am: removed breakpoints_gui.c and added a check
22208         for gdk-pixbuf deprecated functions, but there shouldn't be much
22209         anyway.
22211         * src/breakpoints_gui.c: killed.
22213         * src/anjuta.glade: added two dialogs for the breakpoints management.
22215         * src/anjuta.h:
22216         * src/anjuta_cbs.c:
22217         * src/appwizard.c:
22218         * src/attach_process.c:
22220         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
22221         really huge changes and porting work.
22222         
22223         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
22224         (breakpoints_dbase_new): moved the UI init bits here.
22226         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
22227         a lot, not using any color anymore (not HIG compliant) and not using
22228         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
22229         to be double checked.
22231         * src/build_file.c:
22232         * src/build_project.c: gnome 2 port.
22234 2002-09-11  Stephane Demurget  <demurgets@free.fr>
22236         * src/anjuta.glade:
22237         * src/anjuta.h:
22238         * src/anjuta_cbs.c:
22239         * src/appwizard.c:
22240         * src/breakpoints.c:
22241         * src/breakpoints_cbs.c: cleaned up some bits.
22243 2002-09-09  Stephane Demurget  <demurgets@free.fr>
22245         * src/Makefile.am:
22246         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
22248         * src/an_symbol_view.[ch]:
22249         * src/attach_process_cbs.h: polished a bit.
22251         * src/breakpoints_cb.[ch]: partial gnome 2 port.
22253 2002-09-02  Stephane Demurget  <demurgets@free.fr>
22255         * configure.in:
22256         * src/Makefile.am: added libglade-2 to the build.
22258         * src/anjuta.[ch]: added support for libglade.
22260         * src/anjuta.glade: added. There could be a file per top-level widget,
22261         as some other gnome projects, though.
22263         * src/attach_process_gui.c: removed.
22264         * src/attach_process.[ch]: gnome 2 port.
22265         (attach_process_new): Added the treeview init and the widget references
22266         here.
22268 2002-08-31  Stephane Demurget  <demurgets@free.fr>
22270         * src/an_file_view.c: fixed some compilation issues.
22272         * src/an_symbol_view.c: gnome 2 port.
22274 2002-08-26  Stephane Demurget  <demurgets@free.fr>
22276         * src/an_file_view.c: finished gnome 2 port.
22277         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
22278         directory pixmap depending on the event.
22280         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
22281         (project_file_data_new): use a GtkTreePath.
22283 2002-08-23  Stephane Demurget  <demurgets@free.fr>
22285         * src/Makefile.am: readded back an_*_view.[ch] because they are still
22286         driving me nuts but they need to be ported, heh ?
22288         * src/an_file_view.c: gnome 2 port, almost finished after some hard
22289         work since it's quite a total rewrite again.
22291 2002-08-22  Stephane Demurget  <demurgets@free.fr>
22293         * src/an_file_view.c:
22294         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
22296 2002-08-21  Stephane Demurget  <demurgets@free.fr>
22298         * src/anjuta_info.c:
22299         * src/utilities.h: gnome 2 port, featuring a total rewrite.
22301 2002-08-20  Stephane Demurget  <demurgets@free.fr>
22303         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
22304         nuts ATM.
22305        
22306         * src/an_file_view.c:
22307         * src/aneditor.cxx:
22308         * src/anjuta_cbs.c:
22309         * src/compiler_options.h:
22310         * src/messagebox.c:
22311         * src/messagebox.h:
22312         * src/pixmaps.h:
22313         * src/project_dbase.h:
22314         * src/resources.h: gnome 2 port.
22316 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22318         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
22320         * data/properties/sql.properties: added the DATETIME data type.
22322         * data/properties/html.properties: added the foreach php keyword.
22324 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22326         * widgets/Makefile.am: removed blank line after the last backslash
22327         for avoiding a warning from automake.
22329         * configure.in:
22330         * src/Makefile.am: added the ORBit-2 dep.
22332 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22334         * AUTHORS: added Biswa, because I wonder why noone already have
22335         written his name in the Anjuta's hall of fame :)
22337 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
22339         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
22340         widgets/e-shell-about-box.c: Made to compile for gnome2.
22341         
22342 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
22344         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
22345         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
22346         
22347         * configure.in, printing/print.h, printing/print.c,
22348         printing/print-doc.c: Made to compile for gnome2.
22349         
22350 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
22352         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
22353         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
22354         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
22355         widgets/Makefile.am:
22356         
22357         Upgraded the build system to gnome2 platform.
22358         
22359 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22360         * manuals/*: Added capability to generate PDF and PS.
22361         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
22362         * TODO, TODO.biswa: Intergated TODO list.
22363         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
22364         , bug #574470
22365         * src/dnd.c: Fix typo
22366         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
22367         * src/anjuta.c: Bug #568895, Bug #575419
22369 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22371         * tagmanager/tm_global_tags.c: Fixed compiler warning.
22372         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
22374 2002-12-17  Naba Kumar <naba@gnome.org>
22376         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
22377         bugs.
22378         
22379 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22380         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
22381         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
22382         * anjuta.prj: Added tools.sgml
22383         * data/properties/cpp.properties: Bug # 646974
22385 2002-12-16  Naba Kumar <naba@gnome.org>
22387         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
22388         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
22389         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
22390         on 'Enter' and adds proper focus mechanism.
22391         * src/anjuta.c: Fixed a memory corruption bug.
22392         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
22393         'Enter' and can also be Canceled. Sets proper default and focus policies
22394         for tools dialogs.
22395         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
22396         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
22397         translatable strings in dialogs and fixed some dialog properties.
22398         * src/anjuta-tools.c: Now uses xml format for loading and saving.
22399         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
22400         * src/message_manager_private.cc: Fixed some debug messages.
22401         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
22402         widgets/gnomefilelist.c: Fixed a memory leaks.
22403         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
22404         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
22405         src/main_menubar_def.h: Implemented incremental search.
22406         * TODO: Updated.
22408 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22409         * tagmanager/*: Minor cleanups and warning fixes.
22410         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
22411         GUI during long updates.
22412         * src/text_editor.c: Remove debug message.
22414 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22415         * tagmanager/tm_project.c: Fix a memory access problem.
22417 2002-12-13  Naba Kumar <naba@gnome.org>
22419         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
22420         tools list to show "Enabled" flag of the tool. Fixed a bug where
22421         tool list is not cleared when creating a new tool.
22422         
22423 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22424         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
22426 2002-12-12  Naba Kumar <naba@gnome.org>
22428         * anjuta-tools.[h,c], commands.c: Used the tools help of
22429         anjuta variables list in commands editor and fixed a typos
22430         buy in anjuta-tools.c.
22431         
22432 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22433         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
22434         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
22435         * TODO.biswa: Added to help me track things better.
22437 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22439         * configure.in, anjuta.spec.in: Added libglade dependency.
22440         * Makefile.am: Added anjuta.glade file.
22441         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
22442         , src/mainmenu_callbacks.[ch], src/message-manager.h
22443         , src/widget-registry.c: Tools editor GUI + other additions.
22445 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22447         * src/project_dbase.[ch], tagmanager/tm_project.c,
22448         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
22449         Implement syncing tags image with the project database.
22450         * src/anjuta-tools.c: Implemented variable substitution and
22451         working directory in tools.
22453 2002-12-09  Naba Kumar <naba@gnome.org>
22454         
22455         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
22456         command configuration language list from properties.
22457         
22458         * data/properties/asm.properties, data/properties/ruby.properties:
22459         Fixed typos.
22461 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22463         * src/an_symbol_view.c: Remember current selected entry and select
22464         it automatically after refresh.
22466 2002-11-26  Murray Cumming  <murrayc@usa.net>
22468         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
22469           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
22470         and gnomemm 1.2 projects so that people know they are really
22471         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
22472         But I did correct these to sue lowercase names.
22474 2002-12-01  Naba Kumar <naba@gnome.org>
22476         * data/anjuta.properties: Fixed caching problem on 
22477         indicators.
22478         * src/preferences.c, src/preferences_gui.c: Implemented automatic
22479         indicators prefs.
22480         
22481 2002-12-01  Naba Kumar <naba@gnome.org>
22483         * data/properies/anjuta.properties: Corrected "indicators.automatic"
22484         property name.
22485         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
22486         property and uses it.
22487         * src/aneditor.cxx: Fixed a bug associated with selection a word at
22488         current cursor.
22489         
22490 2002-11-30  Naba Kumar <naba@gnome.org>
22492         * src/debugger.c: Fixed a typo.
22493         * data/properties/*: Updated properties files and added
22494         new ones.
22495         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22496         Added comment submenu and cleaned up ref and unref of menus.
22497         * src/aneditor.h: Added definition of comment commands.
22498         * src/aneditor.c: Upgrade from latest SciTE source code.
22499         * src/text_editor.[hc], src/text_editor_cbs.c, 
22500         src/message_manager_private.cc, src/message_manager.[cc,h],
22501         src/anjuta.[c,h]: Added indicators support for errors/warnings
22502         highlight in the editor.
22503         * NEWS, TODO: Update.
22504         * scintilla/include/PropSet.h: Removed deprecrated function.
22505         
22506 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22508         * src/anjuta-tools.[ch]: Tools implementation (basic)
22509         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22510           , src/main_menubar_def.h: PLugins cleanup and segregation
22511         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22512           registry
22513         * anjuta.prj: Added new files
22514         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22515         * plugins/class-gen/clsGen.c: Register menu under 'Project'
22516         * plugins/patch/patch-plugin.c: Register menu under 'Format'
22517         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22518         * src/Makefile.am: Added new files
22519         * src/message-manager.[cc/h]: Added standard output and error windows
22521 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
22523         * project_type.c: Fixed Gnomemm2 project type
22525 2002-11-25  Naba Kumar <naba@gnome.org>
22527         * printing/print.c: Fixed a compile warning.
22528         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22529         * src/utilities.c: Fixed a compile warning in sparc, hides the
22530         terminal check error output from the user.
22531         * project_config.[ch], project_dbase.[ch], source.c: Added project
22532         version, exclude modules configuration and reordered other config
22533         properties. Changed some strings to more descriptive text.
22534         * src/compiler_opitions.c: Removed extra newlines from .prj file
22535         save.
22536         * anjuta.prj: Converted to new format (only reorganised properties
22537         and removed extra newlines ... nothing else).
22538         * NEWS: updated
22539         
22540 2002-11-21  Naba Kumar <naba@gnome.org>
22542         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22543         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22544         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22545         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22546         Updated to the CVS version.
22548 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22550         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22551           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22552           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22553           images in completion lists. 
22554         * src/resources.h: Make C++ friendly.
22555         * scintilla/PropSet.cxx: Fix memory leak.
22557 2002-11-20  Naba Kumar <naba@gnome.org>
22559         * scintilla/*/*: Synced to latest scintilla 1.49
22560         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22561         New lexers added.
22563         * scintilla/RESearch.cxx: The automatic cvs log in the
22564         file really broke things trying to interprete the changelog
22565         entry incorrectly as end-of-comment. Removed the $cvs line
22566         and committed again.
22567         
22568 2002-11-19  Naba Kumar <naba@gnome.org>
22570         Patch from Timothee Besset <ttimo@idsoftware.com>
22571         
22572         * src/message-manager-private.cc: Interpretes absolute
22573         file paths properly in zvt terminal.
22575 2002-11-19  Naba Kumar <naba@gnome.org>
22577         Patch from Timothee Besset <ttimo@idsoftware.com>
22578         
22579         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22580         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22581         (important) editor preferences in project (if there is one
22582         open).
22583         
22584         * TODO: Updated
22585         
22586 2002-11-18  Naba Kumar <naba@gnome.org>
22587         
22588         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22589         
22590         * src/debug_tree.c, src/find_in_files_gui.c,
22591         src/find_replace.c, src/find_text.c, 
22592         src/project_import.c, src/project_import_gui.c,
22593         src/wizard_gui.c: i18n Fixes.
22595 2002-11-15  Naba Kumar <naba@gnome.org>
22597         * plugins/class-gen/clsGen.c: Fixed to use project function
22598         to import files. Create non-existent directories before the
22599         sources are written.
22600         
22601         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22602         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22603         src/glade_iface.c,
22604         src/glades.c: Excluded gladen files from build. This
22605         will fix the unnecessary dependency on libssl.
22606         
22607         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22608         file import funtion.
22609         
22610         * src/message_manager_private.cc: Fixed a compiler warning with
22611         DEBUG preprocessor macro.
22612         
22613         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22614         wrong (undocked) editor window was closed on clicking close on an
22615         undocked editor window.
22616         
22617         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22618         start correctly if the executable was run before with 'F3'.
22619         
22620         * src/toolbar_callbacks.c: Wrap around find next.
22621         * src/toolbar.c: Disable combo activate.
22622         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22623         button positions to get 'yes' as default.
22625         * anjuta.spec.in: Updated.
22626         
22627         * src/anjuta_info.c, src/appwizard_gui.c,
22628         src/attach_process_gui.c, src/breakpoints_gui.c,
22629         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22630         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22631         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22632         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22633         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22634         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22635         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22636         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22637         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22638         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22639         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22640         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22641         plugins/patch/patch-plugin.c, printing/print-util.c:
22642         Set all windows and dialogs transient
22643         to their parents so that they remain floated above their parents.
22644         
22645 2002-11-13  Naba Kumar <naba@gnome.org>
22647         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22648         take default editor font).
22649         
22650         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22651         Corrected email address.
22652         
22653         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22654         for changelog entry.
22656         * NEWS: Updated.
22657         
22658 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22659         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22661 2002-11-06  Naba Kumar <naba@gnome.org>
22663         * README: Updated
22664         * anjuta.spec.in: Ships the .omf files with the
22665         documents instead of the base package.
22666         
22667 2002-11-04  Naba Kumar <naba@gnome.org>
22669         * data/properties/latex.properties: Fixed a bug.
22670         * ChangeLog: Released 1.0.0 stable.
22672 2002-11-04  Naba Kumar <naba@gnome.org>
22674         * src/commands.c: Added command with shell redirection capability.
22675         * data/properties/anjuta.properties: Changed default execution
22676         command.
22677         * src/project_dbase.c: Set project top dir in properties.
22678         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22679         * data/Makefile.am: More diskcheck error fixes.
22680         
22681         * README, anjuta.spec.in, THANKS, AUTHORS,
22682         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22683         manuals/C/anjuta-manual/authers,sgml,
22684         manuals/C/anjuta-manual/anjuta-manual.sgml,
22685         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22686         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22687         : Changed anjuta home to
22688         new URL and my email address.
22689         
22690         * manuals/C/anjuta-manual/interfaces.sgml,
22691         manuals/C/anjuta-manual/prefereces.sgml,
22692         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22693         
22694         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22695         : removed reference to the help menu as the menu is modified
22696         when no help is found (which is very likely when we are
22697         shiping the documents separately).
22698         
22699 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22700         * anjuta.spec.in: Update specfile to make multiple RPMs.
22701         * data/Makefile.am: make dist fix.
22702         * src/text_editor_menu.c: Fix compile warnings (casts).
22704 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22705         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22706         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22708 2002-11-01  Naba Kumar <naba@gnome.org>
22710         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22711         Added gnome2 macros to be used by gnome2 project wizard.
22712         
22713         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22714         from gnome-common.
22715         
22716         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22717         as it was conflicting with generated projects and is not
22718         useful for us.
22719         
22720         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22721         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22722         project generation, removed qt project as it's not complete and
22723         added gnome2 bonobo wizard.
22725 2002-10-29  Naba Kumar <naba@gnome.org>
22727         * po/POTFILES.in: Updated.
22728         * po/POTFILES.skip: Added.
22729         * preferences.h: Fixed print paper size property name.
22731 2002-10-28  Naba Kumar <naba@gnome.org>
22732         
22733         * data/user.properties, data/Makefile.am: Added user properties file
22734         which will be copied in user's ~/.anjuta/user.properties.
22735         
22736         * data/anjuta.properties: Changed a comment.
22737         
22738         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22739         
22740         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22741         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22742         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22743         item.
22745         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22746         instead of user properties file.
22747   
22748         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22749         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22750         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22751         * README, TODO: Updated.
22752         
22753 2002-10-28  Naba Kumar <naba@gnome.org>
22755     * manuals/C/anjuta-manual/figures/editor_guides.png,
22756     manuals/C/anjuta-manual/figures/editor_margins.png,
22757     manuals/C/anjuta-manual/figures/editor_markers.png,
22758     manuals/C/anjuta-manual/figures/local_variables.png,
22759     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22760     manuals/C/anjuta-manual/figures/prefs_print.png,
22761     manuals/C/anjuta-manual/figures/print_dlg.png,
22762     manuals/C/anjuta-manual/figures/print_preview.png,
22763     manuals/C/anjuta-manual/figures/symbol_browser.png,
22764     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22765     files for manual documentation.
22766     
22767     * manuals/sgmldocs.make,
22768     manuals/C/anjuta-manual/Makefile.am,
22769     manuals/C/anjuta-manual/authors.sgml,
22770     manuals/C/anjuta-manual/build.sgml,
22771     manuals/C/anjuta-manual/compileopts.sgml,
22772     manuals/C/anjuta-manual/debugger.sgml,
22773     manuals/C/anjuta-manual/execute.sgml,
22774     manuals/C/anjuta-manual/fileoperations.sgml,
22775     manuals/C/anjuta-manual/interface.sgml,
22776     manuals/C/anjuta-manual/preferences.sgml,
22777     manuals/C/anjuta-manual/projects.sgml,
22778     manuals/C/anjuta-manual/figures/arguments.png,
22779     manuals/C/anjuta-manual/figures/open_file.png,
22780     manuals/C/anjuta-manual/figures/other_opts.png,
22781     manuals/C/anjuta-manual/figures/scrshot.png,
22782     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22783     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22784     
22785     Updated anjuta manual documentation.
22787     
22788 2002-10-27  Naba Kumar <naba@gnome.org>
22790     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22791     check and modifies debugger terminal command accordingly
22792     to function properly.
22793     
22794 2002-10-25  Naba Kumar <naba@gnome.org>
22796         * manuals/sgmldocs.make: Fixed a couple of bugs.
22797         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22799 2002-10-24  Naba Kumar <naba@gnome.org>
22801         * src/debug_tree.c: Fixed a crash bug from Etay.
22803         * global_tags/create_global_tags: Added messages.
22804         Fixed infinite looping within files.
22805         
22806         * macro/autogen.sh: Removed debug and warning flags for defaults.
22807         
22808         Patch from Vadim Berezniker <vadim@berezniker.com>
22809         
22810         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22811         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22812         generation.
22814         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22815         temporarily just copy it
22817 2002-10-24  Naba Kumar <naba@gnome.org>
22819         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22820         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22821         manuals/C/anjuta-manual/compileopts.sgml,
22822         manuals/C/anjuta-manual/debugger.sgml,
22823         manuals/C/anjuta-manual/execute.sgml,
22824         manuals/C/anjuta-manual/fileoperations.sgml,
22825         manuals/C/anjuta-manual/interface.sgml,
22826         manuals/C/anjuta-manual/introduction.sgml,
22827         manuals/C/anjuta-manual/projects.sgml,
22828         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22829         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22830         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22831         manuals/ja/anjuta-manual/compileopts.sgml,
22832         manuals/ja/anjuta-manual/debugger.sgml,
22833         manuals/ja/anjuta-manual/execute.sgml,
22834         manuals/ja/anjuta-manual/fileoperations.sgml,
22835         manuals/ja/anjuta-manual/interface.sgml,
22836         manuals/ja/anjuta-manual/introduction.sgml,
22837         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22839 2002-10-24  Naba Kumar <naba@gnome.org>
22841         * src/project_type.c: added autogen for qt projects.
22842         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22843         Fixed a bug that retrieves wrong terminal command.
22844         * src/commnads.c: Added more terminal commands.
22845         * configure.in: Checks for scrollkeeper version.
22846         
22847 2002-10-22  Naba Kumar <naba@gnome.org>
22849         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22850         instead of AM_GNOME_GETTEXT.
22851         
22852         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22853         for setup-gettext for the wizard generated projects.
22855         * src/source.c: Fixed a bug where glade file wasn't generated.
22856         
22857         * src/gnome_project.c: Excluded project version from project dir
22858         name.
22859         
22860 2002-10-22  Naba Kumar <naba@gnome.org>
22862         * acinclude.m4: New file with dummy funtion for gettext
22863         cross compatibility fix.
22864         
22865         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22866         * configure.in: Fixed cflags to avoid useless warnings.
22867         * Makefile.am: EXTRA_DIST += setup-gettext.
22868         * src/toolbars.c: Added space paddings around tags label.
22870 2002-10-21  Naba Kumar <naba@gnome.org>
22872         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22873         
22874         * setup-gettext: New script to maintain gettext cross version
22875         compatibility.
22876         * configure.in, macros/autogen.sh: Fix for gettext cross version
22877         compatibility.
22878         
22879 2002-10-21  Naba Kumar <naba@gnome.org>
22881         * debug_tree.c: Fixed incorrect use of debug assertion.
22882         
22883 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22884             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22885         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22886         src/memory.c, src/memory.h, src/message-manager-private.cc:
22887         
22888         New parsing algorithm; adapted from kdevelop.
22889         Middle button menu for changing the value's display type
22891 2002-10-07  Naba Kumar <naba@gnome.org>
22893         * src/main_menubar_def.h: Changed status bar message for Help->
22894         Browse info pages. Bug #603308
22896         * src/executer.c: Made "User terminal" default for creating
22897         projects (User can always disable it later). Bug #114222
22898         
22899 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22901         * macros/autogen.sh: Require gettext 0.10.x for autogen
22902         * src/text_editor.c: Fixes Bug #595303
22903         * src/source.c: Fixes Bug #595970
22904         * src/anjuta.c: Fixes Bug #598366
22905         * scingtilla/LexCPP.cxx: Bug #602296
22906         * src/main_menubar_def.h: Bug #604363
22907         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22908         
22909 2002-10-07  Jens Georg <mail@jensgeorg.de>
22911         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22912         * gnomefilelist.c: This patch fixes the bug #611542
22913         
22914 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22916         * data/properties/Makefile.am: Added tcltk.properties file.
22917         
22918 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22920         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22921         
22922         * README: Updated README
22923         * plugins/class-gen/clsGen.c, src/message_manager.cc
22924           , src/mainmeu_callbacks.c, src/memory.c
22925           , src/project_dbase_gui.c, src/text_editor_gui.c
22926           , widgets/gnomefilelist.c: Set window icons
22927         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22928           Enabled release build (stripped + optimized binaries, etc.)
22929         * data/properties/anjuta.properties, src/commands.c,
22930           src/defaults.cFixed bug #595489 (stdin on executables)
22931         * src/appwizard.c, src/main.c, src/message-manager.cc
22932           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22933           , src/debug_tree.c: Memory related (valgrind) fixes.
22934         * src/message-manager-private.[cc,h], src/pixpams.h
22935           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22936         * anjuta.prj: Added debug_tree.c to SOURCES
22937         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22938           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22939           Compacted code and cleaned up unnecessary functions.
22940         * tagmanager/*.[ch]: Code fixes.
22941         
22942 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22943         
22944         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22945         
22946         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22947         Debug tree now detects changes of displayed variables
22948         and changes their color to red
22950 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22952         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22953         
22954         * mainmenu_callbacks.c: Set's the current file name in
22955         file save as dialog.
22956         
22957 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22959         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22961         * data/properties/tcltk.properties: New file for tcl/tk
22962         properties.
22964 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22966         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22967         Fixed a fatal bug which doesn't let building gnome2 related
22968         projects. They use different autogen.sh script. Defined new
22969         type field "gnome_macro_support".
22970         
22971         * data/autogen.sh.gnome2: New file.
22972         
22973         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22974         bug with quotes escaping in quotes.
22975         
22976         * src/message-manager-private.cc: Used event box instead
22977         of frame for local message pane, so that the borders appear
22978         properly and nicely.
22979         
22980         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22981         if there is a project open and all the files are un-docked.
22983         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22985 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22987         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22988         * THANKS: updated for new contributions
22989         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22991 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22993         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22994         src/project_dbase.h, src/project_type.c, src/source.c, 
22995         src/wizard_gui.c: new Qt project type
22996         *** NB not fully tested, may need some work, icon required...
22998 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23000         * src/memory.c, src/memory.h: new memory patch
23002 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
23004         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
23006 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
23008         * lancher/anjuta_launcher.c: Determine pty from function
23009         call instead of running 'tty' externally.
23010         
23011         * data/properties/cs.properties: Added compile/build commands.
23012         Fixed execution properties.
23013         
23014         * src/commands.c: Added c# options.
23016         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
23017         
23018         * src/debug_tree.[c,h], src/debugger.[c,h],
23019         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
23020         
23021         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
23022         1. Misaligned structs when they are members of other structs.
23023         2. '{' sometimes appears as a variable.
23024         3. Wrong processing of some arrays.
23025         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
23026         that displays the tree in two columns (variable and value).
23028 2002-08-14  Stephane Demurget  <demurgets@free.fr>
23030         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
23032         * data/properties/sql.properties: added the DATETIME data type.
23034         * data/properties/html.properties: added the foreach php keyword.
23036 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23038         * NEWS: Updated with new features.
23039         
23040         * data/.cvsignore, doc/.cvsignore: Updated.
23041         
23042         Patch from: Etay Meiri <etay-m@bezeqint.net>
23043         
23044         * src/debug_tree.h, src/debug_tree.c: New files.
23045         
23046         * src/Makefile.am, src/message-manger-private.[h,cc],
23047         src/message-manger.cc: Added Tree view for debugger
23048         locals view.
23049         
23050 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
23052         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23053         
23054         * src/memory.c, src/memory.h: New files.
23055         
23056         * src/Makefile.am, src/appwizard.c, src/controls.c,
23057         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23058         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23059         
23060         Memory view implemetation that would enable viewing raw memory
23061         during debugging.
23063 2002-08-08  Stephane Demurget  <demurgets@free.fr>
23065         * AUTHORS: added Biswa, because I wonder why noone already have
23066         written his name in the Anjuta's hall of fame :)
23068 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
23070         * src/appwizard_gui.c: Removed an ambiguous prototype.
23071         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
23072         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
23073         * THANKS: Updated M. Ali Vardar's email.
23074         
23075 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23077         * src/anjuta_gui.c: implemented feature request to stop main and browser
23078           toolbars having exclusive use of space
23080 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
23082         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
23083         left over from the previous work to fix bugs :-)
23084         
23085         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
23086         src/controls.c, src/mainmenu_callbacks.h, 
23087         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23088         reviewed
23089         
23090         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23091         src/project_import_gui.c, src/sharedlib_gui.c, 
23092         src/signals_gui.c: set window icon correctly
23093         
23094         * NEWS: more updates for the release
23095         
23096         * HACKING: updated for window icons and insert menu information
23097         
23098         * src/cvs_gui.c, src/build_project.c, 
23099         src/project_import_cbs.c: message strings reviewed
23100         
23101         * src/controls.c: context help button should be disabled if 
23102         DevHelp is not installed
23103         
23105 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23107         * src/debugger.c: Fixed the signalling screw up because of string
23108         update in gdb used to report the child process PID. Also, no
23109         error dialog will be popped up for "no such file or directory"
23110         error (very annoying and useless error). This error will still
23111         be shown on the debug message window. Avoided terminating the
23112         program when the terminal is terminated -- doesn't hurt, otherwise
23113         we get crappy egg-and-hen problem.
23114         
23115         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23116         dimensions loading.
23117         
23118         * src/anjuta.c: Limited the default size of main window to sane
23119         values.
23121         * src/preferences.c: Fixed some deadly memory corruption bugs in
23122         the recent patches. Return from getenv() should NEVER be freed,
23123         because they are static strings.
23124         
23125         * src/preferences_gui.c: Removed the fix for crash bug with font
23126         selection and applied the real fix.
23127         
23128 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23130         * NEWS: updated for release
23132 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23134         * src/launcher.c: Added a fix a memory leak and a possible
23135         fix for zvt-crash bug.
23136         
23137         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23138         
23139         * data/properties/latex.properties,
23140         data/properties/ada.properties: Added file.is.source property.
23141         
23142         * src/an_file_view.c: Set auto column size of the file
23143         revision column.
23144         
23145         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23146         The user is now prompted to confirm the closing of the file
23147         if it is being used by CVS. If yes, the editor is closed and
23148         the CVS operation stops.
23149         
23150 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23152         * anjuta.prj: bump project version for release
23153         * BUGS: removed unnecessary file
23155 2002-06-07      Philip Van Hoof <freax@pandora.be>
23157         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23158         during the life of the file list widget
23159         * src/preferences_gui.c: sticking-plaster fix to font selection
23160         causes segfault bug
23162         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23164 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23166         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23167         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23168         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23169         added options for symbol and file browsers.
23170         * data/properties/cpp.properties: linker flags should come after
23171         the name of the file to compile.
23172         * scintilla/Editor.cxx: fixed gcc compilation warning.
23173         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23174         be executed from bindir only.
23175         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23176         tagmanager/include/tm_file_entry.h: CVS version information in file 
23177         browser.
23178         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23179         window.
23180         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23181         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23182         crashes during file import.
23183         * src/project_import.c: disable project menu items during project 
23184         import.
23185         
23186         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23188 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
23190         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
23191         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
23192         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
23193         modified Insert menu, added C functions template, header C 
23194         template, modified header_template HEADER_H ==> NAMEFILE_H
23195         
23196         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23198 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23200         * data/properties/html.properties: changed some file 
23201         associations
23203 2002-06-05 Philip Van Hoof <freax@pandora.be>
23205         * widgets/gnomefilelist.c: Fixed #560759 and #561776
23206         
23207         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23209 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23211         * data/properties/anjuta.properties, src/defaults.c: Make windows
23212         docked by default, fix the big fonts bug.
23213         
23214         * src/an_file_view.c, src/main_menubar_def.h, 
23215         src/project_dbase_gui.c: sanitized the Edit/View mess.
23216         
23217         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
23218         for customizing shortcuts.
23219         
23220         * src/mainmenu_callbacks.c: Search for selected word if present.
23221         
23222         * src/text_editor_menu.c: Added context menu options for docking
23223         and undocking editor windows.
23224         
23225         * src/main_menubar.h, src/main_menubar.c: more support for the 
23226         shortcuts menu item.
23227         
23228         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23230 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23232         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
23233         all commit messages being written to top of the file
23234         
23235         * src/main_menubar_def.h: message strings reviewed
23236         
23237         * src/project_import.c: message strings reviewed
23238         
23239         * src/source.c, src/glades.c: message strings reviewed. Fixed 
23240         some bugs around reading the project properties for creating 
23241         .glade and .desktop files in the Application Wizard. There were
23242         typos in the property names being retrieved
23243         
23244         * widgets/gnomefilelist.c: changed build_full_path to make 
23245         the file widget support ~
23246         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
23247         
23248         * THANKS, widgets/e-shell-about-box.c, 
23249         manuals/anjuta-manual/C/authors.sgml: updated for new
23250         patch
23252 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
23254         * src/project_dbase.c: Fixed the file-path-corruption bug
23255         and the cannot-import-file-in-project bug. (follow-up with
23256         the last commit from Stef).
23257         
23258         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
23259         with unsaved-project.
23260         
23261 2002-06-05  Stephane Demurget  <demurgets@free.fr>
23263         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
23264         misplaced g_free.
23266 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23268         * data/properties/{xml,html,other}.properties: changed some file 
23269         associations
23270         
23271         * data/anjuta.mime: oops! cvs added
23272         
23273         * scintilla/RESearch.cxx: fixed up a problem with comments
23274         
23275         * global-tags/create_global_tags.sh: redirect errors to /dev/null
23276         to avoid messages about missing libs
23277         
23278         * NEWS: started the release notes
23280 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23282         * HACKING: updated with new information on printing, patch naming
23283         
23284         * TODO: removed completed tasks
23285         
23286         * THANKS: updated a few contributions
23287         
23288         * anjuta.prj: updated the icon file
23289         
23290         * anjuta.desktop.in.in: updated to add Categories
23291         
23292         * data/anjuta.mime: created a mime type for Anjuta project files
23293         (NB needs to be added to the install in /usr/share/mime/)
23294         
23295         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
23296         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
23297         to PNG for websites.
23298         
23299         * plugins/patch/patch-plugin.c: clarified some messages and 
23300         made it easier to see different patching sessions
23301         
23302         * src/toolbar.c: changed some message text for consistency
23303         
23304         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
23305         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
23306         in preferences. 
23307         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23308                  
23309         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
23310         src/project_dbase.{c,h}, src/project_import_cbs.c, 
23311         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
23312         Added XLib Project and a Dockapp Project types.
23313         * pixmaps/Makefile.am: added line for new pixmap for new xlib
23314         projects
23315         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
23316         * src/source.c: Fixed memory leak in existing projects. 
23317         (filename was not freed)
23318         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
23320 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
23322         * src/anjuta.h, src/anjuta.c: Added error display funtions
23323         with parent windows.
23324         
23325         * src/appwizard_cbs.c: Changed error display function to use
23326         parented version.
23327         
23328 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
23330         * printing/print.h, printing/printing.c: Taken care of document
23331         zoom factor and fixed a font loading bug. Dynamically calculated
23332         text widths to work with zooms properly. Re-organized code for
23333         dynamic text width calulations to work in general with utf8 chars.
23334          Determined font height and width automatically from the font info.
23335         
23336         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
23337         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
23338         Converted text.zoom.factor property to use #defined value. Removed
23339         margin header and margin numbers preferences, as they  now
23340         calculated dynamically.
23341         
23342 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
23344         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
23345         printing/print-util.h, printing/print.c, printing/print.h:
23346         Rewritten printing support for style based printing. Syntax highlighted
23347         printing, monochromatic printing, setup using preferences etc.
23349         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
23350         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
23351         language and the styled text buffer.
23352         
23353         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
23354         the print setup preferences page and added printer preferences. Added functions
23355         to retrieve preferences with default values.
23356         
23357         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
23358         the printing.
23360         * data/properties/anjuta.properties: Added default printer preferences.
23362         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
23363         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
23364         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
23366         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
23367         
23368 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23370         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23372         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
23373         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
23374         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
23375         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
23377         printing/Makefile.am: Reduced compiler optimizations.
23379         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
23380         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
23381         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
23382         tagmanager/tm_workspace.c: TagManager fixes.
23384 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
23386         * printing/*: CVS added. :)
23387         
23388 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23390         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23392         * printing*: CVS added.
23393         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
23394           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
23395           src/main_menubar_def.h: Gnome Print support
23396         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
23397         * configure.in: Enable debugging flag option
23398         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
23399           Print properties defined.
23400         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
23401         
23402 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23404         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23405         
23406         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
23407         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23408           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
23409           and cleanups
23410         * src/text_editor.c: Minor cleanups.
23411         * anjuta.c: Tweaks to 'Goto File Line' functionality.
23412         * src/project_dbase.c: Fixes to add/remove files from project.
23413         * src/help.c: Fix minor memory leak.
23414         * src/project_dbase_gui.c: Remove debugging messages.
23415         * src/utilities.[ch]: Cleanups and minor fixes.
23416         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
23418 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
23420         * src/anjuta.c [anjuta_apply_preferences()]:
23421         Fixed a crash bug when tab pos is not defined for the editors.
23422         
23423         * data/properties/cpp.properties: Set default identifier property to normal.
23424         This fixes the bug in which the fore color gets hidden with dark background.
23426 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
23428         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
23429         scintilla 1.46
23430         
23431         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
23432         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
23433         src/anjuta.c, data/properties/anjuta.properties:
23434         Implemented line wrapping.
23435         
23436         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
23437         
23438         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
23439         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
23440         tags. Code was reviewed from GNOME Bonsai view.
23441         
23442         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
23443         it seems to have been removed by scintilla people.
23444         
23445         * data/properties/anjuta.properties: Set default line wrap to false, as
23446         is noticably slow with big files.
23447         
23448 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
23450         * src/project_import_gui.c: disallow the selection of files in
23451           the browse dialog.
23452         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
23453           preferences code.
23454         
23455 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23457         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
23458           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
23459         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
23460         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
23461           now works properly.
23462         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
23463         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
23464         * src/utilities.[ch]: Added some utility functions.
23465         * tagmanager/tm_project.c: Fix for bug in file removal from project.
23466         
23467         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23469 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23471         * HACKING: info on FIXME statements and removed ccview references
23472         * Makefile.am: added rule to make RPM package
23474 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23476         * THANKS, widgets/e-shell-about-box.c, 
23477         manuals/anjuta-manual/C/authors.sgml: updated for new
23478         patch
23479         * src/anjuta.c: removed unnecessary warning code since CVS 
23480         support is now implemented :-)
23481         * manuals/sgmldocs.make: implemented a fix for bug #553969
23482         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
23483         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
23484         manuals/C/anjuta-faqs-C.omf: modified the descriptions
23485         
23486 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23487         
23488         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23489           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23490           src/main_menubar_def.h, src/preferences_gui.c,
23491           preferences.c, preferences.h: setup Username and Email 
23492           preferences, Insert ChangeLog and Username editor functions
23493           
23494           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23496 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23497         
23498         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23499           src/src_paths_cbs.c, src/src_paths_gui.c
23500           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23502           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23504 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23506         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23507           and goto tag menu items to main menu.
23509 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23511         * THANKS, widgets/e-shell-about-box.c, 
23512         manuals/anjuta-manual/C/authors.sgml: added new contributors
23513         * HACKING: updated with info on files to change for credits
23515 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
23517     * src/aneditor.cxx: extended extension list which fixes segfault
23518     on selecting lisp, ruby or matlab as highlight style.
23520 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23522         * src/main_menubar_def.h: fixed an array initialiser and fixed
23523         the lexer settings for the new entries on the Format menu
23525 2002-05-07  Stephane Demurget  <demurgets@free.fr>
23527         * Synced with Scintilla 1.45
23529 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23531         * anjuta.prj: added another missing file
23532         * ChangeLog: fixed some incorrect change dates I caused by 
23533         sloppy cut-and-pasting :-/
23535 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23536         
23537         * src/mainmenu_callbacks.c: fixed title of new About box
23539 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23541         * src/pixmaps.h: added macros for OpenGL and SDL project icons
23543 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23545         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23546         * anjuta.prj: updated for new files
23548 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
23550         * widgets/e-shell-about-box.c: Added version display.
23551         
23552 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23554         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
23555         widgets/scroll_menu.c: fixed up some compiler warnings (patch
23556         from Philip Van Hoof)
23558 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23560         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
23561         dependency
23562         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
23563         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
23564         that produced build errors (needs checking on a machine with the
23565         ja locale!)
23566         * data/properties/lisp.properties: updated to match format of other
23567         lexer property files supplied with Anjuta
23569 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23571         * anjuta.prj: added new files
23572         * HACKING: added information from the mailing list on 
23573         adding new project types to the wizard (thanks to Johannes)
23575 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23577         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23578           src/appwiz_page2.c: Fix for 547038.
23580 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23582     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23583     hide bug.
23584     
23585     * about.h: cvs removed.
23586     
23587 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23589         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23591         Fix for #539574.
23593         * src/anjuta.c (anjuta_system_error): checks for the error number to
23594         know whether the error description is needed or not.
23596 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23598         * pixmaps/anjuta_logo.png: New about logo.
23599     
23600         * pixmaps/anjuta_icon.png: New icon from Misha. The
23601         old one had trouble with some gtk themes.
23602     
23603         * about.c: Removed. No longer needed.
23605         * mainmenu_callbacks.c: Removed reference of about.h
23606     
23607 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23609         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23611         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23612           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23613         About Dialog (thanks to the Evolution team for the cool widget!)
23615 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23617         Patch from lbell <lbell@tsc4.com>
23618     
23619         * src/find_in_files.c, src/find_in_files.h,
23620           src/anjuta.c: Added save_yourself, load_yourself routines.
23621     
23622         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23623         Added "Append messages" toggle button. This will enable
23624         the search results to be appended to the already existing
23625         results.
23626     
23627         * src/debugger.c: Fixed a typo.
23628     
23629         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23630           src/session.c, src/session.h: Improved session management.
23632 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23634         * THANKS, FUTURE, AUTHORS: Changed my email and
23635         avoided yahoo.com.
23637 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23639         Impl. feature request #525271 (add Lisp support).
23641         * data/properties/lisp.properties: added.
23643         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23644           the lisp properties.
23646         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23647           src/utilities.[ch]: added support for the Lisp highlight style.
23649 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23651         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23652           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23653           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23654           option preferences to have a persistent setting. Plus it's not used
23655           often, so it's better here than flooding the menus.
23657         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23658           preferences pages a lot more consistent and sweeter: tabs direction
23659           radiobuttons are directed against the meaning, all pages have an
23660           outter frame, a lot of padding, removed all expand attributes for
23661           vertical boxes, ...
23663           That's not a total revamp, but it's really looking better now, even
23664           if there's still work to be done.
23666 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23668         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23669         * TODO: added task to be completed before next release (update all credits)
23671 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23673         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23674         Benke László.
23676 2002-05-01  Benke László  <decike@freemail.hu>
23678         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23680         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23681           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23682           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23683           to the format menu in order to reorder the notebook tabs in
23684           alphabetical order everytime a file is created/opened/saved.
23686 2002-05-01  Philip Van Hoof <freax@pandora.be>
23688         * widgets/gnomefilelist.[ch] (history_combo_go),
23689         (history_combo_clicked): impl.
23691         (gnome_filelist_new_with_path): use this new impl.
23693 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23695         * src/project_dbase_gui.c (add_file): added the xpm file type.
23697 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23699         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23700         tag manager fixes.
23702         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23703           of tag types.
23705         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23706           src/text_editor_menu.c: Added context sensitive search in symbol
23707           browser and editor.
23709         * configure.in: Changed version number to 0.1.9.99.
23711         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23712           src/project_import.c: Minor changes to project import facility.
23714         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23715           (Forced to use specific brace format)
23717         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23718           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23719           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23721 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23723         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23724         replaced the spinbutton with an hscale, and made the UI less "blocky".
23726         * src/cvs_gui.c: When diffing a project you can choose date and
23727         release now.
23729         * src/project_dbase.c: Import_file activated again
23731         * configure.in, plugins/Makefile.am: Added patch plugin
23733         * plugins/patch/*: The new patch plugin
23735 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23737         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23739         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23740         dropdown list shown by autocompletion are now removed.
23742 2002-04-28  Philip Van Hoof <freax@pandora.be>
23744         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23745         a bunch of filetypes from the older version.
23747         * src/project_dbase_gui.c (add_file): changed the import
23748         dialog's filetypes combo contents depending on the
23749         type of data to be imported.
23751 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23753         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23754         the amount parameter as Philip stated and reformated to follow the
23755         Gnome convention.
23757         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23758         changed accordingly.
23760 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23762         Fix for #531293.
23764         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23765         Shift-F6, to be more consistent with other Gnome apps.
23766         Moved the "Search next" entry under the "Search" one, and swapped the
23767         order of the "Find in files" and "Find and Replace" ones.
23769         Some additional fixes ands cleanups on the edit menu.
23771         * src/main_menubar.h: replaced all occurences of repeat_find by
23772         find_again for the code to be more consistent.
23774         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23775         sensitiveness depending on the existence of an active text buffer.
23777         * TODO: added some bits about improving the usability of the
23778         search/search again couple.
23780 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23782         * src/preferences_gui.c: made the tab labels text more consistent
23783         (s/misc/Misc/).
23785 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23787         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23789         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23790         filename.
23792         * src/main.c (main): simplified some code and cleanups.
23794         Fix a part of #499366:
23796         * src/commands.[ch] (sync_from_props), (command_editor_save),
23797         (on_apply_clicked), (create_command_editor_gui): added the gui
23798         corresponding to the command.terminal preference.
23800 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23802         Fix for #465180.
23804         * anjuta.spec.in: added build requirements for the source rpm.
23806 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23808         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23809         
23810         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23811           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23812           src/project_type.c, source.c, wizard_gui.c:
23813           Added new GNOME 2 project types and changed glade behaviour to
23814           produce GTK code if project type GTK was selected and GTKmm code
23815           if project type GTKmm was selected (and not depending on the 
23816           selected language. Disabled glade for GNOME 2 projects because
23817           we will need glade2 there.
23818           
23819         * src/project_dbase.c: Fixed a memory lack.
23820         
23821         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23822         
23823         * src/cvs.c: Added an error message if jobs are running
23825 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23827         * tagmanager/tm_work_object.c: Fixed a chrash
23828         bug which occurs when it tries to stat an empty
23829         file name.
23830         
23831 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23833         * src/controls.c: CVS menu items now becomes
23834         insensitive when the launcher is busy.
23835         
23836         * src/anjuta.c, cvs.h, cvs.c: Created a function
23837         to update the cvs preferences when preferences are
23838         applied in preferences dialog and called it from
23839         anjuta_update_preferences().
23840         
23841 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23843         * src/cvs.c: Added a space in the cvs command
23844         before the revision part. This fixes the cvs
23845         error we get when cvs-diffing with revisions.
23846         
23847         * src/cvs.c: Fixed a compiler warning.
23848         
23849         * src/find_replace.c: The dialog now remembers
23850         the settings including the "prompt on replace"
23851         which seems to have broken somewhere line the
23852         changes.
23853         
23854 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23856         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23857         Added a new property in cvs class to hold a boolean
23858         for enabling date in cvs diff. This fixed the bizzare
23859         diff output due to the date that goes with the cvs
23860         command. Also, set the default value of compression
23861         to 3 and unified diff option to 1.
23862         
23863 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23865         * src/cvs.c: The diff editor is set to hilite as
23866         diff syntax hiliting.
23867         
23868         * configure.in, manual/Makefile.am:
23869         Added a new manual module for ja language.
23870         
23871         * manual/ja/*/*/*: New module and files for the
23872         ja translation for the anjuta documentation
23873         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23874         
23875 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23877         * src/launcher.c: Made a very messy work around
23878         for the launcher authentication to work properly.
23879         
23880         * src/find_replace.c: Applied the missing patch
23881         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23882         
23883 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23885         * src/cvs.c, src/main_menubar_def.h: made message strings
23886         consistent with existing standards from our own documentation 
23887         (such as uppercase P in Project, corrected spelling of 
23888         repository, etc.)
23890 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23892         * src/cvs_gui.c: Cleaned up gui and aligned various
23893         widgets to give a clean look.
23894         
23895 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23897         * src/launcher.c: Added work around to retrieve
23898         the child exit code. It works. :)
23899         
23900         * src/find_in_files.c, src/gnome_project.c,
23901         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23902         src/clean.c, src/clean_project.c, src/build_project.c,
23903         src/build_file.c: Modified to handle the new
23904         child exit code.
23905         
23906 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23908         * src/find_replace.c: Changed signal to call
23909         on_replace_text_close on from delete_event
23910         to close => the replace history is now updated.
23912 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23914         * src/cvs.c: escaped the cvs import message before
23915         passing it to cvs.
23916         
23917 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23919         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23920         
23921         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23922         
23923         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23924         Added cvs import
23925         
23926         * src/preferences_gui.c: GUI improvements
23927         
23928         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23930 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23932         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23933         Removed static qualifier from tm_tag_type_name() and
23934         availed it's prototype for use in outside code. also
23935         created reverse map function tm_tag_type_name();
23936         
23937         * src/anjuta.c: Implemented qualified tags names for
23938         the tag list (on the toolbar pulldown list) to avoid
23939         ambiguty in tags with similar names (like prototype
23940         and definition). Patch modified and improved.
23941         
23942         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23943         
23944 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23946         * src/utilities.[c,h]: Added a utility funtion
23947         that escapes the single and double quotes in a
23948         given string. Useful for passing command line
23949         args with quotes.
23950         
23951         * src/cvs.c: Escaped the cvs log message before
23952         passing it to cvs command line to avoid ambiguties
23953         with quotes in the message.
23954         
23955         * pixmaps/anjuta_icon.png: Changed to the new icon.
23956         from Todd Goyen <goyen@mbi-berlin.de>
23957         
23958         * src/message-manager-private.cc: Added regex to 
23959         recognize (underline hilite) the parsable outputs
23960         from the zvt terminal.
23961         
23962 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23964         Patch from: Tina Hirsch <tehirsch@arcor.de>
23965         
23966         * src/project_type.c:
23967         Fixed a bug in the wxproject type and modified the erroroutput when
23968         configure doesn't find wx-config
23969         
23970         Patch from: Timothee Besset <ttimo@idsoftware.com>
23971         
23972         * src/anjuta.c, src/message-manager-private.cc,
23973           src/message-manager-private.h
23974         Catches double clicks in the zvt terminal, and calls goto_error_line
23975         to jump to the appropriate location in the source. This will recognize
23976         grep -n output
23977         
23978 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23979         
23980         * src/build_project.c: Taken care of memory leak
23981           by freeing cmd variable properly.
23983         * src/main_menubar_def.h: Fixed wrong signal connection
23984           for cvs project commit.
23985           
23986         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23987         
23988         * src/preferences_gui.c: Added some border and adjusted
23989           expandsion, filling in box adds to make the cvs preferences
23990           more nicer.
23991         
23992 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23994         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23995         
23996         * src/cvs*, src/main_menubar*, src/preferences*: 
23997         Moved CVS settings to preferences, added a nice login dialog.
23998         
23999         * src/controls.c, src/project_dbase.c:
24000         CVS project options are only shown if a project is open
24001         
24002         * src/build_project.c:
24003         User is now asked if he wants to install as root 
24004         
24005         * src/launcher.c:
24006         Fixed a warning
24008         * anjuta.prj: Updated with cvs files
24009         
24010         * TODO: Remove task which are done
24011         
24012 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
24014         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
24015         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
24016         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
24018         Modified launcher to use controlling terminal to detect and
24019         take care of password authentications (for example, for cvs
24020         and root installs).
24021         
24022         * pixmaps/password.png: New file.
24023         
24024 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24026         Anjuta kick start tutorial wirtten by:
24027           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
24029         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
24030           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
24031           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
24032           manuals/C/anjuta-tutorial/figures/*.png:
24033           
24034           Added files
24035         
24036         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
24037           
24038           Modified files.
24039         
24040 2002-03-28 Roel Vanhout <roel@stack.be>
24042         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24044         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
24045           src/preferences_gui.c:
24046         Added option to wrap around to beginning/end of file when on last bookmark
24047         and next/previous bookmark is pressed
24048         
24049 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24051         Patch from Philip Van Hoof <freax@pandora.be>
24052         
24053         * src/gnomefilelist.c:
24054         Added gimp like feature that changes the file extension of
24055         the filename entered in the selections when the file
24056         filter is changed.
24057         
24058 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
24059         
24060         Patch from Roy Wood <roy.wood@filogix.com>
24061         
24062         * src/controls.c, src/find_text.c, src/find_text.h,
24063           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24064           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24065           
24066           Menuitem for entering currently selected text as find target,
24067           added key accel for "find next" and changed some key accels for
24068           other key for consistency.
24069           
24070         * src/utilities.c:
24071           Cleaned up code.
24072         
24073 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24075         * src/watch.c, src/watch.h, src/watch_cbs.c,
24076           src/watch_cbs.h, src/watch_gui.c:
24077         
24078           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
24079         
24080           Added change watch entries feature
24081           and Watch entries modify on double click fixed.
24083 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24085         * src/mainmenu_callbacks.c:
24086         
24087           Project commit should not bypass dialog as
24088           we need to get the cvs log from the user.
24089           
24090 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24092         * src/project_dbase.c:
24093         
24094           Patch from Roy Wood <roy.wood@filogix.com>
24095           
24096           Fixed docking bug with the new docking patch
24097           to fix copy/paste bug.
24098           
24099 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24101         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24102           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24103           src/main_menubar.h, src/main_menubar_def.h,
24104           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24106           Added cvs project support. Featured bypass cvs dialog for
24107           cases where we don't need dialog (such as project and right
24108           click selection from file browser). Cleaned up cvs code to
24109           make them generic cvs operations instead of separate file
24110           and project operations. Added cvs log action. Increased
24111           file entry box width and enabled "unified diff" by default.
24112           Used Editor buffer for status and log and set hilite for
24113           these buffers including diff buffer (DIFF hilite).
24114           
24115 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24117         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24119         * data: Added file autogen.sh.wxwin 
24120         * data/Makefile.am: Added entry for autogen.sh.wxwin
24121         * pixmaps: Added project image appwiz_wxwin.png
24122         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24123         * src/appwizard_cbs
24124           src/compiler_options.c
24125           src/pixmaps.h
24126           src/project_dbase.c
24127           src/project_dbase.h
24128           src/project_import_cbs.c
24129           src/project_type.c
24130           src/source.c
24131           src/source.h
24132           src/wizard_gui.c: Added everything necessary for new
24133                             project type 'wxWindows (wxGTK)
24134         * src/project_dbase.c: Fixed a bug that caused every project
24135                                to be a glade project in dialog
24136                                                    'Project information'.
24138 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24140         Patch submitted by Roy Wood <roy.wood@filogix.com>
24141         
24142         * src/anjuta_gui.c, src/message-manager-dock.c,
24143           src/project_dbase.c:
24144           
24145           fixed the copy/paste bug by rewriting dock/undock
24146           code.
24148 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24150         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24151         
24152         * src/cvs*, src/Makefile.am:
24153           New file for CVS support. File operations currently work
24154           cvs login needs to be done. Project support is not yet
24155           started.
24157         * src/main_menubar*, src/mainmenu_callbacks,
24158           src/anjuta.c, src/anjuta.h:
24159           Added menus and functions for cvs commands.
24160           
24161         * src/text_editor_menu.h: 
24162           Added #include <gtk/gtk.h>
24163           
24164         * src/gotoline.h:
24165           Removed a warning (and this time it works ;-)
24167         * src/utilities.c, src/utilities.h:
24168           Added a utility function to retrieve directory
24169           name out of full path.
24171 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24173         * src/executer.c: (create_executer_dialog): changed the default
24174           focus on the entry.
24176 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24178         * widgets/gnomefilelist.c:
24179         Fixed duplicate history entries for the same directory.
24180           
24181 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24183         Fix for #520092.
24185         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24186           it's already used by scintilla to delete the whole current line.
24188 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24190         Fix for #525107.
24192         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
24193           calls to fileselection_hide_widget,
24194           (on_open_filesel_cancel_clicked): removed.
24196         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
24197           (on_add_prjfilesel_cancel_clicked):
24199         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
24200           impl.
24202         * src/fileselection.c: Made some functions static.
24203           (fileselection_hide_widget): rewritten using the new
24204           gnome_filelist_set_multiple_selection function.
24206         * src/fileselection.c: (on_file_selection_delete_event): removed
24207           unuseful widget hides. Some cleanups,
24208           (on_file_selection_cancel_clicked): impl,
24209           (create_fileselection_gui): changed the cancel button clicked's
24210           callback to use this new function.
24212         * src/anjuta.c: (anjuta_new):
24213         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
24214           callbacks, because this the gnome filelist widget's job.
24216         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
24217           clist selection mode duplicates set,
24218           (gnome_filelist_key_press): use the new impl. function.
24220 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24222         Fix for #441233.
24224         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
24225           fixed some bogus code using an array cell out of
24226           range, removed unecessary gettext usages.
24228         * src/appwiz_page2.c: (on_prj_name_entry_changed):
24229           some cleanups and now transform minus characters to
24230           underscores.
24232         * src/source.c:
24233           (source_write_configure_in),
24234           (source_write_toplevel_makefile_am),
24235           (source_write_desktop_entry),
24236           (source_write_glade_file):
24237         * src/project_dbase.c: (project_dbase_summon_glade),
24238           (project_dbase_generate_source_code):
24239         * src/glades.c: (gladen_write_glade_write):
24240           replaced some occurences of the target name by the
24241           project filename, using project_dbase_get_proj_name,
24242           to fix the name of some files.
24243           Fixed a lot of mem leaks.
24244           Various code cleanups.
24246 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24248         Merged with latest (1.44) scintilla.
24250         Added: - The calltip.<lexer>.end.definition property to display help
24251                  text on a second line of calltip.
24252                - The calltip.<lexer>.word.characters property to correctly find
24253                  calltips for functions that include characters like '$' which
24254                  is not normally considered a word character.
24255                - The use.monospaced property to determine initial state of
24256                  Use Monospaced Font setting.
24258         Bugs fixed: Too many to mention; please see :
24259                     http://www.scintilla.org/ScintillaHistory.html for the
24260                     full changes list.
24262         * scintilla/*/*: updated nearly all files.
24264         * TODO: removed the need of a scintilla merge.
24266         Merged with latest (1.44) SciTE properties.
24268         * data/properties/anjuta.properties: added the wrap, use.monospaced
24269           properties.
24271         * data/properties/html.properties: added a missing php extension, and
24272           updated php keywords to the latest reference.
24274         * data/properties/pascal.properties: added commands to compile, build
24275           and execute pascal applications.
24277         * data/properties/lua.properties: added styles for statements.
24279         * data/properties/bash.properties: added the declare keyword.
24281         Fixed distchecking.
24283         * global-tags/Makefile.am,
24284           global-tags/create-global-tags.sh: used some kind of ugly hack to
24285           make distchek work, since noone has proposed some better way.
24287         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
24288           and Ctrl-N replace Alt-N for new file according to the Gnome design
24289           reference.
24291 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24293         * widgets/gnomedirlist.c
24294         widgets/gnomedirlist.h
24295         widgets/gnomefilelist.c
24296         widgets/gnomefilelist.h:
24298         Added GPL headings in the file.
24300 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24302         * src/attach_process.c
24303         src/attach_process_cbs.c
24304         src/attach_process_cbs.h
24305         src/attach_process_gui.c
24306         src/breakpoints.c
24307         src/breakpoints_cbs.c
24308         src/breakpoints_cbs.h
24309         src/breakpoints_gui.c
24310         src/commands.c
24311         src/compiler_options.c
24312         src/compiler_options_cbs.c
24313         src/compiler_options_cbs.h
24314         src/compiler_options_gui.c
24315         src/find_in_files.c
24316         src/find_in_files_cbs.c
24317         src/find_in_files_cbs.h
24318         src/find_in_files_gui.c
24319         src/find_replace.c
24320         src/find_text.c
24321         src/help.c
24322         src/preferences.c
24323         src/preferences_gui.c
24324         src/project_config.c
24325         src/src_paths.c
24326         src/src_paths_cbs.c
24327         src/src_paths_cbs.h
24328         src/src_paths_gui.c:
24329         
24330         Bugs #521629 and #522427 fixed. The problem was, that the
24331         escape-key was not catched and the dialog was hidden, but
24332         the flag was not set correctly.
24334         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
24335         using the gnome_dialog_close_hides()-setting present in most dialogs.
24336         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
24337         emits "close" and set the flag in the close-callback.
24339         Patch from: Jens Georg <mail@jensgeorg.de>
24341 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24343         * src/*.{c,cpp}: s/string_free/g_free/
24345         * src/utilities.[ch]: (string_free): removed.
24347 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
24349         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24351         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24352         src/mainmenu_callbacks.[ch]:
24353         Removed Project menu options: README, TODO, ChangeLog and NEWS
24354         Moved Save Build Messages to Build menu and only highlight it
24355         when there are build messages.
24356         Corrected a spelling: "mojority" -> "majority"
24357         Fixed initialisation of edit.edit_app_gui so now Edit menu
24358         can be shown when no project is loaded.
24360         * src/project_dbase.h: Removed prototype for static function
24362 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
24364         * src/text_editor.c: Editor is marked changed after
24365         autoformat. 
24366         
24367         Patch from: Jens Georg <mail@jensgeorg.de>
24369 2002-03-04 Roel Vanhout <roel@stack.be>
24371         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24373         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
24374         Added option to ignore binary files on 'Find in files' (grep -I option)
24376 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24378         * src/main.c:
24379         session restoration and commandline load in 
24380         gtk idle loop.
24381         
24382         * src/anjuta.[h,c], src/anjuta_cbs.c:
24383         Removed "clear windows menu" and prevented runtime 
24384         warnings.
24385         
24386         * src/compile.c, src/build_file.c, src/build_project.c,
24387         src/clean.c:
24388         Takes into account the preference setting for 
24389         show dialog when job completes. Dialogs are
24390         shown when it is enabled otherwise not.
24391         
24392 2002-03-03 Roel Vanhout <roel@stack.be>
24394         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24395         
24396         * src/find_text.c
24397         Store 'Find...' search string on search so that 'Find Next' will search for
24398         that string, even if the dialog hasn't been closed yet.
24400 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24402         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
24403         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
24404         src/main_menubar_def.h:
24405         
24406         Organized menus, removed "Windows" and "Utilities" menus from the
24407         menubar [they are no longer needed]. Also removed some extragenous
24408         separators.
24409           
24410 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24412         * src/message-manager-private.cc:
24413         Set message clist selection mode to BROWSE.
24414         
24415         * src/message-manager.cc, src/an_symbol_view.c,
24416         src/an_file_view.c:
24417         Added Key navigation for the CTree and CList. Arrow left for
24418         node collapse, right for node expand, space (or enter) for
24419         activation (same as double click).
24420         
24421 2002-03-03 Roel Vanhout <roel@stack.be>
24422         
24423         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24424         
24425         * plugins/class-gen/clsGen.c
24426         Added functionality to semi-intelligently prefill filename
24427         boxes with names deduced from class name
24429 2002-02-26 lbell <lbell@tsc4.com>
24431         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24432         * src/preferences_gui.c:
24433         Removed an incorrect use of gtk_misc_set_alignment().
24434         
24435         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
24436         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
24437         src/preferences.h, src/preferences_gui.c:
24438         
24439         Added the option to reload last open project at the startup.
24440         Added the possibility to open a new project without close
24441         an existing one
24442         
24443         * src/properties.cxx:
24444         Corrected a spelling mistake in message string.
24445         
24446         * src/session.c:
24447         Updated session functions.
24448            
24449 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
24451         * widgets/gnomefilelist.c: Bug fixes.
24452         
24453         Patch from Philip Van Hoof <freax@pandora.be>
24454         
24455 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24457         * src/an_file_view.c:
24458         anjuta was unable to open some files becuase they were not being
24459         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
24460         Removed mime checking when opening with anjuta, becuase it doesn't
24461         hurt to open binary files in anjuta (some even may want to do so).
24462         
24463         Added a warning when mime type is not set when "view with default
24464         viewer" is activated.
24465         
24466         * src/an_file_view.c, an_symbol_view.c:
24467         Converted N_() to _() where ever appropriate in the strings.
24468         
24469 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
24470         
24471         * src/appwizard_gui.c, src/appwizard_cbs.c
24472           src/wizard_gui.c/h, src/appwiz_page3.c,
24473           src/project_import_gui.c:
24474           
24475         Moved target type radiobuttons to appwiz. page 2
24476         
24477         * src/message-manager-private.cc
24478         Fixed a bug which caused a crash if next message function was used
24480         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24482 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24484         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
24485         Modifies the behaviour of Alt-TAB in Anjuta. This
24486         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
24487         edited files in the first items of the notebook.
24489         Patch from: Timothee Besset <timo@qeradiant.com>
24490         
24491 2002-02-24  Philip Van Hoof <freax@pandora.be>
24493         * widgets/gnomefilelist.c, gnomefilelist.h:
24494           Added filecompletion
24495           
24496         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24498 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
24500         * configure.in: Added "sk" to ALL_LINGUAS.
24502 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
24503   
24504         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
24505           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24506           src/wizard_gui.c: Added support for static and dynamic libs
24507         
24508 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
24510         * widgets/gnomefilelist.c:
24511           Fixed gnome_filelist_get_lastfilename so it no longer returns
24512           a corrupted path.
24514 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
24516         * src/resources.h, resources.c:
24517         Added url handler.
24519         * src/main_menubar_def.h, mainmenu_callbacks.c:
24520         Changed to use gnome configed url handler.
24522 2002-02-19  Philip Van Hoof <freax@pandora.be>
24524         * widgets/gnomefilelist.c
24525         Added PHP filetype.
24527 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
24529         * plugins/class-gen/clsGen.c:
24530         Added c++ support.
24531         
24532         * widgets/gnomefilelist.c:
24533         Gives the maximum space to the files section of the open file dialog.
24534         
24535         Patches from: lbell <lbell@tsc4.com>
24536         
24537 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
24539         * src/anjuta.c, main.c:
24540         Used tm_get_real_path in anjuta_get_full_filename();
24541         
24542 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
24543         
24544         * anjuta.prj: update version
24546 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24548         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24549           removed the amount arg and replaced with a NULL-ending list.
24550           (gnome_filelisttype_makedefaultlist): use the new prototype.
24552 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
24554         * src/about.c, THANKS: updated for new contributors
24555         
24556         * anjuta.prj: added new files
24557         
24558         * README: corrected some documentation, ctags no longer needed,
24559           pkgconfig now required
24560           
24561         * data/properties/others.properties: add .cvsdiff extension
24562         
24563         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
24564           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
24565           file import
24566           
24567         * doc/anjuta.1: added initial man page thanks to 
24568           Rob Bradford <rob@debianplanet.org> (NB build and install 
24569           needs work)
24570         
24571 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
24573         * src/Makefile.am: Cleaned handling of compiler flags by moving them
24574           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24575           warning flags. 
24576   
24577         * configure.in: Changed version to 0.1.10-pre
24578   
24579 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24581         * src/fileselection.c: (create_fileselection_gui): always display
24582           the directory creation button as we cannot rely on the dialog
24583           titlebar.
24585         * widgets/gnomefilelist.[ch]: fixed includes.
24587         * pixmaps/new_folder.xpm: resized, added a + sign.
24589 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24591         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24592           changed all extensions to begin with a dot.
24594 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24596         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24598         * THANKS: added Philip.
24600         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24602         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24603         * src/file_selection.[ch],
24604         * widgets/gnomefilelist.[ch]: added a filetype
24605           combobox to the Anjuta file dialog widget.
24607 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24609         * anjuta.spec.in: eep! the import script was not being installed by
24610           RPM - fixed for the release.
24612 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24614         Various cleanups and fixes for the next release to be able to make
24615         distcheck.
24617         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24618           much and make some tweaks plus cleanups.
24620         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24621           args to remove some warnings.
24623         * global-tags/Makefile.am,
24624           data/Makefile.am,
24625           src/Makefile.am: link against Anjuta static libs using the
24626           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24627           distcheck happy.
24629         * src/Makefile.am: ditto with all the Anjuta static libs.
24631         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24632           include, as we already include the whole directory for the build.
24634         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24635           
24636 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24638         * pixmaps/Makefile.am: icon for libglade project now installed
24639         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24640         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24641           breaking some build stuff
24642         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24643           include reference problems that showed up on make distcheck
24644         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24646 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24647         
24648         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24650 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24652         * src/message-manager-private.cc:
24653           The horizontal scrollbar now shows properly on demand.
24654         
24655 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24657         * src/dnd.c fixed some warnings
24658         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24659           and works. It is shown always at the moment but before it was
24660           shown on demand and did never work. 
24662 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24664         * src/anjuta.c: Fixed a crash bug.
24665           patch from: Jens Georg <mail@jensgeorg.de>
24667 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24669         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24670           reports a problem with missing end tags on <graphic>
24672 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24674         * manuals/C/ChangeLog: removed since it was never used
24675         * manuals/C/anjuta-manual/*: more updates, new screenshots
24676         * anjuta.prj: updated for new manuals/ structure
24678 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24680         * source.c, compiler_options.[c/h]:
24681           Fixed bug #460321 "Problem with optimization options" 
24682           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24683         
24684 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24686         * NEWS: prepared for release, need to fill in date
24687         * data/welcome.txt: version number updated
24689 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24691         * src/text_editor_menu.c, src/an_file_view.c, 
24692           src/an_symbol_view.c: marked strings for translation
24693         
24694         * src/defaults.c, data/properties/xml.properties:
24695           *.omf and *.xsl files should use XML highlighting
24696           
24697         * manuals/C/anjuta-manual/*:
24698           - restructured so that files have more meaningful names
24699             and are easier to edit (see anjuta-manual.sgml for the
24700                 ordering)
24701           - updated some screenshots
24702           - continued rewrite
24704 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24706         * main.c: Made a workaround to remove the old
24707         anjuta gnome config file (older than 9 Feb 2002). This
24708         will fix the bug which never lets the brower toolbar shown.
24709         
24710         * main.c: In fact, the above solution wouldn't work in all
24711         cases. Therefore, here is the better fix, which works by
24712         detecting the version of the old config file and deleting
24713         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24714         
24715 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24717         * HACKING: added info on submitting patches
24719 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24721         * src/project_import_gui.c, src/project_import.c:
24722           - If Project Import Wizard is canceled everything is 
24723                 cleaned up now.
24724           - Back button is now insensitive on page 3 (some problems: 
24725                 see TODO in project_import_qui.c:284
24726           - Menu frame is insensitive if project type != GNOME(mm)
24728 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24730         * src/main.c: Fixed bug #  (Unable to open files on
24731         double click in project window from second trial onwards when
24732         the project is opened from command line).
24733         
24734         * po/POTFILES.in: Removed tags_manager.[h,c]
24735         
24736 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24738         * src/preferences.c:
24739           A quick hack to fix the 'invisible' browser toolbar when
24740           upgrading from 0.1.8 to 0.1.9
24741           
24742         * src/anjuta.c:
24743           Fixed toolbar names which were causing confusions in the toolbar
24744           show/hide.
24745           
24746         * src/main.c:
24747           Substituted "anjuta" with PACKAGE
24748           
24749         * src/project_import_gui.c: 
24750           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24751           
24752         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24753           Added new files and removed obsolete ones.
24754           
24755 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24757         * src/appwizard_cbs.c, project_import_cbs.c, 
24758           main_menubar_def.h, project_import_gui.c: 
24759           updates to message strings and layout for the 
24760           import wizard.
24761           
24762         * text_editor_cbs.c: fix for the tab menu entries for 
24763           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24765 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24767         * src/toolbars.c,
24768           src/toolbars.h,
24769           src/anjuta_gui.c,
24770           src/controls.c:
24771           
24772           Tag dropdown exclusive (takes
24773           all space in the toolbar) and never vertical and
24774           increased the width of the tag combo to 256 pixs.
24775           Toolbar separator before the combo and button.
24776           Added tags label before the tag button.
24777           Reorganized the dock bands for the toolbars.
24778           
24779         * src/project_import_gui.c
24780           src/project_import.c:
24781           Fixed an error and removed an unused variable.
24782           
24783         * data/properties/anjuta.properties:
24784           Removed the property for the old toolbar and set
24785           browser toolbar show to default.
24786           
24787         * src/project_dbase.c: excluded modules were not
24788           loaded. Fixed.
24789           
24790         * src/source.c:
24791           No build files will be written if the project is blocked.
24792           
24793         * src/project_import.c,
24794           src/project_import_cbs.c,
24795           src/project_gui.c,
24796           src/wizard_gui.c:
24797           
24798           Manually applied Johannes patch to fix some memory
24799           issues and gui clean up.
24800           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24801         
24802         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24803           Fixed a bad bug with remove file from project because of
24804           files were never removed properly from the project and
24805           from the tagmanager.
24806           
24807         * src/appwiz_page3.c: Disabled unused codes to clear
24808           compiler warnings.
24809           
24810 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24812         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24813         
24814         * data/Makefile.am
24815           pixmaps/Makefile.am
24816           src/Makefile.am
24817           src/an_file_view.c
24818           src/an_symbol_view.c
24819           src/anjuta.c
24820           src/anjuta.h
24821           src/anjuta_cbs.c
24822           src/anjuta_gui.c
24823           src/controls.c
24824           src/main_menubar.c
24825           src/main_menubar.h
24826           src/main_menubar_def.h
24827           src/mainmenu_callbacks.c
24828           src/mainmenu_callbacks.h
24829           src/pixmaps.h
24830           src/project_dbase.c
24831           src/project_dbase.h
24832           src/text_editor.c
24833           src/text_editor_menu.c
24834           src/text_editor_menu.h
24835           src/toolbar.c
24836           src/toolbar.h
24837           src/toolbar_callbacks.c
24838           src/toolbar_callbacks.h :
24839           
24840           Patch submitted by:
24841           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24842           
24843           Removes the Tags toolbar and substituted it with
24844           tags combo dropdown list. Fixes a couple of bugs.
24845           
24846           Moved the tag combo to browser toolbar because
24847           main toolbar was becoming too long.
24848           Made a new icon of tag toolbar.
24849           
24850         * po/zh_TW.po: Fixed bug.
24851           
24852         * pixmaps/an_tag.xpm: Added new file.
24854 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24856         * src/project_import_gui.c: Reorganized project
24857         import gui page 2.
24858         
24859 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24861         * HACKING: added info on creating windows and dialogs
24863 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24865         * src/tm_file_view.c:
24867           Sorts the file list at the end instead of doing sort-insert
24868           to improve performance.
24869           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24871         * src/project_dbase.c: Resolved a conflict from
24872           Johannes's patch.
24873           
24874         * src/project_import.c:
24875         
24876           Fixed to use anjuta_import.sh for the bin dir and
24877           not from the data dir.
24878         
24879           Used anjuta_is_installed() function to verify a the command's
24880           executability.
24881         
24882           Fixed import command to use sh (which is more general and is
24883           gauranteed to be found in any unix system :-)). Also, added
24884           double quotes around the import directory.
24885         
24886           Changed some strings for better translations (like avoiding
24887           duplicates).
24888           
24889           Fixed the reading of wrong target type.
24890           
24891         * src/control.c: Insensitive "import project" when there is
24892           a project open.
24893           
24894         * src/project_import_cbs.c:
24895           
24896           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24897           Fixed selection of gettext checkbox.
24898           Sets the menu entries.
24899           
24900 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24901         
24902         * src/appwiz_page[1-4].c
24903         * src/appwiz_gui.c
24904         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24905         be able to reuse it.
24906         
24907         * src/mainmenubar.[c/h]
24908         * src/mainmenubar_def.h
24909         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24910         menu item
24911         
24912         * src/message-manager.c: Fixed bug 509192
24913         * src/message-manager-dock.c: Added accel_group if window is undocked
24914         
24915         * src/project_dbase.[c/h]: Splitted opening code to be able
24916         to use it without an open file dialog
24917         (Maybe I broke Naba's changes, please take a look)
24918                         
24919         * src/project_import.[c/h]
24920         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24921         
24922         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24923         import wizard
24925 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24927         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24928           string cleanups
24929           
24930         * manuals/C/anjuta_manual/*: started rewrite of the 
24931           manual, updated some screenshots
24933 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24935         * src/gnomefilelist.h, src/gnomefilelist.c:
24936         
24937           Fixed multiple selection bug (#497085). The OK button is
24938           sensitive when in multiple mode, if the no. of
24939           selection is one or more.
24940           
24941           Toggle between single and multiple selection mode
24942           and multiple mode display.
24943           
24944           Fixed strings to translable strings.
24945           
24946           Fixed some compiler warnings by commenting out
24947           unused functions.
24948           
24949 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24951         * src/project_dbase.c: App status bar now updates
24952           with the project name when the project is loaded.
24953         
24954         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24955           
24956           Puts the directories at the top. They're also sorted now.
24957           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24958         
24959 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24961         * scripts/anjuta_import.sh.in: Added file.
24962         * scripts/anjuta_import.sh: Removed file.
24964         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24965           Updated files.
24966           
24967         * src/main_menubar_def.h:
24968         
24969           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24970           reflect the opposite of Find (CTRL+F) and also to leave
24971           CTRL+R or Redo.
24972           
24973           Changed Glade summon with ALT+G, which frees the ATL+E
24974           for poping up the edit menu.
24975           
24976         * src/Makefile.am: Debugging link flags by Biswa, removed.
24978 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24980         * HACKING: added information on best practices for writing
24981           application messages and GUI labels
24982           
24983         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24984           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24985           src/clean_project.c, src/compile.c, 
24986           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24987           src/configurer.c, src/debugger.c, src/executer.c, 
24988           src/find_in_files.c, src/find_in_files_cbs.c, 
24989           src/find_replace.c, src/find_text.c, src/glades.c, 
24990           src/gnome_project.c, src/goto_line.c, src/main.c, 
24991           src/main_menubar.c, src/main_menubar_def.h, 
24992           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24993           src/project_config.c, src/project_dbase.c, 
24994           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24995           src/support.c, src/tags_manager.c, src/text_editor.c, 
24996           src/text_editor_gui.c, src/text_editor_menu.c, 
24997           src/toolbar_callbacks.c, src/utilities.c: 
24998           lots of minor message updates to make them more user-friendly 
24999           and consistent
25001 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
25003         * src/executer.c:
25004         
25005           Because of the spaces escaping, the command could not be
25006           executed when run without terminal. Now fixed.
25007           
25008         * anjuta.prj, Makefile.am:
25009         
25010           Added anjuta project file.
25011         
25012 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
25014         * src/message-manager-private.h, message-manager-private.cc,
25015           message-manger.cc:
25016           
25017           Added freeze() and thaw() for the message window class to
25018           speed up the message manager update.
25019         
25020         * src/project_config.h, project_config.c,
25021           src/project_dbase.h, project_dbase.h
25022           scripts/anjuta_project.template:
25023           
25024           Added two new prject attributes: project.config.blocked and
25025           project.excluded.modules. The former will make sure that users
25026           are not given any previlidge in enabling the 'overwrite build
25027           files' flags and the later issues a list of modules in the project
25028           to be skipped for symbol browsing and project listing.
25029         
25030         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
25031         
25032           Modified script to read the template from the anjuta data dir
25033           rather than from the directory in which the script exist. Otherwise,
25034           Being transfered to the bin dir, the script will not be able to
25035           find the template when it is run.
25036           
25037           The script is also create with configure.in to set in the anjuta
25038           data dir path inside the script.
25039           
25040 2002-01-26  Stephane Demurget  <demurgets@free.fr>
25042         * po/fr.po: updated to the latest sources.
25044 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25046         * scripts/Makefile.am:
25047           anjuta_import.sh goes with distribution.
25048           
25049         * po/*.po: They seem to have updated (merged with
25050           anjuta.pot) automatically when I did "make dist".
25051           
25052 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25054         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
25055           Fixed Bug #499807, ie crash on removing libs, includes, defines from
25056           the compiler options dialog.
25057         
25058         * ChangeLog:
25059           Correct todays date. :)
25060           
25061         * scripts/Makefile.am:
25062           Installs anjuta_import.sh in $(prefix)/bin dir and
25063           is treated as an executable.
25064           
25065 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25067         * Fix for bug #499373
25068         
25069         * data/properties/anjuta.properties, ada.properties, cpp.properties,
25070           java, properties, latex.properties, lua.properties, others.properties,
25071           perl.properties:
25072           
25073           Added double-quotes around file arguments so that
25074           filenames with spaces could also work.
25076         * launcher/anjuta-launcher.c, executer.c:
25077           Escaped quotes in the cammand and it's arguments before executing
25078           so that args with spaces can also work.
25079           
25080           Commented #DEBUG switch.
25081           
25082 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
25084         * scripts/*: Added files which I forgot previously.
25085         
25086         * src/aneditor.h: Lined up commands definition for better look.
25087         
25088         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25089           main_menubar.h, control.c:
25090           Added three more convert EOL chars submenu items in transform.
25091           Reformatted some some.
25092         
25093         * data/anjuta.properties:
25094           Reformatted a line.
25095         
25096         * src/aneditor.h, aneditor.c:
25097           Added three commands (with definitions) for EOL conversions.
25098           
25099         * src/text_editor.c:
25100           Editor detects file mode from the file content and
25101           set the editing mode to CR/LF/CRLF automatically.
25102           Refined Dos mode extrageneous chars filter
25103           This will make sure that filter works only in Dos mode and not
25104           in other modes.
25105           
25106         * src/anjuta.c: Editor mode display in status bar.
25107         
25108         * src/preferences_gui.c: Changed the string for dos mode
25109           filter to more sensible string.
25110         
25111         * src/aneditor.c: Default editor mode sets during widget creation
25112           and not everty time the properties are loaded. This makes sure
25113           that the auto-detected mode is not overridden by the default mode.
25114           
25115         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25116         
25117         * src/anjuta.c: Fixed bug #476028.
25118           Now anjuta also searches for file relative to top project dir,
25119           when the project is open.
25120         
25121         * src/anjuta_cbs.c: Fixed bug #499536.
25122           File is not closed if it is not able to save the file properly.
25123           
25124         * src/mainmenu_callbacks.c: Fixed bug #499536.
25125           Newfiles (which are not modified) are also closed on "close all files".
25126         
25127 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25129         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25130         
25131         * tagmanager/tm_source_file.c, regex.c, parse.c:
25132           defined and delimited g_messages within #debug.
25133           
25134         * src/preferences.c, data/anjuta.properties:
25135           saved/defied message-manager tag position in string.
25136           Message tag possition is saved between sessions. And
25137           and tag position bottom as default.
25138           
25139 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25141         Patch submitted by:
25142         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25144         * Makefile.am
25145           configure.in
25146           data/Makefile.am
25147           data/properties/Makefile.am
25148           global-tags/Makefile.am
25149           pixmaps/Makefile.am
25150           src/Makefile.am
25151           src/an_file_view.c
25152           src/an_file_view.h
25153           src/an_symbol_view.c
25154           src/an_symbol_view.h
25155           src/anjuta.c
25156           src/anjuta_cbs.c
25157           src/file_history.c
25158           src/file_history.h
25159           src/message-manager-private.cc
25160           src/pixmaps.h
25161           src/project_dbase.c
25162           src/project_dbase_gui.c
25163           src/tags_manager.c
25164           src/text_editor.c
25165           src/utilities.c
25166           src/utilities.h
25167           src/watch_gui.c:
25168         
25169           Modified files.
25170         
25171         * scripts/*
25172           pixmaps/sv_class.xpm
25173           pixmaps/sv_function.xpm
25174           pixmaps/sv_macro.xpm
25175           pixmaps/sv_private_fun.xpm
25176           pixmaps/sv_private_var.xpm
25177           pixmaps/sv_protected_fun.xpm
25178           pixmaps/sv_protected_var.xpm
25179           pixmaps/sv_public_fun.xpm
25180           pixmaps/sv_public_var.xpm
25181           pixmaps/sv_static_fun.xpm
25182           pixmaps/sv_static_var.xpm
25183           pixmaps/sv_struct.xpm
25184           pixmaps/sv_unknown.xpm
25185           pixmaps/sv_variable.xpm
25186           pixmaps/fv_core.xpm
25187           pixmaps/fv_text.xpm
25188           pixmaps/filestoremove.txt:
25189         
25190           New files.
25191         
25192         * pixmaps/class.xpm
25193           pixmaps/function.xpm
25194           pixmaps/fv_autofile.xpm
25195           pixmaps/fv_doc.xpm
25196           pixmaps/fv_i18n.xpm
25197           pixmaps/fv_source.xpm
25198           pixmaps/private_func.xpm
25199           pixmaps/private_var.xpm
25200           pixmaps/protected_func.xpm
25201           pixmaps/protected_var.xpm
25202           pixmaps/public_func.xpm
25203           pixmaps/public_var.xpm
25204           pixmaps/struct.xpm
25205           pixmaps/variable.xpm
25206         
25207           Removed files.
25208         
25209         * tagmanager/*/*:
25210         
25211           Upgraded to tagmanager-0.7
25213 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
25214         * src/anjuta_cbs.c: Fixed bug #506441
25215         * src/watch_gui.c: Changed layout of eval dialog so that
25216         it fits on a 800x600 desktop with German translation. 
25218 2002-01-23      Andy Piper <andy.piper@freeuk.com>
25220         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
25221         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
25222           icon for new project type (thanks to Misha)
25223         * configure.in: build and install Danish translation
25224         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
25225           credits to cover new patches and translations
25227 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
25228         
25229         * src/preferences.c, src/message-manager.cc, src/project_type.c,
25230           src/appwiz_page1.c:
25231         
25232       - Font preferences are restored properly now (\n was missing)
25233           - Dock menu label of message-manager is "Dock/Undock" instead
25234           of "Dock|Undock" to match with the rest of anjuta.
25235           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
25236           changed it in anjuta, too 
25238 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25240         * tagmanager/tm_source_file.c,
25241           tagmanager/parse.c,
25242           tagmanager/tm_project.c,
25243           src/an_symbol_view.c,
25244           src/anjuta.c:
25245           
25246           Disabled debug warnings.
25248 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25250         * src/appwiz_page1.c
25251           src/compiler_options.c
25252           src/project_dbase.c
25253           src/project_dbase.h
25254           src/project_type.c
25255           src/source.c
25256           src/source.h:
25257           
25258           New project type named LibGlade.
25259           
25260           Patch submitted by:
25261           Dick Knol <dknol@gmx.net>
25263         * src/gnome_prj.c:
25264           Commented out unused pixmap creation. May be it
25265           will fix the crash in project creation.
25266           
25267 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25269         * src/registers.c
25270           src/registers.h
25271           src/registers_cbs.c
25272           src/registers_cbs.h
25273           src/registers_gui.c
25274           src/sharedlib.c
25275           src/sharedlib.h
25276           src/sharedlib_cbs.c
25277           src/sharedlib_cbs.h
25278           src/sharedlib_gui.c
25279           src/signals.c
25280           src/signals.h
25281           src/signals_cbs.c
25282           src/signals_cbs.h
25283           src/signals_gui.c
25284           src/stack_trace.c
25285           src/stack_trace.h
25286           src/stack_trace_cbs.c
25287           src/stack_trace_cbs.h
25288           src/stack_trace_gui.c
25289           src/text_editor.c
25290           src/watch.c
25291           src/watch.h
25292           src/watch_cbs.c
25293           src/watch_cbs.h
25294           src/watch_gui.c
25295           
25296           Fixed bug #496290: Attach/detach removed from these
25297           windows as they are never implemented.
25298           
25299           Patch submitted by:
25300           Johannes Schmid <johannes.schmid@gmx.de>
25301           
25302 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
25304         * src/anjuta.c,
25305           src/anjuta_cbs.c:
25306           
25307           Fixed bug:
25308           when you right click on the tabs, a list of filenames are given
25309           out, but now it gives a list of "page 1", "page 2", etc...
25310           
25311           Patch submitted by: 
25312           Jens Georg <mail@jensgeorg.de>
25314         * anjuta.in.in: Removed c|c++ because, it was not necessary
25315           and was causing translation problem.
25316           
25317         * plugins/class-gen/clsGen.c:
25318           removed "'" for the same reason.
25319           
25320 attached the fix for the menu
25323 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25325         * src/preferences.h,
25326           src/preferences.c,
25327           src/preferences_gui.c:
25328           
25329           Adds the functionality to Anjuta to auto save your unsaved
25330           files before you build a project.
25332           Patch submitted by: 
25333           jason <jason_williams@suth.com>
25334           
25335         * src/anjuta.[h,c]:
25336           Added function for save all files.
25337         
25338         * src/mainmenu_callbacks.c:
25339           Modified to use the above function.
25340         
25341         * src/build_project.c:
25342           Save all files before build if it is set in the
25343           preferences.
25345 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25347         * src/message-manager-private.cc
25348           src/message-manager-private.h
25349           src/message-manager.cc:
25350           
25351           Message-manager now restores the tabs which were shown on startup.
25352           The terminal is now created on demand (as requested by Biswa)
25353           and I have removed some debug messages.
25354           
25355           Patch submitted by: 
25356           Johannes Schmid <johannes.schmid@gmx.de>
25358 2002-01-13  Stephane Demurget  <demurgets@free.fr>
25360         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
25361           proper tabs keyboard navigation.
25363         * src/an_symbol_view.c,
25364           src/anjuta_cbs.c,
25365           src/gnome_project.c,
25366           src/project_dbase.c,
25367           src/tags_manager.c: removed some debugging display.
25369 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
25371         * src/message-manager-dock.c
25372           src/message-manager-private.cc
25373           src/message-manager-private.h
25374           src/message-manager.cc
25375           src/preferences.c
25376           src/preferences.h
25377           src/preferences_gui.c:
25378           
25379           Patch submitted by: 
25380           Johannes Schmid <johannes.schmid@gmx.de>
25381           
25382           This patch adds a tab to the notebook of the preferences-dialog
25383           where you can change the colors, the tab position of the new
25384           message manager. Also the truncate messages stuff has moved
25385           from misc tab to messages tab.
25387           Also improved the remembering position stuff of message manager.
25388           
25389         * data/internal.properties,
25390           Added definitions for messages colors and tag position.
25391           
25392         * src/message_manager.cc:
25393           Fixed a bug that never lets the messages panes to get cleared.
25394           Added wmclass setting for the message window. Fixed a bug in
25395           which the message window was not being shown.
25396         
25397         * src/tag_manager.c: Fixed printing of (NULL) in the debug
25398           output and disabled it.
25400         * src/anjuta.c: Preferences created and loaded before anything else.
25401           anjuta now recognizes messages colors on startup and initializes
25402           them.
25403         
25404 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
25406         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
25408 2002-01-09  Stephane Demurget  <demurgets@free.fr>
25410         * pixmaps/file_c.xpm,
25411           pixmaps/file_cpp.xpm,
25412           pixmaps/file_file.xpm,
25413           pixmaps/file_h.xpm,
25414           pixmaps/file_html.xpm,
25415           pixmaps/file_i18n.xpm,
25416           pixmaps/file_icon.xpm,
25417           pixmaps/file_pix.xpm,
25418           pixmaps/fv_doc.xpm,
25419           pixmaps/fv_i18n.xpm,
25420           pixmaps/fv_image.xpm,
25421           pixmaps/fv_source.xpm,
25422           pixmaps/fv_unknown.xpm: made these icons transparent.
25424 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
25426         * launcher/anjuta_launcher.c: updated message strings
25427         * src/message-manager-dock.c: added newline at end to avoid compile warning
25428         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
25429         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25430           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
25431           entries for username and Python-style GPL notice
25432         * HACKING: added info on files to change to update Insert menu
25434 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25436         * src/project_dbase.c,
25437           src/an_file_view.c,
25438           src/an_symbol_view.c:
25439           Changed the CTree expander style to square and
25440           line style to Dotted line.
25441           
25442         * po/POTFILES.in: Removed and Added translable files.
25444 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25446         * ccview/.cvsignore: Removed.
25447         
25448 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25450         * ccview/
25451                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
25452                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
25453                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
25454                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
25455                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
25456                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
25457         
25458         Removed ccview module because it is no longer needed.
25460 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25462         * src/project_dbase.c:
25463           Shifted structure initialization in project_dbase_new()
25464           before anything else, otherwise it was crashing due to
25465           uninitialized values.
25466         
25467         * src/an_symbol_view.c:
25468           Disabled high volume debug output.
25470 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25471         
25472         Applied a very heavy patch from:
25473         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25475         * Makefile.am
25476         configure.in
25477         pixmaps/Makefile.am
25478         src/Makefile.am
25479         src/aneditor.cxx
25480         src/aneditor.h
25481         src/anjuta.c
25482         src/anjuta.h
25483         src/commands.c
25484         src/commands.h
25485         src/compile.c
25486         src/compile.h
25487         src/controls.c
25488         src/defaults.c
25489         src/fileselection.c
25490         src/main_menubar.c
25491         src/main_menubar.h
25492         src/main_menubar_def.h
25493         src/mainmenu_callbacks.c
25494         src/mainmenu_callbacks.h
25495         src/project_dbase.c
25496         src/project_dbase.h
25497         src/project_dbase_gui.c
25498         src/tags_manager.c
25499         src/text_editor_menu.c
25500         src/toolbar_callbacks.c
25501         tagmanager/Makefile.am
25502         tagmanager/ctags.c
25503         tagmanager/include/Makefile.am
25504         tagmanager/include/tm_project.h
25505         tagmanager/include/tm_symbol.h
25506         tagmanager/include/tm_tag.h
25507         tagmanager/include/tm_tagmanager.h
25508         tagmanager/include/tm_workspace.h
25509         tagmanager/tm_project.c
25510         tagmanager/tm_source_file.c
25511         tagmanager/tm_symbol.c
25512         tagmanager/tm_tag.c
25513         tagmanager/tm_workspace.c
25514         widgets/Makefile.am: Modified.
25515         
25516         * src/an_file_view.[c,h],
25517           src/an_symbol_view.[c,h],
25518           src/file_history.[c,h],
25519           src/support.[c,h],
25520           widgets/scroll-menu.[c,h],
25521           tagmanager/tm_file_entry.c
25522           tagmanager/include/tm_file_entry.h: Added new files.
25523           
25524         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25525         private_func.xpm, public_func.xpm,
25526         class.xpm, fv_exec.xpm, fv_unknown.xpm,
25527         private_var.xpm, public_var.xpm,
25528         function.xpm, fv_i18n.xpm, macro.xpm,
25529         protected_func.xpm, struct.xpm,
25530         fv_autofile.xpm, fv_image.xpm,
25531         ofolder.xpm, protected_var.xpm, variable.xpm:
25532           Updated and Added pixmap files.
25534         Features:
25535         ---------
25536         a) Removes CCView dependency.
25537         b) Improves the terminal.
25538         c) Adds tag navigation context menus.
25539         d) Upgrades tagmanager to latest version.
25540         e) Miscellaneous small additions.
25542 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25544         * src/project_dbase_gui.c: Fixed crash of anjuta
25545         when project first created.
25546         
25547         * src/gnome_project.c: It now updates the tags manager
25548         when new projects are created.
25549         
25550 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25552         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25553           for this big patch.
25554         
25555         * src/messages.[c,h]: Removed files.
25557         * src/message-manager.[cc,h],
25558           src/message-manager-dock.[c,h],
25559           src/message-manager-private.[cc,h]
25560           New files.
25562         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25563           src/build_project.c, src/clean_project.c, src/compile.c
25564           src/configurer.c, src/debugger.c, src/find_in_files.c
25565           src/mainmenu_callbacks.c, src/preferences.h
25566           src/preferences_gui.c, src/properties.h
25567           src/utilities.c, src/utilities.h:
25568           The new messages widget.
25569           New features:
25570             - Use of GtkNotebook instead of ToggleButtons
25571               and show/hide
25572             - Popupmenu to show and hide message types and
25573               to dock/undock in detach mode
25575           All other things should work as they did with the
25576           old message window. Currently the keyboard short-cuts
25577           do not work in detached mode.
25578           
25579           Some functions in utitlities.[c,h] changed.
25580           so that they take const arguments where this is possible
25581           
25582         * src/Makefile.am, po/POTFILES.in:
25583           Removed messages.[c,h] and
25584           added message-manager.[cc,h], message-manager-dock.[c,h],
25585           message-manager-private.[cc,h]
25586           
25587         * src/message-manager.h: Removed "include <bonobo.h>"
25588           and added a newline at the end of the file.
25589           
25590         * src/message-manager-private.cc:
25591           Set clist's width setting to Automatic.
25592           Set scroll window's scroll bars to Automatic.
25593           
25594 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25596         * text_editor_menu.c:
25597           Fixed misalignment of the function sub menu
25598           in the text editor pop up menu.
25599           
25600 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25601         
25602         * src/text_editor.c: Fixed a compiler warning.
25603         
25604 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25606         * THANKS, manuals/*/authors.sgml: updated for new translations
25607         * plugins/class-gen/clsGen.c: converted messages to English
25608         * src/about.c, src/main_menubar_def.h: string updates
25610 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25612         * src/anjuta.c
25613           src/anjuta_cbs.c
25614           src/text_editor.c
25615           src/mainmenu_callbacks.c
25616           src/text_editor.h
25617           src/text_editor.c
25618           src/text_editor_cbs.c
25619           src/text_editor-gui.c:
25620           
25621           Earlier code for adding 'cross' button
25622           for closing pages were too error prone and unorganized.
25623           Cleaned up the code and shifted the 'extra' widgets
25624           creation (eg. close button, close_pixmap and lable)
25625           from anjuta to text_editor. This takes care of proper
25626           widgets creation and destruction. Otherwise, anjuta
25627           was crashing at too many points, especially related
25628           to docking and undocking.
25629           
25630 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25632         * src/aneditor.cxx: removed debugging code.
25634         * data/properties/.cvsignore: added swap files.
25636 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25638         * src/anjuta.c
25639           src/anjuta_cbs.c:
25640           Fixed Crashing of anjuta when a new file is saved as
25641           different file.
25642           
25643 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25645         * src/aneditor.c: Some debug codes around.
25646         
25647         * data/internal.properties, data/anjuta.properties: Removed.
25648           data/properties/Makefile.am:
25649           data/properties/ada
25650           data/properties/cs
25651           data/properties/make
25652           data/properties/rc
25653           data/properties/html
25654           data/properties/ruby
25655           data/properties/baan
25656           data/properties/idl
25657           data/properties/pascal
25658           data/properties/sample
25659           data/properties/bash
25660           data/properties/java
25661           data/properties/perl
25662           data/properties/sql
25663           data/properties/conf
25664           data/properties/latex
25665           data/properties/props
25666           data/properties/vb
25667           data/properties/cpp
25668           data/properties/lua
25669           data/properties/python
25670           data/properties/xml
25671           data/properties/others
25672           data/properties/.cvsignore:
25673             Added files. Properties now splitted into small files
25674             for each language.
25676         * data/Makefile.am
25677           configure.in: Update the removal and added properties module.
25679         * src/preferences.c: preferences_new(): Updated to reflect the
25680           new properties files organization.
25681           
25682         * src/Makefile.am: Added Baan Lexer.
25684 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25686         * src/aneditor.cxx: readded the baan lexer. 
25688         * src/preferences.c: fixed translated messages and a typo.
25690         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25691           confusing the regexp usage in xml-i18-merge.
25693 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25695         * src/project_dbase.c: tidied some messages, and spotted a typo in
25696           the reading of properties which prevented the project version from
25697           ever being reported in the Project Information window - fixed :)
25699         * po/POTFILES.in: removed syntax.h
25701 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25703         * data/internal.properties: fixed baan properties.
25704           Added all ada properties.
25706         * src/main_menubar_def.h,
25707           src/lexer.h,
25708           src/aneditor.cxx,
25709           src/utilities.[ch]: added support for the Ada highlight style.
25711 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25713         * plugins/*/.cvsignore: updated.
25715 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25717         * src/syntax.h,
25718           src/text_editor.c,
25719           src/Makefile.am: removed the empty header syntax.h.
25721 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25723         * main_menubar.c:
25724         Stef's observation on the 'superfluous' hseparators in the recent
25725         files and projects is fully justified -- removed.
25726         
25727         * main_menubar_def.h:
25728         Changed "Plug Ins" to "Plugins" in the menu label.
25729         
25730         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25731         Added class-gen in the configure output and class-gen module.
25732         
25733         * data/internal.properties:
25734         Correct mis-spelled "jave" to "java".
25735         Added file.is.source for *.h, *.c, *.cpp properties.
25736         
25737         * global-tags/Makefile.am:
25738         "chmod +x create_global_tags.sh" before it is executed, because
25739         there is very high chance that it will be found "-x" and resulting
25740         in error
25742 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25744         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25745         for the backtrace.
25747         * src/gnome_project.c: (create_new_project): if the user doesn't
25748           select any icon, it doesn't have any extension and thus we can't
25749           use it in printf on Solaris, since the %s modifier use strlen to
25750           know the string length and then crash. On Linux, gcc checks the value
25751           of the pointer to be NULL and write "(null)" if necessary. We can't
25752           rely on that.
25754         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25755           don't need to have the directory icon but the generic one.
25757 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25759         Merged with latest (1.42) scintilla.
25761         Added: Support for the {load,save}.on.(de)activate properties.
25762                The PHP lexer to match keywords case insensitively.
25763                Baan lexer.
25764                Experimental supports for changeable style attribute & line
25765                wrapping.
25766                
25767         Updated: Both the C++ and HTML lexers.
25768                  More shell keywords added.
25769                  Horizontal scrolling and diplay of long lines optimised.
25770                  Cursor setting optimised.
25772         Bugs fixed: Caret movement over folded lines.
25773                     Selection tracking in 2ndary views when doing modifications.
25775         * scintilla/CallTip.{cxx.h},
25776           scintilla/ContractionState.{cxx,h},
25777           scintilla/Document.{cxx,h},
25778           scintilla/Editor.{cxx,h},
25779           scintilla/KeyWords.cxx,
25780           scintilla/LexHTML.cxx,
25781           scintilla/PlatGTK.cxx,
25782           scintilla/RESearch.cxx,
25783           scintilla/ScintillaBase.cxx,
25784           scintilla/ScintillaGTK.cxx,
25785           scintilla/Style.{cxx,h},
25786           scintilla/StyleContext.h,
25787           scintilla/ViewStyle.cxx,
25788           scintilla/include/*.h: updated.
25790         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25792         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25793           should have been told to the scintilla team. We're lucky I read the
25794           ChangeLog and the modifications of the lexer (thanks to the Gnome
25795           bonsai for this ;)
25797         * data/internal.properties: added Baan definitions.
25798           Fixed some issues for C such as *_cast directive, that are only
25799           available with C++.
25800           Updated C++, HTML and shell scripts definitions.
25801           Updated Ada and Bullant, that have been forgotten.
25803         * src/main_menubar_def.h,
25804           src/lexer.h,
25805           src/aneditor.cxx,
25806           src/utilities.[ch]: added support for the Baan highlight style.
25808 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25810         Polished the plugins menu behaviour and added a tearoff
25811         menuitem to the recent entries submenu.
25813         Note: The recent entries list seems to be too height
25814               with all these superfluous hseparators.
25816         * src/main_menubar.c: Polished, making some
25817           functions declarations static and cleaning some code.
25819           (create_submenu_plugin): removed the extra
25820           plugins entry and the horizontal separators.
25822           (on_plugins_menu_realize): the plugins menu is only
25823           shown if there's at least one available.
25825           (create_submenu*): added a tearoff menuitem to have
25826           a more homogeneous menu style. For now, it doesn't
25827           take care of user settings (but it was even worse
25828           before :).
25830 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25832         * configure.in: added the packageplugindir variable to avoid
25833           installing the plugins in $(prefix). It's not the same path as
25834           anjuta 2 to allow parallel installation.
25836 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25837         Fix a reopened part of bug #440676: keyboard navigation between the
25838         different text buffers. Changed to a more global approch. 
25840         * src/notebook.[ch]: removed.
25842         * src/Makefile.am: removed notebook.[ch]
25844         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25845           (on_anjuta_window_key_press_event): added to fulfill the global
25846           shorcuts handling.
25848         * HACKING: updated according to the new global shortcuts handling.
25850 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25852         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25853           Shifted plugin menu from Edit submenu to main menu.
25854         
25855         * po/POTFILES.in:
25856           Added plugins/sample1/plugin-sample1.c
25857           
25858         * plugins/sample1/plugin-sample1.c:
25859           Added localization and used anjuta_info, instead of anjuta_error.
25860           
25861         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25862           Added cvs ignores.
25863           
25864 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25866         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25867           for plugin dir.
25868         
25869         * Makefile.am: Added module plugins.
25870         
25871         * plugins, plugins/Makefile.am, plugins/sample1/*:
25872           Created plugins modules.
25873           
25874         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25875           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25876           to load plugins of *.so only and not *.so* (which results
25877           in duplicates).
25878         
25879         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25880           plugins during packaging.
25882 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25884         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25886 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25888         * configure.in: Added portuguese to ALL_LINGUAS
25890 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25892         * global-tags/.cvsignore
25893         tagmanager/.cvsignore
25894         tagmanager/include/.cvsignore:
25895         Added cvs ignore files.
25897         * data/.cvsignore
25898         Updated cvs ignore file.
25899         
25900 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25902         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25903           data/anjuta.properties, data/internal.properties: clean up some 
25904           message strings (me)
25906 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25908         * src/about.c, THANKS: added Jens to the credits
25909         
25910 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25912         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25913           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25914           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25915           Georg <mail@jensgeorg.de> to add close button to file tabs.
25917 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25919         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25920           (debugger now catches correct signal from process)
25922 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25924         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25925         * src/pixmaps.h: switch appwizard project icons to new designs
25926         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25928 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25930         * pixmaps/Makefile.am: stop redundant images from being installed.
25931           The next step will be to remove them completely.
25932         * src/appwiz*: further updates (more to come)
25933         * src/pixmaps.h: cleaned up, commented
25934         * src/splash.c: should use the pixmaps macro defined
25935         * HACKING: more on the graphics stuff and use of pixmaps.h
25937 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25939         * src/defaults.c: fix bug #494864
25941 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25943         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25944           graphics from Misha
25945         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25946           redundant graphics, no longer used
25947         * src/appwiz*: revamped application wizard by Andy and Misha for
25948           a more usable and professional look-and-feel
25949         * HACKING: updates to cover patching, graphics, and some additions
25950           post-0.1.8
25951         * TODO: removed some implemented features
25953 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25955         * data/anjuta.properties, data/internal.properties: cleanup
25956         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25957           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25958           to edit styles colors for keywords and add Goto Tag menu option
25959           in the editor
25961 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25963         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25964         
25965         Fixed bug #460335
25966         fixes the Forget of the cursor position when tab is brought active
25967         from project manager.
25968         
25969 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25971         * src/messages.c
25972           Exported "TERM=xterm" to get a color terminal when
25973           anjuta is not started from within a terminal.
25974           
25975 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25977         * src/messages.c
25978           src/messages.h
25979           Added a frame around zvt terminal.
25980           
25981         * src/preferences_gui.c
25982           Modified to say "Use glade component (experimental)"
25983           instead of "Use Component".
25984           
25985 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25987         * Patch from 
25988         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25989         
25990         * src/anjuta.c
25991         src/fileselection.c
25992         src/messages.c
25993         src/messages.h
25994         src/preferences.c
25995         src/preferences.h
25996         src/project_dbase.c
25998         a) Extra scrollbar in terminal no longer appears.
25999         b) Character set preference should be preserved (untested).
26000         c) File selection widget now remembers last directory.
26001         d) On creation of generic project, the glade 'file not found' error no
26002                 longer occurs.
26003         e) First terminal window is created 'on demand', so it should always to
26004                 the Right Thing (TM) as far as starting WD is concerned. Also, the
26005                 environment is now passed to the terminal.
26006         f) Solaris compilation should be fixed (replaced get_current_dir_name()
26007                 with getcwd()).
26008         g) Fixed some compilation warnings.
26010 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
26012         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
26013           src/pixmaps.h: applied terminal and warnings patch (Biswa)
26014         * src/*: cleanups (me)
26015         * pixmaps/mini_term.xpm: added new file for terminal button
26016           (me, based on existing artwork)
26018 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
26020         * configure.in: bumped version to 0.1.9-pre
26021         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26022           translation
26023         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
26025 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
26027         * src/splash.c: removed a DOS end of line of a comment (so the *.po
26028           files are free of that char)
26029         * configure.in: added "az" to ALL_LINGUAS
26031 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
26033         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
26034           crash bug fix from Biswa.
26035         * FUTURE: added Anjuta/gIDE merger information to provide 
26036           details on future direction and status of 1.x stuff
26037         * NEWS: prepared for release
26038         * po/de.po: update from Jens Georg <mail@jensgeorg>
26040 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
26042         * multiple minor updates pre-0.1.8
26043         * patch from Biswa to fix syntax highlighting and packaging
26044         * po/fr.po: update from Stef
26046 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
26048         * global-tags/Makefile.am
26049         global-tags/create_global_tags.sh
26050         global-tags/tm_global_tags.c
26051         scintilla/LexCPP.cxx
26052         scintilla/include/SciLexer.h
26053         src/aneditor.cxx
26054         src/project_dbase.c
26055         tagmanager/Makefile.am
26056         tagmanager/include/Makefile.am
26057         tagmanager/include/tm_project.h
26058         tagmanager/include/tm_tag.h
26059         tagmanager/include/tm_tagmanager.h
26060         tagmanager/tm_project.c
26061         tagmanager/tm_source_file.c
26062         tagmanager/tm_tag.c
26063         tagmanager/tm_workspace.c:
26064         
26065         Includes the syntax highliting patch to scintilla).
26066         and more stable code.
26067         
26068         *tagmanager/include/tm_symbol.h: New file.
26069         *tagmanager/tm_symbol.c: New file.
26070         
26071         Add symbol tree building functionality at project level
26072         
26073         Patch from:
26074         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
26075         
26076 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26078         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
26079           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
26080           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
26081           : New and improved pixmaps from Misha <misha@phreaker.net>
26082           Thanks to him.
26084 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
26085         
26086         * Big patch submitted by
26087           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26088           Many thanks to him.
26089         
26090         * src/Makefile.am, src/aneditor.cxx
26091           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26092           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26093           Use of tagmanager lib for advanced calltips.
26095         * global-tags/*: Created new directory and added files to 
26096           generate system.tags.
26098         * tagmanager/*: Created new directory and added tagmanager lib
26099           files.
26101         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26102           the above additions.
26104         * data/Makefile.am: Modified to accomodate generated system.tags file.
26106 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26108         * scintilla/: updated to 1.41
26109         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26110         * src/about.c: updated list of authors
26111         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26112         * HACKING: updated to cover Scintilla usage
26113         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26114           translation
26116 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26118         * src/aneditor.cxx: Fixed compilation errors with it.
26119           by add include to gtk+ headers and typedefining a mysteriously
26120           vanished class Colour.
26122 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26124         * configure.in: Added pt_BR in the languages.
26125         
26126 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26128         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26129           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26130         * THANKS: updated
26131         * manuals/C/anjuta-manual/*: new format to match
26132           the rest of the GNOME docs chapter layout. Added the many
26133           new contributors. Moved Authors and License information into new
26134           chapters of their own - should make expansion easier too
26135         * src/compiler_options.c: changed the profiler option to -pg to 
26136           work with GNU tools (gprof)
26137         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26138           and text labels
26139         
26140 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26142         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26143           compiler_options_gui.c:
26144           Added a new entry for linker flags and renamed c_options to c_flags
26145           and l_options to l_libs. Also, added a new function:
26146           compiler_options_set_prjlflags_in_file();
26147         
26148         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26149         
26150         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26151           
26152 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26154         * THANKS, src/about.c: corrections and additions following 
26155         Naba's big update
26156         * src/main_menubar.c: patch from Rikul to fix the problem with 
26157         menu accelerators not being loaded
26159 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26161         * THANKS: Added all contributors and translators names and emails.
26162         * AUTHORS: Updated
26163         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26164         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26165               Added new file (earlier logo with border).
26166         * src/about.c: Added all contributors names and emails
26167               and used macro definition for logo pixmap file.
26168         * src/pixmaps.h: Added entry for anjuta splash screen.
26170 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26172         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26173         to new PNG version (thanks to Misha) and removed the old
26174         pixmap.
26176 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26178         * THANKS: added Conner Mo for simplified Chinese translation.
26179         * configure.in: added zh_CN in ALL_LINGUAS
26181 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26183         * THANKS: added Joe Man for his traditional Chinese translation.
26184         * configure.in: added zh_TW in ALL_LINGUAS.
26186 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26188         * src/main_menubar_def.h: Changed the link of lidn to
26189         http://lidn.sourceforge.net.
26190         
26191 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
26193         * Applied patch from Rikul
26194         * Applied patch from Luca
26195         * Fixed a cvs conflict. :)
26197 2001-10-17  Stephane Demurget  <demurgets@free.fr>
26199         * THANKS: added Marc Botermans for his Dutch translation.
26201         * configure.in: added nl in ALL_LINGUAS.
26203         * po/nl.po: added.
26205 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
26207         * anjuta.c: Fixed luca's typo.
26208         * resources.c, resources.h: Changed gchar* return to void, to
26209                 avoid a compiler warning.
26210         * scintilla/Makefile.am: Reorganized file entries.
26211         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
26213 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
26215         * Upgraded scintilla to 1.4.
26216         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
26217                 LexLisp.cxx StyleContext.cxx StyleContext.h
26218         * src/Makefile.am: Added 4 lexers and separated lexer objects
26219                 from the main link variable.
26221 2001-10-14  Stephane Demurget  <demurgets@free.fr>
26223         * THANKS: added Luca, even if it shouldn't be my role to write
26224           this sort of thing :)
26226         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
26227           the latest Luca patch.
26229 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
26231         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
26232         This is not documented yet; plugins to come later.
26233         * src/find*.c: find dialogs now persistent 
26234         (Rick <rikul@bellsouth.net>)
26235         * widgets/gnomefilelist.c: fixed multiple file open issue 
26236         (Rick <rikul@bellsouth.net>)
26237         * changes to recent file and project lists handling 
26238         (lbell <lbell@tsc4.com>)
26239         * more minor UI updates (me)
26241 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
26243         * src/Makefile.am: removed warnings for traditional C syntax
26244         * pixmaps: added new icons for mini_locals, mini_cvs and
26245         the splash screen - thanks to Misha <misha@phreaker.net>
26247 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
26249         * src/toolbar.c: fix typo in tooltip text
26250         * ccview/cccmd.cc: alter Func to Function in menu text
26252 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
26254         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
26255         issue with find dialog reporting an error when Scintilla finds text
26256         * applied patch from Denis Boehme <boehme at syncio dot de> to support
26257         DOS files (i.e. CR/LF translation)
26259 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
26261         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
26262         #452436
26263         * data/internal.properties: default fold style now set to 3 :-)
26264         * applied patch from rikul <null@acm.org> to turn notebook tab 
26265         headings red when file has been edited.
26267 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
26269         * configure.in: Added "no" to ALL_LINGUAS.
26270         
26271 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
26273     * Patch from lbell <lbell@tsc4.com>
26274     src/controls.c
26275     src/debugger.c
26276     src/main_menubar.c
26277     src/main_menubar.h
26278     src/main_menubar_def.h
26279     src/mainmenu_callbacks.c
26280     src/mainmenu_callbacks.h
26281     src/project_dbase.c
26282     src/project_dbase.h
26283     
26284     Implemented a check menu item to handle the 'show locals' flag
26285     for the current project.
26287     * data/internal.properties: Removed the redundant command
26288     for gnome-terminal.
26289     
26290 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
26292         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
26294 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
26296         * configure.in: Added "ta" to the languages list.
26298 2001-09-21  Andy Piper <andy.piper@freeuk.com>
26300         * data/internal.properties:
26301           added fold.symbols property to control appearance of folds
26302           in the Scintilla editor (thanks to rikul <null@acm.org>)
26304 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26306         * src/message.c:
26307           one extra button for message win is being created -- Fixed.
26308         
26309           The frame should be hidden and not only the pix_lab when
26310           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
26311           -- Fixed.
26312         
26313         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
26314           for the time being it is same as mini_cvs.xpm.
26315         
26316 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26318         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
26320         Patch from rikul <null@acm.org>
26321         
26322         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
26323         glades.h, messages.c, messages.h, pixmaps.h,
26324         project_dbase.c, project_dbase.h, session.c,
26325         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
26326         
26327         inserted 'add to watch' option in inspect window, so you can add easily
26328         a variable in watch window .
26329         
26330         Added a new message pane for the gdb local variables inspection. Changed
26331         the code in messages.c to better account for future new panes insertion.
26332         Defined a new pixmap for the new tab button in pixmaps.h
26333         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
26334         install script.
26335         
26336         Changed the debugger module to have a single function for asking to gdb
26337         to send program info. The idea is to ask the debugger about only the
26338         info needed to open windows( watch, registers, etc ) to speedup the step
26339         command. I plan to ask informations to the debugger based on the user
26340         interface status.
26341         The request for local variables is enabled by default, but the
26342         projectDBase has a variable to control it, to allow disabling that
26343         feature,  there is also the code to save and to reload the state. If you
26344         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
26345         in project_dbase.c
26347         This big patch is from:  lbell <lbell@tsc4.com>
26348         
26349 2001-09-20  Stephane Demurget <demurgets@free.fr>
26351         Patch from rikul <null@acm.org> :
26353         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
26354           problem and added folding support for php/hmtl.
26356 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
26358         * Fixed dnd of files within scintilla.
26359         patch from:  rikul <null@acm.org>
26360         
26361 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
26363         * Applied patch from Luca.
26364         
26365         * src/source.c: source_write_build_files(): Fixed the project generation
26366           failure. The fist return statement and the free_project_type were 
26367           misplaced.
26369 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
26370         
26371         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
26372         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
26373         
26374         1) Restore the error color to red (waiting for a configurable one )
26375         2) Saving projects settings if you exit anjuta without closing an open
26376         saved project
26377         3) New Menu 'repaeat search' to search with a keystroke without pressing
26378         the toolbar button
26379         4) some define in the menus to better handle menu item update
26380         
26381         Patch from: lbell <lbell@tsc4.com>
26382         
26383         * main_menubar_def.h, main_menubar.c: Change the position of
26384         "Repeat find" menu position.
26386 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
26388          project_type.h, project_type.c, source.c: Applied patch.
26389          patch from Johannes Schmid <clubfan@users.sourceforge.net>
26390          
26391 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26393         * configure.in, src/Makefile.am: Using macros for ORBit flags.
26394         
26395 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26396         
26397         * Fixed bug #445752
26398   
26399 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26400         
26401         * Fixed bugs in Gtk-- and Gnome-- project type
26403 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26405         * dnd.c: Support for multiple files drag-n-drop.
26406         
26407           Patch from: rikul <null@acm.org>
26408         
26409         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
26410           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
26411           saving from menu.
26412         
26413           Patch from: rikul <null@acm.org>
26415         * Applied patch for widgetizing goto dialog box.
26416           Patch from: ???
26417         
26418         * Applied patch for having new project type handling.
26419           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26420           
26421 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26423         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
26424           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
26425           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
26426           find_replace.c, find_replace.h, find_text.c, find_text.h,
26427           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
26428           project_dbase.h, source.c, text_editor.c, text_editor.h,
26429           text_editor_cbs.c, utilities.c, utilities.h:
26430         
26431           Applied a huge patch (after slight preview). I would like Luca
26432           to have his feature additions mentioned here.
26433         
26434           Patch from: lbell <lbell@tsc4.com>
26436 2001-09-09  Stephane Demurget <demurgets@free.fr>
26438         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
26440         * po/fr.po: updated to the latest sources.
26443 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26444         
26445         * Fixed bug #445752
26446   
26447 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26449         * dnd.h, dnd.c: New files for drag n drop support.
26450                 
26451         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
26452            Added drag and drop support for opening files.
26453         
26454         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
26455         Archit Baweja <bighead@crosswinds.net> for this idea.
26456         
26457         * TODO: Added some more todos. :-(
26459 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26461         * Fixed the goto line activate bug.
26462         patch from: Martyn Bone <mbone@brightstar.u-net.com>
26464 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26465         
26466         * Fixed bugs in Gtk-- and Gnome-- project type
26468 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
26470         * widgets/gonmefilelist.c, gnomefilelist.c:
26471         Modified multiple selection on pressing control.
26472           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26473         
26474         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
26475         Modified multiple selection on pressing control.
26476           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26477         
26478 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
26480         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
26481           This is useless; but just in case...
26483 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
26485         * data/internal.properties: modified a bit of perl properties.
26486         
26487 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
26489         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26490           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26491           Added support for multiple file imports. Changed the standrd C++
26492           convention of #include <file> to #include <file.h>, because I had given
26493           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26494           now support the #include <file> convention. That is something to be fixed :). 
26495           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26497 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
26499         * src/anjuta.c: Added function static greetings_text(), to solve the non
26500                 translation of the greetings text in the wizard.
26501                 
26502 2001-08-31  Andy Piper <andy.piper@freeuk.com>
26504         * src/find_in_files_gui.c: made order of buttons consistent with other Find
26505           dialogs, with OK the default (fix bug #453482)
26507 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
26509         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26510         
26511         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26512         
26513 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
26515         * src/aneditor.cxx
26516           src/aneditor.h
26517           src/anjuta_cbs.c
26518           src/controls.c
26519           src/main_menubar.c
26520           src/main_menubar.h
26521           src/main_menubar_def.h
26522           src/mainmenu_callbacks.c
26523           src/mainmenu_callbacks.h:
26524                 Applied the patch that addes menu items which allow users to
26525                 insert GPL notice and date time in current document.
26526                 patch from: Rick Patel <rikul@shreve.net>       
26527                 
26528         * src/main_menu.c: Fixed a compilation error.
26529         
26530         * src/anjuta.c: Fixed non-rememberence of editor tab position.
26531         
26532         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26533           about the unterminated strings.
26534           
26535         * scintilla/*: Updated scintilla to 1.3.9 version.
26536         
26537 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
26538         
26539         * widgets/gnomefileselection.c:
26540           Applied the patch for fixing multiple selection of file open funcion,
26541           which will deselect the files selected.
26542           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26544 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26546         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26547           src/fileselection.c, src/anjuta_cbs.c:
26548           Applied the patch     for multiple selection of file open.
26549           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26550           
26551 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26553         * Removed "-f" option in call to devhelp, because devhelp no longer
26554           supports that.
26555         
26556 2001-08-26  Stephane Demurget <demurgets@free.fr>
26558         All these modifications have been pointed out by
26559         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26561         * data/internal.properties: two fixes for the PHP lexer.
26562           this out.
26564         * fr.po: minor fixes.
26566         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26568 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
26569         
26570         * main_menubar.c,
26571           main_menubar.h,
26572           main_menubar_def.h,
26573           main_menubar_callbacks.c,
26574           controls.c:
26575                 Added new menu item for "close all fils".
26576                 (Patch from Rikul <rikul@shreve.net>, after revision)
26577         
26578         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26579         
26580         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26581                 (Patch from Rikul <rikul@shreve.net>)
26582         
26583         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26584                 (Patch from Rikul <rikul@shreve.net>)
26586 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26587         
26588         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26589            project name in application widzard.
26590            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26592         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26593           of the 'OK' button there is an 'Execute' one.
26594           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26595         
26596         * executer.c: Changed cancel button to close button. That was more appropriate.
26597           
26598 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26600         * HACKING: corrected >>>>>> Config management.
26601         
26602         * HACKING: Added many things.
26603         
26604         * src/launcher.h: Added some comments.
26606 2001-08-21  Stephane Demurget <demurgets@free.fr>
26608         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26610         * HACKING,
26611           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26612           src/appwizard_cbs.c,
26613           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26614           Andy Piper <andy.piper@freeuk.com>
26616         * po/fr.po: updated to latest sources.
26618         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26621 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26623         * Fixed bugs #450280 and #448845
26625         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26626         
26627         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26628           named dialogs
26629         
26630         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26631           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26632           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26633           names to remove "Anjuta: " prefix
26634           
26635         * src/main_menubar_def.c: altered a message
26636         
26637         * launcher/anjuta_launcher.c: cleaned up some messages
26639         * src/debugger.c: edited messages to improve clarity
26640         
26641         * src/app_wiz*.c: tidied wizard interface
26644 2001-08-15  Stephane Demurget <demurgets@free.fr>
26646         Synced Naba's fix and mine about the wizards not working and removed
26647         anjuta.prj to avoid a nasty checkin.
26649         * Makefile.am: removed the install-data-local rule.
26651         * data/Makefile.am: changed the list of files.
26653         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26655         * .cvsignore: added anjuta.prj for the same reason.
26658 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26660         * src/source.c: Fixed a bug that fails new gnome projects to get
26661           created.
26663         * src/project_manager.c: Fixed a bug that disables storing recent
26664           project history.
26666         * Makefile.am: Added stuffs to install the macro files in the
26667           anjuta share file.
26670 2001-08-14  Stephane Demurget <demurgets@free.fr>
26672         * data/Makefile.am: added some rules to support the gnome/ macros
26673           dir in order to make the wizards work again.
26675         * anjuta.spec.in: upped the release number.
26678 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26680         * configure.in (ALL_LINGUAS): Added pl.
26683 2001-08-09  Stephane Demurget <demurgets@free.fr>
26685         * anjuta.spec.in: fixed the doc files list.
26688 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26690         * src/about.c: corrected my email address. :-)
26691         
26692         * TODO: Updated.
26693         
26694         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26695          (patch from Andy Piper <squiggle@ukgateway.net>)
26697 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26699         * debugger.c: Fixed a bug associated with debugging threaded
26700           application.
26701         
26702         * text_editor_menu.c: Fixed broken ui in text editor
26703           pop up menu.
26704           
26705         * text_editor_menu.c: Now the option sub menu in text editor pop up
26706           works.
26707         
26708         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26709                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26710         
26711 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26713         * src/text_editor_menu.c: Added menu item for context help
26714           (patch from Andy Piper <squiggle@ukgateway.net>)
26715         
26716 2001-08-06  Stephane Demurget <demurgets@free.fr>
26718         * ccview/cccproj.cc: added missing i18n strings.
26720         * data/welcome.txt: bumped version to 0.1.6.
26722         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26724 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26725         
26726         * help.c, help.h: Added support for DevHelp context sensitive help
26727                 and gnome api browsing.
26728         * Fixed toolbars and editor views "not save" bug.
26729         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26730           (patch from Andy Piper <squiggle@ukgateway.net>)
26731         * Updated THANKS and chapter15.sgml for uk and ru translators.
26733 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26735         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26736         * Updated configure.in to include these changes
26737         
26738 2001-08-03  Stephane Demurget <demurgets@free.fr>
26740         * src/project_dbase_gui.c: fixed bug #446963
26741           (on_project_dbase_ccview_update_start),
26742           (on_project_dbase_ccview_update_end): added.
26743           These two respectively disable and enable close file/project
26744           menu entries and toolbar items, while the ccview part updates
26745           its tag database.  
26748 2001-08-03  Stephane Demurget <demurgets@free.fr>
26750         * configure.in: added sv to the ALL_LINGUAS list.
26751         
26753 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26755         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26756                 file to work: merge translations and distribute it.
26758         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26760         * NEWS, README, THANKS & TODO: Spelling fixes.
26762 2001-08-01  Stephane Demurget <demurgets@free.fr>
26764         * README: updated requirements.
26766         * scintilla/Makefile.am,
26767           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26768           target can't be realized (custom build path).
26770         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26771           Removed install-data-local.
26773         * src/compiler_options.c: changed the include paths of the pixmaps.
26774           we hadn't any warning because of the include paths passed to the
26775           compiler. Thanks to make distcheck for reporting this.
26778 2001-07-31  Stephane Demurget <demurgets@free.fr>
26780         * NEWS, THANKS: updated.
26782         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26783           fixed to show the correct kernel signal number and its description.
26785         * widgets/gnomefilelist.c: fixed bug #445756
26786           (goto_last): renamed to goto_prev and changed according to goto_next.
26787           (goto_next): added.
26788           (goto_directory): removed.
26789           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26790           returned value is now the position in the list.
26791           (check_ok_button_cb): changed the back check and added one for next.
26792           (gnome_filelist_set_dir): the check in history make it wouldn't be
26793           a "true" history. polished the whole thing, using set_dir_internal.
26794           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26795           there's no check in the history when using back or next.
26797         * manuals/*: added missing .cvsignore files.
26800 2001-07-30  Stephane Demurget <demurgets@free.fr>
26802         * po/fr.po: updated to latest sources.
26804         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26805           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26806           to put off their sensitive attributes.
26808 2001-07-29  Stephane Demurget <demurgets@free.fr>
26809         
26810         * po/fr.po: fixed some grammar things.
26811           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26812           this out.
26813         
26814         * src/utilities.c: (file_is_link): use lstat instead of stat.
26816 2001-07-27  Naba Kumar <kh_naba@123india.com>
26817         
26818         * Remove help dir from cvs, because it is no longer
26819           needed.
26820         
26821         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26822           needed.
26824 2001-07-24  Naba Kumar <kh_naba@123india.com>
26826         * debugger.c: (debugger_update_prog_status): Fixed
26827                 the bug with gdb version 5. Debugger starts, when
26828                 step in/out/over etc are clicked.
26829         
26830         * debugger.c: All functions: added debugging codes.
26831         
26832         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26833         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26834           Modified to recognize non project files also.
26835           
26836         * source.c: (source_write_configure_in):
26837           Added source for 'prefix' counterparts for
26838           no-prefix AC_SUBST.
26839         
26840 2001-07-23  Naba Kumar <kh_naba@123india.com>
26841         
26842         * anjuta.c: added function anjuta_remove_text_editor();
26843           and suitably modified anjuta_remove_current_text_editor().
26844           
26845         * project_dbase.c: project_dbase_close(), Added code to
26846           close all opened files that belong to the project when
26847           the project is closed.
26848          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26849         
26850         * Updated the manuals/anjuta-manual subdir for GDP standards.
26851            (patch from Andy Piper <squiggle@ukgateway.net>)
26852         
26853         * main_menubar.h, main_menubar.def: Added Menu items to handle
26854           urls for library references, bugs, patches and feature request
26855           submission.
26856         
26857 2001-07-20  Naba Kumar <kh_naba@123india.com>
26858         
26859         * Set wmclass names in all windows.
26860           (patch from Andy Piper <squiggle@ukgateway.net>)
26861         * New splash logo from "Misha" <misha@phreaker.net>);
26863 2001-07-19  Naba Kumar <kh_naba@123india.com>
26864         
26865         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26866           set caret color, calltip back color and selection fore/back
26867           color.
26869 2001-07-18  Naba Kumar <kh_naba@123india.com>
26870         
26871         * project_dbase.c: Closes all files when project is closed.
26872          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26873          -- We still need to refine this as it closes all sort of files.
26874         
26875         * compiler_options.c: Fixed seg-fault bug when last item in
26876           compiler option lists is removed.
26877         
26878         * Fixed missing newline warnings during compilation.
26879           (patch from Andy Piper <squiggle@ukgateway.net>)
26881 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26883         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26884                 autogenerated no need to store'em in CVS.
26886         * ccview/.cvsignore: Addition of cvsignore.
26888 2001-07-17  Naba Kumar <kh_naba@123india.com>
26889         
26890         *GUI fixes and spell corrections
26891         (patch from Andy Piper <squiggle@ukgateway.net>)
26893 2001-07-15  Naba Kumar <kh_naba@123india.com>
26894         
26895         *Fixed double error message for file not found.
26896         
26897         *Put white backgrounds for png images.
26898         
26899         *Converted '-' to '_' in sgml files.
26901 2001-07-14  Naba Kumar <kh_naba@123india.com>
26902         
26903         * project_dbase.c: Short-cut for expand/collasp project tree
26904         
26905         * project_dbase_gui.c:
26906          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26908 2001-07-13  Naba Kumar <kh_naba@123india.com>
26909         
26910         * notebook.[h,c]: Added
26911          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26912         Project/message window now toggles on control and
26913         and notebook switch short-cut
26915 2001-07-7  Naba Kumar <kh_naba@123india.com>
26916         
26917         * Changed a new icon set which looks more gnomish.
26918         
26919         * Changed a new anjuta splash logo.
26920         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26922 2001-07-6  Naba Kumar <kh_naba@123india.com>
26923         
26924         * ccview/*: Integrated ccview for class view and file view
26925                 in the project Manager.
26926         
26927         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26929 2001-07-1  Naba Kumar <kh_naba@123india.com>
26930         
26931         * scintilla/*: Upgraded Scintilla to version 1.3.7
26932         
26933         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26934         
26935 2001-06-28  Naba Kumar <kh_naba@123india.com>
26936         
26937         * src/debugger.c: Correct step-over and step-out swapping.
26938         
26939         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26940           chapters and added more stuffs.
26942 2001-06-13  Naba Kumar <kh_naba@123india.com>
26943         
26944         * data/autogen.sh.gtkmm: Added
26945         
26946         * data/autogen.sh.gnomemm: Added
26947         
26948         * src/appwiz.c: Added two more application wizard templetes
26949         
26950         * src/project: for gtk-- and gnome-- and proper support
26951         
26952         * src/source.c: for c++ in the project configuration.
26953         
26954         * src/source.h:
26956 2001-05-05  Naba Kumar <kh_naba@123india.com>
26958         * Merged my pre-cvs modifications with 
26959           the current cvs copy.
26961         * (lot of files change).
26963         * Implemented session management.
26965         * Local installation possible by
26966           manageing our own pixmaps paths
26967           manupulations.
26968         
26969         * resources.h: Added.
26970         * resources.c: Added.
26972         * Fixed some bugs.
26973         
26974 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26976         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26977                 Corrected/extended ignores.
26979 2001-05-04  Naba Kumar <kh_naba@123india.com>
26981         * manuals/: dir tree added.
26982           Sgml documentation started in this dir.
26983           
26984         * omf-install/: dir tree added.
26985         
26986         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26987           Created initial document structure.
26988           
26989         * configure.in: Added test for scrollkeeper.
26990           Added some Makefile entries in AC_OUTPUT.
26991         
26992         * Makefile.am: Added subdir manuals/
26993         
26994         * HACKING: Wrote something stupid.
26996 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26998         * Makefile.am: Added ChangeLog in local data list, becaused it's
26999           needed to create a new project.
27000           
27001         * po/fr.po: minor fixes.
27003         * src/build_file.c, src/configurer.c, src/debugger.c,
27004           src/executer.c, src/find_replace.c, src/gnome_project.c,
27005           src/goto_line.c, src/launcher.c, src/messages.c, 
27006           src/preferences.c src/project_dbase.c: functions declared static.
27007           
27008         * widgets/gnomefilelist.c: Fixed a project creation bug,
27009           introduced with latest changes.
27011 2001-05-01  Stéphane Démurget <demurgets@free.fr>
27013         * widgets/gnomefilelist.c,
27014           BUGS: Fixed an annoying bug preventing from loading files/project
27015           given on the command line. Polished the whole gnome_filelist widget.
27017 2001-04-27  Stéphane Démurget <demurgets@free.fr>
27019         * src/main.c,
27020           src/anjuta.c,
27021           src/anjuta.h: Polished the command line parsing.
27023         * BUGS: Need to clean that damn gnome_filelist widget.
27025 2001-04-25  Stéphane Démurget <demurgets@free.fr>
27027         * src/registers.c,
27028           src/sharedlib.c,
27029           src/signals.c: Removed duplicated includes.
27031         * po/fr.po: minor fixes.
27033         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
27034           create_compiler_options_page? () declared static.
27035         * src/main.c,
27036           src/anjuta.c: Put a command line option for disabling
27037           the splashscreen.
27039         * src/preferences_gui.c: Fixed an internationalization issue,
27040           other functions declared static.
27042         * src/gnome_project.c: Fixed some memory leaks,
27043           new_prj_terminated () declared static. 
27045 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
27047         * configure.in: Sort ALL_LINGUAS alphabetically.
27049 2001-04-22  Stéphane Démurget <demurgets@free.fr>
27051         * Emptied that ugly old Changelog.
27053 == Anjuta 0.1.5 ===
27054 == Anjuta 0.1.4 ==
27056 2001-03-10 Naba kumar  <naba@gnome.org>
27058         * src/gnome_project.c: Fixed project dir creation bug.
27060         * src/text_editor.c: Fixed double accelerators bug.
27061         
27062         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
27064         * src/stack_trace.c, * src/compiler_options.c,
27065         data/internals.properties, src/defaults.c:
27066         Fixed pixmap creation with NULL window.
27068         * src/commands.c, src/preferences_gui.c, src/build_project.c
27069         src/clean_project.c: Bug fix.
27070         
27071         * src/main_menubar_def.h: i18n bug fix.
27072         
27073         * src/executer.h, src/executer.c: Bug fix.
27074         
27075         * src/controls.c: Bug fix.
27076         
27077         * src/debugger.c: Debugger now takes program args.
27078         
27079         * po/ja.po: Added japanese translation file.
27080         
27081         Upgraded to ver 0.1.4
27082         ... Fixed other minor bugs.
27084 == Anjuta 0.1.3 ===
27086 2001-XX-XX Naba kumar  <naba@gnome.org>
27088         * Lots of unaccountable changes. Integrated scintilla.
27089         Redesigned Project managemet. Added supports for other languages.
27090         Java style properties managements. .... blah blah
27091         
27092 2000-11-11 Naba kumar  <naba@gnome.org>
27094         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27095         Upgraded to version 0.1.3.
27097         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27098         Fixed to activate Debug->add watch properly.
27100 === Anjuta 0.1.2 beta_2 ===
27101 === Anjuta 0.1.2 ===
27103 2000-11-05 Naba kumar  <naba@gnome.org>
27105         * src/compiler_options.c, src/compiler_options_cbs.c
27106         src/compiler_options_cbs.h, src/compiler_options_gui.c
27107         src/anjuta2.c, extra/stock_libs.anj (new),
27108         extra/README.stock_libs (new), htmls/page13.html,
27109         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27110         added libraries. Stock libs provided for ease of entry. Modified
27111         help html file accordingly.
27113 2000-11-03 Naba kumar  <naba@gnome.org>
27115         * README: Minor fixes in Doc files.
27117         * src/gnome_prj.c, src/appwidzard_cbs.c:
27118         Fixed to ignore non-existant dir for blank prj.
27119         More checking in project creation, especially to confirm
27120         that the prj file already does not exist.
27122         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27124         * src/controls.c: Now Menu item "Format/Detach current document"
27125         is inactive when there is no document opened.
27127 === Anjuta 0.1.1 ===
27129 2000-11-01 Naba kumar  <naba@gnome.org>
27131         Completed and Release of first version (Beta) with lots of bugs.
27133 1999-12-27 Naba kumar  <naba@gnome.org>
27135         Anjuta project started.