* plugins/debug-manager/registers.c:
[anjuta-git-plugin.git] / ChangeLog
blob6105aef7949cbfc2dbb1ee081bfb93d654f90431
1 2008-03-17  Sébastien Granjoux  <seb.sfo@free.fr>
3         * plugins/debug-manager/registers.c:
4         Avoid a crash when debugger stop on an error
6         * plugins/debug-manager/start.c,
7         plugins/gdb/debugger.c,
8         libanjuta/interfaces/libanjuta.idl:
9         Display an error message when debugger target is not found
11 2008-03-15  Naba Kumar  <naba@naba-desktop>
13         * configure.in:
14         * data/Makefile.am:
15         * (removed) data/properties:
16         * (added) plugins/editor/properties:
17         * plugins/editor/Makefile.am:
19         Moved data/properties to plugins/editor/ and removed dead code from
20         Makefile.am files.
21         
22 2008-03-15  Naba Kumar  <naba@naba-desktop>
24         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize):
25         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
26         (macro_dialog_finalize):
27         * plugins/macro/macro-edit.c (macro_edit_dispose),
28         (macro_edit_finalize):
30         Fixed errors in previous patch.
31         
32 2008-03-15  Naba Kumar  <naba@naba-desktop>
34         Patch from Ignacio Casal Quinteiro:
36         * plugins/build-basic-autotools/build-basic-autotools.c (dispose),
37         (finalize):
38         * plugins/class-gen/plugin.c (dispose), (finalize):
39         * plugins/class-inheritance/plugin.c (class_inheritance_finalize),
40         (class_inheritance_dispose):
41         * plugins/cvs-plugin/plugin.c (finalize), (dispose):
42         * plugins/debug-manager/plugin.c (dma_plugin_dispose),
43         (dma_plugin_finalize):
44         * plugins/debug-manager/queue.c (dma_debugger_queue_dispose),
45         (dma_debugger_queue_finalize):
46         * plugins/devhelp/plugin.c (devhelp_finalize), (devhelp_dispose):
47         * plugins/document-manager/anjuta-docman.c (anjuta_docman_dispose),
48         (anjuta_docman_finalize):
49         * plugins/document-manager/plugin.c:
50         * plugins/editor/plugin.c (dispose), (finalize),
51         (editor_plugin_class_init):
52         * plugins/editor/text_editor.c (text_editor_dispose),
53         (text_editor_finalize):
54         * plugins/file-loader/plugin.c (dispose), (finalize),
55         (anjuta_file_loader_plugin_class_init):
56         * plugins/file-manager/plugin.c (file_manager_finalize),
57         (file_manager_dispose):
58         * plugins/file-wizard/plugin.c (dispose), (finalize),
59         (file_wizard_plugin_class_init):
60         * plugins/gdb/debugger.c (debugger_dispose), (debugger_finalize):
61         * plugins/gdb/plugin.c (gdb_plugin_dispose), (gdb_plugin_finalize):
62         * plugins/glade/plugin.c (glade_plugin_dispose),
63         (glade_plugin_finalize), (glade_plugin_class_init):
64         * plugins/gtodo/plugin.c (finalize), (dispose):
65         * plugins/gvim/plugin.c (anjuta_vim_plugin_finalize),
66         (anjuta_vim_plugin_dispose):
67         * plugins/indent/plugin.c (indent_plugin_finalize),
68         (indent_plugin_dispose):
69         * plugins/language-manager/plugin.c (language_manager_finalize),
70         (language_manager_dispose):
71         * plugins/language-support-cpp-java/plugin.c
72         (cpp_java_plugin_finalize), (cpp_java_plugin_dispose):
73         * plugins/macro/macro-db.c (macro_db_dispose), (macro_db_finalize),
74         (macro_db_class_init):
75         * plugins/macro/macro-dialog.c (macro_dialog_dispose),
76         (macro_dialog_finalize), (macro_dialog_class_init):
77         * plugins/macro/macro-edit.c (macro_edit_dispose),
78         (macro_edit_finalize), (macro_edit_class_init):
79         * plugins/macro/plugin.c (finalize), (dispose):
80         * plugins/message-view/anjuta-msgman.c (anjuta_msgman_dispose),
81         (anjuta_msgman_finalize):
82         * plugins/message-view/message-view.c (message_view_dispose),
83         (message_view_finalize):
84         * plugins/message-view/plugin.c (message_view_plugin_dispose),
85         (message_view_plugin_finalize):
86         * plugins/patch/plugin.c (patch_plugin_finalize),
87         (patch_plugin_dispose):
88         * plugins/profiler/plugin.c (profiler_finalize),
89         (profiler_dispose):
90         * plugins/project-import/plugin.c (dispose), (finalize),
91         (project_import_plugin_class_init):
92         * plugins/project-manager/plugin.c
93         (project_manager_plugin_finalize),
94         (project_manager_plugin_dispose):
95         * plugins/project-wizard/plugin.c (npw_plugin_dispose),
96         (npw_plugin_finalize), (npw_plugin_class_init):
97         * plugins/sample1/plugin.c (sample_plugin_finalize),
98         (sample_plugin_dispose):
99         * plugins/search/plugin.c (dispose), (finalize),
100         (search_plugin_class_init):
101         * plugins/sourceview/plugin.c (sourceview_plugin_finalize),
102         (sourceview_plugin_dispose):
103         * plugins/subversion/plugin.c (finalize), (dispose):
104         * plugins/symbol-browser/an_symbol.c (anjuta_symbol_finalize):
105         * plugins/symbol-browser/an_symbol_iter.c
106         (anjuta_symbol_iter_finalize), (anjuta_symbol_iter_dispose):
107         * plugins/symbol-browser/an_symbol_search.c
108         (an_symbol_search_dispose), (an_symbol_search_finalize):
109         * plugins/symbol-browser/an_symbol_view.c
110         (anjuta_symbol_view_finalize), (anjuta_symbol_view_dispose):
111         * plugins/symbol-browser/plugin.c (dispose), (finalize):
112         * plugins/symbol-db/plugin.c (symbol_db_finalize),
113         (symbol_db_dispose):
114         * plugins/terminal/terminal.c (terminal_plugin_dispose),
115         (terminal_plugin_finalize):
116         * plugins/tools/plugin.c (atp_plugin_dispose),
117         (atp_plugin_finalize), (atp_plugin_class_init):
118         * plugins/valgrind/plugin.c (valgrind_finalize),
119         (valgrind_dispose): Removed all GNOME_CALL* calls in plugins.
121 2008-03-15  Naba Kumar  <naba@gnome.org>
123         * TODO.tasks: Updated and marked debugger bounties completed.
124         
125 2008-03-12  Johannes Schmid  <jhs@gnome.org>
127         * plugins/language-support-cpp-java/plugin.c (extract_mode_line),
128         (get_line_indentation_base):
129         
130         #521847 – anjuta freez when edit file
132 2008-03-11  Johannes Schmid  <jhs@gnome.org>
134         Patch from Rob Bradford:
135         * plugins/build-basic-autotools/executer.c (execute_program):
136         520324 – Execute command is not overridable
137         
138         * plugins/sourceview/sourceview.c (on_insert_text):
139         Removed Debug print
141 2008-03-11  Johannes Schmid  <jhs@gnome.org>
143         Patch from James Liggett:
144         * plugins/subversion/plugin.c (activate_plugin):
145         521691 – Crash when click "Resolve Conflicts" without opened project
147 2008-03-11  Johannes Schmid  <jhs@gnome.org>
149         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
150         * plugins/language-support-cpp-java/cpp-java-utils.c:
151         * plugins/language-support-cpp-java/plugin.c
152         (get_line_indentation_base), (on_editor_char_inserted_cpp):
153         520415 – [PATCH] Problems in auto indentatation code,
154         520766 – Brace autocompletion (Patch from Ignacio Casal Quinteiro <nacho@gnome.org>)
155         
156         * plugins/sourceview/anjuta-view.c (anjuta_view_key_press_event),
157         (anjuta_view_button_press_event):
158         * plugins/sourceview/sourceview.c (on_insert_text),
159         (sourceview_adjustment_changed), (sourceview_new):
160         #520761 – Weirz behavior with popup
162 2008-03-03  Johannes Schmid  <jhs@gnome.org>
164         * libanjuta/anjuta-launcher.c (anjuta_launcher_initialize),
165         (anjuta_launcher_dispose), (anjuta_launcher_finalize),
166         (anjuta_launcher_set_env), (anjuta_launcher_fork_setenv),
167         (anjuta_launcher_fork):
168         * libanjuta/anjuta-launcher.h:
169         Add API to set environment variables for the forked process
170         
171         * plugins/build-basic-autotools/Makefile.am:
172         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
173         .glade:
174         * plugins/build-basic-autotools/build-basic-autotools.c
175         (build_set_env), (build_execute_command_full),
176         (build_execute_command), (build_configure_project),
177         (build_autogen_project):
178         * plugins/build-basic-autotools/build-basic-autotools.h:
179         * plugins/build-basic-autotools/build-options.c
180         (fill_options_combo), (build_dialog_configure):
181         * plugins/build-basic-autotools/build-options.h:
182         Use new launcher API to set CFLAGS when running configure. New configure dialog
183         which has predefined CFLAGS settings.
185         Fixes 520076 – [PATCH] Add support for setting custom CFLAGS from the UI
187 === anjuta 2.4.0 ===
189 2008-03-11  Naba Kumar  <naba@gnome.org>
191         * NEWS: Updated for 2.4.0 stable release.
192         * configure.in: Version bumped to 2.4.0
193         * TODO.tasks: Updated.
195 2008-03-10  Rob Bradford  <rob@robster.org.uk>
197         Reviewed by Naba Kumar  <naba@gnome.org>:
198         * global-tags/Makefile.am:
199         Revert change for #515954. This change was incorrect, the anjuta-tags
200         program is installed into the $(bindir) rather than the $(scriptdir).
202 2008-03-02  Naba Kumar  <naba@gnome.org>
204         * plugins/message-view/anjuta-msgman.h: Fixed a build error.
205         * configure.in: Added a requirement for scintilla editor plugin.
207 2008-03-02  Johannes Schmid  <jhs@gnome.org>
209         * plugins/message-view/anjuta-msgman.c
210         (anjuta_msgman_instance_init), (anjuta_msgman_append_view),
211         (anjuta_msgman_get_current_view), (anjuta_msgman_set_current_view):
212         * plugins/message-view/anjuta-msgman.h:
213         
214         Fixed anjuta_msgman_get_current_view() to access the notebook directly and
215         get rid of the cached current_view member.
216         Fixes #518469 – Save message buffer not working good
218 2008-03-01  Johannes Schmid  <jhs@gnome.org>
220         Patch by James Liggett:
221         * plugins/subversion/svn-command.h:
222         * plugins/subversion/svn-diff-command.c (svn_diff_command_run):
223         Fixed #519275 – Subversion should allow offline diffs   
225 2008-02-29  Johannes Schmid  <jhs@gnome.org>
227         * plugins/language-support-cpp-java/cpp-java-assist.c
228         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
229         Removed some debug code
230         
231         * plugins/sourceview/assist-tip.c (assist_tip_set_tips):
232         Escape tooltip text to avoid broken markup
234 2008-02-29  Johannes Schmid  <jhs@gnome.org>
236         * libanjuta/Makefile.am:
237         Fixed a build error when building with -j X
238         
239         * plugins/tools/scripts/prepare-changelog.pl:
240         Updated to latest script version in gnome svn
242 2008-02-28  Johannes Schmid <jhs@gnome.org>
244         * plugins/document-manager/anjuta-docman.c:
245         (anjuta_docman_page_destroy):
246         Do not unref widget because the GtkNotebook will unref them
247         
248         * plugins/file-manager/file-view.c: (file_view_refresh):
249         * plugins/search/search_preferences.c: (search_preferences_init):
250         Fixed a memory leaks
251         
252         * plugins/sourceview/sourceview.c: (sourceview_add_monitor),
253         (ieditor_get_offset), (ieditor_iface_init),
254         (idocument_get_filename), (ilanguage_get_supported_languages),
255         (autodetect_language):
256         
257         Fixed memory leaks and implemented ianjuta_editor_get_offset() which
258         was missing.
260 2008-02-28  Johannes Schmid <jhs@gnome.org>
262         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
263         Hide tooltip when Up, Down, Page_Up or Page_Down is pressed
265 2008-02-27  Naba Kumar  <naba@gnome.org>
267         * plugins/document-manager/plugin.c: (on_docman_auto_save): Reverted
268         string break. That was a mistake doing at this point.
270 === anjuta 2.3.5 ===
272 2008-02-26  Naba Kumar  <naba@gnome.org>
274         * plugins/document-manager/plugin.c: (on_docman_auto_save): Fixed a
275         crash when there is a modified new file open, a non-modified exiting
276         file open and autosave happen. Simplified error checking logic and
277         avoided memory corruption. Fixes bug #Bug 518716.
279 2008-02-25  Naba Kumar  <naba@gnome.org>
281         * NEWS: Updated for release 2.3.5
282         * configure.in: Bumped version to 2.3.5
284         * plugins/build-basic-autotools/build-basic-autotools.c:
285         (on_editor_changed): Avoid accessing text which is greater than
286         valid range.
288         * plugins/editor/text_editor_cbs.[c,h]: Removed dead code.
290 2008-02-25  Sébastien Granjoux  <seb.sfo@free.fr>
292         * plugins/debug-manager/breakpoints.c:
293         Fix #518329: Crash when adding breakpoint and other similar bugs
295 2008-02-25  Johannes Schmid <jhs@gnome.org>
297         * tagmanager/entry.c: (updateSortedFlag), (isCtagsLine),
298         (copyBytes), (copyFile), (openTagFile), (makeTagEntry):
299         Never call error() which calls exit()
300         #517646 – Anjuta exists with code 2 when i try to import gedit
302 2008-02-23  Johannes Schmid <jhs@gnome.org>
304         * plugins/sourceview/sourceview.c: (ieditor_insert):
305         Block insert_text signal when inserting manually.
307 2008-02-23  Johannes Schmid <jhs@gnome.org>
309         * plugins/sourceview/sourceview.c: (on_insert_text):
310         Fixed a problem with the "insert-text" signal that broke
311         copy&paste sometimes
313 2008-02-22  Johannes Schmid <jhs@gnome.org>
315         * plugins/language-support-cpp-java/plugin.c:
316         (get_line_indentation_base):
317         More fixes for comment handling and made the code
318         a lot simpler
320 2008-02-22  Johannes Schmid <jhs@gnome.org>
322         * plugins/sourceview/sourceview.c: (on_insert_text):
323         Fixed #517919 – Crash on pasting docblock
325 2008-02-20  Johannes Schmid <jhs@gnome.org>
327   Patch from James Liggett:
328         * plugins/profiler/profiler.glade:
329         Fix width options dialog. Translations are not longer cut off. (#516630)
331 2008-02-18  Johannes Schmid <jhs@gnome.org>
333         * plugins/sourceview/sourceview.c: (on_insert_text):
334         Do not change the iterator in the "insert-text" handler because
335         it has some strange side-effects when copying text
336         Fix useless free'ing in hover-leave that might have led to random
337         crashes
339 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
341         * plugins/debug-manager/start.c:
342         Avoid a glib warning if no project is loaded
344 2008-02-18  Sébastien Granjoux  <seb.sfo@free.fr>
346         * manuals/anjuta-manual/C/debugger.xml:
347         Remove warning about new debugger
349 2008-02-17  Johannes Schmid <jhs@gnome.org>
351         * manuals/anjuta-manual/figures/project-window.png:     
352         Use a smaller picture
354 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
356         * plugins/gdb/debugger.c:
357         Set breakpoint in file with uncommon characters in path name
359 2008-02-17  Johannes Schmid <jhs@gnome.org>
361         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
362         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
363         (icell_get_char):
364         * plugins/sourceview/sourceview.c: (on_insert_text):    
365         Fix "char-added" signal to pass the correct iterator
367 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
369         * plugins/gdb/debugger.c:
370         Load executable in gdb with space in path name 
372 2008-02-17  Johannes Schmid <jhs@gnome.org>
374         * plugins/language-support-cpp-java/plugin.c:
375         (get_line_indentation_base), (get_line_auto_indentation),
376         (on_auto_indent):
377         Some bugfixes and clean-ups in comment indentation code
378         
379         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
380         (anjuta_view_finalize), (anjuta_view_key_press_event):
381         * plugins/sourceview/sourceview.c: (on_insert_text),
382         (sourceview_create_highligth_indic), (sourceview_new):
383         Cleaned implementation of char-added signal by using "insert-text" signal
384         instead of filtering "key-press-event"
385         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
386         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
387         (iiter_diff):
388         Fixed implementation of get_character and return value of iiter_first() and
389         iiter_last();
391 2008-02-16  Johannes Schmid <jhs@gnome.org>
393         * plugins/valgrind/plugin.c: (valgrind_activate),
394         (ipreferences_merge), (ipreferences_unmerge):
395         * plugins/valgrind/vgactions.c: (vg_actions_run):
396         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
397         
398         Fixed crasher when starting valgrind because of strange prefs handling and
399         #516641 – Valgrind: Load Log does not clear list
401 2008-02-15  James Liggett  <jrliggett@cox.net>
403         * plugins/profiler/plugin.c:
404         (on_select_other_target_button_clicked):
405         Select the new custom target in the list so that the user sees it.
407         Bug 516630 – Selection custom binary in profiler is not
408         user-friendly.
410 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
412         * manuals/anjuta-manual/C/projects.xml:
413         Fix #515993: "Add package" button is "Add Package" in code
414         Fix #516727: "Build All" is "Build Project" in code
415         Fix #516728: "Clean All" is "Clean Project" in code
416         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
417         Fix #516730: Fix note title 
418         "Configure" is "Run Configure..." in code
420 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
422         * (added) manuals/anjuta-manual/C/figures/project-window.png,
423         (removed) manuals/anjuta-manual/C/figures/project_win.png,
424         manuals/anjuta-manual/C/projects.xml,
425         manuals/anjuta-manual/Makefile.am:
426         Fix #515207: Add a new project window screenshoot
427         Rename "Project View" to "Project window"
429 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
431         * plugins/project-import/project-import.c:
432         Fix #516743: Import project keeps an old date on project file
434         * plugins/project-manager/plugin.c:
435         Fix #516737: Import project doesn't load project with space in name
437 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
439         * plugins/debug-manager/command.c:
440         Destroy local variables on each step
442         * plugins/debug-manager/debug_tree.c,
443         plugins/debug-manager/watch.c,
444         plugins/debug-manager/locals.c,
445         plugins/gdb/debugger.c,
446         libanjuta/interfaces/libanjuta.idl:
447         Parse local variables scope (not used yet)
449 2008-02-15  James Liggett <jrliggett@cox.net>
451         reviewed by: Johannes Schmid <jhs@gnome.org>
453         * plugins/profiler/gprof-options.c: (setup_widgets),
454         (gprof_options_set_target), (gprof_options_has_target),
455         (gprof_options_get_string):
456         * plugins/profiler/gprof-options.h:
457         * plugins/profiler/plugin.c: (ifile_open):
458         516128 – crash in Anjuta IDE: selected profiler as the...
460 2008-02-14  Johannes Schmid <jhs@gnome.org>
462         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
463         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
464         * plugins/symbol-browser/an_symbol.c:
465         * plugins/symbol-browser/an_symbol_view.c:
466         (on_symbol_view_row_expanded):
467         Fixed some memory leaks (Remember to all free/unref everything that comes
468         from gtk_tree_model_get())
470 2008-02-14  Johannes Schmid <jhs@gnome.org>
472         * plugins/document-manager/search-box.c: (on_search_activated):
473         516377 – Status bar does not change its status of 'Search for .. continued at top'
474         (caused by differences between scintilla and sourceview)
476 2008-02-13  James Liggett <jrliggett@cox.net>
478         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
479         Output in UTF-8 format to avoid hangs with the editor. (#516014)
481 2008-02-14  Johannes Schmid <jhs@gnome.org>
483         * plugins/language-support-cpp-java/plugin.c:
484         (get_line_indentation_base), (get_line_auto_indentation),
485         (on_editor_char_inserted_cpp):
486         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
488 2008-02-13  Johannes Schmid <jhs@gnome.org>
490         * plugins/language-support-cpp-java/plugin.c:
491         (is_iter_inside_string), (get_line_auto_indentation):
492         Handle comments in the code and do not ask editor. Fixes scintilla
493         indentation (sourceview does not report comments anyway).
494         
495         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
496         Diff with correct sign (also fixes some issues with language-support)
498 2008-02-13  Johannes Schmid <jhs@gnome.org>
500         * plugins/language-support-cpp-java/plugin.c:
501         (get_line_indentation_base):
502         Act even more clever for comments. Indent /* */ comments correctly
503         for multilines
505 2008-02-13  Johannes Schmid <jhs@gnome.org>
507         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
508         Also set indentation size correctly, when tab size is set
509         by language support plugin
511 2008-02-13  Johannes Schmid <jhs@gnome.org>
513         * plugins/language-support-cpp-java/plugin.c:
514         (get_line_indentation_base):
515         
516         Indent lines after comments correctly
518 2008-02-13  Johannes Schmid <jhs@gnome.org>
520         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
521         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
522         * libanjuta/anjuta-launcher.h:
523         Some more fixes from symbol-db-branch
524         
525         * src/Makefile.am:
526         Move anjuta-shell to noinst_PROGRAMS as it is just a test
528 2008-02-12  Johannes Schmid <jhs@gnome.org>
530   Patch from Gennaro Bellizio <genbell@tiscali.it>:
531         * global-tags/Makefile.am:
532         * AUTHORS
533         #515954 – create_global_tags.sh: wrong anjuta-tags path
534         
535         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
536         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
537         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
538         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
539         (anjuta_launcher_fork):
540         * libanjuta/anjuta-launcher.h:
541         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
542         from symbol-db branch
544 2008-02-11  Johannes Schmid <jhs@gnome.org>
546         * plugins/file-manager/file-model.c: (file_model_expand_idle):
547   515868 – File browser only shows icons when activated
548   
549 2008-02-11  Johannes Schmid <jhs@gnome.org>
551         * plugins/file-manager/file-model.c: (file_model_expand_idle):
552         #515867 – Anjuta dies on startup
554 2008-02-11  Johannes Schmid <jhs@gnome.org>
556         * TODO.tasks: Marked subversion task as completed
558 === anjuta 2.3.4 ===
560 2008-02-11  Naba Kumar  <naba@gnome.org>
562         * configure.in: Bumped version to 2.3.4
564 2008-02-10  Naba Kumar  <naba@gnome.org>
566         * NEWS: Updated for release.
568 2008-02-10  Johannes Schmid <jhs@gnome.org>
570         * plugins/document-manager/anjuta-document-manager.plugin.in:
571         Added html, javascript and glade file types. This makes it possible to
572         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
573         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
574         
575         * plugins/file-wizard/anjuta-file-wizard.glade:
576         * plugins/gdb/anjuta-gdb.glade:
577         * plugins/project-wizard/anjuta-project-wizard.glade:
578         * plugins/search/anjuta-search.glade:
579         * plugins/terminal/anjuta-terminal-plugin.glade:
580         
581         Fixed some other translation issues (#507921)
583 2008-02-10  Naba Kumar  <naba@gnome.org>
585         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
586         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
588 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
590         * manuals/anjuta-manual/C/interface.xml,
591         manuals/anjuta-manual/C/introduction.xml,
592         manuals/anjuta-manual/C/preferences.xml,
593         manuals/anjuta-manual/C/fileoperations.xml,
594         manuals/anjuta-manual/C/projects.xml:
595         Fix spelling errors, including bug #515204, #515172, #515117
596         and #513892
598 2008-02-10  Naba Kumar  <naba@gnome.org>
600         * plugins/document-manager/plugin.c: Fixed stream comment and added
601         translator's comment for 'block comment', 'box comment' and 'stream
602         comment'
604 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
606         * plugins/debug-manager/command.c,
607         plugins/debug-manager/command.h,
608         plugins/debug-manager/breakpoints.c,
609         libanjuta/interfaces/libanjuta.idl:
610         Avoid adding the same breakpoint several times
612         * plugins/gdb/debugger.c:
613         Fix bug #515463: Deattaching process kill it
615 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
617         * manuals/anjuta-manual/C/debugger.xml:
618         Fix translation bug #515459 and #515460
620 2008-02-10  Johannes Schmid <jhs@gnome.org>
622   Patch from Rémi Cardona <remi@gentoo.org>
624         * plugins/build-basic-autotools/Makefile.am:
625         * plugins/cvs-plugin/Makefile.am:
626         * plugins/document-manager/Makefile.am:
627         * plugins/editor/Makefile.am:
628         * plugins/indent/Makefile.am:
629         * plugins/language-support-cpp-java/Makefile.am:
630         * plugins/message-view/Makefile.am:
631         * plugins/sourceview/Makefile.am:
632         * plugins/symbol-browser/Makefile.am:
633         * plugins/terminal/Makefile.am:
634         * scripts/build-schemas.mk:
635         * src/Makefile.am:
636   Fix #512531 – Parallel build fails
637   
638   * AUTHORS: Added Rémi
640 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
642         * plugins/debug-manager/queue.c:
643         Fix interrupt command, not working due to previous change
645 2008-02-10  Johannes Schmid <jhs@gnome.org>
647         * src/Makefile.am:
648         * src/anjuta-app.c:
649         * src/anjuta-callbacks.c (removed):
650         * src/anjuta-callbacks.h (removed):
651         
652         Removed (almost) empty files, fixes #515383 and #515388
654 2008-02-09  James Liggett <jrliggett@cox.net>
656         Reviewed by Naba Kumar  <naba@gnome.org>:
658         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
659         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
660         * plugins/subversion/svn-command.c:
661         (svn_command_make_canonical_path):
662         * plugins/subversion/svn-command.h:
663         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
664         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
665         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
666         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
667         * plugins/subversion/svn-remove-command.c:
668         (svn_remove_command_new):
669         * plugins/subversion/svn-status-command.c:
670         (svn_status_command_new):
671         * plugins/subversion/svn-switch-command.c:
672         (svn_switch_command_new):
673         * plugins/subversion/svn-update-command.c:
674         (svn_update_command_new):
675         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
676         die if the user gives a path that libsvn doesn't like. 
677         
678         Fixes bug #515500
680 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
682         * plugins/debug-manager/command.c,
683         plugins/debug-manager/command.h,
684         plugins/debug-manager/queue.c:
685         Fix crashes when trying to stop the debugger while it is busy
687 2008-02-08  Johannes Schmid <jhs@gnome.org>
689   Patch from Rodrigo Moya <rodrigo@novell.com>
691         * plugins/glade/plugin.c: (ifile_open):
692         * plugins/symbol-browser/test-class.cpp:
693         * AUTHORS: Added Rodrigo
694         
695         #514732 – 64 bit compliation error
696         #514733 – Use of uninitialized variables
698 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
700         * manuals/anjuta-manual/C/debugger.xml:
701         Fix translation bug #514494 and bug #514440
703 2008-02-05  Massimo Cora'  <maxcvs@email.it>
705         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
706         Fix a compile error added in the previous patch
708 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
710         * plugins/profiler/gprof-view.c,
711         plugins/class-inheritance/class-callbacks.c,
712         plugins/class-inheritance/class-inherit.c,
713         plugins/symbol-browser/an_symbol.c,
714         plugins/symbol-db/symbol-db-engine-iterator-node.c,
715         libanjuta/interfaces/libanjuta.idl:
716         Change ianjuta_symbol_file function to ianjuta_symbol_uri
718 2008-02-04  Johannes Schmid <jhs@gnome.org>
720         * plugins/search/anjuta-search.glade: Fixed typo
722 2008-02-03  Johannes Schmid <jhs@gnome.org>
724         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
725         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
726         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
727         .glade:
728         * plugins/build-basic-autotools/build-basic-autotools.c:
729         (build_get_context), (build_configure_project):
730         * plugins/class-gen/anjuta-class-gen-plugin.glade:
731         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
732         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
733         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
734         * plugins/devhelp/plugin.c: (devhelp_activate):
735         * plugins/editor/Makefile.am:
736         * plugins/editor/anjuta-editor-scintilla.glade:
737         * plugins/editor/text_editor.c:
738         * plugins/editor/text_editor.h:
739         * plugins/editor/text_editor_menu.c (removed):
740         * plugins/editor/text_editor_menu.h (removed):
741         * plugins/file-wizard/anjuta-file-wizard.glade:
742         * plugins/gtodo/notification.c: (create_notification_window):
743         * plugins/gtodo/preferences.c: (preferences_widget):
744         * plugins/language-support-cpp-java/plugin.c:
745         (cpp_java_plugin_activate_plugin):
746         * plugins/message-view/anjuta-message-manager-plugin.glade:
747         * plugins/message-view/plugin.c: (activate_plugin):
748         * plugins/project-manager/plugin.c: (confirm_removal):
749         * plugins/search/anjuta-search.glade:
750         * plugins/search/plugin.c:
751         * plugins/search/search-replace.c: (nb_results_alert):
752         * plugins/subversion/subversion-commit-dialog.c:
753         (on_subversion_commit_response):
754         * plugins/symbol-browser/plugin.c: (activate_plugin):
755         * plugins/valgrind/plugin.c: (on_menu_run_activate):
756         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
757         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
758         * src/anjuta.glade:
759         
760         Fixed translation bugs from #507921.
761         Removed unused files in scintilla plugin
763 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
765         * manuals/anjuta-manual/C/debugger.xml:
766         Fix bug #514124 and bug #514138: Wrong menu item name
768 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
770         * plugins/profiler/gprof-view.c,
771         plugins/symbol-browser/plugin.c,
772         plugins/class-inheritance/class-callbacks.c,
773         plugins/debug-manager/plugin.c,
774         plugins/tools/editor.c,
775         plugins/search/search-replace.c,
776         plugins/search/search-replace_backend.c,
777         plugins/search/search-replace_backend.h,
778         plugins/build-basic-autotools/build-basic-autotools.c,
779         plugins/document-manager/plugin.c,
780         plugins/document-manager/file_history.c,
781         plugins/document-manager/anjuta-docman.c,
782         plugins/document-manager/anjuta-docman.h,
783         plugins/document-manager/action-callbacks.c,
784         libanjuta/interfaces/libanjuta.idl:
785         Rename IAnjutaDocumentManager functions:
786         find_document_with_path, goto_file_line, goto_file_line_mark
787         and get_full_filename into
788         find_document_with_uri, goto_uri_line, goto_uri_line_mark
789         and get_uri
790         Fix search plugin to use an URI instead of a file path
791         Fix anjuta_docman_get_uri to always return an URI
793 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
795         * plugins/debug-manager/breakpoints.c:
796         Fix bug #514118: Rename Clear All Breakpoints to Remove
797         All Breakpoints
799 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
801         * manuals/anjuta-manual/C/debugger.xml:
802         Update debugger documentation
804 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
806         * plugins/debug-manager/sharedlib.c,
807         plugins/debug-manager/anjuta-debug-manager.glade,
808         plugins/debug-manager/queue.c,
809         plugins/tools/execute.c,
810         plugins/tools/anjuta-tools.glade,
811         plugins/tools/editor.c,
812         plugins/project-wizard/templates/terminal.wiz,
813         plugins/project-wizard/templates/xlib-dock.wiz,
814         plugins/project-wizard/templates/wxwin.wiz,
815         plugins/project-wizard/templates/java.wiz,
816         plugins/project-wizard/templates/gnome.wiz,
817         plugins/project-wizard/templates/anjuta-plugin.wiz,
818         plugins/project-wizard/templates/gtkmm.wiz,
819         plugins/project-wizard/templates/python.wiz,
820         plugins/project-wizard/templates/cpp.wiz,
821         plugins/project-wizard/templates/sdl.wiz,
822         plugins/project-wizard/templates/gtk.wiz,
823         plugins/project-wizard/templates/minimal.wiz,
824         plugins/project-wizard/templates/xlib.wiz,
825         plugins/project-wizard/templates/gcj.wiz,
826         plugins/gdb/plugin.c,
827         plugins/gdb/debugger.c,
828         libanjuta/anjuta-plugin-manager.c:
829         Partial fix of #507921: translation issues in debug-manager, tools,
830         project-wizard, gdb and anjuta-plugin-manager.
832 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
834         * plugins/debug-manager/queue.c:
835         Debugger Local, Stack and Thread windows were missing due to
836         the previous change.
838 2008-02-02  Johannes Schmid <jhs@gnome.org>
840         * manuals/anjuta-manual/Makefile.am:
841         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
842         causes make install to fail
844 2008-02-02  Johannes Schmid <jhs@gnome.org>
846         * plugins/macro/macros.xml:
847         #495511 – Header_h macro correction
849 2008-02-02  Johannes Schmid <jhs@gnome.org>
851         * plugins/patch/patch-plugin.glade:
852         gtk-apply is not translatable...
854 2008-02-02  Johannes Schmid <jhs@gnome.org>
856         * plugins/build-basic-autotools/build-basic-autotools.c:
857         (on_build_mesg_format):
858         
859         Also check for untranslated messages from make. Should fix 
860         #511981 – Error parsing make output
862 2008-02-02  Johannes Schmid <jhs@gnome.org>
864         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
865         .glade:
866         
867         Fixed #511010 – [UI] Execute program utility window
869 2008-02-02  Johannes Schmid <jhs@gnome.org>
871         * src/anjuta.glade:
872         Fixed #509908 – [UI] Problems with the General settings tab
874 2008-02-02  Johannes Schmid <jhs@gnome.org>
876         * manuals/anjuta-manual/C/fileoperations.xml:
877         Fixed #513730 – Option not present in the GUI po file
879 2008-02-02  Johannes Schmid <jhs@gnome.org>
881         * plugins/sourceview/anjuta-editor-sourceview.glade:
882         Adjust preferences default values
884 2008-02-02  Johannes Schmid <jhs@gnome.org>
886         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
887         Fixed #512535 – Open files tabs' position is correctly remembered 
888         but not applied at startup
890 2008-02-02  Johannes Schmid <jhs@gnome.org>
892         * plugins/search/search-replace.c: (on_message_clicked):
893         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
894         fix clicking on search result messages
896 2008-02-01  James Liggett <jrliggett@cox.net>
898         * plugins/subversion/svn-command.c: (on_svn_notify):
899         Fixed wrong status message output when resolving conflicts.
901 2008-02-02  Johannes Schmid <jhs@gnome.org>
903         * configure.in: Require GtkSourceView 2.1.2
904         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
905         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
906         (imark_is_marker_set), (imark_delete_all_markers),
907         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
908         
909         Adapted to API changes in GtkSourceView
911 2008-02-01  Johannes Schmid <jhs@gnome.org>
913         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
914         Fixed tabsize preference
916 2008-02-01  Johannes Schmid <jhs@gnome.org>
918         * manuals/anjuta-manual/C/fileoperations.xml:
919         * manuals/anjuta-manual/C/interface.xml:
920         Updated manual
921         
922         * manuals/anjuta-manual/Makefile.am:
923         * manuals/anjuta-manual/C/figures/*:
924         
925         Updated figures to be in clearlooks theme, removed old figures
927 2008-02-01  Johannes Schmid <jhs@gnome.org>
929         * plugins/patch/patch-plugin.glade:
930         * plugins/patch/plugin.c: (patch_plugin_activate):
931         Another UI issue with the patch plugin and silenced a compiler
932         warning
933         
934         Patch from James Liggett:
935         * plugins/profiler/gprof-call-graph-view.c:
936         (gprof_call_graph_view_create_columns):
937         * plugins/profiler/gprof-flat-profile-view.c:
938         (gprof_flat_profile_view_create_columns):
939         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
940         * plugins/profiler/gprof-view.h:
941         
942         Use two decimal places for float values in profiler views (#507831)
944 2008-02-01  Johannes Schmid <jhs@gnome.org>
946         * configure.in:
947         * plugins/editor/Makefile.am:
948         
949         Fixed #512751 – libgnomeprint unnecessary without scintilla
951 2008-01-31  Johannes Schmid <jhs@gnome.org>
953         * plugins/language-manager/languages.xml:
954         Added a pretty ugly string for C++ headers. Maybe we should rely
955         on mime-types instead...
957 2008-01-31  Johannes Schmid <jhs@gnome.org>
959         * plugins/language-support-cpp-java/cpp-java-assist.c:
960         (get_iter_column), (cpp_java_assist_get_calltip_context),
961         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
962         (on_assist_chosen), (cpp_java_assist_install):
963         * plugins/language-support-cpp-java/plugin.c:
964         (on_editor_char_inserted_cpp):
965         Removed annoying DEBUG_PRINTs
966         
967         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
968         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
969         * plugins/sourceview/sourceview.c: (iassist_show_tips):
970         
971         Fixed "jumping" tooltips, fixed indentation of brances
973 2008-01-31  Johannes Schmid <jhs@gnome.org>
975         * plugins/document-manager/plugin.c: (on_document_changed):
976         Fixed crash when closing anjuta after all document tabs have been closed
978 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
980         * plugins/debug-manager/anjuta-debug-manager.glade:
981         Fix #513485: wrong strings maked as translatable
983 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
985         * plugins/debug-manager/threads.c,
986         plugins/debug-manager/stack_trace.c:
987         Avoid crash when getting relative path from debugger (same fix
988         than for #510028)
990         * plugins/debug-manager/queue.c:
991         Emit all state changes notification
993         * plugins/debug-manager/start.c:
994         Fix #511586: Project path with "+" not working in debugger
996 2008-01-31  Johannes Schmid <jhs@gnome.org>
998         * plugins/patch/patch-plugin.glade:
999         Fixed button ui problem...
1000         
1001         Patch from James Liggett:
1002         * plugins/profiler/gprof-call-graph-block-entry.c:
1003         (gprof_call_graph_block_primary_entry_new),
1004         (gprof_call_graph_block_secondary_entry_new):
1005         * plugins/profiler/gprof-flat-profile-entry.c:
1006         (gprof_flat_profile_entry_new):
1007         
1008         Fix #507831 - Wrong Profiler values for some locales
1010 2008-01-31  Johannes Schmid <jhs@gnome.org>
1012         * plugins/sourceview/anjuta-editor-sourceview.glade:
1013         * plugins/sourceview/sourceview-prefs.c:
1014         * plugins/sourceview/sourceview.c: (sourceview_finalize):
1015   
1016   Fixed Editor->View popup menu for those entries that are appropriate for
1017   sourceview    
1019 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1021         * plugins/debug-manager/breakpoints.c:
1022         Fix #512901: Crash when adding a breakpoint
1024         * plugins/debug-manager/queue.c:
1025         Remove a possible memory leak
1027 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1029         * plugins/debug-manager/data_view.c,
1030         plugins/debug-manager/sparse_view.c,
1031         manuals/anjuta-manual/C/debugger.xml:
1032         Fix #513130, #513131 #513135: Wrong menu item names and errors
1033         in the documentation
1035 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
1037         * plugins/tools/editor.c:
1038         ianjuta_document_manager_find_document_with_path expect an uri not
1039         a path
1041 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
1043         * manuals/reference/libanjuta/libanjuta-docs.sgml,
1044         manuals/reference/libanjuta/libanjuta-sections.txt,
1045         libanjuta/interfaces/libanjuta.idl:
1046         Documentation fixes for IAnjutaDebugger* interfaces
1048 === anjuta 2.3.3 ===
1050 2008-01-27  Naba Kumar  <naba@gnome.org>
1052         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
1053         rpm spec file.
1055         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
1056         (value_added_current_editor), (value_removed_current_editor):
1057         Removed dead code.
1059         * TODO.tasks: Updated.
1061         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
1062         scrollwindow shadow in.
1064         * plugins/editor/anjuta-editor-scintilla.glade:
1065         * plugins/editor/style-editor.c: (create_style_editor_gui):
1066         Set style window transient and cetered for preferences window.
1067         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
1069         * plugins/editor/anjuta-editor-scintilla.glade:
1070         Fixes Bug #427108 - Scintilla plugin configuration folding-style
1071         setting not working
1073         * configure.in, NEWS: Updated for release 2.3.3
1075 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1077         * plugins/debug-manager/anjuta-debug-manager.glade:
1078         Fix #512224: Use a string in english
1080 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1082         * plugins/build-basic-autotools/build-basic-autotools.c:
1083         ianjuta_document_manager_goto_file_line_mark needs an uri and
1084         not a file path
1086 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
1088         * plugins/symbol-browser/plugin.c,
1089         plugins/symbol-browser/an_symbol_view.c:
1090         use gnome_vfs_get_uri_from_local_path to get local path from uri
1091         This takes care of escaping some characters
1093 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
1095         * plugins/debug-manager/stack_trace.c:
1096         Probably fix #510028: crash debugger when having a relative filename
1097         in stack trace
1099 2008-01-25 Tom <tpgww@onepost.net>
1101         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1103         * plugins/document-manager/plugin.c,
1104         plugins/document-manager/file_history.c,
1105         plugins/document-manager/file_history.h,
1106         plugins/document-manager/anjuta-docman.c,
1107         plugins/document-manager/anjuta-docman.h:
1108         Rename filename argument to uri when an uri is expected
1109         anjuta_docman_get_document_for_uri will remove symlinks 
1111 2008-01-25  Naba Kumar  <naba@gnome.org>
1113         * plugins/terminal/terminal.c: (terminal_execute),
1114         (activate_plugin):
1115         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
1117 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
1119         * plugins/debug-manager/anjuta-debug-manager.glade,
1120         plugins/debug-manager/start.c:
1121         Fix #511049: Change UI of add source directories dialog
1123 2008-01-24  Naba Kumar  <naba@gnome.org>
1125         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
1126         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
1127         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
1128         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
1129         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
1130         should work now.
1132 2008-01-24  Johannes Schmid <jhs@gnome.org>
1134         Patch from: Luca Ferretti <ella.uca@libero.it>:
1136         * plugins/document-manager/anjuta-docman.c:
1137         (anjuta_docman_page_init), (anjuta_docman_class_init):
1138         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
1139         
1140         Fix #511757 – Close icon in tabs cut off (Patch was only for
1141         document-manager, also adapted it for message-manager)
1143 2008-01-24  Johannes Schmid <jhs@gnome.org>
1145         * plugins/Makefile.am:
1146         * plugins/sourceview/anjuta-document.c:
1147         * plugins/sourceview/anjuta-marshal.list:
1148         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
1149         (anjuta_view_key_press_event):
1150         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
1151         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
1152         (iiter_diff), (iiter_iface_init):
1153         * plugins/sourceview/sourceview.c: (on_document_char_added),
1154         (ieditor_goto_position), (ieditor_get_text),
1155         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
1156         (ieditor_erase), (ieditor_get_line_from_position),
1157         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
1158         (ieditor_get_position_from_offset), (ieditor_get_start_position),
1159         (ieditor_get_end_position), (ieditor_goto_start),
1160         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
1161         (iconvert_to_lower), (iindic_set), (iassist_suggest),
1162         (iassist_show_tips):
1163         
1164         Implemented new iterators interface in sourceview editor and
1165         re-enabled it.
1167 2008-01-23  Naba Kumar  <naba@gnome.org>
1169         * libanjuta/interfaces/libanjuta.idl:
1170         * manuals/reference/libanjuta/libanjuta-sections.txt:
1171         * plugins/build-basic-autotools/build-basic-autotools.c:
1172         (build_indicator_location_set), (on_editor_changed):
1173         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
1174         * plugins/debug-manager/variable.c: (get_hovered_word):
1175         * plugins/document-manager/action-callbacks.c:
1176         (on_editor_command_upper_case_activate),
1177         (on_editor_command_lower_case_activate):
1178         * plugins/document-manager/search-box.c: (on_incremental_search),
1179         (on_search_activated):
1180         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
1181         (iiter_last), (iiter_set_position), (iiter_get_position),
1182         (iiter_get_length), (iiter_compare), (iiter_diff),
1183         (iiter_iface_init):
1184         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
1185         (text_editor_goto_point), (itext_editor_goto_start),
1186         (itext_editor_goto_end), (itext_editor_goto_position),
1187         (itext_editor_get_text_all), (itext_editor_get_text),
1188         (itext_editor_get_position), (itext_editor_get_offset),
1189         (itext_editor_get_length), (itext_editor_insert),
1190         (itext_editor_erase), (itext_editor_erase_all),
1191         (itext_editor_get_column), (itext_editor_get_overwrite),
1192         (itext_editor_set_popup_menu),
1193         (itext_editor_get_line_from_position),
1194         (itext_editor_get_line_begin_position),
1195         (itext_editor_get_line_end_position),
1196         (itext_editor_get_position_from_offset),
1197         (itext_editor_get_start_position), (itext_editor_get_end_position),
1198         (itext_editor_iface_init), (iconvert_to_upper),
1199         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
1200         (iindicable_set):
1201         * plugins/editor/text_editor.h:
1202         * plugins/editor/text_editor_cbs.c:
1203         (on_text_editor_scintilla_notify):
1204         * plugins/indent/plugin.c: (on_indent_action_activate):
1205         * plugins/language-support-cpp-java/cpp-java-assist.c:
1206         (cpp_java_assist_get_scope_context),
1207         (cpp_java_assist_get_pre_word),
1208         (cpp_java_assist_show_autocomplete),
1209         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
1210         (on_editor_char_added), (on_assist_chosen):
1211         * plugins/language-support-cpp-java/plugin.c:
1212         (get_line_indentation), (skip_iter_to_previous_logical_line),
1213         (skip_preprocessor_lines), (initialize_indentation_params),
1214         (set_line_indentation), (get_line_indentation_base),
1215         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
1216         (on_editor_char_inserted_java), (on_auto_indent):
1217         * plugins/macro/macro-actions.c: (match_shortcut):
1218         * plugins/macro/macro-dialog.c: (on_ok_clicked):
1219         * plugins/macro/plugin.c: (match_keyword):
1220         * plugins/search/plugin.c: (find_incremental):
1221         * plugins/search/search-replace.c: (search_and_replace),
1222         (search_start_over):
1223         * plugins/search/search-replace_backend.c:
1224         (file_buffer_new_from_te), (file_buffer_line_from_pos),
1225         (create_search_entries):
1226         * plugins/symbol-browser/plugin.c:
1227         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1228         (isymbol_manager_iface_init):
1229         * plugins/symbol-db/plugin.c:
1230         (on_editor_buffer_symbols_update_timeout), (on_char_added),
1231         (isymbol_manager_iface_init):
1232         * plugins/tools/execute.c: (atp_output_context_construct),
1233         (atp_output_context_destroy), (atp_user_tool_execute):
1235         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
1236         iterators instead of integer offsets.
1237         - Renamed original ianjuta_editor_get_position(int) to 
1238         ianjuta_editor_get_offset(). It is deprecated.
1239         - Renamed original ianjuta_editor_get_position_iter() to
1240         ianjuta_editor_get_position().
1241         - Renamed ianjuta_editor_get_cell_iter() to
1242         ianjuta_editor_get_position_from_offset()
1243         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
1244         - Added new methods:
1245         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
1246         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
1247         ianjuta_editor_goto_end().
1248         - All relevent signals and methods converted to use iterators.
1249         - All relevent plugins fixed to use new API.
1250         - Removed ianjuta_editor_cell_get_line() because it is provided by
1251         ianjuta_editor_get_line_from_position().
1252         - Removed ianjuta_symbol_manager_get_completions_at_position()
1253         because it not used anywhere and is not right to be there.
1254         - Updated IAnjutaEditable documentation.
1256         Updated IAnjutaIterable interface:
1257         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
1258         - Introduced 'end-iter' to point at the end of the list.
1259         - Updated IAnjutaIterable documentation.
1261         * plugins/Makefile.am:
1262         (Disabled sourceview plugin for now. Jhs is coming up with a patch
1263         for it soon).
1265 2008-01-22  Johannes Schmid <jhs@gnome.org>
1267         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
1268         * plugins/project-import/anjuta-project-import.glade:
1269         * plugins/project-import/anjuta-project-import.plugin.in:
1270         * plugins/project-wizard/anjuta-project-wizard.glade:
1271         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
1272         * plugins/project-wizard/druid.c: (npw_druid_new):
1273         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
1274         
1275         Fixed #465084 – wizard instead of assistant (only string changes...)
1277 2008-01-20  Rob Bradford  <rob@openedhand.com>
1279         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
1280         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
1281         coming up with the solution. (Bug: #510390.)
1283 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1285         * plugins/build-basic-autotools/executer.c:
1286         Fix #502508, use anjuta_launcher to keep program output
1288         * plugins/terminal/terminal.c:
1289         Remove unused child_initizlized member
1290         Start the shell on plugin activation
1292 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
1294         * plugins/debug-manager/sparse_buffer.c:
1295         Fix a crash when scrolling in the diassembly window
1297         * plugins/debug-manager/sparse_view.c:
1298         Small limit change using the same "unit" for both number
1300 2008-01-19  Naba Kumar  <naba@gnome.org>
1302         * plugins/language-support-cpp-java/cpp-java-assist.c:
1303         (cpp_java_assist_get_scope_context),
1304         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
1305         instead.
1307 2008-01-19  Johannes Schmid <jhs@gnome.org>
1309         * plugins/sourceview/anjuta-editor-sourceview.glade:
1310         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
1311         
1312         And even more strings...
1314 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1316         * plugins/project-wizard/templates/cpp/src/main.cc:
1317         Fix #498734, typing error in c++ project template
1319 2008-01-19  Johannes Schmid <jhs@gnome.org>
1321         * plugins/editor/text_editor.c: (text_editor_save_file):
1322         * plugins/macro/anjuta-macro.glade:
1323         * plugins/subversion/anjuta-subversion.glade:
1325         Fixed even more strings
1327 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1329         * plugins/language-support-cpp-java/cpp-java-assist.c:
1330         Fix bug #488519, remove critical warning (completion_cache == NULL
1331         is valid)
1333 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1335         * plugins/gdb/debugger.c:
1336         Enable logging of gdb communication with an environment variable
1338 2008-01-19  Naba Kumar  <naba@gnome.org>
1340         * plugins/editor/text-editor-iterable.c: (iiter_next),
1341         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
1342         editor native funtions to avoid round trips.
1344 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
1346         * plugins/editor/text_editor.c:
1347         Fix a bug due to the previous patch: Unable to save new file in 
1348         Scintilla
1350 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
1352         * plugins/debug-manager/disassemble.c,
1353         plugins/debug-manager/disassemble.h,
1354         plugins/debug-manager/registers.c,
1355         plugins/debug-manager/registers.h,
1356         plugins/debug-manager/memory.c,
1357         plugins/debug-manager/memory.h,
1358         plugins/debug-manager/command.c,
1359         plugins/debug-manager/command.h,
1360         plugins/debug-manager/queue.c,
1361         plugins/debug-manager/queue.h,
1362         plugins/debug-manager/breakpoints.c,
1363         plugins/debug-manager/stack_trace.c,
1364         plugins/debug-manager/threads.c,
1365         plugins/debug-manager/plugin.c,
1366         plugins/gdb/plugin.c,
1367         plugins/gdb/debugger.c,
1368         plugins/gdb/debugger.h,
1369         manuals/reference/libanjuta/libanjuta-sections.txt,
1370         manuals/reference/libanjuta/libanjuta.types,
1371         libanjuta/interfaces/libanjuta.idl:
1372         Use gulong instead of guint for addresses
1373         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
1374         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
1376         * plugins/gdb/anjuta-gdb.plugin.in:
1377         Remove reference to IAnjutaCpuDebugger (useless)
1379 2008-01-18  Johannes Schmid <jhs@gnome.org>
1381         * AUTHORS: Added Alexander
1383 2008-01-18  Johannes Schmid <jhs@gnome.org>
1385   Patch from: Alexander Korolyov <kilork@yandex.ru>
1387         * plugins/editor/text_editor.c: (load_from_file),
1388         (text_editor_save_file):
1389         
1390         Fixed symlinks (#510238) and file permission (#405321)
1391         handling for scintilla editor. 
1392   
1393 2008-01-17  Johannes Schmid <jhs@gnome.org>
1395         * plugins/document-manager/action-callbacks.c:
1396         (on_editor_command_select_all_activate),
1397         (on_editor_command_cut_activate),
1398         (on_editor_command_paste_activate),
1399         (on_editor_command_copy_activate),
1400         (on_editor_command_clear_activate):
1401   Resupport cut/copy/paste/clear on GtkEditables when those
1402   have focus. (Important for shortcuts to work).
1404         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1405         * plugins/document-manager/search-box.c: (on_search_activated):
1406         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1407         * plugins/patch/patch-plugin.c: (on_ok_clicked):
1408         * plugins/profiler/plugin.c: (profiler_get_data):
1409         * plugins/project-wizard/druid.c: (npw_druid_new):
1410         * plugins/project-wizard/install.c: (on_install_end_install_file):
1411         * plugins/sourceview/anjuta-editor-sourceview.glade:
1412         * plugins/subversion/anjuta-subversion.glade:
1413         * plugins/tools/anjuta-tools.glade:
1414         Various string fixes
1416 2008-01-17  Naba Kumar  <naba@gnome.org>
1418         Patch from James Liggett:
1420         * plugins/subversion/subversion-add-dialog.c:
1421         (on_subversion_add_response):
1422         * plugins/subversion/subversion-copy-dialog.c:
1423         (on_subversion_copy_response):
1424         * plugins/subversion/subversion-diff-dialog.c:
1425         (on_subversion_diff_response):
1426         * plugins/subversion/subversion-merge-dialog.c:
1427         (on_subversion_merge_response):
1428         * plugins/subversion/subversion-remove-dialog.c:
1429         (on_subversion_remove_response):
1430         * plugins/subversion/subversion-switch-dialog.c:
1431         (on_subversion_switch_response):
1432         * plugins/subversion/subversion-ui-utils.c: (check_input):
1433         * plugins/subversion/subversion-ui-utils.h:
1434         * plugins/subversion/subversion-update-dialog.c:
1435         (on_subversion_update_response):
1437         If the user doesn't enter any data for path or revision fields in
1438         certain SVN plugin dialogs, libsvn throws assertion failures and
1439         kills Anjuta. To avoid this, the validity of path and revision
1440         input data are checked before the command gets executed.
1442         Fixes Bug #509510 - Check input of some dialogs to avoid termination
1443         if user gives bad or no input
1445 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
1447         * plugins/document-manager/anjuta-docman.c:
1448         Fix #507627 memory tab stay active on debugger stop
1449         Remove two unused variables due to the previous patch
1451 2008-01-16  Johannes Schmid <jhs@gnome.org>
1453         * libanjuta/anjuta-plugin-manager.c:
1454         Fixed #508399 – When you enable a plugin, preferences don't show up
1456 2008-01-16  Rob Bradford  <rob@openedhand.com>
1458         Reviewed by: Johannes Schmid <jhs@gnome.org>
1460         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1461         (get_property_value_as_string), (set_property_value_as_string),
1462         (register_callbacks):
1463         * libanjuta/anjuta-preferences.h:
1464         Add support for both file and folder preferences (originally only
1465         folder choosers were supported. (Fixes bug: #508805.)
1467         * plugins/file-manager/file-manager.glade:
1468         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1469         type of property.
1471 2008-01-16  Johannes Schmid <jhs@gnome.org>
1473         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1474         .glade:
1475         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1476         * src/anjuta.glade:
1477         
1478         Fixed #509875 – The "Update globale tags" button wording is incorrect
1479         Fixed #509873 – Build Autotools Preferences has excessive padding
1480         Fixed #509872 – General Information labels are incorrectly aligned
1481         Fixed #509871 – General preferences has incorrect use of colons
1482         
1483 2008-01-16  Johannes Schmid <jhs@gnome.org>
1485         * plugins/document-manager/anjuta-document-manager.glade:
1486         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1488         Fixed #509865 – Incorrect padding in the Documents settings tabs
1489         Fixed #509867 – Create button contents is mis-aligned
1490         Fixed #509869 – "Add Directory" button is not HIG complient
1492 2008-01-16  Johannes Schmid <jhs@gnome.org>
1494         * libanjuta/anjuta-preferences-dialog.c:
1495         (anjuta_preferences_dialog_add_page):
1496         
1497         Fix #509864 – No initial section selected when opening the Preferences dialog
1499 2008-01-16  Johannes Schmid <jhs@gnome.org>
1501         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1502         Removed unused gconf_notifications
1503         
1504         * plugins/search/anjuta-search.glade:
1505         * plugins/subversion/anjuta-subversion.glade:
1506         * plugins/tools/anjuta-tools.glade:
1507         * src/anjuta-app.c: (anjuta_app_instance_init):
1508         
1509         Fixed various strings
1511 2008-01-15  Naba Kumar  <naba@gnome.org>
1513         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1514         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1515         file saved
1517         * plugins/symbol-browser/an_symbol_view.c:
1518         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1519         new file saved.
1521 2008-01-15  Johannes Schmid <jhs@gnome.org>
1523         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1524         (anjuta_profile_add_plugins_from_xml):
1525         * plugins/file-manager/file-manager.glade:
1526         Some string fixes
1527         
1528         * libanjuta/interfaces/libanjuta.idl:
1529         Fixed docs
1530                 
1531         * plugins/sourceview/Makefile.am:
1532         * plugins/sourceview/anjuta-editor-sourceview.glade:
1533         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1534         (end_print), (print_setup), (sourceview_print),
1535         (sourceview_print_preview):
1536         * plugins/sourceview/sourceview.c: (iprint_print),
1537         (iprint_print_preview):
1538         
1539         Added printing support to GtkSourceView editor
1541 2007-01-14 Tom <tpgww@onepost.net>
1543         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1545         * plugins/document-manager/anjuta-docman.c:
1546         Fix two memory leaks added by the previous patch
1548 2008-01-14  Johannes Schmid <jhs@gnome.org>
1550         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1551         * plugins/sourceview/assist-window.c: (assist_window_move):
1552         
1553         Do not use opacity
1555 2008-01-14  Rob Bradford  <rob@openedhand.com>
1557         * global-tags/Makefile.am:
1558         * global-tags/create_global_tags.sh.in:
1559         Install anjuta-tags binary into FHS policy compliant directory and
1560         update references. (Fixes bug: 509346.)
1562 2008-01-13  Naba Kumar  <naba@gnome.org>
1564         Patch from: Ritesh Khadgaray
1565         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1566         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1567         Adds export-dynamic option to LDFLAGS to project template for libglade
1568         to work for autoconnect signals.
1570 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1572         * libanjuta/anjuta-utils.c:
1573         anjuta_util_get_real_path return a string that need to be freed
1574         with g_free even if PATH_MAX is not defined
1576 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1578         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1579         to DOC_LINGUAS.
1581 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1583         * plugins/document-manager/anjuta-docman.c:
1584         Do not reopen file having escaped character (+,...) in path name
1586 2008-01-13  Naba Kumar  <naba@gnome.org>
1588         * libanjuta/interfaces/libanjuta.idl:
1589         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1590         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1591         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1592         IAnjutaProjectManager::add_sources().
1594         * plugins/glade/plugin.c: (on_glade_resource_removed),
1595         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1596         stubs for handing resources in glade file.
1598 2008-01-13  Naba Kumar  <naba@gnome.org>
1600         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1602         * plugins/glade/plugin.c: (ifile_open): Select the first window
1603         in the glade project when it is first opened. Avoids empty glade
1604         document the first time.
1606 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1608   Reviewed by: Johannes Schmid <jhs@gnome.org>
1610         * plugins/gtodo/callback.c: (remove_todo_item):
1611         Fix #507304 – crash in Anjuta IDE while removing done tasks
1613 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1615         * plugins/debug-manager/anjuta-debug-manager.ui,
1616         plugins/debug-manager/plugin.c,
1617         plugins/debug-manager/start.h,
1618         plugins/debug-manager/start.c:
1619         New menu item to add extra source directories for debugger
1621 === anjuta 2.3.2 ===
1623 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1625         * plugins/gtodo/callback.c: (remove_todo_item):
1626         Fix #507304 – crash in Anjuta IDE while removing done tasks
1628 2008-01-11  Naba Kumar  <naba@gnome.org>
1630         * configure.in: Bumped version to 2.3.2
1631         * NEWS: Updated for anjuta 2.3.2 release
1632         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1633         not 'make tarball'
1635 2008-01-11  Johannes Schmid <jhs@gnome.org>
1637         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1638         .glade:
1639         Reverted accidently commited change
1640         
1641         * plugins/document-manager/anjuta-document-manager.glade:
1642         Fix Gtk-Critical because of broken glade file
1644 2008-01-11  Naba Kumar  <naba@gnome.org>
1646         * plugins/glade/plugin.c: (on_document_destroy),
1647         (glade_plugin_add_project): Fixed a bug where when more than one
1648         glade document is open and one is closed, it closes all the glade
1649         documents. Also it might have fixed the bug where sometimes closing
1650         the glade document leaves glade widget tree unclosed.
1652 2008-01-11  Naba Kumar  <naba@gnome.org>
1654         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1655         prevent install errors when not installed as root (then the files
1656         are only useful when glade-3 is installed in the same prefix, but it
1657         doesn't harm anjuta runtime).
1659         * plugins/sourceview/sourceview.c: Commented use of a file
1660         not currently distributed.
1662 2008-01-10  Naba Kumar  <naba@gnome.org>
1664         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1665         nothing to translate in it.
1667 2008-01-10  Johannes Schmid <jhs@gnome.org>
1669         * plugins/project-wizard/templates/gnome.wiz:
1670         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1671         * plugins/project-wizard/templates/gnome/src/main.c:
1672         * plugins/project-wizard/templates/translatable-strings.h:
1673         
1674         Fixed #508497 and added a new chooser to select whether to use
1675         libglade or not.
1677 2008-01-10  Johannes Schmid <jhs@gnome.org>
1679         Patch from Tom <tpgww@onepost.net>:
1681         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1682         (anjuta_util_glist_path_dedup):
1683         * libanjuta/anjuta-utils.h:
1684         
1685         Give the method a proper prefixed name
1686         
1687         * plugins/document-manager/action-callbacks.c:
1688         (get_current_popup_active),
1689         (on_editor_command_select_all_activate),
1690         (on_editor_command_cut_activate),
1691         (on_editor_command_paste_activate),
1692         (on_editor_command_copy_activate),
1693         (on_editor_command_clear_activate), (on_show_search),
1694         (on_repeat_quicksearch):        
1695         * plugins/document-manager/action-callbacks.h:
1696         * plugins/document-manager/anjuta-docman.c:
1697         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1698         (anjuta_docman_goto_file_line_mark),
1699         (anjuta_docman_get_full_filename):
1700         * plugins/document-manager/anjuta-docman.h:
1701         * plugins/document-manager/anjuta-document-manager.ui:
1702         * plugins/document-manager/plugin.c:
1703         (update_document_ui_interface_items):
1704         
1705         Better way to fix the popup-menu items (Cut/Copy/Paste)
1706         and various clean-ups.
1707         
1708         * plugins/document-manager/search-box.c: (on_document_changed),
1709         (search_box_fill_search_focus):
1710         * plugins/document-manager/search-box.h:
1711         * plugins/search/plugin.c:
1712         
1713         Add a menu item to repeat the quick search
1715 2008-01-10  Johannes Schmid <jhs@gnome.org>
1717         * plugins/language-support-cpp-java/cpp-java-assist.c:
1718         (on_assist_chosen):
1719         
1720         Fixed #508424 – Auto complete: previous char was removed when 
1721         pre TAB to auto complete.
1723 2008-01-10  Johannes Schmid <jhs@gnome.org>
1725         Patch from: James Ligett:
1727         * plugins/profiler/gprof-call-graph-view.c:
1728         (gprof_call_graph_view_create_columns):
1729         * plugins/profiler/gprof-flat-profile-view.c:
1730         (gprof_flat_profile_view_create_columns):
1731         
1732         Fixed translation issues (#496833)
1734 2008-01-10 Johannes Schmid <jhs@gnome.org>
1736         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1738         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1739         Fix #460390 – Changing categories while edinting something
1741 2008-01-09  Naba Kumar  <naba@gnome.org>
1743         * libanjuta/anjuta-plugin-manager.c:
1744         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1745         fixed a leak.
1747         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1748         corruption reported in bug #507491. Potentially fixes too.
1750 2008-01-09  Johannes Schmid <jhs@gnome.org>
1752         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1754         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1755         Fix bug #505205 completely
1756         
1757         * AUTHORS: Added Bolesław
1759 2008-01-08  Johannes Schmid <jhs@gnome.org>
1761         * plugins/document-manager/action-callbacks.c:
1762         (on_editor_command_cut_activate),
1763         (on_editor_command_paste_activate),
1764         (on_editor_command_copy_activate),
1765         (on_editor_command_clear_activate):
1766         
1767         Fixed editor popup menu (Cut, Copy, Paste)
1769 2008-01-08  Johannes Schmid <jhs@gnome.org>
1771         * plugins/sourceview/sourceview.c: (autodetect_language):
1772         Fixed a crash when creating a new file
1774 2008-01-08  Johannes Schmid <jhs@gnome.org>
1776         Patch by <bolekk@gmail.com> (GHOP Student)
1778         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1779         Fix bug #505205
1781 2008-01-08  Naba Kumar  <naba@gnome.org>
1783         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1784         * libanjuta/anjuta-plugin-manager.c:
1785         (anjuta_plugin_manager_select),
1786         (anjuta_plugin_manager_activate_plugins):
1787         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1788         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1789         (on_create_submenu), (create_open_with_submenu):
1790         * src/about.c: (on_about_plugin_activate),
1791         (about_create_plugins_submenu): Use translated version of get_string()
1792         API in AnjutaDescription for translatable properties. Fixes bug #496833
1793         comment #18.
1795 2008-01-07  Johannes Schmid <jhs@gnome.org>
1797         * plugins/build-basic-autotools/executer.c: (execute_program):
1798         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1799         * plugins/debug-manager/anjuta-debug-manager.glade:
1800         * plugins/debug-manager/locals.c: (create_locals_gui):
1801         * plugins/file-loader/plugin.c: (on_create_submenu):
1802         * plugins/gtodo/main.h:
1803         * plugins/gtodo/preferences.c: (preferences_widget):
1804         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1805         * plugins/tools/anjuta-tools.glade:
1806         * plugins/tools/execute.c: (atp_output_context_print):
1807         * src/main.c:
1808         
1809                 Another bunch of i18n fixes (#496833)
1811 2008-01-07  Johannes Schmid <jhs@gnome.org>
1813         * plugins/build-basic-autotools/build-basic-autotools.c:
1814         (on_build_terminated):
1815         * plugins/gtodo/interface.c: (set_read_only):
1816         * plugins/project-manager/plugin.c: (confirm_removal),
1817         (on_popup_add_to_project):
1818         * plugins/subversion/anjuta-subversion.glade:
1819         * plugins/tools/execute.c: (atp_output_context_print_result):
1820         
1821         Fixed some strings from #496833
1823 2008-01-07  Johannes Schmid <jhs@gnome.org>
1825         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1826         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1827         .in:
1828         * plugins/language-support-cpp-java/plugin.c: (install_support),
1829         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1830         Added basic Vala support
1831         
1832         * plugins/sourceview/sourceview.c: (autodetect_language):
1833         Fixed mime-type detection
1835 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1837   Reviewed by: Johannes Schmid <jhs@gnome.org>
1839         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1840         (value_removed_current_editor), (symbol_db_activate),
1841         (symbol_db_deactivate):
1842         * plugins/symbol-db/symbol-db-engine.c:
1843         (symbol_db_engine_get_global_members_filtered):
1844         * plugins/symbol-db/symbol-db-view.c:
1845         (do_add_child_symbol_to_view), (prepare_for_adding),
1846         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1847         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1848         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1849         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1850         (sdb_view_init), (sdb_view_finalize),
1851         (sdb_view_build_and_display_base_tree):
1852         * plugins/symbol-db/symbol-db-view.h:
1853         added controls to expand Global tab nodes in a non-freezing way.
1854         Fixed also some little bugs always on global-tab.
1856 2008-01-06  Naba Kumar  <naba@gnome.org>
1858         Patches from James Liggett:
1859         * plugins/profiler/gprof-call-graph-view.c:
1860         (gprof_call_graph_view_create_columns):
1861         * plugins/profiler/gprof-flat-profile-view.c:
1862         (gprof_flat_profile_view_create_columns):
1863         * plugins/profiler/gprof-function-call-tree-view.c:
1864         (gprof_function_call_tree_view_create_columns): Made all
1865         of the columns resizable and reorderable.
1867 2008-01-06  Johannes Schmid <jhs@gnome.org>
1869         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1870         (anjuta_launcher_check_password_real),
1871         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1872         (anjuta_launcher_scan_pty),
1873         (anjuta_launcher_disable_password_check):
1874         * libanjuta/anjuta-launcher.h:
1875         Added disable_password_check for stream where it does not make sense 
1876         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1877         that sometimes occur in symbol-db plugin
1878         
1879         * plugins/file-manager/file-model.c:
1880         (file_model_cancel_expand_idle):
1881         Fixed removing of idle source
1882         
1883         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1884         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1885         
1886         Fixed #348854 – invisible cursor in certain themes
1888 2008-01-06  Naba Kumar  <naba@gnome.org>
1890         * libanjuta/anjuta-preferences.c:
1891         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1892         closing preferences dialog due to patch in bug #507300
1894 2008-01-06  Naba Kumar  <naba@gnome.org>
1896         * plugins/language-support-cpp-java/cpp-java-assist.c:
1897         (on_assist_chosen):
1898         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1899         * plugins/search/search-replace_backend.c: (create_search_entries):
1900         Added missing unrefs.
1902 2008-01-06  Johannes Schmid <jhs@gnome.org>
1904         * plugins/debug-manager/variable.c: (get_hovered_word):
1905   Add a g_object_unref()  
1906         
1907         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1908         (on_sourceview_hover_leave):
1909         Fixed hover and editor interface to make hover in debugger work
1911 2008-01-06  Naba Kumar  <naba@gnome.org>
1913         * plugins/editor/text-editor.c: Whitespaces fixes.
1914         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1915         DEBUG_PRINT instead of g_message.
1917 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1919         * plugins/debug-manager/breakpoints.c:
1920         Fix #507441: Disable all breakpoints doesn't work
1921         Fix #507444: Enable Breakpoint menu item doesn't change name
1923 2008-01-05  Naba Kumar  <naba@gnome.org>
1925         * manuals/reference/libanjuta/libanjuta.types: Renamed
1926         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1928 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1930         * plugins/debug-manager/variable.c:
1931         Update variable display to use IAnjutaIterable instead of position
1933         * plugins/editor/text_editor_cbs.c,
1934         plugins/editor/text_editor.c:
1935         Fix Gtk critical warnings when a hover signal is emitted
1936         Fix get_text_iter in Scintilla (range should include last character)
1937         
1938 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1940         * plugins/debug-manager/debug_tree.c,
1941         plugins/debug-manager/debug_tree.h,
1942         plugins/debug-manager/watch.c,
1943         plugins/debug-manager/command.c,
1944         plugins/debug-manager/queue.c,
1945         plugins/gdb/plugin.c,
1946         plugins/gdb/debugger.c,
1947         plugins/gdb/debugger.h,
1948         libanjuta/interfaces/libanjuta.idl:
1949         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1951 2008-01-05  Naba Kumar  <naba@gnome.org>
1953         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1954         menus to avoid conflict with file open/save. Fixes bug #507455
1956 2008-01-05  Johannes Schmid <jhs@gnome.org>
1958         * configure.in:
1959         Conditionally depend on gtksourceview2 >= 2.1.0
1960         
1961         * libanjuta/interfaces/libanjuta.idl:
1962         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1963         iterators instead of positions
1964         
1965         * plugins/debug-manager/threads.c:
1966         Fixed a warnings by including gnome-vfs properly
1967         
1968         * plugins/debug-manager/variable.c: (get_hovered_word),
1969         (on_hover_over):
1970         Updated to changes in IAnjutaEditorHover/Selection
1971         
1972         * plugins/document-manager/action-callbacks.c:
1973         (on_editor_command_upper_case_activate),
1974         (on_editor_command_lower_case_activate):
1975         * plugins/document-manager/search-box.c: (on_incremental_search),
1976         (on_search_activated):
1977         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1978         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1979         (iselection_get_start), (iselection_get_end),
1980         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1981         * plugins/editor/text_editor_cbs.c:
1982         (on_text_editor_scintilla_notify):
1983         
1984         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1985         interface of scintilla editor.
1986         
1987         * plugins/language-manager/languages.xml:
1988         * plugins/language-manager/plugin.c:
1989         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1990         Added chdr to C language files and some DEBUG_PRINTs
1991         
1992         * plugins/language-support-cpp-java/cpp-java-assist.c:
1993         (on_assist_chosen):
1994         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1995         * plugins/search/plugin.c: (find_incremental):
1996         * plugins/search/search-replace.c: (search_and_replace):
1997         * plugins/search/search-replace_backend.c: (create_search_entries):
1998                 Adapted to changed interfaces
2000         * plugins/sourceview/Makefile.am:
2001         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
2002         (set_uri), (anjuta_document_save):
2003         * plugins/sourceview/anjuta-editor-sourceview.glade:
2004         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
2005         (anjuta_view_key_press_event):
2006         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
2007         * plugins/sourceview/sourceview-cell.c:
2008         (sourceview_cell_instance_init), (sourceview_cell_finalize),
2009         (icell_get_line), (icell_get_attribute), (icell_iface_init):
2010         * plugins/sourceview/sourceview-prefs.c: (get_bool),
2011         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
2012         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
2013         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
2014         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
2015         * plugins/sourceview/sourceview-private.h:
2016         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
2017         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
2018         (on_document_loaded), (sourceview_instance_init),
2019         (sourceview_dispose), (sourceview_finalize),
2020         (sourceview_create_markers), (sourceview_new),
2021         (ifile_savable_save), (ieditor_get_tab_size),
2022         (ieditor_set_tab_size), (ieditor_set_use_spaces),
2023         (ieditor_set_auto_indent), (ieditor_goto_line),
2024         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
2025         (iselect_block), (iselect_set), (iselect_get_start),
2026         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
2027         (imark_unmark), (imark_is_marker_set),
2028         (imark_location_from_handle), (imark_delete_all_markers),
2029         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
2030         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
2031         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
2032         (ilanguage_get_supported_languages), (autodetect_language),
2033         (ilanguage_set_language), (iassist_show_tips),
2034         (on_sourceview_hover_leave), (on_sourceview_hover_over),
2035         (ihover_display), (ihover_iface_init):
2036         
2037         Use GtkSourceView 2.1.x:
2038         * New mark interface
2039         * Fixed #486724 and #488615
2040         * Implemented hover interface
2041         * Adapted to changed interfaces
2043 2008-01-04  Rob Bradford  <rob@o-hand.com>
2045         Reviewed by Naba Kumar  <naba@gnome.org>:
2046         * libanjuta/anjuta-preferences.c:
2047         (anjuta_preferences_register_property_custom):
2048         Unregister preferences for custom preferences when the widget is
2049         destroyed.
2051 2008-01-03  Johannes Schmid <jhs@gnome.org>
2053         * plugins/file-manager/file-model.c: (file_model_row_expanded),
2054         (file_model_row_collapsed):
2055   Fixed the too method to take a correct data argument
2057 2008-01-02  Johannes Schmid <jhs@gnome.org>
2059         * plugins/document-manager/anjuta-docman.c:
2060         (anjuta_docman_add_document), (anjuta_docman_remove_document):
2061         ref and unref correctly to silence a Gtk+ critical
2063 2008-01-01  Johannes Schmid <jhs@gnome.org>
2065         * plugins/editor/text_editor.c: (itext_editor_get_text):
2066         Fixed #506740 – ianjuta_editor_get_text crash if request 
2067         text past the buffer length
2069 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
2071         * plugins/debug-manager/utilities.c,
2072         plugins/debug-manager/utilities.h,
2073         plugins/debug-manager/breakpoints.c:
2074         Move get_current_editor function in utilities.c
2076         * plugins/debug-manager/plugin.c,
2077         plugins/debug-manager/debug_tree.c,
2078         plugins/debug-manager/debug_tree.h,
2079         plugins/debug-manager/watch.c,
2080         plugins/debug-manager/watch.h,
2081         plugins/debug-manager/locals.c,
2082         plugins/debug-manager/locals.h,
2083         (added) plugins/debug-manager/variable.c,
2084         (added) plugins/debug-manager/variable.h,
2085         plugins/debug-manager/Makefile.am:
2086         Use hover interface to display variable value
2088 2007-12-31  Johannes Schmid <jhs@gnome.org>
2090         * libanjuta/Makefile.am:
2091         Only install glade catalog files if glade-3 is available
2092         (Fixes #506269 and #500296)
2094 2007-12-30  Johannes Schmid <jhs@gnome.org>
2096         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
2097         (set_property_value_as_string), (register_callbacks):
2099   Fixed GtkFileChooserButton preferences to also work when only the combo
2100   changes without a dialog being open.
2102 2007-12-29  Johannes Schmid <jhs@gnome.org>
2104         * plugins/editor/Makefile.am:
2105         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
2107 2007-12-29  Johannes Schmid <jhs@gnome.org>
2109         * plugins/devhelp/plugin.c: (devhelp_activate):
2110         Fixed #498986 - Anjuta-2.3.0 fails to build
2112 2007-12-29  Johannes Schmid <jhs@gnome.org>
2114         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
2115         * plugins/debug-manager/plugin.c:
2116         (on_run_to_cursor_action_activate):
2117         * plugins/document-manager/anjuta-docman.c:
2118         (anjuta_docman_goto_file_line_mark):
2119         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2120         (value_removed_current_editor):
2121         
2122         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
2123         all those to value_added_current_document...
2125         * plugins/editor/anjuta-editor-scintilla.glade:
2126         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
2127         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
2129 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2131   * plugins/symbol-db/plugin.c: (on_importing_project_end),
2132   (symbol_db_activate), (symbol_db_deactivate),
2133   (symbol_db_instance_init), (isymbol_manager_get_parents):
2134   * plugins/symbol-db/plugin.h:
2135   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2136   * plugins/symbol-db/symbol-db-engine.c:
2137   (symbol_db_engine_get_global_members_filtered):
2138   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
2139   (on_symbol_inserted):
2140   Filtered out static functions on global-tab. E.g. when flag
2141   is_file_scope = 1 we won't add entries there.
2142   Fixed a little bug on 'Global'->'Vars/Others' node too.
2144 2007-12-28  Johannes Schmid <jhs@gnome.org>
2146   * libanjuta/anjuta-launcher.c:
2147   Fixed a silly (and completely useless) memory corruption that probably 
2148   only occured at a few race conditions though I wonder why it did not 
2149         happen more often
2151 2007-12-28  Johannes Schmid <jhs@gnome.org>
2152         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
2153         * plugins/debug-manager/plugin.c: (set_program_counter):
2154         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
2155         * plugins/debug-manager/start.c: (get_source_directories):
2156         * plugins/debug-manager/threads.c: (on_info_thread),
2157         (on_list_thread):
2158         * plugins/file-manager/file-model.c: (file_model_set_property):
2159         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
2160         * plugins/tools/editor.c: (on_editor_response):
2161         
2162         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
2163         
2164         * plugins/document-manager/plugin.c: (update_title),
2165         (value_added_project_root_uri):
2166         * plugins/document-manager/plugin.h:
2167         Shorten down the title bar if the current path is inside the opened project
2169 2007-12-28  Massimo Cora'  <maxcvs@email.it>
2171         reviewed by: Johannes Schmid <jhs@gnome.org>
2173         * plugins/project-wizard/templates/java/project.anjuta:
2174         * plugins/project-wizard/templates/mkfile/project.anjuta:
2175         * plugins/project-wizard/templates/python/project.anjuta:
2176         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
2177         let new projects use new SymbolDB plugin.
2178         
2179         * plugins/symbol-browser/images/Makefile.am:
2180         added some images taken from MonoDevelop project.
2181         
2182         * plugins/symbol-db/plugin.c: (value_added_current_editor),
2183         (goto_file_line), (on_importing_project_end), (project_root_added),
2184         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
2185         (isymbol_manager_search):
2186         Added project-updating feature when opening a project with some files
2187   modified externally [e.g. a svn up].
2188         
2189         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2190         (sdb_engine_iterator_node_instance_init),
2191         (sdb_engine_iterator_node_finalize),
2192         (symbol_db_engine_iterator_node_set_conversion_hash):
2193         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
2194         * plugins/symbol-db/symbol-db-engine-iterator.c:
2195         (symbol_db_engine_iterator_new):
2196         * plugins/symbol-db/symbol-db-engine-iterator.h:
2197          Moved Hash table initialization into the engine. This proxies and
2198   speeds up the process of creation and iteration of a GdaDataModel.
2199         
2200         * plugins/symbol-db/symbol-db-engine.c:
2201         (sdb_engine_ctags_output_thread),
2202         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2203         (sdb_engine_scan_files_1), (sdb_engine_init),
2204         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
2205         (symbol_db_engine_add_new_workspace),
2206         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
2207         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
2208         (symbol_db_engine_get_sym_type_conversion_hash),
2209         (symbol_db_engine_update_files_symbols),
2210         (symbol_db_engine_update_project_symbols),
2211         (symbol_db_engine_update_buffer_symbols),
2212         (symbol_db_engine_get_class_parents),
2213         (symbol_db_engine_get_global_members_filtered),
2214         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
2215         (symbol_db_engine_get_scope_members_by_symbol_id),
2216         (symbol_db_engine_get_scope_members),
2217         (symbol_db_engine_get_current_scope),
2218         (symbol_db_engine_get_file_symbols),
2219         (symbol_db_engine_get_symbol_info_by_id),
2220         (symbol_db_engine_find_symbol_by_name_pattern),
2221         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2222         * plugins/symbol-db/symbol-db-engine.h:
2223         * plugins/symbol-db/symbol-db-view-locals.c:
2224         (sdb_view_locals_get_iter_from_row_ref),
2225         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
2226         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
2227         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2228         Changes on some queries fuctions and some fixes. Added *_filtered
2229   functions.
2230         
2231         * plugins/symbol-db/symbol-db-view.c:
2232         (do_add_child_symbol_to_view), (add_new_waiting_for),
2233         (prepare_for_adding), (on_symbol_inserted),
2234         (do_recurse_subtree_and_remove), (on_symbol_removed),
2235         (sdb_view_do_add_hidden_dummy_child),
2236         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
2237         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
2238         (sdb_view_locals_create_new_store), (sdb_view_init),
2239         (sdb_view_finalize), (sdb_view_class_init),
2240         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
2241         (symbol_db_view_get_pixbuf),
2242         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2243         New display for global tags. This is the definitive version, bugs apart.
2244         
2245         * plugins/symbol-db/tables.sql:
2246         fixed typo.
2248 2007-12-27  Naba Kumar  <naba@gnome.org>
2250         * libanjuta/interfaces/libanjuta.idl:
2251         * plugins/editor/aneditor-priv.h:
2252         * plugins/editor/aneditor.cxx:
2253         * plugins/editor/text_editor.c: (text_editor_instance_init),
2254         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
2255         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
2256         * plugins/editor/text_editor.h:
2257         * plugins/editor/text_editor_cbs.c:
2258         (on_text_editor_scintilla_notify):
2260         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
2261         related code in AnEditor. Fixed some compilation warnings.
2263 2007-12-26  Naba Kumar  <naba@gnome.org>
2265         * Changelog: Fixed indentation.
2267 2007-12-25  Naba Kumar  <naba@gnome.org>
2269         * plugins/editor/Makefile.am:
2270         * plugins/editor/editor.glade:
2271         * plugins/editor/plugin.c:
2272         * plugins/editor/style-editor.c:
2273         * plugins/sourceview/Makefile.am:
2274         * plugins/sourceview/plugin.c:
2275         * plugins/sourceview/sourceview.glade:
2276         * plugins/valgrind/Makefile.am:
2278         Renamed glade files to anjuta-editor-* to give name space for the
2279         schema files (because they are installed in system directory).
2281         * scripts/build-schemas.mk: Install the schemas files also (need for
2282         binary package installation/uninstallation).
2284 2007-12-25  Johannes Schmid <jhs@gnome.org>
2286         * plugins/language-support-cpp-java/plugin.c:
2287         (set_indentation_param_vim):
2288         
2289         Support some more vim modeline commands and shortcuts (#504331)
2291 2007-12-25  Johannes Schmid <jhs@gnome.org>
2293         Patches from James Liggett:
2294         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
2295         (anjuta_vcs_status_tree_view_init):
2296         * plugins/subversion/subversion-commit-dialog.c:
2297         (subversion_commit_dialog):
2298         * plugins/subversion/subversion-diff-dialog.c:
2299         (on_subversion_diff_response):
2300         * plugins/subversion/subversion-log-dialog.c:
2301         (on_log_view_selected_button_clicked),
2302         (on_log_diff_selected_button_clicked),
2303         (on_log_diff_previous_button_clicked):
2304         * plugins/subversion/subversion-resolve-dialog.c:
2305         (subversion_resolve_dialog):
2306         * plugins/subversion/subversion-revert-dialog.c:
2307         (subversion_revert_dialog):
2308         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
2309         (pulse_progress_bar), (hide_pulse_progress_bar),
2310         (disconnect_data_arrived_signals),
2311         (cancel_data_arrived_signal_disconnect):
2312         * plugins/subversion/subversion-ui-utils.h:
2313         
2314         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
2315         #505237 – Sort list of modified files
2317 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
2319         * plugins/gdb/debugger.c:
2320         Fix bug #491301: Inspecting a variable opens a bad focus dialog
2322 2007-12-23  Johannes Schmid <jhs@gnome.org>
2324         * plugins/language-support-cpp-java/plugin.c:
2325         (set_indentation_param_emacs), (set_indentation_param_vim),
2326         (parse_mode_line_emacs), (parse_mode_line_vim),
2327         (extract_mode_line), (initialize_indentation_params):
2329         Added (basic) support for vim modelines (#504331)
2331         * plugins/message-view/message-view.c: (message_view_next),
2332         (message_view_previous):
2333         
2334         Fixed next/previous message
2336 2007-12-23  Johannes Schmid <jhs@gnome.org>
2338         * libanjuta/anjuta-ui.h:
2339         Check for != NULL before unref'ing pixbuf (related to #497878)
2340         
2341         * plugins/devhelp/plugin.c: (register_stock_icons):
2342         * plugins/document-manager/anjuta-docman.c:
2343         (anjuta_docman_add_document):
2344         * plugins/glade/plugin.c: (on_close_activated),
2345         (register_stock_icons), (on_session_save),
2346         (glade_plugin_add_project):
2347         
2348         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
2349         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
2350         
2351         * plugins/language-support-cpp-java/plugin.c:
2352         (register_stock_icons):
2353         Fixed stock icon registration macros
2355 2007-12-23  Johannes Schmid <jhs@gnome.org>
2357         * global-tags/Makefile.am:
2358         * launcher/Makefile.am:
2359         * libanjuta/Makefile.am:
2360         * libegg/Makefile.am:
2361         * manuals/anjuta-faqs/Makefile.am:
2362         * manuals/anjuta-manual/Makefile.am:
2363         * manuals/reference/libanjuta/Makefile.am:
2364         * plugins/build-basic-autotools/Makefile.am:
2365         * plugins/class-gen/Makefile.am:
2366         * plugins/class-inheritance/Makefile.am:
2367         * plugins/cvs-plugin/Makefile.am:
2368         * plugins/debug-manager/Makefile.am:
2369         * plugins/devhelp/Makefile.am:
2370         * plugins/document-manager/Makefile.am:
2371         * plugins/editor/Makefile.am:
2372         * plugins/editor/scintilla/Makefile.am:
2373         * plugins/editor/scintilla/include/Makefile.am:
2374         * plugins/file-loader/Makefile.am:
2375         * plugins/file-manager/Makefile.am:
2376         * plugins/file-wizard/Makefile.am:
2377         * plugins/gdb/Makefile.am:
2378         * plugins/glade/Makefile.am:
2379         * plugins/gtodo/Makefile.am:
2380         * plugins/gvim/Makefile.am:
2381         * plugins/indent/Makefile.am:
2382         * plugins/language-manager/Makefile.am:
2383         * plugins/language-support-cpp-java/Makefile.am:
2384         * plugins/macro/Makefile.am:
2385         * plugins/message-view/Makefile.am:
2386         * plugins/patch/Makefile.am:
2387         * plugins/profiler/Makefile.am:
2388         * plugins/project-import/Makefile.am:
2389         * plugins/project-manager/Makefile.am:
2390         * plugins/project-wizard/Makefile.am:
2391         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
2392         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
2393         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2394         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2395         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
2396         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
2397         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
2398         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
2399         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2400         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2401         * plugins/sample1/Makefile.am:
2402         * plugins/search/Makefile.am:
2403         * plugins/sourceview/Makefile.am:
2404         * plugins/subversion/Makefile.am:
2405         * plugins/symbol-browser/Makefile.am:
2406         * plugins/symbol-db/Makefile.am:
2407         * plugins/symbol-db/test/Makefile.am:
2408         * plugins/terminal/Makefile.am:
2409         * plugins/tools/Makefile.am:
2410         * plugins/valgrind/Makefile.am:
2411         * src/Makefile.am:
2412         * tagmanager/Makefile.am:
2413         
2414         Replaces the deprecated "INCLUDES" in all Makefile.am's with
2415         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2416         warnings from illigel C++ compiler flags.
2418 2007-12-23  Johannes Schmid <jhs@gnome.org>
2420         Patch from Tom <tpgww@onepost.net>:
2421   
2422         * plugins/document-manager/anjuta-docman.c:
2423         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2424         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2425         (anjuta_docman_instance_init), (on_notebook_switch_page),
2426         (anjuta_docman_grab_text_focus):
2427         * plugins/document-manager/plugin.c: (on_document_added),
2428         (on_window_key_press_event), (on_window_key_release_event):
2429         
2430         Some more document-manager code cleanups and fixes.
2432 2007-12-23  Massimo Cora'  <maxcvs@email.it>
2434         * plugins/symbol-db/plugin.c: (register_stock_icons),
2435         (value_added_current_editor), (value_removed_current_editor),
2436         (on_importing_project_end), (project_root_removed):
2437         added controls to clean/populate GtkTreeView(s) on projects unload/load.
2439         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2440         (symbol_db_engine_get_file_db_path):
2441         fixed a useless warning.
2443         * plugins/symbol-db/symbol-db-view-locals.c:
2444         (traverse_free_waiting_for), (file_view_status_destroy),
2445         (sdb_view_locals_create_new_store), (traverse_files_view_status),
2446         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2447         (sdb_view_locals_finalize), (on_symbol_inserted),
2448         (symbol_db_view_locals_recv_signals_from_engine),
2449         (symbol_db_view_locals_update_list):
2450         more speed on editors switching. GtkTreeStore caching method implemented.
2451         Fixed compiler warnings and a little memory leak.
2453         * plugins/symbol-db/symbol-db-view-locals.h:
2454         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2455         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2456         (on_scan_end), (on_symbol_inserted),
2457         (sdb_view_locals_create_new_store), (sdb_view_init),
2458         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2459         * plugins/symbol-db/symbol-db-view.h:
2460         fixed some crashers. Now project loading/populating should be quite quick.
2462 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2464         * plugins/debug-manager/command.c,
2465         plugins/debug-manager/queue.c:
2466         Take care of command return value (FALSE is an error)
2468 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2470         * plugins/debug-manager/anjuta-debug-manager.glade,
2471         plugins/debug-manager/breakpoints.c:
2472         Remove address, condition and pass breakpoint column if not supported
2473         Fix clear all remove_all to avoid an endless loop if a breakpoint
2474         cannot be removed
2476 2007-12-17  Johannes Schmid <jhs@gnome.org>
2478         Patch from Tom <tpgww@onepost.net> (with some changes):
2480         * plugins/document-manager/action-callbacks.c: (on_open_activate),
2481         (on_save_as_activate), (on_save_all_activate),
2482         (on_close_file_activate), (on_close_all_file_activate),
2483         (on_reload_file_activate), (on_editor_command_clear_activate),
2484         (on_transform_eolchars1_activate), (on_comment_block),
2485         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2486         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2487         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2488         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2489         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2490         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2491         (on_zoom_out_text_activate):
2492         * plugins/document-manager/action-callbacks.h:
2493         * plugins/document-manager/anjuta-docman.c:
2494         (on_notebook_page_close_button_click),
2495         (on_notebook_page_close_button_enter),
2496         (on_notebook_page_close_button_leave),
2497         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2498         (anjuta_docman_page_init), (anjuta_docman_page_new),
2499         (on_open_filesel_response), (create_file_open_dialog_gui),
2500         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2501         (anjuta_docman_instance_init), (on_notebook_switch_page),
2502         (on_document_destroy), (anjuta_docman_add_editor),
2503         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2504         (anjuta_docman_set_current_document),
2505         (anjuta_docman_goto_file_line_mark), (get_real_path),
2506         (anjuta_docman_get_full_filename),
2507         (anjuta_docman_delete_all_markers),
2508         (anjuta_docman_delete_all_indicators),
2509         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2510         (anjuta_docman_order_tabs):
2511         * plugins/document-manager/anjuta-docman.h:
2512         * plugins/document-manager/file_history.c: (an_hist_file_new),
2513         (an_file_history_push), (an_file_history_dump):
2514         * plugins/document-manager/file_history.h:
2515         * plugins/document-manager/plugin.c: (update_title),
2516         (value_removed_project_root_uri),
2517         (update_document_ui_interface_items), (menu_name_compare),
2518         (on_document_added), (on_document_changed),
2519         (on_window_key_press_event), (on_window_key_release_event),
2520         (on_session_save):
2521         * plugins/document-manager/search-box.c: (on_document_changed),
2522         (on_goto_activated), (search_box_init), (search_box_new):
2523         * plugins/document-manager/search-box.h:
2525         Yet more code cleanups
2526         Save glade files correctly in session
2527         Use new tooltip API if available
2528         Sort notebook pages when session is restored (needs work)
2530 2007-12-16  Johannes Schmid <jhs@gnome.org>
2532         * plugins/document-manager/anjuta-docman.c:
2533         (anjuta_docman_add_document):
2534         
2535         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2536         the new search bar was introduced.
2538 2007-12-12  Johannes Schmid <jhs@gnome.org>
2539   
2540         Patch from  Tom <tpgww@onepost.net>:
2541         (#485233 – another bunch of docman cleanups)
2542   
2543         * libanjuta/interfaces/libanjuta.idl:
2544         * plugins/document-manager/action-callbacks.c:
2545         (get_current_document), (get_current_focus_widget),
2546         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2547         (on_close_file_activate), (on_close_all_file_activate),
2548         (on_reload_file_activate), (on_print_activate),
2549         (on_print_preview_activate),
2550         (on_editor_command_upper_case_activate),
2551         (on_editor_command_lower_case_activate),
2552         (on_editor_command_eol_crlf_activate),
2553         (on_editor_command_eol_lf_activate),
2554         (on_editor_command_eol_cr_activate),
2555         (on_editor_command_select_all_activate),
2556         (on_editor_command_select_to_brace_activate),
2557         (on_editor_command_select_block_activate),
2558         (on_editor_command_match_brace_activate),
2559         (on_editor_command_undo_activate),
2560         (on_editor_command_redo_activate),
2561         (on_editor_command_cut_activate),
2562         (on_editor_command_paste_activate),
2563         (on_editor_command_copy_activate),
2564         (on_editor_command_clear_activate),
2565         (on_editor_command_close_folds_all_activate),
2566         (on_editor_command_open_folds_all_activate),
2567         (on_editor_command_toggle_fold_activate),
2568         (on_editor_command_bookmark_toggle_activate),
2569         (on_editor_command_bookmark_first_activate),
2570         (on_editor_command_bookmark_next_activate),
2571         (on_editor_command_bookmark_prev_activate),
2572         (on_editor_command_bookmark_last_activate),
2573         (on_editor_command_bookmark_clear_activate),
2574         (on_transform_eolchars1_activate), (on_comment_block),
2575         (on_comment_box), (on_comment_stream),
2576         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2577         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2578         (on_force_hilite_activate), (on_swap_activate),
2579         (on_editor_add_view_activate), (on_editor_remove_view_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), (on_notebook_tab_btnpress),
2585         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2586         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2587         (on_open_filesel_response), (anjuta_docman_open_file),
2588         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2589         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2590         (anjuta_docman_class_init), (anjuta_docman_new),
2591         (on_notebook_switch_page), (on_document_save_point),
2592         (on_document_destroy), (anjuta_docman_add_editor),
2593         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2594         (anjuta_docman_set_popup_menu),
2595         (anjuta_docman_get_current_focus_widget),
2596         (anjuta_docman_get_page_for_document),
2597         (anjuta_docman_get_current_document),
2598         (anjuta_docman_set_current_document),
2599         (anjuta_docman_goto_file_line),
2600         (anjuta_docman_goto_file_line_mark),
2601         (anjuta_docman_get_full_filename),
2602         (anjuta_docman_present_notebook_page),
2603         (anjuta_docman_update_page_label),
2604         (anjuta_docman_delete_all_markers),
2605         (anjuta_docman_delete_all_indicators),
2606         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2607         (do_ordertab1), (anjuta_docman_order_tabs),
2608         (anjuta_docman_set_editor_properties),
2609         (anjuta_docman_get_document_for_path),
2610         (anjuta_docman_get_all_doc_widgets):
2611         * plugins/document-manager/anjuta-docman.h:
2612         * plugins/document-manager/editor-tooltips.c:
2613         * plugins/document-manager/plugin.c: (update_title),
2614         (update_document_ui_enable_all), (update_document_ui_disable_all),
2615         (update_document_ui_save_items),
2616         (update_document_ui_interface_items), (update_document_ui),
2617         (on_document_update_save_ui), (update_status),
2618         (on_document_update_ui), (on_document_added),
2619         (on_document_changed), (on_session_save), (on_save_prompt),
2620         (on_docman_auto_save), (on_gconf_notify_timer):
2621         * plugins/document-manager/search-box.c: (on_document_changed),
2622         (search_box_new), (search_box_grab_line_focus):
2623         * plugins/glade/plugin.c: (ifile_open):
2624         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2625         * plugins/search/search-replace_backend.c: (create_search_entries):
2626         * plugins/sourceview/anjuta-document.c: (set_uri),
2627         (anjuta_document_save):
2628         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2629         * plugins/tools/editor.c: (on_editor_response):
2631         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2632         It fixes some issues with session handling and several memory lacks.
2633         Gtk 2.12 Tooltip API is used if available.
2635 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2637         * plugins/debug-manager/disassemble.c,
2638         plugins/debug-manager/disassemble.h,
2639         plugins/debug-manager/command.c,
2640         plugins/debug-manager/command.h,
2641         plugins/debug-manager/plugin.c
2642         plugins/debug-manager/sparse_view.c,
2643         plugins/debug-manager/sparse_view.h,
2644         plugins/gdb/plugin.c,
2645         plugins/gdb/debugger.c,
2646         plugins/gdb/debugger.h,
2647         libanjuta/interfaces/libanjuta.idl:
2648         Fix bug #502533: Implement assembler step
2650         * plugins/debug-manager/breakpoints.c:
2651         Do not save temporary breakpoints
2653         * plugins/debug-manager/stack_trace.c:
2654         Fix a crash when a stack command is cancelled
2656 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2658         * plugins/debug-manager/plugin.c,
2659         plugins/debug-manager/breakpoints.c,
2660         plugins/debug-manager/breakpoints.h:
2661         Fix bug #488732: Breakpoint on delete lines
2662         Breakpoints are now linked to their position in editor
2664         * plugins/gdb/debugger.c:
2665         Fix removing condition on breakpoint 
2667 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2669         * plugins/debug-manager/anjuta-debug-manager.glade,
2670         plugins/debug-manager/start.c,
2671         plugins/gdb/plugin.c,
2672         plugins/gdb/debugger.c,
2673         plugins/gdb/debugger.h,
2674         libanjuta/interfaces/libanjuta.idl:
2675         Fix bug #481366: Do not stop at the beginning of the program
2677         * plugins/debug-manager/command.c,
2678         plugins/debug-manager/command.h,
2679         plugins/debug-manager/breakpoints.c,
2680         plugins/debug-manager/queue.c,
2681         plugins/debug-manager/queue.h:
2682         Fix a bug remove all breakpoints was not working due to latest changes
2683         Setting breakpoints is disabled when program is running
2685 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2687         * plugins/debug-manager/queue.c,
2688         plugins/gdb/plugin.c:
2689         Fix bug #501469: Crash if mime_type is unknown
2691 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2693         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2694         (on_editor_update_ui), (on_single_file_scan_end),
2695         (on_importing_project_end), (project_root_added),
2696         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2697         * plugins/symbol-db/plugin.h:
2698         show on status bar files being scanned.
2700         * plugins/symbol-db/symbol-db-engine.c:
2701         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2702         (sdb_engine_ctags_output_thread),
2703         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2704         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2705         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2706         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2707         (sdb_engine_get_table_id_by_unique_name2),
2708         (symbol_db_engine_open_project),
2709         (sdb_engine_prepare_executing_commands),
2710         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2711         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2712         (sdb_engine_detects_removed_ids),
2713         (symbol_db_engine_get_class_parents),
2714         (symbol_db_engine_get_global_members),
2715         (symbol_db_engine_get_scope_members_by_symbol_id),
2716         (symbol_db_engine_get_scope_members),
2717         (symbol_db_engine_get_current_scope),
2718         (symbol_db_engine_get_file_symbols),
2719         (symbol_db_engine_get_symbol_info_by_id),
2720         (symbol_db_engine_get_full_local_path),
2721         (symbol_db_engine_find_symbol_by_name_pattern),
2722         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2723         * plugins/symbol-db/symbol-db-engine.h:
2724         * plugins/symbol-db/symbol-db-view-locals.c:
2725         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2726         (symbol_db_view_locals_recv_signals_from_engine),
2727         (symbol_db_view_locals_update_list):
2728         * plugins/symbol-db/symbol-db-view-locals.h:
2729         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2730         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2731         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2732         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2733         * plugins/symbol-db/symbol-db-view.h:
2734         Added g_thread architecture to scan in background. With this you
2735         can use Anjuta's GUI without freezing.
2736         Improved insertion speed by using a paradigm like 'insert' and 'check'
2737         replacing a 'check' and 'insert' one. This has been done for tables 
2738         like symbol, scope, sym_type.
2739         Fixed two crashers. 
2741         * plugins/symbol-db/tables.sql:
2742         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2743         (thread), (print_message), (bastard_thread), (idle_signals):
2744         fixed a typo on tables that broke sql triggers.
2746 === anjuta 2.3.1 ===
2748 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2750         * NEWS, AUTHORS: Updated.
2751         * src/Makefile.am: Fixed make distcheck
2753         Patch from Yang Hong:
2754         * plugins/file-manager/file-manager.glade: Fixed file chooser
2755         size in file-manager preferences.
2757 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2759         * NEWS: Updated for 2.3.1 development release
2760         * configure.in: Bumped version to 2.3.1
2762 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2764         * plugins/debug-manager/threads.c,
2765         plugins/debug-manager/disassemble.c,
2766         plugins/debug-manager/watch.c,
2767         plugins/debug-manager/registers.c,
2768         plugins/debug-manager/locals.c,
2769         plugins/debug-manager/breakpoints.c,
2770         plugins/debug-manager/stack_trace.c,
2771         plugins/debug-manager/command.c,
2772         plugins/debug-manager/command.h,
2773         plugins/debug-manager/queue.c,
2774         libanjuta/interfaces/libanjuta.idl:
2775         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2776         Document IAnjutaDebugManager signals
2777         Generate new signals in queue.c
2778         Use new signals in other files
2780 2007-11-30  <genbell@tiscali.it>
2782         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2784         * plugins/gdb/Makefile.am:
2785         Fix bug #500376
2787 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2789         * plugins/tools/variable.c:
2790         Fix a bug added in the previous patch (it is not a leak)
2792 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2794         * plugins/project-wizard/druid.c,
2795         plugins/project-wizard/templates/terminal.wiz,
2796         plugins/project-wizard/templates/xlib-dock.wiz,
2797         plugins/project-wizard/templates/wxwin.wiz,
2798         plugins/project-wizard/templates/java.wiz,
2799         plugins/project-wizard/templates/gnome.wiz,
2800         plugins/project-wizard/templates/anjuta-plugin.wiz,
2801         plugins/project-wizard/templates/gtkmm.wiz,
2802         plugins/project-wizard/templates/python.wiz,
2803         plugins/project-wizard/templates/cpp.wiz,
2804         plugins/project-wizard/templates/sdl.wiz,
2805         plugins/project-wizard/templates/gtk.wiz,
2806         plugins/project-wizard/templates/minimal.wiz,
2807         plugins/project-wizard/templates/xlib.wiz,
2808         plugins/project-wizard/templates/gcj.wiz,
2809         plugins/project-wizard/templates/translatable-strings.h,
2810         plugins/project-import/project-import.c:
2811         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2813 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2815         * plugins/debug-manager/threads.c,
2816         plugins/debug-manager/disassemble.c,
2817         plugins/debug-manager/watch.c,
2818         plugins/debug-manager/registers.c,
2819         plugins/debug-manager/memory.c,
2820         plugins/debug-manager/locals.c,
2821         plugins/debug-manager/stack_trace.c,
2822         plugins/debug-manager/queue.c,
2823         plugins/debug-manager/queue.h:
2824         Connect debugger signal only when program is loaded
2825         Rename get_feature in is_supported
2827         * plugins/debug-manager/plugin.c:
2828         Remove editor watch when plugin is deactivated
2830         * plugins/debug-manager/anjuta-debug-manager.glade,
2831         plugins/debug-manager/breakpoints.c,
2832         plugins/debug-manager/breakpoints.h:
2833         Rewrite almost completely the breakpoint code
2834         Improve breakpoint dialog
2835         Reorganize function
2836         Implement condition, hit count, ignore and temporary attribute
2838         * plugins/debug-manager/command.c,
2839         plugins/debug-manager/command.h:
2840         Add a breakpoint list command
2842         * plugins/gdb/debugger.c,
2843         plugins/gdb/debugger.h:
2844         Add new breakpoint list command
2845         Fix parsing of breakpoint data
2847         * libanjuta/interfaces/libanjuta.idl,
2848         plugins/gdb/plugin.c:
2849         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2851 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2853         * plugins/document-manager/plugin.c:
2854         Use Ctrl+Shift+s as shortcut for Save As
2856 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2858         * plugins/subversion/plugin.c: (activate_plugin):
2859         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2860         * src/layout.xml: Fixed dockitem positions.
2862 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2864         Icons from tpgww@onepost.net:
2865         * plugins/project-wizard/applogo.png:
2866         Icons from patch in bug #480093 comment #23. Also renamed icons.
2868         * plugins/message-view/Makefile.am:
2869         * plugins/message-view/plugin.c: (register_stock_icons),
2870         (ipreferences_merge): Removed redundant icon.
2872         * plugins/document-manager/plugin.c:
2873         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2874         Do not insensitize New action when there is no document.
2875         Indentation fixes.
2877 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2879         Icons from tpgww@onepost.net:
2880         * plugins/symbol-browser/an_symbol_prefs.c:
2881         * pixmaps/Makefile.am:
2882         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2884         Icons from patch in bug #480093 comment #23. Also renamed icons.
2885         To be continued..
2887 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2889         Patch from James Liggett:
2890         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2891         revert and dialogs resizable.
2893 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2895         Patch from James Liggett:
2896         * plugins/subversion/anjuta-subversion.glade:
2897         * plugins/subversion/subversion-diff-dialog.c:
2898         (on_subversion_diff_response), (subversion_diff_dialog):
2899         * plugins/subversion/subversion-diff-dialog.h:
2901         The diff dialog should have a checkbox, enabled by default, that
2902         allows the user to make sure that all open files are saved before
2903         diffing.
2905 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2907         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2909         Icons from tpgww@onepost.net:
2910         * pixmaps/Makefile.am:
2911         * src/Makefile.am:
2912         * src/anjuta-app.c:
2913         * src/anjuta-preferences-general.svg:
2915         Icons from patch in bug #480093 comment #23. Also renamed icons.
2916         To be continued..
2918 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2920         Icons from tpgww@onepost.net:
2921         * plugins/debug-manager/images/Makefile.am:
2922         * plugins/debug-manager/images/anjuta-watch.svg:
2923         * plugins/debug-manager/plugin.c: (register_stock_icons):
2924         * plugins/gdb/images/Makefile.am:
2925         * plugins/gtodo/Makefile.am:
2926         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2927         * plugins/gtodo/anjuta-gtodo.plugin.in:
2928         * plugins/gtodo/interface.c: (stock_icons):
2929         * plugins/gtodo/main.h:
2930         * plugins/gtodo/plugin.c: (ipreferences_merge):
2931         * plugins/terminal/Makefile.am:
2932         * plugins/terminal/anjuta-terminal-plugin.svg:
2933         * plugins/terminal/anjuta-terminal.plugin.in:
2934         * plugins/terminal/terminal.c:
2935         * plugins/tools/Makefile.am:
2936         * plugins/tools/anjuta-tools-plugin.svg:
2937         * plugins/tools/anjuta-tools.plugin.in:
2938         * plugins/tools/plugin.c:
2939         * plugins/valgrind/Makefile.am:
2940         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2941         * plugins/valgrind/anjuta-valgrind.plugin.in:
2942         * plugins/valgrind/plugin.c: (register_stock_icons),
2943         (ipreferences_merge):
2945         Icons from patch in bug #480093 comment #23. Also renamed icons.
2946         To be continued..
2948 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2950         reviewed by: Johannes Schmid <jhs@gnome.org>
2952         * configure.in:
2953         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2954         due to bug #493360. Still present anyway bug #495843
2956         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2957         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2958         (on_local_treeview_row_activated),
2959         (on_global_treeview_row_activated),
2960         (on_global_treeview_row_expanded), (on_project_element_added),
2961         (on_project_element_removed), (project_root_added),
2962         (symbol_db_activate), (isymbol_manager_search),
2963         (isymbol_manager_get_members),
2964         (isymbol_manager_get_completions_at_position):
2965         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2966         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2967         * plugins/symbol-db/symbol-db-engine.c:
2968         (sdb_engine_execute_non_select_sql),
2969         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2970         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2971         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2972         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2973         (symbol_db_engine_add_new_workspace),
2974         (symbol_db_engine_add_new_project),
2975         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2976         (sdb_engine_detects_removed_ids),
2977         (sdb_engine_walk_down_scope_path),
2978         (symbol_db_engine_get_class_parents),
2979         (symbol_db_engine_get_global_members),
2980         (symbol_db_engine_get_scope_members_by_symbol_id),
2981         (symbol_db_engine_get_scope_members),
2982         (symbol_db_engine_get_current_scope),
2983         (symbol_db_engine_get_file_symbols),
2984         (symbol_db_engine_get_symbol_info_by_id),
2985         (symbol_db_engine_find_symbol_by_name_pattern):
2986         * plugins/symbol-db/symbol-db-engine.h:
2987         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2988         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2989         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2990         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2991         (on_scan_end), (do_add_root_symbol_to_view),
2992         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2993         (trigger_on_symbol_inserted), (add_new_waiting_for),
2994         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2995         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2996         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2997         (symbol_db_view_row_expanded), (sdb_view_init),
2998         (gtree_compare_func), (sdb_view_finalize),
2999         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
3000         (sdb_view_populate_base_root),
3001         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
3002         * plugins/symbol-db/symbol-db-view.h:
3003         * plugins/symbol-db/tables.sql:
3004         * plugins/symbol-db/test/Makefile.am:
3005         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
3006         (get_scope_members), (get_current_scope), (get_global_members),
3007         (get_file_symbols), (get_info_by_id), (main):
3009         Rewrote symbol-db-view global tab. Now every expandable node is a query.
3010         Started using LIMIT keyword to speed up things.
3011         Deprecated GdaCommand in favour of GdaQuery into engine. This should
3012         make providers use prepared statements.
3014 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3016         Patch from James Liggett:
3017         * plugins/subversion/plugin.c: (subversion_instance_init):
3018         * plugins/subversion/plugin.h:
3019         * plugins/subversion/subversion-diff-dialog.c:
3020         (on_subversion_diff_response), (subversion_diff_dialog),
3021         (on_menu_subversion_diff):
3022         * plugins/subversion/subversion-log-dialog.c:
3023         (on_log_view_selected_button_clicked),
3024         (on_log_diff_selected_button_clicked),
3025         (on_log_diff_previous_button_clicked),
3026         (subversion_log_window_create):
3027         * plugins/subversion/subversion-ui-utils.c:
3028         (get_filename_from_full_path), (init_whole_project),
3029         (on_whole_project_toggled):
3030         * plugins/subversion/subversion-ui-utils.h:
3031         * plugins/subversion/subversion-update-dialog.c:
3032         (subversion_update_dialog), (on_menu_subversion_update):
3034         Whole Project checkbox enabled by default in diff and update dialogs.
3035         changes the editor names for diff editors to something much more
3036         descriptive. For example, working copy/head diffs would have an editor
3037         with a name like "[Working Copy/Head] some-file.diff," where some-file
3038         is the name of the file/directory that was diffed. For diffs against
3039         arbitrary diffs the name would look like "[Revisions 2832/3200]
3040         some-file.diff" for a diff of some-file between revisions 2832 and
3041         3200.
3043 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
3045         Icons from tpgww@onepost.net:
3046         * plugins/subversion/Makefile.am:
3047         * plugins/subversion/anjuta-subversion-plugin.svg:
3048         * plugins/subversion/anjuta-subversion.plugin.in:
3049         * plugins/subversion/plugin.h:
3050         * plugins/symbol-browser/Makefile.am:
3051         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
3052         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
3053         * plugins/symbol-browser/plugin.c:
3054         * plugins/symbol-db/Makefile.am:
3055         * plugins/symbol-db/plugin.c:
3056         * plugins/symbol-db/symbol-db.plugin.in:
3058         Icons from patch in bug #480093 comment #23. Also renamed icons.
3059         To be continued..
3061 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3063         Icons from tpgww@onepost.net:
3064         * plugins/project-manager/Makefile.am:
3065         * plugins/project-manager/anjuta-project-manager-plugin.svg:
3066         * plugins/project-manager/anjuta-project-manager.plugin.in:
3067         * plugins/project-manager/plugin.c:
3068         * plugins/project-wizard/Makefile.am:
3069         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
3070         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
3071         * plugins/project-wizard/druid.h:
3072         * plugins/search/Makefile.am:
3073         * plugins/search/anjuta-search-plugin.svg:
3074         * plugins/search/anjuta-search.plugin.in:
3075         * plugins/search/plugin.c:
3077         Icons from patch in bug #480093 comment #23. Also renamed icons.
3078         To be continued..
3080 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
3082         * TODO.tasks: updated.
3084         Icons from tpgww@onepost.net:
3085         * plugins/file-loader/Makefile.am:
3086         * plugins/file-loader/anjuta-loader-plugin.svg:
3087         * plugins/file-loader/anjuta-loader.plugin.in:
3088         * plugins/file-manager/Makefile.am:
3089         * plugins/file-manager/anjuta-file-manager-plugin.svg:
3090         * plugins/file-manager/file-manager.plugin.in:
3091         * plugins/file-manager/plugin.c:
3092         * plugins/glade/Makefile.am:
3093         * plugins/glade/anjuta-glade-plugin.svg:
3094         * plugins/glade/anjuta-glade.plugin.in:
3095         * plugins/glade/plugin.c: (register_stock_icons):
3096         * plugins/language-manager/Makefile.am:
3097         * plugins/language-manager/anjuta-language-manager-plugin.svg:
3098         * plugins/language-manager/language-manager.plugin.in:
3099         * plugins/message-view/Makefile.am:
3100         * plugins/message-view/anjuta-message-manager.plugin.in:
3101         * plugins/message-view/anjuta-messages-plugin.svg:
3102         * plugins/message-view/plugin.c:
3103         * plugins/patch/Makefile.am:
3104         * plugins/patch/anjuta-patch-plugin.svg:
3105         * plugins/patch/anjuta-patch.plugin.in:
3106         * plugins/patch/plugin.c:
3107         * plugins/profiler/Makefile.am:
3108         * plugins/profiler/anjuta-profiler-plugin.svg:
3109         * plugins/profiler/plugin.c: (register_stock_icons):
3110         * plugins/profiler/profiler.plugin.in:
3111         * plugins/project-import/Makefile.am:
3112         * plugins/project-import/anjuta-project-import-plugin.svg:
3113         * plugins/project-import/anjuta-project-import.plugin.in:
3114         * plugins/project-import/plugin.c:
3116         Icons from patch in bug #480093 comment #23. Also renamed icons.
3117         To be continued..
3119 2007-11-18  Johannes Schmid <jhs@gnome.org>
3121         * plugins/build-basic-autotools/build-basic-autotools.c:
3122         (build_regex_init):
3123         * plugins/debug-manager/anjuta-debug-manager.glade:
3124         * plugins/debug-manager/breakpoints.c:
3125         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
3126         * plugins/file-wizard/file.c:
3127         * plugins/gdb/anjuta-gdb.glade:
3128         * plugins/glade/plugin.c: (ifile_open):
3129         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
3130         * plugins/gtodo/mcategory.c: (category_manager_add_item):
3131         * plugins/gtodo/tray-icon.c:
3132         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
3133         * plugins/macro/macros.xml:
3134         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
3135         Fixed translation bugs (#496833, #488211 and #497758)
3136         
3137         * plugins/document-manager/plugin.c: (on_editor_changed):
3138         Removed unused code
3140 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3142         Icons from tpgww@onepost.net:
3143         * plugins/devhelp/Makefile.am:
3144         * plugins/devhelp/anjuta-devhelp-plugin.svg:
3145         * plugins/devhelp/anjuta-devhelp.plugin.in:
3146         * plugins/devhelp/plugin.c:
3147         * plugins/document-manager/anjuta-document-manager.plugin.in:
3148         * plugins/document-manager/images/Makefile.am:
3149         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
3150         * plugins/document-manager/plugin.c:
3151         * plugins/editor/Makefile.am:
3152         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
3153         * plugins/editor/anjuta-editor.plugin.in:
3154         * plugins/editor/plugin.c:
3155         * plugins/sample1/Makefile.am:
3156         * plugins/sample1/anjuta-sample-plugin.svg:
3157         * plugins/sample1/anjuta-sample.plugin.in:
3158         * plugins/sourceview/Makefile.am:
3159         * plugins/sourceview/plugin.c:
3160         * plugins/sourceview/sourceview.plugin.in:
3162         Icons from patch in bug #480093 comment #23. Also renamed icons.
3163         To be continued..
3165 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
3167         * TODO.tasks: Updated.
3169         Icons from tpgww@onepost.net:
3170         * plugins/build-basic-autotools/Makefile.am:
3171         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
3172         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
3173         * plugins/build-basic-autotools/build-basic-autotools.c:
3174         * plugins/class-inheritance/Makefile.am:
3175         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
3176         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
3177         * plugins/class-inheritance/plugin.c:
3178         * plugins/cvs-plugin/Makefile.am:
3179         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
3180         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
3181         * plugins/cvs-plugin/plugin.c:
3182         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
3183         * plugins/debug-manager/images/Makefile.am:
3184         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
3185         * plugins/debug-manager/plugin.c: 
3187         Icons from patch in bug #480093 comment #23. Also renamed icons.
3188         To be continued..
3190 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3192         * (removed) libanjuta/anjuta-children.c,
3193         (removed) libanjuta/anjuta-children.h,
3194         libanjuta/anjuta-launcher.c,
3195         libanjuta/libanjuta.h,
3196         libanjuta/Makefile.am,
3197         plugins/gdb/debugger.c,
3198         plugins/terminal/terminal.c,
3199         manuals/reference/libanjuta/libanjuta-sections.txt,
3200         manuals/reference/libanjuta/libanjuta-docs.sgml:
3201         Replace anjuta_children_register by g_child_watch_add
3203 2007-11-13  Johannes Schmid <jhs@gnome.org>
3205         * plugins/subversion/anjuta-subversion.glade:
3206         * plugins/subversion/subversion-commit-dialog.c:
3207         (subversion_commit_dialog):
3208         * plugins/subversion/subversion-resolve-dialog.c:
3209         (subversion_resolve_dialog):
3210         * plugins/subversion/subversion-revert-dialog.c:
3211         (subversion_revert_dialog):
3212         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
3213         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
3214         (hide_pulse_progress_bar):
3215         * plugins/subversion/subversion-ui-utils.h:
3217         Yet another patch from #457477:
3218         Add a pulsing progress bar to all dialogs receiving status
3220 2007-11-12  Johannes Schmid <jhs@gnome.org>
3222         * plugins/document-manager/plugin.c: (create_highlight_submenu):
3223         Bug 493583 – crash in Anjuta IDE: trying to open a file
3224         
3225         * plugins/subversion/subversion-commit-dialog.c:
3226         (select_all_files), (subversion_commit_dialog):
3227         Patch from jrligget - see #457477
3229 2007-11-12  Johannes Schmid <jhs@gnome.org>
3231         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
3232         * libanjuta/anjuta-plugin-handle.c:
3233         (anjuta_plugin_handle_get_about):
3234         Bug 495536 – Plugins localization improvement
3235         
3236         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
3237         * plugins/class-gen/anjuta-class-gen-plugin.glade:
3238         * plugins/indent/indent.glade:
3239         * plugins/subversion/anjuta-subversion.glade:
3240         Bug 495245 – Strings bug
3242 2007-11-08  James Liggett  <jrliggett@cox.net>
3244         reviewed by: Johannes Schmid <jhs@gnome.org>
3246         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
3247         (anjuta_async_command_finalize),
3248         (anjuta_async_command_notification_poll),
3249         (anjuta_async_command_thread), (start_command),
3250         (notify_data_arrived), (notify_complete),
3251         (anjuta_async_command_class_init),
3252         (anjuta_async_command_set_error_message),
3253         (anjuta_async_command_get_error_message),
3254         (anjuta_async_command_lock), (anjuta_async_command_unlock):
3255         * libanjuta/anjuta-async-command.h:
3256         * libanjuta/anjuta-command.c: (anjuta_command_init),
3257         (anjuta_command_finalize), (anjuta_command_class_init),
3258         (anjuta_command_start), (anjuta_command_notify_data_arrived),
3259         (anjuta_command_notify_complete),
3260         (anjuta_command_set_error_message),
3261         (anjuta_command_get_error_message):
3262         * libanjuta/anjuta-command.h:
3263         * libanjuta/anjuta-glade-catalog.c:
3264         * libanjuta/anjuta-glade.xml:
3265         * libanjuta/anjuta-vcs-status-tree-view.c:
3266         (on_selected_column_toggled),
3267         (anjuta_vcs_status_tree_view_create_columns),
3268         (anjuta_vcs_status_tree_view_init),
3269         (anjuta_vcs_status_tree_view_finalize),
3270         (anjuta_vcs_status_tree_view_set_property),
3271         (anjuta_vcs_status_tree_view_get_property),
3272         (anjuta_vcs_status_tree_view_class_init),
3273         (anjuta_vcs_status_tree_view_new),
3274         (anjuta_vcs_status_tree_view_destroy),
3275         (anjuta_vcs_status_tree_view_add), (select_all_paths),
3276         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
3277         (anjuta_vcs_status_tree_view_unselect_all),
3278         (create_selected_paths_list),
3279         (anjuta_vcs_status_tree_view_get_selected):
3280         * libanjuta/anjuta-vcs-status-tree-view.h:
3281         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
3282         * libanjuta/anjuta-widgets.h:
3283         * plugins/subversion/subversion-add-dialog.c:
3284         (on_add_command_finished), (on_subversion_add_response),
3285         (subversion_add_dialog), (on_menu_subversion_add),
3286         (on_fm_subversion_add):
3287         * plugins/subversion/subversion-add-dialog.h:
3288         * plugins/subversion/subversion-commit-dialog.c:
3289         (on_commit_command_finished), (on_subversion_commit_response),
3290         (subversion_commit_dialog), (on_menu_subversion_commit),
3291         (on_fm_subversion_commit):
3292         * plugins/subversion/subversion-commit-dialog.h:
3293         * plugins/subversion/subversion-copy-dialog.c:
3294         (on_copy_other_revision_radio_toggled),
3295         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
3296         (on_copy_command_finished), (on_subversion_copy_response),
3297         (subversion_copy_dialog), (on_menu_subversion_copy),
3298         (on_fm_subversion_copy):
3299         * plugins/subversion/subversion-copy-dialog.h:
3300         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
3301         (on_subversion_diff_response), (subversion_diff_dialog),
3302         (on_menu_subversion_diff), (on_fm_subversion_diff):
3303         * plugins/subversion/subversion-diff-dialog.h:
3304         * plugins/subversion/subversion-log-dialog.c:
3305         (on_diff_selected_column_toggled), (create_columns),
3306         (on_log_command_finished), (on_log_view_button_clicked),
3307         (on_cat_command_data_arrived), (on_cat_command_finished),
3308         (on_log_view_selected_button_clicked), (get_selected_revisions),
3309         (on_log_diff_selected_button_clicked),
3310         (on_log_diff_previous_button_clicked),
3311         (on_subversion_log_vbox_destroy),
3312         (on_log_changes_view_row_selected), (subversion_log_window_create),
3313         (on_menu_subversion_log), (on_fm_subversion_log),
3314         (subversion_log_set_whole_project_sensitive):
3315         * plugins/subversion/subversion-log-dialog.h:
3316         * plugins/subversion/subversion-merge-dialog.c:
3317         (on_merge_command_finished), (on_subversion_merge_response),
3318         (on_merge_first_path_browse_button_clicked),
3319         (on_merge_second_path_browse_button_clicked),
3320         (on_merge_use_first_path_check_toggled),
3321         (on_merge_start_revision_radio_toggled),
3322         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
3323         (on_menu_subversion_merge):
3324         * plugins/subversion/subversion-merge-dialog.h:
3325         * plugins/subversion/subversion-remove-dialog.c:
3326         (on_remove_command_finished),
3327         (on_remove_path_browse_button_clicked),
3328         (on_subversion_remove_response), (subversion_remove_dialog),
3329         (on_menu_subversion_remove), (on_fm_subversion_remove):
3330         * plugins/subversion/subversion-remove-dialog.h:
3331         * plugins/subversion/subversion-resolve-dialog.c:
3332         (on_resolve_command_finished), (on_subversion_resolve_response),
3333         (subversion_resolve_dialog), (on_menu_subversion_resolve):
3334         * plugins/subversion/subversion-resolve-dialog.h:
3335         * plugins/subversion/subversion-revert-dialog.c:
3336         (on_revert_command_finished), (on_subversion_revert_response),
3337         (subversion_revert_dialog), (on_menu_subversion_revert):
3338         * plugins/subversion/subversion-revert-dialog.h:
3339         * plugins/subversion/subversion-switch-dialog.c:
3340         (on_switch_other_revision_radio_toggled),
3341         (on_switch_command_finished), (on_subversion_switch_response),
3342         (subversion_switch_dialog), (on_menu_subversion_switch):
3343         * plugins/subversion/subversion-switch-dialog.h:
3344         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
3345         (subversion_data_free), (on_mesg_view_destroy),
3346         (create_message_view), (check_filename), (get_log_from_textview),
3347         (pulse_timer), (on_pulse_timer_destroyed),
3348         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
3349         (report_errors), (on_status_command_finished),
3350         (on_status_command_data_arrived), (on_command_info_arrived),
3351         (select_all_status_items), (clear_all_status_selections),
3352         (init_whole_project), (on_whole_project_toggled),
3353         (send_diff_command_output_to_editor), (on_diff_command_finished),
3354         (stop_status_bar_progress_pulse):
3355         * plugins/subversion/subversion-ui-utils.h:
3356         * plugins/subversion/subversion-update-dialog.c:
3357         (on_update_command_finished), (on_subversion_update_response),
3358         (subversion_update_dialog), (on_menu_subversion_update),
3359         (on_fm_subversion_update):
3360         * plugins/subversion/subversion-update-dialog.h:
3361         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
3362         (svn_add_command_finalize), (svn_add_command_run),
3363         (svn_add_command_class_init), (svn_add_command_new),
3364         (svn_add_command_destroy):
3365         * plugins/subversion/svn-add-command.h:
3366         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
3367         (svn_cat_command_finalize), (svn_cat_command_run),
3368         (svn_cat_command_class_init), (svn_cat_command_new),
3369         (svn_cat_command_destroy), (svn_cat_command_get_output):
3370         * plugins/subversion/svn-cat-command.h:
3371         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
3372         (svn_command_release_ui_lock), (simple_prompt),
3373         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
3374         (svn_auth_ssl_server_trust_prompt_func_cb),
3375         (svn_auth_ssl_client_cert_prompt_func_cb),
3376         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
3377         (svn_command_init), (svn_command_finalize),
3378         (svn_command_class_init), (svn_command_push_info),
3379         (svn_command_get_info_queue), (svn_command_set_error),
3380         (svn_command_get_client_context), (svn_command_get_pool),
3381         (svn_command_lock_ui), (svn_command_unlock_ui),
3382         (svn_command_get_revision), (svn_command_copy_path_list),
3383         (svn_command_free_path_list):
3384         * plugins/subversion/svn-command.h:
3385         * plugins/subversion/svn-commit-command.c: (on_log_callback),
3386         (svn_commit_command_init), (svn_commit_command_finalize),
3387         (svn_commit_command_run), (svn_commit_command_class_init),
3388         (svn_commit_command_new), (svn_commit_command_destroy):
3389         * plugins/subversion/svn-commit-command.h:
3390         * plugins/subversion/svn-copy-command.c: (on_log_callback),
3391         (svn_copy_command_init), (svn_copy_command_finalize),
3392         (svn_copy_command_run), (svn_copy_command_class_init),
3393         (svn_copy_command_new), (svn_copy_command_destroy):
3394         * plugins/subversion/svn-copy-command.h:
3395         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
3396         (svn_diff_command_finalize), (svn_diff_command_run),
3397         (svn_diff_command_class_init), (svn_diff_command_new),
3398         (svn_diff_command_destroy), (svn_diff_command_get_output):
3399         * plugins/subversion/svn-diff-command.h:
3400         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3401         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3402         (svn_log_command_class_init), (svn_log_command_new),
3403         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3404         * plugins/subversion/svn-log-command.h:
3405         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3406         (svn_log_entry_finalize), (svn_log_entry_class_init),
3407         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3408         (svn_log_entry_get_author), (svn_log_entry_get_date),
3409         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3410         (svn_log_entry_get_full_log):
3411         * plugins/subversion/svn-log-entry.h:
3412         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3413         (svn_merge_command_finalize), (svn_merge_command_run),
3414         (svn_merge_command_class_init), (svn_merge_command_new),
3415         (svn_merge_command_destroy):
3416         * plugins/subversion/svn-merge-command.h:
3417         * plugins/subversion/svn-remove-command.c: (on_log_callback),
3418         (svn_remove_command_init), (svn_remove_command_finalize),
3419         (svn_remove_command_run), (svn_remove_command_class_init),
3420         (svn_remove_command_new), (svn_remove_command_destroy),
3421         (svn_remove_command_get_path):
3422         * plugins/subversion/svn-remove-command.h:
3423         * plugins/subversion/svn-resolve-command.c:
3424         (svn_resolve_command_init), (svn_resolve_command_finalize),
3425         (svn_resolve_command_run), (svn_resolve_command_class_init),
3426         (svn_resolve_command_new), (svn_resolve_command_destroy):
3427         * plugins/subversion/svn-resolve-command.h:
3428         * plugins/subversion/svn-revert-command.c:
3429         (svn_revert_command_init), (svn_revert_command_finalize),
3430         (svn_revert_command_run), (svn_revert_command_class_init),
3431         (svn_revert_command_new), (svn_revert_command_destroy):
3432         * plugins/subversion/svn-revert-command.h:
3433         * plugins/subversion/svn-status-command.c:
3434         (svn_status_command_init), (svn_status_command_finalize),
3435         (on_svn_status_notify), (svn_status_command_run),
3436         (svn_status_command_class_init), (svn_status_command_new),
3437         (svn_status_command_destroy),
3438         (svn_status_command_get_status_queue):
3439         * plugins/subversion/svn-status-command.h:
3440         * plugins/subversion/svn-status.c: (svn_status_init),
3441         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3442         (svn_status_destroy), (svn_status_get_path),
3443         (svn_status_get_vcs_status):
3444         * plugins/subversion/svn-status.h:
3445         * plugins/subversion/svn-switch-command.c:
3446         (svn_switch_command_init), (svn_switch_command_finalize),
3447         (svn_switch_command_run), (svn_switch_command_class_init),
3448         (svn_switch_command_new), (svn_switch_command_destroy):
3449         * plugins/subversion/svn-switch-command.h:
3450         * plugins/subversion/svn-update-command.c:
3451         (svn_update_command_init), (svn_update_command_finalize),
3452         (svn_update_command_run), (svn_update_command_class_init),
3453         (svn_update_command_new), (svn_update_command_destroy):
3454         * plugins/subversion/svn-update-command.h:
3456         Now really committed all files from James patch (#457477)
3458 2007-11-08  Johannes Schmid <jhs@gnome.org>
3460         * TODO.tasks: Updated
3462 2007-11-08  James Liggett  <jrliggett@cox.net>
3464         reviewed by: Johannes Schmid <jhs@gnome.org>
3466         * configure.in:
3467         * libanjuta/Makefile.am:
3468         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3469         * libanjuta/anjuta-status.h:
3470         * libanjuta/libanjuta.h:
3471         * plugins/subversion/Makefile.am:
3472         * plugins/subversion/anjuta-subversion.glade:
3473         * plugins/subversion/anjuta-subversion.ui:
3474         * plugins/subversion/plugin.c: (value_added_project_root_uri),
3475         (value_removed_project_root_uri), (activate_plugin),
3476         (deactivate_plugin), (finalize), (subversion_instance_init):
3477         * plugins/subversion/plugin.h:
3478         * plugins/subversion/subversion-actions.c:
3479         * plugins/subversion/subversion-actions.h:
3480         * plugins/subversion/subversion-callbacks.c:
3481         * plugins/subversion/subversion-callbacks.h:
3482         * plugins/subversion/svn-auth.c:
3483         * plugins/subversion/svn-auth.h:
3484         * plugins/subversion/svn-backend-priv.h:
3485         * plugins/subversion/svn-backend.c:
3486         * plugins/subversion/svn-backend.h:
3487         * plugins/subversion/svn-notify.c:
3488         * plugins/subversion/svn-notify.h:
3489         * plugins/subversion/svn-thread.c:
3490         * plugins/subversion/svn-thread.h:
3491         
3492         Commited alpha2 of the new subversion plugin (#457477)
3494 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3496         * plugins/debug-manager/command.c:
3497         Fix a stupid crash when changing a register value
3499 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3501         * libanjuta/interfaces/libanjuta.idl,
3502         plugins/debug-manager/command.c,
3503         plugins/debug-manager/command.h,
3504         plugins/debug-manager/start.c,
3505         plugins/gdb/plugin.c,
3506         plugins/gdb/debugger.c,
3507         plugins/gdb/debugger.h:
3508         Use anjuta terminal plugin instead of gnome terminal
3509         Select if a terminal is used in the the start_program function
3510         Move terminal code from debugger.c to plugin.c
3511         Partial fix of bug #481366
3513         * plugins/gdb/utilities.c,
3514         plugins/gdb/utilities.h:
3515         Remove gnome terminal check function
3517 2007-11-06  Johannes Schmid <jhs@gnome.org>
3519         * plugins/project-import/anjuta-project-import.glade:
3520         * plugins/project-import/project-import.c: (on_import_next),
3521         (on_import_finish), (project_import_set_directory):
3522         * plugins/project-wizard/property.c: (npw_property_create_widget),
3523         (npw_property_set_value_from_widget):
3524         
3525         Replaced gnome_file_entry with gtk_file_chooser_button
3526         Fixes #422329 – Creating a new directory in program options doesn't work
3527         
3528 2007-11-04  Massimo Cora' <maxcvs@email.it>
3530         * plugins/symbol-db/plugin.c:
3531         add all files at once on project_import.
3532         No need to split them into more languages: ctags
3533         and the engine will take care of that.
3535         * plugins/symbol-db/symbol-db-engine.h,
3536         * plugins/symbol-db/symbol-db-engine.c,
3537         * plugins/symbol-db/tables.sql,
3538         * plugins/symbol-db/test/Makefile.am,
3539         * plugins/symbol-db/test/main.c,
3540         * plugins/symbol-db/symbol-db-view-locals.c:
3541         some memory leaks fixed. Ported the thing to
3542         libgda 3.1.2 [or better svn HEAD].
3543         Thanks to a fresh new algorithm to detect
3544         parent scope we're able to display correcly
3545         a local gtktree, including classes not directly
3546         defined inside that file.
3548 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3550         * plugins/debug-manager/threads.c,
3551         plugins/debug-manager/stack_trace.c:
3552         Do not display address when not needed
3554         * plugins/debug-manager/plugin.c,
3555         plugins/debug-manager/breakpoints.c:
3556         Breakpoints directly connect to debugger signals
3558         * plugins/debug-manager/watch.c:
3559         program-unload signal does not exist used debugger-stopped
3561         * plugins/debug-manager/queue.c,
3562         libanjuta/interfaces/libanjuta.idl:
3563         Display error message returned by debugger command
3564         Add new error codes
3566 2007-11-04  Johannes Schmid <jhs@gnome.org>
3568         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3569         Bug 493062 – gcj template needs AC_PROG_CC
3570         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3572         * src/anjuta-actions.h:
3573         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3574         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3576 === anjuta 2.3.0 ===
3578 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3580         * AUTHORS: Updated
3582 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3584         * ChangeLog: Tagged 2.3.0 release.
3586         * plugins/indent/Makefile.am: Fixed indentation.
3588         * plugins/editor/aneditor-autocomplete.cxx:
3589         * plugins/editor/aneditor-priv.h:
3590         * plugins/editor/aneditor.cxx:
3591         * plugins/editor/aneditor.h: Commented out dead codes.
3593         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3594         Do not build symbol-db by
3595         default. Added 'unstable' in plugin description to signify it's
3596         developmental state.
3598         * plugins/file-manager/Makefile.am,
3599         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3601 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3603         * plugins/debug-manager/utilities.c,
3604         plugins/debug-manager/utilities.h,
3605         plugins/debug-manager/threads.c,
3606         plugins/debug-manager/plugin.c,
3607         plugins/debug-manager/plugin.h,
3608         plugins/debug-manager/disassemble.h,
3609         plugins/debug-manager/watch.c,
3610         plugins/debug-manager/watch.h,
3611         plugins/debug-manager/breakpoints.c,
3612         plugins/debug-manager/stack_trace.c:
3613         Replace few remaining function calls by signal 
3615         * plugins/debug-manager/disassemble.c,
3616         plugins/debug-manager/registers.c,
3617         plugins/debug-manager/memory.c,
3618         plugins/debug-manager/locals.c,
3619         plugins/debug-manager/queue.c,
3620         plugins/debug-manager/queue.h:
3621         Connect signals when debugger is started
3622         Disconnect them when debugger is stopped
3623         Do not display window if debugger doesn't support feature
3625         * plugins/gdb/plugin.c,
3626         libanjuta/interfaces/libanjuta.idl:
3627         Remove unused initialization function
3629 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3631         * configure.in:
3632         * plugins/file-manager/Makefile.am:
3633         * scripts/build-schemas.mk: Fixed 'make distcheck'
3635 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3637         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3638         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3639         to latest API additions.
3641         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3642         to API changes.
3644 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3646         * ChangeLog: Fixed indentation.
3647         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3648         branch.
3650 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3652         * libanjuta/interfaces/libanjuta.idl:
3653         * plugins/build-basic-autotools/build-basic-autotools.c:
3654         (build_compile_file_real), (build_build_project),
3655         (build_install_project), (build_clean_project),
3656         (build_configure_project), (build_autogen_project),
3657         (build_distribution_project), (build_build_module),
3658         (build_install_module), (build_clean_module), (fm_build),
3659         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3660         (finalize), (basic_autotools_plugin_instance_init),
3661         (ibuildable_set_command), (ibuildable_reset_commands),
3662         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3663         (ibuildable_install), (ibuildable_configure),
3664         (ibuildable_generate), (ibuildable_iface_init):
3665         * plugins/build-basic-autotools/build-basic-autotools.h:
3667         Added API for commands override in build interface and implemented
3668         them in build plugin. Useful for other plugins override build
3669         commands depending on project environment.
3671 2007-10-28  Naba Kumar  <naba@gnome.org>
3673         * src/anjuta.glade,
3674         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3675         Fixed widget alignment for dock switcher tab style combo and
3676         scratchbox path entrybox.
3678 2007-10-28  Johannes Schmid <jhs@gnome.org>
3680         * plugins/document-manager/plugin.c: (on_editor_changed):
3681         Fixed a memory leak and simplified code (thanks again Sébastien)
3682         
3683         * configure.in:
3684         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3685         and OFFSET sql statements)
3687 2007-10-28  Massimo Cora' <maxcvs@email.it>
3689         * plugins/symbol-db/plugin.c,
3690         plugins/symbol-db/symbol-db-engine.h,
3691         plugins/symbol-db/symbol-db-view.c,
3692         plugins/symbol-db/symbol-db-view.c,
3693         plugins/symbol-db/symbol-db-view-locals.c,
3694         plugins/symbol-db/symbol-db-view-locals.h,
3695         plugins/symbol-db/symbol-db-engine.c:
3696         Better end-of-file-scan detection, permitting
3697         an improved scope/inheritance parsing.
3698         Locals tab gtktree now displays correct
3699         namespace->class->children tree, even if
3700         in a C++ file there isn't class declaration.
3702 2007-10-27  Johannes Schmid <jhs@gnome.org>
3704         Patch from Stanislav Brabec <sbrabec@suse.cz>
3705         * configure.in:
3706         Bug 489798 – Do not rely on svn-config
3708         Patch from Michael Wolf <maw@ximian.com>:
3709         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3710         (egg_tree_model_filter_remove_node),
3711         (egg_tree_model_filter_row_deleted):
3712         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3714 2007-10-27  Johannes Schmid <jhs@gnome.org>
3716         * plugins/devhelp/anjuta-devhelp.ui:
3717         * plugins/message-view/anjuta-message-manager.ui:
3719         Added some separators to the toolbar
3720         
3721         * plugins/document-manager/plugin.c:
3722         (on_support_plugin_deactivated), (load_new_support_plugins),
3723         (unload_unused_support_plugins), (on_editor_changed):
3724         
3725         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3726         for pointing out that is was crap.
3728 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3730         * libanjuta/interfaces/libanjuta.idl,
3731         libanjuta/anjuta-plugin-manager.c,
3732         libanjuta/anjuta-plugin-manager.h,
3733         libanjuta/anjuta-c-plugin-factory.c,
3734         libanjuta/anjuta-c-module.h,
3735         libanjuta/anjuta-c-module.c:
3736         Report detailled error message in case of plugin loading failure
3738 2007-10-24  Johannes Schmid <jhs@gnome.org>
3740         * configure.in:
3741         * plugins/Makefile.am:
3742         
3743         Activate build of symbol-db plugin (when libgda is available)
3744         
3745         * plugins/document-manager/plugin.c:
3746         (on_support_plugin_deactivated), (on_editor_changed):
3747         
3748         Properly handle language support plugins even when they are
3749         unloaded by the session.
3750         
3751         * plugins/symbol-db/plugin.c: (register_stock_icons),
3752         Port to new REGISTER_ICONS stuff
3753   
3754 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3756         * plugins/symbol-db/plugin.c,
3757         * plugins/symbol-db/symbol-db-view.c
3758         * plugins/symbol-db/symbol-db-engine.h,
3759         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3760         * plugins/symbol-db/symbol-db-view-locals.c,
3761         * plugins/symbol-db/symbol-db-view-locals.h,
3762         * plugins/symbol-db/symbol-db-engine.c:
3763         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3764         Added a new algorithm for dynamic population of the local symbols' tab.
3765         Now the default view is tree-like.
3766         Some fixes on engine correct some population issues.    
3768 2007-10-23  Naba Kumar  <naba@gnome.org>
3770         * plugins/glade/Makefile.am: Corrected conditional not to install
3771         .plugin file if plugin is disabled.
3772         * plugins/sourceview/Makefile.am: Corrected conditional not to
3773         install schemas if plugin is not built.
3775 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3777         * plugins/debug-manager/queue.c:
3778         Fix #488061: Mutiple crash dialogs
3780         * plugins/gdb/debugger.c,
3781         plugins/gdb/debugger.h:
3782         Remove maximum gdb command length, should fix bug#474811
3784 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3786         * manuals/reference/libanjuta/plugin-description-file.sgml,
3787         manuals/reference/libanjuta/libanjuta-docs.sgml,
3788         manuals/reference/libanjuta/libanjuta-sections.txt,
3789         libanjuta/interfaces/libanjuta.idl,
3790         libanjuta/anjuta-c-module.c,
3791         libanjuta/anjuta-c-plugin-factory.c:
3792         Document last changes in plugin code
3794 2007-10-19  Johannes Schmid <jhs@gnome.org>
3796         * plugins/subversion/subversion-callbacks.c: (check_filename):
3797         
3798         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3800 2007-10-19  Naba Kumar  <naba@gnome.org>
3802         * plugins/file-manager/file-model.c: Fixed a critical runtime
3803         warning.
3805 2007-10-18  Johannes Schmid <jhs@gnome.org>
3807         * libanjuta/anjuta-ui.h:
3808         Small fix on icon macros
3809         
3810         * libanjuta/interfaces/libanjuta.idl:
3811         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3812         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3813         (ilanguage_iface_init):
3814         
3815         Added get_from_editor() and get_name_from_editor() methods
3816         to IAnjutaLanguage
3817         
3818         * plugins/document-manager/plugin.c:
3819         (update_editor_ui_interface_items), (on_editor_changed):
3820         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3821         .in:
3822         * plugins/language-support-cpp-java/plugin.c: (install_support):
3823         
3824         Ported plugins to use the new interface
3826 2007-10-17  Johannes Schmid <jhs@gnome.org>
3828         * libanjuta/anjuta-ui.h:
3829         
3830         Added macros to register stock icons to stop all this copy&paste
3831         which had spread over a lot of files. New macros support to add 
3832         icons with toolbar and menu size (16 and 24)
3833         
3834         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3835         * plugins/debug-manager/images/anjuta-attach.svg:
3836         * plugins/debug-manager/images/anjuta-step-out.svg:
3837         * plugins/debug-manager/images/anjuta-step-over.svg:
3838         * plugins/debug-manager/plugin.c: (register_stock_icons):
3839         * plugins/document-manager/images/Makefile.am:
3840         * plugins/document-manager/images/anjuta-block-end.svg:
3841         * plugins/document-manager/images/anjuta-block-start.svg:
3842         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3843         * plugins/document-manager/images/anjuta-bookmark.svg:
3844         * plugins/document-manager/images/anjuta-go-history-next.svg:
3845         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3846         * plugins/document-manager/plugin.c: (register_stock_icons):
3847         * plugins/glade/plugin.c: (register_stock_icons):
3848         * plugins/language-support-cpp-java/plugin.c:
3849         (register_stock_icons):
3850         * plugins/message-view/Makefile.am:
3851         * plugins/message-view/anjuta-go-message-next.svg:
3852         * plugins/message-view/anjuta-go-message-prev.svg:
3853         * plugins/message-view/anjuta-message-view.svg:
3854         * plugins/message-view/messages.xpm:
3855         * plugins/message-view/plugin.c: (register_stock_icons):
3856         * plugins/patch/plugin.c: (patch_plugin_activate):
3857         * plugins/project-manager/plugin.c: (register_stock_icons):
3858         * plugins/search/Makefile.am:
3859         * plugins/search/anjuta-go-match-next.svg:
3860         * plugins/search/anjuta-go-match-prev.svg:
3861         * plugins/search/plugin.c: (activate_plugin):
3862         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3863         * plugins/terminal/terminal.c: (register_stock_icons):
3864         * plugins/valgrind/plugin.c: (register_stock_icons):
3865         
3866         Updated to use the new icons and added several new and updated 
3867         icons from #480093
3869 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3871         * libanjuta/anjuta-plugin-handle.c,
3872         libanjuta/anjuta-plugin-handle.h:
3873         Add a new path property containing the directory of the .plugin
3874         file, library file (.so or whatever) must be in the same directory
3876         * libanjuta/anjuta-plugin-manager.c,
3877         libanjuta/interfaces/libanjuta.idl,
3878         (removed) libanjuta/anjuta-glue-plugin.c,
3879         (removed) libanjuta/anjuta-glue-plugin.h,
3880         (removed) libanjuta/anjuta-glue-c.c,
3881         (removed) libanjuta/anjuta-glue-c.h,
3882         (removed) libanjuta/anjuta-glue-cpp.c,
3883         (removed) libanjuta/anjuta-glue-cpp.h,
3884         (removed) libanjuta/anjuta-glue-factory.c,
3885         (removed) libanjuta/anjuta-glue-factory.h,
3886         (added) libanjuta/anjuta-c-module.c,
3887         (added) libanjuta/anjuta-c-module.h,
3888         (added) libanjuta/anjuta-c-plugin-factory.c,
3889         (added) libanjuta/anjuta-c-plugin-factory.h,
3890         libanjuta/Makefile.am:
3891         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3892         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3893         implementing IAnjutaPluginFactory
3894         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3896         * libanjuta/libanjuta.h:
3897         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3898         interface)
3900         * libanjuta/anjuta-plugin.h:
3901         Replace AnjutaGluePlugin by GTypeModule
3902         Remove unused anjuta_glue_get_component_type replaced by
3903         g_type_from_name
3905         * plugins/build-basic-autotools/build-basic-autotools.h,
3906         plugins/class-gen/plugin.h,
3907         plugins/class-inheritance/plugin.h,
3908         plugins/cvs-plugin/plugin.h,
3909         plugins/debug-manager/plugin.h,
3910         plugins/devhelp/plugin.h,
3911         plugins/document-manager/plugin.h,
3912         plugins/editor/plugin.h,
3913         plugins/file-loader/plugin.h,
3914         plugins/file-wizard/plugin.h,
3915         plugins/gdb/plugin.h,
3916         plugins/glade/plugin.h,
3917         plugins/gtodo/plugin.h,
3918         plugins/indent/plugin.h,
3919         plugins/language-manager/plugin.h,
3920         plugins/language-support-cpp-java/plugin.h,
3921         plugins/macro/plugin.h,
3922         plugins/message-view/plugin.h,
3923         plugins/patch/plugin.h,
3924         plugins/profiler/plugin.h,
3925         plugins/project-import/plugin.h,
3926         plugins/project-manager/plugin.h,
3927         plugins/project-wizard/plugin.h,
3928         plugins/sample1/plugin.h,
3929         plugins/search/plugin.h,
3930         plugins/sourceview/plugin.h,
3931         plugins/subversion/plugin.h,
3932         plugins/symbol-browser/plugin.h,
3933         plugins/symbol-db/plugin.h,
3934         plugins/terminal/terminal.c,
3935         plugins/tools/plugin.h,
3936         plugins/valgrind/plugin.h:
3937         Replace AnjutaGluePlugin by GTypeModule
3939 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3941         * plugins/debug-manager/breakpoints.c:
3942         Fix bug#487112, crash while removing a breakpoint in a new file
3944 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3946         * plugins/document-manager/search-box.c:
3947         Fix a crash (with an useful comment) focus-out-event handler must
3948         return a gboolean
3950 2007-10-14 Johannes Schmid <jhs@gnome.org>
3952         * plugins/sourceview/sourceview.c:
3953         Hide calltip when "Up" or "Down" key is pressed
3955 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3957         * plugins/document-manager/search-box.c:
3958         Change included file order to avoid a compile error with gnome 2.16
3960 2007-10-13  Johannes Schmid <jhs@gnome.org>
3962         * plugins/debug-manager/plugin.c: (enable_log_view):
3963         
3964         Fixed crash when closing a project and unloading another while
3965         the debugger is enabled
3967 2007-10-13  Johannes Schmid <jhs@gnome.org>
3969         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3970         
3971         Use correct breakpoint icon
3972         
3973         * plugins/devhelp/Makefile.am:
3974         * plugins/devhelp/anjuta-go-help-next.svg:
3975         * plugins/devhelp/anjuta-go-help-prev.svg:
3976         * plugins/devhelp/plugin.c: (register_stock_icons),
3977         (devhelp_activate):
3978         
3979         Added new icons from #480093
3980         
3981         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3982         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3983         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3984         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3985         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3986         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3987         * plugins/message-view/anjuta-go-message-next.svg:
3988         * plugins/message-view/anjuta-go-message-prev.svg:
3989         
3990         Updated icons from #480093
3991                 
3992         * src/anjuta-actions.h:
3993         Use GTK_STOCK_FULLSCREEN
3994         
3995         * src/anjuta-app.c: (on_gdl_style_changed),
3996         (anjuta_app_instance_init):
3997         * src/anjuta.glade:
3998         
3999         Added preference option to set the gdl switcher style
4001 2007-10-13  Johannes Schmid <jhs@gnome.org>
4003         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4004         (get_property_value_as_string), (set_property_value_as_string),
4005         (register_callbacks):
4006         * libanjuta/anjuta-preferences.h:
4007         
4008         Support GtkFileChooserButton as preferences widget
4009         
4010         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4011         
4012         Fixed a Gtk-Critical
4013         
4014         * plugins/file-manager/Makefile.am:
4015         * plugins/file-manager/file-model.c: (file_model_filter_file),
4016         (file_model_add_dummy), (file_model_expand_idle),
4017         (file_model_set_property), (file_model_get_property),
4018         (file_model_class_init):
4019         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
4020         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
4021         (file_manager_activate), (file_manager_finalize),
4022         (file_manager_instance_init), (ipreferences_merge),
4023         (ipreferences_unmerge), (ipreferences_iface_init):
4024         * plugins/file-manager/plugin.h:
4025         
4026         Added preferences to file-manager
4028         * plugins/glade/plugin.c: (activate_plugin):
4029         
4030         Move Properties widget into center because it is way to big
4031         for the sidebar
4033 2007-10-10  Johannes Schmid <jhs@gnome.org>
4035         * plugins/language-support-cpp-java/Makefile.am:
4036         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
4037         * plugins/language-support-cpp-java/anjuta-complete.svg:
4038         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
4039         * plugins/language-support-cpp-java/plugin.c:
4040         (register_stock_icons):
4041         
4042         And yet some more icons...
4044 2007-10-10  Johannes Schmid <jhs@gnome.org>
4046         * plugins/debug-manager/breakpoints.c:
4047         * plugins/debug-manager/images/Makefile.am:
4048         * plugins/debug-manager/images/anjuta-bookmark.svg:
4049         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
4050         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
4051         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
4052         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
4053         * plugins/debug-manager/images/anjuta-linemark.svg:
4054         * plugins/debug-manager/images/anjuta-pcmark.svg:
4055         * plugins/debug-manager/plugin.c: (register_stock_icons):
4056         * plugins/debug-manager/sparse_view.c:
4057         * plugins/document-manager/images/Makefile.am:
4058         * plugins/document-manager/images/anjuta-block-select.svg:
4059         * plugins/document-manager/images/anjuta-fold-close.svg:
4060         * plugins/document-manager/images/anjuta-fold-open.svg:
4061         * plugins/document-manager/images/anjuta-fold-toggle.svg:
4062         * plugins/document-manager/images/anjuta-indent-less.svg:
4063         * plugins/document-manager/images/anjuta-indent-more.svg:
4064         * plugins/document-manager/images/anjuta-swap.svg:
4065         * plugins/document-manager/images/block_select.xpm:
4066         * plugins/document-manager/images/fold_close.xpm:
4067         * plugins/document-manager/images/fold_open.xpm:
4068         * plugins/document-manager/images/fold_toggle.xpm:
4069         * plugins/document-manager/images/indent.xpm:
4070         * plugins/document-manager/images/indent_dcr.xpm:
4071         * plugins/document-manager/images/indent_inc.xpm:
4072         * plugins/document-manager/plugin.c: (register_stock_icons):    
4073         * plugins/editor/Makefile.am:
4074         * plugins/editor/anjuta-bookmark-16.xpm:
4075         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
4076         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
4077         * plugins/editor/anjuta-linemark-16.xpm:
4078         * plugins/editor/anjuta-pcmark-16.xpm:
4079         * plugins/editor/bookmark.xpm:
4080         * plugins/editor/breakpoint-disabled.xpm:
4081         * plugins/editor/breakpoint-enabled.xpm:
4082         * plugins/editor/linemarker.xpm:
4083         * plugins/editor/program-counter.xpm:
4084         * plugins/editor/text_editor.c:
4085         * plugins/message-view/Makefile.am:
4086         * plugins/message-view/anjuta-go-message-next.svg:
4087         * plugins/message-view/anjuta-go-message-prev.svg:
4088         * plugins/message-view/anjuta-message-manager.ui:
4089         * plugins/message-view/plugin.c:
4090         * plugins/sourceview/Makefile.am:
4091         * plugins/sourceview/sourceview.c:
4093         Integrated lots of icons from #480093
4094         Thanks to <tpgww@onepost.net>
4096         * plugins/document-manager/plugin.c:
4097         Do not mark the line in ifile_open(), that looks ugly.
4098         
4099         * plugins/document-manager/search-box.c: (on_search_focus_out),
4100         (search_box_init):
4101         Clear the status bar on focus_out.
4102         
4103         * plugins/file-loader/anjuta-loader-plugin.ui:
4104         Fixed a missing "="
4106 2007-10-09  Johannes Schmid <jhs@gnome.org>
4108         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
4109         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
4111         Some things I missed in the patch for #484419
4112         
4113         * plugins/document-manager/action-callbacks.c:
4114         (on_new_file_activate):
4115         * plugins/document-manager/action-callbacks.h:
4116         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4117         (on_window_key_press_event), (on_gconf_notify_timer):
4118         
4119         484645 – patch to deal with docman FIXME etc
4120         
4121         * plugins/editor/text_editor.c: (text_editor_set_indicator):
4122         * plugins/search/search-replace.c: (search_and_replace),
4123         (write_message_pane), (search_replace_populate),
4124         (translate_dialog_strings), (create_dialog),
4125         (anjuta_search_replace_activate):
4126         * plugins/search/search-replace_backend.c:
4127         (file_buffer_new_from_path), (get_next_match),
4128         (create_search_entries), (regex_backref),
4129         (clear_search_replace_instance):
4130         * plugins/search/search-replace_backend.h:
4131         
4132         #484573 – patch to correct various search-related issues
4133         
4134         Thanks for the above patches to <tpgww@onepost.net>
4135         
4136         * plugins/sourceview/sourceview.c:
4137         (sourceview_create_highligth_indic):
4138         
4139         Use the same marker for important as gedit (yellow background)
4141         * plugins/document-manager/anjuta-document-manager.ui:
4142         * plugins/file-loader/anjuta-file-loader.ui:
4143         * plugins/file-loader/plugin.c:
4144         
4145         Moved FileNew action to document-manager
4147 2007-10-08  Johannes Schmid <jhs@gnome.org>
4149         * plugins/document-manager/search-box.c: (on_search_activated):
4150         Mark messages for translation
4152 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
4154         reviewed by: Johannes Schmid <jhs@gnome.org>
4156         * plugins/Makefile.am:
4157         * plugins/build-basic-autotools/build-basic-autotools.c:
4158         (build_compile_file_real):
4159         * plugins/search/search-replace.c:
4160         * plugins/valgrind/preferences.c: (build_general_prefs):
4161         
4162         Fix #484379 – Contents of Makefile.am plugins and
4163         #484419 – Improvement into translation
4165 2007-10-06  Johannes Schmid <jhs@gnome.org>
4167         * libanjuta/interfaces/anjuta-idl-compiler.pl:
4169         Fixed to properly support pointer-to-pointer (**) types
4171         * libanjuta/interfaces/libanjuta.idl:
4172         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
4173         * plugins/sourceview/sourceview-cell.h:
4174         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
4175         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
4176         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
4177         (isearch_backward), (isearch_iface_init):
4178         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
4179         (itext_editor_iface_init), (iselection_set_iter),
4180         (iselection_get_start_iter), (iselection_get_end_iter),
4181         (iselection_iface_init), (isearch_forward), (isearch_backward),
4182         (isearch_iface_init):
4183         
4184         Added IAnjutaEditorSearch interface and some utility methods to
4185         migrate from positions to iterators for the editor interface.
4186         
4187         * plugins/document-manager/Makefile.am:
4188         * plugins/document-manager/action-callbacks.c:
4189         (on_goto_line_no1_activate), (on_show_search):
4190         * plugins/document-manager/action-callbacks.h:
4191         * plugins/document-manager/anjuta-docman.c:
4192         (anjuta_docman_add_document), (anjuta_docman_show_editor),
4193         (anjuta_docman_grab_text_focus):
4194         * plugins/document-manager/anjuta-document-manager.ui:
4195         * plugins/document-manager/goto_line.c: (removed)
4196         * plugins/document-manager/goto_line.h: (removed)
4197         * plugins/document-manager/search-box.c:
4198         * plugins/document-manager/search-box.h:
4199         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
4200         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
4201         (update_editor_ui_interface_items), (on_editor_added),
4202         (activate_plugin), (deactivate_plugin):
4203         * plugins/document-manager/plugin.h:
4204         
4205         Created new incremental "Quick Search" bar in the document manager to
4206         replace the crappy EggToolbar entries. Uses the new search interface and
4207         it thus much faster and more reliable.
4208         Fixes: 
4209         Bug 357544 – incremental search should work consistently (or not at all) 
4210         when main toolbar is hidden
4211         Bug 440637 – Search, don't work very well (partly for incremental search)
4212         
4213         * plugins/search/anjuta-search.ui:
4214         * plugins/search/plugin.c: (activate_plugin):
4215         
4216         Removed incremental search stuff
4217         
4218         * plugins/build-basic-autotools/build-basic-autotools.c:
4219         (on_session_save), (on_session_load):
4220         * plugins/build-basic-autotools/executer.c:
4221         (get_program_parameters):
4222         
4223         Scroll to selected executable and remember it across sessions
4224         (followup of #477976)
4225         
4226         * plugins/debug-manager/plugin.c: (value_added_current_editor):
4227         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
4228         
4229         * plugins/devhelp/anjuta-devhelp.ui:
4230         Rearraged toolbar items a bit
4232 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4234         * plugins/debug-manager/command.c,
4235         plugins/debug-manager/queue.c,
4236         plugins/gdb/plugin.c,
4237         plugins/gdb/debugger.c:
4238         Fix several crashing bugs (including bug#482985) with the debugger
4239         when closing project, stopping the debugger, restarting the program
4241 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
4243         * libanjuta/anjuta-launcher.c:
4244         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
4246 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
4248         * plugins/debug-manager/command.c,
4249         plugins/debug-manager/queue.c:
4250         Asynchronous command can abort other commands in queue
4251         Resynchronize debugger state when a command is cancelled
4253         * plugins/debug-manager/breakpoints.c:
4254         Free BreakpointItem only when it is not used anymore
4256         * plugins/gdb/plugin.c:
4257         Do not return TRUE if the callback and/or ready signal is not used
4259         * plugins/gdb/debugger.c:
4260         Fix a crash, return correct state when debugger is stopped
4262 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
4264         * plugins/project-wizard/autogen.c:
4265         Fix bug#482067, escape project wizard user defined strings
4267 2007-10-01  Johannes Schmid <jhs@gnome.org>
4269         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
4270         .glade:
4271         * plugins/build-basic-autotools/build-basic-autotools.c:
4272         (basic_autotools_plugin_instance_init):
4273         * plugins/build-basic-autotools/build-basic-autotools.h:
4274         * plugins/build-basic-autotools/executer.c:
4275         (get_program_parameters):
4276         
4277         Fixed #477976 – Keybinding in run dialog
4279 2007-09-30  Johannes Schmid <jhs@gnome.org>
4281         * plugins/Makefile.am:
4282         Do not build indent plugin (yet)
4283         
4284         * plugins/document-manager/plugin.c: (ipreferences_merge):
4285         Fixed unintentional and wrong change
4287         * plugins/indent/anjuta-indent.ui:
4288         Added missing file
4290 2007-09-28  Johannes Schmid <jhs@gnome.org>
4292         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
4293         * libanjuta/anjuta-launcher.h:
4294         Add a method to send EOF to some process. Needed for the indent plugin
4295         and should be useful in general. It does not actually send EOF as this
4296         is not possible with utf-8, but closes the stream instead.
4298         * plugins/devhelp/plugin.c: (value_added_current_editor):
4299         Fixed a Gtk-Critical due to the IAnjutaEditor - 
4300         IAnjutaDocument switch.
4302         * configure.in:
4303         * plugins/Makefile.am:
4304         * plugins/document-manager/Makefile.am:
4305         * plugins/document-manager/action-callbacks.c:
4306         * plugins/document-manager/anjuta-document-manager.glade:
4307         * plugins/document-manager/anjuta-document-manager.ui:
4308         * plugins/document-manager/images/Makefile.am:
4309         * plugins/document-manager/images/indent_auto.xpm:
4310         * plugins/document-manager/images/indent_set.xpm:
4311         * plugins/document-manager/indent-dialog.c:
4312         * plugins/document-manager/indent-dialog.h:
4313         * plugins/document-manager/indent-util.c:
4314         * plugins/document-manager/indent-util.h:
4315         * plugins/document-manager/indent_test.c:
4316         * plugins/document-manager/plugin.c: (register_stock_icons),
4317         (docman_plugin_instance_init), (ipreferences_merge):
4318         * plugins/document-manager/plugin.h:
4319         
4320         Removed indent code from document manager
4321         
4322         * plugins/indent/Makefile.am:
4323         * plugins/indent/indent-dialog.c:
4324         * plugins/indent/indent-util.c: (indent_init_indent_style):
4325         * plugins/indent/indent.glade:
4326         * plugins/indent/indent.plugin.in:
4327         * plugins/indent/plugin.c: (on_indent_finished),
4328         (on_indent_output), (on_indent_action_activate),
4329         (on_edit_editor_indent), (on_style_combo_changed),
4330         (value_added_current_editor), (value_removed_current_editor),
4331         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
4332         (indent_plugin_finalize), (indent_plugin_dispose),
4333         (anjuta_indent_plugin_instance_init),
4334         (anjuta_indent_plugin_class_init), (ipreferences_merge),
4335         (ipreferences_unmerge), (ipreferences_iface_init):
4336         * plugins/indent/plugin.h:
4338         Moved indent code to it's own plugin. Also reimplemented indent invocation
4339         using anjuta_launcher and streams. This is not yet completely working, maybe
4340         I got something wrong with the launcher.
4341         Also fixed #478987 – Unusable 'Indent setting window' on preferences
4343 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
4345         * plugins/debug-manager/plugin.c:
4346         Fix bug#480851, disconnect save_session signal when plugin is unloaded
4348 2007-09-27  Johannes Schmid <jhs@gnome.org>
4350         * libanjuta/interfaces/libanjuta.idl:
4351         * plugins/Makefile.am:
4352         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
4353         (isymbol_type_str), (isymbol_name), (isymbol_args),
4354         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
4355         (isymbol_impl), (isymbol_iface_init):
4356         * plugins/symbol-browser/an_symbol_info.c:
4357         * plugins/symbol-browser/an_symbol_info.h:
4358         * plugins/symbol-db/Makefile.am:
4359         * plugins/symbol-db/plugin.c:
4360         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
4361         (value_added_current_editor), (on_editor_foreach_clear),
4362         (value_removed_current_editor), (project_root_added),
4363         (symbol_db_activate), (symbol_db_deactivate),
4364         (isymbol_manager_search):
4365         * plugins/symbol-db/readtags.c: (initialize_1):
4366         * plugins/symbol-db/symbol-db-engine-iterator.c:
4367         (sdb_engine_iterator_instance_init),
4368         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
4369         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
4370         (symbol_db_engine_iterator_move_next),
4371         (symbol_db_engine_iterator_move_prev),
4372         (symbol_db_engine_iterator_get_n_items),
4373         (symbol_db_engine_iterator_last),
4374         (symbol_db_engine_iterator_set_position),
4375         (symbol_db_engine_iterator_get_position),
4376         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
4377         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
4378         (isymbol_iter_foreach), (isymbol_iter_set_position),
4379         (isymbol_iter_get_position), (isymbol_iter_get_length),
4380         (isymbol_iter_clone), (isymbol_iter_assign),
4381         (isymbol_iter_iface_init):
4382         * plugins/symbol-db/symbol-db-engine-iterator.h:
4383         * plugins/symbol-db/symbol-db-engine.c:
4384         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
4385         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4386         (sdb_engine_finalize), (sdb_engine_get_type),
4387         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4388         (sdb_engine_get_table_id_by_unique_name2),
4389         (sdb_engine_get_table_id_by_unique_name3),
4390         (symbol_db_engine_add_new_workspace),
4391         (symbol_db_engine_get_opened_project_name),
4392         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
4393         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
4394         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
4395         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
4396         (sdb_engine_add_new_scope_definition),
4397         (sdb_engine_add_new_tmp_heritage_scope),
4398         (sdb_engine_second_pass_update_scope_1),
4399         (sdb_engine_second_pass_update_heritage),
4400         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4401         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4402         (symbol_db_engine_update_project_symbols),
4403         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4404         (symbol_db_engine_update_buffer_symbols),
4405         (sdb_engine_walk_down_scope_path),
4406         (sdb_engine_prepare_symbol_info_sql),
4407         (symbol_db_engine_get_global_members),
4408         (symbol_db_engine_get_scope_members_by_symbol_id),
4409         (symbol_db_engine_get_scope_members),
4410         (symbol_db_engine_get_current_scope),
4411         (symbol_db_engine_get_file_symbols):
4412         * plugins/symbol-db/symbol-db-engine.h:
4413         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4414         (on_symbol_updated), (on_symbol_inserted),
4415         (symbol_db_view_locals_get_line),
4416         (symbol_db_view_locals_update_list):
4417         * plugins/symbol-db/symbol-db-view-search.c:
4418         (sdb_view_search_model_filter), (sdb_view_search_get_type):
4419         * plugins/symbol-db/symbol-db-view-search.h:
4420         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4421         (do_add_hidden_children), (do_recurse_and_add_new_sym),
4422         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4423         * plugins/symbol-db/tables.sql:
4424         * plugins/symbol-db/test/Makefile.am:
4425         * plugins/symbol-db/test/main.c: (add_new_files), (main):
4426         Updated patch from Massimo to improve symbol-db plugin
4428         * plugins/document-manager/plugin.c: (on_editor_changed):
4429         Make the code a bit more robust
4430         
4431         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4432         (anjuta_document_get_property), (anjuta_document_class_init),
4433         (anjuta_document_init), (set_uri), (document_loader_loaded),
4434         (anjuta_document_load), (document_saver_saving):
4435         * plugins/sourceview/anjuta-document.h:
4436         * plugins/sourceview/sourceview.c: (autodetect_language),
4437         (ilanguage_set_language), (ilanguage_get_language):
4438         Fix language detection on startup
4440 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
4442         * plugins/document-manager/action-callbacks.c:
4443         (on_editor_command_upper_case_activate),
4444         (on_editor_command_lower_case_activate): Leftover commit from previous
4445         commit (see last changlog entry by me).
4446         
4447         * plugins/file-manager/plugin.c: (file_manager_activate):
4448         Gave proper widget name so that layout works.
4450 2007-09-26  Johannes Schmid <jhs@gnome.org>
4452         * plugins/document-manager/plugin.c: (on_editor_changed),
4453         (docman_plugin_instance_init):
4454         Only unload/load language-support plugins if necessary.
4455         
4456         * plugins/language-manager/plugin.c: (language_manager_activate):
4457         Removed some debugging code
4459         * plugins/sourceview/sourceview.c: (on_document_saved),
4460         (ilanguage_set_language), (ilanguage_get_language):
4461         Fixed ianjuta_language interface and ensure that highlighting is
4462         activated when a new file is saved.
4463         
4464 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
4466         * libanjuta/interfaces/libanjuta.idl:
4467         * plugins/document-manager/action-callbacks.c:
4468         (on_editor_command_upper_case_activate),
4469         (on_editor_command_lower_case_activate):
4470         * plugins/editor/text_editor.c: (iselection_has_selection),
4471         (iselection_get_start), (iselection_get_end),
4472         (iselection_iface_init):
4473         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4474         * plugins/sourceview/sourceview.c: (iselect_has_selection),
4475         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4476         method and implemented it for both scintilla and sourceview editors.
4477         Updated document-manager and assist plugins to use the new method.
4479 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4481         * plugins/file-manager/file-view.c:
4482         Fix typo, allow to compile new file manager with gtk < 2.12
4484 2007-09-25  Johannes Schmid <jhs@gnome.org>
4486         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4487         Support Auto-Indent for single lines (e.g no selection);
4488         
4489         * plugins/macro/plugin.c:
4490         Do not use the same shortcut as auto-indent does
4491         
4492         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4493         Optimized keyboard navigation - do not emit char_added when only
4494         navigation keys have been pressed.
4496 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4498         * plugins/language-support-cpp-java/cpp-java-assist.c:
4499         (on_assist_chosen), (cpp_java_assist_install),
4500         (cpp_java_assist_uninstall):
4501         * plugins/language-support-cpp-java/plugin.c: (install_support),
4502         (uninstall_support): Install and uninstall support in correct order.
4503         Fixes a bug where it was installed multiple times resulting in
4504         inserting autocomplete text multiple times.
4506 2007-09-25  Johannes Schmid <jhs@gnome.org>
4508         * configure.in:
4509         Add GNOME_WARNING_FLAGS(maximum) and
4510         GNOME_CXX_WARNIGS(yes) to avoid bugs
4511         the compiler can warn you.
4512         
4513         * libegg/test-tree-utils.c: (key_test):
4514         * plugins/file-manager/file-model.c:
4515         (file_model_cancel_expand_idle), (file_model_sort),
4516         (file_model_row_expanded):
4517         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4518         (file_view_refresh), (file_view_get_selected), (file_view_init),
4519         (file_view_new):
4520         * plugins/file-manager/file-view.h:
4521         * plugins/symbol-db/readtags.c: (initialize_1):
4522         * src/main.c:
4523         
4524         Fixed the more critical warnings
4526 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4528         Icons from tpgww@onepost.net:
4529         * configure.in:
4530         * plugins/debug-manager/Makefile.am:
4531         * plugins/debug-manager/images/Makefile.am:
4532         * plugins/debug-manager/images/anjuta-attach.svg:
4533         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4534         * plugins/debug-manager/images/anjuta-step-into.svg:
4535         * plugins/debug-manager/images/anjuta-step-out.svg:
4536         * plugins/debug-manager/images/anjuta-step-over.svg:
4537         * plugins/debug-manager/plugin.c: (register_stock_icons):
4538         * plugins/document-manager/Makefile.am:
4539         * plugins/document-manager/block_select.xpm:
4540         * plugins/document-manager/fold_close.xpm:
4541         * plugins/document-manager/fold_open.xpm:
4542         * plugins/document-manager/fold_toggle.xpm:
4543         * plugins/document-manager/images/Makefile.am:
4544         * plugins/document-manager/images/anjuta-block-end.svg:
4545         * plugins/document-manager/images/anjuta-block-start.svg:
4546         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4547         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4548         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4549         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4550         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4551         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4552         * plugins/document-manager/indent.xpm:
4553         * plugins/document-manager/indent_auto.xpm:
4554         * plugins/document-manager/indent_dcr.xpm:
4555         * plugins/document-manager/indent_inc.xpm:
4556         * plugins/document-manager/indent_set.xpm:
4557         * plugins/document-manager/plugin.c: Added nicer icons for
4558         document manager and debugger. Organized icons in 'images'
4559         directories.
4561 2007-09-24  Johannes Schmid <jhs@gnome.org>
4563         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4564         Fixed a missing NULL in g_object_set.
4566 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4568         * plugins/language-support-cpp-java/cpp-java-assist.c:
4569         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4570         scope memebers just after scope operator is entered.
4572 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4574         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4575         * plugins/language-support-cpp-java/cpp-java-assist.c:
4576         (completion_function), (completion_compare),
4577         (cpp_java_assist_tag_destroy), (create_completion),
4578         (cpp_java_assist_destroy_completion_cache),
4579         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4580         Show '()' for function items in autocomplete list. Allow adding
4581         ' ' and/or '(' after function call autocompletion and have preferences
4582         settings for them.
4584 2007-09-24  Johannes Schmid <jhs@gnome.org>
4586         * sourceview.c: Reverting patch from r3157 because
4587         of side-effects
4589 2007-09-24  Johannes Schmid <jhs@gnome.org>
4591         * plugins/search/search-replace.c: (on_message_clicked):
4593         Fixed #427104 – No "highlight" of lines matching find-result
4595 2007-09-24  Johannes Schmid <jhs@gnome.org>
4597         * src/anjuta.glade:
4599         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4601 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4603         reviewed by: Johannes Schmid <jhs@gnome.org>
4605         * plugins/build-basic-autotools/executer.c: (execute_program):
4606         Fix #478238 – set env for execute programe in the terminal
4608 2007-09-24 Tom <tpgww@onepost.net>
4610         reviewed by: Johannes Schmid <jhs@gnome.org>
4612         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4613         Fix memory leak
4614         
4615         * plugins/debug-manager/disassemble.c: (on_disassemble):
4616         Correct a format string in DEBUG_PRINT()
4618 2007-09-23  Johannes Schmid <jhs@gnome.org>
4620         * plugins/sourceview/sourceview.c: (offset_to_position),
4621         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4622         (ieditor_get_position), (iselect_set), (iselect_get_start),
4623         (iselect_get_end):
4624         
4625         Fixed #Bug 440637 – Search, don't work very well
4627 2007-09-23  Johannes Schmid <jhs@gnome.org>
4629         * plugins/file-manager/file-model.c: (file_model_get_filename):
4630         * plugins/file-manager/file-model.h:
4631         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4632         (file_view_init), (file_view_class_init):
4633         * plugins/message-view/message-view.c:
4634         (message_view_query_tooltip), (message_view_dispose),
4635         (message_view_instance_init), (message_view_class_init):
4637         Added GTK+ 2.12 style tooltips to file-manager and message view.
4638         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4639         old implementation is used.
4641 2007-09-23  Johannes Schmid <jhs@gnome.org>
4643         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4644         Fixed typo
4645         
4646         * plugins/language-manager/language-manager.plugin.in:
4647         Marked UserActivatable=FALSE
4648         
4649         * plugins/language-manager/plugin.c: (load_languages),
4650         (language_manager_activate), (language_manager_deactivate),
4651         (language_manager_dispose), (language_manager_instance_init),
4652         (language_manager_find_mime_type), (language_manager_find_string),
4653         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4654         (ilanguage_get_name), (ilanguage_get_strings):
4655         
4656         Fixed various stupid bugs in language-manager plugin
4657         
4658         * plugins/symbol-db/symbol-db-engine.c:
4659         (sdb_engine_second_pass_update_scope_1):
4660         
4661         Add a g_return_if_fail to avoid a crash though still unsure
4662         what's causing it.
4664 2007-09-23  Johannes Schmid <jhs@gnome.org>
4666         * plugins/symbol-db/plugin.c: (on_project_element_added),
4667         (sources_array_free), (sources_array_add_foreach),
4668         (project_root_added):
4669         * plugins/symbol-db/symbol-db-engine.c:
4670         (symbol_db_engine_add_new_files):
4671         * plugins/symbol-db/symbol-db-engine.h:
4672         
4673         Added support for other languages than "C" to symbol-db. Now
4674         supports all languages listed by the language-manager.
4676 2007-09-23  Tom <tpgww@onepost.net>
4678         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4680         * configure.in:
4681         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4682         
4683         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4684         (anjuta_glue_factory_get_object_type):
4685         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4686         * plugins/build-basic-autotools/build-basic-autotools.c:
4687         (value_added_current_editor):
4688         * plugins/debug-manager/breakpoints.c:
4689         (breakpoints_dbase_edit_breakpoint),
4690         (on_toggle_breakpoint_activate):
4691         * plugins/debug-manager/plugin.c:
4692         (on_run_to_cursor_action_activate):
4693         * plugins/debug-manager/stack_trace.c:
4694         (dma_thread_update_stack_trace):
4695         * plugins/gdb/plugin.c:
4696         * plugins/glade/plugin.c: (ifile_open):
4697         * plugins/profiler/gprof-call-graph-view.c:
4698         * plugins/profiler/gprof-flat-profile-view.c:
4699         * plugins/profiler/gprof-function-call-tree-view.c:
4700         * plugins/profiler/gprof-options.c: (setup_widgets):
4701         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4702         * plugins/search/search-replace_backend.c:
4703         (file_buffer_new_from_te):
4704         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4705         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4706         (assist_window_get_property), (assist_window_move):
4707         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4708         (value_added_current_editor):
4709         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4710         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4711         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4712         
4713         Many small code, warnings and leak fixes
4715 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4717         * (removed) plugins/debug-manager/debugger.c,
4718         (removed) plugins/debug-manager/debugger.h,
4719         (added) plugins/debug-manager/command.c,
4720         (added) plugins/debug-manager/command.h,
4721         (added) plugins/debug-manager/queue.c,
4722         (added) plugins/debug-manager/queue.h,
4723         plugins/debug-manager/breakpoints.c,
4724         plugins/debug-manager/debug_tree.c,
4725         plugins/debug-manager/debug_tree.h,
4726         plugins/debug-manager/disassemble.c,
4727         plugins/debug-manager/disassemble.h,
4728         plugins/debug-manager/locals.c,
4729         plugins/debug-manager/locals.h,
4730         plugins/debug-manager/memory.c,
4731         plugins/debug-manager/memory.h,
4732         plugins/debug-manager/plugin.c,
4733         plugins/debug-manager/plugin.h,
4734         plugins/debug-manager/registers.c,
4735         plugins/debug-manager/registers.h,
4736         plugins/debug-manager/sharedlib.c,
4737         plugins/debug-manager/sharedlib.h,
4738         plugins/debug-manager/signals.c,
4739         plugins/debug-manager/signals.h,
4740         plugins/debug-manager/stack_trace.c,
4741         plugins/debug-manager/stack_trace.h,
4742         plugins/debug-manager/start.h,
4743         plugins/debug-manager/start.c,
4744         plugins/debug-manager/threads.c,
4745         plugins/debug-manager/threads.h,
4746         plugins/debug-manager/watch.c,
4747         plugins/debug-manager/watch.h,
4748         plugins/debug-manager/Makefile.am,
4749         plugins/gdb/debugger.c,
4750         plugins/gdb/debugger.h,
4751         plugins/gdb/plugin.c,
4752         libanjuta/interfaces/libanjuta.idl:
4753         Split debug-manager/debugger.c into command.c and queue.c
4754         Clean up debugger queue
4755         DmaDebuggerQueue object does not implement IAnjutaDebugger
4757 2007-09-23  Johannes Schmid <jhs@gnome.org>
4759         * configure.in:
4760         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4761         set correctly, etc.)
4762         
4763         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4764         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4765         (plugin_set_update):
4766         
4767         Show an error dialog instead of crashing when plugin loading fails
4769         * plugins/language-manager/Makefile.am:
4770         * plugins/language-manager/language-manager.plugin.in:
4771         * plugins/language-manager/languages.xml:
4772         * plugins/language-manager/plugin.c: (language_destroy),
4773         (load_languages), (language_manager_activate),
4774         (language_manager_deactivate), (language_manager_finalize),
4775         (language_manager_dispose), (language_manager_instance_init),
4776         (language_manager_class_init), (language_manager_find_mime_type),
4777         (language_manager_find_string), (ilanguage_get_from_mime_type),
4778         (ilanguage_get_from_string), (ilanguage_get_name),
4779         (ilanguage_get_strings), (ilanguage_iface_init):
4780         * plugins/language-manager/plugin.h:
4781         
4782         Added new language-manager plugin to have a better organisation for
4783         language names. The xml probabaly needs to be extended over time.
4784         
4785         * plugins/Makefile.am:
4786         * plugins/document-manager/plugin.c: (on_editor_changed):
4787         
4788         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4789         because it does not really save memory but makes tab switching slow.
4790         
4791         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4792         .in:
4793         * plugins/language-support-cpp-java/plugin.c: (install_support),
4794         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4795         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4796         unloading
4798         * plugins/language-support-cpp-java/cpp-java-assist.c:
4799         (cpp_java_assist_show_autocomplete):
4800         
4801         Fix autocomplete to only show valid completions
4803         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4804         Calltips always have correct size and position now
4806 2007-09-22  Johannes Schmid <jhs@gnome.org>
4808         * plugins/search/search-replace_backend.c: (get_next_match):
4809         Removed code introduced by accident that causes a crash.
4810         
4811         * plugins/sourceview/sourceview-tags.c:
4812         * plugins/sourceview/sourceview-tags.h:
4813         Removed ununsed files
4815 2007-09-22  Johannes Schmid <jhs@gnome.org>
4817         * plugins/language-support-cpp-java/cpp-java-assist.c:
4818         Fixed build error
4820 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4822         * plugins/language-support-cpp-java/cpp-java-assist.c:
4823         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4824         Increased matching brace search to 500 chars.
4826 2007-09-21  Johannes Schmid <jhs@gnome.org>
4828         * plugins/language-support-cpp-java/cpp-java-assist.c:
4829         (cpp_java_assist_get_pre_word),
4830         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4831         
4832         Added some profiling debug code
4833         
4834         * plugins/language-support-cpp-java/cpp-java-utils.c:
4835         (cpp_java_util_jump_to_matching_brace):
4836         * plugins/language-support-cpp-java/cpp-java-utils.h:
4837         * plugins/language-support-cpp-java/plugin.c:
4838         (get_line_indentation_base), (get_line_auto_indentation):
4839         
4840         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4841         avoid looping over the whole file when using calltips which is too slow and
4842         unneeded.
4843         
4844         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4845         (assist_tip_set_tips), (assist_tip_get_coordinates),
4846         (assist_tip_new):
4847         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4848         
4849         Better calltips appearance (use theme now) and avoid jumping
4850         calltips
4852 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4854         * plugins/document-manager/plugin.c:
4855         (update_editor_ui_interface_items):
4856         * plugins/language-support-cpp-java/plugin.c: (install_support),
4857         (uninstall_support): Moved autocomplete ui update code from
4858         document-manager to language-plugin.
4860 2007-09-21  Johannes Schmid <jhs@gnome.org>
4862         * libanjuta/interfaces/libanjuta.idl:
4863         
4864         Added IAnjutaLanguage interface (might still change...) for
4865         the upcoming language-manager plugin.
4866         
4867         * plugins/file-manager/Makefile.am:
4868         * plugins/file-manager/file-model.c:
4869         (file_model_cancel_expand_idle), (file_model_add_dummy),
4870         (file_model_expand_idle), (file_model_sort),
4871         (file_model_row_expanded), (file_model_row_collapsed),
4872         (file_model_init), (file_model_finalize),
4873         (file_model_set_property), (file_model_get_property),
4874         (file_model_class_init), (file_model_new), (file_model_refresh),
4875         (file_model_get_uri):
4876         * plugins/file-manager/file-model.h:
4877         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4878         (file_view_expand_row_idle), (file_view_refresh),
4879         (file_view_get_selected), (file_view_button_press_event),
4880         (file_view_selection_changed), (file_view_init),
4881         (file_view_get_property), (file_view_set_property),
4882         (file_view_finalize), (file_view_class_init):
4883         
4884         Split up model/view as far as possible and fixed some file-manager
4885         bugs (popup-menu and incorrect project loading).
4886         
4887         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4888         Use monospace font for tips.
4889         
4890         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4891         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4892         (icell_get_attribute), (icell_style_get_font_description),
4893         (icell_style_get_color), (icell_style_get_background_color),
4894         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4895         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4896         (iiter_get_length), (iiter_clone), (iiter_assign):
4898         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4899         interface. This is way faster though it has the drawback to create invalid
4900         iterators if the buffer is changed.
4902 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4904         * libanjuta/interfaces/libanjuta.idl:
4905         * plugins/document-manager/action-callbacks.c:
4906         * plugins/document-manager/anjuta-document-manager.ui:
4907         * plugins/document-manager/plugin.c: (register_stock_icons):
4908         * plugins/editor/text_editor.c:
4909         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4910         * plugins/language-support-cpp-java/cpp-java-assist.c:
4911         (cpp_java_assist_get_calltip_context):
4912         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4913         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4915         Moved autocomplete menu action from document-manager to assist plugin
4916         and got rid of deprecated autocomplete interface.
4918 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4920         * libanjuta/interfaces/libanjuta.idl:
4921         * plugins/editor/text_editor.c: (iassist_iface_init):
4922         * plugins/language-support-cpp-java/cpp-java-assist.c:
4923         (cpp_java_assist_check), (on_assist_chosen):
4924         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4925         Removed react() methods in both editors and assist interface. Assist
4926         plugin itself handles setting the autocomplete. Also fixed
4927         some mem leaks.
4929 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4931         * plugins/file-manager/Makefile.am:
4932         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4933         (file_view_expand_idle), (file_view_init):
4934         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4935         (file_manager_set_default_uri), (project_root_added),
4936         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4937         (file_manager_activate), (file_manager_deactivate),
4938         (file_manager_instance_init), (file_manager_class_init),
4939         (ifile_manager_set_root), (ifile_manager_set_selected),
4940         (ifile_manager_iface_init): Adjusted white spaces to match
4941         anjuta convention.
4943 2007-09-19  Naba Kumar  <naba@gnome.org>
4945         * libanjuta/interfaces/libanjuta.idl:
4946         * plugins/editor/text_editor.c: (text_editor_instance_init),
4947         (iassist_show_tips), (iassist_cancel_tips),
4948         (iassist_hide_suggestions), (iassist_iface_init):
4949         * plugins/editor/text_editor.h:
4950         * plugins/editor/text_editor_cbs.c:
4951         (on_text_editor_scintilla_notify):
4952         * plugins/language-support-cpp-java/cpp-java-assist.c:
4953         (is_scope_context_character), (is_word_character),
4954         (create_completion), (cpp_java_assist_get_scope_context),
4955         (cpp_java_assist_get_pre_word),
4956         (cpp_java_assist_get_scope_operator),
4957         (cpp_java_assist_destroy_completion_cache),
4958         (cpp_java_assist_create_scope_completion_cache),
4959         (cpp_java_assist_create_word_completion_cache),
4960         (cpp_java_assist_show_autocomplete),
4961         (cpp_java_assist_get_calltip_context),
4962         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4963         (on_editor_char_added), (on_assist_chosen),
4964         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4965         (cpp_java_assist_init), (cpp_java_assist_finalize):
4966         * plugins/language-support-cpp-java/cpp-java-assist.h:
4967         * plugins/language-support-cpp-java/plugin.c:
4968         (initialize_indentation_params):
4969         * plugins/sourceview/assist-tip.c:
4970         * plugins/sourceview/assist-tip.h:
4971         * plugins/sourceview/sourceview-private.h:
4972         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4973         (on_assist_tip_destroyed), (on_assist_cancel),
4974         (on_document_char_added), (iassist_get_suggestions),
4975         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4976         
4977         Implement state-less assistance so that assist can be evaluated
4978         any given time at any position. Changed IAnjutaEditorAssist interfance
4979         and implementations and removed any state management in editors.
4981 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4983         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4984         completion items sorting and avoided unnecssary sorts.
4986         * plugins/text-editor.c: Fixed state.
4988 2007-09-17  Johannes Schmid <jhs@gnome.org>
4990         * plugins/language-support-cpp-java/cpp-java-assist.c:
4991         (on_assist_begin):
4992         
4993         Fixed calltips in sourceview
4995 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4997         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4998         completion items preparation time. Fixed a crash bug.
5000         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5001         Set buffer size (From Massimo, required for symbol-db).
5003         * libanjuta/interfaces/libanjuta.idl: Also pass position information
5004         for suggestions.
5006         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
5007         change in API.
5009         * plugins/editor/aneditor-autocomplete.cxx,
5010         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
5011         Added ANE_GETWORDBEFORECARAT command.
5013         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
5014         using assist interface.
5016         * plugins/editor/text_editor.c: (text_editor_instance_init),
5017         (text_editor_get_word_before_carat),
5018         (text_editor_get_current_word), (iassist_add_trigger),
5019         (iassist_remove_trigger), (on_assist_canceled),
5020         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
5021         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
5022         * plugins/editor/text_editor.h:
5023         * plugins/editor/text_editor_cbs.c: (trigger_size),
5024         (max_trigger_size), (text_editor_check_assist),
5025         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
5026         interface.
5028         * plugins/language-support-cpp-java/Makefile.am:
5029         * plugins/language-support-cpp-java/plugin.c:
5030         (get_line_indentation_base), (get_line_auto_indentation),
5031         (install_support), (uninstall_support),
5032         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
5033         (cpp_java_plugin_instance_init):
5034         * plugins/language-support-cpp-java/plugin.h:
5035         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
5036         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
5037         Make assist a separate class.
5039 2007-09-14  Johannes Schmid <jhs@gnome.org>
5041         * plugins/sourceview/sourceview.c: (iassist_suggest):
5042         Fixed changed char_alignment paramter in language-support
5043         plugin
5045 2007-09-14  Naba Kumar  <naba@gnome.org>
5047         * plugins/language-support-cpp-java/plugin.c: Send the right
5048         'char_alignment' paramenter (needs fixing in sourceview).
5050 2007-09-13  Johannes Schmid <jhs@gnome.org>
5052         * anjuta.anjuta:
5053         * plugins/project-wizard/templates/minimal/project.anjuta:
5054         Use IAnjutaSymbolManager instead of loading the plugin directly.
5055         (TODO: Think of a version to do this for older files...)
5057         * configure.in:
5058         * plugins/Makefile.am:
5059         * plugins/symbol-db/Makefile.am:
5060         
5061         Build symbol-db plugin if libgda-3.0 is found
5063 2007-09-13  Johannes Schmid <jhs@gnome.org>
5065         * plugins/sourceview/Makefile.am:
5066         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
5067         (set_uri):
5068         * plugins/sourceview/anjuta-document.h:
5069         Removed lots of dead code
5070         
5071         * plugins/sourceview/anjuta-languages-manager.c:
5072         * plugins/sourceview/anjuta-languages-manager.h:
5073         removed completely
5074         
5075         * plugins/sourceview/sourceview.c: (on_document_char_added),
5076         (on_document_loaded), (sourceview_instance_init),
5077         (iselect_get_start), (iselect_get_end),
5078         (ilanguage_get_supported_languages), (ilanguage_set_language):
5079         
5080         Fixed selection handling and make some adaptions for the changes 
5081         mentioned above
5083 2007-09-13  Johannes Schmid <jhs@gnome.org>
5085         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
5086         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5087         (on_assist_update):
5088         
5089         Added preferences to language support completion/calltips
5090         
5091         * plugins/sourceview/assist-window.c: (assist_window_update):
5093         Always select first entry
5095         * plugins/sourceview/sourceview.glade:
5096         Removed old completion preferences
5098 2007-09-11  Naba Kumar  <naba@gnome.org>
5100         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
5101         and possible crash when pressing ctrl+d in terminal after preferences
5102         window has been shown once (no need for backport).
5104         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
5105         implementations to get warnings instead of crashes for unimplemented
5106         interface methods.
5108 2007-09-11   Massimo Cora' <maxcvs@email.it>
5110         Reviewed by: Naba Kumar  <naba@gnome.org>
5112         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
5113         * plugins/symbol-db/*:
5114         Added new symbol-database backend based on SQLite 3.
5115         (does not enabled for build currently).
5117 2007-09-10  Johannes Schmid <jhs@gnome.org>
5119         * anjuta.anjuta:
5120         * configure.in:
5121         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
5122         (parse_info_init), (parse_info_free), (valid_element),
5123         (start_element_handler), (end_element_handler), (text_handler),
5124         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
5125         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5126         (egg_recent_model_monitor), (egg_recent_model_read),
5127         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5128         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5129         (egg_recent_model_set_property), (egg_recent_model_class_init),
5130         (egg_recent_model_init), (egg_recent_model_add_full),
5131         (egg_recent_model_delete), (egg_recent_model_get_list),
5132         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5133         (egg_recent_model_set_filter_mime_types),
5134         (egg_recent_model_clear_group_filter),
5135         (egg_recent_model_set_filter_groups),
5136         (egg_recent_model_clear_scheme_filter),
5137         (egg_recent_model_set_filter_uri_schemes),
5138         (egg_recent_model_remove_expired):
5139         
5140         Update EggRecent (#456465)
5142 2007-09-10  Johannes Schmid <jhs@gnome.org>
5144         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
5145         (anjuta_plugin_manager_get_plugin):
5146         * plugins/profiler/gprof-call-graph-view.c:
5147         (gprof_call_graph_view_create_columns):
5148         * plugins/profiler/gprof-flat-profile-view.c:
5149         (gprof_flat_profile_view_create_columns):
5150         * plugins/profiler/gprof-function-call-tree-view.c:
5151         (gprof_function_call_tree_view_create_columns):
5152         
5153         Fixed #466031 – Update of pieces of menus for Localization
5155 2007-09-10  Johannes Schmid <jhs@gnome.org>
5157         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
5158         Bug 343522 – anjuta: Unable to execute commands that use options.
5160 2007-09-09  Johannes Schmid <jhs@gnome.org>
5162         * plugins/document-manager/anjuta-docman.c:
5163         (anjuta_docman_update_page_label):
5164         
5165         Fixed #458034 – Method of indicating unsaved changes breaks convention
5166         
5167         * plugins/document-manager/plugin.c: (update_title),
5168         (value_added_project_root_uri), (value_removed_project_root_uri),
5169         (on_editor_changed), (activate_plugin):
5170         * plugins/document-manager/plugin.h:
5171         * plugins/project-manager/plugin.c: (on_profile_scoped),
5172         (on_profile_descoped), (ifile_open):
5173         
5174         Fixed #427390 – Show path of item in currently focused editor window
5176 2007-09-09  Johannes Schmid <jhs@gnome.org>
5178         * plugins/search/plugin.c: (on_toolbar_find_clicked),
5179         (on_toolbar_find_incremental):
5180         Fix incremental search
5181         
5182         * plugins/sourceview/sourceview.c: (on_document_char_added),
5183         (set_select):
5184         Fixed selection management
5186 2007-09-09  Johannes Schmid <jhs@gnome.org>
5188         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5189         Fixed memory leak
5191         * libanjuta/interfaces/libanjuta.idl:
5192         Extended IAnjutaEditorAssist interface
5193         
5194         * plugins/language-support-cpp-java/plugin.c:
5195         (jump_to_matching_brace), (add_tags), (on_assist_begin),
5196         (assist_cleanup), (on_assist_chosen), (on_assist_update),
5197         (context_character), (get_context), (function_parser),
5198         (cpp_member_parser), (install_assist), (uninstall_assist),
5199         (get_line_indentation_base), (get_line_auto_indentation),
5200         (install_support), (uninstall_support),
5201         (on_value_added_current_editor), (on_value_removed_current_editor),
5202         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
5203         * plugins/language-support-cpp-java/plugin.h:
5204         
5205         Improved fixed editor assistance and added support for function/method
5206         tooltips. jumb_to_matching_brance => jump_to_matching_brace
5207         
5208         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
5209         Removed a FIXME
5210         
5211         * plugins/project-import/project-import.c: (on_import_next):
5212         Added a non-NULL check with could probably fix #474843 but not sure
5213         
5214         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
5215         Fixed anjuta-plugin project wizard
5216         
5217         * plugins/sourceview/Makefile.am:
5218         * plguins/sourceview/assist-tip.[ch]:
5219         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
5220         (anjuta_view_key_press_event):
5221         * plugins/sourceview/assist-window.c: (assist_window_class_init),
5222         (assist_window_init), (assist_window_update), (assist_window_new):
5223         * plugins/sourceview/sourceview-private.h:
5224         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
5225         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
5226         (trigger_size), (max_trigger_size), (on_document_char_added),
5227         (sourceview_dispose), (ieditor_get_current_word),
5228         (iassist_add_trigger), (iassist_init_suggestions),
5229         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
5230         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
5231         
5232         Big update on sourceview assist capabilites. Autocompletion should
5233         now work much better and function tooltips are finally supported!
5235         * plugins/sourceview/anjuta-document.h:
5236         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
5237         (anjuta_document_get_current_word):
5238         Fixed get_current_word (inspired by aneditor.cxx implementation)
5240         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
5241         (icell_get_attribute):
5242         Fixed get_attribute() to also detect character constants.
5243         Simplified get_char()
5245         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
5246         (isymbol_manager_get_members), (isymbol_manager_get_parents),
5247         (isymbol_manager_get_completions_at_position):
5248         
5249         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
5251 2007-09-04  Naba Kumar  <naba@gnome.org>
5253         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
5254         projects that can not add sources.
5256         * plugins/file-wizard/file.c: Similarly for file wizard,
5257         Do not enable 'Add to project' projects that can not add sources.
5259 2007-09-04  Naba Kumar  <naba@gnome.org>
5261         * configure.in: Bumped gnome-build requirement to 0.2.0
5262         for project capabilities support.
5264         * plugins/project-manager/plugin.c: Enable/disable project
5265         actions based on project capabilities. Fixes bug #433552:
5266         crash in Anjuta IDE: add file test.h in project on generic
5267         Makefile.
5269         * libanjuta/interfaces/libanjuta.idl: Added method to query
5270         project capabilities.
5272 2007-09-03  Naba Kumar  <naba@gnome.org>
5274         * plugins/file-manager/plugin.c: Set shadow type IN.
5275         * plugins/file-manager/file-view.c: Fixed code style.
5276         * plugins/file-manager/file-view.c: Fixed icons column to size
5277         properly.
5279         * plugins/file-manager/plugin.[c,h]: Fixed code style.
5281         * plugins/file-manager/plugin.c: Fixed crash on closing project and
5282         unmonitors project-uri on file-manager deactivation.
5284         * TODO.tasks: Updated
5286 2007-09-02  Johannes Schmid <jhs@gnome.org>
5288         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
5289         Fixed memory leak
5290         
5291         * plugins/file-manager/file-view.c: (file_view_get_selected),
5292         (file_view_button_press_event), (file_view_finalize):
5293         * plugins/file-manager/plugin.c: (project_root_removed),
5294         (file_manager_deactivate):
5295         
5296         Fixed some small bugs I missed before
5298 2007-09-02  Johannes Schmid <jhs@gnome.org>
5300         * plugins/file-manager/*:
5301         Added new and file-manager
5303 2007-09-02  Johannes Schmid <jhs@gnome.org>
5305         * plugins/file-manager/*:
5306         Removed old file-manager
5308 2007-08-31  Johannes Schmid <jhs@gnome.org>
5310         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
5311         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
5312         
5313         Fixed some memory leaks
5314         
5315         * MAINTAINERS: Fixed
5316         
5317 2007-08-31  Johannes Schmid <jhs@gnome.org>
5319         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
5320         (get_property_value_as_string), (set_property_value_as_string),
5321         (register_callbacks), (preferences_foreach_callback),
5322         (anjuta_preferences_register_property_raw):
5323         * libanjuta/anjuta-preferences.h:
5324         * plugins/build-basic-autotools/build-basic-autotools.c:
5325         (on_build_mesg_format):
5326         * plugins/document-manager/anjuta-document-manager.glade:
5327         * plugins/message-view/anjuta-message-manager-plugin.glade:
5328         
5329         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
5330         broken message view preferences
5331         
5332         * plugins/message-view/message-view.c:
5333         (message_view_instance_init), (pref_change_color), (prefs_init),
5334         (imessage_view_append):
5335         Cleaned up message view (#458041)
5336         
5337         * src/shell.c: (on_preferences_activate),
5338         (anjuta_test_shell_instance_init),
5339         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
5340         Fixed test shell to allow better debugging
5341         
5342 2007-08-31  Johannes Schmid <jhs@gnome.org>
5344         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
5345         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
5346         * plugins/gtodo/main.h:
5347         * plugins/gtodo/plugin.c: (activate_plugin):
5348         
5349         Fixed #423467 (View->Tasks menu items are not 
5350         checked on startup)
5352 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
5354         reviewed by: Johannes Schmid <jhs@gnome.org>
5356         * COPYING:
5357         * data/welcome.txt.in:
5358         * launcher/anjuta_launcher.c:
5359         * libanjuta/anjuta-children.c:
5360         * libanjuta/anjuta-children.h:
5361         * libanjuta/anjuta-debug.h:
5362         * libanjuta/anjuta-encodings.c:
5363         * libanjuta/anjuta-encodings.h:
5364         * libanjuta/anjuta-glue-c.c:
5365         * libanjuta/anjuta-glue-c.h:
5366         * libanjuta/anjuta-plugin-description.c:
5367         * libanjuta/anjuta-plugin-description.h:
5368         * libanjuta/anjuta-plugin-handle.c:
5369         * libanjuta/anjuta-plugin-handle.h:
5370         * libanjuta/anjuta-plugin-manager.c:
5371         * libanjuta/anjuta-plugin-manager.h:
5372         * libanjuta/anjuta-plugin.c:
5373         * libanjuta/anjuta-plugin.h:
5374         * libanjuta/anjuta-preferences.c:
5375         * libanjuta/anjuta-preferences.h:
5376         * libanjuta/anjuta-profile-manager.c:
5377         * libanjuta/anjuta-profile-manager.h:
5378         * libanjuta/anjuta-profile.c:
5379         * libanjuta/anjuta-profile.h:
5380         * libanjuta/anjuta-save-prompt.c:
5381         * libanjuta/anjuta-save-prompt.h:
5382         * libanjuta/anjuta-serializer.c:
5383         * libanjuta/anjuta-serializer.h:
5384         * libanjuta/anjuta-session.c:
5385         * libanjuta/anjuta-session.h:
5386         * libanjuta/anjuta-shell.c:
5387         * libanjuta/anjuta-shell.h:
5388         * libanjuta/anjuta-status.c:
5389         * libanjuta/anjuta-status.h:
5390         * libanjuta/anjuta-ui.c:
5391         * libanjuta/anjuta-ui.h:
5392         * libanjuta/anjuta-utils-priv.h:
5393         * libanjuta/anjuta-utils.c:
5394         * libanjuta/anjuta-utils.h:
5395         * libanjuta/cell-renderer-captioned-image.c:
5396         * libanjuta/cell-renderer-captioned-image.h:
5397         * libanjuta/e-splash.c:
5398         * libanjuta/e-splash.h:
5399         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5400         * libanjuta/interfaces/libanjuta.idl:
5401         * libanjuta/libanjuta.h:
5402         * libanjuta/resources.c:
5403         * libanjuta/resources.h:
5404         * libegg/egg-cell-renderer-text.c:
5405         * libegg/egg-combo-action.c:
5406         * libegg/egg-entry-action.c:
5407         * libegg/egg-recent-action.c:
5408         * libegg/egg-recent-files-module.c:
5409         * libegg/egg-recent-item.c:
5410         * libegg/egg-recent-model.c:
5411         * libegg/egg-recent-view-gtk.c:
5412         * libegg/egg-recent-view.c:
5413         * libegg/egg-submenu-action.c:
5414         * libegg/eggaccelerators.c:
5415         * libegg/eggcellrendererpopup.c:
5416         * libegg/eggcomboselect.c:
5417         * libegg/eggtreemodelfilter.c:
5418         * libegg/eggtreemultidnd.c:
5419         * libegg/gtkcellview.h:
5420         * libegg/treeviewutils/egg-cell-renderer-text.h:
5421         * libegg/treeviewutils/eggaccelerators.h:
5422         * libegg/treeviewutils/eggcellrendererkeys.h:
5423         * libegg/treeviewutils/eggcellrendererpopup.h:
5424         * libegg/treeviewutils/eggtreemodelfilter.h:
5425         * libegg/treeviewutils/eggtreemultidnd.h:
5426         * libegg/treeviewutils/eggtreeviewstate.h:
5427         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5428         * manuals/anjuta-faqs/Makefile.am:
5429         * manuals/anjuta-manual/C/anjuta-manual.xml:
5430         * manuals/anjuta-manual/C/license.xml:
5431         * manuals/anjuta-manual/es/es.po:
5432         * manuals/anjuta-manual/sv/sv.po:
5433         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5434         ml:
5435         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5436         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5437         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5438         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5439         * manuals/old/ja/anjuta-manual/license.xml:
5440         * plugins/build-basic-autotools/build-basic-autotools.c:
5441         * plugins/build-basic-autotools/build-basic-autotools.h:
5442         * plugins/build-basic-autotools/executer.c:
5443         * plugins/build-basic-autotools/executer.h:
5444         * plugins/build/build_file.c:
5445         * plugins/build/build_file.h:
5446         * plugins/build/build_project.c:
5447         * plugins/build/build_project.h:
5448         * plugins/build/clean_project.c:
5449         * plugins/build/clean_project.h:
5450         * plugins/build/commands.c:
5451         * plugins/build/commands.h:
5452         * plugins/build/compile.c:
5453         * plugins/build/compile.h:
5454         * plugins/build/compiler_options.c:
5455         * plugins/build/compiler_options.h:
5456         * plugins/build/configurer.c:
5457         * plugins/build/configurer.h:
5458         * plugins/build/executer.c:
5459         * plugins/build/executer.h:
5460         * plugins/class-gen/cell-renderer-flags.c:
5461         * plugins/class-gen/cell-renderer-flags.h:
5462         * plugins/class-gen/combo-flags.c:
5463         * plugins/class-gen/combo-flags.h:
5464         * plugins/class-gen/element-editor.c:
5465         * plugins/class-gen/element-editor.h:
5466         * plugins/class-gen/generator.c:
5467         * plugins/class-gen/generator.h:
5468         * plugins/class-gen/plugin.c:
5469         * plugins/class-gen/plugin.h:
5470         * plugins/class-gen/transform.c:
5471         * plugins/class-gen/transform.h:
5472         * plugins/class-gen/validator.c:
5473         * plugins/class-gen/validator.h:
5474         * plugins/class-gen/window.c:
5475         * plugins/class-gen/window.h:
5476         * plugins/class-inheritance/class-callbacks.c:
5477         * plugins/class-inheritance/class-callbacks.h:
5478         * plugins/class-inheritance/class-inherit.c:
5479         * plugins/class-inheritance/class-inherit.h:
5480         * plugins/class-inheritance/plugin.c:
5481         * plugins/class-inheritance/plugin.h:
5482         * plugins/cvs-plugin/cvs-actions.c:
5483         * plugins/cvs-plugin/cvs-actions.h:
5484         * plugins/cvs-plugin/cvs-callbacks.c:
5485         * plugins/cvs-plugin/cvs-callbacks.h:
5486         * plugins/cvs-plugin/cvs-execute.c:
5487         * plugins/cvs-plugin/cvs-execute.h:
5488         * plugins/cvs-plugin/cvs-interface.c:
5489         * plugins/cvs-plugin/cvs-interface.h:
5490         * plugins/cvs-plugin/plugin.c:
5491         * plugins/cvs-plugin/plugin.h:
5492         * plugins/debug-manager/breakpoints.c:
5493         * plugins/debug-manager/breakpoints.h:
5494         * plugins/debug-manager/chunk_view.c:
5495         * plugins/debug-manager/chunk_view.h:
5496         * plugins/debug-manager/data_buffer.c:
5497         * plugins/debug-manager/data_buffer.h:
5498         * plugins/debug-manager/data_view.c:
5499         * plugins/debug-manager/data_view.h:
5500         * plugins/debug-manager/debug_tree.c:
5501         * plugins/debug-manager/debug_tree.h:
5502         * plugins/debug-manager/debugger.c:
5503         * plugins/debug-manager/debugger.h:
5504         * plugins/debug-manager/disassemble.c:
5505         * plugins/debug-manager/disassemble.h:
5506         * plugins/debug-manager/info.c:
5507         * plugins/debug-manager/info.h:
5508         * plugins/debug-manager/locals.c:
5509         * plugins/debug-manager/locals.h:
5510         * plugins/debug-manager/memory.c:
5511         * plugins/debug-manager/memory.h:
5512         * plugins/debug-manager/plugin.c:
5513         * plugins/debug-manager/plugin.h:
5514         * plugins/debug-manager/registers.c:
5515         * plugins/debug-manager/registers.h:
5516         * plugins/debug-manager/sexy-icon-entry.c:
5517         * plugins/debug-manager/sexy-icon-entry.h:
5518         * plugins/debug-manager/sharedlib.c:
5519         * plugins/debug-manager/sharedlib.h:
5520         * plugins/debug-manager/signals.c:
5521         * plugins/debug-manager/signals.h:
5522         * plugins/debug-manager/sparse_buffer.c:
5523         * plugins/debug-manager/sparse_buffer.h:
5524         * plugins/debug-manager/sparse_view.c:
5525         * plugins/debug-manager/sparse_view.h:
5526         * plugins/debug-manager/stack_trace.c:
5527         * plugins/debug-manager/stack_trace.h:
5528         * plugins/debug-manager/start.c:
5529         * plugins/debug-manager/start.h:
5530         * plugins/debug-manager/threads.c:
5531         * plugins/debug-manager/threads.h:
5532         * plugins/debug-manager/utilities.c:
5533         * plugins/debug-manager/utilities.h:
5534         * plugins/debug-manager/watch.c:
5535         * plugins/debug-manager/watch.h:
5536         * plugins/devhelp/htmlview.c:
5537         * plugins/devhelp/htmlview.h:
5538         * plugins/document-manager/action-callbacks.c:
5539         * plugins/document-manager/action-callbacks.h:
5540         * plugins/document-manager/anjuta-docman.c:
5541         * plugins/document-manager/anjuta-docman.h:
5542         * plugins/document-manager/editor-tooltips.c:
5543         * plugins/document-manager/editor-tooltips.h:
5544         * plugins/document-manager/file_history.c:
5545         * plugins/document-manager/file_history.h:
5546         * plugins/document-manager/indent-dialog.c:
5547         * plugins/document-manager/indent-dialog.h:
5548         * plugins/document-manager/indent-util.c:
5549         * plugins/document-manager/indent-util.h:
5550         * plugins/document-manager/plugin.c:
5551         * plugins/editor/aneditor-autocomplete.cxx:
5552         * plugins/editor/aneditor-calltip.cxx:
5553         * plugins/editor/aneditor-indent.cxx:
5554         * plugins/editor/aneditor-priv.h:
5555         * plugins/editor/aneditor.cxx:
5556         * plugins/editor/aneditor.h:
5557         * plugins/editor/lexer.h:
5558         * plugins/editor/plugin.c:
5559         * plugins/editor/plugin.h:
5560         * plugins/editor/print.c:
5561         * plugins/editor/print.h:
5562         * plugins/editor/properties.h:
5563         * plugins/editor/properties_cxx.h:
5564         * plugins/editor/style-editor.c:
5565         * plugins/editor/style-editor.h:
5566         * plugins/editor/text-editor-iterable.c:
5567         * plugins/editor/text-editor-iterable.h:
5568         * plugins/editor/text_editor.c:
5569         * plugins/editor/text_editor.h:
5570         * plugins/editor/text_editor_cbs.c:
5571         * plugins/editor/text_editor_cbs.h:
5572         * plugins/editor/text_editor_menu.c:
5573         * plugins/editor/text_editor_menu.h:
5574         * plugins/editor/text_editor_prefs.c:
5575         * plugins/editor/text_editor_prefs.h:
5576         * plugins/file-loader/dnd.c:
5577         * plugins/file-loader/dnd.h:
5578         * plugins/file-loader/plugin.c:
5579         * plugins/file-manager/an_file_view.c:
5580         * plugins/file-manager/plugin.c:
5581         * plugins/file-wizard/file.c:
5582         * plugins/file-wizard/file.h:
5583         * plugins/file-wizard/plugin.c:
5584         * plugins/file-wizard/plugin.h:
5585         * plugins/gdb/debugger.c:
5586         * plugins/gdb/debugger.h:
5587         * plugins/gdb/gdbmi-test.c:
5588         * plugins/gdb/gdbmi.c:
5589         * plugins/gdb/gdbmi.h:
5590         * plugins/gdb/global.h:
5591         * plugins/gdb/parser.c:
5592         * plugins/gdb/parser.h:
5593         * plugins/gdb/plugin.c:
5594         * plugins/gdb/plugin.h:
5595         * plugins/gdb/utilities.c:
5596         * plugins/gdb/utilities.h:
5597         * plugins/glade/plugin.c:
5598         * plugins/glade/plugin.h:
5599         * plugins/gtodo/egg-datetime.c:
5600         * plugins/gtodo/egg-datetime.h:
5601         * plugins/gtodo/eggtrayicon.c:
5602         * plugins/gtodo/eggtrayicon.h:
5603         * plugins/gtodo/plugin.c:
5604         * plugins/gvim/anjuta-vim.c:
5605         * plugins/gvim/anjuta-vim.h:
5606         * plugins/gvim/gtkvim.c:
5607         * plugins/gvim/gtkvim.h:
5608         * plugins/gvim/plugin.c:
5609         * plugins/gvim/plugin.h:
5610         * plugins/language-support-cpp-java/plugin.c:
5611         * plugins/language-support-cpp-java/plugin.h:
5612         * plugins/macro/macro-actions.c:
5613         * plugins/macro/macro-actions.h:
5614         * plugins/macro/macro-db.c:
5615         * plugins/macro/macro-db.h:
5616         * plugins/macro/macro-dialog.c:
5617         * plugins/macro/macro-dialog.h:
5618         * plugins/macro/macro-edit.c:
5619         * plugins/macro/macro-edit.h:
5620         * plugins/macro/macro-util.c:
5621         * plugins/macro/macro-util.h:
5622         * plugins/macro/plugin.c:
5623         * plugins/macro/plugin.h:
5624         * plugins/message-view/anjuta-msgman.c:
5625         * plugins/message-view/anjuta-msgman.h:
5626         * plugins/message-view/message-view.c:
5627         * plugins/message-view/message-view.h:
5628         * plugins/message-view/plugin.c:
5629         * plugins/message-view/plugin.h:
5630         * plugins/patch/patch-plugin.c:
5631         * plugins/patch/patch-plugin.h:
5632         * plugins/patch/plugin.c:
5633         * plugins/patch/plugin.h:
5634         * plugins/profiler/gprof-call-graph-block-entry.c:
5635         * plugins/profiler/gprof-call-graph-block-entry.h:
5636         * plugins/profiler/gprof-call-graph-block.c:
5637         * plugins/profiler/gprof-call-graph-block.h:
5638         * plugins/profiler/gprof-call-graph-view.c:
5639         * plugins/profiler/gprof-call-graph-view.h:
5640         * plugins/profiler/gprof-call-graph.c:
5641         * plugins/profiler/gprof-call-graph.h:
5642         * plugins/profiler/gprof-flat-profile-entry.c:
5643         * plugins/profiler/gprof-flat-profile-entry.h:
5644         * plugins/profiler/gprof-flat-profile-view.c:
5645         * plugins/profiler/gprof-flat-profile-view.h:
5646         * plugins/profiler/gprof-flat-profile.c:
5647         * plugins/profiler/gprof-flat-profile.h:
5648         * plugins/profiler/gprof-function-call-chart-view.c:
5649         * plugins/profiler/gprof-function-call-chart-view.h:
5650         * plugins/profiler/gprof-function-call-tree-view.c:
5651         * plugins/profiler/gprof-function-call-tree-view.h:
5652         * plugins/profiler/gprof-options.c:
5653         * plugins/profiler/gprof-options.h:
5654         * plugins/profiler/gprof-profile-data.c:
5655         * plugins/profiler/gprof-profile-data.h:
5656         * plugins/profiler/gprof-view-manager.c:
5657         * plugins/profiler/gprof-view-manager.h:
5658         * plugins/profiler/gprof-view.c:
5659         * plugins/profiler/gprof-view.h:
5660         * plugins/profiler/plugin.c:
5661         * plugins/profiler/plugin.h:
5662         * plugins/profiler/string-utils.c:
5663         * plugins/profiler/string-utils.h:
5664         * plugins/project-import/plugin.c:
5665         * plugins/project-import/plugin.h:
5666         * plugins/project-import/project-import.c:
5667         * plugins/project-import/project-import.h:
5668         * plugins/project-manager/plugin.c:
5669         * plugins/project-manager/plugin.h:
5670         * plugins/project-wizard/action.c:
5671         * plugins/project-wizard/action.h:
5672         * plugins/project-wizard/autogen.c:
5673         * plugins/project-wizard/autogen.h:
5674         * plugins/project-wizard/druid.c:
5675         * plugins/project-wizard/druid.h:
5676         * plugins/project-wizard/file.c:
5677         * plugins/project-wizard/file.h:
5678         * plugins/project-wizard/header.c:
5679         * plugins/project-wizard/header.h:
5680         * plugins/project-wizard/install.c:
5681         * plugins/project-wizard/install.h:
5682         * plugins/project-wizard/parser.c:
5683         * plugins/project-wizard/parser.h:
5684         * plugins/project-wizard/plugin.c:
5685         * plugins/project-wizard/plugin.h:
5686         * plugins/project-wizard/property.c:
5687         * plugins/project-wizard/property.h:
5688         * plugins/project-wizard/values.c:
5689         * plugins/project-wizard/values.h:
5690         * plugins/sample1/plugin.c:
5691         * plugins/search/plugin.c:
5692         * plugins/search/plugin.h:
5693         * plugins/search/search-replace_backend.c:
5694         * plugins/search/search-replace_backend.h:
5695         * plugins/search/search_preferences.c:
5696         * plugins/sourceview/anjuta-convert.c:
5697         * plugins/sourceview/anjuta-convert.h:
5698         * plugins/sourceview/anjuta-document-loader.c:
5699         * plugins/sourceview/anjuta-document-loader.h:
5700         * plugins/sourceview/anjuta-document-saver.c:
5701         * plugins/sourceview/anjuta-document-saver.h:
5702         * plugins/sourceview/anjuta-document.c:
5703         * plugins/sourceview/anjuta-document.h:
5704         * plugins/sourceview/anjuta-encodings.c:
5705         * plugins/sourceview/anjuta-encodings.h:
5706         * plugins/sourceview/anjuta-languages-manager.c:
5707         * plugins/sourceview/anjuta-languages-manager.h:
5708         * plugins/sourceview/anjuta-utils.c:
5709         * plugins/sourceview/anjuta-utils.h:
5710         * plugins/sourceview/anjuta-view.c:
5711         * plugins/sourceview/anjuta-view.h:
5712         * plugins/sourceview/assist-window.c:
5713         * plugins/sourceview/assist-window.h:
5714         * plugins/sourceview/sourceview-cell.c:
5715         * plugins/sourceview/sourceview-cell.h:
5716         * plugins/sourceview/sourceview-prefs.c:
5717         * plugins/sourceview/sourceview-prefs.h:
5718         * plugins/sourceview/sourceview-print.c:
5719         * plugins/sourceview/sourceview-print.h:
5720         * plugins/sourceview/sourceview-private.h:
5721         * plugins/sourceview/sourceview-tags.c:
5722         * plugins/sourceview/sourceview-tags.h:
5723         * plugins/sourceview/sourceview.c:
5724         * plugins/sourceview/sourceview.h:
5725         * plugins/subversion/plugin.c:
5726         * plugins/subversion/plugin.h:
5727         * plugins/subversion/subversion-actions.c:
5728         * plugins/subversion/subversion-actions.h:
5729         * plugins/subversion/subversion-callbacks.c:
5730         * plugins/subversion/subversion-callbacks.h:
5731         * plugins/subversion/svn-auth.c:
5732         * plugins/subversion/svn-auth.h:
5733         * plugins/subversion/svn-backend-priv.h:
5734         * plugins/subversion/svn-backend.c:
5735         * plugins/subversion/svn-backend.h:
5736         * plugins/subversion/svn-notify.c:
5737         * plugins/subversion/svn-notify.h:
5738         * plugins/subversion/svn-thread.c:
5739         * plugins/subversion/svn-thread.h:
5740         * plugins/symbol-browser/an_symbol.c:
5741         * plugins/symbol-browser/an_symbol.h:
5742         * plugins/symbol-browser/an_symbol_info.c:
5743         * plugins/symbol-browser/an_symbol_info.h:
5744         * plugins/symbol-browser/an_symbol_iter.c:
5745         * plugins/symbol-browser/an_symbol_iter.h:
5746         * plugins/symbol-browser/an_symbol_prefs.c:
5747         * plugins/symbol-browser/an_symbol_prefs.h:
5748         * plugins/symbol-browser/an_symbol_search.c:
5749         * plugins/symbol-browser/an_symbol_search.h:
5750         * plugins/symbol-browser/an_symbol_view.c:
5751         * plugins/symbol-browser/an_symbol_view.h:
5752         * plugins/symbol-browser/plugin.c:
5753         * plugins/symbol-browser/plugin.h:
5754         * plugins/terminal/terminal.c:
5755         * plugins/tools/dialog.c:
5756         * plugins/tools/dialog.h:
5757         * plugins/tools/editor.c:
5758         * plugins/tools/editor.h:
5759         * plugins/tools/execute.c:
5760         * plugins/tools/execute.h:
5761         * plugins/tools/fileop.c:
5762         * plugins/tools/fileop.h:
5763         * plugins/tools/plugin.c:
5764         * plugins/tools/plugin.h:
5765         * plugins/tools/scripts/find-fixmes.pl:
5766         * plugins/tools/scripts/translation-status.pl:
5767         * plugins/tools/tool.c:
5768         * plugins/tools/tool.h:
5769         * plugins/tools/variable.c:
5770         * plugins/tools/variable.h:
5771         * plugins/valgrind/ldd.c:
5772         * plugins/valgrind/ldd.h:
5773         * plugins/valgrind/list.c:
5774         * plugins/valgrind/list.h:
5775         * plugins/valgrind/menu-utils.c:
5776         * plugins/valgrind/menu-utils.h:
5777         * plugins/valgrind/parser.c:
5778         * plugins/valgrind/parser.h:
5779         * plugins/valgrind/plugin.c:
5780         * plugins/valgrind/plugin.h:
5781         * plugins/valgrind/preferences.c:
5782         * plugins/valgrind/preferences.h:
5783         * plugins/valgrind/process.c:
5784         * plugins/valgrind/process.h:
5785         * plugins/valgrind/symtab.c:
5786         * plugins/valgrind/symtab.h:
5787         * plugins/valgrind/vgactions.c:
5788         * plugins/valgrind/vgactions.h:
5789         * plugins/valgrind/vgcachegrindprefs.c:
5790         * plugins/valgrind/vgcachegrindprefs.h:
5791         * plugins/valgrind/vgdefaultview.c:
5792         * plugins/valgrind/vgdefaultview.h:
5793         * plugins/valgrind/vgerror.c:
5794         * plugins/valgrind/vgerror.h:
5795         * plugins/valgrind/vggeneralprefs.c:
5796         * plugins/valgrind/vggeneralprefs.h:
5797         * plugins/valgrind/vghelgrindprefs.c:
5798         * plugins/valgrind/vghelgrindprefs.h:
5799         * plugins/valgrind/vgio.c:
5800         * plugins/valgrind/vgio.h:
5801         * plugins/valgrind/vgmemcheckprefs.c:
5802         * plugins/valgrind/vgmemcheckprefs.h:
5803         * plugins/valgrind/vgrule-editor.c:
5804         * plugins/valgrind/vgrule-editor.h:
5805         * plugins/valgrind/vgrule-list.c:
5806         * plugins/valgrind/vgrule-list.h:
5807         * plugins/valgrind/vgrule.c:
5808         * plugins/valgrind/vgrule.h:
5809         * plugins/valgrind/vgrulepattern.c:
5810         * plugins/valgrind/vgrulepattern.h:
5811         * plugins/valgrind/vgsearchbar.c:
5812         * plugins/valgrind/vgsearchbar.h:
5813         * plugins/valgrind/vgstrpool.c:
5814         * plugins/valgrind/vgstrpool.h:
5815         * plugins/valgrind/vgtoolprefs.c:
5816         * plugins/valgrind/vgtoolprefs.h:
5817         * plugins/valgrind/vgtoolview.c:
5818         * plugins/valgrind/vgtoolview.h:
5819         * src/about.c:
5820         * src/about.h:
5821         * src/action-callbacks.c:
5822         * src/action-callbacks.h:
5823         * src/anjuta-actions.h:
5824         * src/anjuta-app.c:
5825         * src/anjuta-app.h:
5826         * src/anjuta-callbacks.c:
5827         * src/anjuta-callbacks.h:
5828         * src/anjuta.c:
5829         * src/anjuta.h:
5830         * src/anjuta_cbs.c:
5831         * src/bacon-message-connection.c:
5832         * src/bacon-message-connection.h:
5833         * src/getline.c:
5834         * src/main.c:
5835         * src/shell.c:
5836         * src/shell.h:
5837         * src/start-with.c:
5838         * src/start-with.h:
5839         * src/utilities.c:
5840         * src/utilities.h:
5841         * tagmanager/options.c:
5842         
5843         Change the address of FSF in various files
5845 2007-08-30  Johannes Schmid <jhs@gnome.org>
5847         * anjuta.glade:
5848         * anjuta.gladep:
5849         Removed because they are no longer in use
5850         
5851         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5852         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5853         Marked some strings as not translatable
5855         * plugins/search/search-replace.c: (list_max_items):
5856         Fixed a possible memory corruption
5858         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5859         Do not show menuitems for locked layout items
5861         * src/main.c: (main):
5862         Some minor style correction in gnome_init
5864 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5866         * plugins/debug-manager/debugger.c,
5867         plugins/debug-manager/breakpoints.c,
5868         plugins/gdb/plugin.c,
5869         plugins/gdb/debugger.c,
5870         libanjuta/interfaces/libanjuta.idl:
5871         Move all breakpoints functions from IAnjutaDebugger to a new
5872         IAnjutaBreakpointDebugger interface
5874 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5876         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5877         * plugins/debug-manager/plugin.c,
5878         plugins/debug-manager/breakpoints.c,
5879         plugins/tools/execute.c,
5880         plugins/project-wizard/plugin.c,
5881         plugins/build-basic-autotools/executer.c,
5882         plugins/gdb/debugger.c,
5883         plugins/profiler/gprof-options.h,
5884         plugins/sourceview/assist-window.h,
5885         plugins/class-gen/transform.c,
5886         libanjuta/anjuta-plugin-description.c,
5887         libanjuta/anjuta-status.c,
5888         libanjuta/anjuta-glue-c.c,
5889         libanjuta/anjuta-glue-cpp.c,
5890         plugins/symbol-browser/an_symbol_prefs.c:
5891         Fix warnings mostly "dereferencing type-punned pointer"
5892         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5894 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5896         * plugins/debug-manager/breakpoints.c,
5897         plugins/debug-manager/debugger.c:
5898         Avoid an endless loop if clearing all breakpoints while the programm
5899         is running
5901 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5903         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5904         * plugins/debug-manager/plugin.c:
5905         Fix a segmentation fault added in the previous patch
5907 2007-07-21  Johannes Schmid <jhs@gnome.org>
5909         * plugins/build-basic-autotools/executer.c:
5910         (get_program_parameters):
5911         
5912         Show an error dialog if no targets are availible instead of
5913         just returning
5915 2007-07-20  Johannes Schmid <jhs@gnome.org>
5917         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5918         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5919         * libanjuta/anjuta-shell.h:
5920         * plugins/document-manager/plugin.c: (activate_plugin):
5921         * plugins/glade/anjuta-design-document.c:
5922         * plugins/glade/plugin.c: (glade_update_ui):
5923         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5924         (anjuta_shell_iface_init):
5925         * src/shell.c: (anjuta_test_shell_add_widget),
5926         (anjuta_shell_iface_init):
5927         
5928         Make the document manager undockable (#458038)
5930 2007-07-20  Johannes Schmid <jhs@gnome.org>
5932         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5933         * plugins/glade/anjuta-design-document.c:
5934         * plugins/glade/plugin.c: (glade_update_ui):
5935         
5936         Fixed some save/dirty status bug in glade
5938 2007-07-20  Johannes Schmid <jhs@gnome.org>
5940         * libanjuta/anjuta-status.c:
5941         Fixed crasher on shutdown
5943 2007-07-20  Johannes Schmid <jhs@gnome.org>
5945         * configure.in:
5946         Minimum glade requirement is 3.2 now. It was before
5947         but we did not check...
5948         
5949         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5950         * libanjuta/anjuta-profile.c:
5951         (anjuta_profile_add_plugins_from_xml):
5952         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5953         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5954         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5955         * plugins/file-loader/plugin.c: (on_create_submenu):
5956         * plugins/file-manager/an_file_view.c: (compare_iter):
5957         * plugins/glade/plugin.c: (activate_plugin):
5958         * src/anjuta-app.c: (on_toolbar_view_toggled):
5959         * src/main.c: (main):
5960         
5961         Fixed lots of memory leaks (thansk valgrind)
5963 2007-07-19  Johannes Schmid <jhs@gnome.org>
5965         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5966         * plugins/document-manager/anjuta-docman.c:
5967         (anjuta_docman_set_busy):
5968         * plugins/document-manager/plugin.c: (on_editor_changed):
5969         * plugins/glade/plugin.c: (activate_plugin):
5970         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5971         (on_value_removed_current_editor):
5972         
5973         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5975 2007-07-18  Johannes Schmid <jhs.gnome.org>
5977         * plugins/build-basic-autotools/executer.c: (execute_program):
5978         Fixed some of the scratchbox stuff but the environment is
5979         still broken
5981 2007-07-18  Johannes Schmid <jhs@gnome.org>
5983         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5984         (on_plugin_deactivated), (get_plugin_loader_type):
5985         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5986         (activate_plugin), (deactivate_plugin),
5987         (glade_plugin_instance_init):
5988         
5989         Fixed glade plugin deactivation
5991 2007-07-18  Johannes Schmid <jhs@gnome.org>
5993         * plugins/document-manager/anjuta-docman.c:
5994         (anjuta_docman_add_document):
5995         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5996         
5997         Fixed path display in document manager with glade files
5999 2007-07-17  Johannes Schmid <jhs@gnome.org>
6001         * libanjuta/interfaces/Makefile.am.iface:
6002         * pixmaps/Makefile.am:
6003         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
6004         * plugins/debug-manager/plugin.c: (value_added_current_editor),
6005         (value_removed_current_editor):
6006         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
6007         (anjuta_docman_set_current_document):
6008         * plugins/document-manager/plugin.c: (on_editor_update_ui),
6009         (on_editor_added), (on_editor_changed):
6010         * plugins/glade/Makefile.am:
6011         * plugins/glade/anjuta-design-document.c:
6012         (anjuta_design_document_instance_init),
6013         (anjuta_design_document_set_property),
6014         (anjuta_design_document_get_property),
6015         (anjuta_design_document_class_init), (anjuta_design_document_new),
6016         (ifile_open), (ifile_get_uri), (ifile_iface_init):
6017         * plugins/glade/anjuta-design-document.h:
6018         * plugins/glade/anjuta-glade-notebook.c:
6019         * plugins/glade/anjuta-glade-notebook.h:
6020         * plugins/glade/plugin.c: (value_added_current_editor),
6021         (value_removed_current_editor), (glade_update_ui),
6022         (on_close_activated), (on_glade_project_changed),
6023         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
6024         (ifile_open):
6025         * plugins/language-support-cpp-java/plugin.c:
6026         (on_value_added_current_editor), (on_value_removed_current_editor):
6027         * plugins/macro/plugin.c: (value_added_current_editor):
6028         * plugins/project-manager/plugin.c: (value_added_current_editor):
6029         * plugins/subversion/plugin.c: (value_added_current_editor):
6030         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
6032         Fixed lot of IAnjutaEditor stuff and completed glade integration
6033         with document manager
6034         
6035         * plugins/build-basic-autotools/build-basic-autotools.c:
6036         (value_added_current_editor):
6037         * plugins/build-basic-autotools/executer.c: (execute_program):
6038         
6039         Some initial code to execute projects inside scratchbox
6040         
6041 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
6043         * plugins/project-import/project-import.c:
6044         Project import overwrites file on user request (bug #452579)
6046 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
6048         * plugins/debug-manager/debugger.c,
6049         plugins/debug-manager/threads.c,
6050         plugins/debug-manager/plugin.c,
6051         plugins/debug-manager/registers.c,
6052         plugins/debug-manager/locals.c,
6053         plugins/debug-manager/stack_trace.c,
6054         plugins/gdb/plugin.c,
6055         plugins/gdb/debugger.c,
6056         plugins/gdb/debugger.h,
6057         libanjuta/interfaces/libanjuta.idl:
6058         Rename change-location to program-moved
6059         Store thread id as gint instead of guint
6060         Do not display registers list if not available
6061         Add intermediate debugger states if missing
6063 2007-07-11  Johannes Schmid <jhs@gnome.org>
6065         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6066         .glade:
6067         Reverted unnecessary changes (#455819)
6069 2007-07-10  Johannes Schmid <jhs@gnome.org>
6071         * plugins/glade/plugin.c:
6072         Fixed glade plugin with glade 3.2 and another crasher
6074 2007-07-09  Johannes Schmid <jhs@gnome.org>
6076         * libanjuta/interfaces/libanjuta.idl:
6077         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
6078         .glade:
6079         * plugins/debug-manager/breakpoints.c:
6080         (breakpoint_item_update_in_ui),
6081         (breakpoints_dbase_edit_breakpoint),
6082         (on_toggle_breakpoint_activate):
6083         * plugins/debug-manager/plugin.c:
6084         (on_run_to_cursor_action_activate):
6085         * plugins/document-manager/action-callbacks.c:
6086         (on_editor_command_cut_activate),
6087         (on_editor_command_copy_activate),
6088         (on_editor_command_paste_activate),
6089         (on_editor_command_clear_activate):
6090         * plugins/document-manager/anjuta-docman.c:
6091         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
6092         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
6093         (anjuta_docman_goto_file_line_mark),
6094         (anjuta_docman_find_editor_with_path),
6095         (anjuta_docman_get_all_editors):
6096         * plugins/document-manager/anjuta-docman.h:
6097         * plugins/document-manager/plugin.c:
6098         (update_editor_ui_interface_items), (on_editor_update_ui),
6099         (on_editor_changed), (on_session_save), (on_docman_auto_save),
6100         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
6101         (ianjuta_document_manager_iface_init), (isaveable_save),
6102         (isavable_is_dirty):
6103         * plugins/editor/editor.glade:
6104         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
6105         (idocument_paste), (idocument_clear), (idocument_iface_init),
6106         (iselection_iface_init):
6107         * plugins/glade/Makefile.am:
6108         * plugins/glade/anjuta-glade-notebook.c:
6109         (anjuta_glade_notebook_instance_init),
6110         (anjuta_glade_notebook_set_property),
6111         (anjuta_glade_notebook_get_property),
6112         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
6113         (ifile_open), (ifile_get_uri), (ifile_iface_init),
6114         (ifile_savable_save), (ifile_savable_save_as),
6115         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
6116         (ifile_savable_iface_init), (idocument_can_redo),
6117         (idocument_can_undo), (idocument_begin_undo_action),
6118         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
6119         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
6120         (idocument_copy), (idocument_paste), (idocument_clear),
6121         (idocument_iface_init):
6122         * plugins/language-support-cpp-java/plugin.c:
6123         (on_value_added_current_editor), (on_value_removed_current_editor):
6124         * plugins/macro/macro-util.c: (get_current_editor):
6125         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6126         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6127         (on_next_occur), (on_incremental_entry_key_press),
6128         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6129         (on_toolbar_find_incremental_start),
6130         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6131         * plugins/search/search-replace.c: (search_start_over),
6132         (search_update_combos), (replace_update_combos),
6133         (anjuta_search_replace_activate):
6134         * plugins/search/search-replace_backend.c: (create_search_entries):
6135         * plugins/sourceview/sourceview.c: (idocument_cut),
6136         (idocument_copy), (idocument_paste), (idocument_clear),
6137         (idocument_iface_init), (iselect_iface_init), (iassist_react):
6138         * plugins/tools/editor.c: (on_editor_response):
6139         * plugins/tools/execute.c: (get_current_editor),
6140         (atp_output_context_initialize), (atp_user_tool_execute):
6141         * plugins/tools/variable.c: (get_current_editor),
6142         (atp_variable_get_editor_variable):
6143         
6144         Some more IAnjutaEditor => IAnjutaDocument fixing!
6145         
6146         * plugins/glade/anjuta-glade-notebook.h:
6147         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
6148         (glade_update_ui):
6149         * plugins/glade/plugin.h:
6150         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
6151         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
6152         be used for glade, too. It might still have some rough edges but already works.
6153         (Fixes #415547 – Glade usability problem)
6155 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
6157         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
6158           development release (I updated version of glade3 svn to 3.3.2).
6160 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6162         * plugins/symbol-browser/an_symbol_view.c:
6163         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
6165 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6167         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
6168         (on_system_tags_update_finished), (on_update_global_clicked),
6169         (prefs_page_init), (on_gconf_notify_tags_list_changed),
6170         (symbol_browser_prefs_init),
6171         (symbol_browser_prefs_create_global_tags),
6172         (symbol_browser_load_global_tags):
6173         * plugins/symbol-browser/an_symbol_prefs.h:
6174         * plugins/symbol-browser/an_symbol_view.c:
6175         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
6176         * plugins/symbol-browser/an_symbol_view.h:
6177         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
6178         on global tags update because of delayed prefs merging. Happens when
6179         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
6180         is opened.
6182 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
6184         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
6185         after install/uninstall.
6187         Patch from James Liggett:
6188         * scripts/glade2schemas.pl: Fixed creating schemas for list
6189         values.
6191 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
6193         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
6194           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
6195           development release since glade svn version is also 3.3.1. In future, the
6196           solution would be for us to always increment the micro version when
6197           changing the API.
6199 2007-07-05  Johannes Schmid <jhs@gnome.org>
6201         * libanjuta/interfaces/libanjuta.idl:
6202         * plugins/build-basic-autotools/build-basic-autotools.c:
6203         (on_build_mesg_format):
6204         * plugins/debug-manager/breakpoints.c:
6205         (breakpoint_item_update_in_ui),
6206         (breakpoints_dbase_edit_breakpoint),
6207         (on_toggle_breakpoint_activate):
6208         * plugins/debug-manager/plugin.c:
6209         (on_run_to_cursor_action_activate):
6210         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
6211         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
6212         (get_current_editor), (on_save_activate), (on_save_as_activate),
6213         (on_save_prompt_save_editor), (on_close_file_activate),
6214         (on_close_all_file_activate), (on_reload_file_activate),
6215         (anjuta_print_cb), (anjuta_print_preview_cb),
6216         (on_editor_command_upper_case_activate),
6217         (on_editor_command_lower_case_activate),
6218         (on_editor_command_undo_activate),
6219         (on_editor_command_redo_activate),
6220         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
6221         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
6222         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
6223         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
6224         (on_zoom_out_text_activate), (on_force_hilite_activate),
6225         (on_indent1_activate), (on_swap_activate),
6226         (on_editor_add_view_activate), (on_editor_remove_view_activate):
6227         * plugins/document-manager/anjuta-docman.c:
6228         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
6229         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
6230         (anjuta_docman_dispose), (on_notebook_switch_page),
6231         (anjuta_docman_page_from_widget), (on_editor_destroy),
6232         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
6233         (anjuta_docman_get_current_document),
6234         (anjuta_docman_set_current_document),
6235         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
6236         (anjuta_docman_update_page_label),
6237         (anjuta_docman_get_document_from_path),
6238         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
6239         (anjuta_docman_order_tabs):
6240         * plugins/document-manager/anjuta-docman.h:
6241         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
6242         (update_editor_ui_interface_items), (update_editor_ui),
6243         (on_editor_update_save_ui), (on_editor_update_ui),
6244         (on_editor_changed), (on_save_prompt_save_editor),
6245         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
6246         (ianjuta_docman_get_current_document),
6247         (ianjuta_docman_set_current_document),
6248         (ianjuta_docman_remove_buffer),
6249         (ianjuta_document_manager_iface_init), (ifile_get_uri):
6250         * plugins/editor/text_editor.c: (itext_editor_iface_init),
6251         (idocument_get_filename), (idocument_can_undo),
6252         (idocument_can_redo), (idocument_undo),
6253         (idocument_begin_undo_action), (idocument_end_undo_action),
6254         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
6255         * plugins/language-support-cpp-java/plugin.c:
6256         (on_editor_char_inserted_cpp), (on_auto_indent):
6257         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
6258         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
6259         * plugins/sample1/plugin.c: (on_sample_action_activate):
6260         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
6261         (on_next_occur), (on_incremental_entry_key_press),
6262         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
6263         (on_toolbar_find_incremental_start),
6264         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
6265         * plugins/search/search-replace.c: (search_and_replace),
6266         (write_message_pane), (search_start_over), (search_update_combos),
6267         (replace_update_combos), (anjuta_search_replace_activate):
6268         * plugins/search/search-replace_backend.c:
6269         (file_buffer_new_from_path), (create_search_entries):
6270         * plugins/sourceview/sourceview-print.c: (create_print_job):
6271         * plugins/sourceview/sourceview.c:
6272         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
6273         (idocument_can_redo), (idocument_can_undo),
6274         (idocument_begin_undo_action), (idocument_end_undo_action),
6275         (idocument_undo), (idocument_redo), (idocument_grab_focus),
6276         (idocument_get_filename), (idocument_iface_init):
6277         * plugins/tools/editor.c: (on_editor_response):
6278         * plugins/tools/execute.c: (atp_output_context_initialize),
6279         (atp_user_tool_execute):
6280         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
6281         
6282         Create IAnjutaDocument interface. This interface is a more general idea
6283         of documents being anything that can be modified, has undo/redo and
6284         may have operations like copy/paste.
6285         The primary goal is to integrate better by making it use the standard file
6286         and edit menu instead of it's own glade menu. Of course the downside is that
6287         you won't be able to view a source file and the designer at the same time. Anyway
6288         so many people have complained that they "can't save a glade file" that I think
6289         this is the much better solution.
6290         Work on the glade plugin is still to come but the most difficult things should be
6291         done now.
6293 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6295         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
6296           version 3.0.3.
6298 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6300         * libanjuta/anjuta-plugin-manager.c:
6301         (anjuta_plugin_manager_get_plugins_page),
6302         (anjuta_plugin_manager_get_remembered_plugins_page):
6303         * libanjuta/anjuta-plugin-manager.h:
6304         * src/anjuta-app.c: (anjuta_app_install_preferences):
6305         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
6306         and remembered plugins preferences pages in separate pages (avoid
6307         crowd).
6309 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
6311         Patch from James Liggett  <jrliggett@cox.net>:
6312         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
6313         Installed editor preferences schemas. Fixes bug #453463.
6315 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6317         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
6318         (anjuta_preferences_dialog_init): Sort preferences pages on title.
6320 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
6322         * plugins/document-manager/anjuta-document-manager.ui:
6323         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
6324         * src/action-callbacks.c:
6325         * src/action-callbacks.h:
6326         * src/anjuta-actions.h:
6327         * src/anjuta-app.c: (anjuta_app_instance_init),
6328         (anjuta_app_install_preferences):
6329         * src/anjuta.glade:
6330         * src/anjuta.ui: Moved plugins and shortcuts settings inside
6331         General preferences page. Move preferences menu from Settings to
6332         Edit submenu. And got rid of Settings submenu.
6334 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
6336         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
6337         
6338 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6340         * TODO.tasks: Increased bounty for on-demand preferences task to $150
6341         as discussed and agreed with James Liggett.
6343         Patch from James Liggett  <jrliggett@cox.net>:
6345         * configure.in:
6346         * libanjuta/anjuta-plugin-manager.c:
6347         (on_activated_plugin_objects_foreach),
6348         (anjuta_plugin_manager_get_active_plugin_objects):
6349         * libanjuta/anjuta-plugin-manager.h:
6350         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
6351         (anjuta_plugin_deactivate):
6352         * libanjuta/anjuta-preferences-dialog.c:
6353         (anjuta_preferences_dialog_finalize),
6354         (anjuta_preferences_dialog_class_init), (add_category_columns),
6355         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
6356         (anjuta_preferences_dialog_remove_page):
6357         * libanjuta/anjuta-preferences.c: (property_destroy),
6358         (unregister_preferences_key), (register_callbacks),
6359         (preferences_foreach_callback), (connect_prop_to_object),
6360         (anjuta_preferences_register_property_raw),
6361         (anjuta_preferences_register_property_custom),
6362         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
6363         (anjuta_preferences_remove_page),
6364         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
6365         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
6366         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
6367         (anjuta_preferences_class_init), (anjuta_preferences_new):
6368         * libanjuta/anjuta-preferences.h:
6369         * plugins/build-basic-autotools/Makefile.am:
6370         * plugins/build-basic-autotools/build-basic-autotools.c:
6371         (ipreferences_unmerge):
6372         * plugins/cvs-plugin/Makefile.am:
6373         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
6374         * plugins/document-manager/Makefile.am:
6375         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
6376         * plugins/editor/plugin.c: (ipreferences_unmerge):
6377         * plugins/file-manager/Makefile.am:
6378         * plugins/file-manager/plugin.c: (activate_plugin),
6379         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
6380         * plugins/gtodo/plugin.c: (ipreferences_merge),
6381         (ipreferences_unmerge):
6382         * plugins/language-support-cpp-java/Makefile.am:
6383         * plugins/language-support-cpp-java/plugin.c:
6384         (ipreferences_unmerge):
6385         * plugins/message-view/Makefile.am:
6386         * plugins/message-view/plugin.c: (ipreferences_unmerge):
6387         * plugins/sourceview/Makefile.am:
6388         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
6389         * plugins/symbol-browser/Makefile.am:
6390         * plugins/symbol-browser/an_symbol_prefs.c:
6391         (symbol_browser_prefs_finalize):
6392         * plugins/terminal/Makefile.am:
6393         * plugins/terminal/terminal.c: (ipreferences_unmerge):
6394         * plugins/valgrind/plugin.c: (ipreferences_merge),
6395         (ipreferences_unmerge):
6396         * scripts/Makefile.am:
6397         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
6398         * src/Makefile.am:
6399         * src/action-callbacks.c: (on_set_preferences1_activate):
6400         * src/anjuta-app.c: (anjuta_app_instance_init),
6401         (anjuta_app_install_preferences):
6402         * src/anjuta-app.h:
6403         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6404         task: Bug #445314: On demand preferences widgets creation. Thanks
6405         James for this great work.
6407 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6409         * plugins/debug-manager/data_buffer.c,
6410         plugins/message-view/message-view.c: Fixed compiler warnings.
6412 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
6414         * src/action-callbacks.c: (help_activate),
6415         (on_help_manual_activate), (on_help_tutorial_activate),
6416         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6418         Fixed help activation (bug #451557).
6420 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
6422         * AUTHORS: Added James Liggett. Forgot to add him before :(
6424 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6426         * plugins/debug-manager/debugger.c,
6427         plugins/debug-manager/plugin.c,
6428         plugins/gdb/debugger.c,
6429         libanjuta/interfaces/libanjuta.idl:
6430         Add a GError* parameter to debugger-stopped signal
6432         * (added) libanjuta/anjuta-error.c,
6433         (added) libanjuta/anjuta-error.h,
6434         libanjuta/Makefile.am:
6435         Register GError as a boxed type
6437         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6438         Support GError* in signal, GError must be registered as a boxed type
6439         Accept NULL as strings
6441 === anjuta 2.2.0 ===
6443 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
6445         * configure.in: Bumped version to 2.2.0
6446         * NEWS: Updated for 2.2.0 stable release.
6447         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6448         Reduce the idle priority to make the UI update before anything else.
6450 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
6452         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6454         * libanjuta/interfaces/libanjuta.idl:
6455         * plugins/document-manager/action-callbacks.c:
6456         (on_editor_command_complete_word_activate):
6457         * plugins/document-manager/plugin.c:
6458         (update_editor_ui_interface_items):
6459         * plugins/editor/text_editor.c: (iautocomplete_activate),
6460         (iautocomplete_iface_init):
6461         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6463         Moved autocomplete() method away from IAnjutaEditorAssist into
6464         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6465         autocomplete and does not crash with sourceview. Fixes Bug #449620
6466         – The auto completion functionality not work. Also sets menuitem 
6467         insensitive when hiding them.
6469         * plugins/debug-manager/disassemble.c:
6470         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6471         printf types.
6473 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
6475         * pixmaps/anjuta_splash.png: Updated.
6476         
6477         * plugins/search/search-replace.c
6478         (anjuta_search_replace_activate): Fixed "Find in Files" to select
6479         the right target (project).
6480         * ChangeLog: Added missing log.
6482 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6484         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6485         manuals/anjuta-manual/C/fileoperations.xml,
6486         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6488         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6490         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6492 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6494         * TODO.tasks: Added bounty for on-demand preferences.
6496         Patch from Thierry Moisan:
6497         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6498         (bug #88824).
6500 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6502         Patch from tpgww@onepost.net:
6504         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6505         * libegg/test-actions.c:
6506         * libegg/test-multi-drag.c: (main):
6507         * plugins/debug-manager/memory.c: (read_memory_block):
6508         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6510         Fixes compile warnings. Fixes bug #427101.
6512 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6514         Patch from James Liggett:
6516         * plugins/profiler/gprof-options.c: (on_option_changed),
6517         (setup_widgets):
6518         * plugins/profiler/gprof-options.h:
6519         * plugins/profiler/gprof-profile-data.c:
6520         (gprof_profile_data_init_profile):
6521         * plugins/profiler/gprof-profile-data.h:
6522         * plugins/profiler/plugin.c: (profiler_get_data),
6523         (profiler_set_target), (register_options),
6524         (on_profile_data_browse_button_clicked),
6525         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6526         * plugins/profiler/profiler.glade: implements independent targets.
6527         implements the ability to select arbitrary gmon.out files.
6528         Fixes bug #403502 – User should also be allowed to select an
6529         independent executable target.
6531 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6533         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6535         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6536         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6538 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6540         * plugins/debug-manager/plugin.c,
6541         plugins/debug-manager/breakpoints.c:
6542         Remove weak pointers when owner is destroyed
6543         Remove all breakpoints before loading new one
6545 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6547         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6548          
6549 2007-06-19  Naba Kumar  <naba@gnome.org>
6551         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6552         Bug #448491 Empty Lines Problem.
6554         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6555         
6556         * data/default.profile, plugins/message-view/plugin.c: Do not
6557         restore session for messages.
6558         Fixes bug #377461 – don't create new message window for each
6559         build/find.
6561         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6562         Fixes a crash on exit/project-close if profiler plugin is loaded.
6564 2007-06-17  Naba Kumar  <naba@gnome.org>
6566         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6567         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6569         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6570         Bug #448034 – Anjuta crashes on starting (when the last project
6571         directory was deleted).
6573         * plugins/document-manager/plugin.c: Set line markers for files
6574         opened via IAnjutaFile::open(). Fixes missing line markers while
6575         navigating symbols.
6577 2007-06-17  Naba Kumar  <naba@gnome.org>
6579         * plugins/sourceview/sourceview.glade: Set correct font
6580         default value and use monospace instead of sans. Fixes
6581         bug #448408 – crash in Anjuta IDE: Trying to change the
6582         editor
6584 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6586         * plugins/search/search-replace.c,
6587         plugins/search/search-replace.h,
6588         plugins/search/anjuta-search.glade:
6589         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6590         Fixes bug #355166
6592 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6594         * plugins/debug-manager/plugin.c,
6595         plugins/debug-manager/breakpoints.c:
6596         Add weak references, fixes bug #448053 ?
6598 2007-06-16  Naba Kumar  <naba@gnome.org>
6600         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6601         dialog to allow forgetting them if user chooses to select a different
6602         one.
6604 2007-06-13  Naba Kumar  <naba@gnome.org>
6606         * plugins/sourceview/sourceview-prefs.c: Initialize font
6607         on startup correctly if use_theme is set.
6609         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6610         if available for default font. Fixes bug #447304.
6612         * plugins/sourceview/sourceview-prefs.c: Return value based
6613         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6614         for the first time has black background
6615         
6616         * plugins/project-manager/plugin.c: Give a better error message
6617         when project could not be loaded.
6619         * libanjuta/anjuta-serializer.c: Added a comment.
6621 2007-06-13  Johannes Schmid <jhs@gnome.org>
6623         * configure.in:
6624         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6625         most warnings to avoid simple coding problems.
6626         
6627         * plugins/message-view/anjuta-msgman.c:
6628         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6629         * plugins/message-view/plugin.c: (on_view_changed),
6630         (ianjuta_msgman_add_view):
6631         
6632         Fixed #440866 by always presenting the message-manager when a tab is
6633         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6634         
6635         * plugins/subversion/subversion-callbacks.c:
6636         (on_subversion_commit_response):
6637         Destroy dialog if user clicks "No"
6639 2007-06-12  Naba Kumar  <naba@gnome.org>
6641         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6642         read and use of uninitialized variable.
6644         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6645         because it is used in credits listing and packaging could compress
6646         it in docdir. Fixes bug #397881: The credits are empty
6648         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6649         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6650         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6651         plugins/symbol-browser/an_symbol_info.c,
6652         plugins/symbol-browser/plugin.c,
6653         plugins/symbol-browser/an_symbol_view.c,
6654         plugins/editor/aneditor-autocomplete.cxx:
6656         - Do not access TMTag
6657         member in TMSymbol when freeing it because by then the tags
6658         could have changed. Avoids dangerous memory corruptions by freeing
6659         someone else's memory (Could explain those random crashes when
6660         refreshing symbols or re-loading a different project or closing
6661         a project). Anything that tries to refresh symbols could trigger
6662         this corruptions.
6663         - Added a flag to also retrieve method definitions as part of
6664         the class's scope members. And used it to set both function prototype
6665         and definition in symbols. Fixes navigation to prototype and
6666         function definitions from symbol browser (bug #440370)
6668         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6669         memory. Could fix those bogus 'file changed' dialogs.
6671         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6673 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6675         * (added) libanjuta/anjuta-utils-priv.h,
6676         libanjuta/anjuta-utils.h,
6677         libanjuta/anjuta-launcher.c,
6678         libanjuta/Makefile.am:
6679         Fix bug #440801: do not use config.h in public include files
6681 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6683         * plugins/project-wizard/templates/mkfile.wiz:
6684         Fix bug #442038: missing project.sh file
6686         * configure.in,
6687         plugins/project-wizard/templates/Makefile.am,
6688         plugins/project-wizard/templates/translatable-strings.h,
6689         (added) plugins/project-wizard/templates/sdl.wiz,
6690         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6691         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6692         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6693         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6694         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6695         (added) plugins/project-wizard/templates/sdl/src/main.c,
6696         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6697         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6698         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6699         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6700         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6701         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6702         Fix bug #315635: add a SDL project wizard
6704 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6706         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6707         when SIGCHLD is triggered when main loop context is locked. Dead lock
6708         happens when child_exited callback also accesses main loop context.
6709         Happens particularly badly in debug target exiting.
6711 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6713         * manuals/anjuta-manual/C/debugger.xml:
6714         First update of the debugger documentation
6716 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6718         * manuals/anjuta-manual/C/fileoperations.xml,
6719         manuals/anjuta-manual/C/projects.xml,
6720         manuals/anjuta-manual/C/anjuta-manual.xml,
6721         manuals/anjuta-manual/C/build.xml,
6722         manuals/anjuta-manual/C/execute.xml,
6723         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6724         Added project properties documentation. Moved execution section
6725         inside project management. Removed dead documentation.
6727 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6729         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6730         plugins/symbol-browser/plugin.h,
6731         plugins/symbol-browser/an_symbol_prefs.c,
6732         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6733         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6734         progress bar instead of separate window for system tags
6735         generation. Renamed AnjutaStatus methods to a proper ones.
6737         * plugins/symbol-browser/plugin.c,
6738         plugins/symbol-browser/plugin.h,
6739         plugins/symbol-browser/an_symbol_prefs.c,
6740         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6741         global-tags/create_global_tags.sh.in: Get rid of message window
6742         for showing global tags creation and use a small window with
6743         progress bar.
6745 2007-05-30  Naba Kumar  <naba@gnome.org>
6747         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6748         Bug 442315 – After calling configure, the build menus are still insensitive,
6749         Bug 442314 – Autogeneration fails when there is no autogen.sh
6751         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6752         fails to remove target/source/group. Fixes bug #440196 – crash in
6753         Anjuta IDE: removing a target
6755 2007-05-29  Naba Kumar  <naba@gnome.org>
6757         * plugins/symbol-browser/an_symbol_view.c,
6758         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6759         tags generation. Fixed runtime warning.
6761 2007-05-28  Naba Kumar  <naba@gnome.org>
6763         Patch from James Liggett  <jrliggett@cox.net>:
6764         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6765         Fixed bug #403502 – User should also be allowed to select an
6766         independent executable target.
6768 2007-05-27  Johannes Schmid <jhs@gnome.org>
6770         * plugins/build-basic-autotools/build-basic-autotools.c:
6771         (get_real_directory), (on_build_mesg_format):
6772         
6773         Find correct files for error messages inside scratchbox
6775 2007-05-27  Naba Kumar  <naba@gnome.org>
6777         * manuals/anjuta-manual/C/projects.xml,
6778         manuals/anjuta-manual/C/projects.xml: Updated project
6779         management chapter more.
6781 2007-05-25  Johannes Schmid <jhs@gnome.org>
6783         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6784         * plugins/build-basic-autotools/build-basic-autotools.c:
6785         (on_sb_check_toggled), (build_execute_command),
6786         (ipreferences_merge), (ipreferences_unmerge):
6787         Added support for building inside scratchbox environment
6788         
6789         Patch from James Liggett <jrliggett@cox.net>:
6790         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6791         (anjuta_msgman_append_view):
6793         Fix 440866 
6794           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6796 2007-05-23  Naba Kumar  <naba@gnome.org>
6798         * manuals/anjuta-manual/C/projects.xml: Updated project
6799         management chapter.
6801 2007-05-22  Naba Kumar  <naba@gnome.org>
6803         * manuals/anjuta-manual/C/projects.xml: More updates.
6805         * manuals/anjuta-manual/C/introduction.xml,
6806         manuals/anjuta-manual/C/projects.xml,
6807         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6809 2007-05-22  Naba Kumar  <naba@gnome.org>
6811         Patch from Étienne Bersac:
6812         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6813         class in generated class.
6815 2007-05-22  Naba Kumar  <naba@gnome.org>
6817         * plugins/profiler/plugin.c: Fixed a compiler warning.
6818         * plugins/valgrind/Makefile.am: Added ldflags.
6820         Patch from James Liggett:
6821         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6822         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6823         specific options.
6825 2007-05-18  Johannes Schmid <jhs@gnome.org>
6827         * plugins/editor/text_editor.c:
6828         * plugins/language-support-cpp-java/plugin.c:
6829         (on_editor_language_changed), (on_value_added_current_editor),
6830         (on_value_removed_current_editor):
6831         
6832         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6833         Fix assist support in language-support-plugin.
6835 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6837         * libanjuta/interfaces/libanjuta.idl:
6838         Add a new interface allowing to implement plugin able
6839         to load other plugins (not written in C)
6841         * libanjuta/anjuta-plugin-handle.c,
6842         libanjuta/anjuta-plugin-handle.h:
6843         Add a language and a resident plugin properties
6845         * libanjuta/anjuta-glue-plugin.c,
6846         libanjuta/anjuta-glue-plugin.h,
6847         (added)libanjuta/anjuta-glue-c.c,
6848         (added)libanjuta/anjuta-glue-c.h,
6849         libanjuta/Makefile.am:
6850         Split code used to load a C plugin into a common part
6851         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6853         * libanjuta/anjuta-glue-factory.c,
6854         libanjuta/anjuta-glue-factory.h,
6855         libanjuta/anjuta-plugin-manager.c:
6856         Allow to load plugin not written in C and search for the
6857         additional needed code in another plugin
6859 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6861         * plugins/editor/text_editor.c:
6862         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6863         avoiding a crash if scintilla is used
6865 2007-05-14  Johannes Schmid <jhs@gnome.org>
6867         * libanjuta/interfaces/libanjuta.idl:
6868         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6869         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6870         (on_assist_chosen), (on_assist_update), (get_context),
6871         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6872         (install_assist), (uninstall_assist), (install_support),
6873         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6874         (cpp_java_plugin_instance_init):
6875         * plugins/language-support-cpp-java/plugin.h:
6876         Use IAnjutaEditorAssist to show language specific suggestions
6877         
6878         * plugins/sourceview/Makefile.am:
6879         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6880         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6881         * plugins/sourceview/anjuta-view.h:
6882         * plugins/sourceview/assist-window.c: (assist_window_expose),
6883         (assist_window_set_property), (assist_window_get_property),
6884         (assist_window_class_init), (assist_activated),
6885         (assist_window_init), (assist_window_finalize),
6886         (assist_window_select), (assist_window_first),
6887         (assist_window_last), (assist_window_up), (assist_window_down),
6888         (get_coordinates), (assist_window_move), (assist_window_update),
6889         (assist_window_filter_keypress), (assist_window_is_active),
6890         (assist_window_new), (assist_window_get_trigger),
6891         (assist_window_get_position):
6892         * plugins/sourceview/assist-window.h:
6893         * plugins/sourceview/sourceview-args.c (removed):
6894         * plugins/sourceview/sourceview-args.h (removed):
6895         * plugins/sourceview/sourceview-autocomplete.c (removed):
6896         * plugins/sourceview/sourceview-autocomplete.h (removed):
6897         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6898         * plugins/sourceview/sourceview-private.h:
6899         * plugins/sourceview/sourceview-scope.c(removed):
6900         * plugins/sourceview/sourceview-scope.h(removed):
6901         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6902         (on_assist_cancel), (on_document_char_added),
6903         (on_reload_dialog_response), (sourceview_class_init),
6904         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6905         (iassist_remove_trigger), (iassist_autocomplete),
6906         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6907         (iassist_react), (iassist_iface_init):
6908         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6909         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6910         
6911         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6912         - Mark files dirty if reload dialog is canceled.
6914 2007-05-12  Naba Kumar  <naba@gnome.org>
6916         * libanjuta/anjuta-launcher.h: Corrected include file.
6918 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6920         * libanjuta/anjuta-glue-plugin.c,
6921         libanjuta/anjuta-glue-plugin.h,
6922         libanjuta/anjuta-glue-factory.c,
6923         libanjuta/anjuta-glue-factory.h,
6924         ibanjuta/anjuta-plugin-manager.c:
6925         Move code used to load a C plugin from glue-factory to glue-plugin
6926         So loading a plugin written in another language could be done by
6927         just using another object derived from AnjutaGluePlugin
6929         * libanjuta/libanjuta.h:
6930         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6931         includes
6933 === anjuta 2.1.3 ===
6935 2007-05-11  Naba Kumar  <naba@gnome.org>
6937         * configure.in: Bumped version to 2.1.3
6938         * NEWS: Updated.
6939         * AUTHORS: Updated.
6940         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6942 2007-05-11  Naba Kumar  <naba@gnome.org>
6944         * configure.in:
6945         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6946         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6947         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6949 2007-05-10  Johannes Schmid <jhs@gnome.org>
6951         * plugins/search/plugin.c:
6952         Make incremental search behave less annoying
6953         
6954 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6956         * plugins/macro/macro-util.c:
6957         Fix bug #419008 and bug #419036
6958         When creating new header file, use name and email set in
6959         preferences and replace invalid C character by underscore
6960         in guards
6962 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6964         * plugins/search/search-replace.c,
6965         plugins/search/search-replace_backend.c:
6966         Disable search button if search expression is empty (bug #378193)
6968 2007-05-08  Naba Kumar  <naba@gnome.org>
6970         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6971         build error.
6973 2007-05-07  Naba Kumar  <naba@gnome.org>
6975         * configure.in:
6976         * plugins/project-wizard/templates/Makefile.am:
6977         * plugins/project-wizard/templates/minimal.wiz:
6978         * plugins/project-wizard/templates/minimal/.cvsignore:
6979         * plugins/project-wizard/templates/minimal/Makefile.am:
6980         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6981         * plugins/project-wizard/templates/minimal/autogen.sh:
6982         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6983         * plugins/project-wizard/templates/minimal/project.anjuta:
6984         Added 'minimal', a generic and flat, project template.
6985         
6986 2007-05-05  Naba Kumar  <naba@gnome.org>
6988         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6990         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6991         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6992         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6993         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6994         instead of a real one, fixes interdependency with libanjuta.
6995         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6996         * libanjuta/Makefile.am: 
6997         * libegg/Makefile.am:
6998         * plugins/build-basic-autotools/Makefile.am:
6999         * plugins/class-gen/Makefile.am:
7000         * plugins/class-inheritance/Makefile.am:
7001         * plugins/cvs-plugin/Makefile.am:
7002         * plugins/debug-manager/Makefile.am:
7003         * plugins/devhelp/Makefile.am:
7004         * plugins/document-manager/Makefile.am:
7005         * plugins/editor/Makefile.am:
7006         * plugins/file-loader/Makefile.am:
7007         * plugins/file-manager/Makefile.am:
7008         * plugins/file-wizard/Makefile.am:
7009         * plugins/gdb/Makefile.am:
7010         * plugins/glade/Makefile.am:
7011         * plugins/gtodo/Makefile.am:
7012         * plugins/language-support-cpp-java/Makefile.am:
7013         * plugins/macro/Makefile.am:
7014         * plugins/message-view/Makefile.am:
7015         * plugins/patch/Makefile.am:
7016         * plugins/profiler/Makefile.am:
7017         * plugins/project-import/Makefile.am:
7018         * plugins/project-manager/Makefile.am:
7019         * plugins/project-wizard/Makefile.am:
7020         * plugins/sample1/Makefile.am:
7021         * plugins/search/Makefile.am:
7022         * plugins/sourceview/Makefile.am:
7023         * plugins/subversion/Makefile.am:
7024         * plugins/symbol-browser/Makefile.am:
7025         * plugins/terminal/Makefile.am:
7026         * plugins/tools/Makefile.am:
7027         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
7029 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
7031         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
7033 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7035         * libanjuta/anjuta-launcher.c,
7036         libanjuta/anjuta-launcher.h:
7037         Add some missing implementation
7039 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
7041         Reviewed by Naba Kumar  <naba@gnome.org>:
7042         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
7043         for uninstall-hook.
7045 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
7047         Reviewed by Naba Kumar  <naba@gnome.org>:
7048         * plugins/editor/text_editor.c: Large memory addresses were being
7049         truncated, switched to glong (bug #422143).
7051 2007-04-24  Naba Kumar  <naba@gnome.org>
7053         * plugins/document-manager/plugin.c: (prefs_finalize):
7054         * plugins/editor/aneditor-autocomplete.cxx:
7055         * plugins/editor/text_editor_menu.c:
7056         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
7057         * plugins/file-loader/plugin.c: (open_file_with),
7058         (create_open_with_submenu):
7059         * plugins/file-manager/plugin.c: (prefs_finalize):
7060         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
7061         pointer type castings.
7063 2007-04-24  Naba Kumar  <naba@gnome.org>
7065         Patch from s|s  <supreet.sethi@gmail.com>:
7066         * (added) plugins/project-wizard/templates/django-logo.png:
7067         * (added) plugins/project-wizard/templates/django.wiz:
7068         * plugins/project-wizard/templates/Makefile.am:
7069         * plugins/project-wizard/templates/translatable-strings.h: Added
7070         django project template. http://www.djangoproject.com/
7072 2007-04-24  Naba Kumar  <naba@gnome.org>
7074         * plugins/subversion/anjuta-subversion.glade: Set expansion for
7075         the log entry widget and made the dialog little larger.
7077 2007-04-24  Naba Kumar  <naba@gnome.org>
7079         Patch from Halton Huo:
7080         * configure.in:
7081         * plugins/project-wizard/property.c:
7082         * plugins/subversion/svn-auth.c:
7083         * plugins/subversion/svn-backend-priv.h:
7084         * plugins/subversion/svn-backend.c:
7085         * plugins/subversion/svn-backend.h:
7086         * plugins/subversion/svn-notify.h: Proper use of subversion
7087         headers. Fixes build issues in solaris (bug #426701).
7089 2007-04-24  Naba Kumar  <naba@gnome.org>
7091         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
7092         
7093         * plugins/project-wizard/templates/cpp.wiz:
7094         * plugins/project-wizard/templates/gcj.wiz:
7095         * plugins/project-wizard/templates/gnome.wiz:
7096         * plugins/project-wizard/templates/gtk.wiz:
7097         * plugins/project-wizard/templates/gtkmm.wiz:
7098         * plugins/project-wizard/templates/java.wiz:
7099         * plugins/project-wizard/templates/python.wiz:
7100         * plugins/project-wizard/templates/terminal.wiz:
7101         * plugins/project-wizard/templates/wxwin.wiz:
7102         * plugins/project-wizard/templates/xlib-dock.wiz:
7103         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
7104         project option and set it ON by default (since gnome-build, can't
7105         enabled configure shared lib support later when a sharedlib target
7106         is added).
7108 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7110         * plugins/debug-manager/stack_trace.c:
7111         Fix a missing case in the previous changes
7113 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
7115         * plugins/debug-manager/plugin.c:
7116         Fix bug #430401
7118         * plugins/debug-manager/breakpoints.c,
7119         plugins/gdb/plugin.c:
7120         Fix adding breakpoint on a function
7122         * plugins/debug-manager/stack_trace.c:
7123         Highlight changed stack frame
7125 2007-04-18  Naba Kumar  <naba@gnome.org>
7127         * plugins/document-manager/anjuta-docman.c:
7128         (anjuta_docman_dispose), (on_editor_destroy),
7129         (anjuta_docman_remove_editor): Remove the editor widget from
7130         the parent container before calling destroy, otherwise container
7131         removal happens after TextEditor is disposed resulting in call
7132         to value-remove for a TextEditor which is half-dead (crash).
7134 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
7136         * plugins/debug-manager/data_buffer.c
7137         plugins/debug-manager/data_view.c,
7138         plugins/debug-manager/memory.c:
7139         Fixes for bug #418523, bug #427090 and bug #428174
7141 2007-04-11 Halton Huo <halton.huo@sun.com>
7143         reviewed by: <jhs@gnome.org>
7145         * configure.in:
7146         * libanjuta/Makefile.am:
7147         * libanjuta/anjuta-utils.c:
7148         * libanjuta/anjuta-utils.h:
7149         * manuals/reference/libanjuta/Makefile.am:
7150         
7151         Fixed compilation on sun by deploying the libutil methods
7152         in anjuta-utils.h and building them on condition.
7154 2007-04-11  Johannes Schmid <jhs@gnome.org>
7156         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
7157         (anjuta_docman_add_editor):
7158         Hold a reference on the editor as long as we use it.
7159         
7160         * plugins/document-manager/plugin.c: (on_editor_changed):
7161         Destroy GValue to fix a memoery leak.
7163 2007-04-11  Johannes Schmid <jhs@gnome.org>
7165         * plugins/document-manager/plugin.c: (on_editor_changed):
7166         Fixed reference counting for editor by using g_value_take_object instead
7167         of g_value_set_object. The editors are now correctly finalized and thus
7168         we do not lack so much memory anymore.
7169         
7170         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
7171         (anjuta_view_finalize), (anjuta_view_focus_out),
7172         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
7173         * plugins/sourceview/anjuta-view.h:
7174         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
7175         * plugins/sourceview/sourceview-prefs.c:
7176         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
7177         * plugins/sourceview/sourceview-prefs.h:
7178         * plugins/sourceview/sourceview-private.h:
7179         * plugins/sourceview/sourceview.c: (on_document_loaded),
7180         (timeout_unref), (on_document_saved), (sourceview_finalize),
7181         (sourceview_new), (ifile_open), (ifile_savable_save),
7182         (ifile_savable_save_as):
7184         Several changes to fix things when the editor is correctly destroyed.
7185         Fixed preferences (which led me to the refcounting issue, #409412)
7186         and removed deprecated completition code that will be replace by
7187         IAnjutaAssist interface soon. 
7189 2007-04-11  Johannes Schmid <jhs@gnome.org>
7191         * libanjuta/anjuta-launcher.c:
7192         (anjuta_launcher_execution_done_cleanup),
7193         (anjuta_launcher_child_terminated):
7194         Possible fix for #428363 and added a g_return_if_fail
7196         * plugins/message-view/plugin.c: (activate_plugin):
7197         Fixed a Gtk/Gdl-Critical
7198         
7199         Patches from Étienne Bersac <bersace03@laposte.net>
7200         * plugins/class-gen/templates/go-source.tpl:
7201         * plugins/macro/macros.xml:
7202         Use better template for GObjects (#417875 and #417918)
7203         
7204         Patches from Halton Huo <halton.huo@sun.com>
7205         * libanjuta/anjuta-launcher.h:
7206         * libanjuta/anjuta-preferences.c:
7207         * libanjuta/anjuta-utils.c:
7208         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
7209         (cg_window_set_add_to_repository):
7210         * plugins/class-inheritance/class-inherit.c:
7211         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
7213 2007-04-09  Johannes Schmid <jhs@gnome.org>
7215         * plugins/editor/print.c: (anjuta_print_show_header):
7216         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7217         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7219   Some string changes (#427395 and #427399)
7221 2007-04-06  Johannes Schmid <jhs@gnome.org>
7223         * plugins/build-basic-autotools/build-basic-autotools.c:
7224         (on_build_mesg_format), (on_build_mesg_parse):
7225         Fixed full path detection
7227 2007-04-05  Naba Kumar  <naba@gnome.org>
7229         Patch from Halton Huo:
7230         * libanjuta/Makefile.am:
7231         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
7232         * libanjuta/anjuta-glue-cpp.h:
7233         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
7234         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
7235         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
7236         (anjuta_glue_factory_get_path), (get_already_loaded_module),
7237         (load_plugin), (anjuta_glue_factory_get_object_type):
7238         * libanjuta/anjuta-glue-factory.h:
7239         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
7240         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
7241         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
7242         (anjuta_glue_plugin_new):
7243         * libanjuta/anjuta-glue-plugin.h:
7244         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
7245         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
7246         * libanjuta/anjuta-plugin.h:
7247         * libanjuta/glue-cpp.c:
7248         * libanjuta/glue-cpp.h:
7249         * libanjuta/glue-factory.c:
7250         * libanjuta/glue-factory.h:
7251         * libanjuta/glue-plugin.c:
7252         * libanjuta/glue-plugin.h:
7253         * plugins/build-basic-autotools/build-basic-autotools.h:
7254         * plugins/class-gen/plugin.h:
7255         * plugins/class-inheritance/plugin.h:
7256         * plugins/cvs-plugin/plugin.h:
7257         * plugins/debug-manager/plugin.h:
7258         * plugins/devhelp/plugin.h:
7259         * plugins/document-manager/plugin.h:
7260         * plugins/editor/plugin.h:
7261         * plugins/file-loader/plugin.h:
7262         * plugins/file-manager/plugin.h:
7263         * plugins/file-wizard/plugin.h:
7264         * plugins/gdb/plugin.h:
7265         * plugins/glade/plugin.h:
7266         * plugins/gtodo/plugin.h:
7267         * plugins/language-support-cpp-java/plugin.h:
7268         * plugins/macro/plugin.h:
7269         * plugins/message-view/plugin.h:
7270         * plugins/patch/plugin.h:
7271         * plugins/profiler/plugin.h:
7272         * plugins/project-import/plugin.h:
7273         * plugins/project-manager/plugin.h:
7274         * plugins/project-wizard/plugin.h:
7275         * plugins/sample1/plugin.h:
7276         * plugins/search/plugin.h:
7277         * plugins/sourceview/plugin.h:
7278         * plugins/subversion/plugin.h:
7279         * plugins/symbol-browser/plugin.h:
7280         * plugins/terminal/terminal.c:
7281         * plugins/tools/plugin.h:
7282         * plugins/tools/scripts/tools-2.xml.in:
7283         * plugins/valgrind/plugin.h:
7285         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
7287 2007-04-05  Naba Kumar  <naba@gnome.org>
7289         * anjuta.spec.in, configure.in: Removed dead codes.
7290         
7291         Patch from Jos Dehaes:
7292         * configure.in, plugins/project-wizard/templates/Makefile.am,
7293         plugins/project-wizard/templates/mkfile.wiz,
7294         plugins/project-wizard/templates/translatable-strings.h: Enabled
7295         makefile-based project creation and import. Fixes bug #355145
7297 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
7299         * plugins/debug-manager/debugger.c,
7300         plugins/debug-manager/plugin.c,
7301         plugins/gdb/anjuta-gdb.plugin.in:
7302         Code cleaning (remove unused code, rename this into self)
7303         Add information about supported format in debugger plugin
7304         Activate debugger plugin according to the target format
7306 2007-04-01  Naba Kumar  <naba@gnome.org>
7308         * plugins/message-view/message-view.c:
7309         (message_view_instance_init): Fixed message icons to appear.
7311 2007-03-31  Johannes Schmid <jhs@gnome.org>
7313         * plugins/message-view/anjuta-msgman.c:
7314         (anjuta_msgman_append_view):
7315         * plugins/message-view/plugin.c: (on_view_changed),
7316         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
7317         
7318         Fixed #424845
7320 2007-03-31  Johannes Schmid <jhs@gnome.org>
7322         * plugins/message-view/message-view.c:
7323         (message_view_instance_init), (imessage_view_append):
7324         Show nice icons beside the messages for info, warning and error. This is a completly
7325         cosmetic change so if someone dislikes it he is free to remove it.
7327 2007-03-31  Johannes Schmid <jhs@gnome.org>
7328         
7329         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
7330         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
7331         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
7332         * plugins/message-view/anjuta-msgman.h:
7333         * plugins/message-view/message-view.h:
7334         * plugins/message-view/plugin.c: (on_view_changed),
7335         (activate_plugin):
7336         Fixed #359399 and made next/previous insensitive when not availible
7337         
7338         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
7339         (tag_style_to_string):
7340         Fixed namespace Problem with gdk >= 2.11
7341         
7342         * plugins/sourceview/sourceview-autocomplete.c:
7343         (sourceview_autocomplete_init):
7344         Removed structure, follow-up of #423682
7346 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
7348         * plugins/debug-manager/debug_tree.c,
7349         plugins/debug-manager/debug_tree.h,
7350         plugins/debug-manager/watch.c,
7351         plugins/debug-manager/anjuta-debug-manager.glade:
7352         Inspect variable at cursor
7353         Fix buttons in inspect dialog
7355 2007-03-27  Halton Huo  <halton.huo@sun.com>
7357         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
7359         * plugins/sourceview/sourceview-autocomplete.c
7360         plugins/debug-manager/disassemble.c,
7361         libanjuta/interfaces/libanjuta.idl:
7362         Remove array with 0 size and empty structure as it is not
7363         supported by sun cc, Fixes bug #423682
7365         * plugins/debug-manager/debugger.c:
7366         Remove anonymous union as it is not supported by sun cc,
7367         Fixes bug #423680
7369 === anjuta 2.1.2 ===
7371 2007-03-28  Naba Kumar  <naba@gnome.org>
7373         * configure.in: Bumped version to 2.1.2
7374         * NEWS: Updated for release.
7375         
7376         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
7377         Improved breakpoint marker icon.
7378         
7379         * plugins/editor/anjuta-editor.plugin.in,
7380         plugins/sourceview/sourceview.plugin.in: Made editor plugins
7381         non user activable since they are now remembered properly.
7383 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
7385         * plugins/tools/editor.c:
7386         Fix bug #423270
7388 2007-03-27  Naba Kumar  <naba@gnome.org>
7390         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
7391         word when autocompleting without leaving any trailing part of
7392         the word.
7394 2007-03-27  Kamil Páral  <ripper42@gmail.com>
7396         Reviewed by Naba Kumar  <naba@gnome.org>:
7397         * anjuta.desktop.in.in: Remove "Application" category from desktop
7398         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
7399         
7400 2007-03-27  Naba Kumar  <naba@gnome.org>
7401         
7402         * configure.in, plugins/document-manager/anjuta-docman.c:
7403         (anjuta_docman_add_editor): Conditionally compile notebook tab
7404         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7406         Patch from Halton Huo:
7407         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7408         non gcc compiler flags. Fixes bug #423089.
7409         
7410 2007-03-26  Naba Kumar  <naba@gnome.org>
7411         
7412         * AUTHORS, NEWS, TODO.tasks: Updated.
7413         
7414         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7415         close menuitem.
7416         
7417         * plugins/symbol-browser/plugin.c: (on_editor_saved),
7418         (update_editor_symbol_model), (iter_matches),
7419         (on_editor_update_ui), (value_added_current_editor),
7420         (activate_plugin), (dispose),
7421         (symbol_browser_plugin_instance_init):
7422         * plugins/symbol-browser/plugin.h: update line on editor save
7423         and editor change. Code clean up and fixed warnings.
7425 2007-03-26  Naba Kumar  <naba@gnome.org>
7427         * plugins/project-wizard/templates/java/project.anjuta,
7428         plugins/project-wizard/templates/python/project.anjuta,
7429         plugins/project-wizard/templates/python/project.anjuta:
7430         Removed version control plugins from default selection.
7432         * plugins/tools/scripts/prepare-changelog.pl,
7433         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7434         script to a better one (that works on both cvs and svn).
7436 2007-03-26  Naba Kumar  <naba@gnome.org>
7438         * (added) plugins/project-wizard/templates/translatable-strings.pl,
7439         Makefile.am: Added the generated translatable file (required for
7440         translations for svn checkouts).
7442         * (added)
7443         plugins/project-wizard/templates/extract-translatable-strings.pl
7444         plugins/project-wizard/templates/Makefile.am, Makefile.am,
7445         po/POTFILES.in: Generated translatable strings for .wiz files and
7446         added them in POTFILES.in for translation. Fixes bug #398035
7448 2007-03-25  Naba Kumar  <naba@gnome.org>
7450         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7451         
7452         * src/anjuta-app.c: Removed dead codes.
7453         
7454         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7455         global tags generation starts.
7456         
7457         * plugins/debug-manager/chunk_view.c,
7458         plugins/debug-manager/start.h,
7459         plugins/debug-manager/chunk_view.h,
7460         plugins/debug-manager/utilities.c,
7461         plugins/debug-manager/utilities.h,
7462         plugins/debug-manager/debugger.c,
7463         plugins/debug-manager/threads.c,
7464         plugins/debug-manager/disassemble.c,
7465         plugins/debug-manager/info.c,
7466         plugins/debug-manager/sharedlib.c,
7467         plugins/debug-manager/threads.h,
7468         plugins/debug-manager/disassemble.h,
7469         plugins/debug-manager/signals.c,
7470         plugins/debug-manager/info.h,
7471         plugins/debug-manager/sharedlib.h,
7472         plugins/debug-manager/data_buffer.c,
7473         plugins/debug-manager/data_view.c,
7474         plugins/debug-manager/signals.h,
7475         plugins/debug-manager/debug_tree.c,
7476         plugins/debug-manager/watch.c,
7477         plugins/debug-manager/registers.c,
7478         plugins/debug-manager/data_buffer.h,
7479         plugins/debug-manager/data_view.h,
7480         plugins/debug-manager/memory.c,
7481         plugins/debug-manager/debug_tree.h,
7482         plugins/debug-manager/watch.h,
7483         plugins/debug-manager/registers.h,
7484         plugins/debug-manager/memory.h,
7485         plugins/debug-manager/locals.c,
7486         plugins/debug-manager/sexy-icon-entry.c,
7487         plugins/debug-manager/breakpoints.c,
7488         plugins/debug-manager/locals.h,
7489         plugins/debug-manager/sexy-icon-entry.h,
7490         plugins/debug-manager/stack_trace.c,
7491         plugins/debug-manager/breakpoints.h,
7492         plugins/debug-manager/sparse_buffer.c,
7493         plugins/debug-manager/sparse_view.c,
7494         plugins/debug-manager/stack_trace.h,
7495         plugins/debug-manager/sparse_buffer.h,
7496         plugins/debug-manager/sparse_view.h,
7497         plugins/debug-manager/start.c,
7498         plugins/gdb/utilities.c,
7499         plugins/gdb/utilities.h,
7500         plugins/gdb/debugger.c,
7501         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7502         setup.
7504 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7506         * plugins/gdb/debugger.c:
7507         Avoid empty debugger log window by limiting line to 90 characters
7509 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7511         * plugins/debug-manager/plugin.c,
7512         plugins/debug-manager/plugin.h,
7513         plugins/debug-manager/threads.c,
7514         plugins/debug-manager/threads.h,
7515         plugins/debug-manager/breakpoints.c,
7516         plugins/debug-manager/breakpoints.h,
7517         plugins/debug-manager/stack_trace.c,
7518         plugins/debug-manager/stack_trace.h:
7519         View code action now changes location in disassembly view too
7521         * plugins/debug-manager/anjuta-debug-manager.ui:
7522         Rename breakpoint actions
7524 2007-03-24  Naba Kumar  <naba@gnome.org>
7526         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7527         in gdl 0.7.3 (svn trunk).
7528         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7529         
7530 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7532         * plugins/debug-manager/threads.c,
7533         plugins/debug-manager/debug_tree.c,
7534         plugins/debug-manager/debug_tree.h,
7535         plugins/debug-manager/locals.c,
7536         plugins/debug-manager/registers.c,
7537         plugins/debug-manager/stack_trace.c:
7538         Allow to change current thread updating register, stack and locals
7539         Allow to change current stack frame updating locals
7541         * plugins/gdb/debugger.c:
7542         Read argument of selected stack frame
7544         * plugins/debug-manager/data_view.c:
7545         Fix an unrelated bug
7547 2007-03-23  Naba Kumar  <naba@gnome.org>
7549         * plugins/document-manager/anjuta-docman.c,
7550         plugins/document-manager/plugin.c: Fixed many memory leaks.
7551         (ianjuta_file_get_uri() returns a new string).
7553         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7554         widget for save dialogs.
7555         
7556         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7557         svn and fixed to get function/prototype/member args list. Call tips
7558         also work fine now.
7560 2007-03-22  Naba Kumar  <naba@gnome.org>
7562         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7563         and calltips would work again for functions from global tags (Needs
7564         regenerating global tags).
7566         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7567         ctags svn version and reopened bug #395362. Fixes tags parsing that
7568         seemed to have stopped working recently.
7570 2007-03-21  Naba Kumar  <naba@gnome.org>
7572         * tagmanager/tm_source_file.c, tagmanager/options.c,
7573         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7574         extend .. more needs to be investigated and fixed). Enabled some
7575         debugging.
7577 2007-03-16  Naba Kumar  <naba@gnome.org>
7579         * src/anjuta.c: Fixed project loading from command line.
7581 2007-03-16  Naba Kumar  <naba@gnome.org>
7583         Patch from James Liggett <jrliggett@cox.net>:
7584         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7585         
7586 2007-03-15  Naba Kumar  <naba@gnome.org>
7588         * libanjuta/anjuta-profile-manager.c,
7589         libanjuta/anjuta-profile-manager.h: Added method to get current
7590         profile.
7592         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7593         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7594         is exiting.
7596         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7597         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7598         Also, not load project files in session load in loader plugin.
7599         
7600         * plugins/project-manager/plugin.c, src/anjuta.c:
7601         Emit "exiting" signal in shell when exiting anjuta. project manager
7602         listens to exiting signal and saves session. anjuta.c saves session
7603         only when current projfile is 'user'. Load project saved in session
7604         differently then the rest of the session. This should fix all the
7605         session restoration bugs.
7606         
7607         src/main.c: Present anjuta window when becon message is received.
7609 2007-03-14  Naba Kumar  <naba@gnome.org>
7611         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7612         not randomly save (it was a wrong looping).
7613         
7614 2007-03-12  Naba Kumar  <naba@gnome.org>
7616         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7618 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7620         * plugins/debug-manager/anjuta-debug-manager.ui,
7621         libanjuta/interfaces/libanjuta.idl,
7622         plugins/debug-manager/debugger.c,
7623         (added) plugins/debug-manager/threads.c,
7624         (added) plugins/debug-manager/threads.h,
7625         plugins/debug-manager/plugin.c,
7626         plugins/debug-manager/Makefile.am,
7627         plugins/gdb/plugin.c,
7628         plugins/gdb/debugger.c,
7629         plugins/gdb/debugger.h:
7630         Add a window displaying all threads
7631         Add needed functions
7632         Switching to a different thread is still not done
7634         * plugins/debug-manager/debug_tree.c,
7635         plugins/debug-manager/locals.c,
7636         plugins/debug-manager/stack_trace.c:
7637         Small cosmetic changes
7639         * plugins/gdb/gdbmi.c:
7640         Keep all elements in gdbmi hash
7641         Even if using the same key like in -threads-list-ids
7643 2007-03-11  Naba Kumar  <naba@gnome.org>
7645         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7646         
7647         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7648         
7649         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7650         manuals/reference/libanjuta/libanjuta-sections.txt,
7651         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7652         interfaces.
7654 2007-03-11  Naba Kumar  <naba@gnome.org>
7656         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7657         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7659         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7660         manuals/reference/libanjuta/libanjuta.types,
7661         manuals/reference/libanjuta/libanjuta-sections.txt,
7662         manuals/reference/libanjuta/.cvsignore,
7663         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7664         infrastructure. Got rid of tmpl/ directory and moved all section
7665         documenation to source code (requires gtk-doc >= 1.4).
7666         
7667         * libanjuta/anjuta-plugin-description.c,
7668         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7669         libanjuta/cell-renderer-captioned-image.c,
7670         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7671         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7672         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7673         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7674         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7675         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7676         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7677         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7678         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7679         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7680         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7681         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7682         documentation from templates to source code.
7684 2007-03-10  Johannes Schmid <jhs@gnome.org>
7686         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7687         Added some debug output but could not figure out why 
7688         some plugins are not kept.
7689         
7690         * libanjuta/interfaces/libanjuta.idl:
7691         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7692         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7693         Added IAnjutaEditorGoto::matching_brace
7694         
7695         * plugins/document-manager/action-callbacks.c:
7696         (on_editor_command_match_brace_activate):
7697         * plugins/document-manager/plugin.c:
7698         (update_editor_ui_interface_items):
7699         * plugins/editor/text_editor.c: (igoto_matching_brace),
7700         (igoto_iface_init):
7701         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7702         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7704 2007-03-09  Johannes Schmid <jhs@gnome.org>
7706         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7707         Hide correct column
7708         
7709         * plugins/sourceview/sourceview-private.h:
7710         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7711         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7712         (sourceview_new), (ifile_savable_save_as):
7713         Tweaked vfs monitoring
7715 2007-03-09  Johannes Schmid <jhs@gnome.org>
7717         * libanjuta/interfaces/Makefile.am.iface:
7718         Fixed installtion of header files
7719         
7720         * plugins/sourceview/sourceview.c: (set_select):
7721         do not scroll to much in interactive search
7723 2007-03-09  Naba Kumar  <naba@gnome.org>
7725         * src/anjuta.c: Fixed session restoration.
7726         
7727         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7728         signal handlers after symbol browser plugin is deactivated.
7729         
7730         * plugins/editor/editor.glade,
7731         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7732         Fixed indentation confustion in preferences.
7734 2007-03-08  Johannes Schmid <jhs@gnome.org>
7736         * plugins/search/search-replace.c: (search_set_combo),
7737         (search_set_action), (search_set_target), (search_set_direction),
7738         (create_dialog), (search_disconnect_set_toggle_connect),
7739         (on_search_match_whole_word_toggled),
7740         (on_search_match_whole_line_toggled),
7741         (on_search_match_word_start_toggled),
7742         (search_set_toggle_direction):
7743         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7744         it's somehow ugly and uses many deprecated widgets
7745         
7746         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7747         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7748         Fix #394709
7749         
7750 2007-03-07  Naba Kumar  <naba@gnome.org>
7752         * src/anjuta.c: Make launching projects work from command line. Also
7753         fixes gnome session restart command.
7754         
7755 2007-03-07  Johannes Schmid <jhs@gnome.org>
7757         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7758         * plugins/class-gen/plugin.c: (iwizard_activate):
7759         Fixed #408218
7760         
7761         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7762         Fixed #402774
7763         
7764         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7765         Fixed #377483 (It's not possible to know if directories have
7766         a version in CVS. Show version column only if there are version
7767         informations availible
7769         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7770         Fixed memory leak
7772 2007-03-07  Johannes Schmid <jhs@gnome.org>
7774         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7775         Fixed #409408
7776         * plugins/symbol-browser/an_symbol_prefs.c:
7777         (on_update_global_clicked):
7778         Fixed ##409176
7780 2007-03-07  Johannes Schmid <jhs@gnome.org>
7782         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7783         (anjuta_save_prompt_new):
7784         * plugins/project-import/project-import.c:
7785         (project_import_finalize):
7786         Fixed Gtk-Criticals (maybe #409408)
7788 2007-03-07  Naba Kumar  <naba@gnome.org>
7790         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7791         when we are at just beginning of string or comment. Fixes bug #397981.
7793 2007-03-07  Johannes Schmid <jhs@gnome.org>
7795         * plugins/language-support-cpp-java/plugin.c:
7796         (initialize_indentation_params):
7797         Removed annoying DEBUG_PRINT
7798         
7799         * plugins/sourceview/sourceview-cell.c:
7800         (sourceview_cell_instance_init), (icell_get_character),
7801         (icell_get_length), (icell_get_char), (icell_get_attribute):
7802         Improved code to be faster
7803         Implemented attribute handling so that indentation really works in any case
7805 2007-03-06  Johannes Schmid <jhs@gnome.org>
7807         * configure.in:
7808         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7809         
7810         * plugins/document-manager/anjuta-docman.c:
7811         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7812         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7813         instead (required GTK >= 2.10)
7814         
7815         * plugins/sourceview/sourceview-private.h:
7816         * plugins/sourceview/sourceview.c:
7817         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7818         (sourceview_finalize), (sourceview_new), (imark_mark),
7819         (imark_unmark), (imark_is_marker_set),
7820         (imark_location_from_handle), (imark_delete_all_markers):
7821         Fixed marker handling and worked a bit more on vfs monitoring
7823 2007-03-05  Johannes Schmid <jhs@gnome.org>
7825         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7826         Added method to select specific iter
7827         
7828         * plugins/sourceview/sourceview-private.h:
7829         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7830         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7831         (sourceview_add_monitor), (on_document_saved),
7832         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7833         Fixed vfs monitoring (mostly ported code from text_editor.c)
7834         
7835         * plugins/symbol-browser/an_symbol_view.c:
7836         * plugins/symbol-browser/an_symbol_view.h:
7837         * plugins/symbol-browser/plugin.c: (iter_matches),
7838         (on_editor_update_ui), (value_added_current_editor):
7839         Select the current tag in locals window and symbol toolbar. If there
7840         is no tag at the current line, reserve backward for the next tag. This will
7841         select the correct tag if inside a function.
7843 2007-03-05  Naba Kumar  <naba@gnome.org>
7845         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7846         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7847         compiler warnings.
7848         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7849         (Bug #412186)
7850         
7851 2007-03-04  Johannes Schmid <jhs@gnome.org>
7853         * data/Makefile.am:
7854         * po/POTFILES.in:
7855         Fixed distcheck (well, partly)
7857 2007-03-04  Johannes Schmid <jhs@gnome.org>
7859         * plugins/document-manager/anjuta-document-manager.ui:
7860         Move "Swap .c/.h from Main to Browser toolbar
7862         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7863         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7864         (fv_prefs_free), (fv_add_tree_entry):
7865         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7866         * plugins/file-manager/plugin.c: (prefs_init):
7867         
7868         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7870 2007-03-04  Naba Kumar  <naba@gnome.org>
7872         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7873         plugins/project-manager/plugin.c:
7874         Restored default profile and renamed it from "default.anjuta" to
7875         "default.profile".
7876         
7877 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7879         * plugins/debug-manager/debugger.c,
7880         plugins/debug-manager/plugin.c,
7881         plugins/gdb/debugger.c,
7882         libanjuta/interfaces/libanjuta.idl,
7883         plugins/debug-manager/stack_trace.c:
7884         Add a dialog box when a signal is received (except SIGINT)
7885         Display stack frame even if arguments are not available
7887 2007-03-03  Naba Kumar  <naba@gnome.org>
7889         * TODO.tasks: Icons bounty added.
7891         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7892         choise selection.
7893         
7894         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7895         and descoping.
7897         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7898         plugins/Makefile.am, (removed) plugins/profile-default/*,
7899         plugins/project-manager/anjuta-project-manager.plugin.in,
7900         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7901         profile implementation to load user profile and projects. Store and
7902         restore remembered plugins. Use profile scoping and descoping for
7903         saving and loading sesstions.
7904         
7905         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7906         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7907         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7908         DEBUG_PRINTs.
7910 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7912         * plugins/debug-manager/debug_tree.c
7913         plugins/debug-manager/debug_tree.h:
7914         Bug fix, deleting wrong variable
7916         * plugins/gdb/debugger.c:
7917         Bug fix, remove forgotten debugging code
7919 2007-03-02  Johannes Schmid <jhs@gnome.org>
7921         * plugins/document-manager/anjuta-document-manager.ui:
7922         * plugins/search/anjuta-search.ui:
7923         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7924         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7925         ToolbarFind
7927         * src/anjuta-app.c: (on_toolbar_view_toggled),
7928         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7929         Save toolbar positions, don't use fixed toolbar style
7930         
7931         All in all this will allow more complex toolbar configurations and
7932         might gain some space on smaller displays because the user can disable
7933         toolbar parts he does not use. Also allows to use any toolbar style
7934         without looking too ugly.
7936 2007-03-01  Naba Kumasr  <naba@gnome.org>
7938         * TODO.tasks: Added a bounty for creating icons.
7940         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7941         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7942         profile-changed signal. Do not sync non-user-activatable plugins.
7944 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7946         * plugins/debug-manager/disassemble.c,
7947         plugins/debug-manager/sparse_view.c,
7948         plugins/gdb/debugger.c,
7949         libanjuta/interfaces/libanjuta.idl:
7950         Display function name in disassembly view
7952 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7954         * (added) plugins/debug-manager/bookmark.png,
7955         (added) plugins/debug-manager/breakpoint-disabled.png,
7956         (added) plugins/debug-manager/breakpoint-enabled.png,
7957         (added) plugins/debug-manager/program-counter.png,
7958         (added) plugins/debug-manager/linemarker.png,
7959         plugins/debug-manager/Makefile.am,
7960         plugins/debug-manager/disassemble.c,
7961         plugins/debug-manager/disassemble.h,
7962         plugins/debug-manager/sparse_buffer.c,
7963         plugins/debug-manager/sparse_buffer.h,
7964         plugins/debug-manager/sparse_view.c,
7965         plugins/debug-manager/sparse_view.h,
7966         plugins/debug-manager/plugin.c,
7967         plugins/debug-manager/breakpoints.c,
7968         libanjuta/interfaces/libanjuta.idl:
7969         Add markers in the disassembly view
7970         Display program counter and breakpoints in disassembly view
7972         * plugins/gdb/debugger.c:
7973         Fix a bug added with my previous patch, setting and clearing
7974         breakpoints was not working
7976 2007-02-28  Johannes Schmid <jhs@gnome.org>
7978         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7979         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7980         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7981         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7982         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7983         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7984         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7985         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7986         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7987         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7988         Updated (why do they need to be under version control?)
7989         
7990         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7991         (create_tab_popup_menu), (on_msgman_popup_menu),
7992         (on_tab_button_press_event), (anjuta_msgman_page_new),
7993         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7994         Added "Close all message tabs" popup menu
7996 2007-02-26  Naba Kumar  <naba@gnome.org>
7998         * plugins/profiler/gprof-flat-profile-entry.c,
7999         plugins/profiler/gprof-flat-profile.c,
8000         plugins/profiler/gprof-flat-profile-entry.h,
8001         plugins/profiler/gprof-flat-profile.h,
8002         plugins/profiler/gprof-flat-profile-view.c,
8003         plugins/profiler/gprof-flat-profile-view.h,
8004         plugins/profiler/gprof-call-graph-block-entry.c,
8005         plugins/profiler/gprof-call-graph-block.c,
8006         plugins/profiler/gprof-function-call-chart-view.c,
8007         plugins/profiler/gprof-call-graph-block-entry.h,
8008         plugins/profiler/gprof-profile-data.c,
8009         plugins/profiler/gprof-call-graph-block.h,
8010         plugins/profiler/gprof-view.c,
8011         plugins/profiler/gprof-call-graph.c,
8012         plugins/profiler/gprof-function-call-chart-view.h,
8013         plugins/profiler/gprof-profile-data.h,
8014         plugins/profiler/gprof-call-graph.h,
8015         plugins/profiler/gprof-view.h,
8016         plugins/profiler/gprof-view-manager.c,
8017         plugins/profiler/gprof-call-graph-view.c,
8018         plugins/profiler/plugin.c,
8019         plugins/profiler/gprof-view-manager.h,
8020         plugins/profiler/gprof-call-graph-view.h,
8021         plugins/profiler/gprof-function-call-tree-view.c,
8022         plugins/profiler/gprof-function-call-tree-view.h,
8023         plugins/profiler/Makefile.am: Fix compiler warnings and link with
8024         gnome-vfs. Fixes bug #411377.
8026 2007-02-26  Naba Kumar  <naba@gnome.org>
8028         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
8030         Patch from James Liggett  <jrliggett@cox.net>:
8031         * plugins/profiler/gprof-flat-profile-view.c,
8032         plugins/profiler/gprof-flat-profile-view.h,
8033         plugins/profiler/gprof-function-call-chart-view.c,
8034         plugins/profiler/gprof-function-call-chart-view.h,
8035         plugins/profiler/gprof-view.c,
8036         plugins/profiler/gprof-view.h,
8037         plugins/profiler/gprof-call-graph-view.c,
8038         plugins/profiler/plugin.c,
8039         plugins/profiler/gprof-call-graph-view.h,
8040         plugins/profiler/gprof-function-call-tree-view.c,
8041         plugins/profiler/gprof-function-call-tree-view.h: Implements
8042         double click navigation. Fixes bug #403514.
8044 2007-02-25  Naba Kumar  <naba@gnome.org>
8046         * libanjuta/anjuta-plugin-manager.c,
8047         libanjuta/anjuta-plugin-handle.[ch],
8048         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
8049         g_hash_table_remove_all (introduced in glib 2.12) to stay the
8050         dependency on glib 2.8. Fixes bug #411623.
8052 2007-02-24  Naba kumar  <naba@gnome.org>
8054         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
8055         
8056         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
8057         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
8058         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
8059         (added) libanjuta/anjuta-profile-manager.c,
8060         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
8061         manager.
8062         Implemented profile pushing and popping. Implemented profile xml
8063         synchronization. Implemented error handling in profiles. Implemented
8064         activation and deactivation signals in plugin manager.
8065         
8066         * libanjuta/Makefile.am: Added libanjuta log domain.
8067         
8068         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8069         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
8070         in AnjutaShell interface and implemented it in AnjutaApp.
8071         
8072         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8074 2007-02-23  Naba kumar  <naba@gnome.org>
8076         src/main.c: Fixed missing end quote.
8078 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
8080         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
8083 2007-02-20  Naba Kumar  <naba@gnome.org>
8085         * plugins/subversion/plugin.c: Added "..." menuitems.
8086         * ROADMAP, README: Updated.
8087         * libanjuta/anjuta-profile.c: Fixed bugs.
8089         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
8090         plugins/gtodo/Makefile.am: Removed dead code.
8092         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
8093         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
8094         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
8095         plugins/gtodo/list_tooltip.c,
8096         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
8097         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
8098         not contain markups. Fixes Bug #360462.
8100 2007-02-16  Naba Kumar  <naba@gnome.org>
8102         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
8103         unnecessary sub-sections.
8104         
8105 2007-02-15  Naba Kumar  <naba@gnome.org>
8107         * (removed) plugins/document-manager/bookmark-prev-16.png,
8108         plugins/document-manager/bookmark-last.png,
8109         (removed)plugins/document-manager/bookmark-first-16.png,
8110         plugins/document-manager/bookmark-prev.png,
8111         (added) plugins/document-manager/bookmark-toggle.png,
8112         (removed)plugins/document-manager/bookmark_toggle.xpm,
8113         (removed)plugins/document-manager/bookmark-last-16.png,
8114         plugins/document-manager/plugin.c,
8115         plugins/document-manager/anjuta-document-manager.ui,
8116         (removed)plugins/document-manager/bookmark-next-16.png,
8117         plugins/document-manager/bookmark-next.png,
8118         plugins/document-manager/Makefile.am,
8119         (added) plugins/document-manager/bookmark-clear.png,
8120         plugins/document-manager/bookmark-first.png: Upgraded bookmark
8121         icons (stolen from monodevelop). Added clear bookmarks toolbar
8122         button.
8124         * plugins/document-manager/plugin.c,
8125         (added) plugins/document-manager/swap.png,
8126         (removed) plugins/document-manager/undock.png,
8127         plugins/document-manager/Makefile.am: Fixed swap icon.
8129 2007-02-13  Naba Kumar  <naba@gnome.org>
8131         * plugins/class-gen/element-editor.c: Fixed typo.
8132         
8133         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
8134         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
8135         Implementing plugin profiles loading.
8137 2007-02-13  Naba Kumar  <naba@gnome.org>
8139         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
8140         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
8141         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
8142         pixmaps/open_project.png, pixmaps/close_project.png:
8143         Removed more old icons.
8144         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
8145         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
8146         anjuta_logo.png
8147         
8148 2007-02-13  Naba Kumar  <naba@gnome.org>
8150         * plugins/class-gen/element-editor.c: Included missing headers to
8151         prevent build failures in some cases.
8152         
8153 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
8155         * plugins/debug-manager/stack_trace.c:
8156         Fix bug #407115
8158         * plugins/debug-manager/watch.c,
8159         plugins/debug-manager/breakpoints.c:
8160         Same bug than above, wrong use of gtk_ui_manager_get_widget
8162 === anjuta 2.1.1 ===
8164 2007-02-11  Naba Kumar  <naba@gnome.org>
8166         * cofigure.in: Bumped version to 2.1.1
8167         * NEWS: Updated for 2.1.1 release.
8168         
8169 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8171         * plugins/debug-manager/plugin.c,
8172         plugins/debug-manager/sparse_view.c,
8173         plugins/debug-manager/sparse_view.h:
8174         Reorder some code
8176         * plugins/gdb/debugger.c,
8177         plugins/debug-manager/debugger.c,
8178         plugins/debug-manager/memory.c,
8179         plugins/debug-manager/sparse_buffer.c
8180         plugins/gdb/debugger.h,
8181         libanjuta/interfaces/libanjuta.idl:
8182         Clean up, remove some warnings
8183         Use guint everywhere for addresses
8184         Rewrite code parsing position in debugger
8186 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
8188         * plugins/debug-manager/debug_tree.c:
8189         Use GtkTreeRowReference instead of GtkTreeIter as callback data
8190         Fix bug #406113
8192 2007-02-08  Naba Kumar  <naba@gnome.org>
8194         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8195         Delay showing the 'file modified on disk' dialog for one sec
8196         from the last notification to insure multiple notifications for
8197         the same file are treated as one. Do not same multiple dialogs
8198         for the same file. Make sure to destory the dialog if later
8199         the conent is no longer different.
8200         
8201 2007-02-08  Naba Kumar  <naba@gnome.org>
8203         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
8204         Prevented spurious 'file modified' dialogs in scintilla editor
8205         when the file is saved.
8207 2007-02-09  Johannes Schmid <jhs@gnome.org>
8209         * scripts/glade2schema.pl:
8210         Added script to convert glade preferences into gconf schema files.
8211         See #406061
8213 2007-02-08  Naba Kumar  <naba@gnome.org>
8215         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
8216         itself is destroyed. Fixes bug #355160.
8217         
8218 2007-02-08  Johannes Schmid <jhs@gnome.org>
8220         * plugins/profiler/profiler.plugin: 
8221         removed from version control (only .in file needed)
8222         
8223         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
8224         * plugins/sourceview/sourceview.c: (sourceview_new):
8225         Code cleanup
8226         
8227         * plugins/subversion/svn-thread.c: (svn_thread_start):
8228         * src/main.c: (main):
8229         
8230         Fixed #395875 about initialisation of threads too late
8232 2007-02-07  Armin Burgmeier  <armin@arbur.net>
8234         Reviewed by Naba Kumar  <naba@gnome.org>:
8235         * plugins/class-gen/plugin.c:
8236         * plugins/class-gen/window.c: Removed browse button related code, load
8237         generated output directly into new buffers when not adding to project.
8239         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
8240         buttons from user interface.
8242 2007-02-07  Naba Kumar  <naba@gnome.org>
8244         * po/POTFILES.in: Fixed distcheck.
8246 2007-02-07  Daniel Nylander <po@danielnylander.se>
8248         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
8250 2007-02-07  Johannes Schmid <jhs@gnome.org>
8252         * anjuta.desktop.in.in:
8253         Fixed spelling
8255 2007-02-07  Johannes Schmid <jhs@gnome.org>
8257         * configure.in:
8258         * manuals/anjuta-manual/*
8259         * manuals/anjuta-faqs/*:
8260         #398991 – Anjuta manuals does not use the gnome-doc-utils format
8261         
8262         * plugins/document-manager/anjuta-document-manager.plugin.in:
8263         Removed duplicate application-xml mime-type (review patches properly ;-)
8264         
8265 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
8267         * plugins/gdb/debugger.c,
8268         libanjuta/interfaces/libanjuta.idl:
8269         Fix bug #404755
8270         Fix handling of missing source file
8272 2007-02-06  Naba Kumar  <naba@gnome.org>
8274         Patch from James Liggett  <jrliggett@cox.net>:
8275         * plugins/profiler/gprof-flat-profile.c,
8276         plugins/profiler/gprof-profile-data.c,
8277         plugins/profiler/gprof-call-graph.c,
8278         plugins/profiler/gprof-profile-data.h,
8279         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
8280         Show profiler view when target selected bug #403515.
8282 2007-02-05  Naba Kumar  <naba@gnome.org>
8284         * configure.in: Enabled devhelp plugin by default now that
8285         it works.
8286         
8287         Patch from parmigio@2ainfo.it:
8288         * plugins/document-manager/anjuta-document-manager.plugin.in:
8289         Added xml file type in supported mime types list.
8290         
8291 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
8293         * plugins/debug-manager/debugger.c,
8294         plugins/debug-manager/plugin.c:
8295         Add a field in status bar displaying debugger state
8296         Change cursor shape when debugger is busy
8297         Fix bug #378600
8299         * plugins/debug-manager/watch.c,
8300         plugins/debug-manager/locals.c,
8301         libanjuta/interfaces/libanjuta.idl:
8302         Clean up, remove debugging messages and unused signals
8304 2007-02-03  Johannes Schmid <jhs@gnome.org>
8306         * configure.in:
8307         Fixed AC_INIT and seperated version to major, minor, micro
8309         * anjuta.anjuta:
8310         Load Subversion instead of CVS
8311         
8312         * anjuta.desktop.in.in:
8313         Fixed bug-buddy component
8315         Original patch from Rob Bradfort <robster@debian.org>:
8316         * src/main.c: (get_command_line_args), (main):
8317         Bug #335981 – Migration from popt to GOption
8319 2007-02-03  Naba Kumar  <naba@gnome.org>
8321         * configure.in: Depend on devhelp 0.13 and fixed gecko home
8322         path variable. Fixed bug #341170.
8323         * plugins/profiler/Makefile.am: Fixed indentation.
8324         
8325 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
8327         * libanjuta/interfaces/libanjuta.idl,
8328         plugins/sourceview/sourceview.c,
8329         plugins/editor/text-editor.c,
8330         plugins/symbol-browser/plugin.c,
8331         plugins/search/search-replace.c,
8332         plugins/document-manager/goto_line.c,
8333         plugins/document-manager/action-callbacks.c,
8334         plugins/document-manager/anjuta-docman.c:
8335         Rename markers of anjuta interface
8336         IANJUTA_MARKABLE_NONE has been removed
8337         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
8338         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
8339         IANJUTA_MARKABLE_ATTENTIVE renamed in
8340                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
8341         IANJUTA_MARKABLE_INTENSE renamed in
8342                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
8343         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
8345         * (removed) plugins/sourceview/marker-light.png,
8346         (removed) plugins/sourceview/marker-basic.png,
8347         (removed) plugins/sourceview/marker-attentive.png,
8348         (removed) plugins/sourceview/marker-intense.png,
8349         plugins/sourceview/bookmark.png,
8350         (added) plugins/sourceview/breakpoint-disabled.png,
8351         (added) plugins/sourceview/breakpoint-enabled.png,
8352         (added) plugins/sourceview/program-counter.png,
8353         (added) plugins/sourceview/linemarker.png,
8354         plugins/sourceview/Makefile.am,
8355         (added) plugins/editor/bookmark.xpm,
8356         (added) plugins/editor/breakpoint-disabled.xpm,
8357         (added) plugins/editor/breakpoint-enabled.xpm,
8358         (added) plugins/editor/program-counter.xpm,
8359         (added) plugins/editor/linemarker.xpm,
8360         plugins/editor/Makefile.am:
8361         Add or change marker pixmaps in scintilla and sourceview editor
8363         * plugins/document-manager/plugin.c,
8364         libanjuta/interfaces/libanjuta.idl,
8365         plugins/debug-manager/plugin.c,
8366         plugins/debug-manager/breakpoints.c
8367         plugins/gdb/debugger.c:
8368         Fix bug #376404, program counter marker is not displayed when debugger
8369         Return the selected editor or NULL (if file does not exist) with 
8370         ianjuta_document_manager_goto_file_line* functions
8371         Emit a change-location signal even if the program counter is in an
8372         unknown file
8374 2007-02-02  Naba Kumar  <naba@gnome.org>
8376         * TODO.tasks: Marked bounty bug #359478 completed. And checked
8377         older bounties 'Done'.
8378         
8379 2007-02-02  Naba Kumar  <naba@gnome.org>
8381         * TODO.tasks: Fixed typop.
8383         Patch from James Liggett  <jrliggett@cox.net>:
8384         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
8385         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
8386         profiler plugin by James Liggett. Completes bounty bug #359478
8387         'Gprof performance profiler plugin'
8389 2007-02-01  Naba Kumar  <naba@gnome.org>
8391         * src/main.c: Renamed option name.
8393         * TODO.tasks: Marked "Test and fix all project wizards templates"
8394         bounty completed.
8395         
8396 2007-01-29  Johannes Schmid <jhs@gnome.org>
8398         * plugins/document-manager/plugin.c: (on_editor_changed):
8399         Added DEBUG_PRINT(...)
8400         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8401         implemented
8402         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8403         Fix language support plugin for sourceview editor (add some new
8404         language names)
8405         
8406         * plugins/sourceview/sourceview.c: (iindic_clear):
8407         Clear all indicators
8409 2007-01-29  Johannes Schmid <jhs@gnome.org>
8411         * TODO.tasks:
8412         Minor task currentions
8413         
8414         * libanjuta/interfaces/libanjuta.idl:
8415         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8416         (itext_editor_iface_init):
8417         * plugins/language-support-cpp-java/plugin.c: (install_support):
8418         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8419         (ieditor_get_attributes), (ieditor_iface_init):
8420         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8421         plugins.
8422         
8423         * plugins/sourceview/sourceview.glade:
8424         Fixed sourceview preference window
8426 2007-01-28  Naba Kumar  <naba@gnome.org>
8427         
8428         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8429         Implemented --no-files and --no-session command line options and
8430         corresponding preferernces checkboxes in General tab.
8432 2007-01-28  Johannes Schmid <jhs@gnome.org>
8434         * plugins/subversion/plugin.c:
8435         * plugins/subversion/plugin.h:
8436         * plugins/subversion/svn-notify.c: (svn_show_info),
8437         (show_svn_error), (on_svn_notify):
8438         * plugins/subversion/svn-notify.h:
8439         * plugins/subversion/svn-thread.c: (create_message_view),
8440         (svn_thread_start):
8441         Fixed error handling and fixed #394216 – No indication of subversion commands running
8442         
8443         * plugins/tools/execute.c: (atp_output_context_print):
8444         Show name of tool in message pane
8446 2007-01-28  Naba Kumar  <naba@gnome.org>
8447         
8448         * configure.in, plugins/glade/plugin.c: Make it work with
8449         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
8450         
8451         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8452         from devhelp (won't work untill devhelp is fixed: bug #341170).
8453         
8454         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8455         
8456 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8458         Reviewed by Naba Kumar  <naba@gnome.org>:
8459         * libanjuta/interfaces/libanjuta.idl, 
8460         plugins/debug-manager/debugger.c,
8461         plugins/debug-manager/start.c,
8462         plugins/gdb/plugin.c,
8463         plugins/gdb/debugger.c,
8464         plugins/gdb/debugger.h:
8465         Fix a bug when launching gdb
8466         Set the terminal for the debugged program on the command line.
8468 2007-01-26  Johannes Schmid <jhs@gnome.org>
8470         * plugins/sourceview/anjuta-document-saver.c:
8471         (anjuta_document_saver_save):
8472         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8473         * plugins/sourceview/sourceview.c: (save_if_modified),
8474         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8475         Proper error handling, for example if a file was modified externally. Use backup files
8476         to avoid data-loss on disk full.
8478 2007-01-24  Naba Kumar  <naba@gnome.org>
8479         
8480         * plugins/devhelp/htmlview.c: Fixed crash during project load.
8481         Fixed mem leak and source leak.
8482         
8483 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8485         Reviewed by Naba Kumar  <naba@gnome.org>:
8486         * plugins/debug-manager/debug_tree.c,
8487         plugins/debug-manager/debug_tree.h,
8488         plugins/debug-manager/watch.c:
8489         Partial rewrite of the variable object code, find and fix a few bugs
8490         Fix bug #395808: gdb can still crash but children are listed
8491         on request only so you can avoid the crash
8493 2007-01-24  Naba Kumar  <naba@gnome.org>
8494         
8495         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8496         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8497         plugins/symbol-browser/plugin.h,
8498         plugins/symbol-browser/plugin.c,
8499         plugins/symbol-browser/Makefile.am: Added current file (local)
8500         symbols view (Seriously getting bored with the browse toolbar).
8502 2007-01-22  Naba Kumar  <naba@gnome.org>
8503         
8504         Patch from Gabor Kelemen:
8505         * po/POTFILES.in: Added .plugin.in files.
8507 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8509         Reviewed by Naba Kumar  <naba@gnome.org>:
8510         * plugins/document-manager/anjuta-docman.c,
8511         plugins/message-view/anjuta-msgman.c
8512         Set right alignment to the label widget in the tab title.
8514 2007-01-21  Naba Kumar  <naba@gnome.org>
8515         
8516         * libegg/egg-combo-action.c: Fixed mode line.
8517         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8518         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8520 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8522         Reviewed by Naba Kumar  <naba@gnome.org>:
8523         * plugins/class-gen/plugin.c: Prompt for target before actually
8524         generating the class files. This ensures that the files are created in
8525         the correct directory. Fixes bug #397406.
8527         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8528         the class is added to the project.
8530 2007-01-21  Naba Kumar  <naba@gnome.org>
8532         * libanjuta/anjuta-plugin-description.c,
8533         libanjuta/anjuta-ui.h,
8534         libanjuta/anjuta-status.c,
8535         libanjuta/anjuta-plugin-description.h,
8536         libanjuta/cell-renderer-captioned-image.c,
8537         libanjuta/anjuta-plugin-handle.c,
8538         libanjuta/anjuta-status.h,
8539         libanjuta/resources.c,
8540         libanjuta/cell-renderer-captioned-image.h,
8541         libanjuta/glue-cpp.c,
8542         libanjuta/anjuta-plugin-handle.h,
8543         libanjuta/anjuta-plugin.c,
8544         libanjuta/anjuta-preferences-dialog.c,
8545         libanjuta/libanjuta.h,
8546         libanjuta/resources.h,
8547         libanjuta/glue-cpp.h,
8548         libanjuta/anjuta-plugin.h,
8549         libanjuta/anjuta-preferences-dialog.h,
8550         libanjuta/anjuta-plugin-manager.c,
8551         libanjuta/anjuta-shell.c,
8552         libanjuta/anjuta-plugin-manager.h,
8553         libanjuta/anjuta-shell.h,
8554         libanjuta/anjuta-save-prompt.c,
8555         libanjuta/anjuta-save-prompt.h,
8556         libanjuta/anjuta-children.c,
8557         libanjuta/anjuta-utils.c,
8558         libanjuta/anjuta-profile.c,
8559         libanjuta/anjuta-preferences.c,
8560         libanjuta/anjuta-launcher.c,
8561         libanjuta/anjuta-utils.h,
8562         libanjuta/anjuta-profile.h,
8563         libanjuta/anjuta-launcher.h,
8564         libanjuta/anjuta-ui.c: Updated file headers.
8566         * po/POTFILES.in: Updated.
8568         * libanjuta/anjuta-marshal.list,
8569         (added) libanjuta/anjuta-plugin-handle.c,
8570         (added) libanjuta/anjuta-plugin-handle.h,
8571         (added) libanjuta/anjuta-plugin-manager.c,
8572         (added) libanjuta/anjuta-plugin-manager.h,
8573         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8574         (added) libanjuta/anjuta-profile.c,
8575         (added) libanjuta/anjuta-profile.h,
8576         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8577         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8578         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8579         src/action-callbacks.c: Implemented AnjutaPluginManager
8580         class based on old plugins.[ch]. Implemented AnjutaProfile as
8581         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8582         class to represent plugins (not to be confused with plugin objects).
8583         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8584         implemented it in AnjutaApp and AnjutaTestShell.
8585         De-globalized plugin management and several clean ups.
8587         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8588         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8589         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8590         plugins/project-import/project-import.c,
8591         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8592         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8593         Fixed plugins for the change in API.
8595         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8596         file.
8597         
8598         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8600 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8602         Reviewed by Naba Kumar  <naba@gnome.org>:
8603         * libanjuta/anjuta-launcher.c,
8604         libanjuta/anjuta-launcher.h:
8605         Add a new function anjuta_set_terminate_on_exit to close the i/o
8606         channel when the child exit
8607         Return directly the status and not the exit code in child-exited
8608         signal
8610         * plugins/gdb/debugger.c:
8611         Use new function in debugger plugin
8613 2007-01-18  Johannes Schmid <jhs@gnome.org>
8615         * src/about.c: Do not show empty license information instead hide the button (#397883)
8617 2007-01-15  Johannes Schmid <jhs@gnome.org>
8619         * plugins/project-manager/plugin.c:
8620         * plugins/project-wizard/templates/python.wiz
8621         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8622         
8623         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8624         You will also need latest gnome-build svn       
8626 === anjuta 2.1.0 ===
8628 2007-01-14  Naba Kumar  <naba@gnome.org>
8630         * configure.in: Removed reference of mkfile project
8631         template to fix distcheck build error.
8632         * AUTHORS: Updated.
8633         * NEWS: Updated.
8634         * configure.in: Bumped version to 2.1.0 for beta release.
8635         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8636         crashes as soon as editing starts in normal text files.
8638 2007-01-14  Johannes Schmid <jhs@gnome.org>
8640         * configure.in
8641         * po/LINGUAS:
8642         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8644         * tagmanager/c.c:
8645         Patch from Massimo Cora' to hopefully fix #395362
8647         * plugins/project-wizard/templates/*:
8649         Fixed and tested all project-wizards. Deactivated mkfile project because
8650         it was totally broken and I don't see any real use for it.
8651         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8653 2007-01-14  Naba Kumar  <naba@gnome.org>
8655         * NEWS: Updated for release.
8656         
8657         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8658         
8659         * libanjuta/interfaces/libanjuta.idl,
8660         plugins/editor/text_editor_cbs.c,
8661         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8662         interface and implemented it for scintilla.
8663         
8664         * plugins/editor/text-editor.c: Fixed highlighing issues when
8665         used with indicators (particularly when the file is just opened).
8666         Fixes bug #377477 – when debugging, scintilla editor grays out all
8667         lines before current line.
8668         
8669         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8670         Maintain a separate list of indicated edtitors for separate contexts.
8671         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8672         
8673 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8675         Reviewed by Naba Kumar  <naba@gnome.org>:
8676         * plugins/debug-manager/plugin.c:
8677         Bug fix: breakpoints cannot be added after stopping the debugger
8679 2007-01-13  Naba Kumar  <naba@gnome.org>
8681         * NEWS: Updated for release.
8683 2007-01-12  Johannes Schmid <jhs@gnome.org>
8685         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8686         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8687         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8688         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8689         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8690         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8691         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8692         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8693         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8694         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8695         
8696         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8697         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8698         
8699         * plugins/sourceview/sourceview.c:
8700         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8701         on character positions.
8702         
8703 2007-01-12  Naba Kumar  <naba@gnome.org>
8705         * src/anjuta-app.c,
8706         plugins/project-manager/plugin.c,
8707         plugins/profile-default/plugin.c,
8708         libanjuta/anjuta-status.c,
8709         libanjuta/anjuta-status.h: Introduced an API for application title
8710         in AnjutaStatus. Set application title to project name.
8712 2007-01-11  Massimo Cora' <maxcvs@email.i>
8714         Reviewed by Naba Kumar  <naba@gnome.org>:
8715         * tagmanager/Makefile.am,
8716         plugins/symbol-browser/Makefile.am: removed installation for 
8717         test programs.
8719 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8721         Reviewed by Naba Kumar  <naba@gnome.org>:
8722         * plugins/debug-manager/start.h,
8723         plugins/debug-manager/start.c,
8724         plugins/debug-manager/anjuta-debug-manager.ui,
8725         plugins/debug-manager/plugin.c:
8726         Partial fix for bug #392537
8728         * plugins/debug-manager/disassemble.c:
8729         Fix bug #392543
8731 2007-01-11  Naba Kumar  <naba@gnome.org>
8733         * src/anjuta.c: Load project seperately from session,
8734         so that project session is also loaded.
8735         
8736         * plugins/profile-default/plugin.c: Load project in new
8737         anjuta if there already is one loaded currently (disabled
8738         code for now).
8739         
8740         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8741         signals when editor is destroyed. Fixes a crash bug.
8742         
8743         * plugins/editor/text_editor.c: Do not mark line in
8744         ianjuta_editor_goto_line() implementation.
8745         
8746         * plugins/search/search-replace.c: Always check for markable
8747         interface availablility because its optional for an editor.
8748         
8749         * plugins/document-manager/goto_line.c,
8750         plugins/document-manager/action-callbacks.c: Mark lines for
8751         goto line commands (from dialog and from menu entry box).
8752         
8753         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8754         plugins/file-manager/an_file_view.c: Expand file manager
8755         nodes in idle loop, one at a time. Did as a possible work
8756         around for bug #361763, but it didn't make any difference.
8757         However, it could still be useful in situations where there
8758         are lots to expand.
8759         
8760         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8762 2007-01-11  Naba Kumar  <naba@gnome.org>
8764         * plugins/editor/scintilla/LineMarker.h,
8765         plugins/editor/scintilla/LexBasic.cxx,
8766         plugins/editor/scintilla/LexHTML.cxx,
8767         plugins/editor/scintilla/include/SciLexer.h,
8768         plugins/editor/scintilla/include/Scintilla.h,
8769         plugins/editor/scintilla/include/Scintilla.iface,
8770         plugins/editor/scintilla/include/ScintillaWidget.h,
8771         plugins/editor/scintilla/LexBash.cxx,
8772         plugins/editor/scintilla/PlatGTK.cxx,
8773         plugins/editor/scintilla/ViewStyle.h,
8774         plugins/editor/scintilla/Editor.cxx,
8775         plugins/editor/scintilla/StyleContext.h,
8776         plugins/editor/scintilla/LexCPP.cxx,
8777         plugins/editor/scintilla/Converter.h,
8778         plugins/editor/scintilla/LexAU3.cxx,
8779         plugins/editor/scintilla/Editor.h,
8780         plugins/editor/scintilla/LexPerl.cxx,
8781         plugins/editor/scintilla/LexVB.cxx,
8782         plugins/editor/scintilla/ScintillaGTK.cxx,
8783         plugins/editor/scintilla/ViewStyle.cxx,
8784         plugins/editor/scintilla/PropSet.cxx,
8785         plugins/editor/scintilla/LexSQL.cxx,
8786         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8787         version 1.71
8789 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8791         Reviewed by Naba Kumar  <naba@gnome.org>:
8792         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8793         selected for editing. This fixes bug #394218.
8795         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8796         name if said URI is not known.
8798         * plugins/class-gen/window.c: When stripping function prefix away,
8799         include the trailing underscore because it is already set by the
8800         template.
8802         * plugins/class-gen/transform.c: Include "const char*" and "const
8803         gchar*" in the list for transforming a default C type to a GType.
8804         Don't access invalid memory when writing pointer_str in
8805         cg_transform_first_argument.
8807 2007-01-11  Naba Kumar  <naba@gnome.org>
8809         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8810         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8811         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8812         libegg/test-actions.c, anjuta.desktop.in.in,
8813         anjuta.prj: Renamed application icon to 'anjuta.png' from
8814         'anjuta_icon.png'. Added more fields in desktop file.
8816         * mime/anjuta.xml: Added magic section.
8817         
8818         * (removed) mime/anjuta.applications,
8819         (removed) mime/anjuta.mime, mime/Makefile.am,
8820         (removed) mime/anjuta.keys,
8821         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8822         registeration and added scalable icon. Also fixes bug #393680
8824 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8826         Reviewed by Naba Kumar  <naba@gnome.org>:
8827         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8828         and anjuta_status_progress_add_ticks() to check for progressbar 
8829         being realized before trying to update it.
8831 2007-01-10  Naba Kumar  <naba@gnome.org>
8833         * tagmanager/tm_workspace.c,
8834         po/POTFILES.in,
8835         plugins/debug-manager/Makefile.am,
8836         plugins/tools/scripts/Makefile.am,
8837         plugins/class-gen/plugin.c,
8838         plugins/class-gen/Makefile.am,
8839         global-tags/Makefile.am: Fixed make distcheck.
8841         * plugins/debug-manager/attach_process.c,
8842         plugins/debug-manager/attach_process.h,
8843         plugins/class-gen/action-callbacks.h,
8844         plugins/class-gen/action-callbacks.c,
8845         plugins/class-gen/class_gen.h,
8846         plugins/class-gen/class_gen.c: Deleted unused/old files.
8848         * (removed) scintilla, (added) plugins/editor/scintilla,
8849         plugins/editor/scintilla/lexers.make,
8850         plugins/editor/scintilla/Makefile.am,
8851         plugins/editor/Makefile.am
8852         configure.in, manuals/reference/libanjuta/Makefile.am
8853         Makefile.am: Moved scintilla to its right place.
8855 2007-01-09  Naba Kumar  <naba@gnome.org>
8857         * plugins/profile-default/plugin.c: Save project session before
8858         a new one is opened.
8860         * plugins/project-manager/plugin.c,
8861         plugins/project-manager/plugin.h,
8862         plugins/project-manager/anjuta-project-manager.ui,
8863         plugins/profile-default/plugin.c,
8864         plugins/profile-default/plugin.h,
8865         plugins/profile-default/Makefile.am,
8866         (added) plugins/profile-default/anjuta-default-profile.ui,
8867         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8868         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8869         multiple projects support.
8870         
8871 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8873         Reviewed by Naba Kumar  <naba@gnome.org>
8874         * plugins/class-gen/combo-flags.h:
8875         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8876         enum, added a type parameter to selected signal. Select highlighted
8877         entry when pressing enter (but not unselect it if it was already
8878         selected) before closing the popup. Also accept input when clicking
8879         not into the popup.
8881         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8882         according to selection type.
8884         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8885         VOID:BOXED,ENUM.
8887 2007-01-08  Johannes Schmid <jhs@gnome.org>
8889   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8890   * plugins/project-wizard/templates/gtkmm/Makefile.am
8891   * plugins/project-wizard/templates/python/configure.ac.tpl
8892   * plugins/project-wizard/templates/python/configure.in.tpl
8893   * plugins/project-wizard/templates/python/Makefile.am
8894   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8895   * plugins/project-wizard/templates/cpp/configure.in.tpl
8896   * plugins/project-wizard/templates/cpp/Makefile.am
8897   * plugins/project-wizard/templates/terminal.wiz
8898   * plugins/project-wizard/templates/xlib-dock.wiz
8899   * plugins/project-wizard/templates/wxwin.wiz
8900   * plugins/project-wizard/templates/java.wiz
8901   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8902   * plugins/project-wizard/templates/xlib/configure.in.tpl
8903   * plugins/project-wizard/templates/xlib/Makefile.am
8904   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8905   * plugins/project-wizard/templates/gcj/configure.in.tpl
8906   * plugins/project-wizard/templates/gcj/Makefile.am
8907   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8908   * plugins/project-wizard/templates/terminal/configure.in.tpl
8909   * plugins/project-wizard/templates/terminal/Makefile.am
8910   * plugins/project-wizard/templates/terminal/autogen.sh
8911   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8912   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8913   * plugins/project-wizard/templates/wxwin/Makefile.am
8914   * plugins/project-wizard/templates/gnome.wiz 
8915   * plugins/project-wizard/templates/java/configure.ac.tpl
8916   * plugins/project-wizard/templates/java/configure.in.tpl
8917   * plugins/project-wizard/templates/java/Makefile.am
8918   * plugins/project-wizard/templates/anjuta-plugin.wiz
8919   * plugins/project-wizard/templates/gtkmm.wiz
8920   * plugins/project-wizard/templates/python.wiz
8921   * plugins/project-wizard/templates/cpp.wiz
8922   * plugins/project-wizard/templates/gtk.wiz
8923   * plugins/project-wizard/templates/gcj.wiz
8924   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8925   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8926   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8928   Starting fixing of all project wizards:
8929   - rename configure.in to configure.ac
8930   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8931   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8932   (See #394184)
8933   
8934   * TODO.task: Added bug number to bounty
8936 2007-01-07  Johannes Schmid <jhs@gnome.org>
8938   *  plugins/build-basic-autotools.c:
8939   Fixed #392290 – Missed install as root option in project manager
8941 2007-01-07  Johannes Schmid <jhs@gnome.org>
8943   * plugins/sourceview/sourceview.c:
8944   Fixed #388731 – Odd editor behaviour after performing block-text operations
8945   Fixed #388727 – Block-tab does not work
8946   
8947   * plugins/sourceview/anjuta-document.h/c:
8948   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8949   
8950   * configure.in:
8951   Require Gtk+ >= 2.10 for sourceview plugin
8953 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8955         * libanjuta/anjuta-status.c:
8956         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8958 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8960         * configure.in,
8961         plugins/terminal/terminal.c:
8962         Fix bug #377027
8963         remove support for VTE < 0.9
8965 2007-01-06  Naba Kumar  <naba@gnome.org>
8967         * po/POTFILES.in: Updated
8969 2007-01-05  Adam Dingle  <adam@medovina.org>
8971         Reviewed by Naba Kumar  <naba@gnome.org>:
8972         * plugins/message-view/anjuta-message-manager-plugin.glade:
8973         Fixed bug #377903 (improve message color defaults).
8975 2007-01-05  Naba Kumar  <naba@gnome.org>
8977         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8978         
8979 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8981         Reviewed by  Naba Kumar  <naba@gnome.org>:
8982         * plugins/symbol-browser/test-class.h: Fixed block ends.
8984         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8985         C-style-block comment.
8987         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8988         allow lists when writing autogen definition files. This is required
8989         for the new class generator. Also fixed a wrong return value in
8990         npw_autogen_write_definition_file and set a GError in
8991         npw_autogen_execute when the output file could not be opened.
8993         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8994         user interface.
8996         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8997         goc_template_header and goc_template_source, added top_srcdir to
8998         includes, link against project wizard (also hopefully temporarily),
8999         removed class_gen.h, class_gen.c, action-callbacks.h,
9000         action-callbacks.c.
9002         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
9004         * plugins/class-gen/cell-renderer-flags.h:
9005         * plugins/class-gen/cell-renderer-flags.c:
9006         * plugins/class-gen/combo-flags.h:
9007         * plugins/class-gen/combo-flags.c:
9008         * plugins/class-gen/element-editor.c:
9009         * plugins/class-gen/element-editor.h:
9010         * plugins/class-gen/generator.c:
9011         * plugins/class-gen/generator.h:
9012         * plugins/class-gen/plugin.h:
9013         * plugins/class-gen/plugin.c:
9014         * plugins/class-gen/transform.c:
9015         * plugins/class-gen/transform.h:
9016         * plugins/class-gen/validator.c:
9017         * plugins/class-gen/validator.h:
9018         * plugins/class-gen/window.c:
9019         * plugins/class-gen/window.h: Rewrote class generator, it now allows
9020         adding of several class elements and uses autogen.
9022         * plugins/class-gen/templates/cc-header.tpl:
9023         * plugins/class-gen/templates/cc-source.tpl:
9024         * plugins/class-gen/templates/go-header.tpl:
9025         * plugins/class-gen/templates/go-source.tpl:
9026         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
9027         for the class generator.
9029         * configure.in: Added plugins/class-gen/templates/Makefile to output.
9031 2007-01-04  Naba Kumar  <naba@gnome.org>
9033         Patch from Nick Treleaven:
9034         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
9035         all matching symbols.
9036         
9037         Patches from  Maik Beckmann and Sébastien Granjoux:
9038         * plugins/profile-default/plugin.c,
9039         plugins/project-manager/plugin.c: Unescape project name. Fixes
9040         Bug #357151
9042 2007-01-04  Naba Kumar  <naba@gnome.org>
9044         * plugins/glade/plugin.c: Fixed compilation with
9045         older glade-3 version.
9046         
9047         Patch from Roland Illig:
9048         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
9049         plugins/sourceview/anjuta-document-saver.c,
9050         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
9051         are necessary to build anjuta on NetBSD 3.0
9053         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
9054         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
9055         window manager in gnome.
9056         
9057 2007-01-02  Naba Kumar  <naba@gnome.org>
9058         
9059         * plugins/glade/plugin.c: Make it work with glade-3 svn.
9060         
9061 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
9063         Reviewed by Naba Kumar  <naba@gnome.org>:
9064         * libanjuta/interfaces/libanjuta.idl,
9065         plugins/debug-manager/Makefile.am,
9066         plugins/debug-manager/anjuta-marshal.list,
9067         plugins/debug-manager/debugger.c,
9068         plugins/debug-manager/sparse_buffer.c,
9069         plugins/debug-manager/sparse_buffer.h,
9070         plugins/debug-manager/sparse_view.c,
9071         plugins/debug-manager/sparse_view.h,
9072         plugins/debug-manager/disassemble.h,
9073         plugins/debug-manager/disassemble.c,
9074         plugins/debug-manager/anjuta-marshal.list,
9075         plugins/debug-manager/plugin.c,
9076         plugins/gdb/debugger.c,
9077         plugins/gdb/debugger.h,
9078         plugins/gdb/plugin.c:
9079         Add a disassembly view window
9081         * plugins/debug-manager/breakpoints.c,
9082         plugins/debug-manager/chunk_view.c,
9083         plugins/debug-manager/locals.c,
9084         plugins/debug-manager/memory.c,
9085         plugins/debug-manager/registers.c,
9086         plugins/debug-manager/stack_trace.c:
9087         Add some debugging information 
9089 2006-12-18  Naba Kumar  <naba@gnome.org>
9091         * configure.in, plugins/glade/plugin.c: Allow building against both
9092         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
9094 2006-12-03  Naba Kumar  <naba@gnome.org>
9095         
9096         * TODO.tasks: Marked a bounty completed.
9098 2006-11-24  Adam Dingle <adam@medovina.org>
9100         Reviewed by Naba Kumar  <naba@gnome.org>:
9101         * plugins/build-basic-autotools/build-basic-autotools.c,
9102         plugins/debug-manager/watch.c,
9103         plugins/document-manager/plugin.c, 
9104         plugins/patch/plugin.c,
9105         plugins/project-manager/plugin.c:
9106         Fixed bug #378879 (several command names need ellipses).
9108 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
9110         Reviewed by: Naba Kumar  <naba@gnome.org>
9111         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9112         GCC 4.1.2 (there are only two warnings remaining now when compiling
9113         plugins).
9115         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
9117         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
9118         macro so that the generated function support a NULL plugin parameter.
9120         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
9121         in debug_tree_find_expression by freeing memory returned by the call
9122         to gtk_tree_model_get instead of the parameter string.
9124 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
9126         * plugins/debug-manager/breakpoints.c:
9127         Fix bug #378850
9129         * plugins/debug-manager/anjuta-debug-manager.ui,
9130         plugins/debug-manager/debugger.c,
9131         plugins/debug-manager/plugin.c:
9132         Fix bug #378871
9134 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
9136         * libanjuta/anjuta-launcher.c,
9137         plugins/gdb/debugger.c:
9138         Fix bug #377061
9140 2006-11-21  Naba Kumar  <naba@gnome.org>
9142         * plugins/search/search_preferences.c: Fixed build break.
9143         
9144 2006-11-20  Naba Kumar  <naba@gnome.org>
9145         
9146         Patch from Kjartan Maraas:
9147         * plugins/cvs-plugin/cvs-interface.c,
9148         plugins/document-manager/plugin.c,
9149         plugins/gtodo/interface.c,
9150         plugins/gtodo/libgtodo.h,
9151         plugins/message-view/anjuta-msgman.c,
9152         plugins/project-wizard/druid.c,
9153         plugins/search/search_preferences.c,
9154         plugins/sourceview/sourceview-prefs.c,
9155         plugins/terminal/terminal.c,
9156         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
9158         Patch from Przemysław Grzegorczyk:
9159         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
9160         plugins/subversion/anjuta-subversion.glade: Enable files in
9161         fileselection dialog. Fixes bug #376031.
9162         
9163 2006-11-17  Adam Dingle <adam@medovina.org>
9165         Reviewed by: Naba Kumar  <naba@gnome.org>
9166         * plugins/build-basic-autotools/build-basic-autotools.c
9167         * plugins/class-gen/anjuta-class-gen.plugin.in
9168         * plugins/debug-manager/breakpoints.c
9169         * plugins/debug-manager/plugin.c
9170         * plugins/devhelp/plugin.c
9171         * plugins/document-manager/plugin.c
9172         * plugins/gdb/debugger.c
9173         * plugins/glade/anjuta-glade.plugin.in
9174         * plugins/gtodo/plugin.c
9175         * plugins/language-support-cpp-java/plugin.c
9176         * plugins/message-view/plugin.c
9177         * plugins/project-import/anjuta-project-import.glade
9178         * plugins/project-import/anjuta-project-import.plugin.in
9179         * plugins/search/plugin.c
9180         * plugins/tools/scripts/tools-2.xml.in
9181         * plugins/valgrind/plugin.c
9182         * src/anjuta-actions.h:
9183         Fixed bug #376335 "menu items should be capitalized".  Minor
9184         grammar edits.
9186 2006-11-20  Naba Kumar  <naba@gnome.org>
9187         
9188         * configure.in: Fixed build.
9190         Patch from: Arjan Timmerman
9191         *configure.in: Make subvesion plugin build for apr 1.x.
9192         Fixes: Bug #364754.
9193         
9194 2006-11-20  Johannes Schmid <jhs@gnome.org>
9196         * configure.in
9197         * plugins/*/*.[ch]:
9198         Removed patches from Sylvain and Günther. They caused not problems but
9199         Naba was against them.
9201 2006-11-20  Johannes Schmid <jhs@gnome.org>
9203         * Removed me from MAINTAINERS
9205 2006-11-14  Günther Brammer <GBrammer@gmx.de>
9207         * configure.in:
9208         Use apr-1 instead of apr-0
9210 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
9212         * global-tags/create_global_tags.sh.in: Correct a bug when environment
9213         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
9214         and another bug occuring when parsing .pc file containing quotes.
9216 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
9218         * plugins/*/*.[ch]: Use class macro for type casting.
9220         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
9221         GCC 4.1.2 (there are only two warnings remaining now when compiling
9222         plugins).
9224         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
9225         a memory leak in debug_tree_find_expression; g_free was called on
9226         the parameter instead of the memory allocated by gtk_tree_model_get.
9228         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
9229         to declare and initialize the global type variable of the plugin.
9231 2006-10-31  Naba Kumar  <naba@gnome.org>
9233         * global-tags/create_global_tags.sh.in: Added an end message.
9234         
9235         * libanjuta/anjuta-launcher.h: Fixed indentation.
9236         
9237         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
9238         creation to a) append the messages in right way, b) Connect signals
9239         to the view properly and c) Recreate the system-tags.cache at the
9240         end of the generation.
9242         * plugins/symbol-browser: Fixed action path (double
9243         click on sysmbols was not working).
9245         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
9246         Fixed typedef and removed dead code.
9248         * tagmanager/c.c: Took the latest version from ctags source
9249         repository, because the one we had (from ctags 5.6) was broken.
9250         
9251         * global_tags/create_global_tags.sh.in: Reverted the patch from
9252         Sylvain because it was not right fix (and added a helpful comment).
9253         Used /bin/bash to fix the bashism and generated separate log files
9254         for each tag files in the same directory.
9255         
9256 2006-10-29  Naba Kumar  <naba@gnome.org>
9258         * plugins/editor/text_editor.c: Use a temporary file
9259         to save the editor and move it at the end to original
9260         file. This will prevent data corruption if file save
9261         failed for any reason. Also report proper errors when
9262         file save fails. Fixes bug #346575.
9263         
9264 2006-10-26  Naba Kumar  <naba@gnome.org>
9266         * plugins/document-manager/anjuta-docman.c: Do not load
9267         the same files with different path more than once (happens
9268         with symlinked files). Fixes Bug #323591.
9270 2006-10-25  Naba Kumar  <naba@gnome.org>
9272         * plugins/valgrind/vgactions.c: Fixed a warning.
9274 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
9276         Reviewed by Naba Kumar  <naba@gnome.org>:
9278         * plugins/valgrind/vgtoolview.c:
9279         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
9281         * plugins/valgrind/bugged-prg-test.c:
9282         No more warning during compilation with GCC 4.1.
9283         Program is still buggy in order to be used as a test of the
9284         plugin.
9286         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
9287         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
9288         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
9289         plugins/valgrind/vgrule.c:
9290         No more warning during compilation with GCC 4.1.
9292         * plugins/valgrind/plugin.c:
9293         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
9294         prototype (was missing from previous patch).
9296 2006-10-24  Naba Kumar  <naba@gnome.org>
9298         * plugins/glade/plugin.c: Show glade tree view, not list view.
9299         
9300         * plugins/glade/plugin.c: Fixed crash when Anjuta is
9301         exited with glade plugin still loaded. Fixes Bug #364755.
9303         * plugins/document-manager/anjuta-document-manager.plugin.in:
9304         Added application/x-reject in accepted mime-types.
9305         
9306         * Changelog: Fixed changelog alignments.
9308 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
9310         Reviewed by: Naba Kumar  <naba@gnome.org>
9311         
9312         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
9313         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
9314         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
9315         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
9316         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
9317         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
9318         plugins/valgrind/vgsearchbar.c:
9319         Use class macro for type casting.
9321         * plugins/valgrind/plugin.h:
9322         Don't force cast a GtkActionGroup to a GtkAction.
9324         * plugins/valgrind/plugin.c:
9325         Use correct API to get path of the preoject root when building
9326         the list of targets for the run action.
9327         Correct ordering of the construction of the preferences widgets.
9328         Only remove the valgrind widget if it is currently displayed.
9330         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
9331         Return if check_valgrind_binary() fails.
9332         The ValgrindPluginPrefs object is initialized after the call to
9333         vg_action_new. Take a handle to the location of the pointer to
9334         the future object.
9336 2006-10-24  Naba Kumar  <naba@gnome.org>
9338         * HACKING: Updated coding sample.
9339         
9340         Patch from: Armin Burgmeier  <armin@arbur.net>
9341         * plugins/symbol-browser/test-class.h,
9342         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
9343         
9344 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
9346         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
9347         * plugins/valgrind/vgtoolview.h:
9348         Correctly handle the argv / srcdir of vg_tool_view object. Do
9349         not leak memory associated with those arrays.
9351         * plugins/symbol-browser/an_symbol_prefs.c:
9352         Support unloading / reloading of the module (for example when
9353         closing a project and opening another one).
9355         * plugins/project-manager/plugin.c:
9356         Remove plugin widget before removing plugin itself, preventing
9357         a crash with valgrind plugin.
9359         * libanjuta/anjuta-preferences-dialog.c:
9360         Do not use the page_num returned by gtk_notebook_append_page to
9361         remove the page as it cause bugs when pages removal is not done
9362         in LIFO.
9364         * plugins/document-manager/anjuta-docman.c:
9365         Fix some GTK+ warnings.
9367         * global-tags/create_global_tags.sh.in:
9368         Rewrite script to remove bash-ism and use pkg-config directly
9369         instead of parsing the *.pc file by hand. This solve problems
9370         that occurred when one of the directory in PKG_CONFIG_PATH is
9371         empty.
9373 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
9375         * plugins/glade/plugin.c: Fix build (#363884)
9377 2006-10-22  Johannes Schmid <jhs@gnome.org>
9379         * plugins/file-manager/an_file_view.c:
9380         * plugins/file-manager/plugin.c:
9381         * plugins/file-manager/plugin.h:
9382         Fix possible crasher when changing project-root uri when we try to restore open nodes
9383         * AUTHORS: Updated
9385 2006-10-19  Naba Kumar  <naba@gnome.org>
9387         Patch from: Juan Pablo Ugarte
9388         * plugins/glade/plugin.c: Include glade header
9389         correctly.
9390         
9391 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
9392         
9393         * plugins/debug-manager/Makefile.am,
9394         plugins/debug-manager/sexy-icon-entry.h,
9395         plugins/debug-manager/sexy-icon-entry.c,
9396         plugins/debug-manager/dataview.c:
9397         Fix bug #358134 (Goto memory prompt)
9398         Use sexy-icon-entry from libsexy 0.1.10
9400         * plugins/debug-manager/debugger.c,
9401         plugins/debug-manager/plugin.c,
9402         plugins/debug-manager/start.c,
9403         plugins/gdb/debugger.c,
9404         plugins/gdb/plugin.c:
9405         Better error handling when starting and stopping debugger
9407 2006-10-13  Maik Beckmann <maik@eigenco.de>
9409         * src/action_callbacks.c:
9410         Fixed bug #361830 (AboutDialog does not close) which is caused 
9411         due to a change in Gtk+ 2.10  
9412   
9413 2006-10-12  Adam Dingle <adam@medovina.org>
9415         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9417         * plugins/search/search-replace.c:
9418         Fixed bug #358068 (indicate when Find in Files is complete)
9420         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9422         * plugins/sourceview/sourceview-prefs.c:
9423         * plugins/sourceview/sourceview.glade:
9424         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9426         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9428         * plugins/devhelp/plugin.c:
9429         * plugins/search/plugin.c: 
9430         Fixed bug #359750 (fix find/replace shortcut keys).
9432         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9433         use Alt+key for shortcuts)
9435         *  plugins/debug-manager/debug_tree.c:
9436         *  plugins/debug-manager/debugger.c:
9437         Fixed bug #359317 (can't load debug manager)
9439         * /plugins/document-manager/plugin.c:
9440         Fixed bug #359259 (highlight modes listed in reverse 
9441         alphabetical order).
9443 2006-10-10  Johannes Schmid <jhs@gnome.org>
9445         * plugins/glade/plugin.c:
9446         Add scrollbars to glade project window
9448 2006-10-10  Johannes Schmid <jhs@gnome.org>
9450         * libanjuta/interfaces/Makefile.am.iface:
9451         Fixed Makefile with broke build
9453 2006-10-07  Johannes Schmid <jhs@gnome.org>
9455         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9456         * libanjuta/interfaces/Makefile.iface.am:
9457         Fixed enum types generation
9459         * libanjuta/interfaces/libanjuta.idl:
9460         Fixed some strange typo
9462 2006-10-06  Johannes Schmid <jhs@gnome.org>
9464         * libanjuta/interfaces/Makefile.iface.am:
9465         Fixed enum-types.h generation
9466         * libanjuta/interfaces/libanjuta.idl:
9467         char* => gchar*
9468         IAnjutaTODO::load should take const gchar* argument
9469         Remove include to libanjuta/e-splash.h which is not installed as header file
9470         Disable get_attributes for now
9471         
9472         * pluings/sourceview/sourceview.c: Disabled get_attributes
9473         
9474         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9476 2006-10-05  Naba Kumar  <naba@gnome.org>
9478         * TODO.tasks: Set 'Improve class widzard' task to assigned.
9479         Set bug id for 'Profiler plugin' task.
9481 2006-10-03  Naba Kumar  <naba@gnome.org>
9483         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9484         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9486         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9487         plugins/project-manager/plugin.c: Added a new API in
9488         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9489         Added some documentation. On project close, close all editors that
9490         has files opened for the project.
9491         
9492         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9493         from the containers on anjuta_shell_remove_widget(). Do not destroy
9494         glade widgets once created.
9495         
9496 2006-10-03  Johannes Schmid <jhs@gnome.org>
9498         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9499         * libanjuta/interfaces/libanjuta.idl:
9500         const-List<> => const List<>
9501         List-free<> => List<>
9502         
9503         * Makefile.am: Reenabled launcher
9505 2006-10-03  Johannes Schmid <jhs@gnome.org>
9507         * libanjuta/interfaces/Makefile.am.iface:
9508         Install libanjuta.idl
9510 2006-10-02  Adam Dingle <adam@medovina.org>
9512         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9514 2006-10-02  Adam Dingle <adam@medovina.org>
9516         * plugins/editor/style-editor.c: fixed bug #357534
9517         * plugins/gdb/utilities.h: removed 2 unused declarations
9519 2006-10-02  Johannes Schmid <jhs@gnome.org>
9521         * Makefile.am: disabled anjuta-launcher
9522         * libanjuta/Makefile.am:
9523         
9524         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9525         * libanjuta/glue-factory.c: (glue_factory_add_path),
9526         (glue_factory_get_path):
9527         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9528         * libanjuta/glue-factory.h:
9529         * libanjuta/glue-cpp.h:
9530         * libanjuta/glue-cpp.c:
9531         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9532         
9533         * libanjuta/interfaces/Makefile.am.iface:
9534         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9535         * libanjuta/interfaces/libanjuta.idl:
9536         Add a new features to idl compiler:
9537         List<Type> => List of Type
9538         List-free<Type> => List of Type, it is up to the caller to free items and list
9539         const-List(-free)<Type> = const List of Types
9540         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9541         
9542         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9543         (generic_cpp_class_create_code):
9544         Adapted to new project_manager interface
9545         
9546         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9547         * plugins/debug-manager/debugger.c:
9548         (ivariable_debugger_iface_init):
9549         Do not use C++ keyword "delete" for interface name
9550         
9551         * plugins/document-manager/anjuta-document-manager.plugin.in:
9552         Added m4 to mime-types
9553         
9554         * plugins/project-manager/plugin.c:
9555         (iproject_manager_add_source_multi):
9556         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9558 2006-10-01  Naba Kumar  <naba@gnome.org>
9560         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9561         UI file used when out-of-process devhelp is used instead of
9562         embedded devhelp.
9563         
9564         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9565         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9566         plugins/profile-default/default.anjuta: Build devhelp plugin,
9567         but use out-of-process devhelp if devhelp plugin is disabled
9568         (either by user or devhelp is not installed). Disabled devhelp
9569         plugin by default. Added it in default profile.
9571 2006-10-01  Naba Kumar  <naba@gnome.org>
9573         * plguins/project-manager/plugin.c: Possible fix for crash
9574         bug #358583.
9575         
9576         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9577         set dep to last version 3.0.2.
9578         
9579         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9580         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9581         plugins/symbol-browser/plugin.c: Use the right action group
9582         for getting popup actions (Fixes lots of assertion failures).
9584         * plugins/project-manager/plugin.c,
9585         plugins/project-manager/plugin.h: use separate action group
9586         for profie actions.
9587         
9588         * plugins/message-view/plugin.c: Disconnect session load
9589         signal on plugin deactivation (fixes a crash).
9591 2006-09-30  Naba Kumar  <naba@gnome.org>
9593         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9594         * TODO.tasks: Assigned a bounty to Massimo.
9596 2006-09-29  Naba Kumar  <naba@gnome.org>
9598         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9600 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9602         * plugins/debug-manager/debugger.c,
9603         plugins/debug-manager/plugin.c,
9604         libanjuta/interfaces/libanjuta.idl:
9605         Add a new abort command to quit debugger without waiting
9607         * plugins/gdb/debugger.c,
9608         plugins/gdb/debugger.h,
9609         plugins/gdb/plugin.c:
9610         Send a signal directly to the debugged program
9611         Implement abort command
9613         * plugins/debug-manager/debug_tree.c:
9614         Fix bug #358163
9616         * plugins/debug-manager/stack-trace.c:
9617         Fix bug #358009
9619 2006-09-29  Naba Kumar  <naba@gnome.org>
9621         * TODO.tasks: Updated.
9622         
9623         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9624         dialog.
9625         
9626         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9627         
9628         * TODO.tasks: Updated in light of the word wrapping fix
9629         in Tasks Manager. Added a test bounty entry.
9631         * TODO.tasks: Added four bounties.
9632         
9633 2006-09-28  Naba Kumar  <naba@gnome.org>
9635         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9636         Added 'customizable' parameter to
9637         anjuta_ui_add_action_group_entries() and similar functions to
9638         allow user configuration of the actions. Filter out actions that
9639         are not configurable items (such as submenu items). Now the
9640         'Customize shortcuts' dialog is much better listed.
9642         * plugins/build-basic-autotools/build-basic-autotools.c,
9643         plugins/build-basic-autotools/build-basic-autotools.h,
9644         plugins/cvs-plugin/plugin.c,
9645         plugins/cvs-plugin/plugin.h,
9646         plugins/debug-manager/breakpoints.c,
9647         plugins/debug-manager/plugin.c,
9648         plugins/debug-manager/stack_trace.c,
9649         plugins/debug-manager/watch.c,
9650         plugins/devhelp/plugin.c,
9651         plugins/document-manager/plugin.c,
9652         plugins/file-loader/plugin.c,
9653         plugins/file-manager/plugin.c,
9654         plugins/glade/plugin.c,
9655         plugins/gtodo/interface.c,
9656         plugins/gtodo/plugin.c,
9657         plugins/language-support-cpp-java/plugin.c,
9658         plugins/macro/plugin.c,
9659         plugins/macro/plugin.h,
9660         plugins/message-view/plugin.c,
9661         plugins/patch/plugin.c,
9662         plugins/profile-default/default.anjuta,
9663         plugins/project-manager/plugin.c,
9664         plugins/project-manager/plugin.h,
9665         plugins/sample1/plugin.c,
9666         plugins/search/plugin.c,
9667         plugins/subversion/plugin.c,
9668         plugins/subversion/plugin.h,
9669         plugins/symbol-browser/plugin.c,
9670         plugins/symbol-browser/plugin.h,
9671         plugins/tools/plugin.c,
9672         plugins/valgrind/plugin.c,
9673         plugins/valgrind/plugin.h: Fixed to take care of above change
9674         in API of AnjutaUI. Properly added/removed action groups in some
9675         plugins. Split action groups into customization and non-customizable
9676         groups and added them separately.
9678         * plugins/document-manager/plugin.c: Close files belonging to
9679         project when project is closed (not complete).
9680         
9681         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9682         vertical aligned cell entries.
9683         
9684         * src/anjuta-app.c: Define macros for the placeholder names.
9685         Set default widths and heights of the default placeholders,
9686         so that newly docked widgets are correclty sized.
9687         
9688         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9689         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9690         Fixed to generated correct actions addition/removal code.
9692 2006-09-25  Naba Kumar  <naba@gnome.org>
9694         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9695         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9696         class.
9697         
9698         * plugins/message-view/anjuta-msgman.c,
9699         plugins/message-view/anjuta-msgman.h,
9700         plugins/message-view/message-view.c,
9701         plugins/message-view/message-view.h,
9702         plugins/message-view/plugin.c: Serialize messages panes in
9703         session save and deserialize them in session load so that
9704         build messages persistant.
9705         
9706 2006-09-24  Johannes Schmid <jhs@gnome.org>
9708         * libanjuta/anjuta-utils.c:
9709         * plugins/message-view/message-view.c:
9710         Really fixed #355407
9712 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9714         * libanjuta/interfaces/libanjuta.idl:
9715         Change one variable sign
9717         * plugins/debug-manager/anjuta-debug-manager.glade,
9718         plugins/debug-manager/anjuta-debug-manager.ui:
9719         Few small interface changes     
9721         * plugins/debug-manager/debug_tree.h,
9722         plugins/debug-manager/watch.c,
9723         plugins/debug-manager/debugger.c,
9724         plugins/debug-manager/plugin.c
9725         plugins/gdb/debugger.c,
9726         plugins/gdb/plugin.c:
9727         Big rewrite of debugger queue
9728         Allow to cancel command
9730         * plugins/debug-manager/memory.c:
9731         Fix a bug if a command is cancelled
9733 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9735         * plugins/gdb/debugger.c,
9736         plugins/debug-manager/debug_tree.c,
9737         plugins/debug-manager/locals.c:
9738         Restore tree representation for local variable
9739         Add argument in local variable list
9740         Use gdb variable object to get all informations
9742 2006-09-19  Naba Kumar  <naba@gnome.org>
9744         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9745         that implements AnjutaSavePrompt class.
9747         * ChangeLog: Fixed indentation.
9748         
9749         * libanjuta/Makefile.am,
9750         libanjuta/anjuta-marshal.list,
9751         libanjuta/anjuta-shell.c,
9752         libanjuta/anjuta-shell.h,
9753         plugins/document-manager/action-callbacks.c,
9754         plugins/document-manager/action-callbacks.h,
9755         plugins/document-manager/anjuta-docman.c,
9756         plugins/document-manager/anjuta-docman.h,
9757         plugins/document-manager/plugin.c,
9758         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9759         unsaved items during exit. A new signal is added in shell
9760         interface called 'save-prompt' to collect all unsaved items.
9761         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9762         Fixed document manager to use the new save-prompt signal in shell
9763         and AnjutaSavePrompt object for unsaved files. Cleaned up
9764         AnjutaDocman to synchronously save new files. Fixed function
9765         names.
9767 2006-09-18  Johannes Schmid <jhs@gnome.org>
9769         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9770         gdl requirement to 0.7.0
9772 2006-09-18  Johannes Schmid <jhs@gnome.org>
9774         * global-tags/.cvsignore:
9775         * global-tags/Makefile.am:
9776         * global-tags/create_global_tags.sh (removed):
9777         * global-tags/create_global_tags.sh.in (added):
9778         Fixed #355407
9779         
9780         * libanjuta/anjuta-launcher.c:
9781         Fixed #349374
9782         
9783         * plugins/project-manager/plugin.c:
9784         (project_manager_plugin_close_project):
9785         Fixed crasher
9786         
9787         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9788         Fixed gtk critical
9789         
9790         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9791         More reasonable toolbar creation/deletition though it does
9792         not completly work!
9794 2006-09-15  Johannes Schmid <jhs@gnome.org>
9796         * libanjuta/anjuta-utils.c/.h:
9797         Fixed #355168
9799 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9801         * scintilla/ScintillaGTK.cxx
9802         Fixed doulbe freeing in Scintilla
9804 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9806         * plugins/symbol-browser/an_symbol_prefs.c:
9807         Support unloading / reloading of the module (for example when
9808         closing a project and opening another one).
9810         * plugins/project-manager/plugin.c:
9811         Really fixed #355148 (Show project name in title bar)
9813 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9815         * libanjuta/plugins.c:
9816         Fixed #355156 (Show plugins in alphabetical order)
9818 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9820         * plugins/project-manager/plugin.c:
9821         Fixed #355148 (Show project name in title bar)
9823 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9825         * plugins/project-manager/plugin.c:
9826         (value_removed_project_root_uri):
9827         Fixed crasher if project cannot be opened
9829 2006-08-30 Naba Kumar  <naba@gnome.org>
9831         * plugins/language-support-cpp-java/plugin.[c,h],
9832         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9833         Impletemnted UI for auto indent.
9834         
9835 2006-08-28 Naba Kumar  <naba@gnome.org>
9836         
9837         * plugins/gvim/.cvsignore,
9838         plugins/gvim/Makefile.am,
9839         plugins/gvim/anjuta-vim-plugin.png,
9840         plugins/gvim/anjuta-vim.c,
9841         plugins/gvim/anjuta-vim.h,
9842         plugins/gvim/anjuta-vim.plugin.in,
9843         plugins/gvim/gtkvim.c,
9844         plugins/gvim/gtkvim.h,
9845         plugins/gvim/plugin.c,
9846         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9847         in build yet.
9849 2006-08-28 Naba Kumar  <naba@gnome.org>
9851         Patch from: Massimo Corà  <maxcvs@email.it>
9852         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9853         possible infinite loop.
9855 2006-08-22 Adam Dingle <adam@medovina.org>
9856         
9857         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9858         to edit are shown in the preferences dialog in anjuta").
9859         Removed unused widgets from the style editor dialog.
9861 2006-08-21  Johannes Schmid <jhs@gnome.org>
9863         * plugins/symbol-browser/test-class.[cpp/h]
9864         Added missing files
9866 2006-08-18  Naba Kumar  <naba@gnome.org>
9868         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9869         end of document loading.
9871         * plugins/language-support-cpp-java/plugin.c,
9872         plugins/sourceview/sourceview.c: Fixed plugin loading.
9874 2006-08-17  Naba Kumar  <naba@gnome.org>
9876         * plugins/language-support-cpp-java/plugin.c,
9877         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9878         mode line parsing. Indentation parameters initialized based on
9879         mode line parameters.
9881 2006-08-16  Naba Kumar  <naba@gnome.org>
9883         * Makefile.am, plugins/editor/text_editor.c,
9884         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9885         comments.
9887 2006-08-16 Naba Kumar  <naba@gnome.org>
9889         Patch from  Massimo Cora'  <maxcvs@email.it>:
9890         
9891         * plugins/editor/aneditor-autocomplete.cxx,
9892         plugins/editor/aneditor-calltip.cxx,
9893         plugins/symbol-browser/Makefile.am,
9894         plugins/symbol-browser/an_symbol.c,
9895         plugins/symbol-browser/an_symbol_view.c,
9896         plugins/symbol-browser/plugin.c,
9897         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9898         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9899         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9900         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9901         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9902         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9903         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9904         tagmanager/get.h, tagmanager/html.c,
9905         tagmanager/include/tm_source_file.h,
9906         tagmanager/include/tm_tag.h,
9907         tagmanager/include/tm_workspace.h,
9908         tagmanager/jscript.c, tagmanager/keyword.c,
9909         tagmanager/keyword.h, tagmanager/lisp.c,
9910         tagmanager/lregex.c, tagmanager/lua.c,
9911         tagmanager/main.h, tagmanager/make.c,
9912         tagmanager/options.c, tagmanager/options.h,
9913         tagmanager/parse.c, tagmanager/parse.h,
9914         tagmanager/parsers.h, tagmanager/pascal.c,
9915         tagmanager/perl.c, tagmanager/php.c,
9916         tagmanager/python.c, tagmanager/read.c,
9917         tagmanager/read.h, tagmanager/readtags.c,
9918         tagmanager/readtags.h, tagmanager/rexx.c,
9919         tagmanager/routines.c, tagmanager/routines.h,
9920         tagmanager/ruby.c, tagmanager/scheme.c,
9921         tagmanager/sh.c, tagmanager/slang.c,
9922         tagmanager/sml.c, tagmanager/sort.c,
9923         tagmanager/sort.h, tagmanager/sql.c,
9924         tagmanager/strlist.c, tagmanager/strlist.h,
9925         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9926         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9927         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9928         tagmanager/vim.c, tagmanager/vstring.c,
9929         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9930         5.6 and namespace completion fixed.
9932         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9933         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9935 2006-08-15 Naba Kumar  <naba@gnome.org>
9937         * libanjuta/interfaces/libanjuta.idl,
9938         plugins/editor/text-editor-iterable.c,
9939         plugins/editor/text_editor.c,
9940         plugins/sourceview/sourceview-cell.c,
9941         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9942         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9943         ianjuta_editor_end_action().
9944         
9945         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9947 2006-08-13 Naba Kumar  <naba@gnome.org>
9949         * plugins/debug-manager/breakpoints.c,
9950         plugins/debug-manager/memory.c,
9951         plugins/debug-manager/registers.c,
9952         src/layout.xml: Fixed debugger widgets layout.
9954 2006-08-12 Naba Kumar  <naba@gnome.org>
9956         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9957         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9958         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9959         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9960         codes and dead codes. Removed automatic indentation prefs.
9962 2006-08-12  Johannes Schmid <jhs@gnome.org>
9964         * libanjuta/Makefile.am:
9965         * libanjuta/anjuta-launcher.c:
9966         * libanjuta/anjuta-launcher.h:
9967         * libanjuta/anjuta-plugin.c:
9968         * libanjuta/anjuta-plugin.h:
9969         * libanjuta/anjuta-preferences.c:
9970         * libanjuta/anjuta-preferences.h:
9971         * libanjuta/anjuta-shell.c:
9972         * libanjuta/anjuta-shell.h:
9973         * libanjuta/libanjuta.h:
9974         
9975         Made wrapper friendly:
9976         - no inline in header files (preferences_set/get)
9977         - correct signal names
9978         - correct GError** argument in anjuta_shell_freeze/thaw
9979         - include correct files in libanjuta.h
9980         
9981         * plugins/project-manager/plugin.c: 
9982         Fixed two crashers
9984 2006-08-11 Naba Kumar  <naba@gnome.org>
9986         * plugins/editor/aneditor-priv.h,
9987         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9988         
9989         * plugins/editor/text_editor_cbs.c,
9990         plugins/sourceview/anjuta-view.c: Pass the right position for char
9991         added signal.
9992         
9993         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9994         
9995         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9997 2006-08-11 Naba Kumar  <naba@gnome.org>
9999         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
10000         return the right character at the iter position and get_char() to
10001         not leak memory.
10003         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
10004         to set to character offset and not byte index.
10006         * plugins/language-support-cpp-java/plugin.c: Improved
10007         auto-indentation login. Indents opening and closing braces correctly.
10009 2006-08-10  Johannes Schmid <jhs@gnome.org>
10011         * INSTALL:
10012         * autogen.sh:
10013         Required automake = 1.9
10015         * libanjuta/anjuta-children.c:
10016         * libanjuta/anjuta-children.h:
10017         * libanjuta/anjuta-encodings.h:
10018         * libanjuta/anjuta-launcher.h:
10019         * libanjuta/anjuta-plugin-description.h:
10020         * libanjuta/anjuta-preferences-dialog.h:
10021         * libanjuta/anjuta-preferences.h:
10022         * libanjuta/anjuta-session.h:
10023         * libanjuta/anjuta-status.h:
10024         * libanjuta/anjuta-ui.h:
10025         * libanjuta/anjuta-utils.c:
10026         * libanjuta/anjuta-utils.h:
10027         * libanjuta/e-splash.h:
10028         * libanjuta/glue-factory.h:
10029         * libanjuta/glue-plugin.h:
10030         * libanjuta/plugins.h:
10031         * libanjuta/resources.h:
10032         Fixed libanjuta to be able to wrap it
10033         - G_BEGIN_DECLS, G_END_DECLS
10034         - include all necessary files in libanjuta.h
10036         * plugins/gtodo/tray-icon.c:
10037         * plugins/terminal/terminal.c:
10038         Some build fixes for freebsd
10040         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
10041         * plugins/sourceview/sourceview.glade:
10042         Remove auto-indent feature as it is now in language-support
10044 2006-08-09 Naba Kumar  <naba@gnome.org>
10046         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
10047         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
10048         Added missing files.
10050         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
10051         get_use_spaces(), set_tabsize() and set_use_spaces().
10053 2006-08-09 Naba Kumar  <naba@gnome.org>
10055         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
10056         succeeded in activating.
10058         * plugins/document-manager/plugin.c: Added debug message.
10060         * libanjuta/interfaces/libanjuta.idl,
10061         plugins/editor/text_editor.c: Implemented get_tabsize(),
10062         get_use_spaces(), set_tabsize() and set_use_spaces().
10064         * plugins/language-support-cpp-java/Makefile.am,
10065         plugins/language-support-cpp-java/plugin.c,
10066         plugins/language-support-cpp-java/plugin.h: Used editor parameters
10067         for indentation. Added preferences page for paramenters.
10069         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
10071 2006-08-08 Naba Kumar  <naba@gnome.org>
10073         * libanjuta/interfaces/libanjuta.idl,
10074         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10075         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
10076         plugins/editor/text_editor.c,
10077         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
10078         and implemented it for both scintilla and sourceview.
10080         * plugins/search/plugin.c: Use the new grab_focus() to transfer
10081         focus back to editor (happens when pressing esc in incremental
10082         search box).
10084 2006-08-08 Naba Kumar  <naba@gnome.org>
10086         * libanjuta/interfaces/libanjuta.idl,
10087         plugins/editor/text_editor.c,
10088         plugins/editor/text_editor.h,
10089         plugins/editor/text-editor-iterable.c,
10090         plugins/sourceview/sourceview-cell.c,
10091         plugins/sourceview/sourceview.c: Implemented editor attributes
10092         methods.
10093         
10094         * plugins/editor/aneditor.cxx: Disabled old indentation code.
10095         plugins/language-support-cpp-java/plugin.c: Implemented indentation
10096         code (not complete yet).
10098         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
10099         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
10100         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
10101         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
10102         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
10103         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
10105 2006-08-04 Naba Kumar  <naba@gnome.org>
10107         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
10108         implementation.
10109         
10110 2006-08-03  Johannes Schmid <jhs@gnome.org>
10112         * configure.in: Add a more informative text to valgrind plugin
10114         * TODO.tasks:
10115         Modified Preferences tasl
10116         * libanjuta/anjuta-plugin.c: 
10117         * libanjuta/anjuta-preferences-dialog.c: 
10118         * libanjuta/anjuta-preferences-dialog.h:
10119         * libanjuta/anjuta-preferences.c:
10120         * libanjuta/anjuta-preferences.h:
10121         * libanjuta/interfaces/Makefile.am.iface:
10122         * libanjuta/interfaces/libanjuta.idl:
10123         Added IAnjutaPreferences interface which every plugin that has preferences should
10124         implement. Call merge() and unmerge() at plugin activation/deactivation.
10125         Fixed preferences_page_remove()
10126         
10127         * plugins/build-basic-autotools/build-basic-autotools.c:
10128         * plugins/cvs-plugin/plugin.c: 
10129         * plugins/document-manager/plugin.c:
10130         * plugins/editor/plugin.c:
10131         * plugins/editor/plugin.h:
10132         * plugins/file-manager/plugin.c: 
10133         * plugins/gtodo/main.h:
10134         * plugins/gtodo/plugin.c: 
10135         * plugins/gtodo/preferences.c: 
10136         * plugins/message-view/anjuta-msgman.c: 
10137         * plugins/message-view/anjuta-msgman.h:
10138         * plugins/message-view/plugin.c:
10139         * plugins/sourceview/plugin.c: 
10140         * plugins/sourceview/plugin.h:
10141         * plugins/symbol-browser/an_symbol_prefs.c:
10142         * plugins/symbol-browser/plugin.c: 
10143         * plugins/terminal/terminal.c: 
10144         * plugins/valgrind/plugin.c
10145         * src/anjuta-app.c:
10146         
10147         Updated preference loading/unloading for all plugins
10149 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
10150         
10151         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
10152         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
10153     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
10154         recommended by the autoconf manual. 
10155         - Fixes compiling with autoconf 2.60.
10156         
10157         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
10159 2006-08-02      Johanes Schmid <jhs@gnome.org>
10161         * plugins/profile-default/plugin.c:
10162         Fixed session handling
10164 2006-08-01  Johannes Schmid <jhs@gnome.org>
10166         * configure.in
10167         * plugins/Makefile.am:
10168         Disabled devhelp and glade for now as they do not work (#341073
10169         and #341170)
10170         
10171         * plugins/profile-default/anjuta-default-profile.ui (removed):
10172         * plugins/profile-default/plugin.c:
10173         * plugins/profile-default/plugin.h:
10174         * plugins/project-manager/anjuta-project-manager.ui:
10175         * plugins/project-manager/plugin.c:
10176         * plugins/project-manager/plugin.h:
10177         Limted multiple project support #315043
10179         * libanjuta/interfaces/libanjuta.idl:
10180         Added ianjuta_profile_unload
10182 2006-07-31 Naba Kumar  <naba@gnome.org>
10184         * libanjuta/interfaces/libanjuta.idl,
10185         plugins/editor/text-editor-iterable.c,
10186         plugins/editor/text_editor.c,
10187         plugins/sourceview/anjuta-view.c,
10188         plugins/sourceview/anjuta-view.h,
10189         plugins/sourceview/sourceview.c: Fixed text iteration and 
10190         IAnjutaEditor implementations in both scintilla
10191         and sourceview. Cleand up libanjuta API: Removed redundant
10192         erase_range() method from IAnjutaEditor interface, fixed
10193         ianjuta_editor_get_text to take length instead of range (consistency).
10194         autoindentation in both sourceview and scintilla more or less works,
10195         but still disabled for now because there are still some anomalies
10196         in text iteration.
10198         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
10200         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
10201         API changes.
10203 2006-07-30  Johannes Schmid <jhs@gnome.org>
10205         * plugins/sourceview/anjuta-document.c:
10206         * plugins/sourceview/anjuta-document.h:
10207         * plugins/sourceview/anjuta-view.c: 
10208         * plugins/sourceview/sourceview.c:
10209         Wrote a new "char_added" implementation, I hope this one is good
10211         * plugins/sourceview/sourceview-cell.c:
10212         Fixed typo: "text_iter" instead of "iter"
10214 2006-07-30 Naba Kumar  <naba@gnome.org>
10216         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
10218 2006-07-30  Johannes Schmid <jhs@gnome.org>
10220         * autogen.sh: use gnome-autogen.sh from gnome-coomen
10221         
10222         * plugins/debug-manager/plugin.c: 
10223         * plugins/patch/plugin.c:
10224         Use IAnjutaIndicable to mark debugger position
10226         * plugins/sourceview/sourceview.c:
10227         Define colors for IAnjutaIndicable
10229 2006-07-29  Johannes Schmid <jhs@gnome.org>
10231         * plugins/debug-manager/anjuta-debug-manager.ui:
10232         * plugins/debug-manager/breakpoints.c:
10233         * plugins/debug-manager/images/Makefile.am:
10234         * plugins/debug-manager/images/run-to-cursor.png:
10235         * plugins/debug-manager/plugin.c:
10236         Added toolbar and some icons
10238         * plugins/patch/anjuta-patch.ui:
10239         * plugins/patch/patch-plugin.c:
10240         * plugins/patch/patch-plugin.glade:
10241         * plugins/patch/plugin.c:
10242         * plugins/patch/plugin.h:
10243         Improved patch plugin (GUI and function)
10245         * plugins/sourceview/sourceview.c:
10246         Fixed another Gtk-Critical
10248         * plugins/tools/anjuta-tools.ui:
10249         * plugins/tools/plugin.h:
10250         Put Patch plugin in tools menu and changed ui file
10252 2006-07-29  Johannes Schmid <jhs@gnome.org>
10254         * plugins/document-manager/plugin.c:
10255         Fixed accelator Gtk-Warning
10257         * plugins/message-view/anjuta-msgman.c: 
10258         Fixed Gtk-Warning
10260         * plugins/sourceview/anjuta-document.c:
10261         * plugins/sourceview/anjuta-document.h:
10262         * plugins/sourceview/anjuta-marshal.list:
10263         Wrote a better emitter for the char-added signal
10265         * plugins/sourceview/sourceview.c:
10266         Fixed Redo/Undo to void Gtk-Criticals
10267         
10268         * plugins/sourceview/sourceview-args.c:
10269         * plugins/sourceview/sourceview-cell.c:
10270         * plugins/sourceview/sourceview-scope.c:
10271         * plugins/sourceview/sourceview-tags.c: 
10272         Adapted to new IAnjutaIterator API
10274 2006-07-28 Naba Kumar  <naba@gnome.org>
10276         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
10278         * plugins/symbol-browser/an_symbol.c,
10279         plugins/symbol-browser/an_symbol_iter.c,
10280         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
10281         subclass of AnjutaSymbol so that the symbol is accessible from
10282         the iter in light of changes in IAnjutaIterable.
10284         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
10285         implementation of IAnjutaIterable.
10287 2006-07-28 Naba Kumar  <naba@gnome.org>
10289         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
10290         IAnjutaIterable. They were kind of useless since the interface is
10291         defined on the data object itself. Added set_position() method
10292         in IAnjutaIterable to allow setting arbitrary current index to the
10293         iter.
10294         Added erase() and erase_range() in IAnjutaEditor.
10296         * plugins/editor/text-editor-iterable.c: Fixed 
10297         plugins/editor/text_editor.c: Implemented erase() and erase_range()
10298         methods in editor. Fixed get_line_from_position() method.
10300         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
10301         code. It's disabled for now.
10303         * plugins/sourceview/sourceview-cell.c,
10304         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
10305         implementation.
10307 2006-07-27  Johannes Schmid <jhs@gnome.org>
10309         * plugins/sourceview/sourceview-cell.c:
10310         Fixed IAnjutaEditorCell to work only on a single line
10311         Fixed crasher in finalize
10313         * plugins/symbol-browser/an_symbol_prefs.c:
10314         * global-tags/Makefile.am:
10315         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
10316         script installation     
10318 2006-07-26 Naba Kumar  <naba@gnome.org>
10320         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
10321         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
10322         
10323         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
10324         
10325         * plugins/document-manager/plugin.c: Fixed dynamic loading of
10326         support plugins
10327         
10328         * plugins/editor/text-editor-iterable.c,
10329         plugins/editor/text_editor.c,
10330         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
10331         method to work correctly, it was ignoring start and end parameters.
10332         Fixed TextEditorCell implementation. Fixed 'char-added' signal
10333         emission.
10334         
10335         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
10336         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
10338 2006-07-24  Massimo Cora'  <maxcvs@email.it>
10340         * plugins/symbol-browser/an_symbol_view.c,
10341         plugins/symbol-browser/an_symbol_view.h,
10342         plugins/symbol-browser/plugin.c:
10343     fix a matching case into sv_extract_type_qualifier_from_expr ()
10344     and some minor issues.
10346 2006-07-26  Johannes Schmid <jhs@gnome.org>
10348         * plugins/language-support-cpp-java/plugin.c:
10349         Fixed to work kind of with sourceview editor
10350         * plugins/sourceview/anjuta-document.c: 
10351         * plugins/sourceview/anjuta-view.c: 
10352         * plugins/sourceview/sourceview-cell.c:
10353         * plugins/sourceview/sourceview.c:
10354         Fixed IAnjutaEditorCell and "char-added" signal
10356 2006-07-24 Naba Kumar  <naba@gnome.org>
10358         * plugins/document-manager/plugin.c,
10359         plugins/document-manager/plugin.h: Initial implementedion for loading
10360         support plugins.
10361         
10362         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
10363         implementation.
10364         
10365         * plugins/editor/text_editor.c: Fixed syntax highlighting when
10366         indicators are cleared (that leaved grey texts).
10368 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
10370         * libanjuta/interfaces/libanjuta.idl,
10371         plugins/debug-manager/breakpoints.c,
10372         plugins/debug-manager/memory.c,
10373         plugins/debug-manager/registers.c,
10374         plugins/debug-manager/debug_tree.c,
10375         plugins/debug-manager/debugger.c,
10376         plugins/gdb/debugger.c,
10377         plugins/gdb/debugger.h,
10378         plugins/gdb/plugin.c:
10379         Add a parameter for reporting error
10380         Add a new interface for using gdb variable object
10381         Allow to cancel commands
10382         Rewrite handling of debugger state
10384         * plugins/debug-manager/plugin.c,
10385         plugins/debug-manager/locals.c,
10386         plugins/debug-manager/locals.h,
10387         plugins/debug-manager/register.c,
10388         plugins/debug-manager/stack_trace.c,
10389         plugins/debug-manager/stack_trace.h:
10390         Create and destroy local and stack trace windows when needed
10392 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10394         * plugins/document-manager/plugin.c:
10395         Fixed "Automatic" highlighting
10397 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10399         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10401         * plugins/sourceview/anjuta-view.c:
10402         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10404 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
10405         
10406         * configure.in: Check for C/C++-Compiler correctly
10408 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
10410         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10412         * plugins/debug-manager/stack_trace.c:
10413         Destroy stack window when debuuger is disabled (#347414)
10414         
10415         * plugins/sourceview/anjuta-view.c:
10416         Fix a crash with popup-menu (#347412)
10418 2006-07-13 Naba Kumar  <naba@gnome.org>
10420         * plugins/editor/Makefile.am,
10421         plugins/editor/text_editor.h,
10422         plugins/editor/text-editor-iterable.h,
10423         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10424         tested yet).
10425         
10426         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10427         code.
10428         
10429         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10431 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
10433         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10434         Bug #342937
10435         
10436 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10438         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10440         * libanjuta/anjuta-preferences-dialog.c:
10441         Do not use the page_num returned by gtk_notebook_append_page to
10442         remove the page as it cause bugs when pages removal is not done
10443         in LIFO.
10445         * plugins/document-manager/anjuta-docman.c:
10446         * src/anjuta-app.c:
10447         makes Anjuta display dock_items which have previously been hidden
10449 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10451         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10453         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10454         * plugins/sourceview/sourceview.c: (imark_unmark):
10455         
10456         Patches for bugs #346450 and #346295
10457         
10458         * AUTHORS: Added Fredrik
10460 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10462         * plugins/message-view/anjuta-msgman.c: 
10463         Fixed close button/icon size (like in docman)
10465 2006-06-10 Naba Kumar <naba@gnome.org>
10467         * plugins/editor/text_editor.c: Fixed goto line to mark the line
10468         being set.
10469         
10470 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10472         * libanjuta/interfaces/libanjuta.idl:
10473         Move inspect_memory function in IAnjutaCpuDebugger interface
10474         Rename Boolean type to State
10476         * plugins/debug-manager/breakpoint.c:
10477         Rename Boolean type to State
10479         * plugins/debug-manager/Makefile.am,
10480         plugins/debug-manager/anjuta-marshal.list,
10481         plugins/debug-manager/data_view.c,
10482         plugins/debug-manager/data_view.h,
10483         plugins/debug-manager/data_buffer.c,
10484         plugins/debug-manager/data_buffer.h,
10485         plugins/debug-manager/chunk_view.c,
10486         plugins/debug-manager/chunk_view.h,
10487         plugins/debug-manager/anjuta-debug-manager.ui,
10488         plugins/debug-manager/debugger.c,
10489         plugins/debug-manager/memory.c,
10490         plugins/debug-manager/memory.h,
10491         plugins/debug-manager/plugin.c,
10492         plugins/gdb/debugger.c,
10493         plugins/gdb/debugger.h,
10494         plugins/gdb/plugin.c:
10495         Rewrite memory window using a special widget
10496         Rename Boolean type to State
10498 2006-06-08 Naba Kumar <naba@gnome.org>
10500         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10501         Do not return garbage characters and return NULL when there is no
10502         current word.
10503         
10504         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10505         work correctly.
10506         
10507         * plugins/search/search-replace.c: Fixed a mem leak.
10509 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10511         * libanjuta/anjuta-launcher.c:
10512         Added debug message (see #343522)
10513         
10514         * plugins/build-basic-autotools/build-basic-autotools.c:
10515         Patch from Günther Brammer to fix #344015
10517         * plugins/sourceview/sourceview.c:
10518         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10519         automatic highlight of build messages)
10521 2006-06-06 Naba Kumar <naba@gnome.org>
10523         * configure.in,
10524         libanjuta/interfaces/libanjuta.idl,
10525         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10526         plugins/Makefile.am,
10527         plugins/document-manager/action-callbacks.c,
10528         plugins/document-manager/plugin.c,
10529         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10530         interface for language highlight selection and langauge change
10531         signal.
10532         
10533         * plugins/language-support-cpp-java: Added language support
10534         plugin for cpp and java.
10536 2006-05-27  Naba Kumar  <naba@gnome.org>
10538         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10539         plugins/debug-manager/*, data/Makefile.am,
10540         manuals/reference/libanjuta/libanjuta.types,
10541         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10542         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10543         merged anjuta-new-debugger branch into trunck.
10544         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10546 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10547         
10548         * libanjuta/interfaces/libanjuta.idl,
10549         plugins/debug-manager/debugger.c,
10550         plugins/debug-manager/debugger.h,
10551         plugins/gdb/anjuta-gdb.plugin.in,
10552         plugins/gdb/debugger.c,
10553         plugins/gdb/debugger.h,
10554         plugins/gdb/plugin.c:
10555         Add new IAnjutaCpuDebugger interface to access cpu register
10556         Run gdb instead of /usr/local/bin/gdb
10557         
10558         * plugins/debug-manager/plugin.c,
10559         plugins/debug-manager/registers.c,
10560         plugins/debug-manager/registers.h:
10561         Rewrite register window
10562         Rename Load target menu item to Run target
10564 2006-05-07  Naba Kumar  <naba@gnome.org>
10566         * plugins/gdb.init
10567         
10568 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10570         * plugins/debug-manager/watch.c,
10571         plugins/debug-manager/breakpoint.c,
10572         plugins/debug-manager/breakpoint.h:
10573         Fix crash: disconnect save and load session signals
10575 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10577         * libanjuta/interface/libanjuta.idl,
10578         plugins/debug-manager/debugger.c,
10579         plugins/gdb/plugin.c:
10580         Add a value parameter for evaluate command
10582         * plugins/debug-manager/anjuta-debug-manager.glade:
10583         Create new dialog box for watches using glade
10585         * plugins/debug-manager/anjuta-debug-manager.ui:
10586         Move watch menu items near the end
10587         Move breakpoint menu items outside the sub menu
10589         * plugins/debug-manager/debug_tree.c,
10590         plugins/debug-manager/debug_tree.h,
10591         plugins/debug-manager/debug_tree.h,
10592         plugins/debug-manager/watch.c:
10593         Move all GUI code from watch.c to debug_tree.c
10594         Add an auto update property to watches
10595         
10596         * plugins/debug-manager/locals.c,
10597         plugins/debug-manager/locals.h,
10598         plugins/debug-manager/stack_trace.c,
10599         plugins/debug-manager/stack_trace.h,
10600         plugins/debug-manager/plugin.c:
10601         Register actions before starting debugger
10603         * plugins/gdb/debugger.c:
10604         Do not call callback function if not present
10606 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10608         * libanjuta/interfaces/libanjuta.idl,
10609         plugins/debug-manager/stack_trace.c,
10610         plugins/debug-manager/stack_trace.h,
10611         plugins/debug-manager/anjuta-debug-manager.ui,
10612         plugins/gdb/debugger.c:
10613         Add a popup menu in stack frame window
10614         Add a new frame-changed event
10615         Use MI command for getting stack informations
10616         Get filename with full path (need gdb > 6.3)
10618         * libanjuta/interfaces/libanjuta.idl,
10619         plugins/debug-manager/debug_tree.c,
10620         plugins/debug-manager/debugger.c,
10621         plugins/debug-manager/locals.c,
10622         plugins/debug-manager/locals.h,
10623         plugins/debug-manager/plugin.c,
10624         plugins/gdb/debugger.c,
10625         plugins/gdb/debugger.h,
10626         plugins/gdb/parser.c,
10627         plugins/gdb/parser.h,
10628         plugins/gdb/plugin.c,
10629         plugins/gdb/Makefile.am:
10630         Pass watch data with string instead of Watch structures
10631         Use debug_tree in local window
10632         Remove info local
10633         Remove parser.{ch}
10635         * plugins/debug-manager/breakpoints.c,
10636         plugins/debug-manager/utilities.c,
10637         plugins/debug-manager/utilities.h:
10638         Use a GtkListStore instead of a GtkTreeStore
10639         move goto_location_in_editor in utilities.c
10640         
10641 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10643         * libanjuta/interfaces/libanjuta.idl,
10644         plugins/debug-manager/anjuta-debug-manager.ui,
10645         plugins/debug-manager/breakpoints.c,
10646         plugins/debug-manager/plugin.c,
10647         plugins/gdb/debugger.c:
10648         Add a breakpoint type
10649         Add new popup menu in breakpoint window
10650         Add toggle breakpoint in editor popup menu
10651         Save and restore breakpoint enable
10652         Fix bug in clear all breakpoints
10653         Remove old useless code
10655         * plugins/debug-manager/debugger.c:
10656         Fix some problem with debugger states
10658         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10659         Update documentation
10660         
10661 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10663         * data/Makefile.am,
10664         plugins/gdb/Makefile.am,
10665         plugins/gdb/gdb.init:
10666         Move gdb.init crom data to plugins/gdb
10668         * plugins/gdb/gdb.init,
10669         libanjuta/interfaces/libanjuta.idl,
10670         plugins/debug-manager/breakpoints.c,
10671         plugins/debug-manager/debugger.c,
10672         plugins/debug-manager/plugin.c,
10673         plugins/gdb/debugger.c,
10674         plugins/gdb/plugin.c:
10675         Support pending breakpoints
10676         Rewrite debugger states
10677         Split ianjuta_debugger_log into _enable_log and _disable_log
10679         * plugins/debug-manager/start.c,
10680         plugins/debug-manager/debug_tree.c,
10681         plugins/gdb/parser.c:
10682         Remove some useless lines
10684         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10685         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10686         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10687         Update documentation
10689 2006-03-12 Naba Kumar <naba@gnome.org>
10691         * manuals/references/libanjuta/libanjuta.types: Fixed
10692         debug-manager name.
10693         
10694 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10696         * libanjuta/anjuta-debugger.c,
10697         libanjuta/anjuta-debugger.h:
10698         Remove those files
10699         
10700         * libanjuta/interfaces/libanjuta.idl,
10701         plugins/debug-mananger/breakpoints.c,
10702         plugins/debug-manager/debug_tree.c,
10703         plugins/debug-manager/debugger.c,
10704         plugins/debug-manager/plugin.c,
10705         plugins/debug-manager/registers.c,
10706         plugins/debug-manager/sharedlib.c,
10707         plugins/debug-manager/signal.c,
10708         plugins/debug-manager/stack_trace.c,
10709         plugins/debug-manager/start.c,
10710         plugins/debug-manager/watch.c,
10711         plugins/gdb/debugger.c,
10712         plugins/gdb/debugger.h,
10713         plugins/gdb/parser.c,
10714         plugins/gdb/parser.h,
10715         plugins/gdb/plugin.c:
10716         Move types definitions from libanjuta/anjuta-debugger.{ch}
10717         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10718         
10719         * plugins/gdb/Makefile.am:
10720         Remove user interface from gdb plugin
10722 2006-03-12 Naba Kumar <naba@gnome.org>
10724         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10726 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10728         Modified Patch from Marc Maurer <uwog@uwog.net>:
10729         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10730         Fixes #342447
10731         
10732         * plugins/sourceview/Makefile.am:
10733         * plugins/sourceview/sourceview-cell.c:
10734         * plugins/sourceview/sourceview-cell.h:
10735         * plugins/sourceview/sourceview.c: 
10736         
10737         Implemented IAnjutaEditorCell
10739 2006-05-21  Naba Kumar  <naba@gnome.org>
10741         * libanjuta/interfaces/libanjuta.idl,
10742         plugins/document-manager/action-callbacks.c,
10743         plugins/document-manager/plugin.c,
10744         plugins/editor/print.c, plugins/editor/text_editor.c,
10745         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10746         Fixed zooming and added icons and shortcuts for zoom menu items.
10748 2006-05-21  Naba Kumar  <naba@gnome.org>
10750         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10751         whitespaces.
10753 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10755         * plugins/document-manager/anjuta-docman.c:
10756         Fixed close button reaction by setting the correct current editor
10758 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10760         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10761         * plugins/document-manager/anjuta-docman.c
10762         - Fix close button, you can close any tab as you wish now.
10763         - Fadeout mime icon as the same as close image  
10765 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10767         Patch from Marc Maurer <uwog@uwog.net>
10768         * main.c: Compile fix when NLS is enabled
10769         
10770         AUTHORS: Added Marc
10772 2006-05-20  Naba Kumar  <naba@gnome.org>
10774         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10775         while loading abiword-2.4.4/abi project).
10777 2006-05-18 Naba Kumar  <naba@gnome.org>
10779         * libanjuta/interfaces/libanjuta.idl,
10780         plugins/document-manager/action-callbacks.c,
10781         plugins/editor/print.c,
10782         plugins/editor/text_editor.c,
10783         plugins/editor/text_editor.h,
10784         plugins/editor/text_editor_prefs.c: Fixed zooming.
10785         
10786         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10787         interface for character iteration and IAnjutaEditorAssist interface
10788         for autocompletions and editor tips.
10790 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10792         Patch from Günther Brammer <GBrammer@gmx.de>:
10793         * plugins/document-manager/anjuta-docman.c:
10794         Make tabs smaller but keep nice closing icon
10796         * plugins/document-manager/anjuta-docman.c:
10797         * plugins/document-manager/Makefile.am:
10798         
10799         Added nice mime-icons to the editor tabs
10801 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10803         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10804         
10805         * plugins/symbol-browser/an_symbol_view.c:
10806         - Fixed crasher
10807         - Fixed symbol searching (Yang Hong (#341997))
10808         
10809         * plugins/devhelp/htmlview.c:
10810         Fixed devhelp plugin
10811         
10812         * plugins/build-basic-autotools/build-basic-autotools.c:
10813         * plugins/search/search-replace.c:
10814         * plugins/document-manager/anjuta-docman.c:
10815         
10816         Only add a marker to a line where it makes sense!
10818 === anjuta 2.0.2 ===
10820 2006-05-15  Naba Kumar  <naba@gnome.org>
10822         * configure.in: set required versions for
10823         gdl and glade3.
10824         
10825 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10827         * plugins/glade/plugin.c:
10828         Fixed signal connection for "gtk-doc-search"
10830 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10832         * NEWS: Set release date, add known issues
10833         
10834         * libanjuta/anjuta-shell.c:
10835         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10836         and debug other gtk-warnings/criticals)
10837         
10838         * plugins/build-basic-autotools/build-basic-autotools.c:
10839         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10840         
10841         * plugins/sourceview/anjuta-view.c:
10842         * plugins/sourceview/sourceview-args.c:
10843         * plugins/sourceview/sourceview-scope.c:
10844         * plugins/sourceview/sourceview-tags.c:
10845         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10847 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10849         * pixmaps/Makefile.am:
10850         Add preferences_general.png
10851         
10852         * plugins/devhelp/plugin.c:
10853         Fixed some more realise things
10854         
10855         * plugins/message-view/anjuta-msgman.c:
10856         Support stock icons for message panes
10857         
10858         * plugins/search/search-replace.c:
10859         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10860          
10861         * plugins/search/search-replace_backend.c:
10862         Fixed #341359
10863         
10864         * plugins/sourceview/anjuta-document.c:
10865         * plugins/sourceview/sourceview.c:
10866         Fixed finalise and tag completion
10867         
10868         * src/anjuta-app.c:
10869         Use preferences_general icon
10871 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10873         * pixmaps/Makefile.am:
10874         Fixed EXTRA_DIST
10876 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10878         * plugins/sourceview/sourceview-prefs.c:
10879         Fixed font & color handling
10880         
10881         * plugins/symbol-browser/an_symbol_view.c:
10882         Fixed crasher
10884 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10886         * plugins/macro/macros.xml:
10887         Fixed bug #341583 (Address of FSF)
10889 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10891         * src/main.c:
10892         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10893         Update: Do it the cool way...
10894         
10895 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10897         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10898         Implement gtk-api-help signals of glade3
10899         * configure.in: Bump to glade3 2.91.2
10900         
10901         * plugins/devhelp/plugin.c:
10902         Fixed some realize stuff in the devhelp plugin
10903         
10904         * plugins/sourceview/anjuta-document.c:
10905         fixed bug with scope completion
10907 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10909         * plugins/symbol-browser/an_symbol_view.c
10910         * plugins/symbol-browser/an_symbol_prefs.c
10911         * plugins/symbol-browser/an_symbol_prefs.h
10912         * global_tags/create_global_tags.sh:
10913         
10914         Automaticly create global tags on first startup
10916 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10918         * configure.in:
10919         * plugins/project-wizard/templates/Makefile.am:
10920         * (added) plugins/project-wizard/templates/cpp-logo.png:
10921         * (added) plugins/project-wizard/templates/cpp.wiz:
10922         * (added) plugins/project-wizard/templates/cpp/*:
10924         Added a generic c++ template. It's a simple hello world.
10926 2006-05-07  Massimo Cora' <maxcvs@email.it>
10928         * plugins/symbol-browser/an_symbol_view.c:
10929         fixed a stupid crasher.
10931 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10933         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10934         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10935         
10936         Fixed WxWidgets project type
10938 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10940         * plugins/devhelp/htmlview.c: 
10941         * plugins/devhelp/plugin.c:
10942         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10943         
10944         * plugins/project-wizard/install.c:
10945         Don't set a message - thanks to seb
10947 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10949         * plugins/devhelp/htmlview.c: 
10950         * plugins/symbol-browser/an_symbol_view.c:
10951         
10952         There is a weird crash in gtk_idle which I still did not completly fix!
10953         
10954         * plugins/project-wizard/install.c:
10955         Default to success instead of failure
10957 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10959         * plugins/devhelp/htmlview.c:
10960         * plugins/devhelp/plugin.c:
10961         Fixed bug and libdevhelp issue!
10963         * plugins/project-wizard/install.c:
10964         Fixed message string!
10966 2006-05-03  Massimo Cora' <maxcvs@email.it>
10967        
10968         * plugins/symbol-browser/an_symbol_view.c:
10969         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10971 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10973         * pixmaps/Makefile.am:
10974         * src/main.c:
10975         * anjuta.desktop.in.in
10976         
10977         GNOME Goal #2.1: Install theme-friendly icons
10979 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10981         * plugins/devhelp/htmlview.c: Reload page on reparent
10982         * plugins/document-manager/anjuta-docman.c:
10983         Present document-manager when document is selected in file-manager
10985 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10987         * plugins/symbol-broser/an_symbol_view.c:
10988         Fixed crasher in namespace exploration
10990 2006-05-01  Massimo Cora' <maxcvs@email.it>
10992         * configure.in:
10993         * plugins/valgrind/Makefile.am:
10995         Optional compiling of Valgrind plugin
10997 2006-05-01  Massimo Cora' <maxcvs@email.it>
10999         * plugins/symbol-browser/an_symbol_view.c:
11000         - modularized code. Marked with FIXME the parts which need improvement.
11001         - More comments.
11002     - Added basic namespace completion for Gtkmm type project:
11003     - namespace1::MyClass *class;
11004     - class-> [display]
11005     - Namespaces must be anyway improved.
11007 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11009         * plugins/devhelp/plugin.c: 
11010         Fixed up plugin unloading and show html widget on link selected
11011         
11012         * NEWS: Updated
11013         
11014 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
11016         * plugins/devhelp/Makefile.am:
11017         * plugins/devhelp/anjuta-devhelp.plugin.in:
11018         * plugins/devhelp/htmlview.c:
11019         * plugins/devhelp/htmlview.h:
11020         * plugins/devhelp/plugin.c: 
11021         * plugins/devhelp/plugin.h:
11022         Reimplemeted devhelp plugin from scratch
11023         
11024         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
11025         Fixed crasher
11027 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
11029         * plugins/sourceview/sourceview-tags.c:
11030         complete some more tag types
11031         
11032         * plugins/valgrind/plugin.c:
11033         * plugins/valgrind/preferences.c:
11034         * plugins/valgrind/vggeneralprefs.c:
11035         
11036         Fixed lots of gtk warnings
11038 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
11040         * plugins/sourceview/sourceview-scope.c:
11041         Implemented type-ahead for scope completion
11043 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
11045         * manuals/C/Makefile.am:
11046         * manuals/Makefile.am:
11047         * plugins/document-manager/Makefile.am:
11048         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11049         * plugins/sourceview/Makefile.am:
11050         * tagmanager/c.c:
11051         
11052         Fixed distcheck
11053         
11054         * plugins/class-gen/goc_template_header: G_END_DECLS
11056 2006-05-27  Naba Kumar <naba@gnome.org>
11058         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
11059         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
11060         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
11061         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
11062         scintilla/include/Scintilla.iface,
11063         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
11064         cvs. Fixed compile flags. Removed outdated patches.
11066 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
11068         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
11070         * plugins/sourceview/anjuta-document.c:
11071         * plugins/sourceview/sourceview-args.c:
11072         * plugins/sourceview/sourceview-scope.c:
11073         
11074         Add End/Home keypresses and support completion if symbol start with '!' for example
11075         in an if statement
11077 2006-04-27 Massimo Cora' <maxcvs@email.it>
11079         * libanjuta/interfaces/libanjuta.idl:
11081         * plugins/sourceview/sourceview-scope.c:
11082         * plugins/sourceview/tag-window.c: 
11083         * plugins/sourceview/tag-window.h:
11084         * plugins/symbol-browser/an_symbol_view.c:
11085         * plugins/symbol-browser/an_symbol_view.h:
11086         * plugins/symbol-browser/plugin.c:
11087         
11088         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
11089         interface.
11090         Code and ideas for C/C++ new completion engine comes from IComplete written by
11091         Martin Stubenschrott <stubenschrott@gmx.net>.
11092         Currently the interface works only with GtkSourceView plugin.   
11093         
11094         * tagmanager/Makefile.am:
11095         * tagmanager/c.c: 
11096         * tagmanager/entry.h:
11097         * tagmanager/get.c:
11098         * tagmanager/get.h:
11099         * tagmanager/include/tm_file_entry.h:
11100         * tagmanager/include/tm_project.h:
11101         * tagmanager/include/tm_source_file.h:
11102         * tagmanager/include/tm_symbol.h:
11103         * tagmanager/include/tm_tagmanager.h:
11104         * tagmanager/include/tm_work_object.h:
11105         * tagmanager/include/tm_workspace.h:
11106         * tagmanager/parse.c:
11107         * tagmanager/read.c: 
11108         * tagmanager/read.h:
11109         * tagmanager/tm_project.c: 
11110         * tagmanager/tm_source_file.c: 
11111         * tagmanager/tm_workspace.c:
11112         
11113         Tagmanager can now parse a memory buffer and generate/update 
11114         tags into tm_workspace/tm_project on the fly, without using files.
11115         C/C++ is supported now.
11116         
11117 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
11119         * plugins/sourceview/anjuta-document.c:
11120         * plugins/sourceview/sourceview-args.c:
11121         * plugins/sourceview/sourceview-scope.c:
11122         * plugins/sourceview/sourceview.c:
11123         
11124         Fixed some memory leaks and argument completion
11126 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11128         * plugins/glade/plugin.c:
11129         
11130         Fixed glade plugin build because of API changes in glade3
11132 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
11134         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11135         Updated editor section
11136         
11137         * manuals/C/anjuta-manual/interface.xml:
11138         * manuals/C/anjuta-manual/preferences.xml:
11139         * manuals/C/anjuta-manual/projects.xml:
11140         Updated manual
11141         
11142         * plugins/editor/anjuta-editor.plugin.in:
11143         Better plugin name
11145 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11147         * configure.in:
11148         * plugins/editor/anjuta-editor.plugin.in:
11149         * plugins/sourceview/sourceview.plugin.in:
11151         Build both editors and let the user decide a runtime!
11152         
11153         * plugins/sourceview/sourceview-scope.c:
11154         Fixed bug in regex to allow test()-> completions
11156 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
11158         * plugins/sourceview/anjuta-document.c:
11159         * plugins/sourceview/sourceview-args.c: 
11160         * plugins/sourceview/sourceview-scope.c:
11161         * plugins/sourceview/sourceview-tags.c:
11162         * plugins/sourceview/tag-window.c: 
11163         
11164         Improved callltip windows
11166 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11168         * src/anjuta-app.c: (on_session_save):
11169         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
11170         <ricardo.jose.ferrari@gmail.com> for pointing this out!
11172 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11174         * libanjuta/anjuta-utils.c: 
11175         * plugins/cvs-plugin/cvs-execute.c:
11176         Off-by-one...
11178         * scintilla/LexInno.cxx:
11179         * scintilla/LexOpal.cxx:
11180         * scintilla/LexTCL.cxx:
11182         Added missing files from scintilla-update
11184 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11186         * configure.in:
11187         * manuals/C/Makefile.am:
11188         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
11189         * manuals/C/anjuta-manual/Makefile.am:
11190         * manuals/C/anjuta-manual/anjuta-manual.xml:
11191         * manuals/C/anjuta-manual/build.xml:
11192         * manuals/C/anjuta-manual/debugger.xml:
11193         * manuals/C/anjuta-manual/execute.xml:
11194         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
11195         * manuals/C/anjuta-manual/figures/arguments.png:
11196         * manuals/C/anjuta-manual/figures/configure_dlg.png:
11197         * manuals/C/anjuta-manual/figures/file_menu.png:
11198         * manuals/C/anjuta-manual/figures/menu_main.png:
11199         * manuals/C/anjuta-manual/figures/menubar.png:
11200         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
11201         * manuals/C/anjuta-manual/figures/project_info.png:
11202         * manuals/C/anjuta-manual/figures/scrshot.png:
11203         * manuals/C/anjuta-manual/figures/symbol_browser.png:
11204         * manuals/C/anjuta-manual/figures/tool-editor.png:
11205         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
11206         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
11207         * manuals/C/anjuta-manual/figures/toolbar_format.png:
11208         * manuals/C/anjuta-manual/figures/toolbar_main.png:
11209         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
11210         * manuals/C/anjuta-manual/fileoperations.xml:
11211         * manuals/C/anjuta-manual/interface.xml:
11212         * manuals/C/anjuta-manual/introduction.xml:
11213         * manuals/C/anjuta-manual/preferences.xml:
11214         * manuals/C/anjuta-manual/projects.xml:
11215         * manuals/C/anjuta-manual/tools.xml:
11216         * manuals/Makefile.am:
11217         
11218         Updated manual and faq
11220         * scintilla/CallTip.cxx:
11221         * scintilla/CallTip.h:
11222         * scintilla/CellBuffer.cxx:
11223         * scintilla/CellBuffer.h:
11224         * scintilla/ContractionState.cxx:
11225         * scintilla/Document.cxx:
11226         * scintilla/Document.h:
11227         * scintilla/DocumentAccessor.cxx:
11228         * scintilla/Editor.cxx:
11229         * scintilla/Editor.h:
11230         * scintilla/ExternalLexer.cxx:
11231         * scintilla/Indicator.cxx:
11232         * scintilla/KeyMap.cxx:
11233         * scintilla/KeyWords.cxx:
11234         * scintilla/LexAU3.cxx:
11235         * scintilla/LexBash.cxx:
11236         * scintilla/LexCPP.cxx:
11237         * scintilla/LexCaml.cxx:
11238         * scintilla/LexCsound.cxx:
11239         * scintilla/LexEiffel.cxx:
11240         * scintilla/LexGui4Cli.cxx:
11241         * scintilla/LexHTML.cxx:
11242         * scintilla/LexLua.cxx:
11243         * scintilla/LexMSSQL.cxx:
11244         * scintilla/LexOthers.cxx:
11245         * scintilla/LexPOV.cxx:
11246         * scintilla/LexPython.cxx:
11247         * scintilla/LexRuby.cxx:
11248         * scintilla/LexSQL.cxx:
11249         * scintilla/LexVB.cxx:
11250         * scintilla/Makefile.am:
11251         * scintilla/PlatGTK.cxx:
11252         * scintilla/PropSet.cxx:
11253         * scintilla/RESearch.cxx:
11254         * scintilla/RESearch.h:
11255         * scintilla/ScintillaBase.cxx:
11256         * scintilla/ScintillaGTK.cxx:
11257         * scintilla/StyleContext.h:
11258         * scintilla/ViewStyle.cxx:
11259         * scintilla/ViewStyle.h:
11260         * scintilla/XPM.cxx:
11261         * scintilla/include/KeyWords.h:
11262         * scintilla/include/Platform.h:
11263         * scintilla/include/PropSet.h:
11264         * scintilla/include/SciLexer.h:
11265         * scintilla/include/Scintilla.h:
11266         * scintilla/include/Scintilla.iface:
11267         * scintilla/include/ScintillaWidget.h:
11268         * scintilla/lexers.make:
11270         Update to scintilla 1.68
11272         * src/anjuta-app.c:
11273         Only show help items which are really availible
11275         * plugins/cvs-plugin/cvs-callbacks.c
11276         * plugins/cvs-plugin/cvs-execute.c
11277         * plugins/cvs-plugin/subversion-callbacks.c:
11278         * libanjuta/anjuta-utils.c:
11279         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
11281 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
11283         * plugins/project-wizard/install.c,
11284         * plugins/project-wizard/autogen.c:
11285         Add error messages if using a read only directory
11286         Improve fix for bug #339296
11288 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
11290         * libanjuta/interfaces/libanjuta.idl:
11291         * plugins/document-manager/action-callbacks.c:
11292         * plugins/document-manager/plugin.c:
11293         * plugins/editor/text_editor.c:
11294         Added IAnjutaEditorGoto 
11296         * plugins/editor/aneditor.cxx:
11297         * plugins/editor/aneditor.h:
11298         * plugins/editor/text_editor.h:
11299         * plugins/editor/text_editor_prefs.c:
11300         
11301         Fixed #305076
11303 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
11305         * libanjuta/interfaces/libanjuta.idl:
11306         * plugins/document-manager/action-callbacks.c:
11307         * plugins/document-manager/anjuta-docman.c:
11308         * plugins/document-manager/plugin.c:
11309         * plugins/editor/text_editor.c: 
11310         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
11311         
11312         * plugins/sourceview/sourceview.c:
11313         * plugins/sourceview/sourceview.glade:
11314         Fixed some uft-8 issues and added a preference option
11315         to enable/disable gnome-vfs monitoring
11316         
11317         * scintilla/Makefile.am:
11318         * scintilla/include/Makefile.am:
11319         Fixed build
11321 2006-04-20  Massimo Cora' <maxcvs@email.it>
11323         * libanjuta/interfaces/libanjuta.idl:
11324         Remove get_current_pos () because we have get_position()
11326 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
11328         * NEWS: Updated
11329         * plugins/sourceview/tag-window.c:
11330         Don't close window on PageUp/PageDown
11332 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
11334         * data/Makefile.am:
11335         * manuals/reference/libanjuta/Makefile.am:
11336         
11337         Some build fixes
11338         
11339         * src/Makefile.am:
11340         * src/bacon-message-connection.c: 
11341         * src/bacon-message-connection.h: (both from gedit)
11342         * src/main.c:
11343         
11344         Fixed #312319 (Opening files when Anjuta is already open)
11346 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11348         * TODO.tasks: Updated
11349         * plugins/sourceview/anjuta-view.c: 
11350         * plugins/sourceview/anjuta-view.h:
11351         * plugins/sourceview/sourceview.c: 
11352         
11353         * configure.in: Fix --enable-plugin-scintilla
11354         
11355         Added char_added signal
11357 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11359         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
11360         
11361         Fixed diff for utf8
11362         
11363         * plugins/sourceview/sourceview.c:
11364         Fixed VFS monitoring (still a bit buggy)
11365         
11366         * plugins/sourceview/sourceview-args.c:
11367         * plugins/sourceview/tag-window.c: 
11368         
11369         Better sizing for the popup-window
11371 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
11373         * plugins/project-wizard/templates/gnome/src/main.c:
11374         * plugins/project-wizard/templates/gnome/src/project.glade:
11375         * plugins/project-wizard/templates/gtk/src/main.c: 
11376         * plugins/project-wizard/templates/gtk/src/project.glade:
11377         * plugins/project-wizard/templates/gtkmm/src/main.cc:
11378         
11379         Fixed up GLADE_FILE definition in project types and fixed bug #334546
11380         
11381 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
11383         * configure.in: More removal of obsoleteness.
11384         * po/no.po:
11386 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
11388         * ROADMAP:
11389         * libanjuta/anjuta-preferences.c: 
11390         * libanjuta/anjuta-utils.c: 
11391         * libanjuta/anjuta-utils.h:
11392         * plugins/message-view/message-view.c:
11393         
11394         Changed color functions and moved convert_color to anjuta-utils.h
11395         
11396         * plugins/message-view/anjuta-message-manager-plugin.glade:
11397         GnomeColorPicker -> GtkColorButton (bug #309154)
11398         
11399         * plugins/sourceview/plugin.c:
11400         * plugins/sourceview/sourceview-prefs.c:
11401         * plugins/sourceview/sourceview.glade:
11402         Added color and font preferences
11404         * plugins/sourceview/sourceview-tags.c:
11405         Only show as much choices as configured in preferences
11407 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11409         * ROADMAP, NEWS: Updated (we are far behind ;-)
11410         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11412 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11414         * configure.in:
11415         * plugins/editor/Makefile.am:
11416         * scintilla/Makefile.am
11417         
11418         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11419         
11420         * global-tags/Makefile.am:
11421         * global-tags/create_global_tags.sh:
11422         * plugins/symbol-browser/an_symbol_prefs.c:
11423         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11424         * plugins/symbol-browser/plugin.h:
11425         * tagmanager/include/tm_workspace.h:
11426         * tagmanager/tm_workspace.c:
11427         
11428         Fixed symbol-browser prefs and move global tags generation from installtion to
11429         preferences to make the life easier for distributers and to allow updates after installtion
11431         * plugins/document-manager/action-callbacks.c: 
11432         * plugins/document-manager/action-callbacks.h:
11433         * plugins/document-manager/anjuta-document-manager.ui:
11434         * plugins/document-manager/indent-util.c:
11435         * plugins/document-manager/plugin.c:
11436         * plugins/editor/text_editor.c:
11437         
11438         Moved indent stuff to document-manager
11439         
11440         * plugins/sourceview/anjuta-view.c: 
11441         * plugins/sourceview/sourceview-args.c: 
11442         * plugins/sourceview/sourceview-scope.c:
11443         * plugins/sourceview/sourceview-tags.c: 
11444         * plugins/sourceview/sourceview.c:
11445         
11446         Fixed several bugs
11447         
11448         * plugins/sourceview/sourceview.plugin (removed):
11449         * plugins/sourceview/sourceview.plugin.in:
11450         Editor is not user-activatible
11451         
11452         * plugins/sourceview/sourceview.png:
11453         Updated icon
11455 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
11457         * src/anjuta-app.c: Fixed crasher on plugin unloading
11459 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
11461         * plugins/sourceview/sourceview.c
11462         * plugins/sourceview/sourceview-args.c
11463         * plugins/sourceview/sourceview-args.h:
11464         
11465         Polished argument completion
11467 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
11469         * plugins/message-view/anjuta-msgman.c:
11470         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11471         
11472         Show message pane on switch (does not work, anjuta_shell needs a fix)
11473         
11474         * plugins/sourceview/Makefile.am:
11475         * plugins/sourceview/anjuta-view.c: (find_tag_window),
11476         * plugins/sourceview/sourceview-args.c: 
11477         * plugins/sourceview/sourceview-args.h:
11478         * plugins/sourceview/sourceview-private.h:
11479         * plugins/sourceview/sourceview-scope.c: 
11480         (sourceview_scope_update), (sourceview_scope_filter_keypress):
11481         * plugins/sourceview/sourceview-tags.c:
11482         * plugins/sourceview/sourceview.c:
11483         * plugins/sourceview/tag-window.c:
11484         * plugins/sourceview/tag-window.h:
11485         
11486         Added scope and argument completion
11488 2006-04-03  Johannes Schmid <jhs@gnome.org>
11490         * TODO.tasks
11491         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11492         (on_widget_remove):
11493         Save toolbar state
11495         * plugins/sourceview/sourceview.c: (iselect_clear):
11496         Make "Delete"-key working
11498         * configure.in: #336389
11500 2006-04-03  Johannes Schmid <jhs@gnome.org>
11502         * plugins/sourceview/Makefile.am:
11503         * plugins/sourceview/anjuta-view.c:
11504         * plugins/sourceview/plugin.c: 
11505         * plugins/sourceview/sourceview-private.h:
11506         * plugins/sourceview/sourceview-scope.c:
11507         * plugins/sourceview/sourceview-scope.h:
11508         * plugins/sourceview/sourceview-tags.c: 
11509         * plugins/sourceview/sourceview-tags.h:
11510         * plugins/sourceview/sourceview.c:
11511         * plugins/sourceview/sourceview.h:
11512         * plugins/sourceview/tag-window.c:
11513         
11514         - fixed goto_file_line
11515         - scroll to cursor on undo/redo
11516         - show correct popup-menu
11517         - scope completion (not ready yet)
11519 2006-04-03  Johannes Schmid <jhs@gnome.org>
11521         * plugins/sourceview/plugin.c: 
11522         * plugins/sourceview/sourceview-tags.c:
11523         * plugins/sourceview/sourceview.c: 
11524         * plugins/sourceview/sourceview.h:
11525         * plugins/sourceview/tag-window.c:
11526         
11527         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11529 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11531         * plugins/sourceview/sourceview.c:
11532         Fixed next/previous bookmark.
11533         Toggled bookmark (set/unset).
11535 2006-04-03  Johannes Schmid <jhs@gnome.org>
11537         * plugins/document-manager/action-callbacks.c:
11538         Fixed Gtk-Warning in goto_line
11539         
11540         * plugins/sourceview/Makefile.am:
11541         * plugins/sourceview/anjuta-document.c:
11542         * plugins/sourceview/anjuta-view.c: 
11543         * plugins/sourceview/anjuta-view.h:
11544         * plugins/sourceview/sourceview-autocomplete.c:
11545         * plugins/sourceview/sourceview-autocomplete.h:
11546         * plugins/sourceview/sourceview-private.h:
11547         * plugins/sourceview/sourceview-tags.c:
11548         * plugins/sourceview/sourceview-tags.h:
11549         * plugins/sourceview/sourceview.c:
11550         * plugins/sourceview/tag-window.c:
11551         * plugins/sourceview/tag-window.h:
11552         Created a nice API for tag and completion windows
11553         
11554         * plugins/sourceview/sourceview-print.h:
11555         * plugins/sourceview/sourceview-print.c:
11556         Added printing
11557                 
11558 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11560         * plugins/sourceview/sourceview.c:
11561         Fixed typo (Sort bookmarks).
11562         
11563 2006-04-01  Johannes Schmid <jhs@gnome.org>
11565         * plugins/sourceview/anjuta-document.c:
11566         * plugins/sourceview/anjuta-document.h:
11567         * plugins/sourceview/anjuta-view.c:
11568         * plugins/sourceview/anjuta-view.h:
11569         * plugins/sourceview/sourceview-autocomplete.c:
11570         * plugins/sourceview/sourceview-autocomplete.h:
11571         * plugins/sourceview/sourceview-prefs.c:
11572         * plugins/sourceview/sourceview-prefs.h:
11573         * plugins/sourceview/sourceview-private.h:
11574         * plugins/sourceview/sourceview-tags.c:
11575         * plugins/sourceview/sourceview-tags.h:
11576         * plugins/sourceview/sourceview.c:
11577         * plugins/sourceview/sourceview.glade:
11578         * plugins/sourceview/tag-window.c: 
11579         * plugins/sourceview/tag-window.h:
11580         
11581         Improved code complete and autocomplete
11583 2006-04-01  Johannes Schmid <jhs@gnome.org>
11585         * plugins/sourceview/Makefile.am:
11586         * plugins/sourceview/bookmark.png:
11587         * plugins/sourceview/marker-attentive.png:
11588         * plugins/sourceview/marker-basic.png:
11589         * plugins/sourceview/marker-intense.png:
11590         * plugins/sourceview/marker-light.png:
11591         * plugins/sourceview/sourceview.c: 
11592         
11593         Added pixmaps for all marker types and show bookmarks
11594         
11595         * configure.in
11596         * plugins/sourceview/Makefile.am:
11597         Build sourceview on 2.14 only
11599 2006-03-31  Johannes Schmid <jhs@gnome.org>
11601         * plugins/sourceview/Makefile.am:
11602         * plugins/sourceview/anjuta-document.c:
11603         * plugins/sourceview/anjuta-view.c:
11604         * plugins/sourceview/anjuta-view.h:
11605         * plugins/sourceview/sourceview-autocomplete.c:
11606         * plugins/sourceview/sourceview-private.h:
11607         * plugins/sourceview/sourceview-tags.c:
11608         * plugins/sourceview/sourceview-tags.h:
11609         * plugins/sourceview/sourceview.c: 
11610         * plugins/sourceview/tag-window.c:
11611         * plugins/sourceview/tag-window.h:
11612         
11613         Added code completion with tag manager to the editor and fixed a save_as bug
11615 2006-03-31  Johannes Schmid <jhs@gnome.org>
11617         * src/main.c: Revert patch from Rob to allow building with
11618         Gnome 2.12
11619         * configure.in: Require at least 2.12 libraries
11621 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11623         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11625         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11626         Improve anjuta-plugin project template: Added missed files dist tarball
11627         (make dist)
11629         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11630         typo
11632 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11634         reviewed by: Johannes Schmid <jhs@gnome.org>
11636         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11637         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11638         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11639         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11640         
11641         Improve anjuta-plugin project template. Also fix for #322744
11643 2006-03-27  Johannes Schmid <jhs@gnome.org>
11645         * plugins/sourceview/sourceview-private.h:
11646         plugins/sourceview/sourceview.c:
11647         
11648         Added basic bookmark support
11650 2006-03-27  Johannes Schmid <jhs@gnome.org>
11652         * TODO.tasks:
11653         Updated
11654         
11655         Patch from Rob Bradfort <robster@debian.org>:
11656         * src/main.c: (get_command_line_args), (main):
11657         Migration from popt to GOption
11658         
11659 2006-03-26 Naba Kumar  <naba@gnome.org>
11661         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11662         size to scale itself with theme.
11664 2006-03-26 Naba Kumar  <naba@gnome.org>
11666         * plugins/file-manager/an_file_view.c,
11667         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11668         when symbolview and fileview objects are destroyed to avoid crashes
11669         after the plugins are disabled.
11671 2006-03-26 Naba Kumar <naba@gnome.org>
11673         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11674         Deleted unused file.
11675         
11676         * plugins/glade/plugin.c: Be able to close glade plugin when there
11677         there is no glade project loaded.
11678         
11679         * plugins/sourceview/sourceview.plugin,
11680         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11682 2006-03-23  Naba Kumar  <naba@gnome.org>
11684         * plugins/editor/print.c: Fixed a bug where some sections of
11685         printed/previewed text is not highlighted.
11686         
11687 2006-03-20  Johannes Schmid <jhs@gnome.org>
11689         * libanjuta/interfaces/libanjuta.idl:
11690         Added IAnjutaPrint
11691         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11692         as we do not use private apis. Show help window and startup because it does 
11693         not survive gdl
11694         
11695         * plugins/document-manager/action-callbacks.c:
11696         plugins/editor/Makefile.am:
11697         plugins/editor/text_editor.c:
11698         plugins/editor/print.c:
11699         plugins/editor/print.h:
11700         
11701         Fixed printing (nobody has missed it BTW ;-)
11702         
11703         * plugins/sourceview/sourceview.c:
11704         Fixed a crasher
11706 2006-03-20 Naba Kumar <naba@gnome.org>
11708         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11709         devhelp >= 0.9 < 0.11 versions.
11710         
11711 2006-03-20  Johannes Schmid <jhs@gnome.org>
11713         * plugins/sourceview/anjuta-document-loader.c
11714         plugins/sourceview/sourceview.c:
11715         
11716         Fixed encoding bugs
11718 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11720         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11721         Fixed bug (line position)
11722         Give the good line position whatever the active editor.
11724 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11726         * configure.in: Added fi to ALL_LINGUAS
11728 2006-03-19  Johannes Schmid <jhs@gnome.org>
11730         * plugins/sourceview/anjuta-document-loader.c:
11731         replace gnome_vfs_get_mime_type_for_name_and data
11733         * plugins/build-basic-autotools/build-basic-autotools.c:
11734         Fixed #335142
11736 2006-03-17  Johannes Schmid <jhs@gnome.org>
11738         * plugins/editor/editor.glade:
11739         Added style-editor again after it got lost somehow
11741 2006-03-17  Johannes Schmid <jhs@gnome.org>
11743         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11744         configure.in: require devhelp 0.11
11745         
11746         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11748         plugins/build-basic-autotools/build-basic-autotools.c:
11749         forgot a an installtion callback for the "install as root"-feature
11751 2006-03-17  Massimo Cora' <maxcvs@email.it>
11753         reviewed by: Johannes Schmid <jhs@gnome.org>
11755         * plugins/class-gen/anjuta-class-gen-plugin.glade
11756         plugins/class-gen/class_gen.c 
11757         plugins/class-gen/goc_template_header
11758         plugins/class-gen/goc_template_source
11759         
11760         Fixed bug #334663
11762 2006-03-16  Johannes Schmid <jhs@gnome.org>
11764         * plugins/sourceview/sourceview.c:
11765         Fixed "save-point" signal for undo actions
11767 2006-03-16  Massimo Cora' <maxcvs@email.it>
11768         
11769         reviewed by: Johannes Schmid <jhs@gnome.org>
11770         
11771         * plugins/document-manager/anjuta-docman.c:
11772         Implement tab drag and drop
11774 2006-03-16  Johannes Schmid <jhs@gnome.org>
11776         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11777         plugins/build-basic-autotools/build-basic-autotools.c:
11778         
11779         Implemented "install as root"-feature (#321455)
11781 2006-03-16  Johannes Schmid <jhs@gnome.org>
11783         * mime/.cvsignore
11784         plugins/sourceview/.cvsignore
11785         plugins/tools/scripts/.cvsignore:
11786         Added/extended .cvsignore files
11787         
11788         * plugins/sourceview/sourceview-autocomplete.c:
11789         plugins/sourceview/sourceview-autocomplete.h:
11790         plugins/sourceview/sourceview-prefs.c:
11791         plugins/sourceview/sourceview-private.h:
11792         plugins/sourceview/sourceview.glade:
11793         Autcomplete just works(tm) now and respects preferences
11794         
11795         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11796         Use better algorithm from autocomplete
11798 2006-03-15  Johannes Schmid <jhs@gnome.org>
11800         * src/anjuta-app.c:
11801         Fixed bug #304495
11803 2006-03-15  Johannes Schmid <jhs@gnome.org>
11805         * libanjuta/interfaces/libanjuta.idl:
11806         plugins/class-gen/class_gen.c:
11807         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11808         plugins/project-manager/plugin.c:
11809         
11810         Allow to add multiple source files (#320191)
11811         
11812         * configure.in: Require gnome-build 0.1.3
11814 2006-03-14  Johannes Schmid <jhs@gnome.org>
11816         * plugins/macro/macro-utils.c: Fixed bug #333606
11817         * plugins/file-wizard/file.c: Fixed bug #333601
11819 2006-03-13  Johannes Schmid <jhs@gnome.org>
11821         * plugins/sourceview/sourceview_autocomplete.c
11822         plugins/sourceview/sourceview_autocomplete.h
11823         plugins/sourceview/sourceview.c
11824         plugins/sourceview/sourceview-private.h
11825         plugins/sourceview/sourceview-prefs.c:
11826         
11827         Cleaned up and fixed several issues
11828         
11829 2006-03-13  Johannes Schmid <jhs@gnome.org>
11831         * plugins/sourceview/Makefile.am:
11832         plugins/sourceview/sourceview-autocomplete.c
11833         plugins/sourceview/sourceview-autocomplete.h:
11834         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11835         plugins/sourceview/sourceview-private.h:
11836         plugins/sourceview/sourceview.c:
11837         
11838         Added (buggy) autocomplete feature to sourceview
11839         
11840 2006-03-12 Naba Kumar <naba@gnome.org>
11842         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11843         libanjuta/anjuta-session.c: Added API docs.
11845 2006-03-12 Naba Kumar <naba@gnome.org>
11847         * TODO.tasks: Added couple of tasks.
11848         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11849         Register private class as early as possible so that members could
11850         point to self class. Code clean up.
11852 2006-03-12 Naba Kumar <naba@gnome.org>
11854         * po/POTFILES.in, po/POTFILES.skip: Updated.
11856 2006-03-11 Naba Kumar <naba@gnome.org>
11858         * libanjuta/anjuta-shell.c,
11859         plugins/document-manager/anjuta-docman.c,
11860         plugins/document-manager/plugin.c,
11861         plugins/symbol-browser/an_symbol_search.c,
11862         plugins/valgrind/vgrule-list.c: Use correct signal names while
11863         creating them.
11864         
11865         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11866         signal names and fixed enum IANJUTA_TYPE_* macro.
11868 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11870         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11871         plugins/search/search-replace.c :
11872         Fixed bug (Bookmark the good line).
11873         Search & Replace (Mark all matched strings).
11874         
11875 2006-03-09  Johannes Schmid <jhs@gnome.org>
11877         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11878         Completed changes from yesterday
11879         
11880         * plugins/document-manager/anjuta-document-manager.glade:
11881         plugins/editor/editor.glade
11882         plugins/editor/plugin.c: (activate_plugin)
11883         plugins/editor/text_editor.c
11884     plugins/sourceview/Makefile.am
11885         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11886         plugins/sourceview/sourceview.glade:
11887         Completed preference changes
11889 2006-03-08  Johannes Schmid <jhs@gnome.org>
11891         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11892         plugins/search/plugin.c: (activate_plugin):
11893         
11894         Removed Gtk-Criticals
11895         
11896         * plugins/document-manager/anjuta-document-manager.glade:
11897         plugins/document-manager/plugin.c: (on_docman_auto_save),
11898         (on_gconf_notify_timer), (prefs_init):
11899     plugins/document-manager/plugin.h:
11900         plugins/editor/text_editor.c: (text_editor_instance_init),
11901         (text_editor_dispose):
11902         plugins/editor/text_editor.h:
11903         plugins/editor/text_editor_cbs.c:
11904         plugins/editor/text_editor_cbs.h:
11905         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11906         plugins/glade/plugin.c: (activate_plugin):
11907         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11908         plugins/sourceview/sourceview-private.h:
11909         plugins/sourceview/sourceview.c: (on_menu_popup),
11910         (sourceview_new), (ifile_open), (ifile_savable_save),
11911         (ifile_savable_save_as), (ieditor_set_popup_menu),
11912         (ieditor_get_filename), (imark_mark):
11914     Moved autosave from editor to document manager and fixed some things in 
11915     Sourceview plugin
11917 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11919         * plugins/search/anjuta-search.glade :
11920         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11921         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11922         plugins/search/search-replace.c : Fixed bug.
11923         
11924 2006-03-08  Johannes Schmid <jhs@gnome.org>
11926     * plugins/search/anjuta-search.glade
11927     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11929 2006-03-07  Johannes Schmid <jhs@gnome.org>
11931         * plugins/document-manager/action-callbacks.c
11932         plugins/document-manager/anjuta-document-manager.glade
11933         plugins/document-manager/plugin.c: (prefs_init),
11934         (activate_plugin):
11935         plugins/editor/Makefile.am:
11936         plugins/editor/editor.glade:
11937         plugins/editor/plugin.c: (on_style_button_clicked),
11938         (activate_plugin), (dispose):
11939         plugins/editor/style-editor.c:
11940         
11941         Startet to seperate document-manager and editor preferences
11943         * plugins/search/Makefile.am:
11944         plugins/search/anjuta-search.glade:
11945         plugins/search/search-replace.c:
11946         
11947         Moved search GUI to search-plugin
11948                 
11949         * plugins/sourceview/sourceview-prefs.c:
11950         plugins/sourceview/sourceview-prefs.h:
11951         plugins/sourceview/sourceview-private.h:
11952         plugins/sourceview/sourceview.c: 
11953         plugins/sourceview/sourceview.h:
11954         plugins/sourceview/Makefile.am:
11955         plugins/sourceview/anjuta-document.h:
11956         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11957         plugins/sourceview/plugin.c: 
11958         
11959         Added some preferences to sourceview and fixed vfs_monitor
11960         
11961         * tagmanager/c.c: (parseParens): 
11962         Removed annoying debug message
11963         
11964         * libanjuta/interfaces/libanjuta.idl: 
11965         Removed IAnjutaEditorFactory::create_style_editor()
11967 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11969         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11970         Search : Bookmark all matched lines.
11972 2006-03-06  Johannes Schmid <jhs@gnome.org>
11974         * plugins/class-gen/anjuta-class-gen.plugin.in
11975         plugins/file-loader/plugin.c: (sort_wizards)
11976         (on_create_submenu), (activate_plugin)
11977         plugins/file-wizard/anjuta-file-wizard.plugin.in
11978         plugins/glade/anjuta-glade.plugin.in
11979         plugins/project-import/anjuta-project-import.plugin.in
11980         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11981         
11982         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11983         sorted alphabeticly
11984         
11985         * plugins/project-wizard/templates/mkfile.wiz:
11986         Use configured project directory instead of ~/myproject
11987         
11988         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11989         (ifile_open):
11990         Show markers (again) and monitor uri
11992 2006-03-06  Naba Kumar  <naba@gnome.org>
11994         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11995         typedefs separately so that forward linking would work.
11996         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11998 2006-03-05  Naba Kumar  <naba@gnome.org>
12000         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
12001         passing Enums and Structs in signals. Define struct _Name in
12002         generated code, so that forward referencing.
12003         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
12004         
12005         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
12006         
12007 2006-03-05  Naba Kumar  <naba@gnome.org>
12009         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
12010         support. Generate GType definitions for enums in generated codes
12011         so that enums could be passed as signal params.
12012         
12013 2006-03-04  Naba Kumar  <naba@gnome.org>
12015         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
12016         Restored cvs-moved revision files. They were originally marked
12017         deleted at their older locations. Now they are restored at
12018         their new locations. The changeset is one that was committed
12019         as part of document-manager, editor, search and print plugins
12020         separation from editor plugin.
12021         
12022 2006-03-03  Johannes Schmid <jhs@gnome.org>
12024         * plugins/sourceview/*:
12025         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
12026         poiting this out!
12028 2006-03-04  Naba Kumar  <naba@gnome.org>
12030         * plugins/gdb/*: Deleted removed files (see previous changlog
12031         entry for files list).
12032         
12033 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
12035         * plugins/debug-mananger/breakpoints.c,
12036         plugins/debug-manager/breakpoints.h,
12037         plugins/debug-manager/debug_tree.c,
12038         plugins/debug-manager/debug_tree.h,
12039         plugins/debug-manager/info.c,
12040         plugins/debug-manager/info.h,
12041         plugins/debug-manager/locals.c,
12042         plugins/debug-manager/locals.h,
12043         plugins/debug-manager/memory.c,
12044         plugins/debug-manager/memory.h,
12045         plugins/debug-manager/registers.c,
12046         plugins/debug-manager/registers.h,
12047         plugins/debug-manager/sharedlib.c,
12048         plugins/debug-manager/sharedlib.h,
12049         plugins/debug-manager/signal.c,
12050         plugins/debug-manager/signal.h,
12051         plugins/debug-manager/stack_trace.c,
12052         plugins/debug-manager/stack_trace.h,
12053         plugins/debug-manager/watch.c,
12054         plugins/debug-manager/watch.h,
12055         plugins/debug-manager/Makefile.am:
12056         Move from gdb plugin to debug manager plugin
12058         * plugins/debug-manager/anjuta-debug-manager.glade,
12059         plugins/debug-manager/anjuta-debug-manager.ui:
12060         Move all user interface from gdb to debug manager
12062         * plugins/debug-manager/utilities.c,
12063         plugins/debug-manager/utilities.h:
12064         Remove some unused code
12065         Add useful code from gdb plugin
12067         * plugins/debug-manager/start.c,
12068         plugins/debug-manager/start.h:
12069         Include code of attach_process
12070         Add more code to start the debugger
12072         * plugins/debug-manager/plugin.c,
12073         plugins/debug-manager/plugin.h,
12074         plugins/debug-manager/anjuta-debug-manager.plugin.in:
12075         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
12077         * plugins/debug-manager/debugger.c,
12078         plugins/debug-manager/debugger.h:
12079         Implement a queue of debugger command
12081         * plugins/gdb/actions.c,
12082         plugins/gdb/actions.h,
12083         plugins/gdb/watch_cbs.c,
12084         plugins/gdb/watch_cbs.h,
12085         plugins/gdb/watch_gui.c,
12086         plugins/gdb/watch_gui.h:
12087         Removed 
12089         * plugins/gdb/debugger.c,
12090         plugins/gdb/debugger.h,
12091         plugins/gdb/gdbmi.c,
12092         plugins/gdb/gdbmi.h,
12093         plugins/gdb/utilities.c,
12094         plugins/gdb/utilities.h,
12095         plugins/gdb/Makefile.am,
12096         plugins/gdb/anjuta-gdb.plugin.in:
12097         Implement necessary functions
12099         * plugins/gdb/parser.c,
12100         plugins/gdb/parser.h:
12101         Code for parsing variable previously in debug_tree.c
12103         * plugins/gdb/anjuta-gdb.glade,
12104         plugins/gdb/anjuta-gdb.ui:
12105         Remove user interface
12107         * plugins/gdb/gdbmi-test.c:
12108         Need update
12110         * plugins/gdb/anjuta-gdb.plugin.png:
12111         Try an improved icon for gdb (archer fish)
12113         * libanjuta/anjuta-debugger.c,
12114         libanjuta/anjuta-debugger.h,
12115         libanjuta/interfaces/libanjuta.idl,
12116         libanjuta/interfaces/anjuta-idl-compiler.pl,
12117         libanjuta/Makefile.am:
12118         Add declaration used in new IAnjutaDebugger interface
12120         * manuals/reference/libanjuta.types,
12121         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
12122         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
12123         Update documentation
12125 2006-03-02  Naba Kumar  <naba@gnome.org>
12127         * manuals/reference/libanjuta/Makefile.am,
12128         manuals/reference/libanjuta/libanjuta-docs.sgml,
12129         manuals/reference/libanjuta/libanjuta-sections.txt,
12130         manuals/reference/libanjuta/libanjuta.types,
12131         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
12132         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
12133         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
12134         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
12135         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
12136         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
12137         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12138         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12139         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
12140         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
12141         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12142         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
12143         manuals/reference/libanjuta/tmpl/e-splash.sgml,
12144         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
12145         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
12146         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
12147         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
12148         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
12149         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
12150         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
12151         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12152         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12153         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12154         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12155         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12156         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12157         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12158         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12159         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12160         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
12161         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12162         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
12163         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
12164         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12165         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
12166         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
12167         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
12168         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
12169         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12170         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12171         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
12172         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12173         manuals/reference/libanjuta/tmpl/plugins.sgml,
12174         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12175         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
12176         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
12177         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
12178         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
12179         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
12180         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
12181         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
12182         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
12183         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
12184         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
12185         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
12186         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
12187         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
12188         documentation.
12190 2006-02-28  Naba Kumar <naba@gnome.org>
12192         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
12193         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
12194         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
12195         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
12196         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
12197         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
12198         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
12199         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
12200         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
12201         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
12202         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
12203         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
12204         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
12205         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
12207 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12209         * plugins/sourceview/sourceview.c:
12210         Select to brace, select block.
12212 2006-02-28  Johannes Schmid <jhs@gnome.org>
12214         * plugins/file-wizard/Makefile.am
12215         plugins/file-wizard/action-callbacks.c (removed)
12216         plugins/file-wizard/action-callbacks.h (removed)
12217         plugins/file-wizard/anjuta-file-wizard.ui
12218         plugins/file-wizard/plugin.c: (activate_plugin),
12219         (deactivate_plugin)
12220         plugins/file-wizard/plugin.h:
12221         Removed Edit->Insert Text submenu (replace by macros plugin)
12222         
12223         * plugins/sourceview/sourceview.c: (sourceview_new),
12224         (ieditor_set_popup_menu):
12225         Fixed some more bugs
12226         
12227         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
12229 2006-02-28  Naba Kumar <naba@gnome.org>
12231         * plugins/file-manager/an_file_view.c,
12232         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
12233         rows also and with delay 1 sec (the color and timout value should
12234         probably be picked up from some system wide preference key).
12236 2006-02-28  Naba Kumar <naba@gnome.org>
12238         * libanjuta/interfaces/libanjuta.idl,
12239         plugins/document-manager/action-callbacks.c,
12240         plugins/document-manager/plugin.c,
12241         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
12242         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
12243         Added interface checks in document manager and enable/disable
12244         menus based on supported interface.
12245         
12246         * plugins/project-import/anjuta-project-import.glade: Set some
12247         resonable size for the import dialog.
12249  2006-02-27  Naba Kumar  <naba@gnome.org>
12251         * libanjuta/interfaces/libanjuta.idl,
12252         plugins/document-manager/action-callbacks.c,
12253         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
12254         and eol conversion actions.
12256 2006-02-27  Johannes Schmid <jhs@gnome.org>
12257         
12258         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
12259         * plugins/file-manager/an_file_view.c
12260         plugins/file-manager/plugin.h:  Added tooltips
12261         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
12263 2006-02-26  Naba Kumar  <naba@gnome.org>
12265         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12266         plugins/build-basic-autotools/build-basic-autotools.c,
12267         plugins/build-basic-autotools/build-basic-autotools.h,
12268         plugins/build-basic-autotools/executer.c,
12269         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
12270         disable indicator highlights preferences from message manager to
12271         build plugin. Implemented message indicator highlights in build tool.
12272         
12273         * plugins/editor/text_editor.c: Fixed indicators.
12275 2006-02-26  Johannes Schmid <jhs@gnome.org>
12277         * plugins/sourceview/sourceview.c:
12278         - Fixed some bugs
12279         - Added markers
12280         * plugins/subversion/svn_auth.c:
12281         Fixed username/password authentification but there might be a memory corruption
12283 2006-02-26  Naba Kumar  <naba@gnome.org>
12285         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12286         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
12287         libanjuta/anjuta-launcher.h: Added documentation.
12289 2006-02-24  Naba Kumar  <naba@gnome.org>
12291         * plugins/editor/text_editor.c: Fixed change in API in
12292         IAnjutaEditorSelection::set().
12293         
12294 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12296         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
12297         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
12298         libanjuta/interfaces/libanjuta.idl :
12299         Search in sourceview editor (Select in buffer).
12302 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12304         * plugins/sourceview/sourceview.c :
12305         Fixed Replace, to_upper, to_lower.
12306         
12307         * plugins/search/search-replace_backend.c :
12308         Renamed header name.
12310 2006-02-22  Naba Kumar  <naba@gnome.org>
12312         * libanjuta/anjuta-plugin-description.c,
12313         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
12314         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
12315         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
12316         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
12317         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
12318         
12319         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12320         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
12321         
12322 2006-02-21  Naba Kumar  <naba@gnome.org>
12324         * libanjuta/interfaces/libanjuta.idl,
12325         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
12326         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
12327         interface for editor.
12329 2006-02-21  Naba Kumar  <naba@gnome.org>
12331         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
12333         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
12334         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
12336 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12338         * GTKSOURCEVIEW EDITOR
12339         plugins/sourceview/sourceview.c :
12340         Fixed copy and Goto Line.
12341         
12342         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
12343         plugins/macro/plugin.c :
12344         Fixed Insert key word and Insert macro.
12346 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
12348         * plugins/document-manager/anjuta-docman.c:
12349         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
12350         
12351         * configure.in:
12352         plugins/Makefile.am:
12353         plugins/sourceview/.cvsignore:
12354         plugins/sourceview/Makefile.am:
12355         plugins/sourceview/plugin.c: :
12356         plugins/sourceview/plugin.h:
12357         plugins/sourceview/sourceview.c: 
12358         plugins/sourceview/sourceview.h:
12359         plugins/sourceview/sourceview.plugin:
12360         plugins/sourceview/sourceview.plugin.in:
12361         plugins/sourceview/sourceview.png:
12363         Added sourceview editor plugin
12365 2006-02-19 Naba Kumar  <naba@gnome.org>
12367         * libanjuta/interfaces/libanjuta.idl,
12368         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12369         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12370         plugins/cvs-plugin/cvs-interface.c,
12371         plugins/document-manager/action-callbacks.c,
12372         plugins/document-manager/action-callbacks.h,
12373         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
12374         plugins/search/plugin.c, plugins/search/search-replace.c,
12375         plugins/search/search-replace_backend.c,
12376         plugins/subversion/subversion-actions.c,
12377         plugins/subversion/subversion-callbacks.c,
12378         plugins/tools/editor.c, plugins/tools/execute.c,
12379         plugins/tools/variable.c: Defined proper editor interfaces and fixed
12380         few fatal warnings.
12382 2006-02-15 Naba Kumar  <naba@gnome.org>
12384         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
12385         within another.
12386         
12387         * libanjuta/interfaces/libanjuta.idl,
12388         plugins/document-manager/anjuta-docman.c,
12389         plugins/document-manager/plugin.c,
12390         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
12391         unnecessary parameters from IAnjutaEditor interface and used proper
12392         types instead of 'gpointer'. Fixed various compiler warnings.
12393         
12394         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
12395         file
12397 2006-02-12 Naba Kumar  <naba@gnome.org>
12399         * po/POTFILES.in: Updated.
12400         
12401 2006-02-11 Naba Kumar  <naba@gnome.org>
12403         * plugins/editor/properties.[cxx,h],
12404         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12405         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12406         to sci_prop_*(), because they were conflicting with external
12407         functions (in some ssl library).
12408         
12409 2006-02-08 Naba Kumar  <naba@gnome.org>
12411         Patch from Massimo Cora  <maxcvs@email.it>:
12412         * plugins/valgrind/anjuta-valgrind.schemas,
12413         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12414         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12415         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12416         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12417         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12418         plugins/valgrind/vgtoolview.c,
12419         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12420         before running the debugging session. I've added also a
12421         preference in Anjuta Preferences where you can specify
12422         the path to the valgrind binary. The default is /usr/bin/valgrind.
12423         Now it displays a dialog with the error. [it can be -program
12424         exited- or -file loaded or end of input-]. Some valgrind 3.x
12425         compatibility.
12426         
12427 2006-01-29 Naba Kumar  <naba@gnome.org>
12429         Patch from Massimo Cora  <maxcvs@email.it>:
12430         * configure.in, plugins/Makefile.am,
12431         plugins/valgrind/*: Valgrind plugin (requires
12432         binutils-dev and valgrind to be installed.
12434 2005-01-24 Johannes Schmid <jhs@gnome.org>
12436         * Patch from Eric Greveson <ejg45@cam.ac.uk>
12437         plugins/tools/variables.c:
12438         Added current directory to possible variables
12440         * Patch from Günther Brammer <gbrammer@gmx.de>
12441         plugins/document-manager/anjuta-docman.c:
12442         Fix a crash on opening a file
12444         AUTHORS: Added Günther Brammer
12446 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12448         * libanjuta/anjuta-launcher.c:
12449         Fix a bug in AnjutaLauncher when output is bigger than buffer
12450         Probably fix bug #315188 and #305134
12452 2005-12-28      Johannes Schmid <jhs@gnome.org>
12453         
12454         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12455         * src/about.c: Use new gtk about dialog
12456         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12457         Updated anjuta_ui_add_action_group_entries call
12458         
12459         Patch from Jean Breford <jean.breford@normalesup.org>
12460         and Markus Habermehl <bmh1980de@yahoo.de>:
12461         
12462         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12463         * AUTHORS: Added Jean and Markus
12465 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12466         * plugins/search/search-replace.c :
12467         Bookmark all matched lines.
12468         * plugins/search/search-replace_backend.c :
12469         Fixed bug (Search in all project files).
12471 2005-12-21      Johannes Schmid <jhs@gnome.org>
12472         
12473         * plugins/search/plugin.c:
12474         Fixed signal names
12475         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12476         investigation needed.
12477         
12478         AUTHORS: Added Ross Goldner
12480 2005-12-19  Ross Golder  <ross@golder.org>
12482         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12483         application/xml MIME type.
12485 2005-12-18  Johannes Schmid <jhs@gnome.org>
12486         
12487         po/POTFILES.in: Updated files after directory changes
12488         HACKING: Removed outdated section 3 (anoncvs)
12490 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12492         * plugins/build-basic-autotools/build-basic-autotools.c:
12493         Save all files in editor before running a command
12495         * plugins/tools/execute.c:
12496         Use document manager plugin instead of each editor for
12497         saving all files
12499 2005-12-15  Johannes Schmid <jhs@gnome.org>
12501         * plugins/document-manager/action-callbacks.c:
12502         (on_save_all1_activate), (on_swap_activate)
12503         plugins/document-manager/anjuta-docman.c:
12504         (on_save_as_filesel_response), (on_notebook_switch_page):
12505         
12506         Fixed some remaining issues in document-manger
12508 2005-12-15      Johannes Schmid <jhs@gnome.org>
12510         * plugins/profile-default/default.anjuta:
12511         Load Search plugin and Message Manager by default
12513 2005-12-14  Johannes Schmid <jhs@gnome.org>
12514         
12515         * plugins/editor/text_editor.c
12516         libanjuta/anjuta-utils.c:
12517         
12518         Check if files differ when gnome-vfs monitoring is used.
12519         (Bug #309688)
12521 2005-12-13  Johannes Schmid <jhs@gnome.org>
12523         * plugins/document-manager/plugin.c:
12524         Only save modified files in ianjuta_file_savable_save() for document-manager
12525         as discussed on mailing list.
12526         
12527         * plugins/cvs-plugin/cvs-callbacks.c:
12528         Fixed dialog handling for empty log message
12530 2005-12-13  Johannes Schmid <jhs@gnome.org>
12532         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12533         
12534         * plugins/project-manager/* Removed ununsed files
12535         
12536         * plugins/symbol-browser/an_symbol_iter.c
12537         plugins/build-basic-autotools/build-basic-autotools.c
12538         plugins/build-basic-autotools/executer.c
12539         plugins/class-gen/class_gen.c
12540         plugins/class-inheritance/class-inherit.c
12541         plugins/cvs-plugin/cvs-actions.c
12542         plugins/cvs-plugin/cvs-interface.c
12543         plugins/debug-manager/attach_process.
12544         plugins/devhelp/plugin.c
12545         plugins/document-manager/plugin.c
12546         plugins/document-manager/indent_util.c
12547         plugins/editor/properties.cxx
12548         plugins/editor/aneditor.cxx
12549         plugins/editor/style-editor.c
12550         plugins/editor/text_editor.c
12551         plugins/macro/macro_db.c
12552         tagmanager/c.c:
12553         
12554         Use DEBUG_PRINT for debug messages
12556         libanjuta/anjuta-debug.h: Include config.h
12557         
12558         HACKING: Updated (BTW: does anyone read this?)
12559         
12560 2005-12-12  Johannes Schmid <jhs@gnome.org>
12562         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12563         * plugins/gdb/debugger.c
12564         
12565         Fix a crasher in gdb plugin
12566         
12567         * plugins/gtodo/plugin.c
12568         plugins/search/plugin.c
12569         
12570         Fixed bug #305301
12571         
12572         * plugins/document-manager/anjuta-docman.c:
12573         
12574         Fixed error markers 
12575         
12576         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12577         
12578         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12579         
12580         * plugins/document-manager/anjuta-docman.c:
12581         highlight changed files in docman popup-menu
12582         * plugins/gdb/debug-tree.c:
12583         plugins/gdb/debugger.c
12584         Do not corupt entire "locals" tree when variable pointer have
12585         additional info and arrays/strucs/unions correctly.
12586         
12588 2005-12-11  Johannes Schmid <jhs@gnome.org>
12590         * plugins/document-manager/anjuta-docman.c
12591         plugins/document-manager/plugin.c
12592         plugins/editor/text_editor.c:
12593         
12594         AUTHORS: Added Johan Ersvik
12596         Fixed "is-dirty" bug and tab ordering
12598 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12599         
12600         * plugins/editor/aneditor-autocomplete.cxx
12601         plugins/editor/aneditor-calltip.cxx
12602         plugins/editor/aneditor-priv.h
12603         plugins/symbol-browser/an_symbol.c
12604         plugins/symbol-browser/an_symbol_view.c
12605         tagmanager/entry.h
12606         tagmanager/tm_symbol.c
12607         tagmanager/tm_tag.c
12608         tagmanager/include/tm_symbol.h
12609         tagmanager/include/tm_tag.h
12610         tagmanager/c.c
12612         Better pointer recognition in tagmanager and symbol browser
12614 2005-12-11  Johannes Schmid <jhs@gnome.org>
12616         * plugins/search/*: New search plugin derived from search code in old editor
12617         plugin.
12618         
12619         * plugins/document-manager/*: new document-manger which is now seperated from
12620         editor to allow implementation of other editor widgets. Code is mostly derived
12621         from old editor plugin
12623         * plugins/print/* new print plugin which is not fully implemented in the
12624         moment
12626         * plugins/editor/text_editor.c: Added lots of interface code
12627         
12628         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12629         IAnjutaEditorFactory and extended IAnjutaEditor
12630         
12631         * configure.in, plugins/Makefile.am updated build system for new
12632         plugins
12634         This is a huge commit which might still contain some bugs and also has
12635         some fixmes. Things that are not working are the search toolbar because it
12636         does not use the same backend as any other searching function and printing
12637         (easy to fix) because it did not yet implement IAnjutaPrintable.
12639 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12641         * plugins/project-wizard/property.c:
12642         Use newer GtkFileChooser instead of GtkFileSelection with
12643         GnomeFileEntry to avoid a bug
12645         * plugins/project-wizard/install.c:
12646         Avoid an endless loop if project directory is not writable
12647         
12648         * plugins/project-wizard/druid.c:
12649         Allow creating project in empty directory without a
12650         warning
12652 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12653         
12654         Patch from Massimo Cora <maxcvs@email.it>
12655         * plugins/class-inheritence/class-inherit.c
12656         plugins/class-inheritence/plugin.c
12657         plugins/class-inheritence/plugin.h
12658         configure.in
12659         
12660         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12661         no longer supported!
12663 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12664         
12665         Patch from Johan Ersvik <jersvik@fastmail.fm>
12666         * plugins/message-view/message-view.c
12667         plugins/build-basic-autotools/build-basic-autotools.c
12668         plugins/build-basic-autotools/automake-c.filters
12670         This patch correct regex-filters for newer automake
12671         versions
12673 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12675        * plugins/tools/execute.c:
12676        Detect variables inside a word
12678 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12680         * libanjuta/anjuta-status.[ch],
12681         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12682         plugins/editor/anjuta-docman.c :
12683         New anjuta-status procedure.
12685 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12687         *Modified Files:
12688         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12689         plugins/editor/Makefile.am
12690         plugins/editor/anjuta-document-manager.glade
12691         plugins/editor/plugin.c plugins/editor/plugin.h
12692         plugins/editor/text_editor.c plugins/editor/text_editor.h
12693         *Added Files:
12694         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12695         plugins/editor/indent-util.c plugins/editor/indent-util.h
12696         plugins/editor/indent_test.c :
12697         Set and Preview indent preferences parameters.
12698         Saved indent user parameters.
12700 2005-10-27  Naba Kumar  <naba@gnome.org>
12702         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12703         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12704         theme color for saved documents.
12705         
12706 2005-10-26  Naba Kumar  <naba@gnome.org>
12708         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12709         list. Fixed bug #316731.
12710         
12711 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12713         * tagmanager/tm_symbol.c: Fixed bug #315218
12715 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12717         * plugins/build/build_file.c
12718           plugins/build-basic-autotools/build-basic-autotools.c
12719           plugins/tools/execute.c
12720           plugins/build/compile.c
12721           plugins/build/configurer.c
12722           plugins/debug-manager/plugin.c
12723           plugins/editor/plugin.c
12724           plugins/editor/print.c
12725           plugins/editor/text_editor.c
12726           plugins/file-loader/plugin.c
12727           plugins/file-manager/an_file_view.c
12728           plugins/symbol-browser/an_symbol_view.c
12729           plugins/gdb/debugger.c
12730           plugins/gdb/plugin.c
12731           plugins/glade/plugin.c
12732           plugins/macro/macro-actions.c
12733           plugins/macro/plugin.c
12734           plugins/profile-default/plugin.c
12735           plugins/project-manager/plugin.c
12736           plugins/project-manager/project_import.c
12737           plugins/symbol-browser/plugin.c
12738           plugins/tools/execute.c
12739           src/anjuta.c
12740           src/anjuta-actions.h
12741           src/shell.c:
12742           Correct spacing errors before and after "...".
12744 2005-10-20  Naba Kumar  <naba@gnome.org>
12746         * plugins/gdb/debugger.c: Fixed attach/detach process to
12747         updated UI properly.
12748         
12749 2005-10-18  Naba Kumar  <naba@gnome.org>
12751         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12752         #171314 too).
12753         
12754 2005-10-13  Naba Kumar  <naba@gnome.org>
12755         
12756         * plugins/project-mkfile-import/*: Removed separate import wizard for
12757         makefile based projects (because single widzard handles all wizards).
12759         * plugins/project-import/project-import.c: Made wizard window
12760         transient to main window.
12762         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12763         
12764         * AUTHORS: Added Eric's name in contributors list.
12765         
12766         * configure.in, plugins/Makefile.am,
12767         plugins/project-import/Makefile.am,
12768         plugins/project-import/anjuta-project-import.glade,
12769         plugins/project-import/project-import.c,
12770         plugins/project-import/project-import.h: Import wizard now detects
12771         both makefile and automake projects together instead of separate wizard.
12772         
12773         * plugins/project-wizard/templates/java/project.anjuta,
12774         plugins/project-wizard/templates/mkfile/project.anjuta,
12775         plugins/project-wizard/templates/python/project.anjuta,
12776         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12777         name to make it appropriate.
12779 2005-10-11  Naba Kumar  <naba@gnome.org>
12781         * configure.in: Fixed glade3 version requirement.
12783 2005-09-29  Alexander Shopov  <ash@contact.bg>
12785         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12787 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12789         * plugins/subversion/svn_auth.c
12790         plugins/subversion/anjuta_subversion.glade:
12791         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12793 2005-09-22  Naba Kumar  <naba@gnome.org>
12795         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12797         * configure.in,  plugins/Makefile.am
12798         plugins/project-manager/anjuta-project-manager.plugin.in,
12799         plugins/project-manager/plugin.c,
12800         (added) plugins/project-mkfile-import/.cvsignore,
12801         (added) plugins/project-mkfile-import/Makefile.am,
12802         (added) plugins/project-mkfile-import/
12803             anjuta-project-mkfile-import-plugin.png,
12804         (added) plugins/project-mkfile-import/
12805             anjuta-project-mkfile-import.glade,
12806         (added) plugins/project-mkfile-import/
12807             anjuta-project-mkfile-import.plugin.in,
12808         (added) plugins/project-mkfile-import/plugin.c,
12809         (added) plugins/project-mkfile-import/plugin.h,
12810         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12811         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12812         plugins/project-wizard/templates/Makefile.am,
12813         (added) plugins/project-wizard/templates/mkfile-logo.png,
12814         (added) plugins/project-wizard/templates/mkfile.wiz,
12815         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12816         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12817         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12818         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12819         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12820         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12821         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12822         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12823         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12824         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12825         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12826         Added makefile based project import wizard and wizard template.
12828 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12830         * libanjuta/anjuta-launcher.c: Reduced false password detections
12832 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12834         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12835         messages correctly.a
12837 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12838         
12839         * scintilla/Makefile.am: Changed scintilla library to noinst
12840         * pixmaps/Makefile.am: Install password.png
12841         * libanjuta/anjuta-launcher.c: Changed password detection
12842         to be able to access GNOME CVS with ssh.
12843         
12844 2005-08-31  Naba Kumar  <naba@gnome.org>
12846         * plugins/glade/plugin.c: Set transient window for the widget
12847         dialogs.
12848         
12849 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12851         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12853 2005-08-10  Naba Kumar  <naba@gnome.org>
12855         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12856         as shortcut key for execute.
12858         * src/about.c: Clean up.
12859         
12860         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12861         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12862         entry boxes.
12863         
12864 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12866         * plugins/editor/search-replace_backend.c :
12867         Fixed search in File Patterns.
12869 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12871         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12872         
12873 2005-08-04  Naba Kumar  <naba@gnome.org>
12875         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12876         for pango-1.8 rendering bug.
12877         
12878 2005-08-03  Naba Kumar  <naba@gnome.org>
12880         * plugins/glade/plugin.c: Proper names for plugin widgets.
12881         
12882         * plugins/subversion/anjuta-subversion.glade,
12883         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12884         string allocations. Use passed default values when available.
12885         Set proper focus and dialog default response. Destroy dialog after use.
12886         Return error when appropriate.
12888 2005-08-02  Naba Kumar  <naba@gnome.org>
12890         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12891         for pango-1.8 rendering bug.
12892         
12893 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12895         * scintilla/Makefile.am: Fixed a make -j x bug
12896         
12897 2005-08-02  Johannes Schmid <jhs@gnome.org>
12898         
12899         * plugins/subversion/svn-auth.c: Added username/password 
12900         auto function.
12902 2005-08-01  Naba Kumar  <naba@gnome.org>
12904         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12905         checks for character width calculations.
12906         
12907 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12909         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12911 2005-07-31  Naba Kumar  <naba@gnome.org>
12913         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12914         messup with pango 1.8. Fixed bug #311846.
12916 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12918         * plugins/gdb/memory.c : Fixed bug 305082.
12919         
12920         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12921         plugins/project-wizard/templates/gcj.wiz,
12922         plugins/project-wizard/templates/gnome.wiz,
12923         plugins/project-wizard/templates/gtk.wiz,
12924         plugins/project-wizard/templates/java.wiz,
12925         plugins/project-wizard/templates/python.wiz,
12926         plugins/project-wizard/templates/wxwin.wiz,
12927         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12929 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12931         * plugins/tools/execute.c:
12932         Correct a crash if editor is closed while a tool still use it.
12934 2005-07-28  Naba Kumar  <naba@gnome.org>
12936         * scintilla/*: Updated scintilla from their latest CVS.
12938 2005-07-27  Naba Kumar  <naba@gnome.org>
12940         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12941         plugins/build-basic-autotools/build-basic-autotools.c,
12942         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12943         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12944         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12945         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12946         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12947         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12948         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12949         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12950         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12951         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12952         argument to anjuta_ui_add_action_group_entries() and
12953         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12954         Fixed all plugins to pass translation domain. This fixes untranslated
12955         UI bugs. 
12957 2005-07-27  Naba Kumar  <naba@gnome.org>
12959         * plugins/class-inheritance/class-callbacks.c,
12960         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12961         proper system colors.
12963 2005-07-26  Naba Kumar  <naba@gnome.org>
12965         * ROADMAP: Updated and added more tasks.
12967 2005-07-25  Naba Kumar  <naba@gnome.org>
12969         * ROADMAP: Updated and added more tasks.
12970         
12971 2005-07-24  Naba Kumar  <naba@gnome.org>
12973         * HACKING: Fixed format.
12975 2005-07-24  Naba Kumar  <naba@gnome.org>
12977         * ROADMAP: Fixed format.
12978         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12980 2005-07-24  Naba Kumar  <naba@gnome.org>
12982         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12983         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12985 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12987         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12988         Correct wrong sensitivity setting
12989         
12990         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12991         
12992         * plugins/tools/variable.c:     Add variables for project manager
12994 2005-07-23  Naba Kumar  <naba@gnome.org>
12996         * ROADMAP: updated.
12998 2005-07-23 Naba Kumar  <naba@gnome.org>
13000         * plugins/subversion/Makefile.am,
13001         plugins/subversion/svn-auth.c,
13002         plugins/subversion/svn-auth.h: Added subversion authentication code
13003         stubs.
13004         
13005         * plugins/subversion/subversion-callbacks.c,
13006         plugins/subversion/subversion-callbacks.h,
13007         plugins/subversion/svn-backend-priv.h,
13008         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
13009         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
13010         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
13011         Added file mode line.
13013 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
13015         * configure.in: Added 'gl' to ALL_LINGUAS.
13017 2005-07-21 Naba Kumar  <naba@gnome.org>
13019         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
13020         the active sources and kill the running process without emitting
13021         signals (which could be fatal because the object is being destroyed).
13022         Incidentally, fixed the crash that happens when stopping an active
13023         debugger session. Disabled debug prints and code clean up.
13024         Fixed bug #305587.
13025         
13026         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
13027         message view object, because that prevents many unprocessed outputs
13028         from the cvs command from being appended in view. Does not set NULL
13029         to mesg_view private member (not required) so that any pending outputs
13030         to view is processed.Fixed bug #172666.
13032         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
13033         type in supported list.
13034         
13035 2005-07-18  Adam Weinberger  <adamw@gnome.org>
13037         * plugins/file-manager/anjuta-file-manager-plugin.glade:
13038           grammar/spelling fixes.
13040 2005-07-17 Naba Kumar  <naba@gnome.org>
13042         * (new) plugins/project-wizard/templates/terminal/cvsignore,
13043         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
13044         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
13045         plugins/project-wizard/templates/anjuta-plugin.wiz,
13046         plugins/project-wizard/templates/gcj.wiz,
13047         plugins/project-wizard/templates/gnome.wiz,
13048         plugins/project-wizard/templates/gtk.wiz,
13049         plugins/project-wizard/templates/gtkmm.wiz,
13050         plugins/project-wizard/templates/java.wiz,
13051         plugins/project-wizard/templates/python.wiz,
13052         plugins/project-wizard/templates/terminal.wiz,
13053         plugins/project-wizard/templates/terminal/Makefile.am,
13054         plugins/project-wizard/templates/terminal/po/Makefile.am,
13055         plugins/project-wizard/templates/terminal/src/Makefile.am,
13056         plugins/project-wizard/templates/wxwin.wiz,
13057         plugins/project-wizard/templates/xlib-dock.wiz,
13058         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
13059         wizards and updated .wiz files to install them in newly created
13060         projects.
13062 2005-07-16 Naba Kumar  <naba@gnome.org>
13064         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
13065         
13066         * plugins/file-manager/an_file_view.c,
13067         plugins/file-manager/plugin.c: Added file manager preferences to
13068         show/hide files ignored by version control (e.g. cvsignore).
13069         
13070         * plugins/editor/text_editor.c: Initialize vfs info struct.
13071         
13072         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
13073         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
13074         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
13075         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
13076         omf-install/.cvsignore, pixmaps/.cvsignore,
13077         plugins/file-manager/anjuta-file-manager-plugin.glade,
13078         scintilla/.cvsignore, scintilla/include/.cvsignore,
13079         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
13080         tagmanager/python.c: Updated.
13082 2005-07-16 Naba Kumar  <naba@gnome.org>
13084         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
13085         Fixed python parser to parser class methods.
13087 2005-07-15 Naba Kumar  <naba@gnome.org>
13089         * plugins/project-wizard/property.c: Used parenthesis to remove
13090         ambiguty.
13091         
13092         * plugins/project-wizard/templates/anjuta-plugin.wiz,
13093         plugins/project-wizard/templates/gcj.wiz,
13094         plugins/project-wizard/templates/gnome.wiz,
13095         plugins/project-wizard/templates/gtk.wiz,
13096         plugins/project-wizard/templates/gtkmm.wiz,
13097         plugins/project-wizard/templates/java.wiz,
13098         plugins/project-wizard/templates/python.wiz,
13099         plugins/project-wizard/templates/terminal.wiz,
13100         plugins/project-wizard/templates/wxwin.wiz,
13101         plugins/project-wizard/templates/xlib-dock.wiz,
13102         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
13103         and names.
13105 2005-07-15 Naba Kumar  <naba@gnome.org>
13107         * plugins/project-wizard/templates/java.wiz,
13108         plugins/project-wizard/templates/java/Makefile.am,
13109         plugins/project-wizard/templates/java/project.anjuta,
13110         plugins/project-wizard/templates/python.wiz,
13111         plugins/project-wizard/templates/python/Makefile.am,
13112         plugins/project-wizard/templates/python/project.anjuta: Use different
13113         project files for java and python module where debugger is not
13114         included in the list of plugins.
13116 2005-07-15 Naba Kumar  <naba@gnome.org>
13118         * configure.in, plugins/project-wizard/templates/Makefile.am,
13119         plugins/project-wizard/templates/gcj-logo.png,
13120         plugins/project-wizard/templates/gcj.wiz,
13121         plugins/project-wizard/templates/gcj/.cvsignore,
13122         plugins/project-wizard/templates/gcj/Makefile.am,
13123         plugins/project-wizard/templates/gcj/configure.in.tpl,
13124         plugins/project-wizard/templates/gcj/src/.cvsignore,
13125         plugins/project-wizard/templates/gcj/src/Makefile.am,
13126         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
13127         plugins/project-wizard/templates/java-logo.png,
13128         plugins/project-wizard/templates/java.wiz,
13129         plugins/project-wizard/templates/java/configure.in.tpl,
13130         plugins/project-wizard/templates/java/po/Makefile.am,
13131         plugins/project-wizard/templates/java/po/POTFILES.in,
13132         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
13133         plugins/project-wizard/templates/java/src/main.java,
13134         plugins/project-wizard/templates/python-logo.png,
13135         plugins/project-wizard/templates/python.wiz,
13136         plugins/project-wizard/templates/python/.cvsignore,
13137         plugins/project-wizard/templates/python/Makefile.am,
13138         plugins/project-wizard/templates/python/configure.in.tpl,
13139         plugins/project-wizard/templates/python/po/.cvsignore,
13140         plugins/project-wizard/templates/python/po/Makefile.am,
13141         plugins/project-wizard/templates/python/po/POTFILES.in,
13142         plugins/project-wizard/templates/python/src/.cvsignore,
13143         plugins/project-wizard/templates/python/src/Makefile.am,
13144         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
13145         plugins/project-wizard/templates/python/src/main.py: Added Generic
13146         gcj and python project wizards. Fixed Generic java project to
13147         use _JAVA primary. Update gnome-build from cvs for them to work
13148         correctly.
13150 2005-07-12 Naba Kumar  <naba@gnome.org>
13152         * plugins/project-manager/plugin.c: Automatically determine
13153         project backend by probing.
13154         
13155 2005-07-04 Naba Kumar  <naba@gnome.org>
13157         * Makefile.am: Do not install old anjuta.glade file which conflicts
13158         with newer src/anjuta.glade.
13160 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
13162         * plugins/an_symbol_prefs.c:
13163         Sort list of available symbol files
13165 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
13167         * plugins/build-basic-autotools.c:
13168         Fixed #307810
13169         
13170         * plugins/gtodo/libgtodo.c:
13171         Possible fix for #307800
13173         * libanjuta/anjuta-encodings.c
13174         libanjuta/anjuta-launcher.c
13175         libanjuta/anjuta-preference-dialog.c
13176         libanjuta/anjuta-preferences.c
13177         libanjuta/anjuta-ui.c
13178         libanjuta/anjuta-util.c
13179         libanjuta/cell-renderer-captioned-image.c
13180         libanjuta/plugin.c:
13181         
13182         Patch from de_lupus@pandora.be (Kristof Vansant):
13183         Replaced deprecated gnome-i18n.h
13184         Closed #309153
13186 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
13187         
13188         * plugins/subversion/anjuta-subversion.glade
13189         plugins/subversion/anjuta-subversion.ui
13190         plugins/subversion/plugin.c
13191         plugins/subversion/subversion-actions.c
13192         plugins/subversion/subversion-callbacks.h
13193         plugins/subversion/subversion-callbacks.c
13194         plugins/subversion/svn-backend-priv.h
13195         plugins/subversion/svn-backend.h
13196         plugins/subversion/svn-backend.c
13197         plugins/subversion/svn-thread.h
13198         plugins/subversion/svn-thread.c:
13199         
13200         Implemented Subversion diff
13201         
13202 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
13203         
13204         * plugins/build-basic-autotools/build-basic-autotools.c:
13205         Fixed crash bug! Might be useful to release 2.0.2 soon
13206         because this bug will crash any build which produces errors
13207         or warnings
13209 === Anjuta 2.0.1 ===
13211 2005-06-27 Naba Kumar  <naba@gnome.org>
13213         * plugins/tools/execute.c: Formated code.
13214         
13215 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
13217         * plugins/build-basic-autotools/build-basic-autotools.c:
13218         Remove two memory leaks
13219         Check command output versus untranslated strings too
13221         * plugins/tools/execute.c:
13222         Remove two memory leaks
13223         Check command output versus untranslated strings too
13224         Remove description message
13226         * plugins/tools/fileop.c:
13227         Escape tool name in xml configuration file
13229 2005-05-26 Naba Kumar  <naba@gnome.org>
13231         * configure.in: Bumped version to 2.0.1
13232         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
13234         * plugins/tools/execute.c: Fixed clickable messages.
13235         * NEWS: Updated.
13237         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
13238         Deactivate glade plugin when last glade project is closed. Reorder
13239         glade widgets in layout. Change glade project when user selects a
13240         new project. Removed project from the list when user closes it. Fixed
13241         glade project file loading from URI. Save and restored loaded glade
13242         projects in/from session.
13244         * plugins/class-gen/action-callbacks.c,
13245         plugins/class-gen/anjuta-class-gen-plugin.glade,
13246         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
13247         plugins/file-wizard/anjuta-file-wizard.glade,
13248         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
13249         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
13250         "Add to project" correctly. Use the source file path returned after
13251         adding to project. Fixed memory leaks. Deactivate wizard plugins
13252         after use.
13253         
13254         * plugins/project-manager/plugin.c,
13255         plugins/project-wizard/anjuta-project-wizard.glade,
13256         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
13257         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
13258         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
13259         project-wizard preference page to anjuta app, because they are
13260         more appropriated as general preferences. Renamed username and
13261         useremail properties keys.
13262         
13263         * po/POTFILES.in: Updated.
13265         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
13266         saved at closing.
13267         
13268         * plugins/file-loader/plugin.c: Do not use static variable to store
13269         created submenu in factory. Fixed crash in anjuta exit.
13270         
13271 2005-05-24 Naba Kumar  <naba@gnome.org>
13273         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
13274         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13275         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13276         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13277         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13278         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13279         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13280         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13281         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13282         
13283         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
13284         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13285         plugins/build-basic-autotools/build-basic-autotools.c,
13286         plugins/build-basic-autotools/build-basic-autotools.h,
13287         plugins/build-basic-autotools/executer.c,
13288         plugins/build-basic-autotools/executer.h,
13289         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
13290         plugins/tools/variable.c: Added an extra argument to
13291         anuta_util_dialog_input() to pass default value. Save/load project
13292         configure and execution parameters in/from session.
13294         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
13295         symbol browser is loaded.
13296         
13297         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
13298         freeze/thaw.
13300         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
13301         deactivate would not start shell.
13303 2005-05-24 Naba Kumar  <naba@gnome.org>
13305         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
13306         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
13307         libegg/egg-submenu-action.c, libegg/test-actions.c,
13308         plugins/build-basic-autotools/build-basic-autotools.c,
13309         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
13310         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
13311         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
13312         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
13313         plugins/macro/plugin.c, plugins/message-view/plugin.c,
13314         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
13315         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
13316         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
13317         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
13318         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
13320 2005-05-24 Naba Kumar  <naba@gnome.org>
13322         * data/properties/styles.properties: Fixed defalt font.
13324         * plugins/editor/search-replace.c,
13325         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
13326         project openness wihtout activating project-manager plugin (i.e.
13327         using anjuta_shell_get()).
13328         
13329         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
13330         - Completed add_source(), add_group() and add_target() methods of
13331         IAnjutaProjectManager.
13332         - Change their definition to return the added element (or NULL).
13333         - Used interface API for project main menus and 'add to project'
13334         from file-manager context menu.
13335         - Select proper default target/group when prompting for adding
13336         source/target/group.
13337         - Do not expand all nodes in selection tree when default selection
13338         are given (eases navigation in big projects).
13339         - Code clean ups.
13340         - Marked strings for translation.
13342 2005-05-23 Naba Kumar  <naba@gnome.org>
13344         * src/anjuta-app.c: Save menu accelerators on change.
13345         * NEWS: Updated.
13346         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
13347         save-as dialog (leading to crash later).
13349 2005-05-22 Naba Kumar  <naba@gnome.org>
13351         * NEWS: Updated.
13352         * AUTHORS: Added developers for other projects. Updated.
13353         * TODO.tasks: Updated.
13354         * ChangeLog: Added past changelogs from anjuta-0.1.5.
13355         
13356 2005-05-22 Naba Kumar  <naba@gnome.org>
13358         * plugins/tools/execute.c: Make parsable lines distinct by adding
13359         a "Click me" description in the message. Allow tools to open arbibrary
13360         file in editory using gdb-styled annotation (The line starts with two
13361         \032 characters followed by the file:line).
13362         
13363         * plugins/tools/scripts/prepare-changelog.pl,
13364         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
13365         ChangeLog file itself and open it.
13367 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
13369         * plugins/tools/execute.c:
13370         Parse output in message pane
13371         Correct a crash on plugin deactivation
13373         * plugins/tools/fileop.c,
13374         plugins/tools/tool.c,
13375         plugins/tools/tool.h:
13376         Load only valid tools
13378 2005-06-21  Naba Kumar  <naba@gnome.org>
13380         * anjuta.spec.in: Fixed devel package requirement.
13382         * plugins/message-view/message-view.c: Scroll message on next/previous.
13384         * TODO.tasks: Updated.
13386         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13387         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13388         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13389         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13390         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13391         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13392         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13393         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13395         * libanjuta/anjuta-preferences.c,
13396         plugins/build-basic-autotools/build-basic-autotools.c,
13397         plugins/build-basic-autotools/executer.c,
13398         plugins/class-gen/action-callbacks.c,
13399         plugins/class-gen/action-callbacks.h,
13400         plugins/class-gen/class_gen.c,
13401         plugins/cvs-plugin/cvs-interface.c,
13402         plugins/debug-manager/attach_process.c,
13403         plugins/debug-manager/plugin.c,
13404         plugins/debug-manager/utilities.c,
13405         plugins/debug-manager/utilities.h,
13406         plugins/editor/aneditor-autocomplete.cxx,
13407         plugins/editor/aneditor.cxx,
13408         plugins/editor/search-replace.c,
13409         plugins/editor/search-replace_backend.c,
13410         plugins/gdb/breakpoints.c,
13411         plugins/gdb/registers.c,
13412         plugins/patch/plugin.c,
13413         plugins/project-wizard/druid.c,
13414         plugins/project-wizard/install.c,
13415         plugins/subversion/plugin.c,
13416         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13417         codes.
13419         * plugins/class-gen/action-callbacks.c,
13420         plugins/project-wizard/parser.c,
13421         plugins/project-wizard/property.c,
13422         plugins/project-wizard/values.c,
13423         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13425         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13426         alphabetically
13428 2005-06-20  Naba Kumar  <naba@gnome.org>
13430         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13431         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13432         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13433         
13434         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13435         exit idle function.
13436         
13437         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13438         Fixed possible memory corruption.
13440         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13441         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13442         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13443         progress bar increment and added progress status for symbol refresh
13444         and project loading.
13445         
13446         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13447         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13448         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13449         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13450         bar.
13452         * TODO.tasks: Updated.
13454 2005-06-19  Naba Kumar  <naba@gnome.org>
13456         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13457         Fixed warning.
13458         
13459         * plugins/project-import/project-import.c: Deactivate plugin when done.
13460         
13461 2005-06-18  Naba Kumar  <naba@gnome.org>
13463         * plugins/profile-default/plugin.c: Fixed error when loading another
13464         project while a project is still loaded.
13465         
13466         * plugins/project-manager/plugin.c: Used (newly added) group-activated
13467         signal from gnome-build to popup group properties.
13468         
13469         * src/anjuta.c: Load default session by default.
13471         * po/POTFILES.in: Added missing files.
13472         
13473         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13474         activate plugin on load (activate it separately). Connect to activate
13475         and deactivate signals for housekeeping, so that if plugins are
13476         activated or deactivate externally, they are properly recorded.
13477         
13478         * plugins/profile-default/plugin.c: Save profile before a project
13479         is loaded so that it could be restored when project is closed.
13480         
13481         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13483 2005-06-17  Naba Kumar  <naba@gnome.org>
13485         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13486         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13487         for project. The plugins loaded for the project is restored when project
13488         is loaded next time.
13489         
13490         * TODO.tasks: Updated.
13491         
13492 2005-06-15  Naba Kumar  <naba@gnome.org>
13494         * plugins/tools/scripts/find-fixmes.pl,
13495         (new) plugins/tools/scripts/translation-status.pl,
13496         plugins/tools/scripts/tools-2.xml.in,
13497         plugins/tools/scripts/Makefile.am,
13498         plugins/tools/scripts/prepare-changelog.pl: Added translation
13499         status script. Completed find-fixmes.pl script. Fixed bugs.
13501         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13502         tool path.
13504 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13506         * plugins/message-view/anjuta-message-manager-plugin.glade :
13507         renamed "messages.tag.position" to "messages.tab.position".
13508         plugins/message-view/anjuta-msgman.c : 
13509         Messages tab position prefrences.
13510         
13511 2005-06-14  Naba Kumar  <naba@gnome.org>
13513         * (new) plugins/tools/scripts/find-fixmes.pl,
13514         (new) plugins/tools/scripts/tools-2.xml.in,
13515         (new) plugins/tools/scripts/Makefile.am,
13516         (new) plugins/tools/scripts/prepare-changelog.pl,
13517         plugins/tools/plugin.h, plugins/tools/fileop.c,
13518         plugins/tools/Makefile.am, configure.in: Added system tools.
13520 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13522         * plugins/tools/editor.c:
13523         Take care of creating .anjuta directory if missing
13525 2005-06-10  Naba Kumar  <naba@gnome.org>
13527         * configure.in: Increased gnome-build required to version 0.1.2.
13528         
13529         * plugins/project-manager/plugin.c: Fixed target/group removal.
13530         Fixed memory leaks.
13531         
13532 2005-06-10  Naba Kumar  <naba@gnome.org>
13534         * plugins/project-manager/plugin.c: Implemented target/group
13535         configuration (update gnome-build module from cvs).
13536         
13537 2005-06-07  Naba Kumar  <naba@gnome.org>
13539         Patch from: Massimo Cora'  <maxcvs@email.it>:
13540         * plugins/class-inheritance/Makefile.am,
13541         plugins/class-inheritance/class-inherit.c,
13542         plugins/class-inheritance/class-inherit.h,
13543         plugins/class-inheritance/plugin.c,
13544         plugins/class-inheritance/plugin.h,
13545         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13546         expanded view of classes in hierarchy canvas (collapsable again).
13547         
13548 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13550         * scintilla/patches/scintilla-64-bit.diff (added)
13551         * plugins/patch/patch-plugin.c:
13552         Conditional build for GTK 2.4 and GTK 2.6
13554 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13556         * plugins/tools/anjuta-tools.glade,
13557         plugins/tools/editor.c,
13558         plugins/tools/plugin.h,
13559         plugins/tools/fileop.c:
13560         Add a check box to edit an user script
13561         Correct a few memory leak
13563         * plugins/tools/execute.c,
13564         plugins/tools/tool.c,
13565         plugins/tools/tool.h:
13566         Move utility remove_mnemonic function in tool.c
13567         Small fix
13569 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13571         Patch from sbrabec@suse.cz:
13572         * configure.in
13573         scintilla/include/Scintilla.h:
13574         
13575         Fix 64-Bit warnings in gcc 4
13577 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13578         
13579         * plugins/patch/patch_plugin.c
13580         plugins/patch/patch.h
13581         plugin/patch/patch-plugin.glade
13582         plugin/patch/Makefile.am:
13583         
13584         Changed patch plugin to use libglade and new gtk 2.6 widgets
13586 2005-05-31  Naba Kumar  <naba@gnome.org>
13588         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13589         * plugins/editor/text_editor.c: Don't show error
13590         for empty files.
13591         
13592 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13593         
13594         * plugins/message-view/anjuta-message-manager.ui,
13595         plugins/message-view/anjuta-msgman.c,
13596         plugins/message-view/anjuta-msgman.h,
13597         plugins/message-view/message-view.c,
13598         plugins/message-view/message-view.h,
13599         plugins/message-view/plugin.c:
13600         Add a popup menu in messages panes
13601         Move save message pane option in it
13603 2005-05-28  Naba Kumar  <naba@gnome.org>
13605         * data/properties/styles.properties: Fixed default font
13606         names and sizes.
13608         * plugins/editor/style-editor.c: cleanup.
13609         
13610 2005-05-25  Naba Kumar  <naba@gnome.org>
13612         * plugin/gdb/plugin.c: Start gdb even if the program does
13613         not exists. Fixes bug #305074
13614         
13615 2005-05-24  Naba Kumar  <naba@gnome.org>
13617         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13618         * configure.in: graphviz pkgconfig path.
13620 2005-05-24  Naba Kumar  <naba@gnome.org>
13622         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13623         * TODO.tasks: Updated.
13624         
13625 2005-05-22  Naba Kumar  <naba@gnome.org>
13627         * anjuta.spec.in: Fixed spec file
13628         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13630 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13631         
13632         * TODO.tasks: Updated.
13634         * plugins/message-view/anjuta-message-manager.ui,
13635         plugins/message-view/message-view.c,
13636         plugins/message-view/message-view.h,
13637         plugins/message-view/plugin.c:
13638         Add shortcut for next and previous message
13639         Add a save message menu item
13640         Fix a bug in previous message
13642 2005-05-21  Naba Kumar  <naba@gnome.org>
13644         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13645         doc/Makefile.am, global-tags/create_global_tags.sh,
13646         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13647         and rpm package creation. Fixed installation paths.
13648         
13649         * plugins/editor/anjuta-document-manager.glade,
13650         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13651         and indent options.
13652         
13653         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13655 2005-05-21  Naba Kumar  <naba@gnome.org>
13657         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13658         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13659         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13660         tagmanager/Makefile.am: Fixed paths configure variables to take
13661         automake configure variables instead of hardcoding.
13663         * global-tags/tm_global_tags.c: Formated code.
13665         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13666         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13667         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13668         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13669         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13670         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13671         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13672         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13673         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13675 2005-05-20  Naba Kumar  <naba@gnome.org>
13677         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13678         and fixed rpm spec file (more testing required).
13679         
13680         * data/gdb.init: Don't set gdb prompt.
13681         
13682         * mime/Makefile.am: run update-mime-data only on system-wide install.
13683         
13684         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13686 2005-05-19  Naba Kumar  <naba@gnome.org>
13688         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13689         while it's not visible.
13691         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13692         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13693         
13694 2005-05-19  Naba Kumar <naba@gnome.org>
13696         * configure.in: Fixed subversion checks. Added
13697         --disable-plugin-subversion and --disable-plugin-glade
13698         configure flags to manually turn off their plugin builds.
13700         * plugins/editor/plugin.c: Save and restore current editor line
13701         positions in session.
13703 2005-05-18  Naba Kumar  <naba@gnome.org>
13705         * AUTHORS: Fixed email address.
13706         
13707         * libanjuta/anjuta-utils.c,
13708         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13709         when the projectmanager toplevel is not a window. Check for valid
13710         gtkwindow type before using the passed window as parent for anjuta
13711         dialogs.
13713 2005-05-17  Naba Kumar  <naba@gnome.org>
13715         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13716         
13717         * plugins/cvs-plugin/Makefile.am,
13718         plugins/devhelp/plugin.c,
13719         plugins/file-loader/Makefile.am,
13720         plugins/macro/Makefile.am,
13721         plugins/message-view/Makefile.am,
13722         plugins/patch/Makefile.am,
13723         plugins/project-manager/Makefile.am,
13724         plugins/subversion/Makefile.am,
13725         plugins/symbol-browser/Makefile.am: Removed -module flags
13726         from libtool flags
13728         * MAINTAINERS: Added file so that I could recieve bugzilla
13729         reports.
13731         * plugins/glade/plugin.c: Fixed compile error.
13733 === Anjuta 2.0.0 ===
13735 2005-05-15  Naba Kumar  <naba@gnome.org>
13737         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13738         version to 2.0.0.
13740         * plugins/symbol-browser/an_symbol_view.c,
13741         plugins/symbol-browser/plugin.c,
13742         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13743         symbols have been updated. Reset file symbols when update
13744         occurs. Fixed memory leaks.
13746         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13747         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13748         
13749 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13751         * plugins/tools/anjuta-tools.glade:
13752         Remove unused parameter dialog
13754         * plugins/tools/dialog.c,
13755         plugins/tools/fileop.c,
13756         plugins/tools/fileop.h,
13757         plugins/tools/tool.c,
13758         plugins/tools/tool.h,
13759         plugins/tools/variable.c:
13760         Add a few comments and cleanups
13762         * plugins/tools/editor.c,
13763         plugins/tools/editor.h:
13764         Remove code from previous plugin and add comments
13765         Use main window as parent (instead of tool list)
13767         * plugins/tools/execute.c,
13768         plugins/tools/execute.h:
13769         Remove code from previous plugin and add comments
13770         Fix warnings
13772 2005-05-14  Naba Kumar  <naba@gnome.org>
13774         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13775         release.
13776         
13777         * configure.in: Fixed
13778         
13779         * plugins/class-inheritance/class-inheritance.png: New icon.
13780         
13781         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13782         screws up when reparented.
13784 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13786         * plugins/editor/search-replace.c,
13787         plugins/editor/search-replace_backend.c
13788         plugins/project-manager/plugin.c : Clear find pane if searching same 
13789         expression. Clean code.
13791 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13793         * configure.in: Added ne in ALL_LINGUAS
13794         
13795 2005-05-13  Naba Kumar  <naba@gnome.org>
13797         * configure.in: Fixed glade-3 version.
13798         
13799         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13800         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13801         plugins/gdb/watch.c: Update locals, watch and frame document on
13802         frame change.
13804 2005-05-12  Naba Kumar  <naba@gnome.org>
13806         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13807         scope autocompletion when the function definition is incomplete.
13808         
13809         * plugins/class-gen/anjuta-class-gen.plugin.in,
13810         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13811         plugins/gdb/plugin.c,
13812         plugins/glade/anjuta-glade.plugin.in,
13813         plugins/project-import/anjuta-project-import.plugin.in,
13814         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13815         titles for the wizards.
13817 2005-05-11  Naba Kumar  <naba@gnome.org>
13819         * configure.in, plugins/debug-manager/Makefile.am,
13820         plugins/debug-manager/plugin.c,
13821         (added) plugins/debug-manager/images/.cvsignore,
13822         (added) plugins/debug-manager/images/Makefile.am,
13823         (added) plugins/debug-manager/images/detach-16.png,
13824         (added) plugins/debug-manager/images/detach.png,
13825         (added) plugins/debug-manager/images/step-into-16.png,
13826         (added) plugins/debug-manager/images/step-into.png,
13827         (added) plugins/debug-manager/images/step-out-16.png,
13828         (added) plugins/debug-manager/images/step-out.png,
13829         (added) plugins/debug-manager/images/step-over-16.png,
13830         (added) plugins/debug-manager/images/step-over.png,
13831         plugins/gdb/Makefile.am,
13832         plugins/gdb/breakpoints.c,
13833         plugins/gdb/plugin.c,
13834         (added) plugins/gdb/images/.cvsignore,
13835         (added) plugins/gdb/images/Makefile.am,
13836         (added) plugins/gdb/images/breakpoint.png,
13837         (added) plugins/gdb/images/locals.png,
13838         (added) plugins/gdb/images/stack.png,
13839         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13840         'remove all'. Added debugger icons.
13842         * plugins/editor/text_editor.c: Fixed file monitor.
13844         Patch from: Massimo Cora'  <maxcvs@email.it>
13845         * plugins/patch/anjuta-patch-plugin.png,
13846         plugins/class-gen/Makefile.am,
13847         plugins/class-gen/action-callbacks.c,
13848         plugins/class-gen/class_gen.c,
13849         plugins/class-gen/class_logo.xpm: Implemented vcs
13850         file addions. New icons by Fabio Zecchini
13852 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13854         * libanjuta/interfaces/libanjuta.idl
13855         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13856         plugins/editor/search-replace_backend.c
13857         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13859 2005-05-11  Naba Kumar  <naba@gnome.org>
13860         
13861         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13862         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13863         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13864         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13865         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13866         memory leaks.
13867         
13868         * plugins/symbol-browser/an_symbol_prefs.c,
13869         plugins/symbol-browser/an_symbol_search.c,
13870         plugins/symbol-browser/an_symbol_view.c,
13871         plugins/symbol-browser/an_symbol_view.h,
13872         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13874 2005-05-11  Naba Kumar  <naba@gnome.org>
13876         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13877         
13878         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13879         progress bar location at create time, instead of hardcoding.
13880         
13881         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13882         Added mini splash screen.
13883         
13884         * plugins/editor/text_editor.c: Do not produce warning when file
13885         monitor could not be created.
13886         
13887         * plugins/profile-default/plugin.c: Save project session on exit.
13888         Show mini splash with progress bar at profile load.
13890 2005-05-10  Naba Kumar  <naba@gnome.org>
13892         * configure.in, manuals/Makefile.am: Fixed compile flags.
13893         Disable outdated manuals builds.
13894         
13895         * global-tags/Makefile.am: Uninstall tags files on
13896         'make uninstall'
13897         
13898         * libegg/Makefile.am: Use configured deprecated flags.
13899         
13900         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13901         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13902         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13903         Updated.
13904         
13905         * mime/Makefile.am: Take DESTDIR into account.
13906         
13907         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13908         
13909         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13910         on scope autocompletion.
13911         
13912         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13913         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13914         shared libs and static libs paths for debugging. Order them
13915         correctly.
13916         
13917         * po/POTFILES.in: Updated.
13919 2005-05-09  Naba Kumar  <naba@gnome.org>
13921         * libanjuta/interfaces/libanjuta.idl,
13922         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13923         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13924         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13925         Implemented debugger source directory search and emits location changed
13926         signal with absolute path of the file.
13928         * plugins/tools/tool.c: Fixed compile errors.
13929         
13930 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13932         * plugins/tools/anjuta-tools.glade,
13933         plugins/tools/dialog.h,
13934         plugins/tools/dialog.c,
13935         plugins/tools/plugin.c,
13936         plugins/tools/editor.c:
13937         Improve graphical user interface
13938         Remove old code
13939         Correct an error on close
13940         Some cleanups
13942         * plugins/tools/fileop.c,
13943         plugins/tools/tool.h,
13944         plugins/tools/tool.c:
13945         Change the tool internal structure
13946         Support having tools configuration in several places
13948 2005-05-08  Naba Kumar  <naba@gnome.org>
13950         * plugins/gdb/actions.c,
13951         (removed) plugins/gdb/registers_cbs.c,
13952         (removed) plugins/gdb/registers_cbs.h,
13953         (removed) plugins/gdb/registers_gui.c,
13954         (removed) plugins/gdb/sharedlib_cbs.c,
13955         (removed) plugins/gdb/sharedlib_cbs.h,
13956         (removed) plugins/gdb/sharedlib_gui.c,
13957         (removed) plugins/gdb/signals_cbs.c,
13958         (removed) plugins/gdb/signals_cbs.h,
13959         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13961 2005-05-08  Naba Kumar  <naba@gnome.org>
13963         * plugins/build-basic-autotools/executer.c: Fixed programs
13964         listing dialog.
13965         
13966         * plugins/debug-manager/Makefile.am,
13967         plugins/debug-manager/anjuta-debug-manager.glade,
13968         plugins/debug-manager/plugin.c,
13969         plugins/gdb/Makefile.am: Used libglade for programs listing
13970         dialog.
13971         
13972         * (added) plugins/gdb/pointer.png: Stack pointer image.
13973         
13974         * libanjuta/anjuta-marshal.list,
13975         pixmaps/Makefile.am,
13976         plugins/gdb/actions.c,
13977         plugins/gdb/actions.h,
13978         plugins/gdb/anjuta-gdb-plugin.ui,
13979         plugins/gdb/anjuta-gdb.glade,
13980         plugins/gdb/breakpoints.c,
13981         plugins/gdb/breakpoints.h,
13982         plugins/gdb/debug_tree.c,
13983         plugins/gdb/debug_tree.h,
13984         plugins/gdb/debugger.c,
13985         plugins/gdb/debugger.h,
13986         plugins/gdb/gdbmi-test.c,
13987         plugins/gdb/gdbmi.c,
13988         plugins/gdb/gdbmi.h,
13989         plugins/gdb/info.c,
13990         plugins/gdb/info.h,
13991         plugins/gdb/locals.c,
13992         plugins/gdb/locals.h,
13993         plugins/gdb/memory.c,
13994         plugins/gdb/memory.h,
13995         plugins/gdb/plugin.c,
13996         plugins/gdb/plugin.h,
13997         plugins/gdb/registers.c,
13998         plugins/gdb/registers.h,
13999         plugins/gdb/registers_cbs.c,
14000         plugins/gdb/registers_cbs.h,
14001         plugins/gdb/registers_gui.c,
14002         plugins/gdb/sharedlib.c,
14003         plugins/gdb/sharedlib.h,
14004         plugins/gdb/sharedlib_cbs.c,
14005         plugins/gdb/sharedlib_cbs.h,
14006         plugins/gdb/sharedlib_gui.c,
14007         plugins/gdb/signals.c,
14008         plugins/gdb/signals.h,
14009         plugins/gdb/signals_cbs.c,
14010         plugins/gdb/signals_cbs.h,
14011         plugins/gdb/signals_gui.c,
14012         plugins/gdb/stack_trace.c,
14013         plugins/gdb/stack_trace.h,
14014         plugins/gdb/utilities.c,
14015         plugins/gdb/utilities.h,
14016         plugins/gdb/watch.c,
14017         plugins/gdb/watch.h,
14018         plugins/gdb/watch_cbs.c,
14019         plugins/gdb/watch_cbs.h,
14020         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
14021         it for all debugger component updates and listing. Implemented
14022         user custom debugger command window. Fixed all debugger components
14023         to work correctly. Implemented debugger as GObject. Removed
14024         deprecated codes.
14025         
14026 2005-05-06  Naba Kumar  <naba@gnome.org>
14027         
14028         * TODO.tasks: Updated.
14029         
14030         * plugins/build-basic-autotools/Makefile.am,
14031         plugins/file-loader/Makefile.am,
14032         plugins/profile-default/Makefile.am,
14033         plugins/sample1/Makefile.am,
14034         plugins/symbol-browser/images/Makefile.am,
14035         src/Makefile.am: Fixed 'make distcheck' errors.
14037         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
14038         updates.
14040         * tagmanager/tm_workspace.c: Include prototypes in getting
14041         scope members.
14043 2005-05-06  Naba Kumar  <naba@gnome.org>
14045         * TODO.tasks: Updated.
14046         
14047         * configure.in, plugins/cvs-plugin/Makefile.am,
14048         plugins/debug-manager/Makefile.am,
14049         plugins/devhelp/Makefile.am,
14050         plugins/editor/Makefile.am,
14051         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
14052         
14053         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
14054         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
14055         interfaces.
14056         
14057         * tagmanager/tm_workspace.c,
14058         tagmanager/include/tm_workspace.h,
14059         plugins/editor/aneditor-autocomplete.cxx,
14060         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
14061         to return all matching tag types when no name is given instead of
14062         returning empty array.
14063         
14064         * plugins/symbol-browser/Makefile.am,
14065         (added) plugins/symbol-browser/an_symbol.c,
14066         (added) plugins/symbol-browser/an_symbol.h,
14067         plugins/symbol-browser/an_symbol_info.c,
14068         plugins/symbol-browser/an_symbol_info.h,
14069         (added) plugins/symbol-browser/an_symbol_iter.c,
14070         (added) plugins/symbol-browser/an_symbol_iter.h,
14071         plugins/symbol-browser/an_symbol_search.c,
14072         plugins/symbol-browser/an_symbol_view.c,
14073         plugins/symbol-browser/an_symbol_view.h,
14074         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
14075         plugins/symbol-browser/plugin.c,
14076         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
14077         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
14078         plugin and implemented IAnjutaIterable interface for symbol search
14079         and iteration.
14081         * plugins/class-inheritance/Makefile.am,
14082         plugins/class-inheritance/class-inherit.c,
14083         plugins/class-inheritance/class-inherit.h,
14084         plugins/class-inheritance/plugin.h: Use the newly added
14085         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
14086         get rid of libanjuta-ctags.la dependencies.
14088 2005-05-02  Naba Kumar  <naba@gnome.org>
14090         * plugins/class-inheritance/class-inherit.c,
14091         plugins/class-inheritance/plugin.c,
14092         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
14093         be found for a class. Formated code.
14095         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
14096         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
14097         of editor tabs.
14098         
14099 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
14101         * libanjuta/anjuta-launcher.c:
14102         Keep trying sending data until all bytes have been written
14104         * plugins/tools/anjuta-tools.glade,
14105         plugins/tools/editor.c:
14106         Add a combo box to defined data from stdin
14108         * plugins/tools/execute.c:
14109         Send data in stdin if needed
14110         Code cleanups
14112         * plugins/tools/fileop.c,
14113         plugins/tools/tool.h,
14114         plugins/tools/tool.c:
14115         Store, load and save stdin data
14116         Use tools-2.xml instead of tools.xml
14118         * plugins/tools/plugin.c,
14119         plugins/tools/plugin.h:
14120         Code cleanups
14122         * plugins/tools/dialog.c,
14123         plugins/tools/dialog.h:
14124         Few code cleanups
14126         * plugins/tools/variable.c,
14127         plugins/tools/variable.h:
14128         Add editor related variables
14129         Code cleanups
14131 2005-04-29  Naba Kumar  <naba@gnome.org>
14133         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
14135         * plugins/editor/text_editor.c: Fixed line marker interpretation.
14136         
14137         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
14138         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
14139         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
14140         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
14141         working on gdb MI interface. Completed MI parser interface.
14143         Patch from  Massimo Cora <maxcvs@email.it>:
14144         * plugins/class-inheritance/Makefile.am,
14145         plugins/class-inheritance/class-inherit.c,
14146         plugins/class-inheritance/class-inherit.h,
14147         plugins/class-inheritance/plugin.c,
14148         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
14149         Used system theme for colors. Display class members on mouse click.
14150         
14151 2005-04-28  Naba Kumar  <naba@gnome.org>
14153         * plugins/symbol-browser/an_symbol_prefs.c
14154         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
14155         implementation to create/add/remove custom tags files in symbol
14156         brower preferences.
14158         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
14159         EXTRA_DIST.
14161         * plugins/project-import/project-import.c: Fixed memory leaks and
14162         use correct debug prints.
14163         
14164         * TODO.tasks: Updated.
14165         
14166 2005-04-27  Naba Kumar  <naba@gnome.org>
14168         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
14169         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
14170         scintilla/Makefile.am: Fixed 'make distcheck' errors.
14172         * plugins/editor/anjuta-docman.c,
14173         plugins/editor/anjuta-docman.h,
14174         plugins/editor/plugin.c: Emit editor-added signal from docman
14175         and connect signals to new editor correctly.
14177         * plugins/class-inheritance/plugin.c,
14178         plugins/symbol-browser/plugin.c: Added stock icons.
14179         
14180         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
14181         plugins/build-basic-autotools/executer.c,
14182         plugins/build-basic-autotools/executer.h: Added missing files
14183         for the execute programs implementation.
14185 2005-04-26  Naba Kumar  <naba@gnome.org>
14186         
14187         * TODO.tasks: Updated.
14189         * plugins/file-loader/plugin.c,
14190         plugins/project-import/anjuta-project-import.plugin.in,
14191         plugins/project-import/plugin.c,
14192         plugins/project-import/project-import.c,
14193         plugins/project-import/project-import.h: Be able to import older
14194         anjuta projects.
14196 2005-04-26  Naba Kumar  <naba@gnome.org>
14198         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
14199         removing it from the shell.
14201         * libanjuta/anjuta-shell.c,
14202         libanjuta/anjuta-shell.h,
14203         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
14204         so that widget additions are freezed or thaw using a pending queue.
14205         Fixded UI flicker while loading projects.
14207 2005-04-26  Naba Kumar  <naba@gnome.org>
14209         * TODO.tasks: Updated.
14210         
14211         * libanjuta/interfaces/libanjuta.idl: Added execute method for
14212         IAnjutaBuildable interface.
14213         
14214         * plugins/build-basic-autotools/Makefile.am,
14215         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14216         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
14217         plugins/build-basic-autotools/build-basic-autotools.c,
14218         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
14219         interface and UI for executing project/file programs. Implemented
14220         IAnjutaFile interface so that executables could be opened directly.
14221         
14222         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
14223         Authors line (Reserved for external plugins, which do not have a way to
14224         show their credits).
14225         
14226         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
14227         [File Loader] group for menu labels (default to "Name" if it is not
14228         defined.
14229         
14230         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
14231         for executing external commands.
14233 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
14235         * plugins/project-wizard/property.c:
14236         Correct a memory leak
14238         * libanjuta/interfaces/libanjuta.idl,
14239         plugins/editor/text_editor.c:
14240         Add erase_all and replace_selection function to IAnjutaEditor
14242         * plugins/tools/anjuta-tools.glade,
14243         plugins/tools/fileop.c,
14244         plugins/tools/editor.c,
14245         plugins/tools/tool.c
14246         plugins/tools/tool.h:
14247         Add shortcut and icon 
14249         * plugins/tools/variable.c,
14250         plugins/tools/variable.h:
14251         Add a variable asking parameters at run time
14253         * plugins/tools/execute.c:
14254         Add a warning message for missing document manager
14255         Add replace buffer and replace selection output
14256         Correct an error in popup output
14258         * plugins/tools/plugin.c,
14259         plugins/tools/plugin.h,
14260         plugins/tools/anjuta-tools.ui,
14261         src/anjuta.ui:
14262         Few clean up
14263         Attach tools menu to a new place
14265 2005-04-25  Naba Kumar  <naba@gnome.org>
14267         * libanjuta/plugins.c, src/about.c, src/about.h,
14268         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
14269         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
14270         plugins (about box for plugins) menu.
14272 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14274         *  plugins/editor/search-replace.c :
14275         Displayed full path in Search pane window. 
14276         Bug 300231 : Selected line in Search pane window .
14277                 
14278 2005-04-23  Naba Kumar  <naba@gnome.org>
14280         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
14282 2005-04-22  Naba Kumar  <naba@gnome.org>
14284         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
14285         
14286         * plugins/project-wizard/templates/java.wiz,
14287         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
14288         to create bytecodes (.class) files.
14289         
14290         * plugins/symbol-browser/an_symbol_info.c,
14291         plugins/symbol-browser/an_symbol_info.h,
14292         plugins/symbol-browser/an_symbol_search.c,
14293         plugins/symbol-browser/an_symbol_view.c,
14294         plugins/symbol-browser/plugin.c,
14295         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
14296         in file symbol list.
14298 2005-04-22  Naba Kumar  <naba@gnome.org>
14300         * TODO.tasks: Updated.
14301         
14302         * plugins/class-inheritance/Makefile.am,
14303         plugins/subversion/Makefile.am: Do not install plugin files when
14304         plugin build condition is false.
14305         
14306         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
14307         plugins/build-basic-autotools/build-basic-autotools.c,
14308         plugins/build-basic-autotools/build-basic-autotools.h,
14309         plugins/file-loader/anjuta-loader-plugin.ui,
14310         plugins/file-loader/dnd.c,
14311         plugins/file-loader/plugin.c,
14312         plugins/file-loader/plugin.h,
14313         plugins/project-manager/anjuta-project-manager.ui,
14314         plugins/project-manager/plugin.c: Added open file and build context
14315         menu in project manager context menu.
14317 2005-04-22  Naba Kumar  <naba@gnome.org>
14319         * configure.in: Added message output showing conditional plugins to
14320         build or not.
14321         
14322         * src/layout.xml: Added layout for class-inheritance plugin widget.
14323         
14324         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
14325         plugin name to remove redundant terms.
14326         
14327         * TODO.tasks: Updated.
14328         
14329         * configure.in,
14330         plugins/symbol-browser/Makefile.am,
14331         plugins/symbol-browser/an_symbol_view.c,
14332         (removed) plugins/symbol-browser/sv_class.xpm,
14333         (removed) plugins/symbol-browser/sv_function.xpm,
14334         (removed) plugins/symbol-browser/sv_macro.xpm,
14335         (removed) plugins/symbol-browser/sv_private_fun.xpm,
14336         (removed) plugins/symbol-browser/sv_private_var.xpm,
14337         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
14338         (removed) plugins/symbol-browser/sv_protected_var.xpm,
14339         (removed) plugins/symbol-browser/sv_public_fun.xpm,
14340         (removed) plugins/symbol-browser/sv_public_var.xpm,
14341         (removed) plugins/symbol-browser/sv_static_fun.xpm,
14342         (removed) plugins/symbol-browser/sv_static_var.xpm,
14343         (removed) plugins/symbol-browser/sv_struct.xpm,
14344         (removed) plugins/symbol-browser/sv_unknown.xpm,
14345         (removed) plugins/symbol-browser/sv_variable.xpm,
14346         (added) plugins/symbol-browser/images/.cvsignore,
14347         (added) plugins/symbol-browser/images/Icons.16x16.Class,
14348         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
14349         (added) plugins/symbol-browser/images/Icons.16x16.Field,
14350         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
14351         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
14352         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
14353         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
14354         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
14355         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
14356         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
14357         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
14358         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
14359         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
14360         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
14361         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
14362         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
14363         (added) plugins/symbol-browser/images/Icons.16x16.Method,
14364         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
14365         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
14366         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
14367         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
14368         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
14369         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
14370         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
14371         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
14372         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
14373         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
14374         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
14375         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
14376         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
14377         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
14378         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
14379         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
14380         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
14381         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
14382         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
14383         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
14384         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
14385         pixmaps and added new icons (taken from monodevelop).
14387 2005-04-21  Naba Kumar  <naba@gnome.org>
14389         Patch from  Massimo Cora <maxcvs@email.it>:
14391         * configure.in, plugins/Makefile.am
14392         (new) plugins/class-inheritance/.cvsignore,
14393         (new) plugins/class-inheritance/Makefile.am,
14394         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
14395         (new) plugins/class-inheritance/class-inherit.c,
14396         (new) plugins/class-inheritance/class-inherit.h,
14397         (new) plugins/class-inheritance/plugin.c,
14398         (new) plugins/class-inheritance/plugin.h,
14399         (new) plugins/class-inheritance/class-inheritance.png: Added class
14400         inheritance plugin.
14401         
14402         Changes by naba: Added pkgconfig check for graphviz and conditionally
14403         build graphviz.
14404         
14405         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14407 2005-04-20  Naba Kumar  <naba@gnome.org>
14409         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14410         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14411         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14412         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14413         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14414         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14415         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14416         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14417         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14418         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14419         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14420         
14421         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14422         message view management.
14424         * libanjuta/anjuta-children.[ch],
14425         plugins/build-basic-autotools/build-basic-autotools.c,
14426         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14427         Removed anjuta_children_init() function,
14428         because it is done automatically when first invoked. Introduced
14429         anjuta_children_recover() to recover the child signalling. Fixed
14430         child exit management to correctly recover the exit status.
14431         
14432         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14433         to properly shutdown the launcher and to kill the running process
14434         (without emitting any signal).
14435         
14436         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14437         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14438         gdb and program instance.
14440 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14442         * plugins/editor/search-replace.c :
14443         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14445 2005-04-18  Naba Kumar  <naba@gnome.org>
14447         * TODO.tasks: Marked completed items.
14448         
14449         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14450         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14451         plugins/project-manager/plugin.c: Prompt user for the debugging
14452         target (select from a list of project's executable targets) and
14453         correctly start debugger. Take care of libtool wrapping when the
14454         target selected is libtool target. Fixed debugger menu items
14455         sensitivity.
14457 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
14459         * plugins/tools/execute.c,
14460         plugins/tools/execute.h:
14461         Implement save all files before running a command
14462         Implement all options for stdout and stderr except replace buffer
14463         Allow running several tools
14465         * plugins/tools/plugin.c:
14466         Move anjuta launcher in execute.c
14468         * plugins/tools/tools.h,
14469         plugins/tools/variable.c:
14470         Small changes
14472 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
14474         * plugins/tools/anjuta-tools.glade:
14475         Add new properties in tool editor dialog
14476         Cosmetic improvements
14477         
14478         * plugins/tools/anjuta-tools.ui:
14479         Attach tool menu as a build menu
14481         * plugins/tools/dialog.c:
14482         Set tool menu item sensitivity in tool list
14483         Fix bugs
14485         * plugins/tools/editor.c,
14486         plugins/tools/editor.h,
14487         plugins/tools/fileop.c,
14488         plugins/tools/tool.c,
14489         plugins/tools/tool.h:
14490         Add new properties (active, save file...)
14491         Most of them are still not implemented
14493         * plugins/tools/execute.c,
14494         plugins/tools/execute.h:
14495         Reorganize code to support multiple run
14496         Support run in terminal
14497         
14498         * plugins/tools/plugin.c
14499         plugins/tools/plugin.h:
14500         Move message handling in execute.c
14502         * plugins/tools/variable.h,
14503         plugins/tools/variable.c:
14504         Add useful variables
14505         
14506 2005-04-13  Naba Kumar  <naba@gnome.org>
14508         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14509         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14510         
14511 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14513         * plugins/tools/dialog.c plugins/tools/tool.c :
14514         Fixed bugs.
14516 2005-04-06  Naba Kumar  <naba@gnome.org>
14518         * src/anjuta.c: Load default session only when
14519         "anjuta.session.load.last" preference is enabled.
14520         
14521 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14523         * plugins/tools/Makefile.am,
14524         plugins/tools/variable.c,
14525         plugins/tools/variable.h:
14526         Add new code for handling variables
14528         * plugins/tools/anjuta-tools.glade:
14529         Improve tool editor dialog
14530         Add variable selection dialog
14532         * plugins/tools/dialog.c,
14533         plugins/tools/dialog.h,
14534         plugins/tools/plugin.c,
14535         plugins/tools/plugin.h:
14536         Add variable object
14537         Add a function to get it
14539         * plugins/tools/editor.c:
14540         Add gui code for variable selection dialog
14542         * plugins/tools/execute.c:
14543         Use variables for executing command
14544         
14545         * Naba: Compile warning fixes.
14547 2005-04-06  Naba Kumar  <naba@gnome.org>
14549         * TODO.tasks: Marked completed items.
14550         
14551 2005-04-06  Naba Kumar  <naba@gnome.org>
14553         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14554         compile error.
14555         
14556         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14558 2005-04-04  Naba Kumar  <naba@gnome.org>
14560         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14561         inside Main window.
14562         
14563 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14565         * plugins/tools/Makefile.am,
14566         plugins/tools/anjuta-tools.plugin.in,
14567         plugins/tools/anjuta-tools.ui,
14568         plugins/tools/anjuta-tools.gladei,
14569         plugins/tools/anjuta-tools-plugin.png,
14570         plugins/tools/plugin.c,
14571         plugins/tools/plugin.h,
14572         plugins/tools/dialog.c,
14573         plugins/tools/dialog.h,
14574         plugins/tools/fileop.c,
14575         plugins/tools/fileop.h,
14576         plugins/tools/tool.c,
14577         plugins/tools/tool.h,
14578         plugins/tools/editor.c,
14579         plugins/tools/editor.h,
14580         plugins/tools/execute.c,
14581         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14582         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14583         Not fully working
14585         * anjuta-tools.[ch]: Removed old tools code.
14586         
14587 2005-04-01  Steve Murphy  <murf@e-tools.com>
14589         * configure.in: Added "rw" to ALL_LINGUAS.
14591 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14593         * Modified Files:
14594         manuals/C/anjuta-manual/fileoperations.xml
14595         Added Files:
14596         manuals/C/anjuta-manual/figures/search_expr.png
14597         manuals/C/anjuta-manual/figures/search_expr_basic.png
14598         manuals/C/anjuta-manual/figures/search_file_list.png
14599         manuals/C/anjuta-manual/figures/search_file_pattern.png
14600         manuals/C/anjuta-manual/figures/search_replace.png
14601         manuals/C/anjuta-manual/figures/search_setting.png
14602         manuals/C/anjuta-manual/figures/search_target.png
14603         manuals/C/anjuta-manual/figures/search_target_action.png
14604         manuals/C/anjuta-manual/figures/search_target_in.png
14605         Removed Files:
14606         manuals/C/anjuta-manual/figures/find_files.png
14607         manuals/C/anjuta-manual/figures/find_replace.png
14608         manuals/C/anjuta-manual/figures/find_text.png :
14609         Updated Anjuta manual (File Operations)
14611 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14613         * manuals/C/anjuta-manual/fileoperations.xml,
14614         manuals/C/anjuta-manual/figures/open_file.png,
14615         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14616         manuals/C/anjuta-manual/figures/prefs_print.png,
14617         manuals/C/anjuta-manual/figures/print_dlg.png,
14618         manuals/C/anjuta-manual/figures/print_preview.png.
14619         * Added Files:
14620         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14621         manuals/C/anjuta-manual/figures/display_macro.png,
14622         manuals/C/anjuta-manual/figures/insert_text.png,
14623         manuals/C/anjuta-manual/figures/keyword_macro.png,
14624         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14625         manuals/C/anjuta-manual/figures/save_as_file.png :
14626         Updated Anjuta Manual (File Operations)
14628 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14630         * plugins/editor/action-callbacks.c,
14631           plugins/file-loader/plugin.c,
14632           plugins/gtodo/main.c,
14633           plugins/project-wizard/druid.c:
14634           Fix spelling/grammar errors. Fixes bugs
14635           169068, 169137, 169138, and 169139.
14637 2005-03-21  Naba Kumar  <naba@gnome.org>
14639         Patch from: Massimo Cora' <maxcvs@email.it>:
14640         
14641         * plugins/editor/Makefile.am
14642         plugins/editor/anjuta-docman.c,
14643         (added) plugins/editor/editor-tooltips.c,
14644         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14645         editor tabs to show full path.
14647 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14648         
14649         * plugins/subversion/svn-backend.c:
14650         Removed "apr-0/" from include because this is 
14651         already included in SVN_INCLUDE and broke building if
14652         apr >= 1.0 was installed.
14654 2005-03-18  Naba Kumar  <naba@gnome.org>
14656         Patch from: Massimo Cora' <maxcvs@email.it>:
14658         * plugins/editor/action-callbacks.c,
14659         plugins/editor/aneditor-calltip.cxx,
14660         plugins/editor/aneditor-priv.h,
14661         plugins/editor/aneditor.cxx,
14662         plugins/editor/aneditor.h,
14663         plugins/editor/anjuta-document-manager.ui: Added calltip
14664         activation from menu.
14666 2005-03-16  Naba Kumar  <naba@gnome.org>
14668         Patch from: Massimo Cora' <maxcvs@email.it>:
14669         
14670         * plugins/class-gen/action-callbacks.c,
14671         plugins/class-gen/anjuta-class-gen-plugin.glade,
14672         plugins/class-gen/class_gen.c,
14673         plugins/class-gen/class_gen.h,
14674         plugins/class-gen/class_logo.xpm,
14675         plugins/class-gen/plugin.c: Create files without project
14676         being open. Add to project support. And other enhancements.
14678 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14680         * anjuta.glade,
14681           plugins/debug-manager/utilities.c,
14682           plugins/file-loader/plugin.c,
14683           plugins/gdb/utilities.c,
14684           plugins/profile-default/plugin.c,
14685           plugins/project-import/project-import.c,
14686           src/anjuta-actions.h:
14687           Spelling/grammar fixes.
14689 2005-03-13  Naba Kumar  <naba@gnome.org>
14690         
14691         * plugins/editor/action-callbacks.c,
14692         plugins/editor/action-callbacks.h,
14693         plugins/editor/anjuta-document-manager.ui,
14694         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14695         submenu. Moved menuitems from Format to View->Editor.
14696         
14697         * src/action-callbacks.c, src/action-callbacks.h,
14698         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14699         layout and lock layout menus in View submenu. Get rid of
14700         Settings->Layout Manager menu.
14701         
14702         * plugins/project-import/anjuta-project-import.plugin.in:
14703         Fixed icon name
14705         * global-tags/Makefile.am,
14706         global-tags/create_global_tags.sh,
14707         plugins/editor/aneditor-autocomplete.cxx,
14708         plugins/editor/aneditor-priv.h,
14709         plugins/editor/aneditor.cxx,
14710         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14711         in editor and made it work in global symbols also.
14712         
14713         * src/anjuta-app.c: Always use priority texts besides icons style
14714         for toolbars, because other styles look horible for Anjuta (fixme).
14716 2005-03-11  Naba Kumar  <naba@gnome.org>
14718         * configure.in: Removed test for iconv.
14720         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14721         before scintilla widget is realized.
14722         
14723         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14724         for Update menuitem.
14725         
14726         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14727         already applied in scintilla main stream.
14728         
14729         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14730         and notified scintilla developer.
14731         
14732 2005-03-10  Naba Kumar  <naba@gnome.org>
14734         * src/action-callbacks.c: Removed reference to src/help.h (dead
14735         file).
14737         * plugins/editor/text_editor.c: Removed reference to
14738         src/launcher.h (a dead file).
14740         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14741         src/controls.c, src/controls.h, src/fileselection.c,
14742         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14743         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14744         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14745         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14746         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14747         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14748         Removed these dead files from CVS.
14751 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14753         * plugins/file-wizard/action-callbacks.c : Added error message.
14754         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14757 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14758         
14759         * plugins/cvs-plugin/cvs-callbacks.c
14760         plugins/cvs-plugin/plugin.c:
14761         Fixed preferences page init and busy handling
14762         
14763         * plugins/subversion/plugin.c:
14764         Fixed preferences page init
14766 2005-03-09  Naba Kumar  <naba@gnome.org>
14768         * plugins/Makefile.am, plugins/glade/Makefile.am,
14769         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14770         enabled glade plugin in Anjuta. The plugin is built only when
14771         glade3 is installed.
14772         
14773 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14775         * plugins/project-wizard/templates/java.wiz
14776         plugins/project-wizard/templates/java-logo.png (*)
14777         plugins/project-wizard/templates/java/*
14778         plugins/project-wizard/templates/Makefile.am
14779         configure.in:
14780         
14781         Add Java project type. It generates a autoconf/automake
14782         project which is compiled using gcj. It requires automake 
14783         > 1.4 (1.9 is known to work) to work!
14784         
14785         (*) still awaiting response from the gcj team if we
14786         may use their logo.
14787         
14788 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14789         
14790         * plugins/project-import/*
14791         plugins/Makefile.am
14792         configure.in:
14793         Added project import plugin. Might be a bit buggy and limited
14794         but works for now.
14795         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14796         Icon from old pixmaps dir
14798 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14800         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14801         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14802         Added C Custom_Indent line macro.
14803         Cleaned macros.xml
14805 2005-03-09  Naba Kumar  <naba@gnome.org>
14807         * TODO.tasks: Added new message-manager tasks.
14808         
14809         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14810         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14811         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14812         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14813         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14814         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14815         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14816         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14817         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14818         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14819         
14820         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14821         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14822         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14823         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14824         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14825         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14826         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14827         Removed debugger widgets from shell on debugger shutdown. Added
14828         scrolled windows for docked widgets. Removed unnecessary widget refs
14829         and unrefs. Destroy widgets correctly on debugger shutdown.
14830         
14831         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14832         with project description title. Removed frame shadow.
14833         
14834         * plugins/project-wizard/druid.c: Initializes tooltips.
14835         
14836         * scintilla/Makefile.am: Fixed comiple error.
14838 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14840         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14841           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14843 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14845         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14846         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14847         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14848         plugins/macro/macros.xml, plugins/macro/plugin.c :
14849         Moved cursor at the '|' position defined in macros.
14851 2005-03-07  Naba Kumar  <naba@gnome.org>
14853         * plugins/subversion/Makefile.am: Fixed build error.
14855         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14856         types (perl, python, shellscript).
14857         
14858         * plugins/editor/plugin.c: Fixed to show all highlight options.
14859         
14860 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14862         * TODO.tasks : updated tasks.
14863         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14865 2005-03-07  Naba Kumar  <naba@gnome.org>
14867         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14868         or disable subversion file-manager submenu. If "Subvesion" is also
14869         valid directory, we should also check for it.
14871         * configure.in: Disable cygwin macro until someone fixes the
14872         autoconf warnings.
14873         
14874         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14875         backward compatibility.
14876         
14877 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14879         * src/about.c : Cleaned code.
14880         * plugins/macro/macros.xml : Added "do_while" C macro.
14881         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14882         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14883         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14884         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14885         
14886 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14888         * plugins/class-gen/plugin.c:
14889         Removed "return" to activate project_root_uri watching.
14891 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14893         * plugins/Makefile.am
14894         plugins/subversion/*:
14895         Added subversion plugin. Add, Remove, Commit and Update work
14896         everything else needs work.
14897         
14898         * plugins/terminal/terminal.c
14899         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14900         we still have focus problems with the editor.
14902 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14904         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14905         
14906 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14908         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14910 2005-03-04  Naba Kumar  <naba@gnome.org>
14912         Patch from Massimo Cora' <maxcvs@email.it>:
14914         * plugins/class-gen/Makefile.am,
14915         plugins/class-gen/action-callbacks.c,
14916         plugins/class-gen/action-callbacks.h,
14917         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14918         plugins/class-gen/anjuta-class-gen.plugin.in,
14919         plugins/class-gen/class_gen.c,
14920         plugins/class-gen/class_gen.h,
14921         (removed) plugins/class-gen/clsGen.c,
14922         (added) plugins/class-gen/goc_template_header,
14923         (added) plugins/class-gen/goc_template_source,
14924         plugins/class-gen/plugin.c,
14925         plugins/class-gen/plugin.h: Refactored class gen code.
14926         Added GOCBuilder code. Fixed UI. Implemented plugin.
14928 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14930         * plugins/project-wizard/property.c
14931         plugins/project-wizard/install.c
14932         plugins/project-wizard/druid.c
14933         plugins/editor/goto_line.c
14934         plugins/editor/plugin.c
14935         plugins/gtodo/add_edit_item.c
14936         plugins/gtodo/ligtodo.c
14937         plugins/gtodo/main.c
14938         plugins/gtodo/preferences.c:
14939         Fixed #167559, #167534, #167266, #167357
14940         (Bad English in strings...)
14941         
14942         Thanks to Adam Weinberger and Thierry Moisan for
14943         reporting!
14945 2005-03-03  Naba Kumar  <naba@gnome.org>
14947         * libegg/Makefile.am, libegg/menu/Makefile.am,
14948         (added) libegg/egg-submenu-action.c,
14949         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14950         submenu (used for wizard listing).
14951         
14952         * plugins/file-loader/anjuta-loader-plugin.ui
14953         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14954         and toolbar.
14955         
14956         * plugins/editor/action-callbacks.c,
14957         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14958         ctrl+tabbing because it was interfaring with focus navigation.
14959         Focus editor on "Esc" in incremental search entry. Cleanups.
14960         
14961         * plugins/file-manager/an_file_view.c,
14962         plugins/symbol-browser/plugin.c,
14963         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14964         Cleanups.
14965         
14966         * plugins/profile-default/plugin.c,
14967         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14968         for sesssion load.
14969         
14970         * (removed) scintilla/patches/a64-crash-fix.patch,
14971         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14972         scintilla patches.
14974 2005-03-03  Naba Kumar  <naba@gnome.org>
14976         * HACKING: Fixed typos.
14977         
14978         * plugins/editor/aneditor-indent.cxx: Clean up.
14979         
14980         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14981         Enable/disable save, undo and redo actions depending on state
14982         of the editor.
14983         
14984 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14986         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14987         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14988         Displayed search_incremental status.
14990         * Removed plugins/editor/search_incremental.[ch]
14992 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14993         
14994         * plugins/cvs-plugin/cvs-execute.c
14995         plugins/cvs-plugin/cvs-callbacks.c:
14996         - Use weak reference on mesg_view and reuse tab if
14997         it still exists to avoid cluttering message manager.
14998         - Fixed bug in cvs remove
14999         
15000         README, HACKING: Updated
15001         
15002         configure.in: Added check for libsvn
15004 2005-02-29  Naba Kumar  <naba@gnome.org>
15005         
15006         * plugins/file-manager/an_file_view.c,
15007         plugins/symbol-browser/an_symbol_view.c,
15008         plugins/symbol-browser/plugin.c: Hide column headers (they
15009         are redundant).
15011 2005-02-29  Naba Kumar  <naba@gnome.org>
15013         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
15014         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
15015         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
15016         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
15017         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
15018         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
15019         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
15020         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
15021         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
15022         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15024         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
15025         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
15026         (added) libanjuta/anjuta-session.[hc],
15027         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15028         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
15029         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
15030         src/main.c:
15031         
15032         Implemented session management. Implemented session
15033         container class. Added session notifications from shell. Implemented
15034         session save/load in editor, file-loader, default-profile-plugin
15035         and anjuta-app. Fixed window sizing and restoration. Cleaned up
15036         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
15037         and maximized states in session. Implemented project session
15038         management.
15040 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15042         * plugins/class-gen/action-callbacks.[ch],
15043         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
15044         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
15045         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
15046         with Escape key.
15048 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
15049         
15050         * plugins/project-wizard/anjuta-project-wizard.glade,
15051         plugins/project-wizard/druid.c:
15052         Add some padding in tab label in project selection page
15053         
15054         * plugins/project-wizard/druid.c,
15055         plugins/project-wizard/parser.c:
15056         Search for project template recursively
15057         Add ~/.anjuta/project to the search paths
15059 2005-02-26  Naba Kumar  <naba@gnome.org>
15061         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
15062         * plugins/file-loader/plugin.c: Fixed crash bug.
15063         * libanjuta/plugins.c: Fixed memory leak.
15064         
15065 2005-02-26  Naba Kumar  <naba@gnome.org>
15066         
15067         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
15068         "UserActivatable" attribute for plugins. This attribute if set to
15069         "no" will prevent users from activating/deactivating it from
15070         plugins dialog. Added a toggle button in plugins dialog to toggle
15071         the plugins list between list of activatable plugins (default) to
15072         list of all plugins. anjuta_plugin_select() now only selects the
15073         plugin. Added anjuta_plugins_select_and_activate() method that will
15074         select and activate it.
15075         
15076         * plugins/profile-default/Makefile.am,
15077         plugins/profile-default/anjuta-default-profile.ui,
15078         plugins/profile-default/plugin.c,
15079         plugins/profile-default/plugin.h,
15080         plugins/project-manager/anjuta-project-manager.ui,
15081         plugins/project-manager/plugin.c,
15082         plugins/project-manager/plugin.h:
15083         
15084         Anjuta projects (*.anjuta) files define the profile of respective
15085         projects. Profile is a set of related plugins required for the
15086         project to open. Moved "close project" action from Project Manager
15087         to Profile Manager plugin. Implemented loading and unloading of
15088         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
15089         (instead of Project Manager) now handles opening of *.anjuta files.
15090         Close Project menuitem is now moved to File submenu (being
15091         consistent with Anjuta 1.x versions and avoiding creating Project
15092         submenu when project manager is not loaded).
15093         
15094         * src/anjuta-actions.h: Fixed short-cut key for Help content.
15095         
15096         * src/anjuta.ui: Fixed place holder for projects.
15097         
15098         * (new) plugins/profile-default/default.anjuta: default startup
15099         profile. Removed the hardcoded plugins loading in
15100         DefaultProfilePlugin.
15102         * anjuta.anjuta,
15103         plugins/project-wizard/templates/terminal/project.anjuta:
15104         Implemented project format in newly created projects.
15106         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
15107         plugins/class-gen/anjuta-class-gen.plugin.in,
15108         plugins/cvs-plugin/anjuta-cvs.plugin.in,
15109         plugins/editor/anjuta-document-manager.plugin.in,
15110         plugins/file-loader/anjuta-loader.plugin.in,
15111         plugins/file-wizard/anjuta-file-wizard.plugin.in,
15112         plugins/gdb/anjuta-gdb.plugin.in,
15113         plugins/glade/anjuta-glade.plugin.in,
15114         plugins/message-view/anjuta-message-manager.plugin.in,
15115         plugins/profile-default/anjuta-default-profile.plugin.in,
15116         plugins/project-manager/anjuta-project-manager.plugin.in,
15117         plugins/project-wizard/anjuta-project-wizard.plugin.in:
15118         Defined UserActivatable attributes. Added supported types attribute.
15120         * plugins/project-wizard/anjuta-project-wizard.glade
15121         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
15122         "Project Wizard" in preferences title.
15124         * TODO.tasks: Updated.
15125         
15126         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
15127         Updated.
15128         
15129 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15131         * plugins/file-wizard/anjuta-file-wizard.glade
15132         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
15133         
15134         Integrated License macros, cleaned file.c.
15135         
15136 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
15137         
15138         * plugins/macor/macro-util.c: Fixed crash bugs if email or
15139         username can not be found correctly.
15141 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15143         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
15144         plugins/macro/macros.xml :
15145         
15146         Added Headers macros. Cleaned file.c
15148 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15150         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
15151         plugins/macro/macros.xml :
15152         
15153         Fixed a bug. Added Header macro.
15155         
15156 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15158         * plugins/file-wizard/action-callbacks.c, 
15159         plugins/file-wizard/file.c, plugins/macro/macro-util.c
15160         plugins/macro/macros.xml :
15161         
15162         Added FileName, Header template macros.
15163         
15164 2005-02-24  Naba Kumar  <naba@gnome.org>
15165         
15166         * plugins/patch/patch-plugin.c: Fixed a function call.
15167         
15168         * src/anjuta.c, src/main.c: Save and load default session.
15169         
15170 2005-02-24  Naba Kumar  <naba@gnome.org>
15172         * libanjuta/interfaces/libanjuta.idl,
15173         plugins/message-view/anjuta-msgman.c,
15174         plugins/message-view/anjuta-msgman.h,
15175         plugins/message-view/plugin.c: Added and implemented
15176         set_view_title() method.
15177         
15178         * plugins/build-basic-autotools/build-basic-autotools.c,
15179         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
15180         build context pooling. Maximum 3 contexts are reused. Additional
15181         contexts are created when all are busy.
15183 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15185         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
15186         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
15187         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
15188         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
15190         Added Copyright, Changelog macros.
15191                 
15192 2005-02-23  Naba Kumar  <naba@gnome.org>
15194         Patch from Massimo Cora' <maxcvs@email.it>:
15195         * plugins/Makefile.am,
15196         plugins/patch/Makefile.am,
15197         (added) plugins/patch/anjuta-patch-plugin.png,
15198         (added) plugins/patch/anjuta-patch.plugin.in,
15199         (added) plugins/patch/anjuta-patch.ui,
15200         plugins/patch/patch-plugin.c,
15201         (added) plugins/patch/patch-plugin.h,
15202         (added) plugins/patch/plugin.c,
15203         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
15204         architecture.
15206 2005-02-23  Naba Kumar  <naba@gnome.org>
15208         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
15209         file-loader/plugin.c, profile-default/plugin.c:
15210         Implemented "activated" and "deactivated" signals for plugin class.
15211         Renamed *_location() functions to *_id(), because location is
15212         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
15213         anjuta_plugins_unload_plugin().
15214         
15215         * class-gen/plugin.c: Fixed complier warning and utility function call.
15216         
15217         * debug-manager/plugin.c: Unload debugger plugin correctly.
15218         
15219         * project-manager/plugin.c:     Fixed compiler warnings.
15220         
15221         * plugins/project-wizard/templates/gnome/.cvsignore,
15222         plugins/project-wizard/templates/gnome/po/.cvsignore,
15223         plugins/project-wizard/templates/gnome/src/.cvsignore,
15224         plugins/project-wizard/templates/gtk/po/.cvsignore,
15225         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
15226         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
15227         
15228         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
15229         build (we need to fix this thing).
15230         
15231 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
15233         * plugins/macro/macro-action.[ch]
15234         plugins/macro/macro-edit.c
15235         plugins/macro/macro-dialog.c
15236         plugins/macro/macro-db.[ch]
15237         plugins/macro/plugin.[ch]
15238         plugins/macro/macro-util.[ch] (added)
15239         
15240         Cleaned up macro plugin and preview expanded macros.
15242 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
15244         * plugins/cvs-plugin/cvs-interface.c:
15246         Fixed option setting when using no compression and not 
15247         ignoring .cvsrc
15249 2005-02-23  Naba Kumar  <naba@gnome.org>
15250         
15251         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
15252         geometry on exit and startup (only if there is no geometry from the
15253         session).
15255         * TODO.tasks: Updated.
15256         
15257         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
15258         
15259         * manuals/reference/libanjuta/Makefile.am,
15260         manuals/reference/libanjuta/libanjuta-docs.sgml,
15261         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
15262         documentation for writing project templates.
15264 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15266         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
15267         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
15268         
15269         Expansion keywords in macros. 
15271 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15273         * plugins/file-wizard/action-callbacks.c,
15274         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
15275         plugins/macro/macros.xml :
15276         
15277         Inserting text by macro plugin
15278         In progress ...
15280 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
15282         * plugins/macro/plugin.c
15283         plugins/cvs-plugin/plugin.c:
15284         
15285         Fixed interfaces (use static)
15287 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
15288         
15289         * plugins/macro/macro-actions.[ch]
15290         plugins/macro/plugin.c
15291         libanjuta/interfaces/libanjuta.idl:
15292         
15293         Implemented IAnjutaMacro interface to be used by file-wizard
15294         
15295         * plugins/cvs-plugin/plugin.c
15296         libanjuta/interfaces/libanjuta.idl:
15297         
15298         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
15299         for all version control systems and not only for cvs.
15301 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15303         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
15304         insert_macro.
15305         
15306         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
15309 2005-02-21  Naba Kumar  <naba@gnome.org>
15311         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
15312         IAnjutaDebugger interface.
15313         
15314         * plugins/debug-manager/anjuta-debug-manager.ui,
15315         plugins/debug-manager/attach_process.c,
15316         plugins/debug-manager/attach_process.h,
15317         plugins/debug-manager/plugin.c,
15318         plugins/debug-manager/plugin.h,
15319         plugins/gdb/actions.c,
15320         plugins/gdb/actions.h,
15321         plugins/gdb/anjuta-gdb-plugin.ui,
15322         plugins/gdb/breakpoints.c,
15323         plugins/gdb/breakpoints.h,
15324         plugins/gdb/debugger.c,
15325         plugins/gdb/debugger.h,
15326         plugins/gdb/memory.c,
15327         plugins/gdb/plugin.c,
15328         plugins/gdb/plugin.h,
15329         plugins/gdb/sharedlib.h,
15330         plugins/gdb/sharedlib_cbs.c,
15331         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
15332         correctly between debug-manager and debugger. Implemented debugger
15333         interface in gdb plugin. Fixed action names. Added UI updating.
15334         Start and stop debugger (does not work yet). Fixed UI merging.
15335         Fixed debugger plugin handling in debug-manager.
15337 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
15339         * plugins/editor/aneditor-autocomplete.cxx:
15340         
15341         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
15342         crash with C++ "template" keyword.
15344 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15346         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15347         Fixed bug (Closed macro dialogs with Esc key).
15348         
15349 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
15350         
15351         * plugins/project-wizard/xlib.wiz,
15352         plugins/project-wizard/xlib-logo.png,
15353         plugins/project-wizard/xlib/*:
15354         Port old xlib anjuta project on new project wizard
15355         
15356         * plugins/project-wizard/xlib-dock.wiz,
15357         plugins/project-wizard/xlib-dock/*:
15358         Port old xlib dock anjuta project on new project wizard
15359         
15360         * plugins/project-wizard/wxwin.wiz,
15361         plugins/project-wizard/wxwin-logo.png,
15362         plugins/project-wizard/wxwin/*:
15363         Port old wxwin anjuta project on new project wizard
15364         
15365         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
15366         necessary changes for the new templates.
15367         
15368 2005-02-18  Naba Kumar  <naba@gnome.org>
15370         * plugins/Makefile.am: Added class-gen
15371         
15372 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
15374         * plugins/project-wizard/header.c:
15375         Fix a bug in sorting of project categories
15377 2005-02-18  Naba Kumar  <naba@gnome.org>
15379         Patch from Massimo Cora  <maxcvs@email.it>:
15380         
15381         * plugins/class-gen/.cvsignore,
15382         plugins/class-gen/Makefile.am,
15383         (added) plugins/class-gen/action-callbacks.c,
15384         (added) plugins/class-gen/action-callbacks.h,
15385         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
15386         (added) plugins/class-gen/class_gen.c,
15387         (added) plugins/class-gen/class_gen.h,
15388         (added) plugins/class-gen/plugin.c,
15389         (added) plugins/class-gen/plugin.h: Ported class wizard to the
15390         new architecture.
15391         
15392         * plugins/project-manager/plugin.c: implemented add_source().
15394 2005-02-17  Naba Kumar  <naba@gnome.org>
15396         * plugins/file-loader/plugin.c: Fixed possible crash.
15397         
15398         * src/action-callbacks.c, src/action-callbacks.h,
15399         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15401 2005-02-17  Naba Kumar  <naba@gnome.org>
15402         
15403         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15404         plugins/project-wizard/templates/gnome.wiz,
15405         plugins/project-wizard/templates/gtk.wiz,
15406         plugins/project-wizard/templates/gtkmm.wiz,
15407         plugins/project-wizard/templates/terminal.wiz,
15408         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15409         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15410         plugins/project-wizard/templates/gnome/src/callbacks.c,
15411         plugins/project-wizard/templates/gnome/src/callbacks.h,
15412         plugins/project-wizard/templates/gnome/src/main.c,
15413         plugins/project-wizard/templates/gtk/src/callbacks.c,
15414         plugins/project-wizard/templates/gtk/src/callbacks.h,
15415         plugins/project-wizard/templates/gtk/src/main.c,
15416         plugins/project-wizard/templates/gtkmm/src/main.cc,
15417         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15418         to generate licence correctly (without any extra newlines). Removed
15419         IncludeGNUHeader macro definition and added proper licence property.
15420         Fixed project directory paths in file contents.
15422 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15424         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15425         Closed macro dialogs with Esc key.
15427 2005-02-16  Naba Kumar  <naba@gnome.org>
15429         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15430         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15431         plugins/project-wizard/templates/gnome/src/callbacks.c,
15432         plugins/project-wizard/templates/gnome/src/callbacks.h,
15433         plugins/project-wizard/templates/gnome/src/main.c,
15434         plugins/project-wizard/templates/gtk/src/main.c,
15435         plugins/project-wizard/templates/gtkmm/src/main.cc,
15436         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15437         macros to avoid blank newlines.
15439 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
15441         * plugins/project-wizard/autogen.c:
15442         Correct a problem when having property value in UTF-8
15444         * plugins/project-wizard/druid.c:
15445         Correct a bug when reselecting a new project (all pages
15446         must be removed)
15448         * plugins/project-wizard/property.c:
15449         Avoid having default invalid properties
15451         * plugins/project-wizard/templates/terminal.wiz,
15452         plugins/project-wizard/templates/terminal/po/ChangeLog,
15453         plugins/project-wizard/templates/terminal/src/main.c:
15454         Remove command for testing run function
15455         Move destination directory to second page and include
15456         project name. Add exist tag. Remove unused properties.
15458 2005-02-16  Naba Kumar  <naba@gnome.org>
15460         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15461         plugins/debug-manager/anjuta-debug-manager.ui,
15462         plugins/debug-manager/plugin.c,
15463         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15464         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15465         plugins/gdb/plugin.h, plugins/gdb/registers.c,
15466         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15467         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15468         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15469         (removed) src/anjuta_info.c,
15470         (removed) src/anjuta_info.h,
15471         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15472         (added) plugins/gdb/anjuta-gdb-plugin.ui,
15473         (added) plugins/gdb/actions.c,
15474         (added) plugins/gdb/actions.h: Completed initial
15475         porting of debugger to new architecture. Fixed many of the debugger
15476         functions.
15478         * plugins/file-loader/plugin.c: Detect some important mime ourself
15479         to avoid inconsistencies when mime system isn't working.
15480         
15481 2005-02-16  Naba Kumar  <naba@gnome.org>
15483         * plugins/editor/Makefile.am,
15484         (added) plugins/editor/aneditor-autocomplete.cxx,
15485         (added) plugins/editor/aneditor-calltip.cxx,
15486         (added) plugins/editor/aneditor-indent.cxx,
15487         (added) plugins/editor/aneditor-priv.h,
15488         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15489         different smaller chunks to make it easy to maintain.
15491 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15493         * plugins/project-wizard/druid.c :
15494         
15495         Found system Email address if not defined in Preferences.
15497 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15498         
15499         * plugins/project-wizard/gtkmm.wiz
15500         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15501         plugins/project-wizard/gtkmm/*
15502         
15503         Added GTKmm (C++) project type
15505 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15507         * plugins/message-view/plugin.c
15508         plugins/message-view/message-view.c
15509         TODO.gtodo:
15510         Implemented next/prev action
15512 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15514         * plugins/project-wizard/templates/libglade2.* :
15515         Removed libglade2 project.
15516         
15517         * plugins/project-wizard/templates/gtk* :
15518         Removed interface.[ch] & support.[ch].
15519         
15520 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15522         * plugins/project-wizard/anjuta-project-wizard.glade,
15523         plugins/project-wizard/property.[ch],
15524         plugins/project-wizard/templates/anjuta-plugin.wiz :
15525         Added a new property ("iconfile").
15527 2005-02-14  Naba Kumar  <naba@gnome.org>
15529         * plugins/project-wizard/install.c,
15530         plugins/project-wizard/plugin.c,
15531         plugins/project-wizard/templates/anjuta-plugin.wiz,
15532         plugins/project-wizard/templates/gnome.wiz,
15533         plugins/project-wizard/templates/gtk.wiz,
15534         plugins/project-wizard/templates/libglade2.wiz,
15535         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15536         newly created projects and open them. Fixed message buffering in
15537         wizard.
15539 2005-02-14  Naba Kumar  <naba@gnome.org>
15541         * src/about.c, pixmaps/Makefile.am,
15542         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15543         
15544         * mime/gnome-mime-application-x-anjuta.png,
15545         pixmaps/anjuta_icon.png,
15546         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15547         done by 9-speed at:
15548         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15549         
15550 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15552         * configure.in,
15553         plugins/project-wizard/templates/libglade2-logo.png,
15554         plugins/project-wizard/templates/libglade2.wiz,
15555         plugins/project-wizard/templates/libglade2/* :
15556         Add Glade2 project
15559 2005-02-14  Naba Kumar  <naba@gnome.org>
15561         * TODO.tasks: Updated.
15562         
15563         * plugins/editor/anjuta-docman.c,
15564         plugins/editor/text_editor.c,
15565         plugins/editor/text_editor.h,
15566         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15567         for file modification, but it is still not functioning.
15569 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15571         * plugins/project-wizard/values.c,
15572         plugins/project-wizard/values.h,
15573         plugins/project-wizard/property.c,
15574         plugins/project-wizard/property.h,
15575         plugins/project-wizard/druid.c:
15576         Rewrite mandatory property check
15577         Add check of exist property
15578         Rewrite handling of cached property page
15580 2005-02-13  Naba Kumar  <naba@gnome.org>
15582         Patch from Igor Kovalenko  <garrison@mail.ru>:
15583         * tagmanager/tm_workspace.c: Improved performance.
15585 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15587         *plugins/project-wizard/templates/*.wiz,
15588         plugins/project-wizard/druid.c,
15589         plugins/project-wizard/templates/terminal/src/main.c,
15590         plugins/project-wizard/templates/gtk/src/*.[ch],
15591         plugins/project-wizard/templates/gtk/src/Makefile.am,
15592         plugins/project-wizard/templates/gnome/src/*.[ch],
15593         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15594         Add Copyright date & Email address,
15595         Correct terminal project.
15596         
15597 2005-02-12  Naba Kumar  <naba@gnome.org>
15599         * plugins/project-wizard/property.c: Fixed hidden
15600         properties to take values.
15602         * plugins/project-wizard/file.[ch]: Renamed
15603         true/false enum values to fix compile error
15604         (conflict with other definition).
15605         
15606         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15607         even when mime type detection fails (for example, when Anjuta is
15608         installed in non-system prefix).
15610 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15612         * plugins/project-wizard/values.c,
15613         plugins/project-wizard/values.h:
15614         Rewrite file with more comments
15616         * plugins/project-wizard/druid.c,
15617         plugins/project-wizard/druid.h,
15618         plugins/project-wizard/autogen.c,
15619         plugins/project-wizard/autogen.h,
15620         plugins/project-wizard/druid.c,
15621         plugins/project-wizard/druid.h:
15622         Add more comments
15623         Use values instead of properties
15624         Move default properties to druid.c
15626         * plugins/project-wizard/install.c,
15627         plugins/project-wizard/install.h:
15628         Use values instead of properties
15629         Add a check to avoid overwriting files
15631         * plugins/project-wizard/parser.c,
15632         plugins/project-wizard/property.c,
15633         plugins/project-wizard/property.h:
15634         Update to use new values
15635         Add an "exist" attribute to check if a directory already exist
15637         * plugins/project-wizard/anjuta-project-wizard.glade:
15638         Change project selection page (GtkTextView => GtkLabel,
15639         GtkTable => GtkVBox)
15641         * plugins/project-wizard/templates/terminal.wiz:
15642         Move destination directory on second page
15643         
15644         * plugins/project-wizard/action.c:
15645         Add a few comments
15647 2005-02-12  Naba Kumar  <naba@gnome.org>
15649         * plugins/file-manager/an_file_view.c,
15650         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15651         views. Created dynamic update date of view depending on project
15652         changes -- similar to file-manager view.
15653         
15654         * plugins/devhelp/plugin.c: Load help on idle.
15655         
15656         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15657         autoformat' to proper location in preferences.
15658         
15659         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15660         compatibility.
15661         
15662         * plugins/editor/plugin.c: Fixed accel name.
15664 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15666         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15667         plugins/project-wizard/templates/gnome.wiz,
15668         plugins/project-wizard/templates/gtk.wiz,
15669         plugins/project-wizard/anjuta-project-wizard.glade,
15670         plugins/project-wizard/autogen.c:
15671         Add Username & Email address in Project preferences.
15673 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15675         *plugins/project-wizard/templates/gnome-logo.png,
15676         plugins/project-wizard/templates/gnome.wiz,
15677         plugins/project-wizard/templates/gnome/* :
15678         Add Gnome project
15680 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15682         * plugins/project-wizard/templates/terminal/src/main.c, 
15683         plugins/project-wizard/templates/terminal/src/main.c,
15684         plugins/project-wizard/templates/terminal/src/main.[ch] :
15685         Insert License in projects
15686         
15687 2005-02-11  Naba Kumar  <naba@gnome.org>
15689         * TODO.tasks: Added message manager task.
15690         
15691         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15692         
15693         * plugins/editor/plugin.c: Use bookmark stock icons.
15694         
15695         * plugins/message-view/anjuta-message-manager.ui,
15696         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15698 2005-02-10  Naba Kumar  <naba@gnome.org>
15700         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15701         
15702 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15704         * global-tags/Makefile.am
15705         Error during 'make install'
15707 2005-02-09  Naba Kumar  <naba@gnome.org>
15709         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15710         missing file.
15711         
15712 2005-02-08  Naba Kumar  <naba@gnome.org>
15714         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15715         
15716         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15717         Show busy cursur when updating global tags in preferences.
15719         * configure.in: Fixed.
15720         
15721 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15723         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15724           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15725          
15726         - Fixed anjuta-plugin project (glade)
15728 2005-02-08  Naba Kumar  <naba@gnome.org>
15730         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15731         Fixed automatic indentations.
15733         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15734         Global tags are now segregated into smaller api tags, which can be
15735         selectively loaded from symbol browser preferences.
15737         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15738         Implemented IProjectManager interface in project-manager. Mostly getter
15739         methods for now, but need to add add() and remove() methods to add
15740         or remove project elements.
15742         * plugins/gdb/debug_tree.c: Small fix.
15744         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15745         plugins/symbol-browser/an_symbol_info.c,
15746         plugins/symbol-browser/an_symbol_info.h,
15747         plugins/symbol-browser/an_symbol_search.c,
15748         plugins/symbol-browser/an_symbol_search.h,
15749         plugins/symbol-browser/an_symbol_view.c,
15750         plugins/symbol-browser/an_symbol_view.h,
15751         plugins/symbol-browser/plugin.c,
15752         plugins/symbol-browser/plugin.h,
15753         tagmanager/c.c,
15754         tagmanager/entry.h,
15755         tagmanager/tm_project.c,
15756         tagmanager/tm_symbol.c,
15757         tagmanager/tm_tag.c,
15758         tagmanager/tm_workspace.c,
15759         tagmanager/vstring.c,
15760         tagmanager/include/tm_tag.h,
15761         tagmanager/include/tm_workspace.h:
15762         
15763         - Fixed tagmanager parsing of source files to parse for typedefines and
15764         properly record element scopes. Implemented scope autocompletion
15765         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15766         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15767         patch list (author is unknown).
15768         - Implemented symbol-browser preferences for dynamically loading and
15769         saving tags API segments.
15770         - Fixed symbol-search to use tagmanager directly instead of depending
15771         on symbol-view for tags list.
15772         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15773         - Fixed TMSymbol to create the complete tags tree instead of letting the
15774         symbol-view created the root nodes.
15775         - Changed project tags cache name to .tm_project2.cache because the
15776         newer format records additional scope information.
15777         
15778 2005-02-07  Naba Kumar  <naba@gnome.org>
15780         * plugins/editor/style-editor.c,
15781         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15782         and GtkFontButton instead of deprecated widgets in
15783         style editor.
15784         
15785 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15787         * plugins/project-wizard/action.c,
15788         plugins/project-wizard/action.h,
15789         plugins/project-wizard/autogen.c,
15790         plugins/project-wizard/autogen.h,
15791         plugins/project-wizard/file.c,
15792         plugins/project-wizard/file.h,
15793         plugins/project-wizard/install.c,
15794         plugins/project-wizard/install.h,
15795         plugins/project-wizard/parser.h,
15796         plugins/project-wizard/parser.c,
15797         plugins/project-wizard/property.c,
15798         plugins/project-wizard/property.h,
15799         plugins/project-wizard/plugin.h,
15800         plugins/project-wizard/plugin.c,
15801         plugins/project-wizard/values.c,
15802         plugins/project-wizard/values.h:
15803         Replace C++ comments by C comments
15805         * plugins/project-wizard/autogen.c,
15806         plugins/project-wizard/autogen.h:
15807         Add a run time check of autogen version.
15808         Add UserName variable.
15810         * plugins/project-wizard/anjuta-project-wizard.glade,
15811         plugins/project-wizard/header.c,
15812         plugins/project-wizard/druid.c,
15813         plugins/project-wizard/druid.h:
15814         Sort project in alphabetic order.
15815         Correct selection troubles in notebooks.
15817         * plugins/project-wizard/parser.c:
15818         Add some check when reading the project header block.
15820 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15822         * plugins/project-wizard/action.c,
15823         plugins/project-wizard/action.h,
15824         plugins/project-wizard/autogen.c,
15825         plugins/project-wizard/autogen.h,
15826         plugins/project-wizard/file.c,
15827         plugins/project-wizard/file.h,
15828         plugins/project-wizard/install.c,
15829         plugins/project-wizard/parser.h,
15830         plugins/project-wizard/parser.c,
15831         plugins/project-wizard/property.c,
15832         plugins/project-wizard/property.h,
15833         plugins/project-wizard/values.c,
15834         plugins/project-wizard/values.h,
15835         Add a space between function name and open.
15837         * plugins/project-wizard/plugin.h,
15838         plugins/project-wizard/plugin.c,
15839         plugins/project-wizard/install.c,
15840         Avoid a crash if the user close the message view used by the .
15842         * plugins/project-wizard/anjuta-project-wizard,
15843         plugins/project-wizard/druid.c,
15844         plugins/project-wizard/druid.h,
15845         plugins/project-wizard/header.h,
15846         plugins/project-wizard/header.c,
15847         Add a text view with the description of each.
15848         Add a tab for each project.
15849         Replace some C++ comments to C comments.
15851 2005-02-05  Naba Kumar  <naba@gnome.org>
15853         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15854         New icon from Sebastien Granjoux .
15855         
15856 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15858         * libanjuta/anjuta-preferences.c:
15859         Set file property even without a focus out event (file selected 
15860         the browse dialog)
15862 2005-02-04  Naba Kumar  <naba@gnome.org>
15864         * plugins/glade/plugin.c: Fixed glade function calls.
15865         * configure.in: Fixed a typo.
15866         * TODO.tasks: Updated.
15868 2005-02-03  Naba Kumar  <naba@gnome.org>
15870         * plugins/project-manager/plugin.c: Fixed memory corruption.
15872         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15873         build error.
15874         
15875         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15876         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15877         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15878         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15880         * libanjuta/interfaces/libanjuta.idl,
15881         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15882         interface.
15883         
15884         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15886         Patch from Massimo Cora <maxcvs@email.it>:
15887         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15888         
15889 2005-02-01  Naba Kumar  <naba@gnome.org>
15891         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15892         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15893         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15894         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15895         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15896         from sourceforge -- a64 crash fixes (correct typing for GType)
15897         and fixes compile errors in sun.
15899         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15900         paste (shift+insert) in terminal.
15902 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15904         * configure.in: Add «nb» to ALL_LINGUAS.
15906 2005-02-01  Naba Kumar  <naba@gnome.org>
15908         * TODO.tasks, TODO: Updated todo tasks.
15909         
15910         * plugins/editor/anjuta-document-manager.glade: Improved search
15911         relace dialog.
15912         
15913         * TODO.tasks: Fixed xml format.
15914         
15915         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15916         work yet).
15917         
15918         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15919         cleanups.
15920         
15921         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15922         format during save (removed unwanted text nodes). Fixed scrollbars.
15924 2005-01-31  Naba Kumar  <naba@gnome.org>
15926         * libanjuta/interfaces/libanjuta.idl,
15927         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15928         Implemented append() method for IAnjutaEditor interface and fixed
15929         various bugs with text insertions (cvs diff and macro insertions).
15930         
15931         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15932         automatic indentation.
15933         
15934         * plugins/editor/action-callbacks.c,
15935         plugins/editor/action-callbacks.h,
15936         plugins/editor/anjuta-docman.c,
15937         plugins/editor/anjuta-document-manager.ui,
15938         plugins/editor/plugin.c,
15939         plugins/editor/text_editor.c,
15940         plugins/editor/text_editor.h,
15941         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15942         Fixed highlight issues.
15944         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15945         macro.
15946         
15947         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15949         * data/properties/*: Updated properties files from scite. Created
15950         styles.properties to override the scite styles.
15951         
15952         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15954         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15955         
15956 2005-01-30  Naba Kumar  <naba@gnome.org>
15958         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15959         unused definitions.
15960         
15961         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15962         
15963         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15964         plugins/editor/text_editor.c,
15965         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15966         fixed linuwidth preference setting, fixed insert text interface
15967         implementation. Improved automatice-indentation for cpp lexer.
15968         
15969         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15971 2005-01-29  Naba Kumar  <naba@gnome.org>
15973         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15974         option in update dialog as default. Improved import dialog. Sized
15975         log dialog.
15977         * configure.in: Fixed underquoted warning from autoconf.
15978         
15979         * plugins/editor/action-callbacks.c,
15980         plugins/editor/aneditor.cxx,
15981         plugins/editor/aneditor.h,
15982         plugins/editor/anjuta-document-manager.glade,
15983         plugins/editor/plugin.c,
15984         plugins/editor/plugin.h,
15985         plugins/editor/text_editor.c,
15986         plugins/editor/text_editor.h,
15987         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15988         for Editor and fixed all preferences syncronization and notifys for
15989         visible prefs (in editor preferences page).
15990         
15991         * plugins/file-loader/plugin.c: Load recent files on idle.
15993 2005-01-28  Naba Kumar  <naba@gnome.org>
15995         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15996         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15998         * plugins/editor/action-callbacks.c,
15999         plugins/editor/action-callbacks.h,
16000         plugins/editor/aneditor.cxx,
16001         plugins/editor/aneditor.h,
16002         plugins/editor/anjuta-document-manager.ui,
16003         plugins/editor/plugin.c,
16004         plugins/editor/text_editor.c,
16005         plugins/editor/text_editor.h,
16006         plugins/editor/text_editor_cbs.c,
16007         plugins/editor/text_editor_cbs.h,
16008         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
16009         Text editor.
16011         Patch from Massimo Cora <maxcvs@email.it>:
16012         * plugins/editor/an_symbol_search.c,
16013         plugins/editor/an_symbol_search.c: Fixed crash bugs.
16014         
16015 2005-01-27  Naba Kumar  <naba@gnome.org>
16016         
16017         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
16018         minimum size request to 200.
16020         * plugins/symbol-browser/an_symbol_info.c,
16021         plugins/symbol-browser/an_symbol_info.h,
16022         plugins/symbol-browser/an_symbol_search.c,
16023         plugins/symbol-browser/an_symbol_search.h,
16024         plugins/symbol-browser/an_symbol_view.c,
16025         plugins/symbol-browser/an_symbol_view.h,
16026         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
16027         pixbuf retrieval. Fixed runtime warning. Code clean up.
16029 2005-01-27  Naba Kumar  <naba@gnome.org>
16031         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
16032         src/anjuta.ui, (new) plugins/glade/.cvsignore,
16033         (new) plugins/glade/Makefile.am,
16034         (new) plugins/glade/anjuta-glade-plugin.png,
16035         (new) plugins/glade/anjuta-glade.plugin.in,
16036         (new) plugins/glade/anjuta-glade.ui,
16037         (new) plugins/glade/plugin.c,
16038         (new) plugins/glade/plugin.h,
16039         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
16040         now until glade3 works properly.
16042         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
16043         they are generated.
16044         
16045 2005-01-26  Naba Kumar  <naba@gnome.org>
16047         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
16048         Added mime icon for anjuta projects.
16049         
16050         patch from Massimo Cora <maxcvs@email.it>:
16051         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
16052         an_symbol_search.h, an_symbol_view.c, plugin.c:
16053         Fix/implement objects destroying/freeing.
16055 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
16056         
16057         * src/action-callback.[ch], src/anjuta-actions.h:
16058         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
16059         because it has not been updated for years and we know have a devhelp plugin
16060         which can do the job much better.
16061         * TODO.tasks: Updated done items
16063 2005-01-25  Naba Kumar  <naba@gnome.org>
16065         * autogen.sh: Fixed to generate interface files.
16067         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
16068         session save filenames.
16069         
16070         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
16071         
16072 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
16074         * plugins/project-wizard/Makefile.am,
16075         plugins/project-wizard/install.c,
16076         plugins/project-wizard/install.h,
16077         plugins/project-wizard/parser.c,
16078         plugins/project-wizard/parser.h,
16079         plugins/project-wizard/templates/terminal.wiz:
16080         Add action list block in wizard template
16081         * plugins/project-wizard/file.c,
16082         plugins/project-wizard/autogen.c:
16083         Small fixes
16085 2005-01-23  Naba Kumar  <naba@gnome.org>
16087         * configure.in: Fixed build error.
16089 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
16091         * plugins/project-wizard/druid.c,
16092         plugins/project-wizard/parser.c,
16093         plugins/project-wizard/property.c: Rewrite parser with
16094         better error handling
16096 2005-01-22  Naba Kumar  <naba@gnome.org>
16098         * plugins/symbol-browser/plugin.c: Changed c++ coments
16099         to c commnets and formated code to anjuta coding styles.
16100         
16101 2005-01-21  Naba Kumar  <naba@gnome.org>
16103         * configure.in, autogen.sh: Fixed build errors in newer automake.
16104         
16105         * plugins/editor/anjuta-docman.c: Do not emit change editor
16106         signal while in dispose.
16108         Patch from: Massimo Corà <maxcvs@email.it>
16109         * plugins/symbol-browser/Makefile.am,
16110         plugins/symbol-browser/an_symbol_view.c,
16111         plugins/symbol-browser/an_symbol_view.h,
16112         plugins/symbol-browser/plugin.c,
16113         plugins/symbol-browser/plugin.h,
16114         plugins/symbol-browser/test-symbol-browser.c,
16115         (new) plugins/symbol-browser/an_symbol_info.c,
16116         (new) plugins/symbol-browser/an_symbol_info.h,
16117         (new) plugins/symbol-browser/an_symbol_search.c,
16118         (new) plugins/symbol-browser/an_symbol_search.h:
16119         Added a cool real-time symbol-search-view in symbol browser.
16121 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
16122         
16123         * plugin/macro/plugin.c
16124         plugin/macro/anjuta-macro-plugin.ui
16125         plugin/macro/macro-db.[ch]
16126         plugin/macro/macro-dialog.[ch]
16127         plugin/macro/macro-actions.[ch]
16128         plugin/macro/macro-edit.[ch]
16129         plugin/macro/plugin.[ch]:
16130         
16131         Implemented three menu items as Naba proposed:
16132         Edit->Macro->
16133                 Insert Macro: Pops of a border-less window to enter a shortcut
16134                 Add Macro: Same as Manage Macro => New
16135                 Manage Macros: Full-features macro dialog
16137 2005-01-20  Naba Kumar  <naba@gnome.org>
16139         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
16140         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
16141         libanjuta/anjuta-shell.h,
16142         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
16143         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
16144         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
16145         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16146         src/main.c, src/shell.c: Implemented command line args processing
16147         and session management. Fixed geometry restoration.
16149 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
16150         
16151         * plugins/macro/macro-db.c,
16152         plugins/macros.xml:
16153         Cleaned up XML interface and use attributes now for name, category and 
16154         shortcut. CDATA is used to avoid xml errors inside of macros.
16156 2005-01-19  Naba Kumar  <naba@gnome.org>
16158         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
16160 2005-01-18  Naba Kumar  <naba@gnome.org>
16161         
16162         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
16163         to work.
16165         * scintilla/*: Updated scintilla to current cvs and updated
16166         scintilla patches.
16167         
16168 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16169         
16170         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
16171         plugins/cvs-plugin/cvs-actions.c:
16172         Added "Whole project" infrastructure but it does not
16173         work because I did not find a way to get the current project's
16174         root dir.
16176 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
16178         * plugins/cvs-plugin/Makefile.am
16179         plugins/cvs-plugin/anjuta-cvs.plugin.in
16180         plugins/cvs-plugin/cvs-actions.c
16181         plugins/cvs-plugin/cvs-callbacks.c
16182         plugins/cvs-plugin/cvs-interface.[ch] (added)
16183         plugins/cvs-plugin/plugin.c:
16184         
16185         Added IAnjutaCVS interface and improved cvs plugin. There
16186         is still some work to do on cvs import and to add a current
16187         project toggle.
16189 2005-01-17  Naba Kumar  <naba@gnome.org>
16191         * plugins/editor/aneditor.cxx: Fixed auto indentation.
16192         
16193         * configure.in: Fixed build errors.
16195         * data/Makefile.am,     (removed) data/README.stock_libs,
16196         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
16197         (removed) data/header.c, (removed) data/stock_libs.anj,
16198         (removed) data/x-anjuta-project.desktop,
16199         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
16201         * libanjuta/anjuta-plugin-description.c,
16202         libanjuta/anjuta-shell.c: Updated documentations.
16204         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
16205         
16206         * libanjuta/anjuta-launcher.c,
16207         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
16208         x86_64 systems.
16210 2005-01-17  Naba Kumar  <naba@gnome.org>
16211         
16212         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16213         plugins/project-wizard/templates/gtk.wiz,
16214         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
16215         Updated templates to new format.
16216         
16217         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
16218         * plugins/project-wizard/druid.c,
16219         plugins/project-wizard/parser.c,
16220         plugins/project-wizard/property.c,
16221         plugins/project-wizard/property.h,
16222         plugins/project-wizard/templates/terminal.wiz,
16223         plugins/project-wizard/templates/terminal/AUTHORS,
16224         plugins/project-wizard/templates/terminal/ChangeLog,
16225         plugins/project-wizard/templates/terminal/NEWS,
16226         plugins/project-wizard/templates/terminal/README,
16227         plugins/project-wizard/templates/terminal/project.anjuta,
16228         plugins/project-wizard/templates/terminal/src/main.c:
16229         Moveed code related to property types from druid.c and parser.c to 
16230         property.c. Changed tag from "<string ..." to
16231         "<property type="string..."     and so on. Rewrite parser
16232         (warning still in progress). Added list property. Changed
16233         terminal project to avoid using autogen on some file (much 
16234         faster) using the autogen attribute. Add a license list box in
16235         terminal project (just as an example). _label in item list is
16236         optional now.
16238 2005-01-16  Naba Kumar  <naba@gnome.org>
16240         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
16241         plugins/edtior/anjuta-docman.c: Fixed build errors.
16242         
16243         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
16244         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
16245         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
16246         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
16247         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
16248         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
16249         libanjuta/resources.h,
16250         plugins/build-basic-autotools/build-basic-autotools.c,
16251         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16252         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
16253         plugins/gtodo/plugin.c, src/Makefile.am,
16254         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
16255         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
16256         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
16257         should be handled in respective plugins. Added API documentations.
16259         * libanjuta-docs.sgml, libanjuta-sections.txt,
16260         libanjuta.types,
16261         (added) tmpl/anjuta-debug.sgml,
16262         (added) tmpl/anjuta-launcher.sgml,
16263         tmpl/anjuta-plugin.sgml,
16264         tmpl/anjuta-preferences.sgml,
16265         tmpl/anjuta-shell.sgml,
16266         (added) tmpl/anjuta-status.sgml,
16267         (removed) tmpl/anjuta-stock.sgml,
16268         tmpl/anjuta-utils.sgml,
16269         (removed) tmpl/defaults.sgml,
16270         (removed) tmpl/fileselection.sgml,
16271         (removed) tmpl/gnomefilelist.sgml,
16272         tmpl/ianjuta-buildable.sgml,
16273         (added) tmpl/ianjuta-debugger-manager.sgml,
16274         (added) tmpl/ianjuta-debugger.sgml,
16275         tmpl/ianjuta-document-manager.sgml,
16276         tmpl/ianjuta-editor.sgml,
16277         tmpl/ianjuta-file.sgml,
16278         tmpl/ianjuta-loader.sgml,
16279         tmpl/ianjuta-markable.sgml,
16280         tmpl/ianjuta-message-view.sgml,
16281         (added) tmpl/ianjuta-project-manager.sgml,
16282         (added) tmpl/ianjuta-todo.sgml,
16283         (added) tmpl/ianjuta-wizard.sgml,
16284         tmpl/libanjuta-iface-marshallers.sgml,
16285         tmpl/libanjuta-unused.sgml,
16286         (removed) tmpl/pixmaps.sgml,
16287         tmpl/plugins.sgml,
16288         (removed) tmpl/properties.sgml,
16289         tmpl/resources.sgml: Updated API documentations.
16291 2005-01-15  Naba Kumar  <naba@gnome.org>
16293         * libanjuta/anjuta-launcher.c: Added API docs.
16294         
16295         * plugins/project-wizard/templates/anjuta-plugin.wiz,
16296         plugins/project-wizard/templates/gtk.wiz,
16297         plugins/project-wizard/templates/terminal.wiz,
16298         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16299         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16300         plugins/project-wizard/templates/gtk/src/main.c,
16301         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
16302         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
16303         template files.
16305         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
16306         * plugins/project-wizard/anjuta-project-wizard.glade,
16307         plugins/project-wizard/autogen.c,
16308         plugins/project-wizard/druid.c,
16309         plugins/project-wizard/druid.h,
16310         plugins/project-wizard/file.c,
16311         plugins/project-wizard/file.h,
16312         plugins/project-wizard/install.c,
16313         plugins/project-wizard/parser.c,
16314         plugins/project-wizard/plugin.c,
16315         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
16316         setting the default project directory. Fix HIDDEN property, it's
16317         working but I think we could make this cleaner. Removed the
16318         copy of the string in mandatory_property. Add an optional autogen
16319         attribute, to force or avoid using autogen on some files, default
16320         without any attribute is autodetect.+ Replace the script tag with
16321         a normal file tag and an attribute execute.
16322         
16323 2005-01-14  Naba Kumar  <naba@gnome.org>
16325         * plugins/editor/action-callbacks.c,
16326         plugins/editor/search_incremental.c,
16327         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
16328         works now.
16329         
16330         * plugins/editor/plugin.c, plugins/editor/plugin.h,
16331         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
16332         tabs.
16334 2005-01-12  Naba Kumar  <naba@gnome.org>
16336         * configure.in,
16337         plugins/project-wizard/templates/Makefile.am,
16338         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
16339         plugins/project-wizard/templates/anjuta-plugin.wiz,
16340         (added) plugins/project-wizard/templates/gtk-logo.png,
16341         (added) plugins/project-wizard/templates/gtk.wiz,
16342         (added) plugins/project-wizard/templates/terminal-logo.png,
16343         plugins/project-wizard/templates/terminal.wiz,
16344         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16345         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16346         (added) plugins/project-wizard/templates/gtk/.cvsignore,
16347         (added) plugins/project-wizard/templates/gtk/Makefile.am,
16348         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
16349         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
16350         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
16351         (added) plugins/project-wizard/templates/gtk/src/main.c,
16352         (added) plugins/project-wizard/templates/gtk/src/project.glade,
16353         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
16354         GTK+ project templated and fixed other templates. Updated template
16355         logos.
16357 2005-01-12  Naba Kumar  <naba@gnome.org>
16359         * plugins/macro/anjuta-macro.glade: Improved GUI.
16360         
16361 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
16363         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
16364         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
16365         * plugins/cvs-plugin/cvs.[ch] (removed)
16366         Removed old unused files
16367         
16368         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
16369         * plugins/cvs-plugin/cvs-actions.c
16370         * plugins/cvs-plugin/Makefile.am:
16371         Seperate callback functions for better error
16372         handling. Cleaned up code.
16373         
16374         * plugins/macro/macros.xml: removed corrupt cvs
16375         macros for now.
16377 2005-01-10  Naba Kumar  <naba@gnome.org>
16379         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
16380         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
16381         and leaks.
16383 2005-01-09  Naba Kumar  <naba@gnome.org>
16385         * libegg/egg-recent-action.c, libegg/test-actions.c,
16386         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
16387         recent files models.
16388         
16389         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
16390         two models -- one for projects and other for regular files and show
16391         both in recent files menu. Changed recent files group from "anjuta"
16392         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
16393         when adding the URI in recent files.
16394         
16395         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
16396         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
16397         * plugins/macro/macro-dialog.c: Fixed dispose() method.
16398         * plugins/macro/macros.xml: Fixed xml errors.
16400 2005-01-08  Naba Kumar  <naba@gnome.org>
16401         
16402         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16403         libegg/test-actions.c, libegg/menu/Makefile.am,
16404         libegg/menu/egg-recent-action.h: Added a new action for
16405         recent files.
16407         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16408         Fixed dispose. Cleanup.
16409         
16410         * plugins/file-loader/anjuta-loader-plugin.ui,
16411         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16412         Use the new action for recent files. Added recent files in
16413         toolbar.
16415         * plugins/project-wizard/druid.c: Show busy cursor and
16416         de-sensitize druid buttons during page change.
16417         
16418         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16419         * plugins/project-wizard/Makefile.am,
16420         plugins/project-wizard/druid.c,
16421         plugins/project-wizard/druid.h,
16422         plugins/project-wizard/install.c,
16423         plugins/project-wizard/plugin.c,
16424         plugins/project-wizard/plugin.h,
16425         plugins/project-wizard/property.c,
16426         plugins/project-wizard/property.h,
16427         (added) plugins/project-wizard/values.c,
16428         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16429         objects (in values.c and values.h) containing the values of all
16430         properties. The NPWProperty objects now keep their values in this
16431         object which is persistant for one activation of the plugin, so the
16432         user keeps all the values even if he goes backward. Used an anjuta
16433         message view to list all files copied by the project wizard.
16435 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
16437         * plugins/macro/plugin.[ch],
16438         plugins/macro/macro-dialog.[ch]
16439         plugins/macro/macro-edit.[ch]
16440         plugins/macro/macro-db.[ch]
16441         plugins/macro/macro-actions.[ch]
16442         plugins/macro/anjuta-macro.plugin.in
16443         plugins/macro/anjuta-macro.glade
16444         plugins/macro/anjuta-macro.png
16445         plugins/macro/Makefile.am
16446         plugins/macro/macros.xml
16447         plugins/macro/anjuta-macro.ui (all added)
16448         configure.in
16449         plugins/Makefile.am:
16450         Added new macro plugins
16451         
16452         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16453         New icon
16454         
16455         * manuals/reference/template (removed)
16456         Removed old api reference
16457         
16458         * plugins/message-view/message-view.c:
16459         "Fixed" crash in on_row_deleted and added a
16460         comment that I cannot work this way. We will
16461         have to change everything a bit to avoid losing
16462         memory there.
16463         
16464         * plugins/text-editor/text_editor.c:
16465         Update line number width on file save
16468 2005-01-07  Naba Kumar  <naba@gnome.org>
16470         * plugins/project-wizard/anjuta-project-wizard.glade,
16471         plugins/project-wizard/druid.c,
16472         plugins/project-wizard/templates/anjuta-plugin.wiz,
16473         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16474         Display page description in bold. Fixed mandatory field check.
16476         * configure.in,
16477         libanjuta/libanjuta-1.0.pc.in,
16478         plugins/project-wizard/druid.c,
16479         plugins/project-wizard/parser.c,
16480         plugins/project-wizard/property.h,
16481         plugins/project-wizard/templates/anjuta-plugin.wiz,
16482         plugins/project-wizard/templates/terminal.wiz,
16483         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16484         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16485         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16486         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16487         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16488         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16489         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16490         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16491         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16492         plugins/project-wizard/templates/terminal/configure.in.tpl,
16493         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16494         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16495         a new property type -- hidden. Fixed terminal and anjuta-plugin
16496         project templates.
16498 2005-01-07  Naba Kumar  <naba@gnome.org>
16500         * templates/anjuta-plugin.wiz,
16501         templates/terminal.wiz,
16502         templates/terminal/Makefile.am.tpl,
16503         templates/terminal/autogen.sh,
16504         (Removed) templates/terminal/configure.ac.tpl,
16505         (Added) templates/.cvsignore,
16506         (Added) templates/Makefile.am,
16507         (Added) templates/anjuta-plugin/.cvsignore,
16508         (Added) templates/anjuta-plugin/Makefile.am,
16509         (Added) templates/anjuta-plugin/src/.cvsignore,
16510         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16511         (Added) templates/terminal/.cvsignore,
16512         (Added) templates/terminal/Makefile.am,
16513         (Added) templates/terminal/configure.in.tpl,
16514         (Added) templates/terminal/po/.cvsignore,
16515         (Added) templates/terminal/po/ChangeLog,
16516         (Added) templates/terminal/po/Makefile.am,
16517         (Added) templates/terminal/po/POTFILES.in,
16518         (Added) templates/terminal/src/.cvsignore,
16519         (Added) templates/terminal/src/Makefile.am,
16520         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16521         project wizard. Fixed configure/po/Makefile template errors.
16523 2005-01-06  Naba Kumar  <naba@gnome.org>
16525         * configure.in: Added project templates.
16526         * plugins/project-wizard/templates/*: Added to project and renamed
16527         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16528         for the project templates (so that they do not conflict with autotools
16529         build. Created proper configure.ac.tpl and autogen.sh for project
16530         templates.
16531         
16532 2005-01-06  Naba Kumar  <naba@gnome.org>
16534         * plugins/project-wizard/anjuta-project-wizard.glade,
16535         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16536         Fixed file list parsing and to take absolute file paths (for example,
16537         from an icon selected previously). Used toggle buttons for boolean
16538         properties. Check if all mandatory fields are given before going
16539         forward in the wizard. Use scrollable viewport for listing property
16540         widgets incase the list goes out of wizard's size. Added tooltips
16541         as descriptions of the property widgets. And other fixes.
16543         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16544         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16545         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16546         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16547         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16548         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16549         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16550         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16551         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16552         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16553         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16554         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16555         Restructured template files.
16557 2005-01-06  Naba Kumar  <naba@gnome.org>
16559         * configure.in: Added check for autogen.
16560         
16561         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16562         in dispose.
16563         
16564         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16565         Do not emit changed signal when in dispose.
16567         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16568         symbol-view widget has been destroyed.
16569         
16570         * src/anjuta-app.c: Set null to preference, status and ui object
16571         pointers when they are destroyed.
16573         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16574         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16575         Added boolean, integer and file property types.
16576         
16577         * plugins/project-wizard/Makefile.am,
16578         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16579         project wizard templates.
16581 2005-01-04  Naba Kumar  <naba@gnome.org>
16583         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16584         added widgets.
16585         
16586         * plugins/editor/aneditor.cxx,
16587         plugins/editor/anjuta-docman.c,
16588         plugins/editor/plugin.c,
16589         plugins/editor/text_editor.c:
16590         Removed unnecessary ref/unref of scintilla.
16591         
16592         * plugins/message-view/anjuta-msgman.c,
16593         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16594         make close button similar to document manager.
16595         
16596         * plugins/project-manager/plugin.c,
16597         plugins/project-manager/plugin.h: Removed dead codes. Removed
16598         unnecessary ref/unref.
16599         
16600         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16601         instead of hard refs.
16603 2005-01-03  Naba Kumar  <naba@gnome.org>
16605         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16606         generate() methods for IAnjutaBuildable interface.
16608         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16609         IAnjutaBuildable inteface.
16611         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16612         to destroy build context when message view is destroyed.
16613         
16614         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16615         a ref to it and unref in destructor. AnEditor class wants to be the
16616         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16617         comparisions.
16618         
16619         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16620         complicate the scene. Removed editor widget from AnjutaDocman when
16621         the widget is destroyed.
16622         
16623         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16624         from shell. It will be removed from shell when the widget is destroyed.
16625         
16626         * plugins/editor/text_editor.c: Added debug codes to track object
16627         finalizations.
16629         * plugins/message-view/anjuta-msgman.c: Remove message view on
16630         widget destroy. Destroy message view on remove. Removed all views
16631         correctly.
16632         
16633         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16634         from container.
16636 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16638         * plugins/file-wizard/action-callbacks.c,
16639         plugins/file-wizard/anjuta-file-wizard.glade,
16640         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16641         Insert Licence, copyright, header template ...
16642         
16643 2005-01-02  Naba Kumar  <naba@gnome.org>
16645         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16646         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16647         anjuta_status_add_widget() to allow setting busy cursor on non
16648         toplevel windows.
16650         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16652         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16653         mime types to take text/source also.
16654         
16655         * plugins/editor/anjuta-docman.c,
16656         plugins/editor/anjuta-docman.h,
16657         plugins/editor/plugin.c,
16658         plugins/editor/text_editor.c,
16659         plugins/editor/text_editor.h,
16660         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16661         AnjutaStatus and set busy cursor on editors.
16663         * plugins/file-loader/Makefile.am,
16664         plugins/file-loader/plugin.c,
16665         (added) plugins/file-loader/dnd.c,
16666         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16668         * src/anjuta.c: Hide anjuta window before destruction.
16670         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16671         * configure.in, plugins/Makefile.am,
16672         (removed) plugins/project-wizard/appwiz_page1.c,
16673         (removed) plugins/project-wizard/appwiz_page2.c,
16674         (removed) plugins/project-wizard/appwiz_page3.c,
16675         (removed) plugins/project-wizard/appwiz_page4.c,
16676         (removed) plugins/project-wizard/appwizard.c,
16677         (removed) plugins/project-wizard/appwizard.h,
16678         (removed) plugins/project-wizard/appwizard_cbs.c,
16679         (removed) plugins/project-wizard/appwizard_cbs.h,
16680         (removed) plugins/project-wizard/appwizard_gui.c,
16681         (removed) plugins/project-wizard/gnome_project.c,
16682         (removed) plugins/project-wizard/gnome_project.h,
16683         (removed) plugins/project-wizard/wizard_gui.c,
16684         (removed) plugins/project-wizard/wizard_gui.h,
16685         (added) plugins/project-wizard/.cvsignore,
16686         (added) plugins/project-wizard/Makefile.am,
16687         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16688         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16689         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16690         (added) plugins/project-wizard/applogo.png,
16691         (added) plugins/project-wizard/appwizard.png,
16692         (added) plugins/project-wizard/autogen.c,
16693         (added) plugins/project-wizard/autogen.h,
16694         (added) plugins/project-wizard/druid.c,
16695         (added) plugins/project-wizard/druid.h,
16696         (added) plugins/project-wizard/file.c,
16697         (added) plugins/project-wizard/file.h,
16698         (added) plugins/project-wizard/header.c,
16699         (added) plugins/project-wizard/header.h,
16700         (added) plugins/project-wizard/install.c,
16701         (added) plugins/project-wizard/install.h,
16702         (added) plugins/project-wizard/parser.c,
16703         (added) plugins/project-wizard/parser.h,
16704         (added) plugins/project-wizard/plugin.c,
16705         (added) plugins/project-wizard/plugin.h,
16706         (added) plugins/project-wizard/property.c,
16707         (added) plugins/project-wizard/property.h: Removed old application-wizard
16708         codes and added new template based (autogen based) project wizard
16709         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16711 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16713         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16714         * plugins/cvs-plugin/cvs-execute.c:
16715         Fix cvs_log which did not work because of some
16716         glade problem
16717         Patch from Mark R. Pariente <markpariente@cmu.edu>
16718         - Fix message highlighting
16720 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16721         
16722         * template/*,
16723         date/template/*,
16724         configure.in:
16725         Removed template stuff completly because we dicussed to implement
16726         a macro system for Edit->Insert Text
16728 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16729         
16730         * plugins/editor/aneditor.cxx,
16731         plugins/editor/text_editor.c:
16732         Set line number width dynamically
16733         * src/about.c:
16734         Prepered new GTK 2.6 about dialog
16736 2004-12-30  Naba Kumar  <naba@gnome.org>
16738         patch from: Massimo Corà  <maxcvs@email.it>
16739         * plugins/editor/aneditor.cxx: Highlights correct function
16740         argument in recursive calltips.
16742 2004-12-30  Naba Kumar  <naba@gnome.org>
16744         * plugins/symbol-browser/plugin.c,
16745         libanjuta/interfaces/libanjuta.idl,
16746         plugins/editor/text_editor.c: Fixed editor markers and added a new
16747         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16748         mark the line visited.
16749         
16750         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16751         libegg/Makefile.am, libegg/eggcomboselect.c,
16752         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16753         widget for use with symbol view in toolbar.
16754         
16755         * plugins/cvs-plugin/anjuta-cvs.ui,
16756         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16757         placeholder for cvs plugin context menu in filemanager.
16758         
16759 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16760         
16761         * plugins/cvs-plugin/plugin.c:
16762         Show popup menu only if the file is contained in
16763         a directory containing a "CVS" directory
16765 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16766         
16767         * plugins/cvs-plugin/cvs-action.[ch],
16768         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16769         * plugins/cvs-plugin/anjuta-cvs.ui,
16770         * plugins/cvs-plugin/plugin.c:
16771         Implemented "Import"
16772         
16773         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16774         Added right-click-menu for file-manager
16776 2004-12-26  Naba Kumar  <naba@gnome.org>
16778         * src/action-callbacks.c, src/action-callbacks.h,
16779         src/anjuta-actions.h, src/anjuta-app.c,
16780         src/anjuta.ui: Added fullscreen action.
16782         * plugins/cvs-plugin/cvs-actions.c,
16783         plugins/cvs-plugin/plugin.c,
16784         plugins/cvs-plugin/plugin.h: Watches current editor,
16785         project and file manager selection in plugin
16786         implementation.
16787         
16788 2004-12-26  Naba Kumar  <naba@gnome.org>
16790         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16791         src/action-callbacks.c: Fixed app finalization. Added a
16792         command line arg --proper-shutdown (-p), which when set
16793         will release all plugins and their resources (this option
16794         is mainly for debugging).
16795         
16796         * plugins/file-loader/plugin.c: Fixed filename duplications
16797         in recent files history.
16798         
16799         * plugins/profile-default/plugin.c: Disabled problematic
16800         plugins for now to load at startup.
16801         
16802         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16803         annoying debug prints.
16804         
16805 2004-12-23  Naba Kumar  <naba@gnome.org>
16807         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16808         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16809         plugins/cvs-plugin/anjuta-cvs.ui,
16810         plugins/cvs-plugin/cvs-actions.c,
16811         plugins/cvs-plugin/cvs-actions.h,
16812         plugins/cvs-plugin/cvs-execute.c,
16813         plugins/cvs-plugin/cvs-execute.h,
16814         plugins/cvs-plugin/Makefile.am,
16815         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16816         Added cvs log command.
16818 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16819         
16820         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16821         default
16823 2004-12-20  Naba Kumar  <naba@gnome.org>
16825         patch from: Massimo Corà  <maxcvs@email.it>
16826         * plugins/editor/aneditor.cxx: Added recursive calltips.
16828 2004-12-20  Naba Kumar  <naba@gnome.org>
16829         
16830         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16831         Show busy cursor during loading and unloading.
16832         
16833 2004-12-19  Naba Kumar  <naba@gnome.org>
16835         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16836         memory leaks. Disabled debug print.
16838         * plugins/symbol-browser/an_symbol_view.c,
16839         plugins/symbol-browser/plugin.c,
16840         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16841         problems. Creates SymbolView object every time when the
16842         plugin is activated.
16844         * plugins/project-manager/plugin.c: Close project when
16845         deactivating.
16846         
16847 2004-12-18  Naba Kumar  <naba@gnome.org>
16849         * po/POTFILES.in: Removed commented lines.
16850         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16851         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16852         * plugins/gdb/plugin.c: Fixed compile error.
16853         
16854         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16855         * libegg/eggcellrendererkeys.c: Fixed compile error.
16856         
16857 2004-12-18  Naba Kumar  <naba@gnome.org>
16859         * plugins/file-loader/plugin.c: Fixed loading bug.
16860         
16861         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16862         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16863         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16864         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16865         and corruptions. Fixed loading and unloading of plugins.
16866         
16867 2004-12-17  Naba Kumar  <naba@gnome.org>
16868         
16869         * plugins/file-loader/Makefile.am,
16870         plugins/file-loader/plugin.c,
16871         plugins/project-manager/plugin.c: Fixed memory corruption
16872         and disposition codes. Added missing plugin.h in Makefile.am.
16874 2004-12-16  Naba Kumar  <naba@gnome.org>
16876         * plugins/symbol-browser/an_symbol_view.c,
16877         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16878         codes. Fixed memory leaks and corruptions.
16880         * plugins/build-basic-autotools/build-basic-autotools.c
16881         plugins/editor/anjuta-docman.c,
16882         plugins/editor/text_editor.c,
16883         plugins/file-loader/plugin.c,
16884         plugins/file-manager/plugin.c,
16885         plugins/file-wizard/plugin.c,
16886         plugins/message-view/anjuta-msgman.c,
16887         plugins/message-view/anjuta-msgman.h,
16888         plugins/message-view/message-view.c,
16889         plugins/message-view/plugin.c,
16890         plugins/message-view/plugin.h,
16891         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16893         * src/about.c, src/about.h, src/action-callbacks.c,
16894         src/action-callbacks.h, src/anjuta-actions.h,
16895         src/anjuta-app.c, src/anjuta-app.h,
16896         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16897         src/anjuta.c, src/anjuta.h, src/getline.c, 
16898         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16899         src/start-with.c, src/start-with.h: Fixed emacs modes.
16901         * src/layout.xml: Brought document manager in front.
16902         
16903 2004-12-15  Naba Kumar  <naba@gnome.org>
16905         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16906         properly removed.
16907         
16908         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16909         finalization. Added a method to unload all plugins and destroy them.
16910         Fixed memory leaks.
16911         
16912         * plugins/sample1/plugin.c: Proper finalization code and renamed
16913         functions to proper names.
16914         
16915         * plugins/build-basic-autotools/build-basic-autotools.c,
16916         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16918         * src/shell.c: Unload all plugins on exit, so that memory profilers
16919         can detect memory leaks in plugins.
16921 2004-12-13  Naba Kumar  <naba@gnome.org>
16923         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16924         docking is working.
16925         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16926         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16928 2004-12-11  Naba Kumar  <naba@gnome.org>
16930         * data/properties/anjuta.properties: Fixed font size.
16931         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16932         compile file function. There are some fixmes there.
16933         * plugins/message-view/anjuta-msgman.c,
16934         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16935         
16936 2004-12-08  Naba Kumar  <naba@gnome.org>
16938         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16939         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16940         to escape quotes in a string.
16941         
16942         * plugins/cvs-plugin/cvs-actions.c,
16943         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16944         cvs diff command.
16946         * plugins/build-basic-autotools/build-basic-autotools.c,
16947         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16948         filters.
16949         
16950 2004-12-07  Naba Kumar  <naba@gnome.org>
16952         * plugins/build-basic-autotools/build-basic-autotools.c,
16953         plugins/build-basic-autotools/automake-c.filters: Completed directory
16954         tracking. Double click on Errors and warnings now work as expected.
16956         * plugins/build-basic-autotools.c: Added codes to track build directory
16957         so that absolute path of the files could be determined.
16959 2004-12-06  Naba Kumar  <naba@gnome.org>
16961         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16962         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16963         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16964         
16965 2004-12-05  Naba Kumar  <naba@gnome.org>
16967         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16968         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16969         
16970         * plugins/cvs-plugin/plugin.c,
16971         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16972         
16973 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16974         
16975         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16976         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16977         plugins/cvs-plugin/cvs-execute.[ch]:
16978         Implemented cvs status and cvs diff
16979         Known bugs:
16980         - rdiff command is not correct
16981         - Must find a way to allow selection of directies AND files 
16982         in GtkFileChooser
16984 2004-12-03  Naba Kumar  <naba@gnome.org>
16986         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16987         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16988         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16989         session.properties file if it is for the first time.
16990         
16991 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16992         
16993         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16994         commit.
16995         
16996         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16997         plugins/cvs-plugin/anjuta-cvs.ui:
16998         Implemented update/commit and changed menu layout 
17000 2004-12-02  Naba Kumar  <naba@gnome.org>
17002         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
17003         property name (for cvs path property). Beautified dialogs.
17005 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
17006         
17007         * plugins/message-view/anjuta-msgman.c: Changed callback name
17008         and changed switch-page handling.
17009         
17010         * plugins/cvs-plugin/cvs-actions.c:
17011         * plugins/cvs-plugin/cvs-execute.c:
17012         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17013         - Implemented cvs add and cvs removed - both working now
17014         - Created a useful preferences page
17015         
17017 2004-11-30  Naba Kumar  <naba@gnome.org>
17019         * libanjuta/anjuta-status.c: Fixed runtime warning.
17020         
17021         * plugins/editor/Makefile.am:
17022         plugins/editor/anjuta-document-manager.glade,
17023         plugins/editor/plugin.c
17024         plugins/editor/plugin.h
17025         plugins/editor/style-editor.c (new, moved from src/),
17026         plugins/editor/style-editor.h (new, moved from src/),
17027         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
17028         settings in preferences.
17030         * plugins/editor/text_editor.c,
17031         plugins/editor/text_editor.h: Do not take unused args in
17032         text_editor_get_props().
17034         * src/style-editor.c, src/style-editor.h: Removed, moved to
17035         plugins/editor/ directory.
17037 2004-11-29  Naba Kumar  <naba@gnome.org>
17039         * plugins/editor/text_editor_cbs.c: Emit click signal in
17040         IAnjutaMarkable.
17041         * libanjuta/anjuta-status.c: More spacing between items.
17042         
17043 2004-11-29  Naba Kumar  <naba@gnome.org>
17045         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
17046         
17047         * libanjuta/interfaces/libanjuta.idl,
17048         plugins/debug-manager/anjuta-debug-manager.plugin.in,
17049         plugins/debug-manager/plugin.c,
17050         plugins/gdb/breakpoints.c,
17051         plugins/gdb/breakpoints.h,
17052         plugins/gdb/debugger.c,
17053         plugins/gdb/debugger.h,
17054         plugins/gdb/plugin.c,
17055         plugins/gdb/plugin.h,
17056         plugins/gdb/utilities.c,
17057         plugins/gdb/utilities.h: Code cleanups and partial implementation of
17058         toggle breakpoint margin clicks.
17060 2004-11-28  Naba Kumar  <naba@gnome.org>
17062         * TODO.tasks: Fixed indentations.
17063         * plugins/gtodo/libgtodo.c: Save with indentation.
17064         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
17065         * plugins/project-manager/plugin.c: Fixed runtime warnings.
17066         * libanjuta/anjuta-status.c: Fixed busy cursors.
17067         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
17068         * po/POTFILES.in: Updated.
17069         
17070 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
17071         
17072         * plugins/editor/anjuta-document-manager.glade,
17073           plugins/editor/search-replace.[c,h], 
17074           plugins/editor/search-replace_backend.h
17075           plugins/editor/search-preferences.[c,h] :
17076           Saved Search-Preferences (gconf),
17077           Basic search by default.
17079 2004-11-22  Naba Kumar  <naba@gnome.org>
17081         * configure.in: Fixed build error.
17083 2004-11-21  Naba Kumar  <naba@gnome.org>
17085         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
17086         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
17087         Added AnjutaStatus class to libanjuta.
17088         Added anjuta_shell_get_status() method.
17089         
17090         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
17091         and fixed marshaller generation.
17092         
17093         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
17094         "updade_ui" signals to IAnjutaEditor interface.
17095         
17096         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
17097         
17098         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
17099         regexes.
17100         
17101         * plugins/class-gen/clsGen.c: Intial port.
17102         
17103         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
17104         name.
17105         
17106         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
17107         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17108         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
17109         Implemented status update. Emits "update_ui" and "char_added" signals.
17110         Added view preferences.
17111         
17112         * plugins/file-loader/plugin.c: Added open with plugins in open with
17113         menus.
17114         
17115         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
17116         
17117         * plugins/message-view/anjuta-msgman.c,
17118         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
17119         to close correct message view rather than current view.
17121 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
17122         
17123         * plugins/cvs-plugin/cvs-actions.c
17124         plugins/cvs-plugin/plugin.[ch]
17125         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17126         Implemented cvs add but ran into a launcher/message_view
17127         problem because of a limitation of the idl compiler
17129 2004-11-19  Naba Kumar  <naba@gnome.org>
17131         * plugins/project-manager/plugin.c: Displays a progress window during
17132         project load.
17133         
17134         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
17135         Fixed UI separators.
17136         
17137         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
17138         UI placeholder.
17139         
17140         * plugins/project-manager/anjuta-project-manager.ui,
17141         plugins/project-manager/plugin.[c,h]: Added add/remove context
17142         menus and implemented them. Added file manager merge menu.
17144 2004-11-18  Naba Kumar  <naba@gnome.org>
17146         * TODO.tasks: Updated.
17147         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
17148         plugins/message-view/message-view.c: Fixed finalize and dispose
17149         methods.
17150         * plugins/debugger/*: Removed from cvs (development now in
17151         debug-manager).
17153 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
17155         Reviewed by Naba Kumar  <naba@gnome.org>:
17156         
17157         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
17158         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17159         plugins/gdb/breakpoints.c: all marker related stuff moved from
17160         editor and docman interfaces to IAnjutaMarkable
17162 2004-11-17  Naba Kumar  <naba@gnome.org>
17164         * TODO.tasks: Updated.
17165         
17166         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
17167         
17168         * libegg/egg-combo-action.c: Block changed signal when changing model.
17169         
17170         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
17171         Emit changed signal. Removed dead codes.
17172         
17173         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
17174         that recent files history do not duplicate.
17175         
17176         * plugins/symbol-browser/an_symbol_view.c,
17177         plugins/symbol-browser/an_symbol_view.h,
17178         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
17179         Fixed a bug.
17181 2004-11-15  Naba Kumar  <naba@gnome.org>
17183         * plugins/project-manager/plugin.c: Opens targets on double click.
17184         
17185         * plugins/message-view/message-view.c,
17186         plugins/file-manager/anjuta-file-manager-plugin.glade,
17187         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
17188         Added proper class finalization
17189         and disposition. Added preferences notifications and callbacks to
17190         change info/warning/error colors.
17191         
17192         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17193         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
17194         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
17195         Implemented finalize method for AnjutaApp. Code cleanups.
17196         
17197         * plugins/message-view/plugin.c: Static parent_class.
17198         
17199 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17200         * plugins/editor/search-replace.[c,h], 
17201           plugins/editor/search-replace_backend.c
17202           Update search entry in main toolbar.
17203           Clean code.
17205 2004-11-11  Naba Kumar  <naba@gnome.org>
17207         * TODO.tasks: Updated.
17209         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
17210         and completed on-the-fly-change preferences. Removed "changed"
17211         signal as it is no longer necessary (use notify for similar
17212         purpose to monitor individual preferences).
17214         
17215         * plugins/editor/anjuta-document-manager.glade: Added view menu
17216         preferences so that they are registered.
17217         
17218         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
17219         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
17220         connection to "changed" signal of preferences and implemented
17221         notifications for some editor preferences. More to implement.
17223 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17224         * plugins/editor/print.c
17225         Fixed bug 1047624 : Add line number every X lines.
17227 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17228         * plugins/editor/search-replace.c
17229         Fixed a crash bug (995755) when searching "%n"
17231 2004-11-09  Naba Kumar  <naba@gnome.org>
17233         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
17234         Fixed to refresh categories list on file load.
17236 2004-11-08  Naba Kumar  <naba@gnome.org>
17237         
17238         * configure.in, plugins/Makefile.am,
17239         plugins/profile-default/plugin.c: Added cvs plugin in build.
17240         
17241         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
17242         
17243         * plugins/debug-manager/.cvsignore: Added file to ignore.
17244         
17245         * plugins/debug-manager/Makefile.am: Removed dead codes.
17246         
17247         * src/anjuta.ui: Added placeholder for version control UI.
17249 2004-11-08  Naba Kumar  <naba@gnome.org>
17251         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17252         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17253         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
17254         Updated.
17256         * global-tags/Makefile.am: Fixed make error.
17258         * plugins/profile-default/plugin.c: Added debug-manager
17259         and gdb plugins to load at startup so that debugger
17260         windows are docked properly. They will be removed
17261         later when we figure out runtime docking.
17263         * plugins/sample1/*: Restored to last working state.
17265         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
17266         windows in lower pane. Named the windows appropriately.
17268         * ChangeLog: Fixed format.
17269         
17270 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
17272         * libanjuta/interfaces/libanjuta.idl,
17273         libanjuta/anjuta-marshal.c,
17274         plugins/Makefile.am,
17275         plugins/debug-manager/plugin.c,
17276         plugins/editor/plugin.c,
17277         plugins/editor/text_editor.c,
17278         plugins/gdb/breakpoints.c,
17279         plugins/gdb/debugger.c,
17280         plugins/gdb/plugin.c,
17281         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
17283 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
17284         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
17285         plugins/editor/search-replace.c,
17286         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
17287         Search and Replace; Show result in find pane
17288           
17289 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17290         
17291         * plugins/gdb, plugins/debug-manager: Applied debugger patch
17292         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
17293         (added features: starting debugger and loading of core/executable,
17294         StepIn, StepOut, StepOver and Execute, toggling breakpoint
17295         partially works)
17297 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
17298         
17299         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
17300         my cvs-plugin files...
17301         I hope I have rescued everything possible.
17302         
17303         * Naba: Could you please fix sample1 because I messed it up to 
17304         but there should be a histroy of this directory we should commit
17306 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17307         
17308         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
17309         infrastructure
17310         * plugins/cvs-plugin/plugin.c,
17311         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
17312         Added preferences dialog (not yet complete)
17314 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
17315         
17316         * global-tags/Makefile.am, mime/Makefile.am:
17317         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
17318         
17319         * template/xmltemplate.[ch],
17320         template/xmlstrings.[ch],
17321         template/autotools.[ch] removed,
17322         template/prj_template.[ch] removed,
17323         template/lang_template.[ch] removed,
17324         template/lib_template.[ch] removed,
17325         template/Makefile.am adjusted,
17326         template/dtds/lang.dtd removed, 
17327         template/dtds/lib.dtd removed,
17328         template/dtds/prj.dtd removed,
17329         template/dtds/autotools.dtd removed,
17330         data/template/lib/* removed,
17331         data/template/language/* removed,
17332         data/template/library/* removed,
17333         data/template/project/* removed,
17334         date/template/Makefile.am adjusted:
17335         Remove everything except text-templates to replace hardcoded 
17336         Edit->Insert texts with dynamic loaded.
17338         * plugins/cvs-plugin/plugin.[ch],
17339         plugins/cvs-actions.[ch],
17340         plugins/Makefile.am,
17341         plugins/cvs-plugin/Makefile.am,
17342         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
17343         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
17344         plugins/cvs-plugin/anjuta-cvs.plugin.in:
17345         Added initial cvs-plugin code
17347 2004-10-21  Naba Kumar  <naba@gnome.org>
17348         
17349         * libanjuta/anjuta-plugin.c,
17350         plugins/build-basic-autotools/build-basic-autotools.c,
17351         plugins/debugger/plugin.c,
17352         plugins/devhelp/plugin.c,
17353         plugins/editor/anjuta-docman.c,
17354         plugins/editor/goto_line.c,
17355         plugins/editor/plugin.c,
17356         plugins/editor/search-replace.c,
17357         plugins/editor/text_editor.c,
17358         plugins/file-loader/plugin.c,
17359         plugins/file-manager/plugin.c,
17360         plugins/file-wizard/file.c,
17361         plugins/file-wizard/plugin.c,
17362         plugins/gdb/plugin.c,
17363         plugins/gtodo/plugin.c,
17364         plugins/message-view/anjuta-msgman.c,
17365         plugins/profile-default/plugin.c,
17366         plugins/project-manager/plugin.c,
17367         plugins/sample1/plugin.c,
17368         plugins/terminal/terminal.c: Defined all global variables static,
17369         particularly class parent_class variables. They were getting
17370         confused at link time.
17372         * libanjuta/plugins.c: Do not unload plugins when they are
17373         deactivated. Simply cache them for later activation. Unloading
17374         modules have some problem with shared libs using static class
17375         registration. Fixed hash type for installed plugins. Eventually,
17376         we want to add "CanUnload" attribute for .plugin files (in
17377         "Anjuta Plugin" group) to let plugin loader know if the plugin can
17378         be unloaded from memory. Those plugins declaring CanUnload=false
17379         will not be unloaded from memory and will be put in the cache. Those
17380         not declaring anything or declaring CanUnload=true, will be unloaded
17381         from memory when they are deactivated.
17383         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
17384         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17385         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
17386         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
17387         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
17388         activation, deactivation. Fixed memory leaks.
17390 2004-10-20  Naba Kumar  <naba@gnome.org>
17392         * TODO.tasks: Updated.
17393         
17394         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17395         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
17396         macro for adding interfaces to plugin types. Code cleanup.
17397         
17398         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17399         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17400         
17401         * plugins/build-basic-autotools/build-basic-autotools.c,
17402         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17403         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17404         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17405         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17406         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17407         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17408         plugins/project-manager/plugin.c,
17409         plugins/symbol-browser/an_symbol_view.c,
17410         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17411         newly defined macro to add interfaces to plugin types.
17413         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17415 2004-10-20  Naba Kumar  <naba@gnome.org>
17417         * TODO.tasks: Added task list.
17418         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17419         default values.
17421 2004-10-19  Naba Kumar  <naba@gnome.org>
17423         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17424         
17425         * plugins/editor/action-callbacks.c,
17426         plugins/editor/action-callbacks.h,
17427         plugins/editor/anjuta-docman.c,
17428         plugins/editor/anjuta-docman.h,
17429         plugins/editor/anjuta-document-manager.ui,
17430         plugins/editor/file_history.c,
17431         plugins/editor/file_history.h,
17432         plugins/editor/plugin.c: Added file history browsing.
17433         
17434         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17435         
17436         * plugins/message-view/anjuta-message-manager.ui,
17437         plugins/message-view/plugin.c: Added document manager context menu.
17438         
17439         * plugins/symbol-browser/an_symbol_view.c,
17440         plugins/symbol-browser/an_symbol_view.h,
17441         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17442         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17443         document manager context menu.
17444         
17445         * scintilla/*, scintilla/include/*: Updated to current cvs.
17446         
17447 2004-10-19  Naba Kumar  <naba@gnome.org>
17449         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17450         placeholder for debugger UI.
17451         
17452         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17453         * plugins/file-manager/plugin.c: Fixed loading bug.
17454         
17455         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17456         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17457         Initializes gconf database with default values when the
17458         values are not defined. Use bool and int prefs separately.
17460         * plugins/editor/plugin.c: Added encoding preferences.
17461         * plugins/project-manager/plugin.c: Cleanup and debug messages.
17463         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17464         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17465         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17466         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17468 2004-10-18  Naba Kumar  <naba@gnome.org>
17470         * po/POTFILES.in: Updated.
17471         
17472         * libanjuta/anjuta-ui.c: Corrected debug messages.
17473         
17474         * libegg/egg-combo-action.c, libegg/test-actions.c,
17475         libegg/menu/egg-combo-action.h: Fixed combo action.
17476         
17477         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17478         Fixed format.
17479         
17480         * plugins/editor/action-callbacks.[c,h],
17481         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17482         Implemented file swap. Removed dead codes.
17483         
17484         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17485         dead codes.
17486         
17487         * plugins/symbol-browser/an_symbol_view.[c,h],
17488         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17489         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17490         Implemented file symbols. Implemented goto file line when symbol is
17491         selected.
17492         
17493         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17494         
17495 2004-10-10  Naba Kumar  <naba@gnome.org>
17497         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17498         
17499         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17500         
17501         * plugins/debugger/.cvsignore,
17502         (added) plugins/debugger/Makefile.am,
17503         (added) plugins/debugger/anjuta-debugger.glade,
17504         (added) plugins/debugger/anjuta-debugger.plugin.in,
17505         (added) plugins/debugger/anjuta-debugger.plugin.png,
17506         (added) plugins/debugger/anjuta-debugger.ui,
17507         plugins/debugger/attach_process.c,
17508         (removed) plugins/debugger/attach_process_cbs.c,
17509         (removed) plugins/debugger/attach_process_cbs.h,
17510         (removed) plugins/debugger/breakpoints.c,
17511         (removed) plugins/debugger/breakpoints.h,
17512         (removed) plugins/debugger/debug_tree.c,
17513         (removed) plugins/debugger/debug_tree.h,
17514         (removed) plugins/debugger/debugger.c,
17515         (removed) plugins/debugger/debugger.h,
17516         (removed) plugins/debugger/memory.c,
17517         (removed) plugins/debugger/memory.h,
17518         (added) plugins/debugger/plugin.c,
17519         (added) plugins/debugger/plugin.h,
17520         (removed) plugins/debugger/registers.c,
17521         (removed) plugins/debugger/registers.h,
17522         (removed) plugins/debugger/registers_cbs.c,
17523         (removed) plugins/debugger/registers_cbs.h,
17524         (removed) plugins/debugger/registers_gui.c,
17525         (removed) plugins/debugger/sharedlib.c,
17526         (removed) plugins/debugger/sharedlib.h,
17527         (removed) plugins/debugger/sharedlib_cbs.c,
17528         (removed) plugins/debugger/sharedlib_cbs.h,
17529         (removed) plugins/debugger/sharedlib_gui.c,
17530         (removed) plugins/debugger/signals.c,
17531         (removed) plugins/debugger/signals.h,
17532         (removed) plugins/debugger/signals_cbs.c,
17533         (removed) plugins/debugger/signals_cbs.h,
17534         (removed) plugins/debugger/signals_gui.c,
17535         (removed) plugins/debugger/stack_trace.c,
17536         (removed) plugins/debugger/stack_trace.h,
17537         (added) plugins/debugger/utilities.c,
17538         (added) plugins/debugger/utilities.h,
17539         (removed) plugins/debugger/watch.c,
17540         (removed) plugins/debugger/watch.h,
17541         (removed) plugins/debugger/watch_cbs.c,
17542         (removed) plugins/debugger/watch_cbs.h,
17543         (removed) plugins/debugger/watch_gui.c,
17544         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17545         
17546         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17547         Added debugger gdb backend plugin.
17548         
17549         * plugins/message-view/plugin.c: Registered all message stock icons.
17550         
17551         * plugins/profile-default/plugin.c: Loads debugger plugin.
17552         
17553         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17555 2004-10-08  Naba Kumar  <naba@gnome.org>
17557         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17558         information.
17559         
17560         * plugins/symbol-browser/.cvsignore,
17561         plugins/symbol-browser/Makefile.am,
17562         plugins/symbol-browser/an_symbol_view.c,
17563         plugins/symbol-browser/an_symbol_view.h,
17564         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17565         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17566         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17567         plugins/symbol-browser/plugin.c,
17568         plugins/symbol-browser/plugin.h,
17569         plugins/symbol-browser/sv_class.xpm,
17570         plugins/symbol-browser/sv_function.xpm,
17571         plugins/symbol-browser/sv_macro.xpm,
17572         plugins/symbol-browser/sv_private_fun.xpm,
17573         plugins/symbol-browser/sv_private_var.xpm,
17574         plugins/symbol-browser/sv_protected_fun.xpm,
17575         plugins/symbol-browser/sv_protected_var.xpm,
17576         plugins/symbol-browser/sv_public_fun.xpm,
17577         plugins/symbol-browser/sv_public_var.xpm,
17578         plugins/symbol-browser/sv_static_fun.xpm,
17579         plugins/symbol-browser/sv_static_var.xpm,
17580         plugins/symbol-browser/sv_struct.xpm,
17581         plugins/symbol-browser/sv_unknown.xpm,
17582         plugins/symbol-browser/sv_variable.xpm,
17583         plugins/symbol-browser/test-symbol-browser.c,
17584         plugins/Makefile.am: Implemented Symbol
17585         browser plugin.
17586         
17587         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17588         
17589         * plugins/build-basic-autotools/Makefile.am,
17590         plugins/devhelp/Makefile.am,
17591         plugins/editor/Makefile.am,
17592         plugins/file-loader/Makefile.am,
17593         plugins/file-manager/Makefile.am,
17594         plugins/file-wizard/Makefile.am,
17595         plugins/gtodo/Makefile.am,
17596         plugins/message-view/Makefile.am,
17597         plugins/profile-default/Makefile.am,
17598         plugins/project-manager/Makefile.am
17599         plugins/sample1/Makefile.am,
17600         plugins/terminal/Makefile.am,
17601         scintilla/Makefile.am,
17602         libegg/Makefile.am,
17603         launcher/Makefile.am,
17604         libanjuta/Makefile.am,
17605         src/Makefile.am,
17606         tagmanager/Makefile.am,
17607         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17608         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17609         files. Also fixed library dependencies.
17610         
17611         * plugins/editor/aneditor.cxx: Disabled unused codes.
17612         * plugins/file-manager/an_file_view.c: Added copyright.
17613         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17614         
17615         * plugins/profile-default/plugin.c: Can load plugins by location.
17616         * plugins/project-manager/plugin.c: Remove project_root_uri value
17617         when project is closed.
17618         
17619 2004-10-06  Naba Kumar  <naba@gnome.org>
17621         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17622         
17623         * libanjuta/interfaces/libanjuta.idl,
17624         plugins/editor/text_editor.c: Added get_length()
17625         and get_current_word() methods in IAnjutaEditor interface.
17626         
17627         * libegg/Makefile.am: Added test_actions target.
17628         
17629         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17630         
17631         * plugins/build-basic-autotools/build-basic-autotools.c,
17632         plugins/file-loader/plugin.c,
17633         plugins/message-view/message-view.c: Added code to go to file and
17634         line number,
17635         
17636         * plugins/devhelp/plugin.c: Context sensitive help now works.
17637         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17638         uri as line number and goes to that line number.
17639         
17640         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17641         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17642         gtodo_client_load() method to load from a diffrent file. Watched 
17643         project root directory in plugin to open TODO.tasks of the project.
17644         
17645         * plugins/project-manager/plugin.c: Updates project UI
17646         sensitive/insensitive.
17648         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17649         anjuta-shell program to test plugins.
17650         
17651         * src/anjuta-app.c: Registered UI accels.
17652         
17653 2004-09-28  Naba Kumar  <naba@gnome.org>
17655         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17656         method.
17657         
17658         * src/anjuta-app.c: Implemented present widget method.
17659         
17660         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17661         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17662         
17663         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17664         added editor.
17665         
17666         * plugins/editor/text_editor.c: Connects to preferences changed signal
17667         correctly.
17668         
17669 2004-09-28  Naba Kumar  <naba@gnome.org>
17670         
17671         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17672         print code.
17673         
17674         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17675         size to 5 pix.
17676         
17677         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17678         in changed signal callback.
17679         
17680         * plugins/editor/action-callbacks.c: Implemented save_all action
17681         callback. Removed dead code. Do save_as when saving a new file.
17682         Implemented incremental search.
17683         
17684         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17685         
17686         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17687         
17688         * src/anjuta-app.c: Registers UI accelerators.
17689         
17690 2004-09-27  Naba Kumar  <naba@gnome.org>
17692         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17693         
17694         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17695         plugins/devhelp/anjuta-devhelp.plugin.in,
17696         plugins/file-loader/anjuta-loader.plugin.in,
17697         plugins/file-manager/anjuta-file-manager.plugin.in,
17698         plugins/gtodo/anjuta-gtodo.plugin.in,
17699         plugins/project-manager/anjuta-project-manager.plugin.in,
17700         plugins/terminal/anjuta-terminal.plugin.in:
17701         Gave proper plugin names.
17703         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17704         error when regex fail.
17705         
17706         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17707         Added help and context search. Watches current editor. More menus
17708         in Help submenu. Update UI (sensitive when required) properly.
17709         
17710         * plugins/editor/anjuta-document-manager.ui,
17711         plugins/devhelp/anjuta-devhelp.ui,
17712         plugins/message-view/anjuta-message-manager.ui,
17713         src/anjuta.ui: Goto menu actions are in separate submenu.
17714         
17715         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17716         Removed unimplemented UI elements.
17717         
17718         * src/anjuta-app.c: Larger (and normal) icon size.
17719         
17720         * src/layout.xml: Task manager plugin along with document (in middle).
17721         
17722         * plugins/editor/plugin.c, plugins/file-loader.c,
17723         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17724         in gtkactions. Enable/disable UI properly.
17725         
17726 2004-09-26  Naba Kumar  <naba@gnome.org>
17728         * po/POTFILES.in: Updated, added missing files.
17730         * .cvsignore: Updated.
17731         
17732         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17733         a new function to get User input text.
17734         
17735         * libanjuta/resources.[c,h]: Added a function to created sized image.
17736         
17737         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17738         from filename, as thats the correct representation.
17739         
17740         * plugins/build-basic-autotools/Makefile.am,
17741         (added) plugins/build-basic-autotools/automake-c.filters,
17742         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17743         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17744         Rearragned UI elements in the build menu. Added codes to read build
17745         filter rules from external file. Implemented all build, configure,
17746         autogen commands. Watches current editor and project.
17747         
17748         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17749         Added editor changed signal and exports current editor value.
17750         Fixed parameter names. Fixed get_uri() interface implementation to
17751         return correct uri.
17752         
17753         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17754         elements.
17755         
17756         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17757         
17758         * plugins/file-manager/an_file_view.c,
17759         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17760         
17761         * plugins/file-wizard/file.c: Reads uri correctly.
17762         
17763         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17764         sets the page to the new view.
17765         
17766         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17767         Fixed signal connecting.
17768         
17769         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17770         to "project_root_uri" and exports as uri.
17771         
17772 2004-09-24  Naba Kumar  <naba@gnome.org>
17774         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17775         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17776         in correct way.
17777         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17778         * plugins/file-loader/plugin.c: Added comments.
17779         * plugins/build-basic-autotools/plugin.c: Added comments.
17780         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17781         
17782         * libanjuta/interfaces/libanjuta.idl,
17783         plugins/message-view/anjuta-msgman.c,
17784         plugins/message-view/message-view.c,
17785         plugins/message-view/message-view.h,
17786         plugins/message-view/plugin.c: Buffering and appending messages have
17787         been separated. message-view implementations cleaned up. Signals
17788         Emissions fixed. Messages now displayed in summary and details show
17789         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17790         API.
17791         
17792         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17793         preferences.
17794         
17795         * plugins/build-basic-autotools/Makefile.am,
17796         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17797         parsing of output to create message summaries. Uses new message view
17798         API.
17799         
17800         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17801         preferences to make dialog box smaller.
17802         
17803         * plugins/editor/search-replace.c: Fixed compile error with change
17804         in IAnjutaMessageView API.
17805         
17806 2004-09-21  Naba Kumar  <naba@gnome.org>
17808         * plugins/Makefile.am: Deletes old (installed) plugins before
17809         installing new ones.
17810         
17811         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17812         plugins/build-basic-autotools/build-basic-autotools.c,
17813         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17814         file URI from filemanager. Only disables/enables build submenu in file
17815         manager, instead of merging/unmerging.
17816         
17817         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17818         non-text files.
17819         
17820         * plugins/file-loader/anjuta-loader-plugin.ui,
17821         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17822         Implemented "Open with" file manager submenu. Displays error message
17823         when file can not be opened.
17824         
17825         * plugins/file-manager/an_file_view.c: Renamed
17826         file_manager_current_filename value name to file_manager_current_uri
17827         and exports proper URI.
17828         
17829         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17831 2004-09-19  Naba Kumar  <naba@gnome.org>
17833         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17834         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17835         save point signal to change editor tabs. Fixed accels.
17836         
17837         * plugins/file-loader/plugin.c: Fixed accels.
17839         * plugins/project-manager/plugin.c: Added target selection callback.
17840         
17841         * plugins/project-manager/plugin.c: Added URI activation.
17842         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17843         Fixed dialog and closed it on ok. Fixed a crash bug.
17844         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17846         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17847         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17848         plugins/file-loader/anjuta-loader-plugin.ui,
17849         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17850         Added recent files in file loade plugin.
17851         
17852         * ChangeLog: Fixed entry dates.
17853         
17854 2004-09-18  Naba Kumar  <naba@gnome.org>
17856         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17857         an unnecessary GtkFrame.
17858         
17859 2004-09-17  Naba Kumar  <naba@gnome.org>
17861         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17863         * TODO: Updated.
17864         
17865         * data/Makefile.am: Disabled installing old mime info.
17866         
17867         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17868         
17869         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17870         plugins/editor/anjuta-document-manager.ui,
17871         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17872         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17873         Added Editor context popup menu.
17874         
17875         * plugins/project-manager/anjuta-project-manager-plugin.png:
17876         Update image.
17877         
17878         * plugins/project-manager/anjuta-project-manager.plugin.in:
17879         Support .anjuta mime type.
17880         
17881         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17882         value.
17883         
17884         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17885         value.
17886         
17887         * src/layout.xml, plugins/profile-default/plugin.c:
17888         Added project manager plugin for startup.
17890 2004-09-16  Naba Kumar  <naba@gnome.org>
17891         
17892         * anjuta.prj: Updated.
17893         
17894         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17895         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17896         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17897         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17898         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17899         plugins/terinal/Makefile.am, src/Makefile.am,
17900         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17901         Fixed makefile syntax errors.
17903 2004-09-16  Naba Kumar  <naba@gnome.org>
17905         * configure.in, src/layout.xml,
17906         plugins/profile-default/plugin.c,
17907         libanjuta/interfaces/libanjuta.idl,
17908         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17909         
17910         * configure.in, plugins/Makefile.am,
17911         plugins/project-manager/.cvsignore, 
17912         plugins/project-manager/Makefile.am,
17913         plugins/project-manager/anjuta-project-manager-plugin.png,
17914         plugins/project-manager/anjuta-project-manager.plugin.in,
17915         plugins/project-manager/anjuta-project-manager.ui,
17916         plugins/project-manager/plugin.c,
17917         plugins/project-manager/plugin.h: Added project manager plugin
17918         based on gnome-build.
17919         
17920         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17921         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17922         
17923         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17924         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17925         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17926     
17927 2004-09-16  Naba Kumar  <naba@gnome.org>
17929         * plugins/editor/action-callbacks.c: Fixed compile error.
17930         
17931 2004-09-15  Naba Kumar  <naba@gnome.org>
17933         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17934         
17935         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17936         New improved splace with nicer progress.
17937         
17938         * configure.in, plugins/Makefile.am,
17939         (added) file-wizard/.cvsignore,
17940         (added) file-wizard/Makefile.am,
17941         (added) file-wizard/action-callbacks.c,
17942         (added) file-wizard/action-callbacks.h,
17943         (added) file-wizard/anjuta-file-wizard-plugin.png,
17944         (added) file-wizard/anjuta-file-wizard.glade,
17945         (added) file-wizard/anjuta-file-wizard.plugin.in,
17946         (added) file-wizard/anjuta-file-wizard.ui,
17947         (added) file-wizard/file.c,
17948         (added) file-wizard/file.h,
17949         (added) file-wizard/plugin.c,
17950         (added) file-wizard/plugin.h:
17951         Created new file wizard and added it. The wizard takes care of text
17952         bit insertions and new files creation.
17954         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17955         plugins/editor/action-callbacks.h,
17956         plugins/editor/anjuta-document-manager.glade,
17957         plugins/editor/anjuta-document-manager.ui,
17958         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17959         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17960         new files code and moved into a new plugin (file wizard).
17961         
17962         * libanjuta/plugins.[c,h]: Added plugins selection function.
17963         
17964         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17965         get_position(), insert() in IAnjutaEditor interface. Added
17966         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17967         interface (for wizard plugins).
17969         * plugins/file-loader/anjuta-loader-plugin.ui,
17970         plugins/file-loader/plugin.c: Added wizard launcher interface which
17971         scans for plugins implement IAnjutaWizard interface and presents the
17972         list to user for selection. The selected plugin is then activated
17973         for the wizard.
17975         * libanjuta/interfaces/.cvsignore: Updated.
17976         * plugins/message-view/.cvsignore: Updated.
17977         * plugins/launcher/*: Removed as launcher has already been moved to
17978         libanjuta as class.
17980         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17981         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17982         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17983         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17984         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17985         Updated API documentations.
17987 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17989         * configure.in: Added Punjabi to ALL_LINGUAS
17991 2004-07-29  Naba Kumar  <naba@gnome.org>
17993         * configure.in: Added file-loader plugin Makefile path and
17994         fixed devhelp version requirement.
17996 2004-07-28  Naba Kumar  <naba@gnome.org>
17998         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17999         terminal/preferences-terminal.png (added), message-view/*.png (added),
18000         message-view/*.xpm (added), editor/*.png (added),
18001         editor/*.xpm (added), plugins/editor/Makefile.am,
18002         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
18003         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
18004         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
18005         respective plugins directories.
18007         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
18008         pixmaps/block-end-16.png, pixmaps/block-end.png
18009         pixmaps/block-start-16.png, pixmaps/block-start.png
18010         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
18011         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
18012         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
18013         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
18014         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
18015         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
18016         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
18017         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
18018         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
18019         pixmaps/preferences-editor.png, pixmaps/undock.png
18020         pixmaps/error-next-16.png, pixmaps/error-next.png
18021         pixmaps/error-prev-16.png, pixmaps/error-prev.png
18022         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
18023         pixmaps/preferences-terminal.png: Deleted
18025         * libanjuta/properties* (removed), plugins/editor/properties* (added),
18026         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
18027         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
18028         plugins/editor/anjuta-document-manager.plugin.in,
18029         plugins/editor/anjuta-document-manager.ui,
18030         plugins/editor/plugin.c, plugins/editor/print.c,
18031         plugins/editor/search-replace_backend.c,
18032         plugins/editor/search_preferences.h,
18033         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
18034         Moved properties souce files to editor plugin as it not required in
18035         libanjuta. Other editor fixes.
18037         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
18038         libegg/dock/* (removed)
18039         : Restored GDL external dependencies and removed libegg dock
18040         sources, because gdl is being developed.
18041         
18042         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
18043         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
18044         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
18045         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
18046         libanjuta/plugins.c, libanjuta/plugins.h,
18047         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
18048         gconf system. Shell now takes docking positions. Added more utility
18049         functions. Added plugins query function. And other fixes.
18051         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
18052         
18053         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
18054         plugin to load files based on mime type.
18055         
18056         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
18057         
18058         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
18059         plugins/file-manager/plugin.c: File manager now uses file loader to
18060         open files.
18062         * plugins/message-view/anjuta-msgman.c,,
18063         plugins/message-view/message-view.c,
18064         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
18066         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
18067         plugins/terminal/terminal.c, src/Makefile.am,
18068         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
18069         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
18070         
18071         * libegg/dock/*: Removed directory.
18072         
18073 2004-07-28  Naba Kumar  <naba@gnome.org>
18075         * configure.in: Reduced gnome-print version requirement.
18076         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
18078 2004-07-21  Ray Strode  <rstrode@redhat.com>
18079         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
18080         new mime sytem.
18082 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
18083         
18084         * plugins/editor/search-replace.c: Some fixes
18085         * plugins/terminal/Makefile.am:
18086         Patch from: Alexey Rusakov <ktirf@users.sf.net>
18088 2004-05-19  Naba Kumar  <naba@gnome.org>
18090         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
18091         compiler warning.
18093 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
18095         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
18096         Implemented IAnjutaSavable
18097         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
18099 2004-05-17  Naba Kumar  <naba@gnome.org>
18101         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
18102         plugins/build-basic-autotools/.cvsignore,
18103         plugins/build-basic-autotools/Makefile.am,
18104         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
18105         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
18106         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
18107         plugins/build-basic-autotools/build-basic-autotools.c,
18108         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
18109         build plugin.
18110         
18111         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
18112         definition.
18113         
18114         * plugins/file-manager/an_file_view.c,
18115         plugins/file-manager/anjuta-file-manager.ui,
18116         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
18117         Added context menu UI.
18118         
18119         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
18120         in view menu.
18122 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
18123         
18124         * libanjuta/anjuta-preferences.[ch]: 
18125         Added save/load_gconf functions
18126         * src/action_callbacks.[ch], src/preferences.c: 
18127         Load global prefs from gconf at startup and save them
18128         on exit. Prefs load and save correctly but something resets
18129         them to default after loading...
18130         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
18131         Somehow the linker does not find save/load_gconf functions
18132         in libanjuta. Must be a stupid mistake, I would be glad
18133         if someone could fix that.
18134         * manuals/reference/libanjuta-sections.txt: Added new
18135         preferences functions and removed gnome-filelist
18136         * plugins/file-manager/anjuta-file-manager-plugin.glade:
18137         * plugins/file-manager/plugin.c:
18138         Added root-path property
18140 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
18141         
18142         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
18143         they are not longer needed.
18144         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
18145         anjuta-sections.txt: Remove references to the files
18146         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
18147         Use new nautilus icons for file-manager, looks incredible
18148         cool!
18150 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18151         
18152         * plugins/editor/anjuta-docman.c: gchar* to 
18153         const gchar* in arguments
18154         * plugins/editor/text_editor.c: Implemented IAnjutaFile
18155         Interface
18156         * plugins/file-manager/an_file_view.c: Open files on
18157         double-click. Does not work yet because it does not
18158         find IAnjutaFile interface in document manager
18160 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
18161         
18162         * plugins/editor/anjuta-docman.c
18163         * plugins/editor/text_editor.c:
18164         Made close button working, made multiple selection in
18165         File/Open dialog possble, fixed crash bug if file cannot
18166         be opened.
18168 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18169         
18170         * plugins/editor/action-callbacks.c
18171         * plugins/editor/anjuta-docman.c
18172         * plugins/editor/anjuta-docman.h
18173         * plugins/editor/search-replace.c
18174         * plugins/editor/search-replace_backend.c
18175         * plugins/editor/text_editor.c
18176         * plugins/editor/text_editor.h:
18177         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
18178         able to open all files, use uri instead of full_filename, fixed
18179         many bugs.
18182 2004-05-13  Naba Kumar  <naba@gnome.org>
18184         * plugins/message-view/anjuta-message-manager-plugin.glade:
18185         HIG compliant.
18187         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
18188         management.
18190         * pixmaps/anjuta_splash.png: Added border.
18191         
18192         * plugins/editor/anjuta-document-manager.png: New icon.
18193         
18194         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
18195         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
18196         
18197         plugins/editor/Makefile.am,
18198         plugins/editor/search-replace.c,
18199         plugins/editor/search-replace.h,
18200         plugins/editor/search-replace_backend.c,
18201         plugins/editor/search-replace_backend.h,
18202         plugins/editor/search_preferences.h,
18203         plugins/editor/search_preferences.c: Merged changes from
18204         ANJUTA_1_2_0 branch.
18205         
18206         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
18207         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
18208         operational.
18210         * plugins/terminal/Makefile.am,
18211         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
18212         dialog.
18213         
18214         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
18215         submenu.
18217 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
18218         * plugins/message-view/plugin.c: Fixed glade file loading
18219         Removed "Show messages" menu item
18220         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
18221         twice because of this load system layout hack.
18222         * libanjuta/anjuta-ui.h: Removed #include config.h
18223         * libanjuta/libanjuta.pc: Fixed path and depencies
18224         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
18225         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
18226         * libanjuta/properties.cxx : #include "properties_cxx.h"
18227         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
18229 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18230         * plugins/message-view/*: Fixed message view preferences
18231         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
18232         * anjuta.glade: Removed messages stuff
18234 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
18235         
18236         * Removed libanjutamm, it is now hosted on SF.net:
18237         cvs.sf.net/cvsroot/anjuta/libanjutamm
18239 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
18240         
18241         * libanjutamm/*
18242         Added some experimental code to add support for C++ plugins.
18243         Nothing works yet and it is likely that it will disappear but
18244         I have some questions to murrayc and he wants to see the code.
18246 2004-05-11  Naba Kumar  <naba@gnome.org>
18248         * plugins/terminal/terminal.c: Fixed prefs loading bug.
18250         * plugins/editor/action-callbacks.c: Fixed a crash bug in
18251         hightlight style menu actions.
18253         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18254         manuals/reference/libanjuta/plugin-description-file.sgml,
18255         manuals/reference/libanjuta/writing-plugins.sgml,
18256         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18257         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18258         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
18260         * src/anjuta-app.c: Always load system layout for now.
18262         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
18263         
18264         * manuals/reference/libanjuta/libanjuta-docs.sgml,
18265         manuals/reference/libanjuta/libanjuta-sections.txt,
18266         manuals/reference/libanjuta/libanjuta.types,
18267         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18268         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18269         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18270         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18271         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18272         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
18273         Updated documentation.
18275         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
18276         plugins/profile-default/plugin.c, src/layout.xml:
18277         Created terminal plugin.
18278          
18279         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
18280         (new) plugins/file-manager/.cvsignore,
18281         plugins/file-manager/an_file_view.c,
18282         plugins/file-manager/plugin.c,
18283         plugins/file-manager/plugin.h: Moved preferences to separate
18284         glade file and added cvsignore file.
18285         
18286         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
18287         from ANJUTA_1_2_0 branch. Please note that other po files need merging
18288         from the branch. I tried it     but there were way too many conflicts.
18289         
18290         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
18291         
18292         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
18293         util functions required during the merge.
18294         
18295         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
18296         interface.
18297         
18298         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
18299         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
18300         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
18301         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
18302         Merged with ANJUTA_1_2_0 branch.
18304 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
18306         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
18308 2004-05-07  Naba Kumar  <naba@gnome.org>
18310         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
18312         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
18313         Added preferences reading and loading.
18314         
18315         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
18316         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
18317         libanjuta/fileselection.c, libanjuta/fileselection.h,
18318         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
18319         
18320         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
18322         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
18323         anjuta.spec.in, configure.in, data/autogen.sh.generic,
18324         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
18325         data/macros/autogen.sh, data/macros2/autogen.sh
18326         data/properties/ada.properties, data/properties/anjuta.properties,
18327         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
18328         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
18329         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
18330         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
18331         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
18332         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
18333         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
18334         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
18335         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
18336         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
18337         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
18338         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
18339         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
18340         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
18341         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
18342         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
18343         plugins/class-gen/clsGen.c, plugins/editor/print.c,
18344         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
18345         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
18346         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
18347         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
18348         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
18349         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
18350         (added) scintilla/scintilla-marshal.c,
18351         (added) scintilla/scintilla-marshal.h,
18352         (added) scintilla/scintilla-marshal.list,
18353         scintilla/include/SString.h, scintilla/include/SciLexer.h,
18354         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
18355         (added) scintilla/patches/scintilla-calltip-align.patch,
18356         (added) scintilla/patches/scintilla-minor.patch,
18357         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
18359 2004-05-06  Naba Kumar  <naba@gnome.org>
18361         * (added) plugins/file-manager/Makefile.am,
18362         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
18363         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
18364         (added) plugins/file-manager/anjuta-file-manager.ui,
18365         (added) plugins/file-manager/plugin.c,
18366         (added) plugins/file-manager/plugin.h,
18367         (removed) plugins/file-manager/an_file_view.h,
18368         plugins/Makefile.am, configure.in,
18369         plugins/file-manager/an_file_view.c: Created file manager plugin.
18370         
18371         * plugins/profile-default/plugin.c: Added file manager plugin in default
18372         profile.
18373         
18374         * libanjuta/Makefile.am: Fixed dependencies.
18375         * pixmaps/anjuta_splash.png: New splash screen.
18377 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
18378         
18379         * template/template.c/h: Added in-line doc
18380         * manuals/reference/template/*: Added template documentation
18381         * configure.in: Build template docs
18383 2004-05-05  Naba Kumar  <naba@gnome.org>
18385         * autogen.sh: Added commands to generate initial interfaces.
18386         
18387         * libanjuta/Makefile.am,
18388         (removed)libanjuta/anjuta-plugin-parser.c,
18389         (removed)libanjuta/anjuta-plugin-parser.h,
18390         (added)libanjuta/anjuta-plugin-description.c,
18391         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
18392         plugin description.
18393         
18394         * libanjuta/anjuta-plugin.c,
18395         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
18396         
18397         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
18398         and added AnjutaShellPlacement enum for widgeds placement (passed to 
18399         widget add_widget() method.
18400         
18401         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18402         and moved plugin sets loading in profile plugins.
18403         
18404         * libanjuta/interfaces/.cvsignore,
18405         (removed)libanjuta/interfaces/Makefile.am,
18406         libanjuta/interfaces/libanjuta.idl,
18407         libanjuta/interfaces/anjuta-idl-compiler.pl,
18408         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18409         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18410         (removed)libanjuta/interfaces/ianjuta-editor.c,
18411         (removed)libanjuta/interfaces/ianjuta-editor.h,
18412         (removed)libanjuta/interfaces/ianjuta-file.c,
18413         (removed)libanjuta/interfaces/ianjuta-file.h,
18414         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18415         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18416         (removed)libanjuta/interfaces/ianjuta-message-view.c,
18417         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18418         *.h and Makefile.am files. They are autogenerated. Interfaces are
18419         by anjuta-idl-compiler.pl from libanjuta.idl file.
18420         
18421         * manuals/reference/libanjuta/Makefile.am,
18422         manuals/reference/libanjuta/anjuta-architecture.sgml,
18423         manuals/reference/libanjuta/libanjuta-docs.sgml,
18424         manuals/reference/libanjuta/libanjuta-sections.txt,
18425         manuals/reference/libanjuta/libanjuta.types,
18426         manuals/reference/libanjuta/plugin-description-file.sgml,
18427         manuals/reference/libanjuta/writing-plugins.sgml,
18428         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18429         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18430         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18431         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18432         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18433         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18434         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18435         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18436         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18437         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18438         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18439         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18440         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18441         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18442         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18443         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18444         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18445         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18446         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18447         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18448         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18449         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18450         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18451         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18452         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18453         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18454         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18455         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18456         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18457         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18458         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18459         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18460         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18461         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18462         interfaces template sgmls.
18463         
18464         * plugins/Makefile.am,
18465         plugins/devhelp/anjuta-devhelp.plugin.in,
18466         plugins/devhelp/plugin.c,
18467         plugins/editor/action-callbacks.c,
18468         plugins/editor/anjuta-document-manager.plugin.in,
18469         plugins/editor/plugin.c,
18470         plugins/editor/plugin.h,
18471         plugins/editor/text_editor.c,
18472         plugins/sample1/plugin.c,
18473         plugins/message-view/anjuta-message-manager.plugin.in,
18474         plugins/message-view/plugin.c: Fixed shell add_widget method to take
18475         placement. Fixed other errors.
18476         
18477         * (added)plugins/profile-default/.cvsignore,
18478         (added)plugins/profile-default/Makefile.am,
18479         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18480         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18481         (added)plugins/profile-default/anjuta-default-profile.ui,
18482         (added)plugins/profile-default/plugin.c,
18483         (added)plugins/profile-default/plugin.h: Added a default new
18484         profile plugin.
18485         
18486         * src/Makefile.am,
18487         src/action-callbacks.c,
18488         src/anjuta-app.c,
18489         src/anjuta.c,
18490         src/main.cpp: Fixed necessary changes for libanjuta
18492 2004-05-04  Naba Kumar  <naba@gnome.org>
18494         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18495         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18496         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18497         placement for default widgets placements.
18499 2004-05-03  Naba Kumar  <naba@gnome.org>
18501         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18502         manuals/reference/libanjuta/libanjuta-docs.sgml,
18503         manuals/reference/libanjuta/plugin-description-file.sgml,
18504         manuals/reference/libanjuta/writing-plugins.sgml:
18505         Wrote more sections in writing-plugins document and fixed errors.
18507 2004-05-03  Naba Kumar  <naba@gnome.org>
18509         * libanjuta/interfaces/libanjuta.idl: Added interface
18510         IAnjutaFileManager.
18511         
18512         * manuals/reference/libanjuta/anjuta-architecture.dia,
18513         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18514         architecture diagram.
18515         
18516         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18517          manuals/reference/libanjuta/libanjuta-docs.sgml,
18518         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18519         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18520         Wrote writing-plugins document and separated chapters into
18521         separate sgml files.
18522         
18523         * plugins/file-manager/an_file_view.c,
18524         plugins/file-manager/an_file_view.h: New and improved directory
18525         rendering.
18527 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18529         * anjuta.glade: re-designed the new file dialog
18530         * anjuta_dialogs_strings.c: new strings from the new file dialog
18532 2004-04-30  Naba Kumar  <naba@gnome.org>
18534         * libanjuta/interfaces/Makefile.am.iface,
18535         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18536         
18537         * libanjuta/interfaces/libanjuta.idl: Updated.
18539         * libanjuta/interfaces/Makefile.am.iface,
18540         libanjuta/interfaces/libanjuta.idl: Updated.
18542 2004-04-29  Naba Kumar  <naba@gnome.org>
18543         
18544         * libanjuta/interfaces/Makefile.am.iface,
18545         libanjuta/interfaces/libanjuta.idl: Updated.
18547 2004-04-29  Naba Kumar  <naba@gnome.org>
18549         * libanjuta/interfaces/giface-idlc-c.pl,
18550         libanjuta/interfaces/libanjuta.idl: Upgraded.
18551         * libanjuta/interfaces/Makefile.am.iface: Added.
18552         
18553 2004-04-28  Naba kumar  <naba@gnome.org>
18555         * libanjuta/interfaces/giface-idlc-c.pl,
18556         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18557         definitions and wrote a compiler.
18558         
18559 2004-04-28  Naba Kumar  <naba@gnome.org>
18561         * libanjuta/anjuta-shell.c: Fixed docs.
18562         * libanjuta/interfaces/Makefile.am,
18563         libanjuta/interfaces/ianjuta-file.c,
18564         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18565         
18566         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18567         
18568         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18570         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18571         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18572         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18573         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18574         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18575         * src/anjuta-app.c: Fixed bug.
18577 2004-04-27  Naba Kumar  <naba@gnome.org>
18579         * libanjuta/anjuta-preferences-dialog.c,
18580         manuals/Makefile.am: Fixed document bugs and enabled docs
18581         building.
18583         * libanjuta/anjuta-preferences-dialog.c,
18584         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18585         More documentation.
18586         
18587         * libanjuta/anjuta-preferences.c,
18588         manuals/reference/libanjuta/libanjuta-docs.sgml,
18589         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18590         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18591         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18592         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18593         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18594         Wrote more documentations.
18596         * (removed) plugins/message-view/imessage-view.c,
18597         (removed) plugins/message-view/ianjuta-msgman.c,
18598         plugins/message-view/Makefile.am,
18599         plugins/message-view/anjuta-msgman.c,
18600         plugins/message-view/anjuta-msgman.h,
18601         plugins/message-view/message-view.c,
18602         plugins/message-view/message-view.h,
18603         plugins/message-view/plugin.c,
18604         plugins/message-view/plugin.h: Moved interface implementations
18605         in their respective classes and used correct macros to
18606         defined class types.
18608         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18609         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18610         AnjutaUI from GtkUIManager instead of GtkDialog.
18612         * manuals/reference/libanjuta/Makefile.am,
18613         manuals/reference/libanjuta/libanjuta-docs.sgml,
18614         manuals/reference/libanjuta/libanjuta-sections.txt,
18615         manuals/reference/libanjuta/libanjuta.types,
18616         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18617         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18618         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18619         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18620         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18621         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18622         Wrote more documentation, fixed typos, added architecture
18623         diagram, updated object types etc.
18625         * plugins/editor/text_editor.c: Fixed interface implementation.
18627 2004-04-26  Naba Kumar  <naba@gnome.org>
18629         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18630         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18631         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18632         architecture diagram and a new chapter on plugins description file.
18634 2004-04-25  Naba Kumar  <naba@gnome.org>
18636         *  libanjuta/anjuta-children.h,
18637         libanjuta/anjuta-plugin.c,
18638         libanjuta/anjuta-plugin.h,
18639         libanjuta/anjuta-preferences.c,
18640         libanjuta/anjuta-shell.c,
18641         libanjuta/anjuta-shell.h,
18642         libanjuta/e-splash.c,
18643         libanjuta/e-splash.h,
18644         manuals/reference/libanjuta/Makefile.am,
18645         manuals/reference/libanjuta/libanjuta-docs.sgml,
18646         manuals/reference/libanjuta/libanjuta-sections.txt,
18647         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18648         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18649         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18650         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18651         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18652         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18653         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18654         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18655         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18656         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18657         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18658         manuals/reference/libanjuta/tmpl/defaults.sgml,
18659         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18660         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18661         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18662         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18663         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18664         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18665         manuals/reference/libanjuta/tmpl/plugins.sgml,
18666         manuals/reference/libanjuta/tmpl/properties.sgml,
18667         manuals/reference/libanjuta/tmpl/resources.sgml,
18668         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18669         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18670         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18671         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18672         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18673         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18675         Added more template files and wrote more documentation.
18677 2004-04-24  Andras Timar  <timar@gnome.hu>
18679         * configure.in: Added hu to ALL_LINGUAS.
18681 2004-04-23  Naba Kumar  <naba@gnome.org>
18682         
18683         * configure.in: Fixed compile error.
18684         
18685         * libanjuta/anjuta-children.c,
18686         libanjuta/anjuta-children.h,
18687         libanjuta/anjuta-preferences.c,
18688         libanjuta/anjuta-preferences.h,
18689         libanjuta/anjuta-shell.c,
18690         libanjuta/anjuta-ui.c,
18691         libanjuta/anjuta-ui.h,
18692         manuals/reference/libanjuta/Makefile.am,
18693         manuals/reference/libanjuta/libanjuta-docs.sgml,
18694         manuals/reference/libanjuta/libanjuta.types,
18695         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18696         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18697         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18698         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18699         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18700         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18701         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18702         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18703         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18704         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18705         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18706         manuals/reference/libanjuta/tmpl/defaults.sgml,
18707         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18708         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18709         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18710         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18711         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18712         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18713         manuals/reference/libanjuta/tmpl/plugins.sgml,
18714         manuals/reference/libanjuta/tmpl/properties.sgml,
18715         manuals/reference/libanjuta/tmpl/resources.sgml,
18716         plugins/sample1/plugin.c: Added libanjuta API documentation.
18718 2004-04-22  Naba Kumar  <naba@gnome.org>
18720         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18721         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18722         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18723         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18724         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18725         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18726         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18727         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18728         (removed) libegg/eggradiotoolbutton.c,
18729         (removed) libegg/eggseparatortoolitem.c,
18730         (removed) libegg/eggtoggletoolbutton.c,
18731         (removed) libegg/eggtoolbar.c,
18732         (removed) libegg/eggtoolbutton.c,
18733         (removed) libegg/eggtoolitem.c,
18734         (removed) libegg/prop-editor.c,
18735         (removed) libegg/test-actions.c,
18736         (removed) libegg/test-drag.c,
18737         (removed) libegg/test-merge.c,
18738         (removed) libegg/test-toolbar.c,
18739         libegg/menu/Makefile.am,
18740         (removed) libegg/menu/egg-accel-dialog.h,
18741         (removed) libegg/menu/egg-action-group.h,
18742         (removed) libegg/menu/egg-action.h,
18743         libegg/menu/egg-entry-action.h,
18744         (removed) libegg/menu/egg-markup.h,
18745         (removed) libegg/menu/egg-menu-merge.h,
18746         (removed) libegg/menu/egg-menu.h,
18747         (removed) libegg/menu/egg-radio-action.h,
18748         (removed) libegg/menu/egg-toggle-action.h,
18749         (removed) libegg/menu/howitshouldwork.txt,
18750         (removed) libegg/toolbar/.cvsignore,
18751         (removed) libegg/toolbar/Makefile.am,
18752         (removed) libegg/toolbar/TODO,
18753         (removed) libegg/toolbar/eggradiotoolbutton.h,
18754         (removed) libegg/toolbar/eggseparatortoolitem.h,
18755         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18756         (removed) libegg/toolbar/eggtoolbar.h,
18757         (removed) libegg/toolbar/eggtoolbutton.h,
18758         (removed) libegg/toolbar/eggtoolitem.h,
18759         (removed) libegg/toolbar/prop-editor.h,
18760         (removed) libegg/toolbar/toolbar-api.txt,
18761         (removed) libegg/toolbar/toolbar-ideas.txt,
18762         plugins/devhelp/anjuta-devhelp.ui,
18763         plugins/devhelp/plugin.c,
18764         plugins/editor/action-callbacks.c,
18765         plugins/editor/action-callbacks.h,
18766         plugins/editor/anjuta-docman.c,
18767         plugins/editor/anjuta-document-manager.ui,
18768         plugins/editor/plugin.c,
18769         P plugins/message-view/Makefile.am,
18770         plugins/message-view/anjuta-message-manager.ui,
18771         plugins/message-view/plugin.c,
18772         plugins/sample1/anjuta-sample.ui,
18773         plugins/sample1/plugin.c,
18774         src/action-callbacks.c,
18775         src/action-callbacks.h,
18776         src/anjuta-actions.h,
18777         src/anjuta-app.c,
18778         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18779         Gtk actions and UIManager. Fixed all plugins to use this.
18780         
18781         * manuals/reference/gtkdoc-scangobj.diff,
18782         manuals/reference/libanjuta/Makefile.am,
18783         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18784         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18785         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18786         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18787         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18789         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18790         
18791 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18792         
18793         * plugins/message-view/imessage-view.c
18794         * plugins/message-view/ianjuta-msgman.c:
18795         Added interfaces
18797 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18799         * configure.in: Added en_CA to ALL_LINGUAS.
18801 2004-04-08  Naba Kumar  <naba@gnome.org>
18803         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18804         libanjuta/interfaces/Makefile.am,
18805         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18806         message manager and message view interfaces.
18808         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18809         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18810         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18811         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18812         src/anjuta-app.c: Used 'activate' and
18813         'deactivate' virtual methods for plugins. Fixed installed plugins
18814         dialogs. Added remove_widget() method for AnjutaShell.
18816         * libanjuta/interfaces/Makefile.am,
18817         libanjuta/interfaces/ianjuta-document-manager.c,
18818         libanjuta/interfaces/ianjuta-document-manager.h,
18819         libanjuta/interfaces/ianjuta-editor.c,
18820         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18821         and editor interfaces.
18823         * plugins/devhelp/plugin.c,
18824         plugins/message-view/anjuta-message-manager.plugin.in,
18825         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18826         plugins/sample1/plugin.c: Updated plugins implementation to
18827         reflect the changes.
18829 2004-04-07  Naba Kumar  <naba@gnome.org>
18831         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18832         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18833         libanjuta/interfaces/ianjuta-editor.h,
18834         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18835         plugins/editor/anjuta-docman.c,
18836         plugins/editor/anjuta-document-manager.plugin.in,
18837         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18838         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18839         Added supported interfaces for plugins. Tested plugin interfaces
18840         through sample plugin.
18841         
18842 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18843         
18844         * template/Makefile.am, data/templates/library/Makefile.am
18845         Fixed some automake-1.7 incompatibilities
18846         * template/xmltemplate.c: Small fix
18848 2004-02-23  Naba Kumar  <naba@gnome.org>
18850         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18851         Added plugins manager dialog.
18852         
18853         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18854         library dependencies.
18855         
18856         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18857         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18858         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18859         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18860         geometry command line option.
18861         
18862 2004-02-16  Naba Kumar  <naba@gnome.org>
18864         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18865         Added interfaces and IAnjutaEditor editor interface.
18866         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18867         interface.
18868         * libanjuta/anjuta-shell.h: Fixed bug.
18869         
18870 2004-02-13  Naba Kumar  <naba@gnome.org>
18872         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18873         
18874 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18875         
18876         * data/template/*/.cvsignore:
18877         Avoid all these ? in cvs output
18879 2004-02-13  Naba Kumar  <naba@gnome.org>
18881         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18882         includes and linking.
18884         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18885         and set required version to devhelp 0.8. This devhelp version
18886         can be acquired from gnome cvs branch devhelp branch
18887         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18889         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18890         src/actions-callbacks.c: Added Dock Manager settings menu item.
18892         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18893         * plugins/devhelp/plugin.c: Fixed a linking bug.
18894         
18895         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18896         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18897         external GDL dependency and used libegg codes.
18898         
18899 2004-02-12  Naba Kumar  <naba@gnome.org>
18901         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18902         Added devhelp plugin, but it can't be used without a
18903         patch in devhelp. So it's disabled for now.
18905         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18906         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18907         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18908         Update cvsignore files.
18910         * libanjuta/plugins.c, widgets/e-splash.c:
18911         Fixed plugins loading to show splash icons.
18912         
18913         * plugins/message-view/anjuta-message-manager.plugin.in,
18914         plugins/message-view/plugin.c: Fixed plugin registered name.
18916         * plugins/message-view/anjuta-message-view.png,
18917         plugins/sample1/anjuta-sample-plugin.png: Update images.
18919         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18920         src/main.c: Fixed layout loading.
18922         * plugins/devhelp/Makefile.am: Fixed error.
18924         * (removed) widgets/*, libanjuta/plugins.h,
18925         src/main.c: Transfered widgets to libanjuta/.
18926         
18927         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18928         toplevel directory to created only one library as libanjuta-egg.
18930         * data/Makefile.am: Fixed build error.
18932         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18933         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18934         libegg/.cvsignore: Added egg dock widget.
18936         * gdl/*: Removed as they are now available in libegg.
18937         
18938 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18940         * plugins/editor/anjuta-docman.c:
18941         Use stock close icon on tab close button
18943 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18944         
18945         * data/template/Makefile.am
18946         data/template/language/Makefile.am
18947         data/template/library/Makefile.am
18948         data/template/text/Makefile.am
18949         data/template/project/Makefile.am
18950         data/template/project/terminal/Makefile.am
18951         configure.in: Created Makefile to install templates
18953 2004-02-11  Naba Kumar  <naba@gnome.org>
18955         * plugins/editor/action-callbacks.c,
18956         plugins/editor/anjuta-document-manager.ui,
18957         plugins/editor/plugin.c
18958         plugins/message-view/anjuta-message-manager.ui,
18959         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18960         
18961 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18962         
18963         * plugins/message-view/*: MessageView plugin is now loaded
18964         The menu items are still dummies.
18966 2004-02-09  Naba Kumar  <naba@gnome.org>
18968         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18969         generation.
18970         
18971         * libanjuta/anjuta-preferences.h: Added some documentation.
18972         
18973         * libanjuta/anjuta-shell.h: Removed dead codes.
18974         
18975         * (removed) manuals/reference/gtkdoc-scangobj,
18976         manuals/reference/gtkdoc-scangobj.diff,
18977         manuals/reference/libanjuta/.cvsignore,
18978         manuals/reference/libanjuta/Makefile.am,
18979         manuals/reference/libanjuta/README.inline-doc,
18980         manuals/reference/libanjuta/README.sections,
18981         manuals/reference/libanjuta/libanjuta-docs.sgml,
18982         manuals/reference/libanjuta/libanjuta-sections.txt,
18983         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18984         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18985         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18986         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18987         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18988         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18989         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18990         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18991         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18992         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18993         manuals/reference/libanjuta/tmpl/defaults.sgml,
18994         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18995         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18996         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18997         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18998         manuals/reference/libanjuta/tmpl/plugins.sgml,
18999         manuals/reference/libanjuta/tmpl/properties.sgml,
19000         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
19001         of scan program. Updated templates.
19003         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
19004         editor action callbacks data.
19005         
19006         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
19007         scintilla object ref/unref.
19009 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
19010         
19011         * template/*: Added new xml based template system
19012         * template/dtds/*: Dtds to validate xml files of the template systems
19013         * data/template/*: Some sample template files
19014         Still needs some work but builds fine!
19016 2004-02-06  Naba Kumar  <naba@gnome.org>
19018         * cofigure.in, manuals/Makefile.am,
19019         (added) manuals/reference/*: Added API documentation
19020         structure (gtk-doc based).
19022         * libanjuta/libanjuta.h: Updated
19023         
19024 2004-02-05  Naba Kumar  <naba@gnome.org>
19025         
19026         * configure.in: Sets correct dependencies and
19027         uses gdl external library.
19029         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
19030         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
19031         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
19032         libanjuta/fileselection.h, libanjuta/glue-factory.c,
19033         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
19034         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
19035         and added file dialogs.
19037         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
19038         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
19039         Build dynamic libraries for libegg.
19041         * plugins/Makefile.am, plugins/editor/Makefile.am,
19042         plugins/editor/action-callbacks.c, 
19043         plugins/editor/action-callbacks.h,
19044         plugins/editor/anjuta-docman.c,
19045         plugins/editor/anjuta-docman.h
19046         plugins/editor/anjuta-document-manager.plugin.in
19047         plugins/editor/anjuta-document-manager.png
19048         plugins/editor/anjuta-document-manager.ui
19049         plugins/editor/file.c
19050         plugins/editor/file.h
19051         plugins/editor/plugin.c
19052         plugins/editor/print.c
19053         plugins/editor/print.h
19054         plugins/editor/search-replace.c
19055         plugins/editor/search_incremental.c
19056         plugins/editor/search_incremental.h
19057         plugins/editor/text_editor.c
19058         plugins/editor/text_editor.h
19059         plugins/editor/text_editor_cbs.c
19060         plugins/editor/text_editor_menu.h
19061         plugins/sample1/Makefile.am
19062         plugins/sample1/anjuta-sample-plugin.png
19063         plugins/sample1/anjuta-sample.plugin.in
19064         plugins/sample1/anjuta-sample.ui
19065         plugins/sample1/plugin-sample1.c
19066         plugins/sample1/plugin.c
19067         plugins/sample1/plugin.h: Created sample
19068         plugin and fixed editor plugin.
19070         * printing/*: Removed.
19072         * scintilla/Makefile.am: Builds dynamic library.
19074         * src/Makefile.am, src/action-callbacks.c,
19075         src/action-callbacks.h, (removed) src/an_symbol_view.c,
19076         src/anjuta-actions.h, src/anjuta-app.c,
19077         src/anjuta-app.h, src/anjuta-callbacks.c,
19078         src/anjuta-callbacks.h, (removed) src/anjuta.c,
19079         (removed) src/anjuta.h, src/anjuta.ui,
19080         src/layout.xml, src/main.c, src/preferences.h,
19081         src/utilities.c: Debuggged and finally made plugins
19082         loadable.
19084         * global-tags/Makefile.am: Fixed build error.
19086 2004-02-03  Naba Kumar  <naba@gnome.org>
19088         * configure.in: Users GDL from external package.
19089         * plugins/*: Added many new plugins (not ready though).
19090         * src/*: Removed many files (which have been transfered in plugins/).
19091         
19092 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
19094         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19096 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19098         * configure.in: Added editor plugins
19099         
19100         * plugins/Makefile.am, src/search-replace_backend.h,
19101         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
19102         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
19103         
19104         * Added: plugins/editor/search_incremental.c, 
19105         plugins/editor/search_incremental.h
19107         * Update search-replace in plugins/editor
19108         
19109 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
19110         
19111         * plugins/message-view/message-view.c: Some code clean-up
19113 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19115         * Added: search_incremental[ch]
19116         
19117         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
19118         src/mainmenu_callbacks.c, src/toolbar.c
19119         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
19120         
19121         * Incremental Search
19123 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19124         
19125         * plugins/message-view/anjuta-msgman.[c/h]:
19126         Added message manager for easier message handling with a
19127         similar interface as docman. Of course you can still use
19128         MessageView standalone.
19129         * plugins/Makefile.am: Added message-view because it compiles
19130         without errors.
19132 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
19133         
19134         * plugins/message-view/*: Added message-view plugin 
19135         (still incomplete) 
19136         * configure.in: Added plugins/message-view/Makefile
19138 2004-01-03  Naba Kumar  <naba@gnome.org>
19140         * libanjuta/*.c: Added new files and updated old ones.
19141         * plugins/editor/*: Added editor plugin.
19142         * configure.in: Added editor plugin and moved editor related
19143         files into it.
19145 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
19147         * src/Makefile.am: Added search-replace_backend.[ch]
19148         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19149         find_replace.[ch]
19150         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19151         src/search-replace_backend.c, src/search-replace_backend.h,
19152         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19153         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19154         src/toolbar_callbacks.c
19155         * The advanced Search/Replace functionality now replaces the older
19156         Find/Replace stuff.
19157         * The Search/Replace functionality can be interrupted during a long
19158         Search/Replace;
19159         
19160 2003-12-11  Naba Kumar  <naba@gnome.org>
19162         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
19163         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
19164         errors.
19165         * Makefile.am, libanjuta/*: Added new module.
19166         * src/Makefile.am: Fixed linking error.
19167         * src/watch_cbs.c: Debugger clean up.
19168         * configure.in: Added libanjuta-2.0.pc
19170         * configure.in, libanjuta/Makefile.am,
19171         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
19172         libanjuta instead.
19174 2003-12-11  Naba Kumar  <naba@gnome.org>
19176         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19178         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
19179         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
19180         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
19181         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
19182         The user can now give a name at the creation of a new file and
19183         insert automatically (user choice) header, gpl notice, header
19184         template. The file extension is added automatically according
19185         to the selected type of file. The various insert functions have
19186         been moved from mainmenu-callback.c to file.c. The cursor is now
19187         moved after an insert operation. Removes also useless code in
19188         memory.c and search-replace.c
19189         
19190 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
19192         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
19193         sortable headers, process tree, removal of path and process params
19194         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19195         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19196         code cleanup
19198 2003-12-10  Naba Kumar  <naba@gnome.org>
19200         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
19201         
19202 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19204         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19206 2003-11-28  Naba Kumar  <naba@gnome.org>
19208         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
19209         
19210         * manuals/de/*: Added german translation docs.
19211         
19212         * configure.in, Makefile.am, src/Makefile.am,
19213         libegg/*/*: Added libegg library.
19214         
19215         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
19216         installation directory.
19217         
19218         * src/text_editor_cbs.c: Fixed closing of file.
19220 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19221                                                                                 
19222         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19224 2003-09-05  Naba Kumar  <naba@gnome.org>
19226         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
19227         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
19228         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
19229         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
19230         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
19231         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
19232         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
19233         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
19234         using libegg. Initial commit -- compiles but is not complete.
19236 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
19238         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
19240 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
19242         * configure.in: Removed "ta" from ALL_LINGUAS.
19244 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
19246         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
19248 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
19250         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
19252 2004-04-24  Andras Timar  <tmar@gnome.hu>
19254         * configure.in: Added hu to ALL_LINGUAS.
19256 2004-04-14  Naba Kumar  <naba@gnome.org>
19258         * src/Makefile.am, printing/Makefile.am,
19259         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
19260         because we are still using GtkCombo and build breaks with gtk-2.4.
19261         
19262 2004-04-13  Naba Kumar  <naba@gnome.org>
19264         * NEWS: Updated.
19265         * anjuta.spec.in: Fixed build error.
19266         * po/POTFILES.in: Updated.
19267         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
19269 2004-04-11  Naba Kumar  <naba@gnome.org>
19271         * NEWS: Updated.
19272         * AUTHORS: Updated.
19273         * configure.in: Added ga in ALL_LINGUAS.
19274         * ChangeLog: Fixed dates.
19275         
19276 2004-04-09  Naba Kumar  <naba@gnome.org>
19278         * src/print.c: Fixed buffer styling bug when printing with
19279         selection.
19281         * data/properties/anjuta.properties: Defined only one base font and
19282         used courier instead of lucidatypewriter, because most newer systems are
19283         unlikely to have it (bug #885023, #925956, #890473).
19284         
19285         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
19286         warning.
19287         
19288         * src/an_file_view.c: Fixed possible crash bug.
19290 2004-04-07  Naba Kumar  <naba@gnome.org>
19292         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
19293         gtk_main_quit() etc..), so that atexit() functions are not called
19294         (which is apparently done to free up memory and we don't need to
19295         do that at this point). Incidentally, something also happens in the
19296         atexit call which freezes the UI for far too long when the application
19297         exits and we want to avoid that..
19298         * src/glade_iface.c: Fixed compiler warning.
19299         
19300 2004-04-06  Naba Kumar  <naba@gnome.org>
19302         * src/project_dbase_gui.c: Fixed errors.
19304         * src/registers_gui.c: Fixed possible crash bug.
19305         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
19306         * src/signals.[c,h]: Used tree view and glade file for dialog.
19307         * src/Makefile.am, src/about.c, src/an_file_view.c,
19308         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
19309         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
19310         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
19311         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
19312         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
19313         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
19314         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
19315         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
19316         src/launcher.h, src/main.c, src/main_menubar.c,
19317         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
19318         src/message-manager-private.cc, src/message-manager.cc,
19319         src/preferences.c, src/project_config.c, src/project_dbase.c,
19320         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
19321         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
19322         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
19323         src/search-replace.c, src/search-replace_backend.c,
19324         src/search_incremental.c, src/search_preferences.c,
19325         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
19326         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
19327         src/signals_gui.c, src/source.c, src/src_paths.c,
19328         src/stack_trace.c, src/start-with.c, src/style-editor.c,
19329         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
19330         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
19331         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
19332         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
19333         tagmanager/Makefile.am, scintilla/include/SString.h,
19334         widgets/Makefile.am, widgets/gnomefilelist.c:
19336         Removed all deprecated codes and substituted
19337         with newer APIs. Fixed some possible crash bugs where cell renderers
19338         were being shared.
19339         
19340         * scintilla/patches/scintilla-minor.patch: Minor patch.
19342 2004-04-06  Naba Kumar  <naba@gnome.org>
19344         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
19345         tree after all the files have been added (and not everytime a file
19346         is added in the project). Also fixed some memory corruption
19347         (possibly bug #900478).
19348         
19349         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
19350         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
19351         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
19352         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
19353         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
19354         qualifier wherever appropriate.
19356 2004-04-05  Naba Kumar  <naba@gnome.org>
19358         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
19359         switch terminal echo on/off. Debugger requires it off, while the
19360         rest requires it on.
19362         * src/search-replace.c: sets search direction and action (in addtion
19363         to target) for find in files.
19364         
19365 2004-04-02  Naba Kumar  <naba@gnome.org>
19367         * src/mainmenu_callbacks.c: Sets filename during save of new files.
19369         * src/project_dbase.c, src/debugger, src/an_file_view.c,
19370         src/an_symbol_view.c: Added an gtk events loop for
19371         displaying project loading status (for loading large projects) and
19372         debugger program starting ... just to give an impression of fastness :-).
19374         * configure.in, anjuta.prj: Bumped version to 1.2.2.
19376         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
19377         crash bug, which occurs when opening and closing a large project
19378         repeatedly.
19379         
19380         * src/attach_process.c: Fixed a comiple error for old gcc.
19381         
19382         * src/launcher.c: Prints proper error message when launcher child
19383         could not be executed and exits properly. Fixed a crash
19384         bug (bug #926606).
19385         
19386         * src/resources.c, src/utilities.c, src/glade_iface.c,
19387         src/debugger.c, src/attach_process.c: Properly exits forked children
19388         when they could not be executed.
19389         
19390 2004-04-01  Naba Kumar  <naba@gnome.org>
19392         * src/search-replace.c: Fixed a crash bug (bug #921893).
19394 2004-03-31  Naba Kumar  <naba@gnome.org>
19396         * anjuta.glade: Added a note on compiler options dialog ->support
19397         dialog telling that supports are only available for file mode.
19399         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19400         src/anjuta_cbs.c:
19401         Improved shutdown time delay by bypassing project closing
19402         and unloading plugins.
19404         * src/build_file.c, data/properties/anjuta.properties: Added a property
19405         to toggle on/off for going to first error automatically.
19407 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
19409         * src/debugger.c: fixed core file loading
19410         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19411         for long lines (bugs #700968 and #911376)
19412         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19413         #917982.
19414         * src/anjuta.c: Focuses current AnEditor correctly.
19416 2004-03-30  Naba Kumar  <naba@gnome.org>
19418         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19419         * AUTHORS: Updated with all contributors names.
19420         * NEWS: Updated.
19421         * src/about.c: Reads contributors names from AUTHORS file.
19422         * manuals/C/anjuta-manual/authors.xml: Points to online
19423         contributors list.
19424         
19425 2004-03-29  Naba Kumar  <naba@gnome.org>
19427         * data/properties/ada.properties: Fixed syntax colors. Patch
19428         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19429         (bug #923474).
19431         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19432         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
19433         generated projects, so that their pixmap files are
19434         found properly (bug #919903).
19435         
19436         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19437         anjuta.
19439         * src/source.c: Installs .glade file of libgllade
19440         projects in $(datadir)/$(package)/glade (part of bug #861038).
19441         
19442         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19443         in compiler options (bug #883837).
19444         
19445         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19446         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19447         
19448 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
19450         * anjuta/src/search-replace.c: fixed another crash bug in
19451         "Find Usage"
19452         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19453         breakpoint property fix
19455 2004-03-29  Naba Kumar  <naba@gnome.org>
19457         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19458         (new) manuals/C/anjuta-advanced-tutorial/*:
19459         Added menu entry for 'Anjuta Advanced Tutorial'
19460         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
19462 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19463         
19464         * src/fileselection.[ch], src/mainmenu_callbacks.c:
19465         Fixed bug #908941  ('Open' starts in wrong directory)
19466         
19467 2004-03-26  Naba Kumar  <naba@gnome.org>
19469         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19470         compile error and bug #905738 with terminal.
19472         * src/search_incremental.c, src/register.c, src/sharedlib.c,
19473         src/search-replace.[h,c], src/search_incremental.[h,c],
19474         src/search_preferences.h, src/utilities.c, src/anjuta.c,
19475         src/text_editor.[c,h]: Fixed compiler warnings.
19476         
19477         * src/search-replace.c: Fixed a memory corruption (possible
19478         fix for bug #921893, but not yet confirmed).
19479         
19480         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19481         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19482         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19483         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19485 2004-03-25  Naba Kumar  <naba@gnome.org>
19487         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19488         crash bug with attach process dialog and made the dialog closable
19489         with 'esc'.
19490         
19491         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19492         always display within the margin.)
19493         
19494         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19495         the old breakpoint when it's properties are updated
19496         (creating a new updated one).
19497         
19498 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19500         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19501         displayed for wrong file.
19502         * src/breakpoints.c: conditional breakpoints
19503         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19504         "Find in Files..." disabling policy
19506 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19508         * src/build_file.c: Fixed bug #874380
19509         Goto the first error if it exists.
19511 2004-03-24  Naba Kumar  <naba@gnome.org>
19513         * src/anjuta.c: Fixed to get correct child exit status
19514         using mask (bug #905738).
19515         
19516         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19517         Aligned buttons in the New file dialog,
19518         set default response to OK, entry box activates default response,
19519         ESC closes dialog and hides on delet_event.
19521 2004-03-19  Naba Kumar  <naba@gnome.org>
19523         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19524         tree).
19526 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19528         * src/search-replace.c: fixed "Find Usage" crash when no project open
19530 2004-03-17  Naba Kumar  <naba@gnome.org>
19532         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19533         Fixed the generated projects to read m4 directory if the directory
19534         exists (bug #917781).
19535         
19536 2004-03-12  Naba Kumar  <naba@gnome.org>
19538         * HACKING: Fixed formatting for auto-parsing.
19540 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19541         
19542         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19543         rework (bug #890609)
19545 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19546         
19547         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19549 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19550         
19551         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19552         * src/search_preferences.c: Fixed typo.
19553         
19554 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19555         
19556         * src/search-replace.c: improved Search&Replace
19557         For the moment "Replace All" does not work with non opened files
19558         but Anjuta should not crash now ! ??? 
19559         
19560 2004-02-26  Naba Kumar  <naba@gnome.or>
19562         * src/source.c: Fixed to pass cflags correctly
19563         and suppress the automake's default cflags.
19564         bug #816130, #801056, #782798, #773459
19565         
19566         * data/properties/anjuta.properties: Do not defualt to -k make option.
19567         bug #875486.
19569         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19570         bug #877683.
19571         
19572         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19573         
19574         * src/message-manager-private.cc: Disabled debug messages.
19575         
19576 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19578         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19580 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19581         * anjuta.glade, src/search-replace.c:
19582         Reduced Search&Replace dialog, bug #902636.
19583         
19584 2004-02-23  Naba Kumar  <naba@gnome.or>
19586         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19587         (bug #866143).
19589 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19590         
19591         * src/search_incremental.c: Fixed bug #900903
19593 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19594         
19595         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19596         src/anjuta.c: Fixed bugs #890609 and #890609
19598 2004-02-23  Naba Kumar  <naba@gnome.or>
19600         * src/message-manager.cc: Disconnects menuitem signal properly.
19601         Fixed bug #901723.
19602         
19603         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19604         bug #900897.
19605         
19606 2004-02-20  Naba Kumar  <naba@gnome.org>
19608         * src/message-manager-private.[c,h]: Implemented keypress
19609         event for the terminal and resets it when ctrl c or ctrl d
19610         is pressed. But it doesn't seem to be working on keypress.
19611         Added a workaround to let it work on key release instead.
19612         (bug #878357).
19613         
19614         * src/search-replace: Fixed compiler warnings.
19615         
19616 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19618         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19619         Use defined file name when saving new files (fixes bug #898105)
19620         Don't change filename when clicking on a directory
19621         
19622         BTW: Happy birthday to me :-)
19623         
19624 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19625         
19626         * src/search-replace.c: Fixed a crash bug 
19627         Crash on Find & Replace (#887833)
19628         
19629 2004-02-18  Naba Kumar  <naba@gnome.org>
19631         * src/executer.c: Fixed a crash bug.
19632         
19633         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19634         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19635         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19636         instead of GtkWindow (Part of bug #671596).
19637         
19638         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19639         src/registers_gui.c, src/registers_cbs.[h,c],
19640         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19641         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19642         src/compiler_options.c, src/an_file_view.c, start-with.c,
19643         src/anjuta-tools.c, help.c:
19645         Added "close" buttons on all
19646         dialogs (HIG) and fixed to properly response to ESC close
19647         (Part of bug #671596).
19649         * src/launcher.c: Disabled printing of long debug lines.
19650         
19651         * src/utilities.h: Fixed a compiler warning.
19652         
19653 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19655         * src/anjuta.c: "Save all" action now asks for filenames for new files
19656         (fixes bug #898111)
19658 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19660         * anjuta.glade, src/text_editor.c:
19661         Fixed a typo in Hello World indentation style 
19662         Fixed misuse of translated strings when looking for style
19663         This entry fixes bug #876037
19665 2004-02-16  Naba Kumar  <naba@gnome.org>
19667         * src/utilities.c: Fixed return value when dest file could
19668         not be created.
19670         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19671         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19672         internal function to compare files.
19673         
19674 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19676         * src/message-manager-private.cc:
19677         Set bold color as foreground color in terminal
19678         (fixes bug #864924)
19680         * src/aneditor.cxx:
19681         Use font style defined for message indicators in
19682         preferences/messages
19683         (fixes bug #885032)
19685 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19687         * src/build_project.c:
19688         Use build.silent option from preferences (fixes bug #895726)
19689         
19690 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19692         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19694 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19695         
19696         Patch from Massimo Corà <maxcvs@email.it>:
19697         * scintilla/LexCPP.cxx: Support "///" comments
19699 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19700         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19701         src/search_replace.h, src/search-replace_backend.h
19702         anjuta.glade
19703         
19704         * Added: src/search_preferences.c, src/search_preferences.h
19705         Allow the user to save search/replace settings and give them names.
19707 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19708         
19709         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19710         scintilla/ScintillaGTK.cxx:
19711         Hopefully fixed AMD 64 crash bug by using correct marshaller
19713 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19715         * src/preferences.c: Save GtkOptionMenu properties properly
19716         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19718 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19719         
19720         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19721         Fixed libiconv issue
19722         * NEWS: Updated
19724 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19725         
19726         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19727         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19728         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19729         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19730         src/sharedlib_gui.c:
19731         Debugger speed-up, replaced deprecated GtkCList
19733 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19735         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19737 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19739         * configure.in: Added "sq" to ALL_LINGUAS.
19741 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19743         * configure.in: Added "ko" to ALL_LINGUAS.
19745 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19747         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19748         src/search_incremental.c, src/search_incremental.h: 
19749         Search_incremental code cleanup
19751 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19753         * scintilla/*/*: Updated scintilla to CVS
19754         * Added: scintilla/Readme.sync
19755         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19756         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19757         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19758         scintilla/ScintillaGTK.cxx,
19759         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19760         scintilla/include/Scintilla.iface: Updated.
19762 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19764         * search-replace_backend.[ch], search_incremental[ch]: Added
19765         
19766         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19767         find_replace.[ch]: Removed.
19768         
19769         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19770         src/search-replace_backend.c, src/search-replace_backend.h,
19771         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19772         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19773         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19774         functionality now replaces the older Find/Replace stuff. The Search/Replace
19775         functionality can be interrupted during a long Search/Replace.
19777 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19779         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19780         selecting ".." and "." from file selector. 
19782 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19784         * anjuta.glade: Fixed wrong "fold.symbols" property
19786 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19787         
19788         * src/project_dbase_gui.c: Alphabetical order ;-)
19789         * src/compiler_options.c: Fixed bug #867539
19790         * src/launcher.c: Workaround for bugs #864922, #849928,
19791         #846386 and #845782: The launcher no longer hangs but does
19792         not get the exit status correctly sometimes.
19793         * Changes suggested by Bosik are obviously already in without
19794         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19795         * NEWS, README, anjuta.prj, configure.in: 
19796         Changed version to 1.2.1
19797         
19798         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19799         * anjuta_dialogs_strings.c, anjuta.glade: 
19800         Fixed bugs #860906, #859329
19801         
19802         Patch from grzegol@pld-linux.org
19803         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19804         freedesktop.org standard)
19806 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19807         
19808         Patch from Stefano Vallarino <stevalla@libero.it>:
19809         * src/source.[c/h]: Fixes cpp sample file to conform to 
19810         ISO/IEC 14882, C++-Standard 
19812 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19814         Review by Johannes Schmid <jhs@cvs.gnome.org>
19815         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19816         command using sh -c.
19817         * src/compile.c: Use build_execute_shell_command when compiling single
19818         files.
19820 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19821         
19822         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19823         * src/breakpoints.c: Code cleanup, workaroud for possible 
19824         launcher bug
19825         * src/src_paths.c: Update debugger dirs on directory change
19827 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19829         Review by Johannes Schmid <jhs@cvs.gnome.org>
19830         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19831         sortable headers, process tree, removal of path and process params
19832         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19833         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19834         code cleanup
19836 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19837         
19838         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19839         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19840         Add a dialog for "New file" which lets the user set the 
19841         filename and to add copyright/header templates to the file
19842         * Review: Changed function names to contain modules name (file_)
19844 2003-12-09  Naba Kumar  <naba@gnome.org>
19846         * setup-gettext: Fixed a typo.
19847         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19849 ---- Released version 1.2.0 ---
19851 2003-12-08  Naba Kumar  <naba@gnome.org>
19853         * src/preferences.c: Fixed compiler error.
19854         * global_tags/create_global_tags.sh: Fixed to install properly
19855         even when system.tags could not be generated.
19856         * NEWS: Updated.
19858 2003-12-06  Naba Kumar  <naba@gnome.org>
19860         * setup-gettext: Fixed to not generate intl directory with gettextize.
19862         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19863         * src/anjuta.c: Filters out unnecessary files from find in files
19864         command.
19865         
19866         * NEWS: Updated.
19867         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19868         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19869         
19870 2003-12-04  Naba Kumar  <naba@gnome.org>
19871         
19872         * src/gnome_project.c: Enables debug and optimization flags for
19873         new projects.
19874         
19875         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19876         
19877         * src/project_dbase_gui.c: combined header and c files for
19878         file selector.
19879         
19880         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19881         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19883 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19885         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19887 2003-11-29  Naba Kumar  <naba@gnome.org>
19889         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19890         * NEWS: Updated.
19892 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19893         
19894         * src/main_menubar.c: Now files cannot be opened twice in recently
19895         file menu
19897 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19899         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19901 2003-11-28  Naba Kumar  <naba@gnome.org>
19903         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19904         
19905 2003-11-27  Naba Kumar  <naba@gnome.org>
19907         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19908         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19909         
19910         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19911         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19912         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19913         checkbox in project wizard (project options page) to enable/disable
19914         source code generation with glade(mm).
19915         
19916         * NEWS: Updated
19917         
19918 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19920         * src/dnd.c: Opening files with special characters in the name.
19922 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19924         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19925         a long time.
19927 2003-11-18  Naba Kumar  <naba@gnome.org>
19929         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19930         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19931         src/project_import.c, plugins/patch/patch-plugin.c:
19932         Fixed g_signal_diconnect calls to pass correct data.
19933         (Fixed possible crash in project imports).
19934         
19935         * NEWS: Updated.
19936         
19937 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19939         Reviewed by Naba Kumar  <naba@gnome.org>
19940         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19941         and debugger. Sets default settings for pty in launcher.
19942         * data/gdb.init: Removed charset work around (now works with user's
19943         native charset)
19944         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19946 2003-11-18  Naba Kumar  <naba@gnome.org>
19948         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19949         names of 'index' to 'idx'.
19950         
19951 2003-11-17  Naba Kumar  <naba@gnome.org>
19953         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19954         * src/project_dbase.c: Prompts user for unsaved project files
19955         when project is closed.
19956         
19957 2003-11-16  Naba Kumar  <naba@gnome.org>
19959         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19960         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19961         older gcc.
19962         
19963 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19964         
19965         * src/anjuta.c: Fixed crash related to tag == NULL while 
19966         anjuta is exiting
19968 2003-11-11  Naba Kumar  <naba@gnome.org>
19970         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19971         found. It simply doesn't generate the c/c++ codes and continues with
19972         just a warning.
19973         * NEWS: Updated.
19974         
19975 2003-11-10  Naba Kumar  <naba@gnome.org>
19977         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19978         'Start with dialog'.
19980         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19981         German translation of anjuta-tutorial.
19982         
19983         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19984         * NEWS: Updated.
19986 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19988         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19989         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19990         the syntax highlighting in Preferences, the automatic syntax
19991         highlighting is now selected. When the debugger is stopped and the
19992         breakpoints window not closed, the gtk_tree_view in this window is
19993         now made unsensitive.
19995 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19997         * src/preferences.h, src/preferences.c, anjuta.glade:
19998         Fixed translation bug in preferences by using GtkOptionMenu
19999         * anjuta.prj: Project version 1.1.98
20001 ---------------- Released version 1.1.98 ----------------
20003 2003-11-07  Naba Kumar  <naba@gnome.org>
20005         * anjuta.spec.in: Revived docs package and combined all docs into
20006         one package.
20007         * configure.in: Bumped version to 1.1.98 rc2
20008         * NEWS: Updated.
20009         * anjuta.spec.in: Fixed scrollkeepr-update command.
20010         * anjuta.spce.in: Fixed file permissions.
20012 2003-11-06  Naba Kumar  <naba@gnome.org>
20014         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
20015         menus to activate anjuta helps.
20016         
20017         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
20018         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
20019         manuals/C/anjuta-faqs/legal.xml (added),
20020         manuals/C/anjuta-faqs/Makefile.am,
20021         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20022         manuals/C/anjuta-faqs/.cvsignore,
20023         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
20024         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
20025         manuals/C/anjuta-tutorial/legal.xml (added),
20026         manuals/C/anjuta-tutorial/Makefile.am,
20027         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20028         manuals/C/anjuta-tutorial/.cvsignore,
20029         manuals/C/anjuta-manual/*.sgml (removed),
20030         manuals/C/anjuta-manual/*.xml (added),
20031         manuals/C/anjuta-manual/Makefile.am,
20032         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20033         manuals/C/anjuta-manual/.cvsignore,
20034         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
20035         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
20036         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
20037         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
20038         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
20039         manuals/ja/anjuta-faqs/legal.xml (added),
20040         manuals/ja/anjuta-faqs/Makefile.am,
20041         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
20042         manuals/ja/anjuta-faqs/.cvsignore,
20043         manuals/ja/anjuta-manual/*.sgml (removed),
20044         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
20045         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
20046         manuals/ja/anjuta-manual/*.xml (added),
20047         manuals/ja/anjuta-manual/Makefile.am,
20048         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
20049         manuals/ja/anjuta-manual/.cvsignore,
20050         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
20051         manuals/sgmldocs.make (removed),
20052         manuals/xmldocs.make (added), manuals/omf.make (added),
20053         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
20054         documentations to newer docbook xml documentations. Converted 
20055         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
20056         Enabled manulas installations.
20057         
20058         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
20060 2003-11-05  Naba Kumar  <naba@gnome.org>
20062         * data/gdb.init: Sets host's charset to ascii to solve debugger
20063         freeze up due to uninitialized strings in target program.
20065         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
20066         Fixed a crash bug with 'Add expression in watch'. Bug #822017
20067         
20068         * NEWS: Updated.
20069         
20070         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
20071         src/launcher.c: Turns off echo in spawned pty to fix debugger.
20073 2003-11-04  Naba Kumar  <naba@gnome.org>
20075         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
20076         problems.
20077         
20078         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20079         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
20080         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20081         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
20082         in file headers.
20083         
20084         * src/search-replace.c: Fixed infinite loop bug.
20085         * start-with.c: Fixed a crash bug with "Open last project".
20086         
20087         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
20088         * scintilla/Makefile.am: Fixed compiler option.
20089         
20090 2003-10-16  Naba Kumar  <naba@gnome.org>
20092         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
20093         * src/text_editor.c: Fixed autoformat.
20094         
20095 2003-10-15  Naba Kumar  <naba@gnome.org>
20097         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
20098         of CTRL+number.
20099         
20100 2003-10-09  Naba Kumar  <naba@gnome.org>
20102         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
20103         
20104 2003-10-08  Naba Kumar  <naba@gnome.org>
20106         * src/source.c: Fixed a GETTEXT typo error.
20107         * anjuta.glade: Made 'Sorted in order you open them' default option
20108         for editor tabs.
20110         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20111         * anjuta.glade, data/properties/anjuta.properties:
20112         Fixed the freeze of the "Preferences" combos at the first Anjuta
20113         init is generated by:
20114                 - a not complete translation of preferences.c file
20115                 - a difference between 2 names in anjuta.glade and
20116                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
20117                 - the same name given to 3 combos (anjuta.glade).
20118                 
20119         * src/find_text.c: If the "whole document" mode is selected,
20120         a new search will select the next occurrence (Bug #764954).
20121         It is now possible to use the shortcuts to search next or previous
20122         occurrence even if the search dialog has the focus.     Bug #790318
20123         
20124         * src/main_menubar_def.h: "Select code block" shortcut; the new
20125         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
20126         (Bug #811016).
20128         Patch from: Richard Lee  <r.h.lee@comcast.net>
20129         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
20130         tagmanager/tm_workspace.c: The following is a patch to fix a
20131         seemingly random occurence where Anjuta would crash when a
20132         certain key was pressed.
20134 2003-09-29  Naba Kumar  <naba@gnome.org>
20136         * src/find_in_files.c: Ignores binary by default. Disabled the option
20137         of NOCVS search, because launcher does not use sh and hence can not
20138         pipe.
20139         
20140         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
20141         "clean before build" state in project session and not in account session,
20142         otherwise the state gets reflected to other projects causing annoyance.
20143         
20144         * src/compiler_options.c: Fixed a bug where compiler options were always
20145         claimed 'modified'.
20147         * src/build_project.c, data/properties/anjuta.properties,
20148         src/commands.[h]: Fixed a bad bug where clean-before-build
20149         doesn't work.
20150         
20151         * scintilla/patches/research-cvs-nolog.diff,
20152         scintilla/patches/scintilla-ac-gtk2-port.diff,
20153         scintilla/patches/scintilla-ac-sort-fix.diff,
20154         scintilla-optimization.diff: Removed, because they are already in
20155         scintilla CVS.
20156         
20157         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
20158         2003-09-29).
20160         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
20161         scintilla/LexYAML.cxx: Added new scintilla lexers.
20162         
20163         * TODO, NEWS: Updated.
20165         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20166         * src/utilities.c: Fixed typo bugs.
20168 2003-09-26  Naba Kumar  <naba@gnome.org>
20170         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
20171         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
20172         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
20173         text_editor_find() and Fixed I-Search wrapping.
20174         * src/debugger.c: Fixed to pass a newline after a debugger
20175         command (which was broken since the launcher was refactored.
20176         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
20178 2003-09-25  Naba Kumar  <naba@gnome.org>
20180         * src/toolbar_callbacks.c: Fixed start of incremental search.
20181         
20182         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20183         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
20184         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20185         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
20186         menu and implementation.
20188 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20190         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20191         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
20192         variables in Locals window.
20194 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
20196         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
20197         * src/utilities.[ch] : Fix a tooltip bug in 
20198         anjuta_util_toolbar_append_stock(), the label appeared instead of
20199         the tooltip text. Remove label from arguments of the function
20200         because label is included in the stock icon data.
20201         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
20202         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
20203         * FIXME: translation file should be updated because of label text removal.
20205 2003-09-24  Naba Kumar  <naba@gnome.org>
20207         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
20208         
20209         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20210         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
20211         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
20212         stdout and stderr. Also buffered output and check-for-password
20213         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
20214         with password prompts. Checkes for password prompts from all outputs.
20215         
20216         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
20217         which takes a string (which could be utf8 also) and converts into
20218         utf8 string.
20219         
20220         * src/main.c: Connects kernel signals after gnome_program_init().
20221         
20222         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20223         * src/message-manager.c: Fixed bug #787026 by converting the strings
20224         to proper UTF8.
20225         
20226 2003-09-22  Naba Kumar  <naba@gnome.org>
20228         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
20229         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
20230         GtkCList and using GtkTreeView instead. Added the patch.
20231         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
20232         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
20233         
20234 2003-09-19  Naba Kumar  <naba@gnome.org>
20236         * printing/print.c: Proper UTF8 printing support.
20237         * src/main.c: moved kernel signal connects at the
20238         end of application initialization.
20239         
20240 2003-09-18  Naba Kumar  <naba@gnome.org>
20242         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
20243         (new) lexers.make, (new) lexers: Update scintilla to latest
20244         scintilla CVS (2003-09-18), added new lexers, automated
20245         lexers makefiles sections and scintilla update. Added
20246         patches. Optimized pango rendering. Fixed a crash bug
20247         in scintilla.
20248         
20249         * (new) scintilla/patches/research-cvs-nolog.diff: Added
20250         patch to remove cvs log command from RESearch.cxx file.
20251         * scintilla/patches/scintilla-pango-always.diff:
20252         Fixed file name.
20253         * scintilla/RESearch.cxx: Removed spurious cvs log command
20254         and logs.
20255         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
20256         
20257         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
20258         * src/dnd.c: Fixed a crash bug with DND.
20259         
20260 2003-09-15  Naba Kumar  <naba@gnome.org>
20262         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
20263         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
20264         src/toolbar_callbacks.c: Added an additional parameter to
20265         text_editor_goto_line() funtion which decides if the line should
20266         be made visible (if it's under fold).
20267         
20268         * src/style-editor.c: Fixed a compiler warning.
20269         * src/message-manager.cc: Calls parent method correctly.
20271         * src/preferences.h: Fixed prent class.
20272         
20273         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20274         * src/project_dbase.c: Fixed bug #713210.
20275         
20276 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
20277                                                                                 
20278         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
20280 2003-09-11  Naba Kumar  <naba@gnome.org>
20282         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20283         * src/style-editor.c: Fixed bug #769130 (Crash on font
20284         selection dialog).
20285         
20286         * src/message-manger.[h,cc]: Made AnMessageManager
20287         derived from GtkFrame and removed deprecated code.
20288         
20289         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
20290         compiler warnings.
20291         
20292 2003-09-09  Naba Kumar  <naba@gnome.org>
20294         * src/Makefile.am: Addded rules for built sources.
20295         
20296 2003-09-08  Naba Kumar  <naba@gnome.org>
20298         * (new) src/anjuta-marshalers.list: Added marshalers definition
20299         file.
20300         
20301         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
20302         and CXXFLAGS are not overwriten by automake's default.
20303         * src/style-editor.c: Added 'operators' in the style editor.
20304         
20305         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
20306         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
20307         * src/message-manager-private.cc, src/message-manager.cc:
20308         Converts message going into message into UTF-8 endoding.
20309         * src/main.c: Uses UTF-8 codeset for localization.
20310         
20311 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
20313         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
20314         
20315 2003-09-08  Naba Kumar  <naba@gnome.org>
20317         * TODO: Updated.
20318         
20319         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20320         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
20321         Fixed bug #798717, Find - Find&Replace - Find in files bug;
20322         The combo entries were updated if the same data with a different
20323         case exist in the combo list. The combo entries are now case sensitive. 
20324         Search&Replace bug; First search ,max actions = 0 ==> now max
20325         actions = 100.
20326         
20327 2003-09-08  Naba Kumar  <naba@gnome.org>
20329         * TODO: Updated.
20330         * src/utilities.[c,h]: a function takes contant args.
20331         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
20332         Now the child terminated signal is emitted properly.
20333         * src/Makefile.am: Used $(top_srcdir) for referring to 
20334         scintilla objects.
20335         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
20336         definitions file which will generate anjuta-marshalers.[c,h] files.
20337         * src/.cvsignore: Updated.
20338         * src/build_project.c: Changed su command to preserve quotes.
20339         * src/anjuta-tools.c, tagmanager/tm_project.c,
20340         tagmanager/tm_workspace.c: Use standard tmp file.
20341         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
20342         so that users could report bugs easily.
20343         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
20344         
20345         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
20346         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
20347         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
20348         src/attach_process.c, src/breakpoints.c, src/commands.c,
20349         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
20350         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
20351         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
20352         src/memory.c, src/message-manager-private.c, src/preferences.c,
20353         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
20354         src/search-replace.[c,h], stack_trace.c, text_editor.c,
20355         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
20356         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
20357         Fixed compile warnings and cleanup.
20358         
20359         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
20360         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
20361         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
20362         Removed libzvt usage and implemented child spawing differently. Launcher is
20363         now proper GObject, which can be created multiple times (and can be
20364         operated in parallel).
20366         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
20367         * src/project_import_gui.c, src/project_import_cbs.c,
20368         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
20369         (crash on project import). Removed deprecared codes.
20370         
20371 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20372         
20373         * src/cvs.c: Fixed cvs output bug.
20375 2003-09-03  Naba Kumar  <naba@gnome.org>
20377         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20378         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
20379         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
20380         src/text_editor_cbs.c: Implements --
20381                 If the debugger is started
20382                         A double click in the margin add or remove a breakpoint
20383                         A single click activate or deactivate the breakpoint
20384                 else
20385                         A double click in the margin add or remove a bookmark
20387 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20388         
20389         Reviewed by Naba Kumar  <naba@gnome.org>
20390         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
20391         User is now able to choose a branch on cvs update for project.
20392         Cleaned up variable names.
20394 2003-09-03  Naba Kumar  <naba@gnome.org>
20396         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
20397         src/Makefile.am: Added lexers.
20398         * scintilla/*/*: Updated...
20399         * src/an_symbol_view.c: Fixed a crash bug.
20400         * src/compiler_options.c, src/project_dbase.c: Fixed compile
20401         and build bugs.
20402         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20403         * src/source.c: Fixed project generation bug with gettext code.
20404         * tagmanager/tm_project.c: Fixed a crash bug.
20405         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20406         bug when there is no project open. Bug #____.
20407         * src/source.c: Fixed a bug with build failure with non-gnome
20408         project with glade-generated source (eg. gtk2). Bug #____.
20409         * NEWS: Updated...
20411 2003-08-22  Naba Kumar  <naba@gnome.org>
20413         Patch from: Rob Bradford  <rob@debianplanet.org>
20414         * data/Makefile.am: Fixed to install properly during
20415         package building.
20416         
20417         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20418         * src/debug-tree.c: Fixed a crash bug.
20419         * src/compiler_options.c: Takes care of linking the missing pieces;
20420         C flags, libs, optimization options, debug and profile.
20422         Patch from: Enver ALTIN  <ealtin@casdb.com>
20423         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20424         
20425 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
20427         Reviewed by Naba Kumar  <naba@gnome.org>
20428         * src/project_dbase.c: Fixed bugs #778263 and #778413
20429           Adding multiple files to project should work now.
20431 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20433         Reviewed by Naba Kumar  <naba@gnome.org>
20434         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20435         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20436         for Locals window.
20438 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20440         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20442 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20444         * src/text_editor.c: Fix translatable string (#113934).
20446 2003-07-04  Naba Kumar  <naba@gnome.org>
20448         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20449         bug when there is no project open. Bug #____.
20450         
20451         * src/source.c: Fixed a bug with build failure with non-gnome
20452         project with glade-generated source (eg. gtk2). Bug #____.
20454 2003-06-26  Naba Kumar  <naba@gnome.org>
20456         * src/anjuta.h: Removed reference to windows-dialog.h.
20457         * src/message-manager-private.[cc,h]: Fixed doulbe click
20458         activation of messages to properly jump at the destination.
20459         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20460         * src/toolbar.c: Code clean-ups.
20461         
20462         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20463         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20464         
20465         * src/message-manager-private.[cc,h]: Removed dead codes.
20466         
20467         * (new) data/properties/css.properties,
20468         data/properties/anjuta.properties, data/properties/Makefile.am:
20469         Added CSS syntax hiliting properties.
20470         
20471         * tagmanager/tm_file_entry.c: Fixed a possible bug.
20472         * src/debugger.c: Clean ups.
20473         * src/lexer.h: Added CSS lexer definition.
20474         
20475         * Makefile.am: Installs destop file properly.
20476         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20477         * NEWS: Updated for 1.1.97 release.
20478         * src/main_menubar_def.h: Changed some non working shortcuts.
20479         
20480 2003-06-24  Naba Kumar  <naba@gnome.org>
20482         * src/search-replace.c: Shows the dialog properly, even when it is
20483         hidden behind another window.
20484         
20485         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20486         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20487         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20488         and code clean up.
20489         
20490         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20491         setup wizard dialogs.
20492         
20493         * src/debugger.c: Removed a redundant call to
20494         debugger_update_controls().
20495         * src/compiler_options.c, src/launcher.c: code cleanup.
20496         * src/executer.c: Fixed execution bug with 'Set Program params...".
20497         
20498 2003-06-23  Naba Kumar  <naba@gnome.org>
20500         * widgets/e-splash.c: Removed border around the splash image.
20501         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20502         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20503         * src/cvs.c: Added a frame around commit log text widget.
20504         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20505         crash bug associated with translated combo box list in preferences
20506         dialog (in different locale other than en_US). Used widget names
20507         to pass the combo list items.
20508         * po/POTFILES.in: Updated.
20509         * src/launcher.c: Creates the zvt terminal at startup (and not
20510         every time a build is done) -- speeds up buld operations.
20511         * src/file_history.c: Should be if() conditional instead of
20512         assertion check.
20513         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20514         Disabled useless warnings.
20515         * src/project_dbase.c: Fixed bonobo 2 project name.
20516         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20517         and uses correct glade-2 for file generation.
20518         
20519 2003-06-21  Naba Kumar  <naba@gnome.org>
20521         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20522         And disables autocomple show for numbers (very annoying).
20523         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20524         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20525         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20526         from view menu and adjust the controls accordingly.
20527         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20528         only OK button.
20529         * src/project_dbase.[c,h]: Removed show_local flag processing.
20530         * src/message-manager.[c,h]: Reorganized messages tabs in more
20531         sensible order.
20532         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20533         Also added PCRE dependency.
20534         
20535 2003-06-20  Naba Kumar  <naba@gnome.org>
20537         * pixmaps/anjuta_splash.png: New splash.
20538         from Jean Schurger  <yshartk@schurger.org>
20539         
20540         * src/controls.c: De-sensitize run-to-cursor when debugger
20541         is not running.
20542         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20543         
20544         * src/message-manager-private.cc: Fixed to properly jump at
20545         the right file:line.
20546         
20547         * src/appwiz_page1.c: Fixed to correctly determine the project
20548         trpe from the wizard.
20549         
20550 2003-06-20  Naba Kumar  <naba@gnome.org>
20552         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20553         * src/watch_gui.c: Code cleanups.
20554         * src/debugger.[c,h], src/stack_trace.[c,h],
20555         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20556         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20557         Removed direct access to stack_trace private data, Increased debugger
20558         command size from 256 to 1024 (to be on safer side). Also implemented
20559         row-activated signle for seting frame and viewing the source.
20560         * src/debugger.c: Avoids starting program and stopping debugger
20561         when starting debugger and stopping program, respectively.
20562         
20563         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20564         Reverted codes to start debugger automatically
20565         The file is brought to the state just after the branching 
20566         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20567         some code clean ups.
20568         
20569         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20570         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20571         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20572         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20573         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20574         src/project_dbase.c: Code clean ups.
20575         
20576         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20577         (Projects dir) so that correct $HOME/Projects path is set when
20578         anjuta is run for the first time.
20579         
20580 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20582         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20584 2003-06-13  Naba Kumar  <naba@gnome.org>
20586         * src/stack_trace_cbs.c: Moved variable declaration at the
20587         top of the block (bug #737867)
20588         
20589         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20590         just CFLAGS and CXXFLAGS (bug #743617).
20591         
20592         * src/create_global_tags.sh: Fixed shell script to properly
20593         detect installed *-config files.
20594         
20595 2003-06-12  Naba Kumar  <naba@gnome.org>
20597         * src/preferences.[c,h]: Added methods for custom widgets in
20598         preferences: using custom set/get methods for them.
20599         
20600         * src/anjuta-encoding.c: Implemented up/down of the encodings
20601         in the list and property saves correctly.
20602         
20603         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20604         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20605         the beginning of a file.
20607         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20608         * src/aneditor.cxx, src/aneditor.h,
20609         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20610         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20611         src/mainmenu_callbacks.h: Allows the operator to select the current
20612         word or the current line (Request: 680801). It puts also
20613         sensitive/unsensitive several select/comment menu items.
20615         * src/breakpoints.c: Presets by default the current line for a
20616         defined breakpoint.
20618 2003-06-11  Naba Kumar  <naba@gnome.org>
20620         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20621         color (red highlight) now cosistent for inactive tabs also.
20622         
20623         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20624         'Advanced search and replace' in Edit->Search submenu.
20625         
20626         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20627         wrappings '\' where     they were missing.
20628         
20629         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20630         message is now more descriptive and details the correct thing to do
20631         for GNOME2 desktop.
20632         
20633 2003-06-10  Naba Kumar  <naba@gnome.org>
20635         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20636         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20637         Removed any reference to particular version of automake/autoconf
20638         so that they could work with newer versions (Bug #659394).
20640         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20641         src/anjuta.c: Added coded to add/remove supported encodings.
20642         
20643         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20644         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20645         src/project_import.c, src/project_type.c, src/project_type.h,
20646         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20647         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20648         from the project wizard.
20650 2003-06-06  Naba Kumar  <naba@gnome.org>
20652         Patch from Etay Meiri  <etay-m@bezeqint.net>
20653         * src/compiler_options.c: Fixed bugs related to clean before
20654         build patch.
20655         
20656         * anjuta.desktop.in.in: Added commandline options.
20657         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20658         -dP and -A flags of CVS update into different options.
20659         
20660 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20662         * configure.in: Removed "ta" from ALL_LINGUAS.
20664 2003-06-02  Naba Kumar  <naba@gnome.org>
20666         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20667         return NULL for undefined properties and "" for defined but empty
20668         strings. It was creating many problems where both are assumed to be
20669         same. And besides, it doesn't matter to differentiate the two (the
20670         problem with preferences was due to a different bug).
20672         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20673         correctly. Also, s/props_build_in/props_built_in/g.
20674         
20675         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20676         list.
20677         
20678         * src/an_file_view.c: Unrefed pixbufs when done with them.
20680         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20681         (removed) file_text.png: Added and removed pixmaps.
20682         
20683 2003-05-30  Naba Kumar  <naba@gnome.org>
20685         * anjuta.glade: Fixed encodings preferences dialog
20686         
20687 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20688         
20689         Reviewed by Naba Kumar  <naba@gnome.org>
20690         
20691         * src/build_project.c src/clean_project/c: perform a clean before
20692         build, if required. Show the message manager on clean.
20693         * src/compiler_options.c: save the new options when window is closed
20694         and flag project to be cleaned before the next build.
20695         * src/project_dbase.c: added a 'clean before build' flag to project
20697 2003-05-29  Naba Kumar  <naba@gnome.org>
20699         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20700         dialog.
20701         
20702         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20703         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20704         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20705         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20706         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20707         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20708         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20709         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20710         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20712         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20713         Removed unused icons references.
20715 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20717         Reviewed by Naba Kumar  <naba@gnome.org>
20718         
20719         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20720           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20721           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20722           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20723           src/toolbar_callbacks.c: HIG compliant dialogs.
20725         * src/utilities.c: anjuta_button_new_with_stock_image() and
20726           anjuta_dialog_add_button() stolen from gedit.
20728         * src/main_menubar_def.h: Fixed mnemonics.
20730 2003-05-26  Naba Kumar  <naba@gnome.org>
20732         * src/project_dbase_gui.c: Added header files filter for add file
20733         dialog box. Disabled project window to be transient window.
20734         
20735         * src/message-manager.cc: Disabled message manager window to be
20736         transient window.
20737         
20738         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20739         a file could not be loaded.
20740         
20741         * src/project_dbase.c: Fixed a bug with GUI editor command
20742         where empty string is returned.
20743         
20744         * src/Makefile.am, src/preferences.h, src/text_editor.c
20745         src/text_editor.h, (new) src/anjuta-encodings.h,
20746         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20747         Added encoding support and to handle characters encoding correctly
20748         by auto detecting it during load. Added preferences for selecting
20749         the encoding during save.
20751         * src/preferences.c, src/resources.c: Removed debug messages.
20753         Patch from: Alexander Nedotsukov <bland@mail.ru>
20754         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20756 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20757         * src/anjuta.c: Try to sow the splash image more often.
20759 2003-05-20  Naba Kumar  <naba@gnome.org>
20761         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20762         * src/debug_tree.c: Colorize the modified locals during
20763         debugging and call memory analyze from the debugger.
20764         * src/breakpoints.c: The color is now different for the enabled
20765         and disabled breakpoints. Anjuta now can erase several
20766         breakpoints defined at the same line. The markers are updated
20767         according to the enable/disable action.
20768         
20769         Patch from Etay Meiri  <etay-m@bezeqint.net>
20770         * src/launcher.c: Fixes launcher freeze up bug during build.
20772 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20774         Reviewed by Naba Kumar  <naba@gnome.org>
20775         * scintilla/PropSet.h: Change member variables from private to protected.
20776         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20777         to PropSetFile class, which return a gchar * (and can therefore indicate
20778         whether properties are empty or do not exist) and make prop_get and
20779         prop_get_expanded use them.
20780         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20781         that the result of of prop_get cannot be an empty string.
20783 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20785         Reviewed by Naba Kumar  <naba@gnome.org>
20786         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20787         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20788         src/text_editor_cbs.c: When saving all the files in the project, the
20789         text editors are now only rehighlighted once instead of once for each
20790         file saved.
20792 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20793         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20794         * src/anjuta.desktop.in.in: Support startup notification.
20795 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20796         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20797         * src/anjuta.desktop.in.in: Support startup notification.
20800 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20802         Reviewed by Naba Kumar  <naba@gnome.org>
20803         
20804         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20805         memory leak from glade_xml_new call. Removed gxml field from Executer
20806         struct as only used in create_executer_dialog and then destroyed.
20807         
20808         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20809         
20810         * src/configurer.c: Fix warning trying to connect signal to non-existent
20811         environment entry in configure dialog and fix crash when closing the
20812         window.
20813         
20814         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20815         gnome_date_edit_get_time instead.
20816         
20817         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20818         in view menu required renumbering elsewhere.
20820 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20822         Reviewed by Naba Kumar  <naba@gnome.org>
20823         
20824         * src/breakpoints.c: fixed an error when removing breakpoint
20825         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20826         * src/debugger.c: changes to the way the debugger is activated
20827         * src/debugger.h: clean ups
20829 2003-05-13  Naba Kumar  <naba@gnome.org>
20831         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20832         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20833         src/memory.h: A new version of memory and the interface
20834         is now integrated in anjuta.glade
20836 2003-05-09  Naba Kumar  <naba@gnome.org>
20838         * configure.in: Bumped required gtk version to 2.0.8.
20839         
20840 2003-05-06  Naba Kumar  <naba@gnome.org>
20842         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20844 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20845         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20847 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20848         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20849         , tagmanager/c.c: Support for ProC and RDB files.
20851 2003-05-06  Naba Kumar  <naba@gnome.org>
20853         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20854         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20855         Uncomment (Box & Stream), Select the current function,
20856         authorize the "Quit" button of the GotoLine window
20858 2003-05-05  Naba Kumar  <naba@gnome.org>
20860         * src/watch_gui.h: CVS added new file.
20862         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20864         Patch from Etay Meiri <etay-m@bezeqint.net>
20865         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20866         src/mainmenu_callbacks.c, src/message-manager.cc,
20867         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20868         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20869         Ported stack trace to GNOME2 and added it in the message manager
20870         pane.
20872 2003-05-02  Naba Kumar  <naba@gnome.org>
20874         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20875         
20876         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20877         preferences property.
20878         
20879         * anjuta.prj: Fixed multiple preferences saved data.
20880         
20881         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20882         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20883         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20884         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20885         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20886         Upgraded scitilla from CVS with faster window repaint
20887         and more bugfixes.
20888         
20889         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20890         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20891         and code cleanups
20892         
20893 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20895         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20896         the window if messages are appended to the end and the scrollbar is
20897         at the end.
20899 2003-04-29  Naba Kumar  <naba@gnome.org>
20901         * configure.in: Removed omf-install from Makefiles list.
20903 2003-04-28  Naba Kumar  <naba@gnome.org>
20905         * po/POTFILES.in: Remvoded deleted files.
20906         
20907         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20908         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20910         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20911         is executed as detached) is not set properly.
20912         
20913 2003-04-25  Naba Kumar  <naba@gnome.org>
20914         
20915         * anjuta.prj: Updated.
20916         * src/anjuta_info.c: Fixed text wrapping and column view.
20917         * data/welcome.txt.in: Removed unaligned characters.
20918         
20919 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20920         * src/main_menubar.c: Disable setup dialog.
20922 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20923         * src/breakpoints.c; Fixed compilation with older GCC
20924         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20925         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20927 2003-04-18  Naba Kumar  <naba@gnome.org>
20929         * anjuta.prj: Updated (includes compiler options).
20930         
20931         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20932         function from anjuta.c (it was already available in anjuta-tools.c).
20933         
20934 2003-04-18  Naba Kumar  <naba@gnome.org>
20936         * src/about.c, THANKS: Updated
20937         
20938         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20939         
20940         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20941         properly from the project session before updating the file
20942         view.
20943         
20944         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20945         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20946         dialog settings (as it will not be required once GDL is in place) and
20947         added file view filters in the settings sub-menu.
20949 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20950         * HACKING: Updated
20951         * configure.in: Disable cast checks on final build.
20953 2003-04-17  Naba Kumar  <naba@gnome.org>
20955         * src/build_project.c: Fixed a compilation error.
20957         * src/launcher.c: Removed commnets.
20958         
20959         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20960         properties from editor tab to indentation tab and fixed a property
20961         label for proper i18n translation. Fixed typos in project config
20962         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20963         sorting and reordering in compiler options dialog.
20964         
20965         * src/compiler_options.c: Implemented _save() function to save the
20966         options (which was pending).
20967         
20968         * src/build_project.c: Destroys install-as-root dialog when it is done.
20969         
20970         * src/an_symbol_view.c: Change "event" event to "event-after" so
20971         that symbol row is selected first before the popup is shown.
20972         
20973 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20975         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20976         file in CVS/Entries. (Reviewed and applied by Biswa)
20978 2003-04-16  Naba Kumar  <naba@gnome.org>
20980         * aneditor.cxx: use unicode everytime (fixed unicode related
20981         bugs).
20983         * anjuta.prj: Fixed UI editor name (blank to use default) and
20984         anjuta version.
20985         
20986         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20987         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20988         Editor preferences page.
20990 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20991         * src/anjuta.[ch], src/print.c: Fixed warnings
20992         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20993         * configure.in: Profiling support with gprof
20995 2003-04-16  Naba Kumar  <naba@gnome.org>
20997         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20998         * src/launcher.c: Fixed cvs dialog.
20999         
21000 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
21001         
21002         * src/message-manager-private.cc: Fixed double-click on first line of 
21003         output to properly select a line.
21004         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
21005         because still was a deprecatd GtkCTreeNode and always NULL anyway.
21007 2003-04-15  Naba Kumar  <naba@gnome.org>
21009         * src/message-manager-private.cc: Fixed the glade filename typo.
21011 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21012         * scintilla/*, data/properties/*: Scintilla CVS merge
21013         * anjuta.prj: Removed unnecessary files.
21014         * scintilla/PlatGTK.cxx: Force Pango fonts always
21015         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
21016         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
21017         for preferences.
21018         * configure.in: Change version no. for 1.1.1 (alpha release)
21019         * configure.in: Added '--with-pref-suffix' option.
21020         * config.guess, config.sub: Removed from CVS.
21022 2003-04-15  Naba Kumar  <naba@gnome.org>
21024         Patch from Timothee Besset  <ttimo@idsoftware.com>
21025         * Makefile.am: Fixed a shell script error during intallation.
21026         
21027 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21029         Reviewed by Naba Kumar  <naba@gnome.org>
21030         * src/message-manager.cc: Added popup-menu to TreeView and fixed
21031         set_wm_class to use "anjuta" instead of "an.
21032         * src/message-manager-private.cc: Headers are hidden again.
21034 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21035         * src/project_dbase_gui.c: Memory corruption fix.
21036         * anjuta.prj: Updated project file
21038 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
21039         * an_file_view.c: Connect to event-after signal rather than event so that
21040         selection is updated first and thus context menu is for the right file.
21041         Reviewed and applied by Biswa.
21043 2003-04-14  Naba Kumar  <naba@gnome.org>
21045         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
21046         
21047         * src/auncher.c: More child exit fixes
21048         from Timothee Besset  <ttimo@idsoftware.com>
21050 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
21051         
21052         Reviewed by Naba Kumar  <naba@gnome.org>
21053         
21054         * src/message-manager.[c/h], src/message-manager-private[c/h],
21055                 anjuta.[c/h]: Ported message-manager to Gtk2
21056         
21057         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
21058         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
21059         src/clean_project.c, src/compile.c, src/configurer.c,
21060         src/controls.c, src/cvs.c, src/debugger.c,
21061         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21062         src/project_import.c, src/search-replace.c: Changed name from
21063         AnjutaMessageManager to AnMessageManager to avoid too long type
21064         and funtion names.
21066 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21067         * src/launcher.c: Fix build won't stop problem - TTimo
21068         * TODO: Updated
21069         * pixmaps/anjuta_splash.c: New splash screen prototype.
21070         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
21071         * src/compiler_options.c: Mute pkgconfig errors.
21072         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
21074 2003-04-10  Naba Kumar  <naba@gnome.org>
21076         * configurer.[c,h]: Fixed dialog to close properly.
21077         * src/project_dbase.c, widgets/gnomefilelist.c: Added
21078         debugging asserts.
21079         
21080 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21081         * anjuta.prj: Removed unnecessary files, load with 1.2.0
21082         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
21083         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
21084         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
21085         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
21086         src/makefile.am: Move gdl to it's own directory.
21087         * global-tags/create_global_tags.sh: Silently ignore SDL error.
21089 2003-04-09  Naba Kumar  <naba@gnome.org>
21091         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
21092         branch.
21094 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21095         * src/anjuta-tools.c: Use CDATA for saving tools data.
21096         * anjuta.glade, src/search-replace.c: Port from branch.
21097         * widgets/e-splash.*, src/main.c: Better splash screen.
21098         * configure.in, widgets/gdl*: Import GDL widgets.
21099         * ROADMAP: Updated roadmap.
21100         * src/an_file_view.c: Use GDL icons for file tree.
21102 2003-04-09  Naba Kumar  <naba@gnome.org>
21104         * anjuta.glade: Added (hidden) initial setup-wizard window.
21105         
21106         Patch from: Vitaly  <vvv@rfniias.ru>
21107         * src/preferences.c: Fixes a bug with libglace widget access with
21108         translated strings.
21110         Patch from: Etay Meiri  <etay-m@bezeqint.net>
21111         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
21112         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
21113         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
21114         src/toolbar_callbacks.[c,h],
21115         src/memory.c, src/message-manager-private.cc,
21116         src/message-manager-private.h, src/message-manager.cc,
21117         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
21118         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
21119         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
21120         watch window to a subwindow in the notebook
21122 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21123         * ROADMAP: Updated roadmap.
21125 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
21127         * configure.in: Added Belarusian to ALL_LINGUAS.
21129 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21130         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
21131         Henry Jia
21132         * ROADMAP: Added roadmap for HEAD.
21134 2003-03-29  Naba Kumar  <naba@gnome.org>
21136         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
21137         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
21138         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
21139         (new) pixmaps/start-with-wizard.png,
21140         (new) pixmaps/start-with-import.png,
21141         (new) pixmaps/start-with-open.png Added Start with dialog which pops
21142         up on anjuta start-up to give quick access to opening file/project or
21143         creation wizards.
21145         * src/main.c: Sets proper data directory for the gnome
21146         program.
21148 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
21149         * src/text_editor.c: Fixed error/warning indicators.
21151 2003-03-24  Naba Kumar  <naba@gnome.org>
21153         * README: Correct version.
21154         
21155 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
21157         * configure.in: Added checks to see if were building on FreeBSD
21158         systems.  Sets -DFREEBSD if we are, and also attempts to find
21159         gmake if the host system is FreeBSD.
21161         * src/getline.c: New file used to provide the getline function,
21162         which isnt available on a FreeBSD system.  The function is only
21163         defined if FREEBSD is defined.
21165         * src/Makefile.am: Added getline.c to anjuta_SOURCES
21167         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
21168         configure.in sets this to gmake on FreeBSD systems, and make
21169         on everything else.
21171 2003-03-23  Naba Kumar  <naba@gnome.org>
21173         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
21174         
21175         * anjuta.spec.in: Fixed spec file for correct file paths and
21176         corrected rpmbuild.
21178         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
21179         the rpm build command separately now.
21180         
21181         * src/anjuta.c, windows-dialog.c: Added some more window management
21182         stuffs (not still fully working, though).
21184         * TODO: Updated.
21186 2003-03-22  Naba Kumar  <naba@gnome.org>
21188         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
21190 2003-03-21  Naba Kumar  <naba@gnome.org>
21192         * README: Removed Andy Piper's name from the active maintainers
21193         list on his request.
21194         
21195         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
21196         preferences.
21197         
21198         * src/anjuta-tools.c: Fixed compiler errors.
21200         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
21201         show bugs.
21202         
21203         * src/commands.c, src/src_paths.c, src/style-editor.c,
21204         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
21205         becuase they are now hidden by default (from glade editing).
21206         
21207         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
21208         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
21209         src/main_menubar_def.h, src/mainmenu_callbacks.c,
21210         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
21211         basic windows managements.
21212         
21213 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21214         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
21215         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
21216         Enver ALTIN (a.k.a. skyblue)
21218 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21219         * tagmanager/*: Added ignore-list for symbols. This will make
21220         parsing more accurate for projects. Doc updates needed.
21222 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21223         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
21224         * launcher/Makefile.am: Link to correct libraries
21225         * src/launcher.c: Do not allow NULL shell
21227 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
21228         * src/debug_tree.c: Improve debug tree view.
21230 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
21232         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
21233         'Run Configure Script' and 'Execute Program'. Increase minimum width
21234         of Configure dialog.
21235         * find_in_files.c, find_in_files_cbs.*: Properly create the file
21236         list widget by setting a model and adding a column and renderer.
21237           Actually store the nocvs toggle button in FindInFiles data structure.
21238           Handle selection changes via changed signal rather than row_activated.
21239           Use response signal for handling the close and find buttons.
21240           Close window when escape is pressed.
21241         * find_replace.c: Close window when escape is pressed.
21242         * find_text.c: Close window when escape is pressed in find dialog as
21243         well as wrap search question, where now Yes is the default button.
21245 2003-03-05  Naba Kumar  <naba@gnome.org>
21247         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
21249         * src/message-manager-private.cc: Fixed a bug with vte conditional
21250         compilation.
21251         * anjuta.glade: Hides all windows in glade file.
21253 2003-03-05  Naba Kumar  <naba@gnome.org>
21255         * src/an_file_view.c: Fixed a compilation warning.
21256         * src/message-manager-private.cc: Conditional compilation for vte
21257         API.
21258         
21259 2003-02-28  Naba Kumar  <naba@gnome.org>
21261         * configure.in, anjuta.spec.in: Updated dependency packages version.
21262         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
21263         * src/preferences.c: Added debug assertions.
21264         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
21265         editor to enable/disable bringing the recent editor tabs first.
21266         
21267         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
21268         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
21269         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
21270         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
21271         and     bug fixes. Also code clean ups.
21272         
21273         * (new) src/search-replace.[h,c]: New search replace implementation
21274         from ANJUTA_1_0_0 branch.
21275         
21276         * (new) src/windows-dialog.[h,c]: New windows management class
21277         [work in progress].
21279 2003-02-28  Naba Kumar  <naba@gnome.org>
21281         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
21282         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
21283         src/appwizard.c, src/build_file.c, src/build_project.c,
21284         src/clean_project.c, src/compile.c, src/configurer.c,
21285         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
21286         src/message-manager-dock.c, src/message-manager-dock.h,
21287         src/message-manager-private.cc, src/message-manager.cc,
21288         src/preferences-dialog.c, src/preferences-dialog.h,
21289         src/preferences.c, src/preferences.h, src/project_dbase.c,
21290         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
21291         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
21292         src/utilities.c, src/utilities.h:
21293         
21294         Widgetized Preferences and gave proper function names.
21296         * src/executer.c: Fixed a session loading bug.
21297         
21298 2003-02-27  Naba Kumar  <naba@gnome.org>
21300         * printing/print.c: Fixed printing font bug that failed to load the
21301         proper fonts.
21302         
21303         * src/toolbar.c: Disabled LED flashing (not yet implemented).
21304         
21305         * TODO, anjuta.prj: Updated.
21307 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
21309         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
21310         manuals/C/anjuta-manual/anjuta-manual-C.omf,
21311         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
21312         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
21313         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
21314         fixed omf errors
21316 2003-02-25  Naba Kumar  <naba@gnome.org>
21318         * Makefile.am: Excluded omf-install from installation as the docs are
21319         not ready.
21320         
21321         TODO: Updated.
21322         
21323         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
21324         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
21325         property names and added new editor properties and code cleanups.
21326         Also added new project properties.
21327         
21328         * src/compiler_options.[h,c]: Added pkg-config packages supports
21329         and fixed bugs.
21330         
21331         * src/glade_iface.h: Cleanups.
21332         
21333         * src/launcher.c: Used timer instead of idle to scan.
21334         
21335         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
21336         src/project_config.[h,c], src/project_import.c: Implemented project
21337         property to define GUI editor and to handle it.
21338         
21339         * src/preferences.c: i18n fixes.
21340         
21341         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
21342         unused (and old) pixmaps.
21343         
21344         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
21345         
21346 2003-02-25  Naba Kumar  <naba@gnome.org>
21348         * src/message-manager-private.[h,cc], src/preferences.c,
21349         anjuta.glade, anjuta_dialog_strings.c: Implemented
21350         gnome terminal profiles for the terminal preferences and moved the
21351         addition of terminal preferences in the terminal constructor.
21352         
21353         * anjuta.prj: Updated.
21355 2003-02-24  Naba Kumar  <naba@gnome.org>
21357         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
21358         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
21359         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
21360         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
21361         preferences dialog.
21363         * TODO: Updated.
21365         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
21366         text selection and child re-spawning.
21368         * src/pixmaps.h: Removed unused pixmaps definitions.
21369         
21370 2003-02-23  Naba Kumar  <naba@gnome.org>
21372         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
21373         the project tree/window.
21375         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
21376         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
21377         Correct the use of a variable and implemented session save/load
21378         for tree expansion states.
21379         
21380         * src/main_menubar_def.h: Fixed shortcuts keys.
21381         
21382         * src/anjuta.c, src/gnome_project.c: Code clean ups.
21383         
21384         * anjuta.prj: Updated.
21385         
21386 2003-02-22  Naba Kumar  <naba@gnome.org>
21388         * src/debug_tree.[c,h]: GNOME2 port from 
21389         Etay Meiri <etay-m@bezeqint.net>
21390         
21391         * src/an_file_view.c, src/resources.[h,c],
21392         data/properties/bash.properties,
21393         data/properties/cpp.properties,
21394         data/properties/html.properties,
21395         data/properties/make.properties,
21396         data/properties/others.properties,
21397         data/properties/perl.properties,
21398         data/properties/props.properties,
21399         data/properties/xml.properties: Standarized file icons. Icons are
21400         defined in respective .properties file and are retrieved as resource
21401         data.
21403         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21404         in labels from the commands editor as that would create
21405         problems for translators.
21407 2003-02-21  Naba Kumar  <naba@gnome.org>
21409         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21410         as they should be part of CVS(?).
21412         * Makefile.am: Corrected a typo for glade generated strings file.
21414         * configure.in, po/hi.po: Added new Hindi (hi) translation
21415         in ALL_LINGUS and added initial Hindi translation.
21417         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21418         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21419         sv_unknown.xpm to more proper icon.
21421         * (new)data/properties/php.properties, data/properties/Makefile.am,
21422         data/properties/anjuta.properties, data/properties/html.properties:
21423         Fixed PHP syntax hilighting bug by separating php properties into
21424         different file (because of file size).
21426         * TODO: Updated.
21427         
21428 2003-02-20  Naba Kumar <naba@gnome.org>
21430         * src/breakpoints.c: Fixed breakpoints session saving/loading
21431         crash bug.
21432         
21433         * scintilla/*, scintilla/include/*: Updated to scintilla
21434         release 1.51
21435         
21436 2003-02-19  Naba Kumar <naba@gnome.org>
21438         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21439         * TODO: Updated.
21441         * Makefile.am, src/Makefile.am,
21442         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21443         (removed) src/anjuta_dialog_strings.c,
21444         (removed) src/anjuta_dialogs_strings.c,
21445         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21446         (added) anjuta.glade: Transfered glade files from src/ directory
21447         to the top level directory.
21449         * po/POTFILES.in: Updated.
21450         
21451         * (removed) macrocs2/*: Transfered to data/ directory.
21452         
21453         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21454         data/Makefile.am: Moved macros in data directory. Anjuta no longer
21455         requires to have macros dir, but the projects generated by anjuta
21456         require them.
21457         
21458         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21459         trees.
21460         
21461         * src/defaults.c: Corrected default compiler options.
21462         
21463         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21464         wizard.
21465         
21466         * src/message-manager-private.cc, src/message-manager-private.h,
21467         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21468         
21469         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21470         source code generation for gnome2 projects.
21472 2003-02-11  Naba Kumar <naba@gnome.org>
21474         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21475         restores the expand/collaspe states of the nodes after refresh.
21476         
21477         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21478         
21479 2003-02-11  Naba Kumar <naba@gnome.org>
21481         * src/style-editor.c: Fixed pango font description handling for fonts.
21482         * src/anjuta.glade: Removed font size spin button.
21483         * configure.in, src/anjuta.prj: Corrected version.
21484         * TODO: update.
21485         
21486 2003-02-10  Naba Kumar <naba@gnome.org>
21488         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21489         references of scroll-menu.h and add about.h in Makefile.am.
21490         
21491         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21492         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21493         (removed) widgets/scroll-menu.h: Removed unused files.
21494         
21495         * Makefile.am: Added proper i18n rules and added intl tools for
21496         distributions.
21497         
21498         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21499         to the stable release).
21500         
21501         * anjuta.spec.in: Removed manuals packaging.
21502         
21503         * data/Makefile.am: Removed 'macros' installation (not required for
21504         gnome2 projects).
21506 2003-02-10  Naba Kumar <naba@gnome.org>
21508         * po/POTFILES.in: Updated.
21510         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21511         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21512         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21513         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21514         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21515         icons and images.
21517         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21518         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21519         and fixed to properly handle focus in find entry box.
21521         * Makefile.am: Added code for RH system menu update.
21523         * .cvsignore: Updated.
21525         * NEWS: Updated.
21527 2003-02-03  Naba Kumar <naba@gnome.org>
21529         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21530         editor preferences. and fixes dialogs.
21532         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21533         Fixed linenumbers and header margins when they are disabled and
21534         removed unused header files.
21536         * src/attact_process.[h,c], src/debugger.c: Attach to process
21537         now works.
21539         * src/help.c: Fixed dialog response.
21541         * TODO: Updated.
21543         * data/properties/anjuta.properties: Corrected typo.
21545         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21546         Change the signal to "changed" in entry from "selection-changed" in
21547         list.
21549         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21550         short-cuts.
21552 2003-01-31  Naba Kumar <naba@gnome.org>
21554         * configure.in: Upgraded to use libgnomeprint-2.2
21555         
21556         * printing/Makefile.am: Updated
21557         
21558         *(removed) printing/print-doc.c, printing/print-doc.h,
21559         printing/print-util.c, printing/print-util.h: Removed because already
21560         merged with print.c.
21561         
21562         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21563         and libgnomeprintui-2.2 and fixed rendering problems.
21564         
21565         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21566         uneccessary print properties, as they are separately taken
21567         care in gnomeprint.
21568         
21569         * po/POTFILES.in: Update.
21571 2003-01-30  Naba Kumar <naba@gnome.org>
21573         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21574         for about dialog box.
21575         
21576         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21577         src/pixmaps.h: Modified for the above additions for about dialog.
21579 2003-01-29  Naba Kumar <naba@gnome.org>
21581         * src/style_editor.[c,h]: Added missing files.
21582         
21583 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21584         * scintilla/XPM.[cxx|h]: Added missing files
21586 2003-01-29  Naba Kumar <naba@gnome.org>
21587         
21588         * TODO, po/POTFILES.in: Updated.
21589         
21590         * anjuta.prj, src/anjuta.glade,
21591         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21593 2003-01-28  Naba Kumar <naba@gnome.org>
21594         
21595         * data/properties/anjuta.properties, src/aneditor.cxx,
21596         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21597         properties into text properties (earlier it was int properties).
21599         * TODO: Updated
21600         
21601         * scintilla/AutoComplete.c,xx,
21602         scintilla/AutoComplete.h,
21603         scintilla/CallTip.c,xx,
21604         scintilla/CallTip.h,
21605         scintilla/Document.c,xx,
21606         scintilla/Document.h,
21607         scintilla/Editor.c,xx,
21608         scintilla/Editor.h,
21609         scintilla/LexAVE.c,xx,
21610         scintilla/LexCSS.c,xx,
21611         scintilla/LexHTML.c,xx,
21612         scintilla/LexOthers.c,xx,
21613         scintilla/LexPython.c,xx,
21614         scintilla/LineMarker.c,xx,
21615         scintilla/LineMarker.h,
21616         scintilla/Makefile.am
21617         scintilla/PlatGTK.c,xx,
21618         scintilla/PropSet.c,xx,
21619         scintilla/ScintillaBase.c,xx,
21620         scintilla/ScintillaBase.h,
21621         scintilla/ScintillaGTK.c,xx,
21622         scintilla/ViewStyle.c,xx,
21623         scintilla/include/Platform.h,
21624         scintilla/include/SciLexer.h,
21625         scintilla/include/Scintilla.h,
21626         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21627         
21628         
21629         src/Makefile.am,
21630         src/an_file_view.c,
21631         src/an_symbol_view.c,
21632         src/anjuta-tools.c,
21633         src/anjuta.c,
21634         src/anjuta.glade
21635         src/anjuta.h,
21636         src/anjuta_cbs.c,
21637         src/anjuta_dialogs_strings.c,
21638         src/anjuta_info.c,
21639         src/commands.c,
21640         src/compiler_options.c,
21641         src/debugger.c,
21642         src/help.c,
21643         src/main_menubar.c,
21644         src/main_menubar.h,
21645         src/main_menubar_def.h,
21646         src/mainmenu_callbacks.c,
21647         src/mainmenu_callbacks.h,
21648         src/message-manager-private.c,c
21649         src/message-manager-private.h,
21650         src/message-manager.c,c
21651         src/message-manager.h,
21652         src/pixmaps.h,
21653         src/preferences.c,
21654         src/preferences.h,
21655         src/project_config.c,
21656         src/project_dbase.c,
21657         src/project_dbase_gui.c,
21658         src/project_import_gui.c,
21659         src/properties.c,xx,
21660         src/properties.h,
21661         src/resources.c,
21662         src/src_paths.c,
21663         src/text_editor.c,
21664         src/text_editor_gui.c,
21665         src/toolbar.c,
21666         src/utilities.c,
21667         src/utilities.h,
21668         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21669         
21670 2003-01-24  Naba Kumar <naba@gnome.org>
21672         * src/text_editor_gui.c, src/toolbar.c,
21673         src/text_editor.c, src/text_editor_cbs.h:
21674         Used correct notification signal name for scintilla
21675         (gtk2) and fixed UI.
21676         
21677         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21678         when not required.
21679         
21680         * printing/print-doc.c,
21681         printing/print.c,,
21682         src/anjuta-tools.c,
21683         src/find_replace.c,
21684         src/goto_line.c,
21685         src/launcher.c,
21686         src/mainmenu_callbacks.c,
21687         src/project_dbase.c,
21688         src/project_dbase.h,
21689         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21690         src/text_editor.c,
21691         src/text_editor_cbs.h:
21694 2003-01-23  Naba Kumar <naba@gnome.org>
21696         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21697         correct stock icons and organized pixmap macros.
21698         
21699         Makefile.am: Removed non-generated files.
21700         
21701         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21702         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21703         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21704         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21705         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21706         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21707         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21708         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21709         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21710         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21711         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21712         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21713         stop.xpm, undo.xpm}: Removed because no longer used.
21715         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21716         file_unknown.xpm}: Files renamed from fv_*, as it would
21717         be the right name.
21719         * pixmaps/Makefile.am: Updated for the above changes.
21721 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21723         * pixmaps/autocomplete-16.png,
21724         pixmaps/autocomplete.png,
21725         pixmaps/block-end-16.png,
21726         pixmaps/block-end.png,
21727         pixmaps/block-start-16.png,
21728         pixmaps/block-start.png,
21729         pixmaps/bookmark-first-16.png,
21730         pixmaps/bookmark-first.png,
21731         pixmaps/bookmark-last-16.png,
21732         pixmaps/bookmark-last.png,
21733         pixmaps/bookmark-next-16.png,
21734         pixmaps/bookmark-next.png,
21735         pixmaps/bookmark-prev-16.png,
21736         pixmaps/bookmark-prev.png,
21737         pixmaps/error-next-16.png,
21738         pixmaps/error-next.png,
21739         pixmaps/error-prev-16.png,
21740         pixmaps/error-prev.png: gnome2-styled icons
21743 2003-01-23  Naba Kumar <naba@gnome.org>
21745         * anjuta.prj: Updated compiler options.
21746         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21748         * src/aneditor.cxx,
21749         src/anjuta.c,
21750         src/anjuta.glade,
21751         src/anjuta_dialogs_strings.c,
21752         src/mainmenu_callbacks.c,
21753         src/mainmenu_callbacks.h,
21754         src/text_editor.c,
21755         src/text_editor_cbs.c,
21756         src/text_editor_gui.c: GNOME2 Porting.
21758 2003-01-22  Naba Kumar <naba@gnome.org>
21760         * ChangeLog: Corrected dates.
21761         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21762         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21763         preferences.
21765 2003-01-22  Naba Kumar <naba@gnome.org>
21766         
21767         * plugins/patch/patch-plugin.c: Bug fix.
21768         
21769         * src/anjuta-tools.c,
21770         src/anjuta.c,
21771         src/anjuta.glade,
21772         src/anjuta.h,
21773         src/anjuta_dialogs_strings.c,
21774         src/breakpoints.c,
21775         src/cvs_gui.c,
21776         src/debugger.c,
21777         src/debugger.h,
21778         src/executer.c,
21779         src/glade_iface.c,
21780         src/main.c,
21781         src/mainmenu_callbacks.c,
21782         src/mainmenu_callbacks.h,
21783         src/preferences.c,
21784         src/project_dbase.c,
21785         src/project_dbase_gui.c,
21786         src/registers.c,
21787         src/sharedlib.c,
21788         src/signals.c,
21789         src/signals_cbs.c,
21790         src/source.c,
21791         src/stack_trace.c,
21792         src/toolbar_callbacks.c,
21793         src/utilities.c,
21794         src/utilities.h,
21795         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21796         
21797         * src/Makefile.am,
21798         (removed) src/CORBA-Server.c,
21799         (removed) src/CORBA-Server.h,
21800         (removed) src/Gladen-common.c,
21801         (removed) src/Gladen-stubs.c,
21802         (removed) src/Gladen.h,
21803         (removed) src/Prj-common.c,
21804         (removed) src/Prj-skelimpl.c,
21805         (removed) src/Prj-skels.c,
21806         (removed) src/Prj-stubs.c,
21807         (removed) src/Prj.h,
21808         (removed) src/glades.c,
21809         (removed) src/glades.h,
21810         (removed) src/messagebox.c,
21811         (removed) src/messagebox.h: Removed because no longer used.
21813 2003-01-21  Naba Kumar <naba@gnome.org>
21815         * src/anjuta-tools.c,
21816         src/anjuta.c,
21817         src/anjuta.glade,
21818         src/anjuta_dialogs_strings.c,
21819         src/anjuta_info.c,
21820         src/anjuta_info.h,
21821         src/breakpoints.c,
21822         src/compiler_options.c,
21823         src/debugger.c,
21824         src/find_replace.c,
21825         src/find_replace.h,
21826         src/find_text.c,
21827         src/find_text.h,
21828         src/goto_line.c,
21829         src/launcher.c,
21830         src/text_editor.c,
21831         widgets/gnomefilelist.c: GNOME2 porting.
21833 2003-01-20  Naba Kumar <naba@gnome.org>
21835         * global-tags/create_global_tags.sh: Uses pkg-config to
21836         read the modules.
21837         
21838         * src/anjuta.c,
21839         src/anjuta.glade,
21840         src/anjuta.h,
21841         src/anjuta_cbs.c,
21842         src/anjuta_dialogs_strings.c,
21843         src/breakpoints.c,
21844         src/breakpoints.h,
21845         src/compiler_options.c,
21846         src/compiler_options.h,
21847         src/fileselection.c,
21848         src/fileselection.h,
21849         src/mainmenu_callbacks.c,
21850         src/project_dbase_gui.c,
21851         src/session.c,
21852         src/src_paths.c,
21853         src/src_paths.h,
21854         src/text_editor.c,
21855         src/text_editor_gui.c,
21856         widgets/gnomefilelist.c,
21857         widgets/gnomefilelist.h: GNOME2 porting.
21858         
21859         * widgets/Makefile.am,
21860         (removed) widgets/gnomedirlist.c,
21861         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21862         
21863         * src/Makefile.am,
21864         (removed) src/src_paths_cbs.c,
21865         (removed) src/src_paths_cbs.h,
21866         (removed) src/src_paths_gui.c,
21867         (removed) src/compiler_options_cbs.c,
21868         (removed) src/compiler_options_cbs.h,
21869         (removed) src/breakpoints_cbs.c,
21870         (removed) src/breakpoints_cbs.h: Removed because they are now
21871         combined in singe file
21873 2003-01-16  Naba Kumar <naba@gnome.org>
21875         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21876         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21877         options dialog UI and data handling.
21880 2003-01-15  Naba Kumar <naba@gnome.org>
21882         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21883         Completed command editor porting.
21884         
21885         * src/anjuta.c: Removed the use of commands load function
21886         (not required).
21888         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21889         and unrefs.
21891         * src/anjuta-tools.c: Fixed translatable strings.
21892         
21893         * src/find_text.c: Fixed dialog creation from glade.
21894         
21895         * src/text_editor_gui.c, src/text_editor.c,
21896         src/text_editor_cbs.c: Completed port of detached text editor
21897         to gnome2 plateform.
21898         
21899 2003-01-14  Naba Kumar <naba@gnome.org>
21901         * src/anjuta.glade, src/preferences.[h,c],
21902         src/anjuta_dialogs_strings.c: Added build and editor
21903         preferences pages and other UIs. Fixed preferense loading and saving.
21904         
21905         * src/anjuta.c: Does case-insensitive match for tabs position
21906         preferences and removed preferences loading (done at _new() call).
21907         
21908         * anjuta-tools.c: Debugged tools dialog handling.
21909         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21910         
21911 2003-01-13  Naba Kumar <naba@gnome.org>
21913         * ABOUT-NLS: Update (strange).
21915         * autogen.sh: Removed blocking code.
21917         * configure.in: Fixed an autogen bug.
21918         
21919 2003-01-13  Naba Kumar <naba@gnome.org>
21921         * (new)src/anjuta.gladep
21922         (new)src/messagebox.c
21923         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21924         will be gradually removed (and then the files).
21925         
21926         * Makefile.am,
21927         anjuta.prj,
21928         printing/print-util.c,
21929         printing/print.c,
21930         scintilla/ScintillaGTK.c,xx
21931         src/Makefile.am,
21932         src/an_file_view.c,
21933         src/an_symbol_view.c,
21934         src/anjuta.c,
21935         src/anjuta.glade
21936         src/anjuta.h,
21937         src/anjuta_dialogs_strings.c,
21938         src/anjuta_gui.c,
21939         src/attach_process.c,
21940         src/attach_process.h,
21941         src/breakpoints.c,
21942         src/breakpoints.h,
21943         src/breakpoints_cbs.c,
21944         src/commands.c,
21945         src/commands.h,
21946         src/compiler_options.c,
21947         src/compiler_options.h,
21948         src/compiler_options_cbs.c,
21949         src/configurer.c,
21950         src/configurer.h,
21951         src/controls.c,
21952         src/cvs_cbs.c,
21953         src/debug_tree.c,
21954         src/debug_tree.h,
21955         src/executer.c,
21956         src/executer.h,
21957         src/find_in_files.c,
21958         src/find_in_files.h,
21959         src/find_in_files_cbs.c,
21960         src/find_replace.c,
21961         src/find_replace.h,
21962         src/find_text.c,
21963         src/find_text.h,
21964         src/goto_line.c,
21965         src/help.c,
21966         src/help.h,
21967         src/launcher.c,
21968         src/main.c,
21969         src/main_menubar.c,
21970         src/mainmenu_callbacks.c,
21971         src/message-manager.c,c
21972         src/pixmaps.h,
21973         src/preferences.c,
21974         src/project_config.c,
21975         src/project_config.h,
21976         src/project_dbase.c,
21977         src/project_import_cbs.c,
21978         src/resources.c,
21979         src/resources.h,
21980         src/splash.c,
21981         src/src_paths.c,
21982         src/src_paths.h,
21983         src/src_paths_gui.c,
21984         src/text_editor.c,
21985         src/text_editor_gui.c,
21986         src/toolbar.c,
21987         src/toolbar.h,
21988         src/utilities.c,
21989         src/utilities.h,
21990         src/wizard_gui.c,
21991         widgets/gnomefilelist.c: GNOME2 Port.
21993 2003-01-10  Naba Kumar  <naba@gnome.org>
21995         * src/an_file_view.c,
21996         src/anjuta_gui.c,
21997         src/appwizard_gui.c,
21998         src/compiler_options.c,
21999         src/compiler_options_cbs.c,
22000         src/cvs_cbs.c,
22001         src/executer.c,
22002         src/fileselection.c,
22003         src/find_in_files.c,
22004         src/goto_line.c,
22005         src/main_menubar.c,
22006         src/memory.c,
22007         src/message-manager-dock.c,
22008         src/preferences.c,
22009         src/project_dbase_gui.c,
22010         src/project_import_gui.c,
22011         src/registers_gui.c,
22012         src/sharedlib_gui.c,
22013         src/src_paths_gui.c,
22014         src/text_editor_gui.c,
22015         src/toolbar.c,
22016         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
22018 2003-01-09  Naba Kumar <naba@gnome.org>
22020         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
22021         problems with some comments.
22023         * anjuta.prj: New project file (updated?)
22025         * src/Makefile.am: Enabled deprecated API and fixed variables.
22027         * src/an_file_view.c,
22028         src/an_symbol_view.c,
22029         src/anjuta-plugins.c,
22030         src/anjuta-tools.c,
22031         src/anjuta.c,
22032         src/anjuta_gui.c,
22033         src/appwizard_cbs.c,
22034         src/attach_process.c,
22035         src/attach_process_cbs.c,
22036         src/compiler_options.c,
22037         src/compiler_options_cbs.c,
22038         src/launcher.c,
22039         src/mainmenu_callbacks.c,
22040         src/message-manager-private.c,c
22041         src/message-manager-private.h,
22042         src/message-manager.c,c
22043         src/message-manager.h,
22044         src/project_dbase.c,
22045         src/project_dbase.h,
22046         src/project_dbase_gui.c,
22047         src/project_import_cbs.c,
22048         src/project_import_gui.c,
22049         src/registers.c,
22050         src/resources.c,
22051         src/resources.h,
22052         src/sharedlib.c,
22053         src/signals.c,
22054         src/signals_cbs.c,
22055         src/signals_gui.c,
22056         src/splash.c,
22057         src/src_paths_cbs.c,
22058         src/src_paths_gui.c,
22059         src/stack_trace.c,
22060         src/text_editor.c,
22061         src/text_editor_gui.c,
22062         src/text_editor_menu.c,
22063         src/toolbar.c,
22064         src/toolbar_callbacks.c,
22065         src/utilities.c,
22066         src/watch.c,
22067         src/watch_cbs.c,
22068         src/wizard_gui.c: GNOME porting.
22070 2002-12-24 Naba Kumar <naba@gnome.org>
22072         * AUTHORS, ChangeLog, HACKING, Makefile.am,
22073         NEWS, README, SEARCH-REPLACE,
22074         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
22075         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
22076         launcher/Makefile.am,
22077         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
22078         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
22079         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
22080         printing/print-util.c, printing/print.c, printing/print.h,
22081         scintilla/*/*, widgets/e-shell-about-box.c,
22082         src/*, tagmanager/*/*, widgets/Makefile.am,
22083         widgets/gnomefilelist.c:
22084         
22085         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
22086         src/*.[c,h] files to gnome2 API.
22088         * src/anjuta_dialogs_strings.c: Added glade generated translatable
22089         strings table.
22091 2002-10-23  Naba Kumar <naba@gnome.org>
22093         * autogen.sh: Prevented Users from building HEAD cvs.
22094         
22095 2002-09-16  Stephane Demurget  <demurgets@free.fr>
22097         * src/anjuta.glade: added the compiler options dialog, hopefully
22098         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
22100 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22102         * src/anjuta.glade: fixed a lot of small glitches.
22104         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
22105         now.
22107         * src/breakpoints_cbs.c: polished a bit.
22109 2002-09-15  Stephane Demurget  <demurgets@free.fr>
22111         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
22113         * src/commands.c: partial gnome 2 port.
22115         * src/utilities.[ch]: changed some bits to be const.
22117 2002-09-14  Stephane Demurget  <demurgets@free.fr>
22119         * src/Makefile.am: removed breakpoints_gui.c and added a check
22120         for gdk-pixbuf deprecated functions, but there shouldn't be much
22121         anyway.
22123         * src/breakpoints_gui.c: killed.
22125         * src/anjuta.glade: added two dialogs for the breakpoints management.
22127         * src/anjuta.h:
22128         * src/anjuta_cbs.c:
22129         * src/appwizard.c:
22130         * src/attach_process.c:
22132         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
22133         really huge changes and porting work.
22134         
22135         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
22136         (breakpoints_dbase_new): moved the UI init bits here.
22138         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
22139         a lot, not using any color anymore (not HIG compliant) and not using
22140         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
22141         to be double checked.
22143         * src/build_file.c:
22144         * src/build_project.c: gnome 2 port.
22146 2002-09-11  Stephane Demurget  <demurgets@free.fr>
22148         * src/anjuta.glade:
22149         * src/anjuta.h:
22150         * src/anjuta_cbs.c:
22151         * src/appwizard.c:
22152         * src/breakpoints.c:
22153         * src/breakpoints_cbs.c: cleaned up some bits.
22155 2002-09-09  Stephane Demurget  <demurgets@free.fr>
22157         * src/Makefile.am:
22158         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
22160         * src/an_symbol_view.[ch]:
22161         * src/attach_process_cbs.h: polished a bit.
22163         * src/breakpoints_cb.[ch]: partial gnome 2 port.
22165 2002-09-02  Stephane Demurget  <demurgets@free.fr>
22167         * configure.in:
22168         * src/Makefile.am: added libglade-2 to the build.
22170         * src/anjuta.[ch]: added support for libglade.
22172         * src/anjuta.glade: added. There could be a file per top-level widget,
22173         as some other gnome projects, though.
22175         * src/attach_process_gui.c: removed.
22176         * src/attach_process.[ch]: gnome 2 port.
22177         (attach_process_new): Added the treeview init and the widget references
22178         here.
22180 2002-08-31  Stephane Demurget  <demurgets@free.fr>
22182         * src/an_file_view.c: fixed some compilation issues.
22184         * src/an_symbol_view.c: gnome 2 port.
22186 2002-08-26  Stephane Demurget  <demurgets@free.fr>
22188         * src/an_file_view.c: finished gnome 2 port.
22189         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
22190         directory pixmap depending on the event.
22192         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
22193         (project_file_data_new): use a GtkTreePath.
22195 2002-08-23  Stephane Demurget  <demurgets@free.fr>
22197         * src/Makefile.am: readded back an_*_view.[ch] because they are still
22198         driving me nuts but they need to be ported, heh ?
22200         * src/an_file_view.c: gnome 2 port, almost finished after some hard
22201         work since it's quite a total rewrite again.
22203 2002-08-22  Stephane Demurget  <demurgets@free.fr>
22205         * src/an_file_view.c:
22206         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
22208 2002-08-21  Stephane Demurget  <demurgets@free.fr>
22210         * src/anjuta_info.c:
22211         * src/utilities.h: gnome 2 port, featuring a total rewrite.
22213 2002-08-20  Stephane Demurget  <demurgets@free.fr>
22215         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
22216         nuts ATM.
22217        
22218         * src/an_file_view.c:
22219         * src/aneditor.cxx:
22220         * src/anjuta_cbs.c:
22221         * src/compiler_options.h:
22222         * src/messagebox.c:
22223         * src/messagebox.h:
22224         * src/pixmaps.h:
22225         * src/project_dbase.h:
22226         * src/resources.h: gnome 2 port.
22228 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22230         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
22232         * data/properties/sql.properties: added the DATETIME data type.
22234         * data/properties/html.properties: added the foreach php keyword.
22236 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22238         * widgets/Makefile.am: removed blank line after the last backslash
22239         for avoiding a warning from automake.
22241         * configure.in:
22242         * src/Makefile.am: added the ORBit-2 dep.
22244 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22246         * AUTHORS: added Biswa, because I wonder why noone already have
22247         written his name in the Anjuta's hall of fame :)
22249 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
22251         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
22252         widgets/e-shell-about-box.c: Made to compile for gnome2.
22253         
22254 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
22256         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
22257         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
22258         
22259         * configure.in, printing/print.h, printing/print.c,
22260         printing/print-doc.c: Made to compile for gnome2.
22261         
22262 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
22264         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
22265         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
22266         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
22267         widgets/Makefile.am:
22268         
22269         Upgraded the build system to gnome2 platform.
22270         
22271 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22272         * manuals/*: Added capability to generate PDF and PS.
22273         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
22274         * TODO, TODO.biswa: Intergated TODO list.
22275         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
22276         , bug #574470
22277         * src/dnd.c: Fix typo
22278         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
22279         * src/anjuta.c: Bug #568895, Bug #575419
22281 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22283         * tagmanager/tm_global_tags.c: Fixed compiler warning.
22284         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
22286 2002-12-17  Naba Kumar <naba@gnome.org>
22288         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
22289         bugs.
22290         
22291 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22292         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
22293         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
22294         * anjuta.prj: Added tools.sgml
22295         * data/properties/cpp.properties: Bug # 646974
22297 2002-12-16  Naba Kumar <naba@gnome.org>
22299         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
22300         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
22301         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
22302         on 'Enter' and adds proper focus mechanism.
22303         * src/anjuta.c: Fixed a memory corruption bug.
22304         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
22305         'Enter' and can also be Canceled. Sets proper default and focus policies
22306         for tools dialogs.
22307         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
22308         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
22309         translatable strings in dialogs and fixed some dialog properties.
22310         * src/anjuta-tools.c: Now uses xml format for loading and saving.
22311         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
22312         * src/message_manager_private.cc: Fixed some debug messages.
22313         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
22314         widgets/gnomefilelist.c: Fixed a memory leaks.
22315         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
22316         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
22317         src/main_menubar_def.h: Implemented incremental search.
22318         * TODO: Updated.
22320 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22321         * tagmanager/*: Minor cleanups and warning fixes.
22322         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
22323         GUI during long updates.
22324         * src/text_editor.c: Remove debug message.
22326 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22327         * tagmanager/tm_project.c: Fix a memory access problem.
22329 2002-12-13  Naba Kumar <naba@gnome.org>
22331         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
22332         tools list to show "Enabled" flag of the tool. Fixed a bug where
22333         tool list is not cleared when creating a new tool.
22334         
22335 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22336         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
22338 2002-12-12  Naba Kumar <naba@gnome.org>
22340         * anjuta-tools.[h,c], commands.c: Used the tools help of
22341         anjuta variables list in commands editor and fixed a typos
22342         buy in anjuta-tools.c.
22343         
22344 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22345         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
22346         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
22347         * TODO.biswa: Added to help me track things better.
22349 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22351         * configure.in, anjuta.spec.in: Added libglade dependency.
22352         * Makefile.am: Added anjuta.glade file.
22353         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
22354         , src/mainmenu_callbacks.[ch], src/message-manager.h
22355         , src/widget-registry.c: Tools editor GUI + other additions.
22357 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22359         * src/project_dbase.[ch], tagmanager/tm_project.c,
22360         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
22361         Implement syncing tags image with the project database.
22362         * src/anjuta-tools.c: Implemented variable substitution and
22363         working directory in tools.
22365 2002-12-09  Naba Kumar <naba@gnome.org>
22366         
22367         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
22368         command configuration language list from properties.
22369         
22370         * data/properties/asm.properties, data/properties/ruby.properties:
22371         Fixed typos.
22373 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22375         * src/an_symbol_view.c: Remember current selected entry and select
22376         it automatically after refresh.
22378 2002-11-26  Murray Cumming  <murrayc@usa.net>
22380         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
22381           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
22382         and gnomemm 1.2 projects so that people know they are really
22383         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
22384         But I did correct these to sue lowercase names.
22386 2002-12-01  Naba Kumar <naba@gnome.org>
22388         * data/anjuta.properties: Fixed caching problem on 
22389         indicators.
22390         * src/preferences.c, src/preferences_gui.c: Implemented automatic
22391         indicators prefs.
22392         
22393 2002-12-01  Naba Kumar <naba@gnome.org>
22395         * data/properies/anjuta.properties: Corrected "indicators.automatic"
22396         property name.
22397         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
22398         property and uses it.
22399         * src/aneditor.cxx: Fixed a bug associated with selection a word at
22400         current cursor.
22401         
22402 2002-11-30  Naba Kumar <naba@gnome.org>
22404         * src/debugger.c: Fixed a typo.
22405         * data/properties/*: Updated properties files and added
22406         new ones.
22407         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22408         Added comment submenu and cleaned up ref and unref of menus.
22409         * src/aneditor.h: Added definition of comment commands.
22410         * src/aneditor.c: Upgrade from latest SciTE source code.
22411         * src/text_editor.[hc], src/text_editor_cbs.c, 
22412         src/message_manager_private.cc, src/message_manager.[cc,h],
22413         src/anjuta.[c,h]: Added indicators support for errors/warnings
22414         highlight in the editor.
22415         * NEWS, TODO: Update.
22416         * scintilla/include/PropSet.h: Removed deprecrated function.
22417         
22418 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22420         * src/anjuta-tools.[ch]: Tools implementation (basic)
22421         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22422           , src/main_menubar_def.h: PLugins cleanup and segregation
22423         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22424           registry
22425         * anjuta.prj: Added new files
22426         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22427         * plugins/class-gen/clsGen.c: Register menu under 'Project'
22428         * plugins/patch/patch-plugin.c: Register menu under 'Format'
22429         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22430         * src/Makefile.am: Added new files
22431         * src/message-manager.[cc/h]: Added standard output and error windows
22433 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
22435         * project_type.c: Fixed Gnomemm2 project type
22437 2002-11-25  Naba Kumar <naba@gnome.org>
22439         * printing/print.c: Fixed a compile warning.
22440         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22441         * src/utilities.c: Fixed a compile warning in sparc, hides the
22442         terminal check error output from the user.
22443         * project_config.[ch], project_dbase.[ch], source.c: Added project
22444         version, exclude modules configuration and reordered other config
22445         properties. Changed some strings to more descriptive text.
22446         * src/compiler_opitions.c: Removed extra newlines from .prj file
22447         save.
22448         * anjuta.prj: Converted to new format (only reorganised properties
22449         and removed extra newlines ... nothing else).
22450         * NEWS: updated
22451         
22452 2002-11-21  Naba Kumar <naba@gnome.org>
22454         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22455         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22456         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22457         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22458         Updated to the CVS version.
22460 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22462         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22463           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22464           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22465           images in completion lists. 
22466         * src/resources.h: Make C++ friendly.
22467         * scintilla/PropSet.cxx: Fix memory leak.
22469 2002-11-20  Naba Kumar <naba@gnome.org>
22471         * scintilla/*/*: Synced to latest scintilla 1.49
22472         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22473         New lexers added.
22475         * scintilla/RESearch.cxx: The automatic cvs log in the
22476         file really broke things trying to interprete the changelog
22477         entry incorrectly as end-of-comment. Removed the $cvs line
22478         and committed again.
22479         
22480 2002-11-19  Naba Kumar <naba@gnome.org>
22482         Patch from Timothee Besset <ttimo@idsoftware.com>
22483         
22484         * src/message-manager-private.cc: Interpretes absolute
22485         file paths properly in zvt terminal.
22487 2002-11-19  Naba Kumar <naba@gnome.org>
22489         Patch from Timothee Besset <ttimo@idsoftware.com>
22490         
22491         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22492         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22493         (important) editor preferences in project (if there is one
22494         open).
22495         
22496         * TODO: Updated
22497         
22498 2002-11-18  Naba Kumar <naba@gnome.org>
22499         
22500         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22501         
22502         * src/debug_tree.c, src/find_in_files_gui.c,
22503         src/find_replace.c, src/find_text.c, 
22504         src/project_import.c, src/project_import_gui.c,
22505         src/wizard_gui.c: i18n Fixes.
22507 2002-11-15  Naba Kumar <naba@gnome.org>
22509         * plugins/class-gen/clsGen.c: Fixed to use project function
22510         to import files. Create non-existent directories before the
22511         sources are written.
22512         
22513         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22514         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22515         src/glade_iface.c,
22516         src/glades.c: Excluded gladen files from build. This
22517         will fix the unnecessary dependency on libssl.
22518         
22519         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22520         file import funtion.
22521         
22522         * src/message_manager_private.cc: Fixed a compiler warning with
22523         DEBUG preprocessor macro.
22524         
22525         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22526         wrong (undocked) editor window was closed on clicking close on an
22527         undocked editor window.
22528         
22529         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22530         start correctly if the executable was run before with 'F3'.
22531         
22532         * src/toolbar_callbacks.c: Wrap around find next.
22533         * src/toolbar.c: Disable combo activate.
22534         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22535         button positions to get 'yes' as default.
22537         * anjuta.spec.in: Updated.
22538         
22539         * src/anjuta_info.c, src/appwizard_gui.c,
22540         src/attach_process_gui.c, src/breakpoints_gui.c,
22541         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22542         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22543         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22544         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22545         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22546         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22547         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22548         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22549         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22550         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22551         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22552         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22553         plugins/patch/patch-plugin.c, printing/print-util.c:
22554         Set all windows and dialogs transient
22555         to their parents so that they remain floated above their parents.
22556         
22557 2002-11-13  Naba Kumar <naba@gnome.org>
22559         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22560         take default editor font).
22561         
22562         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22563         Corrected email address.
22564         
22565         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22566         for changelog entry.
22568         * NEWS: Updated.
22569         
22570 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22571         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22573 2002-11-06  Naba Kumar <naba@gnome.org>
22575         * README: Updated
22576         * anjuta.spec.in: Ships the .omf files with the
22577         documents instead of the base package.
22578         
22579 2002-11-04  Naba Kumar <naba@gnome.org>
22581         * data/properties/latex.properties: Fixed a bug.
22582         * ChangeLog: Released 1.0.0 stable.
22584 2002-11-04  Naba Kumar <naba@gnome.org>
22586         * src/commands.c: Added command with shell redirection capability.
22587         * data/properties/anjuta.properties: Changed default execution
22588         command.
22589         * src/project_dbase.c: Set project top dir in properties.
22590         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22591         * data/Makefile.am: More diskcheck error fixes.
22592         
22593         * README, anjuta.spec.in, THANKS, AUTHORS,
22594         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22595         manuals/C/anjuta-manual/authers,sgml,
22596         manuals/C/anjuta-manual/anjuta-manual.sgml,
22597         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22598         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22599         : Changed anjuta home to
22600         new URL and my email address.
22601         
22602         * manuals/C/anjuta-manual/interfaces.sgml,
22603         manuals/C/anjuta-manual/prefereces.sgml,
22604         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22605         
22606         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22607         : removed reference to the help menu as the menu is modified
22608         when no help is found (which is very likely when we are
22609         shiping the documents separately).
22610         
22611 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22612         * anjuta.spec.in: Update specfile to make multiple RPMs.
22613         * data/Makefile.am: make dist fix.
22614         * src/text_editor_menu.c: Fix compile warnings (casts).
22616 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22617         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22618         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22620 2002-11-01  Naba Kumar <naba@gnome.org>
22622         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22623         Added gnome2 macros to be used by gnome2 project wizard.
22624         
22625         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22626         from gnome-common.
22627         
22628         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22629         as it was conflicting with generated projects and is not
22630         useful for us.
22631         
22632         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22633         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22634         project generation, removed qt project as it's not complete and
22635         added gnome2 bonobo wizard.
22637 2002-10-29  Naba Kumar <naba@gnome.org>
22639         * po/POTFILES.in: Updated.
22640         * po/POTFILES.skip: Added.
22641         * preferences.h: Fixed print paper size property name.
22643 2002-10-28  Naba Kumar <naba@gnome.org>
22644         
22645         * data/user.properties, data/Makefile.am: Added user properties file
22646         which will be copied in user's ~/.anjuta/user.properties.
22647         
22648         * data/anjuta.properties: Changed a comment.
22649         
22650         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22651         
22652         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22653         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22654         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22655         item.
22657         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22658         instead of user properties file.
22659   
22660         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22661         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22662         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22663         * README, TODO: Updated.
22664         
22665 2002-10-28  Naba Kumar <naba@gnome.org>
22667     * manuals/C/anjuta-manual/figures/editor_guides.png,
22668     manuals/C/anjuta-manual/figures/editor_margins.png,
22669     manuals/C/anjuta-manual/figures/editor_markers.png,
22670     manuals/C/anjuta-manual/figures/local_variables.png,
22671     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22672     manuals/C/anjuta-manual/figures/prefs_print.png,
22673     manuals/C/anjuta-manual/figures/print_dlg.png,
22674     manuals/C/anjuta-manual/figures/print_preview.png,
22675     manuals/C/anjuta-manual/figures/symbol_browser.png,
22676     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22677     files for manual documentation.
22678     
22679     * manuals/sgmldocs.make,
22680     manuals/C/anjuta-manual/Makefile.am,
22681     manuals/C/anjuta-manual/authors.sgml,
22682     manuals/C/anjuta-manual/build.sgml,
22683     manuals/C/anjuta-manual/compileopts.sgml,
22684     manuals/C/anjuta-manual/debugger.sgml,
22685     manuals/C/anjuta-manual/execute.sgml,
22686     manuals/C/anjuta-manual/fileoperations.sgml,
22687     manuals/C/anjuta-manual/interface.sgml,
22688     manuals/C/anjuta-manual/preferences.sgml,
22689     manuals/C/anjuta-manual/projects.sgml,
22690     manuals/C/anjuta-manual/figures/arguments.png,
22691     manuals/C/anjuta-manual/figures/open_file.png,
22692     manuals/C/anjuta-manual/figures/other_opts.png,
22693     manuals/C/anjuta-manual/figures/scrshot.png,
22694     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22695     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22696     
22697     Updated anjuta manual documentation.
22699     
22700 2002-10-27  Naba Kumar <naba@gnome.org>
22702     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22703     check and modifies debugger terminal command accordingly
22704     to function properly.
22705     
22706 2002-10-25  Naba Kumar <naba@gnome.org>
22708         * manuals/sgmldocs.make: Fixed a couple of bugs.
22709         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22711 2002-10-24  Naba Kumar <naba@gnome.org>
22713         * src/debug_tree.c: Fixed a crash bug from Etay.
22715         * global_tags/create_global_tags: Added messages.
22716         Fixed infinite looping within files.
22717         
22718         * macro/autogen.sh: Removed debug and warning flags for defaults.
22719         
22720         Patch from Vadim Berezniker <vadim@berezniker.com>
22721         
22722         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22723         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22724         generation.
22726         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22727         temporarily just copy it
22729 2002-10-24  Naba Kumar <naba@gnome.org>
22731         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22732         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22733         manuals/C/anjuta-manual/compileopts.sgml,
22734         manuals/C/anjuta-manual/debugger.sgml,
22735         manuals/C/anjuta-manual/execute.sgml,
22736         manuals/C/anjuta-manual/fileoperations.sgml,
22737         manuals/C/anjuta-manual/interface.sgml,
22738         manuals/C/anjuta-manual/introduction.sgml,
22739         manuals/C/anjuta-manual/projects.sgml,
22740         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22741         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22742         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22743         manuals/ja/anjuta-manual/compileopts.sgml,
22744         manuals/ja/anjuta-manual/debugger.sgml,
22745         manuals/ja/anjuta-manual/execute.sgml,
22746         manuals/ja/anjuta-manual/fileoperations.sgml,
22747         manuals/ja/anjuta-manual/interface.sgml,
22748         manuals/ja/anjuta-manual/introduction.sgml,
22749         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22751 2002-10-24  Naba Kumar <naba@gnome.org>
22753         * src/project_type.c: added autogen for qt projects.
22754         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22755         Fixed a bug that retrieves wrong terminal command.
22756         * src/commnads.c: Added more terminal commands.
22757         * configure.in: Checks for scrollkeeper version.
22758         
22759 2002-10-22  Naba Kumar <naba@gnome.org>
22761         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22762         instead of AM_GNOME_GETTEXT.
22763         
22764         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22765         for setup-gettext for the wizard generated projects.
22767         * src/source.c: Fixed a bug where glade file wasn't generated.
22768         
22769         * src/gnome_project.c: Excluded project version from project dir
22770         name.
22771         
22772 2002-10-22  Naba Kumar <naba@gnome.org>
22774         * acinclude.m4: New file with dummy funtion for gettext
22775         cross compatibility fix.
22776         
22777         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22778         * configure.in: Fixed cflags to avoid useless warnings.
22779         * Makefile.am: EXTRA_DIST += setup-gettext.
22780         * src/toolbars.c: Added space paddings around tags label.
22782 2002-10-21  Naba Kumar <naba@gnome.org>
22784         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22785         
22786         * setup-gettext: New script to maintain gettext cross version
22787         compatibility.
22788         * configure.in, macros/autogen.sh: Fix for gettext cross version
22789         compatibility.
22790         
22791 2002-10-21  Naba Kumar <naba@gnome.org>
22793         * debug_tree.c: Fixed incorrect use of debug assertion.
22794         
22795 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22796             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22797         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22798         src/memory.c, src/memory.h, src/message-manager-private.cc:
22799         
22800         New parsing algorithm; adapted from kdevelop.
22801         Middle button menu for changing the value's display type
22803 2002-10-07  Naba Kumar <naba@gnome.org>
22805         * src/main_menubar_def.h: Changed status bar message for Help->
22806         Browse info pages. Bug #603308
22808         * src/executer.c: Made "User terminal" default for creating
22809         projects (User can always disable it later). Bug #114222
22810         
22811 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22813         * macros/autogen.sh: Require gettext 0.10.x for autogen
22814         * src/text_editor.c: Fixes Bug #595303
22815         * src/source.c: Fixes Bug #595970
22816         * src/anjuta.c: Fixes Bug #598366
22817         * scingtilla/LexCPP.cxx: Bug #602296
22818         * src/main_menubar_def.h: Bug #604363
22819         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22820         
22821 2002-10-07  Jens Georg <mail@jensgeorg.de>
22823         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22824         * gnomefilelist.c: This patch fixes the bug #611542
22825         
22826 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22828         * data/properties/Makefile.am: Added tcltk.properties file.
22829         
22830 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22832         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22833         
22834         * README: Updated README
22835         * plugins/class-gen/clsGen.c, src/message_manager.cc
22836           , src/mainmeu_callbacks.c, src/memory.c
22837           , src/project_dbase_gui.c, src/text_editor_gui.c
22838           , widgets/gnomefilelist.c: Set window icons
22839         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22840           Enabled release build (stripped + optimized binaries, etc.)
22841         * data/properties/anjuta.properties, src/commands.c,
22842           src/defaults.cFixed bug #595489 (stdin on executables)
22843         * src/appwizard.c, src/main.c, src/message-manager.cc
22844           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22845           , src/debug_tree.c: Memory related (valgrind) fixes.
22846         * src/message-manager-private.[cc,h], src/pixpams.h
22847           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22848         * anjuta.prj: Added debug_tree.c to SOURCES
22849         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22850           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22851           Compacted code and cleaned up unnecessary functions.
22852         * tagmanager/*.[ch]: Code fixes.
22853         
22854 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22855         
22856         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22857         
22858         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22859         Debug tree now detects changes of displayed variables
22860         and changes their color to red
22862 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22864         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22865         
22866         * mainmenu_callbacks.c: Set's the current file name in
22867         file save as dialog.
22868         
22869 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22871         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22873         * data/properties/tcltk.properties: New file for tcl/tk
22874         properties.
22876 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22878         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22879         Fixed a fatal bug which doesn't let building gnome2 related
22880         projects. They use different autogen.sh script. Defined new
22881         type field "gnome_macro_support".
22882         
22883         * data/autogen.sh.gnome2: New file.
22884         
22885         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22886         bug with quotes escaping in quotes.
22887         
22888         * src/message-manager-private.cc: Used event box instead
22889         of frame for local message pane, so that the borders appear
22890         properly and nicely.
22891         
22892         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22893         if there is a project open and all the files are un-docked.
22895         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22897 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22899         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22900         * THANKS: updated for new contributions
22901         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22903 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22905         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22906         src/project_dbase.h, src/project_type.c, src/source.c, 
22907         src/wizard_gui.c: new Qt project type
22908         *** NB not fully tested, may need some work, icon required...
22910 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22912         * src/memory.c, src/memory.h: new memory patch
22914 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22916         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22918 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22920         * lancher/anjuta_launcher.c: Determine pty from function
22921         call instead of running 'tty' externally.
22922         
22923         * data/properties/cs.properties: Added compile/build commands.
22924         Fixed execution properties.
22925         
22926         * src/commands.c: Added c# options.
22928         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22929         
22930         * src/debug_tree.[c,h], src/debugger.[c,h],
22931         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22932         
22933         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22934         1. Misaligned structs when they are members of other structs.
22935         2. '{' sometimes appears as a variable.
22936         3. Wrong processing of some arrays.
22937         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22938         that displays the tree in two columns (variable and value).
22940 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22942         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22944         * data/properties/sql.properties: added the DATETIME data type.
22946         * data/properties/html.properties: added the foreach php keyword.
22948 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22950         * NEWS: Updated with new features.
22951         
22952         * data/.cvsignore, doc/.cvsignore: Updated.
22953         
22954         Patch from: Etay Meiri <etay-m@bezeqint.net>
22955         
22956         * src/debug_tree.h, src/debug_tree.c: New files.
22957         
22958         * src/Makefile.am, src/message-manger-private.[h,cc],
22959         src/message-manger.cc: Added Tree view for debugger
22960         locals view.
22961         
22962 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22964         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22965         
22966         * src/memory.c, src/memory.h: New files.
22967         
22968         * src/Makefile.am, src/appwizard.c, src/controls.c,
22969         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22970         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22971         
22972         Memory view implemetation that would enable viewing raw memory
22973         during debugging.
22975 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22977         * AUTHORS: added Biswa, because I wonder why noone already have
22978         written his name in the Anjuta's hall of fame :)
22980 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22982         * src/appwizard_gui.c: Removed an ambiguous prototype.
22983         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22984         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22985         * THANKS: Updated M. Ali Vardar's email.
22986         
22987 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22989         * src/anjuta_gui.c: implemented feature request to stop main and browser
22990           toolbars having exclusive use of space
22992 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22994         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22995         left over from the previous work to fix bugs :-)
22996         
22997         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22998         src/controls.c, src/mainmenu_callbacks.h, 
22999         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
23000         reviewed
23001         
23002         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
23003         src/project_import_gui.c, src/sharedlib_gui.c, 
23004         src/signals_gui.c: set window icon correctly
23005         
23006         * NEWS: more updates for the release
23007         
23008         * HACKING: updated for window icons and insert menu information
23009         
23010         * src/cvs_gui.c, src/build_project.c, 
23011         src/project_import_cbs.c: message strings reviewed
23012         
23013         * src/controls.c: context help button should be disabled if 
23014         DevHelp is not installed
23015         
23017 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23019         * src/debugger.c: Fixed the signalling screw up because of string
23020         update in gdb used to report the child process PID. Also, no
23021         error dialog will be popped up for "no such file or directory"
23022         error (very annoying and useless error). This error will still
23023         be shown on the debug message window. Avoided terminating the
23024         program when the terminal is terminated -- doesn't hurt, otherwise
23025         we get crappy egg-and-hen problem.
23026         
23027         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
23028         dimensions loading.
23029         
23030         * src/anjuta.c: Limited the default size of main window to sane
23031         values.
23033         * src/preferences.c: Fixed some deadly memory corruption bugs in
23034         the recent patches. Return from getenv() should NEVER be freed,
23035         because they are static strings.
23036         
23037         * src/preferences_gui.c: Removed the fix for crash bug with font
23038         selection and applied the real fix.
23039         
23040 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
23042         * NEWS: updated for release
23044 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
23046         * src/launcher.c: Added a fix a memory leak and a possible
23047         fix for zvt-crash bug.
23048         
23049         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
23050         
23051         * data/properties/latex.properties,
23052         data/properties/ada.properties: Added file.is.source property.
23053         
23054         * src/an_file_view.c: Set auto column size of the file
23055         revision column.
23056         
23057         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
23058         The user is now prompted to confirm the closing of the file
23059         if it is being used by CVS. If yes, the editor is closed and
23060         the CVS operation stops.
23061         
23062 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
23064         * anjuta.prj: bump project version for release
23065         * BUGS: removed unnecessary file
23067 2002-06-07      Philip Van Hoof <freax@pandora.be>
23069         * widgets/gnomefilelist.c: fix up issue with directory deleted 
23070         during the life of the file list widget
23071         * src/preferences_gui.c: sticking-plaster fix to font selection
23072         causes segfault bug
23074         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
23076 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23078         * data/properties/anjuta.properties, src/an_file_view.[ch], 
23079         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
23080         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
23081         added options for symbol and file browsers.
23082         * data/properties/cpp.properties: linker flags should come after
23083         the name of the file to compile.
23084         * scintilla/Editor.cxx: fixed gcc compilation warning.
23085         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
23086         be executed from bindir only.
23087         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
23088         tagmanager/include/tm_file_entry.h: CVS version information in file 
23089         browser.
23090         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
23091         window.
23092         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
23093         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
23094         crashes during file import.
23095         * src/project_import.c: disable project menu items during project 
23096         import.
23097         
23098         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23100 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
23102         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
23103         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
23104         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
23105         modified Insert menu, added C functions template, header C 
23106         template, modified header_template HEADER_H ==> NAMEFILE_H
23107         
23108         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23110 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23112         * data/properties/html.properties: changed some file 
23113         associations
23115 2002-06-05 Philip Van Hoof <freax@pandora.be>
23117         * widgets/gnomefilelist.c: Fixed #560759 and #561776
23118         
23119         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23121 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23123         * data/properties/anjuta.properties, src/defaults.c: Make windows
23124         docked by default, fix the big fonts bug.
23125         
23126         * src/an_file_view.c, src/main_menubar_def.h, 
23127         src/project_dbase_gui.c: sanitized the Edit/View mess.
23128         
23129         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
23130         for customizing shortcuts.
23131         
23132         * src/mainmenu_callbacks.c: Search for selected word if present.
23133         
23134         * src/text_editor_menu.c: Added context menu options for docking
23135         and undocking editor windows.
23136         
23137         * src/main_menubar.h, src/main_menubar.c: more support for the 
23138         shortcuts menu item.
23139         
23140         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23142 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
23144         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
23145         all commit messages being written to top of the file
23146         
23147         * src/main_menubar_def.h: message strings reviewed
23148         
23149         * src/project_import.c: message strings reviewed
23150         
23151         * src/source.c, src/glades.c: message strings reviewed. Fixed 
23152         some bugs around reading the project properties for creating 
23153         .glade and .desktop files in the Application Wizard. There were
23154         typos in the property names being retrieved
23155         
23156         * widgets/gnomefilelist.c: changed build_full_path to make 
23157         the file widget support ~
23158         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
23159         
23160         * THANKS, widgets/e-shell-about-box.c, 
23161         manuals/anjuta-manual/C/authors.sgml: updated for new
23162         patch
23164 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
23166         * src/project_dbase.c: Fixed the file-path-corruption bug
23167         and the cannot-import-file-in-project bug. (follow-up with
23168         the last commit from Stef).
23169         
23170         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
23171         with unsaved-project.
23172         
23173 2002-06-05  Stephane Demurget  <demurgets@free.fr>
23175         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
23176         misplaced g_free.
23178 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23180         * data/properties/{xml,html,other}.properties: changed some file 
23181         associations
23182         
23183         * data/anjuta.mime: oops! cvs added
23184         
23185         * scintilla/RESearch.cxx: fixed up a problem with comments
23186         
23187         * global-tags/create_global_tags.sh: redirect errors to /dev/null
23188         to avoid messages about missing libs
23189         
23190         * NEWS: started the release notes
23192 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
23194         * HACKING: updated with new information on printing, patch naming
23195         
23196         * TODO: removed completed tasks
23197         
23198         * THANKS: updated a few contributions
23199         
23200         * anjuta.prj: updated the icon file
23201         
23202         * anjuta.desktop.in.in: updated to add Categories
23203         
23204         * data/anjuta.mime: created a mime type for Anjuta project files
23205         (NB needs to be added to the install in /usr/share/mime/)
23206         
23207         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
23208         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
23209         to PNG for websites.
23210         
23211         * plugins/patch/patch-plugin.c: clarified some messages and 
23212         made it easier to see different patching sessions
23213         
23214         * src/toolbar.c: changed some message text for consistency
23215         
23216         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
23217         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
23218         in preferences. 
23219         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23220                  
23221         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
23222         src/project_dbase.{c,h}, src/project_import_cbs.c, 
23223         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
23224         Added XLib Project and a Dockapp Project types.
23225         * pixmaps/Makefile.am: added line for new pixmap for new xlib
23226         projects
23227         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
23228         * src/source.c: Fixed memory leak in existing projects. 
23229         (filename was not freed)
23230         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
23232 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
23234         * src/anjuta.h, src/anjuta.c: Added error display funtions
23235         with parent windows.
23236         
23237         * src/appwizard_cbs.c: Changed error display function to use
23238         parented version.
23239         
23240 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
23242         * printing/print.h, printing/printing.c: Taken care of document
23243         zoom factor and fixed a font loading bug. Dynamically calculated
23244         text widths to work with zooms properly. Re-organized code for
23245         dynamic text width calulations to work in general with utf8 chars.
23246          Determined font height and width automatically from the font info.
23247         
23248         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
23249         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
23250         Converted text.zoom.factor property to use #defined value. Removed
23251         margin header and margin numbers preferences, as they  now
23252         calculated dynamically.
23253         
23254 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
23256         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
23257         printing/print-util.h, printing/print.c, printing/print.h:
23258         Rewritten printing support for style based printing. Syntax highlighted
23259         printing, monochromatic printing, setup using preferences etc.
23261         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
23262         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
23263         language and the styled text buffer.
23264         
23265         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
23266         the print setup preferences page and added printer preferences. Added functions
23267         to retrieve preferences with default values.
23268         
23269         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
23270         the printing.
23272         * data/properties/anjuta.properties: Added default printer preferences.
23274         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
23275         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
23276         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
23278         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
23279         
23280 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23282         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23284         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
23285         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
23286         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
23287         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
23289         printing/Makefile.am: Reduced compiler optimizations.
23291         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
23292         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
23293         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
23294         tagmanager/tm_workspace.c: TagManager fixes.
23296 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
23298         * printing/*: CVS added. :)
23299         
23300 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23302         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23304         * printing*: CVS added.
23305         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
23306           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
23307           src/main_menubar_def.h: Gnome Print support
23308         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
23309         * configure.in: Enable debugging flag option
23310         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
23311           Print properties defined.
23312         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
23313         
23314 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23316         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23317         
23318         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
23319         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23320           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
23321           and cleanups
23322         * src/text_editor.c: Minor cleanups.
23323         * anjuta.c: Tweaks to 'Goto File Line' functionality.
23324         * src/project_dbase.c: Fixes to add/remove files from project.
23325         * src/help.c: Fix minor memory leak.
23326         * src/project_dbase_gui.c: Remove debugging messages.
23327         * src/utilities.[ch]: Cleanups and minor fixes.
23328         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
23330 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
23332         * src/anjuta.c [anjuta_apply_preferences()]:
23333         Fixed a crash bug when tab pos is not defined for the editors.
23334         
23335         * data/properties/cpp.properties: Set default identifier property to normal.
23336         This fixes the bug in which the fore color gets hidden with dark background.
23338 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
23340         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
23341         scintilla 1.46
23342         
23343         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
23344         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
23345         src/anjuta.c, data/properties/anjuta.properties:
23346         Implemented line wrapping.
23347         
23348         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
23349         
23350         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
23351         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
23352         tags. Code was reviewed from GNOME Bonsai view.
23353         
23354         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
23355         it seems to have been removed by scintilla people.
23356         
23357         * data/properties/anjuta.properties: Set default line wrap to false, as
23358         is noticably slow with big files.
23359         
23360 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
23362         * src/project_import_gui.c: disallow the selection of files in
23363           the browse dialog.
23364         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
23365           preferences code.
23366         
23367 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23369         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
23370           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
23371         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
23372         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
23373           now works properly.
23374         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
23375         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
23376         * src/utilities.[ch]: Added some utility functions.
23377         * tagmanager/tm_project.c: Fix for bug in file removal from project.
23378         
23379         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23381 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23383         * HACKING: info on FIXME statements and removed ccview references
23384         * Makefile.am: added rule to make RPM package
23386 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23388         * THANKS, widgets/e-shell-about-box.c, 
23389         manuals/anjuta-manual/C/authors.sgml: updated for new
23390         patch
23391         * src/anjuta.c: removed unnecessary warning code since CVS 
23392         support is now implemented :-)
23393         * manuals/sgmldocs.make: implemented a fix for bug #553969
23394         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
23395         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
23396         manuals/C/anjuta-faqs-C.omf: modified the descriptions
23397         
23398 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23399         
23400         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23401           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23402           src/main_menubar_def.h, src/preferences_gui.c,
23403           preferences.c, preferences.h: setup Username and Email 
23404           preferences, Insert ChangeLog and Username editor functions
23405           
23406           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23408 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23409         
23410         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23411           src/src_paths_cbs.c, src/src_paths_gui.c
23412           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23414           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23416 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23418         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23419           and goto tag menu items to main menu.
23421 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23423         * THANKS, widgets/e-shell-about-box.c, 
23424         manuals/anjuta-manual/C/authors.sgml: added new contributors
23425         * HACKING: updated with info on files to change for credits
23427 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
23429     * src/aneditor.cxx: extended extension list which fixes segfault
23430     on selecting lisp, ruby or matlab as highlight style.
23432 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23434         * src/main_menubar_def.h: fixed an array initialiser and fixed
23435         the lexer settings for the new entries on the Format menu
23437 2002-05-07  Stephane Demurget  <demurgets@free.fr>
23439         * Synced with Scintilla 1.45
23441 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23443         * anjuta.prj: added another missing file
23444         * ChangeLog: fixed some incorrect change dates I caused by 
23445         sloppy cut-and-pasting :-/
23447 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23448         
23449         * src/mainmenu_callbacks.c: fixed title of new About box
23451 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23453         * src/pixmaps.h: added macros for OpenGL and SDL project icons
23455 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23457         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23458         * anjuta.prj: updated for new files
23460 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
23462         * widgets/e-shell-about-box.c: Added version display.
23463         
23464 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23466         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
23467         widgets/scroll_menu.c: fixed up some compiler warnings (patch
23468         from Philip Van Hoof)
23470 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23472         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
23473         dependency
23474         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
23475         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
23476         that produced build errors (needs checking on a machine with the
23477         ja locale!)
23478         * data/properties/lisp.properties: updated to match format of other
23479         lexer property files supplied with Anjuta
23481 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23483         * anjuta.prj: added new files
23484         * HACKING: added information from the mailing list on 
23485         adding new project types to the wizard (thanks to Johannes)
23487 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23489         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23490           src/appwiz_page2.c: Fix for 547038.
23492 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23494     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23495     hide bug.
23496     
23497     * about.h: cvs removed.
23498     
23499 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23501         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23503         Fix for #539574.
23505         * src/anjuta.c (anjuta_system_error): checks for the error number to
23506         know whether the error description is needed or not.
23508 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23510         * pixmaps/anjuta_logo.png: New about logo.
23511     
23512         * pixmaps/anjuta_icon.png: New icon from Misha. The
23513         old one had trouble with some gtk themes.
23514     
23515         * about.c: Removed. No longer needed.
23517         * mainmenu_callbacks.c: Removed reference of about.h
23518     
23519 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23521         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23523         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23524           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23525         About Dialog (thanks to the Evolution team for the cool widget!)
23527 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23529         Patch from lbell <lbell@tsc4.com>
23530     
23531         * src/find_in_files.c, src/find_in_files.h,
23532           src/anjuta.c: Added save_yourself, load_yourself routines.
23533     
23534         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23535         Added "Append messages" toggle button. This will enable
23536         the search results to be appended to the already existing
23537         results.
23538     
23539         * src/debugger.c: Fixed a typo.
23540     
23541         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23542           src/session.c, src/session.h: Improved session management.
23544 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23546         * THANKS, FUTURE, AUTHORS: Changed my email and
23547         avoided yahoo.com.
23549 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23551         Impl. feature request #525271 (add Lisp support).
23553         * data/properties/lisp.properties: added.
23555         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23556           the lisp properties.
23558         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23559           src/utilities.[ch]: added support for the Lisp highlight style.
23561 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23563         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23564           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23565           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23566           option preferences to have a persistent setting. Plus it's not used
23567           often, so it's better here than flooding the menus.
23569         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23570           preferences pages a lot more consistent and sweeter: tabs direction
23571           radiobuttons are directed against the meaning, all pages have an
23572           outter frame, a lot of padding, removed all expand attributes for
23573           vertical boxes, ...
23575           That's not a total revamp, but it's really looking better now, even
23576           if there's still work to be done.
23578 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23580         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23581         * TODO: added task to be completed before next release (update all credits)
23583 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23585         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23586         Benke László.
23588 2002-05-01  Benke László  <decike@freemail.hu>
23590         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23592         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23593           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23594           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23595           to the format menu in order to reorder the notebook tabs in
23596           alphabetical order everytime a file is created/opened/saved.
23598 2002-05-01  Philip Van Hoof <freax@pandora.be>
23600         * widgets/gnomefilelist.[ch] (history_combo_go),
23601         (history_combo_clicked): impl.
23603         (gnome_filelist_new_with_path): use this new impl.
23605 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23607         * src/project_dbase_gui.c (add_file): added the xpm file type.
23609 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23611         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23612         tag manager fixes.
23614         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23615           of tag types.
23617         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23618           src/text_editor_menu.c: Added context sensitive search in symbol
23619           browser and editor.
23621         * configure.in: Changed version number to 0.1.9.99.
23623         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23624           src/project_import.c: Minor changes to project import facility.
23626         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23627           (Forced to use specific brace format)
23629         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23630           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23631           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23633 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23635         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23636         replaced the spinbutton with an hscale, and made the UI less "blocky".
23638         * src/cvs_gui.c: When diffing a project you can choose date and
23639         release now.
23641         * src/project_dbase.c: Import_file activated again
23643         * configure.in, plugins/Makefile.am: Added patch plugin
23645         * plugins/patch/*: The new patch plugin
23647 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23649         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23651         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23652         dropdown list shown by autocompletion are now removed.
23654 2002-04-28  Philip Van Hoof <freax@pandora.be>
23656         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23657         a bunch of filetypes from the older version.
23659         * src/project_dbase_gui.c (add_file): changed the import
23660         dialog's filetypes combo contents depending on the
23661         type of data to be imported.
23663 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23665         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23666         the amount parameter as Philip stated and reformated to follow the
23667         Gnome convention.
23669         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23670         changed accordingly.
23672 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23674         Fix for #531293.
23676         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23677         Shift-F6, to be more consistent with other Gnome apps.
23678         Moved the "Search next" entry under the "Search" one, and swapped the
23679         order of the "Find in files" and "Find and Replace" ones.
23681         Some additional fixes ands cleanups on the edit menu.
23683         * src/main_menubar.h: replaced all occurences of repeat_find by
23684         find_again for the code to be more consistent.
23686         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23687         sensitiveness depending on the existence of an active text buffer.
23689         * TODO: added some bits about improving the usability of the
23690         search/search again couple.
23692 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23694         * src/preferences_gui.c: made the tab labels text more consistent
23695         (s/misc/Misc/).
23697 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23699         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23701         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23702         filename.
23704         * src/main.c (main): simplified some code and cleanups.
23706         Fix a part of #499366:
23708         * src/commands.[ch] (sync_from_props), (command_editor_save),
23709         (on_apply_clicked), (create_command_editor_gui): added the gui
23710         corresponding to the command.terminal preference.
23712 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23714         Fix for #465180.
23716         * anjuta.spec.in: added build requirements for the source rpm.
23718 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23720         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23721         
23722         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23723           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23724           src/project_type.c, source.c, wizard_gui.c:
23725           Added new GNOME 2 project types and changed glade behaviour to
23726           produce GTK code if project type GTK was selected and GTKmm code
23727           if project type GTKmm was selected (and not depending on the 
23728           selected language. Disabled glade for GNOME 2 projects because
23729           we will need glade2 there.
23730           
23731         * src/project_dbase.c: Fixed a memory lack.
23732         
23733         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23734         
23735         * src/cvs.c: Added an error message if jobs are running
23737 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23739         * tagmanager/tm_work_object.c: Fixed a chrash
23740         bug which occurs when it tries to stat an empty
23741         file name.
23742         
23743 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23745         * src/controls.c: CVS menu items now becomes
23746         insensitive when the launcher is busy.
23747         
23748         * src/anjuta.c, cvs.h, cvs.c: Created a function
23749         to update the cvs preferences when preferences are
23750         applied in preferences dialog and called it from
23751         anjuta_update_preferences().
23752         
23753 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23755         * src/cvs.c: Added a space in the cvs command
23756         before the revision part. This fixes the cvs
23757         error we get when cvs-diffing with revisions.
23758         
23759         * src/cvs.c: Fixed a compiler warning.
23760         
23761         * src/find_replace.c: The dialog now remembers
23762         the settings including the "prompt on replace"
23763         which seems to have broken somewhere line the
23764         changes.
23765         
23766 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23768         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23769         Added a new property in cvs class to hold a boolean
23770         for enabling date in cvs diff. This fixed the bizzare
23771         diff output due to the date that goes with the cvs
23772         command. Also, set the default value of compression
23773         to 3 and unified diff option to 1.
23774         
23775 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23777         * src/cvs.c: The diff editor is set to hilite as
23778         diff syntax hiliting.
23779         
23780         * configure.in, manual/Makefile.am:
23781         Added a new manual module for ja language.
23782         
23783         * manual/ja/*/*/*: New module and files for the
23784         ja translation for the anjuta documentation
23785         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23786         
23787 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23789         * src/launcher.c: Made a very messy work around
23790         for the launcher authentication to work properly.
23791         
23792         * src/find_replace.c: Applied the missing patch
23793         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23794         
23795 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23797         * src/cvs.c, src/main_menubar_def.h: made message strings
23798         consistent with existing standards from our own documentation 
23799         (such as uppercase P in Project, corrected spelling of 
23800         repository, etc.)
23802 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23804         * src/cvs_gui.c: Cleaned up gui and aligned various
23805         widgets to give a clean look.
23806         
23807 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23809         * src/launcher.c: Added work around to retrieve
23810         the child exit code. It works. :)
23811         
23812         * src/find_in_files.c, src/gnome_project.c,
23813         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23814         src/clean.c, src/clean_project.c, src/build_project.c,
23815         src/build_file.c: Modified to handle the new
23816         child exit code.
23817         
23818 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23820         * src/find_replace.c: Changed signal to call
23821         on_replace_text_close on from delete_event
23822         to close => the replace history is now updated.
23824 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23826         * src/cvs.c: escaped the cvs import message before
23827         passing it to cvs.
23828         
23829 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23831         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23832         
23833         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23834         
23835         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23836         Added cvs import
23837         
23838         * src/preferences_gui.c: GUI improvements
23839         
23840         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23842 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23844         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23845         Removed static qualifier from tm_tag_type_name() and
23846         availed it's prototype for use in outside code. also
23847         created reverse map function tm_tag_type_name();
23848         
23849         * src/anjuta.c: Implemented qualified tags names for
23850         the tag list (on the toolbar pulldown list) to avoid
23851         ambiguty in tags with similar names (like prototype
23852         and definition). Patch modified and improved.
23853         
23854         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23855         
23856 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23858         * src/utilities.[c,h]: Added a utility funtion
23859         that escapes the single and double quotes in a
23860         given string. Useful for passing command line
23861         args with quotes.
23862         
23863         * src/cvs.c: Escaped the cvs log message before
23864         passing it to cvs command line to avoid ambiguties
23865         with quotes in the message.
23866         
23867         * pixmaps/anjuta_icon.png: Changed to the new icon.
23868         from Todd Goyen <goyen@mbi-berlin.de>
23869         
23870         * src/message-manager-private.cc: Added regex to 
23871         recognize (underline hilite) the parsable outputs
23872         from the zvt terminal.
23873         
23874 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23876         Patch from: Tina Hirsch <tehirsch@arcor.de>
23877         
23878         * src/project_type.c:
23879         Fixed a bug in the wxproject type and modified the erroroutput when
23880         configure doesn't find wx-config
23881         
23882         Patch from: Timothee Besset <ttimo@idsoftware.com>
23883         
23884         * src/anjuta.c, src/message-manager-private.cc,
23885           src/message-manager-private.h
23886         Catches double clicks in the zvt terminal, and calls goto_error_line
23887         to jump to the appropriate location in the source. This will recognize
23888         grep -n output
23889         
23890 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23891         
23892         * src/build_project.c: Taken care of memory leak
23893           by freeing cmd variable properly.
23895         * src/main_menubar_def.h: Fixed wrong signal connection
23896           for cvs project commit.
23897           
23898         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23899         
23900         * src/preferences_gui.c: Added some border and adjusted
23901           expandsion, filling in box adds to make the cvs preferences
23902           more nicer.
23903         
23904 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23906         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23907         
23908         * src/cvs*, src/main_menubar*, src/preferences*: 
23909         Moved CVS settings to preferences, added a nice login dialog.
23910         
23911         * src/controls.c, src/project_dbase.c:
23912         CVS project options are only shown if a project is open
23913         
23914         * src/build_project.c:
23915         User is now asked if he wants to install as root 
23916         
23917         * src/launcher.c:
23918         Fixed a warning
23920         * anjuta.prj: Updated with cvs files
23921         
23922         * TODO: Remove task which are done
23923         
23924 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23926         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23927         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23928         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23930         Modified launcher to use controlling terminal to detect and
23931         take care of password authentications (for example, for cvs
23932         and root installs).
23933         
23934         * pixmaps/password.png: New file.
23935         
23936 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23938         Anjuta kick start tutorial wirtten by:
23939           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23941         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23942           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23943           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23944           manuals/C/anjuta-tutorial/figures/*.png:
23945           
23946           Added files
23947         
23948         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23949           
23950           Modified files.
23951         
23952 2002-03-28 Roel Vanhout <roel@stack.be>
23954         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23956         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23957           src/preferences_gui.c:
23958         Added option to wrap around to beginning/end of file when on last bookmark
23959         and next/previous bookmark is pressed
23960         
23961 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23963         Patch from Philip Van Hoof <freax@pandora.be>
23964         
23965         * src/gnomefilelist.c:
23966         Added gimp like feature that changes the file extension of
23967         the filename entered in the selections when the file
23968         filter is changed.
23969         
23970 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23971         
23972         Patch from Roy Wood <roy.wood@filogix.com>
23973         
23974         * src/controls.c, src/find_text.c, src/find_text.h,
23975           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23976           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23977           
23978           Menuitem for entering currently selected text as find target,
23979           added key accel for "find next" and changed some key accels for
23980           other key for consistency.
23981           
23982         * src/utilities.c:
23983           Cleaned up code.
23984         
23985 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23987         * src/watch.c, src/watch.h, src/watch_cbs.c,
23988           src/watch_cbs.h, src/watch_gui.c:
23989         
23990           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23991         
23992           Added change watch entries feature
23993           and Watch entries modify on double click fixed.
23995 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23997         * src/mainmenu_callbacks.c:
23998         
23999           Project commit should not bypass dialog as
24000           we need to get the cvs log from the user.
24001           
24002 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24004         * src/project_dbase.c:
24005         
24006           Patch from Roy Wood <roy.wood@filogix.com>
24007           
24008           Fixed docking bug with the new docking patch
24009           to fix copy/paste bug.
24010           
24011 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
24013         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
24014           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
24015           src/main_menubar.h, src/main_menubar_def.h,
24016           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
24018           Added cvs project support. Featured bypass cvs dialog for
24019           cases where we don't need dialog (such as project and right
24020           click selection from file browser). Cleaned up cvs code to
24021           make them generic cvs operations instead of separate file
24022           and project operations. Added cvs log action. Increased
24023           file entry box width and enabled "unified diff" by default.
24024           Used Editor buffer for status and log and set hilite for
24025           these buffers including diff buffer (DIFF hilite).
24026           
24027 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
24029         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24031         * data: Added file autogen.sh.wxwin 
24032         * data/Makefile.am: Added entry for autogen.sh.wxwin
24033         * pixmaps: Added project image appwiz_wxwin.png
24034         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
24035         * src/appwizard_cbs
24036           src/compiler_options.c
24037           src/pixmaps.h
24038           src/project_dbase.c
24039           src/project_dbase.h
24040           src/project_import_cbs.c
24041           src/project_type.c
24042           src/source.c
24043           src/source.h
24044           src/wizard_gui.c: Added everything necessary for new
24045                             project type 'wxWindows (wxGTK)
24046         * src/project_dbase.c: Fixed a bug that caused every project
24047                                to be a glade project in dialog
24048                                                    'Project information'.
24050 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
24052         Patch submitted by Roy Wood <roy.wood@filogix.com>
24053         
24054         * src/anjuta_gui.c, src/message-manager-dock.c,
24055           src/project_dbase.c:
24056           
24057           fixed the copy/paste bug by rewriting dock/undock
24058           code.
24060 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
24062         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24063         
24064         * src/cvs*, src/Makefile.am:
24065           New file for CVS support. File operations currently work
24066           cvs login needs to be done. Project support is not yet
24067           started.
24069         * src/main_menubar*, src/mainmenu_callbacks,
24070           src/anjuta.c, src/anjuta.h:
24071           Added menus and functions for cvs commands.
24072           
24073         * src/text_editor_menu.h: 
24074           Added #include <gtk/gtk.h>
24075           
24076         * src/gotoline.h:
24077           Removed a warning (and this time it works ;-)
24079         * src/utilities.c, src/utilities.h:
24080           Added a utility function to retrieve directory
24081           name out of full path.
24083 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
24085         * src/executer.c: (create_executer_dialog): changed the default
24086           focus on the entry.
24088 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
24090         * widgets/gnomefilelist.c:
24091         Fixed duplicate history entries for the same directory.
24092           
24093 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24095         Fix for #520092.
24097         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
24098           it's already used by scintilla to delete the whole current line.
24100 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24102         Fix for #525107.
24104         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
24105           calls to fileselection_hide_widget,
24106           (on_open_filesel_cancel_clicked): removed.
24108         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
24109           (on_add_prjfilesel_cancel_clicked):
24111         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
24112           impl.
24114         * src/fileselection.c: Made some functions static.
24115           (fileselection_hide_widget): rewritten using the new
24116           gnome_filelist_set_multiple_selection function.
24118         * src/fileselection.c: (on_file_selection_delete_event): removed
24119           unuseful widget hides. Some cleanups,
24120           (on_file_selection_cancel_clicked): impl,
24121           (create_fileselection_gui): changed the cancel button clicked's
24122           callback to use this new function.
24124         * src/anjuta.c: (anjuta_new):
24125         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
24126           callbacks, because this the gnome filelist widget's job.
24128         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
24129           clist selection mode duplicates set,
24130           (gnome_filelist_key_press): use the new impl. function.
24132 2002-03-10  Stephane Demurget  <demurgets@free.fr>
24134         Fix for #441233.
24136         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
24137           fixed some bogus code using an array cell out of
24138           range, removed unecessary gettext usages.
24140         * src/appwiz_page2.c: (on_prj_name_entry_changed):
24141           some cleanups and now transform minus characters to
24142           underscores.
24144         * src/source.c:
24145           (source_write_configure_in),
24146           (source_write_toplevel_makefile_am),
24147           (source_write_desktop_entry),
24148           (source_write_glade_file):
24149         * src/project_dbase.c: (project_dbase_summon_glade),
24150           (project_dbase_generate_source_code):
24151         * src/glades.c: (gladen_write_glade_write):
24152           replaced some occurences of the target name by the
24153           project filename, using project_dbase_get_proj_name,
24154           to fix the name of some files.
24155           Fixed a lot of mem leaks.
24156           Various code cleanups.
24158 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24160         Merged with latest (1.44) scintilla.
24162         Added: - The calltip.<lexer>.end.definition property to display help
24163                  text on a second line of calltip.
24164                - The calltip.<lexer>.word.characters property to correctly find
24165                  calltips for functions that include characters like '$' which
24166                  is not normally considered a word character.
24167                - The use.monospaced property to determine initial state of
24168                  Use Monospaced Font setting.
24170         Bugs fixed: Too many to mention; please see :
24171                     http://www.scintilla.org/ScintillaHistory.html for the
24172                     full changes list.
24174         * scintilla/*/*: updated nearly all files.
24176         * TODO: removed the need of a scintilla merge.
24178         Merged with latest (1.44) SciTE properties.
24180         * data/properties/anjuta.properties: added the wrap, use.monospaced
24181           properties.
24183         * data/properties/html.properties: added a missing php extension, and
24184           updated php keywords to the latest reference.
24186         * data/properties/pascal.properties: added commands to compile, build
24187           and execute pascal applications.
24189         * data/properties/lua.properties: added styles for statements.
24191         * data/properties/bash.properties: added the declare keyword.
24193         Fixed distchecking.
24195         * global-tags/Makefile.am,
24196           global-tags/create-global-tags.sh: used some kind of ugly hack to
24197           make distchek work, since noone has proposed some better way.
24199         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
24200           and Ctrl-N replace Alt-N for new file according to the Gnome design
24201           reference.
24203 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24205         * widgets/gnomedirlist.c
24206         widgets/gnomedirlist.h
24207         widgets/gnomefilelist.c
24208         widgets/gnomefilelist.h:
24210         Added GPL headings in the file.
24212 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
24214         * src/attach_process.c
24215         src/attach_process_cbs.c
24216         src/attach_process_cbs.h
24217         src/attach_process_gui.c
24218         src/breakpoints.c
24219         src/breakpoints_cbs.c
24220         src/breakpoints_cbs.h
24221         src/breakpoints_gui.c
24222         src/commands.c
24223         src/compiler_options.c
24224         src/compiler_options_cbs.c
24225         src/compiler_options_cbs.h
24226         src/compiler_options_gui.c
24227         src/find_in_files.c
24228         src/find_in_files_cbs.c
24229         src/find_in_files_cbs.h
24230         src/find_in_files_gui.c
24231         src/find_replace.c
24232         src/find_text.c
24233         src/help.c
24234         src/preferences.c
24235         src/preferences_gui.c
24236         src/project_config.c
24237         src/src_paths.c
24238         src/src_paths_cbs.c
24239         src/src_paths_cbs.h
24240         src/src_paths_gui.c:
24241         
24242         Bugs #521629 and #522427 fixed. The problem was, that the
24243         escape-key was not catched and the dialog was hidden, but
24244         the flag was not set correctly.
24246         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
24247         using the gnome_dialog_close_hides()-setting present in most dialogs.
24248         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
24249         emits "close" and set the flag in the close-callback.
24251         Patch from: Jens Georg <mail@jensgeorg.de>
24253 2002-03-06  Stephane Demurget  <demurgets@free.fr>
24255         * src/*.{c,cpp}: s/string_free/g_free/
24257         * src/utilities.[ch]: (string_free): removed.
24259 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
24261         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24263         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
24264         src/mainmenu_callbacks.[ch]:
24265         Removed Project menu options: README, TODO, ChangeLog and NEWS
24266         Moved Save Build Messages to Build menu and only highlight it
24267         when there are build messages.
24268         Corrected a spelling: "mojority" -> "majority"
24269         Fixed initialisation of edit.edit_app_gui so now Edit menu
24270         can be shown when no project is loaded.
24272         * src/project_dbase.h: Removed prototype for static function
24274 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
24276         * src/text_editor.c: Editor is marked changed after
24277         autoformat. 
24278         
24279         Patch from: Jens Georg <mail@jensgeorg.de>
24281 2002-03-04 Roel Vanhout <roel@stack.be>
24283         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24285         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
24286         Added option to ignore binary files on 'Find in files' (grep -I option)
24288 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24290         * src/main.c:
24291         session restoration and commandline load in 
24292         gtk idle loop.
24293         
24294         * src/anjuta.[h,c], src/anjuta_cbs.c:
24295         Removed "clear windows menu" and prevented runtime 
24296         warnings.
24297         
24298         * src/compile.c, src/build_file.c, src/build_project.c,
24299         src/clean.c:
24300         Takes into account the preference setting for 
24301         show dialog when job completes. Dialogs are
24302         shown when it is enabled otherwise not.
24303         
24304 2002-03-03 Roel Vanhout <roel@stack.be>
24306         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24307         
24308         * src/find_text.c
24309         Store 'Find...' search string on search so that 'Find Next' will search for
24310         that string, even if the dialog hasn't been closed yet.
24312 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24314         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
24315         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
24316         src/main_menubar_def.h:
24317         
24318         Organized menus, removed "Windows" and "Utilities" menus from the
24319         menubar [they are no longer needed]. Also removed some extragenous
24320         separators.
24321           
24322 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
24324         * src/message-manager-private.cc:
24325         Set message clist selection mode to BROWSE.
24326         
24327         * src/message-manager.cc, src/an_symbol_view.c,
24328         src/an_file_view.c:
24329         Added Key navigation for the CTree and CList. Arrow left for
24330         node collapse, right for node expand, space (or enter) for
24331         activation (same as double click).
24332         
24333 2002-03-03 Roel Vanhout <roel@stack.be>
24334         
24335         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24336         
24337         * plugins/class-gen/clsGen.c
24338         Added functionality to semi-intelligently prefill filename
24339         boxes with names deduced from class name
24341 2002-02-26 lbell <lbell@tsc4.com>
24343         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
24344         * src/preferences_gui.c:
24345         Removed an incorrect use of gtk_misc_set_alignment().
24346         
24347         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
24348         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
24349         src/preferences.h, src/preferences_gui.c:
24350         
24351         Added the option to reload last open project at the startup.
24352         Added the possibility to open a new project without close
24353         an existing one
24354         
24355         * src/properties.cxx:
24356         Corrected a spelling mistake in message string.
24357         
24358         * src/session.c:
24359         Updated session functions.
24360            
24361 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
24363         * widgets/gnomefilelist.c: Bug fixes.
24364         
24365         Patch from Philip Van Hoof <freax@pandora.be>
24366         
24367 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24369         * src/an_file_view.c:
24370         anjuta was unable to open some files becuase they were not being
24371         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
24372         Removed mime checking when opening with anjuta, becuase it doesn't
24373         hurt to open binary files in anjuta (some even may want to do so).
24374         
24375         Added a warning when mime type is not set when "view with default
24376         viewer" is activated.
24377         
24378         * src/an_file_view.c, an_symbol_view.c:
24379         Converted N_() to _() where ever appropriate in the strings.
24380         
24381 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
24382         
24383         * src/appwizard_gui.c, src/appwizard_cbs.c
24384           src/wizard_gui.c/h, src/appwiz_page3.c,
24385           src/project_import_gui.c:
24386           
24387         Moved target type radiobuttons to appwiz. page 2
24388         
24389         * src/message-manager-private.cc
24390         Fixed a bug which caused a crash if next message function was used
24392         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24394 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24396         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
24397         Modifies the behaviour of Alt-TAB in Anjuta. This
24398         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
24399         edited files in the first items of the notebook.
24401         Patch from: Timothee Besset <timo@qeradiant.com>
24402         
24403 2002-02-24  Philip Van Hoof <freax@pandora.be>
24405         * widgets/gnomefilelist.c, gnomefilelist.h:
24406           Added filecompletion
24407           
24408         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24410 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
24412         * configure.in: Added "sk" to ALL_LINGUAS.
24414 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
24415   
24416         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
24417           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24418           src/wizard_gui.c: Added support for static and dynamic libs
24419         
24420 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
24422         * widgets/gnomefilelist.c:
24423           Fixed gnome_filelist_get_lastfilename so it no longer returns
24424           a corrupted path.
24426 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
24428         * src/resources.h, resources.c:
24429         Added url handler.
24431         * src/main_menubar_def.h, mainmenu_callbacks.c:
24432         Changed to use gnome configed url handler.
24434 2002-02-19  Philip Van Hoof <freax@pandora.be>
24436         * widgets/gnomefilelist.c
24437         Added PHP filetype.
24439 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
24441         * plugins/class-gen/clsGen.c:
24442         Added c++ support.
24443         
24444         * widgets/gnomefilelist.c:
24445         Gives the maximum space to the files section of the open file dialog.
24446         
24447         Patches from: lbell <lbell@tsc4.com>
24448         
24449 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
24451         * src/anjuta.c, main.c:
24452         Used tm_get_real_path in anjuta_get_full_filename();
24453         
24454 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
24455         
24456         * anjuta.prj: update version
24458 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24460         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24461           removed the amount arg and replaced with a NULL-ending list.
24462           (gnome_filelisttype_makedefaultlist): use the new prototype.
24464 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
24466         * src/about.c, THANKS: updated for new contributors
24467         
24468         * anjuta.prj: added new files
24469         
24470         * README: corrected some documentation, ctags no longer needed,
24471           pkgconfig now required
24472           
24473         * data/properties/others.properties: add .cvsdiff extension
24474         
24475         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
24476           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
24477           file import
24478           
24479         * doc/anjuta.1: added initial man page thanks to 
24480           Rob Bradford <rob@debianplanet.org> (NB build and install 
24481           needs work)
24482         
24483 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
24485         * src/Makefile.am: Cleaned handling of compiler flags by moving them
24486           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24487           warning flags. 
24488   
24489         * configure.in: Changed version to 0.1.10-pre
24490   
24491 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24493         * src/fileselection.c: (create_fileselection_gui): always display
24494           the directory creation button as we cannot rely on the dialog
24495           titlebar.
24497         * widgets/gnomefilelist.[ch]: fixed includes.
24499         * pixmaps/new_folder.xpm: resized, added a + sign.
24501 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24503         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24504           changed all extensions to begin with a dot.
24506 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24508         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24510         * THANKS: added Philip.
24512         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24514         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24515         * src/file_selection.[ch],
24516         * widgets/gnomefilelist.[ch]: added a filetype
24517           combobox to the Anjuta file dialog widget.
24519 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24521         * anjuta.spec.in: eep! the import script was not being installed by
24522           RPM - fixed for the release.
24524 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24526         Various cleanups and fixes for the next release to be able to make
24527         distcheck.
24529         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24530           much and make some tweaks plus cleanups.
24532         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24533           args to remove some warnings.
24535         * global-tags/Makefile.am,
24536           data/Makefile.am,
24537           src/Makefile.am: link against Anjuta static libs using the
24538           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24539           distcheck happy.
24541         * src/Makefile.am: ditto with all the Anjuta static libs.
24543         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24544           include, as we already include the whole directory for the build.
24546         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24547           
24548 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24550         * pixmaps/Makefile.am: icon for libglade project now installed
24551         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24552         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24553           breaking some build stuff
24554         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24555           include reference problems that showed up on make distcheck
24556         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24558 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24559         
24560         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24562 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24564         * src/message-manager-private.cc:
24565           The horizontal scrollbar now shows properly on demand.
24566         
24567 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24569         * src/dnd.c fixed some warnings
24570         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24571           and works. It is shown always at the moment but before it was
24572           shown on demand and did never work. 
24574 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24576         * src/anjuta.c: Fixed a crash bug.
24577           patch from: Jens Georg <mail@jensgeorg.de>
24579 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24581         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24582           reports a problem with missing end tags on <graphic>
24584 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24586         * manuals/C/ChangeLog: removed since it was never used
24587         * manuals/C/anjuta-manual/*: more updates, new screenshots
24588         * anjuta.prj: updated for new manuals/ structure
24590 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24592         * source.c, compiler_options.[c/h]:
24593           Fixed bug #460321 "Problem with optimization options" 
24594           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24595         
24596 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24598         * NEWS: prepared for release, need to fill in date
24599         * data/welcome.txt: version number updated
24601 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24603         * src/text_editor_menu.c, src/an_file_view.c, 
24604           src/an_symbol_view.c: marked strings for translation
24605         
24606         * src/defaults.c, data/properties/xml.properties:
24607           *.omf and *.xsl files should use XML highlighting
24608           
24609         * manuals/C/anjuta-manual/*:
24610           - restructured so that files have more meaningful names
24611             and are easier to edit (see anjuta-manual.sgml for the
24612                 ordering)
24613           - updated some screenshots
24614           - continued rewrite
24616 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24618         * main.c: Made a workaround to remove the old
24619         anjuta gnome config file (older than 9 Feb 2002). This
24620         will fix the bug which never lets the brower toolbar shown.
24621         
24622         * main.c: In fact, the above solution wouldn't work in all
24623         cases. Therefore, here is the better fix, which works by
24624         detecting the version of the old config file and deleting
24625         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24626         
24627 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24629         * HACKING: added info on submitting patches
24631 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24633         * src/project_import_gui.c, src/project_import.c:
24634           - If Project Import Wizard is canceled everything is 
24635                 cleaned up now.
24636           - Back button is now insensitive on page 3 (some problems: 
24637                 see TODO in project_import_qui.c:284
24638           - Menu frame is insensitive if project type != GNOME(mm)
24640 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24642         * src/main.c: Fixed bug #  (Unable to open files on
24643         double click in project window from second trial onwards when
24644         the project is opened from command line).
24645         
24646         * po/POTFILES.in: Removed tags_manager.[h,c]
24647         
24648 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24650         * src/preferences.c:
24651           A quick hack to fix the 'invisible' browser toolbar when
24652           upgrading from 0.1.8 to 0.1.9
24653           
24654         * src/anjuta.c:
24655           Fixed toolbar names which were causing confusions in the toolbar
24656           show/hide.
24657           
24658         * src/main.c:
24659           Substituted "anjuta" with PACKAGE
24660           
24661         * src/project_import_gui.c: 
24662           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24663           
24664         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24665           Added new files and removed obsolete ones.
24666           
24667 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24669         * src/appwizard_cbs.c, project_import_cbs.c, 
24670           main_menubar_def.h, project_import_gui.c: 
24671           updates to message strings and layout for the 
24672           import wizard.
24673           
24674         * text_editor_cbs.c: fix for the tab menu entries for 
24675           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24677 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24679         * src/toolbars.c,
24680           src/toolbars.h,
24681           src/anjuta_gui.c,
24682           src/controls.c:
24683           
24684           Tag dropdown exclusive (takes
24685           all space in the toolbar) and never vertical and
24686           increased the width of the tag combo to 256 pixs.
24687           Toolbar separator before the combo and button.
24688           Added tags label before the tag button.
24689           Reorganized the dock bands for the toolbars.
24690           
24691         * src/project_import_gui.c
24692           src/project_import.c:
24693           Fixed an error and removed an unused variable.
24694           
24695         * data/properties/anjuta.properties:
24696           Removed the property for the old toolbar and set
24697           browser toolbar show to default.
24698           
24699         * src/project_dbase.c: excluded modules were not
24700           loaded. Fixed.
24701           
24702         * src/source.c:
24703           No build files will be written if the project is blocked.
24704           
24705         * src/project_import.c,
24706           src/project_import_cbs.c,
24707           src/project_gui.c,
24708           src/wizard_gui.c:
24709           
24710           Manually applied Johannes patch to fix some memory
24711           issues and gui clean up.
24712           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24713         
24714         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24715           Fixed a bad bug with remove file from project because of
24716           files were never removed properly from the project and
24717           from the tagmanager.
24718           
24719         * src/appwiz_page3.c: Disabled unused codes to clear
24720           compiler warnings.
24721           
24722 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24724         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24725         
24726         * data/Makefile.am
24727           pixmaps/Makefile.am
24728           src/Makefile.am
24729           src/an_file_view.c
24730           src/an_symbol_view.c
24731           src/anjuta.c
24732           src/anjuta.h
24733           src/anjuta_cbs.c
24734           src/anjuta_gui.c
24735           src/controls.c
24736           src/main_menubar.c
24737           src/main_menubar.h
24738           src/main_menubar_def.h
24739           src/mainmenu_callbacks.c
24740           src/mainmenu_callbacks.h
24741           src/pixmaps.h
24742           src/project_dbase.c
24743           src/project_dbase.h
24744           src/text_editor.c
24745           src/text_editor_menu.c
24746           src/text_editor_menu.h
24747           src/toolbar.c
24748           src/toolbar.h
24749           src/toolbar_callbacks.c
24750           src/toolbar_callbacks.h :
24751           
24752           Patch submitted by:
24753           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24754           
24755           Removes the Tags toolbar and substituted it with
24756           tags combo dropdown list. Fixes a couple of bugs.
24757           
24758           Moved the tag combo to browser toolbar because
24759           main toolbar was becoming too long.
24760           Made a new icon of tag toolbar.
24761           
24762         * po/zh_TW.po: Fixed bug.
24763           
24764         * pixmaps/an_tag.xpm: Added new file.
24766 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24768         * src/project_import_gui.c: Reorganized project
24769         import gui page 2.
24770         
24771 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24773         * HACKING: added info on creating windows and dialogs
24775 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24777         * src/tm_file_view.c:
24779           Sorts the file list at the end instead of doing sort-insert
24780           to improve performance.
24781           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24783         * src/project_dbase.c: Resolved a conflict from
24784           Johannes's patch.
24785           
24786         * src/project_import.c:
24787         
24788           Fixed to use anjuta_import.sh for the bin dir and
24789           not from the data dir.
24790         
24791           Used anjuta_is_installed() function to verify a the command's
24792           executability.
24793         
24794           Fixed import command to use sh (which is more general and is
24795           gauranteed to be found in any unix system :-)). Also, added
24796           double quotes around the import directory.
24797         
24798           Changed some strings for better translations (like avoiding
24799           duplicates).
24800           
24801           Fixed the reading of wrong target type.
24802           
24803         * src/control.c: Insensitive "import project" when there is
24804           a project open.
24805           
24806         * src/project_import_cbs.c:
24807           
24808           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24809           Fixed selection of gettext checkbox.
24810           Sets the menu entries.
24811           
24812 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24813         
24814         * src/appwiz_page[1-4].c
24815         * src/appwiz_gui.c
24816         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24817         be able to reuse it.
24818         
24819         * src/mainmenubar.[c/h]
24820         * src/mainmenubar_def.h
24821         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24822         menu item
24823         
24824         * src/message-manager.c: Fixed bug 509192
24825         * src/message-manager-dock.c: Added accel_group if window is undocked
24826         
24827         * src/project_dbase.[c/h]: Splitted opening code to be able
24828         to use it without an open file dialog
24829         (Maybe I broke Naba's changes, please take a look)
24830                         
24831         * src/project_import.[c/h]
24832         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24833         
24834         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24835         import wizard
24837 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24839         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24840           string cleanups
24841           
24842         * manuals/C/anjuta_manual/*: started rewrite of the 
24843           manual, updated some screenshots
24845 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24847         * src/gnomefilelist.h, src/gnomefilelist.c:
24848         
24849           Fixed multiple selection bug (#497085). The OK button is
24850           sensitive when in multiple mode, if the no. of
24851           selection is one or more.
24852           
24853           Toggle between single and multiple selection mode
24854           and multiple mode display.
24855           
24856           Fixed strings to translable strings.
24857           
24858           Fixed some compiler warnings by commenting out
24859           unused functions.
24860           
24861 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24863         * src/project_dbase.c: App status bar now updates
24864           with the project name when the project is loaded.
24865         
24866         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24867           
24868           Puts the directories at the top. They're also sorted now.
24869           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24870         
24871 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24873         * scripts/anjuta_import.sh.in: Added file.
24874         * scripts/anjuta_import.sh: Removed file.
24876         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24877           Updated files.
24878           
24879         * src/main_menubar_def.h:
24880         
24881           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24882           reflect the opposite of Find (CTRL+F) and also to leave
24883           CTRL+R or Redo.
24884           
24885           Changed Glade summon with ALT+G, which frees the ATL+E
24886           for poping up the edit menu.
24887           
24888         * src/Makefile.am: Debugging link flags by Biswa, removed.
24890 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24892         * HACKING: added information on best practices for writing
24893           application messages and GUI labels
24894           
24895         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24896           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24897           src/clean_project.c, src/compile.c, 
24898           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24899           src/configurer.c, src/debugger.c, src/executer.c, 
24900           src/find_in_files.c, src/find_in_files_cbs.c, 
24901           src/find_replace.c, src/find_text.c, src/glades.c, 
24902           src/gnome_project.c, src/goto_line.c, src/main.c, 
24903           src/main_menubar.c, src/main_menubar_def.h, 
24904           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24905           src/project_config.c, src/project_dbase.c, 
24906           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24907           src/support.c, src/tags_manager.c, src/text_editor.c, 
24908           src/text_editor_gui.c, src/text_editor_menu.c, 
24909           src/toolbar_callbacks.c, src/utilities.c: 
24910           lots of minor message updates to make them more user-friendly 
24911           and consistent
24913 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24915         * src/executer.c:
24916         
24917           Because of the spaces escaping, the command could not be
24918           executed when run without terminal. Now fixed.
24919           
24920         * anjuta.prj, Makefile.am:
24921         
24922           Added anjuta project file.
24923         
24924 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24926         * src/message-manager-private.h, message-manager-private.cc,
24927           message-manger.cc:
24928           
24929           Added freeze() and thaw() for the message window class to
24930           speed up the message manager update.
24931         
24932         * src/project_config.h, project_config.c,
24933           src/project_dbase.h, project_dbase.h
24934           scripts/anjuta_project.template:
24935           
24936           Added two new prject attributes: project.config.blocked and
24937           project.excluded.modules. The former will make sure that users
24938           are not given any previlidge in enabling the 'overwrite build
24939           files' flags and the later issues a list of modules in the project
24940           to be skipped for symbol browsing and project listing.
24941         
24942         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24943         
24944           Modified script to read the template from the anjuta data dir
24945           rather than from the directory in which the script exist. Otherwise,
24946           Being transfered to the bin dir, the script will not be able to
24947           find the template when it is run.
24948           
24949           The script is also create with configure.in to set in the anjuta
24950           data dir path inside the script.
24951           
24952 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24954         * po/fr.po: updated to the latest sources.
24956 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24958         * scripts/Makefile.am:
24959           anjuta_import.sh goes with distribution.
24960           
24961         * po/*.po: They seem to have updated (merged with
24962           anjuta.pot) automatically when I did "make dist".
24963           
24964 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24966         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24967           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24968           the compiler options dialog.
24969         
24970         * ChangeLog:
24971           Correct todays date. :)
24972           
24973         * scripts/Makefile.am:
24974           Installs anjuta_import.sh in $(prefix)/bin dir and
24975           is treated as an executable.
24976           
24977 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24979         * Fix for bug #499373
24980         
24981         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24982           java, properties, latex.properties, lua.properties, others.properties,
24983           perl.properties:
24984           
24985           Added double-quotes around file arguments so that
24986           filenames with spaces could also work.
24988         * launcher/anjuta-launcher.c, executer.c:
24989           Escaped quotes in the cammand and it's arguments before executing
24990           so that args with spaces can also work.
24991           
24992           Commented #DEBUG switch.
24993           
24994 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24996         * scripts/*: Added files which I forgot previously.
24997         
24998         * src/aneditor.h: Lined up commands definition for better look.
24999         
25000         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
25001           main_menubar.h, control.c:
25002           Added three more convert EOL chars submenu items in transform.
25003           Reformatted some some.
25004         
25005         * data/anjuta.properties:
25006           Reformatted a line.
25007         
25008         * src/aneditor.h, aneditor.c:
25009           Added three commands (with definitions) for EOL conversions.
25010           
25011         * src/text_editor.c:
25012           Editor detects file mode from the file content and
25013           set the editing mode to CR/LF/CRLF automatically.
25014           Refined Dos mode extrageneous chars filter
25015           This will make sure that filter works only in Dos mode and not
25016           in other modes.
25017           
25018         * src/anjuta.c: Editor mode display in status bar.
25019         
25020         * src/preferences_gui.c: Changed the string for dos mode
25021           filter to more sensible string.
25022         
25023         * src/aneditor.c: Default editor mode sets during widget creation
25024           and not everty time the properties are loaded. This makes sure
25025           that the auto-detected mode is not overridden by the default mode.
25026           
25027         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
25028         
25029         * src/anjuta.c: Fixed bug #476028.
25030           Now anjuta also searches for file relative to top project dir,
25031           when the project is open.
25032         
25033         * src/anjuta_cbs.c: Fixed bug #499536.
25034           File is not closed if it is not able to save the file properly.
25035           
25036         * src/mainmenu_callbacks.c: Fixed bug #499536.
25037           Newfiles (which are not modified) are also closed on "close all files".
25038         
25039 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25041         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
25042         
25043         * tagmanager/tm_source_file.c, regex.c, parse.c:
25044           defined and delimited g_messages within #debug.
25045           
25046         * src/preferences.c, data/anjuta.properties:
25047           saved/defied message-manager tag position in string.
25048           Message tag possition is saved between sessions. And
25049           and tag position bottom as default.
25050           
25051 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
25053         Patch submitted by:
25054         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25056         * Makefile.am
25057           configure.in
25058           data/Makefile.am
25059           data/properties/Makefile.am
25060           global-tags/Makefile.am
25061           pixmaps/Makefile.am
25062           src/Makefile.am
25063           src/an_file_view.c
25064           src/an_file_view.h
25065           src/an_symbol_view.c
25066           src/an_symbol_view.h
25067           src/anjuta.c
25068           src/anjuta_cbs.c
25069           src/file_history.c
25070           src/file_history.h
25071           src/message-manager-private.cc
25072           src/pixmaps.h
25073           src/project_dbase.c
25074           src/project_dbase_gui.c
25075           src/tags_manager.c
25076           src/text_editor.c
25077           src/utilities.c
25078           src/utilities.h
25079           src/watch_gui.c:
25080         
25081           Modified files.
25082         
25083         * scripts/*
25084           pixmaps/sv_class.xpm
25085           pixmaps/sv_function.xpm
25086           pixmaps/sv_macro.xpm
25087           pixmaps/sv_private_fun.xpm
25088           pixmaps/sv_private_var.xpm
25089           pixmaps/sv_protected_fun.xpm
25090           pixmaps/sv_protected_var.xpm
25091           pixmaps/sv_public_fun.xpm
25092           pixmaps/sv_public_var.xpm
25093           pixmaps/sv_static_fun.xpm
25094           pixmaps/sv_static_var.xpm
25095           pixmaps/sv_struct.xpm
25096           pixmaps/sv_unknown.xpm
25097           pixmaps/sv_variable.xpm
25098           pixmaps/fv_core.xpm
25099           pixmaps/fv_text.xpm
25100           pixmaps/filestoremove.txt:
25101         
25102           New files.
25103         
25104         * pixmaps/class.xpm
25105           pixmaps/function.xpm
25106           pixmaps/fv_autofile.xpm
25107           pixmaps/fv_doc.xpm
25108           pixmaps/fv_i18n.xpm
25109           pixmaps/fv_source.xpm
25110           pixmaps/private_func.xpm
25111           pixmaps/private_var.xpm
25112           pixmaps/protected_func.xpm
25113           pixmaps/protected_var.xpm
25114           pixmaps/public_func.xpm
25115           pixmaps/public_var.xpm
25116           pixmaps/struct.xpm
25117           pixmaps/variable.xpm
25118         
25119           Removed files.
25120         
25121         * tagmanager/*/*:
25122         
25123           Upgraded to tagmanager-0.7
25125 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
25126         * src/anjuta_cbs.c: Fixed bug #506441
25127         * src/watch_gui.c: Changed layout of eval dialog so that
25128         it fits on a 800x600 desktop with German translation. 
25130 2002-01-23      Andy Piper <andy.piper@freeuk.com>
25132         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
25133         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
25134           icon for new project type (thanks to Misha)
25135         * configure.in: build and install Danish translation
25136         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
25137           credits to cover new patches and translations
25139 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
25140         
25141         * src/preferences.c, src/message-manager.cc, src/project_type.c,
25142           src/appwiz_page1.c:
25143         
25144       - Font preferences are restored properly now (\n was missing)
25145           - Dock menu label of message-manager is "Dock/Undock" instead
25146           of "Dock|Undock" to match with the rest of anjuta.
25147           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
25148           changed it in anjuta, too 
25150 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25152         * tagmanager/tm_source_file.c,
25153           tagmanager/parse.c,
25154           tagmanager/tm_project.c,
25155           src/an_symbol_view.c,
25156           src/anjuta.c:
25157           
25158           Disabled debug warnings.
25160 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25162         * src/appwiz_page1.c
25163           src/compiler_options.c
25164           src/project_dbase.c
25165           src/project_dbase.h
25166           src/project_type.c
25167           src/source.c
25168           src/source.h:
25169           
25170           New project type named LibGlade.
25171           
25172           Patch submitted by:
25173           Dick Knol <dknol@gmx.net>
25175         * src/gnome_prj.c:
25176           Commented out unused pixmap creation. May be it
25177           will fix the crash in project creation.
25178           
25179 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
25181         * src/registers.c
25182           src/registers.h
25183           src/registers_cbs.c
25184           src/registers_cbs.h
25185           src/registers_gui.c
25186           src/sharedlib.c
25187           src/sharedlib.h
25188           src/sharedlib_cbs.c
25189           src/sharedlib_cbs.h
25190           src/sharedlib_gui.c
25191           src/signals.c
25192           src/signals.h
25193           src/signals_cbs.c
25194           src/signals_cbs.h
25195           src/signals_gui.c
25196           src/stack_trace.c
25197           src/stack_trace.h
25198           src/stack_trace_cbs.c
25199           src/stack_trace_cbs.h
25200           src/stack_trace_gui.c
25201           src/text_editor.c
25202           src/watch.c
25203           src/watch.h
25204           src/watch_cbs.c
25205           src/watch_cbs.h
25206           src/watch_gui.c
25207           
25208           Fixed bug #496290: Attach/detach removed from these
25209           windows as they are never implemented.
25210           
25211           Patch submitted by:
25212           Johannes Schmid <johannes.schmid@gmx.de>
25213           
25214 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
25216         * src/anjuta.c,
25217           src/anjuta_cbs.c:
25218           
25219           Fixed bug:
25220           when you right click on the tabs, a list of filenames are given
25221           out, but now it gives a list of "page 1", "page 2", etc...
25222           
25223           Patch submitted by: 
25224           Jens Georg <mail@jensgeorg.de>
25226         * anjuta.in.in: Removed c|c++ because, it was not necessary
25227           and was causing translation problem.
25228           
25229         * plugins/class-gen/clsGen.c:
25230           removed "'" for the same reason.
25231           
25232 attached the fix for the menu
25235 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25237         * src/preferences.h,
25238           src/preferences.c,
25239           src/preferences_gui.c:
25240           
25241           Adds the functionality to Anjuta to auto save your unsaved
25242           files before you build a project.
25244           Patch submitted by: 
25245           jason <jason_williams@suth.com>
25246           
25247         * src/anjuta.[h,c]:
25248           Added function for save all files.
25249         
25250         * src/mainmenu_callbacks.c:
25251           Modified to use the above function.
25252         
25253         * src/build_project.c:
25254           Save all files before build if it is set in the
25255           preferences.
25257 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
25259         * src/message-manager-private.cc
25260           src/message-manager-private.h
25261           src/message-manager.cc:
25262           
25263           Message-manager now restores the tabs which were shown on startup.
25264           The terminal is now created on demand (as requested by Biswa)
25265           and I have removed some debug messages.
25266           
25267           Patch submitted by: 
25268           Johannes Schmid <johannes.schmid@gmx.de>
25270 2002-01-13  Stephane Demurget  <demurgets@free.fr>
25272         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
25273           proper tabs keyboard navigation.
25275         * src/an_symbol_view.c,
25276           src/anjuta_cbs.c,
25277           src/gnome_project.c,
25278           src/project_dbase.c,
25279           src/tags_manager.c: removed some debugging display.
25281 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
25283         * src/message-manager-dock.c
25284           src/message-manager-private.cc
25285           src/message-manager-private.h
25286           src/message-manager.cc
25287           src/preferences.c
25288           src/preferences.h
25289           src/preferences_gui.c:
25290           
25291           Patch submitted by: 
25292           Johannes Schmid <johannes.schmid@gmx.de>
25293           
25294           This patch adds a tab to the notebook of the preferences-dialog
25295           where you can change the colors, the tab position of the new
25296           message manager. Also the truncate messages stuff has moved
25297           from misc tab to messages tab.
25299           Also improved the remembering position stuff of message manager.
25300           
25301         * data/internal.properties,
25302           Added definitions for messages colors and tag position.
25303           
25304         * src/message_manager.cc:
25305           Fixed a bug that never lets the messages panes to get cleared.
25306           Added wmclass setting for the message window. Fixed a bug in
25307           which the message window was not being shown.
25308         
25309         * src/tag_manager.c: Fixed printing of (NULL) in the debug
25310           output and disabled it.
25312         * src/anjuta.c: Preferences created and loaded before anything else.
25313           anjuta now recognizes messages colors on startup and initializes
25314           them.
25315         
25316 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
25318         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
25320 2002-01-09  Stephane Demurget  <demurgets@free.fr>
25322         * pixmaps/file_c.xpm,
25323           pixmaps/file_cpp.xpm,
25324           pixmaps/file_file.xpm,
25325           pixmaps/file_h.xpm,
25326           pixmaps/file_html.xpm,
25327           pixmaps/file_i18n.xpm,
25328           pixmaps/file_icon.xpm,
25329           pixmaps/file_pix.xpm,
25330           pixmaps/fv_doc.xpm,
25331           pixmaps/fv_i18n.xpm,
25332           pixmaps/fv_image.xpm,
25333           pixmaps/fv_source.xpm,
25334           pixmaps/fv_unknown.xpm: made these icons transparent.
25336 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
25338         * launcher/anjuta_launcher.c: updated message strings
25339         * src/message-manager-dock.c: added newline at end to avoid compile warning
25340         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
25341         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
25342           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
25343           entries for username and Python-style GPL notice
25344         * HACKING: added info on files to change to update Insert menu
25346 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25348         * src/project_dbase.c,
25349           src/an_file_view.c,
25350           src/an_symbol_view.c:
25351           Changed the CTree expander style to square and
25352           line style to Dotted line.
25353           
25354         * po/POTFILES.in: Removed and Added translable files.
25356 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25358         * ccview/.cvsignore: Removed.
25359         
25360 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25362         * ccview/
25363                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
25364                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
25365                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
25366                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
25367                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
25368                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
25369         
25370         Removed ccview module because it is no longer needed.
25372 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25374         * src/project_dbase.c:
25375           Shifted structure initialization in project_dbase_new()
25376           before anything else, otherwise it was crashing due to
25377           uninitialized values.
25378         
25379         * src/an_symbol_view.c:
25380           Disabled high volume debug output.
25382 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25383         
25384         Applied a very heavy patch from:
25385         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25387         * Makefile.am
25388         configure.in
25389         pixmaps/Makefile.am
25390         src/Makefile.am
25391         src/aneditor.cxx
25392         src/aneditor.h
25393         src/anjuta.c
25394         src/anjuta.h
25395         src/commands.c
25396         src/commands.h
25397         src/compile.c
25398         src/compile.h
25399         src/controls.c
25400         src/defaults.c
25401         src/fileselection.c
25402         src/main_menubar.c
25403         src/main_menubar.h
25404         src/main_menubar_def.h
25405         src/mainmenu_callbacks.c
25406         src/mainmenu_callbacks.h
25407         src/project_dbase.c
25408         src/project_dbase.h
25409         src/project_dbase_gui.c
25410         src/tags_manager.c
25411         src/text_editor_menu.c
25412         src/toolbar_callbacks.c
25413         tagmanager/Makefile.am
25414         tagmanager/ctags.c
25415         tagmanager/include/Makefile.am
25416         tagmanager/include/tm_project.h
25417         tagmanager/include/tm_symbol.h
25418         tagmanager/include/tm_tag.h
25419         tagmanager/include/tm_tagmanager.h
25420         tagmanager/include/tm_workspace.h
25421         tagmanager/tm_project.c
25422         tagmanager/tm_source_file.c
25423         tagmanager/tm_symbol.c
25424         tagmanager/tm_tag.c
25425         tagmanager/tm_workspace.c
25426         widgets/Makefile.am: Modified.
25427         
25428         * src/an_file_view.[c,h],
25429           src/an_symbol_view.[c,h],
25430           src/file_history.[c,h],
25431           src/support.[c,h],
25432           widgets/scroll-menu.[c,h],
25433           tagmanager/tm_file_entry.c
25434           tagmanager/include/tm_file_entry.h: Added new files.
25435           
25436         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25437         private_func.xpm, public_func.xpm,
25438         class.xpm, fv_exec.xpm, fv_unknown.xpm,
25439         private_var.xpm, public_var.xpm,
25440         function.xpm, fv_i18n.xpm, macro.xpm,
25441         protected_func.xpm, struct.xpm,
25442         fv_autofile.xpm, fv_image.xpm,
25443         ofolder.xpm, protected_var.xpm, variable.xpm:
25444           Updated and Added pixmap files.
25446         Features:
25447         ---------
25448         a) Removes CCView dependency.
25449         b) Improves the terminal.
25450         c) Adds tag navigation context menus.
25451         d) Upgrades tagmanager to latest version.
25452         e) Miscellaneous small additions.
25454 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25456         * src/project_dbase_gui.c: Fixed crash of anjuta
25457         when project first created.
25458         
25459         * src/gnome_project.c: It now updates the tags manager
25460         when new projects are created.
25461         
25462 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25464         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25465           for this big patch.
25466         
25467         * src/messages.[c,h]: Removed files.
25469         * src/message-manager.[cc,h],
25470           src/message-manager-dock.[c,h],
25471           src/message-manager-private.[cc,h]
25472           New files.
25474         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25475           src/build_project.c, src/clean_project.c, src/compile.c
25476           src/configurer.c, src/debugger.c, src/find_in_files.c
25477           src/mainmenu_callbacks.c, src/preferences.h
25478           src/preferences_gui.c, src/properties.h
25479           src/utilities.c, src/utilities.h:
25480           The new messages widget.
25481           New features:
25482             - Use of GtkNotebook instead of ToggleButtons
25483               and show/hide
25484             - Popupmenu to show and hide message types and
25485               to dock/undock in detach mode
25487           All other things should work as they did with the
25488           old message window. Currently the keyboard short-cuts
25489           do not work in detached mode.
25490           
25491           Some functions in utitlities.[c,h] changed.
25492           so that they take const arguments where this is possible
25493           
25494         * src/Makefile.am, po/POTFILES.in:
25495           Removed messages.[c,h] and
25496           added message-manager.[cc,h], message-manager-dock.[c,h],
25497           message-manager-private.[cc,h]
25498           
25499         * src/message-manager.h: Removed "include <bonobo.h>"
25500           and added a newline at the end of the file.
25501           
25502         * src/message-manager-private.cc:
25503           Set clist's width setting to Automatic.
25504           Set scroll window's scroll bars to Automatic.
25505           
25506 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25508         * text_editor_menu.c:
25509           Fixed misalignment of the function sub menu
25510           in the text editor pop up menu.
25511           
25512 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25513         
25514         * src/text_editor.c: Fixed a compiler warning.
25515         
25516 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25518         * THANKS, manuals/*/authors.sgml: updated for new translations
25519         * plugins/class-gen/clsGen.c: converted messages to English
25520         * src/about.c, src/main_menubar_def.h: string updates
25522 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25524         * src/anjuta.c
25525           src/anjuta_cbs.c
25526           src/text_editor.c
25527           src/mainmenu_callbacks.c
25528           src/text_editor.h
25529           src/text_editor.c
25530           src/text_editor_cbs.c
25531           src/text_editor-gui.c:
25532           
25533           Earlier code for adding 'cross' button
25534           for closing pages were too error prone and unorganized.
25535           Cleaned up the code and shifted the 'extra' widgets
25536           creation (eg. close button, close_pixmap and lable)
25537           from anjuta to text_editor. This takes care of proper
25538           widgets creation and destruction. Otherwise, anjuta
25539           was crashing at too many points, especially related
25540           to docking and undocking.
25541           
25542 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25544         * src/aneditor.cxx: removed debugging code.
25546         * data/properties/.cvsignore: added swap files.
25548 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25550         * src/anjuta.c
25551           src/anjuta_cbs.c:
25552           Fixed Crashing of anjuta when a new file is saved as
25553           different file.
25554           
25555 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25557         * src/aneditor.c: Some debug codes around.
25558         
25559         * data/internal.properties, data/anjuta.properties: Removed.
25560           data/properties/Makefile.am:
25561           data/properties/ada
25562           data/properties/cs
25563           data/properties/make
25564           data/properties/rc
25565           data/properties/html
25566           data/properties/ruby
25567           data/properties/baan
25568           data/properties/idl
25569           data/properties/pascal
25570           data/properties/sample
25571           data/properties/bash
25572           data/properties/java
25573           data/properties/perl
25574           data/properties/sql
25575           data/properties/conf
25576           data/properties/latex
25577           data/properties/props
25578           data/properties/vb
25579           data/properties/cpp
25580           data/properties/lua
25581           data/properties/python
25582           data/properties/xml
25583           data/properties/others
25584           data/properties/.cvsignore:
25585             Added files. Properties now splitted into small files
25586             for each language.
25588         * data/Makefile.am
25589           configure.in: Update the removal and added properties module.
25591         * src/preferences.c: preferences_new(): Updated to reflect the
25592           new properties files organization.
25593           
25594         * src/Makefile.am: Added Baan Lexer.
25596 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25598         * src/aneditor.cxx: readded the baan lexer. 
25600         * src/preferences.c: fixed translated messages and a typo.
25602         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25603           confusing the regexp usage in xml-i18-merge.
25605 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25607         * src/project_dbase.c: tidied some messages, and spotted a typo in
25608           the reading of properties which prevented the project version from
25609           ever being reported in the Project Information window - fixed :)
25611         * po/POTFILES.in: removed syntax.h
25613 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25615         * data/internal.properties: fixed baan properties.
25616           Added all ada properties.
25618         * src/main_menubar_def.h,
25619           src/lexer.h,
25620           src/aneditor.cxx,
25621           src/utilities.[ch]: added support for the Ada highlight style.
25623 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25625         * plugins/*/.cvsignore: updated.
25627 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25629         * src/syntax.h,
25630           src/text_editor.c,
25631           src/Makefile.am: removed the empty header syntax.h.
25633 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25635         * main_menubar.c:
25636         Stef's observation on the 'superfluous' hseparators in the recent
25637         files and projects is fully justified -- removed.
25638         
25639         * main_menubar_def.h:
25640         Changed "Plug Ins" to "Plugins" in the menu label.
25641         
25642         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25643         Added class-gen in the configure output and class-gen module.
25644         
25645         * data/internal.properties:
25646         Correct mis-spelled "jave" to "java".
25647         Added file.is.source for *.h, *.c, *.cpp properties.
25648         
25649         * global-tags/Makefile.am:
25650         "chmod +x create_global_tags.sh" before it is executed, because
25651         there is very high chance that it will be found "-x" and resulting
25652         in error
25654 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25656         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25657         for the backtrace.
25659         * src/gnome_project.c: (create_new_project): if the user doesn't
25660           select any icon, it doesn't have any extension and thus we can't
25661           use it in printf on Solaris, since the %s modifier use strlen to
25662           know the string length and then crash. On Linux, gcc checks the value
25663           of the pointer to be NULL and write "(null)" if necessary. We can't
25664           rely on that.
25666         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25667           don't need to have the directory icon but the generic one.
25669 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25671         Merged with latest (1.42) scintilla.
25673         Added: Support for the {load,save}.on.(de)activate properties.
25674                The PHP lexer to match keywords case insensitively.
25675                Baan lexer.
25676                Experimental supports for changeable style attribute & line
25677                wrapping.
25678                
25679         Updated: Both the C++ and HTML lexers.
25680                  More shell keywords added.
25681                  Horizontal scrolling and diplay of long lines optimised.
25682                  Cursor setting optimised.
25684         Bugs fixed: Caret movement over folded lines.
25685                     Selection tracking in 2ndary views when doing modifications.
25687         * scintilla/CallTip.{cxx.h},
25688           scintilla/ContractionState.{cxx,h},
25689           scintilla/Document.{cxx,h},
25690           scintilla/Editor.{cxx,h},
25691           scintilla/KeyWords.cxx,
25692           scintilla/LexHTML.cxx,
25693           scintilla/PlatGTK.cxx,
25694           scintilla/RESearch.cxx,
25695           scintilla/ScintillaBase.cxx,
25696           scintilla/ScintillaGTK.cxx,
25697           scintilla/Style.{cxx,h},
25698           scintilla/StyleContext.h,
25699           scintilla/ViewStyle.cxx,
25700           scintilla/include/*.h: updated.
25702         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25704         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25705           should have been told to the scintilla team. We're lucky I read the
25706           ChangeLog and the modifications of the lexer (thanks to the Gnome
25707           bonsai for this ;)
25709         * data/internal.properties: added Baan definitions.
25710           Fixed some issues for C such as *_cast directive, that are only
25711           available with C++.
25712           Updated C++, HTML and shell scripts definitions.
25713           Updated Ada and Bullant, that have been forgotten.
25715         * src/main_menubar_def.h,
25716           src/lexer.h,
25717           src/aneditor.cxx,
25718           src/utilities.[ch]: added support for the Baan highlight style.
25720 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25722         Polished the plugins menu behaviour and added a tearoff
25723         menuitem to the recent entries submenu.
25725         Note: The recent entries list seems to be too height
25726               with all these superfluous hseparators.
25728         * src/main_menubar.c: Polished, making some
25729           functions declarations static and cleaning some code.
25731           (create_submenu_plugin): removed the extra
25732           plugins entry and the horizontal separators.
25734           (on_plugins_menu_realize): the plugins menu is only
25735           shown if there's at least one available.
25737           (create_submenu*): added a tearoff menuitem to have
25738           a more homogeneous menu style. For now, it doesn't
25739           take care of user settings (but it was even worse
25740           before :).
25742 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25744         * configure.in: added the packageplugindir variable to avoid
25745           installing the plugins in $(prefix). It's not the same path as
25746           anjuta 2 to allow parallel installation.
25748 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25749         Fix a reopened part of bug #440676: keyboard navigation between the
25750         different text buffers. Changed to a more global approch. 
25752         * src/notebook.[ch]: removed.
25754         * src/Makefile.am: removed notebook.[ch]
25756         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25757           (on_anjuta_window_key_press_event): added to fulfill the global
25758           shorcuts handling.
25760         * HACKING: updated according to the new global shortcuts handling.
25762 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25764         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25765           Shifted plugin menu from Edit submenu to main menu.
25766         
25767         * po/POTFILES.in:
25768           Added plugins/sample1/plugin-sample1.c
25769           
25770         * plugins/sample1/plugin-sample1.c:
25771           Added localization and used anjuta_info, instead of anjuta_error.
25772           
25773         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25774           Added cvs ignores.
25775           
25776 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25778         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25779           for plugin dir.
25780         
25781         * Makefile.am: Added module plugins.
25782         
25783         * plugins, plugins/Makefile.am, plugins/sample1/*:
25784           Created plugins modules.
25785           
25786         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25787           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25788           to load plugins of *.so only and not *.so* (which results
25789           in duplicates).
25790         
25791         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25792           plugins during packaging.
25794 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25796         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25798 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25800         * configure.in: Added portuguese to ALL_LINGUAS
25802 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25804         * global-tags/.cvsignore
25805         tagmanager/.cvsignore
25806         tagmanager/include/.cvsignore:
25807         Added cvs ignore files.
25809         * data/.cvsignore
25810         Updated cvs ignore file.
25811         
25812 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25814         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25815           data/anjuta.properties, data/internal.properties: clean up some 
25816           message strings (me)
25818 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25820         * src/about.c, THANKS: added Jens to the credits
25821         
25822 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25824         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25825           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25826           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25827           Georg <mail@jensgeorg.de> to add close button to file tabs.
25829 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25831         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25832           (debugger now catches correct signal from process)
25834 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25836         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25837         * src/pixmaps.h: switch appwizard project icons to new designs
25838         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25840 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25842         * pixmaps/Makefile.am: stop redundant images from being installed.
25843           The next step will be to remove them completely.
25844         * src/appwiz*: further updates (more to come)
25845         * src/pixmaps.h: cleaned up, commented
25846         * src/splash.c: should use the pixmaps macro defined
25847         * HACKING: more on the graphics stuff and use of pixmaps.h
25849 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25851         * src/defaults.c: fix bug #494864
25853 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25855         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25856           graphics from Misha
25857         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25858           redundant graphics, no longer used
25859         * src/appwiz*: revamped application wizard by Andy and Misha for
25860           a more usable and professional look-and-feel
25861         * HACKING: updates to cover patching, graphics, and some additions
25862           post-0.1.8
25863         * TODO: removed some implemented features
25865 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25867         * data/anjuta.properties, data/internal.properties: cleanup
25868         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25869           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25870           to edit styles colors for keywords and add Goto Tag menu option
25871           in the editor
25873 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25875         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25876         
25877         Fixed bug #460335
25878         fixes the Forget of the cursor position when tab is brought active
25879         from project manager.
25880         
25881 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25883         * src/messages.c
25884           Exported "TERM=xterm" to get a color terminal when
25885           anjuta is not started from within a terminal.
25886           
25887 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25889         * src/messages.c
25890           src/messages.h
25891           Added a frame around zvt terminal.
25892           
25893         * src/preferences_gui.c
25894           Modified to say "Use glade component (experimental)"
25895           instead of "Use Component".
25896           
25897 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25899         * Patch from 
25900         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25901         
25902         * src/anjuta.c
25903         src/fileselection.c
25904         src/messages.c
25905         src/messages.h
25906         src/preferences.c
25907         src/preferences.h
25908         src/project_dbase.c
25910         a) Extra scrollbar in terminal no longer appears.
25911         b) Character set preference should be preserved (untested).
25912         c) File selection widget now remembers last directory.
25913         d) On creation of generic project, the glade 'file not found' error no
25914                 longer occurs.
25915         e) First terminal window is created 'on demand', so it should always to
25916                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25917                 environment is now passed to the terminal.
25918         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25919                 with getcwd()).
25920         g) Fixed some compilation warnings.
25922 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25924         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25925           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25926         * src/*: cleanups (me)
25927         * pixmaps/mini_term.xpm: added new file for terminal button
25928           (me, based on existing artwork)
25930 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25932         * configure.in: bumped version to 0.1.9-pre
25933         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25934           translation
25935         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25937 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25939         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25940           files are free of that char)
25941         * configure.in: added "az" to ALL_LINGUAS
25943 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25945         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25946           crash bug fix from Biswa.
25947         * FUTURE: added Anjuta/gIDE merger information to provide 
25948           details on future direction and status of 1.x stuff
25949         * NEWS: prepared for release
25950         * po/de.po: update from Jens Georg <mail@jensgeorg>
25952 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25954         * multiple minor updates pre-0.1.8
25955         * patch from Biswa to fix syntax highlighting and packaging
25956         * po/fr.po: update from Stef
25958 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25960         * global-tags/Makefile.am
25961         global-tags/create_global_tags.sh
25962         global-tags/tm_global_tags.c
25963         scintilla/LexCPP.cxx
25964         scintilla/include/SciLexer.h
25965         src/aneditor.cxx
25966         src/project_dbase.c
25967         tagmanager/Makefile.am
25968         tagmanager/include/Makefile.am
25969         tagmanager/include/tm_project.h
25970         tagmanager/include/tm_tag.h
25971         tagmanager/include/tm_tagmanager.h
25972         tagmanager/tm_project.c
25973         tagmanager/tm_source_file.c
25974         tagmanager/tm_tag.c
25975         tagmanager/tm_workspace.c:
25976         
25977         Includes the syntax highliting patch to scintilla).
25978         and more stable code.
25979         
25980         *tagmanager/include/tm_symbol.h: New file.
25981         *tagmanager/tm_symbol.c: New file.
25982         
25983         Add symbol tree building functionality at project level
25984         
25985         Patch from:
25986         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25987         
25988 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25990         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25991           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25992           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25993           : New and improved pixmaps from Misha <misha@phreaker.net>
25994           Thanks to him.
25996 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25997         
25998         * Big patch submitted by
25999           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
26000           Many thanks to him.
26001         
26002         * src/Makefile.am, src/aneditor.cxx
26003           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
26004           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
26005           Use of tagmanager lib for advanced calltips.
26007         * global-tags/*: Created new directory and added files to 
26008           generate system.tags.
26010         * tagmanager/*: Created new directory and added tagmanager lib
26011           files.
26013         * configure.in, acconfig.h, Makefile.am: Modified to reflect
26014           the above additions.
26016         * data/Makefile.am: Modified to accomodate generated system.tags file.
26018 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
26020         * scintilla/: updated to 1.41
26021         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
26022         * src/about.c: updated list of authors
26023         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
26024         * HACKING: updated to cover Scintilla usage
26025         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
26026           translation
26028 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
26030         * src/aneditor.cxx: Fixed compilation errors with it.
26031           by add include to gtk+ headers and typedefining a mysteriously
26032           vanished class Colour.
26034 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26036         * configure.in: Added pt_BR in the languages.
26037         
26038 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
26040         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
26041           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
26042         * THANKS: updated
26043         * manuals/C/anjuta-manual/*: new format to match
26044           the rest of the GNOME docs chapter layout. Added the many
26045           new contributors. Moved Authors and License information into new
26046           chapters of their own - should make expansion easier too
26047         * src/compiler_options.c: changed the profiler option to -pg to 
26048           work with GNU tools (gprof)
26049         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
26050           and text labels
26051         
26052 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
26054         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
26055           compiler_options_gui.c:
26056           Added a new entry for linker flags and renamed c_options to c_flags
26057           and l_options to l_libs. Also, added a new function:
26058           compiler_options_set_prjlflags_in_file();
26059         
26060         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
26061         
26062         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
26063           
26064 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
26066         * THANKS, src/about.c: corrections and additions following 
26067         Naba's big update
26068         * src/main_menubar.c: patch from Rikul to fix the problem with 
26069         menu accelerators not being loaded
26071 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
26073         * THANKS: Added all contributors and translators names and emails.
26074         * AUTHORS: Updated
26075         * pixmap/anjuta_logo.png: Reduced the size of the logo.
26076         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
26077               Added new file (earlier logo with border).
26078         * src/about.c: Added all contributors names and emails
26079               and used macro definition for logo pixmap file.
26080         * src/pixmaps.h: Added entry for anjuta splash screen.
26082 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
26084         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
26085         to new PNG version (thanks to Misha) and removed the old
26086         pixmap.
26088 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
26090         * THANKS: added Conner Mo for simplified Chinese translation.
26091         * configure.in: added zh_CN in ALL_LINGUAS
26093 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
26095         * THANKS: added Joe Man for his traditional Chinese translation.
26096         * configure.in: added zh_TW in ALL_LINGUAS.
26098 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
26100         * src/main_menubar_def.h: Changed the link of lidn to
26101         http://lidn.sourceforge.net.
26102         
26103 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
26105         * Applied patch from Rikul
26106         * Applied patch from Luca
26107         * Fixed a cvs conflict. :)
26109 2001-10-17  Stephane Demurget  <demurgets@free.fr>
26111         * THANKS: added Marc Botermans for his Dutch translation.
26113         * configure.in: added nl in ALL_LINGUAS.
26115         * po/nl.po: added.
26117 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
26119         * anjuta.c: Fixed luca's typo.
26120         * resources.c, resources.h: Changed gchar* return to void, to
26121                 avoid a compiler warning.
26122         * scintilla/Makefile.am: Reorganized file entries.
26123         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
26125 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
26127         * Upgraded scintilla to 1.4.
26128         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
26129                 LexLisp.cxx StyleContext.cxx StyleContext.h
26130         * src/Makefile.am: Added 4 lexers and separated lexer objects
26131                 from the main link variable.
26133 2001-10-14  Stephane Demurget  <demurgets@free.fr>
26135         * THANKS: added Luca, even if it shouldn't be my role to write
26136           this sort of thing :)
26138         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
26139           the latest Luca patch.
26141 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
26143         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
26144         This is not documented yet; plugins to come later.
26145         * src/find*.c: find dialogs now persistent 
26146         (Rick <rikul@bellsouth.net>)
26147         * widgets/gnomefilelist.c: fixed multiple file open issue 
26148         (Rick <rikul@bellsouth.net>)
26149         * changes to recent file and project lists handling 
26150         (lbell <lbell@tsc4.com>)
26151         * more minor UI updates (me)
26153 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
26155         * src/Makefile.am: removed warnings for traditional C syntax
26156         * pixmaps: added new icons for mini_locals, mini_cvs and
26157         the splash screen - thanks to Misha <misha@phreaker.net>
26159 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
26161         * src/toolbar.c: fix typo in tooltip text
26162         * ccview/cccmd.cc: alter Func to Function in menu text
26164 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
26166         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
26167         issue with find dialog reporting an error when Scintilla finds text
26168         * applied patch from Denis Boehme <boehme at syncio dot de> to support
26169         DOS files (i.e. CR/LF translation)
26171 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
26173         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
26174         #452436
26175         * data/internal.properties: default fold style now set to 3 :-)
26176         * applied patch from rikul <null@acm.org> to turn notebook tab 
26177         headings red when file has been edited.
26179 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
26181         * configure.in: Added "no" to ALL_LINGUAS.
26182         
26183 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
26185     * Patch from lbell <lbell@tsc4.com>
26186     src/controls.c
26187     src/debugger.c
26188     src/main_menubar.c
26189     src/main_menubar.h
26190     src/main_menubar_def.h
26191     src/mainmenu_callbacks.c
26192     src/mainmenu_callbacks.h
26193     src/project_dbase.c
26194     src/project_dbase.h
26195     
26196     Implemented a check menu item to handle the 'show locals' flag
26197     for the current project.
26199     * data/internal.properties: Removed the redundant command
26200     for gnome-terminal.
26201     
26202 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
26204         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
26206 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
26208         * configure.in: Added "ta" to the languages list.
26210 2001-09-21  Andy Piper <andy.piper@freeuk.com>
26212         * data/internal.properties:
26213           added fold.symbols property to control appearance of folds
26214           in the Scintilla editor (thanks to rikul <null@acm.org>)
26216 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26218         * src/message.c:
26219           one extra button for message win is being created -- Fixed.
26220         
26221           The frame should be hidden and not only the pix_lab when
26222           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
26223           -- Fixed.
26224         
26225         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
26226           for the time being it is same as mini_cvs.xpm.
26227         
26228 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
26230         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
26232         Patch from rikul <null@acm.org>
26233         
26234         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
26235         glades.h, messages.c, messages.h, pixmaps.h,
26236         project_dbase.c, project_dbase.h, session.c,
26237         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
26238         
26239         inserted 'add to watch' option in inspect window, so you can add easily
26240         a variable in watch window .
26241         
26242         Added a new message pane for the gdb local variables inspection. Changed
26243         the code in messages.c to better account for future new panes insertion.
26244         Defined a new pixmap for the new tab button in pixmaps.h
26245         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
26246         install script.
26247         
26248         Changed the debugger module to have a single function for asking to gdb
26249         to send program info. The idea is to ask the debugger about only the
26250         info needed to open windows( watch, registers, etc ) to speedup the step
26251         command. I plan to ask informations to the debugger based on the user
26252         interface status.
26253         The request for local variables is enabled by default, but the
26254         projectDBase has a variable to control it, to allow disabling that
26255         feature,  there is also the code to save and to reload the state. If you
26256         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
26257         in project_dbase.c
26259         This big patch is from:  lbell <lbell@tsc4.com>
26260         
26261 2001-09-20  Stephane Demurget <demurgets@free.fr>
26263         Patch from rikul <null@acm.org> :
26265         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
26266           problem and added folding support for php/hmtl.
26268 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
26270         * Fixed dnd of files within scintilla.
26271         patch from:  rikul <null@acm.org>
26272         
26273 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
26275         * Applied patch from Luca.
26276         
26277         * src/source.c: source_write_build_files(): Fixed the project generation
26278           failure. The fist return statement and the free_project_type were 
26279           misplaced.
26281 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
26282         
26283         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
26284         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
26285         
26286         1) Restore the error color to red (waiting for a configurable one )
26287         2) Saving projects settings if you exit anjuta without closing an open
26288         saved project
26289         3) New Menu 'repaeat search' to search with a keystroke without pressing
26290         the toolbar button
26291         4) some define in the menus to better handle menu item update
26292         
26293         Patch from: lbell <lbell@tsc4.com>
26294         
26295         * main_menubar_def.h, main_menubar.c: Change the position of
26296         "Repeat find" menu position.
26298 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
26300          project_type.h, project_type.c, source.c: Applied patch.
26301          patch from Johannes Schmid <clubfan@users.sourceforge.net>
26302          
26303 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26305         * configure.in, src/Makefile.am: Using macros for ORBit flags.
26306         
26307 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26308         
26309         * Fixed bug #445752
26310   
26311 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26312         
26313         * Fixed bugs in Gtk-- and Gnome-- project type
26315 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26317         * dnd.c: Support for multiple files drag-n-drop.
26318         
26319           Patch from: rikul <null@acm.org>
26320         
26321         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
26322           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
26323           saving from menu.
26324         
26325           Patch from: rikul <null@acm.org>
26327         * Applied patch for widgetizing goto dialog box.
26328           Patch from: ???
26329         
26330         * Applied patch for having new project type handling.
26331           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
26332           
26333 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
26335         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
26336           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
26337           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
26338           find_replace.c, find_replace.h, find_text.c, find_text.h,
26339           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
26340           project_dbase.h, source.c, text_editor.c, text_editor.h,
26341           text_editor_cbs.c, utilities.c, utilities.h:
26342         
26343           Applied a huge patch (after slight preview). I would like Luca
26344           to have his feature additions mentioned here.
26345         
26346           Patch from: lbell <lbell@tsc4.com>
26348 2001-09-09  Stephane Demurget <demurgets@free.fr>
26350         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
26352         * po/fr.po: updated to the latest sources.
26355 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26356         
26357         * Fixed bug #445752
26358   
26359 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26361         * dnd.h, dnd.c: New files for drag n drop support.
26362                 
26363         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
26364            Added drag and drop support for opening files.
26365         
26366         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
26367         Archit Baweja <bighead@crosswinds.net> for this idea.
26368         
26369         * TODO: Added some more todos. :-(
26371 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26373         * Fixed the goto line activate bug.
26374         patch from: Martyn Bone <mbone@brightstar.u-net.com>
26376 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26377         
26378         * Fixed bugs in Gtk-- and Gnome-- project type
26380 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
26382         * widgets/gonmefilelist.c, gnomefilelist.c:
26383         Modified multiple selection on pressing control.
26384           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26385         
26386         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
26387         Modified multiple selection on pressing control.
26388           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26389         
26390 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
26392         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
26393           This is useless; but just in case...
26395 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
26397         * data/internal.properties: modified a bit of perl properties.
26398         
26399 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
26401         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26402           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26403           Added support for multiple file imports. Changed the standrd C++
26404           convention of #include <file> to #include <file.h>, because I had given
26405           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26406           now support the #include <file> convention. That is something to be fixed :). 
26407           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26409 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
26411         * src/anjuta.c: Added function static greetings_text(), to solve the non
26412                 translation of the greetings text in the wizard.
26413                 
26414 2001-08-31  Andy Piper <andy.piper@freeuk.com>
26416         * src/find_in_files_gui.c: made order of buttons consistent with other Find
26417           dialogs, with OK the default (fix bug #453482)
26419 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
26421         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26422         
26423         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26424         
26425 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
26427         * src/aneditor.cxx
26428           src/aneditor.h
26429           src/anjuta_cbs.c
26430           src/controls.c
26431           src/main_menubar.c
26432           src/main_menubar.h
26433           src/main_menubar_def.h
26434           src/mainmenu_callbacks.c
26435           src/mainmenu_callbacks.h:
26436                 Applied the patch that addes menu items which allow users to
26437                 insert GPL notice and date time in current document.
26438                 patch from: Rick Patel <rikul@shreve.net>       
26439                 
26440         * src/main_menu.c: Fixed a compilation error.
26441         
26442         * src/anjuta.c: Fixed non-rememberence of editor tab position.
26443         
26444         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26445           about the unterminated strings.
26446           
26447         * scintilla/*: Updated scintilla to 1.3.9 version.
26448         
26449 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
26450         
26451         * widgets/gnomefileselection.c:
26452           Applied the patch for fixing multiple selection of file open funcion,
26453           which will deselect the files selected.
26454           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26456 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26458         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26459           src/fileselection.c, src/anjuta_cbs.c:
26460           Applied the patch     for multiple selection of file open.
26461           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26462           
26463 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26465         * Removed "-f" option in call to devhelp, because devhelp no longer
26466           supports that.
26467         
26468 2001-08-26  Stephane Demurget <demurgets@free.fr>
26470         All these modifications have been pointed out by
26471         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26473         * data/internal.properties: two fixes for the PHP lexer.
26474           this out.
26476         * fr.po: minor fixes.
26478         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26480 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
26481         
26482         * main_menubar.c,
26483           main_menubar.h,
26484           main_menubar_def.h,
26485           main_menubar_callbacks.c,
26486           controls.c:
26487                 Added new menu item for "close all fils".
26488                 (Patch from Rikul <rikul@shreve.net>, after revision)
26489         
26490         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26491         
26492         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26493                 (Patch from Rikul <rikul@shreve.net>)
26494         
26495         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26496                 (Patch from Rikul <rikul@shreve.net>)
26498 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26499         
26500         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26501            project name in application widzard.
26502            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26504         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26505           of the 'OK' button there is an 'Execute' one.
26506           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26507         
26508         * executer.c: Changed cancel button to close button. That was more appropriate.
26509           
26510 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26512         * HACKING: corrected >>>>>> Config management.
26513         
26514         * HACKING: Added many things.
26515         
26516         * src/launcher.h: Added some comments.
26518 2001-08-21  Stephane Demurget <demurgets@free.fr>
26520         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26522         * HACKING,
26523           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26524           src/appwizard_cbs.c,
26525           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26526           Andy Piper <andy.piper@freeuk.com>
26528         * po/fr.po: updated to latest sources.
26530         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26533 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26535         * Fixed bugs #450280 and #448845
26537         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26538         
26539         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26540           named dialogs
26541         
26542         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26543           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26544           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26545           names to remove "Anjuta: " prefix
26546           
26547         * src/main_menubar_def.c: altered a message
26548         
26549         * launcher/anjuta_launcher.c: cleaned up some messages
26551         * src/debugger.c: edited messages to improve clarity
26552         
26553         * src/app_wiz*.c: tidied wizard interface
26556 2001-08-15  Stephane Demurget <demurgets@free.fr>
26558         Synced Naba's fix and mine about the wizards not working and removed
26559         anjuta.prj to avoid a nasty checkin.
26561         * Makefile.am: removed the install-data-local rule.
26563         * data/Makefile.am: changed the list of files.
26565         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26567         * .cvsignore: added anjuta.prj for the same reason.
26570 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26572         * src/source.c: Fixed a bug that fails new gnome projects to get
26573           created.
26575         * src/project_manager.c: Fixed a bug that disables storing recent
26576           project history.
26578         * Makefile.am: Added stuffs to install the macro files in the
26579           anjuta share file.
26582 2001-08-14  Stephane Demurget <demurgets@free.fr>
26584         * data/Makefile.am: added some rules to support the gnome/ macros
26585           dir in order to make the wizards work again.
26587         * anjuta.spec.in: upped the release number.
26590 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26592         * configure.in (ALL_LINGUAS): Added pl.
26595 2001-08-09  Stephane Demurget <demurgets@free.fr>
26597         * anjuta.spec.in: fixed the doc files list.
26600 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26602         * src/about.c: corrected my email address. :-)
26603         
26604         * TODO: Updated.
26605         
26606         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26607          (patch from Andy Piper <squiggle@ukgateway.net>)
26609 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26611         * debugger.c: Fixed a bug associated with debugging threaded
26612           application.
26613         
26614         * text_editor_menu.c: Fixed broken ui in text editor
26615           pop up menu.
26616           
26617         * text_editor_menu.c: Now the option sub menu in text editor pop up
26618           works.
26619         
26620         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26621                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26622         
26623 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26625         * src/text_editor_menu.c: Added menu item for context help
26626           (patch from Andy Piper <squiggle@ukgateway.net>)
26627         
26628 2001-08-06  Stephane Demurget <demurgets@free.fr>
26630         * ccview/cccproj.cc: added missing i18n strings.
26632         * data/welcome.txt: bumped version to 0.1.6.
26634         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26636 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26637         
26638         * help.c, help.h: Added support for DevHelp context sensitive help
26639                 and gnome api browsing.
26640         * Fixed toolbars and editor views "not save" bug.
26641         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26642           (patch from Andy Piper <squiggle@ukgateway.net>)
26643         * Updated THANKS and chapter15.sgml for uk and ru translators.
26645 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26647         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26648         * Updated configure.in to include these changes
26649         
26650 2001-08-03  Stephane Demurget <demurgets@free.fr>
26652         * src/project_dbase_gui.c: fixed bug #446963
26653           (on_project_dbase_ccview_update_start),
26654           (on_project_dbase_ccview_update_end): added.
26655           These two respectively disable and enable close file/project
26656           menu entries and toolbar items, while the ccview part updates
26657           its tag database.  
26660 2001-08-03  Stephane Demurget <demurgets@free.fr>
26662         * configure.in: added sv to the ALL_LINGUAS list.
26663         
26665 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26667         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26668                 file to work: merge translations and distribute it.
26670         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26672         * NEWS, README, THANKS & TODO: Spelling fixes.
26674 2001-08-01  Stephane Demurget <demurgets@free.fr>
26676         * README: updated requirements.
26678         * scintilla/Makefile.am,
26679           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26680           target can't be realized (custom build path).
26682         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26683           Removed install-data-local.
26685         * src/compiler_options.c: changed the include paths of the pixmaps.
26686           we hadn't any warning because of the include paths passed to the
26687           compiler. Thanks to make distcheck for reporting this.
26690 2001-07-31  Stephane Demurget <demurgets@free.fr>
26692         * NEWS, THANKS: updated.
26694         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26695           fixed to show the correct kernel signal number and its description.
26697         * widgets/gnomefilelist.c: fixed bug #445756
26698           (goto_last): renamed to goto_prev and changed according to goto_next.
26699           (goto_next): added.
26700           (goto_directory): removed.
26701           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26702           returned value is now the position in the list.
26703           (check_ok_button_cb): changed the back check and added one for next.
26704           (gnome_filelist_set_dir): the check in history make it wouldn't be
26705           a "true" history. polished the whole thing, using set_dir_internal.
26706           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26707           there's no check in the history when using back or next.
26709         * manuals/*: added missing .cvsignore files.
26712 2001-07-30  Stephane Demurget <demurgets@free.fr>
26714         * po/fr.po: updated to latest sources.
26716         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26717           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26718           to put off their sensitive attributes.
26720 2001-07-29  Stephane Demurget <demurgets@free.fr>
26721         
26722         * po/fr.po: fixed some grammar things.
26723           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26724           this out.
26725         
26726         * src/utilities.c: (file_is_link): use lstat instead of stat.
26728 2001-07-27  Naba Kumar <kh_naba@123india.com>
26729         
26730         * Remove help dir from cvs, because it is no longer
26731           needed.
26732         
26733         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26734           needed.
26736 2001-07-24  Naba Kumar <kh_naba@123india.com>
26738         * debugger.c: (debugger_update_prog_status): Fixed
26739                 the bug with gdb version 5. Debugger starts, when
26740                 step in/out/over etc are clicked.
26741         
26742         * debugger.c: All functions: added debugging codes.
26743         
26744         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26745         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26746           Modified to recognize non project files also.
26747           
26748         * source.c: (source_write_configure_in):
26749           Added source for 'prefix' counterparts for
26750           no-prefix AC_SUBST.
26751         
26752 2001-07-23  Naba Kumar <kh_naba@123india.com>
26753         
26754         * anjuta.c: added function anjuta_remove_text_editor();
26755           and suitably modified anjuta_remove_current_text_editor().
26756           
26757         * project_dbase.c: project_dbase_close(), Added code to
26758           close all opened files that belong to the project when
26759           the project is closed.
26760          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26761         
26762         * Updated the manuals/anjuta-manual subdir for GDP standards.
26763            (patch from Andy Piper <squiggle@ukgateway.net>)
26764         
26765         * main_menubar.h, main_menubar.def: Added Menu items to handle
26766           urls for library references, bugs, patches and feature request
26767           submission.
26768         
26769 2001-07-20  Naba Kumar <kh_naba@123india.com>
26770         
26771         * Set wmclass names in all windows.
26772           (patch from Andy Piper <squiggle@ukgateway.net>)
26773         * New splash logo from "Misha" <misha@phreaker.net>);
26775 2001-07-19  Naba Kumar <kh_naba@123india.com>
26776         
26777         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26778           set caret color, calltip back color and selection fore/back
26779           color.
26781 2001-07-18  Naba Kumar <kh_naba@123india.com>
26782         
26783         * project_dbase.c: Closes all files when project is closed.
26784          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26785          -- We still need to refine this as it closes all sort of files.
26786         
26787         * compiler_options.c: Fixed seg-fault bug when last item in
26788           compiler option lists is removed.
26789         
26790         * Fixed missing newline warnings during compilation.
26791           (patch from Andy Piper <squiggle@ukgateway.net>)
26793 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26795         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26796                 autogenerated no need to store'em in CVS.
26798         * ccview/.cvsignore: Addition of cvsignore.
26800 2001-07-17  Naba Kumar <kh_naba@123india.com>
26801         
26802         *GUI fixes and spell corrections
26803         (patch from Andy Piper <squiggle@ukgateway.net>)
26805 2001-07-15  Naba Kumar <kh_naba@123india.com>
26806         
26807         *Fixed double error message for file not found.
26808         
26809         *Put white backgrounds for png images.
26810         
26811         *Converted '-' to '_' in sgml files.
26813 2001-07-14  Naba Kumar <kh_naba@123india.com>
26814         
26815         * project_dbase.c: Short-cut for expand/collasp project tree
26816         
26817         * project_dbase_gui.c:
26818          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26820 2001-07-13  Naba Kumar <kh_naba@123india.com>
26821         
26822         * notebook.[h,c]: Added
26823          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26824         Project/message window now toggles on control and
26825         and notebook switch short-cut
26827 2001-07-7  Naba Kumar <kh_naba@123india.com>
26828         
26829         * Changed a new icon set which looks more gnomish.
26830         
26831         * Changed a new anjuta splash logo.
26832         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26834 2001-07-6  Naba Kumar <kh_naba@123india.com>
26835         
26836         * ccview/*: Integrated ccview for class view and file view
26837                 in the project Manager.
26838         
26839         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26841 2001-07-1  Naba Kumar <kh_naba@123india.com>
26842         
26843         * scintilla/*: Upgraded Scintilla to version 1.3.7
26844         
26845         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26846         
26847 2001-06-28  Naba Kumar <kh_naba@123india.com>
26848         
26849         * src/debugger.c: Correct step-over and step-out swapping.
26850         
26851         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26852           chapters and added more stuffs.
26854 2001-06-13  Naba Kumar <kh_naba@123india.com>
26855         
26856         * data/autogen.sh.gtkmm: Added
26857         
26858         * data/autogen.sh.gnomemm: Added
26859         
26860         * src/appwiz.c: Added two more application wizard templetes
26861         
26862         * src/project: for gtk-- and gnome-- and proper support
26863         
26864         * src/source.c: for c++ in the project configuration.
26865         
26866         * src/source.h:
26868 2001-05-05  Naba Kumar <kh_naba@123india.com>
26870         * Merged my pre-cvs modifications with 
26871           the current cvs copy.
26873         * (lot of files change).
26875         * Implemented session management.
26877         * Local installation possible by
26878           manageing our own pixmaps paths
26879           manupulations.
26880         
26881         * resources.h: Added.
26882         * resources.c: Added.
26884         * Fixed some bugs.
26885         
26886 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26888         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26889                 Corrected/extended ignores.
26891 2001-05-04  Naba Kumar <kh_naba@123india.com>
26893         * manuals/: dir tree added.
26894           Sgml documentation started in this dir.
26895           
26896         * omf-install/: dir tree added.
26897         
26898         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26899           Created initial document structure.
26900           
26901         * configure.in: Added test for scrollkeeper.
26902           Added some Makefile entries in AC_OUTPUT.
26903         
26904         * Makefile.am: Added subdir manuals/
26905         
26906         * HACKING: Wrote something stupid.
26908 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26910         * Makefile.am: Added ChangeLog in local data list, becaused it's
26911           needed to create a new project.
26912           
26913         * po/fr.po: minor fixes.
26915         * src/build_file.c, src/configurer.c, src/debugger.c,
26916           src/executer.c, src/find_replace.c, src/gnome_project.c,
26917           src/goto_line.c, src/launcher.c, src/messages.c, 
26918           src/preferences.c src/project_dbase.c: functions declared static.
26919           
26920         * widgets/gnomefilelist.c: Fixed a project creation bug,
26921           introduced with latest changes.
26923 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26925         * widgets/gnomefilelist.c,
26926           BUGS: Fixed an annoying bug preventing from loading files/project
26927           given on the command line. Polished the whole gnome_filelist widget.
26929 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26931         * src/main.c,
26932           src/anjuta.c,
26933           src/anjuta.h: Polished the command line parsing.
26935         * BUGS: Need to clean that damn gnome_filelist widget.
26937 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26939         * src/registers.c,
26940           src/sharedlib.c,
26941           src/signals.c: Removed duplicated includes.
26943         * po/fr.po: minor fixes.
26945         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26946           create_compiler_options_page? () declared static.
26947         * src/main.c,
26948           src/anjuta.c: Put a command line option for disabling
26949           the splashscreen.
26951         * src/preferences_gui.c: Fixed an internationalization issue,
26952           other functions declared static.
26954         * src/gnome_project.c: Fixed some memory leaks,
26955           new_prj_terminated () declared static. 
26957 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26959         * configure.in: Sort ALL_LINGUAS alphabetically.
26961 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26963         * Emptied that ugly old Changelog.
26965 == Anjuta 0.1.5 ===
26966 == Anjuta 0.1.4 ==
26968 2001-03-10 Naba kumar  <naba@gnome.org>
26970         * src/gnome_project.c: Fixed project dir creation bug.
26972         * src/text_editor.c: Fixed double accelerators bug.
26973         
26974         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26976         * src/stack_trace.c, * src/compiler_options.c,
26977         data/internals.properties, src/defaults.c:
26978         Fixed pixmap creation with NULL window.
26980         * src/commands.c, src/preferences_gui.c, src/build_project.c
26981         src/clean_project.c: Bug fix.
26982         
26983         * src/main_menubar_def.h: i18n bug fix.
26984         
26985         * src/executer.h, src/executer.c: Bug fix.
26986         
26987         * src/controls.c: Bug fix.
26988         
26989         * src/debugger.c: Debugger now takes program args.
26990         
26991         * po/ja.po: Added japanese translation file.
26992         
26993         Upgraded to ver 0.1.4
26994         ... Fixed other minor bugs.
26996 == Anjuta 0.1.3 ===
26998 2001-XX-XX Naba kumar  <naba@gnome.org>
27000         * Lots of unaccountable changes. Integrated scintilla.
27001         Redesigned Project managemet. Added supports for other languages.
27002         Java style properties managements. .... blah blah
27003         
27004 2000-11-11 Naba kumar  <naba@gnome.org>
27006         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
27007         Upgraded to version 0.1.3.
27009         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
27010         Fixed to activate Debug->add watch properly.
27012 === Anjuta 0.1.2 beta_2 ===
27013 === Anjuta 0.1.2 ===
27015 2000-11-05 Naba kumar  <naba@gnome.org>
27017         * src/compiler_options.c, src/compiler_options_cbs.c
27018         src/compiler_options_cbs.h, src/compiler_options_gui.c
27019         src/anjuta2.c, extra/stock_libs.anj (new),
27020         extra/README.stock_libs (new), htmls/page13.html,
27021         htmls/images/*: Improved Library settings GUI. Can now enable/disable
27022         added libraries. Stock libs provided for ease of entry. Modified
27023         help html file accordingly.
27025 2000-11-03 Naba kumar  <naba@gnome.org>
27027         * README: Minor fixes in Doc files.
27029         * src/gnome_prj.c, src/appwidzard_cbs.c:
27030         Fixed to ignore non-existant dir for blank prj.
27031         More checking in project creation, especially to confirm
27032         that the prj file already does not exist.
27034         * anjuta.spec, configure.in: Upgraded to version 0.1.2
27036         * src/controls.c: Now Menu item "Format/Detach current document"
27037         is inactive when there is no document opened.
27039 === Anjuta 0.1.1 ===
27041 2000-11-01 Naba kumar  <naba@gnome.org>
27043         Completed and Release of first version (Beta) with lots of bugs.
27045 1999-12-27 Naba kumar  <naba@gnome.org>
27047         Anjuta project started.