* plugins/gdb/debugger.c:
[anjuta-git-plugin.git] / ChangeLog
blob424e1da482cca422170823b8baad8fe1f983df88
1 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
3         * plugins/gdb/debugger.c:
4         Set breakpoint in file with uncommon characters in path name
6 2008-02-17  Johannes Schmid <jhs@gnome.org>
8         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
9         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
10         (icell_get_char):
11         * plugins/sourceview/sourceview.c: (on_insert_text):    
12         Fix "char-added" signal to pass the correct iterator
14 2008-02-17  Sébastien Granjoux  <seb.sfo@free.fr>
16         * plugins/gdb/debugger.c:
17         Load executable in gdb with space in path name 
19 2008-02-17  Johannes Schmid <jhs@gnome.org>
21         * plugins/language-support-cpp-java/plugin.c:
22         (get_line_indentation_base), (get_line_auto_indentation),
23         (on_auto_indent):
24         Some bugfixes and clean-ups in comment indentation code
25         
26         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
27         (anjuta_view_finalize), (anjuta_view_key_press_event):
28         * plugins/sourceview/sourceview.c: (on_insert_text),
29         (sourceview_create_highligth_indic), (sourceview_new):
30         Cleaned implementation of char-added signal by using "insert-text" signal
31         instead of filtering "key-press-event"
32         * plugins/sourceview/sourceview-cell.c: (icell_get_character),
33         (icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
34         (iiter_diff):
35         Fixed implementation of get_character and return value of iiter_first() and
36         iiter_last();
38 2008-02-16  Johannes Schmid <jhs@gnome.org>
40         * plugins/valgrind/plugin.c: (valgrind_activate),
41         (ipreferences_merge), (ipreferences_unmerge):
42         * plugins/valgrind/vgactions.c: (vg_actions_run):
43         * plugins/valgrind/vgdefaultview.c: (valgrind_view_load_log):
44         
45         Fixed crasher when starting valgrind because of strange prefs handling and
46         #516641 – Valgrind: Load Log does not clear list
48 2008-02-15  James Liggett  <jrliggett@cox.net>
50         * plugins/profiler/plugin.c:
51         (on_select_other_target_button_clicked):
52         Select the new custom target in the list so that the user sees it.
54         Bug 516630 – Selection custom binary in profiler is not
55         user-friendly.
57 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
59         * manuals/anjuta-manual/C/projects.xml:
60         Fix #515993: "Add package" button is "Add Package" in code
61         Fix #516727: "Build All" is "Build Project" in code
62         Fix #516728: "Clean All" is "Clean Project" in code
63         Fix #516728: "Autogenerate" is "Run Autogenerate..." in code
64         Fix #516730: Fix note title 
65         "Configure" is "Run Configure..." in code
67 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
69         * (added) manuals/anjuta-manual/C/figures/project-window.png,
70         (removed) manuals/anjuta-manual/C/figures/project_win.png,
71         manuals/anjuta-manual/C/projects.xml,
72         manuals/anjuta-manual/Makefile.am:
73         Fix #515207: Add a new project window screenshoot
74         Rename "Project View" to "Project window"
76 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
78         * plugins/project-import/project-import.c:
79         Fix #516743: Import project keeps an old date on project file
81         * plugins/project-manager/plugin.c:
82         Fix #516737: Import project doesn't load project with space in name
84 2008-02-16  Sébastien Granjoux  <seb.sfo@free.fr>
86         * plugins/debug-manager/command.c:
87         Destroy local variables on each step
89         * plugins/debug-manager/debug_tree.c,
90         plugins/debug-manager/watch.c,
91         plugins/debug-manager/locals.c,
92         plugins/gdb/debugger.c,
93         libanjuta/interfaces/libanjuta.idl:
94         Parse local variables scope (not used yet)
96 2008-02-15  James Liggett <jrliggett@cox.net>
98         reviewed by: Johannes Schmid <jhs@gnome.org>
100         * plugins/profiler/gprof-options.c: (setup_widgets),
101         (gprof_options_set_target), (gprof_options_has_target),
102         (gprof_options_get_string):
103         * plugins/profiler/gprof-options.h:
104         * plugins/profiler/plugin.c: (ifile_open):
105         516128 – crash in Anjuta IDE: selected profiler as the...
107 2008-02-14  Johannes Schmid <jhs@gnome.org>
109         * plugins/macro/macro-db.c: (save_macro), (macro_db_get_macro):
110         * plugins/macro/macro-dialog.c: (on_macro_selection_changed):
111         * plugins/symbol-browser/an_symbol.c:
112         * plugins/symbol-browser/an_symbol_view.c:
113         (on_symbol_view_row_expanded):
114         Fixed some memory leaks (Remember to all free/unref everything that comes
115         from gtk_tree_model_get())
117 2008-02-14  Johannes Schmid <jhs@gnome.org>
119         * plugins/document-manager/search-box.c: (on_search_activated):
120         516377 – Status bar does not change its status of 'Search for .. continued at top'
121         (caused by differences between scintilla and sourceview)
123 2008-02-13  James Liggett <jrliggett@cox.net>
125         * plugins/subversion/svn-diff-command.c: (svn_diff_command_run):
126         Output in UTF-8 format to avoid hangs with the editor. (#516014)
128 2008-02-14  Johannes Schmid <jhs@gnome.org>
130         * plugins/language-support-cpp-java/plugin.c:
131         (get_line_indentation_base), (get_line_auto_indentation),
132         (on_editor_char_inserted_cpp):
133         504905 – Ctrl-I (Auto Indent) doesn't indent properly after C++ public: and private:
135 2008-02-13  Johannes Schmid <jhs@gnome.org>
137         * plugins/language-support-cpp-java/plugin.c:
138         (is_iter_inside_string), (get_line_auto_indentation):
139         Handle comments in the code and do not ask editor. Fixes scintilla
140         indentation (sourceview does not report comments anyway).
141         
142         * plugins/sourceview/sourceview-cell.c: (iiter_diff):
143         Diff with correct sign (also fixes some issues with language-support)
145 2008-02-13  Johannes Schmid <jhs@gnome.org>
147         * plugins/language-support-cpp-java/plugin.c:
148         (get_line_indentation_base):
149         Act even more clever for comments. Indent /* */ comments correctly
150         for multilines
152 2008-02-13  Johannes Schmid <jhs@gnome.org>
154         * plugins/sourceview/sourceview.c: (ieditor_set_tab_size):
155         Also set indentation size correctly, when tab size is set
156         by language support plugin
158 2008-02-13  Johannes Schmid <jhs@gnome.org>
160         * plugins/language-support-cpp-java/plugin.c:
161         (get_line_indentation_base):
162         
163         Indent lines after comments correctly
165 2008-02-13  Johannes Schmid <jhs@gnome.org>
167         * libanjuta/anjuta-launcher.c: (anjuta_launcher_set_encoding_real),
168         (anjuta_launcher_set_encoding), (anjuta_launcher_fork):
169         * libanjuta/anjuta-launcher.h:
170         Some more fixes from symbol-db-branch
171         
172         * src/Makefile.am:
173         Move anjuta-shell to noinst_PROGRAMS as it is just a test
175 2008-02-12  Johannes Schmid <jhs@gnome.org>
177   Patch from Gennaro Bellizio <genbell@tiscali.it>:
178         * global-tags/Makefile.am:
179         * AUTHORS
180         #515954 – create_global_tags.sh: wrong anjuta-tags path
181         
182         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
183         (anjuta_launcher_dispose), (anjuta_launcher_check_password_real),
184         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
185         (anjuta_launcher_scan_pty), (anjuta_launcher_set_encoding),
186         (anjuta_launcher_fork):
187         * libanjuta/anjuta-launcher.h:
188         Fix anjuta_launcher_set_encoding() and cleaned-up. Mostly backported
189         from symbol-db branch
191 2008-02-11  Johannes Schmid <jhs@gnome.org>
193         * plugins/file-manager/file-model.c: (file_model_expand_idle):
194   515868 – File browser only shows icons when activated
195   
196 2008-02-11  Johannes Schmid <jhs@gnome.org>
198         * plugins/file-manager/file-model.c: (file_model_expand_idle):
199         #515867 – Anjuta dies on startup
201 2008-02-11  Johannes Schmid <jhs@gnome.org>
203         * TODO.tasks: Marked subversion task as completed
205 === anjuta 2.3.4 ===
207 2008-02-11  Naba Kumar  <naba@gnome.org>
209         * configure.in: Bumped version to 2.3.4
211 2008-02-10  Naba Kumar  <naba@gnome.org>
213         * NEWS: Updated for release.
215 2008-02-10  Johannes Schmid <jhs@gnome.org>
217         * plugins/document-manager/anjuta-document-manager.plugin.in:
218         Added html, javascript and glade file types. This makes it possible to
219         edit a glade file by hand in anjuta (shows a dialog whether to use Glade or
220         document-manager (#514695 – Anjuta v2.2.3 can't open js files)
221         
222         * plugins/file-wizard/anjuta-file-wizard.glade:
223         * plugins/gdb/anjuta-gdb.glade:
224         * plugins/project-wizard/anjuta-project-wizard.glade:
225         * plugins/search/anjuta-search.glade:
226         * plugins/terminal/anjuta-terminal-plugin.glade:
227         
228         Fixed some other translation issues (#507921)
230 2008-02-10  Naba Kumar  <naba@gnome.org>
232         * plugins/gtodo/preferences.c: (preferences_cb_do_tooltip): Removed
233         unnecessary warning. Fixes bug #510183 - Tooltips claim to be broken.
235 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
237         * manuals/anjuta-manual/C/interface.xml,
238         manuals/anjuta-manual/C/introduction.xml,
239         manuals/anjuta-manual/C/preferences.xml,
240         manuals/anjuta-manual/C/fileoperations.xml,
241         manuals/anjuta-manual/C/projects.xml:
242         Fix spelling errors, including bug #515204, #515172, #515117
243         and #513892
245 2008-02-10  Naba Kumar  <naba@gnome.org>
247         * plugins/document-manager/plugin.c: Fixed stream comment and added
248         translator's comment for 'block comment', 'box comment' and 'stream
249         comment'
251 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
253         * plugins/debug-manager/command.c,
254         plugins/debug-manager/command.h,
255         plugins/debug-manager/breakpoints.c,
256         libanjuta/interfaces/libanjuta.idl:
257         Avoid adding the same breakpoint several times
259         * plugins/gdb/debugger.c:
260         Fix bug #515463: Deattaching process kill it
262 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
264         * manuals/anjuta-manual/C/debugger.xml:
265         Fix translation bug #515459 and #515460
267 2008-02-10  Johannes Schmid <jhs@gnome.org>
269   Patch from Rémi Cardona <remi@gentoo.org>
271         * plugins/build-basic-autotools/Makefile.am:
272         * plugins/cvs-plugin/Makefile.am:
273         * plugins/document-manager/Makefile.am:
274         * plugins/editor/Makefile.am:
275         * plugins/indent/Makefile.am:
276         * plugins/language-support-cpp-java/Makefile.am:
277         * plugins/message-view/Makefile.am:
278         * plugins/sourceview/Makefile.am:
279         * plugins/symbol-browser/Makefile.am:
280         * plugins/terminal/Makefile.am:
281         * scripts/build-schemas.mk:
282         * src/Makefile.am:
283   Fix #512531 – Parallel build fails
284   
285   * AUTHORS: Added Rémi
287 2008-02-10  Sébastien Granjoux  <seb.sfo@free.fr>
289         * plugins/debug-manager/queue.c:
290         Fix interrupt command, not working due to previous change
292 2008-02-10  Johannes Schmid <jhs@gnome.org>
294         * src/Makefile.am:
295         * src/anjuta-app.c:
296         * src/anjuta-callbacks.c (removed):
297         * src/anjuta-callbacks.h (removed):
298         
299         Removed (almost) empty files, fixes #515383 and #515388
301 2008-02-09  James Liggett <jrliggett@cox.net>
303         Reviewed by Naba Kumar  <naba@gnome.org>:
305         * plugins/subversion/svn-add-command.c: (svn_add_command_new):
306         * plugins/subversion/svn-cat-command.c: (svn_cat_command_new):
307         * plugins/subversion/svn-command.c:
308         (svn_command_make_canonical_path):
309         * plugins/subversion/svn-command.h:
310         * plugins/subversion/svn-copy-command.c: (svn_copy_command_new):
311         * plugins/subversion/svn-diff-command.c: (svn_diff_command_new):
312         * plugins/subversion/svn-log-command.c: (svn_log_command_new):
313         * plugins/subversion/svn-merge-command.c: (svn_merge_command_new):
314         * plugins/subversion/svn-remove-command.c:
315         (svn_remove_command_new):
316         * plugins/subversion/svn-status-command.c:
317         (svn_status_command_new):
318         * plugins/subversion/svn-switch-command.c:
319         (svn_switch_command_new):
320         * plugins/subversion/svn-update-command.c:
321         (svn_update_command_new):
322         Make sure that all paths are "canonical" by libsvn rules so anjuta doesn't 
323         die if the user gives a path that libsvn doesn't like. 
324         
325         Fixes bug #515500
327 2008-02-08  Sébastien Granjoux  <seb.sfo@free.fr>
329         * plugins/debug-manager/command.c,
330         plugins/debug-manager/command.h,
331         plugins/debug-manager/queue.c:
332         Fix crashes when trying to stop the debugger while it is busy
334 2008-02-08  Johannes Schmid <jhs@gnome.org>
336   Patch from Rodrigo Moya <rodrigo@novell.com>
338         * plugins/glade/plugin.c: (ifile_open):
339         * plugins/symbol-browser/test-class.cpp:
340         * AUTHORS: Added Rodrigo
341         
342         #514732 – 64 bit compliation error
343         #514733 – Use of uninitialized variables
345 2008-02-05  Sébastien Granjoux  <seb.sfo@free.fr>
347         * manuals/anjuta-manual/C/debugger.xml:
348         Fix translation bug #514494 and bug #514440
350 2008-02-05  Massimo Cora'  <maxcvs@email.it>
352         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
353         Fix a compile error added in the previous patch
355 2008-02-04  Sébastien Granjoux  <seb.sfo@free.fr>
357         * plugins/profiler/gprof-view.c,
358         plugins/class-inheritance/class-callbacks.c,
359         plugins/class-inheritance/class-inherit.c,
360         plugins/symbol-browser/an_symbol.c,
361         plugins/symbol-db/symbol-db-engine-iterator-node.c,
362         libanjuta/interfaces/libanjuta.idl:
363         Change ianjuta_symbol_file function to ianjuta_symbol_uri
365 2008-02-04  Johannes Schmid <jhs@gnome.org>
367         * plugins/search/anjuta-search.glade: Fixed typo
369 2008-02-03  Johannes Schmid <jhs@gnome.org>
371         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_add_item):
372         * libanjuta/anjuta-utils.c: (anjuta_util_execute_shell):
373         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
374         .glade:
375         * plugins/build-basic-autotools/build-basic-autotools.c:
376         (build_get_context), (build_configure_project):
377         * plugins/class-gen/anjuta-class-gen-plugin.glade:
378         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
379         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_commit_response):
380         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_terminated):
381         * plugins/devhelp/plugin.c: (devhelp_activate):
382         * plugins/editor/Makefile.am:
383         * plugins/editor/anjuta-editor-scintilla.glade:
384         * plugins/editor/text_editor.c:
385         * plugins/editor/text_editor.h:
386         * plugins/editor/text_editor_menu.c (removed):
387         * plugins/editor/text_editor_menu.h (removed):
388         * plugins/file-wizard/anjuta-file-wizard.glade:
389         * plugins/gtodo/notification.c: (create_notification_window):
390         * plugins/gtodo/preferences.c: (preferences_widget):
391         * plugins/language-support-cpp-java/plugin.c:
392         (cpp_java_plugin_activate_plugin):
393         * plugins/message-view/anjuta-message-manager-plugin.glade:
394         * plugins/message-view/plugin.c: (activate_plugin):
395         * plugins/project-manager/plugin.c: (confirm_removal):
396         * plugins/search/anjuta-search.glade:
397         * plugins/search/plugin.c:
398         * plugins/search/search-replace.c: (nb_results_alert):
399         * plugins/subversion/subversion-commit-dialog.c:
400         (on_subversion_commit_response):
401         * plugins/symbol-browser/plugin.c: (activate_plugin):
402         * plugins/valgrind/plugin.c: (on_menu_run_activate):
403         * plugins/valgrind/vgcachegrindprefs.c: (cache_settings_new):
404         * plugins/valgrind/vggeneralprefs.c: (vg_general_prefs_init):
405         * src/anjuta.glade:
406         
407         Fixed translation bugs from #507921.
408         Removed unused files in scintilla plugin
410 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
412         * manuals/anjuta-manual/C/debugger.xml:
413         Fix bug #514124 and bug #514138: Wrong menu item name
415 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
417         * plugins/profiler/gprof-view.c,
418         plugins/symbol-browser/plugin.c,
419         plugins/class-inheritance/class-callbacks.c,
420         plugins/debug-manager/plugin.c,
421         plugins/tools/editor.c,
422         plugins/search/search-replace.c,
423         plugins/search/search-replace_backend.c,
424         plugins/search/search-replace_backend.h,
425         plugins/build-basic-autotools/build-basic-autotools.c,
426         plugins/document-manager/plugin.c,
427         plugins/document-manager/file_history.c,
428         plugins/document-manager/anjuta-docman.c,
429         plugins/document-manager/anjuta-docman.h,
430         plugins/document-manager/action-callbacks.c,
431         libanjuta/interfaces/libanjuta.idl:
432         Rename IAnjutaDocumentManager functions:
433         find_document_with_path, goto_file_line, goto_file_line_mark
434         and get_full_filename into
435         find_document_with_uri, goto_uri_line, goto_uri_line_mark
436         and get_uri
437         Fix search plugin to use an URI instead of a file path
438         Fix anjuta_docman_get_uri to always return an URI
440 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
442         * plugins/debug-manager/breakpoints.c:
443         Fix bug #514118: Rename Clear All Breakpoints to Remove
444         All Breakpoints
446 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
448         * manuals/anjuta-manual/C/debugger.xml:
449         Update debugger documentation
451 2008-02-03  Sébastien Granjoux  <seb.sfo@free.fr>
453         * plugins/debug-manager/sharedlib.c,
454         plugins/debug-manager/anjuta-debug-manager.glade,
455         plugins/debug-manager/queue.c,
456         plugins/tools/execute.c,
457         plugins/tools/anjuta-tools.glade,
458         plugins/tools/editor.c,
459         plugins/project-wizard/templates/terminal.wiz,
460         plugins/project-wizard/templates/xlib-dock.wiz,
461         plugins/project-wizard/templates/wxwin.wiz,
462         plugins/project-wizard/templates/java.wiz,
463         plugins/project-wizard/templates/gnome.wiz,
464         plugins/project-wizard/templates/anjuta-plugin.wiz,
465         plugins/project-wizard/templates/gtkmm.wiz,
466         plugins/project-wizard/templates/python.wiz,
467         plugins/project-wizard/templates/cpp.wiz,
468         plugins/project-wizard/templates/sdl.wiz,
469         plugins/project-wizard/templates/gtk.wiz,
470         plugins/project-wizard/templates/minimal.wiz,
471         plugins/project-wizard/templates/xlib.wiz,
472         plugins/project-wizard/templates/gcj.wiz,
473         plugins/gdb/plugin.c,
474         plugins/gdb/debugger.c,
475         libanjuta/anjuta-plugin-manager.c:
476         Partial fix of #507921: translation issues in debug-manager, tools,
477         project-wizard, gdb and anjuta-plugin-manager.
479 2008-02-02  Sébastien Granjoux  <seb.sfo@free.fr>
481         * plugins/debug-manager/queue.c:
482         Debugger Local, Stack and Thread windows were missing due to
483         the previous change.
485 2008-02-02  Johannes Schmid <jhs@gnome.org>
487         * manuals/anjuta-manual/Makefile.am:
488         Fixed #513888 – Trailing '\' in anjuta-manual/Makefile.am 
489         causes make install to fail
491 2008-02-02  Johannes Schmid <jhs@gnome.org>
493         * plugins/macro/macros.xml:
494         #495511 – Header_h macro correction
496 2008-02-02  Johannes Schmid <jhs@gnome.org>
498         * plugins/patch/patch-plugin.glade:
499         gtk-apply is not translatable...
501 2008-02-02  Johannes Schmid <jhs@gnome.org>
503         * plugins/build-basic-autotools/build-basic-autotools.c:
504         (on_build_mesg_format):
505         
506         Also check for untranslated messages from make. Should fix 
507         #511981 – Error parsing make output
509 2008-02-02  Johannes Schmid <jhs@gnome.org>
511         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
512         .glade:
513         
514         Fixed #511010 – [UI] Execute program utility window
516 2008-02-02  Johannes Schmid <jhs@gnome.org>
518         * src/anjuta.glade:
519         Fixed #509908 – [UI] Problems with the General settings tab
521 2008-02-02  Johannes Schmid <jhs@gnome.org>
523         * manuals/anjuta-manual/C/fileoperations.xml:
524         Fixed #513730 – Option not present in the GUI po file
526 2008-02-02  Johannes Schmid <jhs@gnome.org>
528         * plugins/sourceview/anjuta-editor-sourceview.glade:
529         Adjust preferences default values
531 2008-02-02  Johannes Schmid <jhs@gnome.org>
533         * plugins/document-manager/plugin.c: (docman_plugin_set_tab_pos):
534         Fixed #512535 – Open files tabs' position is correctly remembered 
535         but not applied at startup
537 2008-02-02  Johannes Schmid <jhs@gnome.org>
539         * plugins/search/search-replace.c: (on_message_clicked):
540         Pass and uri ianjuta_document_manager_goto_file_line_mark() to
541         fix clicking on search result messages
543 2008-02-01  James Liggett <jrliggett@cox.net>
545         * plugins/subversion/svn-command.c: (on_svn_notify):
546         Fixed wrong status message output when resolving conflicts.
548 2008-02-02  Johannes Schmid <jhs@gnome.org>
550         * configure.in: Require GtkSourceView 2.1.2
551         * plugins/sourceview/sourceview-prefs.c: (init_colors_and_fonts):
552         * plugins/sourceview/sourceview.c: (mark_real), (imark_unmark),
553         (imark_is_marker_set), (imark_delete_all_markers),
554         (ibookmark_toggle), (goto_bookmark), (ibookmark_clear_all):
555         
556         Adapted to API changes in GtkSourceView
558 2008-02-01  Johannes Schmid <jhs@gnome.org>
560         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
561         Fixed tabsize preference
563 2008-02-01  Johannes Schmid <jhs@gnome.org>
565         * manuals/anjuta-manual/C/fileoperations.xml:
566         * manuals/anjuta-manual/C/interface.xml:
567         Updated manual
568         
569         * manuals/anjuta-manual/Makefile.am:
570         * manuals/anjuta-manual/C/figures/*:
571         
572         Updated figures to be in clearlooks theme, removed old figures
574 2008-02-01  Johannes Schmid <jhs@gnome.org>
576         * plugins/patch/patch-plugin.glade:
577         * plugins/patch/plugin.c: (patch_plugin_activate):
578         Another UI issue with the patch plugin and silenced a compiler
579         warning
580         
581         Patch from James Liggett:
582         * plugins/profiler/gprof-call-graph-view.c:
583         (gprof_call_graph_view_create_columns):
584         * plugins/profiler/gprof-flat-profile-view.c:
585         (gprof_flat_profile_view_create_columns):
586         * plugins/profiler/gprof-view.c: (gprof_view_format_float):
587         * plugins/profiler/gprof-view.h:
588         
589         Use two decimal places for float values in profiler views (#507831)
591 2008-02-01  Johannes Schmid <jhs@gnome.org>
593         * configure.in:
594         * plugins/editor/Makefile.am:
595         
596         Fixed #512751 – libgnomeprint unnecessary without scintilla
598 2008-01-31  Johannes Schmid <jhs@gnome.org>
600         * plugins/language-manager/languages.xml:
601         Added a pretty ugly string for C++ headers. Maybe we should rely
602         on mime-types instead...
604 2008-01-31  Johannes Schmid <jhs@gnome.org>
606         * plugins/language-support-cpp-java/cpp-java-assist.c:
607         (get_iter_column), (cpp_java_assist_get_calltip_context),
608         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
609         (on_assist_chosen), (cpp_java_assist_install):
610         * plugins/language-support-cpp-java/plugin.c:
611         (on_editor_char_inserted_cpp):
612         Removed annoying DEBUG_PRINTs
613         
614         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
615         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
616         * plugins/sourceview/sourceview.c: (iassist_show_tips):
617         
618         Fixed "jumping" tooltips, fixed indentation of brances
620 2008-01-31  Johannes Schmid <jhs@gnome.org>
622         * plugins/document-manager/plugin.c: (on_document_changed):
623         Fixed crash when closing anjuta after all document tabs have been closed
625 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
627         * plugins/debug-manager/anjuta-debug-manager.glade:
628         Fix #513485: wrong strings maked as translatable
630 2008-01-31  Sébastien Granjoux  <seb.sfo@free.fr>
632         * plugins/debug-manager/threads.c,
633         plugins/debug-manager/stack_trace.c:
634         Avoid crash when getting relative path from debugger (same fix
635         than for #510028)
637         * plugins/debug-manager/queue.c:
638         Emit all state changes notification
640         * plugins/debug-manager/start.c:
641         Fix #511586: Project path with "+" not working in debugger
643 2008-01-31  Johannes Schmid <jhs@gnome.org>
645         * plugins/patch/patch-plugin.glade:
646         Fixed button ui problem...
647         
648         Patch from James Liggett:
649         * plugins/profiler/gprof-call-graph-block-entry.c:
650         (gprof_call_graph_block_primary_entry_new),
651         (gprof_call_graph_block_secondary_entry_new):
652         * plugins/profiler/gprof-flat-profile-entry.c:
653         (gprof_flat_profile_entry_new):
654         
655         Fix #507831 - Wrong Profiler values for some locales
657 2008-01-31  Johannes Schmid <jhs@gnome.org>
659         * plugins/sourceview/anjuta-editor-sourceview.glade:
660         * plugins/sourceview/sourceview-prefs.c:
661         * plugins/sourceview/sourceview.c: (sourceview_finalize):
662   
663   Fixed Editor->View popup menu for those entries that are appropriate for
664   sourceview    
666 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
668         * plugins/debug-manager/breakpoints.c:
669         Fix #512901: Crash when adding a breakpoint
671         * plugins/debug-manager/queue.c:
672         Remove a possible memory leak
674 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
676         * plugins/debug-manager/data_view.c,
677         plugins/debug-manager/sparse_view.c,
678         manuals/anjuta-manual/C/debugger.xml:
679         Fix #513130, #513131 #513135: Wrong menu item names and errors
680         in the documentation
682 2008-01-30  Sébastien Granjoux  <seb.sfo@free.fr>
684         * plugins/tools/editor.c:
685         ianjuta_document_manager_find_document_with_path expect an uri not
686         a path
688 2008-01-29  Sébastien Granjoux  <seb.sfo@free.fr>
690         * manuals/reference/libanjuta/libanjuta-docs.sgml,
691         manuals/reference/libanjuta/libanjuta-sections.txt,
692         libanjuta/interfaces/libanjuta.idl:
693         Documentation fixes for IAnjutaDebugger* interfaces
695 === anjuta 2.3.3 ===
697 2008-01-27  Naba Kumar  <naba@gnome.org>
699         * Makefile.am, anjuta.spec.in, configure.in: Removed unmaintained
700         rpm spec file.
702         * plugins/symbol-browser/plugin.c: (on_editor_foreach_disconnect),
703         (value_added_current_editor), (value_removed_current_editor):
704         Removed dead code.
706         * TODO.tasks: Updated.
708         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init): Added
709         scrollwindow shadow in.
711         * plugins/editor/anjuta-editor-scintilla.glade:
712         * plugins/editor/style-editor.c: (create_style_editor_gui):
713         Set style window transient and cetered for preferences window.
714         Fixed Bug #365490 - problems displaying Scintilla Colors & Fonts dialog
716         * plugins/editor/anjuta-editor-scintilla.glade:
717         Fixes Bug #427108 - Scintilla plugin configuration folding-style
718         setting not working
720         * configure.in, NEWS: Updated for release 2.3.3
722 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
724         * plugins/debug-manager/anjuta-debug-manager.glade:
725         Fix #512224: Use a string in english
727 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
729         * plugins/build-basic-autotools/build-basic-autotools.c:
730         ianjuta_document_manager_goto_file_line_mark needs an uri and
731         not a file path
733 2008-01-26  Sébastien Granjoux  <seb.sfo@free.fr>
735         * plugins/symbol-browser/plugin.c,
736         plugins/symbol-browser/an_symbol_view.c:
737         use gnome_vfs_get_uri_from_local_path to get local path from uri
738         This takes care of escaping some characters
740 2008-01-25  Sébastien Granjoux  <seb.sfo@free.fr>
742         * plugins/debug-manager/stack_trace.c:
743         Probably fix #510028: crash debugger when having a relative filename
744         in stack trace
746 2008-01-25 Tom <tpgww@onepost.net>
748         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
750         * plugins/document-manager/plugin.c,
751         plugins/document-manager/file_history.c,
752         plugins/document-manager/file_history.h,
753         plugins/document-manager/anjuta-docman.c,
754         plugins/document-manager/anjuta-docman.h:
755         Rename filename argument to uri when an uri is expected
756         anjuta_docman_get_document_for_uri will remove symlinks 
758 2008-01-25  Naba Kumar  <naba@gnome.org>
760         * plugins/terminal/terminal.c: (terminal_execute),
761         (activate_plugin):
762         * plugins/tools/execute.c: Fixed couple of gtk+ critical warnings.
764 2008-01-24  Sébastien Granjoux  <seb.sfo@free.fr>
766         * plugins/debug-manager/anjuta-debug-manager.glade,
767         plugins/debug-manager/start.c:
768         Fix #511049: Change UI of add source directories dialog
770 2008-01-24  Naba Kumar  <naba@gnome.org>
772         * plugins/editor/text-editor-iterable.c: (iiter_get_length):
773         * plugins/editor/text_editor.c: (itext_editor_get_text_all),
774         (itext_editor_get_text), (itext_editor_get_length): Fixes implementations
775         of ianjuta_editor_get_length(), ianjuta_iterable_get_length() and
776         ianjuta_editor_get_text_all(). Current Search-replace and symbol-db
777         should work now.
779 2008-01-24  Johannes Schmid <jhs@gnome.org>
781         Patch from: Luca Ferretti <ella.uca@libero.it>:
783         * plugins/document-manager/anjuta-docman.c:
784         (anjuta_docman_page_init), (anjuta_docman_class_init):
785         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new):
786         
787         Fix #511757 – Close icon in tabs cut off (Patch was only for
788         document-manager, also adapted it for message-manager)
790 2008-01-24  Johannes Schmid <jhs@gnome.org>
792         * plugins/Makefile.am:
793         * plugins/sourceview/anjuta-document.c:
794         * plugins/sourceview/anjuta-marshal.list:
795         * plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
796         (anjuta_view_key_press_event):
797         * plugins/sourceview/sourceview-cell.c: (icell_iface_init),
798         (iiter_next), (iiter_previous), (iiter_last), (iiter_compare),
799         (iiter_diff), (iiter_iface_init):
800         * plugins/sourceview/sourceview.c: (on_document_char_added),
801         (ieditor_goto_position), (ieditor_get_text),
802         (ieditor_get_text_all), (ieditor_get_position), (ieditor_insert),
803         (ieditor_erase), (ieditor_get_line_from_position),
804         (ieditor_get_line_begin_position), (ieditor_get_line_end_position),
805         (ieditor_get_position_from_offset), (ieditor_get_start_position),
806         (ieditor_get_end_position), (ieditor_goto_start),
807         (ieditor_goto_end), (ieditor_iface_init), (iconvert_to_upper),
808         (iconvert_to_lower), (iindic_set), (iassist_suggest),
809         (iassist_show_tips):
810         
811         Implemented new iterators interface in sourceview editor and
812         re-enabled it.
814 2008-01-23  Naba Kumar  <naba@gnome.org>
816         * libanjuta/interfaces/libanjuta.idl:
817         * manuals/reference/libanjuta/libanjuta-sections.txt:
818         * plugins/build-basic-autotools/build-basic-autotools.c:
819         (build_indicator_location_set), (on_editor_changed):
820         * plugins/debug-manager/plugin.c: (show_program_counter_in_editor):
821         * plugins/debug-manager/variable.c: (get_hovered_word):
822         * plugins/document-manager/action-callbacks.c:
823         (on_editor_command_upper_case_activate),
824         (on_editor_command_lower_case_activate):
825         * plugins/document-manager/search-box.c: (on_incremental_search),
826         (on_search_activated):
827         * plugins/editor/text-editor-iterable.c: (icell_get_attribute),
828         (iiter_last), (iiter_set_position), (iiter_get_position),
829         (iiter_get_length), (iiter_compare), (iiter_diff),
830         (iiter_iface_init):
831         * plugins/editor/text_editor.c: (text_editor_get_position_lineno),
832         (text_editor_goto_point), (itext_editor_goto_start),
833         (itext_editor_goto_end), (itext_editor_goto_position),
834         (itext_editor_get_text_all), (itext_editor_get_text),
835         (itext_editor_get_position), (itext_editor_get_offset),
836         (itext_editor_get_length), (itext_editor_insert),
837         (itext_editor_erase), (itext_editor_erase_all),
838         (itext_editor_get_column), (itext_editor_get_overwrite),
839         (itext_editor_set_popup_menu),
840         (itext_editor_get_line_from_position),
841         (itext_editor_get_line_begin_position),
842         (itext_editor_get_line_end_position),
843         (itext_editor_get_position_from_offset),
844         (itext_editor_get_start_position), (itext_editor_get_end_position),
845         (itext_editor_iface_init), (iconvert_to_upper),
846         (iconvert_to_lower), (iassist_suggest), (iassist_show_tips),
847         (iindicable_set):
848         * plugins/editor/text_editor.h:
849         * plugins/editor/text_editor_cbs.c:
850         (on_text_editor_scintilla_notify):
851         * plugins/indent/plugin.c: (on_indent_action_activate):
852         * plugins/language-support-cpp-java/cpp-java-assist.c:
853         (cpp_java_assist_get_scope_context),
854         (cpp_java_assist_get_pre_word),
855         (cpp_java_assist_show_autocomplete),
856         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
857         (on_editor_char_added), (on_assist_chosen):
858         * plugins/language-support-cpp-java/plugin.c:
859         (get_line_indentation), (skip_iter_to_previous_logical_line),
860         (skip_preprocessor_lines), (initialize_indentation_params),
861         (set_line_indentation), (get_line_indentation_base),
862         (get_line_auto_indentation), (on_editor_char_inserted_cpp),
863         (on_editor_char_inserted_java), (on_auto_indent):
864         * plugins/macro/macro-actions.c: (match_shortcut):
865         * plugins/macro/macro-dialog.c: (on_ok_clicked):
866         * plugins/macro/plugin.c: (match_keyword):
867         * plugins/search/plugin.c: (find_incremental):
868         * plugins/search/search-replace.c: (search_and_replace),
869         (search_start_over):
870         * plugins/search/search-replace_backend.c:
871         (file_buffer_new_from_te), (file_buffer_line_from_pos),
872         (create_search_entries):
873         * plugins/symbol-browser/plugin.c:
874         (on_editor_buffer_symbols_update_timeout), (on_char_added),
875         (isymbol_manager_iface_init):
876         * plugins/symbol-db/plugin.c:
877         (on_editor_buffer_symbols_update_timeout), (on_char_added),
878         (isymbol_manager_iface_init):
879         * plugins/tools/execute.c: (atp_output_context_construct),
880         (atp_output_context_destroy), (atp_user_tool_execute):
882         Update IAnjutaEditor and IAnjutaIndicable interfaces to take
883         iterators instead of integer offsets.
884         - Renamed original ianjuta_editor_get_position(int) to 
885         ianjuta_editor_get_offset(). It is deprecated.
886         - Renamed original ianjuta_editor_get_position_iter() to
887         ianjuta_editor_get_position().
888         - Renamed ianjuta_editor_get_cell_iter() to
889         ianjuta_editor_get_position_from_offset()
890         - Renamed ianjuta_editor_get_text_iter() to ianjuta_editor_get_text()
891         - Added new methods:
892         ianjuta_editor_get_start_position(), ianjuta_editor_get_end_position()
893         ianjuta_editor_get_text_all(), ianjuta_editor_goto_start(),
894         ianjuta_editor_goto_end().
895         - All relevent signals and methods converted to use iterators.
896         - All relevent plugins fixed to use new API.
897         - Removed ianjuta_editor_cell_get_line() because it is provided by
898         ianjuta_editor_get_line_from_position().
899         - Removed ianjuta_symbol_manager_get_completions_at_position()
900         because it not used anywhere and is not right to be there.
901         - Updated IAnjutaEditable documentation.
903         Updated IAnjutaIterable interface:
904         - ianjuta_iterable_compare() and ianjuta_iterable_diff()
905         - Introduced 'end-iter' to point at the end of the list.
906         - Updated IAnjutaIterable documentation.
908         * plugins/Makefile.am:
909         (Disabled sourceview plugin for now. Jhs is coming up with a patch
910         for it soon).
912 2008-01-22  Johannes Schmid <jhs@gnome.org>
914         * plugins/file-wizard/anjuta-file-wizard.plugin.in:
915         * plugins/project-import/anjuta-project-import.glade:
916         * plugins/project-import/anjuta-project-import.plugin.in:
917         * plugins/project-wizard/anjuta-project-wizard.glade:
918         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
919         * plugins/project-wizard/druid.c: (npw_druid_new):
920         * plugins/project-wizard/plugin.c: (npw_plugin_create_view):
921         
922         Fixed #465084 – wizard instead of assistant (only string changes...)
924 2008-01-20  Rob Bradford  <rob@openedhand.com>
926         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
927         Fix parsing with quotes in the command line. Kudos to Jorn Baayen for
928         coming up with the solution. (Bug: #510390.)
930 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
932         * plugins/build-basic-autotools/executer.c:
933         Fix #502508, use anjuta_launcher to keep program output
935         * plugins/terminal/terminal.c:
936         Remove unused child_initizlized member
937         Start the shell on plugin activation
939 2008-01-20  Sébastien Granjoux  <seb.sfo@free.fr>
941         * plugins/debug-manager/sparse_buffer.c:
942         Fix a crash when scrolling in the diassembly window
944         * plugins/debug-manager/sparse_view.c:
945         Small limit change using the same "unit" for both number
947 2008-01-19  Naba Kumar  <naba@gnome.org>
949         * plugins/language-support-cpp-java/cpp-java-assist.c:
950         (cpp_java_assist_get_scope_context),
951         (cpp_java_assist_get_pre_word): Usef ianjuta_editer_get_text_iter()
952         instead.
954 2008-01-19  Johannes Schmid <jhs@gnome.org>
956         * plugins/sourceview/anjuta-editor-sourceview.glade:
957         * plugins/valgrind/vgrule-editor.c: (vg_rule_editor_save):
958         
959         And even more strings...
961 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
963         * plugins/project-wizard/templates/cpp/src/main.cc:
964         Fix #498734, typing error in c++ project template
966 2008-01-19  Johannes Schmid <jhs@gnome.org>
968         * plugins/editor/text_editor.c: (text_editor_save_file):
969         * plugins/macro/anjuta-macro.glade:
970         * plugins/subversion/anjuta-subversion.glade:
972         Fixed even more strings
974 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
976         * plugins/language-support-cpp-java/cpp-java-assist.c:
977         Fix bug #488519, remove critical warning (completion_cache == NULL
978         is valid)
980 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
982         * plugins/gdb/debugger.c:
983         Enable logging of gdb communication with an environment variable
985 2008-01-19  Naba Kumar  <naba@gnome.org>
987         * plugins/editor/text-editor-iterable.c: (iiter_next),
988         (iiter_set_position), (iiter_get_position), (iiter_get_length): Use
989         editor native funtions to avoid round trips.
991 2008-01-19  Sébastien Granjoux  <seb.sfo@free.fr>
993         * plugins/editor/text_editor.c:
994         Fix a bug due to the previous patch: Unable to save new file in 
995         Scintilla
997 2008-01-18  Sébastien Granjoux  <seb.sfo@free.fr>
999         * plugins/debug-manager/disassemble.c,
1000         plugins/debug-manager/disassemble.h,
1001         plugins/debug-manager/registers.c,
1002         plugins/debug-manager/registers.h,
1003         plugins/debug-manager/memory.c,
1004         plugins/debug-manager/memory.h,
1005         plugins/debug-manager/command.c,
1006         plugins/debug-manager/command.h,
1007         plugins/debug-manager/queue.c,
1008         plugins/debug-manager/queue.h,
1009         plugins/debug-manager/breakpoints.c,
1010         plugins/debug-manager/stack_trace.c,
1011         plugins/debug-manager/threads.c,
1012         plugins/debug-manager/plugin.c,
1013         plugins/gdb/plugin.c,
1014         plugins/gdb/debugger.c,
1015         plugins/gdb/debugger.h,
1016         manuals/reference/libanjuta/libanjuta-sections.txt,
1017         manuals/reference/libanjuta/libanjuta.types,
1018         libanjuta/interfaces/libanjuta.idl:
1019         Use gulong instead of guint for addresses
1020         Split IAnjutaCpuDebugger interface in IAnjutaDebuggerRegister,
1021         IAnjutaDebuggerMemory and IAnjutaDebuggerInstruction
1023         * plugins/gdb/anjuta-gdb.plugin.in:
1024         Remove reference to IAnjutaCpuDebugger (useless)
1026 2008-01-18  Johannes Schmid <jhs@gnome.org>
1028         * AUTHORS: Added Alexander
1030 2008-01-18  Johannes Schmid <jhs@gnome.org>
1032   Patch from: Alexander Korolyov <kilork@yandex.ru>
1034         * plugins/editor/text_editor.c: (load_from_file),
1035         (text_editor_save_file):
1036         
1037         Fixed symlinks (#510238) and file permission (#405321)
1038         handling for scintilla editor. 
1039   
1040 2008-01-17  Johannes Schmid <jhs@gnome.org>
1042         * plugins/document-manager/action-callbacks.c:
1043         (on_editor_command_select_all_activate),
1044         (on_editor_command_cut_activate),
1045         (on_editor_command_paste_activate),
1046         (on_editor_command_copy_activate),
1047         (on_editor_command_clear_activate):
1048   Resupport cut/copy/paste/clear on GtkEditables when those
1049   have focus. (Important for shortcuts to work).
1051         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1052         * plugins/document-manager/search-box.c: (on_search_activated):
1053         * plugins/gdb/plugin.c: (gdb_plugin_start_terminal):
1054         * plugins/patch/patch-plugin.c: (on_ok_clicked):
1055         * plugins/profiler/plugin.c: (profiler_get_data):
1056         * plugins/project-wizard/druid.c: (npw_druid_new):
1057         * plugins/project-wizard/install.c: (on_install_end_install_file):
1058         * plugins/sourceview/anjuta-editor-sourceview.glade:
1059         * plugins/subversion/anjuta-subversion.glade:
1060         * plugins/tools/anjuta-tools.glade:
1061         Various string fixes
1063 2008-01-17  Naba Kumar  <naba@gnome.org>
1065         Patch from James Liggett:
1067         * plugins/subversion/subversion-add-dialog.c:
1068         (on_subversion_add_response):
1069         * plugins/subversion/subversion-copy-dialog.c:
1070         (on_subversion_copy_response):
1071         * plugins/subversion/subversion-diff-dialog.c:
1072         (on_subversion_diff_response):
1073         * plugins/subversion/subversion-merge-dialog.c:
1074         (on_subversion_merge_response):
1075         * plugins/subversion/subversion-remove-dialog.c:
1076         (on_subversion_remove_response):
1077         * plugins/subversion/subversion-switch-dialog.c:
1078         (on_subversion_switch_response):
1079         * plugins/subversion/subversion-ui-utils.c: (check_input):
1080         * plugins/subversion/subversion-ui-utils.h:
1081         * plugins/subversion/subversion-update-dialog.c:
1082         (on_subversion_update_response):
1084         If the user doesn't enter any data for path or revision fields in
1085         certain SVN plugin dialogs, libsvn throws assertion failures and
1086         kills Anjuta. To avoid this, the validity of path and revision
1087         input data are checked before the command gets executed.
1089         Fixes Bug #509510 - Check input of some dialogs to avoid termination
1090         if user gives bad or no input
1092 2008-01-16  Sébastien Granjoux  <seb.sfo@free.fr>
1094         * plugins/document-manager/anjuta-docman.c:
1095         Fix #507627 memory tab stay active on debugger stop
1096         Remove two unused variables due to the previous patch
1098 2008-01-16  Johannes Schmid <jhs@gnome.org>
1100         * libanjuta/anjuta-plugin-manager.c:
1101         Fixed #508399 – When you enable a plugin, preferences don't show up
1103 2008-01-16  Rob Bradford  <rob@openedhand.com>
1105         Reviewed by: Johannes Schmid <jhs@gnome.org>
1107         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
1108         (get_property_value_as_string), (set_property_value_as_string),
1109         (register_callbacks):
1110         * libanjuta/anjuta-preferences.h:
1111         Add support for both file and folder preferences (originally only
1112         folder choosers were supported. (Fixes bug: #508805.)
1114         * plugins/file-manager/file-manager.glade:
1115         Update the only in-tree use of the ANJUTA_PROPERTY_OBJECT_TYPE_FILE
1116         type of property.
1118 2008-01-16  Johannes Schmid <jhs@gnome.org>
1120         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1121         .glade:
1122         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1123         * src/anjuta.glade:
1124         
1125         Fixed #509875 – The "Update globale tags" button wording is incorrect
1126         Fixed #509873 – Build Autotools Preferences has excessive padding
1127         Fixed #509872 – General Information labels are incorrectly aligned
1128         Fixed #509871 – General preferences has incorrect use of colons
1129         
1130 2008-01-16  Johannes Schmid <jhs@gnome.org>
1132         * plugins/document-manager/anjuta-document-manager.glade:
1133         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1135         Fixed #509865 – Incorrect padding in the Documents settings tabs
1136         Fixed #509867 – Create button contents is mis-aligned
1137         Fixed #509869 – "Add Directory" button is not HIG complient
1139 2008-01-16  Johannes Schmid <jhs@gnome.org>
1141         * libanjuta/anjuta-preferences-dialog.c:
1142         (anjuta_preferences_dialog_add_page):
1143         
1144         Fix #509864 – No initial section selected when opening the Preferences dialog
1146 2008-01-16  Johannes Schmid <jhs@gnome.org>
1148         * plugins/gtodo/preferences.c: (pref_gconf_set_notifications):
1149         Removed unused gconf_notifications
1150         
1151         * plugins/search/anjuta-search.glade:
1152         * plugins/subversion/anjuta-subversion.glade:
1153         * plugins/tools/anjuta-tools.glade:
1154         * src/anjuta-app.c: (anjuta_app_instance_init):
1155         
1156         Fixed various strings
1158 2008-01-15  Naba Kumar  <naba@gnome.org>
1160         * plugins/editor/text_editor.c: (isavable_save_as): Correctly highlight
1161         newfile saved. Fixes bug #502322 - Highlight doesn't work on new
1162         file saved
1164         * plugins/symbol-browser/an_symbol_view.c:
1165         (anjuta_symbol_view_workspace_update_file): Refresh the symbols for
1166         new file saved.
1168 2008-01-15  Johannes Schmid <jhs@gnome.org>
1170         * libanjuta/anjuta-profile.c: (anjuta_profile_class_init),
1171         (anjuta_profile_add_plugins_from_xml):
1172         * plugins/file-manager/file-manager.glade:
1173         Some string fixes
1174         
1175         * libanjuta/interfaces/libanjuta.idl:
1176         Fixed docs
1177                 
1178         * plugins/sourceview/Makefile.am:
1179         * plugins/sourceview/anjuta-editor-sourceview.glade:
1180         * plugins/sourceview/sourceview-print.c: (paginate), (draw_page),
1181         (end_print), (print_setup), (sourceview_print),
1182         (sourceview_print_preview):
1183         * plugins/sourceview/sourceview.c: (iprint_print),
1184         (iprint_print_preview):
1185         
1186         Added printing support to GtkSourceView editor
1188 2007-01-14 Tom <tpgww@onepost.net>
1190         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
1192         * plugins/document-manager/anjuta-docman.c:
1193         Fix two memory leaks added by the previous patch
1195 2008-01-14  Johannes Schmid <jhs@gnome.org>
1197         * plugins/sourceview/assist-tip.c: (assist_tip_move):
1198         * plugins/sourceview/assist-window.c: (assist_window_move):
1199         
1200         Do not use opacity
1202 2008-01-14  Rob Bradford  <rob@openedhand.com>
1204         * global-tags/Makefile.am:
1205         * global-tags/create_global_tags.sh.in:
1206         Install anjuta-tags binary into FHS policy compliant directory and
1207         update references. (Fixes bug: 509346.)
1209 2008-01-13  Naba Kumar  <naba@gnome.org>
1211         Patch from: Ritesh Khadgaray
1212         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1213         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
1214         Adds export-dynamic option to LDFLAGS to project template for libglade
1215         to work for autoconnect signals.
1217 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1219         * libanjuta/anjuta-utils.c:
1220         anjuta_util_get_real_path return a string that need to be freed
1221         with g_free even if PATH_MAX is not defined
1223 2008-01-13  Andre Klapper  <a9016009@gmx.de>
1225         * manuals/anjuta-manual/Makefile.am: add forgotten Swedish entry
1226         to DOC_LINGUAS.
1228 2008-01-13  Sébastien Granjoux  <seb.sfo@free.fr>
1230         * plugins/document-manager/anjuta-docman.c:
1231         Do not reopen file having escaped character (+,...) in path name
1233 2008-01-13  Naba Kumar  <naba@gnome.org>
1235         * libanjuta/interfaces/libanjuta.idl:
1236         * plugins/class-gen/plugin.c: (cg_plugin_add_to_project):
1237         * plugins/project-manager/plugin.c: (iproject_manager_iface_init):
1238         Renamed IAnjutaProjectManager::add_source_multi() to more appropriate
1239         IAnjutaProjectManager::add_sources().
1241         * plugins/glade/plugin.c: (on_glade_resource_removed),
1242         (on_glade_resource_updated), (ifile_open), (iwizard_activate): Added
1243         stubs for handing resources in glade file.
1245 2008-01-13  Naba Kumar  <naba@gnome.org>
1247         * libanjuta/anjuta-launcher.c: (is_password_prompt): Use const.
1249         * plugins/glade/plugin.c: (ifile_open): Select the first window
1250         in the glade project when it is first opened. Avoids empty glade
1251         document the first time.
1253 2008-01-12  Bolesław Kulbabiński <bolekk@gmail.com>
1255   Reviewed by: Johannes Schmid <jhs@gnome.org>
1257         * plugins/gtodo/callback.c: (remove_todo_item):
1258         Fix #507304 – crash in Anjuta IDE while removing done tasks
1260 2008-01-11  Sébastien Granjoux  <seb.sfo@free.fr>
1262         * plugins/debug-manager/anjuta-debug-manager.ui,
1263         plugins/debug-manager/plugin.c,
1264         plugins/debug-manager/start.h,
1265         plugins/debug-manager/start.c:
1266         New menu item to add extra source directories for debugger
1268 === anjuta 2.3.2 ===
1270 2008-01-11  Bolesław Kulbabiński <bolekk@gmail.com>
1272         * plugins/gtodo/callback.c: (remove_todo_item):
1273         Fix #507304 – crash in Anjuta IDE while removing done tasks
1275 2008-01-11  Naba Kumar  <naba@gnome.org>
1277         * configure.in: Bumped version to 2.3.2
1278         * NEWS: Updated for anjuta 2.3.2 release
1279         * plugins/build-basic-autotools/build-basic-autotools.c: It's 'make dist'
1280         not 'make tarball'
1282 2008-01-11  Johannes Schmid <jhs@gnome.org>
1284         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
1285         .glade:
1286         Reverted accidently commited change
1287         
1288         * plugins/document-manager/anjuta-document-manager.glade:
1289         Fix Gtk-Critical because of broken glade file
1291 2008-01-11  Naba Kumar  <naba@gnome.org>
1293         * plugins/glade/plugin.c: (on_document_destroy),
1294         (glade_plugin_add_project): Fixed a bug where when more than one
1295         glade document is open and one is closed, it closes all the glade
1296         documents. Also it might have fixed the bug where sometimes closing
1297         the glade document leaves glade widget tree unclosed.
1299 2008-01-11  Naba Kumar  <naba@gnome.org>
1301         * libanjuta/Makefile.am: Install glade3 files in own prefix to
1302         prevent install errors when not installed as root (then the files
1303         are only useful when glade-3 is installed in the same prefix, but it
1304         doesn't harm anjuta runtime).
1306         * plugins/sourceview/sourceview.c: Commented use of a file
1307         not currently distributed.
1309 2008-01-10  Naba Kumar  <naba@gnome.org>
1311         * po/POTFILES.skip: Added plugins/macro/macros.xml because there is
1312         nothing to translate in it.
1314 2008-01-10  Johannes Schmid <jhs@gnome.org>
1316         * plugins/project-wizard/templates/gnome.wiz:
1317         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
1318         * plugins/project-wizard/templates/gnome/src/main.c:
1319         * plugins/project-wizard/templates/translatable-strings.h:
1320         
1321         Fixed #508497 and added a new chooser to select whether to use
1322         libglade or not.
1324 2008-01-10  Johannes Schmid <jhs@gnome.org>
1326         Patch from Tom <tpgww@onepost.net>:
1328         * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path),
1329         (anjuta_util_glist_path_dedup):
1330         * libanjuta/anjuta-utils.h:
1331         
1332         Give the method a proper prefixed name
1333         
1334         * plugins/document-manager/action-callbacks.c:
1335         (get_current_popup_active),
1336         (on_editor_command_select_all_activate),
1337         (on_editor_command_cut_activate),
1338         (on_editor_command_paste_activate),
1339         (on_editor_command_copy_activate),
1340         (on_editor_command_clear_activate), (on_show_search),
1341         (on_repeat_quicksearch):        
1342         * plugins/document-manager/action-callbacks.h:
1343         * plugins/document-manager/anjuta-docman.c:
1344         (anjuta_docman_add_editor), (anjuta_docman_get_current_popup),
1345         (anjuta_docman_goto_file_line_mark),
1346         (anjuta_docman_get_full_filename):
1347         * plugins/document-manager/anjuta-docman.h:
1348         * plugins/document-manager/anjuta-document-manager.ui:
1349         * plugins/document-manager/plugin.c:
1350         (update_document_ui_interface_items):
1351         
1352         Better way to fix the popup-menu items (Cut/Copy/Paste)
1353         and various clean-ups.
1354         
1355         * plugins/document-manager/search-box.c: (on_document_changed),
1356         (search_box_fill_search_focus):
1357         * plugins/document-manager/search-box.h:
1358         * plugins/search/plugin.c:
1359         
1360         Add a menu item to repeat the quick search
1362 2008-01-10  Johannes Schmid <jhs@gnome.org>
1364         * plugins/language-support-cpp-java/cpp-java-assist.c:
1365         (on_assist_chosen):
1366         
1367         Fixed #508424 – Auto complete: previous char was removed when 
1368         pre TAB to auto complete.
1370 2008-01-10  Johannes Schmid <jhs@gnome.org>
1372         Patch from: James Ligett:
1374         * plugins/profiler/gprof-call-graph-view.c:
1375         (gprof_call_graph_view_create_columns):
1376         * plugins/profiler/gprof-flat-profile-view.c:
1377         (gprof_flat_profile_view_create_columns):
1378         
1379         Fixed translation issues (#496833)
1381 2008-01-10 Johannes Schmid <jhs@gnome.org>
1383         Patch from Bolesław Kulbabiński <bolekk@gmail.com> (GHOP):
1385         * plugins/gtodo/gtodo.c: (category_manager_add_item):
1386         Fix #460390 – Changing categories while edinting something
1388 2008-01-09  Naba Kumar  <naba@gnome.org>
1390         * libanjuta/anjuta-plugin-manager.c:
1391         (anjuta_plugin_manager_activate_plugins): Commented dead code and
1392         fixed a leak.
1394         * libanjuta/anjuta-status.c: (anjuta_status_dispose): Fixes a memory
1395         corruption reported in bug #507491. Potentially fixes too.
1397 2008-01-09  Johannes Schmid <jhs@gnome.org>
1399         Patch from Bolesław Kulbabiński <<bolekk@gmail.com> (GHOP):
1401         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1402         Fix bug #505205 completely
1403         
1404         * AUTHORS: Added Bolesław
1406 2008-01-08  Johannes Schmid <jhs@gnome.org>
1408         * plugins/document-manager/action-callbacks.c:
1409         (on_editor_command_cut_activate),
1410         (on_editor_command_paste_activate),
1411         (on_editor_command_copy_activate),
1412         (on_editor_command_clear_activate):
1413         
1414         Fixed editor popup menu (Cut, Copy, Paste)
1416 2008-01-08  Johannes Schmid <jhs@gnome.org>
1418         * plugins/sourceview/sourceview.c: (autodetect_language):
1419         Fixed a crash when creating a new file
1421 2008-01-08  Johannes Schmid <jhs@gnome.org>
1423         Patch by <bolekk@gmail.com> (GHOP Student)
1425         * plugins/gtodo/mcategory.c: (category_manager_add_item):
1426         Fix bug #505205
1428 2008-01-08  Naba Kumar  <naba@gnome.org>
1430         * libanjuta/anjuta-plugin-handle.c: (anjuta_plugin_handle_new):
1431         * libanjuta/anjuta-plugin-manager.c:
1432         (anjuta_plugin_manager_select),
1433         (anjuta_plugin_manager_activate_plugins):
1434         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
1435         * plugins/file-loader/plugin.c: (sort_wizards), (open_with_dialog),
1436         (on_create_submenu), (create_open_with_submenu):
1437         * src/about.c: (on_about_plugin_activate),
1438         (about_create_plugins_submenu): Use translated version of get_string()
1439         API in AnjutaDescription for translatable properties. Fixes bug #496833
1440         comment #18.
1442 2008-01-07  Johannes Schmid <jhs@gnome.org>
1444         * plugins/build-basic-autotools/executer.c: (execute_program):
1445         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
1446         * plugins/debug-manager/anjuta-debug-manager.glade:
1447         * plugins/debug-manager/locals.c: (create_locals_gui):
1448         * plugins/file-loader/plugin.c: (on_create_submenu):
1449         * plugins/gtodo/main.h:
1450         * plugins/gtodo/preferences.c: (preferences_widget):
1451         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
1452         * plugins/tools/anjuta-tools.glade:
1453         * plugins/tools/execute.c: (atp_output_context_print):
1454         * src/main.c:
1455         
1456                 Another bunch of i18n fixes (#496833)
1458 2008-01-07  Johannes Schmid <jhs@gnome.org>
1460         * plugins/build-basic-autotools/build-basic-autotools.c:
1461         (on_build_terminated):
1462         * plugins/gtodo/interface.c: (set_read_only):
1463         * plugins/project-manager/plugin.c: (confirm_removal),
1464         (on_popup_add_to_project):
1465         * plugins/subversion/anjuta-subversion.glade:
1466         * plugins/tools/execute.c: (atp_output_context_print_result):
1467         
1468         Fixed some strings from #496833
1470 2008-01-07  Johannes Schmid <jhs@gnome.org>
1472         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
1473         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
1474         .in:
1475         * plugins/language-support-cpp-java/plugin.c: (install_support),
1476         (uninstall_support), (ipreferences_merge), (ipreferences_unmerge):
1477         Added basic Vala support
1478         
1479         * plugins/sourceview/sourceview.c: (autodetect_language):
1480         Fixed mime-type detection
1482 2008-01-06  Massimo Cora'  <maxcvs@email.it>
1484   Reviewed by: Johannes Schmid <jhs@gnome.org>
1486         * plugins/symbol-db/plugin.c: (on_global_treeview_row_collapsed),
1487         (value_removed_current_editor), (symbol_db_activate),
1488         (symbol_db_deactivate):
1489         * plugins/symbol-db/symbol-db-engine.c:
1490         (symbol_db_engine_get_global_members_filtered):
1491         * plugins/symbol-db/symbol-db-view.c:
1492         (do_add_child_symbol_to_view), (prepare_for_adding),
1493         (on_symbol_inserted), (sdb_view_row_expanded_idle_destroy),
1494         (sdb_view_row_expanded_idle), (sdb_view_namespace_row_expanded),
1495         (sdb_view_global_row_expanded), (sdb_view_vars_row_expanded),
1496         (symbol_db_view_row_expanded), (symbol_db_view_row_collapsed),
1497         (sdb_view_init), (sdb_view_finalize),
1498         (sdb_view_build_and_display_base_tree):
1499         * plugins/symbol-db/symbol-db-view.h:
1500         added controls to expand Global tab nodes in a non-freezing way.
1501         Fixed also some little bugs always on global-tab.
1503 2008-01-06  Naba Kumar  <naba@gnome.org>
1505         Patches from James Liggett:
1506         * plugins/profiler/gprof-call-graph-view.c:
1507         (gprof_call_graph_view_create_columns):
1508         * plugins/profiler/gprof-flat-profile-view.c:
1509         (gprof_flat_profile_view_create_columns):
1510         * plugins/profiler/gprof-function-call-tree-view.c:
1511         (gprof_function_call_tree_view_create_columns): Made all
1512         of the columns resizable and reorderable.
1514 2008-01-06  Johannes Schmid <jhs@gnome.org>
1516         * libanjuta/anjuta-launcher.c: (anjuta_launcher_initialize),
1517         (anjuta_launcher_check_password_real),
1518         (anjuta_launcher_scan_output), (anjuta_launcher_scan_error),
1519         (anjuta_launcher_scan_pty),
1520         (anjuta_launcher_disable_password_check):
1521         * libanjuta/anjuta-launcher.h:
1522         Added disable_password_check for stream where it does not make sense 
1523         (e.g symbol-db) and lots of DEBUG_PRINTS to better scope launcher errors
1524         that sometimes occur in symbol-db plugin
1525         
1526         * plugins/file-manager/file-model.c:
1527         (file_model_cancel_expand_idle):
1528         Fixed removing of idle source
1529         
1530         * plugins/sourceview/anjuta-view.c: (anjuta_view_set_colors):
1531         * plugins/sourceview/sourceview-prefs.c: (on_gconf_notify_color):
1532         
1533         Fixed #348854 – invisible cursor in certain themes
1535 2008-01-06  Naba Kumar  <naba@gnome.org>
1537         * libanjuta/anjuta-preferences.c:
1538         (anjuta_preferences_register_property_custom): Fixed a crash bug on
1539         closing preferences dialog due to patch in bug #507300
1541 2008-01-06  Naba Kumar  <naba@gnome.org>
1543         * plugins/language-support-cpp-java/cpp-java-assist.c:
1544         (on_assist_chosen):
1545         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1546         * plugins/search/search-replace_backend.c: (create_search_entries):
1547         Added missing unrefs.
1549 2008-01-06  Johannes Schmid <jhs@gnome.org>
1551         * plugins/debug-manager/variable.c: (get_hovered_word):
1552   Add a g_object_unref()  
1553         
1554         * plugins/sourceview/sourceview.c: (ieditor_get_text_iter),
1555         (on_sourceview_hover_leave):
1556         Fixed hover and editor interface to make hover in debugger work
1558 2008-01-06  Naba Kumar  <naba@gnome.org>
1560         * plugins/editor/text-editor.c: Whitespaces fixes.
1561         * plugins/language-manager/plugin.c: (ilanguage_get_from_string): Use
1562         DEBUG_PRINT instead of g_message.
1564 2008-01-06  Sébastien Granjoux  <seb.sfo@free.fr>
1566         * plugins/debug-manager/breakpoints.c:
1567         Fix #507441: Disable all breakpoints doesn't work
1568         Fix #507444: Enable Breakpoint menu item doesn't change name
1570 2008-01-05  Naba Kumar  <naba@gnome.org>
1572         * manuals/reference/libanjuta/libanjuta.types: Renamed
1573         IAnjutaVariableDebugger to IAnjutaDebuggerVariable to fix build error.
1575 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1577         * plugins/debug-manager/variable.c:
1578         Update variable display to use IAnjutaIterable instead of position
1580         * plugins/editor/text_editor_cbs.c,
1581         plugins/editor/text_editor.c:
1582         Fix Gtk critical warnings when a hover signal is emitted
1583         Fix get_text_iter in Scintilla (range should include last character)
1584         
1585 2008-01-05  Sébastien Granjoux  <seb.sfo@free.fr>
1587         * plugins/debug-manager/debug_tree.c,
1588         plugins/debug-manager/debug_tree.h,
1589         plugins/debug-manager/watch.c,
1590         plugins/debug-manager/command.c,
1591         plugins/debug-manager/queue.c,
1592         plugins/gdb/plugin.c,
1593         plugins/gdb/debugger.c,
1594         plugins/gdb/debugger.h,
1595         libanjuta/interfaces/libanjuta.idl:
1596         Rename IAnjutaVariableDebugger to IAnjutaDebuggerVariable
1598 2008-01-05  Naba Kumar  <naba@gnome.org>
1600         * plugins/valgrind/plugin.c: Removed stock icon open/save from
1601         menus to avoid conflict with file open/save. Fixes bug #507455
1603 2008-01-05  Johannes Schmid <jhs@gnome.org>
1605         * configure.in:
1606         Conditionally depend on gtksourceview2 >= 2.1.0
1607         
1608         * libanjuta/interfaces/libanjuta.idl:
1609         Update IAnjutaEditorSeletion and IAnjutaEditorHover to use
1610         iterators instead of positions
1611         
1612         * plugins/debug-manager/threads.c:
1613         Fixed a warnings by including gnome-vfs properly
1614         
1615         * plugins/debug-manager/variable.c: (get_hovered_word),
1616         (on_hover_over):
1617         Updated to changes in IAnjutaEditorHover/Selection
1618         
1619         * plugins/document-manager/action-callbacks.c:
1620         (on_editor_command_upper_case_activate),
1621         (on_editor_command_lower_case_activate):
1622         * plugins/document-manager/search-box.c: (on_incremental_search),
1623         (on_search_activated):
1624         * plugins/editor/text_editor.c: (itext_editor_get_text_iter),
1625         (itext_editor_erase), (itext_editor_iface_init), (iselection_set),
1626         (iselection_get_start), (iselection_get_end),
1627         (iselection_iface_init), (ihover_display), (ihover_iface_init):
1628         * plugins/editor/text_editor_cbs.c:
1629         (on_text_editor_scintilla_notify):
1630         
1631         Updated to changes in IAnjutaEditorHover/Selection and updated editor
1632         interface of scintilla editor.
1633         
1634         * plugins/language-manager/languages.xml:
1635         * plugins/language-manager/plugin.c:
1636         (ilanguage_get_from_mime_type), (ilanguage_get_from_string):
1637         Added chdr to C language files and some DEBUG_PRINTs
1638         
1639         * plugins/language-support-cpp-java/cpp-java-assist.c:
1640         (on_assist_chosen):
1641         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
1642         * plugins/search/plugin.c: (find_incremental):
1643         * plugins/search/search-replace.c: (search_and_replace):
1644         * plugins/search/search-replace_backend.c: (create_search_entries):
1645                 Adapted to changed interfaces
1647         * plugins/sourceview/Makefile.am:
1648         * plugins/sourceview/anjuta-document.c: (anjuta_document_init),
1649         (set_uri), (anjuta_document_save):
1650         * plugins/sourceview/anjuta-editor-sourceview.glade:
1651         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
1652         (anjuta_view_key_press_event):
1653         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
1654         * plugins/sourceview/sourceview-cell.c:
1655         (sourceview_cell_instance_init), (sourceview_cell_finalize),
1656         (icell_get_line), (icell_get_attribute), (icell_iface_init):
1657         * plugins/sourceview/sourceview-prefs.c: (get_bool),
1658         (on_gconf_notify_disable_hilite), (on_gconf_notify_tab_size),
1659         (on_gconf_notify_indent_size), (on_gconf_notify_braces_check),
1660         (on_gconf_notify_view_marks), (on_gconf_notify_view_right_margin),
1661         (on_gconf_notify_right_margin_position), (sourceview_prefs_init):
1662         * plugins/sourceview/sourceview-private.h:
1663         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
1664         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
1665         (on_document_loaded), (sourceview_instance_init),
1666         (sourceview_dispose), (sourceview_finalize),
1667         (sourceview_create_markers), (sourceview_new),
1668         (ifile_savable_save), (ieditor_get_tab_size),
1669         (ieditor_set_tab_size), (ieditor_set_use_spaces),
1670         (ieditor_set_auto_indent), (ieditor_goto_line),
1671         (ieditor_get_text_iter), (ieditor_iface_init), (iselect_to_brace),
1672         (iselect_block), (iselect_set), (iselect_get_start),
1673         (iselect_get_end), (iselect_iface_init), (mark_real), (imark_mark),
1674         (imark_unmark), (imark_is_marker_set),
1675         (imark_location_from_handle), (imark_delete_all_markers),
1676         (ibookmark_toggle), (goto_bookmark), (ibookmark_first),
1677         (ibookmark_last), (ibookmark_next), (ibookmark_previous),
1678         (ibookmark_clear_all), (iprint_print), (iprint_print_preview),
1679         (ilanguage_get_supported_languages), (autodetect_language),
1680         (ilanguage_set_language), (iassist_show_tips),
1681         (on_sourceview_hover_leave), (on_sourceview_hover_over),
1682         (ihover_display), (ihover_iface_init):
1683         
1684         Use GtkSourceView 2.1.x:
1685         * New mark interface
1686         * Fixed #486724 and #488615
1687         * Implemented hover interface
1688         * Adapted to changed interfaces
1690 2008-01-04  Rob Bradford  <rob@o-hand.com>
1692         Reviewed by Naba Kumar  <naba@gnome.org>:
1693         * libanjuta/anjuta-preferences.c:
1694         (anjuta_preferences_register_property_custom):
1695         Unregister preferences for custom preferences when the widget is
1696         destroyed.
1698 2008-01-03  Johannes Schmid <jhs@gnome.org>
1700         * plugins/file-manager/file-model.c: (file_model_row_expanded),
1701         (file_model_row_collapsed):
1702   Fixed the too method to take a correct data argument
1704 2008-01-02  Johannes Schmid <jhs@gnome.org>
1706         * plugins/document-manager/anjuta-docman.c:
1707         (anjuta_docman_add_document), (anjuta_docman_remove_document):
1708         ref and unref correctly to silence a Gtk+ critical
1710 2008-01-01  Johannes Schmid <jhs@gnome.org>
1712         * plugins/editor/text_editor.c: (itext_editor_get_text):
1713         Fixed #506740 – ianjuta_editor_get_text crash if request 
1714         text past the buffer length
1716 2008-01-01  Sébastien Granjoux  <seb.sfo@free.fr>
1718         * plugins/debug-manager/utilities.c,
1719         plugins/debug-manager/utilities.h,
1720         plugins/debug-manager/breakpoints.c:
1721         Move get_current_editor function in utilities.c
1723         * plugins/debug-manager/plugin.c,
1724         plugins/debug-manager/debug_tree.c,
1725         plugins/debug-manager/debug_tree.h,
1726         plugins/debug-manager/watch.c,
1727         plugins/debug-manager/watch.h,
1728         plugins/debug-manager/locals.c,
1729         plugins/debug-manager/locals.h,
1730         (added) plugins/debug-manager/variable.c,
1731         (added) plugins/debug-manager/variable.h,
1732         plugins/debug-manager/Makefile.am:
1733         Use hover interface to display variable value
1735 2007-12-31  Johannes Schmid <jhs@gnome.org>
1737         * libanjuta/Makefile.am:
1738         Only install glade catalog files if glade-3 is available
1739         (Fixes #506269 and #500296)
1741 2007-12-30  Johannes Schmid <jhs@gnome.org>
1743         * libanjuta/anjuta-preferences.c: (get_property_value_as_string),
1744         (set_property_value_as_string), (register_callbacks):
1746   Fixed GtkFileChooserButton preferences to also work when only the combo
1747   changes without a dialog being open.
1749 2007-12-29  Johannes Schmid <jhs@gnome.org>
1751         * plugins/editor/Makefile.am:
1752         Fixed #506266 – Attempting to build the scintilla plugin, even when explicitly disabled
1754 2007-12-29  Johannes Schmid <jhs@gnome.org>
1756         * plugins/devhelp/plugin.c: (devhelp_activate):
1757         Fixed #498986 - Anjuta-2.3.0 fails to build
1759 2007-12-29  Johannes Schmid <jhs@gnome.org>
1761         * plugins/debug-manager/breakpoints.c: (on_added_current_editor):
1762         * plugins/debug-manager/plugin.c:
1763         (on_run_to_cursor_action_activate):
1764         * plugins/document-manager/anjuta-docman.c:
1765         (anjuta_docman_goto_file_line_mark):
1766         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1767         (value_removed_current_editor):
1768         
1769         Fixed IAnjutaEditor vs. IAnjutaDocument GTK+-Criticals. We should really rename
1770         all those to value_added_current_document...
1772         * plugins/editor/anjuta-editor-scintilla.glade:
1773         Fixed #505315 – anjuta hangs when going from editing a glade file to editing a c source file
1774         Remember to ALWAYS use for loops when iterating of a GList* as this is much more convinient!
1776 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1778   * plugins/symbol-db/plugin.c: (on_importing_project_end),
1779   (symbol_db_activate), (symbol_db_deactivate),
1780   (symbol_db_instance_init), (isymbol_manager_get_parents):
1781   * plugins/symbol-db/plugin.h:
1782   * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1783   * plugins/symbol-db/symbol-db-engine.c:
1784   (symbol_db_engine_get_global_members_filtered):
1785   * plugins/symbol-db/symbol-db-view.c: (prepare_for_adding),
1786   (on_symbol_inserted):
1787   Filtered out static functions on global-tab. E.g. when flag
1788   is_file_scope = 1 we won't add entries there.
1789   Fixed a little bug on 'Global'->'Vars/Others' node too.
1791 2007-12-28  Johannes Schmid <jhs@gnome.org>
1793   * libanjuta/anjuta-launcher.c:
1794   Fixed a silly (and completely useless) memory corruption that probably 
1795   only occured at a few race conditions though I wonder why it did not 
1796         happen more often
1798 2007-12-28  Johannes Schmid <jhs@gnome.org>
1799         * plugins/cvs-plugin/cvs-execute.c: (on_cvs_mesg_parse):
1800         * plugins/debug-manager/plugin.c: (set_program_counter):
1801         * plugins/debug-manager/stack_trace.c: (on_stack_trace_updated):
1802         * plugins/debug-manager/start.c: (get_source_directories):
1803         * plugins/debug-manager/threads.c: (on_info_thread),
1804         (on_list_thread):
1805         * plugins/file-manager/file-model.c: (file_model_set_property):
1806         * plugins/file-manager/plugin.c: (file_manager_set_default_uri):
1807         * plugins/tools/editor.c: (on_editor_response):
1808         
1809         Use gnome_vfs_get_uri_from_local_path instead of g_strconcat where appropriate.
1810         
1811         * plugins/document-manager/plugin.c: (update_title),
1812         (value_added_project_root_uri):
1813         * plugins/document-manager/plugin.h:
1814         Shorten down the title bar if the current path is inside the opened project
1816 2007-12-28  Massimo Cora'  <maxcvs@email.it>
1818         reviewed by: Johannes Schmid <jhs@gnome.org>
1820         * plugins/project-wizard/templates/java/project.anjuta:
1821         * plugins/project-wizard/templates/mkfile/project.anjuta:
1822         * plugins/project-wizard/templates/python/project.anjuta:
1823         Added attribute="Interfaces" and value="IAnjutaSymbolManager" to 
1824         let new projects use new SymbolDB plugin.
1825         
1826         * plugins/symbol-browser/images/Makefile.am:
1827         added some images taken from MonoDevelop project.
1828         
1829         * plugins/symbol-db/plugin.c: (value_added_current_editor),
1830         (goto_file_line), (on_importing_project_end), (project_root_added),
1831         (on_session_load), (symbol_db_deactivate), (symbol_db_finalize),
1832         (isymbol_manager_search):
1833         Added project-updating feature when opening a project with some files
1834   modified externally [e.g. a svn up].
1835         
1836         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
1837         (sdb_engine_iterator_node_instance_init),
1838         (sdb_engine_iterator_node_finalize),
1839         (symbol_db_engine_iterator_node_set_conversion_hash):
1840         * plugins/symbol-db/symbol-db-engine-iterator-node.h:
1841         * plugins/symbol-db/symbol-db-engine-iterator.c:
1842         (symbol_db_engine_iterator_new):
1843         * plugins/symbol-db/symbol-db-engine-iterator.h:
1844          Moved Hash table initialization into the engine. This proxies and
1845   speeds up the process of creation and iteration of a GdaDataModel.
1846         
1847         * plugins/symbol-db/symbol-db-engine.c:
1848         (sdb_engine_ctags_output_thread),
1849         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
1850         (sdb_engine_scan_files_1), (sdb_engine_init),
1851         (sdb_engine_unlink_shared_files), (sdb_engine_finalize),
1852         (symbol_db_engine_add_new_workspace),
1853         (symbol_db_engine_add_new_project), (sdb_engine_add_new_file),
1854         (sdb_engine_update_file), (on_scan_update_files_symbols_end),
1855         (symbol_db_engine_get_sym_type_conversion_hash),
1856         (symbol_db_engine_update_files_symbols),
1857         (symbol_db_engine_update_project_symbols),
1858         (symbol_db_engine_update_buffer_symbols),
1859         (symbol_db_engine_get_class_parents),
1860         (symbol_db_engine_get_global_members_filtered),
1861         (symbol_db_engine_get_scope_members_by_symbol_id_filtered),
1862         (symbol_db_engine_get_scope_members_by_symbol_id),
1863         (symbol_db_engine_get_scope_members),
1864         (symbol_db_engine_get_current_scope),
1865         (symbol_db_engine_get_file_symbols),
1866         (symbol_db_engine_get_symbol_info_by_id),
1867         (symbol_db_engine_find_symbol_by_name_pattern),
1868         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
1869         * plugins/symbol-db/symbol-db-engine.h:
1870         * plugins/symbol-db/symbol-db-view-locals.c:
1871         (sdb_view_locals_get_iter_from_row_ref),
1872         (symbol_db_view_locals_clear_cache), (do_add_child_symbol_to_view),
1873         (traverse_on_scan_end), (on_scan_end), (on_symbol_removed),
1874         (on_symbol_inserted), (symbol_db_view_locals_update_list):
1875         Changes on some queries fuctions and some fixes. Added *_filtered
1876   functions.
1877         
1878         * plugins/symbol-db/symbol-db-view.c:
1879         (do_add_child_symbol_to_view), (add_new_waiting_for),
1880         (prepare_for_adding), (on_symbol_inserted),
1881         (do_recurse_subtree_and_remove), (on_symbol_removed),
1882         (sdb_view_do_add_hidden_dummy_child),
1883         (sdb_view_namespace_row_expanded), (sdb_view_global_row_expanded),
1884         (sdb_view_vars_row_expanded), (symbol_db_view_row_expanded),
1885         (sdb_view_locals_create_new_store), (sdb_view_init),
1886         (sdb_view_finalize), (sdb_view_class_init),
1887         (symbol_db_view_get_type), (sdb_view_load_symbol_pixbufs),
1888         (symbol_db_view_get_pixbuf),
1889         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
1890         New display for global tags. This is the definitive version, bugs apart.
1891         
1892         * plugins/symbol-db/tables.sql:
1893         fixed typo.
1895 2007-12-27  Naba Kumar  <naba@gnome.org>
1897         * libanjuta/interfaces/libanjuta.idl:
1898         * plugins/editor/aneditor-priv.h:
1899         * plugins/editor/aneditor.cxx:
1900         * plugins/editor/text_editor.c: (text_editor_instance_init),
1901         (text_editor_show_hover_tip), (text_editor_hide_hover_tip),
1902         (ihover_display), (ihover_set_timeout), (ihover_iface_init):
1903         * plugins/editor/text_editor.h:
1904         * plugins/editor/text_editor_cbs.c:
1905         (on_text_editor_scintilla_notify):
1907         Implemented IAnjutaEditorHover interface in scintilla editor. Disabled
1908         related code in AnEditor. Fixed some compilation warnings.
1910 2007-12-26  Naba Kumar  <naba@gnome.org>
1912         * Changelog: Fixed indentation.
1914 2007-12-25  Naba Kumar  <naba@gnome.org>
1916         * plugins/editor/Makefile.am:
1917         * plugins/editor/editor.glade:
1918         * plugins/editor/plugin.c:
1919         * plugins/editor/style-editor.c:
1920         * plugins/sourceview/Makefile.am:
1921         * plugins/sourceview/plugin.c:
1922         * plugins/sourceview/sourceview.glade:
1923         * plugins/valgrind/Makefile.am:
1925         Renamed glade files to anjuta-editor-* to give name space for the
1926         schema files (because they are installed in system directory).
1928         * scripts/build-schemas.mk: Install the schemas files also (need for
1929         binary package installation/uninstallation).
1931 2007-12-25  Johannes Schmid <jhs@gnome.org>
1933         * plugins/language-support-cpp-java/plugin.c:
1934         (set_indentation_param_vim):
1935         
1936         Support some more vim modeline commands and shortcuts (#504331)
1938 2007-12-25  Johannes Schmid <jhs@gnome.org>
1940         Patches from James Liggett:
1941         * libanjuta/anjuta-vcs-status-tree-view.c: (path_sort),
1942         (anjuta_vcs_status_tree_view_init):
1943         * plugins/subversion/subversion-commit-dialog.c:
1944         (subversion_commit_dialog):
1945         * plugins/subversion/subversion-diff-dialog.c:
1946         (on_subversion_diff_response):
1947         * plugins/subversion/subversion-log-dialog.c:
1948         (on_log_view_selected_button_clicked),
1949         (on_log_diff_selected_button_clicked),
1950         (on_log_diff_previous_button_clicked):
1951         * plugins/subversion/subversion-resolve-dialog.c:
1952         (subversion_resolve_dialog):
1953         * plugins/subversion/subversion-revert-dialog.c:
1954         (subversion_revert_dialog):
1955         * plugins/subversion/subversion-ui-utils.c: (stop_pulse_timer),
1956         (pulse_progress_bar), (hide_pulse_progress_bar),
1957         (disconnect_data_arrived_signals),
1958         (cancel_data_arrived_signal_disconnect):
1959         * plugins/subversion/subversion-ui-utils.h:
1960         
1961         #504818 – Some signals/timeouts should be disconnected when dialogs are closed
1962         #505237 – Sort list of modified files
1964 2007-12-24  Sébastien Granjoux  <seb.sfo@free.fr>
1966         * plugins/gdb/debugger.c:
1967         Fix bug #491301: Inspecting a variable opens a bad focus dialog
1969 2007-12-23  Johannes Schmid <jhs@gnome.org>
1971         * plugins/language-support-cpp-java/plugin.c:
1972         (set_indentation_param_emacs), (set_indentation_param_vim),
1973         (parse_mode_line_emacs), (parse_mode_line_vim),
1974         (extract_mode_line), (initialize_indentation_params):
1976         Added (basic) support for vim modelines (#504331)
1978         * plugins/message-view/message-view.c: (message_view_next),
1979         (message_view_previous):
1980         
1981         Fixed next/previous message
1983 2007-12-23  Johannes Schmid <jhs@gnome.org>
1985         * libanjuta/anjuta-ui.h:
1986         Check for != NULL before unref'ing pixbuf (related to #497878)
1987         
1988         * plugins/devhelp/plugin.c: (register_stock_icons):
1989         * plugins/document-manager/anjuta-docman.c:
1990         (anjuta_docman_add_document):
1991         * plugins/glade/plugin.c: (on_close_activated),
1992         (register_stock_icons), (on_session_save),
1993         (glade_plugin_add_project):
1994         
1995         Fixed bugs #497878 crash when double clicking on project->/->src->glade/gtk-foobar.glade
1996         and #503719 Opening and closing .glade files plays badly with docman (Patch from Tom)
1997         
1998         * plugins/language-support-cpp-java/plugin.c:
1999         (register_stock_icons):
2000         Fixed stock icon registration macros
2002 2007-12-23  Johannes Schmid <jhs@gnome.org>
2004         * global-tags/Makefile.am:
2005         * launcher/Makefile.am:
2006         * libanjuta/Makefile.am:
2007         * libegg/Makefile.am:
2008         * manuals/anjuta-faqs/Makefile.am:
2009         * manuals/anjuta-manual/Makefile.am:
2010         * manuals/reference/libanjuta/Makefile.am:
2011         * plugins/build-basic-autotools/Makefile.am:
2012         * plugins/class-gen/Makefile.am:
2013         * plugins/class-inheritance/Makefile.am:
2014         * plugins/cvs-plugin/Makefile.am:
2015         * plugins/debug-manager/Makefile.am:
2016         * plugins/devhelp/Makefile.am:
2017         * plugins/document-manager/Makefile.am:
2018         * plugins/editor/Makefile.am:
2019         * plugins/editor/scintilla/Makefile.am:
2020         * plugins/editor/scintilla/include/Makefile.am:
2021         * plugins/file-loader/Makefile.am:
2022         * plugins/file-manager/Makefile.am:
2023         * plugins/file-wizard/Makefile.am:
2024         * plugins/gdb/Makefile.am:
2025         * plugins/glade/Makefile.am:
2026         * plugins/gtodo/Makefile.am:
2027         * plugins/gvim/Makefile.am:
2028         * plugins/indent/Makefile.am:
2029         * plugins/language-manager/Makefile.am:
2030         * plugins/language-support-cpp-java/Makefile.am:
2031         * plugins/macro/Makefile.am:
2032         * plugins/message-view/Makefile.am:
2033         * plugins/patch/Makefile.am:
2034         * plugins/profiler/Makefile.am:
2035         * plugins/project-import/Makefile.am:
2036         * plugins/project-manager/Makefile.am:
2037         * plugins/project-wizard/Makefile.am:
2038         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
2039         * plugins/project-wizard/templates/cpp/src/Makefile.am.tpl:
2040         * plugins/project-wizard/templates/gnome/src/Makefile.am.tpl:
2041         * plugins/project-wizard/templates/gtk/src/Makefile.am.tpl:
2042         * plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl:
2043         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
2044         * plugins/project-wizard/templates/sdl/src/Makefile.am.tpl:
2045         * plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl:
2046         * plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl:
2047         * plugins/project-wizard/templates/xlib/src/Makefile.am.tpl:
2048         * plugins/sample1/Makefile.am:
2049         * plugins/search/Makefile.am:
2050         * plugins/sourceview/Makefile.am:
2051         * plugins/subversion/Makefile.am:
2052         * plugins/symbol-browser/Makefile.am:
2053         * plugins/symbol-db/Makefile.am:
2054         * plugins/symbol-db/test/Makefile.am:
2055         * plugins/terminal/Makefile.am:
2056         * plugins/tools/Makefile.am:
2057         * plugins/valgrind/Makefile.am:
2058         * src/Makefile.am:
2059         * tagmanager/Makefile.am:
2060         
2061         Replaces the deprecated "INCLUDES" in all Makefile.am's with
2062         the correct "AM_CPPFLAGS" preprocessor flags keyword. Also fixes some
2063         warnings from illigel C++ compiler flags.
2065 2007-12-23  Johannes Schmid <jhs@gnome.org>
2067         Patch from Tom <tpgww@onepost.net>:
2068   
2069         * plugins/document-manager/anjuta-docman.c:
2070         (on_notebook_tab_btnpress), (on_notebook_tab_btnrelease),
2071         (anjuta_docman_compare_pages), (anjuta_docman_sort_pagelist),
2072         (anjuta_docman_instance_init), (on_notebook_switch_page),
2073         (anjuta_docman_grab_text_focus):
2074         * plugins/document-manager/plugin.c: (on_document_added),
2075         (on_window_key_press_event), (on_window_key_release_event):
2076         
2077         Some more document-manager code cleanups and fixes.
2079 2007-12-23  Massimo Cora'  <maxcvs@email.it>
2081         * plugins/symbol-db/plugin.c: (register_stock_icons),
2082         (value_added_current_editor), (value_removed_current_editor),
2083         (on_importing_project_end), (project_root_removed):
2084         added controls to clean/populate GtkTreeView(s) on projects unload/load.
2086         * plugins/symbol-db/symbol-db-engine.c: (sdb_engine_finalize),
2087         (symbol_db_engine_get_file_db_path):
2088         fixed a useless warning.
2090         * plugins/symbol-db/symbol-db-view-locals.c:
2091         (traverse_free_waiting_for), (file_view_status_destroy),
2092         (sdb_view_locals_create_new_store), (traverse_files_view_status),
2093         (symbol_db_view_locals_clear_cache), (sdb_view_locals_init),
2094         (sdb_view_locals_finalize), (on_symbol_inserted),
2095         (symbol_db_view_locals_recv_signals_from_engine),
2096         (symbol_db_view_locals_update_list):
2097         more speed on editors switching. GtkTreeStore caching method implemented.
2098         Fixed compiler warnings and a little memory leak.
2100         * plugins/symbol-db/symbol-db-view-locals.h:
2101         * plugins/symbol-db/symbol-db-view.c: (gtree_compare_func),
2102         (traverse_free_waiting_for), (symbol_db_view_clear_cache),
2103         (on_scan_end), (on_symbol_inserted),
2104         (sdb_view_locals_create_new_store), (sdb_view_init),
2105         (sdb_view_finalize), (symbol_db_view_new), (symbol_db_view_open):
2106         * plugins/symbol-db/symbol-db-view.h:
2107         fixed some crashers. Now project loading/populating should be quite quick.
2109 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2111         * plugins/debug-manager/command.c,
2112         plugins/debug-manager/queue.c:
2113         Take care of command return value (FALSE is an error)
2115 2007-12-22  Sébastien Granjoux  <seb.sfo@free.fr>
2117         * plugins/debug-manager/anjuta-debug-manager.glade,
2118         plugins/debug-manager/breakpoints.c:
2119         Remove address, condition and pass breakpoint column if not supported
2120         Fix clear all remove_all to avoid an endless loop if a breakpoint
2121         cannot be removed
2123 2007-12-17  Johannes Schmid <jhs@gnome.org>
2125         Patch from Tom <tpgww@onepost.net> (with some changes):
2127         * plugins/document-manager/action-callbacks.c: (on_open_activate),
2128         (on_save_as_activate), (on_save_all_activate),
2129         (on_close_file_activate), (on_close_all_file_activate),
2130         (on_reload_file_activate), (on_editor_command_clear_activate),
2131         (on_transform_eolchars1_activate), (on_comment_block),
2132         (on_comment_box), (on_comment_stream), (on_goto_line_no1_activate),
2133         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2134         (on_editor_linenos1_activate), (on_editor_markers1_activate),
2135         (on_editor_codefold1_activate), (on_editor_indentguides1_activate),
2136         (on_editor_whitespaces1_activate), (on_editor_eolchars1_activate),
2137         (on_editor_linewrap1_activate), (on_zoom_in_text_activate),
2138         (on_zoom_out_text_activate):
2139         * plugins/document-manager/action-callbacks.h:
2140         * plugins/document-manager/anjuta-docman.c:
2141         (on_notebook_page_close_button_click),
2142         (on_notebook_page_close_button_enter),
2143         (on_notebook_page_close_button_leave),
2144         (on_notebook_tab_btnrelease), (on_notebook_page_reordered),
2145         (anjuta_docman_page_init), (anjuta_docman_page_new),
2146         (on_open_filesel_response), (create_file_open_dialog_gui),
2147         (anjuta_docman_save_document_as), (anjuta_docman_dispose),
2148         (anjuta_docman_instance_init), (on_notebook_switch_page),
2149         (on_document_destroy), (anjuta_docman_add_editor),
2150         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2151         (anjuta_docman_set_current_document),
2152         (anjuta_docman_goto_file_line_mark), (get_real_path),
2153         (anjuta_docman_get_full_filename),
2154         (anjuta_docman_delete_all_markers),
2155         (anjuta_docman_delete_all_indicators),
2156         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2157         (anjuta_docman_order_tabs):
2158         * plugins/document-manager/anjuta-docman.h:
2159         * plugins/document-manager/file_history.c: (an_hist_file_new),
2160         (an_file_history_push), (an_file_history_dump):
2161         * plugins/document-manager/file_history.h:
2162         * plugins/document-manager/plugin.c: (update_title),
2163         (value_removed_project_root_uri),
2164         (update_document_ui_interface_items), (menu_name_compare),
2165         (on_document_added), (on_document_changed),
2166         (on_window_key_press_event), (on_window_key_release_event),
2167         (on_session_save):
2168         * plugins/document-manager/search-box.c: (on_document_changed),
2169         (on_goto_activated), (search_box_init), (search_box_new):
2170         * plugins/document-manager/search-box.h:
2172         Yet more code cleanups
2173         Save glade files correctly in session
2174         Use new tooltip API if available
2175         Sort notebook pages when session is restored (needs work)
2177 2007-12-16  Johannes Schmid <jhs@gnome.org>
2179         * plugins/document-manager/anjuta-docman.c:
2180         (anjuta_docman_add_document):
2181         
2182         Present correct widget with anjuta_shell_present_widget(). This got wrong when
2183         the new search bar was introduced.
2185 2007-12-12  Johannes Schmid <jhs@gnome.org>
2186   
2187         Patch from  Tom <tpgww@onepost.net>:
2188         (#485233 – another bunch of docman cleanups)
2189   
2190         * libanjuta/interfaces/libanjuta.idl:
2191         * plugins/document-manager/action-callbacks.c:
2192         (get_current_document), (get_current_focus_widget),
2193         (on_save_activate), (on_save_as_activate), (on_save_all_activate),
2194         (on_close_file_activate), (on_close_all_file_activate),
2195         (on_reload_file_activate), (on_print_activate),
2196         (on_print_preview_activate),
2197         (on_editor_command_upper_case_activate),
2198         (on_editor_command_lower_case_activate),
2199         (on_editor_command_eol_crlf_activate),
2200         (on_editor_command_eol_lf_activate),
2201         (on_editor_command_eol_cr_activate),
2202         (on_editor_command_select_all_activate),
2203         (on_editor_command_select_to_brace_activate),
2204         (on_editor_command_select_block_activate),
2205         (on_editor_command_match_brace_activate),
2206         (on_editor_command_undo_activate),
2207         (on_editor_command_redo_activate),
2208         (on_editor_command_cut_activate),
2209         (on_editor_command_paste_activate),
2210         (on_editor_command_copy_activate),
2211         (on_editor_command_clear_activate),
2212         (on_editor_command_close_folds_all_activate),
2213         (on_editor_command_open_folds_all_activate),
2214         (on_editor_command_toggle_fold_activate),
2215         (on_editor_command_bookmark_toggle_activate),
2216         (on_editor_command_bookmark_first_activate),
2217         (on_editor_command_bookmark_next_activate),
2218         (on_editor_command_bookmark_prev_activate),
2219         (on_editor_command_bookmark_last_activate),
2220         (on_editor_command_bookmark_clear_activate),
2221         (on_transform_eolchars1_activate), (on_comment_block),
2222         (on_comment_box), (on_comment_stream),
2223         (on_goto_block_start1_activate), (on_goto_block_end1_activate),
2224         (on_zoom_in_text_activate), (on_zoom_out_text_activate),
2225         (on_force_hilite_activate), (on_swap_activate),
2226         (on_editor_add_view_activate), (on_editor_remove_view_activate):
2227         * plugins/document-manager/action-callbacks.h:
2228         * plugins/document-manager/anjuta-docman.c:
2229         (on_notebook_page_close_button_click),
2230         (on_notebook_page_close_button_enter),
2231         (on_notebook_page_close_button_leave), (on_notebook_tab_btnpress),
2232         (on_notebook_tab_btnrelease), (anjuta_docman_page_setup),
2233         (anjuta_docman_page_new), (anjuta_docman_page_destroy),
2234         (on_open_filesel_response), (anjuta_docman_open_file),
2235         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
2236         (anjuta_docman_dispose), (anjuta_docman_instance_init),
2237         (anjuta_docman_class_init), (anjuta_docman_new),
2238         (on_notebook_switch_page), (on_document_save_point),
2239         (on_document_destroy), (anjuta_docman_add_editor),
2240         (anjuta_docman_add_document), (anjuta_docman_remove_document),
2241         (anjuta_docman_set_popup_menu),
2242         (anjuta_docman_get_current_focus_widget),
2243         (anjuta_docman_get_page_for_document),
2244         (anjuta_docman_get_current_document),
2245         (anjuta_docman_set_current_document),
2246         (anjuta_docman_goto_file_line),
2247         (anjuta_docman_goto_file_line_mark),
2248         (anjuta_docman_get_full_filename),
2249         (anjuta_docman_present_notebook_page),
2250         (anjuta_docman_update_page_label),
2251         (anjuta_docman_delete_all_markers),
2252         (anjuta_docman_delete_all_indicators),
2253         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
2254         (do_ordertab1), (anjuta_docman_order_tabs),
2255         (anjuta_docman_set_editor_properties),
2256         (anjuta_docman_get_document_for_path),
2257         (anjuta_docman_get_all_doc_widgets):
2258         * plugins/document-manager/anjuta-docman.h:
2259         * plugins/document-manager/editor-tooltips.c:
2260         * plugins/document-manager/plugin.c: (update_title),
2261         (update_document_ui_enable_all), (update_document_ui_disable_all),
2262         (update_document_ui_save_items),
2263         (update_document_ui_interface_items), (update_document_ui),
2264         (on_document_update_save_ui), (update_status),
2265         (on_document_update_ui), (on_document_added),
2266         (on_document_changed), (on_session_save), (on_save_prompt),
2267         (on_docman_auto_save), (on_gconf_notify_timer):
2268         * plugins/document-manager/search-box.c: (on_document_changed),
2269         (search_box_new), (search_box_grab_line_focus):
2270         * plugins/glade/plugin.c: (ifile_open):
2271         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
2272         * plugins/search/search-replace_backend.c: (create_search_entries):
2273         * plugins/sourceview/anjuta-document.c: (set_uri),
2274         (anjuta_document_save):
2275         * plugins/sourceview/sourceview.c: (ifile_savable_save):
2276         * plugins/tools/editor.c: (on_editor_response):
2278         The patch renames most stuff from "editor" or "te" to "doc where appropriate.
2279         It fixes some issues with session handling and several memory lacks.
2280         Gtk 2.12 Tooltip API is used if available.
2282 2007-12-10  Sébastien Granjoux  <seb.sfo@free.fr>
2284         * plugins/debug-manager/disassemble.c,
2285         plugins/debug-manager/disassemble.h,
2286         plugins/debug-manager/command.c,
2287         plugins/debug-manager/command.h,
2288         plugins/debug-manager/plugin.c
2289         plugins/debug-manager/sparse_view.c,
2290         plugins/debug-manager/sparse_view.h,
2291         plugins/gdb/plugin.c,
2292         plugins/gdb/debugger.c,
2293         plugins/gdb/debugger.h,
2294         libanjuta/interfaces/libanjuta.idl:
2295         Fix bug #502533: Implement assembler step
2297         * plugins/debug-manager/breakpoints.c:
2298         Do not save temporary breakpoints
2300         * plugins/debug-manager/stack_trace.c:
2301         Fix a crash when a stack command is cancelled
2303 2007-12-09  Sébastien Granjoux  <seb.sfo@free.fr>
2305         * plugins/debug-manager/plugin.c,
2306         plugins/debug-manager/breakpoints.c,
2307         plugins/debug-manager/breakpoints.h:
2308         Fix bug #488732: Breakpoint on delete lines
2309         Breakpoints are now linked to their position in editor
2311         * plugins/gdb/debugger.c:
2312         Fix removing condition on breakpoint 
2314 2007-12-07  Sébastien Granjoux  <seb.sfo@free.fr>
2316         * plugins/debug-manager/anjuta-debug-manager.glade,
2317         plugins/debug-manager/start.c,
2318         plugins/gdb/plugin.c,
2319         plugins/gdb/debugger.c,
2320         plugins/gdb/debugger.h,
2321         libanjuta/interfaces/libanjuta.idl:
2322         Fix bug #481366: Do not stop at the beginning of the program
2324         * plugins/debug-manager/command.c,
2325         plugins/debug-manager/command.h,
2326         plugins/debug-manager/breakpoints.c,
2327         plugins/debug-manager/queue.c,
2328         plugins/debug-manager/queue.h:
2329         Fix a bug remove all breakpoints was not working due to latest changes
2330         Setting breakpoints is disabled when program is running
2332 2007-12-04  Sébastien Granjoux  <seb.sfo@free.fr>
2334         * plugins/debug-manager/queue.c,
2335         plugins/gdb/plugin.c:
2336         Fix bug #501469: Crash if mime_type is unknown
2338 2007-12-01  Massimo Cora'  <maxcvs@email.it>
2340         * plugins/symbol-db/plugin.c: (on_editor_destroy),
2341         (on_editor_update_ui), (on_single_file_scan_end),
2342         (on_importing_project_end), (project_root_added),
2343         (on_session_load), (symbol_db_activate), (symbol_db_instance_init):
2344         * plugins/symbol-db/plugin.h:
2345         show on status bar files being scanned.
2347         * plugins/symbol-db/symbol-db-engine.c:
2348         (sdb_engine_get_query_by_id), (sdb_engine_populate_db_by_tags),
2349         (sdb_engine_ctags_output_thread),
2350         (sdb_engine_timeout_trigger_signals), (sdb_engine_thread_monitor),
2351         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
2352         (sdb_engine_init), (sdb_engine_finalize), (sdb_engine_class_init),
2353         (sdb_engine_connect_to_db), (symbol_db_engine_db_exists),
2354         (sdb_engine_get_table_id_by_unique_name2),
2355         (symbol_db_engine_open_project),
2356         (sdb_engine_prepare_executing_commands),
2357         (symbol_db_engine_add_new_files), (sdb_engine_add_new_sym_type),
2358         (sdb_engine_add_new_scope_definition), (sdb_engine_add_new_symbol),
2359         (sdb_engine_detects_removed_ids),
2360         (symbol_db_engine_get_class_parents),
2361         (symbol_db_engine_get_global_members),
2362         (symbol_db_engine_get_scope_members_by_symbol_id),
2363         (symbol_db_engine_get_scope_members),
2364         (symbol_db_engine_get_current_scope),
2365         (symbol_db_engine_get_file_symbols),
2366         (symbol_db_engine_get_symbol_info_by_id),
2367         (symbol_db_engine_get_full_local_path),
2368         (symbol_db_engine_find_symbol_by_name_pattern),
2369         (symbol_db_engine_get_parent_scope_id_by_symbol_id):
2370         * plugins/symbol-db/symbol-db-engine.h:
2371         * plugins/symbol-db/symbol-db-view-locals.c:
2372         (sdb_view_locals_init), (traverse_free_waiting_for), (on_scan_end),
2373         (symbol_db_view_locals_recv_signals_from_engine),
2374         (symbol_db_view_locals_update_list):
2375         * plugins/symbol-db/symbol-db-view-locals.h:
2376         * plugins/symbol-db/symbol-db-view.c: (traverse_free_waiting_for),
2377         (on_scan_end), (trigger_on_symbol_inserted), (add_new_waiting_for),
2378         (prepare_for_adding), (on_symbol_inserted), (sdb_view_init),
2379         (symbol_db_view_recv_signals_from_engine), (symbol_db_view_open):
2380         * plugins/symbol-db/symbol-db-view.h:
2381         Added g_thread architecture to scan in background. With this you
2382         can use Anjuta's GUI without freezing.
2383         Improved insertion speed by using a paradigm like 'insert' and 'check'
2384         replacing a 'check' and 'insert' one. This has been done for tables 
2385         like symbol, scope, sym_type.
2386         Fixed two crashers. 
2388         * plugins/symbol-db/tables.sql:
2389         * plugins/symbol-db/test/main.c: (get_global_members), (main),
2390         (thread), (print_message), (bastard_thread), (idle_signals):
2391         fixed a typo on tables that broke sql triggers.
2393 === anjuta 2.3.1 ===
2395 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2397         * NEWS, AUTHORS: Updated.
2398         * src/Makefile.am: Fixed make distcheck
2400         Patch from Yang Hong:
2401         * plugins/file-manager/file-manager.glade: Fixed file chooser
2402         size in file-manager preferences.
2404 2007-12-02  Naba Kumar  <naba.kumar@gnome.org>
2406         * NEWS: Updated for 2.3.1 development release
2407         * configure.in: Bumped version to 2.3.1
2409 2007-12-01  Sébastien Granjoux  <seb.sfo@free.fr>
2411         * plugins/debug-manager/threads.c,
2412         plugins/debug-manager/disassemble.c,
2413         plugins/debug-manager/watch.c,
2414         plugins/debug-manager/registers.c,
2415         plugins/debug-manager/locals.c,
2416         plugins/debug-manager/breakpoints.c,
2417         plugins/debug-manager/stack_trace.c,
2418         plugins/debug-manager/command.c,
2419         plugins/debug-manager/command.h,
2420         plugins/debug-manager/queue.c,
2421         libanjuta/interfaces/libanjuta.idl:
2422         Use different signals in IAnjutaDebugManager and IAnjutaDebugger
2423         Document IAnjutaDebugManager signals
2424         Generate new signals in queue.c
2425         Use new signals in other files
2427 2007-11-30  <genbell@tiscali.it>
2429         reviewed by: Sébastien Granjoux  <seb.sfo@free.fr>
2431         * plugins/gdb/Makefile.am:
2432         Fix bug #500376
2434 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2436         * plugins/tools/variable.c:
2437         Fix a bug added in the previous patch (it is not a leak)
2439 2007-11-29  Sébastien Granjoux  <seb.sfo@free.fr>
2441         * plugins/project-wizard/druid.c,
2442         plugins/project-wizard/templates/terminal.wiz,
2443         plugins/project-wizard/templates/xlib-dock.wiz,
2444         plugins/project-wizard/templates/wxwin.wiz,
2445         plugins/project-wizard/templates/java.wiz,
2446         plugins/project-wizard/templates/gnome.wiz,
2447         plugins/project-wizard/templates/anjuta-plugin.wiz,
2448         plugins/project-wizard/templates/gtkmm.wiz,
2449         plugins/project-wizard/templates/python.wiz,
2450         plugins/project-wizard/templates/cpp.wiz,
2451         plugins/project-wizard/templates/sdl.wiz,
2452         plugins/project-wizard/templates/gtk.wiz,
2453         plugins/project-wizard/templates/minimal.wiz,
2454         plugins/project-wizard/templates/xlib.wiz,
2455         plugins/project-wizard/templates/gcj.wiz,
2456         plugins/project-wizard/templates/translatable-strings.h,
2457         plugins/project-import/project-import.c:
2458         Partial Fix translation bugs #496833 comment 4,7,8,9,10,11 
2460 2007-11-27  Sébastien Granjoux  <seb.sfo@free.fr>
2462         * plugins/debug-manager/threads.c,
2463         plugins/debug-manager/disassemble.c,
2464         plugins/debug-manager/watch.c,
2465         plugins/debug-manager/registers.c,
2466         plugins/debug-manager/memory.c,
2467         plugins/debug-manager/locals.c,
2468         plugins/debug-manager/stack_trace.c,
2469         plugins/debug-manager/queue.c,
2470         plugins/debug-manager/queue.h:
2471         Connect debugger signal only when program is loaded
2472         Rename get_feature in is_supported
2474         * plugins/debug-manager/plugin.c:
2475         Remove editor watch when plugin is deactivated
2477         * plugins/debug-manager/anjuta-debug-manager.glade,
2478         plugins/debug-manager/breakpoints.c,
2479         plugins/debug-manager/breakpoints.h:
2480         Rewrite almost completely the breakpoint code
2481         Improve breakpoint dialog
2482         Reorganize function
2483         Implement condition, hit count, ignore and temporary attribute
2485         * plugins/debug-manager/command.c,
2486         plugins/debug-manager/command.h:
2487         Add a breakpoint list command
2489         * plugins/gdb/debugger.c,
2490         plugins/gdb/debugger.h:
2491         Add new breakpoint list command
2492         Fix parsing of breakpoint data
2494         * libanjuta/interfaces/libanjuta.idl,
2495         plugins/gdb/plugin.c:
2496         Rename IAnjutaBreakpointDebugger into IAnjutaDebuggerBreakpoint
2498 2007-11-23  Jaap Haitsma  <jaap@haitsma.org>
2500         * plugins/document-manager/plugin.c:
2501         Use Ctrl+Shift+s as shortcut for Save As
2503 2007-11-22  Naba Kumar  <naba.kumar@gnome.org>
2505         * plugins/subversion/plugin.c: (activate_plugin):
2506         * plugins/symbol-db/plugin.c: (symbol_db_activate):
2507         * src/layout.xml: Fixed dockitem positions.
2509 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2511         Icons from tpgww@onepost.net:
2512         * plugins/project-wizard/applogo.png:
2513         Icons from patch in bug #480093 comment #23. Also renamed icons.
2515         * plugins/message-view/Makefile.am:
2516         * plugins/message-view/plugin.c: (register_stock_icons),
2517         (ipreferences_merge): Removed redundant icon.
2519         * plugins/document-manager/plugin.c:
2520         (update_editor_ui_disable_all), (update_editor_ui_interface_items):
2521         Do not insensitize New action when there is no document.
2522         Indentation fixes.
2524 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2526         Icons from tpgww@onepost.net:
2527         * plugins/symbol-browser/an_symbol_prefs.c:
2528         * pixmaps/Makefile.am:
2529         * pixmaps/anjuta.png, pixmaps/anjuta_logo.png, pixmaps/anjuta.svg:
2531         Icons from patch in bug #480093 comment #23. Also renamed icons.
2532         To be continued..
2534 2007-11-21  Naba Kumar  <naba.kumar@gnome.org>
2536         Patch from James Liggett:
2537         * plugins/subversion/anjuta-subversion.glade: Make commit, resolve,
2538         revert and dialogs resizable.
2540 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2542         Patch from James Liggett:
2543         * plugins/subversion/anjuta-subversion.glade:
2544         * plugins/subversion/subversion-diff-dialog.c:
2545         (on_subversion_diff_response), (subversion_diff_dialog):
2546         * plugins/subversion/subversion-diff-dialog.h:
2548         The diff dialog should have a checkbox, enabled by default, that
2549         allows the user to make sure that all open files are saved before
2550         diffing.
2552 2007-11-20  Naba Kumar  <naba.kumar@gnome.org>
2554         * plugins/Makefile.am: Remove duplicate 'profiler' in SUBDIRS.
2556         Icons from tpgww@onepost.net:
2557         * pixmaps/Makefile.am:
2558         * src/Makefile.am:
2559         * src/anjuta-app.c:
2560         * src/anjuta-preferences-general.svg:
2562         Icons from patch in bug #480093 comment #23. Also renamed icons.
2563         To be continued..
2565 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2567         Icons from tpgww@onepost.net:
2568         * plugins/debug-manager/images/Makefile.am:
2569         * plugins/debug-manager/images/anjuta-watch.svg:
2570         * plugins/debug-manager/plugin.c: (register_stock_icons):
2571         * plugins/gdb/images/Makefile.am:
2572         * plugins/gtodo/Makefile.am:
2573         * plugins/gtodo/anjuta-gtodo-plugin.svg:
2574         * plugins/gtodo/anjuta-gtodo.plugin.in:
2575         * plugins/gtodo/interface.c: (stock_icons):
2576         * plugins/gtodo/main.h:
2577         * plugins/gtodo/plugin.c: (ipreferences_merge):
2578         * plugins/terminal/Makefile.am:
2579         * plugins/terminal/anjuta-terminal-plugin.svg:
2580         * plugins/terminal/anjuta-terminal.plugin.in:
2581         * plugins/terminal/terminal.c:
2582         * plugins/tools/Makefile.am:
2583         * plugins/tools/anjuta-tools-plugin.svg:
2584         * plugins/tools/anjuta-tools.plugin.in:
2585         * plugins/tools/plugin.c:
2586         * plugins/valgrind/Makefile.am:
2587         * plugins/valgrind/anjuta-valgrind-plugin.svg:
2588         * plugins/valgrind/anjuta-valgrind.plugin.in:
2589         * plugins/valgrind/plugin.c: (register_stock_icons),
2590         (ipreferences_merge):
2592         Icons from patch in bug #480093 comment #23. Also renamed icons.
2593         To be continued..
2595 2007-11-18  Massimo Cora'   <maxcvs@email.it>
2597         reviewed by: Johannes Schmid <jhs@gnome.org>
2599         * configure.in:
2600         required gda version to 3.1.3. [svn trunk]. Without this Anjuta can crash
2601         due to bug #493360. Still present anyway bug #495843
2603         * plugins/symbol-db/plugin.c: (goto_local_tree_iter),
2604         (goto_global_tree_iter), (on_treesearch_symbol_selected_event),
2605         (on_local_treeview_row_activated),
2606         (on_global_treeview_row_activated),
2607         (on_global_treeview_row_expanded), (on_project_element_added),
2608         (on_project_element_removed), (project_root_added),
2609         (symbol_db_activate), (isymbol_manager_search),
2610         (isymbol_manager_get_members),
2611         (isymbol_manager_get_completions_at_position):
2612         * plugins/symbol-db/symbol-db-engine-iterator-node.c:
2613         (symbol_db_engine_iterator_node_get_symbol_extra_string):
2614         * plugins/symbol-db/symbol-db-engine.c:
2615         (sdb_engine_execute_non_select_sql),
2616         (sdb_engine_execute_select_sql), (sdb_engine_get_query_by_id),
2617         (sdb_engine_free_cached_queries), (sdb_engine_disconnect_from_db),
2618         (sdb_engine_populate_db_by_tags), (sdb_engine_scan_files_1),
2619         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
2620         (symbol_db_engine_add_new_workspace),
2621         (symbol_db_engine_add_new_project),
2622         (symbol_db_engine_add_new_files), (sdb_engine_add_new_symbol),
2623         (sdb_engine_detects_removed_ids),
2624         (sdb_engine_walk_down_scope_path),
2625         (symbol_db_engine_get_class_parents),
2626         (symbol_db_engine_get_global_members),
2627         (symbol_db_engine_get_scope_members_by_symbol_id),
2628         (symbol_db_engine_get_scope_members),
2629         (symbol_db_engine_get_current_scope),
2630         (symbol_db_engine_get_file_symbols),
2631         (symbol_db_engine_get_symbol_info_by_id),
2632         (symbol_db_engine_find_symbol_by_name_pattern):
2633         * plugins/symbol-db/symbol-db-engine.h:
2634         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
2635         (on_symbol_inserted), (symbol_db_view_locals_update_list):
2636         * plugins/symbol-db/symbol-db-view.c: (waiting_for_symbol_destroy),
2637         (sdb_view_get_iter_from_row_ref), (traverse_free_waiting_for),
2638         (on_scan_end), (do_add_root_symbol_to_view),
2639         (do_add_child_symbol_to_view), (add_waiting_for_symbol_to_view),
2640         (trigger_on_symbol_inserted), (add_new_waiting_for),
2641         (do_recurse_subtree_and_invalidate), (prepare_for_adding),
2642         (on_symbol_inserted), (do_recurse_subtree_and_remove),
2643         (on_symbol_removed), (sdb_view_do_add_hidden_dummy_child),
2644         (symbol_db_view_row_expanded), (sdb_view_init),
2645         (gtree_compare_func), (sdb_view_finalize),
2646         (sdb_view_load_symbol_pixbufs), (symbol_db_view_get_file_and_line),
2647         (sdb_view_populate_base_root),
2648         (sdb_view_build_and_display_base_tree), (symbol_db_view_open):
2649         * plugins/symbol-db/symbol-db-view.h:
2650         * plugins/symbol-db/tables.sql:
2651         * plugins/symbol-db/test/Makefile.am:
2652         * plugins/symbol-db/test/main.c: (dump_iterator), (get_parents),
2653         (get_scope_members), (get_current_scope), (get_global_members),
2654         (get_file_symbols), (get_info_by_id), (main):
2656         Rewrote symbol-db-view global tab. Now every expandable node is a query.
2657         Started using LIMIT keyword to speed up things.
2658         Deprecated GdaCommand in favour of GdaQuery into engine. This should
2659         make providers use prepared statements.
2661 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2663         Patch from James Liggett:
2664         * plugins/subversion/plugin.c: (subversion_instance_init):
2665         * plugins/subversion/plugin.h:
2666         * plugins/subversion/subversion-diff-dialog.c:
2667         (on_subversion_diff_response), (subversion_diff_dialog),
2668         (on_menu_subversion_diff):
2669         * plugins/subversion/subversion-log-dialog.c:
2670         (on_log_view_selected_button_clicked),
2671         (on_log_diff_selected_button_clicked),
2672         (on_log_diff_previous_button_clicked),
2673         (subversion_log_window_create):
2674         * plugins/subversion/subversion-ui-utils.c:
2675         (get_filename_from_full_path), (init_whole_project),
2676         (on_whole_project_toggled):
2677         * plugins/subversion/subversion-ui-utils.h:
2678         * plugins/subversion/subversion-update-dialog.c:
2679         (subversion_update_dialog), (on_menu_subversion_update):
2681         Whole Project checkbox enabled by default in diff and update dialogs.
2682         changes the editor names for diff editors to something much more
2683         descriptive. For example, working copy/head diffs would have an editor
2684         with a name like "[Working Copy/Head] some-file.diff," where some-file
2685         is the name of the file/directory that was diffed. For diffs against
2686         arbitrary diffs the name would look like "[Revisions 2832/3200]
2687         some-file.diff" for a diff of some-file between revisions 2832 and
2688         3200.
2690 2007-11-19  Naba Kumar  <naba.kumar@gnome.org>
2692         Icons from tpgww@onepost.net:
2693         * plugins/subversion/Makefile.am:
2694         * plugins/subversion/anjuta-subversion-plugin.svg:
2695         * plugins/subversion/anjuta-subversion.plugin.in:
2696         * plugins/subversion/plugin.h:
2697         * plugins/symbol-browser/Makefile.am:
2698         * plugins/symbol-browser/anjuta-symbol-browser-plugin.svg:
2699         * plugins/symbol-browser/anjuta-symbol-browser.plugin.in:
2700         * plugins/symbol-browser/plugin.c:
2701         * plugins/symbol-db/Makefile.am:
2702         * plugins/symbol-db/plugin.c:
2703         * plugins/symbol-db/symbol-db.plugin.in:
2705         Icons from patch in bug #480093 comment #23. Also renamed icons.
2706         To be continued..
2708 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2710         Icons from tpgww@onepost.net:
2711         * plugins/project-manager/Makefile.am:
2712         * plugins/project-manager/anjuta-project-manager-plugin.svg:
2713         * plugins/project-manager/anjuta-project-manager.plugin.in:
2714         * plugins/project-manager/plugin.c:
2715         * plugins/project-wizard/Makefile.am:
2716         * plugins/project-wizard/anjuta-project-wizard-plugin.svg:
2717         * plugins/project-wizard/anjuta-project-wizard.plugin.in:
2718         * plugins/project-wizard/druid.h:
2719         * plugins/search/Makefile.am:
2720         * plugins/search/anjuta-search-plugin.svg:
2721         * plugins/search/anjuta-search.plugin.in:
2722         * plugins/search/plugin.c:
2724         Icons from patch in bug #480093 comment #23. Also renamed icons.
2725         To be continued..
2727 2007-11-18  Naba Kumar  <naba.kumar@gnome.org>
2729         * TODO.tasks: updated.
2731         Icons from tpgww@onepost.net:
2732         * plugins/file-loader/Makefile.am:
2733         * plugins/file-loader/anjuta-loader-plugin.svg:
2734         * plugins/file-loader/anjuta-loader.plugin.in:
2735         * plugins/file-manager/Makefile.am:
2736         * plugins/file-manager/anjuta-file-manager-plugin.svg:
2737         * plugins/file-manager/file-manager.plugin.in:
2738         * plugins/file-manager/plugin.c:
2739         * plugins/glade/Makefile.am:
2740         * plugins/glade/anjuta-glade-plugin.svg:
2741         * plugins/glade/anjuta-glade.plugin.in:
2742         * plugins/glade/plugin.c: (register_stock_icons):
2743         * plugins/language-manager/Makefile.am:
2744         * plugins/language-manager/anjuta-language-manager-plugin.svg:
2745         * plugins/language-manager/language-manager.plugin.in:
2746         * plugins/message-view/Makefile.am:
2747         * plugins/message-view/anjuta-message-manager.plugin.in:
2748         * plugins/message-view/anjuta-messages-plugin.svg:
2749         * plugins/message-view/plugin.c:
2750         * plugins/patch/Makefile.am:
2751         * plugins/patch/anjuta-patch-plugin.svg:
2752         * plugins/patch/anjuta-patch.plugin.in:
2753         * plugins/patch/plugin.c:
2754         * plugins/profiler/Makefile.am:
2755         * plugins/profiler/anjuta-profiler-plugin.svg:
2756         * plugins/profiler/plugin.c: (register_stock_icons):
2757         * plugins/profiler/profiler.plugin.in:
2758         * plugins/project-import/Makefile.am:
2759         * plugins/project-import/anjuta-project-import-plugin.svg:
2760         * plugins/project-import/anjuta-project-import.plugin.in:
2761         * plugins/project-import/plugin.c:
2763         Icons from patch in bug #480093 comment #23. Also renamed icons.
2764         To be continued..
2766 2007-11-18  Johannes Schmid <jhs@gnome.org>
2768         * plugins/build-basic-autotools/build-basic-autotools.c:
2769         (build_regex_init):
2770         * plugins/debug-manager/anjuta-debug-manager.glade:
2771         * plugins/debug-manager/breakpoints.c:
2772         * plugins/debug-manager/sharedlib.c: (create_sharedlibs_gui):
2773         * plugins/file-wizard/file.c:
2774         * plugins/gdb/anjuta-gdb.glade:
2775         * plugins/glade/plugin.c: (ifile_open):
2776         * plugins/gtodo/egg-datetime.c: (egg_datetime_class_init):
2777         * plugins/gtodo/mcategory.c: (category_manager_add_item):
2778         * plugins/gtodo/tray-icon.c:
2779         * plugins/macro/macro-util.c: (get_date_Ymd), (get_date_Y):
2780         * plugins/macro/macros.xml:
2781         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
2782         Fixed translation bugs (#496833, #488211 and #497758)
2783         
2784         * plugins/document-manager/plugin.c: (on_editor_changed):
2785         Removed unused code
2787 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2789         Icons from tpgww@onepost.net:
2790         * plugins/devhelp/Makefile.am:
2791         * plugins/devhelp/anjuta-devhelp-plugin.svg:
2792         * plugins/devhelp/anjuta-devhelp.plugin.in:
2793         * plugins/devhelp/plugin.c:
2794         * plugins/document-manager/anjuta-document-manager.plugin.in:
2795         * plugins/document-manager/images/Makefile.am:
2796         * plugins/document-manager/images/anjuta-document-manager-plugin.svg:
2797         * plugins/document-manager/plugin.c:
2798         * plugins/editor/Makefile.am:
2799         * plugins/editor/anjuta-editor-scintilla-plugin.svg:
2800         * plugins/editor/anjuta-editor.plugin.in:
2801         * plugins/editor/plugin.c:
2802         * plugins/sample1/Makefile.am:
2803         * plugins/sample1/anjuta-sample-plugin.svg:
2804         * plugins/sample1/anjuta-sample.plugin.in:
2805         * plugins/sourceview/Makefile.am:
2806         * plugins/sourceview/plugin.c:
2807         * plugins/sourceview/sourceview.plugin.in:
2809         Icons from patch in bug #480093 comment #23. Also renamed icons.
2810         To be continued..
2812 2007-11-17  Naba Kumar  <naba.kumar@gnome.org>
2814         * TODO.tasks: Updated.
2816         Icons from tpgww@onepost.net:
2817         * plugins/build-basic-autotools/Makefile.am:
2818         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.svg:
2819         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
2820         * plugins/build-basic-autotools/build-basic-autotools.c:
2821         * plugins/class-inheritance/Makefile.am:
2822         * plugins/class-inheritance/anjuta-class-inheritance-plugin.svg:
2823         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in:
2824         * plugins/class-inheritance/plugin.c:
2825         * plugins/cvs-plugin/Makefile.am:
2826         * plugins/cvs-plugin/anjuta-cvs-plugin.svg:
2827         * plugins/cvs-plugin/anjuta-cvs.plugin.in:
2828         * plugins/cvs-plugin/plugin.c:
2829         * plugins/debug-manager/anjuta-debug-manager.plugin.in:
2830         * plugins/debug-manager/images/Makefile.am:
2831         * plugins/debug-manager/images/anjuta-debug-manager-plugin.svg:
2832         * plugins/debug-manager/plugin.c: 
2834         Icons from patch in bug #480093 comment #23. Also renamed icons.
2835         To be continued..
2837 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
2839         * (removed) libanjuta/anjuta-children.c,
2840         (removed) libanjuta/anjuta-children.h,
2841         libanjuta/anjuta-launcher.c,
2842         libanjuta/libanjuta.h,
2843         libanjuta/Makefile.am,
2844         plugins/gdb/debugger.c,
2845         plugins/terminal/terminal.c,
2846         manuals/reference/libanjuta/libanjuta-sections.txt,
2847         manuals/reference/libanjuta/libanjuta-docs.sgml:
2848         Replace anjuta_children_register by g_child_watch_add
2850 2007-11-13  Johannes Schmid <jhs@gnome.org>
2852         * plugins/subversion/anjuta-subversion.glade:
2853         * plugins/subversion/subversion-commit-dialog.c:
2854         (subversion_commit_dialog):
2855         * plugins/subversion/subversion-resolve-dialog.c:
2856         (subversion_resolve_dialog):
2857         * plugins/subversion/subversion-revert-dialog.c:
2858         (subversion_revert_dialog):
2859         * plugins/subversion/subversion-ui-utils.c: (status_pulse_timer),
2860         (pulse_timer), (status_bar_progress_pulse), (pulse_progress_bar),
2861         (hide_pulse_progress_bar):
2862         * plugins/subversion/subversion-ui-utils.h:
2864         Yet another patch from #457477:
2865         Add a pulsing progress bar to all dialogs receiving status
2867 2007-11-12  Johannes Schmid <jhs@gnome.org>
2869         * plugins/document-manager/plugin.c: (create_highlight_submenu):
2870         Bug 493583 – crash in Anjuta IDE: trying to open a file
2871         
2872         * plugins/subversion/subversion-commit-dialog.c:
2873         (select_all_files), (subversion_commit_dialog):
2874         Patch from jrligget - see #457477
2876 2007-11-12  Johannes Schmid <jhs@gnome.org>
2878         Patch from Marc Lorber <Lorber.Marc@wanodoo.fr>:
2879         * libanjuta/anjuta-plugin-handle.c:
2880         (anjuta_plugin_handle_get_about):
2881         Bug 495536 – Plugins localization improvement
2882         
2883         Patch from Gabor Kelemeng <kelemeng@gnome.hu>:
2884         * plugins/class-gen/anjuta-class-gen-plugin.glade:
2885         * plugins/indent/indent.glade:
2886         * plugins/subversion/anjuta-subversion.glade:
2887         Bug 495245 – Strings bug
2889 2007-11-08  James Liggett  <jrliggett@cox.net>
2891         reviewed by: Johannes Schmid <jhs@gnome.org>
2893         * libanjuta/anjuta-async-command.c: (anjuta_async_command_init),
2894         (anjuta_async_command_finalize),
2895         (anjuta_async_command_notification_poll),
2896         (anjuta_async_command_thread), (start_command),
2897         (notify_data_arrived), (notify_complete),
2898         (anjuta_async_command_class_init),
2899         (anjuta_async_command_set_error_message),
2900         (anjuta_async_command_get_error_message),
2901         (anjuta_async_command_lock), (anjuta_async_command_unlock):
2902         * libanjuta/anjuta-async-command.h:
2903         * libanjuta/anjuta-command.c: (anjuta_command_init),
2904         (anjuta_command_finalize), (anjuta_command_class_init),
2905         (anjuta_command_start), (anjuta_command_notify_data_arrived),
2906         (anjuta_command_notify_complete),
2907         (anjuta_command_set_error_message),
2908         (anjuta_command_get_error_message):
2909         * libanjuta/anjuta-command.h:
2910         * libanjuta/anjuta-glade-catalog.c:
2911         * libanjuta/anjuta-glade.xml:
2912         * libanjuta/anjuta-vcs-status-tree-view.c:
2913         (on_selected_column_toggled),
2914         (anjuta_vcs_status_tree_view_create_columns),
2915         (anjuta_vcs_status_tree_view_init),
2916         (anjuta_vcs_status_tree_view_finalize),
2917         (anjuta_vcs_status_tree_view_set_property),
2918         (anjuta_vcs_status_tree_view_get_property),
2919         (anjuta_vcs_status_tree_view_class_init),
2920         (anjuta_vcs_status_tree_view_new),
2921         (anjuta_vcs_status_tree_view_destroy),
2922         (anjuta_vcs_status_tree_view_add), (select_all_paths),
2923         (anjuta_vcs_status_tree_view_select_all), (unselect_all_paths),
2924         (anjuta_vcs_status_tree_view_unselect_all),
2925         (create_selected_paths_list),
2926         (anjuta_vcs_status_tree_view_get_selected):
2927         * libanjuta/anjuta-vcs-status-tree-view.h:
2928         * libanjuta/anjuta-widgets.c: (glade_module_register_widgets):
2929         * libanjuta/anjuta-widgets.h:
2930         * plugins/subversion/subversion-add-dialog.c:
2931         (on_add_command_finished), (on_subversion_add_response),
2932         (subversion_add_dialog), (on_menu_subversion_add),
2933         (on_fm_subversion_add):
2934         * plugins/subversion/subversion-add-dialog.h:
2935         * plugins/subversion/subversion-commit-dialog.c:
2936         (on_commit_command_finished), (on_subversion_commit_response),
2937         (subversion_commit_dialog), (on_menu_subversion_commit),
2938         (on_fm_subversion_commit):
2939         * plugins/subversion/subversion-commit-dialog.h:
2940         * plugins/subversion/subversion-copy-dialog.c:
2941         (on_copy_other_revision_radio_toggled),
2942         (on_copy_browse_button_clicked), (on_copy_dest_entry_focus_in),
2943         (on_copy_command_finished), (on_subversion_copy_response),
2944         (subversion_copy_dialog), (on_menu_subversion_copy),
2945         (on_fm_subversion_copy):
2946         * plugins/subversion/subversion-copy-dialog.h:
2947         * plugins/subversion/subversion-diff-dialog.c: (on_editor_destroy),
2948         (on_subversion_diff_response), (subversion_diff_dialog),
2949         (on_menu_subversion_diff), (on_fm_subversion_diff):
2950         * plugins/subversion/subversion-diff-dialog.h:
2951         * plugins/subversion/subversion-log-dialog.c:
2952         (on_diff_selected_column_toggled), (create_columns),
2953         (on_log_command_finished), (on_log_view_button_clicked),
2954         (on_cat_command_data_arrived), (on_cat_command_finished),
2955         (on_log_view_selected_button_clicked), (get_selected_revisions),
2956         (on_log_diff_selected_button_clicked),
2957         (on_log_diff_previous_button_clicked),
2958         (on_subversion_log_vbox_destroy),
2959         (on_log_changes_view_row_selected), (subversion_log_window_create),
2960         (on_menu_subversion_log), (on_fm_subversion_log),
2961         (subversion_log_set_whole_project_sensitive):
2962         * plugins/subversion/subversion-log-dialog.h:
2963         * plugins/subversion/subversion-merge-dialog.c:
2964         (on_merge_command_finished), (on_subversion_merge_response),
2965         (on_merge_first_path_browse_button_clicked),
2966         (on_merge_second_path_browse_button_clicked),
2967         (on_merge_use_first_path_check_toggled),
2968         (on_merge_start_revision_radio_toggled),
2969         (on_merge_end_revision_radio_toggled), (subversion_merge_dialog),
2970         (on_menu_subversion_merge):
2971         * plugins/subversion/subversion-merge-dialog.h:
2972         * plugins/subversion/subversion-remove-dialog.c:
2973         (on_remove_command_finished),
2974         (on_remove_path_browse_button_clicked),
2975         (on_subversion_remove_response), (subversion_remove_dialog),
2976         (on_menu_subversion_remove), (on_fm_subversion_remove):
2977         * plugins/subversion/subversion-remove-dialog.h:
2978         * plugins/subversion/subversion-resolve-dialog.c:
2979         (on_resolve_command_finished), (on_subversion_resolve_response),
2980         (subversion_resolve_dialog), (on_menu_subversion_resolve):
2981         * plugins/subversion/subversion-resolve-dialog.h:
2982         * plugins/subversion/subversion-revert-dialog.c:
2983         (on_revert_command_finished), (on_subversion_revert_response),
2984         (subversion_revert_dialog), (on_menu_subversion_revert):
2985         * plugins/subversion/subversion-revert-dialog.h:
2986         * plugins/subversion/subversion-switch-dialog.c:
2987         (on_switch_other_revision_radio_toggled),
2988         (on_switch_command_finished), (on_subversion_switch_response),
2989         (subversion_switch_dialog), (on_menu_subversion_switch):
2990         * plugins/subversion/subversion-switch-dialog.h:
2991         * plugins/subversion/subversion-ui-utils.c: (subversion_data_new),
2992         (subversion_data_free), (on_mesg_view_destroy),
2993         (create_message_view), (check_filename), (get_log_from_textview),
2994         (pulse_timer), (on_pulse_timer_destroyed),
2995         (status_bar_progress_pulse), (clear_status_bar_progress_pulse),
2996         (report_errors), (on_status_command_finished),
2997         (on_status_command_data_arrived), (on_command_info_arrived),
2998         (select_all_status_items), (clear_all_status_selections),
2999         (init_whole_project), (on_whole_project_toggled),
3000         (send_diff_command_output_to_editor), (on_diff_command_finished),
3001         (stop_status_bar_progress_pulse):
3002         * plugins/subversion/subversion-ui-utils.h:
3003         * plugins/subversion/subversion-update-dialog.c:
3004         (on_update_command_finished), (on_subversion_update_response),
3005         (subversion_update_dialog), (on_menu_subversion_update),
3006         (on_fm_subversion_update):
3007         * plugins/subversion/subversion-update-dialog.h:
3008         * plugins/subversion/svn-add-command.c: (svn_add_command_init),
3009         (svn_add_command_finalize), (svn_add_command_run),
3010         (svn_add_command_class_init), (svn_add_command_new),
3011         (svn_add_command_destroy):
3012         * plugins/subversion/svn-add-command.h:
3013         * plugins/subversion/svn-cat-command.c: (svn_cat_command_init),
3014         (svn_cat_command_finalize), (svn_cat_command_run),
3015         (svn_cat_command_class_init), (svn_cat_command_new),
3016         (svn_cat_command_destroy), (svn_cat_command_get_output):
3017         * plugins/subversion/svn-cat-command.h:
3018         * plugins/subversion/svn-command.c: (svn_command_acquire_ui_lock),
3019         (svn_command_release_ui_lock), (simple_prompt),
3020         (ssl_server_trust_prompt), (svn_auth_simple_prompt_func_cb),
3021         (svn_auth_ssl_server_trust_prompt_func_cb),
3022         (svn_auth_ssl_client_cert_prompt_func_cb),
3023         (svn_auth_ssl_client_cert_pw_prompt_func_cb), (on_svn_notify),
3024         (svn_command_init), (svn_command_finalize),
3025         (svn_command_class_init), (svn_command_push_info),
3026         (svn_command_get_info_queue), (svn_command_set_error),
3027         (svn_command_get_client_context), (svn_command_get_pool),
3028         (svn_command_lock_ui), (svn_command_unlock_ui),
3029         (svn_command_get_revision), (svn_command_copy_path_list),
3030         (svn_command_free_path_list):
3031         * plugins/subversion/svn-command.h:
3032         * plugins/subversion/svn-commit-command.c: (on_log_callback),
3033         (svn_commit_command_init), (svn_commit_command_finalize),
3034         (svn_commit_command_run), (svn_commit_command_class_init),
3035         (svn_commit_command_new), (svn_commit_command_destroy):
3036         * plugins/subversion/svn-commit-command.h:
3037         * plugins/subversion/svn-copy-command.c: (on_log_callback),
3038         (svn_copy_command_init), (svn_copy_command_finalize),
3039         (svn_copy_command_run), (svn_copy_command_class_init),
3040         (svn_copy_command_new), (svn_copy_command_destroy):
3041         * plugins/subversion/svn-copy-command.h:
3042         * plugins/subversion/svn-diff-command.c: (svn_diff_command_init),
3043         (svn_diff_command_finalize), (svn_diff_command_run),
3044         (svn_diff_command_class_init), (svn_diff_command_new),
3045         (svn_diff_command_destroy), (svn_diff_command_get_output):
3046         * plugins/subversion/svn-diff-command.h:
3047         * plugins/subversion/svn-log-command.c: (svn_log_command_init),
3048         (svn_log_command_finalize), (log_callback), (svn_log_command_run),
3049         (svn_log_command_class_init), (svn_log_command_new),
3050         (svn_log_command_destroy), (svn_log_command_get_entry_queue):
3051         * plugins/subversion/svn-log-command.h:
3052         * plugins/subversion/svn-log-entry.c: (svn_log_entry_init),
3053         (svn_log_entry_finalize), (svn_log_entry_class_init),
3054         (strip_whitespace), (svn_log_entry_new), (svn_log_entry_destroy),
3055         (svn_log_entry_get_author), (svn_log_entry_get_date),
3056         (svn_log_entry_get_revision), (svn_log_entry_get_short_log),
3057         (svn_log_entry_get_full_log):
3058         * plugins/subversion/svn-log-entry.h:
3059         * plugins/subversion/svn-merge-command.c: (svn_merge_command_init),
3060         (svn_merge_command_finalize), (svn_merge_command_run),
3061         (svn_merge_command_class_init), (svn_merge_command_new),
3062         (svn_merge_command_destroy):
3063         * plugins/subversion/svn-merge-command.h:
3064         * plugins/subversion/svn-remove-command.c: (on_log_callback),
3065         (svn_remove_command_init), (svn_remove_command_finalize),
3066         (svn_remove_command_run), (svn_remove_command_class_init),
3067         (svn_remove_command_new), (svn_remove_command_destroy),
3068         (svn_remove_command_get_path):
3069         * plugins/subversion/svn-remove-command.h:
3070         * plugins/subversion/svn-resolve-command.c:
3071         (svn_resolve_command_init), (svn_resolve_command_finalize),
3072         (svn_resolve_command_run), (svn_resolve_command_class_init),
3073         (svn_resolve_command_new), (svn_resolve_command_destroy):
3074         * plugins/subversion/svn-resolve-command.h:
3075         * plugins/subversion/svn-revert-command.c:
3076         (svn_revert_command_init), (svn_revert_command_finalize),
3077         (svn_revert_command_run), (svn_revert_command_class_init),
3078         (svn_revert_command_new), (svn_revert_command_destroy):
3079         * plugins/subversion/svn-revert-command.h:
3080         * plugins/subversion/svn-status-command.c:
3081         (svn_status_command_init), (svn_status_command_finalize),
3082         (on_svn_status_notify), (svn_status_command_run),
3083         (svn_status_command_class_init), (svn_status_command_new),
3084         (svn_status_command_destroy),
3085         (svn_status_command_get_status_queue):
3086         * plugins/subversion/svn-status-command.h:
3087         * plugins/subversion/svn-status.c: (svn_status_init),
3088         (svn_status_finalize), (svn_status_class_init), (svn_status_new),
3089         (svn_status_destroy), (svn_status_get_path),
3090         (svn_status_get_vcs_status):
3091         * plugins/subversion/svn-status.h:
3092         * plugins/subversion/svn-switch-command.c:
3093         (svn_switch_command_init), (svn_switch_command_finalize),
3094         (svn_switch_command_run), (svn_switch_command_class_init),
3095         (svn_switch_command_new), (svn_switch_command_destroy):
3096         * plugins/subversion/svn-switch-command.h:
3097         * plugins/subversion/svn-update-command.c:
3098         (svn_update_command_init), (svn_update_command_finalize),
3099         (svn_update_command_run), (svn_update_command_class_init),
3100         (svn_update_command_new), (svn_update_command_destroy):
3101         * plugins/subversion/svn-update-command.h:
3103         Now really committed all files from James patch (#457477)
3105 2007-11-08  Johannes Schmid <jhs@gnome.org>
3107         * TODO.tasks: Updated
3109 2007-11-08  James Liggett  <jrliggett@cox.net>
3111         reviewed by: Johannes Schmid <jhs@gnome.org>
3113         * configure.in:
3114         * libanjuta/Makefile.am:
3115         * libanjuta/anjuta-status.c: (anjuta_status_progress_pulse):
3116         * libanjuta/anjuta-status.h:
3117         * libanjuta/libanjuta.h:
3118         * plugins/subversion/Makefile.am:
3119         * plugins/subversion/anjuta-subversion.glade:
3120         * plugins/subversion/anjuta-subversion.ui:
3121         * plugins/subversion/plugin.c: (value_added_project_root_uri),
3122         (value_removed_project_root_uri), (activate_plugin),
3123         (deactivate_plugin), (finalize), (subversion_instance_init):
3124         * plugins/subversion/plugin.h:
3125         * plugins/subversion/subversion-actions.c:
3126         * plugins/subversion/subversion-actions.h:
3127         * plugins/subversion/subversion-callbacks.c:
3128         * plugins/subversion/subversion-callbacks.h:
3129         * plugins/subversion/svn-auth.c:
3130         * plugins/subversion/svn-auth.h:
3131         * plugins/subversion/svn-backend-priv.h:
3132         * plugins/subversion/svn-backend.c:
3133         * plugins/subversion/svn-backend.h:
3134         * plugins/subversion/svn-notify.c:
3135         * plugins/subversion/svn-notify.h:
3136         * plugins/subversion/svn-thread.c:
3137         * plugins/subversion/svn-thread.h:
3138         
3139         Commited alpha2 of the new subversion plugin (#457477)
3141 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3143         * plugins/debug-manager/command.c:
3144         Fix a stupid crash when changing a register value
3146 2007-11-07  Sébastien Granjoux  <seb.sfo@free.fr>
3148         * libanjuta/interfaces/libanjuta.idl,
3149         plugins/debug-manager/command.c,
3150         plugins/debug-manager/command.h,
3151         plugins/debug-manager/start.c,
3152         plugins/gdb/plugin.c,
3153         plugins/gdb/debugger.c,
3154         plugins/gdb/debugger.h:
3155         Use anjuta terminal plugin instead of gnome terminal
3156         Select if a terminal is used in the the start_program function
3157         Move terminal code from debugger.c to plugin.c
3158         Partial fix of bug #481366
3160         * plugins/gdb/utilities.c,
3161         plugins/gdb/utilities.h:
3162         Remove gnome terminal check function
3164 2007-11-06  Johannes Schmid <jhs@gnome.org>
3166         * plugins/project-import/anjuta-project-import.glade:
3167         * plugins/project-import/project-import.c: (on_import_next),
3168         (on_import_finish), (project_import_set_directory):
3169         * plugins/project-wizard/property.c: (npw_property_create_widget),
3170         (npw_property_set_value_from_widget):
3171         
3172         Replaced gnome_file_entry with gtk_file_chooser_button
3173         Fixes #422329 – Creating a new directory in program options doesn't work
3174         
3175 2007-11-04  Massimo Cora' <maxcvs@email.it>
3177         * plugins/symbol-db/plugin.c:
3178         add all files at once on project_import.
3179         No need to split them into more languages: ctags
3180         and the engine will take care of that.
3182         * plugins/symbol-db/symbol-db-engine.h,
3183         * plugins/symbol-db/symbol-db-engine.c,
3184         * plugins/symbol-db/tables.sql,
3185         * plugins/symbol-db/test/Makefile.am,
3186         * plugins/symbol-db/test/main.c,
3187         * plugins/symbol-db/symbol-db-view-locals.c:
3188         some memory leaks fixed. Ported the thing to
3189         libgda 3.1.2 [or better svn HEAD].
3190         Thanks to a fresh new algorithm to detect
3191         parent scope we're able to display correcly
3192         a local gtktree, including classes not directly
3193         defined inside that file.
3195 2007-11-04  Sébastien Granjoux  <seb.sfo@free.fr>
3197         * plugins/debug-manager/threads.c,
3198         plugins/debug-manager/stack_trace.c:
3199         Do not display address when not needed
3201         * plugins/debug-manager/plugin.c,
3202         plugins/debug-manager/breakpoints.c:
3203         Breakpoints directly connect to debugger signals
3205         * plugins/debug-manager/watch.c:
3206         program-unload signal does not exist used debugger-stopped
3208         * plugins/debug-manager/queue.c,
3209         libanjuta/interfaces/libanjuta.idl:
3210         Display error message returned by debugger command
3211         Add new error codes
3213 2007-11-04  Johannes Schmid <jhs@gnome.org>
3215         * plugins/project-wizard/templates/gcj/configure.ac.tpl:
3216         Bug 493062 – gcj template needs AC_PROG_CC
3217         (thanks to Bruno Cigic <bruno.cigic@gmail.com>)
3219         * src/anjuta-actions.h:
3220         Bug 493212 – Use GTK_STOCK_ABOUT i.s.o. deprecated GNOME_STOCK_ABOUT
3221         (thanks to Jaap A. Haitsma <jaap@haitsma.org>)
3223 === anjuta 2.3.0 ===
3225 2007-11-02  Naba Kumar  <naba.kumar@gnome.org>
3227         * AUTHORS: Updated
3229 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3231         * ChangeLog: Tagged 2.3.0 release.
3233         * plugins/indent/Makefile.am: Fixed indentation.
3235         * plugins/editor/aneditor-autocomplete.cxx:
3236         * plugins/editor/aneditor-priv.h:
3237         * plugins/editor/aneditor.cxx:
3238         * plugins/editor/aneditor.h: Commented out dead codes.
3240         * configure.in, plugins/symbol-db/symbol-db.plugin.in:
3241         Do not build symbol-db by
3242         default. Added 'unstable' in plugin description to signify it's
3243         developmental state.
3245         * plugins/file-manager/Makefile.am,
3246         plugins/language-manager/Makefile.am: Fixed 'make distcheck'.
3248 2007-11-01  Sébastien Granjoux  <seb.sfo@free.fr>
3250         * plugins/debug-manager/utilities.c,
3251         plugins/debug-manager/utilities.h,
3252         plugins/debug-manager/threads.c,
3253         plugins/debug-manager/plugin.c,
3254         plugins/debug-manager/plugin.h,
3255         plugins/debug-manager/disassemble.h,
3256         plugins/debug-manager/watch.c,
3257         plugins/debug-manager/watch.h,
3258         plugins/debug-manager/breakpoints.c,
3259         plugins/debug-manager/stack_trace.c:
3260         Replace few remaining function calls by signal 
3262         * plugins/debug-manager/disassemble.c,
3263         plugins/debug-manager/registers.c,
3264         plugins/debug-manager/memory.c,
3265         plugins/debug-manager/locals.c,
3266         plugins/debug-manager/queue.c,
3267         plugins/debug-manager/queue.h:
3268         Connect signals when debugger is started
3269         Disconnect them when debugger is stopped
3270         Do not display window if debugger doesn't support feature
3272         * plugins/gdb/plugin.c,
3273         libanjuta/interfaces/libanjuta.idl:
3274         Remove unused initialization function
3276 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3278         * configure.in:
3279         * plugins/file-manager/Makefile.am:
3280         * scripts/build-schemas.mk: Fixed 'make distcheck'
3282 2007-11-01  Naba Kumar  <naba.kumar@gnome.org>
3284         * manuals/reference/libanjuta/libanjuta-docs.sgml,
3285         manuals/reference/libanjuta/libanjuta-sections.txt: Updated docs
3286         to latest API additions.
3288         * manuals/reference/libanjuta/writing-plugins.sgml: Fixed to adhere
3289         to API changes.
3291 2007-10-31  Naba Kumar  <naba.kumar@gnome.org>
3293         * ChangeLog: Fixed indentation.
3294         * NEWS: Updated for 2.3.0 release. Also merged changes from 2.2.x
3295         branch.
3297 2007-10-30  Naba Kumar  <naba.kumar@gnome.org>
3299         * libanjuta/interfaces/libanjuta.idl:
3300         * plugins/build-basic-autotools/build-basic-autotools.c:
3301         (build_compile_file_real), (build_build_project),
3302         (build_install_project), (build_clean_project),
3303         (build_configure_project), (build_autogen_project),
3304         (build_distribution_project), (build_build_module),
3305         (build_install_module), (build_clean_module), (fm_build),
3306         (fm_install), (fm_clean), (pm_build), (pm_install), (pm_clean),
3307         (finalize), (basic_autotools_plugin_instance_init),
3308         (ibuildable_set_command), (ibuildable_reset_commands),
3309         (ibuildable_get_command), (ibuildable_build), (ibuildable_clean),
3310         (ibuildable_install), (ibuildable_configure),
3311         (ibuildable_generate), (ibuildable_iface_init):
3312         * plugins/build-basic-autotools/build-basic-autotools.h:
3314         Added API for commands override in build interface and implemented
3315         them in build plugin. Useful for other plugins override build
3316         commands depending on project environment.
3318 2007-10-28  Naba Kumar  <naba@gnome.org>
3320         * src/anjuta.glade,
3321         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
3322         Fixed widget alignment for dock switcher tab style combo and
3323         scratchbox path entrybox.
3325 2007-10-28  Johannes Schmid <jhs@gnome.org>
3327         * plugins/document-manager/plugin.c: (on_editor_changed):
3328         Fixed a memory leak and simplified code (thanks again Sébastien)
3329         
3330         * configure.in:
3331         Bumped LIBGDA requirement to 3.1.2 (the version that supports LIMIT
3332         and OFFSET sql statements)
3334 2007-10-28  Massimo Cora' <maxcvs@email.it>
3336         * plugins/symbol-db/plugin.c,
3337         plugins/symbol-db/symbol-db-engine.h,
3338         plugins/symbol-db/symbol-db-view.c,
3339         plugins/symbol-db/symbol-db-view.c,
3340         plugins/symbol-db/symbol-db-view-locals.c,
3341         plugins/symbol-db/symbol-db-view-locals.h,
3342         plugins/symbol-db/symbol-db-engine.c:
3343         Better end-of-file-scan detection, permitting
3344         an improved scope/inheritance parsing.
3345         Locals tab gtktree now displays correct
3346         namespace->class->children tree, even if
3347         in a C++ file there isn't class declaration.
3349 2007-10-27  Johannes Schmid <jhs@gnome.org>
3351         Patch from Stanislav Brabec <sbrabec@suse.cz>
3352         * configure.in:
3353         Bug 489798 – Do not rely on svn-config
3355         Patch from Michael Wolf <maw@ximian.com>:
3356         * libegg/eggtreemodelfilter.c: (egg_tree_model_filter_fetch_child),
3357         (egg_tree_model_filter_remove_node),
3358         (egg_tree_model_filter_row_deleted):
3359         Bug 487683 – undefined operations in libegg/eggtreemodelfilter.c
3361 2007-10-27  Johannes Schmid <jhs@gnome.org>
3363         * plugins/devhelp/anjuta-devhelp.ui:
3364         * plugins/message-view/anjuta-message-manager.ui:
3366         Added some separators to the toolbar
3367         
3368         * plugins/document-manager/plugin.c:
3369         (on_support_plugin_deactivated), (load_new_support_plugins),
3370         (unload_unused_support_plugins), (on_editor_changed):
3371         
3372         Fixed the language supprt loading unloading stuff. Thanks to Sébastien
3373         for pointing out that is was crap.
3375 2007-10-24  Sébastien Granjoux  <seb.sfo@free.fr>
3377         * libanjuta/interfaces/libanjuta.idl,
3378         libanjuta/anjuta-plugin-manager.c,
3379         libanjuta/anjuta-plugin-manager.h,
3380         libanjuta/anjuta-c-plugin-factory.c,
3381         libanjuta/anjuta-c-module.h,
3382         libanjuta/anjuta-c-module.c:
3383         Report detailled error message in case of plugin loading failure
3385 2007-10-24  Johannes Schmid <jhs@gnome.org>
3387         * configure.in:
3388         * plugins/Makefile.am:
3389         
3390         Activate build of symbol-db plugin (when libgda is available)
3391         
3392         * plugins/document-manager/plugin.c:
3393         (on_support_plugin_deactivated), (on_editor_changed):
3394         
3395         Properly handle language support plugins even when they are
3396         unloaded by the session.
3397         
3398         * plugins/symbol-db/plugin.c: (register_stock_icons),
3399         Port to new REGISTER_ICONS stuff
3400   
3401 2007-10-22  Massimo Cora'  <maxcvs@email.it>
3403         * plugins/symbol-db/plugin.c,
3404         * plugins/symbol-db/symbol-db-view.c
3405         * plugins/symbol-db/symbol-db-engine.h,
3406         * plugins/symbol-db/symbol-db-engine-iterator-node.c,
3407         * plugins/symbol-db/symbol-db-view-locals.c,
3408         * plugins/symbol-db/symbol-db-view-locals.h,
3409         * plugins/symbol-db/symbol-db-engine.c:
3410         Fixed functions declarations with 'const gchar*' instead of 'gchar*'.
3411         Added a new algorithm for dynamic population of the local symbols' tab.
3412         Now the default view is tree-like.
3413         Some fixes on engine correct some population issues.    
3415 2007-10-23  Naba Kumar  <naba@gnome.org>
3417         * plugins/glade/Makefile.am: Corrected conditional not to install
3418         .plugin file if plugin is disabled.
3419         * plugins/sourceview/Makefile.am: Corrected conditional not to
3420         install schemas if plugin is not built.
3422 2007-10-20  Sébastien Granjoux  <seb.sfo@free.fr>
3424         * plugins/debug-manager/queue.c:
3425         Fix #488061: Mutiple crash dialogs
3427         * plugins/gdb/debugger.c,
3428         plugins/gdb/debugger.h:
3429         Remove maximum gdb command length, should fix bug#474811
3431 2007-10-19  Sébastien Granjoux  <seb.sfo@free.fr>
3433         * manuals/reference/libanjuta/plugin-description-file.sgml,
3434         manuals/reference/libanjuta/libanjuta-docs.sgml,
3435         manuals/reference/libanjuta/libanjuta-sections.txt,
3436         libanjuta/interfaces/libanjuta.idl,
3437         libanjuta/anjuta-c-module.c,
3438         libanjuta/anjuta-c-plugin-factory.c:
3439         Document last changes in plugin code
3441 2007-10-19  Johannes Schmid <jhs@gnome.org>
3443         * plugins/subversion/subversion-callbacks.c: (check_filename):
3444         
3445         Fixed #487854 – Anjuta crashes when i try to add a SVN url
3447 2007-10-19  Naba Kumar  <naba@gnome.org>
3449         * plugins/file-manager/file-model.c: Fixed a critical runtime
3450         warning.
3452 2007-10-18  Johannes Schmid <jhs@gnome.org>
3454         * libanjuta/anjuta-ui.h:
3455         Small fix on icon macros
3456         
3457         * libanjuta/interfaces/libanjuta.idl:
3458         * plugins/language-manager/plugin.c: (ilanguage_get_name),
3459         (ilanguage_get_from_editor), (ilanguage_get_name_from_editor),
3460         (ilanguage_iface_init):
3461         
3462         Added get_from_editor() and get_name_from_editor() methods
3463         to IAnjutaLanguage
3464         
3465         * plugins/document-manager/plugin.c:
3466         (update_editor_ui_interface_items), (on_editor_changed):
3467         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
3468         .in:
3469         * plugins/language-support-cpp-java/plugin.c: (install_support):
3470         
3471         Ported plugins to use the new interface
3473 2007-10-17  Johannes Schmid <jhs@gnome.org>
3475         * libanjuta/anjuta-ui.h:
3476         
3477         Added macros to register stock icons to stop all this copy&paste
3478         which had spread over a lot of files. New macros support to add 
3479         icons with toolbar and menu size (16 and 24)
3480         
3481         * plugins/class-inheritance/plugin.c: (register_stock_icons):
3482         * plugins/debug-manager/images/anjuta-attach.svg:
3483         * plugins/debug-manager/images/anjuta-step-out.svg:
3484         * plugins/debug-manager/images/anjuta-step-over.svg:
3485         * plugins/debug-manager/plugin.c: (register_stock_icons):
3486         * plugins/document-manager/images/Makefile.am:
3487         * plugins/document-manager/images/anjuta-block-end.svg:
3488         * plugins/document-manager/images/anjuta-block-start.svg:
3489         * plugins/document-manager/images/anjuta-bookmark-16.xpm:
3490         * plugins/document-manager/images/anjuta-bookmark.svg:
3491         * plugins/document-manager/images/anjuta-go-history-next.svg:
3492         * plugins/document-manager/images/anjuta-go-history-prev.svg:
3493         * plugins/document-manager/plugin.c: (register_stock_icons):
3494         * plugins/glade/plugin.c: (register_stock_icons):
3495         * plugins/language-support-cpp-java/plugin.c:
3496         (register_stock_icons):
3497         * plugins/message-view/Makefile.am:
3498         * plugins/message-view/anjuta-go-message-next.svg:
3499         * plugins/message-view/anjuta-go-message-prev.svg:
3500         * plugins/message-view/anjuta-message-view.svg:
3501         * plugins/message-view/messages.xpm:
3502         * plugins/message-view/plugin.c: (register_stock_icons):
3503         * plugins/patch/plugin.c: (patch_plugin_activate):
3504         * plugins/project-manager/plugin.c: (register_stock_icons):
3505         * plugins/search/Makefile.am:
3506         * plugins/search/anjuta-go-match-next.svg:
3507         * plugins/search/anjuta-go-match-prev.svg:
3508         * plugins/search/plugin.c: (activate_plugin):
3509         * plugins/symbol-browser/plugin.c: (register_stock_icons):
3510         * plugins/terminal/terminal.c: (register_stock_icons):
3511         * plugins/valgrind/plugin.c: (register_stock_icons):
3512         
3513         Updated to use the new icons and added several new and updated 
3514         icons from #480093
3516 2007-10-16  Sébastien Granjoux  <seb.sfo@free.fr>
3518         * libanjuta/anjuta-plugin-handle.c,
3519         libanjuta/anjuta-plugin-handle.h:
3520         Add a new path property containing the directory of the .plugin
3521         file, library file (.so or whatever) must be in the same directory
3523         * libanjuta/anjuta-plugin-manager.c,
3524         libanjuta/interfaces/libanjuta.idl,
3525         (removed) libanjuta/anjuta-glue-plugin.c,
3526         (removed) libanjuta/anjuta-glue-plugin.h,
3527         (removed) libanjuta/anjuta-glue-c.c,
3528         (removed) libanjuta/anjuta-glue-c.h,
3529         (removed) libanjuta/anjuta-glue-cpp.c,
3530         (removed) libanjuta/anjuta-glue-cpp.h,
3531         (removed) libanjuta/anjuta-glue-factory.c,
3532         (removed) libanjuta/anjuta-glue-factory.h,
3533         (added) libanjuta/anjuta-c-module.c,
3534         (added) libanjuta/anjuta-c-module.h,
3535         (added) libanjuta/anjuta-c-plugin-factory.c,
3536         (added) libanjuta/anjuta-c-plugin-factory.h,
3537         libanjuta/Makefile.am:
3538         AnjutaPluginManager uses the new IAnjutaPluginFactory interface
3539         anjuta-glue-factory.[ch] is replaced by anjuta-c-plugin-factory.[ch]
3540         implementing IAnjutaPluginFactory
3541         anjuta-glue-(c|plugin).[ch] is replaced by anjuta-c-module.[ch]
3543         * libanjuta/libanjuta.h:
3544         anjuta-plugin-handle.h must be public (used in IAnjutaPluginFactory
3545         interface)
3547         * libanjuta/anjuta-plugin.h:
3548         Replace AnjutaGluePlugin by GTypeModule
3549         Remove unused anjuta_glue_get_component_type replaced by
3550         g_type_from_name
3552         * plugins/build-basic-autotools/build-basic-autotools.h,
3553         plugins/class-gen/plugin.h,
3554         plugins/class-inheritance/plugin.h,
3555         plugins/cvs-plugin/plugin.h,
3556         plugins/debug-manager/plugin.h,
3557         plugins/devhelp/plugin.h,
3558         plugins/document-manager/plugin.h,
3559         plugins/editor/plugin.h,
3560         plugins/file-loader/plugin.h,
3561         plugins/file-wizard/plugin.h,
3562         plugins/gdb/plugin.h,
3563         plugins/glade/plugin.h,
3564         plugins/gtodo/plugin.h,
3565         plugins/indent/plugin.h,
3566         plugins/language-manager/plugin.h,
3567         plugins/language-support-cpp-java/plugin.h,
3568         plugins/macro/plugin.h,
3569         plugins/message-view/plugin.h,
3570         plugins/patch/plugin.h,
3571         plugins/profiler/plugin.h,
3572         plugins/project-import/plugin.h,
3573         plugins/project-manager/plugin.h,
3574         plugins/project-wizard/plugin.h,
3575         plugins/sample1/plugin.h,
3576         plugins/search/plugin.h,
3577         plugins/sourceview/plugin.h,
3578         plugins/subversion/plugin.h,
3579         plugins/symbol-browser/plugin.h,
3580         plugins/symbol-db/plugin.h,
3581         plugins/terminal/terminal.c,
3582         plugins/tools/plugin.h,
3583         plugins/valgrind/plugin.h:
3584         Replace AnjutaGluePlugin by GTypeModule
3586 2007-10-16 Sebastien Granjoux <seb.sfo@free.fr>
3588         * plugins/debug-manager/breakpoints.c:
3589         Fix bug#487112, crash while removing a breakpoint in a new file
3591 2007-10-15 Sebastien Granjoux <seb.sfo@free.fr>
3593         * plugins/document-manager/search-box.c:
3594         Fix a crash (with an useful comment) focus-out-event handler must
3595         return a gboolean
3597 2007-10-14 Johannes Schmid <jhs@gnome.org>
3599         * plugins/sourceview/sourceview.c:
3600         Hide calltip when "Up" or "Down" key is pressed
3602 2007-10-14 Sebastien Granjoux <seb.sfo@free.fr>
3604         * plugins/document-manager/search-box.c:
3605         Change included file order to avoid a compile error with gnome 2.16
3607 2007-10-13  Johannes Schmid <jhs@gnome.org>
3609         * plugins/debug-manager/plugin.c: (enable_log_view):
3610         
3611         Fixed crash when closing a project and unloading another while
3612         the debugger is enabled
3614 2007-10-13  Johannes Schmid <jhs@gnome.org>
3616         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3617         
3618         Use correct breakpoint icon
3619         
3620         * plugins/devhelp/Makefile.am:
3621         * plugins/devhelp/anjuta-go-help-next.svg:
3622         * plugins/devhelp/anjuta-go-help-prev.svg:
3623         * plugins/devhelp/plugin.c: (register_stock_icons),
3624         (devhelp_activate):
3625         
3626         Added new icons from #480093
3627         
3628         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
3629         * plugins/document-manager/images/anjuta-bookmark-first.svg:
3630         * plugins/document-manager/images/anjuta-bookmark-last.svg:
3631         * plugins/document-manager/images/anjuta-bookmark-next.svg:
3632         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
3633         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
3634         * plugins/message-view/anjuta-go-message-next.svg:
3635         * plugins/message-view/anjuta-go-message-prev.svg:
3636         
3637         Updated icons from #480093
3638                 
3639         * src/anjuta-actions.h:
3640         Use GTK_STOCK_FULLSCREEN
3641         
3642         * src/anjuta-app.c: (on_gdl_style_changed),
3643         (anjuta_app_instance_init):
3644         * src/anjuta.glade:
3645         
3646         Added preference option to set the gdl switcher style
3648 2007-10-13  Johannes Schmid <jhs@gnome.org>
3650         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
3651         (get_property_value_as_string), (set_property_value_as_string),
3652         (register_callbacks):
3653         * libanjuta/anjuta-preferences.h:
3654         
3655         Support GtkFileChooserButton as preferences widget
3656         
3657         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
3658         
3659         Fixed a Gtk-Critical
3660         
3661         * plugins/file-manager/Makefile.am:
3662         * plugins/file-manager/file-model.c: (file_model_filter_file),
3663         (file_model_add_dummy), (file_model_expand_idle),
3664         (file_model_set_property), (file_model_get_property),
3665         (file_model_class_init):
3666         * plugins/file-manager/plugin.c: (file_manager_set_default_uri),
3667         (project_root_added), (on_file_view_open_file), (on_gconf_notify),
3668         (file_manager_activate), (file_manager_finalize),
3669         (file_manager_instance_init), (ipreferences_merge),
3670         (ipreferences_unmerge), (ipreferences_iface_init):
3671         * plugins/file-manager/plugin.h:
3672         
3673         Added preferences to file-manager
3675         * plugins/glade/plugin.c: (activate_plugin):
3676         
3677         Move Properties widget into center because it is way to big
3678         for the sidebar
3680 2007-10-10  Johannes Schmid <jhs@gnome.org>
3682         * plugins/language-support-cpp-java/Makefile.am:
3683         * plugins/language-support-cpp-java/anjuta-complete-auto.svg:
3684         * plugins/language-support-cpp-java/anjuta-complete.svg:
3685         * plugins/language-support-cpp-java/anjuta-indent-auto.svg:
3686         * plugins/language-support-cpp-java/plugin.c:
3687         (register_stock_icons):
3688         
3689         And yet some more icons...
3691 2007-10-10  Johannes Schmid <jhs@gnome.org>
3693         * plugins/debug-manager/breakpoints.c:
3694         * plugins/debug-manager/images/Makefile.am:
3695         * plugins/debug-manager/images/anjuta-bookmark.svg:
3696         * plugins/debug-manager/images/anjuta-breakpoint-clear.svg:
3697         * plugins/debug-manager/images/anjuta-breakpoint-disabled.svg:
3698         * plugins/debug-manager/images/anjuta-breakpoint-enabled.svg:
3699         * plugins/debug-manager/images/anjuta-breakpoint-toggle.svg:
3700         * plugins/debug-manager/images/anjuta-linemark.svg:
3701         * plugins/debug-manager/images/anjuta-pcmark.svg:
3702         * plugins/debug-manager/plugin.c: (register_stock_icons):
3703         * plugins/debug-manager/sparse_view.c:
3704         * plugins/document-manager/images/Makefile.am:
3705         * plugins/document-manager/images/anjuta-block-select.svg:
3706         * plugins/document-manager/images/anjuta-fold-close.svg:
3707         * plugins/document-manager/images/anjuta-fold-open.svg:
3708         * plugins/document-manager/images/anjuta-fold-toggle.svg:
3709         * plugins/document-manager/images/anjuta-indent-less.svg:
3710         * plugins/document-manager/images/anjuta-indent-more.svg:
3711         * plugins/document-manager/images/anjuta-swap.svg:
3712         * plugins/document-manager/images/block_select.xpm:
3713         * plugins/document-manager/images/fold_close.xpm:
3714         * plugins/document-manager/images/fold_open.xpm:
3715         * plugins/document-manager/images/fold_toggle.xpm:
3716         * plugins/document-manager/images/indent.xpm:
3717         * plugins/document-manager/images/indent_dcr.xpm:
3718         * plugins/document-manager/images/indent_inc.xpm:
3719         * plugins/document-manager/plugin.c: (register_stock_icons):    
3720         * plugins/editor/Makefile.am:
3721         * plugins/editor/anjuta-bookmark-16.xpm:
3722         * plugins/editor/anjuta-breakpoint-disabled-16.xpm:
3723         * plugins/editor/anjuta-breakpoint-enabled-16.xpm:
3724         * plugins/editor/anjuta-linemark-16.xpm:
3725         * plugins/editor/anjuta-pcmark-16.xpm:
3726         * plugins/editor/bookmark.xpm:
3727         * plugins/editor/breakpoint-disabled.xpm:
3728         * plugins/editor/breakpoint-enabled.xpm:
3729         * plugins/editor/linemarker.xpm:
3730         * plugins/editor/program-counter.xpm:
3731         * plugins/editor/text_editor.c:
3732         * plugins/message-view/Makefile.am:
3733         * plugins/message-view/anjuta-go-message-next.svg:
3734         * plugins/message-view/anjuta-go-message-prev.svg:
3735         * plugins/message-view/anjuta-message-manager.ui:
3736         * plugins/message-view/plugin.c:
3737         * plugins/sourceview/Makefile.am:
3738         * plugins/sourceview/sourceview.c:
3740         Integrated lots of icons from #480093
3741         Thanks to <tpgww@onepost.net>
3743         * plugins/document-manager/plugin.c:
3744         Do not mark the line in ifile_open(), that looks ugly.
3745         
3746         * plugins/document-manager/search-box.c: (on_search_focus_out),
3747         (search_box_init):
3748         Clear the status bar on focus_out.
3749         
3750         * plugins/file-loader/anjuta-loader-plugin.ui:
3751         Fixed a missing "="
3753 2007-10-09  Johannes Schmid <jhs@gnome.org>
3755         * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new):
3756         * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new):
3758         Some things I missed in the patch for #484419
3759         
3760         * plugins/document-manager/action-callbacks.c:
3761         (on_new_file_activate):
3762         * plugins/document-manager/action-callbacks.h:
3763         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3764         (on_window_key_press_event), (on_gconf_notify_timer):
3765         
3766         484645 – patch to deal with docman FIXME etc
3767         
3768         * plugins/editor/text_editor.c: (text_editor_set_indicator):
3769         * plugins/search/search-replace.c: (search_and_replace),
3770         (write_message_pane), (search_replace_populate),
3771         (translate_dialog_strings), (create_dialog),
3772         (anjuta_search_replace_activate):
3773         * plugins/search/search-replace_backend.c:
3774         (file_buffer_new_from_path), (get_next_match),
3775         (create_search_entries), (regex_backref),
3776         (clear_search_replace_instance):
3777         * plugins/search/search-replace_backend.h:
3778         
3779         #484573 – patch to correct various search-related issues
3780         
3781         Thanks for the above patches to <tpgww@onepost.net>
3782         
3783         * plugins/sourceview/sourceview.c:
3784         (sourceview_create_highligth_indic):
3785         
3786         Use the same marker for important as gedit (yellow background)
3788         * plugins/document-manager/anjuta-document-manager.ui:
3789         * plugins/file-loader/anjuta-file-loader.ui:
3790         * plugins/file-loader/plugin.c:
3791         
3792         Moved FileNew action to document-manager
3794 2007-10-08  Johannes Schmid <jhs@gnome.org>
3796         * plugins/document-manager/search-box.c: (on_search_activated):
3797         Mark messages for translation
3799 2007-10-07   Marc Lorber <Lorber.Marc@wanadoo.fr>
3801         reviewed by: Johannes Schmid <jhs@gnome.org>
3803         * plugins/Makefile.am:
3804         * plugins/build-basic-autotools/build-basic-autotools.c:
3805         (build_compile_file_real):
3806         * plugins/search/search-replace.c:
3807         * plugins/valgrind/preferences.c: (build_general_prefs):
3808         
3809         Fix #484379 – Contents of Makefile.am plugins and
3810         #484419 – Improvement into translation
3812 2007-10-06  Johannes Schmid <jhs@gnome.org>
3814         * libanjuta/interfaces/anjuta-idl-compiler.pl:
3816         Fixed to properly support pointer-to-pointer (**) types
3818         * libanjuta/interfaces/libanjuta.idl:
3819         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter):
3820         * plugins/sourceview/sourceview-cell.h:
3821         * plugins/sourceview/sourceview.c: (ieditor_get_position_iter),
3822         (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter),
3823         (iselect_get_end_iter), (iselect_iface_init), (isearch_forward),
3824         (isearch_backward), (isearch_iface_init):
3825         * plugins/editor/text_editor.c: (itext_editor_get_position_iter),
3826         (itext_editor_iface_init), (iselection_set_iter),
3827         (iselection_get_start_iter), (iselection_get_end_iter),
3828         (iselection_iface_init), (isearch_forward), (isearch_backward),
3829         (isearch_iface_init):
3830         
3831         Added IAnjutaEditorSearch interface and some utility methods to
3832         migrate from positions to iterators for the editor interface.
3833         
3834         * plugins/document-manager/Makefile.am:
3835         * plugins/document-manager/action-callbacks.c:
3836         (on_goto_line_no1_activate), (on_show_search):
3837         * plugins/document-manager/action-callbacks.h:
3838         * plugins/document-manager/anjuta-docman.c:
3839         (anjuta_docman_add_document), (anjuta_docman_show_editor),
3840         (anjuta_docman_grab_text_focus):
3841         * plugins/document-manager/anjuta-document-manager.ui:
3842         * plugins/document-manager/goto_line.c: (removed)
3843         * plugins/document-manager/goto_line.h: (removed)
3844         * plugins/document-manager/search-box.c:
3845         * plugins/document-manager/search-box.h:
3846         * plugins/document-manager/plugin.c: (ui_give_shorter_names),
3847         (update_editor_ui_enable_all), (update_editor_ui_disable_all),
3848         (update_editor_ui_interface_items), (on_editor_added),
3849         (activate_plugin), (deactivate_plugin):
3850         * plugins/document-manager/plugin.h:
3851         
3852         Created new incremental "Quick Search" bar in the document manager to
3853         replace the crappy EggToolbar entries. Uses the new search interface and
3854         it thus much faster and more reliable.
3855         Fixes: 
3856         Bug 357544 – incremental search should work consistently (or not at all) 
3857         when main toolbar is hidden
3858         Bug 440637 – Search, don't work very well (partly for incremental search)
3859         
3860         * plugins/search/anjuta-search.ui:
3861         * plugins/search/plugin.c: (activate_plugin):
3862         
3863         Removed incremental search stuff
3864         
3865         * plugins/build-basic-autotools/build-basic-autotools.c:
3866         (on_session_save), (on_session_load):
3867         * plugins/build-basic-autotools/executer.c:
3868         (get_program_parameters):
3869         
3870         Scroll to selected executable and remember it across sessions
3871         (followup of #477976)
3872         
3873         * plugins/debug-manager/plugin.c: (value_added_current_editor):
3874         Check if it is an editor and cast afterwards, avoids a Gtk-Critical
3875         
3876         * plugins/devhelp/anjuta-devhelp.ui:
3877         Rearraged toolbar items a bit
3879 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3881         * plugins/debug-manager/command.c,
3882         plugins/debug-manager/queue.c,
3883         plugins/gdb/plugin.c,
3884         plugins/gdb/debugger.c:
3885         Fix several crashing bugs (including bug#482985) with the debugger
3886         when closing project, stopping the debugger, restarting the program
3888 2007-10-05 Sebastien Granjoux <seb.sfo@free.fr>
3890         * libanjuta/anjuta-launcher.c:
3891         Avoid adding new timeout in anjuta_launcher_execution_done_cleanup
3893 2007-10-03 Sebastien Granjoux <seb.sfo@free.fr>
3895         * plugins/debug-manager/command.c,
3896         plugins/debug-manager/queue.c:
3897         Asynchronous command can abort other commands in queue
3898         Resynchronize debugger state when a command is cancelled
3900         * plugins/debug-manager/breakpoints.c:
3901         Free BreakpointItem only when it is not used anymore
3903         * plugins/gdb/plugin.c:
3904         Do not return TRUE if the callback and/or ready signal is not used
3906         * plugins/gdb/debugger.c:
3907         Fix a crash, return correct state when debugger is stopped
3909 2007-10-01 Sebastien Granjoux <seb.sfo@free.fr>
3911         * plugins/project-wizard/autogen.c:
3912         Fix bug#482067, escape project wizard user defined strings
3914 2007-10-01  Johannes Schmid <jhs@gnome.org>
3916         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
3917         .glade:
3918         * plugins/build-basic-autotools/build-basic-autotools.c:
3919         (basic_autotools_plugin_instance_init):
3920         * plugins/build-basic-autotools/build-basic-autotools.h:
3921         * plugins/build-basic-autotools/executer.c:
3922         (get_program_parameters):
3923         
3924         Fixed #477976 – Keybinding in run dialog
3926 2007-09-30  Johannes Schmid <jhs@gnome.org>
3928         * plugins/Makefile.am:
3929         Do not build indent plugin (yet)
3930         
3931         * plugins/document-manager/plugin.c: (ipreferences_merge):
3932         Fixed unintentional and wrong change
3934         * plugins/indent/anjuta-indent.ui:
3935         Added missing file
3937 2007-09-28  Johannes Schmid <jhs@gnome.org>
3939         * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof):
3940         * libanjuta/anjuta-launcher.h:
3941         Add a method to send EOF to some process. Needed for the indent plugin
3942         and should be useful in general. It does not actually send EOF as this
3943         is not possible with utf-8, but closes the stream instead.
3945         * plugins/devhelp/plugin.c: (value_added_current_editor):
3946         Fixed a Gtk-Critical due to the IAnjutaEditor - 
3947         IAnjutaDocument switch.
3949         * configure.in:
3950         * plugins/Makefile.am:
3951         * plugins/document-manager/Makefile.am:
3952         * plugins/document-manager/action-callbacks.c:
3953         * plugins/document-manager/anjuta-document-manager.glade:
3954         * plugins/document-manager/anjuta-document-manager.ui:
3955         * plugins/document-manager/images/Makefile.am:
3956         * plugins/document-manager/images/indent_auto.xpm:
3957         * plugins/document-manager/images/indent_set.xpm:
3958         * plugins/document-manager/indent-dialog.c:
3959         * plugins/document-manager/indent-dialog.h:
3960         * plugins/document-manager/indent-util.c:
3961         * plugins/document-manager/indent-util.h:
3962         * plugins/document-manager/indent_test.c:
3963         * plugins/document-manager/plugin.c: (register_stock_icons),
3964         (docman_plugin_instance_init), (ipreferences_merge):
3965         * plugins/document-manager/plugin.h:
3966         
3967         Removed indent code from document manager
3968         
3969         * plugins/indent/Makefile.am:
3970         * plugins/indent/indent-dialog.c:
3971         * plugins/indent/indent-util.c: (indent_init_indent_style):
3972         * plugins/indent/indent.glade:
3973         * plugins/indent/indent.plugin.in:
3974         * plugins/indent/plugin.c: (on_indent_finished),
3975         (on_indent_output), (on_indent_action_activate),
3976         (on_edit_editor_indent), (on_style_combo_changed),
3977         (value_added_current_editor), (value_removed_current_editor),
3978         (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin),
3979         (indent_plugin_finalize), (indent_plugin_dispose),
3980         (anjuta_indent_plugin_instance_init),
3981         (anjuta_indent_plugin_class_init), (ipreferences_merge),
3982         (ipreferences_unmerge), (ipreferences_iface_init):
3983         * plugins/indent/plugin.h:
3985         Moved indent code to it's own plugin. Also reimplemented indent invocation
3986         using anjuta_launcher and streams. This is not yet completely working, maybe
3987         I got something wrong with the launcher.
3988         Also fixed #478987 – Unusable 'Indent setting window' on preferences
3990 2007-09-27 Sebastien Granjoux <seb.sfo@free.fr>
3992         * plugins/debug-manager/plugin.c:
3993         Fix bug#480851, disconnect save_session signal when plugin is unloaded
3995 2007-09-27  Johannes Schmid <jhs@gnome.org>
3997         * libanjuta/interfaces/libanjuta.idl:
3998         * plugins/Makefile.am:
3999         * plugins/symbol-browser/an_symbol.c: (isymbol_type_name),
4000         (isymbol_type_str), (isymbol_name), (isymbol_args),
4001         (isymbol_scope), (isymbol_inheritance), (isymbol_access),
4002         (isymbol_impl), (isymbol_iface_init):
4003         * plugins/symbol-browser/an_symbol_info.c:
4004         * plugins/symbol-browser/an_symbol_info.h:
4005         * plugins/symbol-db/Makefile.am:
4006         * plugins/symbol-db/plugin.c:
4007         (on_editor_buffer_symbols_update_timeout), (on_editor_saved),
4008         (value_added_current_editor), (on_editor_foreach_clear),
4009         (value_removed_current_editor), (project_root_added),
4010         (symbol_db_activate), (symbol_db_deactivate),
4011         (isymbol_manager_search):
4012         * plugins/symbol-db/readtags.c: (initialize_1):
4013         * plugins/symbol-db/symbol-db-engine-iterator.c:
4014         (sdb_engine_iterator_instance_init),
4015         (sdb_engine_iterator_finalize), (sdb_engine_iterator_class_init),
4016         (symbol_db_engine_iterator_new), (symbol_db_engine_iterator_first),
4017         (symbol_db_engine_iterator_move_next),
4018         (symbol_db_engine_iterator_move_prev),
4019         (symbol_db_engine_iterator_get_n_items),
4020         (symbol_db_engine_iterator_last),
4021         (symbol_db_engine_iterator_set_position),
4022         (symbol_db_engine_iterator_get_position),
4023         (symbol_db_engine_iterator_foreach), (isymbol_iter_first),
4024         (isymbol_iter_next), (isymbol_iter_previous), (isymbol_iter_last),
4025         (isymbol_iter_foreach), (isymbol_iter_set_position),
4026         (isymbol_iter_get_position), (isymbol_iter_get_length),
4027         (isymbol_iter_clone), (isymbol_iter_assign),
4028         (isymbol_iter_iface_init):
4029         * plugins/symbol-db/symbol-db-engine-iterator.h:
4030         * plugins/symbol-db/symbol-db-engine.c:
4031         (sdb_engine_disconnect_from_db), (sdb_engine_populate_db_by_tags),
4032         (sdb_engine_ctags_output_callback_1), (sdb_engine_scan_files_1),
4033         (sdb_engine_finalize), (sdb_engine_get_type),
4034         (sdb_engine_create_db_tables), (symbol_db_engine_open_db),
4035         (sdb_engine_get_table_id_by_unique_name2),
4036         (sdb_engine_get_table_id_by_unique_name3),
4037         (symbol_db_engine_add_new_workspace),
4038         (symbol_db_engine_get_opened_project_name),
4039         (symbol_db_engine_open_project), (symbol_db_engine_close_project),
4040         (sdb_engine_add_new_language), (sdb_engine_add_new_file),
4041         (sdb_prepare_executing_commands), (symbol_db_engine_add_new_files),
4042         (sdb_engine_add_new_sym_kind), (sdb_engine_add_new_sym_access),
4043         (sdb_engine_add_new_scope_definition),
4044         (sdb_engine_add_new_tmp_heritage_scope),
4045         (sdb_engine_second_pass_update_scope_1),
4046         (sdb_engine_second_pass_update_heritage),
4047         (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids),
4048         (sdb_engine_update_file), (symbol_db_engine_update_files_symbols),
4049         (symbol_db_engine_update_project_symbols),
4050         (symbol_db_engine_remove_file), (on_scan_update_buffer_end),
4051         (symbol_db_engine_update_buffer_symbols),
4052         (sdb_engine_walk_down_scope_path),
4053         (sdb_engine_prepare_symbol_info_sql),
4054         (symbol_db_engine_get_global_members),
4055         (symbol_db_engine_get_scope_members_by_symbol_id),
4056         (symbol_db_engine_get_scope_members),
4057         (symbol_db_engine_get_current_scope),
4058         (symbol_db_engine_get_file_symbols):
4059         * plugins/symbol-db/symbol-db-engine.h:
4060         * plugins/symbol-db/symbol-db-view-locals.c: (on_symbol_removed),
4061         (on_symbol_updated), (on_symbol_inserted),
4062         (symbol_db_view_locals_get_line),
4063         (symbol_db_view_locals_update_list):
4064         * plugins/symbol-db/symbol-db-view-search.c:
4065         (sdb_view_search_model_filter), (sdb_view_search_get_type):
4066         * plugins/symbol-db/symbol-db-view-search.h:
4067         * plugins/symbol-db/symbol-db-view.c: (on_symbol_updated),
4068         (do_add_hidden_children), (do_recurse_and_add_new_sym),
4069         (on_symbol_inserted), (on_symbol_removed), (symbol_db_view_open):
4070         * plugins/symbol-db/tables.sql:
4071         * plugins/symbol-db/test/Makefile.am:
4072         * plugins/symbol-db/test/main.c: (add_new_files), (main):
4073         Updated patch from Massimo to improve symbol-db plugin
4075         * plugins/document-manager/plugin.c: (on_editor_changed):
4076         Make the code a bit more robust
4077         
4078         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4079         (anjuta_document_get_property), (anjuta_document_class_init),
4080         (anjuta_document_init), (set_uri), (document_loader_loaded),
4081         (anjuta_document_load), (document_saver_saving):
4082         * plugins/sourceview/anjuta-document.h:
4083         * plugins/sourceview/sourceview.c: (autodetect_language),
4084         (ilanguage_set_language), (ilanguage_get_language):
4085         Fix language detection on startup
4087 2007-09-27  Naba Kumar  <naba.kumar@gnome.org>
4089         * plugins/document-manager/action-callbacks.c:
4090         (on_editor_command_upper_case_activate),
4091         (on_editor_command_lower_case_activate): Leftover commit from previous
4092         commit (see last changlog entry by me).
4093         
4094         * plugins/file-manager/plugin.c: (file_manager_activate):
4095         Gave proper widget name so that layout works.
4097 2007-09-26  Johannes Schmid <jhs@gnome.org>
4099         * plugins/document-manager/plugin.c: (on_editor_changed),
4100         (docman_plugin_instance_init):
4101         Only unload/load language-support plugins if necessary.
4102         
4103         * plugins/language-manager/plugin.c: (language_manager_activate):
4104         Removed some debugging code
4106         * plugins/sourceview/sourceview.c: (on_document_saved),
4107         (ilanguage_set_language), (ilanguage_get_language):
4108         Fixed ianjuta_language interface and ensure that highlighting is
4109         activated when a new file is saved.
4110         
4111 2007-09-26  Naba Kumar  <naba.kumar@gnome.org>
4113         * libanjuta/interfaces/libanjuta.idl:
4114         * plugins/document-manager/action-callbacks.c:
4115         (on_editor_command_upper_case_activate),
4116         (on_editor_command_lower_case_activate):
4117         * plugins/editor/text_editor.c: (iselection_has_selection),
4118         (iselection_get_start), (iselection_get_end),
4119         (iselection_iface_init):
4120         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4121         * plugins/sourceview/sourceview.c: (iselect_has_selection),
4122         (iselect_iface_init): Added IAnjutaEditorSelection::has_selection()
4123         method and implemented it for both scintilla and sourceview editors.
4124         Updated document-manager and assist plugins to use the new method.
4126 2007-09-25 Sebastien Granjoux <seb.sfo@free.fr>
4128         * plugins/file-manager/file-view.c:
4129         Fix typo, allow to compile new file manager with gtk < 2.12
4131 2007-09-25  Johannes Schmid <jhs@gnome.org>
4133         * plugins/language-support-cpp-java/plugin.c: (on_auto_indent):
4134         Support Auto-Indent for single lines (e.g no selection);
4135         
4136         * plugins/macro/plugin.c:
4137         Do not use the same shortcut as auto-indent does
4138         
4139         * plugins/sourceview/anjuta-view.c: (anjuta_view_key_press_event):
4140         Optimized keyboard navigation - do not emit char_added when only
4141         navigation keys have been pressed.
4143 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4145         * plugins/language-support-cpp-java/cpp-java-assist.c:
4146         (on_assist_chosen), (cpp_java_assist_install),
4147         (cpp_java_assist_uninstall):
4148         * plugins/language-support-cpp-java/plugin.c: (install_support),
4149         (uninstall_support): Install and uninstall support in correct order.
4150         Fixes a bug where it was installed multiple times resulting in
4151         inserting autocomplete text multiple times.
4153 2007-09-25  Johannes Schmid <jhs@gnome.org>
4155         * configure.in:
4156         Add GNOME_WARNING_FLAGS(maximum) and
4157         GNOME_CXX_WARNIGS(yes) to avoid bugs
4158         the compiler can warn you.
4159         
4160         * libegg/test-tree-utils.c: (key_test):
4161         * plugins/file-manager/file-model.c:
4162         (file_model_cancel_expand_idle), (file_model_sort),
4163         (file_model_row_expanded):
4164         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4165         (file_view_refresh), (file_view_get_selected), (file_view_init),
4166         (file_view_new):
4167         * plugins/file-manager/file-view.h:
4168         * plugins/symbol-db/readtags.c: (initialize_1):
4169         * src/main.c:
4170         
4171         Fixed the more critical warnings
4173 2007-09-25  Naba Kumar  <naba.kumar@gnome.org>
4175         Icons from tpgww@onepost.net:
4176         * configure.in:
4177         * plugins/debug-manager/Makefile.am:
4178         * plugins/debug-manager/images/Makefile.am:
4179         * plugins/debug-manager/images/anjuta-attach.svg:
4180         * plugins/debug-manager/images/anjuta-run-to-cursor.svg:
4181         * plugins/debug-manager/images/anjuta-step-into.svg:
4182         * plugins/debug-manager/images/anjuta-step-out.svg:
4183         * plugins/debug-manager/images/anjuta-step-over.svg:
4184         * plugins/debug-manager/plugin.c: (register_stock_icons):
4185         * plugins/document-manager/Makefile.am:
4186         * plugins/document-manager/block_select.xpm:
4187         * plugins/document-manager/fold_close.xpm:
4188         * plugins/document-manager/fold_open.xpm:
4189         * plugins/document-manager/fold_toggle.xpm:
4190         * plugins/document-manager/images/Makefile.am:
4191         * plugins/document-manager/images/anjuta-block-end.svg:
4192         * plugins/document-manager/images/anjuta-block-start.svg:
4193         * plugins/document-manager/images/anjuta-bookmark-clear.svg:
4194         * plugins/document-manager/images/anjuta-bookmark-first.svg:
4195         * plugins/document-manager/images/anjuta-bookmark-last.svg:
4196         * plugins/document-manager/images/anjuta-bookmark-next.svg:
4197         * plugins/document-manager/images/anjuta-bookmark-prev.svg:
4198         * plugins/document-manager/images/anjuta-bookmark-toggle.svg:
4199         * plugins/document-manager/indent.xpm:
4200         * plugins/document-manager/indent_auto.xpm:
4201         * plugins/document-manager/indent_dcr.xpm:
4202         * plugins/document-manager/indent_inc.xpm:
4203         * plugins/document-manager/indent_set.xpm:
4204         * plugins/document-manager/plugin.c: Added nicer icons for
4205         document manager and debugger. Organized icons in 'images'
4206         directories.
4208 2007-09-24  Johannes Schmid <jhs@gnome.org>
4210         * src/anjuta-app.c: (anjuta_app_add_widget_full):
4211         Fixed a missing NULL in g_object_set.
4213 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4215         * plugins/language-support-cpp-java/cpp-java-assist.c:
4216         (cpp_java_assist_show_autocomplete): Fixed autocompletion to show for
4217         scope memebers just after scope operator is entered.
4219 2007-09-24  Naba Kumar  <naba.kumar@gnome.org>
4221         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4222         * plugins/language-support-cpp-java/cpp-java-assist.c:
4223         (completion_function), (completion_compare),
4224         (cpp_java_assist_tag_destroy), (create_completion),
4225         (cpp_java_assist_destroy_completion_cache),
4226         (cpp_java_assist_show_autocomplete), (on_assist_chosen):
4227         Show '()' for function items in autocomplete list. Allow adding
4228         ' ' and/or '(' after function call autocompletion and have preferences
4229         settings for them.
4231 2007-09-24  Johannes Schmid <jhs@gnome.org>
4233         * sourceview.c: Reverting patch from r3157 because
4234         of side-effects
4236 2007-09-24  Johannes Schmid <jhs@gnome.org>
4238         * plugins/search/search-replace.c: (on_message_clicked):
4240         Fixed #427104 – No "highlight" of lines matching find-result
4242 2007-09-24  Johannes Schmid <jhs@gnome.org>
4244         * src/anjuta.glade:
4246         Fixed #479020 – Use of old open file dialog instead of GtkFileChooser
4248 2007-09-24  Yang Hong  <hongyang@redflag-linux.com>
4250         reviewed by: Johannes Schmid <jhs@gnome.org>
4252         * plugins/build-basic-autotools/executer.c: (execute_program):
4253         Fix #478238 – set env for execute programe in the terminal
4255 2007-09-24 Tom <tpgww@onepost.net>
4257         reviewed by: Johannes Schmid <jhs@gnome.org>
4259         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4260         Fix memory leak
4261         
4262         * plugins/debug-manager/disassemble.c: (on_disassemble):
4263         Correct a format string in DEBUG_PRINT()
4265 2007-09-23  Johannes Schmid <jhs@gnome.org>
4267         * plugins/sourceview/sourceview.c: (offset_to_position),
4268         (position_to_offset), (ieditor_goto_position), (ieditor_get_text),
4269         (ieditor_get_position), (iselect_set), (iselect_get_start),
4270         (iselect_get_end):
4271         
4272         Fixed #Bug 440637 – Search, don't work very well
4274 2007-09-23  Johannes Schmid <jhs@gnome.org>
4276         * plugins/file-manager/file-model.c: (file_model_get_filename):
4277         * plugins/file-manager/file-model.h:
4278         * plugins/file-manager/file-view.c: (file_view_query_tooltip),
4279         (file_view_init), (file_view_class_init):
4280         * plugins/message-view/message-view.c:
4281         (message_view_query_tooltip), (message_view_dispose),
4282         (message_view_instance_init), (message_view_class_init):
4284         Added GTK+ 2.12 style tooltips to file-manager and message view.
4285         Only build if GTK+ 2.12 is availible otherwise for message-view, the
4286         old implementation is used.
4288 2007-09-23  Johannes Schmid <jhs@gnome.org>
4290         * libanjuta/anjuta-plugin-manager.c: (plugin_set_update):
4291         Fixed typo
4292         
4293         * plugins/language-manager/language-manager.plugin.in:
4294         Marked UserActivatable=FALSE
4295         
4296         * plugins/language-manager/plugin.c: (load_languages),
4297         (language_manager_activate), (language_manager_deactivate),
4298         (language_manager_dispose), (language_manager_instance_init),
4299         (language_manager_find_mime_type), (language_manager_find_string),
4300         (ilanguage_get_from_mime_type), (ilanguage_get_from_string),
4301         (ilanguage_get_name), (ilanguage_get_strings):
4302         
4303         Fixed various stupid bugs in language-manager plugin
4304         
4305         * plugins/symbol-db/symbol-db-engine.c:
4306         (sdb_engine_second_pass_update_scope_1):
4307         
4308         Add a g_return_if_fail to avoid a crash though still unsure
4309         what's causing it.
4311 2007-09-23  Johannes Schmid <jhs@gnome.org>
4313         * plugins/symbol-db/plugin.c: (on_project_element_added),
4314         (sources_array_free), (sources_array_add_foreach),
4315         (project_root_added):
4316         * plugins/symbol-db/symbol-db-engine.c:
4317         (symbol_db_engine_add_new_files):
4318         * plugins/symbol-db/symbol-db-engine.h:
4319         
4320         Added support for other languages than "C" to symbol-db. Now
4321         supports all languages listed by the language-manager.
4323 2007-09-23  Tom <tpgww@onepost.net>
4325         reviewed by: Johannes Schmid <jhs@gnome.org> (with small changes)
4327         * configure.in:
4328         Bumped GNOME_VFS_REQUIRED to 2.14 (this is two years ago now...)
4329         
4330         * libanjuta/anjuta-glue-factory.c: (load_plugin),
4331         (anjuta_glue_factory_get_object_type):
4332         * libanjuta/anjuta-status.c: (anjuta_status_set_title):
4333         * plugins/build-basic-autotools/build-basic-autotools.c:
4334         (value_added_current_editor):
4335         * plugins/debug-manager/breakpoints.c:
4336         (breakpoints_dbase_edit_breakpoint),
4337         (on_toggle_breakpoint_activate):
4338         * plugins/debug-manager/plugin.c:
4339         (on_run_to_cursor_action_activate):
4340         * plugins/debug-manager/stack_trace.c:
4341         (dma_thread_update_stack_trace):
4342         * plugins/gdb/plugin.c:
4343         * plugins/glade/plugin.c: (ifile_open):
4344         * plugins/profiler/gprof-call-graph-view.c:
4345         * plugins/profiler/gprof-flat-profile-view.c:
4346         * plugins/profiler/gprof-function-call-tree-view.c:
4347         * plugins/profiler/gprof-options.c: (setup_widgets):
4348         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
4349         * plugins/search/search-replace_backend.c:
4350         (file_buffer_new_from_te):
4351         * plugins/sourceview/assist-tip.c: (assist_tip_move):
4352         * plugins/sourceview/assist-window.c: (assist_window_set_property),
4353         (assist_window_get_property), (assist_window_move):
4354         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model),
4355         (value_added_current_editor):
4356         * plugins/symbol-db/plugin.c: (value_added_current_editor):
4357         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
4358         * plugins/valgrind/vggeneralprefs.c: (general_prefs_get_argv):
4359         
4360         Many small code, warnings and leak fixes
4362 2007-09-23 Sebastien Granjoux <seb.sfo@free.fr>
4364         * (removed) plugins/debug-manager/debugger.c,
4365         (removed) plugins/debug-manager/debugger.h,
4366         (added) plugins/debug-manager/command.c,
4367         (added) plugins/debug-manager/command.h,
4368         (added) plugins/debug-manager/queue.c,
4369         (added) plugins/debug-manager/queue.h,
4370         plugins/debug-manager/breakpoints.c,
4371         plugins/debug-manager/debug_tree.c,
4372         plugins/debug-manager/debug_tree.h,
4373         plugins/debug-manager/disassemble.c,
4374         plugins/debug-manager/disassemble.h,
4375         plugins/debug-manager/locals.c,
4376         plugins/debug-manager/locals.h,
4377         plugins/debug-manager/memory.c,
4378         plugins/debug-manager/memory.h,
4379         plugins/debug-manager/plugin.c,
4380         plugins/debug-manager/plugin.h,
4381         plugins/debug-manager/registers.c,
4382         plugins/debug-manager/registers.h,
4383         plugins/debug-manager/sharedlib.c,
4384         plugins/debug-manager/sharedlib.h,
4385         plugins/debug-manager/signals.c,
4386         plugins/debug-manager/signals.h,
4387         plugins/debug-manager/stack_trace.c,
4388         plugins/debug-manager/stack_trace.h,
4389         plugins/debug-manager/start.h,
4390         plugins/debug-manager/start.c,
4391         plugins/debug-manager/threads.c,
4392         plugins/debug-manager/threads.h,
4393         plugins/debug-manager/watch.c,
4394         plugins/debug-manager/watch.h,
4395         plugins/debug-manager/Makefile.am,
4396         plugins/gdb/debugger.c,
4397         plugins/gdb/debugger.h,
4398         plugins/gdb/plugin.c,
4399         libanjuta/interfaces/libanjuta.idl:
4400         Split debug-manager/debugger.c into command.c and queue.c
4401         Clean up debugger queue
4402         DmaDebuggerQueue object does not implement IAnjutaDebugger
4404 2007-09-23  Johannes Schmid <jhs@gnome.org>
4406         * configure.in:
4407         Bumped version to 2.3.0 (to ensure bugzilla bugs are
4408         set correctly, etc.)
4409         
4410         * libanjuta/anjuta-glue-factory.c: (load_plugin):
4411         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
4412         (plugin_set_update):
4413         
4414         Show an error dialog instead of crashing when plugin loading fails
4416         * plugins/language-manager/Makefile.am:
4417         * plugins/language-manager/language-manager.plugin.in:
4418         * plugins/language-manager/languages.xml:
4419         * plugins/language-manager/plugin.c: (language_destroy),
4420         (load_languages), (language_manager_activate),
4421         (language_manager_deactivate), (language_manager_finalize),
4422         (language_manager_dispose), (language_manager_instance_init),
4423         (language_manager_class_init), (language_manager_find_mime_type),
4424         (language_manager_find_string), (ilanguage_get_from_mime_type),
4425         (ilanguage_get_from_string), (ilanguage_get_name),
4426         (ilanguage_get_strings), (ilanguage_iface_init):
4427         * plugins/language-manager/plugin.h:
4428         
4429         Added new language-manager plugin to have a better organisation for
4430         language names. The xml probabaly needs to be extended over time.
4431         
4432         * plugins/Makefile.am:
4433         * plugins/document-manager/plugin.c: (on_editor_changed):
4434         
4435         Adapted to new IAnjutaLanguage interface. Do not unload language-support
4436         because it does not really save memory but makes tab switching slow.
4437         
4438         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin
4439         .in:
4440         * plugins/language-support-cpp-java/plugin.c: (install_support),
4441         (uninstall_support), (cpp_java_plugin_deactivate_plugin):
4442         Adapted to new IAnjutaLanguage interface and fixed a Gtk-Critical while
4443         unloading
4445         * plugins/language-support-cpp-java/cpp-java-assist.c:
4446         (cpp_java_assist_show_autocomplete):
4447         
4448         Fix autocomplete to only show valid completions
4450         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4451         Calltips always have correct size and position now
4453 2007-09-22  Johannes Schmid <jhs@gnome.org>
4455         * plugins/search/search-replace_backend.c: (get_next_match):
4456         Removed code introduced by accident that causes a crash.
4457         
4458         * plugins/sourceview/sourceview-tags.c:
4459         * plugins/sourceview/sourceview-tags.h:
4460         Removed ununsed files
4462 2007-09-22  Johannes Schmid <jhs@gnome.org>
4464         * plugins/language-support-cpp-java/cpp-java-assist.c:
4465         Fixed build error
4467 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4469         * plugins/language-support-cpp-java/cpp-java-assist.c:
4470         (cpp_java_assist_get_calltip_context), (on_editor_char_added):
4471         Increased matching brace search to 500 chars.
4473 2007-09-21  Johannes Schmid <jhs@gnome.org>
4475         * plugins/language-support-cpp-java/cpp-java-assist.c:
4476         (cpp_java_assist_get_pre_word),
4477         (cpp_java_assist_get_calltip_context), (cpp_java_assist_check):
4478         
4479         Added some profiling debug code
4480         
4481         * plugins/language-support-cpp-java/cpp-java-utils.c:
4482         (cpp_java_util_jump_to_matching_brace):
4483         * plugins/language-support-cpp-java/cpp-java-utils.h:
4484         * plugins/language-support-cpp-java/plugin.c:
4485         (get_line_indentation_base), (get_line_auto_indentation):
4486         
4487         Add the possiblity to pass a limit to cpp_java_util_jump_matching_brace to
4488         avoid looping over the whole file when using calltips which is too slow and
4489         unneeded.
4490         
4491         * plugins/sourceview/assist-tip.c: (assist_tip_init),
4492         (assist_tip_set_tips), (assist_tip_get_coordinates),
4493         (assist_tip_new):
4494         * plugins/sourceview/sourceview.c: (iassist_show_tips):
4495         
4496         Better calltips appearance (use theme now) and avoid jumping
4497         calltips
4499 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4501         * plugins/document-manager/plugin.c:
4502         (update_editor_ui_interface_items):
4503         * plugins/language-support-cpp-java/plugin.c: (install_support),
4504         (uninstall_support): Moved autocomplete ui update code from
4505         document-manager to language-plugin.
4507 2007-09-21  Johannes Schmid <jhs@gnome.org>
4509         * libanjuta/interfaces/libanjuta.idl:
4510         
4511         Added IAnjutaLanguage interface (might still change...) for
4512         the upcoming language-manager plugin.
4513         
4514         * plugins/file-manager/Makefile.am:
4515         * plugins/file-manager/file-model.c:
4516         (file_model_cancel_expand_idle), (file_model_add_dummy),
4517         (file_model_expand_idle), (file_model_sort),
4518         (file_model_row_expanded), (file_model_row_collapsed),
4519         (file_model_init), (file_model_finalize),
4520         (file_model_set_property), (file_model_get_property),
4521         (file_model_class_init), (file_model_new), (file_model_refresh),
4522         (file_model_get_uri):
4523         * plugins/file-manager/file-model.h:
4524         * plugins/file-manager/file-view.c: (file_view_cancel_refresh),
4525         (file_view_expand_row_idle), (file_view_refresh),
4526         (file_view_get_selected), (file_view_button_press_event),
4527         (file_view_selection_changed), (file_view_init),
4528         (file_view_get_property), (file_view_set_property),
4529         (file_view_finalize), (file_view_class_init):
4530         
4531         Split up model/view as far as possible and fixed some file-manager
4532         bugs (popup-menu and incorrect project loading).
4533         
4534         * plugins/sourceview/assist-tip.c: (assist_tip_set_tips):
4535         Use monospace font for tips.
4536         
4537         * plugins/sourceview/sourceview-cell.c: (sourceview_cell_finalize),
4538         (sourceview_cell_new), (icell_get_character), (icell_get_length),
4539         (icell_get_attribute), (icell_style_get_font_description),
4540         (icell_style_get_color), (icell_style_get_background_color),
4541         (iiter_first), (iiter_next), (iiter_previous), (iiter_last),
4542         (iiter_foreach), (iiter_set_position), (iiter_get_position),
4543         (iiter_get_length), (iiter_clone), (iiter_assign):
4545         Use GtkTextIter only and do not use GtkTextMark at all in the sourceview-cell
4546         interface. This is way faster though it has the drawback to create invalid
4547         iterators if the buffer is changed.
4549 2007-09-21  Naba Kumar  <naba.kumar@gnome.org>
4551         * libanjuta/interfaces/libanjuta.idl:
4552         * plugins/document-manager/action-callbacks.c:
4553         * plugins/document-manager/anjuta-document-manager.ui:
4554         * plugins/document-manager/plugin.c: (register_stock_icons):
4555         * plugins/editor/text_editor.c:
4556         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
4557         * plugins/language-support-cpp-java/cpp-java-assist.c:
4558         (cpp_java_assist_get_calltip_context):
4559         * plugins/language-support-cpp-java/plugin.c: (on_auto_complete),
4560         (register_stock_icons), (cpp_java_plugin_activate_plugin):
4562         Moved autocomplete menu action from document-manager to assist plugin
4563         and got rid of deprecated autocomplete interface.
4565 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4567         * libanjuta/interfaces/libanjuta.idl:
4568         * plugins/editor/text_editor.c: (iassist_iface_init):
4569         * plugins/language-support-cpp-java/cpp-java-assist.c:
4570         (cpp_java_assist_check), (on_assist_chosen):
4571         * plugins/sourceview/sourceview.c: (iassist_iface_init):
4572         Removed react() methods in both editors and assist interface. Assist
4573         plugin itself handles setting the autocomplete. Also fixed
4574         some mem leaks.
4576 2007-09-20  Naba Kumar  <naba.kumar@gnome.org>
4578         * plugins/file-manager/Makefile.am:
4579         * plugins/file-manager/file-view.c: (file_view_add_dummy),
4580         (file_view_expand_idle), (file_view_init):
4581         * plugins/file-manager/plugin.c: (on_file_manager_refresh),
4582         (file_manager_set_default_uri), (project_root_added),
4583         (on_file_view_current_uri_changed), (on_file_view_show_popup_menu),
4584         (file_manager_activate), (file_manager_deactivate),
4585         (file_manager_instance_init), (file_manager_class_init),
4586         (ifile_manager_set_root), (ifile_manager_set_selected),
4587         (ifile_manager_iface_init): Adjusted white spaces to match
4588         anjuta convention.
4590 2007-09-19  Naba Kumar  <naba@gnome.org>
4592         * libanjuta/interfaces/libanjuta.idl:
4593         * plugins/editor/text_editor.c: (text_editor_instance_init),
4594         (iassist_show_tips), (iassist_cancel_tips),
4595         (iassist_hide_suggestions), (iassist_iface_init):
4596         * plugins/editor/text_editor.h:
4597         * plugins/editor/text_editor_cbs.c:
4598         (on_text_editor_scintilla_notify):
4599         * plugins/language-support-cpp-java/cpp-java-assist.c:
4600         (is_scope_context_character), (is_word_character),
4601         (create_completion), (cpp_java_assist_get_scope_context),
4602         (cpp_java_assist_get_pre_word),
4603         (cpp_java_assist_get_scope_operator),
4604         (cpp_java_assist_destroy_completion_cache),
4605         (cpp_java_assist_create_scope_completion_cache),
4606         (cpp_java_assist_create_word_completion_cache),
4607         (cpp_java_assist_show_autocomplete),
4608         (cpp_java_assist_get_calltip_context),
4609         (cpp_java_assist_show_calltip), (cpp_java_assist_check),
4610         (on_editor_char_added), (on_assist_chosen),
4611         (cpp_java_assist_install), (cpp_java_assist_uninstall),
4612         (cpp_java_assist_init), (cpp_java_assist_finalize):
4613         * plugins/language-support-cpp-java/cpp-java-assist.h:
4614         * plugins/language-support-cpp-java/plugin.c:
4615         (initialize_indentation_params):
4616         * plugins/sourceview/assist-tip.c:
4617         * plugins/sourceview/assist-tip.h:
4618         * plugins/sourceview/sourceview-private.h:
4619         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4620         (on_assist_tip_destroyed), (on_assist_cancel),
4621         (on_document_char_added), (iassist_get_suggestions),
4622         (iassist_suggest), (iassist_show_tips), (iassist_iface_init):
4623         
4624         Implement state-less assistance so that assist can be evaluated
4625         any given time at any position. Changed IAnjutaEditorAssist interfance
4626         and implementations and removed any state management in editors.
4628 2007-09-18  Naba Kumar  <naba.kumar@gnome.org>
4630         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4631         completion items sorting and avoided unnecssary sorts.
4633         * plugins/text-editor.c: Fixed state.
4635 2007-09-17  Johannes Schmid <jhs@gnome.org>
4637         * plugins/language-support-cpp-java/cpp-java-assist.c:
4638         (on_assist_begin):
4639         
4640         Fixed calltips in sourceview
4642 2007-09-17  Naba Kumar  <naba.kumar@gnome.org>
4644         * plugins/language-support-cpp-java/cpp-java-assist.c: Improved
4645         completion items preparation time. Fixed a crash bug.
4647         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4648         Set buffer size (From Massimo, required for symbol-db).
4650         * libanjuta/interfaces/libanjuta.idl: Also pass position information
4651         for suggestions.
4653         * plugins/sourceview/sourceview.c: (iassist_suggest): Fix for above
4654         change in API.
4656         * plugins/editor/aneditor-autocomplete.cxx,
4657         plugins/editor/aneditor.h, plugins/editor/aneditor-priv.h:
4658         Added ANE_GETWORDBEFORECARAT command.
4660         * plugins/editor/aneditor.cxx: Do not autocomplete. It's now done
4661         using assist interface.
4663         * plugins/editor/text_editor.c: (text_editor_instance_init),
4664         (text_editor_get_word_before_carat),
4665         (text_editor_get_current_word), (iassist_add_trigger),
4666         (iassist_remove_trigger), (on_assist_canceled),
4667         (iassist_init_suggestions), (iassist_suggest), (iassist_show_tips),
4668         (iassist_react), (iassist_hide_suggestions), (iassist_iface_init):
4669         * plugins/editor/text_editor.h:
4670         * plugins/editor/text_editor_cbs.c: (trigger_size),
4671         (max_trigger_size), (text_editor_check_assist),
4672         (on_text_editor_scintilla_notify): Implemented IAnjutaEditorAssist
4673         interface.
4675         * plugins/language-support-cpp-java/Makefile.am:
4676         * plugins/language-support-cpp-java/plugin.c:
4677         (get_line_indentation_base), (get_line_auto_indentation),
4678         (install_support), (uninstall_support),
4679         (cpp_java_plugin_activate_plugin), (cpp_java_plugin_finalize),
4680         (cpp_java_plugin_instance_init):
4681         * plugins/language-support-cpp-java/plugin.h:
4682         * plugins/language-support-cpp-java/cpp-java-assist.[ch] (added),
4683         * plugins/language-support-cpp-java/cpp-java-utils.[ch] (added),
4684         Make assist a separate class.
4686 2007-09-14  Johannes Schmid <jhs@gnome.org>
4688         * plugins/sourceview/sourceview.c: (iassist_suggest):
4689         Fixed changed char_alignment paramter in language-support
4690         plugin
4692 2007-09-14  Naba Kumar  <naba@gnome.org>
4694         * plugins/language-support-cpp-java/plugin.c: Send the right
4695         'char_alignment' paramenter (needs fixing in sourceview).
4697 2007-09-13  Johannes Schmid <jhs@gnome.org>
4699         * anjuta.anjuta:
4700         * plugins/project-wizard/templates/minimal/project.anjuta:
4701         Use IAnjutaSymbolManager instead of loading the plugin directly.
4702         (TODO: Think of a version to do this for older files...)
4704         * configure.in:
4705         * plugins/Makefile.am:
4706         * plugins/symbol-db/Makefile.am:
4707         
4708         Build symbol-db plugin if libgda-3.0 is found
4710 2007-09-13  Johannes Schmid <jhs@gnome.org>
4712         * plugins/sourceview/Makefile.am:
4713         * plugins/sourceview/anjuta-document.c: (anjuta_document_finalize),
4714         (set_uri):
4715         * plugins/sourceview/anjuta-document.h:
4716         Removed lots of dead code
4717         
4718         * plugins/sourceview/anjuta-languages-manager.c:
4719         * plugins/sourceview/anjuta-languages-manager.h:
4720         removed completely
4721         
4722         * plugins/sourceview/sourceview.c: (on_document_char_added),
4723         (on_document_loaded), (sourceview_instance_init),
4724         (iselect_get_start), (iselect_get_end),
4725         (ilanguage_get_supported_languages), (ilanguage_set_language):
4726         
4727         Fixed selection handling and make some adaptions for the changes 
4728         mentioned above
4730 2007-09-13  Johannes Schmid <jhs@gnome.org>
4732         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
4733         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
4734         (on_assist_update):
4735         
4736         Added preferences to language support completion/calltips
4737         
4738         * plugins/sourceview/assist-window.c: (assist_window_update):
4740         Always select first entry
4742         * plugins/sourceview/sourceview.glade:
4743         Removed old completion preferences
4745 2007-09-11  Naba Kumar  <naba@gnome.org>
4747         * plugins/terminal/terminal.c: Fixed critical warning, memory leak
4748         and possible crash when pressing ctrl+d in terminal after preferences
4749         window has been shown once (no need for backport).
4751         * libanjuta/interfaces/anjuta-idl-compiler.pl: Create default method
4752         implementations to get warnings instead of crashes for unimplemented
4753         interface methods.
4755 2007-09-11   Massimo Cora' <maxcvs@email.it>
4757         Reviewed by: Naba Kumar  <naba@gnome.org>
4759         * libanjuta/anjuta-launcher.c: (anjuta_launcher_fork):
4760         * plugins/symbol-db/*:
4761         Added new symbol-database backend based on SQLite 3.
4762         (does not enabled for build currently).
4764 2007-09-10  Johannes Schmid <jhs@gnome.org>
4766         * anjuta.anjuta:
4767         * configure.in:
4768         * libegg/egg-recent-model.c: (egg_recent_model_write_raw),
4769         (parse_info_init), (parse_info_free), (valid_element),
4770         (start_element_handler), (end_element_handler), (text_handler),
4771         (egg_recent_model_filter), (egg_recent_model_changed_timeout),
4772         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4773         (egg_recent_model_monitor), (egg_recent_model_read),
4774         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4775         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4776         (egg_recent_model_set_property), (egg_recent_model_class_init),
4777         (egg_recent_model_init), (egg_recent_model_add_full),
4778         (egg_recent_model_delete), (egg_recent_model_get_list),
4779         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4780         (egg_recent_model_set_filter_mime_types),
4781         (egg_recent_model_clear_group_filter),
4782         (egg_recent_model_set_filter_groups),
4783         (egg_recent_model_clear_scheme_filter),
4784         (egg_recent_model_set_filter_uri_schemes),
4785         (egg_recent_model_remove_expired):
4786         
4787         Update EggRecent (#456465)
4789 2007-09-10  Johannes Schmid <jhs@gnome.org>
4791         * libanjuta/anjuta-plugin-manager.c: (get_plugin_loader_type),
4792         (anjuta_plugin_manager_get_plugin):
4793         * plugins/profiler/gprof-call-graph-view.c:
4794         (gprof_call_graph_view_create_columns):
4795         * plugins/profiler/gprof-flat-profile-view.c:
4796         (gprof_flat_profile_view_create_columns):
4797         * plugins/profiler/gprof-function-call-tree-view.c:
4798         (gprof_function_call_tree_view_create_columns):
4799         
4800         Fixed #466031 – Update of pieces of menus for Localization
4802 2007-09-10  Johannes Schmid <jhs@gnome.org>
4804         * libanjuta/anjuta-utils.c: (anjuta_util_parse_args_from_string):
4805         Bug 343522 – anjuta: Unable to execute commands that use options.
4807 2007-09-09  Johannes Schmid <jhs@gnome.org>
4809         * plugins/document-manager/anjuta-docman.c:
4810         (anjuta_docman_update_page_label):
4811         
4812         Fixed #458034 – Method of indicating unsaved changes breaks convention
4813         
4814         * plugins/document-manager/plugin.c: (update_title),
4815         (value_added_project_root_uri), (value_removed_project_root_uri),
4816         (on_editor_changed), (activate_plugin):
4817         * plugins/document-manager/plugin.h:
4818         * plugins/project-manager/plugin.c: (on_profile_scoped),
4819         (on_profile_descoped), (ifile_open):
4820         
4821         Fixed #427390 – Show path of item in currently focused editor window
4823 2007-09-09  Johannes Schmid <jhs@gnome.org>
4825         * plugins/search/plugin.c: (on_toolbar_find_clicked),
4826         (on_toolbar_find_incremental):
4827         Fix incremental search
4828         
4829         * plugins/sourceview/sourceview.c: (on_document_char_added),
4830         (set_select):
4831         Fixed selection management
4833 2007-09-09  Johannes Schmid <jhs@gnome.org>
4835         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4836         Fixed memory leak
4838         * libanjuta/interfaces/libanjuta.idl:
4839         Extended IAnjutaEditorAssist interface
4840         
4841         * plugins/language-support-cpp-java/plugin.c:
4842         (jump_to_matching_brace), (add_tags), (on_assist_begin),
4843         (assist_cleanup), (on_assist_chosen), (on_assist_update),
4844         (context_character), (get_context), (function_parser),
4845         (cpp_member_parser), (install_assist), (uninstall_assist),
4846         (get_line_indentation_base), (get_line_auto_indentation),
4847         (install_support), (uninstall_support),
4848         (on_value_added_current_editor), (on_value_removed_current_editor),
4849         (cpp_java_plugin_finalize), (cpp_java_plugin_instance_init):
4850         * plugins/language-support-cpp-java/plugin.h:
4851         
4852         Improved fixed editor assistance and added support for function/method
4853         tooltips. jumb_to_matching_brance => jump_to_matching_brace
4854         
4855         * plugins/message-view/anjuta-msgman.c: (on_message_view_destroy):
4856         Removed a FIXME
4857         
4858         * plugins/project-import/project-import.c: (on_import_next):
4859         Added a non-NULL check with could probably fix #474843 but not sure
4860         
4861         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl:
4862         Fixed anjuta-plugin project wizard
4863         
4864         * plugins/sourceview/Makefile.am:
4865         * plguins/sourceview/assist-tip.[ch]:
4866         * plugins/sourceview/anjuta-view.c: (anjuta_view_focus_out),
4867         (anjuta_view_key_press_event):
4868         * plugins/sourceview/assist-window.c: (assist_window_class_init),
4869         (assist_window_init), (assist_window_update), (assist_window_new):
4870         * plugins/sourceview/sourceview-private.h:
4871         * plugins/sourceview/sourceview.c: (on_assist_window_destroyed),
4872         (on_assist_tip_destroyed), (on_assist_chosen), (on_assist_cancel),
4873         (trigger_size), (max_trigger_size), (on_document_char_added),
4874         (sourceview_dispose), (ieditor_get_current_word),
4875         (iassist_add_trigger), (iassist_init_suggestions),
4876         (iassist_suggest), (iassist_hide_suggestions), (iassist_show_tips),
4877         (iassist_cancel_tips), (iassist_react), (iassist_iface_init):
4878         
4879         Big update on sourceview assist capabilites. Autocompletion should
4880         now work much better and function tooltips are finally supported!
4882         * plugins/sourceview/anjuta-document.h:
4883         * plugins/sourceview/anjuta-document.c: (wordcharacters_contains),
4884         (anjuta_document_get_current_word):
4885         Fixed get_current_word (inspired by aneditor.cxx implementation)
4887         * plugins/sourceview/sourceview-cell.c: (icell_get_char),
4888         (icell_get_attribute):
4889         Fixed get_attribute() to also detect character constants.
4890         Simplified get_char()
4892         * plugins/symbol-browser/plugin.c: (isymbol_manager_search),
4893         (isymbol_manager_get_members), (isymbol_manager_get_parents),
4894         (isymbol_manager_get_completions_at_position):
4895         
4896         Fixed IAnjutaSymbolManager interface (see 2.2.1 for details)
4898 2007-09-04  Naba Kumar  <naba@gnome.org>
4900         * plugins/class-gen/plugin.c: Do not enable 'Add to project'
4901         projects that can not add sources.
4903         * plugins/file-wizard/file.c: Similarly for file wizard,
4904         Do not enable 'Add to project' projects that can not add sources.
4906 2007-09-04  Naba Kumar  <naba@gnome.org>
4908         * configure.in: Bumped gnome-build requirement to 0.2.0
4909         for project capabilities support.
4911         * plugins/project-manager/plugin.c: Enable/disable project
4912         actions based on project capabilities. Fixes bug #433552:
4913         crash in Anjuta IDE: add file test.h in project on generic
4914         Makefile.
4916         * libanjuta/interfaces/libanjuta.idl: Added method to query
4917         project capabilities.
4919 2007-09-03  Naba Kumar  <naba@gnome.org>
4921         * plugins/file-manager/plugin.c: Set shadow type IN.
4922         * plugins/file-manager/file-view.c: Fixed code style.
4923         * plugins/file-manager/file-view.c: Fixed icons column to size
4924         properly.
4926         * plugins/file-manager/plugin.[c,h]: Fixed code style.
4928         * plugins/file-manager/plugin.c: Fixed crash on closing project and
4929         unmonitors project-uri on file-manager deactivation.
4931         * TODO.tasks: Updated
4933 2007-09-02  Johannes Schmid <jhs@gnome.org>
4935         * libanjuta/anjuta-ui.c: (anjuta_ui_remove_action_group):
4936         Fixed memory leak
4937         
4938         * plugins/file-manager/file-view.c: (file_view_get_selected),
4939         (file_view_button_press_event), (file_view_finalize):
4940         * plugins/file-manager/plugin.c: (project_root_removed),
4941         (file_manager_deactivate):
4942         
4943         Fixed some small bugs I missed before
4945 2007-09-02  Johannes Schmid <jhs@gnome.org>
4947         * plugins/file-manager/*:
4948         Added new and file-manager
4950 2007-09-02  Johannes Schmid <jhs@gnome.org>
4952         * plugins/file-manager/*:
4953         Removed old file-manager
4955 2007-08-31  Johannes Schmid <jhs@gnome.org>
4957         * libanjuta/anjuta-plugin-manager.c: (anjuta_plugin_manager_new):
4958         * libanjuta/anjuta-ui.c: (anjuta_ui_add_action_group):
4959         
4960         Fixed some memory leaks
4961         
4962         * MAINTAINERS: Fixed
4963         
4964 2007-08-31  Johannes Schmid <jhs@gnome.org>
4966         * libanjuta/anjuta-preferences.c: (get_object_type_from_string),
4967         (get_property_value_as_string), (set_property_value_as_string),
4968         (register_callbacks), (preferences_foreach_callback),
4969         (anjuta_preferences_register_property_raw):
4970         * libanjuta/anjuta-preferences.h:
4971         * plugins/build-basic-autotools/build-basic-autotools.c:
4972         (on_build_mesg_format):
4973         * plugins/document-manager/anjuta-document-manager.glade:
4974         * plugins/message-view/anjuta-message-manager-plugin.glade:
4975         
4976         Use GtkComboBox instead of (deprecated) GtkOptionMenu and fixed
4977         broken message view preferences
4978         
4979         * plugins/message-view/message-view.c:
4980         (message_view_instance_init), (pref_change_color), (prefs_init),
4981         (imessage_view_append):
4982         Cleaned up message view (#458041)
4983         
4984         * src/shell.c: (on_preferences_activate),
4985         (anjuta_test_shell_instance_init),
4986         (anjuta_test_shell_get_plugin_manager), (anjuta_shell_iface_init):
4987         Fixed test shell to allow better debugging
4988         
4989 2007-08-31  Johannes Schmid <jhs@gnome.org>
4991         * plugins/gtodo/interface.c: (gtodo_get_hide_done),
4992         (gtodo_get_hide_nodate), (gtodo_get_hide_due):
4993         * plugins/gtodo/main.h:
4994         * plugins/gtodo/plugin.c: (activate_plugin):
4995         
4996         Fixed #423467 (View->Tasks menu items are not 
4997         checked on startup)
4999 2007-08-31  Tobias Müller <gnome-bugs@auftrags-killer.org>
5001         reviewed by: Johannes Schmid <jhs@gnome.org>
5003         * COPYING:
5004         * data/welcome.txt.in:
5005         * launcher/anjuta_launcher.c:
5006         * libanjuta/anjuta-children.c:
5007         * libanjuta/anjuta-children.h:
5008         * libanjuta/anjuta-debug.h:
5009         * libanjuta/anjuta-encodings.c:
5010         * libanjuta/anjuta-encodings.h:
5011         * libanjuta/anjuta-glue-c.c:
5012         * libanjuta/anjuta-glue-c.h:
5013         * libanjuta/anjuta-plugin-description.c:
5014         * libanjuta/anjuta-plugin-description.h:
5015         * libanjuta/anjuta-plugin-handle.c:
5016         * libanjuta/anjuta-plugin-handle.h:
5017         * libanjuta/anjuta-plugin-manager.c:
5018         * libanjuta/anjuta-plugin-manager.h:
5019         * libanjuta/anjuta-plugin.c:
5020         * libanjuta/anjuta-plugin.h:
5021         * libanjuta/anjuta-preferences.c:
5022         * libanjuta/anjuta-preferences.h:
5023         * libanjuta/anjuta-profile-manager.c:
5024         * libanjuta/anjuta-profile-manager.h:
5025         * libanjuta/anjuta-profile.c:
5026         * libanjuta/anjuta-profile.h:
5027         * libanjuta/anjuta-save-prompt.c:
5028         * libanjuta/anjuta-save-prompt.h:
5029         * libanjuta/anjuta-serializer.c:
5030         * libanjuta/anjuta-serializer.h:
5031         * libanjuta/anjuta-session.c:
5032         * libanjuta/anjuta-session.h:
5033         * libanjuta/anjuta-shell.c:
5034         * libanjuta/anjuta-shell.h:
5035         * libanjuta/anjuta-status.c:
5036         * libanjuta/anjuta-status.h:
5037         * libanjuta/anjuta-ui.c:
5038         * libanjuta/anjuta-ui.h:
5039         * libanjuta/anjuta-utils-priv.h:
5040         * libanjuta/anjuta-utils.c:
5041         * libanjuta/anjuta-utils.h:
5042         * libanjuta/cell-renderer-captioned-image.c:
5043         * libanjuta/cell-renderer-captioned-image.h:
5044         * libanjuta/e-splash.c:
5045         * libanjuta/e-splash.h:
5046         * libanjuta/interfaces/anjuta-idl-compiler.pl:
5047         * libanjuta/interfaces/libanjuta.idl:
5048         * libanjuta/libanjuta.h:
5049         * libanjuta/resources.c:
5050         * libanjuta/resources.h:
5051         * libegg/egg-cell-renderer-text.c:
5052         * libegg/egg-combo-action.c:
5053         * libegg/egg-entry-action.c:
5054         * libegg/egg-recent-action.c:
5055         * libegg/egg-recent-files-module.c:
5056         * libegg/egg-recent-item.c:
5057         * libegg/egg-recent-model.c:
5058         * libegg/egg-recent-view-gtk.c:
5059         * libegg/egg-recent-view.c:
5060         * libegg/egg-submenu-action.c:
5061         * libegg/eggaccelerators.c:
5062         * libegg/eggcellrendererpopup.c:
5063         * libegg/eggcomboselect.c:
5064         * libegg/eggtreemodelfilter.c:
5065         * libegg/eggtreemultidnd.c:
5066         * libegg/gtkcellview.h:
5067         * libegg/treeviewutils/egg-cell-renderer-text.h:
5068         * libegg/treeviewutils/eggaccelerators.h:
5069         * libegg/treeviewutils/eggcellrendererkeys.h:
5070         * libegg/treeviewutils/eggcellrendererpopup.h:
5071         * libegg/treeviewutils/eggtreemodelfilter.h:
5072         * libegg/treeviewutils/eggtreemultidnd.h:
5073         * libegg/treeviewutils/eggtreeviewstate.h:
5074         * manuals/anjuta-faqs/C/anjuta-faqs.xml:
5075         * manuals/anjuta-faqs/Makefile.am:
5076         * manuals/anjuta-manual/C/anjuta-manual.xml:
5077         * manuals/anjuta-manual/C/license.xml:
5078         * manuals/anjuta-manual/es/es.po:
5079         * manuals/anjuta-manual/sv/sv.po:
5080         * manuals/old/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.x
5081         ml:
5082         * manuals/old/C/anjuta-tutorial/anjuta-tutorial.xml:
5083         * manuals/old/de/anjuta-tutorial/anjuta-tutorial.xml:
5084         * manuals/old/ja/anjuta-faqs/anjuta-faqs.xml:
5085         * manuals/old/ja/anjuta-manual/anjuta-manual.xml:
5086         * manuals/old/ja/anjuta-manual/license.xml:
5087         * plugins/build-basic-autotools/build-basic-autotools.c:
5088         * plugins/build-basic-autotools/build-basic-autotools.h:
5089         * plugins/build-basic-autotools/executer.c:
5090         * plugins/build-basic-autotools/executer.h:
5091         * plugins/build/build_file.c:
5092         * plugins/build/build_file.h:
5093         * plugins/build/build_project.c:
5094         * plugins/build/build_project.h:
5095         * plugins/build/clean_project.c:
5096         * plugins/build/clean_project.h:
5097         * plugins/build/commands.c:
5098         * plugins/build/commands.h:
5099         * plugins/build/compile.c:
5100         * plugins/build/compile.h:
5101         * plugins/build/compiler_options.c:
5102         * plugins/build/compiler_options.h:
5103         * plugins/build/configurer.c:
5104         * plugins/build/configurer.h:
5105         * plugins/build/executer.c:
5106         * plugins/build/executer.h:
5107         * plugins/class-gen/cell-renderer-flags.c:
5108         * plugins/class-gen/cell-renderer-flags.h:
5109         * plugins/class-gen/combo-flags.c:
5110         * plugins/class-gen/combo-flags.h:
5111         * plugins/class-gen/element-editor.c:
5112         * plugins/class-gen/element-editor.h:
5113         * plugins/class-gen/generator.c:
5114         * plugins/class-gen/generator.h:
5115         * plugins/class-gen/plugin.c:
5116         * plugins/class-gen/plugin.h:
5117         * plugins/class-gen/transform.c:
5118         * plugins/class-gen/transform.h:
5119         * plugins/class-gen/validator.c:
5120         * plugins/class-gen/validator.h:
5121         * plugins/class-gen/window.c:
5122         * plugins/class-gen/window.h:
5123         * plugins/class-inheritance/class-callbacks.c:
5124         * plugins/class-inheritance/class-callbacks.h:
5125         * plugins/class-inheritance/class-inherit.c:
5126         * plugins/class-inheritance/class-inherit.h:
5127         * plugins/class-inheritance/plugin.c:
5128         * plugins/class-inheritance/plugin.h:
5129         * plugins/cvs-plugin/cvs-actions.c:
5130         * plugins/cvs-plugin/cvs-actions.h:
5131         * plugins/cvs-plugin/cvs-callbacks.c:
5132         * plugins/cvs-plugin/cvs-callbacks.h:
5133         * plugins/cvs-plugin/cvs-execute.c:
5134         * plugins/cvs-plugin/cvs-execute.h:
5135         * plugins/cvs-plugin/cvs-interface.c:
5136         * plugins/cvs-plugin/cvs-interface.h:
5137         * plugins/cvs-plugin/plugin.c:
5138         * plugins/cvs-plugin/plugin.h:
5139         * plugins/debug-manager/breakpoints.c:
5140         * plugins/debug-manager/breakpoints.h:
5141         * plugins/debug-manager/chunk_view.c:
5142         * plugins/debug-manager/chunk_view.h:
5143         * plugins/debug-manager/data_buffer.c:
5144         * plugins/debug-manager/data_buffer.h:
5145         * plugins/debug-manager/data_view.c:
5146         * plugins/debug-manager/data_view.h:
5147         * plugins/debug-manager/debug_tree.c:
5148         * plugins/debug-manager/debug_tree.h:
5149         * plugins/debug-manager/debugger.c:
5150         * plugins/debug-manager/debugger.h:
5151         * plugins/debug-manager/disassemble.c:
5152         * plugins/debug-manager/disassemble.h:
5153         * plugins/debug-manager/info.c:
5154         * plugins/debug-manager/info.h:
5155         * plugins/debug-manager/locals.c:
5156         * plugins/debug-manager/locals.h:
5157         * plugins/debug-manager/memory.c:
5158         * plugins/debug-manager/memory.h:
5159         * plugins/debug-manager/plugin.c:
5160         * plugins/debug-manager/plugin.h:
5161         * plugins/debug-manager/registers.c:
5162         * plugins/debug-manager/registers.h:
5163         * plugins/debug-manager/sexy-icon-entry.c:
5164         * plugins/debug-manager/sexy-icon-entry.h:
5165         * plugins/debug-manager/sharedlib.c:
5166         * plugins/debug-manager/sharedlib.h:
5167         * plugins/debug-manager/signals.c:
5168         * plugins/debug-manager/signals.h:
5169         * plugins/debug-manager/sparse_buffer.c:
5170         * plugins/debug-manager/sparse_buffer.h:
5171         * plugins/debug-manager/sparse_view.c:
5172         * plugins/debug-manager/sparse_view.h:
5173         * plugins/debug-manager/stack_trace.c:
5174         * plugins/debug-manager/stack_trace.h:
5175         * plugins/debug-manager/start.c:
5176         * plugins/debug-manager/start.h:
5177         * plugins/debug-manager/threads.c:
5178         * plugins/debug-manager/threads.h:
5179         * plugins/debug-manager/utilities.c:
5180         * plugins/debug-manager/utilities.h:
5181         * plugins/debug-manager/watch.c:
5182         * plugins/debug-manager/watch.h:
5183         * plugins/devhelp/htmlview.c:
5184         * plugins/devhelp/htmlview.h:
5185         * plugins/document-manager/action-callbacks.c:
5186         * plugins/document-manager/action-callbacks.h:
5187         * plugins/document-manager/anjuta-docman.c:
5188         * plugins/document-manager/anjuta-docman.h:
5189         * plugins/document-manager/editor-tooltips.c:
5190         * plugins/document-manager/editor-tooltips.h:
5191         * plugins/document-manager/file_history.c:
5192         * plugins/document-manager/file_history.h:
5193         * plugins/document-manager/indent-dialog.c:
5194         * plugins/document-manager/indent-dialog.h:
5195         * plugins/document-manager/indent-util.c:
5196         * plugins/document-manager/indent-util.h:
5197         * plugins/document-manager/plugin.c:
5198         * plugins/editor/aneditor-autocomplete.cxx:
5199         * plugins/editor/aneditor-calltip.cxx:
5200         * plugins/editor/aneditor-indent.cxx:
5201         * plugins/editor/aneditor-priv.h:
5202         * plugins/editor/aneditor.cxx:
5203         * plugins/editor/aneditor.h:
5204         * plugins/editor/lexer.h:
5205         * plugins/editor/plugin.c:
5206         * plugins/editor/plugin.h:
5207         * plugins/editor/print.c:
5208         * plugins/editor/print.h:
5209         * plugins/editor/properties.h:
5210         * plugins/editor/properties_cxx.h:
5211         * plugins/editor/style-editor.c:
5212         * plugins/editor/style-editor.h:
5213         * plugins/editor/text-editor-iterable.c:
5214         * plugins/editor/text-editor-iterable.h:
5215         * plugins/editor/text_editor.c:
5216         * plugins/editor/text_editor.h:
5217         * plugins/editor/text_editor_cbs.c:
5218         * plugins/editor/text_editor_cbs.h:
5219         * plugins/editor/text_editor_menu.c:
5220         * plugins/editor/text_editor_menu.h:
5221         * plugins/editor/text_editor_prefs.c:
5222         * plugins/editor/text_editor_prefs.h:
5223         * plugins/file-loader/dnd.c:
5224         * plugins/file-loader/dnd.h:
5225         * plugins/file-loader/plugin.c:
5226         * plugins/file-manager/an_file_view.c:
5227         * plugins/file-manager/plugin.c:
5228         * plugins/file-wizard/file.c:
5229         * plugins/file-wizard/file.h:
5230         * plugins/file-wizard/plugin.c:
5231         * plugins/file-wizard/plugin.h:
5232         * plugins/gdb/debugger.c:
5233         * plugins/gdb/debugger.h:
5234         * plugins/gdb/gdbmi-test.c:
5235         * plugins/gdb/gdbmi.c:
5236         * plugins/gdb/gdbmi.h:
5237         * plugins/gdb/global.h:
5238         * plugins/gdb/parser.c:
5239         * plugins/gdb/parser.h:
5240         * plugins/gdb/plugin.c:
5241         * plugins/gdb/plugin.h:
5242         * plugins/gdb/utilities.c:
5243         * plugins/gdb/utilities.h:
5244         * plugins/glade/plugin.c:
5245         * plugins/glade/plugin.h:
5246         * plugins/gtodo/egg-datetime.c:
5247         * plugins/gtodo/egg-datetime.h:
5248         * plugins/gtodo/eggtrayicon.c:
5249         * plugins/gtodo/eggtrayicon.h:
5250         * plugins/gtodo/plugin.c:
5251         * plugins/gvim/anjuta-vim.c:
5252         * plugins/gvim/anjuta-vim.h:
5253         * plugins/gvim/gtkvim.c:
5254         * plugins/gvim/gtkvim.h:
5255         * plugins/gvim/plugin.c:
5256         * plugins/gvim/plugin.h:
5257         * plugins/language-support-cpp-java/plugin.c:
5258         * plugins/language-support-cpp-java/plugin.h:
5259         * plugins/macro/macro-actions.c:
5260         * plugins/macro/macro-actions.h:
5261         * plugins/macro/macro-db.c:
5262         * plugins/macro/macro-db.h:
5263         * plugins/macro/macro-dialog.c:
5264         * plugins/macro/macro-dialog.h:
5265         * plugins/macro/macro-edit.c:
5266         * plugins/macro/macro-edit.h:
5267         * plugins/macro/macro-util.c:
5268         * plugins/macro/macro-util.h:
5269         * plugins/macro/plugin.c:
5270         * plugins/macro/plugin.h:
5271         * plugins/message-view/anjuta-msgman.c:
5272         * plugins/message-view/anjuta-msgman.h:
5273         * plugins/message-view/message-view.c:
5274         * plugins/message-view/message-view.h:
5275         * plugins/message-view/plugin.c:
5276         * plugins/message-view/plugin.h:
5277         * plugins/patch/patch-plugin.c:
5278         * plugins/patch/patch-plugin.h:
5279         * plugins/patch/plugin.c:
5280         * plugins/patch/plugin.h:
5281         * plugins/profiler/gprof-call-graph-block-entry.c:
5282         * plugins/profiler/gprof-call-graph-block-entry.h:
5283         * plugins/profiler/gprof-call-graph-block.c:
5284         * plugins/profiler/gprof-call-graph-block.h:
5285         * plugins/profiler/gprof-call-graph-view.c:
5286         * plugins/profiler/gprof-call-graph-view.h:
5287         * plugins/profiler/gprof-call-graph.c:
5288         * plugins/profiler/gprof-call-graph.h:
5289         * plugins/profiler/gprof-flat-profile-entry.c:
5290         * plugins/profiler/gprof-flat-profile-entry.h:
5291         * plugins/profiler/gprof-flat-profile-view.c:
5292         * plugins/profiler/gprof-flat-profile-view.h:
5293         * plugins/profiler/gprof-flat-profile.c:
5294         * plugins/profiler/gprof-flat-profile.h:
5295         * plugins/profiler/gprof-function-call-chart-view.c:
5296         * plugins/profiler/gprof-function-call-chart-view.h:
5297         * plugins/profiler/gprof-function-call-tree-view.c:
5298         * plugins/profiler/gprof-function-call-tree-view.h:
5299         * plugins/profiler/gprof-options.c:
5300         * plugins/profiler/gprof-options.h:
5301         * plugins/profiler/gprof-profile-data.c:
5302         * plugins/profiler/gprof-profile-data.h:
5303         * plugins/profiler/gprof-view-manager.c:
5304         * plugins/profiler/gprof-view-manager.h:
5305         * plugins/profiler/gprof-view.c:
5306         * plugins/profiler/gprof-view.h:
5307         * plugins/profiler/plugin.c:
5308         * plugins/profiler/plugin.h:
5309         * plugins/profiler/string-utils.c:
5310         * plugins/profiler/string-utils.h:
5311         * plugins/project-import/plugin.c:
5312         * plugins/project-import/plugin.h:
5313         * plugins/project-import/project-import.c:
5314         * plugins/project-import/project-import.h:
5315         * plugins/project-manager/plugin.c:
5316         * plugins/project-manager/plugin.h:
5317         * plugins/project-wizard/action.c:
5318         * plugins/project-wizard/action.h:
5319         * plugins/project-wizard/autogen.c:
5320         * plugins/project-wizard/autogen.h:
5321         * plugins/project-wizard/druid.c:
5322         * plugins/project-wizard/druid.h:
5323         * plugins/project-wizard/file.c:
5324         * plugins/project-wizard/file.h:
5325         * plugins/project-wizard/header.c:
5326         * plugins/project-wizard/header.h:
5327         * plugins/project-wizard/install.c:
5328         * plugins/project-wizard/install.h:
5329         * plugins/project-wizard/parser.c:
5330         * plugins/project-wizard/parser.h:
5331         * plugins/project-wizard/plugin.c:
5332         * plugins/project-wizard/plugin.h:
5333         * plugins/project-wizard/property.c:
5334         * plugins/project-wizard/property.h:
5335         * plugins/project-wizard/values.c:
5336         * plugins/project-wizard/values.h:
5337         * plugins/sample1/plugin.c:
5338         * plugins/search/plugin.c:
5339         * plugins/search/plugin.h:
5340         * plugins/search/search-replace_backend.c:
5341         * plugins/search/search-replace_backend.h:
5342         * plugins/search/search_preferences.c:
5343         * plugins/sourceview/anjuta-convert.c:
5344         * plugins/sourceview/anjuta-convert.h:
5345         * plugins/sourceview/anjuta-document-loader.c:
5346         * plugins/sourceview/anjuta-document-loader.h:
5347         * plugins/sourceview/anjuta-document-saver.c:
5348         * plugins/sourceview/anjuta-document-saver.h:
5349         * plugins/sourceview/anjuta-document.c:
5350         * plugins/sourceview/anjuta-document.h:
5351         * plugins/sourceview/anjuta-encodings.c:
5352         * plugins/sourceview/anjuta-encodings.h:
5353         * plugins/sourceview/anjuta-languages-manager.c:
5354         * plugins/sourceview/anjuta-languages-manager.h:
5355         * plugins/sourceview/anjuta-utils.c:
5356         * plugins/sourceview/anjuta-utils.h:
5357         * plugins/sourceview/anjuta-view.c:
5358         * plugins/sourceview/anjuta-view.h:
5359         * plugins/sourceview/assist-window.c:
5360         * plugins/sourceview/assist-window.h:
5361         * plugins/sourceview/sourceview-cell.c:
5362         * plugins/sourceview/sourceview-cell.h:
5363         * plugins/sourceview/sourceview-prefs.c:
5364         * plugins/sourceview/sourceview-prefs.h:
5365         * plugins/sourceview/sourceview-print.c:
5366         * plugins/sourceview/sourceview-print.h:
5367         * plugins/sourceview/sourceview-private.h:
5368         * plugins/sourceview/sourceview-tags.c:
5369         * plugins/sourceview/sourceview-tags.h:
5370         * plugins/sourceview/sourceview.c:
5371         * plugins/sourceview/sourceview.h:
5372         * plugins/subversion/plugin.c:
5373         * plugins/subversion/plugin.h:
5374         * plugins/subversion/subversion-actions.c:
5375         * plugins/subversion/subversion-actions.h:
5376         * plugins/subversion/subversion-callbacks.c:
5377         * plugins/subversion/subversion-callbacks.h:
5378         * plugins/subversion/svn-auth.c:
5379         * plugins/subversion/svn-auth.h:
5380         * plugins/subversion/svn-backend-priv.h:
5381         * plugins/subversion/svn-backend.c:
5382         * plugins/subversion/svn-backend.h:
5383         * plugins/subversion/svn-notify.c:
5384         * plugins/subversion/svn-notify.h:
5385         * plugins/subversion/svn-thread.c:
5386         * plugins/subversion/svn-thread.h:
5387         * plugins/symbol-browser/an_symbol.c:
5388         * plugins/symbol-browser/an_symbol.h:
5389         * plugins/symbol-browser/an_symbol_info.c:
5390         * plugins/symbol-browser/an_symbol_info.h:
5391         * plugins/symbol-browser/an_symbol_iter.c:
5392         * plugins/symbol-browser/an_symbol_iter.h:
5393         * plugins/symbol-browser/an_symbol_prefs.c:
5394         * plugins/symbol-browser/an_symbol_prefs.h:
5395         * plugins/symbol-browser/an_symbol_search.c:
5396         * plugins/symbol-browser/an_symbol_search.h:
5397         * plugins/symbol-browser/an_symbol_view.c:
5398         * plugins/symbol-browser/an_symbol_view.h:
5399         * plugins/symbol-browser/plugin.c:
5400         * plugins/symbol-browser/plugin.h:
5401         * plugins/terminal/terminal.c:
5402         * plugins/tools/dialog.c:
5403         * plugins/tools/dialog.h:
5404         * plugins/tools/editor.c:
5405         * plugins/tools/editor.h:
5406         * plugins/tools/execute.c:
5407         * plugins/tools/execute.h:
5408         * plugins/tools/fileop.c:
5409         * plugins/tools/fileop.h:
5410         * plugins/tools/plugin.c:
5411         * plugins/tools/plugin.h:
5412         * plugins/tools/scripts/find-fixmes.pl:
5413         * plugins/tools/scripts/translation-status.pl:
5414         * plugins/tools/tool.c:
5415         * plugins/tools/tool.h:
5416         * plugins/tools/variable.c:
5417         * plugins/tools/variable.h:
5418         * plugins/valgrind/ldd.c:
5419         * plugins/valgrind/ldd.h:
5420         * plugins/valgrind/list.c:
5421         * plugins/valgrind/list.h:
5422         * plugins/valgrind/menu-utils.c:
5423         * plugins/valgrind/menu-utils.h:
5424         * plugins/valgrind/parser.c:
5425         * plugins/valgrind/parser.h:
5426         * plugins/valgrind/plugin.c:
5427         * plugins/valgrind/plugin.h:
5428         * plugins/valgrind/preferences.c:
5429         * plugins/valgrind/preferences.h:
5430         * plugins/valgrind/process.c:
5431         * plugins/valgrind/process.h:
5432         * plugins/valgrind/symtab.c:
5433         * plugins/valgrind/symtab.h:
5434         * plugins/valgrind/vgactions.c:
5435         * plugins/valgrind/vgactions.h:
5436         * plugins/valgrind/vgcachegrindprefs.c:
5437         * plugins/valgrind/vgcachegrindprefs.h:
5438         * plugins/valgrind/vgdefaultview.c:
5439         * plugins/valgrind/vgdefaultview.h:
5440         * plugins/valgrind/vgerror.c:
5441         * plugins/valgrind/vgerror.h:
5442         * plugins/valgrind/vggeneralprefs.c:
5443         * plugins/valgrind/vggeneralprefs.h:
5444         * plugins/valgrind/vghelgrindprefs.c:
5445         * plugins/valgrind/vghelgrindprefs.h:
5446         * plugins/valgrind/vgio.c:
5447         * plugins/valgrind/vgio.h:
5448         * plugins/valgrind/vgmemcheckprefs.c:
5449         * plugins/valgrind/vgmemcheckprefs.h:
5450         * plugins/valgrind/vgrule-editor.c:
5451         * plugins/valgrind/vgrule-editor.h:
5452         * plugins/valgrind/vgrule-list.c:
5453         * plugins/valgrind/vgrule-list.h:
5454         * plugins/valgrind/vgrule.c:
5455         * plugins/valgrind/vgrule.h:
5456         * plugins/valgrind/vgrulepattern.c:
5457         * plugins/valgrind/vgrulepattern.h:
5458         * plugins/valgrind/vgsearchbar.c:
5459         * plugins/valgrind/vgsearchbar.h:
5460         * plugins/valgrind/vgstrpool.c:
5461         * plugins/valgrind/vgstrpool.h:
5462         * plugins/valgrind/vgtoolprefs.c:
5463         * plugins/valgrind/vgtoolprefs.h:
5464         * plugins/valgrind/vgtoolview.c:
5465         * plugins/valgrind/vgtoolview.h:
5466         * src/about.c:
5467         * src/about.h:
5468         * src/action-callbacks.c:
5469         * src/action-callbacks.h:
5470         * src/anjuta-actions.h:
5471         * src/anjuta-app.c:
5472         * src/anjuta-app.h:
5473         * src/anjuta-callbacks.c:
5474         * src/anjuta-callbacks.h:
5475         * src/anjuta.c:
5476         * src/anjuta.h:
5477         * src/anjuta_cbs.c:
5478         * src/bacon-message-connection.c:
5479         * src/bacon-message-connection.h:
5480         * src/getline.c:
5481         * src/main.c:
5482         * src/shell.c:
5483         * src/shell.h:
5484         * src/start-with.c:
5485         * src/start-with.h:
5486         * src/utilities.c:
5487         * src/utilities.h:
5488         * tagmanager/options.c:
5489         
5490         Change the address of FSF in various files
5492 2007-08-30  Johannes Schmid <jhs@gnome.org>
5494         * anjuta.glade:
5495         * anjuta.gladep:
5496         Removed because they are no longer in use
5497         
5498         * plugins/class-gen/anjuta-class-gen-plugin.glade:
5499         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
5500         Marked some strings as not translatable
5502         * plugins/search/search-replace.c: (list_max_items):
5503         Fixed a possible memory corruption
5505         * src/anjuta-app.c: (anjuta_app_add_widget_full):
5506         Do not show menuitems for locked layout items
5508         * src/main.c: (main):
5509         Some minor style correction in gnome_init
5511 2007-08-25 Sebastien Granjoux <seb.sfo@free.fr>
5513         * plugins/debug-manager/debugger.c,
5514         plugins/debug-manager/breakpoints.c,
5515         plugins/gdb/plugin.c,
5516         plugins/gdb/debugger.c,
5517         libanjuta/interfaces/libanjuta.idl:
5518         Move all breakpoints functions from IAnjutaDebugger to a new
5519         IAnjutaBreakpointDebugger interface
5521 2007-07-28  Tom Lowe <tomlowe1@earthlink.net>
5523         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5524         * plugins/debug-manager/plugin.c,
5525         plugins/debug-manager/breakpoints.c,
5526         plugins/tools/execute.c,
5527         plugins/project-wizard/plugin.c,
5528         plugins/build-basic-autotools/executer.c,
5529         plugins/gdb/debugger.c,
5530         plugins/profiler/gprof-options.h,
5531         plugins/sourceview/assist-window.h,
5532         plugins/class-gen/transform.c,
5533         libanjuta/anjuta-plugin-description.c,
5534         libanjuta/anjuta-status.c,
5535         libanjuta/anjuta-glue-c.c,
5536         libanjuta/anjuta-glue-cpp.c,
5537         plugins/symbol-browser/an_symbol_prefs.c:
5538         Fix warnings mostly "dereferencing type-punned pointer"
5539         Fix two bugs in breakpoints.c and an_symbol_prefs.c
5541 2007-07-22 Sebastien Granjoux <seb.sfo@free.fr>
5543         * plugins/debug-manager/breakpoints.c,
5544         plugins/debug-manager/debugger.c:
5545         Avoid an endless loop if clearing all breakpoints while the programm
5546         is running
5548 2007-07-22  Tom Lowe <tomlowe1@earthlink.net>
5550         Reviewed by Sébastien Granjoux <seb.sfo@free.fr>:
5551         * plugins/debug-manager/plugin.c:
5552         Fix a segmentation fault added in the previous patch
5554 2007-07-21  Johannes Schmid <jhs@gnome.org>
5556         * plugins/build-basic-autotools/executer.c:
5557         (get_program_parameters):
5558         
5559         Show an error dialog if no targets are availible instead of
5560         just returning
5562 2007-07-20  Johannes Schmid <jhs@gnome.org>
5564         * libanjuta/anjuta-shell.c: (on_widget_data_add),
5565         (anjuta_shell_add_widget), (anjuta_shell_add_widget_full):
5566         * libanjuta/anjuta-shell.h:
5567         * plugins/document-manager/plugin.c: (activate_plugin):
5568         * plugins/glade/anjuta-design-document.c:
5569         * plugins/glade/plugin.c: (glade_update_ui):
5570         * src/anjuta-app.c: (anjuta_app_add_widget_full),
5571         (anjuta_shell_iface_init):
5572         * src/shell.c: (anjuta_test_shell_add_widget),
5573         (anjuta_shell_iface_init):
5574         
5575         Make the document manager undockable (#458038)
5577 2007-07-20  Johannes Schmid <jhs@gnome.org>
5579         * plugins/document-manager/plugin.c: (on_editor_update_ui):
5580         * plugins/glade/anjuta-design-document.c:
5581         * plugins/glade/plugin.c: (glade_update_ui):
5582         
5583         Fixed some save/dirty status bug in glade
5585 2007-07-20  Johannes Schmid <jhs@gnome.org>
5587         * libanjuta/anjuta-status.c:
5588         Fixed crasher on shutdown
5590 2007-07-20  Johannes Schmid <jhs@gnome.org>
5592         * configure.in:
5593         Minimum glade requirement is 3.2 now. It was before
5594         but we did not check...
5595         
5596         * libanjuta/anjuta-glue-factory.c: (load_plugin):
5597         * libanjuta/anjuta-profile.c:
5598         (anjuta_profile_add_plugins_from_xml):
5599         * libanjuta/anjuta-status.c: (anjuta_status_dispose):
5600         * libanjuta/anjuta-ui.c: (iter_compare_func), (anjuta_ui_merge):
5601         * libegg/egg-recent-action.c: (on_recent_files_tooltip):
5602         * plugins/file-loader/plugin.c: (on_create_submenu):
5603         * plugins/file-manager/an_file_view.c: (compare_iter):
5604         * plugins/glade/plugin.c: (activate_plugin):
5605         * src/anjuta-app.c: (on_toolbar_view_toggled):
5606         * src/main.c: (main):
5607         
5608         Fixed lots of memory leaks (thansk valgrind)
5610 2007-07-19  Johannes Schmid <jhs@gnome.org>
5612         * plugins/debug-manager/plugin.c: (value_added_current_editor):
5613         * plugins/document-manager/anjuta-docman.c:
5614         (anjuta_docman_set_busy):
5615         * plugins/document-manager/plugin.c: (on_editor_changed):
5616         * plugins/glade/plugin.c: (activate_plugin):
5617         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
5618         (on_value_removed_current_editor):
5619         
5620         Fixed remaining criticals with IAnjutaEditor -> IAnjutaDocument
5622 2007-07-18  Johannes Schmid <jhs.gnome.org>
5624         * plugins/build-basic-autotools/executer.c: (execute_program):
5625         Fixed some of the scratchbox stuff but the environment is
5626         still broken
5628 2007-07-18  Johannes Schmid <jhs@gnome.org>
5630         * libanjuta/anjuta-plugin-manager.c: (on_plugin_activated),
5631         (on_plugin_deactivated), (get_plugin_loader_type):
5632         * plugins/glade/plugin.c: (on_close_activated), (on_shell_destroy),
5633         (activate_plugin), (deactivate_plugin),
5634         (glade_plugin_instance_init):
5635         
5636         Fixed glade plugin deactivation
5638 2007-07-18  Johannes Schmid <jhs@gnome.org>
5640         * plugins/document-manager/anjuta-docman.c:
5641         (anjuta_docman_add_document):
5642         * plugins/glade/anjuta-design-document.c: (ifile_get_uri):
5643         
5644         Fixed path display in document manager with glade files
5646 2007-07-17  Johannes Schmid <jhs@gnome.org>
5648         * libanjuta/interfaces/Makefile.am.iface:
5649         * pixmaps/Makefile.am:
5650         * plugins/cvs-plugin/plugin.c: (value_added_current_editor):
5651         * plugins/debug-manager/plugin.c: (value_added_current_editor),
5652         (value_removed_current_editor):
5653         * plugins/document-manager/anjuta-docman.c: (on_editor_save_point),
5654         (anjuta_docman_set_current_document):
5655         * plugins/document-manager/plugin.c: (on_editor_update_ui),
5656         (on_editor_added), (on_editor_changed):
5657         * plugins/glade/Makefile.am:
5658         * plugins/glade/anjuta-design-document.c:
5659         (anjuta_design_document_instance_init),
5660         (anjuta_design_document_set_property),
5661         (anjuta_design_document_get_property),
5662         (anjuta_design_document_class_init), (anjuta_design_document_new),
5663         (ifile_open), (ifile_get_uri), (ifile_iface_init):
5664         * plugins/glade/anjuta-design-document.h:
5665         * plugins/glade/anjuta-glade-notebook.c:
5666         * plugins/glade/anjuta-glade-notebook.h:
5667         * plugins/glade/plugin.c: (value_added_current_editor),
5668         (value_removed_current_editor), (glade_update_ui),
5669         (on_close_activated), (on_glade_project_changed),
5670         (glade_plugin_add_project), (activate_plugin), (deactivate_plugin),
5671         (ifile_open):
5672         * plugins/language-support-cpp-java/plugin.c:
5673         (on_value_added_current_editor), (on_value_removed_current_editor):
5674         * plugins/macro/plugin.c: (value_added_current_editor):
5675         * plugins/project-manager/plugin.c: (value_added_current_editor):
5676         * plugins/subversion/plugin.c: (value_added_current_editor):
5677         * plugins/symbol-browser/plugin.c: (value_added_current_editor):
5679         Fixed lot of IAnjutaEditor stuff and completed glade integration
5680         with document manager
5681         
5682         * plugins/build-basic-autotools/build-basic-autotools.c:
5683         (value_added_current_editor):
5684         * plugins/build-basic-autotools/executer.c: (execute_program):
5685         
5686         Some initial code to execute projects inside scratchbox
5687         
5688 2007-07-13 Sebastien Granjoux <seb.sfo@free.fr>
5690         * plugins/project-import/project-import.c:
5691         Project import overwrites file on user request (bug #452579)
5693 2007-07-11 Sebastien Granjoux <seb.sfo@free.fr>
5695         * plugins/debug-manager/debugger.c,
5696         plugins/debug-manager/threads.c,
5697         plugins/debug-manager/plugin.c,
5698         plugins/debug-manager/registers.c,
5699         plugins/debug-manager/locals.c,
5700         plugins/debug-manager/stack_trace.c,
5701         plugins/gdb/plugin.c,
5702         plugins/gdb/debugger.c,
5703         plugins/gdb/debugger.h,
5704         libanjuta/interfaces/libanjuta.idl:
5705         Rename change-location to program-moved
5706         Store thread id as gint instead of guint
5707         Do not display registers list if not available
5708         Add intermediate debugger states if missing
5710 2007-07-11  Johannes Schmid <jhs@gnome.org>
5712         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5713         .glade:
5714         Reverted unnecessary changes (#455819)
5716 2007-07-10  Johannes Schmid <jhs@gnome.org>
5718         * plugins/glade/plugin.c:
5719         Fixed glade plugin with glade 3.2 and another crasher
5721 2007-07-09  Johannes Schmid <jhs@gnome.org>
5723         * libanjuta/interfaces/libanjuta.idl:
5724         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin
5725         .glade:
5726         * plugins/debug-manager/breakpoints.c:
5727         (breakpoint_item_update_in_ui),
5728         (breakpoints_dbase_edit_breakpoint),
5729         (on_toggle_breakpoint_activate):
5730         * plugins/debug-manager/plugin.c:
5731         (on_run_to_cursor_action_activate):
5732         * plugins/document-manager/action-callbacks.c:
5733         (on_editor_command_cut_activate),
5734         (on_editor_command_copy_activate),
5735         (on_editor_command_paste_activate),
5736         (on_editor_command_clear_activate):
5737         * plugins/document-manager/anjuta-docman.c:
5738         (on_text_editor_notebook_close_page), (anjuta_docman_add_editor),
5739         (anjuta_docman_add_document), (anjuta_docman_set_current_document),
5740         (anjuta_docman_goto_file_line_mark),
5741         (anjuta_docman_find_editor_with_path),
5742         (anjuta_docman_get_all_editors):
5743         * plugins/document-manager/anjuta-docman.h:
5744         * plugins/document-manager/plugin.c:
5745         (update_editor_ui_interface_items), (on_editor_update_ui),
5746         (on_editor_changed), (on_session_save), (on_docman_auto_save),
5747         (ianjuta_docman_add_document), (ianjuta_docman_remove_document),
5748         (ianjuta_document_manager_iface_init), (isaveable_save),
5749         (isavable_is_dirty):
5750         * plugins/editor/editor.glade:
5751         * plugins/editor/text_editor.c: (idocument_cut), (idocument_copy),
5752         (idocument_paste), (idocument_clear), (idocument_iface_init),
5753         (iselection_iface_init):
5754         * plugins/glade/Makefile.am:
5755         * plugins/glade/anjuta-glade-notebook.c:
5756         (anjuta_glade_notebook_instance_init),
5757         (anjuta_glade_notebook_set_property),
5758         (anjuta_glade_notebook_get_property),
5759         (anjuta_glade_notebook_class_init), (anjuta_glade_notebook_new),
5760         (ifile_open), (ifile_get_uri), (ifile_iface_init),
5761         (ifile_savable_save), (ifile_savable_save_as),
5762         (ifile_savable_set_dirty), (ifile_savable_is_dirty),
5763         (ifile_savable_iface_init), (idocument_can_redo),
5764         (idocument_can_undo), (idocument_begin_undo_action),
5765         (idocument_end_undo_action), (idocument_undo), (idocument_redo),
5766         (idocument_grab_focus), (idocument_get_filename), (idocument_cut),
5767         (idocument_copy), (idocument_paste), (idocument_clear),
5768         (idocument_iface_init):
5769         * plugins/language-support-cpp-java/plugin.c:
5770         (on_value_added_current_editor), (on_value_removed_current_editor):
5771         * plugins/macro/macro-util.c: (get_current_editor):
5772         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5773         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5774         (on_next_occur), (on_incremental_entry_key_press),
5775         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5776         (on_toolbar_find_incremental_start),
5777         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5778         * plugins/search/search-replace.c: (search_start_over),
5779         (search_update_combos), (replace_update_combos),
5780         (anjuta_search_replace_activate):
5781         * plugins/search/search-replace_backend.c: (create_search_entries):
5782         * plugins/sourceview/sourceview.c: (idocument_cut),
5783         (idocument_copy), (idocument_paste), (idocument_clear),
5784         (idocument_iface_init), (iselect_iface_init), (iassist_react):
5785         * plugins/tools/editor.c: (on_editor_response):
5786         * plugins/tools/execute.c: (get_current_editor),
5787         (atp_output_context_initialize), (atp_user_tool_execute):
5788         * plugins/tools/variable.c: (get_current_editor),
5789         (atp_variable_get_editor_variable):
5790         
5791         Some more IAnjutaEditor => IAnjutaDocument fixing!
5792         
5793         * plugins/glade/anjuta-glade-notebook.h:
5794         * plugins/glade/plugin.c: (glade_can_undo), (glade_can_redo),
5795         (glade_update_ui):
5796         * plugins/glade/plugin.h:
5797         Integrate glade designer in document manager for GLADEUI_VERSION >= 303
5798         and get rid of the glade menu. The Edit/File menu and the toolbar can now 
5799         be used for glade, too. It might still have some rough edges but already works.
5800         (Fixes #415547 – Glade usability problem)
5802 2007-07-07  Vincent Geddes <vgeddes@gnome.org>
5804         * plugins/glade/plugin.c: Ensure plugin compiles with glade 3.3.1
5805           development release (I updated version of glade3 svn to 3.3.2).
5807 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5809         * plugins/symbol-browser/an_symbol_view.c:
5810         (anjuta_symbol_view_dispose), (sv_get_type_of_token): Removed prints.
5812 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5814         * plugins/symbol-browser/an_symbol_prefs.c: (refresh_tags_list),
5815         (on_system_tags_update_finished), (on_update_global_clicked),
5816         (prefs_page_init), (on_gconf_notify_tags_list_changed),
5817         (symbol_browser_prefs_init),
5818         (symbol_browser_prefs_create_global_tags),
5819         (symbol_browser_load_global_tags):
5820         * plugins/symbol-browser/an_symbol_prefs.h:
5821         * plugins/symbol-browser/an_symbol_view.c:
5822         (anjuta_symbol_view_dispose), (anjuta_symbol_view_instance_init):
5823         * plugins/symbol-browser/an_symbol_view.h:
5824         * plugins/symbol-browser/plugin.c: (activate_plugin): Do not crash
5825         on global tags update because of delayed prefs merging. Happens when
5826         anjuta is first launched (i.e. no ~/.anjuta dir exists) and a file
5827         is opened.
5829 2007-07-07  Naba Kumar  <naba.kumar@gnome.org>
5831         * scripts/build-schemas.mk: Tell gconfd-2 to update schemas
5832         after install/uninstall.
5834         Patch from James Liggett:
5835         * scripts/glade2schemas.pl: Fixed creating schemas for list
5836         values.
5838 2007-07-06  Vincent Geddes <vgeddes@gnome.org>
5840         * plugins/glade/plugin.c: Ensure plugin compiles with gladeui
5841           version 3.3.0 release. The plugin will not compile with the gladeui 3.3.1
5842           development release since glade svn version is also 3.3.1. In future, the
5843           solution would be for us to always increment the micro version when
5844           changing the API.
5846 2007-07-05  Johannes Schmid <jhs@gnome.org>
5848         * libanjuta/interfaces/libanjuta.idl:
5849         * plugins/build-basic-autotools/build-basic-autotools.c:
5850         (on_build_mesg_format):
5851         * plugins/debug-manager/breakpoints.c:
5852         (breakpoint_item_update_in_ui),
5853         (breakpoints_dbase_edit_breakpoint),
5854         (on_toggle_breakpoint_activate):
5855         * plugins/debug-manager/plugin.c:
5856         (on_run_to_cursor_action_activate):
5857         * plugins/debug-manager/watch.c: (on_debug_tree_inspect):
5858         * plugins/document-manager/action-callbacks.c: (editor_autoformat),
5859         (get_current_editor), (on_save_activate), (on_save_as_activate),
5860         (on_save_prompt_save_editor), (on_close_file_activate),
5861         (on_close_all_file_activate), (on_reload_file_activate),
5862         (anjuta_print_cb), (anjuta_print_preview_cb),
5863         (on_editor_command_upper_case_activate),
5864         (on_editor_command_lower_case_activate),
5865         (on_editor_command_undo_activate),
5866         (on_editor_command_redo_activate),
5867         (on_editor_command_bookmark_toggle_activate), (on_comment_block),
5868         (on_comment_box), (on_comment_stream), (on_toolbar_goto_clicked),
5869         (on_goto_line_no1_activate), (on_goto_block_start1_activate),
5870         (on_goto_block_end1_activate), (on_zoom_in_text_activate),
5871         (on_zoom_out_text_activate), (on_force_hilite_activate),
5872         (on_indent1_activate), (on_swap_activate),
5873         (on_editor_add_view_activate), (on_editor_remove_view_activate):
5874         * plugins/document-manager/anjuta-docman.c:
5875         (on_text_editor_notebook_close_page), (editor_tab_widget_new),
5876         (anjuta_docman_save_document_as), (anjuta_docman_save_document),
5877         (anjuta_docman_dispose), (on_notebook_switch_page),
5878         (anjuta_docman_page_from_widget), (on_editor_destroy),
5879         (anjuta_docman_add_editor), (anjuta_docman_remove_document),
5880         (anjuta_docman_get_current_document),
5881         (anjuta_docman_set_current_document),
5882         (anjuta_docman_get_full_filename), (anjuta_docman_show_editor),
5883         (anjuta_docman_update_page_label),
5884         (anjuta_docman_get_document_from_path),
5885         (anjuta_docman_save_file_if_modified), (anjuta_docman_reload_file),
5886         (anjuta_docman_order_tabs):
5887         * plugins/document-manager/anjuta-docman.h:
5888         * plugins/document-manager/plugin.c: (update_editor_ui_save_items),
5889         (update_editor_ui_interface_items), (update_editor_ui),
5890         (on_editor_update_save_ui), (on_editor_update_ui),
5891         (on_editor_changed), (on_save_prompt_save_editor),
5892         (on_save_prompt), (ianjuta_docman_find_editor_with_path),
5893         (ianjuta_docman_get_current_document),
5894         (ianjuta_docman_set_current_document),
5895         (ianjuta_docman_remove_buffer),
5896         (ianjuta_document_manager_iface_init), (ifile_get_uri):
5897         * plugins/editor/text_editor.c: (itext_editor_iface_init),
5898         (idocument_get_filename), (idocument_can_undo),
5899         (idocument_can_redo), (idocument_undo),
5900         (idocument_begin_undo_action), (idocument_end_undo_action),
5901         (idocument_redo), (idocument_grab_focus), (idocument_iface_init):
5902         * plugins/language-support-cpp-java/plugin.c:
5903         (on_editor_char_inserted_cpp), (on_auto_indent):
5904         * plugins/macro/macro-util.c: (get_current_editor), (get_filename):
5905         * plugins/project-manager/plugin.c: (project_manager_unload_gbf):
5906         * plugins/sample1/plugin.c: (on_sample_action_activate):
5907         * plugins/search/plugin.c: (on_enterselection), (on_prev_occur),
5908         (on_next_occur), (on_incremental_entry_key_press),
5909         (on_toolbar_find_clicked), (on_toolbar_find_start_over),
5910         (on_toolbar_find_incremental_start),
5911         (on_toolbar_find_incremental_end), (on_toolbar_find_incremental):
5912         * plugins/search/search-replace.c: (search_and_replace),
5913         (write_message_pane), (search_start_over), (search_update_combos),
5914         (replace_update_combos), (anjuta_search_replace_activate):
5915         * plugins/search/search-replace_backend.c:
5916         (file_buffer_new_from_path), (create_search_entries):
5917         * plugins/sourceview/sourceview-print.c: (create_print_job):
5918         * plugins/sourceview/sourceview.c:
5919         (on_sourceview_uri_changed_prompt), (ieditor_iface_init),
5920         (idocument_can_redo), (idocument_can_undo),
5921         (idocument_begin_undo_action), (idocument_end_undo_action),
5922         (idocument_undo), (idocument_redo), (idocument_grab_focus),
5923         (idocument_get_filename), (idocument_iface_init):
5924         * plugins/tools/editor.c: (on_editor_response):
5925         * plugins/tools/execute.c: (atp_output_context_initialize),
5926         (atp_user_tool_execute):
5927         * plugins/tools/variable.c: (atp_variable_get_editor_variable):
5928         
5929         Create IAnjutaDocument interface. This interface is a more general idea
5930         of documents being anything that can be modified, has undo/redo and
5931         may have operations like copy/paste.
5932         The primary goal is to integrate better by making it use the standard file
5933         and edit menu instead of it's own glade menu. Of course the downside is that
5934         you won't be able to view a source file and the designer at the same time. Anyway
5935         so many people have complained that they "can't save a glade file" that I think
5936         this is the much better solution.
5937         Work on the glade plugin is still to come but the most difficult things should be
5938         done now.
5940 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5942         * plugins/glade/plugin.c: Ensure plugin builds with libgladeui
5943           version 3.0.3.
5945 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5947         * libanjuta/anjuta-plugin-manager.c:
5948         (anjuta_plugin_manager_get_plugins_page),
5949         (anjuta_plugin_manager_get_remembered_plugins_page):
5950         * libanjuta/anjuta-plugin-manager.h:
5951         * src/anjuta-app.c: (anjuta_app_install_preferences):
5952         * src/shell.c: (anjuta_test_shell_instance_init): Put installed plugins
5953         and remembered plugins preferences pages in separate pages (avoid
5954         crowd).
5956 2007-07-04  Naba Kumar  <naba.kumar@gnome.org>
5958         Patch from James Liggett  <jrliggett@cox.net>:
5959         * plugins/editor/Makefile.am, scripts/build-schemas.mk:
5960         Installed editor preferences schemas. Fixes bug #453463.
5962 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5964         * libanjuta/anjuta-preferences-dialog.c: (compare_pref_page_func),
5965         (anjuta_preferences_dialog_init): Sort preferences pages on title.
5967 2007-07-03  Naba Kumar  <naba.kumar@gnome.org>
5969         * plugins/document-manager/anjuta-document-manager.ui:
5970         * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
5971         * src/action-callbacks.c:
5972         * src/action-callbacks.h:
5973         * src/anjuta-actions.h:
5974         * src/anjuta-app.c: (anjuta_app_instance_init),
5975         (anjuta_app_install_preferences):
5976         * src/anjuta.glade:
5977         * src/anjuta.ui: Moved plugins and shortcuts settings inside
5978         General preferences page. Move preferences menu from Settings to
5979         Edit submenu. And got rid of Settings submenu.
5981 2007-07-02  Vincent Geddes  <vgeddes@gnome.org>
5983         * plugins/glade/plugin.c (on_close_activated): Update for glade3 svn trunk.
5984         
5985 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
5987         * TODO.tasks: Increased bounty for on-demand preferences task to $150
5988         as discussed and agreed with James Liggett.
5990         Patch from James Liggett  <jrliggett@cox.net>:
5992         * configure.in:
5993         * libanjuta/anjuta-plugin-manager.c:
5994         (on_activated_plugin_objects_foreach),
5995         (anjuta_plugin_manager_get_active_plugin_objects):
5996         * libanjuta/anjuta-plugin-manager.h:
5997         * libanjuta/anjuta-plugin.c: (anjuta_plugin_activate),
5998         (anjuta_plugin_deactivate):
5999         * libanjuta/anjuta-preferences-dialog.c:
6000         (anjuta_preferences_dialog_finalize),
6001         (anjuta_preferences_dialog_class_init), (add_category_columns),
6002         (anjuta_preferences_dialog_init), (anjuta_preferences_dialog_new),
6003         (anjuta_preferences_dialog_remove_page):
6004         * libanjuta/anjuta-preferences.c: (property_destroy),
6005         (unregister_preferences_key), (register_callbacks),
6006         (preferences_foreach_callback), (connect_prop_to_object),
6007         (anjuta_preferences_register_property_raw),
6008         (anjuta_preferences_register_property_custom),
6009         (anjuta_preferences_foreach), (anjuta_preferences_add_page),
6010         (anjuta_preferences_remove_page),
6011         (on_preferences_dialog_destroyed), (anjuta_preferences_get_dialog),
6012         (anjuta_preferences_get_type), (anjuta_preferences_dispose),
6013         (anjuta_preferences_instance_init), (anjuta_preferences_finalize),
6014         (anjuta_preferences_class_init), (anjuta_preferences_new):
6015         * libanjuta/anjuta-preferences.h:
6016         * plugins/build-basic-autotools/Makefile.am:
6017         * plugins/build-basic-autotools/build-basic-autotools.c:
6018         (ipreferences_unmerge):
6019         * plugins/cvs-plugin/Makefile.am:
6020         * plugins/cvs-plugin/plugin.c: (ipreferences_unmerge):
6021         * plugins/document-manager/Makefile.am:
6022         * plugins/document-manager/plugin.c: (ipreferences_unmerge):
6023         * plugins/editor/plugin.c: (ipreferences_unmerge):
6024         * plugins/file-manager/Makefile.am:
6025         * plugins/file-manager/plugin.c: (activate_plugin),
6026         (deactivate_plugin), (ipreferences_merge), (ipreferences_unmerge):
6027         * plugins/gtodo/plugin.c: (ipreferences_merge),
6028         (ipreferences_unmerge):
6029         * plugins/language-support-cpp-java/Makefile.am:
6030         * plugins/language-support-cpp-java/plugin.c:
6031         (ipreferences_unmerge):
6032         * plugins/message-view/Makefile.am:
6033         * plugins/message-view/plugin.c: (ipreferences_unmerge):
6034         * plugins/sourceview/Makefile.am:
6035         * plugins/sourceview/plugin.c: (ipreferences_unmerge):
6036         * plugins/symbol-browser/Makefile.am:
6037         * plugins/symbol-browser/an_symbol_prefs.c:
6038         (symbol_browser_prefs_finalize):
6039         * plugins/terminal/Makefile.am:
6040         * plugins/terminal/terminal.c: (ipreferences_unmerge):
6041         * plugins/valgrind/plugin.c: (ipreferences_merge),
6042         (ipreferences_unmerge):
6043         * scripts/Makefile.am:
6044         * scripts/glade2schema.pl, (added) scripts/build-schemas.mk:
6045         * src/Makefile.am:
6046         * src/action-callbacks.c: (on_set_preferences1_activate):
6047         * src/anjuta-app.c: (anjuta_app_instance_init),
6048         (anjuta_app_install_preferences):
6049         * src/anjuta-app.h:
6050         * src/shell.c: (anjuta_test_shell_instance_init): Completed bounty
6051         task: Bug #445314: On demand preferences widgets creation. Thanks
6052         James for this great work.
6054 2007-07-02  Naba Kumar  <naba.kumar@gnome.org>
6056         * plugins/debug-manager/data_buffer.c,
6057         plugins/message-view/message-view.c: Fixed compiler warnings.
6059 2007-06-29  Naba Kumar  <naba.kumar@gnome.org>
6061         * src/action-callbacks.c: (help_activate),
6062         (on_help_manual_activate), (on_help_tutorial_activate),
6063         (on_help_advanced_tutorial_activate), (on_help_faqs_activate):
6065         Fixed help activation (bug #451557).
6067 2007-06-28  Naba Kumar  <naba.kumar@gnome.org>
6069         * AUTHORS: Added James Liggett. Forgot to add him before :(
6071 2007-06-28 Sebastien Granjoux <seb.sfo@free.fr>
6073         * plugins/debug-manager/debugger.c,
6074         plugins/debug-manager/plugin.c,
6075         plugins/gdb/debugger.c,
6076         libanjuta/interfaces/libanjuta.idl:
6077         Add a GError* parameter to debugger-stopped signal
6079         * (added) libanjuta/anjuta-error.c,
6080         (added) libanjuta/anjuta-error.h,
6081         libanjuta/Makefile.am:
6082         Register GError as a boxed type
6084         * libanjuta/interfaces/anjuta-idl-compiler.pl:
6085         Support GError* in signal, GError must be registered as a boxed type
6086         Accept NULL as strings
6088 === anjuta 2.2.0 ===
6090 2007-06-25  Naba Kumar  <naba.kumar@gnome.org>
6092         * configure.in: Bumped version to 2.2.0
6093         * NEWS: Updated for 2.2.0 stable release.
6094         * plugins/file-manager/an_file_view.c: (fv_queue_node_expansion):
6095         Reduce the idle priority to make the UI update before anything else.
6097 2007-06-24  Naba Kumar  <naba.kumar@gnome.org>
6099         * configure.in: Bumped version to 2.1.4 (RC1 for 2.2.0).
6101         * libanjuta/interfaces/libanjuta.idl:
6102         * plugins/document-manager/action-callbacks.c:
6103         (on_editor_command_complete_word_activate):
6104         * plugins/document-manager/plugin.c:
6105         (update_editor_ui_interface_items):
6106         * plugins/editor/text_editor.c: (iautocomplete_activate),
6107         (iautocomplete_iface_init):
6108         * plugins/sourceview/sourceview.c: (iassist_iface_init):
6110         Moved autocomplete() method away from IAnjutaEditorAssist into
6111         a new deprecated IAnjutaEditorAutocomplete. This restores scintilla
6112         autocomplete and does not crash with sourceview. Fixes Bug #449620
6113         – The auto completion functionality not work. Also sets menuitem 
6114         insensitive when hiding them.
6116         * plugins/debug-manager/disassemble.c:
6117         (dma_disassembly_iter_refresh): Fixed compiler warnings for incorrect
6118         printf types.
6120 2007-06-22  Naba Kumar  <naba.kumar@gnome.org>
6122         * pixmaps/anjuta_splash.png: Updated.
6123         
6124         * plugins/search/search-replace.c
6125         (anjuta_search_replace_activate): Fixed "Find in Files" to select
6126         the right target (project).
6127         * ChangeLog: Added missing log.
6129 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6131         * manuals/anjuta-faqs/C/anjuta-faqs.xml,
6132         manuals/anjuta-manual/C/fileoperations.xml,
6133         manuals/anjuta-manual/C/projects.xml: Fixd validation errors.
6135         * plugins/gtodo/libgtodo.h: Give a typedef for enum.
6137         * libanjuta/anjuta-children.c: Fixed a bad compile warning.
6139 2007-06-21  Naba Kumar  <naba.kumar@gnome.org>
6141         * TODO.tasks: Added bounty for on-demand preferences.
6143         Patch from Thierry Moisan:
6144         * manuals/anjuta-manual/C/fileoperations.xml: Fixed typo
6145         (bug #88824).
6147 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6149         Patch from tpgww@onepost.net:
6151         * libegg/egg-recent-files-module.c: (do_tell), (do_set_file_info):
6152         * libegg/test-actions.c:
6153         * libegg/test-multi-drag.c: (main):
6154         * plugins/debug-manager/memory.c: (read_memory_block):
6155         * tagmanager/tm_file_entry.c: (tm_file_entry_list):
6157         Fixes compile warnings. Fixes bug #427101.
6159 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6161         Patch from James Liggett:
6163         * plugins/profiler/gprof-options.c: (on_option_changed),
6164         (setup_widgets):
6165         * plugins/profiler/gprof-options.h:
6166         * plugins/profiler/gprof-profile-data.c:
6167         (gprof_profile_data_init_profile):
6168         * plugins/profiler/gprof-profile-data.h:
6169         * plugins/profiler/plugin.c: (profiler_get_data),
6170         (profiler_set_target), (register_options),
6171         (on_profile_data_browse_button_clicked),
6172         (on_profiling_options_button_clicked), (on_profiler_delete_data):
6173         * plugins/profiler/profiler.glade: implements independent targets.
6174         implements the ability to select arbitrary gmon.out files.
6175         Fixes bug #403502 – User should also be allowed to select an
6176         independent executable target.
6178 2007-06-20  Naba Kumar  <naba.kumar@gnome.org>
6180         * plugins/tools/scripts/prepare-changelog.pl: Updated newer version.
6182         * manuals/anjuta-faqs/C/anjuta-faqs.xml: Updated.
6183         * plugins/tools/scripts/prepare-changelog.pl: Fixed opening file.
6185 2007-06-20 Sebastien Granjoux <seb.sfo@free.fr>
6187         * plugins/debug-manager/plugin.c,
6188         plugins/debug-manager/breakpoints.c:
6189         Remove weak pointers when owner is destroyed
6190         Remove all breakpoints before loading new one
6192 2007-06-20  Vincent Geddes  <vincent.geddes@gmail.com>
6194         * plugins/glade/plugin.c: Update for API changes in glade 3.3.0 and above.
6195          
6196 2007-06-19  Naba Kumar  <naba@gnome.org>
6198         * plugins/message-view/message-view.c: Wrap long lines (at 1000px)
6199         Bug #448491 Empty Lines Problem.
6201         * libanjuta/anjuta-utils.c: Return incompletly transformed text too.
6202         
6203         * data/default.profile, plugins/message-view/plugin.c: Do not
6204         restore session for messages.
6205         Fixes bug #377461 – don't create new message window for each
6206         build/find.
6208         * plugins/profiler/plugin.c: Disconnect session signals on deactivate.
6209         Fixes a crash on exit/project-close if profiler plugin is loaded.
6211 2007-06-17  Naba Kumar  <naba@gnome.org>
6213         * plugins/class-gen/anjuta-class-gen-plugin.glade: Do not translate
6214         C keywords. Fixes bug #447655 – C keyword must NOT be localised.
6216         * plugins/file-loader/plugin.c: Fail on opening non existent files.
6217         Bug #448034 – Anjuta crashes on starting (when the last project
6218         directory was deleted).
6220         * plugins/document-manager/plugin.c: Set line markers for files
6221         opened via IAnjutaFile::open(). Fixes missing line markers while
6222         navigating symbols.
6224 2007-06-17  Naba Kumar  <naba@gnome.org>
6226         * plugins/sourceview/sourceview.glade: Set correct font
6227         default value and use monospace instead of sans. Fixes
6228         bug #448408 – crash in Anjuta IDE: Trying to change the
6229         editor
6231 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6233         * plugins/search/search-replace.c,
6234         plugins/search/search-replace.h,
6235         plugins/search/anjuta-search.glade:
6236         Replace deprecated GtkCombo by GtkComboBox or GtkComboBoxEntry
6237         Fixes bug #355166
6239 2007-06-16 Sebastien Granjoux <seb.sfo@free.fr>
6241         * plugins/debug-manager/plugin.c,
6242         plugins/debug-manager/breakpoints.c:
6243         Add weak references, fixes bug #448053 ?
6245 2007-06-16  Naba Kumar  <naba@gnome.org>
6247         * libanjuta/plugin-manager.c: Added remembered plugins page in plugins
6248         dialog to allow forgetting them if user chooses to select a different
6249         one.
6251 2007-06-13  Naba Kumar  <naba@gnome.org>
6253         * plugins/sourceview/sourceview-prefs.c: Initialize font
6254         on startup correctly if use_theme is set.
6256         * plugins/sourceview/sourceview-prefs.c: Use desktop fixed font
6257         if available for default font. Fixes bug #447304.
6259         * plugins/sourceview/sourceview-prefs.c: Return value based
6260         on right data type. Fixes Bug #438878 – Using gtksourceview editor
6261         for the first time has black background
6262         
6263         * plugins/project-manager/plugin.c: Give a better error message
6264         when project could not be loaded.
6266         * libanjuta/anjuta-serializer.c: Added a comment.
6268 2007-06-13  Johannes Schmid <jhs@gnome.org>
6270         * configure.in:
6271         Use GNOME_COMPILE_WARNINGS(maximum) instead of hand-written macro. Show
6272         most warnings to avoid simple coding problems.
6273         
6274         * plugins/message-view/anjuta-msgman.c:
6275         (anjuta_msgman_append_view), (anjuta_msgman_set_current_view):
6276         * plugins/message-view/plugin.c: (on_view_changed),
6277         (ianjuta_msgman_add_view):
6278         
6279         Fixed #440866 by always presenting the message-manager when a tab is
6280         added because Gtk+ seems to have problems to add tabs to hidden widgets.
6281         
6282         * plugins/subversion/subversion-callbacks.c:
6283         (on_subversion_commit_response):
6284         Destroy dialog if user clicks "No"
6286 2007-06-12  Naba Kumar  <naba@gnome.org>
6288         * tagmanager/tm_tag.c, tagmanager/tm_workspace.c: Fixes an invalid
6289         read and use of uninitialized variable.
6291         * Makefile.am, src/about.c: Install AUTHORS file in datadir also
6292         because it is used in credits listing and packaging could compress
6293         it in docdir. Fixes bug #397881: The credits are empty
6295         * tagmanager/tm_tag.c, tagmanager/include/tm_tag.h,
6296         tagmanager/include/tm_workspace.h, tagmanager/include/tm_symbol.h,
6297         tagmanager/tm_workspace.c, tagmanager/tm_symbol.c,
6298         plugins/symbol-browser/an_symbol_info.c,
6299         plugins/symbol-browser/plugin.c,
6300         plugins/symbol-browser/an_symbol_view.c,
6301         plugins/editor/aneditor-autocomplete.cxx:
6303         - Do not access TMTag
6304         member in TMSymbol when freeing it because by then the tags
6305         could have changed. Avoids dangerous memory corruptions by freeing
6306         someone else's memory (Could explain those random crashes when
6307         refreshing symbols or re-loading a different project or closing
6308         a project). Anything that tries to refresh symbols could trigger
6309         this corruptions.
6310         - Added a flag to also retrieve method definitions as part of
6311         the class's scope members. And used it to set both function prototype
6312         and definition in symbols. Fixes navigation to prototype and
6313         function definitions from symbol browser (bug #440370)
6315         * plugins/editor/text_editor.c: Avoid invalid reads beyond allocated
6316         memory. Could fix those bogus 'file changed' dialogs.
6318         * plugins/document-manager/anjuta-docman.c: Avoid runtime warning.
6320 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6322         * (added) libanjuta/anjuta-utils-priv.h,
6323         libanjuta/anjuta-utils.h,
6324         libanjuta/anjuta-launcher.c,
6325         libanjuta/Makefile.am:
6326         Fix bug #440801: do not use config.h in public include files
6328 2007-06-09 Sebastien Granjoux <seb.sfo@free.fr>
6330         * plugins/project-wizard/templates/mkfile.wiz:
6331         Fix bug #442038: missing project.sh file
6333         * configure.in,
6334         plugins/project-wizard/templates/Makefile.am,
6335         plugins/project-wizard/templates/translatable-strings.h,
6336         (added) plugins/project-wizard/templates/sdl.wiz,
6337         (added) plugins/project-wizard/templates/appwiz_sdl.png,
6338         (added) plugins/project-wizard/templates/sdl/configure.ac.tpl,
6339         (added) plugins/project-wizard/templates/sdl/acinclude.m4.tpl,
6340         (added) plugins/project-wizard/templates/sdl/Makefile.am,
6341         (added) plugins/project-wizard/templates/sdl/.cvsignore,
6342         (added) plugins/project-wizard/templates/sdl/src/main.c,
6343         (added) plugins/project-wizard/templates/sdl/src/Makefile.am.tpl,
6344         (added) plugins/project-wizard/templates/sdl/src/Makefile.am,
6345         (added) plugins/project-wizard/templates/sdl/src/.cvsignore,
6346         (added) plugins/project-wizard/templates/sdl/po/Makefile.am,
6347         (added) plugins/project-wizard/templates/sdl/po/POTFILES.in,
6348         (added) plugins/project-wizard/templates/sdl/po/.cvsignore:
6349         Fix bug #315635: add a SDL project wizard
6351 2007-06-09  Naba Kumar  <naba.kumar@nokia.com>
6353         * libanjuta/anjuta-children.c: Avoid a race condition and deadlock
6354         when SIGCHLD is triggered when main loop context is locked. Dead lock
6355         happens when child_exited callback also accesses main loop context.
6356         Happens particularly badly in debug target exiting.
6358 2007-06-05 Sebastien Granjoux <seb.sfo@free.fr>
6360         * manuals/anjuta-manual/C/debugger.xml:
6361         First update of the debugger documentation
6363 2007-06-04  Naba Kumar  <naba.kumar@nokia.com>
6365         * manuals/anjuta-manual/C/fileoperations.xml,
6366         manuals/anjuta-manual/C/projects.xml,
6367         manuals/anjuta-manual/C/anjuta-manual.xml,
6368         manuals/anjuta-manual/C/build.xml,
6369         manuals/anjuta-manual/C/execute.xml,
6370         manuals/anjuta-manual/Makefile.am: Updated more documentation.
6371         Added project properties documentation. Moved execution section
6372         inside project management. Removed dead documentation.
6374 2007-06-02  Naba Kumar  <naba.kumar@nokia.com>
6376         * src/anjuta.c, plugins/symbol-browser/plugin.c,
6377         plugins/symbol-browser/plugin.h,
6378         plugins/symbol-browser/an_symbol_prefs.c,
6379         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6380         libanjuta/anjuta-status.c, libanjuta/anjuta-status.h: Use internal
6381         progress bar instead of separate window for system tags
6382         generation. Renamed AnjutaStatus methods to a proper ones.
6384         * plugins/symbol-browser/plugin.c,
6385         plugins/symbol-browser/plugin.h,
6386         plugins/symbol-browser/an_symbol_prefs.c,
6387         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade,
6388         global-tags/create_global_tags.sh.in: Get rid of message window
6389         for showing global tags creation and use a small window with
6390         progress bar.
6392 2007-05-30  Naba Kumar  <naba@gnome.org>
6394         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
6395         Bug 442315 – After calling configure, the build menus are still insensitive,
6396         Bug 442314 – Autogeneration fails when there is no autogen.sh
6398         * plugins/project-manager/plugin.c: Fixed mem corruption when it
6399         fails to remove target/source/group. Fixes bug #440196 – crash in
6400         Anjuta IDE: removing a target
6402 2007-05-29  Naba Kumar  <naba@gnome.org>
6404         * plugins/symbol-browser/an_symbol_view.c,
6405         plugins/symbol-browser/an_symbol_prefs.c: Fixed custom
6406         tags generation. Fixed runtime warning.
6408 2007-05-28  Naba Kumar  <naba@gnome.org>
6410         Patch from James Liggett  <jrliggett@cox.net>:
6411         * plugins/profiler/plugin.c, plugins/profiler/profiler.glade:
6412         Fixed bug #403502 – User should also be allowed to select an
6413         independent executable target.
6415 2007-05-27  Johannes Schmid <jhs@gnome.org>
6417         * plugins/build-basic-autotools/build-basic-autotools.c:
6418         (get_real_directory), (on_build_mesg_format):
6419         
6420         Find correct files for error messages inside scratchbox
6422 2007-05-27  Naba Kumar  <naba@gnome.org>
6424         * manuals/anjuta-manual/C/projects.xml,
6425         manuals/anjuta-manual/C/projects.xml: Updated project
6426         management chapter more.
6428 2007-05-25  Johannes Schmid <jhs@gnome.org>
6430         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
6431         * plugins/build-basic-autotools/build-basic-autotools.c:
6432         (on_sb_check_toggled), (build_execute_command),
6433         (ipreferences_merge), (ipreferences_unmerge):
6434         Added support for building inside scratchbox environment
6435         
6436         Patch from James Liggett <jrliggett@cox.net>:
6437         * plugins/message-view/anjuta-msgman.c: (anjuta_msgman_page_new),
6438         (anjuta_msgman_append_view):
6440         Fix 440866 
6441           – Anjuta aborts with numerous assertion failures when adding a new message view tab
6443 2007-05-23  Naba Kumar  <naba@gnome.org>
6445         * manuals/anjuta-manual/C/projects.xml: Updated project
6446         management chapter.
6448 2007-05-22  Naba Kumar  <naba@gnome.org>
6450         * manuals/anjuta-manual/C/projects.xml: More updates.
6452         * manuals/anjuta-manual/C/introduction.xml,
6453         manuals/anjuta-manual/C/projects.xml,
6454         manuals/anjuta-manual/C/interface.xml: Updated documentation.
6456 2007-05-22  Naba Kumar  <naba@gnome.org>
6458         Patch from Étienne Bersac:
6459         * plugins/class-gen/templates/go-source.tpl: use G_TYPE_DEFINE parent
6460         class in generated class.
6462 2007-05-22  Naba Kumar  <naba@gnome.org>
6464         * plugins/profiler/plugin.c: Fixed a compiler warning.
6465         * plugins/valgrind/Makefile.am: Added ldflags.
6467         Patch from James Liggett:
6468         * plugins/profiler/gprof-options.[ch], plugins/profiler/plugin.[ch],
6469         plugins/profiler/Makefile.am: Fixes bug #403503. Implemented target
6470         specific options.
6472 2007-05-18  Johannes Schmid <jhs@gnome.org>
6474         * plugins/editor/text_editor.c:
6475         * plugins/language-support-cpp-java/plugin.c:
6476         (on_editor_language_changed), (on_value_added_current_editor),
6477         (on_value_removed_current_editor):
6478         
6479         Remove IAnjutaEditorAssist from Scintilla for now as it is not supported
6480         Fix assist support in language-support-plugin.
6482 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6484         * libanjuta/interfaces/libanjuta.idl:
6485         Add a new interface allowing to implement plugin able
6486         to load other plugins (not written in C)
6488         * libanjuta/anjuta-plugin-handle.c,
6489         libanjuta/anjuta-plugin-handle.h:
6490         Add a language and a resident plugin properties
6492         * libanjuta/anjuta-glue-plugin.c,
6493         libanjuta/anjuta-glue-plugin.h,
6494         (added)libanjuta/anjuta-glue-c.c,
6495         (added)libanjuta/anjuta-glue-c.h,
6496         libanjuta/Makefile.am:
6497         Split code used to load a C plugin into a common part
6498         in anjuta-glue-plugin and a specific part in anjuta-glue-c
6500         * libanjuta/anjuta-glue-factory.c,
6501         libanjuta/anjuta-glue-factory.h,
6502         libanjuta/anjuta-plugin-manager.c:
6503         Allow to load plugin not written in C and search for the
6504         additional needed code in another plugin
6506 2007-05-17 Sebastien Granjoux <seb.sfo@free.fr>
6508         * plugins/editor/text_editor.c:
6509         Add an empty implementation of IAnjutaEditorAssist for scintilla,
6510         avoiding a crash if scintilla is used
6512 2007-05-14  Johannes Schmid <jhs@gnome.org>
6514         * libanjuta/interfaces/libanjuta.idl:
6515         * plugins/language-support-cpp-java/plugin.c: (on_assist_begin),
6516         (assist_cleanup), (on_assist_end), (on_assist_cancel),
6517         (on_assist_chosen), (on_assist_update), (get_context),
6518         (dot_member_parser), (pointer_member_parser), (cpp_member_parser),
6519         (install_assist), (uninstall_assist), (install_support),
6520         (on_editor_language_changed), (cpp_java_plugin_activate_plugin),
6521         (cpp_java_plugin_instance_init):
6522         * plugins/language-support-cpp-java/plugin.h:
6523         Use IAnjutaEditorAssist to show language specific suggestions
6524         
6525         * plugins/sourceview/Makefile.am:
6526         * plugins/sourceview/anjuta-view.c: (anjuta_view_new),
6527         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6528         * plugins/sourceview/anjuta-view.h:
6529         * plugins/sourceview/assist-window.c: (assist_window_expose),
6530         (assist_window_set_property), (assist_window_get_property),
6531         (assist_window_class_init), (assist_activated),
6532         (assist_window_init), (assist_window_finalize),
6533         (assist_window_select), (assist_window_first),
6534         (assist_window_last), (assist_window_up), (assist_window_down),
6535         (get_coordinates), (assist_window_move), (assist_window_update),
6536         (assist_window_filter_keypress), (assist_window_is_active),
6537         (assist_window_new), (assist_window_get_trigger),
6538         (assist_window_get_position):
6539         * plugins/sourceview/assist-window.h:
6540         * plugins/sourceview/sourceview-args.c (removed):
6541         * plugins/sourceview/sourceview-args.h (removed):
6542         * plugins/sourceview/sourceview-autocomplete.c (removed):
6543         * plugins/sourceview/sourceview-autocomplete.h (removed):
6544         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
6545         * plugins/sourceview/sourceview-private.h:
6546         * plugins/sourceview/sourceview-scope.c(removed):
6547         * plugins/sourceview/sourceview-scope.h(removed):
6548         * plugins/sourceview/sourceview.c: (on_assist_chosen),
6549         (on_assist_cancel), (on_document_char_added),
6550         (on_reload_dialog_response), (sourceview_class_init),
6551         (sourceview_dispose), (sourceview_new), (iassist_add_trigger),
6552         (iassist_remove_trigger), (iassist_autocomplete),
6553         (iassist_get_suggestions), (iassist_suggest), (iassist_tip),
6554         (iassist_react), (iassist_iface_init):
6555         * plugins/sourceview/tag-window.c (moved to assist-window.c):
6556         * plugins/sourceview/tag-window.h (moved to assist-window.c):
6557         
6558         - Implemented IAnjutaEditorAssist for sourceview editor (without tooltips)
6559         - Mark files dirty if reload dialog is canceled.
6561 2007-05-12  Naba Kumar  <naba@gnome.org>
6563         * libanjuta/anjuta-launcher.h: Corrected include file.
6565 2007-05-12 Sebastien Granjoux <seb.sfo@free.fr>
6567         * libanjuta/anjuta-glue-plugin.c,
6568         libanjuta/anjuta-glue-plugin.h,
6569         libanjuta/anjuta-glue-factory.c,
6570         libanjuta/anjuta-glue-factory.h,
6571         ibanjuta/anjuta-plugin-manager.c:
6572         Move code used to load a C plugin from glue-factory to glue-plugin
6573         So loading a plugin written in another language could be done by
6574         just using another object derived from AnjutaGluePlugin
6576         * libanjuta/libanjuta.h:
6577         Remove anjuta-plugin-handle header, it's not installed as libanjuta
6578         includes
6580 === anjuta 2.1.3 ===
6582 2007-05-11  Naba Kumar  <naba@gnome.org>
6584         * configure.in: Bumped version to 2.1.3
6585         * NEWS: Updated.
6586         * AUTHORS: Updated.
6587         * plugins/glade/plugin.c: Fixed build with glade-3 == 3.1.4
6589 2007-05-11  Naba Kumar  <naba@gnome.org>
6591         * configure.in:
6592         * plugins/glade/plugin.c: (glade_update_ui), (glade_save):
6593         Fixed glade plugin compilation for glade3 svn version (> 3.3.0)
6594         based on patch from Jaap Versteegh  <j_r_versteegh@hotmail.com>.
6596 2007-05-10  Johannes Schmid <jhs@gnome.org>
6598         * plugins/search/plugin.c:
6599         Make incremental search behave less annoying
6600         
6601 2007-05-09 Sebastien Granjoux <seb.sfo@free.fr>
6603         * plugins/macro/macro-util.c:
6604         Fix bug #419008 and bug #419036
6605         When creating new header file, use name and email set in
6606         preferences and replace invalid C character by underscore
6607         in guards
6609 2007-05-08 Sebastien Granjoux <seb.sfo@free.fr>
6611         * plugins/search/search-replace.c,
6612         plugins/search/search-replace_backend.c:
6613         Disable search button if search expression is empty (bug #378193)
6615 2007-05-08  Naba Kumar  <naba@gnome.org>
6617         * plugins/project-wizard/templates/minimal/Makefile.am: Fixed
6618         build error.
6620 2007-05-07  Naba Kumar  <naba@gnome.org>
6622         * configure.in:
6623         * plugins/project-wizard/templates/Makefile.am:
6624         * plugins/project-wizard/templates/minimal.wiz:
6625         * plugins/project-wizard/templates/minimal/.cvsignore:
6626         * plugins/project-wizard/templates/minimal/Makefile.am:
6627         * plugins/project-wizard/templates/minimal/Makefile.am.tpl:
6628         * plugins/project-wizard/templates/minimal/autogen.sh:
6629         * plugins/project-wizard/templates/minimal/configure.ac.tpl:
6630         * plugins/project-wizard/templates/minimal/project.anjuta:
6631         Added 'minimal', a generic and flat, project template.
6632         
6633 2007-05-05  Naba Kumar  <naba@gnome.org>
6635         Patch from Cygwin Ports maintainer  <yselkowitz@users.sourceforge.net>:
6637         * configure.in: Define GNOME_CANVAS and fix GRAPHVIZ and SVN cflags/libs.
6638         * libanjuta/anjuta-launcher.c: Cygwin does not have B460800 or ECHOPRT.
6639         * libanjuta/interfaces/Makefile.am.iface: Fixed a typo.
6640         * libanjuta/interfaces/anjuta-idl-compiler.pl: Make a convenience library
6641         instead of a real one, fixes interdependency with libanjuta.
6642         * plugins/gdb/gdbmi.c: G_MODULE_EXPORT for gdbmi-test linking on Cygwin.
6643         * libanjuta/Makefile.am: 
6644         * libegg/Makefile.am:
6645         * plugins/build-basic-autotools/Makefile.am:
6646         * plugins/class-gen/Makefile.am:
6647         * plugins/class-inheritance/Makefile.am:
6648         * plugins/cvs-plugin/Makefile.am:
6649         * plugins/debug-manager/Makefile.am:
6650         * plugins/devhelp/Makefile.am:
6651         * plugins/document-manager/Makefile.am:
6652         * plugins/editor/Makefile.am:
6653         * plugins/file-loader/Makefile.am:
6654         * plugins/file-manager/Makefile.am:
6655         * plugins/file-wizard/Makefile.am:
6656         * plugins/gdb/Makefile.am:
6657         * plugins/glade/Makefile.am:
6658         * plugins/gtodo/Makefile.am:
6659         * plugins/language-support-cpp-java/Makefile.am:
6660         * plugins/macro/Makefile.am:
6661         * plugins/message-view/Makefile.am:
6662         * plugins/patch/Makefile.am:
6663         * plugins/profiler/Makefile.am:
6664         * plugins/project-import/Makefile.am:
6665         * plugins/project-manager/Makefile.am:
6666         * plugins/project-wizard/Makefile.am:
6667         * plugins/sample1/Makefile.am:
6668         * plugins/search/Makefile.am:
6669         * plugins/sourceview/Makefile.am:
6670         * plugins/subversion/Makefile.am:
6671         * plugins/symbol-browser/Makefile.am:
6672         * plugins/terminal/Makefile.am:
6673         * plugins/tools/Makefile.am:
6674         * tagmanager/Makefile.am: Properly define LDFLAGS and LIBADD.
6676 2007-05-05 Vincent Geddes  <vincent.geddes@gmail.com>
6678         * plugins/glade/anjuta-glade-plugin.png: Update Glade icon.
6680 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6682         * libanjuta/anjuta-launcher.c,
6683         libanjuta/anjuta-launcher.h:
6684         Add some missing implementation
6686 2007-04-26  Brian Pepple  <bpepple@fedoraproject.org>
6688         Reviewed by Naba Kumar  <naba@gnome.org>:
6689         * pixmaps/Makefile.am (update-icon-cache): fix gtk-update-icon-cache
6690         for uninstall-hook.
6692 2007-04-26  Jason Switzer  <jswitzer@gmail.com>
6694         Reviewed by Naba Kumar  <naba@gnome.org>:
6695         * plugins/editor/text_editor.c: Large memory addresses were being
6696         truncated, switched to glong (bug #422143).
6698 2007-04-24  Naba Kumar  <naba@gnome.org>
6700         * plugins/document-manager/plugin.c: (prefs_finalize):
6701         * plugins/editor/aneditor-autocomplete.cxx:
6702         * plugins/editor/text_editor_menu.c:
6703         * plugins/editor/text_editor_prefs.c: (text_editor_prefs_finalize):
6704         * plugins/file-loader/plugin.c: (open_file_with),
6705         (create_open_with_submenu):
6706         * plugins/file-manager/plugin.c: (prefs_finalize):
6707         * plugins/terminal/terminal.c: (prefs_finalize): Fixed int to
6708         pointer type castings.
6710 2007-04-24  Naba Kumar  <naba@gnome.org>
6712         Patch from s|s  <supreet.sethi@gmail.com>:
6713         * (added) plugins/project-wizard/templates/django-logo.png:
6714         * (added) plugins/project-wizard/templates/django.wiz:
6715         * plugins/project-wizard/templates/Makefile.am:
6716         * plugins/project-wizard/templates/translatable-strings.h: Added
6717         django project template. http://www.djangoproject.com/
6719 2007-04-24  Naba Kumar  <naba@gnome.org>
6721         * plugins/subversion/anjuta-subversion.glade: Set expansion for
6722         the log entry widget and made the dialog little larger.
6724 2007-04-24  Naba Kumar  <naba@gnome.org>
6726         Patch from Halton Huo:
6727         * configure.in:
6728         * plugins/project-wizard/property.c:
6729         * plugins/subversion/svn-auth.c:
6730         * plugins/subversion/svn-backend-priv.h:
6731         * plugins/subversion/svn-backend.c:
6732         * plugins/subversion/svn-backend.h:
6733         * plugins/subversion/svn-notify.h: Proper use of subversion
6734         headers. Fixes build issues in solaris (bug #426701).
6736 2007-04-24  Naba Kumar  <naba@gnome.org>
6738         * libanjuta/Makefile.am: Removed bogus newlines at the end of file.
6739         
6740         * plugins/project-wizard/templates/cpp.wiz:
6741         * plugins/project-wizard/templates/gcj.wiz:
6742         * plugins/project-wizard/templates/gnome.wiz:
6743         * plugins/project-wizard/templates/gtk.wiz:
6744         * plugins/project-wizard/templates/gtkmm.wiz:
6745         * plugins/project-wizard/templates/java.wiz:
6746         * plugins/project-wizard/templates/python.wiz:
6747         * plugins/project-wizard/templates/terminal.wiz:
6748         * plugins/project-wizard/templates/wxwin.wiz:
6749         * plugins/project-wizard/templates/xlib-dock.wiz:
6750         * plugins/project-wizard/templates/xlib.wiz: Enabled shared library
6751         project option and set it ON by default (since gnome-build, can't
6752         enabled configure shared lib support later when a sharedlib target
6753         is added).
6755 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6757         * plugins/debug-manager/stack_trace.c:
6758         Fix a missing case in the previous changes
6760 2007-04-21 Sebastien Granjoux <seb.sfo@free.fr>
6762         * plugins/debug-manager/plugin.c:
6763         Fix bug #430401
6765         * plugins/debug-manager/breakpoints.c,
6766         plugins/gdb/plugin.c:
6767         Fix adding breakpoint on a function
6769         * plugins/debug-manager/stack_trace.c:
6770         Highlight changed stack frame
6772 2007-04-18  Naba Kumar  <naba@gnome.org>
6774         * plugins/document-manager/anjuta-docman.c:
6775         (anjuta_docman_dispose), (on_editor_destroy),
6776         (anjuta_docman_remove_editor): Remove the editor widget from
6777         the parent container before calling destroy, otherwise container
6778         removal happens after TextEditor is disposed resulting in call
6779         to value-remove for a TextEditor which is half-dead (crash).
6781 2007-04-11 Sebastien Granjoux <seb.sfo@free.fr>
6783         * plugins/debug-manager/data_buffer.c
6784         plugins/debug-manager/data_view.c,
6785         plugins/debug-manager/memory.c:
6786         Fixes for bug #418523, bug #427090 and bug #428174
6788 2007-04-11 Halton Huo <halton.huo@sun.com>
6790         reviewed by: <jhs@gnome.org>
6792         * configure.in:
6793         * libanjuta/Makefile.am:
6794         * libanjuta/anjuta-utils.c:
6795         * libanjuta/anjuta-utils.h:
6796         * manuals/reference/libanjuta/Makefile.am:
6797         
6798         Fixed compilation on sun by deploying the libutil methods
6799         in anjuta-utils.h and building them on condition.
6801 2007-04-11  Johannes Schmid <jhs@gnome.org>
6803         * plugins/document-manager/anjuta-docman.c: (on_editor_destroy),
6804         (anjuta_docman_add_editor):
6805         Hold a reference on the editor as long as we use it.
6806         
6807         * plugins/document-manager/plugin.c: (on_editor_changed):
6808         Destroy GValue to fix a memoery leak.
6810 2007-04-11  Johannes Schmid <jhs@gnome.org>
6812         * plugins/document-manager/plugin.c: (on_editor_changed):
6813         Fixed reference counting for editor by using g_value_take_object instead
6814         of g_value_set_object. The editors are now correctly finalized and thus
6815         we do not lack so much memory anymore.
6816         
6817         * plugins/sourceview/anjuta-view.c: (anjuta_view_init),
6818         (anjuta_view_finalize), (anjuta_view_focus_out),
6819         (anjuta_view_key_press_event), (anjuta_view_button_press_event):
6820         * plugins/sourceview/anjuta-view.h:
6821         * plugins/sourceview/plugin.c: (ieditor_factory_new_editor):
6822         * plugins/sourceview/sourceview-prefs.c:
6823         (on_gconf_notify_tab_size), (sourceview_prefs_destroy):
6824         * plugins/sourceview/sourceview-prefs.h:
6825         * plugins/sourceview/sourceview-private.h:
6826         * plugins/sourceview/sourceview.c: (on_document_loaded),
6827         (timeout_unref), (on_document_saved), (sourceview_finalize),
6828         (sourceview_new), (ifile_open), (ifile_savable_save),
6829         (ifile_savable_save_as):
6831         Several changes to fix things when the editor is correctly destroyed.
6832         Fixed preferences (which led me to the refcounting issue, #409412)
6833         and removed deprecated completition code that will be replace by
6834         IAnjutaAssist interface soon. 
6836 2007-04-11  Johannes Schmid <jhs@gnome.org>
6838         * libanjuta/anjuta-launcher.c:
6839         (anjuta_launcher_execution_done_cleanup),
6840         (anjuta_launcher_child_terminated):
6841         Possible fix for #428363 and added a g_return_if_fail
6843         * plugins/message-view/plugin.c: (activate_plugin):
6844         Fixed a Gtk/Gdl-Critical
6845         
6846         Patches from Étienne Bersac <bersace03@laposte.net>
6847         * plugins/class-gen/templates/go-source.tpl:
6848         * plugins/macro/macros.xml:
6849         Use better template for GObjects (#417875 and #417918)
6850         
6851         Patches from Halton Huo <halton.huo@sun.com>
6852         * libanjuta/anjuta-launcher.h:
6853         * libanjuta/anjuta-preferences.c:
6854         * libanjuta/anjuta-utils.c:
6855         * plugins/class-gen/window.c: (cg_window_set_add_to_project),
6856         (cg_window_set_add_to_repository):
6857         * plugins/class-inheritance/class-inherit.c:
6858         Fix build with suncc (#423727, #423730, #423733, #423768, #423772)
6860 2007-04-09  Johannes Schmid <jhs@gnome.org>
6862         * plugins/editor/print.c: (anjuta_print_show_header):
6863         * plugins/file-manager/anjuta-file-manager-plugin.glade:
6864         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
6866   Some string changes (#427395 and #427399)
6868 2007-04-06  Johannes Schmid <jhs@gnome.org>
6870         * plugins/build-basic-autotools/build-basic-autotools.c:
6871         (on_build_mesg_format), (on_build_mesg_parse):
6872         Fixed full path detection
6874 2007-04-05  Naba Kumar  <naba@gnome.org>
6876         Patch from Halton Huo:
6877         * libanjuta/Makefile.am:
6878         * libanjuta/anjuta-glue-cpp.c: (anjuta_glue_cpp_load_plugin):
6879         * libanjuta/anjuta-glue-cpp.h:
6880         * libanjuta/anjuta-glue-factory.c: (anjuta_glue_factory_get_type),
6881         (anjuta_glue_factory_class_init), (anjuta_glue_factory_init),
6882         (anjuta_glue_factory_new), (anjuta_glue_factory_add_path),
6883         (anjuta_glue_factory_get_path), (get_already_loaded_module),
6884         (load_plugin), (anjuta_glue_factory_get_object_type):
6885         * libanjuta/anjuta-glue-factory.h:
6886         * libanjuta/anjuta-glue-plugin.c: (anjuta_glue_plugin_get_type),
6887         (anjuta_glue_plugin_load), (anjuta_glue_plugin_unload),
6888         (anjuta_glue_plugin_class_init), (anjuta_glue_plugin_init),
6889         (anjuta_glue_plugin_new):
6890         * libanjuta/anjuta-glue-plugin.h:
6891         * libanjuta/anjuta-plugin-manager.c: (activate_plugin),
6892         (anjuta_plugin_manager_finalize), (anjuta_plugin_manager_new):
6893         * libanjuta/anjuta-plugin.h:
6894         * libanjuta/glue-cpp.c:
6895         * libanjuta/glue-cpp.h:
6896         * libanjuta/glue-factory.c:
6897         * libanjuta/glue-factory.h:
6898         * libanjuta/glue-plugin.c:
6899         * libanjuta/glue-plugin.h:
6900         * plugins/build-basic-autotools/build-basic-autotools.h:
6901         * plugins/class-gen/plugin.h:
6902         * plugins/class-inheritance/plugin.h:
6903         * plugins/cvs-plugin/plugin.h:
6904         * plugins/debug-manager/plugin.h:
6905         * plugins/devhelp/plugin.h:
6906         * plugins/document-manager/plugin.h:
6907         * plugins/editor/plugin.h:
6908         * plugins/file-loader/plugin.h:
6909         * plugins/file-manager/plugin.h:
6910         * plugins/file-wizard/plugin.h:
6911         * plugins/gdb/plugin.h:
6912         * plugins/glade/plugin.h:
6913         * plugins/gtodo/plugin.h:
6914         * plugins/language-support-cpp-java/plugin.h:
6915         * plugins/macro/plugin.h:
6916         * plugins/message-view/plugin.h:
6917         * plugins/patch/plugin.h:
6918         * plugins/profiler/plugin.h:
6919         * plugins/project-import/plugin.h:
6920         * plugins/project-manager/plugin.h:
6921         * plugins/project-wizard/plugin.h:
6922         * plugins/sample1/plugin.h:
6923         * plugins/search/plugin.h:
6924         * plugins/sourceview/plugin.h:
6925         * plugins/subversion/plugin.h:
6926         * plugins/symbol-browser/plugin.h:
6927         * plugins/terminal/terminal.c:
6928         * plugins/tools/plugin.h:
6929         * plugins/tools/scripts/tools-2.xml.in:
6930         * plugins/valgrind/plugin.h:
6932         Renamed Glue to AnjutaGlue to avoid namespace conflicts.
6934 2007-04-05  Naba Kumar  <naba@gnome.org>
6936         * anjuta.spec.in, configure.in: Removed dead codes.
6937         
6938         Patch from Jos Dehaes:
6939         * configure.in, plugins/project-wizard/templates/Makefile.am,
6940         plugins/project-wizard/templates/mkfile.wiz,
6941         plugins/project-wizard/templates/translatable-strings.h: Enabled
6942         makefile-based project creation and import. Fixes bug #355145
6944 2007-04-04 Sebastien Granjoux <seb.sfo@free.fr>
6946         * plugins/debug-manager/debugger.c,
6947         plugins/debug-manager/plugin.c,
6948         plugins/gdb/anjuta-gdb.plugin.in:
6949         Code cleaning (remove unused code, rename this into self)
6950         Add information about supported format in debugger plugin
6951         Activate debugger plugin according to the target format
6953 2007-04-01  Naba Kumar  <naba@gnome.org>
6955         * plugins/message-view/message-view.c:
6956         (message_view_instance_init): Fixed message icons to appear.
6958 2007-03-31  Johannes Schmid <jhs@gnome.org>
6960         * plugins/message-view/anjuta-msgman.c:
6961         (anjuta_msgman_append_view):
6962         * plugins/message-view/plugin.c: (on_view_changed),
6963         (ianjuta_msgman_add_view), (ianjuta_msgman_set_current_view):
6964         
6965         Fixed #424845
6967 2007-03-31  Johannes Schmid <jhs@gnome.org>
6969         * plugins/message-view/message-view.c:
6970         (message_view_instance_init), (imessage_view_append):
6971         Show nice icons beside the messages for info, warning and error. This is a completly
6972         cosmetic change so if someone dislikes it he is free to remove it.
6974 2007-03-31  Johannes Schmid <jhs@gnome.org>
6975         
6976         * plugins/message-view/anjuta-msgman.c: (on_notebook_switch_page),
6977         (anjuta_msgman_class_init), (anjuta_msgman_append_view),
6978         (anjuta_msgman_remove_view), (anjuta_msgman_set_current_view):
6979         * plugins/message-view/anjuta-msgman.h:
6980         * plugins/message-view/message-view.h:
6981         * plugins/message-view/plugin.c: (on_view_changed),
6982         (activate_plugin):
6983         Fixed #359399 and made next/previous insensitive when not availible
6984         
6985         * plugins/sourceview/anjuta-languages-manager.c: (color_to_string),
6986         (tag_style_to_string):
6987         Fixed namespace Problem with gdk >= 2.11
6988         
6989         * plugins/sourceview/sourceview-autocomplete.c:
6990         (sourceview_autocomplete_init):
6991         Removed structure, follow-up of #423682
6993 2007-03-29 Sebastien Granjoux <seb.sfo@free.fr>
6995         * plugins/debug-manager/debug_tree.c,
6996         plugins/debug-manager/debug_tree.h,
6997         plugins/debug-manager/watch.c,
6998         plugins/debug-manager/anjuta-debug-manager.glade:
6999         Inspect variable at cursor
7000         Fix buttons in inspect dialog
7002 2007-03-27  Halton Huo  <halton.huo@sun.com>
7004         Reviewed by Sebastien Granjoux  <seb.sfo@free.fr>:
7006         * plugins/sourceview/sourceview-autocomplete.c
7007         plugins/debug-manager/disassemble.c,
7008         libanjuta/interfaces/libanjuta.idl:
7009         Remove array with 0 size and empty structure as it is not
7010         supported by sun cc, Fixes bug #423682
7012         * plugins/debug-manager/debugger.c:
7013         Remove anonymous union as it is not supported by sun cc,
7014         Fixes bug #423680
7016 === anjuta 2.1.2 ===
7018 2007-03-28  Naba Kumar  <naba@gnome.org>
7020         * configure.in: Bumped version to 2.1.2
7021         * NEWS: Updated for release.
7022         
7023         * plugins/editor/bookmark.xpm, plugins/sourceview/bookmark.png:
7024         Improved breakpoint marker icon.
7025         
7026         * plugins/editor/anjuta-editor.plugin.in,
7027         plugins/sourceview/sourceview.plugin.in: Made editor plugins
7028         non user activable since they are now remembered properly.
7030 2007-03-27 Sebastien Granjoux <seb.sfo@free.fr>
7032         * plugins/tools/editor.c:
7033         Fix bug #423270
7035 2007-03-27  Naba Kumar  <naba@gnome.org>
7037         * plugins/editor/aneditor-autocomplete.cxx: Replace the complete
7038         word when autocompleting without leaving any trailing part of
7039         the word.
7041 2007-03-27  Kamil Páral  <ripper42@gmail.com>
7043         Reviewed by Naba Kumar  <naba@gnome.org>:
7044         * anjuta.desktop.in.in: Remove "Application" category from desktop
7045         file and add "GNOME". GNOME Goal #3 (fixes bug #417612).
7046         
7047 2007-03-27  Naba Kumar  <naba@gnome.org>
7048         
7049         * configure.in, plugins/document-manager/anjuta-docman.c:
7050         (anjuta_docman_add_editor): Conditionally compile notebook tab
7051         reordering feature for gtk >= 2.10. Reduced dependency on gtk to 2.8.0
7053         Patch from Halton Huo:
7054         * configure.in, global-tags/Makefile.am: Do not pass -Wall to
7055         non gcc compiler flags. Fixes bug #423089.
7056         
7057 2007-03-26  Naba Kumar  <naba@gnome.org>
7058         
7059         * AUTHORS, NEWS, TODO.tasks: Updated.
7060         
7061         * plugins/project-manager/plugin.c: (update_ui): Do not insensitise
7062         close menuitem.
7063         
7064         * plugins/symbol-browser/plugin.c: (on_editor_saved),
7065         (update_editor_symbol_model), (iter_matches),
7066         (on_editor_update_ui), (value_added_current_editor),
7067         (activate_plugin), (dispose),
7068         (symbol_browser_plugin_instance_init):
7069         * plugins/symbol-browser/plugin.h: update line on editor save
7070         and editor change. Code clean up and fixed warnings.
7072 2007-03-26  Naba Kumar  <naba@gnome.org>
7074         * plugins/project-wizard/templates/java/project.anjuta,
7075         plugins/project-wizard/templates/python/project.anjuta,
7076         plugins/project-wizard/templates/python/project.anjuta:
7077         Removed version control plugins from default selection.
7079         * plugins/tools/scripts/prepare-changelog.pl,
7080         plugins/tools/scripts/tools-2.xml.in: Updated prepare changelog
7081         script to a better one (that works on both cvs and svn).
7083 2007-03-26  Naba Kumar  <naba@gnome.org>
7085         * (added) plugins/project-wizard/templates/translatable-strings.pl,
7086         Makefile.am: Added the generated translatable file (required for
7087         translations for svn checkouts).
7089         * (added)
7090         plugins/project-wizard/templates/extract-translatable-strings.pl
7091         plugins/project-wizard/templates/Makefile.am, Makefile.am,
7092         po/POTFILES.in: Generated translatable strings for .wiz files and
7093         added them in POTFILES.in for translation. Fixes bug #398035
7095 2007-03-25  Naba Kumar  <naba@gnome.org>
7097         * plugins/language-support-cpp-java/plugin.c: Fixed modeline parsing.
7098         
7099         * src/anjuta-app.c: Removed dead codes.
7100         
7101         * plugins/symbol-browser/an_symbol_prefs.c: Show message view when
7102         global tags generation starts.
7103         
7104         * plugins/debug-manager/chunk_view.c,
7105         plugins/debug-manager/start.h,
7106         plugins/debug-manager/chunk_view.h,
7107         plugins/debug-manager/utilities.c,
7108         plugins/debug-manager/utilities.h,
7109         plugins/debug-manager/debugger.c,
7110         plugins/debug-manager/threads.c,
7111         plugins/debug-manager/disassemble.c,
7112         plugins/debug-manager/info.c,
7113         plugins/debug-manager/sharedlib.c,
7114         plugins/debug-manager/threads.h,
7115         plugins/debug-manager/disassemble.h,
7116         plugins/debug-manager/signals.c,
7117         plugins/debug-manager/info.h,
7118         plugins/debug-manager/sharedlib.h,
7119         plugins/debug-manager/data_buffer.c,
7120         plugins/debug-manager/data_view.c,
7121         plugins/debug-manager/signals.h,
7122         plugins/debug-manager/debug_tree.c,
7123         plugins/debug-manager/watch.c,
7124         plugins/debug-manager/registers.c,
7125         plugins/debug-manager/data_buffer.h,
7126         plugins/debug-manager/data_view.h,
7127         plugins/debug-manager/memory.c,
7128         plugins/debug-manager/debug_tree.h,
7129         plugins/debug-manager/watch.h,
7130         plugins/debug-manager/registers.h,
7131         plugins/debug-manager/memory.h,
7132         plugins/debug-manager/locals.c,
7133         plugins/debug-manager/sexy-icon-entry.c,
7134         plugins/debug-manager/breakpoints.c,
7135         plugins/debug-manager/locals.h,
7136         plugins/debug-manager/sexy-icon-entry.h,
7137         plugins/debug-manager/stack_trace.c,
7138         plugins/debug-manager/breakpoints.h,
7139         plugins/debug-manager/sparse_buffer.c,
7140         plugins/debug-manager/sparse_view.c,
7141         plugins/debug-manager/stack_trace.h,
7142         plugins/debug-manager/sparse_buffer.h,
7143         plugins/debug-manager/sparse_view.h,
7144         plugins/debug-manager/start.c,
7145         plugins/gdb/utilities.c,
7146         plugins/gdb/utilities.h,
7147         plugins/gdb/debugger.c,
7148         plugins/gdb/debugger.h: Added indentation modeline for easy indentation
7149         setup.
7151 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7153         * plugins/gdb/debugger.c:
7154         Avoid empty debugger log window by limiting line to 90 characters
7156 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7158         * plugins/debug-manager/plugin.c,
7159         plugins/debug-manager/plugin.h,
7160         plugins/debug-manager/threads.c,
7161         plugins/debug-manager/threads.h,
7162         plugins/debug-manager/breakpoints.c,
7163         plugins/debug-manager/breakpoints.h,
7164         plugins/debug-manager/stack_trace.c,
7165         plugins/debug-manager/stack_trace.h:
7166         View code action now changes location in disassembly view too
7168         * plugins/debug-manager/anjuta-debug-manager.ui:
7169         Rename breakpoint actions
7171 2007-03-24  Naba Kumar  <naba@gnome.org>
7173         * configure.in, src/anjuta-app.c: Use the new docking algorithm
7174         in gdl 0.7.3 (svn trunk).
7175         * src/anjuta-app.c: Removed dead codes and fixed compiler warnings.
7176         
7177 2007-03-24 Sebastien Granjoux <seb.sfo@free.fr>
7179         * plugins/debug-manager/threads.c,
7180         plugins/debug-manager/debug_tree.c,
7181         plugins/debug-manager/debug_tree.h,
7182         plugins/debug-manager/locals.c,
7183         plugins/debug-manager/registers.c,
7184         plugins/debug-manager/stack_trace.c:
7185         Allow to change current thread updating register, stack and locals
7186         Allow to change current stack frame updating locals
7188         * plugins/gdb/debugger.c:
7189         Read argument of selected stack frame
7191         * plugins/debug-manager/data_view.c:
7192         Fix an unrelated bug
7194 2007-03-23  Naba Kumar  <naba@gnome.org>
7196         * plugins/document-manager/anjuta-docman.c,
7197         plugins/document-manager/plugin.c: Fixed many memory leaks.
7198         (ianjuta_file_get_uri() returns a new string).
7200         * plugins/document-manager/action-callbacks.c: Use AnjutaSavePrompt
7201         widget for save dialogs.
7202         
7203         * tagmanager/tm_tag.c, tagmanager/entry.h: Restored entry.h from
7204         svn and fixed to get function/prototype/member args list. Call tips
7205         also work fine now.
7207 2007-03-22  Naba Kumar  <naba@gnome.org>
7209         * tagmanager/c.c: Enabled 'prototype' tags so that autocomplete
7210         and calltips would work again for functions from global tags (Needs
7211         regenerating global tags).
7213         * tagmanager/c.c, plugins/symbol-browser/plugin.c: Restored c.c to
7214         ctags svn version and reopened bug #395362. Fixes tags parsing that
7215         seemed to have stopped working recently.
7217 2007-03-21  Naba Kumar  <naba@gnome.org>
7219         * tagmanager/tm_source_file.c, tagmanager/options.c,
7220         global-tags/create_global_tags.sh.in: Fixed c++ parsing (to some
7221         extend .. more needs to be investigated and fixed). Enabled some
7222         debugging.
7224 2007-03-16  Naba Kumar  <naba@gnome.org>
7226         * src/anjuta.c: Fixed project loading from command line.
7228 2007-03-16  Naba Kumar  <naba@gnome.org>
7230         Patch from James Liggett <jrliggett@cox.net>:
7231         plugins/profiler/gprof-profile-data.c: Fixed a crash.
7232         
7233 2007-03-15  Naba Kumar  <naba@gnome.org>
7235         * libanjuta/anjuta-profile-manager.c,
7236         libanjuta/anjuta-profile-manager.h: Added method to get current
7237         profile.
7239         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Added "exiting"
7240         signal and anjuta_shell_notify_exit(). Signal is emitted when anjuta
7241         is exiting.
7243         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
7244         plugins/file-loader/plugin.c: Moved to functions as utility functions.
7245         Also, not load project files in session load in loader plugin.
7246         
7247         * plugins/project-manager/plugin.c, src/anjuta.c:
7248         Emit "exiting" signal in shell when exiting anjuta. project manager
7249         listens to exiting signal and saves session. anjuta.c saves session
7250         only when current projfile is 'user'. Load project saved in session
7251         differently then the rest of the session. This should fix all the
7252         session restoration bugs.
7253         
7254         src/main.c: Present anjuta window when becon message is received.
7256 2007-03-14  Naba Kumar  <naba@gnome.org>
7258         * libanjuta/anjuta-profile.c: Fixed a bug where some plugins would
7259         not randomly save (it was a wrong looping).
7260         
7261 2007-03-12  Naba Kumar  <naba@gnome.org>
7263         * libanjuta/interfaces/libanjuta.idl: Added more API section headers.
7265 2007-03-12 Sebastien Granjoux <seb.sfo@free.fr>
7267         * plugins/debug-manager/anjuta-debug-manager.ui,
7268         libanjuta/interfaces/libanjuta.idl,
7269         plugins/debug-manager/debugger.c,
7270         (added) plugins/debug-manager/threads.c,
7271         (added) plugins/debug-manager/threads.h,
7272         plugins/debug-manager/plugin.c,
7273         plugins/debug-manager/Makefile.am,
7274         plugins/gdb/plugin.c,
7275         plugins/gdb/debugger.c,
7276         plugins/gdb/debugger.h:
7277         Add a window displaying all threads
7278         Add needed functions
7279         Switching to a different thread is still not done
7281         * plugins/debug-manager/debug_tree.c,
7282         plugins/debug-manager/locals.c,
7283         plugins/debug-manager/stack_trace.c:
7284         Small cosmetic changes
7286         * plugins/gdb/gdbmi.c:
7287         Keep all elements in gdbmi hash
7288         Even if using the same key like in -threads-list-ids
7290 2007-03-11  Naba Kumar  <naba@gnome.org>
7292         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate class comments.
7293         
7294         * libanjuta/interfaces/libanjuta.idl: Fixed and added API docs.
7295         
7296         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7297         manuals/reference/libanjuta/libanjuta-sections.txt,
7298         manuals/reference/libanjuta/libanjuta.types: Updated to contain latest
7299         interfaces.
7301 2007-03-11  Naba Kumar  <naba@gnome.org>
7303         * configure.in, manuals/reference/libanjuta/Makefile.am: Fixed to use
7304         gtk-doc properly. Bumped gtk-doc requirement to 1.4
7306         * manuals/reference/libanjuta/libanjuta-docs.sgml,
7307         manuals/reference/libanjuta/libanjuta.types,
7308         manuals/reference/libanjuta/libanjuta-sections.txt,
7309         manuals/reference/libanjuta/.cvsignore,
7310         (removed) manuals/reference/libanjuta/tmpl/*: Updated API docs
7311         infrastructure. Got rid of tmpl/ directory and moved all section
7312         documenation to source code (requires gtk-doc >= 1.4).
7313         
7314         * libanjuta/anjuta-plugin-description.c,
7315         libanjuta/interfaces/libanjuta.idl,     libanjuta/anjuta-status.c,
7316         libanjuta/cell-renderer-captioned-image.c,
7317         libanjuta/anjuta-plugin-handle.c, libanjuta/resources.c,
7318         libanjuta/anjuta-debug.h, libanjuta/glue-cpp.c,
7319         libanjuta/e-splash.c, libanjuta/anjuta-plugin.c,
7320         libanjuta/anjuta-preferences-dialog.c, libanjuta/libanjuta.h,
7321         libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-shell.c,
7322         libanjuta/glue-plugin.c, libanjuta/anjuta-encodings.c,
7323         libanjuta/anjuta-save-prompt.c, libanjuta/glue-factory.c,
7324         libanjuta/anjuta-session.c, libanjuta/anjuta-children.c,
7325         libanjuta/anjuta-utils.c, libanjuta/anjuta-profile.c,
7326         libanjuta/anjuta-preferences.c, libanjuta/anjuta-launcher.c,
7327         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-serializer.c,
7328         libanjuta/anjuta-ui.c: Added inline API documentation. Moved section
7329         documentation from templates to source code.
7331 2007-03-10  Johannes Schmid <jhs@gnome.org>
7333         * libanjuta/anjuta-profile.c: (anjuta_profile_to_xml):
7334         Added some debug output but could not figure out why 
7335         some plugins are not kept.
7336         
7337         * libanjuta/interfaces/libanjuta.idl:
7338         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7339         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7340         Added IAnjutaEditorGoto::matching_brace
7341         
7342         * plugins/document-manager/action-callbacks.c:
7343         (on_editor_command_match_brace_activate):
7344         * plugins/document-manager/plugin.c:
7345         (update_editor_ui_interface_items):
7346         * plugins/editor/text_editor.c: (igoto_matching_brace),
7347         (igoto_iface_init):
7348         * plugins/sourceview/sourceview.c: (ieditor_iface_init):
7349         Fixed #355155 (matching brace for scintilla, disabled for sourceview)
7351 2007-03-09  Johannes Schmid <jhs@gnome.org>
7353         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7354         Hide correct column
7355         
7356         * plugins/sourceview/sourceview-private.h:
7357         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7358         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7359         (sourceview_new), (ifile_savable_save_as):
7360         Tweaked vfs monitoring
7362 2007-03-09  Johannes Schmid <jhs@gnome.org>
7364         * libanjuta/interfaces/Makefile.am.iface:
7365         Fixed installtion of header files
7366         
7367         * plugins/sourceview/sourceview.c: (set_select):
7368         do not scroll to much in interactive search
7370 2007-03-09  Naba Kumar  <naba@gnome.org>
7372         * src/anjuta.c: Fixed session restoration.
7373         
7374         * plugins/symbol-browser/plugin.c: Fixed crashes due to dangling
7375         signal handlers after symbol browser plugin is deactivated.
7376         
7377         * plugins/editor/editor.glade,
7378         plugins/language-support-cpp-java/anjuta-language-cpp-java.glade:
7379         Fixed indentation confustion in preferences.
7381 2007-03-08  Johannes Schmid <jhs@gnome.org>
7383         * plugins/search/search-replace.c: (search_set_combo),
7384         (search_set_action), (search_set_target), (search_set_direction),
7385         (create_dialog), (search_disconnect_set_toggle_connect),
7386         (on_search_match_whole_word_toggled),
7387         (on_search_match_whole_line_toggled),
7388         (on_search_match_word_start_toggled),
7389         (search_set_toggle_direction):
7390         Use GCallback instead of GSignalFunc! We need to fix this code anyway,
7391         it's somehow ugly and uses many deprecated widgets
7392         
7393         Patch from Ritesh Khadgaray <baby.linux@gmail.com>:
7394         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
7395         Fix #394709
7396         
7397 2007-03-07  Naba Kumar  <naba@gnome.org>
7399         * src/anjuta.c: Make launching projects work from command line. Also
7400         fixes gnome session restart command.
7401         
7402 2007-03-07  Johannes Schmid <jhs@gnome.org>
7404         Patch from Lucas Mazzardo Veloso <lmveloso@gmail.com>
7405         * plugins/class-gen/plugin.c: (iwizard_activate):
7406         Fixed #408218
7407         
7408         * plugins/cvs-plugin/cvs-callbacks.c: (on_cvs_import_response):
7409         Fixed #402774
7410         
7411         * plugins/file-manager/an_file_view.c: (fv_add_tree_entry):
7412         Fixed #377483 (It's not possible to know if directories have
7413         a version in CVS. Show version column only if there are version
7414         informations availible
7416         * plugins/sourceview/sourceview-cell.c: (icell_get_attribute):
7417         Fixed memory leak
7419 2007-03-07  Johannes Schmid <jhs@gnome.org>
7421         * plugins/sourceview/sourceview-prefs.c: (get_bool):
7422         Fixed #409408
7423         * plugins/symbol-browser/an_symbol_prefs.c:
7424         (on_update_global_clicked):
7425         Fixed ##409176
7427 2007-03-07  Johannes Schmid <jhs@gnome.org>
7429         * libanjuta/anjuta-save-prompt.c: (anjuta_save_prompt_init),
7430         (anjuta_save_prompt_new):
7431         * plugins/project-import/project-import.c:
7432         (project_import_finalize):
7433         Fixed Gtk-Criticals (maybe #409408)
7435 2007-03-07  Naba Kumar  <naba@gnome.org>
7437         * plugins/language-support-cpp-java/plugin.c: Fixed indentation anomaly
7438         when we are at just beginning of string or comment. Fixes bug #397981.
7440 2007-03-07  Johannes Schmid <jhs@gnome.org>
7442         * plugins/language-support-cpp-java/plugin.c:
7443         (initialize_indentation_params):
7444         Removed annoying DEBUG_PRINT
7445         
7446         * plugins/sourceview/sourceview-cell.c:
7447         (sourceview_cell_instance_init), (icell_get_character),
7448         (icell_get_length), (icell_get_char), (icell_get_attribute):
7449         Improved code to be faster
7450         Implemented attribute handling so that indentation really works in any case
7452 2007-03-06  Johannes Schmid <jhs@gnome.org>
7454         * configure.in:
7455         GTK_REQUIRED = 2.10.0 (required for GtkRecent and Docman tabs)
7456         
7457         * plugins/document-manager/anjuta-docman.c:
7458         (anjuta_docman_instance_init), (anjuta_docman_add_editor):
7459         Removed old and ugly tab drag&drop code and use built-in gtk stuff
7460         instead (required GTK >= 2.10)
7461         
7462         * plugins/sourceview/sourceview-private.h:
7463         * plugins/sourceview/sourceview.c:
7464         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7465         (sourceview_finalize), (sourceview_new), (imark_mark),
7466         (imark_unmark), (imark_is_marker_set),
7467         (imark_location_from_handle), (imark_delete_all_markers):
7468         Fixed marker handling and worked a bit more on vfs monitoring
7470 2007-03-05  Johannes Schmid <jhs@gnome.org>
7472         * libegg/egg-combo-action.c: (egg_combo_action_set_active_iter):
7473         Added method to select specific iter
7474         
7475         * plugins/sourceview/sourceview-private.h:
7476         * plugins/sourceview/sourceview.c: (on_reload_dialog_response),
7477         (on_sourceview_uri_changed_prompt), (on_sourceview_uri_changed),
7478         (sourceview_add_monitor), (on_document_saved),
7479         (sourceview_finalize), (sourceview_new), (ifile_savable_save_as):
7480         Fixed vfs monitoring (mostly ported code from text_editor.c)
7481         
7482         * plugins/symbol-browser/an_symbol_view.c:
7483         * plugins/symbol-browser/an_symbol_view.h:
7484         * plugins/symbol-browser/plugin.c: (iter_matches),
7485         (on_editor_update_ui), (value_added_current_editor):
7486         Select the current tag in locals window and symbol toolbar. If there
7487         is no tag at the current line, reserve backward for the next tag. This will
7488         select the correct tag if inside a function.
7490 2007-03-05  Naba Kumar  <naba@gnome.org>
7492         * src/anjuta-app.c: Fixes gtk-critical messages at shutdown.
7493         * plugins/editor/text_editor.c: Disabled DEBUG_PRINTs and fixed
7494         compiler warnings.
7495         * plugins/editor/text_editor.c: Fixes a crash on 64 bit arch
7496         (Bug #412186)
7497         
7498 2007-03-04  Johannes Schmid <jhs@gnome.org>
7500         * data/Makefile.am:
7501         * po/POTFILES.in:
7502         Fixed distcheck (well, partly)
7504 2007-03-04  Johannes Schmid <jhs@gnome.org>
7506         * plugins/document-manager/anjuta-document-manager.ui:
7507         Move "Swap .c/.h from Main to Browser toolbar
7509         Modified Patch from Yang Hong <yanghong@ccoss.com.cn>:
7510         * plugins/file-manager/an_file_view.c: (fv_prefs_new),
7511         (fv_prefs_free), (fv_add_tree_entry):
7512         * plugins/file-manager/anjuta-file-manager-plugin.glade:
7513         * plugins/file-manager/plugin.c: (prefs_init):
7514         
7515         Bug 387208 – [Patch] Add custom file-manager ignore pattern support
7517 2007-03-04  Naba Kumar  <naba@gnome.org>
7519         * data/default.proflie, data/Makefile.am, src/anjuta.c,
7520         plugins/project-manager/plugin.c:
7521         Restored default profile and renamed it from "default.anjuta" to
7522         "default.profile".
7523         
7524 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7526         * plugins/debug-manager/debugger.c,
7527         plugins/debug-manager/plugin.c,
7528         plugins/gdb/debugger.c,
7529         libanjuta/interfaces/libanjuta.idl,
7530         plugins/debug-manager/stack_trace.c:
7531         Add a dialog box when a signal is received (except SIGINT)
7532         Display stack frame even if arguments are not available
7534 2007-03-03  Naba Kumar  <naba@gnome.org>
7536         * TODO.tasks: Icons bounty added.
7538         * libanjuta/anjuta-plugin-manager.[ch]: Implemented remember plugin
7539         choise selection.
7540         
7541         * libanjuta/anjuta-profile-manager.[ch]: Implemented profile scoping
7542         and descoping.
7544         * configure.in, src/anjuta.c, plugins/project-manager/plugin.[ch],
7545         plugins/Makefile.am, (removed) plugins/profile-default/*,
7546         plugins/project-manager/anjuta-project-manager.plugin.in,
7547         plugins/project-manager/anjuta-project-manager.ui: Use the new plugins
7548         profile implementation to load user profile and projects. Store and
7549         restore remembered plugins. Use profile scoping and descoping for
7550         saving and loading sesstions.
7551         
7552         * libanjuta/anjuta-plugin-handle.c, libanjuta/anjuta-plugin-manager.c,
7553         libanjuta/anjuta-shell.c, libanjuta/anjuta-preferences.c,
7554         libanjuta/anjuta-profile-manager.c, libanjuta/anjuta-ui.c: Disabled
7555         DEBUG_PRINTs.
7557 2007-03-03 Sebastien Granjoux <seb.sfo@free.fr>
7559         * plugins/debug-manager/debug_tree.c
7560         plugins/debug-manager/debug_tree.h:
7561         Bug fix, deleting wrong variable
7563         * plugins/gdb/debugger.c:
7564         Bug fix, remove forgotten debugging code
7566 2007-03-02  Johannes Schmid <jhs@gnome.org>
7568         * plugins/document-manager/anjuta-document-manager.ui:
7569         * plugins/search/anjuta-search.ui:
7570         * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui:
7571         Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols,
7572         ToolbarFind
7574         * src/anjuta-app.c: (on_toolbar_view_toggled),
7575         (on_add_merge_widget), (on_session_save), (on_widget_remove):
7576         Save toolbar positions, don't use fixed toolbar style
7577         
7578         All in all this will allow more complex toolbar configurations and
7579         might gain some space on smaller displays because the user can disable
7580         toolbar parts he does not use. Also allows to use any toolbar style
7581         without looking too ugly.
7583 2007-03-01  Naba Kumasr  <naba@gnome.org>
7585         * TODO.tasks: Added a bounty for creating icons.
7587         * libanjuta/anjuta-profile.c, libanjuta/anjuta-profile-manager.c,
7588         libanjuta/anjuta-profile-manager.h: Fixed infinite loop. Added
7589         profile-changed signal. Do not sync non-user-activatable plugins.
7591 2007-02-29 Sebastien Granjoux <seb.sfo@free.fr>
7593         * plugins/debug-manager/disassemble.c,
7594         plugins/debug-manager/sparse_view.c,
7595         plugins/gdb/debugger.c,
7596         libanjuta/interfaces/libanjuta.idl:
7597         Display function name in disassembly view
7599 2007-02-28 Sebastien Granjoux <seb.sfo@free.fr>
7601         * (added) plugins/debug-manager/bookmark.png,
7602         (added) plugins/debug-manager/breakpoint-disabled.png,
7603         (added) plugins/debug-manager/breakpoint-enabled.png,
7604         (added) plugins/debug-manager/program-counter.png,
7605         (added) plugins/debug-manager/linemarker.png,
7606         plugins/debug-manager/Makefile.am,
7607         plugins/debug-manager/disassemble.c,
7608         plugins/debug-manager/disassemble.h,
7609         plugins/debug-manager/sparse_buffer.c,
7610         plugins/debug-manager/sparse_buffer.h,
7611         plugins/debug-manager/sparse_view.c,
7612         plugins/debug-manager/sparse_view.h,
7613         plugins/debug-manager/plugin.c,
7614         plugins/debug-manager/breakpoints.c,
7615         libanjuta/interfaces/libanjuta.idl:
7616         Add markers in the disassembly view
7617         Display program counter and breakpoints in disassembly view
7619         * plugins/gdb/debugger.c:
7620         Fix a bug added with my previous patch, setting and clearing
7621         breakpoints was not working
7623 2007-02-28  Johannes Schmid <jhs@gnome.org>
7625         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml:
7626         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
7627         * manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml:
7628         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml:
7629         * manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml:
7630         * manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml:
7631         * manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml:
7632         * manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
7633         * manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml:
7634         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
7635         Updated (why do they need to be under version control?)
7636         
7637         * plugins/message-view/anjuta-msgman.c: (on_msgman_close_all),
7638         (create_tab_popup_menu), (on_msgman_popup_menu),
7639         (on_tab_button_press_event), (anjuta_msgman_page_new),
7640         (anjuta_msgman_finalize), (anjuta_msgman_instance_init):
7641         Added "Close all message tabs" popup menu
7643 2007-02-26  Naba Kumar  <naba@gnome.org>
7645         * plugins/profiler/gprof-flat-profile-entry.c,
7646         plugins/profiler/gprof-flat-profile.c,
7647         plugins/profiler/gprof-flat-profile-entry.h,
7648         plugins/profiler/gprof-flat-profile.h,
7649         plugins/profiler/gprof-flat-profile-view.c,
7650         plugins/profiler/gprof-flat-profile-view.h,
7651         plugins/profiler/gprof-call-graph-block-entry.c,
7652         plugins/profiler/gprof-call-graph-block.c,
7653         plugins/profiler/gprof-function-call-chart-view.c,
7654         plugins/profiler/gprof-call-graph-block-entry.h,
7655         plugins/profiler/gprof-profile-data.c,
7656         plugins/profiler/gprof-call-graph-block.h,
7657         plugins/profiler/gprof-view.c,
7658         plugins/profiler/gprof-call-graph.c,
7659         plugins/profiler/gprof-function-call-chart-view.h,
7660         plugins/profiler/gprof-profile-data.h,
7661         plugins/profiler/gprof-call-graph.h,
7662         plugins/profiler/gprof-view.h,
7663         plugins/profiler/gprof-view-manager.c,
7664         plugins/profiler/gprof-call-graph-view.c,
7665         plugins/profiler/plugin.c,
7666         plugins/profiler/gprof-view-manager.h,
7667         plugins/profiler/gprof-call-graph-view.h,
7668         plugins/profiler/gprof-function-call-tree-view.c,
7669         plugins/profiler/gprof-function-call-tree-view.h,
7670         plugins/profiler/Makefile.am: Fix compiler warnings and link with
7671         gnome-vfs. Fixes bug #411377.
7673 2007-02-26  Naba Kumar  <naba@gnome.org>
7675         * plugins/profiler/gprof-profile-data.c: Fixes bug #411623,
7677         Patch from James Liggett  <jrliggett@cox.net>:
7678         * plugins/profiler/gprof-flat-profile-view.c,
7679         plugins/profiler/gprof-flat-profile-view.h,
7680         plugins/profiler/gprof-function-call-chart-view.c,
7681         plugins/profiler/gprof-function-call-chart-view.h,
7682         plugins/profiler/gprof-view.c,
7683         plugins/profiler/gprof-view.h,
7684         plugins/profiler/gprof-call-graph-view.c,
7685         plugins/profiler/plugin.c,
7686         plugins/profiler/gprof-call-graph-view.h,
7687         plugins/profiler/gprof-function-call-tree-view.c,
7688         plugins/profiler/gprof-function-call-tree-view.h: Implements
7689         double click navigation. Fixes bug #403514.
7691 2007-02-25  Naba Kumar  <naba@gnome.org>
7693         * libanjuta/anjuta-plugin-manager.c,
7694         libanjuta/anjuta-plugin-handle.[ch],
7695         plugins/build-basic-autotools/build-basic-autotools.c: Removed the use of
7696         g_hash_table_remove_all (introduced in glib 2.12) to stay the
7697         dependency on glib 2.8. Fixes bug #411623.
7699 2007-02-24  Naba kumar  <naba@gnome.org>
7701         * libanjuta/interfaces/Makefile.am.iface: Added log domain.
7702         
7703         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin-manager.c,
7704         libanjuta/anjuta-plugin-manager.h, libanjuta/anjuta-profile.c,
7705         libanjuta/anjuta-profile.h, libanjuta/Makefile.am,
7706         (added) libanjuta/anjuta-profile-manager.c,
7707         (added) libanjuta/anjuta-profile-manager.h: Implemented profile
7708         manager.
7709         Implemented profile pushing and popping. Implemented profile xml
7710         synchronization. Implemented error handling in profiles. Implemented
7711         activation and deactivation signals in plugin manager.
7712         
7713         * libanjuta/Makefile.am: Added libanjuta log domain.
7714         
7715         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
7716         src/anjuta-app.c, src/anjuta-app.h: Added get_profile_manager()
7717         in AnjutaShell interface and implemented it in AnjutaApp.
7718         
7719         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
7721 2007-02-23  Naba kumar  <naba@gnome.org>
7723         src/main.c: Fixed missing end quote.
7725 2007-02-20  Jean-Noel Guiheneuf  <guiheneuf.jean-noel@wanadoo.fr>
7727         * plugins/debug-manager/breakpoints.c: Enabled/Disabled breakpoints.
7730 2007-02-20  Naba Kumar  <naba@gnome.org>
7732         * plugins/subversion/plugin.c: Added "..." menuitems.
7733         * ROADMAP, README: Updated.
7734         * libanjuta/anjuta-profile.c: Fixed bugs.
7736         * (removed)plugins/gtodo/gtodo.c, (removed)plugins/gtodo/main.c,
7737         plugins/gtodo/Makefile.am: Removed dead code.
7739         Patch from  Antoine Cailliau  <a.cailliau@ac-graphic.net>:
7740         * plugins/gtodo/interface.c, plugins/gtodo/preferences.c,
7741         plugins/gtodo/notification.c, plugins/gtodo/add_edit_item.c,
7742         plugins/gtodo/list_tooltip.c,
7743         plugins/document-manager/goto_line.c, plugins/glade/plugin.c,
7744         libanjuta/anjuta-save-prompt.c: Fixed translatable strings to
7745         not contain markups. Fixes Bug #360462.
7747 2007-02-16  Naba Kumar  <naba@gnome.org>
7749         * manuals/reference/libanjuta/project-wizard-format.sgml: Removed
7750         unnecessary sub-sections.
7751         
7752 2007-02-15  Naba Kumar  <naba@gnome.org>
7754         * (removed) plugins/document-manager/bookmark-prev-16.png,
7755         plugins/document-manager/bookmark-last.png,
7756         (removed)plugins/document-manager/bookmark-first-16.png,
7757         plugins/document-manager/bookmark-prev.png,
7758         (added) plugins/document-manager/bookmark-toggle.png,
7759         (removed)plugins/document-manager/bookmark_toggle.xpm,
7760         (removed)plugins/document-manager/bookmark-last-16.png,
7761         plugins/document-manager/plugin.c,
7762         plugins/document-manager/anjuta-document-manager.ui,
7763         (removed)plugins/document-manager/bookmark-next-16.png,
7764         plugins/document-manager/bookmark-next.png,
7765         plugins/document-manager/Makefile.am,
7766         (added) plugins/document-manager/bookmark-clear.png,
7767         plugins/document-manager/bookmark-first.png: Upgraded bookmark
7768         icons (stolen from monodevelop). Added clear bookmarks toolbar
7769         button.
7771         * plugins/document-manager/plugin.c,
7772         (added) plugins/document-manager/swap.png,
7773         (removed) plugins/document-manager/undock.png,
7774         plugins/document-manager/Makefile.am: Fixed swap icon.
7776 2007-02-13  Naba Kumar  <naba@gnome.org>
7778         * plugins/class-gen/element-editor.c: Fixed typo.
7779         
7780         * libanjuta/anjuta-plugin-manager.c, libanjuta/anjuta-plugin-manager.h,
7781         libanjuta/anjuta-profile.c, libanjuta/anjuta-profile.h:
7782         Implementing plugin profiles loading.
7784 2007-02-13  Naba Kumar  <naba@gnome.org>
7786         * pixmaps/*.xpm, pixmaps/Makefile.am: Removed old icons.
7787         * pixmaps/Makefile.am, pixmaps/appwiz*.png, 
7788         pixmaps/applogo.png, pixmaps/anjuta_logo.png,
7789         pixmaps/open_project.png, pixmaps/close_project.png:
7790         Removed more old icons.
7791         * pixmaps/anjuta_logo2.png, pixmaps/anjuta_logo.png,
7792         pixmaps/Makefile.am, src/about.c: Renmaed anjuta_logo2.png to
7793         anjuta_logo.png
7794         
7795 2007-02-13  Naba Kumar  <naba@gnome.org>
7797         * plugins/class-gen/element-editor.c: Included missing headers to
7798         prevent build failures in some cases.
7799         
7800 2007-02-13 Sebastien Granjoux <seb.sfo@free.fr>
7802         * plugins/debug-manager/stack_trace.c:
7803         Fix bug #407115
7805         * plugins/debug-manager/watch.c,
7806         plugins/debug-manager/breakpoints.c:
7807         Same bug than above, wrong use of gtk_ui_manager_get_widget
7809 === anjuta 2.1.1 ===
7811 2007-02-11  Naba Kumar  <naba@gnome.org>
7813         * cofigure.in: Bumped version to 2.1.1
7814         * NEWS: Updated for 2.1.1 release.
7815         
7816 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7818         * plugins/debug-manager/plugin.c,
7819         plugins/debug-manager/sparse_view.c,
7820         plugins/debug-manager/sparse_view.h:
7821         Reorder some code
7823         * plugins/gdb/debugger.c,
7824         plugins/debug-manager/debugger.c,
7825         plugins/debug-manager/memory.c,
7826         plugins/debug-manager/sparse_buffer.c
7827         plugins/gdb/debugger.h,
7828         libanjuta/interfaces/libanjuta.idl:
7829         Clean up, remove some warnings
7830         Use guint everywhere for addresses
7831         Rewrite code parsing position in debugger
7833 2007-02-10 Sebastien Granjoux <seb.sfo@free.fr>
7835         * plugins/debug-manager/debug_tree.c:
7836         Use GtkTreeRowReference instead of GtkTreeIter as callback data
7837         Fix bug #406113
7839 2007-02-08  Naba Kumar  <naba@gnome.org>
7841         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7842         Delay showing the 'file modified on disk' dialog for one sec
7843         from the last notification to insure multiple notifications for
7844         the same file are treated as one. Do not same multiple dialogs
7845         for the same file. Make sure to destory the dialog if later
7846         the conent is no longer different.
7847         
7848 2007-02-08  Naba Kumar  <naba@gnome.org>
7850         * plugins/editor/text_editor.h, plugins/editor/text_editor.c:
7851         Prevented spurious 'file modified' dialogs in scintilla editor
7852         when the file is saved.
7854 2007-02-09  Johannes Schmid <jhs@gnome.org>
7856         * scripts/glade2schema.pl:
7857         Added script to convert glade preferences into gconf schema files.
7858         See #406061
7860 2007-02-08  Naba Kumar  <naba@gnome.org>
7862         * src/anjuta-app.c: Destroy toolbar menuitem when the toolbar
7863         itself is destroyed. Fixes bug #355160.
7864         
7865 2007-02-08  Johannes Schmid <jhs@gnome.org>
7867         * plugins/profiler/profiler.plugin: 
7868         removed from version control (only .in file needed)
7869         
7870         * plugins/sourceview/anjuta-view.c: (anjuta_view_init):
7871         * plugins/sourceview/sourceview.c: (sourceview_new):
7872         Code cleanup
7873         
7874         * plugins/subversion/svn-thread.c: (svn_thread_start):
7875         * src/main.c: (main):
7876         
7877         Fixed #395875 about initialisation of threads too late
7879 2007-02-07  Armin Burgmeier  <armin@arbur.net>
7881         Reviewed by Naba Kumar  <naba@gnome.org>:
7882         * plugins/class-gen/plugin.c:
7883         * plugins/class-gen/window.c: Removed browse button related code, load
7884         generated output directly into new buffers when not adding to project.
7886         * plugins/class-gen/anjuta-class-gen-plugin.glade: Removed browse
7887         buttons from user interface.
7889 2007-02-07  Naba Kumar  <naba@gnome.org>
7891         * po/POTFILES.in: Fixed distcheck.
7893 2007-02-07  Daniel Nylander <po@danielnylander.se>
7895         * manuals/anjuta-manual/sv/sv.po: Added initial Swedish translation.
7897 2007-02-07  Johannes Schmid <jhs@gnome.org>
7899         * anjuta.desktop.in.in:
7900         Fixed spelling
7902 2007-02-07  Johannes Schmid <jhs@gnome.org>
7904         * configure.in:
7905         * manuals/anjuta-manual/*
7906         * manuals/anjuta-faqs/*:
7907         #398991 – Anjuta manuals does not use the gnome-doc-utils format
7908         
7909         * plugins/document-manager/anjuta-document-manager.plugin.in:
7910         Removed duplicate application-xml mime-type (review patches properly ;-)
7911         
7912 2007-02-06 Sebastien Granjoux <seb.sfo@free.fr>
7914         * plugins/gdb/debugger.c,
7915         libanjuta/interfaces/libanjuta.idl:
7916         Fix bug #404755
7917         Fix handling of missing source file
7919 2007-02-06  Naba Kumar  <naba@gnome.org>
7921         Patch from James Liggett  <jrliggett@cox.net>:
7922         * plugins/profiler/gprof-flat-profile.c,
7923         plugins/profiler/gprof-profile-data.c,
7924         plugins/profiler/gprof-call-graph.c,
7925         plugins/profiler/gprof-profile-data.h,
7926         plugins/profiler/plugin.c: Fixed infinite loop bug #403501,
7927         Show profiler view when target selected bug #403515.
7929 2007-02-05  Naba Kumar  <naba@gnome.org>
7931         * configure.in: Enabled devhelp plugin by default now that
7932         it works.
7933         
7934         Patch from parmigio@2ainfo.it:
7935         * plugins/document-manager/anjuta-document-manager.plugin.in:
7936         Added xml file type in supported mime types list.
7937         
7938 2007-02-04 Sebastien Granjoux <seb.sfo@free.fr>
7940         * plugins/debug-manager/debugger.c,
7941         plugins/debug-manager/plugin.c:
7942         Add a field in status bar displaying debugger state
7943         Change cursor shape when debugger is busy
7944         Fix bug #378600
7946         * plugins/debug-manager/watch.c,
7947         plugins/debug-manager/locals.c,
7948         libanjuta/interfaces/libanjuta.idl:
7949         Clean up, remove debugging messages and unused signals
7951 2007-02-03  Johannes Schmid <jhs@gnome.org>
7953         * configure.in:
7954         Fixed AC_INIT and seperated version to major, minor, micro
7956         * anjuta.anjuta:
7957         Load Subversion instead of CVS
7958         
7959         * anjuta.desktop.in.in:
7960         Fixed bug-buddy component
7962         Original patch from Rob Bradfort <robster@debian.org>:
7963         * src/main.c: (get_command_line_args), (main):
7964         Bug #335981 – Migration from popt to GOption
7966 2007-02-03  Naba Kumar  <naba@gnome.org>
7968         * configure.in: Depend on devhelp 0.13 and fixed gecko home
7969         path variable. Fixed bug #341170.
7970         * plugins/profiler/Makefile.am: Fixed indentation.
7971         
7972 2007-02-02 Sebastien Granjoux <seb.sfo@free.fr>
7974         * libanjuta/interfaces/libanjuta.idl,
7975         plugins/sourceview/sourceview.c,
7976         plugins/editor/text-editor.c,
7977         plugins/symbol-browser/plugin.c,
7978         plugins/search/search-replace.c,
7979         plugins/document-manager/goto_line.c,
7980         plugins/document-manager/action-callbacks.c,
7981         plugins/document-manager/anjuta-docman.c:
7982         Rename markers of anjuta interface
7983         IANJUTA_MARKABLE_NONE has been removed
7984         IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
7985         IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
7986         IANJUTA_MARKABLE_ATTENTIVE renamed in
7987                 IANJUTA_MARKABLE_BREAKPOINT_DISABLED
7988         IANJUTA_MARKABLE_INTENSE renamed in
7989                 IANJUTA_MARKABLE_BREAKPOINT_ENABLED
7990         IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
7992         * (removed) plugins/sourceview/marker-light.png,
7993         (removed) plugins/sourceview/marker-basic.png,
7994         (removed) plugins/sourceview/marker-attentive.png,
7995         (removed) plugins/sourceview/marker-intense.png,
7996         plugins/sourceview/bookmark.png,
7997         (added) plugins/sourceview/breakpoint-disabled.png,
7998         (added) plugins/sourceview/breakpoint-enabled.png,
7999         (added) plugins/sourceview/program-counter.png,
8000         (added) plugins/sourceview/linemarker.png,
8001         plugins/sourceview/Makefile.am,
8002         (added) plugins/editor/bookmark.xpm,
8003         (added) plugins/editor/breakpoint-disabled.xpm,
8004         (added) plugins/editor/breakpoint-enabled.xpm,
8005         (added) plugins/editor/program-counter.xpm,
8006         (added) plugins/editor/linemarker.xpm,
8007         plugins/editor/Makefile.am:
8008         Add or change marker pixmaps in scintilla and sourceview editor
8010         * plugins/document-manager/plugin.c,
8011         libanjuta/interfaces/libanjuta.idl,
8012         plugins/debug-manager/plugin.c,
8013         plugins/debug-manager/breakpoints.c
8014         plugins/gdb/debugger.c:
8015         Fix bug #376404, program counter marker is not displayed when debugger
8016         Return the selected editor or NULL (if file does not exist) with 
8017         ianjuta_document_manager_goto_file_line* functions
8018         Emit a change-location signal even if the program counter is in an
8019         unknown file
8021 2007-02-02  Naba Kumar  <naba@gnome.org>
8023         * TODO.tasks: Marked bounty bug #359478 completed. And checked
8024         older bounties 'Done'.
8025         
8026 2007-02-02  Naba Kumar  <naba@gnome.org>
8028         * TODO.tasks: Fixed typop.
8030         Patch from James Liggett  <jrliggett@cox.net>:
8031         * plugins/profiler/*, plugins/class-inheritance/Makefile.am,
8032         plugins/Makefile.am, configure.in, libanjuta/Makefile.am: gprof
8033         profiler plugin by James Liggett. Completes bounty bug #359478
8034         'Gprof performance profiler plugin'
8036 2007-02-01  Naba Kumar  <naba@gnome.org>
8038         * src/main.c: Renamed option name.
8040         * TODO.tasks: Marked "Test and fix all project wizards templates"
8041         bounty completed.
8042         
8043 2007-01-29  Johannes Schmid <jhs@gnome.org>
8045         * plugins/document-manager/plugin.c: (on_editor_changed):
8046         Added DEBUG_PRINT(...)
8047         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent):
8048         implemented
8049         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in:
8050         Fix language support plugin for sourceview editor (add some new
8051         language names)
8052         
8053         * plugins/sourceview/sourceview.c: (iindic_clear):
8054         Clear all indicators
8056 2007-01-29  Johannes Schmid <jhs@gnome.org>
8058         * TODO.tasks:
8059         Minor task currentions
8060         
8061         * libanjuta/interfaces/libanjuta.idl:
8062         * plugins/editor/text_editor.c: (itext_editor_set_auto_indent),
8063         (itext_editor_iface_init):
8064         * plugins/language-support-cpp-java/plugin.c: (install_support):
8065         * plugins/sourceview/sourceview.c: (ieditor_set_auto_indent),
8066         (ieditor_get_attributes), (ieditor_iface_init):
8067         Added ianjuta_editor_set_auto_indent to disable auto-indent from language support
8068         plugins.
8069         
8070         * plugins/sourceview/sourceview.glade:
8071         Fixed sourceview preference window
8073 2007-01-28  Naba Kumar  <naba@gnome.org>
8074         
8075         * src/anjuta.glade, src/anjuta.c, src/main.c, src/anjuta.h:
8076         Implemented --no-files and --no-session command line options and
8077         corresponding preferernces checkboxes in General tab.
8079 2007-01-28  Johannes Schmid <jhs@gnome.org>
8081         * plugins/subversion/plugin.c:
8082         * plugins/subversion/plugin.h:
8083         * plugins/subversion/svn-notify.c: (svn_show_info),
8084         (show_svn_error), (on_svn_notify):
8085         * plugins/subversion/svn-notify.h:
8086         * plugins/subversion/svn-thread.c: (create_message_view),
8087         (svn_thread_start):
8088         Fixed error handling and fixed #394216 – No indication of subversion commands running
8089         
8090         * plugins/tools/execute.c: (atp_output_context_print):
8091         Show name of tool in message pane
8093 2007-01-28  Naba Kumar  <naba@gnome.org>
8094         
8095         * configure.in, plugins/glade/plugin.c: Make it work with
8096         glade svn. Based on patch from  Vincent Geddes. Fixes bug #400833.
8097         
8098         * configure.in, src/Makefile.am: Cleaned up dead codes. Added ldflags
8099         from devhelp (won't work untill devhelp is fixed: bug #341170).
8100         
8101         * plugins/symbol-browser/an_symbol_prefs.c: Code cleanup.
8102         
8103 2007-01-26 Sebastien Granjoux <seb.sfo@free.fr>
8105         Reviewed by Naba Kumar  <naba@gnome.org>:
8106         * libanjuta/interfaces/libanjuta.idl, 
8107         plugins/debug-manager/debugger.c,
8108         plugins/debug-manager/start.c,
8109         plugins/gdb/plugin.c,
8110         plugins/gdb/debugger.c,
8111         plugins/gdb/debugger.h:
8112         Fix a bug when launching gdb
8113         Set the terminal for the debugged program on the command line.
8115 2007-01-26  Johannes Schmid <jhs@gnome.org>
8117         * plugins/sourceview/anjuta-document-saver.c:
8118         (anjuta_document_saver_save):
8119         * plugins/sourceview/anjuta-document.c: (document_saver_saving):
8120         * plugins/sourceview/sourceview.c: (save_if_modified),
8121         (on_document_saved), (ifile_savable_save), (ifile_savable_save_as):
8122         Proper error handling, for example if a file was modified externally. Use backup files
8123         to avoid data-loss on disk full.
8125 2007-01-24  Naba Kumar  <naba@gnome.org>
8126         
8127         * plugins/devhelp/htmlview.c: Fixed crash during project load.
8128         Fixed mem leak and source leak.
8129         
8130 2007-01-24 Sebastien Granjoux <seb.sfo@free.fr>
8132         Reviewed by Naba Kumar  <naba@gnome.org>:
8133         * plugins/debug-manager/debug_tree.c,
8134         plugins/debug-manager/debug_tree.h,
8135         plugins/debug-manager/watch.c:
8136         Partial rewrite of the variable object code, find and fix a few bugs
8137         Fix bug #395808: gdb can still crash but children are listed
8138         on request only so you can avoid the crash
8140 2007-01-24  Naba Kumar  <naba@gnome.org>
8141         
8142         * (added) plugins/symbol-browser/anjuta-symbol-locals.c,
8143         (added) plugins/symbol-browser/anjuta-symbol-locals.h,
8144         plugins/symbol-browser/plugin.h,
8145         plugins/symbol-browser/plugin.c,
8146         plugins/symbol-browser/Makefile.am: Added current file (local)
8147         symbols view (Seriously getting bored with the browse toolbar).
8149 2007-01-22  Naba Kumar  <naba@gnome.org>
8150         
8151         Patch from Gabor Kelemen:
8152         * po/POTFILES.in: Added .plugin.in files.
8154 2007-01-21 Yang Hong <yanghong@ccoss.com.cn>
8156         Reviewed by Naba Kumar  <naba@gnome.org>:
8157         * plugins/document-manager/anjuta-docman.c,
8158         plugins/message-view/anjuta-msgman.c
8159         Set right alignment to the label widget in the tab title.
8161 2007-01-21  Naba Kumar  <naba@gnome.org>
8162         
8163         * libegg/egg-combo-action.c: Fixed mode line.
8164         * manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
8165         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated.
8167 2007-01-21  Armin Burgmeier  <armin@arbur.net>
8169         Reviewed by Naba Kumar  <naba@gnome.org>:
8170         * plugins/class-gen/plugin.c: Prompt for target before actually
8171         generating the class files. This ensures that the files are created in
8172         the correct directory. Fixes bug #397406.
8174         * plugins/class-gen/window.c: Set browse buttons to insensitive when
8175         the class is added to the project.
8177 2007-01-21  Naba Kumar  <naba@gnome.org>
8179         * libanjuta/anjuta-plugin-description.c,
8180         libanjuta/anjuta-ui.h,
8181         libanjuta/anjuta-status.c,
8182         libanjuta/anjuta-plugin-description.h,
8183         libanjuta/cell-renderer-captioned-image.c,
8184         libanjuta/anjuta-plugin-handle.c,
8185         libanjuta/anjuta-status.h,
8186         libanjuta/resources.c,
8187         libanjuta/cell-renderer-captioned-image.h,
8188         libanjuta/glue-cpp.c,
8189         libanjuta/anjuta-plugin-handle.h,
8190         libanjuta/anjuta-plugin.c,
8191         libanjuta/anjuta-preferences-dialog.c,
8192         libanjuta/libanjuta.h,
8193         libanjuta/resources.h,
8194         libanjuta/glue-cpp.h,
8195         libanjuta/anjuta-plugin.h,
8196         libanjuta/anjuta-preferences-dialog.h,
8197         libanjuta/anjuta-plugin-manager.c,
8198         libanjuta/anjuta-shell.c,
8199         libanjuta/anjuta-plugin-manager.h,
8200         libanjuta/anjuta-shell.h,
8201         libanjuta/anjuta-save-prompt.c,
8202         libanjuta/anjuta-save-prompt.h,
8203         libanjuta/anjuta-children.c,
8204         libanjuta/anjuta-utils.c,
8205         libanjuta/anjuta-profile.c,
8206         libanjuta/anjuta-preferences.c,
8207         libanjuta/anjuta-launcher.c,
8208         libanjuta/anjuta-utils.h,
8209         libanjuta/anjuta-profile.h,
8210         libanjuta/anjuta-launcher.h,
8211         libanjuta/anjuta-ui.c: Updated file headers.
8213         * po/POTFILES.in: Updated.
8215         * libanjuta/anjuta-marshal.list,
8216         (added) libanjuta/anjuta-plugin-handle.c,
8217         (added) libanjuta/anjuta-plugin-handle.h,
8218         (added) libanjuta/anjuta-plugin-manager.c,
8219         (added) libanjuta/anjuta-plugin-manager.h,
8220         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
8221         (added) libanjuta/anjuta-profile.c,
8222         (added) libanjuta/anjuta-profile.h,
8223         (renamed) libanjuta/plugins.c, (renamed) libanjuta/plugins.h,
8224         libanjuta/Makefile.am, src/anjuta-app.c, src/anjuta-app.h,
8225         src/shell.c, src/about.c, src/shell.h, src/anjuta.c, src/main.c,
8226         src/action-callbacks.c: Implemented AnjutaPluginManager
8227         class based on old plugins.[ch]. Implemented AnjutaProfile as
8228         prelimanary profiles implementation. Implemented AnjutaPluginHandle
8229         class to represent plugins (not to be confused with plugin objects).
8230         Added a method anjuta_shell_get_plugin_manager() in AnjutaShell and
8231         implemented it in AnjutaApp and AnjutaTestShell.
8232         De-globalized plugin management and several clean ups.
8234         * plugins/file-loader/plugin.c, plugins/symbol-browser/plugin.c,
8235         plugins/debug-manager/debugger.c, plugins/debug-manager/plugin.c,
8236         plugins/search/search-replace.c, plugins/terminal/terminal.c,
8237         plugins/project-import/project-import.c,
8238         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
8239         plugins/document-manager/plugin.c, plugins/file-manager/plugin.c:
8240         Fixed plugins for the change in API.
8242         * libanjuta/anjuta-utils.c: Fixed a crash bug when saving an empty
8243         file.
8244         
8245         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
8247 2007-01-19 Sebastien Granjoux <seb.sfo@free.fr>
8249         Reviewed by Naba Kumar  <naba@gnome.org>:
8250         * libanjuta/anjuta-launcher.c,
8251         libanjuta/anjuta-launcher.h:
8252         Add a new function anjuta_set_terminate_on_exit to close the i/o
8253         channel when the child exit
8254         Return directly the status and not the exit code in child-exited
8255         signal
8257         * plugins/gdb/debugger.c:
8258         Use new function in debugger plugin
8260 2007-01-18  Johannes Schmid <jhs@gnome.org>
8262         * src/about.c: Do not show empty license information instead hide the button (#397883)
8264 2007-01-15  Johannes Schmid <jhs@gnome.org>
8266         * plugins/project-manager/plugin.c:
8267         * plugins/project-wizard/templates/python.wiz
8268         * plugins/project-wizard/templates/python/src/Makefile.am.tpl:
8269         
8270         Fixed #335235 python programs are not executeable/ do not start when pressing F3
8271         You will also need latest gnome-build svn       
8273 === anjuta 2.1.0 ===
8275 2007-01-14  Naba Kumar  <naba@gnome.org>
8277         * configure.in: Removed reference of mkfile project
8278         template to fix distcheck build error.
8279         * AUTHORS: Updated.
8280         * NEWS: Updated.
8281         * configure.in: Bumped version to 2.1.0 for beta release.
8282         * plugins/symbol-browser/an_symbol_view.c: Fixed Bug #396571: Anjuta
8283         crashes as soon as editing starts in normal text files.
8285 2007-01-14  Johannes Schmid <jhs@gnome.org>
8287         * configure.in
8288         * po/LINGUAS:
8289         Applied http://live.gnome.org/GnomeGoals/PoLinguas
8291         * tagmanager/c.c:
8292         Patch from Massimo Cora' to hopefully fix #395362
8294         * plugins/project-wizard/templates/*:
8296         Fixed and tested all project-wizards. Deactivated mkfile project because
8297         it was totally broken and I don't see any real use for it.
8298         Applied http://live.gnome.org/GnomeGoals/PoLinguas to all projects
8300 2007-01-14  Naba Kumar  <naba@gnome.org>
8302         * NEWS: Updated for release.
8303         
8304         * libanjuta/anjuta-launcher.c: Fixed a possible timer leak.
8305         
8306         * libanjuta/interfaces/libanjuta.idl,
8307         plugins/editor/text_editor_cbs.c,
8308         plugins/editor/text_editor.c: Added 'changed' signal in IAnjutaEditor
8309         interface and implemented it for scintilla.
8310         
8311         * plugins/editor/text-editor.c: Fixed highlighing issues when
8312         used with indicators (particularly when the file is just opened).
8313         Fixes bug #377477 – when debugging, scintilla editor grays out all
8314         lines before current line.
8315         
8316         * plugins/build-basic-autotools/build-basic-autotools.[ch]:
8317         Maintain a separate list of indicated edtitors for separate contexts.
8318         Fixes bug 342717 - Build errors redisplayed AFTER a successful build.
8319         
8320 2007-01-12 Sebastien Granjoux <seb.sfo@free.fr>
8322         Reviewed by Naba Kumar  <naba@gnome.org>:
8323         * plugins/debug-manager/plugin.c:
8324         Bug fix: breakpoints cannot be added after stopping the debugger
8326 2007-01-13  Naba Kumar  <naba@gnome.org>
8328         * NEWS: Updated for release.
8330 2007-01-12  Johannes Schmid <jhs@gnome.org>
8332         * plugins/project-wizard/anjuta-plugin/src/Makefile.am.tpl:
8333         * plugins/project-wizard/cpp/src/Makefile.am.tpl:
8334         * plugins/project-wizard/gcj/src/Makefile.am.tpl:
8335         * plugins/project-wizard/gnome/src/Makefile.am.tpl:
8336         * plugins/project-wizard/gtk/src/Makefile.am.tpl:
8337         * plugins/project-wizard/gtkmm/src/Makefile.am.tpl:
8338         * plugins/project-wizard/terminal/src/Makefile.am.tpl:
8339         * plugins/project-wizard/wxwin/src/Makefile.am.tpl:
8340         * plugins/project-wizard/xlib/src/Makefile.am.tpl:
8341         * plugins/project-wizard/xlib-dock/src/Makefile.am.tpl:
8342         
8343         Fixed #395767: Changed PACKAGE_LIBS and PACKAGE_CFLAGS to
8344         [+NameCUpper+]_CFLAGS/LIBS in Makefile.am.tpl
8345         
8346         * plugins/sourceview/sourceview.c:
8347         Use gtk_text_buffer_get_slice() instead of gtk_text_buffer_get_text because we rely
8348         on character positions.
8349         
8350 2007-01-12  Naba Kumar  <naba@gnome.org>
8352         * src/anjuta-app.c,
8353         plugins/project-manager/plugin.c,
8354         plugins/profile-default/plugin.c,
8355         libanjuta/anjuta-status.c,
8356         libanjuta/anjuta-status.h: Introduced an API for application title
8357         in AnjutaStatus. Set application title to project name.
8359 2007-01-11  Massimo Cora' <maxcvs@email.i>
8361         Reviewed by Naba Kumar  <naba@gnome.org>:
8362         * tagmanager/Makefile.am,
8363         plugins/symbol-browser/Makefile.am: removed installation for 
8364         test programs.
8366 2007-01-11 Sebastien Granjoux <seb.sfo@free.fr>
8368         Reviewed by Naba Kumar  <naba@gnome.org>:
8369         * plugins/debug-manager/start.h,
8370         plugins/debug-manager/start.c,
8371         plugins/debug-manager/anjuta-debug-manager.ui,
8372         plugins/debug-manager/plugin.c:
8373         Partial fix for bug #392537
8375         * plugins/debug-manager/disassemble.c:
8376         Fix bug #392543
8378 2007-01-11  Naba Kumar  <naba@gnome.org>
8380         * src/anjuta.c: Load project seperately from session,
8381         so that project session is also loaded.
8382         
8383         * plugins/profile-default/plugin.c: Load project in new
8384         anjuta if there already is one loaded currently (disabled
8385         code for now).
8386         
8387         * plugins/editor/aneditor.cxx: Disconnect focus in/out
8388         signals when editor is destroyed. Fixes a crash bug.
8389         
8390         * plugins/editor/text_editor.c: Do not mark line in
8391         ianjuta_editor_goto_line() implementation.
8392         
8393         * plugins/search/search-replace.c: Always check for markable
8394         interface availablility because its optional for an editor.
8395         
8396         * plugins/document-manager/goto_line.c,
8397         plugins/document-manager/action-callbacks.c: Mark lines for
8398         goto line commands (from dialog and from menu entry box).
8399         
8400         * plugins/file-manager/plugin.c, plugins/file-manager/plugin.h,
8401         plugins/file-manager/an_file_view.c: Expand file manager
8402         nodes in idle loop, one at a time. Did as a possible work
8403         around for bug #361763, but it didn't make any difference.
8404         However, it could still be useful in situations where there
8405         are lots to expand.
8406         
8407         * libanjuta/anjuta-serializer.c: Avoid an unnecessary warning.
8409 2007-01-11  Naba Kumar  <naba@gnome.org>
8411         * plugins/editor/scintilla/LineMarker.h,
8412         plugins/editor/scintilla/LexBasic.cxx,
8413         plugins/editor/scintilla/LexHTML.cxx,
8414         plugins/editor/scintilla/include/SciLexer.h,
8415         plugins/editor/scintilla/include/Scintilla.h,
8416         plugins/editor/scintilla/include/Scintilla.iface,
8417         plugins/editor/scintilla/include/ScintillaWidget.h,
8418         plugins/editor/scintilla/LexBash.cxx,
8419         plugins/editor/scintilla/PlatGTK.cxx,
8420         plugins/editor/scintilla/ViewStyle.h,
8421         plugins/editor/scintilla/Editor.cxx,
8422         plugins/editor/scintilla/StyleContext.h,
8423         plugins/editor/scintilla/LexCPP.cxx,
8424         plugins/editor/scintilla/Converter.h,
8425         plugins/editor/scintilla/LexAU3.cxx,
8426         plugins/editor/scintilla/Editor.h,
8427         plugins/editor/scintilla/LexPerl.cxx,
8428         plugins/editor/scintilla/LexVB.cxx,
8429         plugins/editor/scintilla/ScintillaGTK.cxx,
8430         plugins/editor/scintilla/ViewStyle.cxx,
8431         plugins/editor/scintilla/PropSet.cxx,
8432         plugins/editor/scintilla/LexSQL.cxx,
8433         plugins/editor/scintilla/ScintillaBase.cxx: Updated scintilla to
8434         version 1.71
8436 2007-01-11  Armin Burgmeier  <armin@arbur.net>
8438         Reviewed by Naba Kumar  <naba@gnome.org>:
8439         * plugins/class-gen/element-editor.c: Scroll to a cell if it is
8440         selected for editing. This fixes bug #394218.
8442         * plugins/class-gen/plugin.c: Do not use project's root URI as project
8443         name if said URI is not known.
8445         * plugins/class-gen/window.c: When stripping function prefix away,
8446         include the trailing underscore because it is already set by the
8447         template.
8449         * plugins/class-gen/transform.c: Include "const char*" and "const
8450         gchar*" in the list for transforming a default C type to a GType.
8451         Don't access invalid memory when writing pointer_str in
8452         cg_transform_first_argument.
8454 2007-01-11  Naba Kumar  <naba@gnome.org>
8456         * pixmaps/anjuta.png, (renamed) pixmaps/anjuta_icon.svg
8457         pixmaps/anjuta.svg, pixmaps/Makefile.am,
8458         (renamed) pixmaps/anjuta_icon.png, src/main.c,
8459         libegg/test-actions.c, anjuta.desktop.in.in,
8460         anjuta.prj: Renamed application icon to 'anjuta.png' from
8461         'anjuta_icon.png'. Added more fields in desktop file.
8463         * mime/anjuta.xml: Added magic section.
8464         
8465         * (removed) mime/anjuta.applications,
8466         (removed) mime/anjuta.mime, mime/Makefile.am,
8467         (removed) mime/anjuta.keys,
8468         mime/gnome-mime-application-x-anjuta.svg: Removed deprecated mime
8469         registeration and added scalable icon. Also fixes bug #393680
8471 2007-01-09  Curtis Magyar  <curtm4n@gmail.com>
8473         Reviewed by Naba Kumar  <naba@gnome.org>:
8474         * libanjuta/anjuta-status.c: fixed anjuta_status_progress_tick()
8475         and anjuta_status_progress_add_ticks() to check for progressbar 
8476         being realized before trying to update it.
8478 2007-01-10  Naba Kumar  <naba@gnome.org>
8480         * tagmanager/tm_workspace.c,
8481         po/POTFILES.in,
8482         plugins/debug-manager/Makefile.am,
8483         plugins/tools/scripts/Makefile.am,
8484         plugins/class-gen/plugin.c,
8485         plugins/class-gen/Makefile.am,
8486         global-tags/Makefile.am: Fixed make distcheck.
8488         * plugins/debug-manager/attach_process.c,
8489         plugins/debug-manager/attach_process.h,
8490         plugins/class-gen/action-callbacks.h,
8491         plugins/class-gen/action-callbacks.c,
8492         plugins/class-gen/class_gen.h,
8493         plugins/class-gen/class_gen.c: Deleted unused/old files.
8495         * (removed) scintilla, (added) plugins/editor/scintilla,
8496         plugins/editor/scintilla/lexers.make,
8497         plugins/editor/scintilla/Makefile.am,
8498         plugins/editor/Makefile.am
8499         configure.in, manuals/reference/libanjuta/Makefile.am
8500         Makefile.am: Moved scintilla to its right place.
8502 2007-01-09  Naba Kumar  <naba@gnome.org>
8504         * plugins/profile-default/plugin.c: Save project session before
8505         a new one is opened.
8507         * plugins/project-manager/plugin.c,
8508         plugins/project-manager/plugin.h,
8509         plugins/project-manager/anjuta-project-manager.ui,
8510         plugins/profile-default/plugin.c,
8511         plugins/profile-default/plugin.h,
8512         plugins/profile-default/Makefile.am,
8513         (added) plugins/profile-default/anjuta-default-profile.ui,
8514         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
8515         libanjuta/interfaces/libanjuta.idl: Reverted back incomplete
8516         multiple projects support.
8517         
8518 2007-01-06  Armin Burgmeier  <armin@arbur.net>
8520         Reviewed by Naba Kumar  <naba@gnome.org>
8521         * plugins/class-gen/combo-flags.h:
8522         * plugins/class-gen/combo-flags.c: Added CgComboFlagsSelectionType
8523         enum, added a type parameter to selected signal. Select highlighted
8524         entry when pressing enter (but not unselect it if it was already
8525         selected) before closing the popup. Also accept input when clicking
8526         not into the popup.
8528         * plugins/class-gen/cell-renderer-flags.c: Do appropriate action
8529         according to selection type.
8531         * libanjuta/anjuta-marshal.list: Changed VOID:BOXED marshaller to
8532         VOID:BOXED,ENUM.
8534 2007-01-08  Johannes Schmid <jhs@gnome.org>
8536   * plugins/project-wizard/templates/gtkmm/configure.in.tpl
8537   * plugins/project-wizard/templates/gtkmm/Makefile.am
8538   * plugins/project-wizard/templates/python/configure.ac.tpl
8539   * plugins/project-wizard/templates/python/configure.in.tpl
8540   * plugins/project-wizard/templates/python/Makefile.am
8541   * plugins/project-wizard/templates/cpp/configure.ac.tpl
8542   * plugins/project-wizard/templates/cpp/configure.in.tpl
8543   * plugins/project-wizard/templates/cpp/Makefile.am
8544   * plugins/project-wizard/templates/terminal.wiz
8545   * plugins/project-wizard/templates/xlib-dock.wiz
8546   * plugins/project-wizard/templates/wxwin.wiz
8547   * plugins/project-wizard/templates/java.wiz
8548   * plugins/project-wizard/templates/xlib/configure.ac.tpl
8549   * plugins/project-wizard/templates/xlib/configure.in.tpl
8550   * plugins/project-wizard/templates/xlib/Makefile.am
8551   * plugins/project-wizard/templates/gcj/configure.ac.tpl
8552   * plugins/project-wizard/templates/gcj/configure.in.tpl
8553   * plugins/project-wizard/templates/gcj/Makefile.am
8554   * plugins/project-wizard/templates/terminal/configure.ac.tpl
8555   * plugins/project-wizard/templates/terminal/configure.in.tpl
8556   * plugins/project-wizard/templates/terminal/Makefile.am
8557   * plugins/project-wizard/templates/terminal/autogen.sh
8558   * plugins/project-wizard/templates/wxwin/configure.ac.tpl
8559   * plugins/project-wizard/templates/wxwin/configure.in.tpl
8560   * plugins/project-wizard/templates/wxwin/Makefile.am
8561   * plugins/project-wizard/templates/gnome.wiz 
8562   * plugins/project-wizard/templates/java/configure.ac.tpl
8563   * plugins/project-wizard/templates/java/configure.in.tpl
8564   * plugins/project-wizard/templates/java/Makefile.am
8565   * plugins/project-wizard/templates/anjuta-plugin.wiz
8566   * plugins/project-wizard/templates/gtkmm.wiz
8567   * plugins/project-wizard/templates/python.wiz
8568   * plugins/project-wizard/templates/cpp.wiz
8569   * plugins/project-wizard/templates/gtk.wiz
8570   * plugins/project-wizard/templates/gcj.wiz
8571   * plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl
8572   * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
8573   * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
8575   Starting fixing of all project wizards:
8576   - rename configure.in to configure.ac
8577   - use proper names for PKG_CONFIG_PATH variables instead of just 'PACKAGE'
8578   - fix AC_INIT and AM_INIT_AUTOMAKE to use the correct project names
8579   (See #394184)
8580   
8581   * TODO.task: Added bug number to bounty
8583 2007-01-07  Johannes Schmid <jhs@gnome.org>
8585   *  plugins/build-basic-autotools.c:
8586   Fixed #392290 – Missed install as root option in project manager
8588 2007-01-07  Johannes Schmid <jhs@gnome.org>
8590   * plugins/sourceview/sourceview.c:
8591   Fixed #388731 – Odd editor behaviour after performing block-text operations
8592   Fixed #388727 – Block-tab does not work
8593   
8594   * plugins/sourceview/anjuta-document.h/c:
8595   Removed deprecated has_selection() method which is now in Gtk (>= 2.10)
8596   
8597   * configure.in:
8598   Require Gtk+ >= 2.10 for sourceview plugin
8600 2007-01-06  Curtis Magyar <curtm4n@gmail.com>
8602         * libanjuta/anjuta-status.c:
8603         Replaced deprecated gtk_widget_draw() with gtk_widget_queue_draw()
8605 2007-01-05 Sebastien Granjoux <seb.sfo@free.fr>
8607         * configure.in,
8608         plugins/terminal/terminal.c:
8609         Fix bug #377027
8610         remove support for VTE < 0.9
8612 2007-01-06  Naba Kumar  <naba@gnome.org>
8614         * po/POTFILES.in: Updated
8616 2007-01-05  Adam Dingle  <adam@medovina.org>
8618         Reviewed by Naba Kumar  <naba@gnome.org>:
8619         * plugins/message-view/anjuta-message-manager-plugin.glade:
8620         Fixed bug #377903 (improve message color defaults).
8622 2007-01-05  Naba Kumar  <naba@gnome.org>
8624         * TODO.tasks: Completed Bounty bug #359862, Improve class wizard.
8625         
8626 2007-01-03  Armin Burgmeier  <armin@arbur.net>
8628         Reviewed by  Naba Kumar  <naba@gnome.org>:
8629         * plugins/symbol-browser/test-class.h: Fixed block ends.
8631         * libanjuta/anjuta-plugin.c: Changed a C++-style-//-comment to a
8632         C-style-block comment.
8634         * plugins/project-wizard/autogen.c: (Hopefully) temporary hack to
8635         allow lists when writing autogen definition files. This is required
8636         for the new class generator. Also fixed a wrong return value in
8637         npw_autogen_write_definition_file and set a GError in
8638         npw_autogen_execute when the output file could not be opened.
8640         * plugins/class-gen/anjuta-class-gen-plugin.glade: New class generator
8641         user interface.
8643         * plugins/class-gen/Makefile.am: Added templates subdir, removed
8644         goc_template_header and goc_template_source, added top_srcdir to
8645         includes, link against project wizard (also hopefully temporarily),
8646         removed class_gen.h, class_gen.c, action-callbacks.h,
8647         action-callbacks.c.
8649         * libanjuta/anjuta-marshal.list: Added VOID:BOXED marshaller.
8651         * plugins/class-gen/cell-renderer-flags.h:
8652         * plugins/class-gen/cell-renderer-flags.c:
8653         * plugins/class-gen/combo-flags.h:
8654         * plugins/class-gen/combo-flags.c:
8655         * plugins/class-gen/element-editor.c:
8656         * plugins/class-gen/element-editor.h:
8657         * plugins/class-gen/generator.c:
8658         * plugins/class-gen/generator.h:
8659         * plugins/class-gen/plugin.h:
8660         * plugins/class-gen/plugin.c:
8661         * plugins/class-gen/transform.c:
8662         * plugins/class-gen/transform.h:
8663         * plugins/class-gen/validator.c:
8664         * plugins/class-gen/validator.h:
8665         * plugins/class-gen/window.c:
8666         * plugins/class-gen/window.h: Rewrote class generator, it now allows
8667         adding of several class elements and uses autogen.
8669         * plugins/class-gen/templates/cc-header.tpl:
8670         * plugins/class-gen/templates/cc-source.tpl:
8671         * plugins/class-gen/templates/go-header.tpl:
8672         * plugins/class-gen/templates/go-source.tpl:
8673         * plugins/class-gen/templates/Makefile.am: Added Autogen templates
8674         for the class generator.
8676         * configure.in: Added plugins/class-gen/templates/Makefile to output.
8678 2007-01-04  Naba Kumar  <naba@gnome.org>
8680         Patch from Nick Treleaven:
8681         * tagmanager/tm-tag.c: Fixes Bug #389764 – Tags search do not retrieve
8682         all matching symbols.
8683         
8684         Patches from  Maik Beckmann and Sébastien Granjoux:
8685         * plugins/profile-default/plugin.c,
8686         plugins/project-manager/plugin.c: Unescape project name. Fixes
8687         Bug #357151
8689 2007-01-04  Naba Kumar  <naba@gnome.org>
8691         * plugins/glade/plugin.c: Fixed compilation with
8692         older glade-3 version.
8693         
8694         Patch from Roland Illig:
8695         libanjuta/anjuta-children.c, libanjuta/anjuta-launcher.c,
8696         plugins/sourceview/anjuta-document-saver.c,
8697         plugins/terminal/terminal.c, src/main.c: Fixed Bug 392699 Some patches
8698         are necessary to build anjuta on NetBSD 3.0
8700         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
8701         * src/anjuta-app.c: Fixed Bug #377767 – resize crashes
8702         window manager in gnome.
8703         
8704 2007-01-02  Naba Kumar  <naba@gnome.org>
8705         
8706         * plugins/glade/plugin.c: Make it work with glade-3 svn.
8707         
8708 2006-12-31 Sebastien Granjoux <seb.sfo@free.fr>
8710         Reviewed by Naba Kumar  <naba@gnome.org>:
8711         * libanjuta/interfaces/libanjuta.idl,
8712         plugins/debug-manager/Makefile.am,
8713         plugins/debug-manager/anjuta-marshal.list,
8714         plugins/debug-manager/debugger.c,
8715         plugins/debug-manager/sparse_buffer.c,
8716         plugins/debug-manager/sparse_buffer.h,
8717         plugins/debug-manager/sparse_view.c,
8718         plugins/debug-manager/sparse_view.h,
8719         plugins/debug-manager/disassemble.h,
8720         plugins/debug-manager/disassemble.c,
8721         plugins/debug-manager/anjuta-marshal.list,
8722         plugins/debug-manager/plugin.c,
8723         plugins/gdb/debugger.c,
8724         plugins/gdb/debugger.h,
8725         plugins/gdb/plugin.c:
8726         Add a disassembly view window
8728         * plugins/debug-manager/breakpoints.c,
8729         plugins/debug-manager/chunk_view.c,
8730         plugins/debug-manager/locals.c,
8731         plugins/debug-manager/memory.c,
8732         plugins/debug-manager/registers.c,
8733         plugins/debug-manager/stack_trace.c:
8734         Add some debugging information 
8736 2006-12-18  Naba Kumar  <naba@gnome.org>
8738         * configure.in, plugins/glade/plugin.c: Allow building against both
8739         glade == 3.0.2 and glade > 3.0.2 (~ cvs).
8741 2006-12-03  Naba Kumar  <naba@gnome.org>
8742         
8743         * TODO.tasks: Marked a bounty completed.
8745 2006-11-24  Adam Dingle <adam@medovina.org>
8747         Reviewed by Naba Kumar  <naba@gnome.org>:
8748         * plugins/build-basic-autotools/build-basic-autotools.c,
8749         plugins/debug-manager/watch.c,
8750         plugins/document-manager/plugin.c, 
8751         plugins/patch/plugin.c,
8752         plugins/project-manager/plugin.c:
8753         Fixed bug #378879 (several command names need ellipses).
8755 2006-11-22  Sylvain Defresne  <sdefresne@gmail.com>
8757         Reviewed by: Naba Kumar  <naba@gnome.org>
8758         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8759         GCC 4.1.2 (there are only two warnings remaining now when compiling
8760         plugins).
8762         * plugins/*/*.[ch]: Use class macro for type casting (ANJUTA_PLUGIN_*).
8764         * libanjuta/anjuta-plugin.h: Modification of the ANJUTA_PLUGIN_BEGIN
8765         macro so that the generated function support a NULL plugin parameter.
8767         * plugins/debug-manager/debug_tree.c: Fix an incorrect call to gfree
8768         in debug_tree_find_expression by freeing memory returned by the call
8769         to gtk_tree_model_get instead of the parameter string.
8771 2006-11-26 Sebastien Granjoux <seb.sfo@free.fr>
8773         * plugins/debug-manager/breakpoints.c:
8774         Fix bug #378850
8776         * plugins/debug-manager/anjuta-debug-manager.ui,
8777         plugins/debug-manager/debugger.c,
8778         plugins/debug-manager/plugin.c:
8779         Fix bug #378871
8781 2006-11-21 Sebastien Granjoux <seb.sfo@free.fr>
8783         * libanjuta/anjuta-launcher.c,
8784         plugins/gdb/debugger.c:
8785         Fix bug #377061
8787 2006-11-21  Naba Kumar  <naba@gnome.org>
8789         * plugins/search/search_preferences.c: Fixed build break.
8790         
8791 2006-11-20  Naba Kumar  <naba@gnome.org>
8792         
8793         Patch from Kjartan Maraas:
8794         * plugins/cvs-plugin/cvs-interface.c,
8795         plugins/document-manager/plugin.c,
8796         plugins/gtodo/interface.c,
8797         plugins/gtodo/libgtodo.h,
8798         plugins/message-view/anjuta-msgman.c,
8799         plugins/project-wizard/druid.c,
8800         plugins/search/search_preferences.c,
8801         plugins/sourceview/sourceview-prefs.c,
8802         plugins/terminal/terminal.c,
8803         src/start-with.c: Fix a bunch of memory leaks. Fixes bug #377115.
8805         Patch from Przemysław Grzegorczyk:
8806         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
8807         plugins/subversion/anjuta-subversion.glade: Enable files in
8808         fileselection dialog. Fixes bug #376031.
8809         
8810 2006-11-17  Adam Dingle <adam@medovina.org>
8812         Reviewed by: Naba Kumar  <naba@gnome.org>
8813         * plugins/build-basic-autotools/build-basic-autotools.c
8814         * plugins/class-gen/anjuta-class-gen.plugin.in
8815         * plugins/debug-manager/breakpoints.c
8816         * plugins/debug-manager/plugin.c
8817         * plugins/devhelp/plugin.c
8818         * plugins/document-manager/plugin.c
8819         * plugins/gdb/debugger.c
8820         * plugins/glade/anjuta-glade.plugin.in
8821         * plugins/gtodo/plugin.c
8822         * plugins/language-support-cpp-java/plugin.c
8823         * plugins/message-view/plugin.c
8824         * plugins/project-import/anjuta-project-import.glade
8825         * plugins/project-import/anjuta-project-import.plugin.in
8826         * plugins/search/plugin.c
8827         * plugins/tools/scripts/tools-2.xml.in
8828         * plugins/valgrind/plugin.c
8829         * src/anjuta-actions.h:
8830         Fixed bug #376335 "menu items should be capitalized".  Minor
8831         grammar edits.
8833 2006-11-20  Naba Kumar  <naba@gnome.org>
8834         
8835         * configure.in: Fixed build.
8837         Patch from: Arjan Timmerman
8838         *configure.in: Make subvesion plugin build for apr 1.x.
8839         Fixes: Bug #364754.
8840         
8841 2006-11-20  Johannes Schmid <jhs@gnome.org>
8843         * configure.in
8844         * plugins/*/*.[ch]:
8845         Removed patches from Sylvain and Günther. They caused not problems but
8846         Naba was against them.
8848 2006-11-20  Johannes Schmid <jhs@gnome.org>
8850         * Removed me from MAINTAINERS
8852 2006-11-14  Günther Brammer <GBrammer@gmx.de>
8854         * configure.in:
8855         Use apr-1 instead of apr-0
8857 2006-11-14  Sylvain Defresne  <sdefresne@gmail.com>
8859         * global-tags/create_global_tags.sh.in: Correct a bug when environment
8860         variable $PKG_CONFIG_PATH point to an empty or non-existent directory,
8861         and another bug occuring when parsing .pc file containing quotes.
8863 2006-11-13  Sylvain Defresne  <sdefresne@gmail.com>
8865         * plugins/*/*.[ch]: Use class macro for type casting.
8867         * plugins/*/*.[ch]: Corrected warnings occuring when compiling with
8868         GCC 4.1.2 (there are only two warnings remaining now when compiling
8869         plugins).
8871         * plugins/debug-manager/debug_tree.c: corrected a invalid free and
8872         a memory leak in debug_tree_find_expression; g_free was called on
8873         the parameter instead of the memory allocated by gtk_tree_model_get.
8875         * libanjuta/anjuta-plugin.h: updated the ANJUTA_PLUGIN_BEGIN macro
8876         to declare and initialize the global type variable of the plugin.
8878 2006-10-31  Naba Kumar  <naba@gnome.org>
8880         * global-tags/create_global_tags.sh.in: Added an end message.
8881         
8882         * libanjuta/anjuta-launcher.h: Fixed indentation.
8883         
8884         * plugins/symbol-browser/an_symbol_prefs.c: Fixed system tags
8885         creation to a) append the messages in right way, b) Connect signals
8886         to the view properly and c) Recreate the system-tags.cache at the
8887         end of the generation.
8889         * plugins/symbol-browser: Fixed action path (double
8890         click on sysmbols was not working).
8892         * libanjuta/anjuta-session.[ch], libanjuta/anjuta-serializer.c:
8893         Fixed typedef and removed dead code.
8895         * tagmanager/c.c: Took the latest version from ctags source
8896         repository, because the one we had (from ctags 5.6) was broken.
8897         
8898         * global_tags/create_global_tags.sh.in: Reverted the patch from
8899         Sylvain because it was not right fix (and added a helpful comment).
8900         Used /bin/bash to fix the bashism and generated separate log files
8901         for each tag files in the same directory.
8902         
8903 2006-10-29  Naba Kumar  <naba@gnome.org>
8905         * plugins/editor/text_editor.c: Use a temporary file
8906         to save the editor and move it at the end to original
8907         file. This will prevent data corruption if file save
8908         failed for any reason. Also report proper errors when
8909         file save fails. Fixes bug #346575.
8910         
8911 2006-10-26  Naba Kumar  <naba@gnome.org>
8913         * plugins/document-manager/anjuta-docman.c: Do not load
8914         the same files with different path more than once (happens
8915         with symlinked files). Fixes Bug #323591.
8917 2006-10-25  Naba Kumar  <naba@gnome.org>
8919         * plugins/valgrind/vgactions.c: Fixed a warning.
8921 2006-10-25  Sylvain Defresne  <sdefresne@gmail.com>
8923         Reviewed by Naba Kumar  <naba@gnome.org>:
8925         * plugins/valgrind/vgtoolview.c:
8926         Correct memory leaks in vg_tool_view_set_{argv,srcdir}.
8928         * plugins/valgrind/bugged-prg-test.c:
8929         No more warning during compilation with GCC 4.1.
8930         Program is still buggy in order to be used as a test of the
8931         plugin.
8933         * plugins/valgrind/ldd.c plugins/valgrind/parser.c
8934         plugins/valgrind/preferences.c plugins/valgrind/symtab.c
8935         plugins/valgrind/vgdefaultview.c plugins/valgrind/vgerror.c
8936         plugins/valgrind/vgrule.c:
8937         No more warning during compilation with GCC 4.1.
8939         * plugins/valgrind/plugin.c:
8940         Correct call to vg_tool_view_set_{argv,srcdir} to conform to
8941         prototype (was missing from previous patch).
8943 2006-10-24  Naba Kumar  <naba@gnome.org>
8945         * plugins/glade/plugin.c: Show glade tree view, not list view.
8946         
8947         * plugins/glade/plugin.c: Fixed crash when Anjuta is
8948         exited with glade plugin still loaded. Fixes Bug #364755.
8950         * plugins/document-manager/anjuta-document-manager.plugin.in:
8951         Added application/x-reject in accepted mime-types.
8952         
8953         * Changelog: Fixed changelog alignments.
8955 2006-10-24  Sylvain Defresne  <sdefresne@gmail.com>
8957         Reviewed by: Naba Kumar  <naba@gnome.org>
8958         
8959         * plugins/valgrind/menu-utils.c plugins/valgrind/plugin.c
8960         plugins/valgrind/plugin.h plugins/valgrind/preferences.c
8961         plugins/valgrind/vgactions.c plugins/valgrind/vgcachegrindprefs.c
8962         plugins/valgrind/vgdefaultview.c plugins/valgrind/vggeneralprefs.c
8963         plugins/valgrind/vghelgrindprefs.c plugins/valgrind/vgmemcheckprefs.c
8964         plugins/valgrind/vgrule-editor.c plugins/valgrind/vgrule-list.c
8965         plugins/valgrind/vgsearchbar.c:
8966         Use class macro for type casting.
8968         * plugins/valgrind/plugin.h:
8969         Don't force cast a GtkActionGroup to a GtkAction.
8971         * plugins/valgrind/plugin.c:
8972         Use correct API to get path of the preoject root when building
8973         the list of targets for the run action.
8974         Correct ordering of the construction of the preferences widgets.
8975         Only remove the valgrind widget if it is currently displayed.
8977         * plugins/valgrind/vgactions.c plugins/valgrind/vgactions.h:
8978         Return if check_valgrind_binary() fails.
8979         The ValgrindPluginPrefs object is initialized after the call to
8980         vg_action_new. Take a handle to the location of the pointer to
8981         the future object.
8983 2006-10-24  Naba Kumar  <naba@gnome.org>
8985         * HACKING: Updated coding sample.
8986         
8987         Patch from: Armin Burgmeier  <armin@arbur.net>
8988         * plugins/symbol-browser/test-class.h,
8989         plugins/editor/aneditor-autocomplete.cxx: Fixed block ends.
8990         
8991 2006-10-22 Sylvain Defresne <sdefresne@gmail.com>
8993         * plugins/valgrind/plugin.c plugins/valgrind/vgtoolview.c
8994         * plugins/valgrind/vgtoolview.h:
8995         Correctly handle the argv / srcdir of vg_tool_view object. Do
8996         not leak memory associated with those arrays.
8998         * plugins/symbol-browser/an_symbol_prefs.c:
8999         Support unloading / reloading of the module (for example when
9000         closing a project and opening another one).
9002         * plugins/project-manager/plugin.c:
9003         Remove plugin widget before removing plugin itself, preventing
9004         a crash with valgrind plugin.
9006         * libanjuta/anjuta-preferences-dialog.c:
9007         Do not use the page_num returned by gtk_notebook_append_page to
9008         remove the page as it cause bugs when pages removal is not done
9009         in LIFO.
9011         * plugins/document-manager/anjuta-docman.c:
9012         Fix some GTK+ warnings.
9014         * global-tags/create_global_tags.sh.in:
9015         Rewrite script to remove bash-ism and use pkg-config directly
9016         instead of parsing the *.pc file by hand. This solve problems
9017         that occurred when one of the directory in PKG_CONFIG_PATH is
9018         empty.
9020 2006-10-22 Arjan Timmermann <arjan@southfly.nl>
9022         * plugins/glade/plugin.c: Fix build (#363884)
9024 2006-10-22  Johannes Schmid <jhs@gnome.org>
9026         * plugins/file-manager/an_file_view.c:
9027         * plugins/file-manager/plugin.c:
9028         * plugins/file-manager/plugin.h:
9029         Fix possible crasher when changing project-root uri when we try to restore open nodes
9030         * AUTHORS: Updated
9032 2006-10-19  Naba Kumar  <naba@gnome.org>
9034         Patch from: Juan Pablo Ugarte
9035         * plugins/glade/plugin.c: Include glade header
9036         correctly.
9037         
9038 2006-10-15 Sebastien Granjoux <seb.sfo@free.fr>
9039         
9040         * plugins/debug-manager/Makefile.am,
9041         plugins/debug-manager/sexy-icon-entry.h,
9042         plugins/debug-manager/sexy-icon-entry.c,
9043         plugins/debug-manager/dataview.c:
9044         Fix bug #358134 (Goto memory prompt)
9045         Use sexy-icon-entry from libsexy 0.1.10
9047         * plugins/debug-manager/debugger.c,
9048         plugins/debug-manager/plugin.c,
9049         plugins/debug-manager/start.c,
9050         plugins/gdb/debugger.c,
9051         plugins/gdb/plugin.c:
9052         Better error handling when starting and stopping debugger
9054 2006-10-13  Maik Beckmann <maik@eigenco.de>
9056         * src/action_callbacks.c:
9057         Fixed bug #361830 (AboutDialog does not close) which is caused 
9058         due to a change in Gtk+ 2.10  
9059   
9060 2006-10-12  Adam Dingle <adam@medovina.org>
9062         * libanjuta/plugins.c: Fixed bug #357537 (allow double click in plugin selection dialog).
9064         * plugins/search/search-replace.c:
9065         Fixed bug #358068 (indicate when Find in Files is complete)
9067         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9069         * plugins/sourceview/sourceview-prefs.c:
9070         * plugins/sourceview/sourceview.glade:
9071         Fixed bug #359663 (make line highlighting optional in GtkSourceView editor).
9073         * manuals/xmldocs.make: fixed bug #359730 (Anjuta can't launch help files).
9075         * plugins/devhelp/plugin.c:
9076         * plugins/search/plugin.c: 
9077         Fixed bug #359750 (fix find/replace shortcut keys).
9079         * plugins/document-manager/plugin.c: fixed bug #351387 (don't
9080         use Alt+key for shortcuts)
9082         *  plugins/debug-manager/debug_tree.c:
9083         *  plugins/debug-manager/debugger.c:
9084         Fixed bug #359317 (can't load debug manager)
9086         * /plugins/document-manager/plugin.c:
9087         Fixed bug #359259 (highlight modes listed in reverse 
9088         alphabetical order).
9090 2006-10-10  Johannes Schmid <jhs@gnome.org>
9092         * plugins/glade/plugin.c:
9093         Add scrollbars to glade project window
9095 2006-10-10  Johannes Schmid <jhs@gnome.org>
9097         * libanjuta/interfaces/Makefile.am.iface:
9098         Fixed Makefile with broke build
9100 2006-10-07  Johannes Schmid <jhs@gnome.org>
9102         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9103         * libanjuta/interfaces/Makefile.iface.am:
9104         Fixed enum types generation
9106         * libanjuta/interfaces/libanjuta.idl:
9107         Fixed some strange typo
9109 2006-10-06  Johannes Schmid <jhs@gnome.org>
9111         * libanjuta/interfaces/Makefile.iface.am:
9112         Fixed enum-types.h generation
9113         * libanjuta/interfaces/libanjuta.idl:
9114         char* => gchar*
9115         IAnjutaTODO::load should take const gchar* argument
9116         Remove include to libanjuta/e-splash.h which is not installed as header file
9117         Disable get_attributes for now
9118         
9119         * pluings/sourceview/sourceview.c: Disabled get_attributes
9120         
9121         * plugins/gtodo/plugin.c: itodo_load now with const gchar* argument
9123 2006-10-05  Naba Kumar  <naba@gnome.org>
9125         * TODO.tasks: Set 'Improve class widzard' task to assigned.
9126         Set bug id for 'Profiler plugin' task.
9128 2006-10-03  Naba Kumar  <naba@gnome.org>
9130         * TODO.tasks: Set 'Profiler plugin' task to assigned. Added new
9131         tasks 'Automated tests for Anjuta' and 'Bug fixing batch #1'
9133         * libanjuta/interfaces/libanjuta.idl, plugins/document-manager/plugin.c,
9134         plugins/project-manager/plugin.c: Added a new API in
9135         IAnjutaDocumentManager called ianjuta_document_manager_remove_editor().
9136         Added some documentation. On project close, close all editors that
9137         has files opened for the project.
9138         
9139         * plugins/glade/plugin.c, src/anjuta-app.c: Remove client widgets
9140         from the containers on anjuta_shell_remove_widget(). Do not destroy
9141         glade widgets once created.
9142         
9143 2006-10-03  Johannes Schmid <jhs@gnome.org>
9145         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9146         * libanjuta/interfaces/libanjuta.idl:
9147         const-List<> => const List<>
9148         List-free<> => List<>
9149         
9150         * Makefile.am: Reenabled launcher
9152 2006-10-03  Johannes Schmid <jhs@gnome.org>
9154         * libanjuta/interfaces/Makefile.am.iface:
9155         Install libanjuta.idl
9157 2006-10-02  Adam Dingle <adam@medovina.org>
9159         * src/action-callbacks.c: fixed bug #357542 (plugins window is too narrow)
9161 2006-10-02  Adam Dingle <adam@medovina.org>
9163         * plugins/editor/style-editor.c: fixed bug #357534
9164         * plugins/gdb/utilities.h: removed 2 unused declarations
9166 2006-10-02  Johannes Schmid <jhs@gnome.org>
9168         * Makefile.am: disabled anjuta-launcher
9169         * libanjuta/Makefile.am:
9170         
9171         * libanjuta/anjuta-plugin.c: (anjuta_plugin_class_init):
9172         * libanjuta/glue-factory.c: (glue_factory_add_path),
9173         (glue_factory_get_path):
9174         * libanjuta/plugins.c: (activate_tool), (tool_set_update):
9175         * libanjuta/glue-factory.h:
9176         * libanjuta/glue-cpp.h:
9177         * libanjuta/glue-cpp.c:
9178         Added support for C++ plugins. Those have a Language=C++ tag in their .plugin file      
9179         
9180         * libanjuta/interfaces/Makefile.am.iface:
9181         * libanjuta/interfaces/anjuta-idl-compiler.pl:
9182         * libanjuta/interfaces/libanjuta.idl:
9183         Add a new features to idl compiler:
9184         List<Type> => List of Type
9185         List-free<Type> => List of Type, it is up to the caller to free items and list
9186         const-List(-free)<Type> = const List of Types
9187         These three all wrap to GList* in C but will be handled differently in C++, Python, etc.
9188         
9189         * plugins/class-gen/class_gen.c: (gobject_class_create_code),
9190         (generic_cpp_class_create_code):
9191         Adapted to new project_manager interface
9192         
9193         * plugins/gdb/plugin.c: (ivariable_debugger_iface_init):
9194         * plugins/debug-manager/debugger.c:
9195         (ivariable_debugger_iface_init):
9196         Do not use C++ keyword "delete" for interface name
9197         
9198         * plugins/document-manager/anjuta-document-manager.plugin.in:
9199         Added m4 to mime-types
9200         
9201         * plugins/project-manager/plugin.c:
9202         (iproject_manager_add_source_multi):
9203         Changed interface to use GList instead of GList* (needs new gnome-build CVS)
9205 2006-10-01  Naba Kumar  <naba@gnome.org>
9207         * plugins/devhelp/anjuta-devhelp-simple.ui: Added a simple
9208         UI file used when out-of-process devhelp is used instead of
9209         embedded devhelp.
9210         
9211         * configure.in, plugins/Makefile.am, plugins/devhelp/Makefile.am,
9212         plugins/devhelp/plugin.c, plugins/devhelp/plugin.h,
9213         plugins/profile-default/default.anjuta: Build devhelp plugin,
9214         but use out-of-process devhelp if devhelp plugin is disabled
9215         (either by user or devhelp is not installed). Disabled devhelp
9216         plugin by default. Added it in default profile.
9218 2006-10-01  Naba Kumar  <naba@gnome.org>
9220         * plguins/project-manager/plugin.c: Possible fix for crash
9221         bug #358583.
9222         
9223         * configure.in, plugins/Makefile.am: Enabled glade plugin and
9224         set dep to last version 3.0.2.
9225         
9226         * plugins/cvs-plugin/plugin.c, plugins/file-loader/plugin.c,
9227         plugins/file-loader/plugin.h, plugins/subversion/plugin.c,
9228         plugins/symbol-browser/plugin.c: Use the right action group
9229         for getting popup actions (Fixes lots of assertion failures).
9231         * plugins/project-manager/plugin.c,
9232         plugins/project-manager/plugin.h: use separate action group
9233         for profie actions.
9234         
9235         * plugins/message-view/plugin.c: Disconnect session load
9236         signal on plugin deactivation (fixes a crash).
9238 2006-09-30  Naba Kumar  <naba@gnome.org>
9240         * TODO.tasks: Added a few debugger tasks from Sebastien (two bounties).
9241         * TODO.tasks: Assigned a bounty to Massimo.
9243 2006-09-29  Naba Kumar  <naba@gnome.org>
9245         * src/anjuta-app.c, src/shell.c: Fixed build errors.
9247 2006-09-30 Sebastien Granjoux <seb.sfo@free.fr>
9249         * plugins/debug-manager/debugger.c,
9250         plugins/debug-manager/plugin.c,
9251         libanjuta/interfaces/libanjuta.idl:
9252         Add a new abort command to quit debugger without waiting
9254         * plugins/gdb/debugger.c,
9255         plugins/gdb/debugger.h,
9256         plugins/gdb/plugin.c:
9257         Send a signal directly to the debugged program
9258         Implement abort command
9260         * plugins/debug-manager/debug_tree.c:
9261         Fix bug #358163
9263         * plugins/debug-manager/stack-trace.c:
9264         Fix bug #358009
9266 2006-09-29  Naba Kumar  <naba@gnome.org>
9268         * TODO.tasks: Updated.
9269         
9270         * plugins/gtodo/add_edit_item.c: Fixed text wrapping and item edit
9271         dialog.
9272         
9273         * TODO.tasks: Added more tasks and bounties. Marked a few completed.
9274         
9275         * TODO.tasks: Updated in light of the word wrapping fix
9276         in Tasks Manager. Added a test bounty entry.
9278         * TODO.tasks: Added four bounties.
9279         
9280 2006-09-28  Naba Kumar  <naba@gnome.org>
9282         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h:
9283         Added 'customizable' parameter to
9284         anjuta_ui_add_action_group_entries() and similar functions to
9285         allow user configuration of the actions. Filter out actions that
9286         are not configurable items (such as submenu items). Now the
9287         'Customize shortcuts' dialog is much better listed.
9289         * plugins/build-basic-autotools/build-basic-autotools.c,
9290         plugins/build-basic-autotools/build-basic-autotools.h,
9291         plugins/cvs-plugin/plugin.c,
9292         plugins/cvs-plugin/plugin.h,
9293         plugins/debug-manager/breakpoints.c,
9294         plugins/debug-manager/plugin.c,
9295         plugins/debug-manager/stack_trace.c,
9296         plugins/debug-manager/watch.c,
9297         plugins/devhelp/plugin.c,
9298         plugins/document-manager/plugin.c,
9299         plugins/file-loader/plugin.c,
9300         plugins/file-manager/plugin.c,
9301         plugins/glade/plugin.c,
9302         plugins/gtodo/interface.c,
9303         plugins/gtodo/plugin.c,
9304         plugins/language-support-cpp-java/plugin.c,
9305         plugins/macro/plugin.c,
9306         plugins/macro/plugin.h,
9307         plugins/message-view/plugin.c,
9308         plugins/patch/plugin.c,
9309         plugins/profile-default/default.anjuta,
9310         plugins/project-manager/plugin.c,
9311         plugins/project-manager/plugin.h,
9312         plugins/sample1/plugin.c,
9313         plugins/search/plugin.c,
9314         plugins/subversion/plugin.c,
9315         plugins/subversion/plugin.h,
9316         plugins/symbol-browser/plugin.c,
9317         plugins/symbol-browser/plugin.h,
9318         plugins/tools/plugin.c,
9319         plugins/valgrind/plugin.c,
9320         plugins/valgrind/plugin.h: Fixed to take care of above change
9321         in API of AnjutaUI. Properly added/removed action groups in some
9322         plugins. Split action groups into customization and non-customizable
9323         groups and added them separately.
9325         * plugins/document-manager/plugin.c: Close files belonging to
9326         project when project is closed (not complete).
9327         
9328         * plugins/gtodo/plugin.c: Enabled wrapping of tasks texts and
9329         vertical aligned cell entries.
9330         
9331         * src/anjuta-app.c: Define macros for the placeholder names.
9332         Set default widths and heights of the default placeholders,
9333         so that newly docked widgets are correclty sized.
9334         
9335         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
9336         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h:
9337         Fixed to generated correct actions addition/removal code.
9339 2006-09-25  Naba Kumar  <naba@gnome.org>
9341         * libanjuta/Makefile.am, libanjuta/libanjuta.h,
9342         libanjuta/anjuta-serializer.[ch]: Implemented serialization
9343         class.
9344         
9345         * plugins/message-view/anjuta-msgman.c,
9346         plugins/message-view/anjuta-msgman.h,
9347         plugins/message-view/message-view.c,
9348         plugins/message-view/message-view.h,
9349         plugins/message-view/plugin.c: Serialize messages panes in
9350         session save and deserialize them in session load so that
9351         build messages persistant.
9352         
9353 2006-09-24  Johannes Schmid <jhs@gnome.org>
9355         * libanjuta/anjuta-utils.c:
9356         * plugins/message-view/message-view.c:
9357         Really fixed #355407
9359 2006-09-23 Sebastien Granjoux <seb.sfo@free.fr>
9361         * libanjuta/interfaces/libanjuta.idl:
9362         Change one variable sign
9364         * plugins/debug-manager/anjuta-debug-manager.glade,
9365         plugins/debug-manager/anjuta-debug-manager.ui:
9366         Few small interface changes     
9368         * plugins/debug-manager/debug_tree.h,
9369         plugins/debug-manager/watch.c,
9370         plugins/debug-manager/debugger.c,
9371         plugins/debug-manager/plugin.c
9372         plugins/gdb/debugger.c,
9373         plugins/gdb/plugin.c:
9374         Big rewrite of debugger queue
9375         Allow to cancel command
9377         * plugins/debug-manager/memory.c:
9378         Fix a bug if a command is cancelled
9380 2006-09-23  Bursig Rafal <Bursig_Rafal@mentor.com>
9382         * plugins/gdb/debugger.c,
9383         plugins/debug-manager/debug_tree.c,
9384         plugins/debug-manager/locals.c:
9385         Restore tree representation for local variable
9386         Add argument in local variable list
9387         Use gdb variable object to get all informations
9389 2006-09-19  Naba Kumar  <naba@gnome.org>
9391         * libanjuta/anjuta-save-prompt.[c,h]: Added missing files
9392         that implements AnjutaSavePrompt class.
9394         * ChangeLog: Fixed indentation.
9395         
9396         * libanjuta/Makefile.am,
9397         libanjuta/anjuta-marshal.list,
9398         libanjuta/anjuta-shell.c,
9399         libanjuta/anjuta-shell.h,
9400         plugins/document-manager/action-callbacks.c,
9401         plugins/document-manager/action-callbacks.h,
9402         plugins/document-manager/anjuta-docman.c,
9403         plugins/document-manager/anjuta-docman.h,
9404         plugins/document-manager/plugin.c,
9405         src/anjuta.c: Impletemnted save prompt dialog to prompt for
9406         unsaved items during exit. A new signal is added in shell
9407         interface called 'save-prompt' to collect all unsaved items.
9408         Create AnjutaSavePrompt class (dialog) to process unsaved items.
9409         Fixed document manager to use the new save-prompt signal in shell
9410         and AnjutaSavePrompt object for unsaved files. Cleaned up
9411         AnjutaDocman to synchronously save new files. Fixed function
9412         names.
9414 2006-09-18  Johannes Schmid <jhs@gnome.org>
9416         * configure.in: Added gdl-gnome-1.0 to depencies and bumped
9417         gdl requirement to 0.7.0
9419 2006-09-18  Johannes Schmid <jhs@gnome.org>
9421         * global-tags/.cvsignore:
9422         * global-tags/Makefile.am:
9423         * global-tags/create_global_tags.sh (removed):
9424         * global-tags/create_global_tags.sh.in (added):
9425         Fixed #355407
9426         
9427         * libanjuta/anjuta-launcher.c:
9428         Fixed #349374
9429         
9430         * plugins/project-manager/plugin.c:
9431         (project_manager_plugin_close_project):
9432         Fixed crasher
9433         
9434         * plugins/symbol-browser/plugin.c: (update_editor_symbol_model):
9435         Fixed gtk critical
9436         
9437         * src/anjuta-app.c: (on_add_merge_widget), (on_widget_remove):
9438         More reasonable toolbar creation/deletition though it does
9439         not completly work!
9441 2006-09-15  Johannes Schmid <jhs@gnome.org>
9443         * libanjuta/anjuta-utils.c/.h:
9444         Fixed #355168
9446 2006-09-13  Curtis Magyar <curtm4n@gmail.com>
9448         * scintilla/ScintillaGTK.cxx
9449         Fixed doulbe freeing in Scintilla
9451 2006-09-12  Johannes Schmid  <jhs@gnome.org>
9453         * plugins/symbol-browser/an_symbol_prefs.c:
9454         Support unloading / reloading of the module (for example when
9455         closing a project and opening another one).
9457         * plugins/project-manager/plugin.c:
9458         Really fixed #355148 (Show project name in title bar)
9460 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9462         * libanjuta/plugins.c:
9463         Fixed #355156 (Show plugins in alphabetical order)
9465 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9467         * plugins/project-manager/plugin.c:
9468         Fixed #355148 (Show project name in title bar)
9470 2006-09-09  Johannes Schmid  <jhs@gnome.org>
9472         * plugins/project-manager/plugin.c:
9473         (value_removed_project_root_uri):
9474         Fixed crasher if project cannot be opened
9476 2006-08-30 Naba Kumar  <naba@gnome.org>
9478         * plugins/language-support-cpp-java/plugin.[c,h],
9479         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9480         Impletemnted UI for auto indent.
9481         
9482 2006-08-28 Naba Kumar  <naba@gnome.org>
9483         
9484         * plugins/gvim/.cvsignore,
9485         plugins/gvim/Makefile.am,
9486         plugins/gvim/anjuta-vim-plugin.png,
9487         plugins/gvim/anjuta-vim.c,
9488         plugins/gvim/anjuta-vim.h,
9489         plugins/gvim/anjuta-vim.plugin.in,
9490         plugins/gvim/gtkvim.c,
9491         plugins/gvim/gtkvim.h,
9492         plugins/gvim/plugin.c,
9493         plugins/gvim/plugin.h: Added gvim anjuta plugin. Not included
9494         in build yet.
9496 2006-08-28 Naba Kumar  <naba@gnome.org>
9498         Patch from: Massimo Corà  <maxcvs@email.it>
9499         * tagmanager/tm_source_file.c, tagmanager/tm_workspace.c: Fixed
9500         possible infinite loop.
9502 2006-08-22 Adam Dingle <adam@medovina.org>
9503         
9504         * plugins/editor/editor.glade: Fixed bug 346775 ("no highlight styles
9505         to edit are shown in the preferences dialog in anjuta").
9506         Removed unused widgets from the style editor dialog.
9508 2006-08-21  Johannes Schmid <jhs@gnome.org>
9510         * plugins/symbol-browser/test-class.[cpp/h]
9511         Added missing files
9513 2006-08-18  Naba Kumar  <naba@gnome.org>
9515         * plugins/sourceview/sourceview.c: Emit language-changed signal at the
9516         end of document loading.
9518         * plugins/language-support-cpp-java/plugin.c,
9519         plugins/sourceview/sourceview.c: Fixed plugin loading.
9521 2006-08-17  Naba Kumar  <naba@gnome.org>
9523         * plugins/language-support-cpp-java/plugin.c,
9524         plugins/language-support-cpp-java/plugin.h: Implemented emacs-style
9525         mode line parsing. Indentation parameters initialized based on
9526         mode line parameters.
9528 2006-08-16  Naba Kumar  <naba@gnome.org>
9530         * Makefile.am, plugins/editor/text_editor.c,
9531         plugins/language-support-cpp-java/plugin.c: Fixed indentation in
9532         comments.
9534 2006-08-16 Naba Kumar  <naba@gnome.org>
9536         Patch from  Massimo Cora'  <maxcvs@email.it>:
9537         
9538         * plugins/editor/aneditor-autocomplete.cxx,
9539         plugins/editor/aneditor-calltip.cxx,
9540         plugins/symbol-browser/Makefile.am,
9541         plugins/symbol-browser/an_symbol.c,
9542         plugins/symbol-browser/an_symbol_view.c,
9543         plugins/symbol-browser/plugin.c,
9544         tagmanager/Makefile.am, tagmanager/acconfig.h, tagmanager/args.c,
9545         tagmanager/args.h, tagmanager/asm.c, tagmanager/asp.c,
9546         tagmanager/awk.c, tagmanager/beta.c, tagmanager/c.c,
9547         tagmanager/cobol.c, tagmanager/ctags.c, tagmanager/ctags.h,
9548         tagmanager/debug.c, tagmanager/debug.h, tagmanager/eiffel.c,
9549         tagmanager/entry.c, tagmanager/entry.h, tagmanager/erlang.c,
9550         tagmanager/fortran.c, tagmanager/general.h, tagmanager/get.c,
9551         tagmanager/get.h, tagmanager/html.c,
9552         tagmanager/include/tm_source_file.h,
9553         tagmanager/include/tm_tag.h,
9554         tagmanager/include/tm_workspace.h,
9555         tagmanager/jscript.c, tagmanager/keyword.c,
9556         tagmanager/keyword.h, tagmanager/lisp.c,
9557         tagmanager/lregex.c, tagmanager/lua.c,
9558         tagmanager/main.h, tagmanager/make.c,
9559         tagmanager/options.c, tagmanager/options.h,
9560         tagmanager/parse.c, tagmanager/parse.h,
9561         tagmanager/parsers.h, tagmanager/pascal.c,
9562         tagmanager/perl.c, tagmanager/php.c,
9563         tagmanager/python.c, tagmanager/read.c,
9564         tagmanager/read.h, tagmanager/readtags.c,
9565         tagmanager/readtags.h, tagmanager/rexx.c,
9566         tagmanager/routines.c, tagmanager/routines.h,
9567         tagmanager/ruby.c, tagmanager/scheme.c,
9568         tagmanager/sh.c, tagmanager/slang.c,
9569         tagmanager/sml.c, tagmanager/sort.c,
9570         tagmanager/sort.h, tagmanager/sql.c,
9571         tagmanager/strlist.c, tagmanager/strlist.h,
9572         tagmanager/tcl.c, tagmanager/tm_source_file.c,
9573         tagmanager/tm_symbol.c, tagmanager/tm_tag.c,
9574         tagmanager/tm_workspace.c, tagmanager/verilog.c,
9575         tagmanager/vim.c, tagmanager/vstring.c,
9576         tagmanager/vstring.h, tagmanager/yacc.c: Updated ctags to version
9577         5.6 and namespace completion fixed.
9579         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9580         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated.
9582 2006-08-15 Naba Kumar  <naba@gnome.org>
9584         * libanjuta/interfaces/libanjuta.idl,
9585         plugins/editor/text-editor-iterable.c,
9586         plugins/editor/text_editor.c,
9587         plugins/sourceview/sourceview-cell.c,
9588         plugins/sourceview/sourceview.c: Implemented ianjuta_iterable_clone(),
9589         ianjuta_iterable_assign(), ianjuta_editor_begin_action (),
9590         ianjuta_editor_end_action().
9591         
9592         * plugins/language-support-cpp-java/plugin.c: Improved auto-indentation.
9594 2006-08-13 Naba Kumar  <naba@gnome.org>
9596         * plugins/debug-manager/breakpoints.c,
9597         plugins/debug-manager/memory.c,
9598         plugins/debug-manager/registers.c,
9599         src/layout.xml: Fixed debugger widgets layout.
9601 2006-08-12 Naba Kumar  <naba@gnome.org>
9603         * plugins/editor/aneditor-indent.cxx, plugins/editor/aneditor-priv.h,
9604         plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
9605         plugins/editor/editor.glade, plugins/editor/text_editor.h,
9606         plugins/editor/text_editor_prefs.c: Disabled automatic indentation
9607         codes and dead codes. Removed automatic indentation prefs.
9609 2006-08-12  Johannes Schmid <jhs@gnome.org>
9611         * libanjuta/Makefile.am:
9612         * libanjuta/anjuta-launcher.c:
9613         * libanjuta/anjuta-launcher.h:
9614         * libanjuta/anjuta-plugin.c:
9615         * libanjuta/anjuta-plugin.h:
9616         * libanjuta/anjuta-preferences.c:
9617         * libanjuta/anjuta-preferences.h:
9618         * libanjuta/anjuta-shell.c:
9619         * libanjuta/anjuta-shell.h:
9620         * libanjuta/libanjuta.h:
9621         
9622         Made wrapper friendly:
9623         - no inline in header files (preferences_set/get)
9624         - correct signal names
9625         - correct GError** argument in anjuta_shell_freeze/thaw
9626         - include correct files in libanjuta.h
9627         
9628         * plugins/project-manager/plugin.c: 
9629         Fixed two crashers
9631 2006-08-11 Naba Kumar  <naba@gnome.org>
9633         * plugins/editor/aneditor-priv.h,
9634         plugins/editor/aneditor.cxx: Disabled inbuilt autoindentation.
9635         
9636         * plugins/editor/text_editor_cbs.c,
9637         plugins/sourceview/anjuta-view.c: Pass the right position for char
9638         added signal.
9639         
9640         * plugins/sourceview/anjuta-view.c: Emit char-added signal for tab.
9641         
9642         * plugins/language-support-cpp-java/plugin.c: Fixed memory corruption.
9644 2006-08-11 Naba Kumar  <naba@gnome.org>
9646         * plugins/sourceview/sourceview-cell.c: Fixed get_character () to
9647         return the right character at the iter position and get_char() to
9648         not leak memory.
9650         * plugins/sourceview/sourceview.c: Fixed get_line_begin_position()
9651         to set to character offset and not byte index.
9653         * plugins/language-support-cpp-java/plugin.c: Improved
9654         auto-indentation login. Indents opening and closing braces correctly.
9656 2006-08-10  Johannes Schmid <jhs@gnome.org>
9658         * INSTALL:
9659         * autogen.sh:
9660         Required automake = 1.9
9662         * libanjuta/anjuta-children.c:
9663         * libanjuta/anjuta-children.h:
9664         * libanjuta/anjuta-encodings.h:
9665         * libanjuta/anjuta-launcher.h:
9666         * libanjuta/anjuta-plugin-description.h:
9667         * libanjuta/anjuta-preferences-dialog.h:
9668         * libanjuta/anjuta-preferences.h:
9669         * libanjuta/anjuta-session.h:
9670         * libanjuta/anjuta-status.h:
9671         * libanjuta/anjuta-ui.h:
9672         * libanjuta/anjuta-utils.c:
9673         * libanjuta/anjuta-utils.h:
9674         * libanjuta/e-splash.h:
9675         * libanjuta/glue-factory.h:
9676         * libanjuta/glue-plugin.h:
9677         * libanjuta/plugins.h:
9678         * libanjuta/resources.h:
9679         Fixed libanjuta to be able to wrap it
9680         - G_BEGIN_DECLS, G_END_DECLS
9681         - include all necessary files in libanjuta.h
9683         * plugins/gtodo/tray-icon.c:
9684         * plugins/terminal/terminal.c:
9685         Some build fixes for freebsd
9687         * plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
9688         * plugins/sourceview/sourceview.glade:
9689         Remove auto-indent feature as it is now in language-support
9691 2006-08-09 Naba Kumar  <naba@gnome.org>
9693         * plugins/language-support-cpp-java/anjuta-language-cpp-java.glade,
9694         plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui:
9695         Added missing files.
9697         * plugins/sourceview/sourceview.c:  Implemented get_tabsize(),
9698         get_use_spaces(), set_tabsize() and set_use_spaces().
9700 2006-08-09 Naba Kumar  <naba@gnome.org>
9702         * libanjuta/anjuta-plugin.c: Only merge preferences if the plugin
9703         succeeded in activating.
9705         * plugins/document-manager/plugin.c: Added debug message.
9707         * libanjuta/interfaces/libanjuta.idl,
9708         plugins/editor/text_editor.c: Implemented get_tabsize(),
9709         get_use_spaces(), set_tabsize() and set_use_spaces().
9711         * plugins/language-support-cpp-java/Makefile.am,
9712         plugins/language-support-cpp-java/plugin.c,
9713         plugins/language-support-cpp-java/plugin.h: Used editor parameters
9714         for indentation. Added preferences page for paramenters.
9716         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
9718 2006-08-08 Naba Kumar  <naba@gnome.org>
9720         * libanjuta/interfaces/libanjuta.idl,
9721         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9722         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
9723         plugins/editor/text_editor.c,
9724         plugins/sourceview/sourceview.c: Added grab_focus() in IAnjutaEditor
9725         and implemented it for both scintilla and sourceview.
9727         * plugins/search/plugin.c: Use the new grab_focus() to transfer
9728         focus back to editor (happens when pressing esc in incremental
9729         search box).
9731 2006-08-08 Naba Kumar  <naba@gnome.org>
9733         * libanjuta/interfaces/libanjuta.idl,
9734         plugins/editor/text_editor.c,
9735         plugins/editor/text_editor.h,
9736         plugins/editor/text-editor-iterable.c,
9737         plugins/sourceview/sourceview-cell.c,
9738         plugins/sourceview/sourceview.c: Implemented editor attributes
9739         methods.
9740         
9741         * plugins/editor/aneditor.cxx: Disabled old indentation code.
9742         plugins/language-support-cpp-java/plugin.c: Implemented indentation
9743         code (not complete yet).
9745         * manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
9746         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
9747         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
9748         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
9749         manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
9750         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
9752 2006-08-04 Naba Kumar  <naba@gnome.org>
9754         * plugins/sourceview/sourceview.c: Fixed ieditor_goto_position
9755         implementation.
9756         
9757 2006-08-03  Johannes Schmid <jhs@gnome.org>
9759         * configure.in: Add a more informative text to valgrind plugin
9761         * TODO.tasks:
9762         Modified Preferences tasl
9763         * libanjuta/anjuta-plugin.c: 
9764         * libanjuta/anjuta-preferences-dialog.c: 
9765         * libanjuta/anjuta-preferences-dialog.h:
9766         * libanjuta/anjuta-preferences.c:
9767         * libanjuta/anjuta-preferences.h:
9768         * libanjuta/interfaces/Makefile.am.iface:
9769         * libanjuta/interfaces/libanjuta.idl:
9770         Added IAnjutaPreferences interface which every plugin that has preferences should
9771         implement. Call merge() and unmerge() at plugin activation/deactivation.
9772         Fixed preferences_page_remove()
9773         
9774         * plugins/build-basic-autotools/build-basic-autotools.c:
9775         * plugins/cvs-plugin/plugin.c: 
9776         * plugins/document-manager/plugin.c:
9777         * plugins/editor/plugin.c:
9778         * plugins/editor/plugin.h:
9779         * plugins/file-manager/plugin.c: 
9780         * plugins/gtodo/main.h:
9781         * plugins/gtodo/plugin.c: 
9782         * plugins/gtodo/preferences.c: 
9783         * plugins/message-view/anjuta-msgman.c: 
9784         * plugins/message-view/anjuta-msgman.h:
9785         * plugins/message-view/plugin.c:
9786         * plugins/sourceview/plugin.c: 
9787         * plugins/sourceview/plugin.h:
9788         * plugins/symbol-browser/an_symbol_prefs.c:
9789         * plugins/symbol-browser/plugin.c: 
9790         * plugins/terminal/terminal.c: 
9791         * plugins/valgrind/plugin.c
9792         * src/anjuta-app.c:
9793         
9794         Updated preference loading/unloading for all plugins
9796 2006-08-03 Guenther Brammer <gbrammer@gmx.de>
9797         
9798         * configure.in, libanjuta/Makefile.am, libegg/Makefile.am,
9799         src/Makefile.am, plugins/tools/scripts/Makefile.am: 
9800     - Do not define PACKAGE_*_DIR in config.h, use -D compiler arguments instead as
9801         recommended by the autoconf manual. 
9802         - Fixes compiling with autoconf 2.60.
9803         
9804         * libanjuta/libanjuta-1.0.pc.in: Silence a warning about datarootdir
9806 2006-08-02      Johanes Schmid <jhs@gnome.org>
9808         * plugins/profile-default/plugin.c:
9809         Fixed session handling
9811 2006-08-01  Johannes Schmid <jhs@gnome.org>
9813         * configure.in
9814         * plugins/Makefile.am:
9815         Disabled devhelp and glade for now as they do not work (#341073
9816         and #341170)
9817         
9818         * plugins/profile-default/anjuta-default-profile.ui (removed):
9819         * plugins/profile-default/plugin.c:
9820         * plugins/profile-default/plugin.h:
9821         * plugins/project-manager/anjuta-project-manager.ui:
9822         * plugins/project-manager/plugin.c:
9823         * plugins/project-manager/plugin.h:
9824         Limted multiple project support #315043
9826         * libanjuta/interfaces/libanjuta.idl:
9827         Added ianjuta_profile_unload
9829 2006-07-31 Naba Kumar  <naba@gnome.org>
9831         * libanjuta/interfaces/libanjuta.idl,
9832         plugins/editor/text-editor-iterable.c,
9833         plugins/editor/text_editor.c,
9834         plugins/sourceview/anjuta-view.c,
9835         plugins/sourceview/anjuta-view.h,
9836         plugins/sourceview/sourceview.c: Fixed text iteration and 
9837         IAnjutaEditor implementations in both scintilla
9838         and sourceview. Cleand up libanjuta API: Removed redundant
9839         erase_range() method from IAnjutaEditor interface, fixed
9840         ianjuta_editor_get_text to take length instead of range (consistency).
9841         autoindentation in both sourceview and scintilla more or less works,
9842         but still disabled for now because there are still some anomalies
9843         in text iteration.
9845         * plugins/language-support-cpp-java/plugin.c: Fixed indentation code.
9847         * plugins/symbol-browser/plugin.c, plugins/tools/execute.c: Fixed
9848         API changes.
9850 2006-07-30  Johannes Schmid <jhs@gnome.org>
9852         * plugins/sourceview/anjuta-document.c:
9853         * plugins/sourceview/anjuta-document.h:
9854         * plugins/sourceview/anjuta-view.c: 
9855         * plugins/sourceview/sourceview.c:
9856         Wrote a new "char_added" implementation, I hope this one is good
9858         * plugins/sourceview/sourceview-cell.c:
9859         Fixed typo: "text_iter" instead of "iter"
9861 2006-07-30 Naba Kumar  <naba@gnome.org>
9863         * plugins/sourceview/sourceview-cell.c: Fixed iter navigation.
9865 2006-07-30  Johannes Schmid <jhs@gnome.org>
9867         * autogen.sh: use gnome-autogen.sh from gnome-coomen
9868         
9869         * plugins/debug-manager/plugin.c: 
9870         * plugins/patch/plugin.c:
9871         Use IAnjutaIndicable to mark debugger position
9873         * plugins/sourceview/sourceview.c:
9874         Define colors for IAnjutaIndicable
9876 2006-07-29  Johannes Schmid <jhs@gnome.org>
9878         * plugins/debug-manager/anjuta-debug-manager.ui:
9879         * plugins/debug-manager/breakpoints.c:
9880         * plugins/debug-manager/images/Makefile.am:
9881         * plugins/debug-manager/images/run-to-cursor.png:
9882         * plugins/debug-manager/plugin.c:
9883         Added toolbar and some icons
9885         * plugins/patch/anjuta-patch.ui:
9886         * plugins/patch/patch-plugin.c:
9887         * plugins/patch/patch-plugin.glade:
9888         * plugins/patch/plugin.c:
9889         * plugins/patch/plugin.h:
9890         Improved patch plugin (GUI and function)
9892         * plugins/sourceview/sourceview.c:
9893         Fixed another Gtk-Critical
9895         * plugins/tools/anjuta-tools.ui:
9896         * plugins/tools/plugin.h:
9897         Put Patch plugin in tools menu and changed ui file
9899 2006-07-29  Johannes Schmid <jhs@gnome.org>
9901         * plugins/document-manager/plugin.c:
9902         Fixed accelator Gtk-Warning
9904         * plugins/message-view/anjuta-msgman.c: 
9905         Fixed Gtk-Warning
9907         * plugins/sourceview/anjuta-document.c:
9908         * plugins/sourceview/anjuta-document.h:
9909         * plugins/sourceview/anjuta-marshal.list:
9910         Wrote a better emitter for the char-added signal
9912         * plugins/sourceview/sourceview.c:
9913         Fixed Redo/Undo to void Gtk-Criticals
9914         
9915         * plugins/sourceview/sourceview-args.c:
9916         * plugins/sourceview/sourceview-cell.c:
9917         * plugins/sourceview/sourceview-scope.c:
9918         * plugins/sourceview/sourceview-tags.c: 
9919         Adapted to new IAnjutaIterator API
9921 2006-07-28 Naba Kumar  <naba@gnome.org>
9923         * libanjuta/interfaces/libanjuta.idl: More accurate comments.
9925         * plugins/symbol-browser/an_symbol.c,
9926         plugins/symbol-browser/an_symbol_iter.c,
9927         plugins/symbol-browser/an_symbol_iter.h: AnjutaSymbolIter is now
9928         subclass of AnjutaSymbol so that the symbol is accessible from
9929         the iter in light of changes in IAnjutaIterable.
9931         * plugins/class-inheritance/class-inherit.c: Fixed based on changes
9932         implementation of IAnjutaIterable.
9934 2006-07-28 Naba Kumar  <naba@gnome.org>
9936         * libanjuta/interfaces/libanjuta.idl: Removed get data methods in
9937         IAnjutaIterable. They were kind of useless since the interface is
9938         defined on the data object itself. Added set_position() method
9939         in IAnjutaIterable to allow setting arbitrary current index to the
9940         iter.
9941         Added erase() and erase_range() in IAnjutaEditor.
9943         * plugins/editor/text-editor-iterable.c: Fixed 
9944         plugins/editor/text_editor.c: Implemented erase() and erase_range()
9945         methods in editor. Fixed get_line_from_position() method.
9947         * plugins/language-support-cpp-java/plugin.c: Fixed indentation
9948         code. It's disabled for now.
9950         * plugins/sourceview/sourceview-cell.c,
9951         plugins/symbol-browser/an_symbol_iter.c: Fixed IAnjutaIterable
9952         implementation.
9954 2006-07-27  Johannes Schmid <jhs@gnome.org>
9956         * plugins/sourceview/sourceview-cell.c:
9957         Fixed IAnjutaEditorCell to work only on a single line
9958         Fixed crasher in finalize
9960         * plugins/symbol-browser/an_symbol_prefs.c:
9961         * global-tags/Makefile.am:
9962         Philip van Hoof pointed out that it is a bad idea to depend on PATH for
9963         script installation     
9965 2006-07-26 Naba Kumar  <naba@gnome.org>
9967         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaEditorCell and
9968         IAnjutaEditorCellStyle interfaces to not inherit IAnjutaEditor.
9969         
9970         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml: Updated.
9971         
9972         * plugins/document-manager/plugin.c: Fixed dynamic loading of
9973         support plugins
9974         
9975         * plugins/editor/text-editor-iterable.c,
9976         plugins/editor/text_editor.c,
9977         plugins/editor/text_editor_cbs.c: Fixed ianjuta_editor_get_text
9978         method to work correctly, it was ignoring start and end parameters.
9979         Fixed TextEditorCell implementation. Fixed 'char-added' signal
9980         emission.
9981         
9982         * plugins/language-support-cpp-java/anjuta-language-cpp-java.plugin.in,
9983         plugins/language-support-cpp-java/plugin.c: Fixed indentation engine.
9985 2006-07-24  Massimo Cora'  <maxcvs@email.it>
9987         * plugins/symbol-browser/an_symbol_view.c,
9988         plugins/symbol-browser/an_symbol_view.h,
9989         plugins/symbol-browser/plugin.c:
9990     fix a matching case into sv_extract_type_qualifier_from_expr ()
9991     and some minor issues.
9993 2006-07-26  Johannes Schmid <jhs@gnome.org>
9995         * plugins/language-support-cpp-java/plugin.c:
9996         Fixed to work kind of with sourceview editor
9997         * plugins/sourceview/anjuta-document.c: 
9998         * plugins/sourceview/anjuta-view.c: 
9999         * plugins/sourceview/sourceview-cell.c:
10000         * plugins/sourceview/sourceview.c:
10001         Fixed IAnjutaEditorCell and "char-added" signal
10003 2006-07-24 Naba Kumar  <naba@gnome.org>
10005         * plugins/document-manager/plugin.c,
10006         plugins/document-manager/plugin.h: Initial implementedion for loading
10007         support plugins.
10008         
10009         * plugins/editor/text_editor.c: Fixed IAnjutaEditorLanguage
10010         implementation.
10011         
10012         * plugins/editor/text_editor.c: Fixed syntax highlighting when
10013         indicators are cleared (that leaved grey texts).
10015 2006-07-14 Sebastien Granjoux <seb.sfo@free.fr>
10017         * libanjuta/interfaces/libanjuta.idl,
10018         plugins/debug-manager/breakpoints.c,
10019         plugins/debug-manager/memory.c,
10020         plugins/debug-manager/registers.c,
10021         plugins/debug-manager/debug_tree.c,
10022         plugins/debug-manager/debugger.c,
10023         plugins/gdb/debugger.c,
10024         plugins/gdb/debugger.h,
10025         plugins/gdb/plugin.c:
10026         Add a parameter for reporting error
10027         Add a new interface for using gdb variable object
10028         Allow to cancel commands
10029         Rewrite handling of debugger state
10031         * plugins/debug-manager/plugin.c,
10032         plugins/debug-manager/locals.c,
10033         plugins/debug-manager/locals.h,
10034         plugins/debug-manager/register.c,
10035         plugins/debug-manager/stack_trace.c,
10036         plugins/debug-manager/stack_trace.h:
10037         Create and destroy local and stack trace windows when needed
10039 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10041         * plugins/document-manager/plugin.c:
10042         Fixed "Automatic" highlighting
10044 2006-07-20  Johannes Schmid <jhs@cvs.gnome.org>
10046         * plugins/sourceview/sourceview.c: Added support for IAnjutaEditorLanguage
10048         * plugins/sourceview/anjuta-view.c:
10049         Patch from Fredrik Axelsson <fraxbe@gmail.com> to fix a popup-menu issue
10051 2006-07-14  Johannes Schmid <jhs@cvs.gnome.org>
10052         
10053         * configure.in: Check for C/C++-Compiler correctly
10055 2006-07-14  Fredrik Axelsson <fraxbe@gmail.com>
10057         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10059         * plugins/debug-manager/stack_trace.c:
10060         Destroy stack window when debuuger is disabled (#347414)
10061         
10062         * plugins/sourceview/anjuta-view.c:
10063         Fix a crash with popup-menu (#347412)
10065 2006-07-13 Naba Kumar  <naba@gnome.org>
10067         * plugins/editor/Makefile.am,
10068         plugins/editor/text_editor.h,
10069         plugins/editor/text-editor-iterable.h,
10070         plugins/editor/text-editor-iterable.c: Implemented text iterator (not
10071         tested yet).
10072         
10073         * plugins/language-support-cpp-java/plugin.c: Preliminary indentation
10074         code.
10075         
10076         * plugins/sourceview/sourceview-cell.c: Fixed a leak.
10078 2006-07-03  Johannes Schmid <jhs@cvs.gnome.org>
10080         * plugins/editor/text_editor.c: (convert_to_utf8_from_charset):
10081         Bug #342937
10082         
10083 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10085         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10087         * libanjuta/anjuta-preferences-dialog.c:
10088         Do not use the page_num returned by gtk_notebook_append_page to
10089         remove the page as it cause bugs when pages removal is not done
10090         in LIFO.
10092         * plugins/document-manager/anjuta-docman.c:
10093         * src/anjuta-app.c:
10094         makes Anjuta display dock_items which have previously been hidden
10096 2006-07-03  Fredrik Axelsson <fraxbe@gmail.com>
10098         reviewed by: Johannes Schmid <jhs@cvs.gnome.org>
10100         * plugins/debug-manager/breakpoints.c: (on_clear_all_breakpoints):
10101         * plugins/sourceview/sourceview.c: (imark_unmark):
10102         
10103         Patches for bugs #346450 and #346295
10104         
10105         * AUTHORS: Added Fredrik
10107 2006-06-18 Johannes Schmid <jhs@cvs.gnome.org>
10109         * plugins/message-view/anjuta-msgman.c: 
10110         Fixed close button/icon size (like in docman)
10112 2006-06-10 Naba Kumar <naba@gnome.org>
10114         * plugins/editor/text_editor.c: Fixed goto line to mark the line
10115         being set.
10116         
10117 2006-06-10 Sebastien Granjoux <seb.sfo@free.fr>
10119         * libanjuta/interfaces/libanjuta.idl:
10120         Move inspect_memory function in IAnjutaCpuDebugger interface
10121         Rename Boolean type to State
10123         * plugins/debug-manager/breakpoint.c:
10124         Rename Boolean type to State
10126         * plugins/debug-manager/Makefile.am,
10127         plugins/debug-manager/anjuta-marshal.list,
10128         plugins/debug-manager/data_view.c,
10129         plugins/debug-manager/data_view.h,
10130         plugins/debug-manager/data_buffer.c,
10131         plugins/debug-manager/data_buffer.h,
10132         plugins/debug-manager/chunk_view.c,
10133         plugins/debug-manager/chunk_view.h,
10134         plugins/debug-manager/anjuta-debug-manager.ui,
10135         plugins/debug-manager/debugger.c,
10136         plugins/debug-manager/memory.c,
10137         plugins/debug-manager/memory.h,
10138         plugins/debug-manager/plugin.c,
10139         plugins/gdb/debugger.c,
10140         plugins/gdb/debugger.h,
10141         plugins/gdb/plugin.c:
10142         Rewrite memory window using a special widget
10143         Rename Boolean type to State
10145 2006-06-08 Naba Kumar <naba@gnome.org>
10147         * plugins/editor/text_editor.c (itext_editor_get_current_word):
10148         Do not return garbage characters and return NULL when there is no
10149         current word.
10150         
10151         * plugins/search/plugin.c: Fixed next occurance and prev occurance to
10152         work correctly.
10153         
10154         * plugins/search/search-replace.c: Fixed a mem leak.
10156 2006-06-08  Johannes Schmid <jhs@cvs.gnome.org>
10158         * libanjuta/anjuta-launcher.c:
10159         Added debug message (see #343522)
10160         
10161         * plugins/build-basic-autotools/build-basic-autotools.c:
10162         Patch from Günther Brammer to fix #344015
10164         * plugins/sourceview/sourceview.c:
10165         Implemented IAnjutaEditor->get_begin/end_line_position (crashed
10166         automatic highlight of build messages)
10168 2006-06-06 Naba Kumar <naba@gnome.org>
10170         * configure.in,
10171         libanjuta/interfaces/libanjuta.idl,
10172         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10173         plugins/Makefile.am,
10174         plugins/document-manager/action-callbacks.c,
10175         plugins/document-manager/plugin.c,
10176         plugins/editor/text_editor.c: Implemented IAnjutaEditorLanguage
10177         interface for language highlight selection and langauge change
10178         signal.
10179         
10180         * plugins/language-support-cpp-java: Added language support
10181         plugin for cpp and java.
10183 2006-05-27  Naba Kumar  <naba@gnome.org>
10185         * libanjuta/interfaces/libanjuta.idl, plugins/gdb/*,
10186         plugins/debug-manager/*, data/Makefile.am,
10187         manuals/reference/libanjuta/libanjuta.types,
10188         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10189         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10190         merged anjuta-new-debugger branch into trunck.
10191         (cvs -z3 up -j anjuta-merged-from-trunk-to-new-debugger -j anjuta-new-debugger)
10193 2006-05-06 Sebastien Granjoux <seb.sfo@free.fr>
10194         
10195         * libanjuta/interfaces/libanjuta.idl,
10196         plugins/debug-manager/debugger.c,
10197         plugins/debug-manager/debugger.h,
10198         plugins/gdb/anjuta-gdb.plugin.in,
10199         plugins/gdb/debugger.c,
10200         plugins/gdb/debugger.h,
10201         plugins/gdb/plugin.c:
10202         Add new IAnjutaCpuDebugger interface to access cpu register
10203         Run gdb instead of /usr/local/bin/gdb
10204         
10205         * plugins/debug-manager/plugin.c,
10206         plugins/debug-manager/registers.c,
10207         plugins/debug-manager/registers.h:
10208         Rewrite register window
10209         Rename Load target menu item to Run target
10211 2006-05-07  Naba Kumar  <naba@gnome.org>
10213         * plugins/gdb.init
10214         
10215 2006-05-01 Sebastien Granjoux <seb.sfo@free.fr>
10217         * plugins/debug-manager/watch.c,
10218         plugins/debug-manager/breakpoint.c,
10219         plugins/debug-manager/breakpoint.h:
10220         Fix crash: disconnect save and load session signals
10222 2006-04-30 Sebastien Granjoux <seb.sfo@free.fr>
10224         * libanjuta/interface/libanjuta.idl,
10225         plugins/debug-manager/debugger.c,
10226         plugins/gdb/plugin.c:
10227         Add a value parameter for evaluate command
10229         * plugins/debug-manager/anjuta-debug-manager.glade:
10230         Create new dialog box for watches using glade
10232         * plugins/debug-manager/anjuta-debug-manager.ui:
10233         Move watch menu items near the end
10234         Move breakpoint menu items outside the sub menu
10236         * plugins/debug-manager/debug_tree.c,
10237         plugins/debug-manager/debug_tree.h,
10238         plugins/debug-manager/debug_tree.h,
10239         plugins/debug-manager/watch.c:
10240         Move all GUI code from watch.c to debug_tree.c
10241         Add an auto update property to watches
10242         
10243         * plugins/debug-manager/locals.c,
10244         plugins/debug-manager/locals.h,
10245         plugins/debug-manager/stack_trace.c,
10246         plugins/debug-manager/stack_trace.h,
10247         plugins/debug-manager/plugin.c:
10248         Register actions before starting debugger
10250         * plugins/gdb/debugger.c:
10251         Do not call callback function if not present
10253 2006-04-02 Sebastien Granjoux <seb.sfo@free.fr>
10255         * libanjuta/interfaces/libanjuta.idl,
10256         plugins/debug-manager/stack_trace.c,
10257         plugins/debug-manager/stack_trace.h,
10258         plugins/debug-manager/anjuta-debug-manager.ui,
10259         plugins/gdb/debugger.c:
10260         Add a popup menu in stack frame window
10261         Add a new frame-changed event
10262         Use MI command for getting stack informations
10263         Get filename with full path (need gdb > 6.3)
10265         * libanjuta/interfaces/libanjuta.idl,
10266         plugins/debug-manager/debug_tree.c,
10267         plugins/debug-manager/debugger.c,
10268         plugins/debug-manager/locals.c,
10269         plugins/debug-manager/locals.h,
10270         plugins/debug-manager/plugin.c,
10271         plugins/gdb/debugger.c,
10272         plugins/gdb/debugger.h,
10273         plugins/gdb/parser.c,
10274         plugins/gdb/parser.h,
10275         plugins/gdb/plugin.c,
10276         plugins/gdb/Makefile.am:
10277         Pass watch data with string instead of Watch structures
10278         Use debug_tree in local window
10279         Remove info local
10280         Remove parser.{ch}
10282         * plugins/debug-manager/breakpoints.c,
10283         plugins/debug-manager/utilities.c,
10284         plugins/debug-manager/utilities.h:
10285         Use a GtkListStore instead of a GtkTreeStore
10286         move goto_location_in_editor in utilities.c
10287         
10288 2006-03-26 Sebastien Granjoux <seb.sfo@free.fr>
10290         * libanjuta/interfaces/libanjuta.idl,
10291         plugins/debug-manager/anjuta-debug-manager.ui,
10292         plugins/debug-manager/breakpoints.c,
10293         plugins/debug-manager/plugin.c,
10294         plugins/gdb/debugger.c:
10295         Add a breakpoint type
10296         Add new popup menu in breakpoint window
10297         Add toggle breakpoint in editor popup menu
10298         Save and restore breakpoint enable
10299         Fix bug in clear all breakpoints
10300         Remove old useless code
10302         * plugins/debug-manager/debugger.c:
10303         Fix some problem with debugger states
10305         * manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml:
10306         Update documentation
10307         
10308 2006-03-25 Sebastien Granjoux <seb.sfo@free.fr>
10310         * data/Makefile.am,
10311         plugins/gdb/Makefile.am,
10312         plugins/gdb/gdb.init:
10313         Move gdb.init crom data to plugins/gdb
10315         * plugins/gdb/gdb.init,
10316         libanjuta/interfaces/libanjuta.idl,
10317         plugins/debug-manager/breakpoints.c,
10318         plugins/debug-manager/debugger.c,
10319         plugins/debug-manager/plugin.c,
10320         plugins/gdb/debugger.c,
10321         plugins/gdb/plugin.c:
10322         Support pending breakpoints
10323         Rewrite debugger states
10324         Split ianjuta_debugger_log into _enable_log and _disable_log
10326         * plugins/debug-manager/start.c,
10327         plugins/debug-manager/debug_tree.c,
10328         plugins/gdb/parser.c:
10329         Remove some useless lines
10331         * manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
10332         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
10333         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
10334         Update documentation
10336 2006-03-12 Naba Kumar <naba@gnome.org>
10338         * manuals/references/libanjuta/libanjuta.types: Fixed
10339         debug-manager name.
10340         
10341 2006-03-12 Sebastien Granjoux <seb.sfo@free.fr>
10343         * libanjuta/anjuta-debugger.c,
10344         libanjuta/anjuta-debugger.h:
10345         Remove those files
10346         
10347         * libanjuta/interfaces/libanjuta.idl,
10348         plugins/debug-mananger/breakpoints.c,
10349         plugins/debug-manager/debug_tree.c,
10350         plugins/debug-manager/debugger.c,
10351         plugins/debug-manager/plugin.c,
10352         plugins/debug-manager/registers.c,
10353         plugins/debug-manager/sharedlib.c,
10354         plugins/debug-manager/signal.c,
10355         plugins/debug-manager/stack_trace.c,
10356         plugins/debug-manager/start.c,
10357         plugins/debug-manager/watch.c,
10358         plugins/gdb/debugger.c,
10359         plugins/gdb/debugger.h,
10360         plugins/gdb/parser.c,
10361         plugins/gdb/parser.h,
10362         plugins/gdb/plugin.c:
10363         Move types definitions from libanjuta/anjuta-debugger.{ch}
10364         Rename types from AnjutaDebugger* to IAnjutaDebugger*
10365         
10366         * plugins/gdb/Makefile.am:
10367         Remove user interface from gdb plugin
10369 2006-03-12 Naba Kumar <naba@gnome.org>
10371         * merged from trunk (tag: anjuta-merged-from-trunk-to-new-debugger)
10373 2006-05-21  Johannes Schmid <jhs@cvs.gnome.org>
10375         Modified Patch from Marc Maurer <uwog@uwog.net>:
10376         * libegg/egg-entry-action.c: (entry_focus_in), (entry_focus_out):
10377         Fixes #342447
10378         
10379         * plugins/sourceview/Makefile.am:
10380         * plugins/sourceview/sourceview-cell.c:
10381         * plugins/sourceview/sourceview-cell.h:
10382         * plugins/sourceview/sourceview.c: 
10383         
10384         Implemented IAnjutaEditorCell
10386 2006-05-21  Naba Kumar  <naba@gnome.org>
10388         * libanjuta/interfaces/libanjuta.idl,
10389         plugins/document-manager/action-callbacks.c,
10390         plugins/document-manager/plugin.c,
10391         plugins/editor/print.c, plugins/editor/text_editor.c,
10392         plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c:
10393         Fixed zooming and added icons and shortcuts for zoom menu items.
10395 2006-05-21  Naba Kumar  <naba@gnome.org>
10397         * libanjuta/interfaces/libanjuta.idl: Fixed api documentation and
10398         whitespaces.
10400 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10402         * plugins/document-manager/anjuta-docman.c:
10403         Fixed close button reaction by setting the correct current editor
10405 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10407         Patch from Yang Hong <yanghong@ccoss.com.cn>:
10408         * plugins/document-manager/anjuta-docman.c
10409         - Fix close button, you can close any tab as you wish now.
10410         - Fadeout mime icon as the same as close image  
10412 2006-05-20  Johannes Schmid <jhs@cvs.gnome.org>
10414         Patch from Marc Maurer <uwog@uwog.net>
10415         * main.c: Compile fix when NLS is enabled
10416         
10417         AUTHORS: Added Marc
10419 2006-05-20  Naba Kumar  <naba@gnome.org>
10421         * tagmanager/tm_symbol.c: Prevent infinite recursive (detected
10422         while loading abiword-2.4.4/abi project).
10424 2006-05-18 Naba Kumar  <naba@gnome.org>
10426         * libanjuta/interfaces/libanjuta.idl,
10427         plugins/document-manager/action-callbacks.c,
10428         plugins/editor/print.c,
10429         plugins/editor/text_editor.c,
10430         plugins/editor/text_editor.h,
10431         plugins/editor/text_editor_prefs.c: Fixed zooming.
10432         
10433         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaEditorCell
10434         interface for character iteration and IAnjutaEditorAssist interface
10435         for autocompletions and editor tips.
10437 2006-05-18  Johannes Schmid <jhs@cvs.gnome.org>
10439         Patch from Günther Brammer <GBrammer@gmx.de>:
10440         * plugins/document-manager/anjuta-docman.c:
10441         Make tabs smaller but keep nice closing icon
10443         * plugins/document-manager/anjuta-docman.c:
10444         * plugins/document-manager/Makefile.am:
10445         
10446         Added nice mime-icons to the editor tabs
10448 2006-05-17  Johannes Schmid <jhs@cvs.gnome.org>
10450         * configure.in: Bumped version to 2.0.3 (pre-release increment)
10451         
10452         * plugins/symbol-browser/an_symbol_view.c:
10453         - Fixed crasher
10454         - Fixed symbol searching (Yang Hong (#341997))
10455         
10456         * plugins/devhelp/htmlview.c:
10457         Fixed devhelp plugin
10458         
10459         * plugins/build-basic-autotools/build-basic-autotools.c:
10460         * plugins/search/search-replace.c:
10461         * plugins/document-manager/anjuta-docman.c:
10462         
10463         Only add a marker to a line where it makes sense!
10465 === anjuta 2.0.2 ===
10467 2006-05-15  Naba Kumar  <naba@gnome.org>
10469         * configure.in: set required versions for
10470         gdl and glade3.
10471         
10472 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10474         * plugins/glade/plugin.c:
10475         Fixed signal connection for "gtk-doc-search"
10477 2006-05-15  Johannes Schmid <jhs@cvs.gnome.org>
10479         * NEWS: Set release date, add known issues
10480         
10481         * libanjuta/anjuta-shell.c:
10482         Use DEBUG_PRINT instead of g_warning (to be able to pass --g-fatal-warnings
10483         and debug other gtk-warnings/criticals)
10484         
10485         * plugins/build-basic-autotools/build-basic-autotools.c:
10486         Fixed gtk-critical (gtk_hash_table_destroy(NULL))
10487         
10488         * plugins/sourceview/anjuta-view.c:
10489         * plugins/sourceview/sourceview-args.c:
10490         * plugins/sourceview/sourceview-scope.c:
10491         * plugins/sourceview/sourceview-tags.c:
10492         Fixed gtk-criticals (gtk_source_language_get_mime_types)
10494 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10496         * pixmaps/Makefile.am:
10497         Add preferences_general.png
10498         
10499         * plugins/devhelp/plugin.c:
10500         Fixed some more realise things
10501         
10502         * plugins/message-view/anjuta-msgman.c:
10503         Support stock icons for message panes
10504         
10505         * plugins/search/search-replace.c:
10506         Use GTK_STOCK_FIND_AND_REPLACE instead of anjuta_icon
10507          
10508         * plugins/search/search-replace_backend.c:
10509         Fixed #341359
10510         
10511         * plugins/sourceview/anjuta-document.c:
10512         * plugins/sourceview/sourceview.c:
10513         Fixed finalise and tag completion
10514         
10515         * src/anjuta-app.c:
10516         Use preferences_general icon
10518 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10520         * pixmaps/Makefile.am:
10521         Fixed EXTRA_DIST
10523 2006-05-13  Johannes Schmid <jhs@cvs.gnome.org>
10525         * plugins/sourceview/sourceview-prefs.c:
10526         Fixed font & color handling
10527         
10528         * plugins/symbol-browser/an_symbol_view.c:
10529         Fixed crasher
10531 2006-05-13 Johannes Schmid <jhs@cvs.gnome.org>
10533         * plugins/macro/macros.xml:
10534         Fixed bug #341583 (Address of FSF)
10536 2006-05-12      Johannes Schmid <jhs@cvs.gnome.org>
10538         * src/main.c:
10539         Added "--no-client" option to start a new instance of anjuta instead of connecting to an old one.
10540         Update: Do it the cool way...
10541         
10542 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10544         * plugins/glade/plugin.c: (on_api_help), (activate_plugin):
10545         Implement gtk-api-help signals of glade3
10546         * configure.in: Bump to glade3 2.91.2
10547         
10548         * plugins/devhelp/plugin.c:
10549         Fixed some realize stuff in the devhelp plugin
10550         
10551         * plugins/sourceview/anjuta-document.c:
10552         fixed bug with scope completion
10554 2006-05-08      Johannes Schmid <jhs@cvs.gnome.org>
10556         * plugins/symbol-browser/an_symbol_view.c
10557         * plugins/symbol-browser/an_symbol_prefs.c
10558         * plugins/symbol-browser/an_symbol_prefs.h
10559         * global_tags/create_global_tags.sh:
10560         
10561         Automaticly create global tags on first startup
10563 2006-05-08  Massimo Cora'  <maxcvs@email.it>
10565         * configure.in:
10566         * plugins/project-wizard/templates/Makefile.am:
10567         * (added) plugins/project-wizard/templates/cpp-logo.png:
10568         * (added) plugins/project-wizard/templates/cpp.wiz:
10569         * (added) plugins/project-wizard/templates/cpp/*:
10571         Added a generic c++ template. It's a simple hello world.
10573 2006-05-07  Massimo Cora' <maxcvs@email.it>
10575         * plugins/symbol-browser/an_symbol_view.c:
10576         fixed a stupid crasher.
10578 2006-05-05  Johannes Schmid <jhs@cvs.gnome.org>
10580         * plugins/project-wizard/templates/wxwin/configure.in.tpl
10581         * plugins/project-wizard/templates/wxwin/src/Makefile.am:
10582         
10583         Fixed WxWidgets project type
10585 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10587         * plugins/devhelp/htmlview.c: 
10588         * plugins/devhelp/plugin.c:
10589         Maybe I fixed the crash this time! I could at least not reproduce anymore!
10590         
10591         * plugins/project-wizard/install.c:
10592         Don't set a message - thanks to seb
10594 2006-05-04  Johannes Schmid <jhs@cvs.gnome.org>
10596         * plugins/devhelp/htmlview.c: 
10597         * plugins/symbol-browser/an_symbol_view.c:
10598         
10599         There is a weird crash in gtk_idle which I still did not completly fix!
10600         
10601         * plugins/project-wizard/install.c:
10602         Default to success instead of failure
10604 2006-05-03  Johannes Schmid <jhs@cvs.gnome.org>
10606         * plugins/devhelp/htmlview.c:
10607         * plugins/devhelp/plugin.c:
10608         Fixed bug and libdevhelp issue!
10610         * plugins/project-wizard/install.c:
10611         Fixed message string!
10613 2006-05-03  Massimo Cora' <maxcvs@email.it>
10614        
10615         * plugins/symbol-browser/an_symbol_view.c:
10616         Avoiding to get keywords from sv_extract_type_qualifier_from_expr()
10618 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10620         * pixmaps/Makefile.am:
10621         * src/main.c:
10622         * anjuta.desktop.in.in
10623         
10624         GNOME Goal #2.1: Install theme-friendly icons
10626 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10628         * plugins/devhelp/htmlview.c: Reload page on reparent
10629         * plugins/document-manager/anjuta-docman.c:
10630         Present document-manager when document is selected in file-manager
10632 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10634         * plugins/symbol-broser/an_symbol_view.c:
10635         Fixed crasher in namespace exploration
10637 2006-05-01  Massimo Cora' <maxcvs@email.it>
10639         * configure.in:
10640         * plugins/valgrind/Makefile.am:
10642         Optional compiling of Valgrind plugin
10644 2006-05-01  Massimo Cora' <maxcvs@email.it>
10646         * plugins/symbol-browser/an_symbol_view.c:
10647         - modularized code. Marked with FIXME the parts which need improvement.
10648         - More comments.
10649     - Added basic namespace completion for Gtkmm type project:
10650     - namespace1::MyClass *class;
10651     - class-> [display]
10652     - Namespaces must be anyway improved.
10654 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10656         * plugins/devhelp/plugin.c: 
10657         Fixed up plugin unloading and show html widget on link selected
10658         
10659         * NEWS: Updated
10660         
10661 2006-05-01  Johannes Schmid <jhs@cvs.gnome.org>
10663         * plugins/devhelp/Makefile.am:
10664         * plugins/devhelp/anjuta-devhelp.plugin.in:
10665         * plugins/devhelp/htmlview.c:
10666         * plugins/devhelp/htmlview.h:
10667         * plugins/devhelp/plugin.c: 
10668         * plugins/devhelp/plugin.h:
10669         Reimplemeted devhelp plugin from scratch
10670         
10671         * plugins/symbol-browser/an_symbol_view.c: (sv_get_type_of_token):
10672         Fixed crasher
10674 2006-04-30  Johannes Schmid <jhs@cvs.gnome.org>
10676         * plugins/sourceview/sourceview-tags.c:
10677         complete some more tag types
10678         
10679         * plugins/valgrind/plugin.c:
10680         * plugins/valgrind/preferences.c:
10681         * plugins/valgrind/vggeneralprefs.c:
10682         
10683         Fixed lots of gtk warnings
10685 2006-04-29 Johannes Schmid <jhs@cvs.gnome.org>
10687         * plugins/sourceview/sourceview-scope.c:
10688         Implemented type-ahead for scope completion
10690 2006-04-28  Johannes Schmid <jhs@cvs.gnome.org>
10692         * manuals/C/Makefile.am:
10693         * manuals/Makefile.am:
10694         * plugins/document-manager/Makefile.am:
10695         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
10696         * plugins/sourceview/Makefile.am:
10697         * tagmanager/c.c:
10698         
10699         Fixed distcheck
10700         
10701         * plugins/class-gen/goc_template_header: G_END_DECLS
10703 2006-05-27  Naba Kumar <naba@gnome.org>
10705         * (added) scintilla/LexSpice.cxx, scintilla/Editor.cxx,
10706         scintilla/KeyWords.cxx, scintilla/LexSQL.cxx, scintilla/LexTCL.cxx,
10707         scintilla/Makefile.am, scintilla/PlatGTK.cxx, scintilla/lexers.make,
10708         scintilla/include/HFacer.py, scintilla/include/SciLexer.h,
10709         scintilla/include/Scintilla.iface,
10710         (remove) scintilla/patches/pango-1.8.patch: Updated scintilla from
10711         cvs. Fixed compile flags. Removed outdated patches.
10713 2006-04-27  Johannes Schmid <jhs@cvs.gnome.org>
10715         * configure.in: Require libgladeui 2.91.1 (for glade3 plugin)
10717         * plugins/sourceview/anjuta-document.c:
10718         * plugins/sourceview/sourceview-args.c:
10719         * plugins/sourceview/sourceview-scope.c:
10720         
10721         Add End/Home keypresses and support completion if symbol start with '!' for example
10722         in an if statement
10724 2006-04-27 Massimo Cora' <maxcvs@email.it>
10726         * libanjuta/interfaces/libanjuta.idl:
10728         * plugins/sourceview/sourceview-scope.c:
10729         * plugins/sourceview/tag-window.c: 
10730         * plugins/sourceview/tag-window.h:
10731         * plugins/symbol-browser/an_symbol_view.c:
10732         * plugins/symbol-browser/an_symbol_view.h:
10733         * plugins/symbol-browser/plugin.c:
10734         
10735         added and implemented IAnjutaSymbolManager -> get_completions_at_position ()
10736         interface.
10737         Code and ideas for C/C++ new completion engine comes from IComplete written by
10738         Martin Stubenschrott <stubenschrott@gmx.net>.
10739         Currently the interface works only with GtkSourceView plugin.   
10740         
10741         * tagmanager/Makefile.am:
10742         * tagmanager/c.c: 
10743         * tagmanager/entry.h:
10744         * tagmanager/get.c:
10745         * tagmanager/get.h:
10746         * tagmanager/include/tm_file_entry.h:
10747         * tagmanager/include/tm_project.h:
10748         * tagmanager/include/tm_source_file.h:
10749         * tagmanager/include/tm_symbol.h:
10750         * tagmanager/include/tm_tagmanager.h:
10751         * tagmanager/include/tm_work_object.h:
10752         * tagmanager/include/tm_workspace.h:
10753         * tagmanager/parse.c:
10754         * tagmanager/read.c: 
10755         * tagmanager/read.h:
10756         * tagmanager/tm_project.c: 
10757         * tagmanager/tm_source_file.c: 
10758         * tagmanager/tm_workspace.c:
10759         
10760         Tagmanager can now parse a memory buffer and generate/update 
10761         tags into tm_workspace/tm_project on the fly, without using files.
10762         C/C++ is supported now.
10763         
10764 2006-04-26  Johannes Schmid <jhs@cvs.gnome.org>
10766         * plugins/sourceview/anjuta-document.c:
10767         * plugins/sourceview/sourceview-args.c:
10768         * plugins/sourceview/sourceview-scope.c:
10769         * plugins/sourceview/sourceview.c:
10770         
10771         Fixed some memory leaks and argument completion
10773 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10775         * plugins/glade/plugin.c:
10776         
10777         Fixed glade plugin build because of API changes in glade3
10779 2006-04-25  Johannes Schmid <jhs@cvs.gnome.org>
10781         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10782         Updated editor section
10783         
10784         * manuals/C/anjuta-manual/interface.xml:
10785         * manuals/C/anjuta-manual/preferences.xml:
10786         * manuals/C/anjuta-manual/projects.xml:
10787         Updated manual
10788         
10789         * plugins/editor/anjuta-editor.plugin.in:
10790         Better plugin name
10792 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10794         * configure.in:
10795         * plugins/editor/anjuta-editor.plugin.in:
10796         * plugins/sourceview/sourceview.plugin.in:
10798         Build both editors and let the user decide a runtime!
10799         
10800         * plugins/sourceview/sourceview-scope.c:
10801         Fixed bug in regex to allow test()-> completions
10803 2006-04-23  Johannes Schmid <jhs@cvs.gnome.org>
10805         * plugins/sourceview/anjuta-document.c:
10806         * plugins/sourceview/sourceview-args.c: 
10807         * plugins/sourceview/sourceview-scope.c:
10808         * plugins/sourceview/sourceview-tags.c:
10809         * plugins/sourceview/tag-window.c: 
10810         
10811         Improved callltip windows
10813 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10815         * src/anjuta-app.c: (on_session_save):
10816         Fixed bug in toolbar saving. Thanks to Ricardo Jose Ferrari
10817         <ricardo.jose.ferrari@gmail.com> for pointing this out!
10819 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10821         * libanjuta/anjuta-utils.c: 
10822         * plugins/cvs-plugin/cvs-execute.c:
10823         Off-by-one...
10825         * scintilla/LexInno.cxx:
10826         * scintilla/LexOpal.cxx:
10827         * scintilla/LexTCL.cxx:
10829         Added missing files from scintilla-update
10831 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10833         * configure.in:
10834         * manuals/C/Makefile.am:
10835         * manuals/C/anjuta-faqs/anjuta-faqs.xml:
10836         * manuals/C/anjuta-manual/Makefile.am:
10837         * manuals/C/anjuta-manual/anjuta-manual.xml:
10838         * manuals/C/anjuta-manual/build.xml:
10839         * manuals/C/anjuta-manual/debugger.xml:
10840         * manuals/C/anjuta-manual/execute.xml:
10841         * manuals/C/anjuta-manual/figures/anjuta-in-action.png:
10842         * manuals/C/anjuta-manual/figures/arguments.png:
10843         * manuals/C/anjuta-manual/figures/configure_dlg.png:
10844         * manuals/C/anjuta-manual/figures/file_menu.png:
10845         * manuals/C/anjuta-manual/figures/menu_main.png:
10846         * manuals/C/anjuta-manual/figures/menubar.png:
10847         * manuals/C/anjuta-manual/figures/new_file_wizard.png:
10848         * manuals/C/anjuta-manual/figures/project_info.png:
10849         * manuals/C/anjuta-manual/figures/scrshot.png:
10850         * manuals/C/anjuta-manual/figures/symbol_browser.png:
10851         * manuals/C/anjuta-manual/figures/tool-editor.png:
10852         * manuals/C/anjuta-manual/figures/toolbar_browser.png:
10853         * manuals/C/anjuta-manual/figures/toolbar_ext.png:
10854         * manuals/C/anjuta-manual/figures/toolbar_format.png:
10855         * manuals/C/anjuta-manual/figures/toolbar_main.png:
10856         * manuals/C/anjuta-manual/figures/toolbar_tags.png:
10857         * manuals/C/anjuta-manual/fileoperations.xml:
10858         * manuals/C/anjuta-manual/interface.xml:
10859         * manuals/C/anjuta-manual/introduction.xml:
10860         * manuals/C/anjuta-manual/preferences.xml:
10861         * manuals/C/anjuta-manual/projects.xml:
10862         * manuals/C/anjuta-manual/tools.xml:
10863         * manuals/Makefile.am:
10864         
10865         Updated manual and faq
10867         * scintilla/CallTip.cxx:
10868         * scintilla/CallTip.h:
10869         * scintilla/CellBuffer.cxx:
10870         * scintilla/CellBuffer.h:
10871         * scintilla/ContractionState.cxx:
10872         * scintilla/Document.cxx:
10873         * scintilla/Document.h:
10874         * scintilla/DocumentAccessor.cxx:
10875         * scintilla/Editor.cxx:
10876         * scintilla/Editor.h:
10877         * scintilla/ExternalLexer.cxx:
10878         * scintilla/Indicator.cxx:
10879         * scintilla/KeyMap.cxx:
10880         * scintilla/KeyWords.cxx:
10881         * scintilla/LexAU3.cxx:
10882         * scintilla/LexBash.cxx:
10883         * scintilla/LexCPP.cxx:
10884         * scintilla/LexCaml.cxx:
10885         * scintilla/LexCsound.cxx:
10886         * scintilla/LexEiffel.cxx:
10887         * scintilla/LexGui4Cli.cxx:
10888         * scintilla/LexHTML.cxx:
10889         * scintilla/LexLua.cxx:
10890         * scintilla/LexMSSQL.cxx:
10891         * scintilla/LexOthers.cxx:
10892         * scintilla/LexPOV.cxx:
10893         * scintilla/LexPython.cxx:
10894         * scintilla/LexRuby.cxx:
10895         * scintilla/LexSQL.cxx:
10896         * scintilla/LexVB.cxx:
10897         * scintilla/Makefile.am:
10898         * scintilla/PlatGTK.cxx:
10899         * scintilla/PropSet.cxx:
10900         * scintilla/RESearch.cxx:
10901         * scintilla/RESearch.h:
10902         * scintilla/ScintillaBase.cxx:
10903         * scintilla/ScintillaGTK.cxx:
10904         * scintilla/StyleContext.h:
10905         * scintilla/ViewStyle.cxx:
10906         * scintilla/ViewStyle.h:
10907         * scintilla/XPM.cxx:
10908         * scintilla/include/KeyWords.h:
10909         * scintilla/include/Platform.h:
10910         * scintilla/include/PropSet.h:
10911         * scintilla/include/SciLexer.h:
10912         * scintilla/include/Scintilla.h:
10913         * scintilla/include/Scintilla.iface:
10914         * scintilla/include/ScintillaWidget.h:
10915         * scintilla/lexers.make:
10917         Update to scintilla 1.68
10919         * src/anjuta-app.c:
10920         Only show help items which are really availible
10922         * plugins/cvs-plugin/cvs-callbacks.c
10923         * plugins/cvs-plugin/cvs-execute.c
10924         * plugins/cvs-plugin/subversion-callbacks.c:
10925         * libanjuta/anjuta-utils.c:
10926         Fixed utf-8 issues and fixed a crasher (yes, strings tend to be longer than 2048...)
10928 2005-04-22 Sebastien Granjoux <seb.sfo@free.fr>
10930         * plugins/project-wizard/install.c,
10931         * plugins/project-wizard/autogen.c:
10932         Add error messages if using a read only directory
10933         Improve fix for bug #339296
10935 2006-04-22  Johannes Schmid <jhs@cvs.gnome.org>
10937         * libanjuta/interfaces/libanjuta.idl:
10938         * plugins/document-manager/action-callbacks.c:
10939         * plugins/document-manager/plugin.c:
10940         * plugins/editor/text_editor.c:
10941         Added IAnjutaEditorGoto 
10943         * plugins/editor/aneditor.cxx:
10944         * plugins/editor/aneditor.h:
10945         * plugins/editor/text_editor.h:
10946         * plugins/editor/text_editor_prefs.c:
10947         
10948         Fixed #305076
10950 2006-04-21  Johannes Schmid <jhs@cvs.gnome.org>
10952         * libanjuta/interfaces/libanjuta.idl:
10953         * plugins/document-manager/action-callbacks.c:
10954         * plugins/document-manager/anjuta-docman.c:
10955         * plugins/document-manager/plugin.c:
10956         * plugins/editor/text_editor.c: 
10957         Added and implemented IAnjutaEditorComment and IAnjutaEditorZoom
10958         
10959         * plugins/sourceview/sourceview.c:
10960         * plugins/sourceview/sourceview.glade:
10961         Fixed some uft-8 issues and added a preference option
10962         to enable/disable gnome-vfs monitoring
10963         
10964         * scintilla/Makefile.am:
10965         * scintilla/include/Makefile.am:
10966         Fixed build
10968 2006-04-20  Massimo Cora' <maxcvs@email.it>
10970         * libanjuta/interfaces/libanjuta.idl:
10971         Remove get_current_pos () because we have get_position()
10973 2006-04-20  Johannes Schmid <jhs@cvs.gnome.org>
10975         * NEWS: Updated
10976         * plugins/sourceview/tag-window.c:
10977         Don't close window on PageUp/PageDown
10979 2006-04-20 Johannes Schmid <jhs@cvs.gnome.org>
10981         * data/Makefile.am:
10982         * manuals/reference/libanjuta/Makefile.am:
10983         
10984         Some build fixes
10985         
10986         * src/Makefile.am:
10987         * src/bacon-message-connection.c: 
10988         * src/bacon-message-connection.h: (both from gedit)
10989         * src/main.c:
10990         
10991         Fixed #312319 (Opening files when Anjuta is already open)
10993 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
10995         * TODO.tasks: Updated
10996         * plugins/sourceview/anjuta-view.c: 
10997         * plugins/sourceview/anjuta-view.h:
10998         * plugins/sourceview/sourceview.c: 
10999         
11000         * configure.in: Fix --enable-plugin-scintilla
11001         
11002         Added char_added signal
11004 2006-04-18  Johannes Schmid <jhs@cvs.gnome.org>
11006         * libanjuta/anjuta-utils.c: (anjuta_util_diff):
11007         
11008         Fixed diff for utf8
11009         
11010         * plugins/sourceview/sourceview.c:
11011         Fixed VFS monitoring (still a bit buggy)
11012         
11013         * plugins/sourceview/sourceview-args.c:
11014         * plugins/sourceview/tag-window.c: 
11015         
11016         Better sizing for the popup-window
11018 2006-04-17  Johannes Schmid <jhs@cvs.gnome.org>
11020         * plugins/project-wizard/templates/gnome/src/main.c:
11021         * plugins/project-wizard/templates/gnome/src/project.glade:
11022         * plugins/project-wizard/templates/gtk/src/main.c: 
11023         * plugins/project-wizard/templates/gtk/src/project.glade:
11024         * plugins/project-wizard/templates/gtkmm/src/main.cc:
11025         
11026         Fixed up GLADE_FILE definition in project types and fixed bug #334546
11027         
11028 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
11030         * configure.in: More removal of obsoleteness.
11031         * po/no.po:
11033 2006-04-12  Johannes Schmid <jhs@cvs.gnome.org>
11035         * ROADMAP:
11036         * libanjuta/anjuta-preferences.c: 
11037         * libanjuta/anjuta-utils.c: 
11038         * libanjuta/anjuta-utils.h:
11039         * plugins/message-view/message-view.c:
11040         
11041         Changed color functions and moved convert_color to anjuta-utils.h
11042         
11043         * plugins/message-view/anjuta-message-manager-plugin.glade:
11044         GnomeColorPicker -> GtkColorButton (bug #309154)
11045         
11046         * plugins/sourceview/plugin.c:
11047         * plugins/sourceview/sourceview-prefs.c:
11048         * plugins/sourceview/sourceview.glade:
11049         Added color and font preferences
11051         * plugins/sourceview/sourceview-tags.c:
11052         Only show as much choices as configured in preferences
11054 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11056         * ROADMAP, NEWS: Updated (we are far behind ;-)
11057         * plugins/document-manager/plugin.c: Hide Folding menu items if not supported
11059 2006-04-11  Johannes Schmid <jhs@cvs.gnome.org>
11061         * configure.in:
11062         * plugins/editor/Makefile.am:
11063         * scintilla/Makefile.am
11064         
11065         Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time
11066         
11067         * global-tags/Makefile.am:
11068         * global-tags/create_global_tags.sh:
11069         * plugins/symbol-browser/an_symbol_prefs.c:
11070         * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade:
11071         * plugins/symbol-browser/plugin.h:
11072         * tagmanager/include/tm_workspace.h:
11073         * tagmanager/tm_workspace.c:
11074         
11075         Fixed symbol-browser prefs and move global tags generation from installtion to
11076         preferences to make the life easier for distributers and to allow updates after installtion
11078         * plugins/document-manager/action-callbacks.c: 
11079         * plugins/document-manager/action-callbacks.h:
11080         * plugins/document-manager/anjuta-document-manager.ui:
11081         * plugins/document-manager/indent-util.c:
11082         * plugins/document-manager/plugin.c:
11083         * plugins/editor/text_editor.c:
11084         
11085         Moved indent stuff to document-manager
11086         
11087         * plugins/sourceview/anjuta-view.c: 
11088         * plugins/sourceview/sourceview-args.c: 
11089         * plugins/sourceview/sourceview-scope.c:
11090         * plugins/sourceview/sourceview-tags.c: 
11091         * plugins/sourceview/sourceview.c:
11092         
11093         Fixed several bugs
11094         
11095         * plugins/sourceview/sourceview.plugin (removed):
11096         * plugins/sourceview/sourceview.plugin.in:
11097         Editor is not user-activatible
11098         
11099         * plugins/sourceview/sourceview.png:
11100         Updated icon
11102 2006-04-08  Johannes Schmid <jhs@cvs.gnome.org>
11104         * src/anjuta-app.c: Fixed crasher on plugin unloading
11106 2006-04-06  Johannes Schmid <jhs@cvs.gnome.org>
11108         * plugins/sourceview/sourceview.c
11109         * plugins/sourceview/sourceview-args.c
11110         * plugins/sourceview/sourceview-args.h:
11111         
11112         Polished argument completion
11114 2006-04-05  Johannes Schmid <jhs@cvs,gnome.org>
11116         * plugins/message-view/anjuta-msgman.c:
11117         * plugins/message-view/plugin.c: (ianjuta_msgman_set_current_view):
11118         
11119         Show message pane on switch (does not work, anjuta_shell needs a fix)
11120         
11121         * plugins/sourceview/Makefile.am:
11122         * plugins/sourceview/anjuta-view.c: (find_tag_window),
11123         * plugins/sourceview/sourceview-args.c: 
11124         * plugins/sourceview/sourceview-args.h:
11125         * plugins/sourceview/sourceview-private.h:
11126         * plugins/sourceview/sourceview-scope.c: 
11127         (sourceview_scope_update), (sourceview_scope_filter_keypress):
11128         * plugins/sourceview/sourceview-tags.c:
11129         * plugins/sourceview/sourceview.c:
11130         * plugins/sourceview/tag-window.c:
11131         * plugins/sourceview/tag-window.h:
11132         
11133         Added scope and argument completion
11135 2006-04-03  Johannes Schmid <jhs@gnome.org>
11137         * TODO.tasks
11138         * src/anjuta-app.c: (on_add_merge_widget), (on_session_save),
11139         (on_widget_remove):
11140         Save toolbar state
11142         * plugins/sourceview/sourceview.c: (iselect_clear):
11143         Make "Delete"-key working
11145         * configure.in: #336389
11147 2006-04-03  Johannes Schmid <jhs@gnome.org>
11149         * plugins/sourceview/Makefile.am:
11150         * plugins/sourceview/anjuta-view.c:
11151         * plugins/sourceview/plugin.c: 
11152         * plugins/sourceview/sourceview-private.h:
11153         * plugins/sourceview/sourceview-scope.c:
11154         * plugins/sourceview/sourceview-scope.h:
11155         * plugins/sourceview/sourceview-tags.c: 
11156         * plugins/sourceview/sourceview-tags.h:
11157         * plugins/sourceview/sourceview.c:
11158         * plugins/sourceview/sourceview.h:
11159         * plugins/sourceview/tag-window.c:
11160         
11161         - fixed goto_file_line
11162         - scroll to cursor on undo/redo
11163         - show correct popup-menu
11164         - scope completion (not ready yet)
11166 2006-04-03  Johannes Schmid <jhs@gnome.org>
11168         * plugins/sourceview/plugin.c: 
11169         * plugins/sourceview/sourceview-tags.c:
11170         * plugins/sourceview/sourceview.c: 
11171         * plugins/sourceview/sourceview.h:
11172         * plugins/sourceview/tag-window.c:
11173         
11174         Fixed some GObject stuff and use proper AnjutaSymbolManager interface
11176 2006-04-03  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11178         * plugins/sourceview/sourceview.c:
11179         Fixed next/previous bookmark.
11180         Toggled bookmark (set/unset).
11182 2006-04-03  Johannes Schmid <jhs@gnome.org>
11184         * plugins/document-manager/action-callbacks.c:
11185         Fixed Gtk-Warning in goto_line
11186         
11187         * plugins/sourceview/Makefile.am:
11188         * plugins/sourceview/anjuta-document.c:
11189         * plugins/sourceview/anjuta-view.c: 
11190         * plugins/sourceview/anjuta-view.h:
11191         * plugins/sourceview/sourceview-autocomplete.c:
11192         * plugins/sourceview/sourceview-autocomplete.h:
11193         * plugins/sourceview/sourceview-private.h:
11194         * plugins/sourceview/sourceview-tags.c:
11195         * plugins/sourceview/sourceview-tags.h:
11196         * plugins/sourceview/sourceview.c:
11197         * plugins/sourceview/tag-window.c:
11198         * plugins/sourceview/tag-window.h:
11199         Created a nice API for tag and completion windows
11200         
11201         * plugins/sourceview/sourceview-print.h:
11202         * plugins/sourceview/sourceview-print.c:
11203         Added printing
11204                 
11205 2006-04-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11207         * plugins/sourceview/sourceview.c:
11208         Fixed typo (Sort bookmarks).
11209         
11210 2006-04-01  Johannes Schmid <jhs@gnome.org>
11212         * plugins/sourceview/anjuta-document.c:
11213         * plugins/sourceview/anjuta-document.h:
11214         * plugins/sourceview/anjuta-view.c:
11215         * plugins/sourceview/anjuta-view.h:
11216         * plugins/sourceview/sourceview-autocomplete.c:
11217         * plugins/sourceview/sourceview-autocomplete.h:
11218         * plugins/sourceview/sourceview-prefs.c:
11219         * plugins/sourceview/sourceview-prefs.h:
11220         * plugins/sourceview/sourceview-private.h:
11221         * plugins/sourceview/sourceview-tags.c:
11222         * plugins/sourceview/sourceview-tags.h:
11223         * plugins/sourceview/sourceview.c:
11224         * plugins/sourceview/sourceview.glade:
11225         * plugins/sourceview/tag-window.c: 
11226         * plugins/sourceview/tag-window.h:
11227         
11228         Improved code complete and autocomplete
11230 2006-04-01  Johannes Schmid <jhs@gnome.org>
11232         * plugins/sourceview/Makefile.am:
11233         * plugins/sourceview/bookmark.png:
11234         * plugins/sourceview/marker-attentive.png:
11235         * plugins/sourceview/marker-basic.png:
11236         * plugins/sourceview/marker-intense.png:
11237         * plugins/sourceview/marker-light.png:
11238         * plugins/sourceview/sourceview.c: 
11239         
11240         Added pixmaps for all marker types and show bookmarks
11241         
11242         * configure.in
11243         * plugins/sourceview/Makefile.am:
11244         Build sourceview on 2.14 only
11246 2006-03-31  Johannes Schmid <jhs@gnome.org>
11248         * plugins/sourceview/Makefile.am:
11249         * plugins/sourceview/anjuta-document.c:
11250         * plugins/sourceview/anjuta-view.c:
11251         * plugins/sourceview/anjuta-view.h:
11252         * plugins/sourceview/sourceview-autocomplete.c:
11253         * plugins/sourceview/sourceview-private.h:
11254         * plugins/sourceview/sourceview-tags.c:
11255         * plugins/sourceview/sourceview-tags.h:
11256         * plugins/sourceview/sourceview.c: 
11257         * plugins/sourceview/tag-window.c:
11258         * plugins/sourceview/tag-window.h:
11259         
11260         Added code completion with tag manager to the editor and fixed a save_as bug
11262 2006-03-31  Johannes Schmid <jhs@gnome.org>
11264         * src/main.c: Revert patch from Rob to allow building with
11265         Gnome 2.12
11266         * configure.in: Require at least 2.12 libraries
11268 2006-03-29 Yang Hong <yanghong@ccoss.com.cn>
11270         reviewed by: Johannes Schmid <jhs@gnome.org> (fixed typo)
11272         * plugins/project-wizard/templates/anjuta-plugin/Makefile.am:
11273         Improve anjuta-plugin project template: Added missed files dist tarball
11274         (make dist)
11276         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade: Fixed
11277         typo
11279 2006-03-28  Yang Hong <yanghong@ccoss.com.cn>
11281         reviewed by: Johannes Schmid <jhs@gnome.org>
11283         * plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl
11284         plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in
11285         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
11286         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
11287         
11288         Improve anjuta-plugin project template. Also fix for #322744
11290 2006-03-27  Johannes Schmid <jhs@gnome.org>
11292         * plugins/sourceview/sourceview-private.h:
11293         plugins/sourceview/sourceview.c:
11294         
11295         Added basic bookmark support
11297 2006-03-27  Johannes Schmid <jhs@gnome.org>
11299         * TODO.tasks:
11300         Updated
11301         
11302         Patch from Rob Bradfort <robster@debian.org>:
11303         * src/main.c: (get_command_line_args), (main):
11304         Migration from popt to GOption
11305         
11306 2006-03-26 Naba Kumar  <naba@gnome.org>
11308         * plugins/document-manager/anjuta-docman.c: Fixed close icon button
11309         size to scale itself with theme.
11311 2006-03-26 Naba Kumar  <naba@gnome.org>
11313         * plugins/file-manager/an_file_view.c,
11314         plugins/symbol-browser/an_symbol_view.c: Destroy tooltip timers
11315         when symbolview and fileview objects are destroyed to avoid crashes
11316         after the plugins are disabled.
11318 2006-03-26 Naba Kumar <naba@gnome.org>
11320         * Makefile.am,  po/POTFILES.skip, (removed) anjuta_dialogs_strings.h:
11321         Deleted unused file.
11322         
11323         * plugins/glade/plugin.c: Be able to close glade plugin when there
11324         there is no glade project loaded.
11325         
11326         * plugins/sourceview/sourceview.plugin,
11327         plugins/sourceview/sourceview.plugin.in: Give a better plugin name.
11329 2006-03-23  Naba Kumar  <naba@gnome.org>
11331         * plugins/editor/print.c: Fixed a bug where some sections of
11332         printed/previewed text is not highlighted.
11333         
11334 2006-03-20  Johannes Schmid <jhs@gnome.org>
11336         * libanjuta/interfaces/libanjuta.idl:
11337         Added IAnjutaPrint
11338         * plugins/devhelp/plugin.c: Work with any devhelp version (hopefully)
11339         as we do not use private apis. Show help window and startup because it does 
11340         not survive gdl
11341         
11342         * plugins/document-manager/action-callbacks.c:
11343         plugins/editor/Makefile.am:
11344         plugins/editor/text_editor.c:
11345         plugins/editor/print.c:
11346         plugins/editor/print.h:
11347         
11348         Fixed printing (nobody has missed it BTW ;-)
11349         
11350         * plugins/sourceview/sourceview.c:
11351         Fixed a crasher
11353 2006-03-20 Naba Kumar <naba@gnome.org>
11355         * configure.in, plugins/devhelp/plugin.c: Be able to build with
11356         devhelp >= 0.9 < 0.11 versions.
11357         
11358 2006-03-20  Johannes Schmid <jhs@gnome.org>
11360         * plugins/sourceview/anjuta-document-loader.c
11361         plugins/sourceview/sourceview.c:
11362         
11363         Fixed encoding bugs
11365 2006-03-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11367         * plugins/sourceview/sourceview.c, plugins/search/search-replace_backend.c :
11368         Fixed bug (line position)
11369         Give the good line position whatever the active editor.
11371 2006-03-19  Ilkka Tuohela  <hile@iki.fi>
11373         * configure.in: Added fi to ALL_LINGUAS
11375 2006-03-19  Johannes Schmid <jhs@gnome.org>
11377         * plugins/sourceview/anjuta-document-loader.c:
11378         replace gnome_vfs_get_mime_type_for_name_and data
11380         * plugins/build-basic-autotools/build-basic-autotools.c:
11381         Fixed #335142
11383 2006-03-17  Johannes Schmid <jhs@gnome.org>
11385         * plugins/editor/editor.glade:
11386         Added style-editor again after it got lost somehow
11388 2006-03-17  Johannes Schmid <jhs@gnome.org>
11390         * plugins/devhelp/plugin.c: Updated to work with devhelp-0.11
11391         configure.in: require devhelp 0.11
11392         
11393         Post 0.11 devhelp versions (CVS) do not work because of an API change...
11395         plugins/build-basic-autotools/build-basic-autotools.c:
11396         forgot a an installtion callback for the "install as root"-feature
11398 2006-03-17  Massimo Cora' <maxcvs@email.it>
11400         reviewed by: Johannes Schmid <jhs@gnome.org>
11402         * plugins/class-gen/anjuta-class-gen-plugin.glade
11403         plugins/class-gen/class_gen.c 
11404         plugins/class-gen/goc_template_header
11405         plugins/class-gen/goc_template_source
11406         
11407         Fixed bug #334663
11409 2006-03-16  Johannes Schmid <jhs@gnome.org>
11411         * plugins/sourceview/sourceview.c:
11412         Fixed "save-point" signal for undo actions
11414 2006-03-16  Massimo Cora' <maxcvs@email.it>
11415         
11416         reviewed by: Johannes Schmid <jhs@gnome.org>
11417         
11418         * plugins/document-manager/anjuta-docman.c:
11419         Implement tab drag and drop
11421 2006-03-16  Johannes Schmid <jhs@gnome.org>
11423         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade:
11424         plugins/build-basic-autotools/build-basic-autotools.c:
11425         
11426         Implemented "install as root"-feature (#321455)
11428 2006-03-16  Johannes Schmid <jhs@gnome.org>
11430         * mime/.cvsignore
11431         plugins/sourceview/.cvsignore
11432         plugins/tools/scripts/.cvsignore:
11433         Added/extended .cvsignore files
11434         
11435         * plugins/sourceview/sourceview-autocomplete.c:
11436         plugins/sourceview/sourceview-autocomplete.h:
11437         plugins/sourceview/sourceview-prefs.c:
11438         plugins/sourceview/sourceview-private.h:
11439         plugins/sourceview/sourceview.glade:
11440         Autcomplete just works(tm) now and respects preferences
11441         
11442         * plugins/sourceview/sourceview.c: (ieditor_get_current_word):
11443         Use better algorithm from autocomplete
11445 2006-03-15  Johannes Schmid <jhs@gnome.org>
11447         * src/anjuta-app.c:
11448         Fixed bug #304495
11450 2006-03-15  Johannes Schmid <jhs@gnome.org>
11452         * libanjuta/interfaces/libanjuta.idl:
11453         plugins/class-gen/class_gen.c:
11454         plugins/file-wizard/file.c: (on_new_file_okbutton_clicked):
11455         plugins/project-manager/plugin.c:
11456         
11457         Allow to add multiple source files (#320191)
11458         
11459         * configure.in: Require gnome-build 0.1.3
11461 2006-03-14  Johannes Schmid <jhs@gnome.org>
11463         * plugins/macro/macro-utils.c: Fixed bug #333606
11464         * plugins/file-wizard/file.c: Fixed bug #333601
11466 2006-03-13  Johannes Schmid <jhs@gnome.org>
11468         * plugins/sourceview/sourceview_autocomplete.c
11469         plugins/sourceview/sourceview_autocomplete.h
11470         plugins/sourceview/sourceview.c
11471         plugins/sourceview/sourceview-private.h
11472         plugins/sourceview/sourceview-prefs.c:
11473         
11474         Cleaned up and fixed several issues
11475         
11476 2006-03-13  Johannes Schmid <jhs@gnome.org>
11478         * plugins/sourceview/Makefile.am:
11479         plugins/sourceview/sourceview-autocomplete.c
11480         plugins/sourceview/sourceview-autocomplete.h:
11481         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11482         plugins/sourceview/sourceview-private.h:
11483         plugins/sourceview/sourceview.c:
11484         
11485         Added (buggy) autocomplete feature to sourceview
11486         
11487 2006-03-12 Naba Kumar <naba@gnome.org>
11489         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
11490         libanjuta/anjuta-session.c: Added API docs.
11492 2006-03-12 Naba Kumar <naba@gnome.org>
11494         * TODO.tasks: Added couple of tasks.
11495         * libanjuta/interfaces/anjuta-idl-compiler.pl: Delay type normalization,
11496         Register private class as early as possible so that members could
11497         point to self class. Code clean up.
11499 2006-03-12 Naba Kumar <naba@gnome.org>
11501         * po/POTFILES.in, po/POTFILES.skip: Updated.
11503 2006-03-11 Naba Kumar <naba@gnome.org>
11505         * libanjuta/anjuta-shell.c,
11506         plugins/document-manager/anjuta-docman.c,
11507         plugins/document-manager/plugin.c,
11508         plugins/symbol-browser/an_symbol_search.c,
11509         plugins/valgrind/vgrule-list.c: Use correct signal names while
11510         creating them.
11511         
11512         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate correct
11513         signal names and fixed enum IANJUTA_TYPE_* macro.
11515 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11517         * plugins/sourceview/sourceview.c, plugins/sourceview/sourceview-private.h,
11518         plugins/search/search-replace.c :
11519         Fixed bug (Bookmark the good line).
11520         Search & Replace (Mark all matched strings).
11521         
11522 2006-03-09  Johannes Schmid <jhs@gnome.org>
11524         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init):
11525         Completed changes from yesterday
11526         
11527         * plugins/document-manager/anjuta-document-manager.glade:
11528         plugins/editor/editor.glade
11529         plugins/editor/plugin.c: (activate_plugin)
11530         plugins/editor/text_editor.c
11531     plugins/sourceview/Makefile.am
11532         plugins/sourceview/plugin.c: (sourceview_plugin_activate)
11533         plugins/sourceview/sourceview.glade:
11534         Completed preference changes
11536 2006-03-08  Johannes Schmid <jhs@gnome.org>
11538         * libanjuta/anjuta-encodings.c: (anjuta_encodings_init)
11539         plugins/search/plugin.c: (activate_plugin):
11540         
11541         Removed Gtk-Criticals
11542         
11543         * plugins/document-manager/anjuta-document-manager.glade:
11544         plugins/document-manager/plugin.c: (on_docman_auto_save),
11545         (on_gconf_notify_timer), (prefs_init):
11546     plugins/document-manager/plugin.h:
11547         plugins/editor/text_editor.c: (text_editor_instance_init),
11548         (text_editor_dispose):
11549         plugins/editor/text_editor.h:
11550         plugins/editor/text_editor_cbs.c:
11551         plugins/editor/text_editor_cbs.h:
11552         plugins/editor/text_editor_prefs.c: (text_editor_prefs_init):
11553         plugins/glade/plugin.c: (activate_plugin):
11554         plugins/sourceview/sourceview-prefs.c: (sourceview_prefs_init):
11555         plugins/sourceview/sourceview-private.h:
11556         plugins/sourceview/sourceview.c: (on_menu_popup),
11557         (sourceview_new), (ifile_open), (ifile_savable_save),
11558         (ifile_savable_save_as), (ieditor_set_popup_menu),
11559         (ieditor_get_filename), (imark_mark):
11561     Moved autosave from editor to document manager and fixed some things in 
11562     Sourceview plugin
11564 2006-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11566         * plugins/search/anjuta-search.glade :
11567         New order's buttons - Renamed "Forward" to "Find" (bug #306970)
11568         plugins/search/search-replace_bachend.c: Fixed a crash bug.
11569         plugins/search/search-replace.c : Fixed bug.
11570         
11571 2006-03-08  Johannes Schmid <jhs@gnome.org>
11573     * plugins/search/anjuta-search.glade
11574     Fixed widget names (glade is a bit stupid on copying widgets to other files)
11576 2006-03-07  Johannes Schmid <jhs@gnome.org>
11578         * plugins/document-manager/action-callbacks.c
11579         plugins/document-manager/anjuta-document-manager.glade
11580         plugins/document-manager/plugin.c: (prefs_init),
11581         (activate_plugin):
11582         plugins/editor/Makefile.am:
11583         plugins/editor/editor.glade:
11584         plugins/editor/plugin.c: (on_style_button_clicked),
11585         (activate_plugin), (dispose):
11586         plugins/editor/style-editor.c:
11587         
11588         Startet to seperate document-manager and editor preferences
11590         * plugins/search/Makefile.am:
11591         plugins/search/anjuta-search.glade:
11592         plugins/search/search-replace.c:
11593         
11594         Moved search GUI to search-plugin
11595                 
11596         * plugins/sourceview/sourceview-prefs.c:
11597         plugins/sourceview/sourceview-prefs.h:
11598         plugins/sourceview/sourceview-private.h:
11599         plugins/sourceview/sourceview.c: 
11600         plugins/sourceview/sourceview.h:
11601         plugins/sourceview/Makefile.am:
11602         plugins/sourceview/anjuta-document.h:
11603         plugins/sourceview/anjuta-view.c: (anjuta_view_init):
11604         plugins/sourceview/plugin.c: 
11605         
11606         Added some preferences to sourceview and fixed vfs_monitor
11607         
11608         * tagmanager/c.c: (parseParens): 
11609         Removed annoying debug message
11610         
11611         * libanjuta/interfaces/libanjuta.idl: 
11612         Removed IAnjutaEditorFactory::create_style_editor()
11614 2006-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11616         * plugins/sourceview/sourceview.c, plugins/search/search-replace.c :
11617         Search : Bookmark all matched lines.
11619 2006-03-06  Johannes Schmid <jhs@gnome.org>
11621         * plugins/class-gen/anjuta-class-gen.plugin.in
11622         plugins/file-loader/plugin.c: (sort_wizards)
11623         (on_create_submenu), (activate_plugin)
11624         plugins/file-wizard/anjuta-file-wizard.plugin.in
11625         plugins/glade/anjuta-glade.plugin.in
11626         plugins/project-import/anjuta-project-import.plugin.in
11627         plugins/project-wizard/anjuta-project-wizard.plugin.in:
11628         
11629         Changed File->Wizard to File->New and changed some wizard titles. Wizards are 
11630         sorted alphabeticly
11631         
11632         * plugins/project-wizard/templates/mkfile.wiz:
11633         Use configured project directory instead of ~/myproject
11634         
11635         * plugins/sourceview/sourceview.c: (sourceview_apply_prefs),
11636         (ifile_open):
11637         Show markers (again) and monitor uri
11639 2006-03-06  Naba Kumar  <naba@gnome.org>
11641         * libanjuta/interfaces/anjuta-idl-compiler.pl: Generate struct
11642         typedefs separately so that forward linking would work.
11643         e.g: typedef sturct _Foo Foo; struct _Foo { Foo *prev };
11645 2006-03-05  Naba Kumar  <naba@gnome.org>
11647         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added support for
11648         passing Enums and Structs in signals. Define struct _Name in
11649         generated code, so that forward referencing.
11650         e.g: typedef sturct _Foo { strutct _Foo *prev } Foo;
11651         
11652         * libanjuta/interfaces/libanjuta.idl: Fixed typo.
11653         
11654 2006-03-05  Naba Kumar  <naba@gnome.org>
11656         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added typedef
11657         support. Generate GType definitions for enums in generated codes
11658         so that enums could be passed as signal params.
11659         
11660 2006-03-04  Naba Kumar  <naba@gnome.org>
11662         * plugins/document-manager/*, plugins/print/*, plugins/search/*:
11663         Restored cvs-moved revision files. They were originally marked
11664         deleted at their older locations. Now they are restored at
11665         their new locations. The changeset is one that was committed
11666         as part of document-manager, editor, search and print plugins
11667         separation from editor plugin.
11668         
11669 2006-03-03  Johannes Schmid <jhs@gnome.org>
11671         * plugins/sourceview/*:
11672         Reimplemented sourceview plugin reusing much code from gedit. Thanks to Paolo Borelli & Maggi for 
11673         poiting this out!
11675 2006-03-04  Naba Kumar  <naba@gnome.org>
11677         * plugins/gdb/*: Deleted removed files (see previous changlog
11678         entry for files list).
11679         
11680 2005-03-01 Sebastien Granjoux <seb.sfo@free.fr>
11682         * plugins/debug-mananger/breakpoints.c,
11683         plugins/debug-manager/breakpoints.h,
11684         plugins/debug-manager/debug_tree.c,
11685         plugins/debug-manager/debug_tree.h,
11686         plugins/debug-manager/info.c,
11687         plugins/debug-manager/info.h,
11688         plugins/debug-manager/locals.c,
11689         plugins/debug-manager/locals.h,
11690         plugins/debug-manager/memory.c,
11691         plugins/debug-manager/memory.h,
11692         plugins/debug-manager/registers.c,
11693         plugins/debug-manager/registers.h,
11694         plugins/debug-manager/sharedlib.c,
11695         plugins/debug-manager/sharedlib.h,
11696         plugins/debug-manager/signal.c,
11697         plugins/debug-manager/signal.h,
11698         plugins/debug-manager/stack_trace.c,
11699         plugins/debug-manager/stack_trace.h,
11700         plugins/debug-manager/watch.c,
11701         plugins/debug-manager/watch.h,
11702         plugins/debug-manager/Makefile.am:
11703         Move from gdb plugin to debug manager plugin
11705         * plugins/debug-manager/anjuta-debug-manager.glade,
11706         plugins/debug-manager/anjuta-debug-manager.ui:
11707         Move all user interface from gdb to debug manager
11709         * plugins/debug-manager/utilities.c,
11710         plugins/debug-manager/utilities.h:
11711         Remove some unused code
11712         Add useful code from gdb plugin
11714         * plugins/debug-manager/start.c,
11715         plugins/debug-manager/start.h:
11716         Include code of attach_process
11717         Add more code to start the debugger
11719         * plugins/debug-manager/plugin.c,
11720         plugins/debug-manager/plugin.h,
11721         plugins/debug-manager/anjuta-debug-manager.plugin.in:
11722         Rename IAnjutaDebuggerManager to IAnjutaDebugManager
11724         * plugins/debug-manager/debugger.c,
11725         plugins/debug-manager/debugger.h:
11726         Implement a queue of debugger command
11728         * plugins/gdb/actions.c,
11729         plugins/gdb/actions.h,
11730         plugins/gdb/watch_cbs.c,
11731         plugins/gdb/watch_cbs.h,
11732         plugins/gdb/watch_gui.c,
11733         plugins/gdb/watch_gui.h:
11734         Removed 
11736         * plugins/gdb/debugger.c,
11737         plugins/gdb/debugger.h,
11738         plugins/gdb/gdbmi.c,
11739         plugins/gdb/gdbmi.h,
11740         plugins/gdb/utilities.c,
11741         plugins/gdb/utilities.h,
11742         plugins/gdb/Makefile.am,
11743         plugins/gdb/anjuta-gdb.plugin.in:
11744         Implement necessary functions
11746         * plugins/gdb/parser.c,
11747         plugins/gdb/parser.h:
11748         Code for parsing variable previously in debug_tree.c
11750         * plugins/gdb/anjuta-gdb.glade,
11751         plugins/gdb/anjuta-gdb.ui:
11752         Remove user interface
11754         * plugins/gdb/gdbmi-test.c:
11755         Need update
11757         * plugins/gdb/anjuta-gdb.plugin.png:
11758         Try an improved icon for gdb (archer fish)
11760         * libanjuta/anjuta-debugger.c,
11761         libanjuta/anjuta-debugger.h,
11762         libanjuta/interfaces/libanjuta.idl,
11763         libanjuta/interfaces/anjuta-idl-compiler.pl,
11764         libanjuta/Makefile.am:
11765         Add declaration used in new IAnjutaDebugger interface
11767         * manuals/reference/libanjuta.types,
11768         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml
11769         manuals/referecen/libanjuta/tmpl/libanjuta-unused.sgml:
11770         Update documentation
11772 2006-03-02  Naba Kumar  <naba@gnome.org>
11774         * manuals/reference/libanjuta/Makefile.am,
11775         manuals/reference/libanjuta/libanjuta-docs.sgml,
11776         manuals/reference/libanjuta/libanjuta-sections.txt,
11777         manuals/reference/libanjuta/libanjuta.types,
11778         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
11779         manuals/reference/libanjuta/tmpl/anjuta-launcher.sgml,
11780         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
11781         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
11782         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
11783         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
11784         manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11785         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11786         manuals/reference/libanjuta/tmpl/anjuta-status.sgml,
11787         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
11788         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
11789         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
11790         manuals/reference/libanjuta/tmpl/e-splash.sgml,
11791         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
11792         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
11793         manuals/reference/libanjuta/tmpl/ianjuta-bookmark.sgml,
11794         manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
11795         manuals/reference/libanjuta/tmpl/ianjuta-debugger-manager.sgml,
11796         manuals/reference/libanjuta/tmpl/ianjuta-debugger.sgml,
11797         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
11798         manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11799         manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11800         manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11801         manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11802         manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11803         manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11804         manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11805         manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11806         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
11807         manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
11808         manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11809         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
11810         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
11811         manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11812         manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
11813         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
11814         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
11815         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
11816         manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11817         manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11818         manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml,
11819         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
11820         manuals/reference/libanjuta/tmpl/plugins.sgml,
11821         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11822         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml,
11823         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml,
11824         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml,
11825         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml,
11826         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml,
11827         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml,
11828         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml,
11829         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml,
11830         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml,
11831         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml,
11832         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml,
11833         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml,
11834         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml: Updated
11835         documentation.
11837 2006-02-28  Naba Kumar <naba@gnome.org>
11839         (added) manuals/reference/libanjuta/tmpl/anjuta-session.sgml,
11840         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-assist.sgml
11841         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-convert.sgml
11842         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-edit.sgml
11843         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-factory.sgml
11844         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-folds.sgml
11845         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-line-mode.sgml
11846         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-selection.sgml
11847         (added) manuals/reference/libanjuta/tmpl/ianjuta-editor-view.sgml
11848         (added) manuals/reference/libanjuta/tmpl/ianjuta-indicable.sgml
11849         (added) manuals/reference/libanjuta/tmpl/ianjuta-macro.sgml
11850         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol-manager.sgml
11851         (added) manuals/reference/libanjuta/tmpl/ianjuta-symbol.sgml
11852         (added) manuals/reference/libanjuta/tmpl/ianjuta-vcs.sgml
11854 2006-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11856         * plugins/sourceview/sourceview.c:
11857         Select to brace, select block.
11859 2006-02-28  Johannes Schmid <jhs@gnome.org>
11861         * plugins/file-wizard/Makefile.am
11862         plugins/file-wizard/action-callbacks.c (removed)
11863         plugins/file-wizard/action-callbacks.h (removed)
11864         plugins/file-wizard/anjuta-file-wizard.ui
11865         plugins/file-wizard/plugin.c: (activate_plugin),
11866         (deactivate_plugin)
11867         plugins/file-wizard/plugin.h:
11868         Removed Edit->Insert Text submenu (replace by macros plugin)
11869         
11870         * plugins/sourceview/sourceview.c: (sourceview_new),
11871         (ieditor_set_popup_menu):
11872         Fixed some more bugs
11873         
11874         * plugins/subversion/svn-threat.h (removed): Removed ununsed file
11876 2006-02-28  Naba Kumar <naba@gnome.org>
11878         * plugins/file-manager/an_file_view.c,
11879         plugins/symbol-browser/an_symbol_view.c: Show tooltips for unselected
11880         rows also and with delay 1 sec (the color and timout value should
11881         probably be picked up from some system wide preference key).
11883 2006-02-28  Naba Kumar <naba@gnome.org>
11885         * libanjuta/interfaces/libanjuta.idl,
11886         plugins/document-manager/action-callbacks.c,
11887         plugins/document-manager/plugin.c,
11888         plugins/editor/text_editor.c: Renamed IAnjutaEditorView to
11889         IAnjutaEditorFolds and implemented IAnjutaEditorView as editor views.
11890         Added interface checks in document manager and enable/disable
11891         menus based on supported interface.
11892         
11893         * plugins/project-import/anjuta-project-import.glade: Set some
11894         resonable size for the import dialog.
11896  2006-02-27  Naba Kumar  <naba@gnome.org>
11898         * libanjuta/interfaces/libanjuta.idl,
11899         plugins/document-manager/action-callbacks.c,
11900         plugins/editor/text_editor.c: Fixed IAnjutaEditorLineMode interface
11901         and eol conversion actions.
11903 2006-02-27  Johannes Schmid <jhs@gnome.org>
11904         
11905         * plugins/sourceview/sourceview.c: Implemented markers and fixed several crashers
11906         * plugins/file-manager/an_file_view.c
11907         plugins/file-manager/plugin.h:  Added tooltips
11908         * plugins/symbol-browser/an_symbol_view.h: Added tooltips
11910 2006-02-26  Naba Kumar  <naba@gnome.org>
11912         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
11913         plugins/build-basic-autotools/build-basic-autotools.c,
11914         plugins/build-basic-autotools/build-basic-autotools.h,
11915         plugins/build-basic-autotools/executer.c,
11916         plugins/message-view/anjuta-message-manager-plugin.glade: Moved enable/
11917         disable indicator highlights preferences from message manager to
11918         build plugin. Implemented message indicator highlights in build tool.
11919         
11920         * plugins/editor/text_editor.c: Fixed indicators.
11922 2006-02-26  Johannes Schmid <jhs@gnome.org>
11924         * plugins/sourceview/sourceview.c:
11925         - Fixed some bugs
11926         - Added markers
11927         * plugins/subversion/svn_auth.c:
11928         Fixed username/password authentification but there might be a memory corruption
11930 2006-02-26  Naba Kumar  <naba@gnome.org>
11932         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11933         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-launcher.c,
11934         libanjuta/anjuta-launcher.h: Added documentation.
11936 2006-02-24  Naba Kumar  <naba@gnome.org>
11938         * plugins/editor/text_editor.c: Fixed change in API in
11939         IAnjutaEditorSelection::set().
11940         
11941 2006-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11943         * plugins/sourceview/sourceview.c, plugins/search/plugin.c,
11944         plugins/search/search-replace.c, plugins/search/search-replace_backend.c,
11945         libanjuta/interfaces/libanjuta.idl :
11946         Search in sourceview editor (Select in buffer).
11949 2006-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11951         * plugins/sourceview/sourceview.c :
11952         Fixed Replace, to_upper, to_lower.
11953         
11954         * plugins/search/search-replace_backend.c :
11955         Renamed header name.
11957 2006-02-22  Naba Kumar  <naba@gnome.org>
11959         * libanjuta/anjuta-plugin-description.c,
11960         libanjuta/anjuta-plugin-description.h, libanjuta/anjuta-shell.c,
11961         libanjuta/anjuta-shell.h, libanjuta/interfaces/libanjuta.idl,
11962         manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
11963         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
11964         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Fixed API docs.
11965         
11966         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11967         * libanjuta/interfaces/libanjuta.idl: Added more API documentation stubs.
11968         
11969 2006-02-21  Naba Kumar  <naba@gnome.org>
11971         * libanjuta/interfaces/libanjuta.idl,
11972         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
11973         plugins/editor/text_editor_cbs.c: Implemanted IAnjutaIndicable
11974         interface for editor.
11976 2006-02-21  Naba Kumar  <naba@gnome.org>
11978         * plugins/editor/text_editor.c: Fixed a crash bug on copy operation.
11980         Patch from Anjuta Khongbantabam <k_anjuta@yahoo.com>:
11981         * libanjuta/interfaces/libanjuta.idl: Added API documentation stubs.
11983 2006-02-21  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
11985         * GTKSOURCEVIEW EDITOR
11986         plugins/sourceview/sourceview.c :
11987         Fixed copy and Goto Line.
11988         
11989         plugins/macro/macro-actions.c plugins/macro/macro-dialog.c
11990         plugins/macro/plugin.c :
11991         Fixed Insert key word and Insert macro.
11993 2006-02-19  Johannes Schmid <jhs@cvs.gnome.org>
11995         * plugins/document-manager/anjuta-docman.c:
11996         (on_open_filesel_response): Fixed useless g_slist statement (thanks gcc for complaining)
11997         
11998         * configure.in:
11999         plugins/Makefile.am:
12000         plugins/sourceview/.cvsignore:
12001         plugins/sourceview/Makefile.am:
12002         plugins/sourceview/plugin.c: :
12003         plugins/sourceview/plugin.h:
12004         plugins/sourceview/sourceview.c: 
12005         plugins/sourceview/sourceview.h:
12006         plugins/sourceview/sourceview.plugin:
12007         plugins/sourceview/sourceview.plugin.in:
12008         plugins/sourceview/sourceview.png:
12010         Added sourceview editor plugin
12012 2006-02-19 Naba Kumar  <naba@gnome.org>
12014         * libanjuta/interfaces/libanjuta.idl,
12015         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
12016         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
12017         plugins/cvs-plugin/cvs-interface.c,
12018         plugins/document-manager/action-callbacks.c,
12019         plugins/document-manager/action-callbacks.h,
12020         plugins/editor/text_editor.c, plugins/macro/macro-actions.c,
12021         plugins/search/plugin.c, plugins/search/search-replace.c,
12022         plugins/search/search-replace_backend.c,
12023         plugins/subversion/subversion-actions.c,
12024         plugins/subversion/subversion-callbacks.c,
12025         plugins/tools/editor.c, plugins/tools/execute.c,
12026         plugins/tools/variable.c: Defined proper editor interfaces and fixed
12027         few fatal warnings.
12029 2006-02-15 Naba Kumar  <naba@gnome.org>
12031         * libanjuta/anjuta-shell.c: Added a warning when a session is loaded
12032         within another.
12033         
12034         * libanjuta/interfaces/libanjuta.idl,
12035         plugins/document-manager/anjuta-docman.c,
12036         plugins/document-manager/plugin.c,
12037         plugins/editor/plugin.c, plugins/editor/text_editor.c: Removed
12038         unnecessary parameters from IAnjutaEditor interface and used proper
12039         types instead of 'gpointer'. Fixed various compiler warnings.
12040         
12041         * (removed) plugins/valgrind/main.c, po/POTFILES.in: Deleted useless
12042         file
12044 2006-02-12 Naba Kumar  <naba@gnome.org>
12046         * po/POTFILES.in: Updated.
12047         
12048 2006-02-11 Naba Kumar  <naba@gnome.org>
12050         * plugins/editor/properties.[cxx,h],
12051         plugins/editor/text_editor.c, plugins/editor/style-editor.c,
12052         plugins/editor/text_editor_prefs.c: Renamed prop_*() functions
12053         to sci_prop_*(), because they were conflicting with external
12054         functions (in some ssl library).
12055         
12056 2006-02-08 Naba Kumar  <naba@gnome.org>
12058         Patch from Massimo Cora  <maxcvs@email.it>:
12059         * plugins/valgrind/anjuta-valgrind.schemas,
12060         plugins/valgrind/plugin.c, plugins/valgrind/plugin.h,
12061         plugins/valgrind/preferences.c, plugins/valgrind/vgactions.c,
12062         plugins/valgrind/vgactions.h, plugins/valgrind/vgdefaultview.c,
12063         plugins/valgrind/vgdefaultview.h, plugins/valgrind/vggeneralprefs.c,
12064         plugins/valgrind/vggeneralprefs.h, plugins/valgrind/vgmemcheckprefs.c,
12065         plugins/valgrind/vgtoolview.c,
12066         plugins/valgrind/vgtoolview.h: It checks for the valgrind binary
12067         before running the debugging session. I've added also a
12068         preference in Anjuta Preferences where you can specify
12069         the path to the valgrind binary. The default is /usr/bin/valgrind.
12070         Now it displays a dialog with the error. [it can be -program
12071         exited- or -file loaded or end of input-]. Some valgrind 3.x
12072         compatibility.
12073         
12074 2006-01-29 Naba Kumar  <naba@gnome.org>
12076         Patch from Massimo Cora  <maxcvs@email.it>:
12077         * configure.in, plugins/Makefile.am,
12078         plugins/valgrind/*: Valgrind plugin (requires
12079         binutils-dev and valgrind to be installed.
12081 2005-01-24 Johannes Schmid <jhs@gnome.org>
12083         * Patch from Eric Greveson <ejg45@cam.ac.uk>
12084         plugins/tools/variables.c:
12085         Added current directory to possible variables
12087         * Patch from Günther Brammer <gbrammer@gmx.de>
12088         plugins/document-manager/anjuta-docman.c:
12089         Fix a crash on opening a file
12091         AUTHORS: Added Günther Brammer
12093 2005-12-17 Sebastien Granjoux <seb.sfo@free.fr>
12095         * libanjuta/anjuta-launcher.c:
12096         Fix a bug in AnjutaLauncher when output is bigger than buffer
12097         Probably fix bug #315188 and #305134
12099 2005-12-28      Johannes Schmid <jhs@gnome.org>
12100         
12101         * configure: Changed required gtk to 2.6.0, bumped VERSION to 2.02cvs
12102         * src/about.c: Use new gtk about dialog
12103         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c:
12104         Updated anjuta_ui_add_action_group_entries call
12105         
12106         Patch from Jean Breford <jean.breford@normalesup.org>
12107         and Markus Habermehl <bmh1980de@yahoo.de>:
12108         
12109         * libanjuta/anjuta-encodings.c: Fix crash in a much more nice way
12110         * AUTHORS: Added Jean and Markus
12112 2005-12-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12113         * plugins/search/search-replace.c :
12114         Bookmark all matched lines.
12115         * plugins/search/search-replace_backend.c :
12116         Fixed bug (Search in all project files).
12118 2005-12-21      Johannes Schmid <jhs@gnome.org>
12119         
12120         * plugins/search/plugin.c:
12121         Fixed signal names
12122         * libanjuta/anjuta-encodings.c: Don't crash if uninitialized. Further
12123         investigation needed.
12124         
12125         AUTHORS: Added Ross Goldner
12127 2005-12-19  Ross Golder  <ross@golder.org>
12129         * plugins/document-manager/anjuta-document-manager.plugin.in: Added
12130         application/xml MIME type.
12132 2005-12-18  Johannes Schmid <jhs@gnome.org>
12133         
12134         po/POTFILES.in: Updated files after directory changes
12135         HACKING: Removed outdated section 3 (anoncvs)
12137 2005-12-15  Sebastien Granjoux <seb.sfo@free.fr>
12139         * plugins/build-basic-autotools/build-basic-autotools.c:
12140         Save all files in editor before running a command
12142         * plugins/tools/execute.c:
12143         Use document manager plugin instead of each editor for
12144         saving all files
12146 2005-12-15  Johannes Schmid <jhs@gnome.org>
12148         * plugins/document-manager/action-callbacks.c:
12149         (on_save_all1_activate), (on_swap_activate)
12150         plugins/document-manager/anjuta-docman.c:
12151         (on_save_as_filesel_response), (on_notebook_switch_page):
12152         
12153         Fixed some remaining issues in document-manger
12155 2005-12-15      Johannes Schmid <jhs@gnome.org>
12157         * plugins/profile-default/default.anjuta:
12158         Load Search plugin and Message Manager by default
12160 2005-12-14  Johannes Schmid <jhs@gnome.org>
12161         
12162         * plugins/editor/text_editor.c
12163         libanjuta/anjuta-utils.c:
12164         
12165         Check if files differ when gnome-vfs monitoring is used.
12166         (Bug #309688)
12168 2005-12-13  Johannes Schmid <jhs@gnome.org>
12170         * plugins/document-manager/plugin.c:
12171         Only save modified files in ianjuta_file_savable_save() for document-manager
12172         as discussed on mailing list.
12173         
12174         * plugins/cvs-plugin/cvs-callbacks.c:
12175         Fixed dialog handling for empty log message
12177 2005-12-13  Johannes Schmid <jhs@gnome.org>
12179         * plugins/search/plugin.c: Fixed search toolbar (FIXME: Wrapping);
12180         
12181         * plugins/project-manager/* Removed ununsed files
12182         
12183         * plugins/symbol-browser/an_symbol_iter.c
12184         plugins/build-basic-autotools/build-basic-autotools.c
12185         plugins/build-basic-autotools/executer.c
12186         plugins/class-gen/class_gen.c
12187         plugins/class-inheritance/class-inherit.c
12188         plugins/cvs-plugin/cvs-actions.c
12189         plugins/cvs-plugin/cvs-interface.c
12190         plugins/debug-manager/attach_process.
12191         plugins/devhelp/plugin.c
12192         plugins/document-manager/plugin.c
12193         plugins/document-manager/indent_util.c
12194         plugins/editor/properties.cxx
12195         plugins/editor/aneditor.cxx
12196         plugins/editor/style-editor.c
12197         plugins/editor/text_editor.c
12198         plugins/macro/macro_db.c
12199         tagmanager/c.c:
12200         
12201         Use DEBUG_PRINT for debug messages
12203         libanjuta/anjuta-debug.h: Include config.h
12204         
12205         HACKING: Updated (BTW: does anyone read this?)
12206         
12207 2005-12-12  Johannes Schmid <jhs@gnome.org>
12209         Patch from Johan Ersvik <jersvik@fastmail.fm>:
12210         * plugins/gdb/debugger.c
12211         
12212         Fix a crasher in gdb plugin
12213         
12214         * plugins/gtodo/plugin.c
12215         plugins/search/plugin.c
12216         
12217         Fixed bug #305301
12218         
12219         * plugins/document-manager/anjuta-docman.c:
12220         
12221         Fixed error markers 
12222         
12223         * AUTHORS: Added Rafał Bursig <bursig@poczta.fm>
12224         
12225         Patch from Rafał Bursig <bursig@poczta.fm> (#320338 and #320341):
12226         
12227         * plugins/document-manager/anjuta-docman.c:
12228         highlight changed files in docman popup-menu
12229         * plugins/gdb/debug-tree.c:
12230         plugins/gdb/debugger.c
12231         Do not corupt entire "locals" tree when variable pointer have
12232         additional info and arrays/strucs/unions correctly.
12233         
12235 2005-12-11  Johannes Schmid <jhs@gnome.org>
12237         * plugins/document-manager/anjuta-docman.c
12238         plugins/document-manager/plugin.c
12239         plugins/editor/text_editor.c:
12240         
12241         AUTHORS: Added Johan Ersvik
12243         Fixed "is-dirty" bug and tab ordering
12245 2005-12-11  Johan Ersvik <jersvik@fastmail.fm>
12246         
12247         * plugins/editor/aneditor-autocomplete.cxx
12248         plugins/editor/aneditor-calltip.cxx
12249         plugins/editor/aneditor-priv.h
12250         plugins/symbol-browser/an_symbol.c
12251         plugins/symbol-browser/an_symbol_view.c
12252         tagmanager/entry.h
12253         tagmanager/tm_symbol.c
12254         tagmanager/tm_tag.c
12255         tagmanager/include/tm_symbol.h
12256         tagmanager/include/tm_tag.h
12257         tagmanager/c.c
12259         Better pointer recognition in tagmanager and symbol browser
12261 2005-12-11  Johannes Schmid <jhs@gnome.org>
12263         * plugins/search/*: New search plugin derived from search code in old editor
12264         plugin.
12265         
12266         * plugins/document-manager/*: new document-manger which is now seperated from
12267         editor to allow implementation of other editor widgets. Code is mostly derived
12268         from old editor plugin
12270         * plugins/print/* new print plugin which is not fully implemented in the
12271         moment
12273         * plugins/editor/text_editor.c: Added lots of interface code
12274         
12275         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaEditorEdit, IAnjutaEditorView,
12276         IAnjutaEditorFactory and extended IAnjutaEditor
12277         
12278         * configure.in, plugins/Makefile.am updated build system for new
12279         plugins
12281         This is a huge commit which might still contain some bugs and also has
12282         some fixmes. Things that are not working are the search toolbar because it
12283         does not use the same backend as any other searching function and printing
12284         (easy to fix) because it did not yet implement IAnjutaPrintable.
12286 2005-11-26 Sebastien Granjoux <seb.sfo@free.fr>
12288         * plugins/project-wizard/property.c:
12289         Use newer GtkFileChooser instead of GtkFileSelection with
12290         GnomeFileEntry to avoid a bug
12292         * plugins/project-wizard/install.c:
12293         Avoid an endless loop if project directory is not writable
12294         
12295         * plugins/project-wizard/druid.c:
12296         Allow creating project in empty directory without a
12297         warning
12299 2005-11-25  Johannes Schmid <jhs@cvs.gnome.org>
12300         
12301         Patch from Massimo Cora <maxcvs@email.it>
12302         * plugins/class-inheritence/class-inherit.c
12303         plugins/class-inheritence/plugin.c
12304         plugins/class-inheritence/plugin.h
12305         configure.in
12306         
12307         Update plugin to use new API from graphviz 2.6. Version 2.2 is 
12308         no longer supported!
12310 2005-11-23  Johannes Schmid <jhs@cvs.gnome.org>
12311         
12312         Patch from Johan Ersvik <jersvik@fastmail.fm>
12313         * plugins/message-view/message-view.c
12314         plugins/build-basic-autotools/build-basic-autotools.c
12315         plugins/build-basic-autotools/automake-c.filters
12317         This patch correct regex-filters for newer automake
12318         versions
12320 2005-11-19 Sebastien Granjoux <seb.sfo@free.fr>
12322        * plugins/tools/execute.c:
12323        Detect variables inside a word
12325 2005-11-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12327         * libanjuta/anjuta-status.[ch],
12328         plugins/editor/text_editor.[ch], plugins/editor/text_editor_cbs.c,
12329         plugins/editor/anjuta-docman.c :
12330         New anjuta-status procedure.
12332 2005-10-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12334         *Modified Files:
12335         libanjuta/anjuta-preferences.c libanjuta/anjuta-preferences.h
12336         plugins/editor/Makefile.am
12337         plugins/editor/anjuta-document-manager.glade
12338         plugins/editor/plugin.c plugins/editor/plugin.h
12339         plugins/editor/text_editor.c plugins/editor/text_editor.h
12340         *Added Files:
12341         plugins/editor/indent-dialog.c plugins/editor/indent-dialog.h
12342         plugins/editor/indent-util.c plugins/editor/indent-util.h
12343         plugins/editor/indent_test.c :
12344         Set and Preview indent preferences parameters.
12345         Saved indent user parameters.
12347 2005-10-27  Naba Kumar  <naba@gnome.org>
12349         Patch from Flavio daCosta  <flavio.dacosta@gmail.com>
12350         * plugins/editor/anjuta-docman.c: Restore tab color to normal
12351         theme color for saved documents.
12352         
12353 2005-10-26  Naba Kumar  <naba@gnome.org>
12355         * libanjuta/anjuta-encodings.c: Save changed supported encodings
12356         list. Fixed bug #316731.
12357         
12358 2005-10-23 Sebastien Granjoux <seb.sfo@free.fr>
12360         * tagmanager/tm_symbol.c: Fixed bug #315218
12362 2005-10-23  Adam Weinberger  <adamw@gnome.org>
12364         * plugins/build/build_file.c
12365           plugins/build-basic-autotools/build-basic-autotools.c
12366           plugins/tools/execute.c
12367           plugins/build/compile.c
12368           plugins/build/configurer.c
12369           plugins/debug-manager/plugin.c
12370           plugins/editor/plugin.c
12371           plugins/editor/print.c
12372           plugins/editor/text_editor.c
12373           plugins/file-loader/plugin.c
12374           plugins/file-manager/an_file_view.c
12375           plugins/symbol-browser/an_symbol_view.c
12376           plugins/gdb/debugger.c
12377           plugins/gdb/plugin.c
12378           plugins/glade/plugin.c
12379           plugins/macro/macro-actions.c
12380           plugins/macro/plugin.c
12381           plugins/profile-default/plugin.c
12382           plugins/project-manager/plugin.c
12383           plugins/project-manager/project_import.c
12384           plugins/symbol-browser/plugin.c
12385           plugins/tools/execute.c
12386           src/anjuta.c
12387           src/anjuta-actions.h
12388           src/shell.c:
12389           Correct spacing errors before and after "...".
12391 2005-10-20  Naba Kumar  <naba@gnome.org>
12393         * plugins/gdb/debugger.c: Fixed attach/detach process to
12394         updated UI properly.
12395         
12396 2005-10-18  Naba Kumar  <naba@gnome.org>
12398         * plugins/editor/aneditor.cxx: Fixed bug #172442 (and possibly
12399         #171314 too).
12400         
12401 2005-10-13  Naba Kumar  <naba@gnome.org>
12402         
12403         * plugins/project-mkfile-import/*: Removed separate import wizard for
12404         makefile based projects (because single widzard handles all wizards).
12406         * plugins/project-import/project-import.c: Made wizard window
12407         transient to main window.
12409         Patch from: Eric Greveson  <ejg45@cam.ac.uk>
12410         
12411         * AUTHORS: Added Eric's name in contributors list.
12412         
12413         * configure.in, plugins/Makefile.am,
12414         plugins/project-import/Makefile.am,
12415         plugins/project-import/anjuta-project-import.glade,
12416         plugins/project-import/project-import.c,
12417         plugins/project-import/project-import.h: Import wizard now detects
12418         both makefile and automake projects together instead of separate wizard.
12419         
12420         * plugins/project-wizard/templates/java/project.anjuta,
12421         plugins/project-wizard/templates/mkfile/project.anjuta,
12422         plugins/project-wizard/templates/python/project.anjuta,
12423         plugins/project-wizard/templates/terminal/project.anjuta: Renamed plugin
12424         name to make it appropriate.
12426 2005-10-11  Naba Kumar  <naba@gnome.org>
12428         * configure.in: Fixed glade3 version requirement.
12430 2005-09-29  Alexander Shopov  <ash@contact.bg>
12432         * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS
12434 2005-09-26  Johannes Schmid <jhs@cvs.gnome.org>
12436         * plugins/subversion/svn_auth.c
12437         plugins/subversion/anjuta_subversion.glade:
12438         Implemented svn_auth_ssl_server_trust_prompt_func_cb (untested)
12440 2005-09-22  Naba Kumar  <naba@gnome.org>
12442         Patch from: Eric Greveson  <ejg45@cam.ac.uk>:
12444         * configure.in,  plugins/Makefile.am
12445         plugins/project-manager/anjuta-project-manager.plugin.in,
12446         plugins/project-manager/plugin.c,
12447         (added) plugins/project-mkfile-import/.cvsignore,
12448         (added) plugins/project-mkfile-import/Makefile.am,
12449         (added) plugins/project-mkfile-import/
12450             anjuta-project-mkfile-import-plugin.png,
12451         (added) plugins/project-mkfile-import/
12452             anjuta-project-mkfile-import.glade,
12453         (added) plugins/project-mkfile-import/
12454             anjuta-project-mkfile-import.plugin.in,
12455         (added) plugins/project-mkfile-import/plugin.c,
12456         (added) plugins/project-mkfile-import/plugin.h,
12457         (added) plugins/project-mkfile-import/project-mkfile-import.c,
12458         (added) plugins/project-mkfile-import/project-mkfile-import.h,
12459         plugins/project-wizard/templates/Makefile.am,
12460         (added) plugins/project-wizard/templates/mkfile-logo.png,
12461         (added) plugins/project-wizard/templates/mkfile.wiz,
12462         (added) plugins/project-wizard/templates/mkfile/.cvsignore,
12463         (added) plugins/project-wizard/templates/mkfile/Makefile.am,
12464         (added) plugins/project-wizard/templates/mkfile/project.anjuta,
12465         (added) plugins/project-wizard/templates/mkfile/po/.cvsignore,
12466         (added) plugins/project-wizard/templates/mkfile/po/ChangeLog,
12467         (added) plugins/project-wizard/templates/mkfile/po/Makefile.am,
12468         (added) plugins/project-wizard/templates/mkfile/po/POTFILES.in,
12469         (added) plugins/project-wizard/templates/mkfile/src/.cvsignore,
12470         (added) plugins/project-wizard/templates/mkfile/src/Makefile.am,
12471         (added) plugins/project-wizard/templates/mkfile/src/Makefile.tpl,
12472         (added) plugins/project-wizard/templates/mkfile/src/main.c:
12473         Added makefile based project import wizard and wizard template.
12475 2005-09-12 Johannes Schmid <jhs@cvs.gnome.org>
12477         * libanjuta/anjuta-launcher.c: Reduced false password detections
12479 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12481         * plugins/cvs-plugin/cvs-interface.c: Handle empty log 
12482         messages correctly.a
12484 2005-09-09 Johannes Schmid <jhs@cvs.gnome.org>
12485         
12486         * scintilla/Makefile.am: Changed scintilla library to noinst
12487         * pixmaps/Makefile.am: Install password.png
12488         * libanjuta/anjuta-launcher.c: Changed password detection
12489         to be able to access GNOME CVS with ssh.
12490         
12491 2005-08-31  Naba Kumar  <naba@gnome.org>
12493         * plugins/glade/plugin.c: Set transient window for the widget
12494         dialogs.
12495         
12496 2005-08-21  Jens Seidel  <jseidel@cvs.gnome.org>
12498         * plugins/gtodo/main.c: Typo fix: s/occured/occurred/.
12500 2005-08-10  Naba Kumar  <naba@gnome.org>
12502         * plugins/build-basic-autotools/build-basic-autotools.c: Added F3
12503         as shortcut key for execute.
12505         * src/about.c: Clean up.
12506         
12507         Patch from: Jochen Baier  Jochen.Baier@stud.uni-karlsruhe.de
12508         * plugins/editor/action-callbacks.c: Fixed edit shortcuts for
12509         entry boxes.
12510         
12511 2005-08-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12513         * plugins/editor/search-replace_backend.c :
12514         Fixed search in File Patterns.
12516 2005-08-09  Philip Van Hoof  <pvanhoof@gnome.org>
12518         * plugins/gdb/Makefile.am: Fixed a make -j x bug
12519         
12520 2005-08-04  Naba Kumar  <naba@gnome.org>
12522         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12523         for pango-1.8 rendering bug.
12524         
12525 2005-08-03  Naba Kumar  <naba@gnome.org>
12527         * plugins/glade/plugin.c: Proper names for plugin widgets.
12528         
12529         * plugins/subversion/anjuta-subversion.glade,
12530         plugins/subversion/svn-auth.c: Fixed authentication dialog and
12531         string allocations. Use passed default values when available.
12532         Set proper focus and dialog default response. Destroy dialog after use.
12533         Return error when appropriate.
12535 2005-08-02  Naba Kumar  <naba@gnome.org>
12537         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Better fix
12538         for pango-1.8 rendering bug.
12539         
12540 2005-08-02  Philip Van Hoof  <pvanhoof@gnome.org>
12542         * scintilla/Makefile.am: Fixed a make -j x bug
12543         
12544 2005-08-02  Johannes Schmid <jhs@gnome.org>
12545         
12546         * plugins/subversion/svn-auth.c: Added username/password 
12547         auto function.
12549 2005-08-01  Naba Kumar  <naba@gnome.org>
12551         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Added index bound
12552         checks for character width calculations.
12553         
12554 2005-07-31  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12556         * plugins/gdb/debug_tree.c : Inspect memory from locals window.
12558 2005-07-31  Naba Kumar  <naba@gnome.org>
12560         * scintilla/PlatGTK.cxx, patches/pango-1.8.patch: Fixed text rendering
12561         messup with pango 1.8. Fixed bug #311846.
12563 2005-07-30  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
12565         * plugins/gdb/memory.c : Fixed bug 305082.
12566         
12567         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12568         plugins/project-wizard/templates/gcj.wiz,
12569         plugins/project-wizard/templates/gnome.wiz,
12570         plugins/project-wizard/templates/gtk.wiz,
12571         plugins/project-wizard/templates/java.wiz,
12572         plugins/project-wizard/templates/python.wiz,
12573         plugins/project-wizard/templates/wxwin.wiz,
12574         plugins/project-wizard/templates/xlib-dock.wiz : Spelling fixes.
12576 2005-07-27 Sebastien Granjoux <seb.sfo@free.fr>
12578         * plugins/tools/execute.c:
12579         Correct a crash if editor is closed while a tool still use it.
12581 2005-07-28  Naba Kumar  <naba@gnome.org>
12583         * scintilla/*: Updated scintilla from their latest CVS.
12585 2005-07-27  Naba Kumar  <naba@gnome.org>
12587         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
12588         plugins/build-basic-autotools/build-basic-autotools.c,
12589         plugins/cvs-plugin/plugin.c, plugins/debug-manager/plugin.c,
12590         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
12591         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
12592         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
12593         plugins/glade/plugin.c, plugins/gtodo/plugin.c, plugins/macro/plugin.c,
12594         plugins/message-view/plugin.c, plugins/patch/plugin.c,
12595         plugins/profile-default/plugin.c, plugins/project-manager/plugin.c,
12596         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12597         plugins/symbol-browser/plugin.c, plugins/tools/plugin.c,
12598         src/anjuta-app.c, src/main.c, src/shell.c: Added 'translation_domain'
12599         argument to anjuta_ui_add_action_group_entries() and
12600         anjuta_ui_add_toggle_action_group_entries() and set the translation domain.
12601         Fixed all plugins to pass translation domain. This fixes untranslated
12602         UI bugs. 
12604 2005-07-27  Naba Kumar  <naba@gnome.org>
12606         * plugins/class-inheritance/class-callbacks.c,
12607         plugins/class-inheritance/class-inherit.c: Fixed color scheme to use
12608         proper system colors.
12610 2005-07-26  Naba Kumar  <naba@gnome.org>
12612         * ROADMAP: Updated and added more tasks.
12614 2005-07-25  Naba Kumar  <naba@gnome.org>
12616         * ROADMAP: Updated and added more tasks.
12617         
12618 2005-07-24  Naba Kumar  <naba@gnome.org>
12620         * HACKING: Fixed format.
12622 2005-07-24  Naba Kumar  <naba@gnome.org>
12624         * ROADMAP: Fixed format.
12625         * plugins/tools/scripts/prepare-changelog.pl: Fixed month figure.
12627 2005-07-24  Naba Kumar  <naba@gnome.org>
12629         * HACKING, ROADMAP: Fixed format and add some tasks to do in ROADMAP.
12630         * data/properties/cpp.properties: Added *.c++ as file extension for c++
12632 2005-07-24 Sebastien Granjoux <seb.sfo@free.fr>
12634         * plugins/tools/dialog.c, plugins/tools/dialog.h:
12635         Correct wrong sensitivity setting
12636         
12637         * plugins/tools/tool.c: Correct a crash when removing overridden tool
12638         
12639         * plugins/tools/variable.c:     Add variables for project manager
12641 2005-07-23  Naba Kumar  <naba@gnome.org>
12643         * ROADMAP: updated.
12645 2005-07-23 Naba Kumar  <naba@gnome.org>
12647         * plugins/subversion/Makefile.am,
12648         plugins/subversion/svn-auth.c,
12649         plugins/subversion/svn-auth.h: Added subversion authentication code
12650         stubs.
12651         
12652         * plugins/subversion/subversion-callbacks.c,
12653         plugins/subversion/subversion-callbacks.h,
12654         plugins/subversion/svn-backend-priv.h,
12655         plugins/subversion/svn-backend.c, plugins/subversion/svn-backend.h,
12656         plugins/subversion/svn-notify.c, plugins/subversion/svn-notify.h,
12657         plugins/subversion/svn-thread.c, plugins/subversion/svn-thread.h:
12658         Added file mode line.
12660 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
12662         * configure.in: Added 'gl' to ALL_LINGUAS.
12664 2005-07-21 Naba Kumar  <naba@gnome.org>
12666         * libanjuta/anjuta-launcher.c: Fixed dispose method to neatly close
12667         the active sources and kill the running process without emitting
12668         signals (which could be fatal because the object is being destroyed).
12669         Incidentally, fixed the crash that happens when stopping an active
12670         debugger session. Disabled debug prints and code clean up.
12671         Fixed bug #305587.
12672         
12673         * plugins/cvs-plugin/cvs-execute.c: Removed signal disconnections from
12674         message view object, because that prevents many unprocessed outputs
12675         from the cvs command from being appended in view. Does not set NULL
12676         to mesg_view private member (not required) so that any pending outputs
12677         to view is processed.Fixed bug #172666.
12679         * plugins/editor/anjuta-document-manager.plugin.in: Added ruby mime
12680         type in supported list.
12681         
12682 2005-07-18  Adam Weinberger  <adamw@gnome.org>
12684         * plugins/file-manager/anjuta-file-manager-plugin.glade:
12685           grammar/spelling fixes.
12687 2005-07-17 Naba Kumar  <naba@gnome.org>
12689         * (new) plugins/project-wizard/templates/terminal/cvsignore,
12690         (new) plugins/project-wizard/templates/terminal/po/cvsignore,
12691         (new) plugins/project-wizard/templates/terminal/src/cvsignore,
12692         plugins/project-wizard/templates/anjuta-plugin.wiz,
12693         plugins/project-wizard/templates/gcj.wiz,
12694         plugins/project-wizard/templates/gnome.wiz,
12695         plugins/project-wizard/templates/gtk.wiz,
12696         plugins/project-wizard/templates/gtkmm.wiz,
12697         plugins/project-wizard/templates/java.wiz,
12698         plugins/project-wizard/templates/python.wiz,
12699         plugins/project-wizard/templates/terminal.wiz,
12700         plugins/project-wizard/templates/terminal/Makefile.am,
12701         plugins/project-wizard/templates/terminal/po/Makefile.am,
12702         plugins/project-wizard/templates/terminal/src/Makefile.am,
12703         plugins/project-wizard/templates/wxwin.wiz,
12704         plugins/project-wizard/templates/xlib-dock.wiz,
12705         plugins/project-wizard/templates/xlib.wiz: Added cvsignore files for
12706         wizards and updated .wiz files to install them in newly created
12707         projects.
12709 2005-07-16 Naba Kumar  <naba@gnome.org>
12711         * plugins/editor/anjuta-document-manager.plugin.in: Added mime types.
12712         
12713         * plugins/file-manager/an_file_view.c,
12714         plugins/file-manager/plugin.c: Added file manager preferences to
12715         show/hide files ignored by version control (e.g. cvsignore).
12716         
12717         * plugins/editor/text_editor.c: Initialize vfs info struct.
12718         
12719         * .cvsignore, global-tags/.cvsignore, libanjuta/.cvsignore,
12720         libanjuta/interfaces/.cvsignore, libegg/.cvsignore,
12721         libegg/menu/.cvsignore, libegg/recent-files/.cvsignore,
12722         libegg/treeviewutils/.cvsignore, libegg/util/.cvsignore,
12723         omf-install/.cvsignore, pixmaps/.cvsignore,
12724         plugins/file-manager/anjuta-file-manager-plugin.glade,
12725         scintilla/.cvsignore, scintilla/include/.cvsignore,
12726         scripts/.cvsignore, src/.cvsignore, tagmanager/.cvsignore,
12727         tagmanager/python.c: Updated.
12729 2005-07-16 Naba Kumar  <naba@gnome.org>
12731         * tagmanager/parse.c, tagmanager/parse.h, tagmanager/python.c:
12732         Fixed python parser to parser class methods.
12734 2005-07-15 Naba Kumar  <naba@gnome.org>
12736         * plugins/project-wizard/property.c: Used parenthesis to remove
12737         ambiguty.
12738         
12739         * plugins/project-wizard/templates/anjuta-plugin.wiz,
12740         plugins/project-wizard/templates/gcj.wiz,
12741         plugins/project-wizard/templates/gnome.wiz,
12742         plugins/project-wizard/templates/gtk.wiz,
12743         plugins/project-wizard/templates/gtkmm.wiz,
12744         plugins/project-wizard/templates/java.wiz,
12745         plugins/project-wizard/templates/python.wiz,
12746         plugins/project-wizard/templates/terminal.wiz,
12747         plugins/project-wizard/templates/wxwin.wiz,
12748         plugins/project-wizard/templates/xlib-dock.wiz,
12749         plugins/project-wizard/templates/xlib.wiz: Fixed wizard descriptions
12750         and names.
12752 2005-07-15 Naba Kumar  <naba@gnome.org>
12754         * plugins/project-wizard/templates/java.wiz,
12755         plugins/project-wizard/templates/java/Makefile.am,
12756         plugins/project-wizard/templates/java/project.anjuta,
12757         plugins/project-wizard/templates/python.wiz,
12758         plugins/project-wizard/templates/python/Makefile.am,
12759         plugins/project-wizard/templates/python/project.anjuta: Use different
12760         project files for java and python module where debugger is not
12761         included in the list of plugins.
12763 2005-07-15 Naba Kumar  <naba@gnome.org>
12765         * configure.in, plugins/project-wizard/templates/Makefile.am,
12766         plugins/project-wizard/templates/gcj-logo.png,
12767         plugins/project-wizard/templates/gcj.wiz,
12768         plugins/project-wizard/templates/gcj/.cvsignore,
12769         plugins/project-wizard/templates/gcj/Makefile.am,
12770         plugins/project-wizard/templates/gcj/configure.in.tpl,
12771         plugins/project-wizard/templates/gcj/src/.cvsignore,
12772         plugins/project-wizard/templates/gcj/src/Makefile.am,
12773         plugins/project-wizard/templates/gcj/src/Makefile.am.tpl,
12774         plugins/project-wizard/templates/java-logo.png,
12775         plugins/project-wizard/templates/java.wiz,
12776         plugins/project-wizard/templates/java/configure.in.tpl,
12777         plugins/project-wizard/templates/java/po/Makefile.am,
12778         plugins/project-wizard/templates/java/po/POTFILES.in,
12779         plugins/project-wizard/templates/java/src/Makefile.am.tpl,
12780         plugins/project-wizard/templates/java/src/main.java,
12781         plugins/project-wizard/templates/python-logo.png,
12782         plugins/project-wizard/templates/python.wiz,
12783         plugins/project-wizard/templates/python/.cvsignore,
12784         plugins/project-wizard/templates/python/Makefile.am,
12785         plugins/project-wizard/templates/python/configure.in.tpl,
12786         plugins/project-wizard/templates/python/po/.cvsignore,
12787         plugins/project-wizard/templates/python/po/Makefile.am,
12788         plugins/project-wizard/templates/python/po/POTFILES.in,
12789         plugins/project-wizard/templates/python/src/.cvsignore,
12790         plugins/project-wizard/templates/python/src/Makefile.am,
12791         plugins/project-wizard/templates/python/src/Makefile.am.tpl,
12792         plugins/project-wizard/templates/python/src/main.py: Added Generic
12793         gcj and python project wizards. Fixed Generic java project to
12794         use _JAVA primary. Update gnome-build from cvs for them to work
12795         correctly.
12797 2005-07-12 Naba Kumar  <naba@gnome.org>
12799         * plugins/project-manager/plugin.c: Automatically determine
12800         project backend by probing.
12801         
12802 2005-07-04 Naba Kumar  <naba@gnome.org>
12804         * Makefile.am: Do not install old anjuta.glade file which conflicts
12805         with newer src/anjuta.glade.
12807 2005-07-03 Johannes Schmid <jhs@cvs.gnome.org>
12809         * plugins/an_symbol_prefs.c:
12810         Sort list of available symbol files
12812 2005-07-02 Johannes Schmid <jhs@cvs.gnome.org>
12814         * plugins/build-basic-autotools.c:
12815         Fixed #307810
12816         
12817         * plugins/gtodo/libgtodo.c:
12818         Possible fix for #307800
12820         * libanjuta/anjuta-encodings.c
12821         libanjuta/anjuta-launcher.c
12822         libanjuta/anjuta-preference-dialog.c
12823         libanjuta/anjuta-preferences.c
12824         libanjuta/anjuta-ui.c
12825         libanjuta/anjuta-util.c
12826         libanjuta/cell-renderer-captioned-image.c
12827         libanjuta/plugin.c:
12828         
12829         Patch from de_lupus@pandora.be (Kristof Vansant):
12830         Replaced deprecated gnome-i18n.h
12831         Closed #309153
12833 2005-07-01 Johannes Schmid <jhs@cvs.gnome.org>
12834         
12835         * plugins/subversion/anjuta-subversion.glade
12836         plugins/subversion/anjuta-subversion.ui
12837         plugins/subversion/plugin.c
12838         plugins/subversion/subversion-actions.c
12839         plugins/subversion/subversion-callbacks.h
12840         plugins/subversion/subversion-callbacks.c
12841         plugins/subversion/svn-backend-priv.h
12842         plugins/subversion/svn-backend.h
12843         plugins/subversion/svn-backend.c
12844         plugins/subversion/svn-thread.h
12845         plugins/subversion/svn-thread.c:
12846         
12847         Implemented Subversion diff
12848         
12849 2005-06-30 Johannes Schmid <jhs@cvs.gnome.org>
12850         
12851         * plugins/build-basic-autotools/build-basic-autotools.c:
12852         Fixed crash bug! Might be useful to release 2.0.2 soon
12853         because this bug will crash any build which produces errors
12854         or warnings
12856 === Anjuta 2.0.1 ===
12858 2005-06-27 Naba Kumar  <naba@gnome.org>
12860         * plugins/tools/execute.c: Formated code.
12861         
12862 2005-06-26 Sebastien Granjoux <seb.sfo@free.fr>
12864         * plugins/build-basic-autotools/build-basic-autotools.c:
12865         Remove two memory leaks
12866         Check command output versus untranslated strings too
12868         * plugins/tools/execute.c:
12869         Remove two memory leaks
12870         Check command output versus untranslated strings too
12871         Remove description message
12873         * plugins/tools/fileop.c:
12874         Escape tool name in xml configuration file
12876 2005-05-26 Naba Kumar  <naba@gnome.org>
12878         * configure.in: Bumped version to 2.0.1
12879         * plugins/tools/scripts/Makefile.am: Fixed make checkdist bugs.
12881         * plugins/tools/execute.c: Fixed clickable messages.
12882         * NEWS: Updated.
12884         * plugins/glade/plugin.c, src/layout.xml: Added glade stock icon.
12885         Deactivate glade plugin when last glade project is closed. Reorder
12886         glade widgets in layout. Change glade project when user selects a
12887         new project. Removed project from the list when user closes it. Fixed
12888         glade project file loading from URI. Save and restored loaded glade
12889         projects in/from session.
12891         * plugins/class-gen/action-callbacks.c,
12892         plugins/class-gen/anjuta-class-gen-plugin.glade,
12893         plugins/class-gen/class_gen.c, plugins/class-gen/plugin.c,
12894         plugins/file-wizard/anjuta-file-wizard.glade,
12895         plugins/file-wizard/file.c, plugins/file-wizard/file.h,
12896         plugins/file-wizard/plugin.c, plugins/file-wizard/plugin.h: Implemented
12897         "Add to project" correctly. Use the source file path returned after
12898         adding to project. Fixed memory leaks. Deactivate wizard plugins
12899         after use.
12900         
12901         * plugins/project-manager/plugin.c,
12902         plugins/project-wizard/anjuta-project-wizard.glade,
12903         plugins/project-wizard/druid.c, plugins/project-wizard/install.c,
12904         plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h,
12905         src/Makefile.am, src/anjuta-app.c, src/anjuta.glade: Moved
12906         project-wizard preference page to anjuta app, because they are
12907         more appropriated as general preferences. Renamed username and
12908         useremail properties keys.
12909         
12910         * po/POTFILES.in: Updated.
12912         * plugins/editor/action-callbacks.c: Fixed a crash bug when a file is
12913         saved at closing.
12914         
12915         * plugins/file-loader/plugin.c: Do not use static variable to store
12916         created submenu in factory. Fixed crash in anjuta exit.
12917         
12918 2005-05-24 Naba Kumar  <naba@gnome.org>
12920         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
12921         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
12922         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
12923         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
12924         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
12925         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
12926         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
12927         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
12928         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
12929         
12930         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
12931         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
12932         plugins/build-basic-autotools/build-basic-autotools.c,
12933         plugins/build-basic-autotools/build-basic-autotools.h,
12934         plugins/build-basic-autotools/executer.c,
12935         plugins/build-basic-autotools/executer.h,
12936         plugins/devhelp/plugin.c, plugins/gdb/debugger.c,
12937         plugins/tools/variable.c: Added an extra argument to
12938         anuta_util_dialog_input() to pass default value. Save/load project
12939         configure and execution parameters in/from session.
12941         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug when no
12942         symbol browser is loaded.
12943         
12944         * plugins/profile-default/plugin.c: Fixed an unbalanced shell
12945         freeze/thaw.
12947         * plugins/terminal/terminal.c: Fixed bug where repeated activate and
12948         deactivate would not start shell.
12950 2005-05-24 Naba Kumar  <naba@gnome.org>
12952         * libanjuta/anjuta-ui.c, libanjuta/plugins.c,
12953         libegg/egg-combo-action.c, libegg/egg-recent-action.c,
12954         libegg/egg-submenu-action.c, libegg/test-actions.c,
12955         plugins/build-basic-autotools/build-basic-autotools.c,
12956         plugins/cvs-plugin/plugin.c, plugins/editor/aneditor-autocomplete.cxx,
12957         plugins/editor/search-replace.c, plugins/editor/text_editor.c,
12958         plugins/file-wizard/plugin.c, plugins/gdb/debugger.c,
12959         plugins/gtodo/plugin.c, plugins/macro/macro-db.c,
12960         plugins/macro/plugin.c, plugins/message-view/plugin.c,
12961         plugins/profile-default/plugin.c, plugins/project-import/plugin.c,
12962         plugins/project-manager/plugin.c, plugins/project-wizard/plugin.c,
12963         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
12964         plugins/sample1/plugin.c, plugins/subversion/plugin.c,
12965         plugins/tools/plugin.c: Used DEBUG_PRINT() instead of g_message().
12967 2005-05-24 Naba Kumar  <naba@gnome.org>
12969         * data/properties/styles.properties: Fixed defalt font.
12971         * plugins/editor/search-replace.c,
12972         plugins/editor/search-replace_backend.c: Fixed message outputs. Identify
12973         project openness wihtout activating project-manager plugin (i.e.
12974         using anjuta_shell_get()).
12975         
12976         * libanjuta/interfaces/libanjuta.idl, plugins/project-manager/plugin.c:
12977         - Completed add_source(), add_group() and add_target() methods of
12978         IAnjutaProjectManager.
12979         - Change their definition to return the added element (or NULL).
12980         - Used interface API for project main menus and 'add to project'
12981         from file-manager context menu.
12982         - Select proper default target/group when prompting for adding
12983         source/target/group.
12984         - Do not expand all nodes in selection tree when default selection
12985         are given (eases navigation in big projects).
12986         - Code clean ups.
12987         - Marked strings for translation.
12989 2005-05-23 Naba Kumar  <naba@gnome.org>
12991         * src/anjuta-app.c: Save menu accelerators on change.
12992         * NEWS: Updated.
12993         * plugins/editor/anjuta-docman.c: Fixed premature destruction of
12994         save-as dialog (leading to crash later).
12996 2005-05-22 Naba Kumar  <naba@gnome.org>
12998         * NEWS: Updated.
12999         * AUTHORS: Added developers for other projects. Updated.
13000         * TODO.tasks: Updated.
13001         * ChangeLog: Added past changelogs from anjuta-0.1.5.
13002         
13003 2005-05-22 Naba Kumar  <naba@gnome.org>
13005         * plugins/tools/execute.c: Make parsable lines distinct by adding
13006         a "Click me" description in the message. Allow tools to open arbibrary
13007         file in editory using gdb-styled annotation (The line starts with two
13008         \032 characters followed by the file:line).
13009         
13010         * plugins/tools/scripts/prepare-changelog.pl,
13011         plugins/tools/scripts/tools-2.xml.in: Fixed to add changelog entry in
13012         ChangeLog file itself and open it.
13014 2005-06-21 Sebastien Granjoux <seb.sfo@free.fr>
13016         * plugins/tools/execute.c:
13017         Parse output in message pane
13018         Correct a crash on plugin deactivation
13020         * plugins/tools/fileop.c,
13021         plugins/tools/tool.c,
13022         plugins/tools/tool.h:
13023         Load only valid tools
13025 2005-06-21  Naba Kumar  <naba@gnome.org>
13027         * anjuta.spec.in: Fixed devel package requirement.
13029         * plugins/message-view/message-view.c: Scroll message on next/previous.
13031         * TODO.tasks: Updated.
13033         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13034         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13035         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13036         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13037         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13038         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13039         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13040         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13042         * libanjuta/anjuta-preferences.c,
13043         plugins/build-basic-autotools/build-basic-autotools.c,
13044         plugins/build-basic-autotools/executer.c,
13045         plugins/class-gen/action-callbacks.c,
13046         plugins/class-gen/action-callbacks.h,
13047         plugins/class-gen/class_gen.c,
13048         plugins/cvs-plugin/cvs-interface.c,
13049         plugins/debug-manager/attach_process.c,
13050         plugins/debug-manager/plugin.c,
13051         plugins/debug-manager/utilities.c,
13052         plugins/debug-manager/utilities.h,
13053         plugins/editor/aneditor-autocomplete.cxx,
13054         plugins/editor/aneditor.cxx,
13055         plugins/editor/search-replace.c,
13056         plugins/editor/search-replace_backend.c,
13057         plugins/gdb/breakpoints.c,
13058         plugins/gdb/registers.c,
13059         plugins/patch/plugin.c,
13060         plugins/project-wizard/druid.c,
13061         plugins/project-wizard/install.c,
13062         plugins/subversion/plugin.c,
13063         tagmanager/tm_file_entry.c: Fixed compiler warnings and deleted dead
13064         codes.
13066         * plugins/class-gen/action-callbacks.c,
13067         plugins/project-wizard/parser.c,
13068         plugins/project-wizard/property.c,
13069         plugins/project-wizard/values.c,
13070         plugins/symbol-browser/an_symbol.c: Fixed compiler warnings.
13072         * plugins/tools/scripts/prepare-changelog.pl: Order filenames
13073         alphabetically
13075 2005-06-20  Naba Kumar  <naba@gnome.org>
13077         * manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
13078         manuals/reference/libanjuta/tmpl/e-splash.sgml,
13079         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13080         
13081         * libanjuta/anjuta-launcher.c: Fixed possible double call of child
13082         exit idle function.
13083         
13084         * plugins/file-wizard/file.c, plugins/file-manager/an_file_view.c:
13085         Fixed possible memory corruption.
13087         * plugins/profile-default/plugin.c, plugins/symbol-browser/plugin.c,
13088         plugins/symbol-browser/an_symbol_view.c, libanjuta/e-splash.c,
13089         libanjuta/anjuta-status.c, plugins/project-manager/plugin.c: Fixed
13090         progress bar increment and added progress status for symbol refresh
13091         and project loading.
13092         
13093         * plugins/profile-default/plugin.c, libanjuta/interfaces/libanjuta.idl,
13094         libanjuta/e-splash.h, libanjuta/anjuta-status.c, src/main.c,
13095         plugins/file-loader/plugin.c, libanjuta/e-splash.c, src/anjuta.h,
13096         libanjuta/anjuta-status.h, src/anjuta.c: Implemented progress
13097         bar.
13099         * TODO.tasks: Updated.
13101 2005-06-19  Naba Kumar  <naba@gnome.org>
13103         * global_tags/create_global_tags.sh: Fixed sh incompatibility bug.
13104         Fixed warning.
13105         
13106         * plugins/project-import/project-import.c: Deactivate plugin when done.
13107         
13108 2005-06-18  Naba Kumar  <naba@gnome.org>
13110         * plugins/profile-default/plugin.c: Fixed error when loading another
13111         project while a project is still loaded.
13112         
13113         * plugins/project-manager/plugin.c: Used (newly added) group-activated
13114         signal from gnome-build to popup group properties.
13115         
13116         * src/anjuta.c: Load default session by default.
13118         * po/POTFILES.in: Added missing files.
13119         
13120         * libanjuta/anjuta-plugin.[ch], libanjuta/plugins.[ch]: Do not
13121         activate plugin on load (activate it separately). Connect to activate
13122         and deactivate signals for housekeeping, so that if plugins are
13123         activated or deactivate externally, they are properly recorded.
13124         
13125         * plugins/profile-default/plugin.c: Save profile before a project
13126         is loaded so that it could be restored when project is closed.
13127         
13128         * plugins/file-loader/plugin.c: Fixed ok/cancel buttons order.
13130 2005-06-17  Naba Kumar  <naba@gnome.org>
13132         * plugins/profile-default/plugin.h, plugins/profile-default/plugin.c,
13133         libanjuta/plugins.c, libanjuta/plugins.h: Implmented profile saving
13134         for project. The plugins loaded for the project is restored when project
13135         is loaded next time.
13136         
13137         * TODO.tasks: Updated.
13138         
13139 2005-06-15  Naba Kumar  <naba@gnome.org>
13141         * plugins/tools/scripts/find-fixmes.pl,
13142         (new) plugins/tools/scripts/translation-status.pl,
13143         plugins/tools/scripts/tools-2.xml.in,
13144         plugins/tools/scripts/Makefile.am,
13145         plugins/tools/scripts/prepare-changelog.pl: Added translation
13146         status script. Completed find-fixmes.pl script. Fixed bugs.
13148         * plugins/tools/scripts/tools-2.xml.in: Fixed prepare-changelog
13149         tool path.
13151 2005-06-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13153         * plugins/message-view/anjuta-message-manager-plugin.glade :
13154         renamed "messages.tag.position" to "messages.tab.position".
13155         plugins/message-view/anjuta-msgman.c : 
13156         Messages tab position prefrences.
13157         
13158 2005-06-14  Naba Kumar  <naba@gnome.org>
13160         * (new) plugins/tools/scripts/find-fixmes.pl,
13161         (new) plugins/tools/scripts/tools-2.xml.in,
13162         (new) plugins/tools/scripts/Makefile.am,
13163         (new) plugins/tools/scripts/prepare-changelog.pl,
13164         plugins/tools/plugin.h, plugins/tools/fileop.c,
13165         plugins/tools/Makefile.am, configure.in: Added system tools.
13167 2005-06-11  Sebastien Granjoux  <seb.sfo@free.fr>
13169         * plugins/tools/editor.c:
13170         Take care of creating .anjuta directory if missing
13172 2005-06-10  Naba Kumar  <naba@gnome.org>
13174         * configure.in: Increased gnome-build required to version 0.1.2.
13175         
13176         * plugins/project-manager/plugin.c: Fixed target/group removal.
13177         Fixed memory leaks.
13178         
13179 2005-06-10  Naba Kumar  <naba@gnome.org>
13181         * plugins/project-manager/plugin.c: Implemented target/group
13182         configuration (update gnome-build module from cvs).
13183         
13184 2005-06-07  Naba Kumar  <naba@gnome.org>
13186         Patch from: Massimo Cora'  <maxcvs@email.it>:
13187         * plugins/class-inheritance/Makefile.am,
13188         plugins/class-inheritance/class-inherit.c,
13189         plugins/class-inheritance/class-inherit.h,
13190         plugins/class-inheritance/plugin.c,
13191         plugins/class-inheritance/plugin.h,
13192         (added) plugins/class-inheritance/class-callbacks.[ch]: Implemented
13193         expanded view of classes in hierarchy canvas (collapsable again).
13194         
13195 2005-06-05  Johannes Schmid <jhs@cvs.gnome.org>
13197         * scintilla/patches/scintilla-64-bit.diff (added)
13198         * plugins/patch/patch-plugin.c:
13199         Conditional build for GTK 2.4 and GTK 2.6
13201 2005-06-04  Sebastien Granjoux  <seb.sfo@free.fr>
13203         * plugins/tools/anjuta-tools.glade,
13204         plugins/tools/editor.c,
13205         plugins/tools/plugin.h,
13206         plugins/tools/fileop.c:
13207         Add a check box to edit an user script
13208         Correct a few memory leak
13210         * plugins/tools/execute.c,
13211         plugins/tools/tool.c,
13212         plugins/tools/tool.h:
13213         Move utility remove_mnemonic function in tool.c
13214         Small fix
13216 2005-06-04  Johannes Schmid <jhs@cvs.gnome.org>
13218         Patch from sbrabec@suse.cz:
13219         * configure.in
13220         scintilla/include/Scintilla.h:
13221         
13222         Fix 64-Bit warnings in gcc 4
13224 2005-06-03  Johannes Schmid <jhs@cvs.gnome.org>
13225         
13226         * plugins/patch/patch_plugin.c
13227         plugins/patch/patch.h
13228         plugin/patch/patch-plugin.glade
13229         plugin/patch/Makefile.am:
13230         
13231         Changed patch plugin to use libglade and new gtk 2.6 widgets
13233 2005-05-31  Naba Kumar  <naba@gnome.org>
13235         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13236         * plugins/editor/text_editor.c: Don't show error
13237         for empty files.
13238         
13239 2005-05-28  Sebastien Granjoux  <seb.sfo@free.fr>
13240         
13241         * plugins/message-view/anjuta-message-manager.ui,
13242         plugins/message-view/anjuta-msgman.c,
13243         plugins/message-view/anjuta-msgman.h,
13244         plugins/message-view/message-view.c,
13245         plugins/message-view/message-view.h,
13246         plugins/message-view/plugin.c:
13247         Add a popup menu in messages panes
13248         Move save message pane option in it
13250 2005-05-28  Naba Kumar  <naba@gnome.org>
13252         * data/properties/styles.properties: Fixed default font
13253         names and sizes.
13255         * plugins/editor/style-editor.c: cleanup.
13256         
13257 2005-05-25  Naba Kumar  <naba@gnome.org>
13259         * plugin/gdb/plugin.c: Start gdb even if the program does
13260         not exists. Fixes bug #305074
13261         
13262 2005-05-24  Naba Kumar  <naba@gnome.org>
13264         Patch from: Saleem Abdulrasool  <compnerd@gentoo.org>
13265         * configure.in: graphviz pkgconfig path.
13267 2005-05-24  Naba Kumar  <naba@gnome.org>
13269         * configure.in, anjuta.desktop.in.in: Fixed Icon path.
13270         * TODO.tasks: Updated.
13271         
13272 2005-05-22  Naba Kumar  <naba@gnome.org>
13274         * anjuta.spec.in: Fixed spec file
13275         * plugins/editor/text_editor.c: Fixed gnome-vfs monitor.
13277 2005-05-21  Sebastien Granjoux  <seb.sfo@free.fr>
13278         
13279         * TODO.tasks: Updated.
13281         * plugins/message-view/anjuta-message-manager.ui,
13282         plugins/message-view/message-view.c,
13283         plugins/message-view/message-view.h,
13284         plugins/message-view/plugin.c:
13285         Add shortcut for next and previous message
13286         Add a save message menu item
13287         Fix a bug in previous message
13289 2005-05-21  Naba Kumar  <naba@gnome.org>
13291         * Makefile.am, anjuta.spec.in, configure.in, data/properties/Makefile.am,
13292         doc/Makefile.am, global-tags/create_global_tags.sh,
13293         libanjuta/interfaces/Makefile.am.iface: Fixed 64bit arch related bugs
13294         and rpm package creation. Fixed installation paths.
13295         
13296         * plugins/editor/anjuta-document-manager.glade,
13297         plugins/editor/text_editor.c: Fixed autoformat settings in preferences
13298         and indent options.
13299         
13300         * tagmanager/tm_workspace.c: Fixed code format and compiler warning.
13302 2005-05-21  Naba Kumar  <naba@gnome.org>
13304         * Makefile.am, configure.in, data/Makefile.am, doc/Makefile.am,
13305         global-tags/Makefile.am, launcher/Makefile.am, libegg/Makefile.am,
13306         pixmaps/Makefile.am, scripts/Makefile.am, src/Makefile.am,
13307         tagmanager/Makefile.am: Fixed paths configure variables to take
13308         automake configure variables instead of hardcoding.
13310         * global-tags/tm_global_tags.c: Formated code.
13312         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
13313         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
13314         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
13315         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
13316         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
13317         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
13318         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
13319         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
13320         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
13322 2005-05-20  Naba Kumar  <naba@gnome.org>
13324         * README, anjuta.spec.in, configure.in: Updated Anjuta Descriptions
13325         and fixed rpm spec file (more testing required).
13326         
13327         * data/gdb.init: Don't set gdb prompt.
13328         
13329         * mime/Makefile.am: run update-mime-data only on system-wide install.
13330         
13331         * plugins/gdb/Makefile.am: Install plugin at correct paths.
13333 2005-05-19  Naba Kumar  <naba@gnome.org>
13335         * plugins/terminal/terminal.c: Fixed crash bug when terminal is used
13336         while it's not visible.
13338         Patch from: Jason Bayman  <JBayman@HobbitHell.com>
13339         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bugs.
13340         
13341 2005-05-19  Naba Kumar <naba@gnome.org>
13343         * configure.in: Fixed subversion checks. Added
13344         --disable-plugin-subversion and --disable-plugin-glade
13345         configure flags to manually turn off their plugin builds.
13347         * plugins/editor/plugin.c: Save and restore current editor line
13348         positions in session.
13350 2005-05-18  Naba Kumar  <naba@gnome.org>
13352         * AUTHORS: Fixed email address.
13353         
13354         * libanjuta/anjuta-utils.c,
13355         plugins/project-manager/plugin.c: Take plugin shell as dialog parents
13356         when the projectmanager toplevel is not a window. Check for valid
13357         gtkwindow type before using the passed window as parent for anjuta
13358         dialogs.
13360 2005-05-17  Naba Kumar  <naba@gnome.org>
13362         * libanjuta/interfaces/libanjuta.idl: Fixed compiler warnings.
13363         
13364         * plugins/cvs-plugin/Makefile.am,
13365         plugins/devhelp/plugin.c,
13366         plugins/file-loader/Makefile.am,
13367         plugins/macro/Makefile.am,
13368         plugins/message-view/Makefile.am,
13369         plugins/patch/Makefile.am,
13370         plugins/project-manager/Makefile.am,
13371         plugins/subversion/Makefile.am,
13372         plugins/symbol-browser/Makefile.am: Removed -module flags
13373         from libtool flags
13375         * MAINTAINERS: Added file so that I could recieve bugzilla
13376         reports.
13378         * plugins/glade/plugin.c: Fixed compile error.
13380 === Anjuta 2.0.0 ===
13382 2005-05-15  Naba Kumar  <naba@gnome.org>
13384         * configure.in: Adjusted gdl version requirement. Bumped anjuta
13385         version to 2.0.0.
13387         * plugins/symbol-browser/an_symbol_view.c,
13388         plugins/symbol-browser/plugin.c,
13389         tagmanager/tm_workspace.c: Fixed symbol-browser crash when
13390         symbols have been updated. Reset file symbols when update
13391         occurs. Fixed memory leaks.
13393         Patch from Jason Bayman  <JBayman@HobbitHell.com>:
13394         * plugins/file-wizard/action-callbacks.c: Fixed crash bug.
13395         
13396 2005-05-14  Sebastien Granjoux  <seb.sfo@free.fr>
13398         * plugins/tools/anjuta-tools.glade:
13399         Remove unused parameter dialog
13401         * plugins/tools/dialog.c,
13402         plugins/tools/fileop.c,
13403         plugins/tools/fileop.h,
13404         plugins/tools/tool.c,
13405         plugins/tools/tool.h,
13406         plugins/tools/variable.c:
13407         Add a few comments and cleanups
13409         * plugins/tools/editor.c,
13410         plugins/tools/editor.h:
13411         Remove code from previous plugin and add comments
13412         Use main window as parent (instead of tool list)
13414         * plugins/tools/execute.c,
13415         plugins/tools/execute.h:
13416         Remove code from previous plugin and add comments
13417         Fix warnings
13419 2005-05-14  Naba Kumar  <naba@gnome.org>
13421         * AUTHORS, FUTURE, NEWS, README, ROADMAP: Updated and prepared for
13422         release.
13423         
13424         * configure.in: Fixed
13425         
13426         * plugins/class-inheritance/class-inheritance.png: New icon.
13427         
13428         * plugins/devhelp/plugin.c: Fixed docking bug where browser widget
13429         screws up when reparented.
13431 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13433         * plugins/editor/search-replace.c,
13434         plugins/editor/search-replace_backend.c
13435         plugins/project-manager/plugin.c : Clear find pane if searching same 
13436         expression. Clean code.
13438 2005-05-14  Pawan Chitrakar  <pawan@nplinux.org>
13440         * configure.in: Added ne in ALL_LINGUAS
13441         
13442 2005-05-13  Naba Kumar  <naba@gnome.org>
13444         * configure.in: Fixed glade-3 version.
13445         
13446         * plugins/gdb/debugger.c, plugins/gdb/debugger.h,
13447         plugins/gdb/locals.c, plugins/gdb/stack_trace.c,
13448         plugins/gdb/watch.c: Update locals, watch and frame document on
13449         frame change.
13451 2005-05-12  Naba Kumar  <naba@gnome.org>
13453         * plugins/editor/aneditor-autocomplete.cxx: Fixed infinite loop in
13454         scope autocompletion when the function definition is incomplete.
13455         
13456         * plugins/class-gen/anjuta-class-gen.plugin.in,
13457         plugins/file-wizard/anjuta-file-wizard.plugin.in,
13458         plugins/gdb/plugin.c,
13459         plugins/glade/anjuta-glade.plugin.in,
13460         plugins/project-import/anjuta-project-import.plugin.in,
13461         plugins/project-wizard/anjuta-project-wizard.plugin.in: Give a proper
13462         titles for the wizards.
13464 2005-05-11  Naba Kumar  <naba@gnome.org>
13466         * configure.in, plugins/debug-manager/Makefile.am,
13467         plugins/debug-manager/plugin.c,
13468         (added) plugins/debug-manager/images/.cvsignore,
13469         (added) plugins/debug-manager/images/Makefile.am,
13470         (added) plugins/debug-manager/images/detach-16.png,
13471         (added) plugins/debug-manager/images/detach.png,
13472         (added) plugins/debug-manager/images/step-into-16.png,
13473         (added) plugins/debug-manager/images/step-into.png,
13474         (added) plugins/debug-manager/images/step-out-16.png,
13475         (added) plugins/debug-manager/images/step-out.png,
13476         (added) plugins/debug-manager/images/step-over-16.png,
13477         (added) plugins/debug-manager/images/step-over.png,
13478         plugins/gdb/Makefile.am,
13479         plugins/gdb/breakpoints.c,
13480         plugins/gdb/plugin.c,
13481         (added) plugins/gdb/images/.cvsignore,
13482         (added) plugins/gdb/images/Makefile.am,
13483         (added) plugins/gdb/images/breakpoint.png,
13484         (added) plugins/gdb/images/locals.png,
13485         (added) plugins/gdb/images/stack.png,
13486         (added) plugins/gdb/images/watch.png: Fixed breakpoints
13487         'remove all'. Added debugger icons.
13489         * plugins/editor/text_editor.c: Fixed file monitor.
13491         Patch from: Massimo Cora'  <maxcvs@email.it>
13492         * plugins/patch/anjuta-patch-plugin.png,
13493         plugins/class-gen/Makefile.am,
13494         plugins/class-gen/action-callbacks.c,
13495         plugins/class-gen/class_gen.c,
13496         plugins/class-gen/class_logo.xpm: Implemented vcs
13497         file addions. New icons by Fabio Zecchini
13499 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13501         * libanjuta/interfaces/libanjuta.idl
13502         plugins/editor/anjuta-docman.c plugins/editor/search-replace.c
13503         plugins/editor/search-replace_backend.c
13504         plugins/project-manager/plugin.c : Search & Replace in all Project Files.
13506 2005-05-11  Naba Kumar  <naba@gnome.org>
13507         
13508         * plugins/gdb/actions.c, plugins/gdb/breakpoints.c,
13509         plugins/gdb/breakpoints.h, plugins/gdb/debug_tree.c,
13510         plugins/gdb/plugin.c, plugins/gdb/plugin.h,
13511         plugins/gdb/registers.c, plugins/gdb/stack_trace.c,
13512         plugins/gdb/watch.c: Completed breakpoints implementation. Fixed
13513         memory leaks.
13514         
13515         * plugins/symbol-browser/an_symbol_prefs.c,
13516         plugins/symbol-browser/an_symbol_search.c,
13517         plugins/symbol-browser/an_symbol_view.c,
13518         plugins/symbol-browser/an_symbol_view.h,
13519         plugins/symbol-browser/plugin.c: Fixed memory leaks.
13521 2005-05-11  Naba Kumar  <naba@gnome.org>
13523         * libanjuta/anjuta-shell.c: Fixed runtime warning.
13524         
13525         * libanjuta/e-splash.c, libanjuta/e-splash.h, src/main.c: Pass the
13526         progress bar location at create time, instead of hardcoding.
13527         
13528         * pixmaps/Makefile.am, (added) pixmaps/anjuta_splash_mini.png:
13529         Added mini splash screen.
13530         
13531         * plugins/editor/text_editor.c: Do not produce warning when file
13532         monitor could not be created.
13533         
13534         * plugins/profile-default/plugin.c: Save project session on exit.
13535         Show mini splash with progress bar at profile load.
13537 2005-05-10  Naba Kumar  <naba@gnome.org>
13539         * configure.in, manuals/Makefile.am: Fixed compile flags.
13540         Disable outdated manuals builds.
13541         
13542         * global-tags/Makefile.am: Uninstall tags files on
13543         'make uninstall'
13544         
13545         * libegg/Makefile.am: Use configured deprecated flags.
13546         
13547         * manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
13548         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
13549         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
13550         Updated.
13551         
13552         * mime/Makefile.am: Take DESTDIR into account.
13553         
13554         * plugins/class-gen/Makefile.am: Fixed 'make distcheck' errors.
13555         
13556         * plugins/editor/aneditor-autocomplete.cxx: Fixed crash bug
13557         on scope autocompletion.
13558         
13559         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
13560         plugins/gdb/debugger.h, plugins/gdb/plugin.c: Use project
13561         shared libs and static libs paths for debugging. Order them
13562         correctly.
13563         
13564         * po/POTFILES.in: Updated.
13566 2005-05-09  Naba Kumar  <naba@gnome.org>
13568         * libanjuta/interfaces/libanjuta.idl,
13569         plugins/gdb/debugger.[ch], plugins/gdb/plugin.c,
13570         plugins/gdb/breakpoints.ch, plugins/gdb/gdbmi-test.c,
13571         plugins/debug-manager/plugin.c, plugins/gdb/anjuta-gdb-plugin.ui:
13572         Implemented debugger source directory search and emits location changed
13573         signal with absolute path of the file.
13575         * plugins/tools/tool.c: Fixed compile errors.
13576         
13577 2005-05-08  Sebastien Granjoux  <seb.sfo@free.fr>
13579         * plugins/tools/anjuta-tools.glade,
13580         plugins/tools/dialog.h,
13581         plugins/tools/dialog.c,
13582         plugins/tools/plugin.c,
13583         plugins/tools/editor.c:
13584         Improve graphical user interface
13585         Remove old code
13586         Correct an error on close
13587         Some cleanups
13589         * plugins/tools/fileop.c,
13590         plugins/tools/tool.h,
13591         plugins/tools/tool.c:
13592         Change the tool internal structure
13593         Support having tools configuration in several places
13595 2005-05-08  Naba Kumar  <naba@gnome.org>
13597         * plugins/gdb/actions.c,
13598         (removed) plugins/gdb/registers_cbs.c,
13599         (removed) plugins/gdb/registers_cbs.h,
13600         (removed) plugins/gdb/registers_gui.c,
13601         (removed) plugins/gdb/sharedlib_cbs.c,
13602         (removed) plugins/gdb/sharedlib_cbs.h,
13603         (removed) plugins/gdb/sharedlib_gui.c,
13604         (removed) plugins/gdb/signals_cbs.c,
13605         (removed) plugins/gdb/signals_cbs.h,
13606         (removed) plugins/gdb/signals_gui.c: Removed dead files.
13608 2005-05-08  Naba Kumar  <naba@gnome.org>
13610         * plugins/build-basic-autotools/executer.c: Fixed programs
13611         listing dialog.
13612         
13613         * plugins/debug-manager/Makefile.am,
13614         plugins/debug-manager/anjuta-debug-manager.glade,
13615         plugins/debug-manager/plugin.c,
13616         plugins/gdb/Makefile.am: Used libglade for programs listing
13617         dialog.
13618         
13619         * (added) plugins/gdb/pointer.png: Stack pointer image.
13620         
13621         * libanjuta/anjuta-marshal.list,
13622         pixmaps/Makefile.am,
13623         plugins/gdb/actions.c,
13624         plugins/gdb/actions.h,
13625         plugins/gdb/anjuta-gdb-plugin.ui,
13626         plugins/gdb/anjuta-gdb.glade,
13627         plugins/gdb/breakpoints.c,
13628         plugins/gdb/breakpoints.h,
13629         plugins/gdb/debug_tree.c,
13630         plugins/gdb/debug_tree.h,
13631         plugins/gdb/debugger.c,
13632         plugins/gdb/debugger.h,
13633         plugins/gdb/gdbmi-test.c,
13634         plugins/gdb/gdbmi.c,
13635         plugins/gdb/gdbmi.h,
13636         plugins/gdb/info.c,
13637         plugins/gdb/info.h,
13638         plugins/gdb/locals.c,
13639         plugins/gdb/locals.h,
13640         plugins/gdb/memory.c,
13641         plugins/gdb/memory.h,
13642         plugins/gdb/plugin.c,
13643         plugins/gdb/plugin.h,
13644         plugins/gdb/registers.c,
13645         plugins/gdb/registers.h,
13646         plugins/gdb/registers_cbs.c,
13647         plugins/gdb/registers_cbs.h,
13648         plugins/gdb/registers_gui.c,
13649         plugins/gdb/sharedlib.c,
13650         plugins/gdb/sharedlib.h,
13651         plugins/gdb/sharedlib_cbs.c,
13652         plugins/gdb/sharedlib_cbs.h,
13653         plugins/gdb/sharedlib_gui.c,
13654         plugins/gdb/signals.c,
13655         plugins/gdb/signals.h,
13656         plugins/gdb/signals_cbs.c,
13657         plugins/gdb/signals_cbs.h,
13658         plugins/gdb/signals_gui.c,
13659         plugins/gdb/stack_trace.c,
13660         plugins/gdb/stack_trace.h,
13661         plugins/gdb/utilities.c,
13662         plugins/gdb/utilities.h,
13663         plugins/gdb/watch.c,
13664         plugins/gdb/watch.h,
13665         plugins/gdb/watch_cbs.c,
13666         plugins/gdb/watch_cbs.h,
13667         plugins/gdb/watch_gui.c: Implemented gdb MI interface and used
13668         it for all debugger component updates and listing. Implemented
13669         user custom debugger command window. Fixed all debugger components
13670         to work correctly. Implemented debugger as GObject. Removed
13671         deprecated codes.
13672         
13673 2005-05-06  Naba Kumar  <naba@gnome.org>
13674         
13675         * TODO.tasks: Updated.
13676         
13677         * plugins/build-basic-autotools/Makefile.am,
13678         plugins/file-loader/Makefile.am,
13679         plugins/profile-default/Makefile.am,
13680         plugins/sample1/Makefile.am,
13681         plugins/symbol-browser/images/Makefile.am,
13682         src/Makefile.am: Fixed 'make distcheck' errors.
13684         * plugins/symbol-browser/an_symbol_view.c: Removed unnecessary
13685         updates.
13687         * tagmanager/tm_workspace.c: Include prototypes in getting
13688         scope members.
13690 2005-05-06  Naba Kumar  <naba@gnome.org>
13692         * TODO.tasks: Updated.
13693         
13694         * configure.in, plugins/cvs-plugin/Makefile.am,
13695         plugins/debug-manager/Makefile.am,
13696         plugins/devhelp/Makefile.am,
13697         plugins/editor/Makefile.am,
13698         plugins/gdb/Makefile.am: Fixed 'make distcheck' errors.
13699         
13700         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaSymbol,
13701         IAnjutaSymbolManager, IAnjutaIterable and IAnjutaIterableTree
13702         interfaces.
13703         
13704         * tagmanager/tm_workspace.c,
13705         tagmanager/include/tm_workspace.h,
13706         plugins/editor/aneditor-autocomplete.cxx,
13707         plugins/editor/aneditor-calltip.cxx: Fixed fill_find_tags_array()
13708         to return all matching tag types when no name is given instead of
13709         returning empty array.
13710         
13711         * plugins/symbol-browser/Makefile.am,
13712         (added) plugins/symbol-browser/an_symbol.c,
13713         (added) plugins/symbol-browser/an_symbol.h,
13714         plugins/symbol-browser/an_symbol_info.c,
13715         plugins/symbol-browser/an_symbol_info.h,
13716         (added) plugins/symbol-browser/an_symbol_iter.c,
13717         (added) plugins/symbol-browser/an_symbol_iter.h,
13718         plugins/symbol-browser/an_symbol_search.c,
13719         plugins/symbol-browser/an_symbol_view.c,
13720         plugins/symbol-browser/an_symbol_view.h,
13721         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
13722         plugins/symbol-browser/plugin.c,
13723         plugins/symbol-browser/plugin.h: Implemented IAnjutaSymbol wrapper
13724         for tags. Implemented IAnjutaSymbolManager interface in symbol-browser
13725         plugin and implemented IAnjutaIterable interface for symbol search
13726         and iteration.
13728         * plugins/class-inheritance/Makefile.am,
13729         plugins/class-inheritance/class-inherit.c,
13730         plugins/class-inheritance/class-inherit.h,
13731         plugins/class-inheritance/plugin.h: Use the newly added
13732         IAnjutaSymbolManager/IAnjutaSymbol/IAnjutaIterable intefaces and
13733         get rid of libanjuta-ctags.la dependencies.
13735 2005-05-02  Naba Kumar  <naba@gnome.org>
13737         * plugins/class-inheritance/class-inherit.c,
13738         plugins/class-inheritance/plugin.c,
13739         plugins/class-inheritance/plugin.h: Fixed crash bug when no symbols could
13740         be found for a class. Formated code.
13742         Patch from: Curtis Magyar  <curtm4n@gmail.com>:
13743         * plugins/editor/anjuta-docman.c: Fixed alpabetical ordering
13744         of editor tabs.
13745         
13746 2005-05-01  Sebastien Granjoux  <seb.sfo@free.fr>
13748         * libanjuta/anjuta-launcher.c:
13749         Keep trying sending data until all bytes have been written
13751         * plugins/tools/anjuta-tools.glade,
13752         plugins/tools/editor.c:
13753         Add a combo box to defined data from stdin
13755         * plugins/tools/execute.c:
13756         Send data in stdin if needed
13757         Code cleanups
13759         * plugins/tools/fileop.c,
13760         plugins/tools/tool.h,
13761         plugins/tools/tool.c:
13762         Store, load and save stdin data
13763         Use tools-2.xml instead of tools.xml
13765         * plugins/tools/plugin.c,
13766         plugins/tools/plugin.h:
13767         Code cleanups
13769         * plugins/tools/dialog.c,
13770         plugins/tools/dialog.h:
13771         Few code cleanups
13773         * plugins/tools/variable.c,
13774         plugins/tools/variable.h:
13775         Add editor related variables
13776         Code cleanups
13778 2005-04-29  Naba Kumar  <naba@gnome.org>
13780         * libanjuta/Makefile.am, src/Makefile.am: Include libutil in libanjuta.
13782         * plugins/editor/text_editor.c: Fixed line marker interpretation.
13783         
13784         * data/gdb.init, plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
13785         plugins/gdb/breakpoints.h, plugins/gdb/debugger.c,
13786         plugins/gdb/debugger.h, (added) plugins/gdb/gdbmi-test.c,
13787         (added) plugins/gdb/gdbmi.c, (added) plugins/gdb/gdbmi.h: Started
13788         working on gdb MI interface. Completed MI parser interface.
13790         Patch from  Massimo Cora <maxcvs@email.it>:
13791         * plugins/class-inheritance/Makefile.am,
13792         plugins/class-inheritance/class-inherit.c,
13793         plugins/class-inheritance/class-inherit.h,
13794         plugins/class-inheritance/plugin.c,
13795         plugins/class-inheritance/plugin.h: Update to class inheritance plugin.
13796         Used system theme for colors. Display class members on mouse click.
13797         
13798 2005-04-28  Naba Kumar  <naba@gnome.org>
13800         * plugins/symbol-browser/an_symbol_prefs.c
13801         plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: Added
13802         implementation to create/add/remove custom tags files in symbol
13803         brower preferences.
13805         * global-tags/Makefile.am: Exclude bin target anjuta-tags from
13806         EXTRA_DIST.
13808         * plugins/project-import/project-import.c: Fixed memory leaks and
13809         use correct debug prints.
13810         
13811         * TODO.tasks: Updated.
13812         
13813 2005-04-27  Naba Kumar  <naba@gnome.org>
13815         * libanjuta/Makefile.am, libanjuta/interfaces/Makefile.am.iface,
13816         libegg/Makefile.am,     libegg/treeviewutils/Makefile.am,
13817         scintilla/Makefile.am: Fixed 'make distcheck' errors.
13819         * plugins/editor/anjuta-docman.c,
13820         plugins/editor/anjuta-docman.h,
13821         plugins/editor/plugin.c: Emit editor-added signal from docman
13822         and connect signals to new editor correctly.
13824         * plugins/class-inheritance/plugin.c,
13825         plugins/symbol-browser/plugin.c: Added stock icons.
13826         
13827         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.glade,
13828         plugins/build-basic-autotools/executer.c,
13829         plugins/build-basic-autotools/executer.h: Added missing files
13830         for the execute programs implementation.
13832 2005-04-26  Naba Kumar  <naba@gnome.org>
13833         
13834         * TODO.tasks: Updated.
13836         * plugins/file-loader/plugin.c,
13837         plugins/project-import/anjuta-project-import.plugin.in,
13838         plugins/project-import/plugin.c,
13839         plugins/project-import/project-import.c,
13840         plugins/project-import/project-import.h: Be able to import older
13841         anjuta projects.
13843 2005-04-26  Naba Kumar  <naba@gnome.org>
13845         * libanjuta/anjuta-shell.c: Remove widget from the queue also when
13846         removing it from the shell.
13848         * libanjuta/anjuta-shell.c,
13849         libanjuta/anjuta-shell.h,
13850         plugins/profile-default/plugin.c: Implemented freeze/thaw for shell
13851         so that widget additions are freezed or thaw using a pending queue.
13852         Fixded UI flicker while loading projects.
13854 2005-04-26  Naba Kumar  <naba@gnome.org>
13856         * TODO.tasks: Updated.
13857         
13858         * libanjuta/interfaces/libanjuta.idl: Added execute method for
13859         IAnjutaBuildable interface.
13860         
13861         * plugins/build-basic-autotools/Makefile.am,
13862         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13863         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
13864         plugins/build-basic-autotools/build-basic-autotools.c,
13865         plugins/build-basic-autotools/build-basic-autotools.h: Added "Execute"
13866         interface and UI for executing project/file programs. Implemented
13867         IAnjutaFile interface so that executables could be opened directly.
13868         
13869         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Removed
13870         Authors line (Reserved for external plugins, which do not have a way to
13871         show their credits).
13872         
13873         * plugins/file-loader/plugin.c: Read "Title" from [Wizard] and
13874         [File Loader] group for menu labels (default to "Name" if it is not
13875         defined.
13876         
13877         * plugins/terminal/terminal.c: Implemented IAnjutaTerminal interface
13878         for executing external commands.
13880 2005-04-25  Sebastien Granjoux  <seb.sfo@free.fr>
13882         * plugins/project-wizard/property.c:
13883         Correct a memory leak
13885         * libanjuta/interfaces/libanjuta.idl,
13886         plugins/editor/text_editor.c:
13887         Add erase_all and replace_selection function to IAnjutaEditor
13889         * plugins/tools/anjuta-tools.glade,
13890         plugins/tools/fileop.c,
13891         plugins/tools/editor.c,
13892         plugins/tools/tool.c
13893         plugins/tools/tool.h:
13894         Add shortcut and icon 
13896         * plugins/tools/variable.c,
13897         plugins/tools/variable.h:
13898         Add a variable asking parameters at run time
13900         * plugins/tools/execute.c:
13901         Add a warning message for missing document manager
13902         Add replace buffer and replace selection output
13903         Correct an error in popup output
13905         * plugins/tools/plugin.c,
13906         plugins/tools/plugin.h,
13907         plugins/tools/anjuta-tools.ui,
13908         src/anjuta.ui:
13909         Few clean up
13910         Attach tools menu to a new place
13912 2005-04-25  Naba Kumar  <naba@gnome.org>
13914         * libanjuta/plugins.c, src/about.c, src/about.h,
13915         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui,
13916         plugins/class-gen/anjuta-class-gen.plugin.in: Added about
13917         plugins (about box for plugins) menu.
13919 2005-04-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
13921         *  plugins/editor/search-replace.c :
13922         Displayed full path in Search pane window. 
13923         Bug 300231 : Selected line in Search pane window .
13924                 
13925 2005-04-23  Naba Kumar  <naba@gnome.org>
13927         * plugins/terminal/terminal.c: Fixed crash on terminal docking.
13929 2005-04-22  Naba Kumar  <naba@gnome.org>
13931         * plugins/project-wizard/templates/java-logo.png: Smaller icons.
13932         
13933         * plugins/project-wizard/templates/java.wiz,
13934         plugins/project-wizard/templates/java/src/Makefile.am.tpl: Add option
13935         to create bytecodes (.class) files.
13936         
13937         * plugins/symbol-browser/an_symbol_info.c,
13938         plugins/symbol-browser/an_symbol_info.h,
13939         plugins/symbol-browser/an_symbol_search.c,
13940         plugins/symbol-browser/an_symbol_view.c,
13941         plugins/symbol-browser/plugin.c,
13942         tagmanager/tm_workspace.c: Fixed java symbols view. Fixed icon types
13943         in file symbol list.
13945 2005-04-22  Naba Kumar  <naba@gnome.org>
13947         * TODO.tasks: Updated.
13948         
13949         * plugins/class-inheritance/Makefile.am,
13950         plugins/subversion/Makefile.am: Do not install plugin files when
13951         plugin build condition is false.
13952         
13953         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
13954         plugins/build-basic-autotools/build-basic-autotools.c,
13955         plugins/build-basic-autotools/build-basic-autotools.h,
13956         plugins/file-loader/anjuta-loader-plugin.ui,
13957         plugins/file-loader/dnd.c,
13958         plugins/file-loader/plugin.c,
13959         plugins/file-loader/plugin.h,
13960         plugins/project-manager/anjuta-project-manager.ui,
13961         plugins/project-manager/plugin.c: Added open file and build context
13962         menu in project manager context menu.
13964 2005-04-22  Naba Kumar  <naba@gnome.org>
13966         * configure.in: Added message output showing conditional plugins to
13967         build or not.
13968         
13969         * src/layout.xml: Added layout for class-inheritance plugin widget.
13970         
13971         * plugins/class-inheritance/anjuta-class-inheritance.plugin.in: Fixed
13972         plugin name to remove redundant terms.
13973         
13974         * TODO.tasks: Updated.
13975         
13976         * configure.in,
13977         plugins/symbol-browser/Makefile.am,
13978         plugins/symbol-browser/an_symbol_view.c,
13979         (removed) plugins/symbol-browser/sv_class.xpm,
13980         (removed) plugins/symbol-browser/sv_function.xpm,
13981         (removed) plugins/symbol-browser/sv_macro.xpm,
13982         (removed) plugins/symbol-browser/sv_private_fun.xpm,
13983         (removed) plugins/symbol-browser/sv_private_var.xpm,
13984         (removed) plugins/symbol-browser/sv_protected_fun.xpm,
13985         (removed) plugins/symbol-browser/sv_protected_var.xpm,
13986         (removed) plugins/symbol-browser/sv_public_fun.xpm,
13987         (removed) plugins/symbol-browser/sv_public_var.xpm,
13988         (removed) plugins/symbol-browser/sv_static_fun.xpm,
13989         (removed) plugins/symbol-browser/sv_static_var.xpm,
13990         (removed) plugins/symbol-browser/sv_struct.xpm,
13991         (removed) plugins/symbol-browser/sv_unknown.xpm,
13992         (removed) plugins/symbol-browser/sv_variable.xpm,
13993         (added) plugins/symbol-browser/images/.cvsignore,
13994         (added) plugins/symbol-browser/images/Icons.16x16.Class,
13995         (added) plugins/symbol-browser/images/Icons.16x16.Enum,
13996         (added) plugins/symbol-browser/images/Icons.16x16.Field,
13997         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.BringToFront,
13998         (added) plugins/symbol-browser/images/Icons.16x16.FormsDesigner.SendToBack,
13999         (added) plugins/symbol-browser/images/Icons.16x16.Interface,
14000         (added) plugins/symbol-browser/images/Icons.16x16.InternalClass,
14001         (added) plugins/symbol-browser/images/Icons.16x16.InternalDelegate,
14002         (added) plugins/symbol-browser/images/Icons.16x16.InternalEnum,
14003         (added) plugins/symbol-browser/images/Icons.16x16.InternalEvent,
14004         (added) plugins/symbol-browser/images/Icons.16x16.InternalField,
14005         (added) plugins/symbol-browser/images/Icons.16x16.InternalInterface,
14006         (added) plugins/symbol-browser/images/Icons.16x16.InternalMethod,
14007         (added) plugins/symbol-browser/images/Icons.16x16.InternalProperty,
14008         (added) plugins/symbol-browser/images/Icons.16x16.InternalStruct,
14009         (added) plugins/symbol-browser/images/Icons.16x16.Literal,
14010         (added) plugins/symbol-browser/images/Icons.16x16.Method,
14011         (added) plugins/symbol-browser/images/Icons.16x16.NameSpace,
14012         (added) plugins/symbol-browser/images/Icons.16x16.PrivateClass,
14013         (added) plugins/symbol-browser/images/Icons.16x16.PrivateDelegate,
14014         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEnum,
14015         (added) plugins/symbol-browser/images/Icons.16x16.PrivateEvent,
14016         (added) plugins/symbol-browser/images/Icons.16x16.PrivateField,
14017         (added) plugins/symbol-browser/images/Icons.16x16.PrivateInterface,
14018         (added) plugins/symbol-browser/images/Icons.16x16.PrivateMethod,
14019         (added) plugins/symbol-browser/images/Icons.16x16.PrivateProperty,
14020         (added) plugins/symbol-browser/images/Icons.16x16.PrivateStruct,
14021         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedClass,
14022         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedDelegate,
14023         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEnum,
14024         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedEvent,
14025         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedField,
14026         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedInterface,
14027         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedMethod,
14028         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedProperty,
14029         (added) plugins/symbol-browser/images/Icons.16x16.ProtectedStruct,
14030         (added) plugins/symbol-browser/images/Icons.16x16.Reference,
14031         (added) plugins/symbol-browser/images/Makefile.am: Removed old symbol
14032         pixmaps and added new icons (taken from monodevelop).
14034 2005-04-21  Naba Kumar  <naba@gnome.org>
14036         Patch from  Massimo Cora <maxcvs@email.it>:
14038         * configure.in, plugins/Makefile.am
14039         (new) plugins/class-inheritance/.cvsignore,
14040         (new) plugins/class-inheritance/Makefile.am,
14041         (new) plugins/class-inheritance/anjuta-class-inheritance.plugin.in,
14042         (new) plugins/class-inheritance/class-inherit.c,
14043         (new) plugins/class-inheritance/class-inherit.h,
14044         (new) plugins/class-inheritance/plugin.c,
14045         (new) plugins/class-inheritance/plugin.h,
14046         (new) plugins/class-inheritance/class-inheritance.png: Added class
14047         inheritance plugin.
14048         
14049         Changes by naba: Added pkgconfig check for graphviz and conditionally
14050         build graphviz.
14051         
14052         * plugins/patch/.cvsignore, plugins/tools/.cvsignore: Updated.
14054 2005-04-20  Naba Kumar  <naba@gnome.org>
14056         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
14057         manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14058         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14059         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14060         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14061         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14062         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14063         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14064         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14065         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14066         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14067         
14068         * plugins/gdb/plugin.[ch], plugins/gdb/utilities.[ch]: Fixed gdb
14069         message view management.
14071         * libanjuta/anjuta-children.[ch],
14072         plugins/build-basic-autotools/build-basic-autotools.c,
14073         libanjuta/anjuta-launcher.c, plugins/terminal/terminal.c:
14074         Removed anjuta_children_init() function,
14075         because it is done automatically when first invoked. Introduced
14076         anjuta_children_recover() to recover the child signalling. Fixed
14077         child exit management to correctly recover the exit status.
14078         
14079         * libanjuta/anjuta-launcher.c: Fixed anjuta_launcher_dispose()
14080         to properly shutdown the launcher and to kill the running process
14081         (without emitting any signal).
14082         
14083         * plugins/gdb/debugger.c, plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14084         plugins/gdb/plugin.h: Fixed debugger to properly shutdown, kill both
14085         gdb and program instance.
14087 2005-04-19  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14089         * plugins/editor/search-replace.c :
14090         Fixed bug 300229 (Search dialog unsensitive freezed Search button).
14092 2005-04-18  Naba Kumar  <naba@gnome.org>
14094         * TODO.tasks: Marked completed items.
14095         
14096         * plugins/debug-manager/plugin.c, plugins/gdb/debugger.c,
14097         plugins/gdb/debugger.h, plugins/gdb/plugin.c,
14098         plugins/project-manager/plugin.c: Prompt user for the debugging
14099         target (select from a list of project's executable targets) and
14100         correctly start debugger. Take care of libtool wrapping when the
14101         target selected is libtool target. Fixed debugger menu items
14102         sensitivity.
14104 2005-04-17  Sebastien Granjoux  <seb.sfo@free.fr>
14106         * plugins/tools/execute.c,
14107         plugins/tools/execute.h:
14108         Implement save all files before running a command
14109         Implement all options for stdout and stderr except replace buffer
14110         Allow running several tools
14112         * plugins/tools/plugin.c:
14113         Move anjuta launcher in execute.c
14115         * plugins/tools/tools.h,
14116         plugins/tools/variable.c:
14117         Small changes
14119 2005-04-13  Sebastien Granjoux  <seb.sfo@free.fr>
14121         * plugins/tools/anjuta-tools.glade:
14122         Add new properties in tool editor dialog
14123         Cosmetic improvements
14124         
14125         * plugins/tools/anjuta-tools.ui:
14126         Attach tool menu as a build menu
14128         * plugins/tools/dialog.c:
14129         Set tool menu item sensitivity in tool list
14130         Fix bugs
14132         * plugins/tools/editor.c,
14133         plugins/tools/editor.h,
14134         plugins/tools/fileop.c,
14135         plugins/tools/tool.c,
14136         plugins/tools/tool.h:
14137         Add new properties (active, save file...)
14138         Most of them are still not implemented
14140         * plugins/tools/execute.c,
14141         plugins/tools/execute.h:
14142         Reorganize code to support multiple run
14143         Support run in terminal
14144         
14145         * plugins/tools/plugin.c
14146         plugins/tools/plugin.h:
14147         Move message handling in execute.c
14149         * plugins/tools/variable.h,
14150         plugins/tools/variable.c:
14151         Add useful variables
14152         
14153 2005-04-13  Naba Kumar  <naba@gnome.org>
14155         * plugins/editor/text_editor.c: Fixed file monitoring condition.
14156         * plugins/editor/Makefile.am: Added gnome-vfs flags.
14157         
14158 2005-04-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14160         * plugins/tools/dialog.c plugins/tools/tool.c :
14161         Fixed bugs.
14163 2005-04-06  Naba Kumar  <naba@gnome.org>
14165         * src/anjuta.c: Load default session only when
14166         "anjuta.session.load.last" preference is enabled.
14167         
14168 2005-04-07  Sebastien Granjoux  <seb.sfo@free.fr>
14170         * plugins/tools/Makefile.am,
14171         plugins/tools/variable.c,
14172         plugins/tools/variable.h:
14173         Add new code for handling variables
14175         * plugins/tools/anjuta-tools.glade:
14176         Improve tool editor dialog
14177         Add variable selection dialog
14179         * plugins/tools/dialog.c,
14180         plugins/tools/dialog.h,
14181         plugins/tools/plugin.c,
14182         plugins/tools/plugin.h:
14183         Add variable object
14184         Add a function to get it
14186         * plugins/tools/editor.c:
14187         Add gui code for variable selection dialog
14189         * plugins/tools/execute.c:
14190         Use variables for executing command
14191         
14192         * Naba: Compile warning fixes.
14194 2005-04-06  Naba Kumar  <naba@gnome.org>
14196         * TODO.tasks: Marked completed items.
14197         
14198 2005-04-06  Naba Kumar  <naba@gnome.org>
14200         * plugins/subversion/svn-backend.c: Fixed subversion plugin
14201         compile error.
14202         
14203         * plugins/tools/anjuta-tools.glade: Improved dialog layout.
14205 2005-04-04  Naba Kumar  <naba@gnome.org>
14207         * src/layout.xml, plugins/glade/plugin.c: Dock glade widgets
14208         inside Main window.
14209         
14210 2005-03-31  Sebastien Granjoux  <seb.sfo@free.fr>
14212         * plugins/tools/Makefile.am,
14213         plugins/tools/anjuta-tools.plugin.in,
14214         plugins/tools/anjuta-tools.ui,
14215         plugins/tools/anjuta-tools.gladei,
14216         plugins/tools/anjuta-tools-plugin.png,
14217         plugins/tools/plugin.c,
14218         plugins/tools/plugin.h,
14219         plugins/tools/dialog.c,
14220         plugins/tools/dialog.h,
14221         plugins/tools/fileop.c,
14222         plugins/tools/fileop.h,
14223         plugins/tools/tool.c,
14224         plugins/tools/tool.h,
14225         plugins/tools/editor.c,
14226         plugins/tools/editor.h,
14227         plugins/tools/execute.c,
14228         plugins/tools/execute.h, configure.in, plugins/Makefile.am:
14229         Port tool plugin from anjuta 1.2 (split anjuta-tools.c)
14230         Not fully working
14232         * anjuta-tools.[ch]: Removed old tools code.
14233         
14234 2005-04-01  Steve Murphy  <murf@e-tools.com>
14236         * configure.in: Added "rw" to ALL_LINGUAS.
14238 2005-03-29  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14240         * Modified Files:
14241         manuals/C/anjuta-manual/fileoperations.xml
14242         Added Files:
14243         manuals/C/anjuta-manual/figures/search_expr.png
14244         manuals/C/anjuta-manual/figures/search_expr_basic.png
14245         manuals/C/anjuta-manual/figures/search_file_list.png
14246         manuals/C/anjuta-manual/figures/search_file_pattern.png
14247         manuals/C/anjuta-manual/figures/search_replace.png
14248         manuals/C/anjuta-manual/figures/search_setting.png
14249         manuals/C/anjuta-manual/figures/search_target.png
14250         manuals/C/anjuta-manual/figures/search_target_action.png
14251         manuals/C/anjuta-manual/figures/search_target_in.png
14252         Removed Files:
14253         manuals/C/anjuta-manual/figures/find_files.png
14254         manuals/C/anjuta-manual/figures/find_replace.png
14255         manuals/C/anjuta-manual/figures/find_text.png :
14256         Updated Anjuta manual (File Operations)
14258 2005-03-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14260         * manuals/C/anjuta-manual/fileoperations.xml,
14261         manuals/C/anjuta-manual/figures/open_file.png,
14262         manuals/C/anjuta-manual/figures/open_file_multiple.png,
14263         manuals/C/anjuta-manual/figures/prefs_print.png,
14264         manuals/C/anjuta-manual/figures/print_dlg.png,
14265         manuals/C/anjuta-manual/figures/print_preview.png.
14266         * Added Files:
14267         manuals/C/anjuta-manual/figures/add_edit_macro.png,
14268         manuals/C/anjuta-manual/figures/display_macro.png,
14269         manuals/C/anjuta-manual/figures/insert_text.png,
14270         manuals/C/anjuta-manual/figures/keyword_macro.png,
14271         manuals/C/anjuta-manual/figures/new_file_wizard.png,
14272         manuals/C/anjuta-manual/figures/save_as_file.png :
14273         Updated Anjuta Manual (File Operations)
14275 2005-03-23  Adam Weinberger  <adamw@gnome.org>
14277         * plugins/editor/action-callbacks.c,
14278           plugins/file-loader/plugin.c,
14279           plugins/gtodo/main.c,
14280           plugins/project-wizard/druid.c:
14281           Fix spelling/grammar errors. Fixes bugs
14282           169068, 169137, 169138, and 169139.
14284 2005-03-21  Naba Kumar  <naba@gnome.org>
14286         Patch from: Massimo Cora' <maxcvs@email.it>:
14287         
14288         * plugins/editor/Makefile.am
14289         plugins/editor/anjuta-docman.c,
14290         (added) plugins/editor/editor-tooltips.c,
14291         (added) plugins/editor/editor-tooltips.h: Added tooltips to
14292         editor tabs to show full path.
14294 2005-03-19  Johannes Schmid <jhs@cvs.gnome.org>
14295         
14296         * plugins/subversion/svn-backend.c:
14297         Removed "apr-0/" from include because this is 
14298         already included in SVN_INCLUDE and broke building if
14299         apr >= 1.0 was installed.
14301 2005-03-18  Naba Kumar  <naba@gnome.org>
14303         Patch from: Massimo Cora' <maxcvs@email.it>:
14305         * plugins/editor/action-callbacks.c,
14306         plugins/editor/aneditor-calltip.cxx,
14307         plugins/editor/aneditor-priv.h,
14308         plugins/editor/aneditor.cxx,
14309         plugins/editor/aneditor.h,
14310         plugins/editor/anjuta-document-manager.ui: Added calltip
14311         activation from menu.
14313 2005-03-16  Naba Kumar  <naba@gnome.org>
14315         Patch from: Massimo Cora' <maxcvs@email.it>:
14316         
14317         * plugins/class-gen/action-callbacks.c,
14318         plugins/class-gen/anjuta-class-gen-plugin.glade,
14319         plugins/class-gen/class_gen.c,
14320         plugins/class-gen/class_gen.h,
14321         plugins/class-gen/class_logo.xpm,
14322         plugins/class-gen/plugin.c: Create files without project
14323         being open. Add to project support. And other enhancements.
14325 2005-03-15  Adam Weinberger  <adamw@gnome.org>
14327         * anjuta.glade,
14328           plugins/debug-manager/utilities.c,
14329           plugins/file-loader/plugin.c,
14330           plugins/gdb/utilities.c,
14331           plugins/profile-default/plugin.c,
14332           plugins/project-import/project-import.c,
14333           src/anjuta-actions.h:
14334           Spelling/grammar fixes.
14336 2005-03-13  Naba Kumar  <naba@gnome.org>
14337         
14338         * plugins/editor/action-callbacks.c,
14339         plugins/editor/action-callbacks.h,
14340         plugins/editor/anjuta-document-manager.ui,
14341         plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format'
14342         submenu. Moved menuitems from Format to View->Editor.
14343         
14344         * src/action-callbacks.c, src/action-callbacks.h,
14345         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset
14346         layout and lock layout menus in View submenu. Get rid of
14347         Settings->Layout Manager menu.
14348         
14349         * plugins/project-import/anjuta-project-import.plugin.in:
14350         Fixed icon name
14352         * global-tags/Makefile.am,
14353         global-tags/create_global_tags.sh,
14354         plugins/editor/aneditor-autocomplete.cxx,
14355         plugins/editor/aneditor-priv.h,
14356         plugins/editor/aneditor.cxx,
14357         tagmanager/tm_workspace.c: Fixed scope members autocompletion
14358         in editor and made it work in global symbols also.
14359         
14360         * src/anjuta-app.c: Always use priority texts besides icons style
14361         for toolbars, because other styles look horible for Anjuta (fixme).
14363 2005-03-11  Naba Kumar  <naba@gnome.org>
14365         * configure.in: Removed test for iconv.
14367         * scintilla/ScintillaGTK.cxx: Fixed crash bug when focus in occurs
14368         before scintilla widget is realized.
14369         
14370         * plugins/cvs-plugin/plugin.c: Aligned comments and added a shortcut
14371         for Update menuitem.
14372         
14373         * scintilla/patches/set-cursor-warning-fix.diff: Removed because
14374         already applied in scintilla main stream.
14375         
14376         * scintilla/patches/preedit-window-crash-fix.diff: Added new fix
14377         and notified scintilla developer.
14378         
14379 2005-03-10  Naba Kumar  <naba@gnome.org>
14381         * src/action-callbacks.c: Removed reference to src/help.h (dead
14382         file).
14384         * plugins/editor/text_editor.c: Removed reference to
14385         src/launcher.h (a dead file).
14387         * src/anjuta_dirs.c, src/anjuta_dirs.h, src/anjuta_gui.c,
14388         src/controls.c, src/controls.h, src/fileselection.c,
14389         src/fileselection.h, src/glade_iface.c, src/glade_iface.h,
14390         src/global.h, src/help.c, src/help.h, src/launcher.c, src/launcher.h,
14391         src/main.cpp, src/main_menubar.c, src/main_menubar.h,
14392         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/session.c,
14393         src/session.h, src/support.c, src/support.h, src/toolbar.c,
14394         src/toolbar.h, src/toolbar_callbacks.c, src/toolbar_callbacks.h:
14395         Removed these dead files from CVS.
14398 2005-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14400         * plugins/file-wizard/action-callbacks.c : Added error message.
14401         plugins/project-import/project-import.c : Closed Import wizard with Esc key.
14404 2005-03-09      Johannes Schmid <jhs@cvs.gnome.org>
14405         
14406         * plugins/cvs-plugin/cvs-callbacks.c
14407         plugins/cvs-plugin/plugin.c:
14408         Fixed preferences page init and busy handling
14409         
14410         * plugins/subversion/plugin.c:
14411         Fixed preferences page init
14413 2005-03-09  Naba Kumar  <naba@gnome.org>
14415         * plugins/Makefile.am, plugins/glade/Makefile.am,
14416         plugins/glade/plugin.c: Now that glade3 cvs head has been fixed,
14417         enabled glade plugin in Anjuta. The plugin is built only when
14418         glade3 is installed.
14419         
14420 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14422         * plugins/project-wizard/templates/java.wiz
14423         plugins/project-wizard/templates/java-logo.png (*)
14424         plugins/project-wizard/templates/java/*
14425         plugins/project-wizard/templates/Makefile.am
14426         configure.in:
14427         
14428         Add Java project type. It generates a autoconf/automake
14429         project which is compiled using gcj. It requires automake 
14430         > 1.4 (1.9 is known to work) to work!
14431         
14432         (*) still awaiting response from the gcj team if we
14433         may use their logo.
14434         
14435 2005-03-09  Johannes Schmid <jhs@cvs.gnome.org>
14436         
14437         * plugins/project-import/*
14438         plugins/Makefile.am
14439         configure.in:
14440         Added project import plugin. Might be a bit buggy and limited
14441         but works for now.
14442         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
14443         Icon from old pixmaps dir
14445 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14447         * plugins/file-wizard/plugin.c, plugins/macro/macro-dialog.c
14448         plugins/macro/macro-util.c, plugins/macro/macros.xml :
14449         Added C Custom_Indent line macro.
14450         Cleaned macros.xml
14452 2005-03-09  Naba Kumar  <naba@gnome.org>
14454         * TODO.tasks: Added new message-manager tasks.
14455         
14456         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14457         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14458         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14459         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14460         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14461         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14462         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14463         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14464         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14465         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14466         
14467         * plugins/gdb/debug_tree.c, plugins/gdb/debugger.c,
14468         plugins/gdb/locals.c, plugins/gdb/memory.c, plugins/gdb/plugin.c,
14469         plugins/gdb/registers.c, plugins/gdb/registers_gui.c,
14470         plugins/gdb/sharedlib.c, plugins/gdb/sharedlib_gui.c,
14471         plugins/gdb/signals.c, plugins/gdb/signals_gui.c,
14472         plugins/gdb/stack_trace.c, plugins/gdb/stack_trace.h,
14473         plugins/gdb/watch.c, plugins/gdb/watch.h, plugins/gdb/watch_gui.c:
14474         Removed debugger widgets from shell on debugger shutdown. Added
14475         scrolled windows for docked widgets. Removed unnecessary widget refs
14476         and unrefs. Destroy widgets correctly on debugger shutdown.
14477         
14478         * plugins/project-wizard/anjuta-project-wizard.glade: Added frame
14479         with project description title. Removed frame shadow.
14480         
14481         * plugins/project-wizard/druid.c: Initializes tooltips.
14482         
14483         * scintilla/Makefile.am: Fixed comiple error.
14485 2005-03-08  Adam Weinberger  <adamw@gnome.org>
14487         * plugins/class-gen/anjuta-class-gen-plugin.glade,
14488           plugins/class-gen/class_gen.c: Fix grammar/spelling errors
14490 2005-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14492         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14493         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14494         plugins/macro/macro-util.c, plugins/macro/macro-util.h
14495         plugins/macro/macros.xml, plugins/macro/plugin.c :
14496         Moved cursor at the '|' position defined in macros.
14498 2005-03-07  Naba Kumar  <naba@gnome.org>
14500         * plugins/subversion/Makefile.am: Fixed build error.
14502         * plugins/editor/anjuta-document-manager-plugin.in: Added some mime
14503         types (perl, python, shellscript).
14504         
14505         * plugins/editor/plugin.c: Fixed to show all highlight options.
14506         
14507 2005-03-07  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14509         * TODO.tasks : updated tasks.
14510         * plugins/gtodo/interface.c : Implemented column sorting (TASK MANAGER)
14512 2005-03-07  Naba Kumar  <naba@gnome.org>
14514         * plugins/subvesion/plugin.c: Detect ".svn" directory to enable
14515         or disable subversion file-manager submenu. If "Subvesion" is also
14516         valid directory, we should also check for it.
14518         * configure.in: Disable cygwin macro until someone fixes the
14519         autoconf warnings.
14520         
14521         * plugins/subvesion/svn-thread.c: Use older API svn_client_add() for
14522         backward compatibility.
14523         
14524 2005-03-06  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14526         * src/about.c : Cleaned code.
14527         * plugins/macro/macros.xml : Added "do_while" C macro.
14528         * plugins/gdb/registers_cbs.[ch], plugins/gdb/registers_gui.c,
14529         plugins/gdb/sharedlib_cbs.[ch], plugins/gdb/sharedlib_gui.c, 
14530         plugins/gdb/signals_cbs.[ch], plugins/gdb/signals_gui.c :
14531         Closed registers, shared libraries, kernel signals dialogs with ESC key.
14532         
14533 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14535         * plugins/class-gen/plugin.c:
14536         Removed "return" to activate project_root_uri watching.
14538 2005-03-06      Johannes Schmid <jhs@cvs.gnome.org>
14540         * plugins/Makefile.am
14541         plugins/subversion/*:
14542         Added subversion plugin. Add, Remove, Commit and Update work
14543         everything else needs work.
14544         
14545         * plugins/terminal/terminal.c
14546         Applied old 1.2.2 patch to fix Ctrl-C in terminal but
14547         we still have focus problems with the editor.
14549 2005-03-05  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14551         * AUTHORS, src/about.c : Updated about dialog by AUTHORS file.
14552         
14553 2005-03-04  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14555         * Makefile.am, src/about.c : Updated about dialog by AUTHORS.xml file.
14557 2005-03-04  Naba Kumar  <naba@gnome.org>
14559         Patch from Massimo Cora' <maxcvs@email.it>:
14561         * plugins/class-gen/Makefile.am,
14562         plugins/class-gen/action-callbacks.c,
14563         plugins/class-gen/action-callbacks.h,
14564         (added) plugins/class-gen/anjuta-class-gen-plugin.glade,
14565         plugins/class-gen/anjuta-class-gen.plugin.in,
14566         plugins/class-gen/class_gen.c,
14567         plugins/class-gen/class_gen.h,
14568         (removed) plugins/class-gen/clsGen.c,
14569         (added) plugins/class-gen/goc_template_header,
14570         (added) plugins/class-gen/goc_template_source,
14571         plugins/class-gen/plugin.c,
14572         plugins/class-gen/plugin.h: Refactored class gen code.
14573         Added GOCBuilder code. Fixed UI. Implemented plugin.
14575 2005-03-03  Johannes Schmid <jhs@cvs.gnome.org>
14577         * plugins/project-wizard/property.c
14578         plugins/project-wizard/install.c
14579         plugins/project-wizard/druid.c
14580         plugins/editor/goto_line.c
14581         plugins/editor/plugin.c
14582         plugins/gtodo/add_edit_item.c
14583         plugins/gtodo/ligtodo.c
14584         plugins/gtodo/main.c
14585         plugins/gtodo/preferences.c:
14586         Fixed #167559, #167534, #167266, #167357
14587         (Bad English in strings...)
14588         
14589         Thanks to Adam Weinberger and Thierry Moisan for
14590         reporting!
14592 2005-03-03  Naba Kumar  <naba@gnome.org>
14594         * libegg/Makefile.am, libegg/menu/Makefile.am,
14595         (added) libegg/egg-submenu-action.c,
14596         (added) libegg/menu/egg-submenu-action.h: Created a new action for
14597         submenu (used for wizard listing).
14598         
14599         * plugins/file-loader/anjuta-loader-plugin.ui
14600         plugins/file-loader/plugin.c: Implemented wizards submenu in menu
14601         and toolbar.
14602         
14603         * plugins/editor/action-callbacks.c,
14604         plugins/editor/aneditor.cxx, plugins/editor/plugin.c: Disabled
14605         ctrl+tabbing because it was interfaring with focus navigation.
14606         Focus editor on "Esc" in incremental search entry. Cleanups.
14607         
14608         * plugins/file-manager/an_file_view.c,
14609         plugins/symbol-browser/plugin.c,
14610         plugins/symbol-browser/an_symbol_view.c: Fixed key shortcuts.
14611         Cleanups.
14612         
14613         * plugins/profile-default/plugin.c,
14614         scintilla/PlatGTK.cxx: Fixed compiler warnings. Added splash icon
14615         for sesssion load.
14616         
14617         * (removed) scintilla/patches/a64-crash-fix.patch,
14618         (added) scintilla/patches/set-cursor-warning-fix.diff: Updated
14619         scintilla patches.
14621 2005-03-03  Naba Kumar  <naba@gnome.org>
14623         * HACKING: Fixed typos.
14624         
14625         * plugins/editor/aneditor-indent.cxx: Clean up.
14626         
14627         * plugins/editor/plugin.c, plugins/editor/text_editor.[h]:
14628         Enable/disable save, undo and redo actions depending on state
14629         of the editor.
14630         
14631 2005-03-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14633         * libanjuta/anjuta-status.h plugins/editor/Makefile.am
14634         plugins/editor/action-callbacks.c, plugins/editor/search-replace.c :
14635         Displayed search_incremental status.
14637         * Removed plugins/editor/search_incremental.[ch]
14639 2005-02-26  Johannes Schmid <jhs@cvs.gnome.org>
14640         
14641         * plugins/cvs-plugin/cvs-execute.c
14642         plugins/cvs-plugin/cvs-callbacks.c:
14643         - Use weak reference on mesg_view and reuse tab if
14644         it still exists to avoid cluttering message manager.
14645         - Fixed bug in cvs remove
14646         
14647         README, HACKING: Updated
14648         
14649         configure.in: Added check for libsvn
14651 2005-02-29  Naba Kumar  <naba@gnome.org>
14652         
14653         * plugins/file-manager/an_file_view.c,
14654         plugins/symbol-browser/an_symbol_view.c,
14655         plugins/symbol-browser/plugin.c: Hide column headers (they
14656         are redundant).
14658 2005-02-29  Naba Kumar  <naba@gnome.org>
14660         * manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
14661         manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
14662         manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
14663         manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
14664         manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
14665         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
14666         manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
14667         manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
14668         manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
14669         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
14671         * libanjuta/Makefile.am, libanjuta/anjuta-marshal.list,
14672         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
14673         (added) libanjuta/anjuta-session.[hc],
14674         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
14675         plugins/profile-default/plugin.c, plugins/profile-default/plugin.h,
14676         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c, src/anjuta.h,
14677         src/main.c:
14678         
14679         Implemented session management. Implemented session
14680         container class. Added session notifications from shell. Implemented
14681         session save/load in editor, file-loader, default-profile-plugin
14682         and anjuta-app. Fixed window sizing and restoration. Cleaned up
14683         code in anjuta-app.[ch], anjuta.[ch], main.c. Added fullscreen
14684         and maximized states in session. Implemented project session
14685         management.
14687 2005-02-27  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14689         * plugins/class-gen/action-callbacks.[ch],
14690         plugins/class-gen/class_gen.c plugins/project-wizard/druid.c,
14691         plugins/gdb/breakpoints.c plugins/gdb/memory.c:
14692         Closed Wizard project, Class gen, Inspect memory, Breakpoints dialogs 
14693         with Escape key.
14695 2005-02-26  Sebastien Granjoux  <seb.sfo@free.fr>
14696         
14697         * plugins/project-wizard/anjuta-project-wizard.glade,
14698         plugins/project-wizard/druid.c:
14699         Add some padding in tab label in project selection page
14700         
14701         * plugins/project-wizard/druid.c,
14702         plugins/project-wizard/parser.c:
14703         Search for project template recursively
14704         Add ~/.anjuta/project to the search paths
14706 2005-02-26  Naba Kumar  <naba@gnome.org>
14708         * plugins/file-wizard/action-callbacks.c: Fixed memory curruption.
14709         * plugins/file-loader/plugin.c: Fixed crash bug.
14710         * libanjuta/plugins.c: Fixed memory leak.
14711         
14712 2005-02-26  Naba Kumar  <naba@gnome.org>
14713         
14714         * libanjuta/plugins.c, libanjuta/plugins.h: Implemented
14715         "UserActivatable" attribute for plugins. This attribute if set to
14716         "no" will prevent users from activating/deactivating it from
14717         plugins dialog. Added a toggle button in plugins dialog to toggle
14718         the plugins list between list of activatable plugins (default) to
14719         list of all plugins. anjuta_plugin_select() now only selects the
14720         plugin. Added anjuta_plugins_select_and_activate() method that will
14721         select and activate it.
14722         
14723         * plugins/profile-default/Makefile.am,
14724         plugins/profile-default/anjuta-default-profile.ui,
14725         plugins/profile-default/plugin.c,
14726         plugins/profile-default/plugin.h,
14727         plugins/project-manager/anjuta-project-manager.ui,
14728         plugins/project-manager/plugin.c,
14729         plugins/project-manager/plugin.h:
14730         
14731         Anjuta projects (*.anjuta) files define the profile of respective
14732         projects. Profile is a set of related plugins required for the
14733         project to open. Moved "close project" action from Project Manager
14734         to Profile Manager plugin. Implemented loading and unloading of
14735         project profiles in DefaultProfilePlugin. DefaultProfilePlugin
14736         (instead of Project Manager) now handles opening of *.anjuta files.
14737         Close Project menuitem is now moved to File submenu (being
14738         consistent with Anjuta 1.x versions and avoiding creating Project
14739         submenu when project manager is not loaded).
14740         
14741         * src/anjuta-actions.h: Fixed short-cut key for Help content.
14742         
14743         * src/anjuta.ui: Fixed place holder for projects.
14744         
14745         * (new) plugins/profile-default/default.anjuta: default startup
14746         profile. Removed the hardcoded plugins loading in
14747         DefaultProfilePlugin.
14749         * anjuta.anjuta,
14750         plugins/project-wizard/templates/terminal/project.anjuta:
14751         Implemented project format in newly created projects.
14753         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in:
14754         plugins/class-gen/anjuta-class-gen.plugin.in,
14755         plugins/cvs-plugin/anjuta-cvs.plugin.in,
14756         plugins/editor/anjuta-document-manager.plugin.in,
14757         plugins/file-loader/anjuta-loader.plugin.in,
14758         plugins/file-wizard/anjuta-file-wizard.plugin.in,
14759         plugins/gdb/anjuta-gdb.plugin.in,
14760         plugins/glade/anjuta-glade.plugin.in,
14761         plugins/message-view/anjuta-message-manager.plugin.in,
14762         plugins/profile-default/anjuta-default-profile.plugin.in,
14763         plugins/project-manager/anjuta-project-manager.plugin.in,
14764         plugins/project-wizard/anjuta-project-wizard.plugin.in:
14765         Defined UserActivatable attributes. Added supported types attribute.
14767         * plugins/project-wizard/anjuta-project-wizard.glade
14768         plugins/project-wizard/plugin.c: Changed "New Project Wizard" to
14769         "Project Wizard" in preferences title.
14771         * TODO.tasks: Updated.
14772         
14773         * manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml:
14774         Updated.
14775         
14776 2005-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14778         * plugins/file-wizard/anjuta-file-wizard.glade
14779         plugins/file-wizard/file.[ch], plugins/macro/macros.xml :
14780         
14781         Integrated License macros, cleaned file.c.
14782         
14783 2005-02-24      Johannes Schmid <jhs@cvs.gnome.org>
14784         
14785         * plugins/macor/macro-util.c: Fixed crash bugs if email or
14786         username can not be found correctly.
14788 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14790         * plugins/file-wizard/file.[ch], plugins/macro/macro-util.c,
14791         plugins/macro/macros.xml :
14792         
14793         Added Headers macros. Cleaned file.c
14795 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14797         * plugins/file-wizard/action-callbacks.c, plugins/macro/macro-util.c, 
14798         plugins/macro/macros.xml :
14799         
14800         Fixed a bug. Added Header macro.
14802         
14803 2005-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14805         * plugins/file-wizard/action-callbacks.c, 
14806         plugins/file-wizard/file.c, plugins/macro/macro-util.c
14807         plugins/macro/macros.xml :
14808         
14809         Added FileName, Header template macros.
14810         
14811 2005-02-24  Naba Kumar  <naba@gnome.org>
14812         
14813         * plugins/patch/patch-plugin.c: Fixed a function call.
14814         
14815         * src/anjuta.c, src/main.c: Save and load default session.
14816         
14817 2005-02-24  Naba Kumar  <naba@gnome.org>
14819         * libanjuta/interfaces/libanjuta.idl,
14820         plugins/message-view/anjuta-msgman.c,
14821         plugins/message-view/anjuta-msgman.h,
14822         plugins/message-view/plugin.c: Added and implemented
14823         set_view_title() method.
14824         
14825         * plugins/build-basic-autotools/build-basic-autotools.c,
14826         plugins/build-basic-autotools/build-basic-autotools.h: Implemented
14827         build context pooling. Maximum 3 contexts are reused. Additional
14828         contexts are created when all are busy.
14830 2005-02-23  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14832         * plugins/macro/macro-actions.c, plugins/macro/macro-db.[ch],
14833         plugins/macro/macro-dialog.c, plugins/macro/macro-util.[ch],
14834         plugins/macro/macros.xml, plugins/macro/plugin.[ch],
14835         plugins/file-wizard/action-callbacks.c, plugins/file-wizard/file.c :
14837         Added Copyright, Changelog macros.
14838                 
14839 2005-02-23  Naba Kumar  <naba@gnome.org>
14841         Patch from Massimo Cora' <maxcvs@email.it>:
14842         * plugins/Makefile.am,
14843         plugins/patch/Makefile.am,
14844         (added) plugins/patch/anjuta-patch-plugin.png,
14845         (added) plugins/patch/anjuta-patch.plugin.in,
14846         (added) plugins/patch/anjuta-patch.ui,
14847         plugins/patch/patch-plugin.c,
14848         (added) plugins/patch/patch-plugin.h,
14849         (added) plugins/patch/plugin.c,
14850         (added) plugins/patch/plugin.h: Ported patch plugin to Anjuta 2.0
14851         architecture.
14853 2005-02-23  Naba Kumar  <naba@gnome.org>
14855         * libanjuta/anjuta-marshal.list, libanjuta/anjuta-plugin.[ch],
14856         file-loader/plugin.c, profile-default/plugin.c:
14857         Implemented "activated" and "deactivated" signals for plugin class.
14858         Renamed *_location() functions to *_id(), because location is
14859         ambiguous. Implemented anjuta_plugins_unload_plugin_by_id() and
14860         anjuta_plugins_unload_plugin().
14861         
14862         * class-gen/plugin.c: Fixed complier warning and utility function call.
14863         
14864         * debug-manager/plugin.c: Unload debugger plugin correctly.
14865         
14866         * project-manager/plugin.c:     Fixed compiler warnings.
14867         
14868         * plugins/project-wizard/templates/gnome/.cvsignore,
14869         plugins/project-wizard/templates/gnome/po/.cvsignore,
14870         plugins/project-wizard/templates/gnome/src/.cvsignore,
14871         plugins/project-wizard/templates/gtk/po/.cvsignore,
14872         plugins/project-wizard/templates/gtkmm/po/.cvsignore,
14873         plugins/project-wizard/templates/xlib/.cvsignore: Added cvsignores.
14874         
14875         * manuals/reference/libanjuta/tmpl/*: Unnecessary changes from the
14876         build (we need to fix this thing).
14877         
14878 2005-02-23  Johannes Schmid <jhs@cvs.gnome.org>
14880         * plugins/macro/macro-action.[ch]
14881         plugins/macro/macro-edit.c
14882         plugins/macro/macro-dialog.c
14883         plugins/macro/macro-db.[ch]
14884         plugins/macro/plugin.[ch]
14885         plugins/macro/macro-util.[ch] (added)
14886         
14887         Cleaned up macro plugin and preview expanded macros.
14889 2005-02-21  Ryan Garver <rgarvage@yahoo.com>
14891         * plugins/cvs-plugin/cvs-interface.c:
14893         Fixed option setting when using no compression and not 
14894         ignoring .cvsrc
14896 2005-02-23  Naba Kumar  <naba@gnome.org>
14897         
14898         * src/anjuta.c, src/anjuta.h, src/main.c: Save and restore window
14899         geometry on exit and startup (only if there is no geometry from the
14900         session).
14902         * TODO.tasks: Updated.
14903         
14904         Patch from Sebastien Granjoux <seb.sfo@free.fr>:
14905         
14906         * manuals/reference/libanjuta/Makefile.am,
14907         manuals/reference/libanjuta/libanjuta-docs.sgml,
14908         (new) manuals/reference/libanjuta/project-wizard-format.sgml: Added
14909         documentation for writing project templates.
14911 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14913         * plugins/macro/macro-actions.c, plugins/macro/macro-actions.h
14914         plugins/macro/macro-dialog.c, plugins/macro/macros.xml :
14915         
14916         Expansion keywords in macros. 
14918 2005-02-22  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14920         * plugins/file-wizard/action-callbacks.c,
14921         plugins/file-wizard/file.[ch], plugins/macro/macro-actions.c,
14922         plugins/macro/macros.xml :
14923         
14924         Inserting text by macro plugin
14925         In progress ...
14927 2005-02-22  Johannes Schmid <jhs@cvs.gnome.org>
14929         * plugins/macro/plugin.c
14930         plugins/cvs-plugin/plugin.c:
14931         
14932         Fixed interfaces (use static)
14934 2005-02-21  Johannes Schmid <jhs@cvs.gnome.org>
14935         
14936         * plugins/macro/macro-actions.[ch]
14937         plugins/macro/plugin.c
14938         libanjuta/interfaces/libanjuta.idl:
14939         
14940         Implemented IAnjutaMacro interface to be used by file-wizard
14941         
14942         * plugins/cvs-plugin/plugin.c
14943         libanjuta/interfaces/libanjuta.idl:
14944         
14945         Reworked IAnjutaCvs to IAnjutaVCS to be used as an interface
14946         for all version control systems and not only for cvs.
14948 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14950         * plugins/macro/macro-actions.[ch], plugins/macro/macros.xml : Added 
14951         insert_macro.
14952         
14953         * plugins/file-wizard/anjuta-file-wizard.glade : Add project & CVS.
14956 2005-02-21  Naba Kumar  <naba@gnome.org>
14958         * libanjuta/interfaces/libanjuta.idl: Fixed IAnjutaDebugManager and
14959         IAnjutaDebugger interface.
14960         
14961         * plugins/debug-manager/anjuta-debug-manager.ui,
14962         plugins/debug-manager/attach_process.c,
14963         plugins/debug-manager/attach_process.h,
14964         plugins/debug-manager/plugin.c,
14965         plugins/debug-manager/plugin.h,
14966         plugins/gdb/actions.c,
14967         plugins/gdb/actions.h,
14968         plugins/gdb/anjuta-gdb-plugin.ui,
14969         plugins/gdb/breakpoints.c,
14970         plugins/gdb/breakpoints.h,
14971         plugins/gdb/debugger.c,
14972         plugins/gdb/debugger.h,
14973         plugins/gdb/memory.c,
14974         plugins/gdb/plugin.c,
14975         plugins/gdb/plugin.h,
14976         plugins/gdb/sharedlib.h,
14977         plugins/gdb/sharedlib_cbs.c,
14978         plugins/gdb/watch.c: Fixed debugger plugin. Split debug operations
14979         correctly between debug-manager and debugger. Implemented debugger
14980         interface in gdb plugin. Fixed action names. Added UI updating.
14981         Start and stop debugger (does not work yet). Fixed UI merging.
14982         Fixed debugger plugin handling in debug-manager.
14984 2005-02-20  Johannes Schmid <jhs@cvs.gnome.org>
14986         * plugins/editor/aneditor-autocomplete.cxx:
14987         
14988         Patch from Jason Bayman <JBayman@HobbitHell.com> avoids
14989         crash with C++ "template" keyword.
14991 2005-02-20  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
14993         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
14994         Fixed bug (Closed macro dialogs with Esc key).
14995         
14996 2005-02-19  Sebastien Granjoux  <seb.sfo@free.fr>
14997         
14998         * plugins/project-wizard/xlib.wiz,
14999         plugins/project-wizard/xlib-logo.png,
15000         plugins/project-wizard/xlib/*:
15001         Port old xlib anjuta project on new project wizard
15002         
15003         * plugins/project-wizard/xlib-dock.wiz,
15004         plugins/project-wizard/xlib-dock/*:
15005         Port old xlib dock anjuta project on new project wizard
15006         
15007         * plugins/project-wizard/wxwin.wiz,
15008         plugins/project-wizard/wxwin-logo.png,
15009         plugins/project-wizard/wxwin/*:
15010         Port old wxwin anjuta project on new project wizard
15011         
15012         * configure.in, plugins/project-wizard/templates/Makefile.am: Other
15013         necessary changes for the new templates.
15014         
15015 2005-02-18  Naba Kumar  <naba@gnome.org>
15017         * plugins/Makefile.am: Added class-gen
15018         
15019 2005-02-17  Sebastien Granjoux  <seb.sfo@free.fr>
15021         * plugins/project-wizard/header.c:
15022         Fix a bug in sorting of project categories
15024 2005-02-18  Naba Kumar  <naba@gnome.org>
15026         Patch from Massimo Cora  <maxcvs@email.it>:
15027         
15028         * plugins/class-gen/.cvsignore,
15029         plugins/class-gen/Makefile.am,
15030         (added) plugins/class-gen/action-callbacks.c,
15031         (added) plugins/class-gen/action-callbacks.h,
15032         (added) plugins/class-gen/anjuta-class-gen.plugin.in,
15033         (added) plugins/class-gen/class_gen.c,
15034         (added) plugins/class-gen/class_gen.h,
15035         (added) plugins/class-gen/plugin.c,
15036         (added) plugins/class-gen/plugin.h: Ported class wizard to the
15037         new architecture.
15038         
15039         * plugins/project-manager/plugin.c: implemented add_source().
15041 2005-02-17  Naba Kumar  <naba@gnome.org>
15043         * plugins/file-loader/plugin.c: Fixed possible crash.
15044         
15045         * src/action-callbacks.c, src/action-callbacks.h,
15046         src/anjuta-actions.h, src/anjuta.ui: Fixed help menuitems.
15048 2005-02-17  Naba Kumar  <naba@gnome.org>
15049         
15050         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15051         plugins/project-wizard/templates/gnome.wiz,
15052         plugins/project-wizard/templates/gtk.wiz,
15053         plugins/project-wizard/templates/gtkmm.wiz,
15054         plugins/project-wizard/templates/terminal.wiz,
15055         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15056         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15057         plugins/project-wizard/templates/gnome/src/callbacks.c,
15058         plugins/project-wizard/templates/gnome/src/callbacks.h,
15059         plugins/project-wizard/templates/gnome/src/main.c,
15060         plugins/project-wizard/templates/gtk/src/callbacks.c,
15061         plugins/project-wizard/templates/gtk/src/callbacks.h,
15062         plugins/project-wizard/templates/gtk/src/main.c,
15063         plugins/project-wizard/templates/gtkmm/src/main.cc,
15064         plugins/project-wizard/templates/terminal/src/main.c: Fixed templates
15065         to generate licence correctly (without any extra newlines). Removed
15066         IncludeGNUHeader macro definition and added proper licence property.
15067         Fixed project directory paths in file contents.
15069 2005-02-17  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15071         * plugins/macro/macro-dialog.c, plugins/macro/macro-edit.c :
15072         Closed macro dialogs with Esc key.
15074 2005-02-16  Naba Kumar  <naba@gnome.org>
15076         * plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15077         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
15078         plugins/project-wizard/templates/gnome/src/callbacks.c,
15079         plugins/project-wizard/templates/gnome/src/callbacks.h,
15080         plugins/project-wizard/templates/gnome/src/main.c,
15081         plugins/project-wizard/templates/gtk/src/main.c,
15082         plugins/project-wizard/templates/gtkmm/src/main.cc,
15083         plugins/project-wizard/templates/terminal/src/main.c: Fixed licence
15084         macros to avoid blank newlines.
15086 2005-02-16  Sebastien Granjoux  <seb.sfo@free.fr>
15088         * plugins/project-wizard/autogen.c:
15089         Correct a problem when having property value in UTF-8
15091         * plugins/project-wizard/druid.c:
15092         Correct a bug when reselecting a new project (all pages
15093         must be removed)
15095         * plugins/project-wizard/property.c:
15096         Avoid having default invalid properties
15098         * plugins/project-wizard/templates/terminal.wiz,
15099         plugins/project-wizard/templates/terminal/po/ChangeLog,
15100         plugins/project-wizard/templates/terminal/src/main.c:
15101         Remove command for testing run function
15102         Move destination directory to second page and include
15103         project name. Add exist tag. Remove unused properties.
15105 2005-02-16  Naba Kumar  <naba@gnome.org>
15107         * Makefile.am, libanjuta/interfaces/libanjuta.idl,
15108         plugins/debug-manager/anjuta-debug-manager.ui,
15109         plugins/debug-manager/plugin.c,
15110         plugins/gdb/Makefile.am, plugins/gdb/breakpoints.c,
15111         plugins/gdb/debugger.c, plugins/gdb/plugin.c,
15112         plugins/gdb/plugin.h, plugins/gdb/registers.c,
15113         plugins/gdb/sharedlib.c, plugins/gdb/signals.c,
15114         plugins/gdb/stack_trace.c, plugins/gdb/utilities.c,
15115         plugins/gdb/utilities.h, plugins/gdb/watch_cbs.c,
15116         (removed) src/anjuta_info.c,
15117         (removed) src/anjuta_info.h,
15118         (added) plugins/gdb/info.c (added) plugins/gdb/info.h,
15119         (added) plugins/gdb/anjuta-gdb-plugin.ui,
15120         (added) plugins/gdb/actions.c,
15121         (added) plugins/gdb/actions.h: Completed initial
15122         porting of debugger to new architecture. Fixed many of the debugger
15123         functions.
15125         * plugins/file-loader/plugin.c: Detect some important mime ourself
15126         to avoid inconsistencies when mime system isn't working.
15127         
15128 2005-02-16  Naba Kumar  <naba@gnome.org>
15130         * plugins/editor/Makefile.am,
15131         (added) plugins/editor/aneditor-autocomplete.cxx,
15132         (added) plugins/editor/aneditor-calltip.cxx,
15133         (added) plugins/editor/aneditor-indent.cxx,
15134         (added) plugins/editor/aneditor-priv.h,
15135         plugins/editor/aneditor.cxx: Split aneditor.cxx file into
15136         different smaller chunks to make it easy to maintain.
15138 2005-02-16  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15140         * plugins/project-wizard/druid.c :
15141         
15142         Found system Email address if not defined in Preferences.
15144 2005-02-16      Johannes Schmid <jhs@cvs.gnome.org>
15145         
15146         * plugins/project-wizard/gtkmm.wiz
15147         plugins/project-wizard/gtkmm-logo.png (from pixmaps/)
15148         plugins/project-wizard/gtkmm/*
15149         
15150         Added GTKmm (C++) project type
15152 2005-02-15  Johannes Schmid <jhs@cvs.gnome.org>
15154         * plugins/message-view/plugin.c
15155         plugins/message-view/message-view.c
15156         TODO.gtodo:
15157         Implemented next/prev action
15159 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15161         * plugins/project-wizard/templates/libglade2.* :
15162         Removed libglade2 project.
15163         
15164         * plugins/project-wizard/templates/gtk* :
15165         Removed interface.[ch] & support.[ch].
15166         
15167 2005-02-15  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15169         * plugins/project-wizard/anjuta-project-wizard.glade,
15170         plugins/project-wizard/property.[ch],
15171         plugins/project-wizard/templates/anjuta-plugin.wiz :
15172         Added a new property ("iconfile").
15174 2005-02-14  Naba Kumar  <naba@gnome.org>
15176         * plugins/project-wizard/install.c,
15177         plugins/project-wizard/plugin.c,
15178         plugins/project-wizard/templates/anjuta-plugin.wiz,
15179         plugins/project-wizard/templates/gnome.wiz,
15180         plugins/project-wizard/templates/gtk.wiz,
15181         plugins/project-wizard/templates/libglade2.wiz,
15182         plugins/project-wizard/templates/terminal.wiz: Added actions to autogen
15183         newly created projects and open them. Fixed message buffering in
15184         wizard.
15186 2005-02-14  Naba Kumar  <naba@gnome.org>
15188         * src/about.c, pixmaps/Makefile.am,
15189         (new) pixmaps/anjuta_logo2.png: New about page splash screen.
15190         
15191         * mime/gnome-mime-application-x-anjuta.png,
15192         pixmaps/anjuta_icon.png,
15193         (new) pixmaps/anjuta_icon.svg: New svg icon and derived png icons
15194         done by 9-speed at:
15195         http://cvs.freedesktop.org/svg-icons/lila/gnome/scalable/apps/anjuta_icon.svg?rev=1.2&view=log
15196         
15197 2005-02-14  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15199         * configure.in,
15200         plugins/project-wizard/templates/libglade2-logo.png,
15201         plugins/project-wizard/templates/libglade2.wiz,
15202         plugins/project-wizard/templates/libglade2/* :
15203         Add Glade2 project
15206 2005-02-14  Naba Kumar  <naba@gnome.org>
15208         * TODO.tasks: Updated.
15209         
15210         * plugins/editor/anjuta-docman.c,
15211         plugins/editor/text_editor.c,
15212         plugins/editor/text_editor.h,
15213         plugins/editor/text_editor_cbs.c: Added gnome-vfs monitor
15214         for file modification, but it is still not functioning.
15216 2005-02-13  Sebastien Granjoux  <seb.sfo@free.fr>
15218         * plugins/project-wizard/values.c,
15219         plugins/project-wizard/values.h,
15220         plugins/project-wizard/property.c,
15221         plugins/project-wizard/property.h,
15222         plugins/project-wizard/druid.c:
15223         Rewrite mandatory property check
15224         Add check of exist property
15225         Rewrite handling of cached property page
15227 2005-02-13  Naba Kumar  <naba@gnome.org>
15229         Patch from Igor Kovalenko  <garrison@mail.ru>:
15230         * tagmanager/tm_workspace.c: Improved performance.
15232 2005-02-13  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15234         *plugins/project-wizard/templates/*.wiz,
15235         plugins/project-wizard/druid.c,
15236         plugins/project-wizard/templates/terminal/src/main.c,
15237         plugins/project-wizard/templates/gtk/src/*.[ch],
15238         plugins/project-wizard/templates/gtk/src/Makefile.am,
15239         plugins/project-wizard/templates/gnome/src/*.[ch],
15240         plugins/project-wizard/templates/anjuta-plugin/src/*.[ch] :
15241         Add Copyright date & Email address,
15242         Correct terminal project.
15243         
15244 2005-02-12  Naba Kumar  <naba@gnome.org>
15246         * plugins/project-wizard/property.c: Fixed hidden
15247         properties to take values.
15249         * plugins/project-wizard/file.[ch]: Renamed
15250         true/false enum values to fix compile error
15251         (conflict with other definition).
15252         
15253         * plugins/file-loader/plugin.c: Detect anjuta projects correctly
15254         even when mime type detection fails (for example, when Anjuta is
15255         installed in non-system prefix).
15257 2005-02-12  Sebastien Granjoux  <seb.sfo@free.fr>
15259         * plugins/project-wizard/values.c,
15260         plugins/project-wizard/values.h:
15261         Rewrite file with more comments
15263         * plugins/project-wizard/druid.c,
15264         plugins/project-wizard/druid.h,
15265         plugins/project-wizard/autogen.c,
15266         plugins/project-wizard/autogen.h,
15267         plugins/project-wizard/druid.c,
15268         plugins/project-wizard/druid.h:
15269         Add more comments
15270         Use values instead of properties
15271         Move default properties to druid.c
15273         * plugins/project-wizard/install.c,
15274         plugins/project-wizard/install.h:
15275         Use values instead of properties
15276         Add a check to avoid overwriting files
15278         * plugins/project-wizard/parser.c,
15279         plugins/project-wizard/property.c,
15280         plugins/project-wizard/property.h:
15281         Update to use new values
15282         Add an "exist" attribute to check if a directory already exist
15284         * plugins/project-wizard/anjuta-project-wizard.glade:
15285         Change project selection page (GtkTextView => GtkLabel,
15286         GtkTable => GtkVBox)
15288         * plugins/project-wizard/templates/terminal.wiz:
15289         Move destination directory on second page
15290         
15291         * plugins/project-wizard/action.c:
15292         Add a few comments
15294 2005-02-12  Naba Kumar  <naba@gnome.org>
15296         * plugins/file-manager/an_file_view.c,
15297         plugins/symbol-browsers/an_symbol_view.c: Removed rules hint from the
15298         views. Created dynamic update date of view depending on project
15299         changes -- similar to file-manager view.
15300         
15301         * plugins/devhelp/plugin.c: Load help on idle.
15302         
15303         * plugins/editor/anjuta-document-manager.glade: Moved 'disable
15304         autoformat' to proper location in preferences.
15305         
15306         * mime/anjuta.mime: Added .prj extension in the mime type for backward
15307         compatibility.
15308         
15309         * plugins/editor/plugin.c: Fixed accel name.
15311 2005-02-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15313         *plugins/project-wizard/templates/anjuta-plugin.wiz,
15314         plugins/project-wizard/templates/gnome.wiz,
15315         plugins/project-wizard/templates/gtk.wiz,
15316         plugins/project-wizard/anjuta-project-wizard.glade,
15317         plugins/project-wizard/autogen.c:
15318         Add Username & Email address in Project preferences.
15320 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15322         *plugins/project-wizard/templates/gnome-logo.png,
15323         plugins/project-wizard/templates/gnome.wiz,
15324         plugins/project-wizard/templates/gnome/* :
15325         Add Gnome project
15327 2005-02-11  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15329         * plugins/project-wizard/templates/terminal/src/main.c, 
15330         plugins/project-wizard/templates/terminal/src/main.c,
15331         plugins/project-wizard/templates/terminal/src/main.[ch] :
15332         Insert License in projects
15333         
15334 2005-02-11  Naba Kumar  <naba@gnome.org>
15336         * TODO.tasks: Added message manager task.
15337         
15338         * plugins/devhelp/plugin.c: Show busy while initializing devhelp.
15339         
15340         * plugins/editor/plugin.c: Use bookmark stock icons.
15341         
15342         * plugins/message-view/anjuta-message-manager.ui,
15343         plugins/message-view/plugin.c: Added toolbar buttons for next/prev.
15345 2005-02-10  Naba Kumar  <naba@gnome.org>
15347         * libanjuta/interfaces/libanjuta.idl: fixed build error.
15348         
15349 2005-02-09  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15351         * global-tags/Makefile.am
15352         Error during 'make install'
15354 2005-02-09  Naba Kumar  <naba@gnome.org>
15356         * plugins/symbol-browser/anjuta-symbol-browser-pluing.glade: Added
15357         missing file.
15358         
15359 2005-02-08  Naba Kumar  <naba@gnome.org>
15361         * plugins/symbol-browser/an_symbol_prefs.[ch]: Added missing files.
15362         
15363         * plugins/symbol-browser/an_symbol_prefs.c, src/anjuta-app.c:
15364         Show busy cursur when updating global tags in preferences.
15366         * configure.in: Fixed.
15367         
15368 2005-02-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
15370         * plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl
15371           plugins/project-wizard/templates/anjuta-plugin/src/plugin.c
15372          
15373         - Fixed anjuta-plugin project (glade)
15375 2005-02-08  Naba Kumar  <naba@gnome.org>
15377         * plugins/editor/aneditor.cxx: Implemented auto-indent on 'tab' press.
15378         Fixed automatic indentations.
15380         * global-tags/Makefile.am, global-tags/create_global_tags.sh:
15381         Global tags are now segregated into smaller api tags, which can be
15382         selectively loaded from symbol browser preferences.
15384         * plugins/project-manager/plugin.c, plugins/project-manager/plugin.h:
15385         Implemented IProjectManager interface in project-manager. Mostly getter
15386         methods for now, but need to add add() and remove() methods to add
15387         or remove project elements.
15389         * plugins/gdb/debug_tree.c: Small fix.
15391         * plugins/editor/aneditor.cxx, plugins/symbol-browser/Makefile.am,
15392         plugins/symbol-browser/an_symbol_info.c,
15393         plugins/symbol-browser/an_symbol_info.h,
15394         plugins/symbol-browser/an_symbol_search.c,
15395         plugins/symbol-browser/an_symbol_search.h,
15396         plugins/symbol-browser/an_symbol_view.c,
15397         plugins/symbol-browser/an_symbol_view.h,
15398         plugins/symbol-browser/plugin.c,
15399         plugins/symbol-browser/plugin.h,
15400         tagmanager/c.c,
15401         tagmanager/entry.h,
15402         tagmanager/tm_project.c,
15403         tagmanager/tm_symbol.c,
15404         tagmanager/tm_tag.c,
15405         tagmanager/tm_workspace.c,
15406         tagmanager/vstring.c,
15407         tagmanager/include/tm_tag.h,
15408         tagmanager/include/tm_workspace.h:
15409         
15410         - Fixed tagmanager parsing of source files to parse for typedefines and
15411         properly record element scopes. Implemented scope autocompletion
15412         (autocompletion on '.', '->', '::' and ':'. The functionality is not
15413         fully working. It was based on older patch for Anjuta 1.2.2 in SF
15414         patch list (author is unknown).
15415         - Implemented symbol-browser preferences for dynamically loading and
15416         saving tags API segments.
15417         - Fixed symbol-search to use tagmanager directly instead of depending
15418         on symbol-view for tags list.
15419         - Fixed symbol-view to create the tree using TMSymbol tree directly.
15420         - Fixed TMSymbol to create the complete tags tree instead of letting the
15421         symbol-view created the root nodes.
15422         - Changed project tags cache name to .tm_project2.cache because the
15423         newer format records additional scope information.
15424         
15425 2005-02-07  Naba Kumar  <naba@gnome.org>
15427         * plugins/editor/style-editor.c,
15428         plugins/editor/anjuta-document-manager.glade: Used GtkColorButton
15429         and GtkFontButton instead of deprecated widgets in
15430         style editor.
15431         
15432 2005-02-07  Sebastien Granjoux  <seb.sfo@free.fr>
15434         * plugins/project-wizard/action.c,
15435         plugins/project-wizard/action.h,
15436         plugins/project-wizard/autogen.c,
15437         plugins/project-wizard/autogen.h,
15438         plugins/project-wizard/file.c,
15439         plugins/project-wizard/file.h,
15440         plugins/project-wizard/install.c,
15441         plugins/project-wizard/install.h,
15442         plugins/project-wizard/parser.h,
15443         plugins/project-wizard/parser.c,
15444         plugins/project-wizard/property.c,
15445         plugins/project-wizard/property.h,
15446         plugins/project-wizard/plugin.h,
15447         plugins/project-wizard/plugin.c,
15448         plugins/project-wizard/values.c,
15449         plugins/project-wizard/values.h:
15450         Replace C++ comments by C comments
15452         * plugins/project-wizard/autogen.c,
15453         plugins/project-wizard/autogen.h:
15454         Add a run time check of autogen version.
15455         Add UserName variable.
15457         * plugins/project-wizard/anjuta-project-wizard.glade,
15458         plugins/project-wizard/header.c,
15459         plugins/project-wizard/druid.c,
15460         plugins/project-wizard/druid.h:
15461         Sort project in alphabetic order.
15462         Correct selection troubles in notebooks.
15464         * plugins/project-wizard/parser.c:
15465         Add some check when reading the project header block.
15467 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15469         * plugins/project-wizard/action.c,
15470         plugins/project-wizard/action.h,
15471         plugins/project-wizard/autogen.c,
15472         plugins/project-wizard/autogen.h,
15473         plugins/project-wizard/file.c,
15474         plugins/project-wizard/file.h,
15475         plugins/project-wizard/install.c,
15476         plugins/project-wizard/parser.h,
15477         plugins/project-wizard/parser.c,
15478         plugins/project-wizard/property.c,
15479         plugins/project-wizard/property.h,
15480         plugins/project-wizard/values.c,
15481         plugins/project-wizard/values.h,
15482         Add a space between function name and open.
15484         * plugins/project-wizard/plugin.h,
15485         plugins/project-wizard/plugin.c,
15486         plugins/project-wizard/install.c,
15487         Avoid a crash if the user close the message view used by the .
15489         * plugins/project-wizard/anjuta-project-wizard,
15490         plugins/project-wizard/druid.c,
15491         plugins/project-wizard/druid.h,
15492         plugins/project-wizard/header.h,
15493         plugins/project-wizard/header.c,
15494         Add a text view with the description of each.
15495         Add a tab for each project.
15496         Replace some C++ comments to C comments.
15498 2005-02-05  Naba Kumar  <naba@gnome.org>
15500         * plugins/project-wizard/anjuta-project-wizard-plugin.png:
15501         New icon from Sebastien Granjoux .
15502         
15503 2005-02-05  Sebastien Granjoux  <seb.sfo@free.fr>
15505         * libanjuta/anjuta-preferences.c:
15506         Set file property even without a focus out event (file selected 
15507         the browse dialog)
15509 2005-02-04  Naba Kumar  <naba@gnome.org>
15511         * plugins/glade/plugin.c: Fixed glade function calls.
15512         * configure.in: Fixed a typo.
15513         * TODO.tasks: Updated.
15515 2005-02-03  Naba Kumar  <naba@gnome.org>
15517         * plugins/project-manager/plugin.c: Fixed memory corruption.
15519         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed
15520         build error.
15521         
15522         * manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
15523         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
15524         manuals/reference/libanjuta/tmpl/ianjuta-project-manager.sgml,
15525         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
15527         * libanjuta/interfaces/libanjuta.idl,
15528         plugins/project-manager/plugin.c: Implemented IAnjutaProjectManager
15529         interface.
15530         
15531         * plugins/symbol-browser/an_symbol_view.c: Fixed memory leaks.
15533         Patch from Massimo Cora <maxcvs@email.it>:
15534         * plugins/editor/plugin.c: Fixed update UI for created buffers.
15535         
15536 2005-02-01  Naba Kumar  <naba@gnome.org>
15538         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-launcher.h,
15539         libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h,
15540         plugins/editor/goto_line.c, plugins/editor/goto_line.h,
15541         scintilla/ScintillaGTK.cxx, scintilla/include/ScintillaWidget.h,
15542         (new) scintilla/patches/a64-crash-fix.patch: Applied old patches
15543         from sourceforge -- a64 crash fixes (correct typing for GType)
15544         and fixes compile errors in sun.
15546         * plugins/terminal/terminal.c: Patch from sourceforge -- Fixes
15547         paste (shift+insert) in terminal.
15549 2005-02-01  Kjartan Maraas  <kmaraas@gnome.org>
15551         * configure.in: Add «nb» to ALL_LINGUAS.
15553 2005-02-01  Naba Kumar  <naba@gnome.org>
15555         * TODO.tasks, TODO: Updated todo tasks.
15556         
15557         * plugins/editor/anjuta-document-manager.glade: Improved search
15558         relace dialog.
15559         
15560         * TODO.tasks: Fixed xml format.
15561         
15562         * plugins/editor/aneditor.cxx: Added code to trap 'tab' key (does not
15563         work yet).
15564         
15565         * plugins/editor/text_editor.c, plugins/editor/text_editor.h: Code
15566         cleanups.
15567         
15568         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c: Fixed xml
15569         format during save (removed unwanted text nodes). Fixed scrollbars.
15571 2005-01-31  Naba Kumar  <naba@gnome.org>
15573         * libanjuta/interfaces/libanjuta.idl,
15574         plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c:
15575         Implemented append() method for IAnjutaEditor interface and fixed
15576         various bugs with text insertions (cvs diff and macro insertions).
15577         
15578         * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed
15579         automatic indentation.
15580         
15581         * plugins/editor/action-callbacks.c,
15582         plugins/editor/action-callbacks.h,
15583         plugins/editor/anjuta-docman.c,
15584         plugins/editor/anjuta-document-manager.ui,
15585         plugins/editor/plugin.c,
15586         plugins/editor/text_editor.c,
15587         plugins/editor/text_editor.h,
15588         plugins/editor/text_editor_prefs.c: Create highlight menu dynamically.
15589         Fixed highlight issues.
15591         * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add
15592         macro.
15593         
15594         * plugins/symbol-browser/an_symbol_view.c: Force update project.
15596         * data/properties/*: Updated properties files from scite. Created
15597         styles.properties to override the scite styles.
15598         
15599         * plugins/editor/aneditor.cxx: Fixed automatic indentation.
15601         * manuals/reference/libanjuta/libanjuta.types: Fixed build error.
15602         
15603 2005-01-30  Naba Kumar  <naba@gnome.org>
15605         * libanjuta/interfaces/libanjuta.idl: Added documentations and removed
15606         unused definitions.
15607         
15608         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed typo.
15609         
15610         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
15611         plugins/editor/text_editor.c,
15612         plugins/editor/text_editor_prefs.c: Added new aneditor commands,
15613         fixed linuwidth preference setting, fixed insert text interface
15614         implementation. Improved automatice-indentation for cpp lexer.
15615         
15616         * plugins/symbol-browser/an_symbol_view.c: Code cleanup.
15618 2005-01-29  Naba Kumar  <naba@gnome.org>
15620         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Disabled "Remove sticky"
15621         option in update dialog as default. Improved import dialog. Sized
15622         log dialog.
15624         * configure.in: Fixed underquoted warning from autoconf.
15625         
15626         * plugins/editor/action-callbacks.c,
15627         plugins/editor/aneditor.cxx,
15628         plugins/editor/aneditor.h,
15629         plugins/editor/anjuta-document-manager.glade,
15630         plugins/editor/plugin.c,
15631         plugins/editor/plugin.h,
15632         plugins/editor/text_editor.c,
15633         plugins/editor/text_editor.h,
15634         plugins/editor/text_editor_prefs.c: Implemented prefernces commands
15635         for Editor and fixed all preferences syncronization and notifys for
15636         visible prefs (in editor preferences page).
15637         
15638         * plugins/file-loader/plugin.c: Load recent files on idle.
15640 2005-01-28  Naba Kumar  <naba@gnome.org>
15642         * plugins/editor/text_editor.c, plugins/editor/text_editor.h,
15643         plugins/editor/text_editor_prefs.c: Fixed linenumbers width bug.
15645         * plugins/editor/action-callbacks.c,
15646         plugins/editor/action-callbacks.h,
15647         plugins/editor/aneditor.cxx,
15648         plugins/editor/aneditor.h,
15649         plugins/editor/anjuta-document-manager.ui,
15650         plugins/editor/plugin.c,
15651         plugins/editor/text_editor.c,
15652         plugins/editor/text_editor.h,
15653         plugins/editor/text_editor_cbs.c,
15654         plugins/editor/text_editor_cbs.h,
15655         plugins/editor/text_editor_prefs.c: Implemented Multiple view of
15656         Text editor.
15658         Patch from Massimo Cora <maxcvs@email.it>:
15659         * plugins/editor/an_symbol_search.c,
15660         plugins/editor/an_symbol_search.c: Fixed crash bugs.
15661         
15662 2005-01-27  Naba Kumar  <naba@gnome.org>
15663         
15664         *libegg/eggcomboselect.c: Fix crash bug during popup close and fixed
15665         minimum size request to 200.
15667         * plugins/symbol-browser/an_symbol_info.c,
15668         plugins/symbol-browser/an_symbol_info.h,
15669         plugins/symbol-browser/an_symbol_search.c,
15670         plugins/symbol-browser/an_symbol_search.h,
15671         plugins/symbol-browser/an_symbol_view.c,
15672         plugins/symbol-browser/an_symbol_view.h,
15673         plugins/symbol-browser/plugin.c: Fixed object disposition. Fixed
15674         pixbuf retrieval. Fixed runtime warning. Code clean up.
15676 2005-01-27  Naba Kumar  <naba@gnome.org>
15678         * configure.in, plugins/Makefile.am, src/anjuta-app.c,
15679         src/anjuta.ui, (new) plugins/glade/.cvsignore,
15680         (new) plugins/glade/Makefile.am,
15681         (new) plugins/glade/anjuta-glade-plugin.png,
15682         (new) plugins/glade/anjuta-glade.plugin.in,
15683         (new) plugins/glade/anjuta-glade.ui,
15684         (new) plugins/glade/plugin.c,
15685         (new) plugins/glade/plugin.h,
15686         (new) plugins/profile-default/plugin.c:  Glade plugin. Disabled for
15687         now until glade3 works properly.
15689         * libanjuta/anjuta-marshal.[c,h]: Removed from cvs, because
15690         they are generated.
15691         
15692 2005-01-26  Naba Kumar  <naba@gnome.org>
15694         * mime/Makefile.am, (new)gnome-mime-application-x-anjuta.png:
15695         Added mime icon for anjuta projects.
15696         
15697         patch from Massimo Cora <maxcvs@email.it>:
15698         * an_symbol_info.c, an_symbol_info.h, an_symbol_search.c,
15699         an_symbol_search.h, an_symbol_view.c, plugin.c:
15700         Fix/implement objects destroying/freeing.
15702 2005-01-26  Johannes Schmid <jhs@cvs.gnome.org>
15703         
15704         * src/action-callback.[ch], src/anjuta-actions.h:
15705         Changed bug and feature request urls to bugzilla.gnome.org and removed LIDN
15706         because it has not been updated for years and we know have a devhelp plugin
15707         which can do the job much better.
15708         * TODO.tasks: Updated done items
15710 2005-01-25  Naba Kumar  <naba@gnome.org>
15712         * autogen.sh: Fixed to generate interface files.
15714         * plugins/editor/plugin.c, plugins/project-manager/plugin.c: Fixed
15715         session save filenames.
15716         
15717         * plugins/editor/anjuta-docman.c: Lazy create fileselection dialogs.
15718         
15719 2005-01-24  Sebastien Granjoux <seb.sfo@free.fr>
15721         * plugins/project-wizard/Makefile.am,
15722         plugins/project-wizard/install.c,
15723         plugins/project-wizard/install.h,
15724         plugins/project-wizard/parser.c,
15725         plugins/project-wizard/parser.h,
15726         plugins/project-wizard/templates/terminal.wiz:
15727         Add action list block in wizard template
15728         * plugins/project-wizard/file.c,
15729         plugins/project-wizard/autogen.c:
15730         Small fixes
15732 2005-01-23  Naba Kumar  <naba@gnome.org>
15734         * configure.in: Fixed build error.
15736 2005-01-22  Sebastien Granjoux <seb.sfo@free.fr>
15738         * plugins/project-wizard/druid.c,
15739         plugins/project-wizard/parser.c,
15740         plugins/project-wizard/property.c: Rewrite parser with
15741         better error handling
15743 2005-01-22  Naba Kumar  <naba@gnome.org>
15745         * plugins/symbol-browser/plugin.c: Changed c++ coments
15746         to c commnets and formated code to anjuta coding styles.
15747         
15748 2005-01-21  Naba Kumar  <naba@gnome.org>
15750         * configure.in, autogen.sh: Fixed build errors in newer automake.
15751         
15752         * plugins/editor/anjuta-docman.c: Do not emit change editor
15753         signal while in dispose.
15755         Patch from: Massimo Corà <maxcvs@email.it>
15756         * plugins/symbol-browser/Makefile.am,
15757         plugins/symbol-browser/an_symbol_view.c,
15758         plugins/symbol-browser/an_symbol_view.h,
15759         plugins/symbol-browser/plugin.c,
15760         plugins/symbol-browser/plugin.h,
15761         plugins/symbol-browser/test-symbol-browser.c,
15762         (new) plugins/symbol-browser/an_symbol_info.c,
15763         (new) plugins/symbol-browser/an_symbol_info.h,
15764         (new) plugins/symbol-browser/an_symbol_search.c,
15765         (new) plugins/symbol-browser/an_symbol_search.h:
15766         Added a cool real-time symbol-search-view in symbol browser.
15768 2005-01-21  Johannes Schmid <jhs@cvs.gnome.org>
15769         
15770         * plugin/macro/plugin.c
15771         plugin/macro/anjuta-macro-plugin.ui
15772         plugin/macro/macro-db.[ch]
15773         plugin/macro/macro-dialog.[ch]
15774         plugin/macro/macro-actions.[ch]
15775         plugin/macro/macro-edit.[ch]
15776         plugin/macro/plugin.[ch]:
15777         
15778         Implemented three menu items as Naba proposed:
15779         Edit->Macro->
15780                 Insert Macro: Pops of a border-less window to enter a shortcut
15781                 Add Macro: Same as Manage Macro => New
15782                 Manage Macros: Full-features macro dialog
15784 2005-01-20  Naba Kumar  <naba@gnome.org>
15786         * libanjuta/anjuta-marshal.c, libanjuta/anjuta-marshal.h,
15787         libanjuta/anjuta-marshal.list, libanjuta/anjuta-shell.c,
15788         libanjuta/anjuta-shell.h,
15789         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
15790         plugins/editor/plugin.c, plugins/file-loader/plugin.c,
15791         plugins/project-manager/plugin.c, plugins/project-manager/plugin.h,
15792         src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15793         src/main.c, src/shell.c: Implemented command line args processing
15794         and session management. Fixed geometry restoration.
15796 2005-01-19  Johannes Schmid <jhs@cvs.gnome.org>
15797         
15798         * plugins/macro/macro-db.c,
15799         plugins/macros.xml:
15800         Cleaned up XML interface and use attributes now for name, category and 
15801         shortcut. CDATA is used to avoid xml errors inside of macros.
15803 2005-01-19  Naba Kumar  <naba@gnome.org>
15805         * libanjuta/anjuta-launcher.[c,h]: Fixed bugs.
15807 2005-01-18  Naba Kumar  <naba@gnome.org>
15808         
15809         * plugins/cvs-plugin/cvs-actions.c: Fixed "whole project" toggle button
15810         to work.
15812         * scintilla/*: Updated scintilla to current cvs and updated
15813         scintilla patches.
15814         
15815 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15816         
15817         * plugins/cvs-plugin/anjuta-cvs-plugin.glade
15818         plugins/cvs-plugin/cvs-actions.c:
15819         Added "Whole project" infrastructure but it does not
15820         work because I did not find a way to get the current project's
15821         root dir.
15823 2005-01-18  Johannes Schmid <jhs@cvs.gnome.org>
15825         * plugins/cvs-plugin/Makefile.am
15826         plugins/cvs-plugin/anjuta-cvs.plugin.in
15827         plugins/cvs-plugin/cvs-actions.c
15828         plugins/cvs-plugin/cvs-callbacks.c
15829         plugins/cvs-plugin/cvs-interface.[ch] (added)
15830         plugins/cvs-plugin/plugin.c:
15831         
15832         Added IAnjutaCVS interface and improved cvs plugin. There
15833         is still some work to do on cvs import and to add a current
15834         project toggle.
15836 2005-01-17  Naba Kumar  <naba@gnome.org>
15838         * plugins/editor/aneditor.cxx: Fixed auto indentation.
15839         
15840         * configure.in: Fixed build errors.
15842         * data/Makefile.am,     (removed) data/README.stock_libs,
15843         (removed) data/anjuta.mime, (removed) data/autogen.sh*,
15844         (removed) data/header.c, (removed) data/stock_libs.anj,
15845         (removed) data/x-anjuta-project.desktop,
15846         (removed) data/macros/*, (removed) data/macros2/*: Removed old files.
15848         * libanjuta/anjuta-plugin-description.c,
15849         libanjuta/anjuta-shell.c: Updated documentations.
15851         Patch from: Hamish Mackenzie  <hamish@firestream.co.uk>
15852         
15853         * libanjuta/anjuta-launcher.c,
15854         plugins/build-basic-autotools/build-basic-autotools.c: Fixed errors in
15855         x86_64 systems.
15857 2005-01-17  Naba Kumar  <naba@gnome.org>
15858         
15859         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15860         plugins/project-wizard/templates/gtk.wiz,
15861         plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade:
15862         Updated templates to new format.
15863         
15864         Patch from Sébastien Granjoux <seb.sfo@free.fr>:
15865         * plugins/project-wizard/druid.c,
15866         plugins/project-wizard/parser.c,
15867         plugins/project-wizard/property.c,
15868         plugins/project-wizard/property.h,
15869         plugins/project-wizard/templates/terminal.wiz,
15870         plugins/project-wizard/templates/terminal/AUTHORS,
15871         plugins/project-wizard/templates/terminal/ChangeLog,
15872         plugins/project-wizard/templates/terminal/NEWS,
15873         plugins/project-wizard/templates/terminal/README,
15874         plugins/project-wizard/templates/terminal/project.anjuta,
15875         plugins/project-wizard/templates/terminal/src/main.c:
15876         Moveed code related to property types from druid.c and parser.c to 
15877         property.c. Changed tag from "<string ..." to
15878         "<property type="string..."     and so on. Rewrite parser
15879         (warning still in progress). Added list property. Changed
15880         terminal project to avoid using autogen on some file (much 
15881         faster) using the autogen attribute. Add a license list box in
15882         terminal project (just as an example). _label in item list is
15883         optional now.
15885 2005-01-16  Naba Kumar  <naba@gnome.org>
15887         * plugins/edtior/text_editor_menu.c, src/anjuta-actions.h,
15888         plugins/edtior/anjuta-docman.c: Fixed build errors.
15889         
15890         * libanjuta/Makefile.am, libanjuta/anjuta-debug.h,
15891         libanjuta/anjuta-launcher.c, libanjuta/anjuta-plugin-description.c,
15892         libanjuta/anjuta-plugin.c, libanjuta/anjuta-preferences.c,
15893         (removed) libanjuta/anjuta-stock.h, libanjuta/anjuta-ui.c,
15894         (removed) libanjuta/defaults.c, libanjuta/defaults.h,
15895         (removed) libanjuta/pixmaps.h, libanjuta/resources.c,
15896         libanjuta/resources.h,
15897         plugins/build-basic-autotools/build-basic-autotools.c,
15898         plugins/editor/plugin.c, plugins/editor/text_editor.c,
15899         plugins/file-manager/an_file_view.c, plugins/gdb/stack_trace.c,
15900         plugins/gtodo/plugin.c, src/Makefile.am,
15901         src/about.c, src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c,
15902         src/main.c, (removed) src/preferences.c, (removed) src/preferences.h:
15903         Removed deprecated APIs; pixmaps, stock icons, defaults etc. They
15904         should be handled in respective plugins. Added API documentations.
15906         * libanjuta-docs.sgml, libanjuta-sections.txt,
15907         libanjuta.types,
15908         (added) tmpl/anjuta-debug.sgml,
15909         (added) tmpl/anjuta-launcher.sgml,
15910         tmpl/anjuta-plugin.sgml,
15911         tmpl/anjuta-preferences.sgml,
15912         tmpl/anjuta-shell.sgml,
15913         (added) tmpl/anjuta-status.sgml,
15914         (removed) tmpl/anjuta-stock.sgml,
15915         tmpl/anjuta-utils.sgml,
15916         (removed) tmpl/defaults.sgml,
15917         (removed) tmpl/fileselection.sgml,
15918         (removed) tmpl/gnomefilelist.sgml,
15919         tmpl/ianjuta-buildable.sgml,
15920         (added) tmpl/ianjuta-debugger-manager.sgml,
15921         (added) tmpl/ianjuta-debugger.sgml,
15922         tmpl/ianjuta-document-manager.sgml,
15923         tmpl/ianjuta-editor.sgml,
15924         tmpl/ianjuta-file.sgml,
15925         tmpl/ianjuta-loader.sgml,
15926         tmpl/ianjuta-markable.sgml,
15927         tmpl/ianjuta-message-view.sgml,
15928         (added) tmpl/ianjuta-project-manager.sgml,
15929         (added) tmpl/ianjuta-todo.sgml,
15930         (added) tmpl/ianjuta-wizard.sgml,
15931         tmpl/libanjuta-iface-marshallers.sgml,
15932         tmpl/libanjuta-unused.sgml,
15933         (removed) tmpl/pixmaps.sgml,
15934         tmpl/plugins.sgml,
15935         (removed) tmpl/properties.sgml,
15936         tmpl/resources.sgml: Updated API documentations.
15938 2005-01-15  Naba Kumar  <naba@gnome.org>
15940         * libanjuta/anjuta-launcher.c: Added API docs.
15941         
15942         * plugins/project-wizard/templates/anjuta-plugin.wiz,
15943         plugins/project-wizard/templates/gtk.wiz,
15944         plugins/project-wizard/templates/terminal.wiz,
15945         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15946         plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15947         plugins/project-wizard/templates/gtk/src/main.c,
15948         plugins/project-wizard/templates/terminal/Makefile.am.tpl,
15949         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed
15950         template files.
15952         Patch from: Sébastien Granjoux <seb.sfo@free.fr>
15953         * plugins/project-wizard/anjuta-project-wizard.glade,
15954         plugins/project-wizard/autogen.c,
15955         plugins/project-wizard/druid.c,
15956         plugins/project-wizard/druid.h,
15957         plugins/project-wizard/file.c,
15958         plugins/project-wizard/file.h,
15959         plugins/project-wizard/install.c,
15960         plugins/project-wizard/parser.c,
15961         plugins/project-wizard/plugin.c,
15962         plugins/project-wizard/plugin.h: Add a preferences dialog: used for
15963         setting the default project directory. Fix HIDDEN property, it's
15964         working but I think we could make this cleaner. Removed the
15965         copy of the string in mandatory_property. Add an optional autogen
15966         attribute, to force or avoid using autogen on some files, default
15967         without any attribute is autodetect.+ Replace the script tag with
15968         a normal file tag and an attribute execute.
15969         
15970 2005-01-14  Naba Kumar  <naba@gnome.org>
15972         * plugins/editor/action-callbacks.c,
15973         plugins/editor/search_incremental.c,
15974         plugins/editor/search_incremental.h: Fixed incremental search, ctrl-e
15975         works now.
15976         
15977         * plugins/editor/plugin.c, plugins/editor/plugin.h,
15978         src/anjuta-callbacks.c: Added ctrl-tabbing and alt-switching of editor
15979         tabs.
15981 2005-01-12  Naba Kumar  <naba@gnome.org>
15983         * configure.in,
15984         plugins/project-wizard/templates/Makefile.am,
15985         (added) plugins/project-wizard/templates/anjuta-plugin-logo.png,
15986         plugins/project-wizard/templates/anjuta-plugin.wiz,
15987         (added) plugins/project-wizard/templates/gtk-logo.png,
15988         (added) plugins/project-wizard/templates/gtk.wiz,
15989         (added) plugins/project-wizard/templates/terminal-logo.png,
15990         plugins/project-wizard/templates/terminal.wiz,
15991         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
15992         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
15993         (added) plugins/project-wizard/templates/gtk/.cvsignore,
15994         (added) plugins/project-wizard/templates/gtk/Makefile.am,
15995         (added) plugins/project-wizard/templates/gtk/src/.cvsignore,
15996         (added) plugins/project-wizard/templates/gtk/src/Makefile.am,
15997         (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl,
15998         (added) plugins/project-wizard/templates/gtk/src/main.c,
15999         (added) plugins/project-wizard/templates/gtk/src/project.glade,
16000         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added
16001         GTK+ project templated and fixed other templates. Updated template
16002         logos.
16004 2005-01-12  Naba Kumar  <naba@gnome.org>
16006         * plugins/macro/anjuta-macro.glade: Improved GUI.
16007         
16008 2005-01-10  Johannes Schmid <jhs@cvs.gnome.org>
16010         * plugins/cvs-plugin/cvs_gui.[ch] (removed)
16011         * plugins/cvs-plugin/cvs_cbs.[ch] (removed)
16012         * plugins/cvs-plugin/cvs.[ch] (removed)
16013         Removed old unused files
16014         
16015         * plugins/cvs-plugin/cvs-callbacks.[ch] (added)
16016         * plugins/cvs-plugin/cvs-actions.c
16017         * plugins/cvs-plugin/Makefile.am:
16018         Seperate callback functions for better error
16019         handling. Cleaned up code.
16020         
16021         * plugins/macro/macros.xml: removed corrupt cvs
16022         macros for now.
16024 2005-01-10  Naba Kumar  <naba@gnome.org>
16026         * plugins/message-view/message-view.c, libanjuta/anjuta-ui.c,
16027         plugins/symbol-browser/an_symbol_view.c: Fixed memory curruption
16028         and leaks.
16030 2005-01-09  Naba Kumar  <naba@gnome.org>
16032         * libegg/egg-recent-action.c, libegg/test-actions.c,
16033         libegg/menu/egg-recent-action.h: Recent Action now takes multiple
16034         recent files models.
16035         
16036         * plugins/file-loader/plugin.c, plugins/file-loader/plugin.h: Have
16037         two models -- one for projects and other for regular files and show
16038         both in recent files menu. Changed recent files group from "anjuta"
16039         to "anjuta-projects" and "anjuta-files" respectively. Set mime types
16040         when adding the URI in recent files.
16041         
16042         * plugins/macro/anjuta-macro.glade: Beautified insert macro dialog.
16043         * plugins/macro/anjuta-macro.plugin.in: Proper plugin name.
16044         * plugins/macro/macro-dialog.c: Fixed dispose() method.
16045         * plugins/macro/macros.xml: Fixed xml errors.
16047 2005-01-08  Naba Kumar  <naba@gnome.org>
16048         
16049         * libegg/Makefile.am, (added) libegg/egg-recent-action.c,
16050         libegg/test-actions.c, libegg/menu/Makefile.am,
16051         libegg/menu/egg-recent-action.h: Added a new action for
16052         recent files.
16054         * libegg/egg-combo-action.c, libegg/egg-entry-action.c:
16055         Fixed dispose. Cleanup.
16056         
16057         * plugins/file-loader/anjuta-loader-plugin.ui,
16058         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
16059         Use the new action for recent files. Added recent files in
16060         toolbar.
16062         * plugins/project-wizard/druid.c: Show busy cursor and
16063         de-sensitize druid buttons during page change.
16064         
16065         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16066         * plugins/project-wizard/Makefile.am,
16067         plugins/project-wizard/druid.c,
16068         plugins/project-wizard/druid.h,
16069         plugins/project-wizard/install.c,
16070         plugins/project-wizard/plugin.c,
16071         plugins/project-wizard/plugin.h,
16072         plugins/project-wizard/property.c,
16073         plugins/project-wizard/property.h,
16074         (added) plugins/project-wizard/values.c,
16075         (added) plugins/project-wizard/values.h: Added a new NPWPropertyValues
16076         objects (in values.c and values.h) containing the values of all
16077         properties. The NPWProperty objects now keep their values in this
16078         object which is persistant for one activation of the plugin, so the
16079         user keeps all the values even if he goes backward. Used an anjuta
16080         message view to list all files copied by the project wizard.
16082 2005-01-08  Johannes Schmid <jhs@cvs.gnome.org>
16084         * plugins/macro/plugin.[ch],
16085         plugins/macro/macro-dialog.[ch]
16086         plugins/macro/macro-edit.[ch]
16087         plugins/macro/macro-db.[ch]
16088         plugins/macro/macro-actions.[ch]
16089         plugins/macro/anjuta-macro.plugin.in
16090         plugins/macro/anjuta-macro.glade
16091         plugins/macro/anjuta-macro.png
16092         plugins/macro/Makefile.am
16093         plugins/macro/macros.xml
16094         plugins/macro/anjuta-macro.ui (all added)
16095         configure.in
16096         plugins/Makefile.am:
16097         Added new macro plugins
16098         
16099         * plugins/cvs-plugin/anjuta-cvs-plugin.png:
16100         New icon
16101         
16102         * manuals/reference/template (removed)
16103         Removed old api reference
16104         
16105         * plugins/message-view/message-view.c:
16106         "Fixed" crash in on_row_deleted and added a
16107         comment that I cannot work this way. We will
16108         have to change everything a bit to avoid losing
16109         memory there.
16110         
16111         * plugins/text-editor/text_editor.c:
16112         Update line number width on file save
16115 2005-01-07  Naba Kumar  <naba@gnome.org>
16117         * plugins/project-wizard/anjuta-project-wizard.glade,
16118         plugins/project-wizard/druid.c,
16119         plugins/project-wizard/templates/anjuta-plugin.wiz,
16120         plugins/project-wizard/templates/terminal.wiz: Fixed project templates.
16121         Display page description in bold. Fixed mandatory field check.
16123         * configure.in,
16124         libanjuta/libanjuta-1.0.pc.in,
16125         plugins/project-wizard/druid.c,
16126         plugins/project-wizard/parser.c,
16127         plugins/project-wizard/property.h,
16128         plugins/project-wizard/templates/anjuta-plugin.wiz,
16129         plugins/project-wizard/templates/terminal.wiz,
16130         plugins/project-wizard/templates/anjuta-plugin/Makefile.am,
16131         (added) plugins/project-wizard/templates/anjuta-plugin/configure.in.tpl,
16132         (added) plugins/project-wizard/templates/anjuta-plugin/po/.cvsignore,
16133         (added) plugins/project-wizard/templates/anjuta-plugin/po/Makefile.am,
16134         (added) plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in,
16135         plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl,
16136         plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16137         plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16138         plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16139         plugins/project-wizard/templates/terminal/configure.in.tpl,
16140         plugins/project-wizard/templates/terminal/src/Makefile.am.tpl,
16141         plugins/project-wizard/templates/terminal/src/main.c: Implemented
16142         a new property type -- hidden. Fixed terminal and anjuta-plugin
16143         project templates.
16145 2005-01-07  Naba Kumar  <naba@gnome.org>
16147         * templates/anjuta-plugin.wiz,
16148         templates/terminal.wiz,
16149         templates/terminal/Makefile.am.tpl,
16150         templates/terminal/autogen.sh,
16151         (Removed) templates/terminal/configure.ac.tpl,
16152         (Added) templates/.cvsignore,
16153         (Added) templates/Makefile.am,
16154         (Added) templates/anjuta-plugin/.cvsignore,
16155         (Added) templates/anjuta-plugin/Makefile.am,
16156         (Added) templates/anjuta-plugin/src/.cvsignore,
16157         (Added) templates/anjuta-plugin/src/Makefile.am.tpl,
16158         (Added) templates/terminal/.cvsignore,
16159         (Added) templates/terminal/Makefile.am,
16160         (Added) templates/terminal/configure.in.tpl,
16161         (Added) templates/terminal/po/.cvsignore,
16162         (Added) templates/terminal/po/ChangeLog,
16163         (Added) templates/terminal/po/Makefile.am,
16164         (Added) templates/terminal/po/POTFILES.in,
16165         (Added) templates/terminal/src/.cvsignore,
16166         (Added) templates/terminal/src/Makefile.am,
16167         (Added) templates/terminal/src/Makefile.am.tpl: Completed terminal
16168         project wizard. Fixed configure/po/Makefile template errors.
16170 2005-01-06  Naba Kumar  <naba@gnome.org>
16172         * configure.in: Added project templates.
16173         * plugins/project-wizard/templates/*: Added to project and renamed
16174         Makefile.am and configure.in to Makefile.am and configure.ac respectively
16175         for the project templates (so that they do not conflict with autotools
16176         build. Created proper configure.ac.tpl and autogen.sh for project
16177         templates.
16178         
16179 2005-01-06  Naba Kumar  <naba@gnome.org>
16181         * plugins/project-wizard/anjuta-project-wizard.glade,
16182         plugins/project-wizard/druid.c, plugins/project-wizard/parser.c:
16183         Fixed file list parsing and to take absolute file paths (for example,
16184         from an icon selected previously). Used toggle buttons for boolean
16185         properties. Check if all mandatory fields are given before going
16186         forward in the wizard. Use scrollable viewport for listing property
16187         widgets incase the list goes out of wizard's size. Added tooltips
16188         as descriptions of the property widgets. And other fixes.
16190         * (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.c,
16191         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.glade,
16192         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.h,
16193         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.plugin.in,
16194         (Removed) plugins/project-wizard/templates/anjuta-plugin/plugin.ui,
16195         (Added) plugins/project-wizard/templates/anjuta-plugin/configure.in,
16196         (Added) plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am,
16197         (Added)plugins/project-wizard/templates/anjuta-plugin/src/plugin.c,
16198         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.glade,
16199         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.h,
16200         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in,
16201         (Added) plugins/project-wizard/templates/anjuta-plugin/src/plugin.ui:
16202         Restructured template files.
16204 2005-01-06  Naba Kumar  <naba@gnome.org>
16206         * configure.in: Added check for autogen.
16207         
16208         * libanjuta/anjuta-status.c: (Weak) unref all the remaining widgets
16209         in dispose.
16210         
16211         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c:
16212         Do not emit changed signal when in dispose.
16214         * plugins/symbol-browser/plugin.c: Don't updated symbols when
16215         symbol-view widget has been destroyed.
16216         
16217         * src/anjuta-app.c: Set null to preference, status and ui object
16218         pointers when they are destroyed.
16220         * plugins/project-wizard/druid.c, plugins/project-wizard/parser.c,
16221         plugins/project-wizard/property.h: Fixed multipage .wiz file parsing.
16222         Added boolean, integer and file property types.
16223         
16224         * plugins/project-wizard/Makefile.am,
16225         plugins/project-wizard/templates/*: Added terminal and anjuta-plugin
16226         project wizard templates.
16228 2005-01-04  Naba Kumar  <naba@gnome.org>
16230         * libanjuta/anjuta-status.c: Use weak ref instead of hard ref on
16231         added widgets.
16232         
16233         * plugins/editor/aneditor.cxx,
16234         plugins/editor/anjuta-docman.c,
16235         plugins/editor/plugin.c,
16236         plugins/editor/text_editor.c:
16237         Removed unnecessary ref/unref of scintilla.
16238         
16239         * plugins/message-view/anjuta-msgman.c,
16240         plugins/message-view/message-view.c: Removed unnecessary refs/unrefs and
16241         make close button similar to document manager.
16242         
16243         * plugins/project-manager/plugin.c,
16244         plugins/project-manager/plugin.h: Removed dead codes. Removed
16245         unnecessary ref/unref.
16246         
16247         * plugins/symbol-browser/plugin.c: Use weak refs on AnjutaEditor objects
16248         instead of hard refs.
16250 2005-01-03  Naba Kumar  <naba@gnome.org>
16252         * libanjuta/interfaces/libanjuta.idl: Added configure() and
16253         generate() methods for IAnjutaBuildable interface.
16255         * plugins/build-basic-autotools/build-basic-autotools.c: Implemented
16256         IAnjutaBuildable inteface.
16258         * plugins/build-basic-autotools/build-basic-autotools.c: Use weak ref
16259         to destroy build context when message view is destroyed.
16260         
16261         * plugins/editor/aneditor.cxx: Sink scintilla widget in aneditor, hold
16262         a ref to it and unref in destructor. AnEditor class wants to be the
16263         owner of scintilla widget. Fixed compile warnings with signed/unsigned
16264         comparisions.
16265         
16266         * plugins/editor/anjuta-docman.c: Removed unnecessary refs/unrefs. They
16267         complicate the scene. Removed editor widget from AnjutaDocman when
16268         the widget is destroyed.
16269         
16270         * plugins/editor/plugin.c: Destroy docman widget instead of just removing
16271         from shell. It will be removed from shell when the widget is destroyed.
16272         
16273         * plugins/editor/text_editor.c: Added debug codes to track object
16274         finalizations.
16276         * plugins/message-view/anjuta-msgman.c: Remove message view on
16277         widget destroy. Destroy message view on remove. Removed all views
16278         correctly.
16279         
16280         * anjuta/src/anjuta-app.c: Removed widgets correctly when they are removed
16281         from container.
16283 2005-01-02  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16285         * plugins/file-wizard/action-callbacks.c,
16286         plugins/file-wizard/anjuta-file-wizard.glade,
16287         plugins/file-wizard/file.c, plugins/file-wizard/file.h :
16288         Insert Licence, copyright, header template ...
16289         
16290 2005-01-02  Naba Kumar  <naba@gnome.org>
16292         * libanjuta/anjuta-status.c, libanjuta/anjuta-status.h,
16293         libanjuta/plugins.c: Added "busy" signal in AnjutaStatus. Added
16294         anjuta_status_add_widget() to allow setting busy cursor on non
16295         toplevel windows.
16297         * plugins/cvs-plugin/plugin.c: Fixed memory leaks.
16299         * plugins/editor/anjuta-document-manager.plugin.in: Updated accepted
16300         mime types to take text/source also.
16301         
16302         * plugins/editor/anjuta-docman.c,
16303         plugins/editor/anjuta-docman.h,
16304         plugins/editor/plugin.c,
16305         plugins/editor/text_editor.c,
16306         plugins/editor/text_editor.h,
16307         plugins/editor/text_editor_cbs.c: Listen for busy signal from
16308         AnjutaStatus and set busy cursor on editors.
16310         * plugins/file-loader/Makefile.am,
16311         plugins/file-loader/plugin.c,
16312         (added) plugins/file-loader/dnd.c,
16313         (added) plugins/file-loader/dnd.h, Added drag and drop file receives.
16315         * src/anjuta.c: Hide anjuta window before destruction.
16317         Patch from Sébastien Granjoux  <seb.sfo@free.fr>:
16318         * configure.in, plugins/Makefile.am,
16319         (removed) plugins/project-wizard/appwiz_page1.c,
16320         (removed) plugins/project-wizard/appwiz_page2.c,
16321         (removed) plugins/project-wizard/appwiz_page3.c,
16322         (removed) plugins/project-wizard/appwiz_page4.c,
16323         (removed) plugins/project-wizard/appwizard.c,
16324         (removed) plugins/project-wizard/appwizard.h,
16325         (removed) plugins/project-wizard/appwizard_cbs.c,
16326         (removed) plugins/project-wizard/appwizard_cbs.h,
16327         (removed) plugins/project-wizard/appwizard_gui.c,
16328         (removed) plugins/project-wizard/gnome_project.c,
16329         (removed) plugins/project-wizard/gnome_project.h,
16330         (removed) plugins/project-wizard/wizard_gui.c,
16331         (removed) plugins/project-wizard/wizard_gui.h,
16332         (added) plugins/project-wizard/.cvsignore,
16333         (added) plugins/project-wizard/Makefile.am,
16334         (added) plugins/project-wizard/anjuta-project-wizard-plugin.png,
16335         (added) plugins/project-wizard/anjuta-project-wizard.glade,
16336         (added) plugins/project-wizard/anjuta-project-wizard.plugin.in,
16337         (added) plugins/project-wizard/applogo.png,
16338         (added) plugins/project-wizard/appwizard.png,
16339         (added) plugins/project-wizard/autogen.c,
16340         (added) plugins/project-wizard/autogen.h,
16341         (added) plugins/project-wizard/druid.c,
16342         (added) plugins/project-wizard/druid.h,
16343         (added) plugins/project-wizard/file.c,
16344         (added) plugins/project-wizard/file.h,
16345         (added) plugins/project-wizard/header.c,
16346         (added) plugins/project-wizard/header.h,
16347         (added) plugins/project-wizard/install.c,
16348         (added) plugins/project-wizard/install.h,
16349         (added) plugins/project-wizard/parser.c,
16350         (added) plugins/project-wizard/parser.h,
16351         (added) plugins/project-wizard/plugin.c,
16352         (added) plugins/project-wizard/plugin.h,
16353         (added) plugins/project-wizard/property.c,
16354         (added) plugins/project-wizard/property.h: Removed old application-wizard
16355         codes and added new template based (autogen based) project wizard
16356         implemented by Sébastien Granjoux  <seb.sfo@free.fr>
16358 2005-01-01  Johannes Schmid <jhs@cvs.gnome.org>
16360         * plugins/cvs-plugin/plugin.c: Fixed crash bug
16361         * plugins/cvs-plugin/cvs-execute.c:
16362         Fix cvs_log which did not work because of some
16363         glade problem
16364         Patch from Mark R. Pariente <markpariente@cmu.edu>
16365         - Fix message highlighting
16367 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16368         
16369         * template/*,
16370         date/template/*,
16371         configure.in:
16372         Removed template stuff completly because we dicussed to implement
16373         a macro system for Edit->Insert Text
16375 2004-12-30  Johannes Schmid <jhs@cvs.gnome.org>
16376         
16377         * plugins/editor/aneditor.cxx,
16378         plugins/editor/text_editor.c:
16379         Set line number width dynamically
16380         * src/about.c:
16381         Prepered new GTK 2.6 about dialog
16383 2004-12-30  Naba Kumar  <naba@gnome.org>
16385         patch from: Massimo Corà  <maxcvs@email.it>
16386         * plugins/editor/aneditor.cxx: Highlights correct function
16387         argument in recursive calltips.
16389 2004-12-30  Naba Kumar  <naba@gnome.org>
16391         * plugins/symbol-browser/plugin.c,
16392         libanjuta/interfaces/libanjuta.idl,
16393         plugins/editor/text_editor.c: Fixed editor markers and added a new
16394         marker (BASIC) to indicate line numbers. Fixed symbol browser to
16395         mark the line visited.
16396         
16397         * libegg/menu/eggcomboselect.h, libegg/menu/Makefile.am,
16398         libegg/Makefile.am, libegg/eggcomboselect.c,
16399         libegg/gtkcellview.h, libegg/egg-combo-action.c: Created a new combo
16400         widget for use with symbol view in toolbar.
16401         
16402         * plugins/cvs-plugin/anjuta-cvs.ui,
16403         plugins/file-manager/anjuta-file-manager.ui: Added appropriate
16404         placeholder for cvs plugin context menu in filemanager.
16405         
16406 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16407         
16408         * plugins/cvs-plugin/plugin.c:
16409         Show popup menu only if the file is contained in
16410         a directory containing a "CVS" directory
16412 2004-12-28  Johannes Schmid <jhs@cvs.gnome.org>
16413         
16414         * plugins/cvs-plugin/cvs-action.[ch],
16415         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16416         * plugins/cvs-plugin/anjuta-cvs.ui,
16417         * plugins/cvs-plugin/plugin.c:
16418         Implemented "Import"
16419         
16420         Patch from Mark R. Pariente <markpariente@cmu.edu>:
16421         Added right-click-menu for file-manager
16423 2004-12-26  Naba Kumar  <naba@gnome.org>
16425         * src/action-callbacks.c, src/action-callbacks.h,
16426         src/anjuta-actions.h, src/anjuta-app.c,
16427         src/anjuta.ui: Added fullscreen action.
16429         * plugins/cvs-plugin/cvs-actions.c,
16430         plugins/cvs-plugin/plugin.c,
16431         plugins/cvs-plugin/plugin.h: Watches current editor,
16432         project and file manager selection in plugin
16433         implementation.
16434         
16435 2004-12-26  Naba Kumar  <naba@gnome.org>
16437         * src/anjuta-app.c, src/anjuta.c, src/main.c,
16438         src/action-callbacks.c: Fixed app finalization. Added a
16439         command line arg --proper-shutdown (-p), which when set
16440         will release all plugins and their resources (this option
16441         is mainly for debugging).
16442         
16443         * plugins/file-loader/plugin.c: Fixed filename duplications
16444         in recent files history.
16445         
16446         * plugins/profile-default/plugin.c: Disabled problematic
16447         plugins for now to load at startup.
16448         
16449         * libanjuta/anjuta-ui.c, libanjuta/plugins.c: Disabled 
16450         annoying debug prints.
16451         
16452 2004-12-23  Naba Kumar  <naba@gnome.org>
16454         Patch from: Mark R. Pariente  <markpariente@cmu.edu>
16455         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16456         plugins/cvs-plugin/anjuta-cvs.ui,
16457         plugins/cvs-plugin/cvs-actions.c,
16458         plugins/cvs-plugin/cvs-actions.h,
16459         plugins/cvs-plugin/cvs-execute.c,
16460         plugins/cvs-plugin/cvs-execute.h,
16461         plugins/cvs-plugin/Makefile.am,
16462         plugins/cvs-plugin/plugin.c: Added cvs message highlighting.
16463         Added cvs log command.
16465 2004-12-20  Johannes Schmid <jhs@cvs.gnome.org>
16466         
16467         * plugins/cvs-plugin/cvs-actions.c: Use current editor filename as 
16468         default
16470 2004-12-20  Naba Kumar  <naba@gnome.org>
16472         patch from: Massimo Corà  <maxcvs@email.it>
16473         * plugins/editor/aneditor.cxx: Added recursive calltips.
16475 2004-12-20  Naba Kumar  <naba@gnome.org>
16476         
16477         * libanjuta/plugins.c, plugins/file-loader/plugin.c:
16478         Show busy cursor during loading and unloading.
16479         
16480 2004-12-19  Naba Kumar  <naba@gnome.org>
16482         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-ui.c: Fixed
16483         memory leaks. Disabled debug print.
16485         * plugins/symbol-browser/an_symbol_view.c,
16486         plugins/symbol-browser/plugin.c,
16487         plugins/symbol-browser/plugin.h: Fixed loading and unloading
16488         problems. Creates SymbolView object every time when the
16489         plugin is activated.
16491         * plugins/project-manager/plugin.c: Close project when
16492         deactivating.
16493         
16494 2004-12-18  Naba Kumar  <naba@gnome.org>
16496         * po/POTFILES.in: Removed commented lines.
16497         * configure.in: Commented dupilcate call to AC_PROG_INTLTOOL.
16498         * plugins/devhelp/plugin.c: Fixed loading/unloading bug.
16499         * plugins/gdb/plugin.c: Fixed compile error.
16500         
16501         Patch from: Mark R. Pariente  <mark@demar.com.tr>
16502         * libegg/eggcellrendererkeys.c: Fixed compile error.
16503         
16504 2004-12-18  Naba Kumar  <naba@gnome.org>
16506         * plugins/file-loader/plugin.c: Fixed loading bug.
16507         
16508         *plugins/debug-manager/plugin.c, plugins/debug-manager/plugin.h,
16509         plugins/devhelp/plugin.c, plugins/editor/plugin.c,
16510         plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c,
16511         plugins/gdb/plugin.c, src/shell.c, src/shell.h: Fixed memory leaks
16512         and corruptions. Fixed loading and unloading of plugins.
16513         
16514 2004-12-17  Naba Kumar  <naba@gnome.org>
16515         
16516         * plugins/file-loader/Makefile.am,
16517         plugins/file-loader/plugin.c,
16518         plugins/project-manager/plugin.c: Fixed memory corruption
16519         and disposition codes. Added missing plugin.h in Makefile.am.
16521 2004-12-16  Naba Kumar  <naba@gnome.org>
16523         * plugins/symbol-browser/an_symbol_view.c,
16524         plugins/symbol-browser/plugin.c: Fixed finalization and disposition
16525         codes. Fixed memory leaks and corruptions.
16527         * plugins/build-basic-autotools/build-basic-autotools.c
16528         plugins/editor/anjuta-docman.c,
16529         plugins/editor/text_editor.c,
16530         plugins/file-loader/plugin.c,
16531         plugins/file-manager/plugin.c,
16532         plugins/file-wizard/plugin.c,
16533         plugins/message-view/anjuta-msgman.c,
16534         plugins/message-view/anjuta-msgman.h,
16535         plugins/message-view/message-view.c,
16536         plugins/message-view/plugin.c,
16537         plugins/message-view/plugin.h,
16538         plugins/terminal/terminal.c: Fixed finalization and disposition codes.
16540         * src/about.c, src/about.h, src/action-callbacks.c,
16541         src/action-callbacks.h, src/anjuta-actions.h,
16542         src/anjuta-app.c, src/anjuta-app.h,
16543         src/anjuta-callbacks.c, src/anjuta-callbacks.h,
16544         src/anjuta.c, src/anjuta.h, src/getline.c, 
16545         src/main.c, src/main.cpp, src/shell.c, src/shell.h, 
16546         src/start-with.c, src/start-with.h: Fixed emacs modes.
16548         * src/layout.xml: Brought document manager in front.
16549         
16550 2004-12-15  Naba Kumar  <naba@gnome.org>
16552         * libanjuta/anjuta-plugin.c: Fixed crash bug where watches were not
16553         properly removed.
16554         
16555         * libanjuta/plugins.c, libanjuta/plugins.h: Proper clean up on
16556         finalization. Added a method to unload all plugins and destroy them.
16557         Fixed memory leaks.
16558         
16559         * plugins/sample1/plugin.c: Proper finalization code and renamed
16560         functions to proper names.
16561         
16562         * plugins/build-basic-autotools/build-basic-autotools.c,
16563         plugins/cvs-plugin/plugin.c: Proper     finalization and disposition code.
16565         * src/shell.c: Unload all plugins on exit, so that memory profilers
16566         can detect memory leaks in plugins.
16568 2004-12-13  Naba Kumar  <naba@gnome.org>
16570         * plugins/devhelp/plugin.c: Delay widget initialization, now that
16571         docking is working.
16572         * plugins/sample1/plugin.c: Dock at bottom, mostly for testing.
16573         * src/anjuta-app.c, src/layout.xml: Fixed dynamic docking.
16575 2004-12-11  Naba Kumar  <naba@gnome.org>
16577         * data/properties/anjuta.properties: Fixed font size.
16578         * plugin/build-basic-autotools/build-basic-autotools: Added initial
16579         compile file function. There are some fixmes there.
16580         * plugins/message-view/anjuta-msgman.c,
16581         * plugins/message-view/message-view.c: Fixed bugs and clean up.
16582         
16583 2004-12-08  Naba Kumar  <naba@gnome.org>
16585         * libanjuta/anjuta-launcher.c, libanjuta/anjuta-utils.c,
16586         src/utilities.c, libanjuta/anjuta-utils.h: Added a function
16587         to escape quotes in a string.
16588         
16589         * plugins/cvs-plugin/cvs-actions.c,
16590         plugins/cvs-plugin/cvs-execute.c: Escaped commit message. Corrected
16591         cvs diff command.
16593         * plugins/build-basic-autotools/build-basic-autotools.c,
16594         plugins/build-basic-autotools/automake-c.filters: Fixed bugs with
16595         filters.
16596         
16597 2004-12-07  Naba Kumar  <naba@gnome.org>
16599         * plugins/build-basic-autotools/build-basic-autotools.c,
16600         plugins/build-basic-autotools/automake-c.filters: Completed directory
16601         tracking. Double click on Errors and warnings now work as expected.
16603         * plugins/build-basic-autotools.c: Added codes to track build directory
16604         so that absolute path of the files could be determined.
16606 2004-12-06  Naba Kumar  <naba@gnome.org>
16608         * plugins/cvs-plugin/cvs-execute.c: Show completion message.
16609         * plugins/cvs-plugin/cvs-execute.c: Fixed command completion bug.
16610         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: UI beautification.
16611         
16612 2004-12-05  Naba Kumar  <naba@gnome.org>
16614         * plugins/editor/anjuta-docman.c: Fixed save-as, Fixed updating
16615         tab label, Fixed mem leaks. Fixed uri handling. Fixed other minor bugs.
16616         
16617         * plugins/cvs-plugin/plugin.c,
16618         plugins/cvs-plugin/cvs-execute.c: Fixed message output appending.
16619         
16620 2004-13-05  Johannes Schmid <jhs@cvs.gnome.org>
16621         
16622         * plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16623         * plugins/cvs-plugin/plugin.[ch], plugins/cvs-plugin/cvs-action.[ch],
16624         plugins/cvs-plugin/cvs-execute.[ch]:
16625         Implemented cvs status and cvs diff
16626         Known bugs:
16627         - rdiff command is not correct
16628         - Must find a way to allow selection of directies AND files 
16629         in GtkFileChooser
16631 2004-12-03  Naba Kumar  <naba@gnome.org>
16633         * plugins/editor/anjuta-docman.c, plugins/editor/style-editor.c,
16634         plugins/editor/style-editor.h, plugins/editor/text_editor.c,
16635         plugins/editor/text_editor_cbs.c: Save/load editor styles. Use old
16636         session.properties file if it is for the first time.
16637         
16638 2004-12-02  Johannes Schmid <jhs@cvs.gnome.org>
16639         
16640         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Added cvs update and
16641         commit.
16642         
16643         * plugins/cvs-plugin/plugin.c, plugins/cvs-plugin/cvs-action.[ch],
16644         plugins/cvs-plugin/anjuta-cvs.ui:
16645         Implemented update/commit and changed menu layout 
16647 2004-12-02  Naba Kumar  <naba@gnome.org>
16649         * plugins/cvs-plugin/anjuta-cvs-plugin.glade: Fixed prefernce
16650         property name (for cvs path property). Beautified dialogs.
16652 2004-11-30      Johannes Schmid <jhs@cvs.gnome.org>
16653         
16654         * plugins/message-view/anjuta-msgman.c: Changed callback name
16655         and changed switch-page handling.
16656         
16657         * plugins/cvs-plugin/cvs-actions.c:
16658         * plugins/cvs-plugin/cvs-execute.c:
16659         * plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16660         - Implemented cvs add and cvs removed - both working now
16661         - Created a useful preferences page
16662         
16664 2004-11-30  Naba Kumar  <naba@gnome.org>
16666         * libanjuta/anjuta-status.c: Fixed runtime warning.
16667         
16668         * plugins/editor/Makefile.am:
16669         plugins/editor/anjuta-document-manager.glade,
16670         plugins/editor/plugin.c
16671         plugins/editor/plugin.h
16672         plugins/editor/style-editor.c (new, moved from src/),
16673         plugins/editor/style-editor.h (new, moved from src/),
16674         plugins/editor/text_editor_prefs.c: Implemented "Font and colours"
16675         settings in preferences.
16677         * plugins/editor/text_editor.c,
16678         plugins/editor/text_editor.h: Do not take unused args in
16679         text_editor_get_props().
16681         * src/style-editor.c, src/style-editor.h: Removed, moved to
16682         plugins/editor/ directory.
16684 2004-11-29  Naba Kumar  <naba@gnome.org>
16686         * plugins/editor/text_editor_cbs.c: Emit click signal in
16687         IAnjutaMarkable.
16688         * libanjuta/anjuta-status.c: More spacing between items.
16689         
16690 2004-11-29  Naba Kumar  <naba@gnome.org>
16692         Patch from: Pavol Bosik  <pavol.bosik@radiantsystems.com>:
16693         
16694         * libanjuta/interfaces/libanjuta.idl,
16695         plugins/debug-manager/anjuta-debug-manager.plugin.in,
16696         plugins/debug-manager/plugin.c,
16697         plugins/gdb/breakpoints.c,
16698         plugins/gdb/breakpoints.h,
16699         plugins/gdb/debugger.c,
16700         plugins/gdb/debugger.h,
16701         plugins/gdb/plugin.c,
16702         plugins/gdb/plugin.h,
16703         plugins/gdb/utilities.c,
16704         plugins/gdb/utilities.h: Code cleanups and partial implementation of
16705         toggle breakpoint margin clicks.
16707 2004-11-28  Naba Kumar  <naba@gnome.org>
16709         * TODO.tasks: Fixed indentations.
16710         * plugins/gtodo/libgtodo.c: Save with indentation.
16711         * plugins/file-manager/an_file_view.c: Sorts the files alphabatically.
16712         * plugins/project-manager/plugin.c: Fixed runtime warnings.
16713         * libanjuta/anjuta-status.c: Fixed busy cursors.
16714         * manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml: Updated.
16715         * po/POTFILES.in: Updated.
16716         
16717 2004-11-28  Jean-Noel GUIHENEUF <guiheneuf.jean-noel@wanadoo.fr>
16718         
16719         * plugins/editor/anjuta-document-manager.glade,
16720           plugins/editor/search-replace.[c,h], 
16721           plugins/editor/search-replace_backend.h
16722           plugins/editor/search-preferences.[c,h] :
16723           Saved Search-Preferences (gconf),
16724           Basic search by default.
16726 2004-11-22  Naba Kumar  <naba@gnome.org>
16728         * configure.in: Fixed build error.
16730 2004-11-21  Naba Kumar  <naba@gnome.org>
16732         * libanjuta/Makefile.am, libanjuta/anjuta-shell.c,
16733         libanjuta/anjuta-shell.h, src/anjuta-app.c, src/anjuta-app.h:
16734         Added AnjutaStatus class to libanjuta.
16735         Added anjuta_shell_get_status() method.
16736         
16737         * libanjuta/interfaces/anjuta-idl-compiler.pl: Added gchar type
16738         and fixed marshaller generation.
16739         
16740         * libanjuta/interfaces/libanjuta.idl: Added "char_added" and
16741         "updade_ui" signals to IAnjutaEditor interface.
16742         
16743         * manuals/reference/libanjuta/tmpl/anjuta-shell.sgml: Updated.
16744         
16745         * plugins/build-basic-autotools/automake-c.filters: Fixed filter
16746         regexes.
16747         
16748         * plugins/class-gen/clsGen.c: Intial port.
16749         
16750         * plugins/debug-manager/anjuta-debug-manager.plugin.in: Fixed attribute
16751         name.
16752         
16753         * plugins/editor/action-callbacks.c, plugins/editor/plugin.c,
16754         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
16755         plugins/editor/text_editor_cbs.c, plugins/editor/text_editor_prefs.c:
16756         Implemented status update. Emits "update_ui" and "char_added" signals.
16757         Added view preferences.
16758         
16759         * plugins/file-loader/plugin.c: Added open with plugins in open with
16760         menus.
16761         
16762         * plugins/gdb/plugin.c: Do not add widgets to shell as floating.
16763         
16764         * plugins/message-view/anjuta-msgman.c,
16765         plugins/message-view/message-view.c: Fixed finalize and dispose. Fixed
16766         to close correct message view rather than current view.
16768 2004-11-20  Johannes Schmid <jhs@cvs.gnome.org>
16769         
16770         * plugins/cvs-plugin/cvs-actions.c
16771         plugins/cvs-plugin/plugin.[ch]
16772         plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16773         Implemented cvs add but ran into a launcher/message_view
16774         problem because of a limitation of the idl compiler
16776 2004-11-19  Naba Kumar  <naba@gnome.org>
16778         * plugins/project-manager/plugin.c: Displays a progress window during
16779         project load.
16780         
16781         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui:
16782         Fixed UI separators.
16783         
16784         * plugins/file-manager/anjuta-file-manager.ui: Added project manager
16785         UI placeholder.
16786         
16787         * plugins/project-manager/anjuta-project-manager.ui,
16788         plugins/project-manager/plugin.[c,h]: Added add/remove context
16789         menus and implemented them. Added file manager merge menu.
16791 2004-11-18  Naba Kumar  <naba@gnome.org>
16793         * TODO.tasks: Updated.
16794         * plugins/editor/anjuta-docman.c, plugins/message-view/anjuta-msgman.c,
16795         plugins/message-view/message-view.c: Fixed finalize and dispose
16796         methods.
16797         * plugins/debugger/*: Removed from cvs (development now in
16798         debug-manager).
16800 2004-11-17  Pavol Bosik  <pavol.bosik@radiantsystems.com>
16802         Reviewed by Naba Kumar  <naba@gnome.org>:
16803         
16804         * libanjuta/interfaces/libanjuta.idl, plugins/Makefile.am,
16805         plugins/editor/plugin.c, plugins/editor/text_editor.c,
16806         plugins/gdb/breakpoints.c: all marker related stuff moved from
16807         editor and docman interfaces to IAnjutaMarkable
16809 2004-11-17  Naba Kumar  <naba@gnome.org>
16811         * TODO.tasks: Updated.
16812         
16813         * libanjuta/interfaces/libanjuta.idl: Added "saved" signal.
16814         
16815         * libegg/egg-combo-action.c: Block changed signal when changing model.
16816         
16817         * plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c:
16818         Emit changed signal. Removed dead codes.
16819         
16820         * plugins/file-loader/plugin.c: Remove file fragments from uris, so
16821         that recent files history do not duplicate.
16822         
16823         * plugins/symbol-browser/an_symbol_view.c,
16824         plugins/symbol-browser/an_symbol_view.h,
16825         plugins/symbol-browser/plugin.c: Refreshes symbols on editor save.
16826         Fixed a bug.
16828 2004-11-15  Naba Kumar  <naba@gnome.org>
16830         * plugins/project-manager/plugin.c: Opens targets on double click.
16831         
16832         * plugins/message-view/message-view.c,
16833         plugins/file-manager/anjuta-file-manager-plugin.glade,
16834         plugins/file-manager/plugin.[c,h], plugins/terminal/terminal.c:
16835         Added proper class finalization
16836         and disposition. Added preferences notifications and callbacks to
16837         change info/warning/error colors.
16838         
16839         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
16840         plugins/editor/text_editor.[h,c], src/action-callbacks.c,
16841         src/anjuta-app.c, src/anjuta.c: Fixed crash bug on exit.
16842         Implemented finalize method for AnjutaApp. Code cleanups.
16843         
16844         * plugins/message-view/plugin.c: Static parent_class.
16845         
16846 2004-11-12  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16847         * plugins/editor/search-replace.[c,h], 
16848           plugins/editor/search-replace_backend.c
16849           Update search entry in main toolbar.
16850           Clean code.
16852 2004-11-11  Naba Kumar  <naba@gnome.org>
16854         * TODO.tasks: Updated.
16856         * libanjuta/anjuta-preferences.[c,h]: Added keys notification API.
16857         and completed on-the-fly-change preferences. Removed "changed"
16858         signal as it is no longer necessary (use notify for similar
16859         purpose to monitor individual preferences).
16861         
16862         * plugins/editor/anjuta-document-manager.glade: Added view menu
16863         preferences so that they are registered.
16864         
16865         * plugins/editor/Makefile.am, plugins/editor/text_editor.[c,h],
16866         (added) plugins/editor/text_editor_prefs.[c,h]: Removed
16867         connection to "changed" signal of preferences and implemented
16868         notifications for some editor preferences. More to implement.
16870 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16871         * plugins/editor/print.c
16872         Fixed bug 1047624 : Add line number every X lines.
16874 2004-11-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16875         * plugins/editor/search-replace.c
16876         Fixed a crash bug (995755) when searching "%n"
16878 2004-11-09  Naba Kumar  <naba@gnome.org>
16880         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c:
16881         Fixed to refresh categories list on file load.
16883 2004-11-08  Naba Kumar  <naba@gnome.org>
16884         
16885         * configure.in, plugins/Makefile.am,
16886         plugins/profile-default/plugin.c: Added cvs plugin in build.
16887         
16888         * plugins/cvs-plugin/*: Restored johannes files from cvs attic.
16889         
16890         * plugins/debug-manager/.cvsignore: Added file to ignore.
16891         
16892         * plugins/debug-manager/Makefile.am: Removed dead codes.
16893         
16894         * src/anjuta.ui: Added placeholder for version control UI.
16896 2004-11-08  Naba Kumar  <naba@gnome.org>
16898         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
16899         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
16900         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml:
16901         Updated.
16903         * global-tags/Makefile.am: Fixed make error.
16905         * plugins/profile-default/plugin.c: Added debug-manager
16906         and gdb plugins to load at startup so that debugger
16907         windows are docked properly. They will be removed
16908         later when we figure out runtime docking.
16910         * plugins/sample1/*: Restored to last working state.
16912         * plugins/gdb/debugger.c, src/layout.xml: Added debugger
16913         windows in lower pane. Named the windows appropriately.
16915         * ChangeLog: Fixed format.
16916         
16917 2004-11-07  Pavol Bosik <pavol.bosik@radiantsystems.com>
16919         * libanjuta/interfaces/libanjuta.idl,
16920         libanjuta/anjuta-marshal.c,
16921         plugins/Makefile.am,
16922         plugins/debug-manager/plugin.c,
16923         plugins/editor/plugin.c,
16924         plugins/editor/text_editor.c,
16925         plugins/gdb/breakpoints.c,
16926         plugins/gdb/debugger.c,
16927         plugins/gdb/plugin.c,
16928         plugins/gdb/plugin.h: fixed "Toggle breakpoint" feature
16930 2004-11-06  Jean-NoelGuiheneuf <guiheneuf.jean-noel@wanadoo.fr>
16931         * plugins/editor/anjuta-docman.h plugins/editor/plugin.c,
16932         plugins/editor/search-replace.c,
16933         plugins/message-view/anjuta-msgman.c plugins/message-view/plugin.c:
16934         Search and Replace; Show result in find pane
16935           
16936 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16937         
16938         * plugins/gdb, plugins/debug-manager: Applied debugger patch
16939         from Bosik, Pavol <pavol.bosik@radiantsystems.com>
16940         (added features: starting debugger and loading of core/executable,
16941         StepIn, StepOut, StepOver and Execute, toggling breakpoint
16942         partially works)
16944 2004-11-03  Johannes Schmid <jhs@cvs.gnome.org>
16945         
16946         * plugins/cvs-plugin/*: Mess up with cvs and lost some of 
16947         my cvs-plugin files...
16948         I hope I have rescued everything possible.
16949         
16950         * Naba: Could you please fix sample1 because I messed it up to 
16951         but there should be a histroy of this directory we should commit
16953 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16954         
16955         * plugins/cvs-plugin/cvs-execute.[ch]: Add basic command execute
16956         infrastructure
16957         * plugins/cvs-plugin/plugin.c,
16958         /plugins/cvs-plugin/anjuta-cvs-plugin.glade:
16959         Added preferences dialog (not yet complete)
16961 2004-10-22  Johannes Schmid <jhs@cvs.gnome.org>
16962         
16963         * global-tags/Makefile.am, mime/Makefile.am:
16964         Some fixes in build process from Alexey Rusakov <ktirf@users.sf.net>
16965         
16966         * template/xmltemplate.[ch],
16967         template/xmlstrings.[ch],
16968         template/autotools.[ch] removed,
16969         template/prj_template.[ch] removed,
16970         template/lang_template.[ch] removed,
16971         template/lib_template.[ch] removed,
16972         template/Makefile.am adjusted,
16973         template/dtds/lang.dtd removed, 
16974         template/dtds/lib.dtd removed,
16975         template/dtds/prj.dtd removed,
16976         template/dtds/autotools.dtd removed,
16977         data/template/lib/* removed,
16978         data/template/language/* removed,
16979         data/template/library/* removed,
16980         data/template/project/* removed,
16981         date/template/Makefile.am adjusted:
16982         Remove everything except text-templates to replace hardcoded 
16983         Edit->Insert texts with dynamic loaded.
16985         * plugins/cvs-plugin/plugin.[ch],
16986         plugins/cvs-actions.[ch],
16987         plugins/Makefile.am,
16988         plugins/cvs-plugin/Makefile.am,
16989         plugins/cvs-plugin/anjuta-cvs-plugin.ui,
16990         plugins/cvs-plugin/anjuta-cvs-plugin.glade,
16991         plugins/cvs-plugin/anjuta-cvs.plugin.in:
16992         Added initial cvs-plugin code
16994 2004-10-21  Naba Kumar  <naba@gnome.org>
16995         
16996         * libanjuta/anjuta-plugin.c,
16997         plugins/build-basic-autotools/build-basic-autotools.c,
16998         plugins/debugger/plugin.c,
16999         plugins/devhelp/plugin.c,
17000         plugins/editor/anjuta-docman.c,
17001         plugins/editor/goto_line.c,
17002         plugins/editor/plugin.c,
17003         plugins/editor/search-replace.c,
17004         plugins/editor/text_editor.c,
17005         plugins/file-loader/plugin.c,
17006         plugins/file-manager/plugin.c,
17007         plugins/file-wizard/file.c,
17008         plugins/file-wizard/plugin.c,
17009         plugins/gdb/plugin.c,
17010         plugins/gtodo/plugin.c,
17011         plugins/message-view/anjuta-msgman.c,
17012         plugins/profile-default/plugin.c,
17013         plugins/project-manager/plugin.c,
17014         plugins/sample1/plugin.c,
17015         plugins/terminal/terminal.c: Defined all global variables static,
17016         particularly class parent_class variables. They were getting
17017         confused at link time.
17019         * libanjuta/plugins.c: Do not unload plugins when they are
17020         deactivated. Simply cache them for later activation. Unloading
17021         modules have some problem with shared libs using static class
17022         registration. Fixed hash type for installed plugins. Eventually,
17023         we want to add "CanUnload" attribute for .plugin files (in
17024         "Anjuta Plugin" group) to let plugin loader know if the plugin can
17025         be unloaded from memory. Those plugins declaring CanUnload=false
17026         will not be unloaded from memory and will be put in the cache. Those
17027         not declaring anything or declaring CanUnload=true, will be unloaded
17028         from memory when they are deactivated.
17030         * plugins/editor/action-callbacks.c, plugins/editor/anjuta-docman.c,
17031         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17032         plugins/editor/text_editor.h, plugins/file-manager/an_file_view.c,
17033         plugins/file-manager/plugin.c, plugins/file-wizard/plugin.c,
17034         plugins/project-manager/plugin.c: Fixed object finalization, dispose,
17035         activation, deactivation. Fixed memory leaks.
17037 2004-10-20  Naba Kumar  <naba@gnome.org>
17039         * TODO.tasks: Updated.
17040         
17041         * libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
17042         libanjuta/anjuta-utils.h, libanjuta/plugins.c: Defined separate
17043         macro for adding interfaces to plugin types. Code cleanup.
17044         
17045         * manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17046         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17047         
17048         * plugins/build-basic-autotools/build-basic-autotools.c,
17049         plugins/debugger/plugin.c, plugins/devhelp/plugin.c,
17050         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17051         plugins/file-loader/plugin.c, plugins/file-manager/plugin.c,
17052         plugins/file-wizard/plugin.c, plugins/gdb/plugin.c,
17053         plugins/gtodo/plugin.c, plugins/message-view/message-view.c,
17054         plugins/message-view/plugin.c, plugins/profile-default/plugin.c,
17055         plugins/project-manager/plugin.c,
17056         plugins/symbol-browser/an_symbol_view.c,
17057         plugins/symbol-browser/plugin.c, plugins/terminal/terminal.c: Used
17058         newly defined macro to add interfaces to plugin types.
17060         * src/anjuta-app.c, src/shell.c: Do not add value for widgets.
17062 2004-10-20  Naba Kumar  <naba@gnome.org>
17064         * TODO.tasks: Added task list.
17065         * plugins/file-manager/anjuta-file-manager-plugin.glade: Set
17066         default values.
17068 2004-10-19  Naba Kumar  <naba@gnome.org>
17070         * plugins/build-basic-autotools/build-basic-autotools.c: Fixed bugs.
17071         
17072         * plugins/editor/action-callbacks.c,
17073         plugins/editor/action-callbacks.h,
17074         plugins/editor/anjuta-docman.c,
17075         plugins/editor/anjuta-docman.h,
17076         plugins/editor/anjuta-document-manager.ui,
17077         plugins/editor/file_history.c,
17078         plugins/editor/file_history.h,
17079         plugins/editor/plugin.c: Added file history browsing.
17080         
17081         * plugins/gtodo/libgtodo.c, plugins/gtodo/plugin.c: Fixed refresh.
17082         
17083         * plugins/message-view/anjuta-message-manager.ui,
17084         plugins/message-view/plugin.c: Added document manager context menu.
17085         
17086         * plugins/symbol-browser/an_symbol_view.c,
17087         plugins/symbol-browser/an_symbol_view.h,
17088         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17089         plugins/symbol-browser/plugin.c: Added goto tag def/decl. Added
17090         document manager context menu.
17091         
17092         * scintilla/*, scintilla/include/*: Updated to current cvs.
17093         
17094 2004-10-19  Naba Kumar  <naba@gnome.org>
17096         *plugins/debugger/anjuta-debugger.ui, src/anjuta.ui: Added
17097         placeholder for debugger UI.
17098         
17099         * plugins/devhelp/plugin.c, plugins/editor/plugin.c: Fixed shortcuts.
17100         * plugins/file-manager/plugin.c: Fixed loading bug.
17101         
17102         * libanjuta/anjuta-encodings.c, libanjuta/anjuta-encodings.h,
17103         libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h:
17104         Initializes gconf database with default values when the
17105         values are not defined. Use bool and int prefs separately.
17107         * plugins/editor/plugin.c: Added encoding preferences.
17108         * plugins/project-manager/plugin.c: Cleanup and debug messages.
17110         * manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
17111         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17112         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17113         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml: Updated.
17115 2004-10-18  Naba Kumar  <naba@gnome.org>
17117         * po/POTFILES.in: Updated.
17118         
17119         * libanjuta/anjuta-ui.c: Corrected debug messages.
17120         
17121         * libegg/egg-combo-action.c, libegg/test-actions.c,
17122         libegg/menu/egg-combo-action.h: Fixed combo action.
17123         
17124         * plugins/debugger/Makefile.am, plugins/gdb/Makefile.am:
17125         Fixed format.
17126         
17127         * plugins/editor/action-callbacks.[c,h],
17128         plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c:
17129         Implemented file swap. Removed dead codes.
17130         
17131         * plugins/editor/text_editor.[c,h]: Fixed crash bug. Removed
17132         dead codes.
17133         
17134         * plugins/symbol-browser/an_symbol_view.[c,h],
17135         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17136         plugins/symbol-browser/plugin.[c,h]: Completed symbol browser plugin.
17137         Implemented file symbols. Implemented goto file line when symbol is
17138         selected.
17139         
17140         * src/utilities.[c,h]: Moved code to plugins/editor/action-callbacks.c.
17141         
17142 2004-10-10  Naba Kumar  <naba@gnome.org>
17144         Patch from Bosik, Pavol  <pavol.bosik@radiantsystems.com>:
17145         
17146         * libanjuta/interfaces/libanjuta.idl: Added debugger interface.
17147         
17148         * plugins/debugger/.cvsignore,
17149         (added) plugins/debugger/Makefile.am,
17150         (added) plugins/debugger/anjuta-debugger.glade,
17151         (added) plugins/debugger/anjuta-debugger.plugin.in,
17152         (added) plugins/debugger/anjuta-debugger.plugin.png,
17153         (added) plugins/debugger/anjuta-debugger.ui,
17154         plugins/debugger/attach_process.c,
17155         (removed) plugins/debugger/attach_process_cbs.c,
17156         (removed) plugins/debugger/attach_process_cbs.h,
17157         (removed) plugins/debugger/breakpoints.c,
17158         (removed) plugins/debugger/breakpoints.h,
17159         (removed) plugins/debugger/debug_tree.c,
17160         (removed) plugins/debugger/debug_tree.h,
17161         (removed) plugins/debugger/debugger.c,
17162         (removed) plugins/debugger/debugger.h,
17163         (removed) plugins/debugger/memory.c,
17164         (removed) plugins/debugger/memory.h,
17165         (added) plugins/debugger/plugin.c,
17166         (added) plugins/debugger/plugin.h,
17167         (removed) plugins/debugger/registers.c,
17168         (removed) plugins/debugger/registers.h,
17169         (removed) plugins/debugger/registers_cbs.c,
17170         (removed) plugins/debugger/registers_cbs.h,
17171         (removed) plugins/debugger/registers_gui.c,
17172         (removed) plugins/debugger/sharedlib.c,
17173         (removed) plugins/debugger/sharedlib.h,
17174         (removed) plugins/debugger/sharedlib_cbs.c,
17175         (removed) plugins/debugger/sharedlib_cbs.h,
17176         (removed) plugins/debugger/sharedlib_gui.c,
17177         (removed) plugins/debugger/signals.c,
17178         (removed) plugins/debugger/signals.h,
17179         (removed) plugins/debugger/signals_cbs.c,
17180         (removed) plugins/debugger/signals_cbs.h,
17181         (removed) plugins/debugger/signals_gui.c,
17182         (removed) plugins/debugger/stack_trace.c,
17183         (removed) plugins/debugger/stack_trace.h,
17184         (added) plugins/debugger/utilities.c,
17185         (added) plugins/debugger/utilities.h,
17186         (removed) plugins/debugger/watch.c,
17187         (removed) plugins/debugger/watch.h,
17188         (removed) plugins/debugger/watch_cbs.c,
17189         (removed) plugins/debugger/watch_cbs.h,
17190         (removed) plugins/debugger/watch_gui.c,
17191         (removed) plugins/debugger/watch_gui.h: Moved files to gdb backend plugin.
17192         
17193         * configure.in, plugins/Makefile.am, (added) plugins/gdb/*:
17194         Added debugger gdb backend plugin.
17195         
17196         * plugins/message-view/plugin.c: Registered all message stock icons.
17197         
17198         * plugins/profile-default/plugin.c: Loads debugger plugin.
17199         
17200         * src/Makefile.am, libegg/Makefile.am: Fixed build errors.
17202 2004-10-08  Naba Kumar  <naba@gnome.org>
17204         * libanjuta/libanjuta-1.0.pc.in: changed .pc file to have version
17205         information.
17206         
17207         * plugins/symbol-browser/.cvsignore,
17208         plugins/symbol-browser/Makefile.am,
17209         plugins/symbol-browser/an_symbol_view.c,
17210         plugins/symbol-browser/an_symbol_view.h,
17211         plugins/symbol-browser/anjuta-symbol-browser-plugin.png,
17212         plugins/symbol-browser/anjuta-symbol-browser-plugin.ui,
17213         plugins/symbol-browser/anjuta-symbol-browser.plugin.in,
17214         plugins/symbol-browser/plugin.c,
17215         plugins/symbol-browser/plugin.h,
17216         plugins/symbol-browser/sv_class.xpm,
17217         plugins/symbol-browser/sv_function.xpm,
17218         plugins/symbol-browser/sv_macro.xpm,
17219         plugins/symbol-browser/sv_private_fun.xpm,
17220         plugins/symbol-browser/sv_private_var.xpm,
17221         plugins/symbol-browser/sv_protected_fun.xpm,
17222         plugins/symbol-browser/sv_protected_var.xpm,
17223         plugins/symbol-browser/sv_public_fun.xpm,
17224         plugins/symbol-browser/sv_public_var.xpm,
17225         plugins/symbol-browser/sv_static_fun.xpm,
17226         plugins/symbol-browser/sv_static_var.xpm,
17227         plugins/symbol-browser/sv_struct.xpm,
17228         plugins/symbol-browser/sv_unknown.xpm,
17229         plugins/symbol-browser/sv_variable.xpm,
17230         plugins/symbol-browser/test-symbol-browser.c,
17231         plugins/Makefile.am: Implemented Symbol
17232         browser plugin.
17233         
17234         * pixmaps/sv_*.xpm: Moved to plugins/symbol-browser/ dir.
17235         
17236         * plugins/build-basic-autotools/Makefile.am,
17237         plugins/devhelp/Makefile.am,
17238         plugins/editor/Makefile.am,
17239         plugins/file-loader/Makefile.am,
17240         plugins/file-manager/Makefile.am,
17241         plugins/file-wizard/Makefile.am,
17242         plugins/gtodo/Makefile.am,
17243         plugins/message-view/Makefile.am,
17244         plugins/profile-default/Makefile.am,
17245         plugins/project-manager/Makefile.am
17246         plugins/sample1/Makefile.am,
17247         plugins/terminal/Makefile.am,
17248         scintilla/Makefile.am,
17249         libegg/Makefile.am,
17250         launcher/Makefile.am,
17251         libanjuta/Makefile.am,
17252         src/Makefile.am,
17253         tagmanager/Makefile.am,
17254         configure.in: Defined anjuta_plugin_dir, anjuta_image_dir,
17255         anjuta_data_dir in configure.in and used them in plugins Makefile.am
17256         files. Also fixed library dependencies.
17257         
17258         * plugins/editor/aneditor.cxx: Disabled unused codes.
17259         * plugins/file-manager/an_file_view.c: Added copyright.
17260         * plugins/gtodo/tray-icon.c: Fixed pixmap path.
17261         
17262         * plugins/profile-default/plugin.c: Can load plugins by location.
17263         * plugins/project-manager/plugin.c: Remove project_root_uri value
17264         when project is closed.
17265         
17266 2004-10-06  Naba Kumar  <naba@gnome.org>
17268         * libanjuta/plugins.c: Shows plugins in a nicer dialog.
17269         
17270         * libanjuta/interfaces/libanjuta.idl,
17271         plugins/editor/text_editor.c: Added get_length()
17272         and get_current_word() methods in IAnjutaEditor interface.
17273         
17274         * libegg/Makefile.am: Added test_actions target.
17275         
17276         * libegg/egg-combo-action.c: Fixed combo-action and made it usable.
17277         
17278         * plugins/build-basic-autotools/build-basic-autotools.c,
17279         plugins/file-loader/plugin.c,
17280         plugins/message-view/message-view.c: Added code to go to file and
17281         line number,
17282         
17283         * plugins/devhelp/plugin.c: Context sensitive help now works.
17284         * plugins/editor/anjuta-docman.c: Reads the fragment id from file
17285         uri as line number and goes to that line number.
17286         
17287         * plugins/gtodo/interface.c, plugins/gtodo/libgtodo.c,
17288         plugins/gtodo/plugin.c: Creates a default gtodo client and implemented
17289         gtodo_client_load() method to load from a diffrent file. Watched 
17290         project root directory in plugin to open TODO.tasks of the project.
17291         
17292         * plugins/project-manager/plugin.c: Updates project UI
17293         sensitive/insensitive.
17295         * src/Makefile.am, src/shell.[c,h], src/anjuta-shell.ui: Added
17296         anjuta-shell program to test plugins.
17297         
17298         * src/anjuta-app.c: Registered UI accels.
17299         
17300 2004-09-28  Naba Kumar  <naba@gnome.org>
17302         * libanjuta/anjuta-shell.[c,h]: Added anjuta_shell_present_widget()
17303         method.
17304         
17305         * src/anjuta-app.c: Implemented present widget method.
17306         
17307         * plugins/devhelp/plugin.c, plugins/editor/plugin.c,
17308         plugins/message-view/plugin.c, plugins/project-manager/plugin.c,
17309         
17310         * plugins/editor/anjuta-docman.c: Code cleanup and selects newly
17311         added editor.
17312         
17313         * plugins/editor/text_editor.c: Connects to preferences changed signal
17314         correctly.
17315         
17316 2004-09-28  Naba Kumar  <naba@gnome.org>
17317         
17318         * libanjuta/anjuta-debug.h, libanjuta/Makefile.am: Added debug
17319         print code.
17320         
17321         * libanjuta/e-splash.c, Fixed compiler error and reduced progress bar
17322         size to 5 pix.
17323         
17324         * libegg/egg-entry-action.c: Takes GtkEditable rather than GtkEntry
17325         in changed signal callback.
17326         
17327         * plugins/editor/action-callbacks.c: Implemented save_all action
17328         callback. Removed dead code. Do save_as when saving a new file.
17329         Implemented incremental search.
17330         
17331         * plugins/editor/anjuta-docman.c: Removed dead code and formated code.
17332         
17333         * plugins/editor/plugin.c, plugins/editor/print.c: Used debug prints.
17334         
17335         * src/anjuta-app.c: Registers UI accelerators.
17336         
17337 2004-09-27  Naba Kumar  <naba@gnome.org>
17339         * libanjuta/anjuta-utils.c: Added a border in input dialog entry box.
17340         
17341         * plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17342         plugins/devhelp/anjuta-devhelp.plugin.in,
17343         plugins/file-loader/anjuta-loader.plugin.in,
17344         plugins/file-manager/anjuta-file-manager.plugin.in,
17345         plugins/gtodo/anjuta-gtodo.plugin.in,
17346         plugins/project-manager/anjuta-project-manager.plugin.in,
17347         plugins/terminal/anjuta-terminal.plugin.in:
17348         Gave proper plugin names.
17350         * plugins/build-basic-autotools/build-basic-autotools.c: Detailed
17351         error when regex fail.
17352         
17353         * plugins/devhelp/anjuta-devhelp.ui, plugins/devhelp/plugin.[c,h]:
17354         Added help and context search. Watches current editor. More menus
17355         in Help submenu. Update UI (sensitive when required) properly.
17356         
17357         * plugins/editor/anjuta-document-manager.ui,
17358         plugins/devhelp/anjuta-devhelp.ui,
17359         plugins/message-view/anjuta-message-manager.ui,
17360         src/anjuta.ui: Goto menu actions are in separate submenu.
17361         
17362         * src/anjuta.ui, src/action-callbacks.[c,h], src/anjuta-actions.h:
17363         Removed unimplemented UI elements.
17364         
17365         * src/anjuta-app.c: Larger (and normal) icon size.
17366         
17367         * src/layout.xml: Task manager plugin along with document (in middle).
17368         
17369         * plugins/editor/plugin.c, plugins/file-loader.c,
17370         plugins/devhelp/plugin.c: Gives short-labels and is-important flag
17371         in gtkactions. Enable/disable UI properly.
17372         
17373 2004-09-26  Naba Kumar  <naba@gnome.org>
17375         * po/POTFILES.in: Updated, added missing files.
17377         * .cvsignore: Updated.
17378         
17379         * libanjuta/anjuta-utils.[h,c]: Functions take constant parameters. Added
17380         a new function to get User input text.
17381         
17382         * libanjuta/resources.[c,h]: Added a function to created sized image.
17383         
17384         * libanjuta/interfaces/libanjuta.idl: Changed parameter name to uri
17385         from filename, as thats the correct representation.
17386         
17387         * plugins/build-basic-autotools/Makefile.am,
17388         (added) plugins/build-basic-autotools/automake-c.filters,
17389         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17390         plugins/build-basic-autotools/build-basic-autotools.[c,h]:
17391         Rearragned UI elements in the build menu. Added codes to read build
17392         filter rules from external file. Implemented all build, configure,
17393         autogen commands. Watches current editor and project.
17394         
17395         * plugins/editor/anjuta-docman.[c,h], plugins/editor/plugin.c:
17396         Added editor changed signal and exports current editor value.
17397         Fixed parameter names. Fixed get_uri() interface implementation to
17398         return correct uri.
17399         
17400         * plugins/editor/anjuta-document-manager.ui: Removed unnecessary UI
17401         elements.
17402         
17403         * plugins/file-loader/anjuta-loader-plugin.ui: Added New UI element.
17404         
17405         * plugins/file-manager/an_file_view.c,
17406         plugins/file-manager/an_file_view.c: Exports file uri correctly.
17407         
17408         * plugins/file-wizard/file.c: Reads uri correctly.
17409         
17410         * plugins/message-view/anjuta-msgman.c: Sizes tab images properly and
17411         sets the page to the new view.
17412         
17413         * plugins/message-view/message-view.c: Unrefs the tree model when done.
17414         Fixed signal connecting.
17415         
17416         * plugins/project-manager/plugin.c: Changed "project_root_directory"
17417         to "project_root_uri" and exports as uri.
17418         
17419 2004-09-24  Naba Kumar  <naba@gnome.org>
17421         * libanjuta/anjuta-ui.c: Fixed a crash bug.
17422         * libanjuta/anjuta-plugin.c, libanjuta/plugins.c: Activates plugin
17423         in correct way.
17424         * plugins/file-manager/plugin.c: Fixed crash in unloading.
17425         * plugins/file-loader/plugin.c: Added comments.
17426         * plugins/build-basic-autotools/plugin.c: Added comments.
17427         * plugins/devhelp/plugin.c: Fixed crash bug. Added comments.
17428         
17429         * libanjuta/interfaces/libanjuta.idl,
17430         plugins/message-view/anjuta-msgman.c,
17431         plugins/message-view/message-view.c,
17432         plugins/message-view/message-view.h,
17433         plugins/message-view/plugin.c: Buffering and appending messages have
17434         been separated. message-view implementations cleaned up. Signals
17435         Emissions fixed. Messages now displayed in summary and details show
17436         as tooltip. Message color highlights fixed. Updated IAnjutaMessageView
17437         API.
17438         
17439         * plugins/message-view/anjuta-message-manager-plugin.glade: Organized
17440         preferences.
17441         
17442         * plugins/build-basic-autotools/Makefile.am,
17443         plugins/build-basic-autotools/build-basic-autotools.c: Added regex
17444         parsing of output to create message summaries. Uses new message view
17445         API.
17446         
17447         * plugins/editor/anjuta-document-manager.glade: Hidden unnecessary
17448         preferences to make dialog box smaller.
17449         
17450         * plugins/editor/search-replace.c: Fixed compile error with change
17451         in IAnjutaMessageView API.
17452         
17453 2004-09-21  Naba Kumar  <naba@gnome.org>
17455         * plugins/Makefile.am: Deletes old (installed) plugins before
17456         installing new ones.
17457         
17458         * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17459         plugins/build-basic-autotools/build-basic-autotools.c,
17460         plugins/build-basic-autotools/build-basic-autotools.h: Uses exported
17461         file URI from filemanager. Only disables/enables build submenu in file
17462         manager, instead of merging/unmerging.
17463         
17464         * plugins/editor/anjuta-docman.c: Fixed a crash bug when opening
17465         non-text files.
17466         
17467         * plugins/file-loader/anjuta-loader-plugin.ui,
17468         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17469         Implemented "Open with" file manager submenu. Displays error message
17470         when file can not be opened.
17471         
17472         * plugins/file-manager/an_file_view.c: Renamed
17473         file_manager_current_filename value name to file_manager_current_uri
17474         and exports proper URI.
17475         
17476         * plugins/gtodo/plugin.c: Display name changed to "Tasks".
17478 2004-09-19  Naba Kumar  <naba@gnome.org>
17480         * plugins/editor/anjuta-docman.c, plugins/editor/plugin.c,
17481         plugins/editor/text_editor.c, plugins/editor/text_editor_cbs.c: Added
17482         save point signal to change editor tabs. Fixed accels.
17483         
17484         * plugins/file-loader/plugin.c: Fixed accels.
17486         * plugins/project-manager/plugin.c: Added target selection callback.
17487         
17488         * plugins/project-manager/plugin.c: Added URI activation.
17489         * plugins/editor/goto-line.c, plugin/editor/action_callbacks.c:
17490         Fixed dialog and closed it on ok. Fixed a crash bug.
17491         * plugins/editor/anjuta-docman.c: Set notebook scrollable.
17493         * (added) libegg/egg-recent-*.c, (added) libegg/recent-files/*,
17494         configure.in, libegg/Makefile.am, plugins/file-loader/Makefile.am,
17495         plugins/file-loader/anjuta-loader-plugin.ui,
17496         plugins/file-loader/plugin.c, plugins/file-loader/plugin.h:
17497         Added recent files in file loade plugin.
17498         
17499         * ChangeLog: Fixed entry dates.
17500         
17501 2004-09-18  Naba Kumar  <naba@gnome.org>
17503         * plugins/devhelp/plugin.c: Added UI sensitization and removed
17504         an unnecessary GtkFrame.
17505         
17506 2004-09-17  Naba Kumar  <naba@gnome.org>
17508         * mime/anjuta.xml, mime/Makefile.am: Added mime definition xml.
17510         * TODO: Updated.
17511         
17512         * data/Makefile.am: Disabled installing old mime info.
17513         
17514         * mime/anjuta.applications, mime/anjuta.keys: Updated.
17515         
17516         * plugins/editor/anjuta-docman.c, plugins/editor/anjuta-docman.h,
17517         plugins/editor/anjuta-document-manager.ui,
17518         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17519         plugins/editor/text_editor.h, plugins/editor/text_editor_cbs.c:
17520         Added Editor context popup menu.
17521         
17522         * plugins/project-manager/anjuta-project-manager-plugin.png:
17523         Update image.
17524         
17525         * plugins/project-manager/anjuta-project-manager.plugin.in:
17526         Support .anjuta mime type.
17527         
17528         * plugins/project-manager/plugin.c: Exports "project_root_directory"
17529         value.
17530         
17531         * plugins/file-manager/plugin.c: Watches "project_root_directory"
17532         value.
17533         
17534         * src/layout.xml, plugins/profile-default/plugin.c:
17535         Added project manager plugin for startup.
17537 2004-09-16  Naba Kumar  <naba@gnome.org>
17538         
17539         * anjuta.prj: Updated.
17540         
17541         * pixmaps/Makefile.am, plugins/build-basic-autotools/Makefile.am,
17542         plugins/devhelp/Makefile.am, plugins/editor/Makefile.am,
17543         plugins/file-loader/Makefile.am, plugins/file-manager/Makefile.am,
17544         plugins/file-wizard/Makefile.am, plugins/message-view/Makefile.am,
17545         plugins/profile-default/Makefile.am, plugins/sample1/Makefile.am,
17546         plugins/terinal/Makefile.am, src/Makefile.am,
17547         plugins/gtodo/Makefile.am, plugins/project-manager/Makefile.am:
17548         Fixed makefile syntax errors.
17550 2004-09-16  Naba Kumar  <naba@gnome.org>
17552         * configure.in, src/layout.xml,
17553         plugins/profile-default/plugin.c,
17554         libanjuta/interfaces/libanjuta.idl,
17555         plugins/Makefile.am, (added) plugins/gtodo/*: Added Todo plugin.
17556         
17557         * configure.in, plugins/Makefile.am,
17558         plugins/project-manager/.cvsignore, 
17559         plugins/project-manager/Makefile.am,
17560         plugins/project-manager/anjuta-project-manager-plugin.png,
17561         plugins/project-manager/anjuta-project-manager.plugin.in,
17562         plugins/project-manager/anjuta-project-manager.ui,
17563         plugins/project-manager/plugin.c,
17564         plugins/project-manager/plugin.h: Added project manager plugin
17565         based on gnome-build.
17566         
17567         * Makefile.am, mime/Makefile.am, mime/anjuta.applications,
17568         mime/anjuta.keys, mime/anjuta.mime: Added anjuta files mime types.
17569         
17570         * manuals/reference/libanjuta/tmpl/e-splash.sgml,
17571         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17572         manuals/reference/libanjuta/tmpl/properties.sgml: Updated.
17573     
17574 2004-09-16  Naba Kumar  <naba@gnome.org>
17576         * plugins/editor/action-callbacks.c: Fixed compile error.
17577         
17578 2004-09-15  Naba Kumar  <naba@gnome.org>
17580         * plugins/devhelp/plugin.[c,h]: Fixed a start-up warning.
17581         
17582         * libanjuta/e-splash.c, plugins/profile-default/plugin.c:
17583         New improved splace with nicer progress.
17584         
17585         * configure.in, plugins/Makefile.am,
17586         (added) file-wizard/.cvsignore,
17587         (added) file-wizard/Makefile.am,
17588         (added) file-wizard/action-callbacks.c,
17589         (added) file-wizard/action-callbacks.h,
17590         (added) file-wizard/anjuta-file-wizard-plugin.png,
17591         (added) file-wizard/anjuta-file-wizard.glade,
17592         (added) file-wizard/anjuta-file-wizard.plugin.in,
17593         (added) file-wizard/anjuta-file-wizard.ui,
17594         (added) file-wizard/file.c,
17595         (added) file-wizard/file.h,
17596         (added) file-wizard/plugin.c,
17597         (added) file-wizard/plugin.h:
17598         Created new file wizard and added it. The wizard takes care of text
17599         bit insertions and new files creation.
17601         * plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17602         plugins/editor/action-callbacks.h,
17603         plugins/editor/anjuta-document-manager.glade,
17604         plugins/editor/anjuta-document-manager.ui,
17605         plugins/editor/plugin.c, plugins/editor/text_editor.c,
17606         (removed) plugins/editor/file.[c,h]: Removed text insertions and
17607         new files code and moved into a new plugin (file wizard).
17608         
17609         * libanjuta/plugins.[c,h]: Added plugins selection function.
17610         
17611         * libanjuta/interfaces/libanjuta.idl: Added goto_position(),
17612         get_position(), insert() in IAnjutaEditor interface. Added
17613         add_buffer() in IAnjutaDocumentManager interface. Added IAnjutaWizard
17614         interface (for wizard plugins).
17616         * plugins/file-loader/anjuta-loader-plugin.ui,
17617         plugins/file-loader/plugin.c: Added wizard launcher interface which
17618         scans for plugins implement IAnjutaWizard interface and presents the
17619         list to user for selection. The selected plugin is then activated
17620         for the wizard.
17622         * libanjuta/interfaces/.cvsignore: Updated.
17623         * plugins/message-view/.cvsignore: Updated.
17624         * plugins/launcher/*: Removed as launcher has already been moved to
17625         libanjuta as class.
17627         * manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
17628         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
17629         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
17630         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
17631         manuals/reference/libanjuta/tmpl/pixmaps.sgml:
17632         Updated API documentations.
17634 2004-09-01  Amanpreet Singh Alam  <aalam@redhat.com>
17636         * configure.in: Added Punjabi to ALL_LINGUAS
17638 2004-07-29  Naba Kumar  <naba@gnome.org>
17640         * configure.in: Added file-loader plugin Makefile path and
17641         fixed devhelp version requirement.
17643 2004-07-28  Naba Kumar  <naba@gnome.org>
17645         * src/anjuta-app.c, libanjuta/pixmaps.h, libanjuta/anjuta-stock.h,
17646         terminal/preferences-terminal.png (added), message-view/*.png (added),
17647         message-view/*.xpm (added), editor/*.png (added),
17648         editor/*.xpm (added), plugins/editor/Makefile.am,
17649         plugins/editor/plugin.c, plugins/message-view/Makefile.am,
17650         plugins/message-view/plugin.c, plugins/terminal/Makefile.am,
17651         src/anjuta-app.c, pixmaps/Makefile.am: Moved pixmap files to
17652         respective plugins directories.
17654         * pixmaps/autocomplete-16.png, pixmaps/autocomplete.png,
17655         pixmaps/block-end-16.png, pixmaps/block-end.png
17656         pixmaps/block-start-16.png, pixmaps/block-start.png
17657         pixmaps/block_select.xpm, pixmaps/bookmark-first-16.png
17658         pixmaps/bookmark-first.png, pixmaps/bookmark-last-16.png
17659         pixmaps/bookmark-last.png, pixmaps/bookmark-next-16.png
17660         pixmaps/bookmark-next.png, pixmaps/bookmark-prev-16.png
17661         pixmaps/bookmark-prev.png, pixmaps/bookmark_toggle.xpm
17662         pixmaps/fold_close.xpm, pixmaps/fold_open.xpm
17663         pixmaps/fold_toggle.xpm, pixmaps/indent.xpm
17664         pixmaps/indent_auto.xpm, pixmaps/indent_dcr.xpm
17665         pixmaps/indent_inc.xpm, pixmaps/indent_set.xpm
17666         pixmaps/preferences-editor.png, pixmaps/undock.png
17667         pixmaps/error-next-16.png, pixmaps/error-next.png
17668         pixmaps/error-prev-16.png, pixmaps/error-prev.png
17669         pixmaps/messages.xpm, pixmaps/preferences-messages.png,
17670         pixmaps/preferences-terminal.png: Deleted
17672         * libanjuta/properties* (removed), plugins/editor/properties* (added),
17673         plugins/editor/Makefile.am, plugins/editor/action-callbacks.c,
17674         plugins/editor/aneditor.cxx, plugins/editor/anjuta-docman.c,
17675         plugins/editor/anjuta-document-manager.plugin.in,
17676         plugins/editor/anjuta-document-manager.ui,
17677         plugins/editor/plugin.c, plugins/editor/print.c,
17678         plugins/editor/search-replace_backend.c,
17679         plugins/editor/search_preferences.h,
17680         plugins/editor/text_editor.c, plugins/editor/text_editor.h:
17681         Moved properties souce files to editor plugin as it not required in
17682         libanjuta. Other editor fixes.
17684         * configure.in, libegg/Makefile.am, libegg/egg-dock* (removed),
17685         libegg/dock/* (removed)
17686         : Restored GDL external dependencies and removed libegg dock
17687         sources, because gdl is being developed.
17688         
17689         * libanjuta/Makefile.am, libanjuta/anjuta-preferences.c,
17690         libanjuta/anjuta-preferences.h, libanjuta/anjuta-shell.c,
17691         libanjuta/anjuta-shell.h, libanjuta/anjuta-utils.c,
17692         libanjuta/anjuta-utils.h, libanjuta/libanjuta.h,
17693         libanjuta/plugins.c, libanjuta/plugins.h,
17694         libanjuta/resources.c, libanjuta/resources.h: Preferences now use
17695         gconf system. Shell now takes docking positions. Added more utility
17696         functions. Added plugins query function. And other fixes.
17698         * libanjuta/interfaces/libanjuta.idl: Added File loader interface.
17699         
17700         * plugins/Makefile.am, plugins/file-loader/*: Implemented file loader
17701         plugin to load files based on mime type.
17702         
17703         * configure.in, plugins/devhelp/plugin.c: Fixed to use devhelp >= 0.9.
17704         
17705         * plugins/file-manager/Makefile.am, plugins/file-manager/an_file_view.c,
17706         plugins/file-manager/plugin.c: File manager now uses file loader to
17707         open files.
17709         * plugins/message-view/anjuta-msgman.c,,
17710         plugins/message-view/message-view.c,
17711         plugins/message-view/plugin.c: Implemented launcher in libanjuta.
17713         * plugins/profile-default/plugin.c, plugins/sample1/plugin.c,
17714         plugins/terminal/terminal.c, src/Makefile.am,
17715         src/action-callbacks.c, src/anjuta-app.c, src/anjuta-app.h,
17716         src/anjuta.c, src/layout.xml, src/preferences.c: Bug fixes.
17717         
17718         * libegg/dock/*: Removed directory.
17719         
17720 2004-07-28  Naba Kumar  <naba@gnome.org>
17722         * configure.in: Reduced gnome-print version requirement.
17723         * plugins/devhelp/plugin.c: Fixed changes wrt develop >= 0.9.0.
17725 2004-07-21  Ray Strode  <rstrode@redhat.com>
17726         * anjuta/anjuta.desktop.in.in: Add MimeType line to desktop file
17727         new mime sytem.
17729 2004-06-29  Johannes Schmid <jhs@cvs.gnome.org>
17730         
17731         * plugins/editor/search-replace.c: Some fixes
17732         * plugins/terminal/Makefile.am:
17733         Patch from: Alexey Rusakov <ktirf@users.sf.net>
17735 2004-05-19  Naba Kumar  <naba@gnome.org>
17737         * libanjuta/e-splash.c: Set 'type' at construct time. Fixed
17738         compiler warning.
17740 2004-05-17  Johannes Schmid <jhs@cvs.gnome.org>
17742         * plugins/editor/text_editor.c: Implemented IAnjutaFile correctly.
17743         Implemented IAnjutaSavable
17744         * plugins/editor/plugin.c: Implemented IAnjutaFile and IAnjutaSavable.
17746 2004-05-17  Naba Kumar  <naba@gnome.org>
17748         * configure.in, plugins/Makefile.am, plugins/profile-default/plugin.c,
17749         plugins/build-basic-autotools/.cvsignore,
17750         plugins/build-basic-autotools/Makefile.am,
17751         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.png,
17752         plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin.ui,
17753         plugins/build-basic-autotools/anjuta-build-basic-autotools.plugin.in,
17754         plugins/build-basic-autotools/build-basic-autotools.c,
17755         plugins/build-basic-autotools/build-basic-autotools.h: Added basic autotools
17756         build plugin.
17757         
17758         * libanjuta/interfaces/libanjuta.idl: Added IAnjutaProject interface
17759         definition.
17760         
17761         * plugins/file-manager/an_file_view.c,
17762         plugins/file-manager/anjuta-file-manager.ui,
17763         plugins/file-manager/plugin.c, plugins/file-manager/plugin.h:
17764         Added context menu UI.
17765         
17766         * src/anjuta-app.c, src/anjuta-app.h, src/anjuta.c: Added widgets show/hide
17767         in view menu.
17769 2004-05-16      Johannes Schmid <jhs@cvs.gnome.org>
17770         
17771         * libanjuta/anjuta-preferences.[ch]: 
17772         Added save/load_gconf functions
17773         * src/action_callbacks.[ch], src/preferences.c: 
17774         Load global prefs from gconf at startup and save them
17775         on exit. Prefs load and save correctly but something resets
17776         them to default after loading...
17777         * src/Makefile.am: Hack: Add anjuta-preferences.o to LD_ADD.
17778         Somehow the linker does not find save/load_gconf functions
17779         in libanjuta. Must be a stupid mistake, I would be glad
17780         if someone could fix that.
17781         * manuals/reference/libanjuta-sections.txt: Added new
17782         preferences functions and removed gnome-filelist
17783         * plugins/file-manager/anjuta-file-manager-plugin.glade:
17784         * plugins/file-manager/plugin.c:
17785         Added root-path property
17787 2004-05-14      Johannes Schmid <jhs@cvs.gnome.org>
17788         
17789         * libanjuta/fileselection.[ch], gnomefilelist.[ch]: Removed,
17790         they are not longer needed.
17791         * manuals/reference/libanjuta/Makefile.am, anjuta-docs.sgml,
17792         anjuta-sections.txt: Remove references to the files
17793         * libanjuta/pixmaps.h, pixmaps/directory(-accept).png:
17794         Use new nautilus icons for file-manager, looks incredible
17795         cool!
17797 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17798         
17799         * plugins/editor/anjuta-docman.c: gchar* to 
17800         const gchar* in arguments
17801         * plugins/editor/text_editor.c: Implemented IAnjutaFile
17802         Interface
17803         * plugins/file-manager/an_file_view.c: Open files on
17804         double-click. Does not work yet because it does not
17805         find IAnjutaFile interface in document manager
17807 2004-05-14  Johannes Schmid <jhs@cvs.gnome.org>
17808         
17809         * plugins/editor/anjuta-docman.c
17810         * plugins/editor/text_editor.c:
17811         Made close button working, made multiple selection in
17812         File/Open dialog possble, fixed crash bug if file cannot
17813         be opened.
17815 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17816         
17817         * plugins/editor/action-callbacks.c
17818         * plugins/editor/anjuta-docman.c
17819         * plugins/editor/anjuta-docman.h
17820         * plugins/editor/search-replace.c
17821         * plugins/editor/search-replace_backend.c
17822         * plugins/editor/text_editor.c
17823         * plugins/editor/text_editor.h:
17824         Moved to new GtkFileChooserDialog, use gnome-vfs everywhere to be
17825         able to open all files, use uri instead of full_filename, fixed
17826         many bugs.
17829 2004-05-13  Naba Kumar  <naba@gnome.org>
17831         * plugins/message-view/anjuta-message-manager-plugin.glade:
17832         HIG compliant.
17834         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Fixed toolbar
17835         management.
17837         * pixmaps/anjuta_splash.png: Added border.
17838         
17839         * plugins/editor/anjuta-document-manager.png: New icon.
17840         
17841         * anjuta.glade, plugins/editor/anjuta-document-manager.glade,
17842         plugins/editor/.cvsignore: Moved search dialogs from anjuta.glade.
17843         
17844         plugins/editor/Makefile.am,
17845         plugins/editor/search-replace.c,
17846         plugins/editor/search-replace.h,
17847         plugins/editor/search-replace_backend.c,
17848         plugins/editor/search-replace_backend.h,
17849         plugins/editor/search_preferences.h,
17850         plugins/editor/search_preferences.c: Merged changes from
17851         ANJUTA_1_2_0 branch.
17852         
17853         * plugins/editor/anjuta-docman.c, plugins/editor/file.c,
17854         plugins/editor/plugin.c: Fixed crash bugs. Made toggle editor items
17855         operational.
17857         * plugins/terminal/Makefile.am,
17858         plugins/terminal/anjuta-terminal-plugin.glade: Fixed terminal preferences
17859         dialog.
17860         
17861         * src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Added toolbar
17862         submenu.
17864 2004-05-13  Johannes Schmid <jhs@cvs.gnome.org>
17865         * plugins/message-view/plugin.c: Fixed glade file loading
17866         Removed "Show messages" menu item
17867         * src/anjuta-app.c: Fixed crash bug, g_free(filename was called
17868         twice because of this load system layout hack.
17869         * libanjuta/anjuta-ui.h: Removed #include config.h
17870         * libanjuta/libanjuta.pc: Fixed path and depencies
17871         * libanjuta/Makefile.am: Install properties.h and glue-plugin.h
17872         * libanjuta/properties.h: Moved C++ stuff to properties_cxx.h (file added)
17873         * libanjuta/properties.cxx : #include "properties_cxx.h"
17874         * plugins/editor/aneditor.cxx: #include "properties_cxx.h"
17876 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17877         * plugins/message-view/*: Fixed message view preferences
17878         * plugins/message-view/message_prefs.glade: unmerged from anjuta.glade
17879         * anjuta.glade: Removed messages stuff
17881 2004-05-12  Johannes Schmid <jhs@cvs.gnome.org>
17882         
17883         * Removed libanjutamm, it is now hosted on SF.net:
17884         cvs.sf.net/cvsroot/anjuta/libanjutamm
17886 2004-05-11  Johannes Schmid  <jhs@cvs.gnome.org>
17887         
17888         * libanjutamm/*
17889         Added some experimental code to add support for C++ plugins.
17890         Nothing works yet and it is likely that it will disappear but
17891         I have some questions to murrayc and he wants to see the code.
17893 2004-05-11  Naba Kumar  <naba@gnome.org>
17895         * plugins/terminal/terminal.c: Fixed prefs loading bug.
17897         * plugins/editor/action-callbacks.c: Fixed a crash bug in
17898         hightlight style menu actions.
17900         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17901         manuals/reference/libanjuta/plugin-description-file.sgml,
17902         manuals/reference/libanjuta/writing-plugins.sgml,
17903         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17904         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17905         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml: Updated docs.
17907         * src/anjuta-app.c: Always load system layout for now.
17909         * libanjuta/anjuta-shell.h, libanjuta/gnomefilelist.h: Fixed format.
17910         
17911         * manuals/reference/libanjuta/libanjuta-docs.sgml,
17912         manuals/reference/libanjuta/libanjuta-sections.txt,
17913         manuals/reference/libanjuta/libanjuta.types,
17914         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
17915         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
17916         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
17917         manuals/reference/libanjuta/tmpl/fileselection.sgml,
17918         manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
17919         (added) manuals/reference/libanjuta/tmpl/ianjuta-terminal.sgml:
17920         Updated documentation.
17922         * (new) plugins/terminal/*, plugins/Makefile.am, configure.in,
17923         plugins/profile-default/plugin.c, src/layout.xml:
17924         Created terminal plugin.
17925          
17926         * (new) plugins/file-manager/anjuta-file-manager-plugin.glade,
17927         (new) plugins/file-manager/.cvsignore,
17928         plugins/file-manager/an_file_view.c,
17929         plugins/file-manager/plugin.c,
17930         plugins/file-manager/plugin.h: Moved preferences to separate
17931         glade file and added cvsignore file.
17932         
17933         * (new) po/ko.po, (new) po/sq.po, po/ChangeLog: Brought missing po files
17934         from ANJUTA_1_2_0 branch. Please note that other po files need merging
17935         from the branch. I tried it     but there were way too many conflicts.
17936         
17937         * anjuta.glade: Merged with ANJUTA_1_2_0 branch.
17938         
17939         * libanjuta/anjuta-utils.c, libanjuta/anjuta-utils.h: Added more
17940         util functions required during the merge.
17941         
17942         * libanjuta/interfaces/libanjuta.idl: Defined IAnjutaTerminal
17943         interface.
17944         
17945         * plugins/editor/aneditor.cxx, plugins/editor/aneditor.h,
17946         plugins/editor/anjuta-docman.c, plugins/editor/goto_line.c,
17947         plugins/editor/text_editor.c, plugins/editor/text_editor.h,
17948         plugins/editor/text_editor_menu.c, plugins/file-manager/Makefile.am:
17949         Merged with ANJUTA_1_2_0 branch.
17951 2004-05-09  Johannes Schmid <jhs@cvs.gnome.org>
17953         * configure.in: Changed GNOME_COMPILE_WARNIGS from error to maximum
17955 2004-05-07  Naba Kumar  <naba@gnome.org>
17957         * libanjuta/anjuta-ui.c: Reads action labels and icons correctly.
17959         * plugins/file-manager/an_file_view.c, plugins/file-manager/plugin.c:
17960         Added preferences reading and loading.
17961         
17962         * anjuta.glade, anjuta_dialogs_strings.c, ChangeLog,
17963         libanjuta/anjuta-preferences.c, libanjuta/defaults.c,
17964         libanjuta/fileselection.c, libanjuta/fileselection.h,
17965         libanjuta/resources.c: Merged with ANJUTA_1_2_0 branch.
17966         
17967         * manuals/reference/libanjuta/anjuta-architecture.sgml: Added some docs.
17969         * AUTHORS, HACKING, NEWS, README, anjuta.desktop.in.in,
17970         anjuta.spec.in, configure.in, data/autogen.sh.generic,
17971         data/autogen.sh.gtk, data/autogen.sh.gtkmm, data/autogen.sh.wxwin,
17972         data/macros/autogen.sh, data/macros2/autogen.sh
17973         data/properties/ada.properties, data/properties/anjuta.properties,
17974         launcher/Makefile.am, launcher/anjuta_launcher.c, libanjuta/gnomefilelist.c,
17975         libanjuta/gnomefilelist.h, manuals/C/Makefile.am,
17976         (added) manuals/C/anjuta-advanced-tutorial/.cvsignore,
17977         (added) manuals/C/anjuta-advanced-tutorial/Makefile.am,
17978         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial-C.omf,
17979         (added) manuals/C/anjuta-advanced-tutorial/anjuta-advanced-tutorial.xml,
17980         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_additional_options.png,
17981         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_lib3ds.png,
17982         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_config_libraries_libxml2.png,
17983         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_include_paths.png,
17984         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_libraries.png,
17985         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_lib3ds.png,
17986         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_options_libxml2.png,
17987         (added) manuals/C/anjuta-advanced-tutorial/figures/aat_project_type.png,
17988         manuals/C/anjuta-manual/authors.xml, manuals/C/anjuta-manual/build.xml,
17989         manuals/C/anjuta-tutorial/anjuta-tutorial.xml,
17990         plugins/class-gen/clsGen.c, plugins/editor/print.c,
17991         plugins/patch/patch-plugin.c, scintilla/Document.cxx,
17992         scintilla/Editor.cxx, scintilla/KeyWords.cxx, scintilla/LexCPP.cxx
17993         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
17994         scintilla/LexVB.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
17995         (added) scintilla/README.sync, scintilla/ScintillaBase.cxx,
17996         scintilla/ScintillaBase.h, scintilla/ScintillaGTK.cxx,
17997         (added) scintilla/scintilla-marshal.c,
17998         (added) scintilla/scintilla-marshal.h,
17999         (added) scintilla/scintilla-marshal.list,
18000         scintilla/include/SString.h, scintilla/include/SciLexer.h,
18001         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
18002         (added) scintilla/patches/scintilla-calltip-align.patch,
18003         (added) scintilla/patches/scintilla-minor.patch,
18004         tagmanager/Makefile.am: Merge (level 4) with ANJUTA_1_2_0 branch.
18006 2004-05-06  Naba Kumar  <naba@gnome.org>
18008         * (added) plugins/file-manager/Makefile.am,
18009         (added) plugins/file-manager/anjuta-file-manager-plugin.png,
18010         (added) plugins/file-manager/anjuta-file-manager.plugin.in,
18011         (added) plugins/file-manager/anjuta-file-manager.ui,
18012         (added) plugins/file-manager/plugin.c,
18013         (added) plugins/file-manager/plugin.h,
18014         (removed) plugins/file-manager/an_file_view.h,
18015         plugins/Makefile.am, configure.in,
18016         plugins/file-manager/an_file_view.c: Created file manager plugin.
18017         
18018         * plugins/profile-default/plugin.c: Added file manager plugin in default
18019         profile.
18020         
18021         * libanjuta/Makefile.am: Fixed dependencies.
18022         * pixmaps/anjuta_splash.png: New splash screen.
18024 2004-05-05  Johannes Schmid <jhs@cvs.gnome.org>
18025         
18026         * template/template.c/h: Added in-line doc
18027         * manuals/reference/template/*: Added template documentation
18028         * configure.in: Build template docs
18030 2004-05-05  Naba Kumar  <naba@gnome.org>
18032         * autogen.sh: Added commands to generate initial interfaces.
18033         
18034         * libanjuta/Makefile.am,
18035         (removed)libanjuta/anjuta-plugin-parser.c,
18036         (removed)libanjuta/anjuta-plugin-parser.h,
18037         (added)libanjuta/anjuta-plugin-description.c,
18038         (added)libanjuta/anjuta-plugin-description.h: Renamed plugin-parser to
18039         plugin description.
18040         
18041         * libanjuta/anjuta-plugin.c,
18042         libanjuta/anjuta-plugin.h: Added activation and deactivation methods.
18043         
18044         * libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h: Fixed documentation
18045         and added AnjutaShellPlacement enum for widgeds placement (passed to 
18046         widget add_widget() method.
18047         
18048         * libanjuta/plugins.c, libanjuta/plugins.h: Added plugin query routines
18049         and moved plugin sets loading in profile plugins.
18050         
18051         * libanjuta/interfaces/.cvsignore,
18052         (removed)libanjuta/interfaces/Makefile.am,
18053         libanjuta/interfaces/libanjuta.idl,
18054         libanjuta/interfaces/anjuta-idl-compiler.pl,
18055         (removed)libanjuta/interfaces/ianjuta-document-manager.c,
18056         (removed)libanjuta/interfaces/ianjuta-document-manager.h,
18057         (removed)libanjuta/interfaces/ianjuta-editor.c,
18058         (removed)libanjuta/interfaces/ianjuta-editor.h,
18059         (removed)libanjuta/interfaces/ianjuta-file.c,
18060         (removed)libanjuta/interfaces/ianjuta-file.h,
18061         (removed)libanjuta/interfaces/ianjuta-message-manager.c,
18062         (removed)libanjuta/interfaces/ianjuta-message-manager.h,
18063         (removed)libanjuta/interfaces/ianjuta-message-view.c,
18064         (removed)libanjuta/interfaces/ianjuta-message-view.h: Removed all *.c,
18065         *.h and Makefile.am files. They are autogenerated. Interfaces are
18066         by anjuta-idl-compiler.pl from libanjuta.idl file.
18067         
18068         * manuals/reference/libanjuta/Makefile.am,
18069         manuals/reference/libanjuta/anjuta-architecture.sgml,
18070         manuals/reference/libanjuta/libanjuta-docs.sgml,
18071         manuals/reference/libanjuta/libanjuta-sections.txt,
18072         manuals/reference/libanjuta/libanjuta.types,
18073         manuals/reference/libanjuta/plugin-description-file.sgml,
18074         manuals/reference/libanjuta/writing-plugins.sgml,
18075         (added)manuals/reference/libanjuta/tmpl/.cvsignore,
18076         (added)manuals/reference/libanjuta/tmpl/anjuta-plugin-description.sgml,
18077         (removed)manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18078         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18079         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18080         (added)manuals/reference/libanjuta/tmpl/ianjuta-buildable.sgml,
18081         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-list.sgml,
18082         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-text.sgml,
18083         (added)manuals/reference/libanjuta/tmpl/ianjuta-context-tree.sgml,
18084         (added)manuals/reference/libanjuta/tmpl/ianjuta-context.sgml,
18085         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18086         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18087         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-loader.sgml,
18088         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-manager.sgml,
18089         (added)manuals/reference/libanjuta/tmpl/ianjuta-file-savable.sgml,
18090         (added)manuals/reference/libanjuta/tmpl/ianjuta-file.sgml,
18091         (added)manuals/reference/libanjuta/tmpl/ianjuta-help.sgml,
18092         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable-tree.sgml,
18093         (added)manuals/reference/libanjuta/tmpl/ianjuta-iterable.sgml,
18094         (added)manuals/reference/libanjuta/tmpl/ianjuta-loader.sgml,
18095         (added)manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml,
18096         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18097         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml,
18098         (added)manuals/reference/libanjuta/tmpl/ianjuta-profile.sgml,
18099         (added)manuals/reference/libanjuta/tmpl/ianjuta-renderable.sgml,
18100         (added)manuals/reference/libanjuta/tmpl/ianjuta-sand-box.sgml,
18101         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-loader.sgml,
18102         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream-savable.sgml,
18103         (added)manuals/reference/libanjuta/tmpl/ianjuta-stream.sgml,
18104         (added)manuals/reference/libanjuta/tmpl/ianjuta-transformable.sgml,
18105         (added)manuals/reference/libanjuta/tmpl/libanjuta-iface-marshallers.sgml,
18106         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18107         manuals/reference/libanjuta/tmpl/plugins.sgml: Updated documentation.
18108         Wrote writing-plugins.sgml documentation. Fixed cross links. Added
18109         interfaces template sgmls.
18110         
18111         * plugins/Makefile.am,
18112         plugins/devhelp/anjuta-devhelp.plugin.in,
18113         plugins/devhelp/plugin.c,
18114         plugins/editor/action-callbacks.c,
18115         plugins/editor/anjuta-document-manager.plugin.in,
18116         plugins/editor/plugin.c,
18117         plugins/editor/plugin.h,
18118         plugins/editor/text_editor.c,
18119         plugins/sample1/plugin.c,
18120         plugins/message-view/anjuta-message-manager.plugin.in,
18121         plugins/message-view/plugin.c: Fixed shell add_widget method to take
18122         placement. Fixed other errors.
18123         
18124         * (added)plugins/profile-default/.cvsignore,
18125         (added)plugins/profile-default/Makefile.am,
18126         (added)plugins/profile-default/anjuta-default-profile-plugin.png,
18127         (added)plugins/profile-default/anjuta-default-profile.plugin.in,
18128         (added)plugins/profile-default/anjuta-default-profile.ui,
18129         (added)plugins/profile-default/plugin.c,
18130         (added)plugins/profile-default/plugin.h: Added a default new
18131         profile plugin.
18132         
18133         * src/Makefile.am,
18134         src/action-callbacks.c,
18135         src/anjuta-app.c,
18136         src/anjuta.c,
18137         src/main.cpp: Fixed necessary changes for libanjuta
18139 2004-05-04  Naba Kumar  <naba@gnome.org>
18141         * libanjuta/anjuta-shell.[h,c], src/anjuta-app.c,
18142         plugins/sample1/plugin.c, plugins/devhelp/plugin.c,
18143         plugins/message-view/plugin.c, plugins/editor/plugin.c: Added shell
18144         placement for default widgets placements.
18146 2004-05-03  Naba Kumar  <naba@gnome.org>
18148         * manuals/reference/libanjuta/anjuta-architecture.sgml,
18149         manuals/reference/libanjuta/libanjuta-docs.sgml,
18150         manuals/reference/libanjuta/plugin-description-file.sgml,
18151         manuals/reference/libanjuta/writing-plugins.sgml:
18152         Wrote more sections in writing-plugins document and fixed errors.
18154 2004-05-03  Naba Kumar  <naba@gnome.org>
18156         * libanjuta/interfaces/libanjuta.idl: Added interface
18157         IAnjutaFileManager.
18158         
18159         * manuals/reference/libanjuta/anjuta-architecture.dia,
18160         manuals/reference/libanjuta/anjuta-architecture.png: Updated
18161         architecture diagram.
18162         
18163         * (added) manuals/reference/libanjuta/anjuta-architecture.sgml,
18164          manuals/reference/libanjuta/libanjuta-docs.sgml,
18165         (added) manuals/reference/libanjuta/plugin-description-file.sgml,
18166         (added) manuals/reference/libanjuta/writing-plugins.sgml:
18167         Wrote writing-plugins document and separated chapters into
18168         separate sgml files.
18169         
18170         * plugins/file-manager/an_file_view.c,
18171         plugins/file-manager/an_file_view.h: New and improved directory
18172         rendering.
18174 2004-05-02  Sven Herzberg  <herzi@abi02.de>
18176         * anjuta.glade: re-designed the new file dialog
18177         * anjuta_dialogs_strings.c: new strings from the new file dialog
18179 2004-04-30  Naba Kumar  <naba@gnome.org>
18181         * libanjuta/interfaces/Makefile.am.iface,
18182         libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed errors.
18183         
18184         * libanjuta/interfaces/libanjuta.idl: Updated.
18186         * libanjuta/interfaces/Makefile.am.iface,
18187         libanjuta/interfaces/libanjuta.idl: Updated.
18189 2004-04-29  Naba Kumar  <naba@gnome.org>
18190         
18191         * libanjuta/interfaces/Makefile.am.iface,
18192         libanjuta/interfaces/libanjuta.idl: Updated.
18194 2004-04-29  Naba Kumar  <naba@gnome.org>
18196         * libanjuta/interfaces/giface-idlc-c.pl,
18197         libanjuta/interfaces/libanjuta.idl: Upgraded.
18198         * libanjuta/interfaces/Makefile.am.iface: Added.
18199         
18200 2004-04-28  Naba kumar  <naba@gnome.org>
18202         * libanjuta/interfaces/giface-idlc-c.pl,
18203         libanjuta/interfaces/libanjuta.idl: Added anjuta interface
18204         definitions and wrote a compiler.
18205         
18206 2004-04-28  Naba Kumar  <naba@gnome.org>
18208         * libanjuta/anjuta-shell.c: Fixed docs.
18209         * libanjuta/interfaces/Makefile.am,
18210         libanjuta/interfaces/ianjuta-file.c,
18211         libanjuta/interfaces/ianjuta-file.h: Added ianjuta-file.{c,h}
18212         
18213         * libanjuta/interfaces/ianjuta-editor.c: Fixed bug.
18214         
18215         * manuals/reference/libanjuta/tmpl/anjuta-children.sgml
18217         * manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18218         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18219         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18220         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18221         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml: Updated docs.
18222         * src/anjuta-app.c: Fixed bug.
18224 2004-04-27  Naba Kumar  <naba@gnome.org>
18226         * libanjuta/anjuta-preferences-dialog.c,
18227         manuals/Makefile.am: Fixed document bugs and enabled docs
18228         building.
18230         * libanjuta/anjuta-preferences-dialog.c,
18231         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml:
18232         More documentation.
18233         
18234         * libanjuta/anjuta-preferences.c,
18235         manuals/reference/libanjuta/libanjuta-docs.sgml,
18236         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18237         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18238         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18239         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18240         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml:
18241         Wrote more documentations.
18243         * (removed) plugins/message-view/imessage-view.c,
18244         (removed) plugins/message-view/ianjuta-msgman.c,
18245         plugins/message-view/Makefile.am,
18246         plugins/message-view/anjuta-msgman.c,
18247         plugins/message-view/anjuta-msgman.h,
18248         plugins/message-view/message-view.c,
18249         plugins/message-view/message-view.h,
18250         plugins/message-view/plugin.c,
18251         plugins/message-view/plugin.h: Moved interface implementations
18252         in their respective classes and used correct macros to
18253         defined class types.
18255         * libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18256         src/action-callbacks.c, src/anjuta-app.c: Subclassed
18257         AnjutaUI from GtkUIManager instead of GtkDialog.
18259         * manuals/reference/libanjuta/Makefile.am,
18260         manuals/reference/libanjuta/libanjuta-docs.sgml,
18261         manuals/reference/libanjuta/libanjuta-sections.txt,
18262         manuals/reference/libanjuta/libanjuta.types,
18263         (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18264         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18265         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18266         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18267         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18268         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml:
18269         Wrote more documentation, fixed typos, added architecture
18270         diagram, updated object types etc.
18272         * plugins/editor/text_editor.c: Fixed interface implementation.
18274 2004-04-26  Naba Kumar  <naba@gnome.org>
18276         * (added) manuals/reference/libanjuta/anjuta-architecture.dia,
18277         (added) manuals/reference/libanjuta/anjuta-architecture.png,
18278         manuals/reference/libanjuta/libanjuta-docs.sgml: Added
18279         architecture diagram and a new chapter on plugins description file.
18281 2004-04-25  Naba Kumar  <naba@gnome.org>
18283         *  libanjuta/anjuta-children.h,
18284         libanjuta/anjuta-plugin.c,
18285         libanjuta/anjuta-plugin.h,
18286         libanjuta/anjuta-preferences.c,
18287         libanjuta/anjuta-shell.c,
18288         libanjuta/anjuta-shell.h,
18289         libanjuta/e-splash.c,
18290         libanjuta/e-splash.h,
18291         manuals/reference/libanjuta/Makefile.am,
18292         manuals/reference/libanjuta/libanjuta-docs.sgml,
18293         manuals/reference/libanjuta/libanjuta-sections.txt,
18294         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18295         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18296         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18297         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18298         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18299         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18300         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18301         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18302         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18303         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18304         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18305         manuals/reference/libanjuta/tmpl/defaults.sgml,
18306         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18307         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18308         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18309         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18310         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18311         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18312         manuals/reference/libanjuta/tmpl/plugins.sgml,
18313         manuals/reference/libanjuta/tmpl/properties.sgml,
18314         manuals/reference/libanjuta/tmpl/resources.sgml,
18315         manuals/reference/libanjuta/tmpl/cell-renderer-captioned-image.sgml,
18316         manuals/reference/libanjuta/tmpl/e-splash.sgml,
18317         manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml,
18318         manuals/reference/libanjuta/tmpl/ianjuta-editor.sgml,
18319         manuals/reference/libanjuta/tmpl/ianjuta-message-manager.sgml,
18320         manuals/reference/libanjuta/tmpl/ianjuta-message-view.sgml:
18322         Added more template files and wrote more documentation.
18324 2004-04-24  Andras Timar  <timar@gnome.hu>
18326         * configure.in: Added hu to ALL_LINGUAS.
18328 2004-04-23  Naba Kumar  <naba@gnome.org>
18329         
18330         * configure.in: Fixed compile error.
18331         
18332         * libanjuta/anjuta-children.c,
18333         libanjuta/anjuta-children.h,
18334         libanjuta/anjuta-preferences.c,
18335         libanjuta/anjuta-preferences.h,
18336         libanjuta/anjuta-shell.c,
18337         libanjuta/anjuta-ui.c,
18338         libanjuta/anjuta-ui.h,
18339         manuals/reference/libanjuta/Makefile.am,
18340         manuals/reference/libanjuta/libanjuta-docs.sgml,
18341         manuals/reference/libanjuta/libanjuta.types,
18342         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18343         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18344         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18345         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18346         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18347         manuals/reference/libanjuta/tmpl/anjuta-preferences-dialog.sgml,
18348         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18349         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18350         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18351         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18352         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18353         manuals/reference/libanjuta/tmpl/defaults.sgml,
18354         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18355         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18356         manuals/reference/libanjuta/tmpl/glue-plugin.sgml,
18357         manuals/reference/libanjuta/tmpl/gnomefilelist.sgml,
18358         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18359         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18360         manuals/reference/libanjuta/tmpl/plugins.sgml,
18361         manuals/reference/libanjuta/tmpl/properties.sgml,
18362         manuals/reference/libanjuta/tmpl/resources.sgml,
18363         plugins/sample1/plugin.c: Added libanjuta API documentation.
18365 2004-04-22  Naba Kumar  <naba@gnome.org>
18367         * libanjuta/anjuta-preferences.c, libanjuta/anjuta-preferences.h,
18368         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18369         libanjuta/anjuta-ui.c, libanjuta/anjuta-ui.h,
18370         libegg/Makefile.am, (removed) libegg/egg-accel-dialog.c,
18371         (removed) libegg/egg-action-group.c, (removed) libegg/egg-action.c,
18372         libegg/egg-combo-action.c, libegg/egg-entry-action.c,
18373         (removed) libegg/egg-markup.c, (removed) libegg/egg-menu-merge.c,
18374         (removed) libegg/egg-radio-action.c, (removed) libegg/egg-toggle-action.c,
18375         (removed) libegg/eggradiotoolbutton.c,
18376         (removed) libegg/eggseparatortoolitem.c,
18377         (removed) libegg/eggtoggletoolbutton.c,
18378         (removed) libegg/eggtoolbar.c,
18379         (removed) libegg/eggtoolbutton.c,
18380         (removed) libegg/eggtoolitem.c,
18381         (removed) libegg/prop-editor.c,
18382         (removed) libegg/test-actions.c,
18383         (removed) libegg/test-drag.c,
18384         (removed) libegg/test-merge.c,
18385         (removed) libegg/test-toolbar.c,
18386         libegg/menu/Makefile.am,
18387         (removed) libegg/menu/egg-accel-dialog.h,
18388         (removed) libegg/menu/egg-action-group.h,
18389         (removed) libegg/menu/egg-action.h,
18390         libegg/menu/egg-entry-action.h,
18391         (removed) libegg/menu/egg-markup.h,
18392         (removed) libegg/menu/egg-menu-merge.h,
18393         (removed) libegg/menu/egg-menu.h,
18394         (removed) libegg/menu/egg-radio-action.h,
18395         (removed) libegg/menu/egg-toggle-action.h,
18396         (removed) libegg/menu/howitshouldwork.txt,
18397         (removed) libegg/toolbar/.cvsignore,
18398         (removed) libegg/toolbar/Makefile.am,
18399         (removed) libegg/toolbar/TODO,
18400         (removed) libegg/toolbar/eggradiotoolbutton.h,
18401         (removed) libegg/toolbar/eggseparatortoolitem.h,
18402         (removed) libegg/toolbar/eggtoggletoolbutton.h,
18403         (removed) libegg/toolbar/eggtoolbar.h,
18404         (removed) libegg/toolbar/eggtoolbutton.h,
18405         (removed) libegg/toolbar/eggtoolitem.h,
18406         (removed) libegg/toolbar/prop-editor.h,
18407         (removed) libegg/toolbar/toolbar-api.txt,
18408         (removed) libegg/toolbar/toolbar-ideas.txt,
18409         plugins/devhelp/anjuta-devhelp.ui,
18410         plugins/devhelp/plugin.c,
18411         plugins/editor/action-callbacks.c,
18412         plugins/editor/action-callbacks.h,
18413         plugins/editor/anjuta-docman.c,
18414         plugins/editor/anjuta-document-manager.ui,
18415         plugins/editor/plugin.c,
18416         P plugins/message-view/Makefile.am,
18417         plugins/message-view/anjuta-message-manager.ui,
18418         plugins/message-view/plugin.c,
18419         plugins/sample1/anjuta-sample.ui,
18420         plugins/sample1/plugin.c,
18421         src/action-callbacks.c,
18422         src/action-callbacks.h,
18423         src/anjuta-actions.h,
18424         src/anjuta-app.c,
18425         src/anjuta.ui: Removed libegg code for menu/toolbar action-merge and used
18426         Gtk actions and UIManager. Fixed all plugins to use this.
18427         
18428         * manuals/reference/gtkdoc-scangobj.diff,
18429         manuals/reference/libanjuta/Makefile.am,
18430         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18431         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18432         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18433         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18434         manuals/reference/libanjuta/tmpl/plugins.sgml: Fixed document generation.
18436         * configure.in: Updated to require gtk-2.4 and gnome-2.6.
18437         
18438 2004-04-20  Johannes Schmid <jhs@cvs.gnome.org>
18439         
18440         * plugins/message-view/imessage-view.c
18441         * plugins/message-view/ianjuta-msgman.c:
18442         Added interfaces
18444 2004-04-17  Adam Weinberger  <adamw@gnome.org>
18446         * configure.in: Added en_CA to ALL_LINGUAS.
18448 2004-04-08  Naba Kumar  <naba@gnome.org>
18450         * libanjuta/interfaces/ianjuta-message-view.[c,h], 
18451         libanjuta/interfaces/Makefile.am,
18452         libanjuta/interfaces/ianjuta-message-manager.[c,h]: Implemented
18453         message manager and message view interfaces.
18455         * libanjuta/anjuta-children.h, libanjuta/anjuta-plugin-parser.h,
18456         libanjuta/anjuta-plugin.c, libanjuta/anjuta-plugin.h,
18457         libanjuta/anjuta-shell.c, libanjuta/anjuta-shell.h,
18458         libanjuta/plugins.c, libanjuta/plugins.h, src/action-callbacks.c,
18459         src/anjuta-app.c: Used 'activate' and
18460         'deactivate' virtual methods for plugins. Fixed installed plugins
18461         dialogs. Added remove_widget() method for AnjutaShell.
18463         * libanjuta/interfaces/Makefile.am,
18464         libanjuta/interfaces/ianjuta-document-manager.c,
18465         libanjuta/interfaces/ianjuta-document-manager.h,
18466         libanjuta/interfaces/ianjuta-editor.c,
18467         libanjuta/interfaces/ianjuta-editor.h: Fixed document manager
18468         and editor interfaces.
18470         * plugins/devhelp/plugin.c,
18471         plugins/message-view/anjuta-message-manager.plugin.in,
18472         plugins/message-view/anjuta-msgman.h, plugins/message-view/plugin.c,
18473         plugins/sample1/plugin.c: Updated plugins implementation to
18474         reflect the changes.
18476 2004-04-07  Naba Kumar  <naba@gnome.org>
18478         * libanjuta/anjuta-plugin.h, libanjuta/anjuta-shell.[c,h],
18479         libanjuta/plugins.[c,h], libanjuta/interfaces/Makefile.am,
18480         libanjuta/interfaces/ianjuta-editor.h,
18481         (added) libanjuta/interfaces/ianjuta-document-manager.[c,h],
18482         plugins/editor/anjuta-docman.c,
18483         plugins/editor/anjuta-document-manager.plugin.in,
18484         plugins/editor/plugin.c, plugins/sample1/plugin.c,
18485         src/anjuta-app.c: Implemented IAnjutaDocumentManager interface.
18486         Added supported interfaces for plugins. Tested plugin interfaces
18487         through sample plugin.
18488         
18489 2004-02-29  Johannes Schmid <jhs@cvs.gnome.org>
18490         
18491         * template/Makefile.am, data/templates/library/Makefile.am
18492         Fixed some automake-1.7 incompatibilities
18493         * template/xmltemplate.c: Small fix
18495 2004-02-23  Naba Kumar  <naba@gnome.org>
18497         * src/actions-callbacks.[c,h], src/anjuta-actions.h, src/anjuta.ui:
18498         Added plugins manager dialog.
18499         
18500         * plugins/editor/Makefile.am: Added libanjuta-interface.la to the
18501         library dependencies.
18502         
18503         * src/Makefile.am, src/action-callbacks.c, src/action-callbacks.h,
18504         src/anjuta-actions.h, src/anjuta-app.c, src/anjuta-app.h,
18505         src/anjuta-callbacks.c, src/anjuta_cbs.c, src/main.c.
18506         (new) src/anjuta.[c,h]: Organized session and winodw callbacks. Added
18507         geometry command line option.
18508         
18509 2004-02-16  Naba Kumar  <naba@gnome.org>
18511         * configure.in, libanjuta/Makefile.am, libanjuta/interface/*:
18512         Added interfaces and IAnjutaEditor editor interface.
18513         * plugins/editor/text_editor.c: Implemented IAnjutaEditor
18514         interface.
18515         * libanjuta/anjuta-shell.h: Fixed bug.
18516         
18517 2004-02-13  Naba Kumar  <naba@gnome.org>
18519         * configure.in: Requires devhelp 0.8.1 (0.8 is broken).
18520         
18521 2004-02-13  Johannes Schmid <jhs@cvs.gnome.org>
18522         
18523         * data/template/*/.cvsignore:
18524         Avoid all these ? in cvs output
18526 2004-02-13  Naba Kumar  <naba@gnome.org>
18528         * configure.in, plugins/devhelp/plugin.c: Fixed devhelp library
18529         includes and linking.
18531         * configure.in, plugins/Makefile.am: Enabled devhelp plugin
18532         and set required version to devhelp 0.8. This devhelp version
18533         can be acquired from gnome cvs branch devhelp branch
18534         devhelp-gtk-2-2 or devhelp-0.8.tar.gz to be released soon.
18536         * src/anjuta.ui, src/actions.h, src/actions-callbacks.h,
18537         src/actions-callbacks.c: Added Dock Manager settings menu item.
18539         * configure.in, plugins/Makefile.am: Disabled devhelp creation.
18540         * plugins/devhelp/plugin.c: Fixed a linking bug.
18541         
18542         * configure.in, (added) libegg/gdl-*, libegg/Makefile.am,
18543         libanjuta/gnomefilelist.c, src/anjuta-app.c, src/anjuta-app.h: Removed
18544         external GDL dependency and used libegg codes.
18545         
18546 2004-02-12  Naba Kumar  <naba@gnome.org>
18548         * configure.in, plugins/Makefile.am, plugins/devhelp/*:
18549         Added devhelp plugin, but it can't be used without a
18550         patch in devhelp. So it's disabled for now.
18552         * libanjuta/.cvsignore, libegg/toolbar/.cvsignore,
18553         libegg/treeviewutils/.cvsignore, plugins/editor/.cvsignore,
18554         plugins/message-view/.cvsignore, plugins/sample1/.cvsignore:
18555         Update cvsignore files.
18557         * libanjuta/plugins.c, widgets/e-splash.c:
18558         Fixed plugins loading to show splash icons.
18559         
18560         * plugins/message-view/anjuta-message-manager.plugin.in,
18561         plugins/message-view/plugin.c: Fixed plugin registered name.
18563         * plugins/message-view/anjuta-message-view.png,
18564         plugins/sample1/anjuta-sample-plugin.png: Update images.
18566         * src/Makefile.am, src/anjuta-app.c, src/layout.xml,
18567         src/main.c: Fixed layout loading.
18569         * plugins/devhelp/Makefile.am: Fixed error.
18571         * (removed) widgets/*, libanjuta/plugins.h,
18572         src/main.c: Transfered widgets to libanjuta/.
18573         
18574         * libegg/Makefile.am, libegg/*.c: Moved souce files in libegg
18575         toplevel directory to created only one library as libanjuta-egg.
18577         * data/Makefile.am: Fixed build error.
18579         * configure.in, libegg/egg-dock*.c, libegg/layout.glade,
18580         libegg/test-dock.c, libegg/dock/*, libegg/Makefile.am,
18581         libegg/.cvsignore: Added egg dock widget.
18583         * gdl/*: Removed as they are now available in libegg.
18584         
18585 2004-02-11  Franco Catrin <fcatrin@tuxpan.com>
18587         * plugins/editor/anjuta-docman.c:
18588         Use stock close icon on tab close button
18590 2004-02-11  Johannes Schmid <jhs@cvs.gnome.org>
18591         
18592         * data/template/Makefile.am
18593         data/template/language/Makefile.am
18594         data/template/library/Makefile.am
18595         data/template/text/Makefile.am
18596         data/template/project/Makefile.am
18597         data/template/project/terminal/Makefile.am
18598         configure.in: Created Makefile to install templates
18600 2004-02-11  Naba Kumar  <naba@gnome.org>
18602         * plugins/editor/action-callbacks.c,
18603         plugins/editor/anjuta-document-manager.ui,
18604         plugins/editor/plugin.c
18605         plugins/message-view/anjuta-message-manager.ui,
18606         src/anjuta-actions.h, src/anjuta.ui: Fixed Edit->Goto submenu merging.
18607         
18608 2004-02-09  Johannes Schmid <jhs@cvs.gnome.org>
18609         
18610         * plugins/message-view/*: MessageView plugin is now loaded
18611         The menu items are still dummies.
18613 2004-02-09  Naba Kumar  <naba@gnome.org>
18615         * Makefile.am, autogen.sh, configure.in: Added proper gtkdoc
18616         generation.
18617         
18618         * libanjuta/anjuta-preferences.h: Added some documentation.
18619         
18620         * libanjuta/anjuta-shell.h: Removed dead codes.
18621         
18622         * (removed) manuals/reference/gtkdoc-scangobj,
18623         manuals/reference/gtkdoc-scangobj.diff,
18624         manuals/reference/libanjuta/.cvsignore,
18625         manuals/reference/libanjuta/Makefile.am,
18626         manuals/reference/libanjuta/README.inline-doc,
18627         manuals/reference/libanjuta/README.sections,
18628         manuals/reference/libanjuta/libanjuta-docs.sgml,
18629         manuals/reference/libanjuta/libanjuta-sections.txt,
18630         manuals/reference/libanjuta/tmpl/anjuta-children.sgml,
18631         manuals/reference/libanjuta/tmpl/anjuta-encodings.sgml,
18632         manuals/reference/libanjuta/tmpl/anjuta-marshal.sgml,
18633         manuals/reference/libanjuta/tmpl/anjuta-plugin-parser.sgml,
18634         manuals/reference/libanjuta/tmpl/anjuta-plugin.sgml,
18635         manuals/reference/libanjuta/tmpl/anjuta-preferences.sgml,
18636         manuals/reference/libanjuta/tmpl/anjuta-shell.sgml,
18637         manuals/reference/libanjuta/tmpl/anjuta-stock.sgml,
18638         manuals/reference/libanjuta/tmpl/anjuta-ui.sgml,
18639         manuals/reference/libanjuta/tmpl/anjuta-utils.sgml,
18640         manuals/reference/libanjuta/tmpl/defaults.sgml,
18641         manuals/reference/libanjuta/tmpl/fileselection.sgml,
18642         manuals/reference/libanjuta/tmpl/glue-factory.sgml,
18643         manuals/reference/libanjuta/tmpl/libanjuta-unused.sgml,
18644         manuals/reference/libanjuta/tmpl/pixmaps.sgml,
18645         manuals/reference/libanjuta/tmpl/plugins.sgml,
18646         manuals/reference/libanjuta/tmpl/properties.sgml,
18647         manuals/reference/libanjuta/tmpl/resources.sgml: Fixed c++ compilation
18648         of scan program. Updated templates.
18650         plugins/editor/action-callbacks.c, plugins/editor/plugin.c: Fixed
18651         editor action callbacks data.
18652         
18653         plugins/editor/text_editor.c: Fixed scintilla height problem. Added
18654         scintilla object ref/unref.
18656 2004-02-08  Johannes Schmid <jhs@cvs.gnome.org>
18657         
18658         * template/*: Added new xml based template system
18659         * template/dtds/*: Dtds to validate xml files of the template systems
18660         * data/template/*: Some sample template files
18661         Still needs some work but builds fine!
18663 2004-02-06  Naba Kumar  <naba@gnome.org>
18665         * cofigure.in, manuals/Makefile.am,
18666         (added) manuals/reference/*: Added API documentation
18667         structure (gtk-doc based).
18669         * libanjuta/libanjuta.h: Updated
18670         
18671 2004-02-05  Naba Kumar  <naba@gnome.org>
18672         
18673         * configure.in: Sets correct dependencies and
18674         uses gdl external library.
18676         * libanjuta/Makefile.am, libanjuta/anjuta-plugin.c,
18677         libanjuta/anjuta-plugin.h, libanjuta/anjuta-utils.c,
18678         libanjuta/anjuta-utils.h, libanjuta/fileselection.c
18679         libanjuta/fileselection.h, libanjuta/glue-factory.c,
18680         libanjuta/gnomefilelist.c, libanjuta/gnomefilelist.h,
18681         libanjuta/plugins.c, libanjuta/plugins.h: Fixed plugin system
18682         and added file dialogs.
18684         * libegg/menu/Makefile.am, libegg/toolbar/Makefile.am,
18685         libegg/treeviewutils/Makefile.am, libegg/util/Makefile.am:
18686         Build dynamic libraries for libegg.
18688         * plugins/Makefile.am, plugins/editor/Makefile.am,
18689         plugins/editor/action-callbacks.c, 
18690         plugins/editor/action-callbacks.h,
18691         plugins/editor/anjuta-docman.c,
18692         plugins/editor/anjuta-docman.h
18693         plugins/editor/anjuta-document-manager.plugin.in
18694         plugins/editor/anjuta-document-manager.png
18695         plugins/editor/anjuta-document-manager.ui
18696         plugins/editor/file.c
18697         plugins/editor/file.h
18698         plugins/editor/plugin.c
18699         plugins/editor/print.c
18700         plugins/editor/print.h
18701         plugins/editor/search-replace.c
18702         plugins/editor/search_incremental.c
18703         plugins/editor/search_incremental.h
18704         plugins/editor/text_editor.c
18705         plugins/editor/text_editor.h
18706         plugins/editor/text_editor_cbs.c
18707         plugins/editor/text_editor_menu.h
18708         plugins/sample1/Makefile.am
18709         plugins/sample1/anjuta-sample-plugin.png
18710         plugins/sample1/anjuta-sample.plugin.in
18711         plugins/sample1/anjuta-sample.ui
18712         plugins/sample1/plugin-sample1.c
18713         plugins/sample1/plugin.c
18714         plugins/sample1/plugin.h: Created sample
18715         plugin and fixed editor plugin.
18717         * printing/*: Removed.
18719         * scintilla/Makefile.am: Builds dynamic library.
18721         * src/Makefile.am, src/action-callbacks.c,
18722         src/action-callbacks.h, (removed) src/an_symbol_view.c,
18723         src/anjuta-actions.h, src/anjuta-app.c,
18724         src/anjuta-app.h, src/anjuta-callbacks.c,
18725         src/anjuta-callbacks.h, (removed) src/anjuta.c,
18726         (removed) src/anjuta.h, src/anjuta.ui,
18727         src/layout.xml, src/main.c, src/preferences.h,
18728         src/utilities.c: Debuggged and finally made plugins
18729         loadable.
18731         * global-tags/Makefile.am: Fixed build error.
18733 2004-02-03  Naba Kumar  <naba@gnome.org>
18735         * configure.in: Users GDL from external package.
18736         * plugins/*: Added many new plugins (not ready though).
18737         * src/*: Removed many files (which have been transfered in plugins/).
18738         
18739 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
18741         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
18743 2004-01-10  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18745         * configure.in: Added editor plugins
18746         
18747         * plugins/Makefile.am, src/search-replace_backend.h,
18748         plugins/editor/Makefile.am, plugins/editor/ action-callbacks.c,
18749         plugins/editor/search-replace.c, plugins/editor/search-replace_backend.h
18750         
18751         * Added: plugins/editor/search_incremental.c, 
18752         plugins/editor/search_incremental.h
18754         * Update search-replace in plugins/editor
18755         
18756 2004-01-09  Johannes Schmid <jhs@cvs.gnome.org>
18757         
18758         * plugins/message-view/message-view.c: Some code clean-up
18760 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
18762         * Added: search_incremental[ch]
18763         
18764         * anjuta.glade, src/search-replace.c, src/search-replace_backend.h,
18765         src/mainmenu_callbacks.c, src/toolbar.c
18766         src/toolbar_callbacks.c, src/toolbar_callbacks.h, src/Makefile.am
18767         
18768         * Incremental Search
18770 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18771         
18772         * plugins/message-view/anjuta-msgman.[c/h]:
18773         Added message manager for easier message handling with a
18774         similar interface as docman. Of course you can still use
18775         MessageView standalone.
18776         * plugins/Makefile.am: Added message-view because it compiles
18777         without errors.
18779 2004-01-03  Johannes Schmid <jhs@cvs.gnome.org>
18780         
18781         * plugins/message-view/*: Added message-view plugin 
18782         (still incomplete) 
18783         * configure.in: Added plugins/message-view/Makefile
18785 2004-01-03  Naba Kumar  <naba@gnome.org>
18787         * libanjuta/*.c: Added new files and updated old ones.
18788         * plugins/editor/*: Added editor plugin.
18789         * configure.in: Added editor plugin and moved editor related
18790         files into it.
18792 2004-01-02  Jean-Noel Guiheneuf  <jnoel@lotuscompounds.com>
18794         * src/Makefile.am: Added search-replace_backend.[ch]
18795         Removed: find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
18796         find_replace.[ch]
18797         * anjuta.glade, src/search-replace.c, src/search-replace.h,
18798         src/search-replace_backend.c, src/search-replace_backend.h,
18799         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
18800         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
18801         src/toolbar_callbacks.c
18802         * The advanced Search/Replace functionality now replaces the older
18803         Find/Replace stuff.
18804         * The Search/Replace functionality can be interrupted during a long
18805         Search/Replace;
18806         
18807 2003-12-11  Naba Kumar  <naba@gnome.org>
18809         * configure.in: Removed libegg flags from ANJUTA_FLAGS.
18810         * libegg/toolbar/Makefile.am, libegg/menu/Makefile.am: Fixed linking
18811         errors.
18812         * Makefile.am, libanjuta/*: Added new module.
18813         * src/Makefile.am: Fixed linking error.
18814         * src/watch_cbs.c: Debugger clean up.
18815         * configure.in: Added libanjuta-2.0.pc
18817         * configure.in, libanjuta/Makefile.am,
18818         (new) libanjuta/libanjuta.pc.in, (rm) libanjuta-2.0.pc.in: Used
18819         libanjuta instead.
18821 2003-12-11  Naba Kumar  <naba@gnome.org>
18823         Patch from: Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
18825         * anjuta.glade, src/Makefile.am, src/aneditor.cxx, src/aneditor.h,
18826         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/cvs.c,
18827         src/mainmenu_callbacks.c, src/memory.c, src/search-replace.c,
18828         src/text_editor.c, src/text_editor.h, (new) src/file.[c,h]:
18829         The user can now give a name at the creation of a new file and
18830         insert automatically (user choice) header, gpl notice, header
18831         template. The file extension is added automatically according
18832         to the selected type of file. The various insert functions have
18833         been moved from mainmenu-callback.c to file.c. The cursor is now
18834         moved after an insert operation. Removes also useless code in
18835         memory.c and search-replace.c
18836         
18837 2003-12-11  Pavol Bosik  <Pavol.Bosik@siemens.com>
18839         * src/attach_process.c, src/attach_process.h, anjuta/anjuta.glade:
18840         sortable headers, process tree, removal of path and process params
18841         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
18842         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
18843         code cleanup
18845 2003-12-10  Naba Kumar  <naba@gnome.org>
18847         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_3)
18848         
18849 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
18851         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
18853 2003-11-28  Naba Kumar  <naba@gnome.org>
18855         * Merged changes from cvs branch ANJUTA_1_2_0 (tag: MERGE_LEVEL_2)
18856         
18857         * manuals/de/*: Added german translation docs.
18858         
18859         * configure.in, Makefile.am, src/Makefile.am,
18860         libegg/*/*: Added libegg library.
18861         
18862         * src/anjuta.ui, src/Makefile.am: Fixed UI file and its
18863         installation directory.
18864         
18865         * src/text_editor_cbs.c: Fixed closing of file.
18867 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
18868                                                                                 
18869         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
18871 2003-09-05  Naba Kumar  <naba@gnome.org>
18873         * src/Makefile.am, src/anjuta.c, src/anjuta.h, src/anjuta_gui.c,
18874         src/controls.c, src/controls.h, src/mainmenu_callbacks.c,
18875         src/mainmenu_callbacks.h, src/preferences.c, src/preferences.h,
18876         src/project_dbase.c, src/resources.c, src/toolbar_callbacks.c,
18877         src/toolbar_callbacks.h, configure.in, anjuta.glade, anjuta.prj,
18878         anjuta_dialogs_strings.c, (new) src/anjuta-actions.h,
18879         (new)src/anjuta-stock.h, (new) src/anjuta-ui.[c,h],
18880         (new) src/anjuta.ui: Implemented UI (menus and toolbars) merging
18881         using libegg. Initial commit -- compiles but is not complete.
18883 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
18885         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
18887 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
18889         * configure.in: Removed "ta" from ALL_LINGUAS.
18891 2003-05-16  Jordi Mallach  <jordi@sindominio.net>
18893         * configure.in (ALL_LINGUAS): Added "ca" (Catalan).
18895 2003-05-16  Danilo Šegan  <dsegan@gmx.net>
18897         * configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
18899 2004-04-24  Andras Timar  <tmar@gnome.hu>
18901         * configure.in: Added hu to ALL_LINGUAS.
18903 2004-04-14  Naba Kumar  <naba@gnome.org>
18905         * src/Makefile.am, printing/Makefile.am,
18906         tagmanager/Makefile.am, launcher/Makefile.am: Enabled deprecated code
18907         because we are still using GtkCombo and build breaks with gtk-2.4.
18908         
18909 2004-04-13  Naba Kumar  <naba@gnome.org>
18911         * NEWS: Updated.
18912         * anjuta.spec.in: Fixed build error.
18913         * po/POTFILES.in: Updated.
18914         * manuals/C/anjuta-advanced-tutorial/Makefile.am: Fixed build error.
18916 2004-04-11  Naba Kumar  <naba@gnome.org>
18918         * NEWS: Updated.
18919         * AUTHORS: Updated.
18920         * configure.in: Added ga in ALL_LINGUAS.
18921         * ChangeLog: Fixed dates.
18922         
18923 2004-04-09  Naba Kumar  <naba@gnome.org>
18925         * src/print.c: Fixed buffer styling bug when printing with
18926         selection.
18928         * data/properties/anjuta.properties: Defined only one base font and
18929         used courier instead of lucidatypewriter, because most newer systems are
18930         unlikely to have it (bug #885023, #925956, #890473).
18931         
18932         * configure.in, src/getline.c, src/compiler_options.c: Fixed compiler
18933         warning.
18934         
18935         * src/an_file_view.c: Fixed possible crash bug.
18937 2004-04-07  Naba Kumar  <naba@gnome.org>
18939         * src/anjuta.c: Use _exit() instead of exit() (or gtk_quit() or
18940         gtk_main_quit() etc..), so that atexit() functions are not called
18941         (which is apparently done to free up memory and we don't need to
18942         do that at this point). Incidentally, something also happens in the
18943         atexit call which freezes the UI for far too long when the application
18944         exits and we want to avoid that..
18945         * src/glade_iface.c: Fixed compiler warning.
18946         
18947 2004-04-06  Naba Kumar  <naba@gnome.org>
18949         * src/project_dbase_gui.c: Fixed errors.
18951         * src/registers_gui.c: Fixed possible crash bug.
18952         * src/signals_cbs.[c,h], src/signals_gui.c: Removed.
18953         * src/signals.[c,h]: Used tree view and glade file for dialog.
18954         * src/Makefile.am, src/about.c, src/an_file_view.c,
18955         src/an_symbol_view.c, src/anjuta-plugins.c, src/anjuta-tools.c,
18956         src/anjuta.c, src/anjuta_cbs.c, src/anjuta_gui.c, src/anjuta_info.c,
18957         src/appwiz_page1.c, src/appwiz_page2.c, src/appwiz_page3.c,
18958         src/appwiz_page4.c, src/appwizard_gui.c, src/breakpoints.c,
18959         src/commands.c, src/compatibility_0.c, src/compiler_options.c,
18960         src/cvs.c, src/cvs_cbs.c, src/cvs_gui.c, src/debug_tree.c,
18961         src/debugger.c, src/dnd.c, src/file.c, src/fileselection.c,
18962         src/glade_iface.c, src/goto_line.c, src/help.c, src/launcher.c,
18963         src/launcher.h, src/main.c, src/main_menubar.c,
18964         src/mainmenu_callbacks.c, src/memory.c, src/message-manager-dock.c,
18965         src/message-manager-private.cc, src/message-manager.cc,
18966         src/preferences.c, src/project_config.c, src/project_dbase.c,
18967         src/project_dbase_gui.c, src/project_import.c, src/project_import_cbs.c,
18968         src/project_import_gui.c, src/registers.c, src/registers_cbs.c,
18969         src/registers_cbs.h, src/registers_gui.c, src/resources.c,
18970         src/search-replace.c, src/search-replace_backend.c,
18971         src/search_incremental.c, src/search_preferences.c,
18972         src/sharedlib.c, src/sharedlib_gui.c, src/signals.c,
18973         src/signals.h, src/signals_cbs.c, src/signals_cbs.h,
18974         src/signals_gui.c, src/source.c, src/src_paths.c,
18975         src/stack_trace.c, src/start-with.c, src/style-editor.c,
18976         src/support.c, src/text_editor.c, src/text_editor_cbs.c,
18977         src/text_editor_gui.c, src/text_editor_menu.c, src/toolbar.c,
18978         src/toolbar_callbacks.c, src/watch_cbs.c, src/watch_cbs.h,
18979         src/watch_gui.c, src/widget-registry.c, src/wizard_gui.c,
18980         tagmanager/Makefile.am, scintilla/include/SString.h,
18981         widgets/Makefile.am, widgets/gnomefilelist.c:
18983         Removed all deprecated codes and substituted
18984         with newer APIs. Fixed some possible crash bugs where cell renderers
18985         were being shared.
18986         
18987         * scintilla/patches/scintilla-minor.patch: Minor patch.
18989 2004-04-06  Naba Kumar  <naba@gnome.org>
18991         * src/project_dbase.c, src/project_dbase_gui.c: Refreshes the project
18992         tree after all the files have been added (and not everytime a file
18993         is added in the project). Also fixed some memory corruption
18994         (possibly bug #900478).
18995         
18996         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/dnd.c,
18997         src/dnd.h, src/executer.c, src/gnome_project.c, src/main_menubar.c,
18998         src/mainmenu_callbacks.c, src/project_dbase.c, src/project_dbase.h,
18999         src/project_dbase_gui.c, src/source.c, src/text_editor.c,
19000         src/text_editor.h, src/utilities.c, src/utilities.h: Used 'const'
19001         qualifier wherever appropriate.
19003 2004-04-05  Naba Kumar  <naba@gnome.org>
19005         * src/launcher.[h,c], src/debugger.c: Added a method in launcher to 
19006         switch terminal echo on/off. Debugger requires it off, while the
19007         rest requires it on.
19009         * src/search-replace.c: sets search direction and action (in addtion
19010         to target) for find in files.
19011         
19012 2004-04-02  Naba Kumar  <naba@gnome.org>
19014         * src/mainmenu_callbacks.c: Sets filename during save of new files.
19016         * src/project_dbase.c, src/debugger, src/an_file_view.c,
19017         src/an_symbol_view.c: Added an gtk events loop for
19018         displaying project loading status (for loading large projects) and
19019         debugger program starting ... just to give an impression of fastness :-).
19021         * configure.in, anjuta.prj: Bumped version to 1.2.2.
19023         * src/an_symbol_view.c, src/an_file_view.c: Apperantly, fixed a
19024         crash bug, which occurs when opening and closing a large project
19025         repeatedly.
19026         
19027         * src/attach_process.c: Fixed a comiple error for old gcc.
19028         
19029         * src/launcher.c: Prints proper error message when launcher child
19030         could not be executed and exits properly. Fixed a crash
19031         bug (bug #926606).
19032         
19033         * src/resources.c, src/utilities.c, src/glade_iface.c,
19034         src/debugger.c, src/attach_process.c: Properly exits forked children
19035         when they could not be executed.
19036         
19037 2004-04-01  Naba Kumar  <naba@gnome.org>
19039         * src/search-replace.c: Fixed a crash bug (bug #921893).
19041 2004-03-31  Naba Kumar  <naba@gnome.org>
19043         * anjuta.glade: Added a note on compiler options dialog ->support
19044         dialog telling that supports are only available for file mode.
19046         * src/anjuta.[c,h], src/project_dbase.[h,c], src/main.c,
19047         src/anjuta_cbs.c:
19048         Improved shutdown time delay by bypassing project closing
19049         and unloading plugins.
19051         * src/build_file.c, data/properties/anjuta.properties: Added a property
19052         to toggle on/off for going to first error automatically.
19054 2004-03-31  Pavol Bosik <Pavol.Bosik@siemens.com>
19056         * src/debugger.c: fixed core file loading
19057         * src/aneditor.cxx, scintilla/include/SString.h: fixed HANGUP bug
19058         for long lines (bugs #700968 and #911376)
19059         * scintilla/ScintillaGTK.cxx, scintilla/PlatGTK.cxx: partially fixed bug
19060         #917982.
19061         * src/anjuta.c: Focuses current AnEditor correctly.
19063 2004-03-30  Naba Kumar  <naba@gnome.org>
19065         * THANKS, anjuta.prj: Removed and moved all credits to AUTHORS file.
19066         * AUTHORS: Updated with all contributors names.
19067         * NEWS: Updated.
19068         * src/about.c: Reads contributors names from AUTHORS file.
19069         * manuals/C/anjuta-manual/authors.xml: Points to online
19070         contributors list.
19071         
19072 2004-03-29  Naba Kumar  <naba@gnome.org>
19074         * data/properties/ada.properties: Fixed syntax colors. Patch
19075         from Gabriel Rossetti <gabriel.rossetti _at_ eivd.ch>
19076         (bug #923474).
19078         * src/source.c, src/gnome_project.c, src/appwizard_cbs.c,
19079         src/appwiz_page2.c:     Correctly defines PACKAGE_DATA_DIR for
19080         generated projects, so that their pixmap files are
19081         found properly (bug #919903).
19082         
19083         * configure.in, src/main.c: Defines SYSTEM_DATA_DIR for
19084         anjuta.
19086         * src/source.c: Installs .glade file of libgllade
19087         projects in $(datadir)/$(package)/glade (part of bug #861038).
19088         
19089         * src/compiler_options.c: Fixed 'remove' and 'clear' of Defines list
19090         in compiler options (bug #883837).
19091         
19092         * src/launcher.c: Disabled pty terminal echo. Correctly prompts
19093         for passwords (eg. root install and ssh cvs access). Fixed Bug #894533.
19094         
19095 2004-03-29  Pavol Bosik <Pavol.Bosik@siemens.com>
19097         * anjuta/src/search-replace.c: fixed another crash bug in
19098         "Find Usage"
19099         * anjuta/src/debugger.c: wrong breakpoint condition gives error message,
19100         breakpoint property fix
19102 2004-03-29  Naba Kumar  <naba@gnome.org>
19104         * src/main_menubar_def.h, configure.in, manuals/C/Makefile.am,
19105         (new) manuals/C/anjuta-advanced-tutorial/*:
19106         Added menu entry for 'Anjuta Advanced Tutorial'
19107         written by Olivier Pinçon  <opincon _at_ wanadoo.fr>.
19109 2004-03-28  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19110         
19111         * src/fileselection.[ch], src/mainmenu_callbacks.c:
19112         Fixed bug #908941  ('Open' starts in wrong directory)
19113         
19114 2004-03-26  Naba Kumar  <naba@gnome.org>
19116         * anjuta.h, src/message-manager-private.[h,cc]: Fixed
19117         compile error and bug #905738 with terminal.
19119         * src/search_incremental.c, src/register.c, src/sharedlib.c,
19120         src/search-replace.[h,c], src/search_incremental.[h,c],
19121         src/search_preferences.h, src/utilities.c, src/anjuta.c,
19122         src/text_editor.[c,h]: Fixed compiler warnings.
19123         
19124         * src/search-replace.c: Fixed a memory corruption (possible
19125         fix for bug #921893, but not yet confirmed).
19126         
19127         * src/launcher.c, src/glade-iface.c, src/project_dbase.c,
19128         src/executer.c, src/utilities.c, src/utilities.h, src/text_editor.c,
19129         src/anjuta-tools.c, src/message-manager-private.[h,cc]: Fixed a bug where
19130         SIGCHLD was overwritten by gnome_execute_shell() - bug #905738.
19132 2004-03-25  Naba Kumar  <naba@gnome.org>
19134         * src/attach_process.c, anjuta.glade, anjuta_dialogs_strings: Fixed a
19135         crash bug with attach process dialog and made the dialog closable
19136         with 'esc'.
19137         
19138         * src/breakpoints.c: Fixed bug #895536 (breakpoint glyphs do not
19139         always display within the margin.)
19140         
19141         * src/debugger.c: Fixed a typo (detele -> delete) which deletes
19142         the old breakpoint when it's properties are updated
19143         (creating a new updated one).
19144         
19145 2004-03-25  Pavol Bosik <Pavol.Bosik@siemens.com>
19147         * src/aneditor.cxx, src/aneditor.h: fixed calltips
19148         displayed for wrong file.
19149         * src/breakpoints.c: conditional breakpoints
19150         * src/controls.c: BUG #912618 - "Save all" for 1 file opened +
19151         "Find in Files..." disabling policy
19153 2004-03-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19155         * src/build_file.c: Fixed bug #874380
19156         Goto the first error if it exists.
19158 2004-03-24  Naba Kumar  <naba@gnome.org>
19160         * src/anjuta.c: Fixed to get correct child exit status
19161         using mask (bug #905738).
19162         
19163         * anjuta.glade, anjuta_dialog_strings.c, src/file.c:
19164         Aligned buttons in the New file dialog,
19165         set default response to OK, entry box activates default response,
19166         ESC closes dialog and hides on delet_event.
19168 2004-03-19  Naba Kumar  <naba@gnome.org>
19170         * src/project_dbase.c: fixed bug #893400 ("Remove file" in project
19171         tree).
19173 2004-03-17  Pavol Bosik <Pavol.Bosik@siemens.com>
19175         * src/search-replace.c: fixed "Find Usage" crash when no project open
19177 2004-03-17  Naba Kumar  <naba@gnome.org>
19179         * data/autogen.sh.*, data/macros/autogen.sh, data/macros2/autogen.sh:
19180         Fixed the generated projects to read m4 directory if the directory
19181         exists (bug #917781).
19182         
19183 2004-03-12  Naba Kumar  <naba@gnome.org>
19185         * HACKING: Fixed formatting for auto-parsing.
19187 2004-03-10  Pavol Bosik <Pavol.Bosik@siemens.com>
19188         
19189         * src/anjuta.c, src/search-replace.c, src/search-replace.h: "Find Usage"
19190         rework (bug #890609)
19192 2004-03-10  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19193         
19194         * src/aneditor.cxx: Fixed bug #910097 (Insert comment)
19196 2004-03-08  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19197         
19198         * src/search-replace.c: "Replace All" in not opened files (All Project files, File List ...).
19199         * src/search_preferences.c: Fixed typo.
19200         
19201 2004-02-26  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19202         
19203         * src/search-replace.c: improved Search&Replace
19204         For the moment "Replace All" does not work with non opened files
19205         but Anjuta should not crash now ! ??? 
19206         
19207 2004-02-26  Naba Kumar  <naba@gnome.or>
19209         * src/source.c: Fixed to pass cflags correctly
19210         and suppress the automake's default cflags.
19211         bug #816130, #801056, #782798, #773459
19212         
19213         * data/properties/anjuta.properties: Do not defualt to -k make option.
19214         bug #875486.
19216         * manuals/C/anjuta-manual/build.xml: Changed build shortcut to F11.
19217         bug #877683.
19218         
19219         * src/registers_gui.c: Fixed a runtime warning. bug #900087.
19220         
19221         * src/message-manager-private.cc: Disabled debug messages.
19222         
19223 2004-02-25  Adam Weinberger  <adamw@FreeBSD.org>
19225         * configure.in: Added 'en_CA' (Canadian English) to ALL_LINGUAS.
19227 2004-02-25  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19228         * anjuta.glade, src/search-replace.c:
19229         Reduced Search&Replace dialog, bug #902636.
19230         
19231 2004-02-23  Naba Kumar  <naba@gnome.or>
19233         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed a typo
19234         (bug #866143).
19236 2004-02-24  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19237         
19238         * src/search_incremental.c: Fixed bug #900903
19240 2004-02-23  Pavol Bosik <Pavol.Bosik@siemens.com>
19241         
19242         * src/defaults.c, src/message-manager.cc, src/project_dbase.c,
19243         src/anjuta.c: Fixed bugs #890609 and #890609
19245 2004-02-23  Naba Kumar  <naba@gnome.or>
19247         * src/message-manager.cc: Disconnects menuitem signal properly.
19248         Fixed bug #901723.
19249         
19250         * src/mainmenu_callbacks.c: Do not reload new files. Fixed
19251         bug #900897.
19252         
19253 2004-02-20  Naba Kumar  <naba@gnome.org>
19255         * src/message-manager-private.[c,h]: Implemented keypress
19256         event for the terminal and resets it when ctrl c or ctrl d
19257         is pressed. But it doesn't seem to be working on keypress.
19258         Added a workaround to let it work on key release instead.
19259         (bug #878357).
19260         
19261         * src/search-replace: Fixed compiler warnings.
19262         
19263 2004-02-18  Franco Catrin  <fcatrin@tuxpan.com>
19265         * src/mainmenu_callbacks.c, widgets/gnomefilelist.c:
19266         Use defined file name when saving new files (fixes bug #898105)
19267         Don't change filename when clicking on a directory
19268         
19269         BTW: Happy birthday to me :-)
19270         
19271 2004-02-18  Jean-Noel Guiheneuf <guiheneuf.jean-noel@wanadoo.fr>
19272         
19273         * src/search-replace.c: Fixed a crash bug 
19274         Crash on Find & Replace (#887833)
19275         
19276 2004-02-18  Naba Kumar  <naba@gnome.org>
19278         * src/executer.c: Fixed a crash bug.
19279         
19280         * widgets/gnomefilelist.[h,c], src/fileselection.[h,c],
19281         src/debugger.c, project_database_gui.c, src/anjuta.[h,c],
19282         src/anjuta_cbs.c, src/project_database.h: Subclasses GtkDialog
19283         instead of GtkWindow (Part of bug #671596).
19284         
19285         * anjuta.glade, src/breakpoints.c, src/anjuta_info.c,
19286         src/registers_gui.c, src/registers_cbs.[h,c],
19287         src/sharedlib_gui.c, src/sharedlib_cbs.[c,h],
19288         src/signals_cbs.[h,c], src/signals_gui.c, src/executer.c,
19289         src/compiler_options.c, src/an_file_view.c, start-with.c,
19290         src/anjuta-tools.c, help.c:
19292         Added "close" buttons on all
19293         dialogs (HIG) and fixed to properly response to ESC close
19294         (Part of bug #671596).
19296         * src/launcher.c: Disabled printing of long debug lines.
19297         
19298         * src/utilities.h: Fixed a compiler warning.
19299         
19300 2004-02-17  Franco Catrin  <fcatrin@tuxpan.com>
19302         * src/anjuta.c: "Save all" action now asks for filenames for new files
19303         (fixes bug #898111)
19305 2004-02-16  Franco Catrin  <fcatrin@tuxpan.com>
19307         * anjuta.glade, src/text_editor.c:
19308         Fixed a typo in Hello World indentation style 
19309         Fixed misuse of translated strings when looking for style
19310         This entry fixes bug #876037
19312 2004-02-16  Naba Kumar  <naba@gnome.org>
19314         * src/utilities.c: Fixed return value when dest file could
19315         not be created.
19317         Patch from: Dennis Moehlmann  <darksaidin@users.sourceforge.net>
19318         * src/utilities.[c,h]: Removed 'cmp' dependency and used
19319         internal function to compare files.
19320         
19321 2004-02-14  Franco Catrin  <fcatrin@tuxpan.com>
19323         * src/message-manager-private.cc:
19324         Set bold color as foreground color in terminal
19325         (fixes bug #864924)
19327         * src/aneditor.cxx:
19328         Use font style defined for message indicators in
19329         preferences/messages
19330         (fixes bug #885032)
19332 2004-02-13  Franco Catrin  <fcatrin@tuxpan.com>
19334         * src/build_project.c:
19335         Use build.silent option from preferences (fixes bug #895726)
19336         
19337 2004-02-11  Robert Sedak  <robert.sedak@sk.htnet.hr>
19339         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
19341 2004-01-27  Johannes Schmid <jhs@cvs.gnome.org>
19342         
19343         Patch from Massimo Corà <maxcvs@email.it>:
19344         * scintilla/LexCPP.cxx: Support "///" comments
19346 2004-01-18  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19347         * src/Makefile.am, src/anjuta.c, src/search-replace.c,
19348         src/search_replace.h, src/search-replace_backend.h
19349         anjuta.glade
19350         
19351         * Added: src/search_preferences.c, src/search_preferences.h
19352         Allow the user to save search/replace settings and give them names.
19354 2004-01-16  Johannes Schmid <jhs@cvs.gnome.org>
19355         
19356         * scintilla/Makefile.am, scintilla/scintilla_marshal.[c/h/list],
19357         scintilla/ScintillaGTK.cxx:
19358         Hopefully fixed AMD 64 crash bug by using correct marshaller
19360 2004-01-16  Franco Catrin L. <fcatrin@tuxpan.com>
19362         * src/preferences.c: Save GtkOptionMenu properties properly
19363         * src/text_editor.c: Fixes editor mispell of fold.symbols property
19365 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19366         
19367         * configure.in, src/Makefile.am, scintilla/Makefile.am:
19368         Fixed libiconv issue
19369         * NEWS: Updated
19371 2004-01-15  Johannes Schmid <jhs@cvs.gnome.org>
19372         
19373         Patch from Pavol Bosik <Pavol.Bosik@siemens.com>:
19374         *  src/attach_process.c, src/debugger.c, src/registers.c/h,
19375         src/registers_cbs.c, src/registers_gui.c, src/search-replace.c
19376         src/sharedlib.c, src/sharedlib.h, src/sharedlib_cbs.c
19377         src/sharedlib_gui.c:
19378         Debugger speed-up, replaced deprecated GtkCList
19380 2004-01-14  Franco Catrin L.<fcatrin@tuxpan.com>
19382         * src/text-editor.c: Use stock gtk+ close button for editor tabs
19384 2004-01-13  Laurent Dhima  <laurenti@alblinux.net>
19386         * configure.in: Added "sq" to ALL_LINGUAS.
19388 2004-01-12  Changwoo Ryu  <cwryu@debian.org>
19390         * configure.in: Added "ko" to ALL_LINGUAS.
19392 2004-01-09  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19394         * src/toolbar.c, src/toolbar_callbacks.c, src/toolbar_callbacks.h,
19395         src/search_incremental.c, src/search_incremental.h: 
19396         Search_incremental code cleanup
19398 2004-01-08  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19400         * scintilla/*/*: Updated scintilla to CVS
19401         * Added: scintilla/Readme.sync
19402         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/KeyWords.cxx,
19403         scintilla/LexMatlab.cxx, scintilla/LexOthers.cxx, scintilla/LexRuby.cxx,
19404         scintilla/LexVB.cxx, scintilla/ScintillaBase.cxx, scintilla/ScintillaBase.h,
19405         scintilla/ScintillaGTK.cxx,
19406         scintilla/include/SciLexer.h, scintilla/include/Scintilla.h,
19407         scintilla/include/Scintilla.iface: Updated.
19409 2004-01-07  Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19411         * search-replace_backend.[ch], search_incremental[ch]: Added
19412         
19413         * find_text.[ch], find_in_files.[ch], find_in_files_cbs.[ch],
19414         find_replace.[ch]: Removed.
19415         
19416         * anjuta.glade, src/search-replace.c, src/search-replace.h,
19417         src/search-replace_backend.c, src/search-replace_backend.h,
19418         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
19419         src/anjuta.c, src/anjuta.h, src/project_dbase.c, src/project_dbase.h,
19420         src/toolbar_callbacks.c, src/Makefile.am: The advanced Search/Replace
19421         functionality now replaces the older Find/Replace stuff. The Search/Replace
19422         functionality can be interrupted during a long Search/Replace.
19424 2004-01-02  Dan Elphick <dre00r@ecs.soton.ac.uk>
19426         * widgets/gnomefilesel.c: Fix use of previously freed memory on
19427         selecting ".." and "." from file selector. 
19429 2004-01-02  Johannes Schmid <jhs@cvs.gnome.org>
19431         * anjuta.glade: Fixed wrong "fold.symbols" property
19433 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19434         
19435         * src/project_dbase_gui.c: Alphabetical order ;-)
19436         * src/compiler_options.c: Fixed bug #867539
19437         * src/launcher.c: Workaround for bugs #864922, #849928,
19438         #846386 and #845782: The launcher no longer hangs but does
19439         not get the exit status correctly sometimes.
19440         * Changes suggested by Bosik are obviously already in without
19441         any Changelog entry (ClsGen.c, project_dbase_gui.c)
19442         * NEWS, README, anjuta.prj, configure.in: 
19443         Changed version to 1.2.1
19444         
19445         Patch from Andreas Volz <andreas99@users.sourceforge.net>:
19446         * anjuta_dialogs_strings.c, anjuta.glade: 
19447         Fixed bugs #860906, #859329
19448         
19449         Patch from grzegol@pld-linux.org
19450         * anjuta.desktop.in.in: Fixed bug #858993 (Follow 
19451         freedesktop.org standard)
19453 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19454         
19455         Patch from Stefano Vallarino <stevalla@libero.it>:
19456         * src/source.[c/h]: Fixes cpp sample file to conform to 
19457         ISO/IEC 14882, C++-Standard 
19459 2003-12-31  Dan Elphick  <dre00r@ecs.soton.ac.uk>
19461         Review by Johannes Schmid <jhs@cvs.gnome.org>
19462         * src/build_file.[ch]: Add build_execute_shell_command which executes the
19463         command using sh -c.
19464         * src/compile.c: Use build_execute_shell_command when compiling single
19465         files.
19467 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19468         
19469         Patch from Pavol Bosik  <Pavol.Bosik@siemens.com>:
19470         * src/breakpoints.c: Code cleanup, workaroud for possible 
19471         launcher bug
19472         * src/src_paths.c: Update debugger dirs on directory change
19474 2003-12-31  Pavol Bosik  <Pavol.Bosik@siemens.com>
19476         Review by Johannes Schmid <jhs@cvs.gnome.org>
19477         * src/attach_process.c, src/attach_process.h, anjuta.glade:
19478         sortable headers, process tree, removal of path and process params
19479         * src/debugger.c, src/debugger.h, anjuta/src/aneditor.cxx,
19480         anjuta/src/mainmenu_callbacks.c, anjuta/src/watch_cbs.c:
19481         code cleanup
19483 2003-12-31  Johannes Schmid <jhs@cvs.gnome.org>
19484         
19485         Patch from: Jean-Noel Guiheneuf <jnoel@lotuscompounds.com>
19486         * anjuta.glade, src/mainmenu_callbacks.c, src/file.[c/h]:
19487         Add a dialog for "New file" which lets the user set the 
19488         filename and to add copyright/header templates to the file
19489         * Review: Changed function names to contain modules name (file_)
19491 2003-12-09  Naba Kumar  <naba@gnome.org>
19493         * setup-gettext: Fixed a typo.
19494         * scintilla/Makefile.am: Fixed a build error for SMP systems.
19496 ---- Released version 1.2.0 ---
19498 2003-12-08  Naba Kumar  <naba@gnome.org>
19500         * src/preferences.c: Fixed compiler error.
19501         * global_tags/create_global_tags.sh: Fixed to install properly
19502         even when system.tags could not be generated.
19503         * NEWS: Updated.
19505 2003-12-06  Naba Kumar  <naba@gnome.org>
19507         * setup-gettext: Fixed to not generate intl directory with gettextize.
19509         Patch from:  Karl-Heinz Brünen  <k.bruenen@eprosoft.de>
19510         * src/anjuta.c: Filters out unnecessary files from find in files
19511         command.
19512         
19513         * NEWS: Updated.
19514         * manuals/C/anjuta-tutorial/anjuta-tutorial.xml: Fixed tutorial
19515         * src/widzard_gui.c: Added horiz scrollbar for desc text.
19516         
19517 2003-12-04  Naba Kumar  <naba@gnome.org>
19518         
19519         * src/gnome_project.c: Enables debug and optimization flags for
19520         new projects.
19521         
19522         Patch from: Pavol Bosik  <Pavol.Bosik@siemens.com>
19523         
19524         * src/project_dbase_gui.c: combined header and c files for
19525         file selector.
19526         
19527         * plugins/class-gen/clsGen.c: Fixed file name typo in generated file.
19528         * data/properties/pascal.properties: Fixed pascal syntax highlighting.
19530 2003-11-30  Abel Cheung  <maddog@linux.org.hk>
19532         * configure.in: Added "cs" "mk" "sr" "sr@Latn" to ALL_LINGUAS.
19534 2003-11-29  Naba Kumar  <naba@gnome.org>
19536         * configure.in, anjuta.prj: Bumped version to 1.2.0.
19537         * NEWS: Updated.
19539 2003-11-28 Johannes Schmid <clubfan@users.sourceforge.net>
19540         
19541         * src/main_menubar.c: Now files cannot be opened twice in recently
19542         file menu
19544 2003-11-27  Pavol Bosik  <Pavol.Bosik@siemens.com>
19546         * src/breakpoints.c: Fixed parsing of gdb output for breakpoints in C++
19548 2003-11-28  Naba Kumar  <naba@gnome.org>
19550         * scintilla/*/*: Updated scintilla to CVS (2003-11-28)
19551         
19552 2003-11-27  Naba Kumar  <naba@gnome.org>
19554         * src/breakpoints.c, src/launcher.c, src/find_text.c,
19555         src/test_editor_cbs.c, src/signals_cbs.c: Fixed compiler warnings.
19556         
19557         * src/appwiz_page1.c, src/appwiz_page4.c, src/appwizard.[c,h],
19558         src/appwizard_gui.c, src/gnome_project.c, src/project_dbase.[c,h],
19559         src/project_import_gui.c, src/wizard_gui.[c,h]: Implemented a
19560         checkbox in project wizard (project options page) to enable/disable
19561         source code generation with glade(mm).
19562         
19563         * NEWS: Updated
19564         
19565 2003-11-19  Pavol Bosik  <Pavol.Bosik@siemens.com>
19567         * src/dnd.c: Opening files with special characters in the name.
19569 2003-11-20  Jordi Mallach  <jordi@sindominio.net>
19571         * configure.in (ALL_LINGUAS): Bah, "ca" (Catalan) has been missing for
19572         a long time.
19574 2003-11-18  Naba Kumar  <naba@gnome.org>
19576         * src/anjuta-tools.c, src/build_file.c, src/cvs.c, src/debugger.c,
19577         src/find_in_files.c, src/gnome_project.c, src/launcher.c,
19578         src/project_import.c, plugins/patch/patch-plugin.c:
19579         Fixed g_signal_diconnect calls to pass correct data.
19580         (Fixed possible crash in project imports).
19581         
19582         * NEWS: Updated.
19583         
19584 2003-11-18  Pavol Bosik  <Pavol.Bosik@siemens.com>
19586         Reviewed by Naba Kumar  <naba@gnome.org>
19587         * src/launcher.[h,c], src/debugger.c: Fixed encoding bug with GIOChannel
19588         and debugger. Sets default settings for pty in launcher.
19589         * data/gdb.init: Removed charset work around (now works with user's
19590         native charset)
19591         * src/debugger.c: Code cleanup. Removed duplicate call to 'info signals'.
19593 2003-11-18  Naba Kumar  <naba@gnome.org>
19595         * src/anjuta-encodings.c, src/preferences.c: Renamed all variable
19596         names of 'index' to 'idx'.
19597         
19598 2003-11-17  Naba Kumar  <naba@gnome.org>
19600         Patch from: arief_mulya  <arief_m_utama@telkomsel.co.id>
19601         * src/project_dbase.c: Prompts user for unsaved project files
19602         when project is closed.
19603         
19604 2003-11-16  Naba Kumar  <naba@gnome.org>
19606         Patch from: Marcin "Zenek" Jaskólski  <zenek@moo.pl>
19607         * src/appwizard_cbs.c, src/start-with.c: Fixed compiler errors with
19608         older gcc.
19609         
19610 2003-11-11  Johannes Schmid <clubfan@users.sourceforge.net>
19611         
19612         * src/anjuta.c: Fixed crash related to tag == NULL while 
19613         anjuta is exiting
19615 2003-11-11  Naba Kumar  <naba@gnome.org>
19617         * src/glade_iface.c: Avoids error conditions for glade or glademm not
19618         found. It simply doesn't generate the c/c++ codes and continues with
19619         just a warning.
19620         * NEWS: Updated.
19621         
19622 2003-11-10  Naba Kumar  <naba@gnome.org>
19624         * anjuta.glade, anjuta_dialogs_strings.c: Fixed typos in
19625         'Start with dialog'.
19627         * configure.in, manuals/Makefile.in, manuals/de/* (new): Added
19628         German translation of anjuta-tutorial.
19629         
19630         * src/launcher.c: Fixed an encoding bug with GIOChannels.
19631         * NEWS: Updated.
19633 2003-11-10  Jean-Noel Guiheneuf   <jnoel@saudionline.com.sa>
19635         * src/breakpoints.c, src/project_dbase.c, src/text_editor.c:
19636         Fixes the Bug #823249, Fixes the Bug #713229 When the user enables
19637         the syntax highlighting in Preferences, the automatic syntax
19638         highlighting is now selected. When the debugger is stopped and the
19639         breakpoints window not closed, the gtk_tree_view in this window is
19640         now made unsensitive.
19642 2003-11-07  Johannes Schmid  <clubfan@users.sourceforge.net>
19644         * src/preferences.h, src/preferences.c, anjuta.glade:
19645         Fixed translation bug in preferences by using GtkOptionMenu
19646         * anjuta.prj: Project version 1.1.98
19648 ---------------- Released version 1.1.98 ----------------
19650 2003-11-07  Naba Kumar  <naba@gnome.org>
19652         * anjuta.spec.in: Revived docs package and combined all docs into
19653         one package.
19654         * configure.in: Bumped version to 1.1.98 rc2
19655         * NEWS: Updated.
19656         * anjuta.spec.in: Fixed scrollkeepr-update command.
19657         * anjuta.spce.in: Fixed file permissions.
19659 2003-11-06  Naba Kumar  <naba@gnome.org>
19661         * src/mainmenu_callback.[c,h], src/main_menubar_def.h: Added help
19662         menus to activate anjuta helps.
19663         
19664         * manuals/C/anjuta-faqs/anjuta-faqs.sgml (removed),
19665         manuals/C/anjuta-faqs/anjuta-faqs.xml (added),
19666         manuals/C/anjuta-faqs/legal.xml (added),
19667         manuals/C/anjuta-faqs/Makefile.am,
19668         manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
19669         manuals/C/anjuta-faqs/.cvsignore,
19670         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml (removed),
19671         manuals/C/anjuta-tutorial/anjuta-tutorial.xml (added),
19672         manuals/C/anjuta-tutorial/legal.xml (added),
19673         manuals/C/anjuta-tutorial/Makefile.am,
19674         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
19675         manuals/C/anjuta-tutorial/.cvsignore,
19676         manuals/C/anjuta-manual/*.sgml (removed),
19677         manuals/C/anjuta-manual/*.xml (added),
19678         manuals/C/anjuta-manual/Makefile.am,
19679         manuals/C/anjuta-manual/anjuta-manual-C.omf,
19680         manuals/C/anjuta-manual/.cvsignore,
19681         manuals/C/topic.dat (removed), manuals/C/Makefile.am,
19682         manuals/ja/anjuta-faqs/anjuta-faqs.sgml (removed),
19683         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf (removed),
19684         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.UTF-8.omf (added),
19685         manuals/ja/anjuta-faqs/anjuta-faqs.xml (added),
19686         manuals/ja/anjuta-faqs/legal.xml (added),
19687         manuals/ja/anjuta-faqs/Makefile.am,
19688         manuals/ja/anjuta-faqs/anjuta-faqs-C.omf,
19689         manuals/ja/anjuta-faqs/.cvsignore,
19690         manuals/ja/anjuta-manual/*.sgml (removed),
19691         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf (removed),
19692         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.UTF-8.omf (added),
19693         manuals/ja/anjuta-manual/*.xml (added),
19694         manuals/ja/anjuta-manual/Makefile.am,
19695         manuals/ja/anjuta-manual/anjuta-manual-C.omf,
19696         manuals/ja/anjuta-manual/.cvsignore,
19697         manuals/ja/topic.dat (removed), manuals/ja/Makefile.am,
19698         manuals/sgmldocs.make (removed),
19699         manuals/xmldocs.make (added), manuals/omf.make (added),
19700         manuals/Makefile.am, configure.in, Makefile.am: Converted old sgml
19701         documentations to newer docbook xml documentations. Converted 
19702         Japanesh docs to UTF8 docs. Fixed installations. Update cvsignores.
19703         Enabled manulas installations.
19704         
19705         * gdl/.cvsignore, scintilla/.cvsignore, .cvsigore: Updated.
19707 2003-11-05  Naba Kumar  <naba@gnome.org>
19709         * data/gdb.init: Sets host's charset to ascii to solve debugger
19710         freeze up due to uninitialized strings in target program.
19712         * src/mainmenu_callbacks.c, src/watch_cbs.c, src/message-manager.[cc,h]:
19713         Fixed a crash bug with 'Add expression in watch'. Bug #822017
19714         
19715         * NEWS: Updated.
19716         
19717         Patch from: Bosik Pavol  <Pavol.Bosik@siemens.com>
19718         src/launcher.c: Turns off echo in spawned pty to fix debugger.
19720 2003-11-04  Naba Kumar  <naba@gnome.org>
19722         * scintilla/Makefile.am, widgets/Makefile.am: Fixed distribution
19723         problems.
19724         
19725         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19726         * src/aneditor.cxx, src/aneditor.h, src/controls.c, src/main_menubar.c,
19727         src/main_menubar.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
19728         src/mainmenu_callbacks.h: Added emacs style c/c++ custom indentation
19729         in file headers.
19730         
19731         * src/search-replace.c: Fixed infinite loop bug.
19732         * start-with.c: Fixed a crash bug with "Open last project".
19733         
19734         Patch from: Karl-Heinz Brünen  <k.bruenen@eprosoft.de
19735         * scintilla/Makefile.am: Fixed compiler option.
19736         
19737 2003-10-16  Naba Kumar  <naba@gnome.org>
19739         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa
19740         * src/text_editor.c: Fixed autoformat.
19741         
19742 2003-10-15  Naba Kumar  <naba@gnome.org>
19744         * src/anjuta_cbs.c: Used ALT+number for editor tab browsing, instead
19745         of CTRL+number.
19746         
19747 2003-10-09  Naba Kumar  <naba@gnome.org>
19749         * src/cvs_gui.c: Fixed a UI bug (hides the unwanted frame).
19750         
19751 2003-10-08  Naba Kumar  <naba@gnome.org>
19753         * src/source.c: Fixed a GETTEXT typo error.
19754         * anjuta.glade: Made 'Sorted in order you open them' default option
19755         for editor tabs.
19757         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19758         * anjuta.glade, data/properties/anjuta.properties:
19759         Fixed the freeze of the "Preferences" combos at the first Anjuta
19760         init is generated by:
19761                 - a not complete translation of preferences.c file
19762                 - a difference between 2 names in anjuta.glade and
19763                 anjuta.properties (arrows --> Arrows , bottom --> Bottom)
19764                 - the same name given to 3 combos (anjuta.glade).
19765                 
19766         * src/find_text.c: If the "whole document" mode is selected,
19767         a new search will select the next occurrence (Bug #764954).
19768         It is now possible to use the shortcuts to search next or previous
19769         occurrence even if the search dialog has the focus.     Bug #790318
19770         
19771         * src/main_menubar_def.h: "Select code block" shortcut; the new
19772         shortcut is now Alt+L instead of Alt+B (already used by _Build menu).
19773         (Bug #811016).
19775         Patch from: Richard Lee  <r.h.lee@comcast.net>
19776         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c,
19777         tagmanager/tm_workspace.c: The following is a patch to fix a
19778         seemingly random occurence where Anjuta would crash when a
19779         certain key was pressed.
19781 2003-09-29  Naba Kumar  <naba@gnome.org>
19783         * src/find_in_files.c: Ignores binary by default. Disabled the option
19784         of NOCVS search, because launcher does not use sh and hence can not
19785         pipe.
19786         
19787         * src/project_dbase.c, src/session.[h,c]: Fixed to save the
19788         "clean before build" state in project session and not in account session,
19789         otherwise the state gets reflected to other projects causing annoyance.
19790         
19791         * src/compiler_options.c: Fixed a bug where compiler options were always
19792         claimed 'modified'.
19794         * src/build_project.c, data/properties/anjuta.properties,
19795         src/commands.[h]: Fixed a bad bug where clean-before-build
19796         doesn't work.
19797         
19798         * scintilla/patches/research-cvs-nolog.diff,
19799         scintilla/patches/scintilla-ac-gtk2-port.diff,
19800         scintilla/patches/scintilla-ac-sort-fix.diff,
19801         scintilla-optimization.diff: Removed, because they are already in
19802         scintilla CVS.
19803         
19804         * scintilla/*/*: Update scintilla to current CVS (just after 1.55 release,
19805         2003-09-29).
19807         * scintilla/LexMPT.cxx, scintilla/LexMetapost.cxx, scintilla/LexTeX.cxx,
19808         scintilla/LexYAML.cxx: Added new scintilla lexers.
19809         
19810         * TODO, NEWS: Updated.
19812         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19813         * src/utilities.c: Fixed typo bugs.
19815 2003-09-26  Naba Kumar  <naba@gnome.org>
19817         * src/anjuta.c: Only connects to kernel SIGCHLD signal.
19818         * src/find_replace.c, src/find_text.c, src/mainmenu_callbacks.c,
19819         src/text_editor.[c,h], src/toolbar_callbacks.c: Added wrap in
19820         text_editor_find() and Fixed I-Search wrapping.
19821         * src/debugger.c: Fixed to pass a newline after a debugger
19822         command (which was broken since the launcher was refactored.
19823         (Pointed out by Bosik Pavol  <Pavol.Bosik@siemens.com>)
19825 2003-09-25  Naba Kumar  <naba@gnome.org>
19827         * src/toolbar_callbacks.c: Fixed start of incremental search.
19828         
19829         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19830         * src/controls.c, src/main_menubar.c, src/main_menubar.h,
19831         src/main_menubar_def.h, src/mainmenu_callbacks.c,
19832         src/toolbar_callbacks.c, src/toolbar.c: Added reverse search
19833         menu and implementation.
19835 2003-09-24  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
19837         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19838         * src/debug_tree.c, src/debug_tree.h: Fixed color of modified
19839         variables in Locals window.
19841 2003-09-24  Frederic RUAUDEL <grumz@users.sourceforge.net>
19843         Reviewed by 2003-09-24  Naba Kumar  <naba@gnome.org>
19844         * src/utilities.[ch] : Fix a tooltip bug in 
19845         anjuta_util_toolbar_append_stock(), the label appeared instead of
19846         the tooltip text. Remove label from arguments of the function
19847         because label is included in the stock icon data.
19848         * src/toolbar.c : Fix call to anjuta_util_toolbar_append_stock().
19849         * src/text_editor_gui.c : Fix call to anjuta_util_toolbar_append_stock().
19850         * FIXME: translation file should be updated because of label text removal.
19852 2003-09-24  Naba Kumar  <naba@gnome.org>
19854         * scintilla/PlatGTK.cxx: Fixed font setting in widget style.
19855         
19856         * src/launcher.[c,h], plugins/patch/patch-plugin.c, src/anjuta-tools.c,
19857         src/build_file.c, src/cvs.c, src/find_in_files.c, src/gnome_project.c,
19858         src/project-import.c, src/anjuta.c: Implemented buffered outputs for
19859         stdout and stderr. Also buffered output and check-for-password
19860         can be enabled/disabled. Added proper UTF8 handling. Fixed pty input
19861         with password prompts. Checkes for password prompts from all outputs.
19862         
19863         * src/utilities.[h,c]: Defined anjuta_util_convert_to_utf8() function
19864         which takes a string (which could be utf8 also) and converts into
19865         utf8 string.
19866         
19867         * src/main.c: Connects kernel signals after gnome_program_init().
19868         
19869         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19870         * src/message-manager.c: Fixed bug #787026 by converting the strings
19871         to proper UTF8.
19872         
19873 2003-09-22  Naba Kumar  <naba@gnome.org>
19875         * src/scintilla/patches/scintilla-ac-gtk2-port.diff,
19876         scintilla/PlatGTK.cxx: Ported autocomplete window to gtk2 by removing
19877         GtkCList and using GtkTreeView instead. Added the patch.
19878         * src/scintilla/patches/scintilla-ac-sort-fix.diff,
19879         scintilla/PlatGTK.cxx: Fixes sorting bug in AC.
19880         
19881 2003-09-19  Naba Kumar  <naba@gnome.org>
19883         * printing/print.c: Proper UTF8 printing support.
19884         * src/main.c: moved kernel signal connects at the
19885         end of application initialization.
19886         
19887 2003-09-18  Naba Kumar  <naba@gnome.org>
19889         * scintilla/*/*, src/scintilla/Makefile.am, src/Makefile.am,
19890         (new) lexers.make, (new) lexers: Update scintilla to latest
19891         scintilla CVS (2003-09-18), added new lexers, automated
19892         lexers makefiles sections and scintilla update. Added
19893         patches. Optimized pango rendering. Fixed a crash bug
19894         in scintilla.
19895         
19896         * (new) scintilla/patches/research-cvs-nolog.diff: Added
19897         patch to remove cvs log command from RESearch.cxx file.
19898         * scintilla/patches/scintilla-pango-always.diff:
19899         Fixed file name.
19900         * scintilla/RESearch.cxx: Removed spurious cvs log command
19901         and logs.
19902         * (new) scintilla/test-scintilla.cxx: A test file for scintilla.
19903         
19904         Patch from: Bosik Pavol <Pavol.Bosik@siemens.com>
19905         * src/dnd.c: Fixed a crash bug with DND.
19906         
19907 2003-09-15  Naba Kumar  <naba@gnome.org>
19909         * src/text_editor.[c,h], src/anjuta.c, src/breakpoints.c,
19910         src/goto_line.c, src/mainmenu_callbacks.c, src/text_editor_cbs.c,
19911         src/toolbar_callbacks.c: Added an additional parameter to
19912         text_editor_goto_line() funtion which decides if the line should
19913         be made visible (if it's under fold).
19914         
19915         * src/style-editor.c: Fixed a compiler warning.
19916         * src/message-manager.cc: Calls parent method correctly.
19918         * src/preferences.h: Fixed prent class.
19919         
19920         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19921         * src/project_dbase.c: Fixed bug #713210.
19922         
19923 2003-09-14  Hasbullah Bin Pit <sebol@ikhlas.com>
19924                                                                                 
19925         * configure.in: Added 'ms' (Malay) to ALL_LINGUAS.
19927 2003-09-11  Naba Kumar  <naba@gnome.org>
19929         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19930         * src/style-editor.c: Fixed bug #769130 (Crash on font
19931         selection dialog).
19932         
19933         * src/message-manger.[h,cc]: Made AnMessageManager
19934         derived from GtkFrame and removed deprecated code.
19935         
19936         * src/breakpoints.c, src/search-replace.c, src/source.c: Fixed
19937         compiler warnings.
19938         
19939 2003-09-09  Naba Kumar  <naba@gnome.org>
19941         * src/Makefile.am: Addded rules for built sources.
19942         
19943 2003-09-08  Naba Kumar  <naba@gnome.org>
19945         * (new) src/anjuta-marshalers.list: Added marshalers definition
19946         file.
19947         
19948         * src/source.c: Fixed bug #762043 and makes sure, CFLAGS
19949         and CXXFLAGS are not overwriten by automake's default.
19950         * src/style-editor.c: Added 'operators' in the style editor.
19951         
19952         Patch from Masahito Omote <utyuuzin@users.sourceforge.net>
19953         and Jesus Gonzalez  <jgonzlz@terra.es> (combined).
19954         * src/message-manager-private.cc, src/message-manager.cc:
19955         Converts message going into message into UTF-8 endoding.
19956         * src/main.c: Uses UTF-8 codeset for localization.
19957         
19958 2003-09-08  Franco Catrin L.  <fcatrin@tuxpan.cl>
19960         * src/anjuta.desktop.in.in: Added Encoding attribute (required).
19961         
19962 2003-09-08  Naba Kumar  <naba@gnome.org>
19964         * TODO: Updated.
19965         
19966         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
19967         * src/find_in_files.c, src/find_replace.c, src/search_replace.c:
19968         Fixed bug #798717, Find - Find&Replace - Find in files bug;
19969         The combo entries were updated if the same data with a different
19970         case exist in the combo list. The combo entries are now case sensitive. 
19971         Search&Replace bug; First search ,max actions = 0 ==> now max
19972         actions = 100.
19973         
19974 2003-09-08  Naba Kumar  <naba@gnome.org>
19976         * TODO: Updated.
19977         * src/utilities.[c,h]: a function takes contant args.
19978         * src/anjuta.[c,h]: Fixed child registering/unregistering routine.
19979         Now the child terminated signal is emitted properly.
19980         * src/Makefile.am: Used $(top_srcdir) for referring to 
19981         scintilla objects.
19982         * (new) src/anjuta-marshalers.list, src/Makefile.am: Added marshalers
19983         definitions file which will generate anjuta-marshalers.[c,h] files.
19984         * src/.cvsignore: Updated.
19985         * src/build_project.c: Changed su command to preserve quotes.
19986         * src/anjuta-tools.c, tagmanager/tm_project.c,
19987         tagmanager/tm_workspace.c: Use standard tmp file.
19988         * configure.in: Cleaned up. Provide -g -O0 flags for final build also
19989         so that users could report bugs easily.
19990         * configure.in, anjuta.spec.in: Removed libzvt references/dependency.
19991         
19992         * tagmanager/tm_workspace.c, tm_file_entry.c, widgets/gnomefilelist.c,
19993         printing/print.c, plugins/sample1/plugin-sample1.c, src/an_file_view.c,
19994         src/an_symbol_view.c, src/utilities.[c,h], src/anjuta-encodings.c,
19995         src/attach_process.c, src/breakpoints.c, src/commands.c,
19996         src/compiler_options.c, src/configurer.c, src/cvs_gui.c,
19997         src/cvs_cbs.c, src/debug_tree.c, src/debugger.c, src/executer.c,
19998         src/find_in_files.c, src/find_in_files_cbs.c, src/mainmenu_callbacks.c,
19999         src/memory.c, src/message-manager-private.c, src/preferences.c,
20000         src/project_config.c, src/project_dbase.c, src/source.h, src/src_paths.c,
20001         src/search-replace.[c,h], stack_trace.c, text_editor.c,
20002         src/text_editor_cbs.c, src/toolbars.c, src/watch.c, src/watch_gui.c,
20003         src/source.c, src/anjuta.c, src/glade_iface.c, src/style_editor.c:
20004         Fixed compile warnings and cleanup.
20005         
20006         * src/launcher.[c,h], src/anjuta-tools.c, src/build_file.c,
20007         src/build_project.c, src/clean_project.c, src/compile.c, src/configurer.c,
20008         src/cvs.c, src/find_in_files.c, src/gnome_project.c, src/project_import.c: 
20009         Removed libzvt usage and implemented child spawing differently. Launcher is
20010         now proper GObject, which can be created multiple times (and can be
20011         operated in parallel).
20013         * src/appwizard_cbs.c: Fixed bug #740881 (crash on project wizard).
20014         * src/project_import_gui.c, src/project_import_cbs.c,
20015         src/project_import.[c,h], mainmenu_callbacks.c: Fixed bug #766070
20016         (crash on project import). Removed deprecared codes.
20017         
20018 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20019         
20020         * src/cvs.c: Fixed cvs output bug.
20022 2003-09-03  Naba Kumar  <naba@gnome.org>
20024         Patch from: Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20025         * src/aneditor.cxx, src/breakpoints.c, src/breakpoints.h,
20026         src/mainmenu_callbacks.c, src/text_editor.c, src/text_editor.h,
20027         src/text_editor_cbs.c: Implements --
20028                 If the debugger is started
20029                         A double click in the margin add or remove a breakpoint
20030                         A single click activate or deactivate the breakpoint
20031                 else
20032                         A double click in the margin add or remove a bookmark
20034 2003-09-03 Johannes Schmid <clubfan@users.sourceforge.net>
20035         
20036         Reviewed by Naba Kumar  <naba@gnome.org>
20037         * src/cvs_gui.[c/h], mainmenu_callbacks.c:
20038         User is now able to choose a branch on cvs update for project.
20039         Cleaned up variable names.
20041 2003-09-03  Naba Kumar  <naba@gnome.org>
20043         * (new) scintilla/LexEScript.cxx, scintilla/LexLout.cxx,
20044         src/Makefile.am: Added lexers.
20045         * scintilla/*/*: Updated...
20046         * src/an_symbol_view.c: Fixed a crash bug.
20047         * src/compiler_options.c, src/project_dbase.c: Fixed compile
20048         and build bugs.
20049         * src/main_menubar.[c,h]: Removed 'page setup' menu item.
20050         * src/source.c: Fixed project generation bug with gettext code.
20051         * tagmanager/tm_project.c: Fixed a crash bug.
20052         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20053         bug when there is no project open. Bug #____.
20054         * src/source.c: Fixed a bug with build failure with non-gnome
20055         project with glade-generated source (eg. gtk2). Bug #____.
20056         * NEWS: Updated...
20058 2003-08-22  Naba Kumar  <naba@gnome.org>
20060         Patch from: Rob Bradford  <rob@debianplanet.org>
20061         * data/Makefile.am: Fixed to install properly during
20062         package building.
20063         
20064         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20065         * src/debug-tree.c: Fixed a crash bug.
20066         * src/compiler_options.c: Takes care of linking the missing pieces;
20067         C flags, libs, optimization options, debug and profile.
20069         Patch from: Enver ALTIN  <ealtin@casdb.com>
20070         * src/anjuta_cbs.c, src/find_replace.c: Trivial dialog HIG fixes.
20071         
20072 2003-08-22  Johannes Schmid <clubfan@users.sourceforge.net>
20074         Reviewed by Naba Kumar  <naba@gnome.org>
20075         * src/project_dbase.c: Fixed bugs #778263 and #778413
20076           Adding multiple files to project should work now.
20078 2003-08-22  Pavol Bosik  <bosikp@frcatel.fri.utc.sk>
20080         Reviewed by Naba Kumar  <naba@gnome.org>
20081         * src/dnd.c: Fixed Drag&Drop (opening file(s)).
20082         * src/debug_tree.c, src/debugger.c: Fixed context menu separator
20083         for Locals window.
20085 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20087         * anjuta.glade, anjuta_dialog_strings.c: Fix typo. (#107513)
20089 2003-08-08  Abel Cheung  <maddog@linux.org.hk>
20091         * src/text_editor.c: Fix translatable string (#113934).
20093 2003-07-04  Naba Kumar  <naba@gnome.org>
20095         * src/compiler_options.c, src/project_dbase.c: Fixed build failure
20096         bug when there is no project open. Bug #____.
20097         
20098         * src/source.c: Fixed a bug with build failure with non-gnome
20099         project with glade-generated source (eg. gtk2). Bug #____.
20101 2003-06-26  Naba Kumar  <naba@gnome.org>
20103         * src/anjuta.h: Removed reference to windows-dialog.h.
20104         * src/message-manager-private.[cc,h]: Fixed doulbe click
20105         activation of messages to properly jump at the destination.
20106         * src/toolbar_callbacks.c: Fixed search combo pulldown bug.
20107         * src/toolbar.c: Code clean-ups.
20108         
20109         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20110         tagmanager/tm_symbol.c: Used g_return_if_fail() instead of g_assert().
20111         
20112         * src/message-manager-private.[cc,h]: Removed dead codes.
20113         
20114         * (new) data/properties/css.properties,
20115         data/properties/anjuta.properties, data/properties/Makefile.am:
20116         Added CSS syntax hiliting properties.
20117         
20118         * tagmanager/tm_file_entry.c: Fixed a possible bug.
20119         * src/debugger.c: Clean ups.
20120         * src/lexer.h: Added CSS lexer definition.
20121         
20122         * Makefile.am: Installs destop file properly.
20123         * configure.in: Bumped version to 1.1.97 (RC1 for 1.2.0 stable).
20124         * NEWS: Updated for 1.1.97 release.
20125         * src/main_menubar_def.h: Changed some non working shortcuts.
20126         
20127 2003-06-24  Naba Kumar  <naba@gnome.org>
20129         * src/search-replace.c: Shows the dialog properly, even when it is
20130         hidden behind another window.
20131         
20132         * (removed) src/windows-dialog.[c,h], src/Makefile.am, po/POTFILES.in,
20133         src/anjuta.[c,h], (removed) pixmaps/windows-style-*.png,
20134         pixmaps/Makefile.am: Removed windows-dialog and setup wizard files
20135         and code clean up.
20136         
20137         * anjuta.glade, anjuta_dialog_strings.c: Removed windows-dialog and
20138         setup wizard dialogs.
20139         
20140         * src/debugger.c: Removed a redundant call to
20141         debugger_update_controls().
20142         * src/compiler_options.c, src/launcher.c: code cleanup.
20143         * src/executer.c: Fixed execution bug with 'Set Program params...".
20144         
20145 2003-06-23  Naba Kumar  <naba@gnome.org>
20147         * widgets/e-splash.c: Removed border around the splash image.
20148         * anjuta.spec: correct libgnomeprintui22 name in depencencies.
20149         * widgets/gnomefilelist.c: Implemented multiple file selection mode.
20150         * src/cvs.c: Added a frame around commit log text widget.
20151         * src/prefereces.[c,h], anjuta.glade, anjuta_dialog_strings.c: Fixed
20152         crash bug associated with translated combo box list in preferences
20153         dialog (in different locale other than en_US). Used widget names
20154         to pass the combo list items.
20155         * po/POTFILES.in: Updated.
20156         * src/launcher.c: Creates the zvt terminal at startup (and not
20157         every time a build is done) -- speeds up buld operations.
20158         * src/file_history.c: Should be if() conditional instead of
20159         assertion check.
20160         * tagmanager/tm_work_object.c, src/utilities.c, src/text_editor.c:
20161         Disabled useless warnings.
20162         * src/project_dbase.c: Fixed bonobo 2 project name.
20163         * src/project_dbase.c, src/source.c: Corrected bonobo2 project name
20164         and uses correct glade-2 for file generation.
20165         
20166 2003-06-21  Naba Kumar  <naba@gnome.org>
20168         * src/aneditor.cxx: Fixed bugs with debug tip dwell start and end.
20169         And disables autocomple show for numbers (very annoying).
20170         * src/mainmenu_callbacks.[c,h], src/main_menubar_def.h,
20171         src/main_menubar.[c,h], src/controls.c, src/toolbar.[c,h],
20172         src/toolbar_callbacks.[c,h]: Removed unnecessary menuitems
20173         from view menu and adjust the controls accordingly.
20174         * src/anjuta.c: Changed 'not implemented' dialog to info dialog with
20175         only OK button.
20176         * src/project_dbase.[c,h]: Removed show_local flag processing.
20177         * src/message-manager.[c,h]: Reorganized messages tabs in more
20178         sensible order.
20179         * configure.in, anjuta.spec.in: Fixed gnome-print and zvt dependencies.
20180         Also added PCRE dependency.
20181         
20182 2003-06-20  Naba Kumar  <naba@gnome.org>
20184         * pixmaps/anjuta_splash.png: New splash.
20185         from Jean Schurger  <yshartk@schurger.org>
20186         
20187         * src/controls.c: De-sensitize run-to-cursor when debugger
20188         is not running.
20189         * src/cvs_gui.c: Set default reponse for various cvs dialogs.
20190         
20191         * src/message-manager-private.cc: Fixed to properly jump at
20192         the right file:line.
20193         
20194         * src/appwiz_page1.c: Fixed to correctly determine the project
20195         trpe from the wizard.
20196         
20197 2003-06-20  Naba Kumar  <naba@gnome.org>
20199         * src/message-manager.cc, mainmenu_callbacks.c: Code cleanup.
20200         * src/watch_gui.c: Code cleanups.
20201         * src/debugger.[c,h], src/stack_trace.[c,h],
20202         (removed) src/stack_trace_cbs.[c,h], (removed) src/stack_trace_gui.h,
20203         src/Makefile.am: Merged stack_trace[_cbs/_gui] into stack_trace.c,
20204         Removed direct access to stack_trace private data, Increased debugger
20205         command size from 256 to 1024 (to be on safer side). Also implemented
20206         row-activated signle for seting frame and viewing the source.
20207         * src/debugger.c: Avoids starting program and stopping debugger
20208         when starting debugger and stopping program, respectively.
20209         
20210         * src/debugger.[c,h], src/main_menucallbacks.c, src/controls.c:
20211         Reverted codes to start debugger automatically
20212         The file is brought to the state just after the branching 
20213         (debugger.c == 1.27 and debugger.h == 1.10 rev.), except for 
20214         some code clean ups.
20215         
20216         * src/launcher.[h,c], plugins/patch/patch-plugin.c,
20217         src/anjuta-tools.c, src/build_file.[c,h], src/build_project.[c,h],
20218         src/compile.[c,h], src/clean_project.[c,h], src/configurer.[c,h],
20219         src/cvs.c, src/find_in_files.[c,h], src/gnome_project.[c,h],
20220         src/project_import.[c,h], src.anjuta.c, src/mainmenu_callbacks.c,:
20221         src/project_dbase.c: Code clean ups.
20222         
20223         * anjuta.glade, anjuta_dialog_strings.c: Fixed a hard coded pref
20224         (Projects dir) so that correct $HOME/Projects path is set when
20225         anjuta is run for the first time.
20226         
20227 2003-06-13  Guntupalli Karunakar  <karunakar@freedomink.org>
20229         * configure.in: Added "ml" for Malayalam in ALL_LINGUAS.
20231 2003-06-13  Naba Kumar  <naba@gnome.org>
20233         * src/stack_trace_cbs.c: Moved variable declaration at the
20234         top of the block (bug #737867)
20235         
20236         * src/source.c: use target_CFLAGS and target_CXXFLAGS instead of
20237         just CFLAGS and CXXFLAGS (bug #743617).
20238         
20239         * src/create_global_tags.sh: Fixed shell script to properly
20240         detect installed *-config files.
20241         
20242 2003-06-12  Naba Kumar  <naba@gnome.org>
20244         * src/preferences.[c,h]: Added methods for custom widgets in
20245         preferences: using custom set/get methods for them.
20246         
20247         * src/anjuta-encoding.c: Implemented up/down of the encodings
20248         in the list and property saves correctly.
20249         
20250         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20251         * src/aneditor.cxx: Fixes Anjuta looping when a backward search reaches
20252         the beginning of a file.
20254         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20255         * src/aneditor.cxx, src/aneditor.h,
20256         src/controls.c, src/main_menubar.c, src/main_menubar.h,
20257         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20258         src/mainmenu_callbacks.h: Allows the operator to select the current
20259         word or the current line (Request: 680801). It puts also
20260         sensitive/unsensitive several select/comment menu items.
20262         * src/breakpoints.c: Presets by default the current line for a
20263         defined breakpoint.
20265 2003-06-11  Naba Kumar  <naba@gnome.org>
20267         * src/anjuta.c, src/text_editor.c: Fixed bug #715270. 'Changed' file name
20268         color (red highlight) now cosistent for inactive tabs also.
20269         
20270         * src/main_menubar.c, src/main_menubar_def.h: Fixed bug #715261. Moved
20271         'Advanced search and replace' in Edit->Search submenu.
20272         
20273         * data/properties/tcltk.properties: Fixed bug #731851. Added line
20274         wrappings '\' where     they were missing.
20275         
20276         * src/mainmenu_callbacks.c: Fixed bug #751715. The 'Customize menu'
20277         message is now more descriptive and details the correct thing to do
20278         for GNOME2 desktop.
20279         
20280 2003-06-10  Naba Kumar  <naba@gnome.org>
20282         * autogen.sh.generic, autogen.sh.gtk, autogen.sh.gtkmm
20283         autogen.sh.wxwin, macros/autogen.sh, macros2/autogen.sh:
20284         Removed any reference to particular version of automake/autoconf
20285         so that they could work with newer versions (Bug #659394).
20287         * src/anjuta-encodings.c, src/anjuta-encodings.h, anjuta.glade,
20288         src/anjuta.c: Added coded to add/remove supported encodings.
20289         
20290         * src/appwizard.c, src/appwizard.h, src/gnome_project.c,
20291         src/preferences.c, src/project_dbase.c, src/project_dbase.h,
20292         src/project_import.c, src/project_type.c, src/project_type.h,
20293         src/source.c, src/wizard_gui.c: Added a new field called 'deprecated'
20294         in the projects typtes. Code clean ups. Removed GTK1/GNOME1
20295         from the project wizard.
20297 2003-06-06  Naba Kumar  <naba@gnome.org>
20299         Patch from Etay Meiri  <etay-m@bezeqint.net>
20300         * src/compiler_options.c: Fixed bugs related to clean before
20301         build patch.
20302         
20303         * anjuta.desktop.in.in: Added commandline options.
20304         * src/cvs.[c,h], anjuta.glade, anjuta_dialogs_strings.c: Separated
20305         -dP and -A flags of CVS update into different options.
20306         
20307 2003-06-04  Abel Cheung  <maddog@linux.org.hk>
20309         * configure.in: Removed "ta" from ALL_LINGUAS.
20311 2003-06-02  Naba Kumar  <naba@gnome.org>
20313         * scintilla/PropSet.h, src/properties.[ch]*: Reversed the patch to
20314         return NULL for undefined properties and "" for defined but empty
20315         strings. It was creating many problems where both are assumed to be
20316         same. And besides, it doesn't matter to differentiate the two (the
20317         problem with preferences was due to a different bug).
20319         * src/prefereces.[c,h]: Fixed to handle empty and blank properties
20320         correctly. Also, s/props_build_in/props_built_in/g.
20321         
20322         * widgets/gnomefilelist.[c,h]: Uses gdl theme icons for file
20323         list.
20324         
20325         * src/an_file_view.c: Unrefed pixbufs when done with them.
20327         * pixmaps/Makefile.am, (added) pixmaps/preferences-encodings.png,
20328         (removed) file_text.png: Added and removed pixmaps.
20329         
20330 2003-05-30  Naba Kumar  <naba@gnome.org>
20332         * anjuta.glade: Fixed encodings preferences dialog
20333         
20334 2003-05-23  Etay Meiri  <etay-m@bezeqint.net>
20335         
20336         Reviewed by Naba Kumar  <naba@gnome.org>
20337         
20338         * src/build_project.c src/clean_project/c: perform a clean before
20339         build, if required. Show the message manager on clean.
20340         * src/compiler_options.c: save the new options when window is closed
20341         and flag project to be cleaned before the next build.
20342         * src/project_dbase.c: added a 'clean before build' flag to project
20344 2003-05-29  Naba Kumar  <naba@gnome.org>
20346         * anjuta.glade, anjuta_dialogs_strings.c: Added encoding prefs
20347         dialog.
20348         
20349         * [pixmaps/] cfolder.xpm, console.xpm, file_c.png, file_c.xpm,
20350         file_core.png, file_core.xpm, file_cpp.png, file_cpp.xpm,
20351         file_exec.png, file_exec.xpm, file_file.png, file_file.xpm,
20352         file_h.png, file_h.xpm, file_html.png, file_html.xpm,
20353         file_i18n.png, file_i18n.xpm, file_icon.png, file_icon.xpm,
20354         file_pix.png, file_pix.xpm, file_text.xpm, file_unknown.png,
20355         file_unknown.xpm, ledgreen.xpm, ledred.xpm, ofolder.xpm,
20356         print_color.xpm, print_landscape.xpm, print_layout.xpm,
20357         print_nocolor.xpm, print_portrait.xpm: Removed unused icons
20359         * pixmaps/Makefile.am, src/toolbar.c, src/pixmaps.h, src/resources.h:
20360         Removed unused icons references.
20362 2003-05-27      Enver ALTIN  <ealtin@casdb.com>
20364         Reviewed by Naba Kumar  <naba@gnome.org>
20365         
20366         * src/anjuta-tools.c, src/anjuta_cbs.c, src/breakpoints.c,
20367           src/compiler_options.c, src/debugger.c, src/find_replace.c,
20368           src/find_text.c, src/mainmenu_callbacks.c, src/preferences.c,
20369           src/project_dbase_gui.c, src/src_paths.c, src/text_editor.c,
20370           src/toolbar_callbacks.c: HIG compliant dialogs.
20372         * src/utilities.c: anjuta_button_new_with_stock_image() and
20373           anjuta_dialog_add_button() stolen from gedit.
20375         * src/main_menubar_def.h: Fixed mnemonics.
20377 2003-05-26  Naba Kumar  <naba@gnome.org>
20379         * src/project_dbase_gui.c: Added header files filter for add file
20380         dialog box. Disabled project window to be transient window.
20381         
20382         * src/message-manager.cc: Disabled message manager window to be
20383         transient window.
20384         
20385         * src/text_editor.c, src/anjuta_cbs.c: Better error reporting when
20386         a file could not be loaded.
20387         
20388         * src/project_dbase.c: Fixed a bug with GUI editor command
20389         where empty string is returned.
20390         
20391         * src/Makefile.am, src/preferences.h, src/text_editor.c
20392         src/text_editor.h, (new) src/anjuta-encodings.h,
20393         (new) src/anjuta-encodings.c, data/properties/anjuta.properties:
20394         Added encoding support and to handle characters encoding correctly
20395         by auto detecting it during load. Added preferences for selecting
20396         the encoding during save.
20398         * src/preferences.c, src/resources.c: Removed debug messages.
20400         Patch from: Alexander Nedotsukov <bland@mail.ru>
20401         * src/getline.c: Fixed many fatal bugs for FreeBSD.
20403 2003-05-26  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20404         * src/anjuta.c: Try to sow the splash image more often.
20406 2003-05-20  Naba Kumar  <naba@gnome.org>
20408         Patch from Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20409         * src/debug_tree.c: Colorize the modified locals during
20410         debugging and call memory analyze from the debugger.
20411         * src/breakpoints.c: The color is now different for the enabled
20412         and disabled breakpoints. Anjuta now can erase several
20413         breakpoints defined at the same line. The markers are updated
20414         according to the enable/disable action.
20415         
20416         Patch from Etay Meiri  <etay-m@bezeqint.net>
20417         * src/launcher.c: Fixes launcher freeze up bug during build.
20419 2003-05-16  Dan Elphick <dre00r@ecs.soton.ac.uk>
20421         Reviewed by Naba Kumar  <naba@gnome.org>
20422         * scintilla/PropSet.h: Change member variables from private to protected.
20423         * src/properties.[ch]*: Add new methods GetString and GetExpandedString
20424         to PropSetFile class, which return a gchar * (and can therefore indicate
20425         whether properties are empty or do not exist) and make prop_get and
20426         prop_get_expanded use them.
20427         * src/project_dbase.c: Fix where project_dbase_module_is_empty assumes
20428         that the result of of prop_get cannot be an empty string.
20430 2003-05-14      Dan Elphick <dre00r@ecs.soton.ac.uk>
20432         Reviewed by Naba Kumar  <naba@gnome.org>
20433         * src/text_editor.[ch], src/anjuta.c, src/anjuta.c, src/anjuta_cbs.c,
20434         src/build_file.c, src/compile.c, src/mainmenu_callbacks.c,
20435         src/text_editor_cbs.c: When saving all the files in the project, the
20436         text editors are now only rehighlighted once instead of once for each
20437         file saved.
20439 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20440         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20441         * src/anjuta.desktop.in.in: Support startup notification.
20442 2003-05-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20443         * src/main.c, widgets/e-splash.c: Splash screen improvements.
20444         * src/anjuta.desktop.in.in: Support startup notification.
20447 2003-05-13  Dan Elphick <dre00r@ecs.soton.ac.uk>
20449         Reviewed by Naba Kumar  <naba@gnome.org>
20450         
20451         * src/executer.[ch]: Only allow one set params dialog at a time. Fix
20452         memory leak from glade_xml_new call. Removed gxml field from Executer
20453         struct as only used in create_executer_dialog and then destroyed.
20454         
20455         * src/anjuta.c: Fix warning on getting a page that doesn't exist.
20456         
20457         * src/configurer.c: Fix warning trying to connect signal to non-existent
20458         environment entry in configure dialog and fix crash when closing the
20459         window.
20460         
20461         * src/cvs_cbs.c: Fix deprecated use of gnome_date_edit_get_date; use
20462         gnome_date_edit_get_time instead.
20463         
20464         * main_menubar.c, main_menubar_def.h: Removal of show stack menu item
20465         in view menu required renumbering elsewhere.
20467 2003-05-10  Etay Meiri  <etay-m@bezeqint.net>
20469         Reviewed by Naba Kumar  <naba@gnome.org>
20470         
20471         * src/breakpoints.c: fixed an error when removing breakpoint
20472         * src/controls.c: 'run to cursor' is sensitive when debugger not active
20473         * src/debugger.c: changes to the way the debugger is activated
20474         * src/debugger.h: clean ups
20476 2003-05-13  Naba Kumar  <naba@gnome.org>
20478         Patch from  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
20479         * anjuta.glade, anjuta_dialogs_strings.c, src/memory.c,
20480         src/memory.h: A new version of memory and the interface
20481         is now integrated in anjuta.glade
20483 2003-05-09  Naba Kumar  <naba@gnome.org>
20485         * configure.in: Bumped required gtk version to 2.0.8.
20486         
20487 2003-05-06  Naba Kumar  <naba@gnome.org>
20489         src/message-manager-private.cc, src/message-manager.cc: Clean ups.
20491 2003-05-07  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20492         * gdl/Makefile.am, printing/Makefile.am: distcheck fixes.
20494 2003-05-06  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20495         * scripts/anjuta_import.sh.in, src/defaults.c, src/project_dbase_gui.c
20496         , tagmanager/c.c: Support for ProC and RDB files.
20498 2003-05-06  Naba Kumar  <naba@gnome.org>
20500         * src/aneditor.cxx, src/goto_line.c, src/main_menubar_def.h,
20501         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
20502         Uncomment (Box & Stream), Select the current function,
20503         authorize the "Quit" button of the GotoLine window
20505 2003-05-05  Naba Kumar  <naba@gnome.org>
20507         * src/watch_gui.h: CVS added new file.
20509         * scintilla/ExterLexer.[cxx,h]: CVS added new files.
20511         Patch from Etay Meiri <etay-m@bezeqint.net>
20512         * src/debugger.c, src/debugger.h, src/main_menubar_def.h,
20513         src/mainmenu_callbacks.c, src/message-manager.cc,
20514         src/message-manager.h, src/stack_trace.c, src/stack_trace.h,
20515         src/stack_trace_cbs.c, src/stack_trace_cbs.h, src/stack_trace_gui.c:
20516         Ported stack trace to GNOME2 and added it in the message manager
20517         pane.
20519 2003-05-02  Naba Kumar  <naba@gnome.org>
20521         * src/memory.[h,c], debug_tree.c: Fixed a compiler error/warning.
20522         
20523         * src/preferences.[h,c]: Fixed preferences to save only one copy of
20524         preferences property.
20525         
20526         * anjuta.prj: Fixed multiple preferences saved data.
20527         
20528         * scintilla/Document.cxx, scintilla/Editor.cxx, scintilla/Editor.h,
20529         scintilla/LexCPP.cxx, scintilla/Makefile.am, scintilla/PlatGTK.cxx,
20530         scintilla/PropSet.cxx, scintilla/ScintillaGTK.cxx,
20531         scintilla/include/Platform.h, scintilla/include/PropSet.h,
20532         scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface:
20533         Upgraded scitilla from CVS with faster window repaint
20534         and more bugfixes.
20535         
20536         Patch from  Etay Meiri  <etay-m@bezeqint.net>
20537         * src/watch.[c,h], src/watch_gui.c, (new) src/watch_gui.h: Fixed bugs
20538         and code cleanups
20539         
20540 2003-04-30  Dan Elphick <dre00r@ecs.soton.ac.uk>
20542         * message-manager-private.[ch]: Make AnMessageWindow keep scrolling 
20543         the window if messages are appended to the end and the scrollbar is
20544         at the end.
20546 2003-04-29  Naba Kumar  <naba@gnome.org>
20548         * configure.in: Removed omf-install from Makefiles list.
20550 2003-04-28  Naba Kumar  <naba@gnome.org>
20552         * po/POTFILES.in: Remvoded deleted files.
20553         
20554         * pixmaps/Makefile.am, pixmaps/windows-style-docked.png,
20555         pixmaps/windows-style-undocked.png: Added setup wizard's images.
20557         * src/anjuta-tools.c: Fixed a bug where working dir (when the tool
20558         is executed as detached) is not set properly.
20559         
20560 2003-04-25  Naba Kumar  <naba@gnome.org>
20561         
20562         * anjuta.prj: Updated.
20563         * src/anjuta_info.c: Fixed text wrapping and column view.
20564         * data/welcome.txt.in: Removed unaligned characters.
20565         
20566 2003-04-24  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20567         * src/main_menubar.c: Disable setup dialog.
20569 2003-04-22  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20570         * src/breakpoints.c; Fixed compilation with older GCC
20571         * src/preferences.c: Fixed crash with G_DISABLE_CHECKS
20572         * HACKING: Spelling fixes (Suggested by Stephen Knight)
20574 2003-04-18  Naba Kumar  <naba@gnome.org>
20576         * anjuta.prj: Updated (includes compiler options).
20577         
20578         * src/anjuta.[hc], src/anjuta-tools.c: Removed redundant get_user_params
20579         function from anjuta.c (it was already available in anjuta-tools.c).
20580         
20581 2003-04-18  Naba Kumar  <naba@gnome.org>
20583         * src/about.c, THANKS: Updated
20584         
20585         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup-dialog
20586         
20587         * src/an_file_view.c, src/project_dbase.c: Restores file-filters
20588         properly from the project session before updating the file
20589         view.
20590         
20591         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
20592         an_file_view.[ch], main_menubar.[ch], controls.c: Removed windows
20593         dialog settings (as it will not be required once GDL is in place) and
20594         added file view filters in the settings sub-menu.
20596 2003-04-17  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20597         * HACKING: Updated
20598         * configure.in: Disable cast checks on final build.
20600 2003-04-17  Naba Kumar  <naba@gnome.org>
20602         * src/build_project.c: Fixed a compilation error.
20604         * src/launcher.c: Removed commnets.
20605         
20606         * anjuta.glade, anjuta_dialogs_strings.c: Moved indentation
20607         properties from editor tab to indentation tab and fixed a property
20608         label for proper i18n translation. Fixed typos in project config
20609         dialog (reported by Gaëtan de Menten  <ged@bugfactory.org>). Disabled
20610         sorting and reordering in compiler options dialog.
20611         
20612         * src/compiler_options.c: Implemented _save() function to save the
20613         options (which was pending).
20614         
20615         * src/build_project.c: Destroys install-as-root dialog when it is done.
20616         
20617         * src/an_symbol_view.c: Change "event" event to "event-after" so
20618         that symbol row is selected first before the popup is shown.
20619         
20620 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20622         * tagmanager/tm_file_entry.c: Fix to make CVS info appear for first 
20623         file in CVS/Entries. (Reviewed and applied by Biswa)
20625 2003-04-16  Naba Kumar  <naba@gnome.org>
20627         * aneditor.cxx: use unicode everytime (fixed unicode related
20628         bugs).
20630         * anjuta.prj: Fixed UI editor name (blank to use default) and
20631         anjuta version.
20632         
20633         Patch from Patch from Gaëtan de Menten  <ged@bugfactory.org>
20634         * anjuta.glade, anjuta_dialogs_strings.c: Reorganized
20635         Editor preferences page.
20637 2003-04-16  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20638         * src/anjuta.[ch], src/print.c: Fixed warnings
20639         * scintilla/*, src/aneditor.cxx: Restore LexCPP patch.
20640         * configure.in: Profiling support with gprof
20642 2003-04-16  Naba Kumar  <naba@gnome.org>
20644         Patch from Gaëtan de Menten  <ged@bugfactory.org>
20645         * src/launcher.c: Fixed cvs dialog.
20646         
20647 2003-04-15  Johannes Schmid <clubfan@users.sourceforge.net>
20648         
20649         * src/message-manager-private.cc: Fixed double-click on first line of 
20650         output to properly select a line.
20651         * src/project_dbase.[c/h]: Removed parent_node from ProjectFileData
20652         because still was a deprecatd GtkCTreeNode and always NULL anyway.
20654 2003-04-15  Naba Kumar  <naba@gnome.org>
20656         * src/message-manager-private.cc: Fixed the glade filename typo.
20658 2003-04-15  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20659         * scintilla/*, data/properties/*: Scintilla CVS merge
20660         * anjuta.prj: Removed unnecessary files.
20661         * scintilla/PlatGTK.cxx: Force Pango fonts always
20662         * src/anjuta-plugins.c, src/anjuta_dirs.c, src/main.c,
20663         src/mainmenu_callbacks.c src/preferences.c: Use versionsed directory
20664         for preferences.
20665         * configure.in: Change version no. for 1.1.1 (alpha release)
20666         * configure.in: Added '--with-pref-suffix' option.
20667         * config.guess, config.sub: Removed from CVS.
20669 2003-04-15  Naba Kumar  <naba@gnome.org>
20671         Patch from Timothee Besset  <ttimo@idsoftware.com>
20672         * Makefile.am: Fixed a shell script error during intallation.
20673         
20674 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20676         Reviewed by Naba Kumar  <naba@gnome.org>
20677         * src/message-manager.cc: Added popup-menu to TreeView and fixed
20678         set_wm_class to use "anjuta" instead of "an.
20679         * src/message-manager-private.cc: Headers are hidden again.
20681 2003-04-14  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20682         * src/project_dbase_gui.c: Memory corruption fix.
20683         * anjuta.prj: Updated project file
20685 2003-04-14  Dan Elphick <dre00r@ecs.soton.ac.uk>
20686         * an_file_view.c: Connect to event-after signal rather than event so that
20687         selection is updated first and thus context menu is for the right file.
20688         Reviewed and applied by Biswa.
20690 2003-04-14  Naba Kumar  <naba@gnome.org>
20692         * anjuta.glade, anjuta_dialogs_strings.c: Updated setup dialog.
20693         
20694         * src/auncher.c: More child exit fixes
20695         from Timothee Besset  <ttimo@idsoftware.com>
20697 2003-04-14  Johannes Schmid <clubfan@users.sourceforge.net>
20698         
20699         Reviewed by Naba Kumar  <naba@gnome.org>
20700         
20701         * src/message-manager.[c/h], src/message-manager-private[c/h],
20702                 anjuta.[c/h]: Ported message-manager to Gtk2
20703         
20704         * plugins/patch/patch-plugin.c, src/anjuta-tools.c,
20705         src/anjuta_cbs.c, src/build_file.c, src/build_project.c,
20706         src/clean_project.c, src/compile.c, src/configurer.c,
20707         src/controls.c, src/cvs.c, src/debugger.c,
20708         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20709         src/project_import.c, src/search-replace.c: Changed name from
20710         AnjutaMessageManager to AnMessageManager to avoid too long type
20711         and funtion names.
20713 2003-04-11  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20714         * src/launcher.c: Fix build won't stop problem - TTimo
20715         * TODO: Updated
20716         * pixmaps/anjuta_splash.c: New splash screen prototype.
20717         * src/anjuta-tools.c, src/anjuta.[ch], : Forward port from branch.
20718         * src/compiler_options.c: Mute pkgconfig errors.
20719         * src/project_config.c. widgets/gnomefilelist.c: Fix leak.
20721 2003-04-10  Naba Kumar  <naba@gnome.org>
20723         * configurer.[c,h]: Fixed dialog to close properly.
20724         * src/project_dbase.c, widgets/gnomefilelist.c: Added
20725         debugging asserts.
20726         
20727 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20728         * anjuta.prj: Removed unnecessary files, load with 1.2.0
20729         * plugins/class-gen/Makefile.am, plugins/patch/Makefile.am,
20730         plugins/sample1/Makefile.am, src/an_file_view.c, src/anjuta.c,
20731         src/anjuta.h, src/project_dbase.c: Use default GNOME icons.
20732         * gdl/*, widgets/*, Makefile.am, configure.in, plugins/*/Makefile.am,
20733         src/makefile.am: Move gdl to it's own directory.
20734         * global-tags/create_global_tags.sh: Silently ignore SDL error.
20736 2003-04-09  Naba Kumar  <naba@gnome.org>
20738         * anjuta.glade: Synced search and replace dialog from the ANJUTA_1_0_0
20739         branch.
20741 2003-04-09  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20742         * src/anjuta-tools.c: Use CDATA for saving tools data.
20743         * anjuta.glade, src/search-replace.c: Port from branch.
20744         * widgets/e-splash.*, src/main.c: Better splash screen.
20745         * configure.in, widgets/gdl*: Import GDL widgets.
20746         * ROADMAP: Updated roadmap.
20747         * src/an_file_view.c: Use GDL icons for file tree.
20749 2003-04-09  Naba Kumar  <naba@gnome.org>
20751         * anjuta.glade: Added (hidden) initial setup-wizard window.
20752         
20753         Patch from: Vitaly  <vvv@rfniias.ru>
20754         * src/preferences.c: Fixes a bug with libglace widget access with
20755         translated strings.
20757         Patch from: Etay Meiri  <etay-m@bezeqint.net>
20758         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
20759         src/debugger.h, src/main_menubar_def.h, src/mainmenu_callbacks.c,
20760         src/mainmenu_callbacks.h, main_menubar.[c,h], src/toolbar.[c,h],
20761         src/toolbar_callbacks.[c,h],
20762         src/memory.c, src/message-manager-private.cc,
20763         src/message-manager-private.h, src/message-manager.cc,
20764         src/message-manager.h, src/watch.c, src/watch.h, src/watch_cbs.c
20765         src/watch_cbs.h, src/watch_gui.c: Ports the watch related stuff
20766         to HEAD (mostly changing GtkClist to GtkTreeView). Also changed the
20767         watch window to a subwindow in the notebook
20769 2003-04-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20770         * ROADMAP: Updated roadmap.
20772 2003-04-03  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
20774         * configure.in: Added Belarusian to ALL_LINGUAS.
20776 2003-04-01  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20777         * src/fileselection.c, src/goto_line.c: Fixed warnings. Patch by
20778         Henry Jia
20779         * ROADMAP: Added roadmap for HEAD.
20781 2003-03-29  Naba Kumar  <naba@gnome.org>
20783         * src/main_menubar_def.h, mainmenu_callbacks.[c,h], src/anjuta.c
20784         src/Makefile.am, pixmaps/Makefile.am, anjuta.glade,
20785         anjuta_dialogs_strings.c, (new) src/start-with.[c,h],
20786         (new) pixmaps/start-with-wizard.png,
20787         (new) pixmaps/start-with-import.png,
20788         (new) pixmaps/start-with-open.png Added Start with dialog which pops
20789         up on anjuta start-up to give quick access to opening file/project or
20790         creation wizards.
20792         * src/main.c: Sets proper data directory for the gnome
20793         program.
20795 2003-03-27  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
20796         * src/text_editor.c: Fixed error/warning indicators.
20798 2003-03-24  Naba Kumar  <naba@gnome.org>
20800         * README: Correct version.
20801         
20802 2003-03-24  Michael Tindal <etherscape@paradoxpoint.com>
20804         * configure.in: Added checks to see if were building on FreeBSD
20805         systems.  Sets -DFREEBSD if we are, and also attempts to find
20806         gmake if the host system is FreeBSD.
20808         * src/getline.c: New file used to provide the getline function,
20809         which isnt available on a FreeBSD system.  The function is only
20810         defined if FREEBSD is defined.
20812         * src/Makefile.am: Added getline.c to anjuta_SOURCES
20814         * tagmanager/Makefile.am:  Uses $(GMAKE) rather than make. 
20815         configure.in sets this to gmake on FreeBSD systems, and make
20816         on everything else.
20818 2003-03-23  Naba Kumar  <naba@gnome.org>
20820         * Makefile.am, anjuta.spec.in: Fixed rpm build errors.
20821         
20822         * anjuta.spec.in: Fixed spec file for correct file paths and
20823         corrected rpmbuild.
20825         * Makefile.am: Substituted rpmbuild for rpm command as RedHat ships
20826         the rpm build command separately now.
20827         
20828         * src/anjuta.c, windows-dialog.c: Added some more window management
20829         stuffs (not still fully working, though).
20831         * TODO: Updated.
20833 2003-03-22  Naba Kumar  <naba@gnome.org>
20835         * anjuta.spec.in: Fixed 'Required' and 'Build' requirements fields.
20837 2003-03-21  Naba Kumar  <naba@gnome.org>
20839         * README: Removed Andy Piper's name from the active maintainers
20840         list on his request.
20841         
20842         * src/anjuta_cbs.c: Fixed alphabetical ordering of tabs with
20843         preferences.
20844         
20845         * src/anjuta-tools.c: Fixed compiler errors.
20847         * src/anjuta-tools.c, src/attach_process.c: Fixed more window
20848         show bugs.
20849         
20850         * src/commands.c, src/src_paths.c, src/style-editor.c,
20851         src/anjuta-tools.c: Added gtk_widget_show() calls for the dialogs
20852         becuase they are now hidden by default (from glade editing).
20853         
20854         * anjuta.glade, anjuta_dialogs_strings.c, src/anjuta.c,
20855         src/anjuta.h, src/main_menubar.c, src/main_menubar.h,
20856         src/main_menubar_def.h, src/mainmenu_callbacks.c,
20857         src/mainmenu_callbacks.h, src/windows-dialog.c: Implemented
20858         basic windows managements.
20859         
20860 2003-03-21  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20861         * scintilla/PlatGTK.cxx: Converted right cursor to left cursor
20862         to hot-spot problems with cursor in XFree86 4.3.0. Patch by
20863         Enver ALTIN (a.k.a. skyblue)
20865 2003-03-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20866         * tagmanager/*: Added ignore-list for symbols. This will make
20867         parsing more accurate for projects. Doc updates needed.
20869 2003-03-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
20870         * anjuta.glade, src/search-replace.c: Forward-port S/R (Dan)
20871         * launcher/Makefile.am: Link to correct libraries
20872         * src/launcher.c: Do not allow NULL shell
20874 2003-03-14  Etay Meiri <etay-m@bezeqint.net>
20875         * src/debug_tree.c: Improve debug tree view.
20877 2003-03-10  Dan Elphick <dre00r@ecs.soton.ac.uk>
20879         * anjuta.glade, anjuta_dialog_strings.c: Change dialog1 titles to
20880         'Run Configure Script' and 'Execute Program'. Increase minimum width
20881         of Configure dialog.
20882         * find_in_files.c, find_in_files_cbs.*: Properly create the file
20883         list widget by setting a model and adding a column and renderer.
20884           Actually store the nocvs toggle button in FindInFiles data structure.
20885           Handle selection changes via changed signal rather than row_activated.
20886           Use response signal for handling the close and find buttons.
20887           Close window when escape is pressed.
20888         * find_replace.c: Close window when escape is pressed.
20889         * find_text.c: Close window when escape is pressed in find dialog as
20890         well as wrap search question, where now Yes is the default button.
20892 2003-03-05  Naba Kumar  <naba@gnome.org>
20894         Patch from: Dan Elphick  <dre00r@ecs.soton.ac.uk>
20896         * src/message-manager-private.cc: Fixed a bug with vte conditional
20897         compilation.
20898         * anjuta.glade: Hides all windows in glade file.
20900 2003-03-05  Naba Kumar  <naba@gnome.org>
20902         * src/an_file_view.c: Fixed a compilation warning.
20903         * src/message-manager-private.cc: Conditional compilation for vte
20904         API.
20905         
20906 2003-02-28  Naba Kumar  <naba@gnome.org>
20908         * configure.in, anjuta.spec.in: Updated dependency packages version.
20909         * configure.in, (removed) acconfig.h: Eliminated autoheader templates.
20910         * src/preferences.c: Added debug assertions.
20911         * anjuta.glade, anjuta_dialogs_strings.c: Added a preferences for
20912         editor to enable/disable bringing the recent editor tabs first.
20913         
20914         * tagmanager/tm_file_entry.c, tagmanager/tm_project.c,
20915         tagmanager/include/tm_file_entry.h, src/*.[h,c], scintilla/*.[h,cxx],
20916         scintilla/include/*.h, plugins/class-gen/clsGen.c, printing/print.c:
20917         Merged with CVS branch ANJUTA_1_0_0 and brought in new search replace
20918         and     bug fixes. Also code clean ups.
20919         
20920         * (new) src/search-replace.[h,c]: New search replace implementation
20921         from ANJUTA_1_0_0 branch.
20922         
20923         * (new) src/windows-dialog.[h,c]: New windows management class
20924         [work in progress].
20926 2003-02-28  Naba Kumar  <naba@gnome.org>
20928         * plugins/class-gen/clsGen.c, printing/print.c, src/an_file_view.c,
20929         src/anjuta-tools.c, src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c,
20930         src/appwizard.c, src/build_file.c, src/build_project.c,
20931         src/clean_project.c, src/compile.c, src/configurer.c,
20932         src/find_in_files.c, src/gnome_project.c, src/mainmenu_callbacks.c,
20933         src/message-manager-dock.c, src/message-manager-dock.h,
20934         src/message-manager-private.cc, src/message-manager.cc,
20935         src/preferences-dialog.c, src/preferences-dialog.h,
20936         src/preferences.c, src/preferences.h, src/project_dbase.c,
20937         src/project_dbase_gui.c, src/project_import.c, src/text_editor.c,
20938         src/text_editor.h, src/text_editor_cbs.c, src/toolbar_callbacks.c
20939         src/utilities.c, src/utilities.h:
20940         
20941         Widgetized Preferences and gave proper function names.
20943         * src/executer.c: Fixed a session loading bug.
20944         
20945 2003-02-27  Naba Kumar  <naba@gnome.org>
20947         * printing/print.c: Fixed printing font bug that failed to load the
20948         proper fonts.
20949         
20950         * src/toolbar.c: Disabled LED flashing (not yet implemented).
20951         
20952         * TODO, anjuta.prj: Updated.
20954 2003-02-24  Joe Harnish <bigJoe@linuxmail.org>
20956         * manuals/C/anjuta-faqs/anjuta-faqs-C.omf,
20957         manuals/C/anjuta-manual/anjuta-manual-C.omf,
20958         manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
20959         manuals/ja/anjuta-faqs/anjuta-faqs-ja_JP.eucJP.omf,
20960         manuals/ja/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf:
20961         fixed omf errors
20963 2003-02-25  Naba Kumar  <naba@gnome.org>
20965         * Makefile.am: Excluded omf-install from installation as the docs are
20966         not ready.
20967         
20968         TODO: Updated.
20969         
20970         * anjuta.glade, anjuta_dialogs_strings.c, prefrences.h, aneditor.cxx,
20971         anjuta.properties, users.properties, anjuta-tools.c: Fixed editor
20972         property names and added new editor properties and code cleanups.
20973         Also added new project properties.
20974         
20975         * src/compiler_options.[h,c]: Added pkg-config packages supports
20976         and fixed bugs.
20977         
20978         * src/glade_iface.h: Cleanups.
20979         
20980         * src/launcher.c: Used timer instead of idle to scan.
20981         
20982         * src/mainmenu_callbacks.c, src/project_dbase.[h,c],
20983         src/project_config.[h,c], src/project_import.c: Implemented project
20984         property to define GUI editor and to handle it.
20985         
20986         * src/preferences.c: i18n fixes.
20987         
20988         * pixmaps/Makefile.am, pixmaps/file_*.xpm, src/pixmaps.h: Removed
20989         unused (and old) pixmaps.
20990         
20991         * widgets/gnomefilelist.c, pixmaps/file_text.png: Updated icon.
20992         
20993 2003-02-25  Naba Kumar  <naba@gnome.org>
20995         * src/message-manager-private.[h,cc], src/preferences.c,
20996         anjuta.glade, anjuta_dialog_strings.c: Implemented
20997         gnome terminal profiles for the terminal preferences and moved the
20998         addition of terminal preferences in the terminal constructor.
20999         
21000         * anjuta.prj: Updated.
21002 2003-02-24  Naba Kumar  <naba@gnome.org>
21004         * (new)src/preferences-dialog.[c,h], preferences.[h,c],src/Makefile.am,
21005         (new)widgets/cell-renderer-captioned-image.[h,c], widgets/Makefile.am,
21006         (new)pixmaps/preferences-*.png, pixmaps/Makefile.am, anjuta.glade,
21007         po/POTFILES.in, anjuta_dialogs_strings.c: Implemented new
21008         preferences dialog.
21010         * TODO: Updated.
21012         * src/message-manager-private.[cc,h]: Fixed VTE terminal for
21013         text selection and child re-spawning.
21015         * src/pixmaps.h: Removed unused pixmaps definitions.
21016         
21017 2003-02-23  Naba Kumar  <naba@gnome.org>
21019         * src/project_dbase.[h,c], src/project_dbase_gui.c: GNOME2 ported
21020         the project tree/window.
21022         * src/an_symbol_view.[h,c], src/an_file_view.[h,c],
21023         src/project_dbase.[h,c], src/project_dbase_gui.c, src/session.[h,c]:
21024         Correct the use of a variable and implemented session save/load
21025         for tree expansion states.
21026         
21027         * src/main_menubar_def.h: Fixed shortcuts keys.
21028         
21029         * src/anjuta.c, src/gnome_project.c: Code clean ups.
21030         
21031         * anjuta.prj: Updated.
21032         
21033 2003-02-22  Naba Kumar  <naba@gnome.org>
21035         * src/debug_tree.[c,h]: GNOME2 port from 
21036         Etay Meiri <etay-m@bezeqint.net>
21037         
21038         * src/an_file_view.c, src/resources.[h,c],
21039         data/properties/bash.properties,
21040         data/properties/cpp.properties,
21041         data/properties/html.properties,
21042         data/properties/make.properties,
21043         data/properties/others.properties,
21044         data/properties/perl.properties,
21045         data/properties/props.properties,
21046         data/properties/xml.properties: Standarized file icons. Icons are
21047         defined in respective .properties file and are retrieved as resource
21048         data.
21050         * anjuta.glade, anjuta_dialogs_strings.c: Removed <span> tags
21051         in labels from the commands editor as that would create
21052         problems for translators.
21054 2003-02-21  Naba Kumar  <naba@gnome.org>
21056         * .cvsignore, (new)config.guess, (new)config.sub: Added these files
21057         as they should be part of CVS(?).
21059         * Makefile.am: Corrected a typo for glade generated strings file.
21061         * configure.in, po/hi.po: Added new Hindi (hi) translation
21062         in ALL_LINGUS and added initial Hindi translation.
21064         * pixmaps/Makefile.am, pixmaps/sv_unknown.xpm, src/pixmaps.h,
21065         (new)pixmaps/file_*.png: Added gnome2ish file icons and changed
21066         sv_unknown.xpm to more proper icon.
21068         * (new)data/properties/php.properties, data/properties/Makefile.am,
21069         data/properties/anjuta.properties, data/properties/html.properties:
21070         Fixed PHP syntax hilighting bug by separating php properties into
21071         different file (because of file size).
21073         * TODO: Updated.
21074         
21075 2003-02-20  Naba Kumar <naba@gnome.org>
21077         * src/breakpoints.c: Fixed breakpoints session saving/loading
21078         crash bug.
21079         
21080         * scintilla/*, scintilla/include/*: Updated to scintilla
21081         release 1.51
21082         
21083 2003-02-19  Naba Kumar <naba@gnome.org>
21085         * src/about.c: Fixed a typo reported by Enver ALTIN <ealtin@casdb.com>
21086         * TODO: Updated.
21088         * Makefile.am, src/Makefile.am,
21089         (removed) src/anjuta.glade, (removed) src/anjuta.gladep,
21090         (removed) src/anjuta_dialog_strings.c,
21091         (removed) src/anjuta_dialogs_strings.c,
21092         (added) anjuta.gladep, (added) anjuta_dialogs_strings.c,
21093         (added) anjuta.glade: Transfered glade files from src/ directory
21094         to the top level directory.
21096         * po/POTFILES.in: Updated.
21097         
21098         * (removed) macrocs2/*: Transfered to data/ directory.
21099         
21100         * (added) data/macro/*, (added) data/macros2/*, Makefile.am, configure.in,
21101         data/Makefile.am: Moved macros in data directory. Anjuta no longer
21102         requires to have macros dir, but the projects generated by anjuta
21103         require them.
21104         
21105         * src/an_file_view.c, src/an_symbol_view.c: Fixed expansion/collapse of
21106         trees.
21107         
21108         * src/defaults.c: Corrected default compiler options.
21109         
21110         * src/glade_iface.c, src/gnome_project.c: Fixes gnome2 projects generation
21111         wizard.
21112         
21113         * src/message-manager-private.cc, src/message-manager-private.h,
21114         src/message-manager.cc: Uses VTE terminal widget for imbedded terminal.
21115         
21116         * src/project_dbase.c, src/project_type.c, src/source.c: Proper
21117         source code generation for gnome2 projects.
21119 2003-02-11  Naba Kumar <naba@gnome.org>
21121         * src/an_file_view.c, src/an_symbol_view.c: The tree updated now
21122         restores the expand/collaspe states of the nodes after refresh.
21123         
21124         * src/an_file_view.c, src/an_symbol_view.c: Fixed a memory leak.
21125         
21126 2003-02-11  Naba Kumar <naba@gnome.org>
21128         * src/style-editor.c: Fixed pango font description handling for fonts.
21129         * src/anjuta.glade: Removed font size spin button.
21130         * configure.in, src/anjuta.prj: Corrected version.
21131         * TODO: update.
21132         
21133 2003-02-10  Naba Kumar <naba@gnome.org>
21135         * src/Makefile.am, src/anjuta-tools.c, src/main_menubar.c: Removed
21136         references of scroll-menu.h and add about.h in Makefile.am.
21137         
21138         * widgets/Makefile.am, (removed) widgets/e-shell-about-box.c,
21139         (removed) widgets/e-shell-about-box.h, (removed) widgets/scroll-menu.c,
21140         (removed) widgets/scroll-menu.h: Removed unused files.
21141         
21142         * Makefile.am: Added proper i18n rules and added intl tools for
21143         distributions.
21144         
21145         * anjuta.prj, configure.in: Changed version to 1.8.0 (reserving 1.2.0
21146         to the stable release).
21147         
21148         * anjuta.spec.in: Removed manuals packaging.
21149         
21150         * data/Makefile.am: Removed 'macros' installation (not required for
21151         gnome2 projects).
21153 2003-02-10  Naba Kumar <naba@gnome.org>
21155         * po/POTFILES.in: Updated.
21157         * pixmaps/Makefile.am, pixmaps/anjuta_icon.png, 
21158         (added) pixmaps/close_project.png, (removed) pixmaps/close_project.xpm,
21159         (added) pixmaps/open_project.png, (removed) pixmaps/open_project.xpm,
21160         (added) pixmaps/save_project.png, (removed) pixmaps/save_project.xpm,
21161         (added) pixmaps/undock.png, (removed) pixmaps/undock.xpm: Better
21162         icons and images.
21164         * src/aneditor.cxx, src/pixmaps.h, src/toolbar_callbacks.c,
21165         src/toolbar_callbacks.h: Fixed scintilla notification signal name
21166         and fixed to properly handle focus in find entry box.
21168         * Makefile.am: Added code for RH system menu update.
21170         * .cvsignore: Updated.
21172         * NEWS: Updated.
21174 2003-02-03  Naba Kumar <naba@gnome.org>
21176         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Added edge.column
21177         editor preferences. and fixes dialogs.
21179         * printing/print.c, src/text_editor_gui.c, src/main_menu_callbacks.h:
21180         Fixed linenumbers and header margins when they are disabled and
21181         removed unused header files.
21183         * src/attact_process.[h,c], src/debugger.c: Attach to process
21184         now works.
21186         * src/help.c: Fixed dialog response.
21188         * TODO: Updated.
21190         * data/properties/anjuta.properties: Corrected typo.
21192         * src/controls.c, src/toolbar.c: Fixed non-working location navigation,
21193         Change the signal to "changed" in entry from "selection-changed" in
21194         list.
21196         * src/an_file_view.c, src/an_symbol_view.c: Fixed keyboard navigation
21197         short-cuts.
21199 2003-01-31  Naba Kumar <naba@gnome.org>
21201         * configure.in: Upgraded to use libgnomeprint-2.2
21202         
21203         * printing/Makefile.am: Updated
21204         
21205         *(removed) printing/print-doc.c, printing/print-doc.h,
21206         printing/print-util.c, printing/print-util.h: Removed because already
21207         merged with print.c.
21208         
21209         * printing/print.c, printing/print.h: Upgraded to use libgnomeprint-2.2
21210         and libgnomeprintui-2.2 and fixed rendering problems.
21211         
21212         * src/anjuta.glade, src/anjuta_dialogs_strings.c: Removed
21213         uneccessary print properties, as they are separately taken
21214         care in gnomeprint.
21215         
21216         * po/POTFILES.in: Update.
21218 2003-01-30  Naba Kumar <naba@gnome.org>
21220         * (new) src/about.[c,h], pixmaps/anjuta_logo1.png: Added new files
21221         for about dialog box.
21222         
21223         * src/Makefile.am, pixmaps/Makefile.am, src/mainmenu_callbacks.c,
21224         src/pixmaps.h: Modified for the above additions for about dialog.
21226 2003-01-29  Naba Kumar <naba@gnome.org>
21228         * src/style_editor.[c,h]: Added missing files.
21229         
21230 2003-01-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21231         * scintilla/XPM.[cxx|h]: Added missing files
21233 2003-01-29  Naba Kumar <naba@gnome.org>
21234         
21235         * TODO, po/POTFILES.in: Updated.
21236         
21237         * anjuta.prj, src/anjuta.glade,
21238         * src/anjuta_dialogs_strings.c, src/executer.c: Fixed dialog bugs.
21240 2003-01-28  Naba Kumar <naba@gnome.org>
21241         
21242         * data/properties/anjuta.properties, src/aneditor.cxx,
21243         src/anjuta.glade, src/anjuta_dialogs_strings.c: Converted indicators
21244         properties into text properties (earlier it was int properties).
21246         * TODO: Updated
21247         
21248         * scintilla/AutoComplete.c,xx,
21249         scintilla/AutoComplete.h,
21250         scintilla/CallTip.c,xx,
21251         scintilla/CallTip.h,
21252         scintilla/Document.c,xx,
21253         scintilla/Document.h,
21254         scintilla/Editor.c,xx,
21255         scintilla/Editor.h,
21256         scintilla/LexAVE.c,xx,
21257         scintilla/LexCSS.c,xx,
21258         scintilla/LexHTML.c,xx,
21259         scintilla/LexOthers.c,xx,
21260         scintilla/LexPython.c,xx,
21261         scintilla/LineMarker.c,xx,
21262         scintilla/LineMarker.h,
21263         scintilla/Makefile.am
21264         scintilla/PlatGTK.c,xx,
21265         scintilla/PropSet.c,xx,
21266         scintilla/ScintillaBase.c,xx,
21267         scintilla/ScintillaBase.h,
21268         scintilla/ScintillaGTK.c,xx,
21269         scintilla/ViewStyle.c,xx,
21270         scintilla/include/Platform.h,
21271         scintilla/include/SciLexer.h,
21272         scintilla/include/Scintilla.h,
21273         scintilla/include/Scintilla.iface: upgraded to scintilla version 1.50
21274         
21275         
21276         src/Makefile.am,
21277         src/an_file_view.c,
21278         src/an_symbol_view.c,
21279         src/anjuta-tools.c,
21280         src/anjuta.c,
21281         src/anjuta.glade
21282         src/anjuta.h,
21283         src/anjuta_cbs.c,
21284         src/anjuta_dialogs_strings.c,
21285         src/anjuta_info.c,
21286         src/commands.c,
21287         src/compiler_options.c,
21288         src/debugger.c,
21289         src/help.c,
21290         src/main_menubar.c,
21291         src/main_menubar.h,
21292         src/main_menubar_def.h,
21293         src/mainmenu_callbacks.c,
21294         src/mainmenu_callbacks.h,
21295         src/message-manager-private.c,c
21296         src/message-manager-private.h,
21297         src/message-manager.c,c
21298         src/message-manager.h,
21299         src/pixmaps.h,
21300         src/preferences.c,
21301         src/preferences.h,
21302         src/project_config.c,
21303         src/project_dbase.c,
21304         src/project_dbase_gui.c,
21305         src/project_import_gui.c,
21306         src/properties.c,xx,
21307         src/properties.h,
21308         src/resources.c,
21309         src/src_paths.c,
21310         src/text_editor.c,
21311         src/text_editor_gui.c,
21312         src/toolbar.c,
21313         src/utilities.c,
21314         src/utilities.h,
21315         anjuta.prj: GNOME2 porting and fixed many porting bugs.
21316         
21317 2003-01-24  Naba Kumar <naba@gnome.org>
21319         * src/text_editor_gui.c, src/toolbar.c,
21320         src/text_editor.c, src/text_editor_cbs.h:
21321         Used correct notification signal name for scintilla
21322         (gtk2) and fixed UI.
21323         
21324         * src/controls.c: Does not hide tags combo. Simply makes it insensitive
21325         when not required.
21326         
21327         * printing/print-doc.c,
21328         printing/print.c,,
21329         src/anjuta-tools.c,
21330         src/find_replace.c,
21331         src/goto_line.c,
21332         src/launcher.c,
21333         src/mainmenu_callbacks.c,
21334         src/project_dbase.c,
21335         src/project_dbase.h,
21336         src/project_dbase_gui.c: Used GtkDialogs instead of GnomeDialog.
21337         src/text_editor.c,
21338         src/text_editor_cbs.h:
21341 2003-01-23  Naba Kumar <naba@gnome.org>
21343         * src/compiler_options.c, src/pixmaps.h, src/toolbar.c: Fixed to use
21344         correct stock icons and organized pixmap macros.
21345         
21346         Makefile.am: Removed non-generated files.
21347         
21348         * pixmaps/{add.xpm, an_tag.xpm, autocomplete.xpm, block_end.xpm,
21349         block_start.xpm, bookmark_first.xpm, bookmark_last.xpm,
21350         bookmark_next.xpm, bookmark_prev.xpm, build_stop.xpm,
21351         close_file.xpm, copy.xpm, cut.xpm, error_next.xpm,
21352         error_prev.xpm, execute.xpm, find_replace.xpm, find.xpm,
21353         fv_image.xpm, goto.xpm, graph.xpm, line-arrow.xbm, line-wrap.xbm,
21354         list_select.xpm, list_unselect.xpm, macro.xpm, new_file.xpm,
21355         open_file.xpm, paste.xpm, preferences.xpm, prefs_autoformat.xpm,
21356         prefs_build.xpm, prefs_cvs.xpm, prefs_editor.xpm,
21357         prefs_general.xpm, prefs_messages.xpm, prefs_print.xpm,
21358         prefs_styles.xpm, print.xpm, redo.xpm, reload_file.xpm, reload.xpm,
21359         remove.xpm, save_all.xpm, save_file.xpm, save.xpm, search.xpm,
21360         stop.xpm, undo.xpm}: Removed because no longer used.
21362         * pixmaps/{file_core.xpm, file_exec.xpm, file_text.xpm,
21363         file_unknown.xpm}: Files renamed from fv_*, as it would
21364         be the right name.
21366         * pixmaps/Makefile.am: Updated for the above changes.
21368 2003-01-23  Jakub Steiner <jimmac * ximian * com>
21370         * pixmaps/autocomplete-16.png,
21371         pixmaps/autocomplete.png,
21372         pixmaps/block-end-16.png,
21373         pixmaps/block-end.png,
21374         pixmaps/block-start-16.png,
21375         pixmaps/block-start.png,
21376         pixmaps/bookmark-first-16.png,
21377         pixmaps/bookmark-first.png,
21378         pixmaps/bookmark-last-16.png,
21379         pixmaps/bookmark-last.png,
21380         pixmaps/bookmark-next-16.png,
21381         pixmaps/bookmark-next.png,
21382         pixmaps/bookmark-prev-16.png,
21383         pixmaps/bookmark-prev.png,
21384         pixmaps/error-next-16.png,
21385         pixmaps/error-next.png,
21386         pixmaps/error-prev-16.png,
21387         pixmaps/error-prev.png: gnome2-styled icons
21390 2003-01-23  Naba Kumar <naba@gnome.org>
21392         * anjuta.prj: Updated compiler options.
21393         * scintilla/ScintillaGTK.cxx: Fixed selection notify.
21395         * src/aneditor.cxx,
21396         src/anjuta.c,
21397         src/anjuta.glade,
21398         src/anjuta_dialogs_strings.c,
21399         src/mainmenu_callbacks.c,
21400         src/mainmenu_callbacks.h,
21401         src/text_editor.c,
21402         src/text_editor_cbs.c,
21403         src/text_editor_gui.c: GNOME2 Porting.
21405 2003-01-22  Naba Kumar <naba@gnome.org>
21407         * ChangeLog: Corrected dates.
21408         * src/mainmenu_callbacks.h: Cleaned up function prototypes.
21409         * src/anjuta.glade, src/anjuta_dialogs_strings.h: Added more
21410         preferences.
21412 2003-01-22  Naba Kumar <naba@gnome.org>
21413         
21414         * plugins/patch/patch-plugin.c: Bug fix.
21415         
21416         * src/anjuta-tools.c,
21417         src/anjuta.c,
21418         src/anjuta.glade,
21419         src/anjuta.h,
21420         src/anjuta_dialogs_strings.c,
21421         src/breakpoints.c,
21422         src/cvs_gui.c,
21423         src/debugger.c,
21424         src/debugger.h,
21425         src/executer.c,
21426         src/glade_iface.c,
21427         src/main.c,
21428         src/mainmenu_callbacks.c,
21429         src/mainmenu_callbacks.h,
21430         src/preferences.c,
21431         src/project_dbase.c,
21432         src/project_dbase_gui.c,
21433         src/registers.c,
21434         src/sharedlib.c,
21435         src/signals.c,
21436         src/signals_cbs.c,
21437         src/source.c,
21438         src/stack_trace.c,
21439         src/toolbar_callbacks.c,
21440         src/utilities.c,
21441         src/utilities.h,
21442         src/watch.c: Used GtkDialog instead of messagebox. GNOME2 porting.
21443         
21444         * src/Makefile.am,
21445         (removed) src/CORBA-Server.c,
21446         (removed) src/CORBA-Server.h,
21447         (removed) src/Gladen-common.c,
21448         (removed) src/Gladen-stubs.c,
21449         (removed) src/Gladen.h,
21450         (removed) src/Prj-common.c,
21451         (removed) src/Prj-skelimpl.c,
21452         (removed) src/Prj-skels.c,
21453         (removed) src/Prj-stubs.c,
21454         (removed) src/Prj.h,
21455         (removed) src/glades.c,
21456         (removed) src/glades.h,
21457         (removed) src/messagebox.c,
21458         (removed) src/messagebox.h: Removed because no longer used.
21460 2003-01-21  Naba Kumar <naba@gnome.org>
21462         * src/anjuta-tools.c,
21463         src/anjuta.c,
21464         src/anjuta.glade,
21465         src/anjuta_dialogs_strings.c,
21466         src/anjuta_info.c,
21467         src/anjuta_info.h,
21468         src/breakpoints.c,
21469         src/compiler_options.c,
21470         src/debugger.c,
21471         src/find_replace.c,
21472         src/find_replace.h,
21473         src/find_text.c,
21474         src/find_text.h,
21475         src/goto_line.c,
21476         src/launcher.c,
21477         src/text_editor.c,
21478         widgets/gnomefilelist.c: GNOME2 porting.
21480 2003-01-20  Naba Kumar <naba@gnome.org>
21482         * global-tags/create_global_tags.sh: Uses pkg-config to
21483         read the modules.
21484         
21485         * src/anjuta.c,
21486         src/anjuta.glade,
21487         src/anjuta.h,
21488         src/anjuta_cbs.c,
21489         src/anjuta_dialogs_strings.c,
21490         src/breakpoints.c,
21491         src/breakpoints.h,
21492         src/compiler_options.c,
21493         src/compiler_options.h,
21494         src/fileselection.c,
21495         src/fileselection.h,
21496         src/mainmenu_callbacks.c,
21497         src/project_dbase_gui.c,
21498         src/session.c,
21499         src/src_paths.c,
21500         src/src_paths.h,
21501         src/text_editor.c,
21502         src/text_editor_gui.c,
21503         widgets/gnomefilelist.c,
21504         widgets/gnomefilelist.h: GNOME2 porting.
21505         
21506         * widgets/Makefile.am,
21507         (removed) widgets/gnomedirlist.c,
21508         (removed)widgets/gnomedirlist.h: Removed becuase they are not used.
21509         
21510         * src/Makefile.am,
21511         (removed) src/src_paths_cbs.c,
21512         (removed) src/src_paths_cbs.h,
21513         (removed) src/src_paths_gui.c,
21514         (removed) src/compiler_options_cbs.c,
21515         (removed) src/compiler_options_cbs.h,
21516         (removed) src/breakpoints_cbs.c,
21517         (removed) src/breakpoints_cbs.h: Removed because they are now
21518         combined in singe file
21520 2003-01-16  Naba Kumar <naba@gnome.org>
21522         * src/anjuta.glade, src/anjuta_dialogs_strings.c,
21523         src/compiler_options.c, src/compiler_options_cbs.c: Fixed compiler
21524         options dialog UI and data handling.
21527 2003-01-15  Naba Kumar <naba@gnome.org>
21529         * src/commands.[c,h], src/anjuta.glade, src/anjuta_dialogs_strings.c:
21530         Completed command editor porting.
21531         
21532         * src/anjuta.c: Removed the use of commands load function
21533         (not required).
21535         * src/text_editor_gui.c, src/test_editor.c: Added back widgets refs
21536         and unrefs.
21538         * src/anjuta-tools.c: Fixed translatable strings.
21539         
21540         * src/find_text.c: Fixed dialog creation from glade.
21541         
21542         * src/text_editor_gui.c, src/text_editor.c,
21543         src/text_editor_cbs.c: Completed port of detached text editor
21544         to gnome2 plateform.
21545         
21546 2003-01-14  Naba Kumar <naba@gnome.org>
21548         * src/anjuta.glade, src/preferences.[h,c],
21549         src/anjuta_dialogs_strings.c: Added build and editor
21550         preferences pages and other UIs. Fixed preferense loading and saving.
21551         
21552         * src/anjuta.c: Does case-insensitive match for tabs position
21553         preferences and removed preferences loading (done at _new() call).
21554         
21555         * anjuta-tools.c: Debugged tools dialog handling.
21556         * plugins/class-gen/clsGen.c: Fixed an undefined function.
21557         
21558 2003-01-13  Naba Kumar <naba@gnome.org>
21560         * ABOUT-NLS: Update (strange).
21562         * autogen.sh: Removed blocking code.
21564         * configure.in: Fixed an autogen bug.
21565         
21566 2003-01-13  Naba Kumar <naba@gnome.org>
21568         * (new)src/anjuta.gladep
21569         (new)src/messagebox.c
21570         (new)src/messagebox.h: Added files. References to messagesbox.[c,h]
21571         will be gradually removed (and then the files).
21572         
21573         * Makefile.am,
21574         anjuta.prj,
21575         printing/print-util.c,
21576         printing/print.c,
21577         scintilla/ScintillaGTK.c,xx
21578         src/Makefile.am,
21579         src/an_file_view.c,
21580         src/an_symbol_view.c,
21581         src/anjuta.c,
21582         src/anjuta.glade
21583         src/anjuta.h,
21584         src/anjuta_dialogs_strings.c,
21585         src/anjuta_gui.c,
21586         src/attach_process.c,
21587         src/attach_process.h,
21588         src/breakpoints.c,
21589         src/breakpoints.h,
21590         src/breakpoints_cbs.c,
21591         src/commands.c,
21592         src/commands.h,
21593         src/compiler_options.c,
21594         src/compiler_options.h,
21595         src/compiler_options_cbs.c,
21596         src/configurer.c,
21597         src/configurer.h,
21598         src/controls.c,
21599         src/cvs_cbs.c,
21600         src/debug_tree.c,
21601         src/debug_tree.h,
21602         src/executer.c,
21603         src/executer.h,
21604         src/find_in_files.c,
21605         src/find_in_files.h,
21606         src/find_in_files_cbs.c,
21607         src/find_replace.c,
21608         src/find_replace.h,
21609         src/find_text.c,
21610         src/find_text.h,
21611         src/goto_line.c,
21612         src/help.c,
21613         src/help.h,
21614         src/launcher.c,
21615         src/main.c,
21616         src/main_menubar.c,
21617         src/mainmenu_callbacks.c,
21618         src/message-manager.c,c
21619         src/pixmaps.h,
21620         src/preferences.c,
21621         src/project_config.c,
21622         src/project_config.h,
21623         src/project_dbase.c,
21624         src/project_import_cbs.c,
21625         src/resources.c,
21626         src/resources.h,
21627         src/splash.c,
21628         src/src_paths.c,
21629         src/src_paths.h,
21630         src/src_paths_gui.c,
21631         src/text_editor.c,
21632         src/text_editor_gui.c,
21633         src/toolbar.c,
21634         src/toolbar.h,
21635         src/utilities.c,
21636         src/utilities.h,
21637         src/wizard_gui.c,
21638         widgets/gnomefilelist.c: GNOME2 Port.
21640 2003-01-10  Naba Kumar  <naba@gnome.org>
21642         * src/an_file_view.c,
21643         src/anjuta_gui.c,
21644         src/appwizard_gui.c,
21645         src/compiler_options.c,
21646         src/compiler_options_cbs.c,
21647         src/cvs_cbs.c,
21648         src/executer.c,
21649         src/fileselection.c,
21650         src/find_in_files.c,
21651         src/goto_line.c,
21652         src/main_menubar.c,
21653         src/memory.c,
21654         src/message-manager-dock.c,
21655         src/preferences.c,
21656         src/project_dbase_gui.c,
21657         src/project_import_gui.c,
21658         src/registers_gui.c,
21659         src/sharedlib_gui.c,
21660         src/src_paths_gui.c,
21661         src/text_editor_gui.c,
21662         src/toolbar.c,
21663         src/watch_gui.c: GNOME2 porting. Fixed unresolved symbols
21665 2003-01-09  Naba Kumar <naba@gnome.org>
21667         * scintilla/RESearch.cxx: Removed cvs logging as it was creating
21668         problems with some comments.
21670         * anjuta.prj: New project file (updated?)
21672         * src/Makefile.am: Enabled deprecated API and fixed variables.
21674         * src/an_file_view.c,
21675         src/an_symbol_view.c,
21676         src/anjuta-plugins.c,
21677         src/anjuta-tools.c,
21678         src/anjuta.c,
21679         src/anjuta_gui.c,
21680         src/appwizard_cbs.c,
21681         src/attach_process.c,
21682         src/attach_process_cbs.c,
21683         src/compiler_options.c,
21684         src/compiler_options_cbs.c,
21685         src/launcher.c,
21686         src/mainmenu_callbacks.c,
21687         src/message-manager-private.c,c
21688         src/message-manager-private.h,
21689         src/message-manager.c,c
21690         src/message-manager.h,
21691         src/project_dbase.c,
21692         src/project_dbase.h,
21693         src/project_dbase_gui.c,
21694         src/project_import_cbs.c,
21695         src/project_import_gui.c,
21696         src/registers.c,
21697         src/resources.c,
21698         src/resources.h,
21699         src/sharedlib.c,
21700         src/signals.c,
21701         src/signals_cbs.c,
21702         src/signals_gui.c,
21703         src/splash.c,
21704         src/src_paths_cbs.c,
21705         src/src_paths_gui.c,
21706         src/stack_trace.c,
21707         src/text_editor.c,
21708         src/text_editor_gui.c,
21709         src/text_editor_menu.c,
21710         src/toolbar.c,
21711         src/toolbar_callbacks.c,
21712         src/utilities.c,
21713         src/watch.c,
21714         src/watch_cbs.c,
21715         src/wizard_gui.c: GNOME porting.
21717 2002-12-24 Naba Kumar <naba@gnome.org>
21719         * AUTHORS, ChangeLog, HACKING, Makefile.am,
21720         NEWS, README, SEARCH-REPLACE,
21721         THANKS, TODO, acinclude.m4, anjuta.prj, anjuta.spec.in, configure.in, 
21722         setup-gettext, data/*, doc/.cvsignore, global-tags/*,
21723         launcher/Makefile.am,
21724         launcher/anjuta_launcher.c, macros2/*, manuals/*/*/*/*,
21725         plugins/class-gen/clsGen.c, plugins/patch/patch-plugin.c,
21726         plugins/sample1/plugin-sample1.c, printing/print-doc.c,
21727         printing/print-util.c, printing/print.c, printing/print.h,
21728         scintilla/*/*, widgets/e-shell-about-box.c,
21729         src/*, tagmanager/*/*, widgets/Makefile.am,
21730         widgets/gnomefilelist.c:
21731         
21732         Merged with ANJUTA_1_0_0 branch (at tag MERGE_LEVEL_1) and ported many
21733         src/*.[c,h] files to gnome2 API.
21735         * src/anjuta_dialogs_strings.c: Added glade generated translatable
21736         strings table.
21738 2002-10-23  Naba Kumar <naba@gnome.org>
21740         * autogen.sh: Prevented Users from building HEAD cvs.
21741         
21742 2002-09-16  Stephane Demurget  <demurgets@free.fr>
21744         * src/anjuta.glade: added the compiler options dialog, hopefully
21745         HIG-1.0 compliant. Perhaps some accelerators are duplicated, though.
21747 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21749         * src/anjuta.glade: fixed a lot of small glitches.
21751         * src/commands.[ch]: more gnome 2 port. only instant apply is missing
21752         now.
21754         * src/breakpoints_cbs.c: polished a bit.
21756 2002-09-15  Stephane Demurget  <demurgets@free.fr>
21758         * src/anjuta.glade: added the commands dialog fully HIG-1.0 compliant.
21760         * src/commands.c: partial gnome 2 port.
21762         * src/utilities.[ch]: changed some bits to be const.
21764 2002-09-14  Stephane Demurget  <demurgets@free.fr>
21766         * src/Makefile.am: removed breakpoints_gui.c and added a check
21767         for gdk-pixbuf deprecated functions, but there shouldn't be much
21768         anyway.
21770         * src/breakpoints_gui.c: killed.
21772         * src/anjuta.glade: added two dialogs for the breakpoints management.
21774         * src/anjuta.h:
21775         * src/anjuta_cbs.c:
21776         * src/appwizard.c:
21777         * src/attach_process.c:
21779         * src/breakpoints*.[ch]: cleaned, simplified and polished up a lot of things,
21780         really huge changes and porting work.
21781         
21782         * src/breakpoints.[ch] (treeview_enabled_toggled): impl.
21783         (breakpoints_dbase_new): moved the UI init bits here.
21785         * src/breakpoints_cbs.[ch] (breakpoints_dbase_add_brkpnt): simplified
21786         a lot, not using any color anymore (not HIG compliant) and not using
21787         BrkPtItem thanks to libglade. 4 issues marked with #warning that have
21788         to be double checked.
21790         * src/build_file.c:
21791         * src/build_project.c: gnome 2 port.
21793 2002-09-11  Stephane Demurget  <demurgets@free.fr>
21795         * src/anjuta.glade:
21796         * src/anjuta.h:
21797         * src/anjuta_cbs.c:
21798         * src/appwizard.c:
21799         * src/breakpoints.c:
21800         * src/breakpoints_cbs.c: cleaned up some bits.
21802 2002-09-09  Stephane Demurget  <demurgets@free.fr>
21804         * src/Makefile.am:
21805         * src/messagebox.[ch]: killed. Not HIG compliant at all :/
21807         * src/an_symbol_view.[ch]:
21808         * src/attach_process_cbs.h: polished a bit.
21810         * src/breakpoints_cb.[ch]: partial gnome 2 port.
21812 2002-09-02  Stephane Demurget  <demurgets@free.fr>
21814         * configure.in:
21815         * src/Makefile.am: added libglade-2 to the build.
21817         * src/anjuta.[ch]: added support for libglade.
21819         * src/anjuta.glade: added. There could be a file per top-level widget,
21820         as some other gnome projects, though.
21822         * src/attach_process_gui.c: removed.
21823         * src/attach_process.[ch]: gnome 2 port.
21824         (attach_process_new): Added the treeview init and the widget references
21825         here.
21827 2002-08-31  Stephane Demurget  <demurgets@free.fr>
21829         * src/an_file_view.c: fixed some compilation issues.
21831         * src/an_symbol_view.c: gnome 2 port.
21833 2002-08-26  Stephane Demurget  <demurgets@free.fr>
21835         * src/an_file_view.c: finished gnome 2 port.
21836         (on_file_view_row_expanded), (on_file_view_row_collapsed): change the
21837         directory pixmap depending on the event.
21839         * src/project_dbase.h: s/GtkTreeIter/GtkTreeRowReference/.
21840         (project_file_data_new): use a GtkTreePath.
21842 2002-08-23  Stephane Demurget  <demurgets@free.fr>
21844         * src/Makefile.am: readded back an_*_view.[ch] because they are still
21845         driving me nuts but they need to be ported, heh ?
21847         * src/an_file_view.c: gnome 2 port, almost finished after some hard
21848         work since it's quite a total rewrite again.
21850 2002-08-22  Stephane Demurget  <demurgets@free.fr>
21852         * src/an_file_view.c:
21853         * src/project_dbase.h: s/GtkTreePath/GtkTreeIter/.
21855 2002-08-21  Stephane Demurget  <demurgets@free.fr>
21857         * src/anjuta_info.c:
21858         * src/utilities.h: gnome 2 port, featuring a total rewrite.
21860 2002-08-20  Stephane Demurget  <demurgets@free.fr>
21862         * src/Makefile.am: removed an_*_view.[ch] because they're driving me
21863         nuts ATM.
21864        
21865         * src/an_file_view.c:
21866         * src/aneditor.cxx:
21867         * src/anjuta_cbs.c:
21868         * src/compiler_options.h:
21869         * src/messagebox.c:
21870         * src/messagebox.h:
21871         * src/pixmaps.h:
21872         * src/project_dbase.h:
21873         * src/resources.h: gnome 2 port.
21875 2002-08-14  Stephane Demurget  <demurgets@free.fr>
21877         Added missing keywords reported by Lucca Bellonda <lbell@tsc4.com>.
21879         * data/properties/sql.properties: added the DATETIME data type.
21881         * data/properties/html.properties: added the foreach php keyword.
21883 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21885         * widgets/Makefile.am: removed blank line after the last backslash
21886         for avoiding a warning from automake.
21888         * configure.in:
21889         * src/Makefile.am: added the ORBit-2 dep.
21891 2002-08-08  Stephane Demurget  <demurgets@free.fr>
21893         * AUTHORS: added Biswa, because I wonder why noone already have
21894         written his name in the Anjuta's hall of fame :)
21896 2002-08-01  Naba Kumar <kh_naba@users.sourceforge.net>
21898         * widgets/Makefile.am, widgets/gnomefilelist.[c,h], widgets/gnomedirlist.[c,h],
21899         widgets/e-shell-about-box.c: Made to compile for gnome2.
21900         
21901 2002-07-31  Naba Kumar <kh_naba@users.sourceforge.net>
21903         * scintilla/PlatGTK.cxx, scintilla/Scintilla.cxx,
21904         scintilla/include/ScintillaWidget.h: Made to compile for gtk2.
21905         
21906         * configure.in, printing/print.h, printing/print.c,
21907         printing/print-doc.c: Made to compile for gnome2.
21908         
21909 2002-07-30  Naba Kumar <kh_naba@users.sourceforge.net>
21911         * configure.in, acconfig.h, Makefile.am, autogen.sh, launcher/Makefile.am,
21912         plugins/class-gen/Makefile.am, plugins/patch/Makefile.am, plugins/sample1/Makefile.am,
21913         printing/Makefile.am, src/Makefile.am, tagmanager/include/Makefile.am,
21914         widgets/Makefile.am:
21915         
21916         Upgraded the build system to gnome2 platform.
21917         
21918 2002-12-19  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21919         * manuals/*: Added capability to generate PDF and PS.
21920         * src/debugger.c, data/gdb.init: Solaris GDB fixes.
21921         * TODO, TODO.biswa: Intergated TODO list.
21922         * src/project_dbase.c: Patch by TTimo (pref saving), bug #636542
21923         , bug #574470
21924         * src/dnd.c: Fix typo
21925         * src/an_[symbol|file]_view.c: Hide when updating (reduced flicker)
21926         * src/anjuta.c: Bug #568895, Bug #575419
21928 2002-12-18  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21930         * tagmanager/tm_global_tags.c: Fixed compiler warning.
21931         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: Updated FAQ.
21933 2002-12-17  Naba Kumar <naba@gnome.org>
21935         * Makefile.am, src/Makefile.am, src/main.c: Fixed a couple of distcheck
21936         bugs.
21937         
21938 2002-12-17  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21939         * manuals/C/anjuta-manual/*: Updated manual to include tool editor.
21940         * scintilla/LexCPP.cxx: Disable doxygen comment highliting.
21941         * anjuta.prj: Added tools.sgml
21942         * data/properties/cpp.properties: Bug # 646974
21944 2002-12-16  Naba Kumar <naba@gnome.org>
21946         * src/goto_line.c: Ordered 'Ok' and 'Cancel' button in the right order.
21947         * src/configurer.c, src/anjuta_info.c, src/attac_process_gui.c,
21948         src/executer.c, src/launcherc, src/breakpoints_gui.c, src/help.c: Activates
21949         on 'Enter' and adds proper focus mechanism.
21950         * src/anjuta.c: Fixed a memory corruption bug.
21951         * src/anjuta-tools.c, anjuta.glade: Tools parameter dialog activates on
21952         'Enter' and can also be Canceled. Sets proper default and focus policies
21953         for tools dialogs.
21954         * src/main_menubar_def.h: Fixed typos, added icons and added hot keys.
21955         * anjuta.glade, src/Makefile.am, src/anjuta_dialog_strings.c: Enabled
21956         translatable strings in dialogs and fixed some dialog properties.
21957         * src/anjuta-tools.c: Now uses xml format for loading and saving.
21958         * configure.in, anjuta.spec.in, anjuta.prj: Bumped version to 1.0.1
21959         * src/message_manager_private.cc: Fixed some debug messages.
21960         * src/print.c, src/print-doc.c, src/anjuta-tools.c, src/anjuta.c,
21961         widgets/gnomefilelist.c: Fixed a memory leaks.
21962         * src/toolbar.[ch], src/text_editor.[ch], src/find_text.[ch],
21963         src/toolbar_callbacks.[ch], src/mainmenu_callbacks.c,
21964         src/main_menubar_def.h: Implemented incremental search.
21965         * TODO: Updated.
21967 2002-12-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21968         * tagmanager/*: Minor cleanups and warning fixes.
21969         * src/an_symbol_view.c, src/an_file_view.c: Do not freeze the
21970         GUI during long updates.
21971         * src/text_editor.c: Remove debug message.
21973 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21974         * tagmanager/tm_project.c: Fix a memory access problem.
21976 2002-12-13  Naba Kumar <naba@gnome.org>
21978         * anjuta.glade, src/anjuta-tools.c: Added a new column in the
21979         tools list to show "Enabled" flag of the tool. Fixed a bug where
21980         tool list is not cleared when creating a new tool.
21981         
21982 2002-12-13  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21983         * anjuta.glade, src/anjuta-tools.c: Added user params to tools.
21985 2002-12-12  Naba Kumar <naba@gnome.org>
21987         * anjuta-tools.[h,c], commands.c: Used the tools help of
21988         anjuta variables list in commands editor and fixed a typos
21989         buy in anjuta-tools.c.
21990         
21991 2002-12-12  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21992         * anjuta.glade, src/anjuta-tools.c, src/text_editor.[ch]
21993         , src/mainmenu_callbacks.c, controls.c: Tools editor stuff.
21994         * TODO.biswa: Added to help me track things better.
21996 2002-12-11  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
21998         * configure.in, anjuta.spec.in: Added libglade dependency.
21999         * Makefile.am: Added anjuta.glade file.
22000         * src/anjuta-tools.c, src/main.c, src/main_menubar_def.h
22001         , src/mainmenu_callbacks.[ch], src/message-manager.h
22002         , src/widget-registry.c: Tools editor GUI + other additions.
22004 2002-12-09  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22006         * src/project_dbase.[ch], tagmanager/tm_project.c,
22007         tagmanager/include/tm_project.h, src/mainmenu_callbacks.c:
22008         Implement syncing tags image with the project database.
22009         * src/anjuta-tools.c: Implemented variable substitution and
22010         working directory in tools.
22012 2002-12-09  Naba Kumar <naba@gnome.org>
22013         
22014         * data/properties/anjuta.properties, src/commands.[ch]: Reads the
22015         command configuration language list from properties.
22016         
22017         * data/properties/asm.properties, data/properties/ruby.properties:
22018         Fixed typos.
22020 2002-12-04  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22022         * src/an_symbol_view.c: Remember current selected entry and select
22023         it automatically after refresh.
22025 2002-11-26  Murray Cumming  <murrayc@usa.net>
22027         * src/project_type.c, src/project_dbase.c, src/stock_libs.anj,
22028           src/compiler-options.c, src/wizard_gui.c: Renamed gtkmm 1.2
22029         and gnomemm 1.2 projects so that people know they are really
22030         glademm projects. The gtkmm 2 and gnomem 2 projects are OK though.
22031         But I did correct these to sue lowercase names.
22033 2002-12-01  Naba Kumar <naba@gnome.org>
22035         * data/anjuta.properties: Fixed caching problem on 
22036         indicators.
22037         * src/preferences.c, src/preferences_gui.c: Implemented automatic
22038         indicators prefs.
22039         
22040 2002-12-01  Naba Kumar <naba@gnome.org>
22042         * data/properies/anjuta.properties: Corrected "indicators.automatic"
22043         property name.
22044         * src/anjuta.c, src/preferences.h: Added MESSAGES_INDCATORS_AUTOMATIC
22045         property and uses it.
22046         * src/aneditor.cxx: Fixed a bug associated with selection a word at
22047         current cursor.
22048         
22049 2002-11-30  Naba Kumar <naba@gnome.org>
22051         * src/debugger.c: Fixed a typo.
22052         * data/properties/*: Updated properties files and added
22053         new ones.
22054         * src/main_menubar_def.h, main_menubar.[hc], mainmenu_callbacks.[hc]:
22055         Added comment submenu and cleaned up ref and unref of menus.
22056         * src/aneditor.h: Added definition of comment commands.
22057         * src/aneditor.c: Upgrade from latest SciTE source code.
22058         * src/text_editor.[hc], src/text_editor_cbs.c, 
22059         src/message_manager_private.cc, src/message_manager.[cc,h],
22060         src/anjuta.[c,h]: Added indicators support for errors/warnings
22061         highlight in the editor.
22062         * NEWS, TODO: Update.
22063         * scintilla/include/PropSet.h: Removed deprecrated function.
22064         
22065 2002-11-29  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22067         * src/anjuta-tools.[ch]: Tools implementation (basic)
22068         * src/anjuta-plugins.[ch], src/anjuta.[ch], src/main_menubar.[ch]
22069           , src/main_menubar_def.h: PLugins cleanup and segregation
22070         * src/widget-registry.[ch], src/main_menubar.[ch]: Start of a widget
22071           registry
22072         * anjuta.prj: Added new files
22073         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: New FAQ entry
22074         * plugins/class-gen/clsGen.c: Register menu under 'Project'
22075         * plugins/patch/patch-plugin.c: Register menu under 'Format'
22076         * plugins/sample1/plugin-sample1.c: Register menu under 'View'
22077         * src/Makefile.am: Added new files
22078         * src/message-manager.[cc/h]: Added standard output and error windows
22080 2002-11-26  Johannes Schmid <clubfan@users.sourceforge.net>
22082         * project_type.c: Fixed Gnomemm2 project type
22084 2002-11-25  Naba Kumar <naba@gnome.org>
22086         * printing/print.c: Fixed a compile warning.
22087         * scintilla/Autocomplete.cxx: Applied missing patch from Biswa
22088         * src/utilities.c: Fixed a compile warning in sparc, hides the
22089         terminal check error output from the user.
22090         * project_config.[ch], project_dbase.[ch], source.c: Added project
22091         version, exclude modules configuration and reordered other config
22092         properties. Changed some strings to more descriptive text.
22093         * src/compiler_opitions.c: Removed extra newlines from .prj file
22094         save.
22095         * anjuta.prj: Converted to new format (only reorganised properties
22096         and removed extra newlines ... nothing else).
22097         * NEWS: updated
22098         
22099 2002-11-21  Naba Kumar <naba@gnome.org>
22101         * Editor.cxx, Editor.h, include/SciLexer.h, include/Scintilla.h,
22102         include/Scintilla.iface, KeyMap.cxx, KeyWords.cxx, LexCPP.cxx,
22103         LexFortran.cxx, LexHTML.cxx, LexMatlab.cxx, LexOthers.cxx,
22104         LineMarker.h, PropSet.cxx, RESearch.cxx, ScintillaBase.cxx:
22105         Updated to the CVS version.
22107 2002-11-20  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22109         * scintilla/AutoComplete.[cxx,h], scintilla/PlatGTK.cxx
22110           , scintilla/include/Platform.h, scintilla/ScintillaBase.cxx
22111           , scintilla/include/Scintilla.h, src/aneditor.cxx: Implement
22112           images in completion lists. 
22113         * src/resources.h: Make C++ friendly.
22114         * scintilla/PropSet.cxx: Fix memory leak.
22116 2002-11-20  Naba Kumar <naba@gnome.org>
22118         * scintilla/*/*: Synced to latest scintilla 1.49
22119         * scintilla/LexAsm.cxx, scintilla/LexFortran.cxx, src/Makefile.am:
22120         New lexers added.
22122         * scintilla/RESearch.cxx: The automatic cvs log in the
22123         file really broke things trying to interprete the changelog
22124         entry incorrectly as end-of-comment. Removed the $cvs line
22125         and committed again.
22126         
22127 2002-11-19  Naba Kumar <naba@gnome.org>
22129         Patch from Timothee Besset <ttimo@idsoftware.com>
22130         
22131         * src/message-manager-private.cc: Interpretes absolute
22132         file paths properly in zvt terminal.
22134 2002-11-19  Naba Kumar <naba@gnome.org>
22136         Patch from Timothee Besset <ttimo@idsoftware.com>
22137         
22138         * src/preferences.c, src/preferences_gui.c, src/project_dbase.c,
22139         src/properties.cxx, src/properties.h, anjuta.prj: Saves some of the 
22140         (important) editor preferences in project (if there is one
22141         open).
22142         
22143         * TODO: Updated
22144         
22145 2002-11-18  Naba Kumar <naba@gnome.org>
22146         
22147         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22148         
22149         * src/debug_tree.c, src/find_in_files_gui.c,
22150         src/find_replace.c, src/find_text.c, 
22151         src/project_import.c, src/project_import_gui.c,
22152         src/wizard_gui.c: i18n Fixes.
22154 2002-11-15  Naba Kumar <naba@gnome.org>
22156         * plugins/class-gen/clsGen.c: Fixed to use project function
22157         to import files. Create non-existent directories before the
22158         sources are written.
22159         
22160         * configure.in, src/Makefile.am, src/main.c, src/preferences_gui.c,
22161         src/preferences.c, src/CORBA-Server.c,src/CORBA-Server.h,
22162         src/glade_iface.c,
22163         src/glades.c: Excluded gladen files from build. This
22164         will fix the unnecessary dependency on libssl.
22165         
22166         * src/project_dbase.[c,h], src/project_dbase_gui.c: Refined
22167         file import funtion.
22168         
22169         * src/message_manager_private.cc: Fixed a compiler warning with
22170         DEBUG preprocessor macro.
22171         
22172         * src/text_editor_cbs.c, src/main_menu_callbacks.c: Fixed a bug where
22173         wrong (undocked) editor window was closed on clicking close on an
22174         undocked editor window.
22175         
22176         * src/debugger.c: Fixed a bad bug where debugger terminal won't
22177         start correctly if the executable was run before with 'F3'.
22178         
22179         * src/toolbar_callbacks.c: Wrap around find next.
22180         * src/toolbar.c: Disable combo activate.
22181         * src/find_text.c (on_find_text_ok_clicked): Swapped 'yes' and 'no'
22182         button positions to get 'yes' as default.
22184         * anjuta.spec.in: Updated.
22185         
22186         * src/anjuta_info.c, src/appwizard_gui.c,
22187         src/attach_process_gui.c, src/breakpoints_gui.c,
22188         src/commands.c, src/compiler_options_gui.c, src/configurer.c,
22189         src/cvs.c, src/cvs_gui.c, src/debugger.c, src/executer.c,
22190         src/find_in_files_gui.c, src/find_replace.c, src/find_text.c,
22191         src/help.c, src/launcher.c, src/main.c, src/mainmenu_callbacks.c,
22192         src/memory.c, src/message-manager-private.cc, src/message-manager.cc,
22193         src/preferences.c, src/preferences_gui.c, src/project_config.c,
22194         src/project_dbase.c, src/project_dbase.h, src/project_dbase_gui.c,
22195         src/project_import_gui.c, src/registers_gui.c, src/sharedlib_gui.c,
22196         src/signals_gui.c, src/source.c, src/src_paths_gui.c,
22197         src/stack_trace_gui.c, src/text_editor_cbs.c, src/text_editor_gui.c,
22198         src/toolbar.c, src/toolbar_callbacks.c, src/watch.h, 
22199         src/watch_cbs.c, src/watch_gui.c, plugins/class-gen/clsGen.c,
22200         plugins/patch/patch-plugin.c, printing/print-util.c:
22201         Set all windows and dialogs transient
22202         to their parents so that they remain floated above their parents.
22203         
22204 2002-11-13  Naba Kumar <naba@gnome.org>
22206         * printing/print.c: Fixed a leak and bug #634819 (print/preview does not
22207         take default editor font).
22208         
22209         * widgets/e-shell-about-box.c, src/main_menubar_def.h:
22210         Corrected email address.
22211         
22212         * src/mainmenu_callbacks.c: Used spaces instead of tabs
22213         for changelog entry.
22215         * NEWS: Updated.
22216         
22217 2002-11-06  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22218         * plugins/class-gen/clsGen.c: Refined the class generator a bit.
22220 2002-11-06  Naba Kumar <naba@gnome.org>
22222         * README: Updated
22223         * anjuta.spec.in: Ships the .omf files with the
22224         documents instead of the base package.
22225         
22226 2002-11-04  Naba Kumar <naba@gnome.org>
22228         * data/properties/latex.properties: Fixed a bug.
22229         * ChangeLog: Released 1.0.0 stable.
22231 2002-11-04  Naba Kumar <naba@gnome.org>
22233         * src/commands.c: Added command with shell redirection capability.
22234         * data/properties/anjuta.properties: Changed default execution
22235         command.
22236         * src/project_dbase.c: Set project top dir in properties.
22237         * Makefile.am: Recurse scripts/ before data/ to fix a distcheck error.
22238         * data/Makefile.am: More diskcheck error fixes.
22239         
22240         * README, anjuta.spec.in, THANKS, AUTHORS,
22241         manuals/C/anjuta-faqs/anjuta-faqs.sgml,
22242         manuals/C/anjuta-manual/authers,sgml,
22243         manuals/C/anjuta-manual/anjuta-manual.sgml,
22244         manuals/C/anjuta-manual/anjuta-manual-C.omf,
22245         manuals/C/anjuta-manual/anjuta-manual-ja_JP.eucJP.omf
22246         : Changed anjuta home to
22247         new URL and my email address.
22248         
22249         * manuals/C/anjuta-manual/interfaces.sgml,
22250         manuals/C/anjuta-manual/prefereces.sgml,
22251         manuals/C/anjuta-faqs/anjuta-faqs.sgml: Fixed typos and updated.
22252         
22253         * src/main_menubar.[c,h], src/controls, src/toolbar_callbacks.c
22254         : removed reference to the help menu as the menu is modified
22255         when no help is found (which is very likely when we are
22256         shiping the documents separately).
22257         
22258 2002-11-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22259         * anjuta.spec.in: Update specfile to make multiple RPMs.
22260         * data/Makefile.am: make dist fix.
22261         * src/text_editor_menu.c: Fix compile warnings (casts).
22263 2002-11-02  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22264         * manuals/C/anjuta-faqs/anjuta-faqs.sgml: FAQ update.
22265         * tagmanager/general.h, src/launcher.c: FreeBSD fixes (RFE #628576)
22267 2002-11-01  Naba Kumar <naba@gnome.org>
22269         * macros2/*, Makefile.am, configure.in, data/Makefile.am:
22270         Added gnome2 macros to be used by gnome2 project wizard.
22271         
22272         * data/autogen.sh.gnome2: Fixed to use our own macros instead of
22273         from gnome-common.
22274         
22275         * macros/Makefile.am: Removed INSIDE_GNOME_COMMAND macro
22276         as it was conflicting with generated projects and is not
22277         useful for us.
22278         
22279         * src/appwiz_page1.c, src/project_dbase.h, src/project_type.c,
22280         src/project_type.h, src/source.c, src/wizard_gui.c: Fixed gnome2
22281         project generation, removed qt project as it's not complete and
22282         added gnome2 bonobo wizard.
22284 2002-10-29  Naba Kumar <naba@gnome.org>
22286         * po/POTFILES.in: Updated.
22287         * po/POTFILES.skip: Added.
22288         * preferences.h: Fixed print paper size property name.
22290 2002-10-28  Naba Kumar <naba@gnome.org>
22291         
22292         * data/user.properties, data/Makefile.am: Added user properties file
22293         which will be copied in user's ~/.anjuta/user.properties.
22294         
22295         * data/anjuta.properties: Changed a comment.
22296         
22297         * macros/gnome-pilot.m4: Upgraged to the cvs head of gnome-macros.
22298         
22299         * src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22300         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, src/preferences.c:
22301         Adde [Settings]->[Preferences]->[Edit user.properties file ...] menu
22302         item.
22304         * src/mainmenu_callbacks.c: Fixed a bug that loads system properties file
22305         instead of user properties file.
22306   
22307         * README, anjuta.prj, configure.in: Bumped anjuta version to 1.0.0
22308         * anjuta.spec.in: Added {prefix}/share/doc/anjuta for rpms.
22309         * Makefile.am: Install docs in share/doc/anjuta and not doc/anjuta.
22310         * README, TODO: Updated.
22311         
22312 2002-10-28  Naba Kumar <naba@gnome.org>
22314     * manuals/C/anjuta-manual/figures/editor_guides.png,
22315     manuals/C/anjuta-manual/figures/editor_margins.png,
22316     manuals/C/anjuta-manual/figures/editor_markers.png,
22317     manuals/C/anjuta-manual/figures/local_variables.png,
22318     manuals/C/anjuta-manual/figures/open_file_multiple.png,
22319     manuals/C/anjuta-manual/figures/prefs_print.png,
22320     manuals/C/anjuta-manual/figures/print_dlg.png,
22321     manuals/C/anjuta-manual/figures/print_preview.png,
22322     manuals/C/anjuta-manual/figures/symbol_browser.png,
22323     manuals/C/anjuta-manual/figures/variable_tip.png: New png
22324     files for manual documentation.
22325     
22326     * manuals/sgmldocs.make,
22327     manuals/C/anjuta-manual/Makefile.am,
22328     manuals/C/anjuta-manual/authors.sgml,
22329     manuals/C/anjuta-manual/build.sgml,
22330     manuals/C/anjuta-manual/compileopts.sgml,
22331     manuals/C/anjuta-manual/debugger.sgml,
22332     manuals/C/anjuta-manual/execute.sgml,
22333     manuals/C/anjuta-manual/fileoperations.sgml,
22334     manuals/C/anjuta-manual/interface.sgml,
22335     manuals/C/anjuta-manual/preferences.sgml,
22336     manuals/C/anjuta-manual/projects.sgml,
22337     manuals/C/anjuta-manual/figures/arguments.png,
22338     manuals/C/anjuta-manual/figures/open_file.png,
22339     manuals/C/anjuta-manual/figures/other_opts.png,
22340     manuals/C/anjuta-manual/figures/scrshot.png,
22341     manuals/C/anjuta-manual/figures/toolbar_browser.png,
22342     manuals/C/anjuta-manual/figures/toolbar_tags.png:
22343     
22344     Updated anjuta manual documentation.
22346     
22347 2002-10-27  Naba Kumar <naba@gnome.org>
22349     * utilities.[h,c], debugger.[h,c], commands.c: Added gnome-terminal
22350     check and modifies debugger terminal command accordingly
22351     to function properly.
22352     
22353 2002-10-25  Naba Kumar <naba@gnome.org>
22355         * manuals/sgmldocs.make: Fixed a couple of bugs.
22356         * data/x-anjuta-project.desktop. data/Makefile.am: Mime handling link.
22358 2002-10-24  Naba Kumar <naba@gnome.org>
22360         * src/debug_tree.c: Fixed a crash bug from Etay.
22362         * global_tags/create_global_tags: Added messages.
22363         Fixed infinite looping within files.
22364         
22365         * macro/autogen.sh: Removed debug and warning flags for defaults.
22366         
22367         Patch from Vadim Berezniker <vadim@berezniker.com>
22368         
22369         * tagmanager/tm_workspace.[h,c], global-tags/create_global_tags.sh,
22370         global-tags/tm_global_tags.c: Fixed infinite loop in system tags
22371         generation.
22373         * Makefile.am: XML merge is broken for .destop in RH 8.0, so
22374         temporarily just copy it
22376 2002-10-24  Naba Kumar <naba@gnome.org>
22378         * manuals/sgmldocs.make, anuals/C/anjuta-faqs/anjuta-faqs.sgml,
22379         manuals/C/anjuta-manual/anjuta-manual.sgml, 
22380         manuals/C/anjuta-manual/compileopts.sgml,
22381         manuals/C/anjuta-manual/debugger.sgml,
22382         manuals/C/anjuta-manual/execute.sgml,
22383         manuals/C/anjuta-manual/fileoperations.sgml,
22384         manuals/C/anjuta-manual/interface.sgml,
22385         manuals/C/anjuta-manual/introduction.sgml,
22386         manuals/C/anjuta-manual/projects.sgml,
22387         manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
22388         manuals/ja/anjuta-faqs/anjuta-faqs.sgml,
22389         manuals/ja/anjuta-manual/anjuta-manual.sgml,
22390         manuals/ja/anjuta-manual/compileopts.sgml,
22391         manuals/ja/anjuta-manual/debugger.sgml,
22392         manuals/ja/anjuta-manual/execute.sgml,
22393         manuals/ja/anjuta-manual/fileoperations.sgml,
22394         manuals/ja/anjuta-manual/interface.sgml,
22395         manuals/ja/anjuta-manual/introduction.sgml,
22396         manuals/ja/anjuta-manual/projects.sgml: Upgraded to Docbook 4.0
22398 2002-10-24  Naba Kumar <naba@gnome.org>
22400         * src/project_type.c: added autogen for qt projects.
22401         * src/debugger.c: enabled debugger debugging for DEBUG MODE.
22402         Fixed a bug that retrieves wrong terminal command.
22403         * src/commnads.c: Added more terminal commands.
22404         * configure.in: Checks for scrollkeeper version.
22405         
22406 2002-10-22  Naba Kumar <naba@gnome.org>
22408         * configure.in, acinclude.m4, setup-gettext: Used AM_GNU_GETTEXT
22409         instead of AM_GNOME_GETTEXT.
22410         
22411         * src/source.c, data/autogen.sh.*, data/Makefile.am: Added support
22412         for setup-gettext for the wizard generated projects.
22414         * src/source.c: Fixed a bug where glade file wasn't generated.
22415         
22416         * src/gnome_project.c: Excluded project version from project dir
22417         name.
22418         
22419 2002-10-22  Naba Kumar <naba@gnome.org>
22421         * acinclude.m4: New file with dummy funtion for gettext
22422         cross compatibility fix.
22423         
22424         * configure.in, setup-gettext: Fixed to use with AM_GNOME_GETTEXT.
22425         * configure.in: Fixed cflags to avoid useless warnings.
22426         * Makefile.am: EXTRA_DIST += setup-gettext.
22427         * src/toolbars.c: Added space paddings around tags label.
22429 2002-10-21  Naba Kumar <naba@gnome.org>
22431         Patch from Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22432         
22433         * setup-gettext: New script to maintain gettext cross version
22434         compatibility.
22435         * configure.in, macros/autogen.sh: Fix for gettext cross version
22436         compatibility.
22437         
22438 2002-10-21  Naba Kumar <naba@gnome.org>
22440         * debug_tree.c: Fixed incorrect use of debug assertion.
22441         
22442 2002-10-18  Etay Meiri <etay-m@bezeqint.net>
22443             Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22444         * src/debug_tree.c, src/debug_tree.h, src/debugger.c,
22445         src/memory.c, src/memory.h, src/message-manager-private.cc:
22446         
22447         New parsing algorithm; adapted from kdevelop.
22448         Middle button menu for changing the value's display type
22450 2002-10-07  Naba Kumar <naba@gnome.org>
22452         * src/main_menubar_def.h: Changed status bar message for Help->
22453         Browse info pages. Bug #603308
22455         * src/executer.c: Made "User terminal" default for creating
22456         projects (User can always disable it later). Bug #114222
22457         
22458 2002-10-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22460         * macros/autogen.sh: Require gettext 0.10.x for autogen
22461         * src/text_editor.c: Fixes Bug #595303
22462         * src/source.c: Fixes Bug #595970
22463         * src/anjuta.c: Fixes Bug #598366
22464         * scingtilla/LexCPP.cxx: Bug #602296
22465         * src/main_menubar_def.h: Bug #604363
22466         * src/find_in_files.[h,c], src/find_in_files_gui.c: Buf #608679
22467         
22468 2002-10-07  Jens Georg <mail@jensgeorg.de>
22470         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22471         * gnomefilelist.c: This patch fixes the bug #611542
22472         
22473 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22475         * data/properties/Makefile.am: Added tcltk.properties file.
22476         
22477 2002-09-20      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22479         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22480         
22481         * README: Updated README
22482         * plugins/class-gen/clsGen.c, src/message_manager.cc
22483           , src/mainmeu_callbacks.c, src/memory.c
22484           , src/project_dbase_gui.c, src/text_editor_gui.c
22485           , widgets/gnomefilelist.c: Set window icons
22486         * configure.in, macros/*, */Makefile.am, anjuta.spec.in:
22487           Enabled release build (stripped + optimized binaries, etc.)
22488         * data/properties/anjuta.properties, src/commands.c,
22489           src/defaults.cFixed bug #595489 (stdin on executables)
22490         * src/appwizard.c, src/main.c, src/message-manager.cc
22491           , src/project_dbase.c, src/toolbar.c, widgets/gnomefilelist.c
22492           , src/debug_tree.c: Memory related (valgrind) fixes.
22493         * src/message-manager-private.[cc,h], src/pixpams.h
22494           , src/preferences.[ch], src/preferences_gui.c: Terminal preferences
22495         * anjuta.prj: Added debug_tree.c to SOURCES
22496         * src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
22497           src/text_editor_menu.c, src/text_editor_gui.c, src/anjuta.c:
22498           Compacted code and cleaned up unnecessary functions.
22499         * tagmanager/*.[ch]: Code fixes.
22500         
22501 2002-08-30  Etay Meiri <etay-m@bezeqint.il>
22502         
22503         Reviewed by: Naba Kumar <kh_naba@gnome.org>
22504         
22505         * src/debug_tree.c, debug_tree.h, debugger.c, message-manager-private.cc:
22506         Debug tree now detects changes of displayed variables
22507         and changes their color to red
22509 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22511         Patch from: Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22512         
22513         * mainmenu_callbacks.c: Set's the current file name in
22514         file save as dialog.
22515         
22516 2002-09-20  Naba Kumar <kh_naba@gnome.org>
22518         Patch from: Vlastimil Holer <xholer@informatics.muni.cz>
22520         * data/properties/tcltk.properties: New file for tcl/tk
22521         properties.
22523 2002-08-28      Naba Kumar      <kh_naba@users.sourceforge.net>
22525         * src/project_type.[c,h], src/source.c, data/Makefile.am:
22526         Fixed a fatal bug which doesn't let building gnome2 related
22527         projects. They use different autogen.sh script. Defined new
22528         type field "gnome_macro_support".
22529         
22530         * data/autogen.sh.gnome2: New file.
22531         
22532         * src/utilities.c (anjuta_util_escape_quotes): Fixed a fatal
22533         bug with quotes escaping in quotes.
22534         
22535         * src/message-manager-private.cc: Used event box instead
22536         of frame for local message pane, so that the borders appear
22537         properly and nicely.
22538         
22539         * src/anjuta.c: Fixed bug #600221 -- anjuta crashes on exit
22540         if there is a project open and all the files are un-docked.
22542         * src/dnd.c: Possible fix for bug #512873 Drag And Drop problems.
22544 2002-08-27      Andy Piper      <andy.piper@freeuk.com>
22546         * src/main_menubar_def.h: implement feature request #595356, patch #597161
22547         * THANKS: updated for new contributions
22548         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: patch #597161
22550 2002-08-27 Steven Knight  <steven.knight@unh.edu>
22552         * src/appwiz_page1.c, src/pixmaps.h, src/project_dbase.c,
22553         src/project_dbase.h, src/project_type.c, src/source.c, 
22554         src/wizard_gui.c: new Qt project type
22555         *** NB not fully tested, may need some work, icon required...
22557 2002-08-27 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22559         * src/memory.c, src/memory.h: new memory patch
22561 2002-08-27  Johannes Schmid <clubfan@users.sourceforge.net>
22563         * src/anjuta.c: Fixed bug #589646 CVS preferences visibility
22565 2002-08-27      Naba Kumar      <kh_naba@users.sourceforge.net>
22567         * lancher/anjuta_launcher.c: Determine pty from function
22568         call instead of running 'tty' externally.
22569         
22570         * data/properties/cs.properties: Added compile/build commands.
22571         Fixed execution properties.
22572         
22573         * src/commands.c: Added c# options.
22575         (Patch from: Etay Meiri <etay-m@bezeqint.net>)
22576         
22577         * src/debug_tree.[c,h], src/debugger.[c,h],
22578         src/message_manager_private.[cc,h], message_manager.cc, stack_trace.[c,h]:
22579         
22580         The following problems, detected by Jean-Noel Guiheneuf, were fixed:
22581         1. Misaligned structs when they are members of other structs.
22582         2. '{' sometimes appears as a variable.
22583         3. Wrong processing of some arrays.
22584         I've also incorporated some code from a patch by Guiheneuf Jean-Noel
22585         that displays the tree in two columns (variable and value).
22587 2002-08-14  Stephane Demurget  <demurgets@free.fr>
22589         Added missing keywords reported by Luca Bellonda <lbell@tsc4.com>.
22591         * data/properties/sql.properties: added the DATETIME data type.
22593         * data/properties/html.properties: added the foreach php keyword.
22595 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22597         * NEWS: Updated with new features.
22598         
22599         * data/.cvsignore, doc/.cvsignore: Updated.
22600         
22601         Patch from: Etay Meiri <etay-m@bezeqint.net>
22602         
22603         * src/debug_tree.h, src/debug_tree.c: New files.
22604         
22605         * src/Makefile.am, src/message-manger-private.[h,cc],
22606         src/message-manger.cc: Added Tree view for debugger
22607         locals view.
22608         
22609 2002-08-09      Naba Kumar      <kh_naba@users.sourceforge.net>
22611         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22612         
22613         * src/memory.c, src/memory.h: New files.
22614         
22615         * src/Makefile.am, src/appwizard.c, src/controls.c,
22616         src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
22617         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
22618         
22619         Memory view implemetation that would enable viewing raw memory
22620         during debugging.
22622 2002-08-08  Stephane Demurget  <demurgets@free.fr>
22624         * AUTHORS: added Biswa, because I wonder why noone already have
22625         written his name in the Anjuta's hall of fame :)
22627 2002-08-07      Naba Kumar      <kh_naba@users.sourceforge.net>
22629         * src/appwizard_gui.c: Removed an ambiguous prototype.
22630         * src/appwizard_gui.c: Removed more ambiguous prototypes. This seem to
22631         fix a nasty PPC bug as reported by Todd Goyen <wettoad@knighthoodofbuh.org>.
22632         * THANKS: Updated M. Ali Vardar's email.
22633         
22634 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22636         * src/anjuta_gui.c: implemented feature request to stop main and browser
22637           toolbars having exclusive use of space
22639 2002-08-01      Andy Piper      <andy.piper@freeuk.com>
22641         * NEWS: updated for 1.0-beta rele.c: commented the define for ANJUTA_DEBUG_DEBUGGER
22642         left over from the previous work to fix bugs :-)
22643         
22644         * src/main_menubar_def.h, src/main_menubar.h, src/main_menubar.c, 
22645         src/controls.c, src/mainmenu_callbacks.h, 
22646         src/mainmenu_callbacks.c: Insert CVS keywords, message strings 
22647         reviewed
22648         
22649         * src/watch_gui.c, src/stack_trace_gui.c, src/app_wizard_gui.c, 
22650         src/project_import_gui.c, src/sharedlib_gui.c, 
22651         src/signals_gui.c: set window icon correctly
22652         
22653         * NEWS: more updates for the release
22654         
22655         * HACKING: updated for window icons and insert menu information
22656         
22657         * src/cvs_gui.c, src/build_project.c, 
22658         src/project_import_cbs.c: message strings reviewed
22659         
22660         * src/controls.c: context help button should be disabled if 
22661         DevHelp is not installed
22662         
22664 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22666         * src/debugger.c: Fixed the signalling screw up because of string
22667         update in gdb used to report the child process PID. Also, no
22668         error dialog will be popped up for "no such file or directory"
22669         error (very annoying and useless error). This error will still
22670         be shown on the debug message window. Avoided terminating the
22671         program when the terminal is terminated -- doesn't hurt, otherwise
22672         we get crappy egg-and-hen problem.
22673         
22674         * src/sharedlib.c, src/signals.c: Fixed the incorrect default window
22675         dimensions loading.
22676         
22677         * src/anjuta.c: Limited the default size of main window to sane
22678         values.
22680         * src/preferences.c: Fixed some deadly memory corruption bugs in
22681         the recent patches. Return from getenv() should NEVER be freed,
22682         because they are static strings.
22683         
22684         * src/preferences_gui.c: Removed the fix for crash bug with font
22685         selection and applied the real fix.
22686         
22687 2002-06-08      Andy Piper      <andy.piper@freeuk.com>
22689         * NEWS: updated for release
22691 2002-06-08  Naba Kumar <kh_naba@users.sourceforge.net>
22693         * src/launcher.c: Added a fix a memory leak and a possible
22694         fix for zvt-crash bug.
22695         
22696         * printing/.cvsignore, plugins/patch/.cvsignore: Added files.
22697         
22698         * data/properties/latex.properties,
22699         data/properties/ada.properties: Added file.is.source property.
22700         
22701         * src/an_file_view.c: Set auto column size of the file
22702         revision column.
22703         
22704         * src/mainmenu_callbacks.c, src/cvs.c: Fixed bug #542151.
22705         The user is now prompted to confirm the closing of the file
22706         if it is being used by CVS. If yes, the editor is closed and
22707         the CVS operation stops.
22708         
22709 2002-06-07      Andy Piper      <andy.piper@freeuk.com>
22711         * anjuta.prj: bump project version for release
22712         * BUGS: removed unnecessary file
22714 2002-06-07      Philip Van Hoof <freax@pandora.be>
22716         * widgets/gnomefilelist.c: fix up issue with directory deleted 
22717         during the life of the file list widget
22718         * src/preferences_gui.c: sticking-plaster fix to font selection
22719         causes segfault bug
22721         Patches reviewed by Andy Piper <andy.piper@freeuk.com>
22723 2002-06-07      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22725         * data/properties/anjuta.properties, src/an_file_view.[ch], 
22726         src/an_symbol_view.[ch], src/defaults.c, src/preferences.[ch], 
22727         src/preferences_gui.c, src/project_dbase.c, src/project_dbase_gui.c: 
22728         added options for symbol and file browsers.
22729         * data/properties/cpp.properties: linker flags should come after
22730         the name of the file to compile.
22731         * scintilla/Editor.cxx: fixed gcc compilation warning.
22732         * src/Makefile.am, src/project_import.c: anjuta_import.sh should
22733         be executed from bindir only.
22734         * src/an_file_view.[ch], tagmanager/tm_file_entry.c, 
22735         tagmanager/include/tm_file_entry.h: CVS version information in file 
22736         browser.
22737         * src/anjuta.c, src/preferences.[ch]: remember visibility of messages 
22738         window.
22739         * src/controls.c, src/cvs.[ch], src/project_dbase.[ch]: CVS fixes.
22740         * src/launcher.c, src/project_import.c: (hopefully) fixed random ZVT
22741         crashes during file import.
22742         * src/project_import.c: disable project menu items during project 
22743         import.
22744         
22745         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22747 2002-06-07  Jean-Noel Guiheneuf  <jnoel@saudionline.com.sa>
22749         * src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, 
22750         src/preferences.c, src/main_menubar_def.h, src/main_menubar.c,
22751         src/main_menubar.h, src/controls.c:     fixed Insert ChangeLog, 
22752         modified Insert menu, added C functions template, header C 
22753         template, modified header_template HEADER_H ==> NAMEFILE_H
22754         
22755         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22757 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22759         * data/properties/html.properties: changed some file 
22760         associations
22762 2002-06-05 Philip Van Hoof <freax@pandora.be>
22764         * widgets/gnomefilelist.c: Fixed #560759 and #561776
22765         
22766         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22768 2002-06-05  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22770         * data/properties/anjuta.properties, src/defaults.c: Make windows
22771         docked by default, fix the big fonts bug.
22772         
22773         * src/an_file_view.c, src/main_menubar_def.h, 
22774         src/project_dbase_gui.c: sanitized the Edit/View mess.
22775         
22776         * src/main_menubar_def.h, src/main_menu_callbacks.c: Add an item
22777         for customizing shortcuts.
22778         
22779         * src/mainmenu_callbacks.c: Search for selected word if present.
22780         
22781         * src/text_editor_menu.c: Added context menu options for docking
22782         and undocking editor windows.
22783         
22784         * src/main_menubar.h, src/main_menubar.c: more support for the 
22785         shortcuts menu item.
22786         
22787         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
22789 2002-06-05      Andy Piper      <andy.piper@freeuk.com>
22791         * scintilla/RESearch.cxx: removed CVS Log keyword to prevent
22792         all commit messages being written to top of the file
22793         
22794         * src/main_menubar_def.h: message strings reviewed
22795         
22796         * src/project_import.c: message strings reviewed
22797         
22798         * src/source.c, src/glades.c: message strings reviewed. Fixed 
22799         some bugs around reading the project properties for creating 
22800         .glade and .desktop files in the Application Wizard. There were
22801         typos in the property names being retrieved
22802         
22803         * widgets/gnomefilelist.c: changed build_full_path to make 
22804         the file widget support ~
22805         Patch from Pierre Sarrazin <sarrazip@sympatico.ca>
22806         
22807         * THANKS, widgets/e-shell-about-box.c, 
22808         manuals/anjuta-manual/C/authors.sgml: updated for new
22809         patch
22811 2002-06-05  Naba Kumar <kh_naba@users.sourceforge.net>
22813         * src/project_dbase.c: Fixed the file-path-corruption bug
22814         and the cannot-import-file-in-project bug. (follow-up with
22815         the last commit from Stef).
22816         
22817         * src/anjuta_cbs.c: Fixed double-confirmation when exiting
22818         with unsaved-project.
22819         
22820 2002-06-05  Stephane Demurget  <demurgets@free.fr>
22822         * src/project_dbase.c (project_dbase_add_file_to_module): fixed a
22823         misplaced g_free.
22825 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22827         * data/properties/{xml,html,other}.properties: changed some file 
22828         associations
22829         
22830         * data/anjuta.mime: oops! cvs added
22831         
22832         * scintilla/RESearch.cxx: fixed up a problem with comments
22833         
22834         * global-tags/create_global_tags.sh: redirect errors to /dev/null
22835         to avoid messages about missing libs
22836         
22837         * NEWS: started the release notes
22839 2002-06-04      Andy Piper      <andy.piper@freeuk.com>
22841         * HACKING: updated with new information on printing, patch naming
22842         
22843         * TODO: removed completed tasks
22844         
22845         * THANKS: updated a few contributions
22846         
22847         * anjuta.prj: updated the icon file
22848         
22849         * anjuta.desktop.in.in: updated to add Categories
22850         
22851         * data/anjuta.mime: created a mime type for Anjuta project files
22852         (NB needs to be added to the install in /usr/share/mime/)
22853         
22854         * pixmaps/madeinanjuta.xcf: finally added Nick Dowell's 
22855         "Coded in Anjuta" button in Gimp XCF format. It can be converted 
22856         to PNG for websites.
22857         
22858         * plugins/patch/patch-plugin.c: clarified some messages and 
22859         made it easier to see different patching sessions
22860         
22861         * src/toolbar.c: changed some message text for consistency
22862         
22863         * src/preferences_gui.c, src/preferences.c, src/preferences.h, 
22864         src/defaults.c, src/anjuta.c, src/anjuta.h: enable/disable tooltips 
22865         in preferences. 
22866         Patch from Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
22867                  
22868         * src/appwiz_page1.c, src/appwizard_cbs.c, src/pixmaps.h, 
22869         src/project_dbase.{c,h}, src/project_import_cbs.c, 
22870         src/project_type.c, src/source.{c,h}, src/wizard_gui.c:
22871         Added XLib Project and a Dockapp Project types.
22872         * pixmaps/Makefile.am: added line for new pixmap for new xlib
22873         projects
22874         * pixmaps/appwiz_xlib.png: pixmap for new xlib projects
22875         * src/source.c: Fixed memory leak in existing projects. 
22876         (filename was not freed)
22877         Patch from Todd Goyen <wettoad@knighthoodofbuh.org>
22879 2002-06-04  Naba Kumar <kh_naba@users.sourceforge.net>
22881         * src/anjuta.h, src/anjuta.c: Added error display funtions
22882         with parent windows.
22883         
22884         * src/appwizard_cbs.c: Changed error display function to use
22885         parented version.
22886         
22887 2002-06-03  Naba Kumar <kh_naba@users.sourceforge.net>
22889         * printing/print.h, printing/printing.c: Taken care of document
22890         zoom factor and fixed a font loading bug. Dynamically calculated
22891         text widths to work with zooms properly. Re-organized code for
22892         dynamic text width calulations to work in general with utf8 chars.
22893          Determined font height and width automatically from the font info.
22894         
22895         * src/anjuta.c, src/mainmenu_callbacks.c, *src/preferences.c:
22896         src/preferences.h, src/text_editor.c, src/preferences_gui.c:
22897         Converted text.zoom.factor property to use #defined value. Removed
22898         margin header and margin numbers preferences, as they  now
22899         calculated dynamically.
22900         
22901 2002-06-02  Naba Kumar <kh_naba@users.sourceforge.net>
22903         * printing/print-doc.c, printing/print-doc.h, printing/print-util.c,
22904         printing/print-util.h, printing/print.c, printing/print.h:
22905         Rewritten printing support for style based printing. Syntax highlighted
22906         printing, monochromatic printing, setup using preferences etc.
22908         * src/aneditor.cxx, src/aneditor.h: Added two commands for working with
22909         printing. ANE_GETLANGUAGE and ANE_GETSTYLEDTEXT for geting the document
22910         language and the styled text buffer.
22911         
22912         * src/preferences.c, src/preferences.h, src/preferences_gui.c: Redesigned
22913         the print setup preferences page and added printer preferences. Added functions
22914         to retrieve preferences with default values.
22915         
22916         * src/text_editor_gui.c, src/main_menubar_def.h: Changed an #include for
22917         the printing.
22919         * data/properties/anjuta.properties: Added default printer preferences.
22921         * pixmaps/print_color.xpm, pixmaps/print_landscape.xpm,
22922         pixmaps/print_layout.xpm, pixmaps/print_nocolor.xpm,
22923         pixmaps/print_portrait.xpm: CVS added printer setup pixmap files.
22925         * pixmaps/Makefile.am, src/pixmaps.h, anjuta.prj: Added the new pixmaps references.
22926         
22927 2002-06-01      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22929         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22931         src/Makefile.am, src/aneditor.cxx, src/anjuta.c, src/anjuta.h
22932         src/defaults.c, src/message-manager-private.cc, src/project_dbase.c
22933         src/utilities.c, scintilla/PropSet.cxx: Fix memory leaks and other
22934         cleanups, remove dead code, GUI cleanupMemory leaks cleanups.
22936         printing/Makefile.am: Reduced compiler optimizations.
22938         tagmanager/include/tm_project.h, tagmanager/include/tm_work_object.h, 
22939         tagmanager/include/tm_workspace.h, tagmanager/tm_project.c, 
22940         tagmanager/tm_source_file.c, tagmanager/tm_work_object.c,
22941         tagmanager/tm_workspace.c: TagManager fixes.
22943 2002-06-01  Naba Kumar <kh_naba@users.sourceforge.net>
22945         * printing/*: CVS added. :)
22946         
22947 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22949         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22951         * printing*: CVS added.
22952         * printing/*.[ch], printing/Makefile.am, anjuta.spec.in, Makefile.am,
22953           configure.in, src/Makefile.am, src/controls.c, src/main_menubar.[ch],
22954           src/main_menubar_def.h: Gnome Print support
22955         * src/anjuta.c: Fixed a crash bug (NULL pointer check).
22956         * configure.in: Enable debugging flag option
22957         * src/preferences.c, src/preferences.h, src/preferences_gui.c, src/mainmenu_callbacks.c:
22958           Print properties defined.
22959         * global-tags/create_global_tags.sh: More GNOME libraries added, cleanups
22960         
22961 2002-05-31      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
22963         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
22964         
22965         * src/an_file_view.c, src/an_symbol_view.c: Added Dock/Undock
22966         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
22967           src/anjuta.h, src/text_editor_menu.[ch]: More menu re-organization
22968           and cleanups
22969         * src/text_editor.c: Minor cleanups.
22970         * anjuta.c: Tweaks to 'Goto File Line' functionality.
22971         * src/project_dbase.c: Fixes to add/remove files from project.
22972         * src/help.c: Fix minor memory leak.
22973         * src/project_dbase_gui.c: Remove debugging messages.
22974         * src/utilities.[ch]: Cleanups and minor fixes.
22975         * src/anjuta_gui.c, src/pixmaps.h: Application icon set correctly.
22977 2002-05-30  Naba Kumar <kh_naba@users.sourceforge.net>
22979         * src/anjuta.c [anjuta_apply_preferences()]:
22980         Fixed a crash bug when tab pos is not defined for the editors.
22981         
22982         * data/properties/cpp.properties: Set default identifier property to normal.
22983         This fixes the bug in which the fore color gets hidden with dark background.
22985 2002-05-29  Naba Kumar <kh_naba@users.sourceforge.net>
22987         * scintilla/*, scintilla/include/*: Upgraded to the vanilla
22988         scintilla 1.46
22989         
22990         * src/aneditor.cxx, src/aneditor.h, src/main_menubar.h, src/main_menubar.h,
22991         src/mainmenu_callbacks.c, src/mainmenu_callbacks.h, main_menubar_def.h,
22992         src/anjuta.c, data/properties/anjuta.properties:
22993         Implemented line wrapping.
22994         
22995         * src/aneditor.cxx, src/aneditor.h:     Implemented Readonly file mode.
22996         
22997         * scintilla/LexCPP.cxx: Added the custom code (insidePreprocessor variable
22998         usage and SCE_C_WORD3 flagging) used by tagmanger for maintaing custom
22999         tags. Code was reviewed from GNOME Bonsai view.
23000         
23001         * scintilla/include/SCILexers.h: Added definition of SCE_C_WORD3 as
23002         it seems to have been removed by scintilla people.
23003         
23004         * data/properties/anjuta.properties: Set default line wrap to false, as
23005         is noticably slow with big files.
23006         
23007 2002-05-27      Jean-Noel Guiheneuf     <jnoel@saudionline.com.sa>
23009         * src/project_import_gui.c: disallow the selection of files in
23010           the browse dialog.
23011         * src/mainmenu_callbacks.c, src/preferences.c: cleanups to identity
23012           preferences code.
23013         
23014 2002-05-27      Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23016         * src/an_file_view.c, src/an_symbol_view.c, src/text_editor_menu.c,
23017           src/main_menubar_def.h, src/pixmaps.h, :Added some icons to menu items.
23018         * src/controls.c, src/main_menubar.[ch]:Some menu organization cleanups.
23019         * src/project_dbase.[ch], src/project_dbase_gui.c: Adding files to projects
23020           now works properly.
23021         * src/gnome_project.c, src/mainmenu_callbacks.[ch]: Minor API change.
23022         * scintilla/include/PropSet.h, tagmanager/read.c: Accept '$' in identifiers.
23023         * src/utilities.[ch]: Added some utility functions.
23024         * tagmanager/tm_project.c: Fix for bug in file removal from project.
23025         
23026         Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23028 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23030         * HACKING: info on FIXME statements and removed ccview references
23031         * Makefile.am: added rule to make RPM package
23033 2002-05-26      Andy Piper      <andy.piper@freeuk.com>
23035         * THANKS, widgets/e-shell-about-box.c, 
23036         manuals/anjuta-manual/C/authors.sgml: updated for new
23037         patch
23038         * src/anjuta.c: removed unnecessary warning code since CVS 
23039         support is now implemented :-)
23040         * manuals/sgmldocs.make: implemented a fix for bug #553969
23041         * manuals/C/anjuta-tutorial/anjuta-tutorial.sgml: fixed some CRs
23042         * manuals/C/anjuta-tutorial/anjuta-turorial-C.omf, 
23043         manuals/C/anjuta-faqs-C.omf: modified the descriptions
23044         
23045 2002-05-20 Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23046         
23047         * src/main_menubar.c, src/main_menubar.h, src/controls.c,
23048           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h,
23049           src/main_menubar_def.h, src/preferences_gui.c,
23050           preferences.c, preferences.h: setup Username and Email 
23051           preferences, Insert ChangeLog and Username editor functions
23052           
23053           Patch reviewed and modified by Andy Piper <andy.piper@freeuk.com>
23055 2002-05-17  Jean-Noel Guiheneuf <jnoel@saudionline.com.sa>
23056         
23057         * src/commands.c, src/compiler_options_cb.c src/compiler_options_gui.c
23058           src/src_paths_cbs.c, src/src_paths_gui.c
23059           Fixed some minor bugs and replace gtk_entries by gnome_file_entries
23061           Patch reviewed by Andy Piper <andy.piper@freeuk.com>
23063 2002-05-14  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23065         * src/main_menubar.[ch], main_menubar_def.h: Added back/forward
23066           and goto tag menu items to main menu.
23068 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23070         * THANKS, widgets/e-shell-about-box.c, 
23071         manuals/anjuta-manual/C/authors.sgml: added new contributors
23072         * HACKING: updated with info on files to change for credits
23074 2002-05-09  Dan Elphick <dre00r@ecs.soton.ac.uk>
23076     * src/aneditor.cxx: extended extension list which fixes segfault
23077     on selecting lisp, ruby or matlab as highlight style.
23079 2002-05-09  Andy Piper <andy.piper@freeuk.com>
23081         * src/main_menubar_def.h: fixed an array initialiser and fixed
23082         the lexer settings for the new entries on the Format menu
23084 2002-05-07  Stephane Demurget  <demurgets@free.fr>
23086         * Synced with Scintilla 1.45
23088 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23090         * anjuta.prj: added another missing file
23091         * ChangeLog: fixed some incorrect change dates I caused by 
23092         sloppy cut-and-pasting :-/
23094 2002-05-06  Andy Piper <andy.piper@freeuk.com>
23095         
23096         * src/mainmenu_callbacks.c: fixed title of new About box
23098 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23100         * src/pixmaps.h: added macros for OpenGL and SDL project icons
23102 2002-05-05  Andy Piper <andy.piper@freeuk.com>
23104         * pixmaps/appwiz_opengl.png, pixmaps/appwiz_sdl.png: added new files
23105         * anjuta.prj: updated for new files
23107 2002-05-05  Naba Kumar <kh_naba@users.sourceforge.net>
23109         * widgets/e-shell-about-box.c: Added version display.
23110         
23111 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23113         * launcher/anjuta_launcher.c, src/dnd.c, src/session.c, 
23114         widgets/scroll_menu.c: fixed up some compiler warnings (patch
23115         from Philip Van Hoof)
23117 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23119         * manuals/C/anjuta-tutorial/Makefile.am: removed a circular 
23120         dependency
23121         * manuals/ja/anjuta-manual/anjuta-manual.sgml, 
23122         manuals/ja/anjuta-manual/debugger.sgml: fixed some markup problems 
23123         that produced build errors (needs checking on a machine with the
23124         ja locale!)
23125         * data/properties/lisp.properties: updated to match format of other
23126         lexer property files supplied with Anjuta
23128 2002-05-03  Andy Piper <andy.piper@freeuk.com>
23130         * anjuta.prj: added new files
23131         * HACKING: added information from the mailing list on 
23132         adding new project types to the wizard (thanks to Johannes)
23134 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23136         * src/utilities.h, src/launcher.c, src/gnome_project.c,
23137           src/appwiz_page2.c: Fix for 547038.
23139 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23141     * attach_process.c, attach_process_cbs.c: Fixed a dialog
23142     hide bug.
23143     
23144     * about.h: cvs removed.
23145     
23146 2002-05-03  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23148         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23150         Fix for #539574.
23152         * src/anjuta.c (anjuta_system_error): checks for the error number to
23153         know whether the error description is needed or not.
23155 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23157         * pixmaps/anjuta_logo.png: New about logo.
23158     
23159         * pixmaps/anjuta_icon.png: New icon from Misha. The
23160         old one had trouble with some gtk themes.
23161     
23162         * about.c: Removed. No longer needed.
23164         * mainmenu_callbacks.c: Removed reference of about.h
23165     
23166 2002-05-03  Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
23168         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23170         * widgets/e-shell-about-box.[ch], configure.in, Makefile.am,
23171           mainmenu_callbacks.c, widgets/Makefile.am: Implemented the new
23172         About Dialog (thanks to the Evolution team for the cool widget!)
23174 2002-05-03 Naba Kumar <kh_naba@users.sourceforge.net>
23176         Patch from lbell <lbell@tsc4.com>
23177     
23178         * src/find_in_files.c, src/find_in_files.h,
23179           src/anjuta.c: Added save_yourself, load_yourself routines.
23180     
23181         * src/find_in_files.{h,c}, src/find_in_files_gui.c:
23182         Added "Append messages" toggle button. This will enable
23183         the search results to be appended to the already existing
23184         results.
23185     
23186         * src/debugger.c: Fixed a typo.
23187     
23188         * src/find_text.c, src/breakpoints.c, src/project_dbase.c,
23189           src/session.c, src/session.h: Improved session management.
23191 2002-05-03  Naba Kumar <kh_naba@users.sourceforge.net>
23193         * THANKS, FUTURE, AUTHORS: Changed my email and
23194         avoided yahoo.com.
23196 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23198         Impl. feature request #525271 (add Lisp support).
23200         * data/properties/lisp.properties: added.
23202         * data/properties/Makefile.am, data/properties/anjuta.properties: added
23203           the lisp properties.
23205         * src/main_menubar_def.h, src/lexer.h, src/aneditor.cxx,
23206           src/utilities.[ch]: added support for the Lisp highlight style.
23208 2002-05-02  Stephane Demurget  <demurgets@free.fr>
23210         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23211           src/main_menubar_def.h, src/mainmenu_callbacks.[ch],
23212           src/text_editor_cbs.c: replaced the tabs ordering menuitem by a
23213           option preferences to have a persistent setting. Plus it's not used
23214           often, so it's better here than flooding the menus.
23216         * src/preferences.[ch], src/preferences_gui.c: ditto, plus made the
23217           preferences pages a lot more consistent and sweeter: tabs direction
23218           radiobuttons are directed against the meaning, all pages have an
23219           outter frame, a lot of padding, removed all expand attributes for
23220           vertical boxes, ...
23222           That's not a total revamp, but it's really looking better now, even
23223           if there's still work to be done.
23225 2002-05-01  Andy Piper <andy.piper@freeuk.com>
23227         * src/main_menubar_def.h, src/cvs_gui.c: updates to strings
23228         * TODO: added task to be completed before next release (update all credits)
23230 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23232         * THANKS, src/about.c, manuals/anjuta-manual/C/authors.sgml: added
23233         Benke László.
23235 2002-05-01  Benke László  <decike@freemail.hu>
23237         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23239         * src/anjuta.[ch], src/anjuta_cbs.c, src/main_menubar.[ch],
23240           src/main_menubar_def.h, src/mainmenu_callback.[ch],
23241           src/text_editor_cbs.c: added an "automatic tab ordering" checkmenuitem
23242           to the format menu in order to reorder the notebook tabs in
23243           alphabetical order everytime a file is created/opened/saved.
23245 2002-05-01  Philip Van Hoof <freax@pandora.be>
23247         * widgets/gnomefilelist.[ch] (history_combo_go),
23248         (history_combo_clicked): impl.
23250         (gnome_filelist_new_with_path): use this new impl.
23252 2002-05-01  Stephane Demurget  <demurgets@free.fr>
23254         * src/project_dbase_gui.c (add_file): added the xpm file type.
23256 2002-04-30  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23258         Patch reviewed by Stephane Demurget <demurgets@free.fr> except for the
23259         tag manager fixes.
23261         * src/anjuta.[ch]: Changed local tag list to use line numbers instead
23262           of tag types.
23264         * src/an_symbol_view.[ch], src/mainmenu_callbacks.[ch],
23265           src/text_editor_menu.c: Added context sensitive search in symbol
23266           browser and editor.
23268         * configure.in: Changed version number to 0.1.9.99.
23270         * scripts/anjuta_import.sh.in, scripts/anjuta_project.template,
23271           src/project_import.c: Minor changes to project import facility.
23273         * src/preferences.[ch], src/preferences_gui.c: Fix for bug #537273
23274           (Forced to use specific brace format)
23276         * tagmanager/include/tm_tag.h, tagmanager/include/tm_workspace.h,
23277           tagmanager/tm_tag.c, tagmanager/tm_work_object.c,
23278           tagmanager/tm_workspace.c: Minor TagManager fixes and updates.
23280 2002-04-30  Johannes Schmid  <clubfan@users.sourceforge.net>
23282         Patch reviewed by Stephane Demurget <demurgets@free.fr> who made
23283         replaced the spinbutton with an hscale, and made the UI less "blocky".
23285         * src/cvs_gui.c: When diffing a project you can choose date and
23286         release now.
23288         * src/project_dbase.c: Import_file activated again
23290         * configure.in, plugins/Makefile.am: Added patch plugin
23292         * plugins/patch/*: The new patch plugin
23294 2002-04-28  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23296         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
23298         * src/aneditor.cxx (StartAutoCompletedWord): the duplicates in the
23299         dropdown list shown by autocompletion are now removed.
23301 2002-04-28  Philip Van Hoof <freax@pandora.be>
23303         Patch reviewed by Stephane Demurget  <demurgets@free.fr> who merged
23304         a bunch of filetypes from the older version.
23306         * src/project_dbase_gui.c (add_file): changed the import
23307         dialog's filetypes combo contents depending on the
23308         type of data to be imported.
23310 2002-04-28  Stephane Demurget  <demurgets@free.fr>
23312         * src/fileselection.[ch] (fileselection_addtype_f): removed the use of
23313         the amount parameter as Philip stated and reformated to follow the
23314         Gnome convention.
23316         * src/project_dbase.c (project_dbase_make_default_filetype_list):
23317         changed accordingly.
23319 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23321         Fix for #531293.
23323         * src/main_menubar_def.h: replaced the shortcut for "Find next" to
23324         Shift-F6, to be more consistent with other Gnome apps.
23325         Moved the "Search next" entry under the "Search" one, and swapped the
23326         order of the "Find in files" and "Find and Replace" ones.
23328         Some additional fixes ands cleanups on the edit menu.
23330         * src/main_menubar.h: replaced all occurences of repeat_find by
23331         find_again for the code to be more consistent.
23333         * src/main_menubar.c (update_main_menubar): made the "Find next" entry
23334         sensitiveness depending on the existence of an active text buffer.
23336         * TODO: added some bits about improving the usability of the
23337         search/search again couple.
23339 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23341         * src/preferences_gui.c: made the tab labels text more consistent
23342         (s/misc/Misc/).
23344 2002-04-25  Biswapesh Chattopadhyay  <biswapesh_chatterjee@tcscal.co.in>
23346         Patch reviewed and improved by Stephane Demurget  <demurgets@free.fr>
23348         * manuals/C/anjuta-tutorial/Makefila.am: fixed the glade picture
23349         filename.
23351         * src/main.c (main): simplified some code and cleanups.
23353         Fix a part of #499366:
23355         * src/commands.[ch] (sync_from_props), (command_editor_save),
23356         (on_apply_clicked), (create_command_editor_gui): added the gui
23357         corresponding to the command.terminal preference.
23359 2002-04-25  Stephane Demurget  <demurgets@free.fr>
23361         Fix for #465180.
23363         * anjuta.spec.in: added build requirements for the source rpm.
23365 2002-04-24 Johannes Schmid <clubfan@users.sourceforge.net>
23367         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23368         
23369         * src/appwiz_page1.c, src/appwizard_cbs.c, src/glades.c, 
23370           src/pixmaps.h, src/project_dbase.[c,h], src/project_import_cbs.c, 
23371           src/project_type.c, source.c, wizard_gui.c:
23372           Added new GNOME 2 project types and changed glade behaviour to
23373           produce GTK code if project type GTK was selected and GTKmm code
23374           if project type GTKmm was selected (and not depending on the 
23375           selected language. Disabled glade for GNOME 2 projects because
23376           we will need glade2 there.
23377           
23378         * src/project_dbase.c: Fixed a memory lack.
23379         
23380         * pixmaps/appwiz_*2.png: Added GNOME 2 icons from Misha
23381         
23382         * src/cvs.c: Added an error message if jobs are running
23384 2002-04-23 Naba Kumar <kh_naba@users.sourceforge.net>
23386         * tagmanager/tm_work_object.c: Fixed a chrash
23387         bug which occurs when it tries to stat an empty
23388         file name.
23389         
23390 2002-04-22 Naba Kumar <kh_naba@users.sourceforge.net>
23392         * src/controls.c: CVS menu items now becomes
23393         insensitive when the launcher is busy.
23394         
23395         * src/anjuta.c, cvs.h, cvs.c: Created a function
23396         to update the cvs preferences when preferences are
23397         applied in preferences dialog and called it from
23398         anjuta_update_preferences().
23399         
23400 2002-04-19 Naba Kumar <kh_naba@users.sourceforge.net>
23402         * src/cvs.c: Added a space in the cvs command
23403         before the revision part. This fixes the cvs
23404         error we get when cvs-diffing with revisions.
23405         
23406         * src/cvs.c: Fixed a compiler warning.
23407         
23408         * src/find_replace.c: The dialog now remembers
23409         the settings including the "prompt on replace"
23410         which seems to have broken somewhere line the
23411         changes.
23412         
23413 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23415         * src/cvs.{h,c}, src/cvs_cbs.{h,c}, src/cvs_gui.{h,c}:
23416         Added a new property in cvs class to hold a boolean
23417         for enabling date in cvs diff. This fixed the bizzare
23418         diff output due to the date that goes with the cvs
23419         command. Also, set the default value of compression
23420         to 3 and unified diff option to 1.
23421         
23422 2002-04-18 Naba Kumar <kh_naba@users.sourceforge.net>
23424         * src/cvs.c: The diff editor is set to hilite as
23425         diff syntax hiliting.
23426         
23427         * configure.in, manual/Makefile.am:
23428         Added a new manual module for ja language.
23429         
23430         * manual/ja/*/*/*: New module and files for the
23431         ja translation for the anjuta documentation
23432         from Takeshi AIHANA <aihana@jcom.home.ne.jp>
23433         
23434 2002-04-17 Naba Kumar <kh_naba@users.sourceforge.net>
23436         * src/launcher.c: Made a very messy work around
23437         for the launcher authentication to work properly.
23438         
23439         * src/find_replace.c: Applied the missing patch
23440         from Dan Elphick <dre00r@ecs.soton.ac.uk>
23441         
23442 2002-04-16 Andy Piper <andy.piper@freeuk.com>
23444         * src/cvs.c, src/main_menubar_def.h: made message strings
23445         consistent with existing standards from our own documentation 
23446         (such as uppercase P in Project, corrected spelling of 
23447         repository, etc.)
23449 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23451         * src/cvs_gui.c: Cleaned up gui and aligned various
23452         widgets to give a clean look.
23453         
23454 2002-04-16 Naba Kumar <kh_naba@users.sourceforge.net>
23456         * src/launcher.c: Added work around to retrieve
23457         the child exit code. It works. :)
23458         
23459         * src/find_in_files.c, src/gnome_project.c,
23460         src/project_import.c, src/cvs.c, src/configure.c, src/compile.c,
23461         src/clean.c, src/clean_project.c, src/build_project.c,
23462         src/build_file.c: Modified to handle the new
23463         child exit code.
23464         
23465 2002-04-15 Dan Elphick <dre00r@ecs.soton.ac.uk>
23467         * src/find_replace.c: Changed signal to call
23468         on_replace_text_close on from delete_event
23469         to close => the replace history is now updated.
23471 2002-04-15 Naba Kumar <kh_naba@users.sourceforge.net>
23473         * src/cvs.c: escaped the cvs import message before
23474         passing it to cvs.
23475         
23476 2002-04-14 Johannes Schmid <clubfan@users.sourceforge.net>
23478         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23479         
23480         * src/cvs.[c/h], src/texteditor.[c/h]: Fixed bug #542151
23481         
23482         * src/cvs.[c/h], src/cvs_cbs.[c/h], src/cvs_gui.[c/h]:
23483         Added cvs import
23484         
23485         * src/preferences_gui.c: GUI improvements
23486         
23487         * src/project_dbase.c, src/controls.c: Fixed some menu stuff
23489 2002-04-13 Naba Kumar <kh_naba@users.sourceforge.net>
23491         * tagmanager/include/tm_tag.h, tagmanager/tm_tag.c:
23492         Removed static qualifier from tm_tag_type_name() and
23493         availed it's prototype for use in outside code. also
23494         created reverse map function tm_tag_type_name();
23495         
23496         * src/anjuta.c: Implemented qualified tags names for
23497         the tag list (on the toolbar pulldown list) to avoid
23498         ambiguty in tags with similar names (like prototype
23499         and definition). Patch modified and improved.
23500         
23501         Patch from: Todd Goyen <wettoad@knighthoodofbuh.org>
23502         
23503 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23505         * src/utilities.[c,h]: Added a utility funtion
23506         that escapes the single and double quotes in a
23507         given string. Useful for passing command line
23508         args with quotes.
23509         
23510         * src/cvs.c: Escaped the cvs log message before
23511         passing it to cvs command line to avoid ambiguties
23512         with quotes in the message.
23513         
23514         * pixmaps/anjuta_icon.png: Changed to the new icon.
23515         from Todd Goyen <goyen@mbi-berlin.de>
23516         
23517         * src/message-manager-private.cc: Added regex to 
23518         recognize (underline hilite) the parsable outputs
23519         from the zvt terminal.
23520         
23521 2002-04-11 Naba Kumar <kh_naba@users.sourceforge.net>
23523         Patch from: Tina Hirsch <tehirsch@arcor.de>
23524         
23525         * src/project_type.c:
23526         Fixed a bug in the wxproject type and modified the erroroutput when
23527         configure doesn't find wx-config
23528         
23529         Patch from: Timothee Besset <ttimo@idsoftware.com>
23530         
23531         * src/anjuta.c, src/message-manager-private.cc,
23532           src/message-manager-private.h
23533         Catches double clicks in the zvt terminal, and calls goto_error_line
23534         to jump to the appropriate location in the source. This will recognize
23535         grep -n output
23536         
23537 2002-04-10 Naba Kumar <kh_naba@users.sourceforge.net>
23538         
23539         * src/build_project.c: Taken care of memory leak
23540           by freeing cmd variable properly.
23542         * src/main_menubar_def.h: Fixed wrong signal connection
23543           for cvs project commit.
23544           
23545         * src/cvs_cbs.c: Fixed non-functional "cancel" button.
23546         
23547         * src/preferences_gui.c: Added some border and adjusted
23548           expandsion, filling in box adds to make the cvs preferences
23549           more nicer.
23550         
23551 2002-04-03 Johannes Schmid <clubfan@users.sourceforge.net>
23553         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23554         
23555         * src/cvs*, src/main_menubar*, src/preferences*: 
23556         Moved CVS settings to preferences, added a nice login dialog.
23557         
23558         * src/controls.c, src/project_dbase.c:
23559         CVS project options are only shown if a project is open
23560         
23561         * src/build_project.c:
23562         User is now asked if he wants to install as root 
23563         
23564         * src/launcher.c:
23565         Fixed a warning
23567         * anjuta.prj: Updated with cvs files
23568         
23569         * TODO: Remove task which are done
23570         
23571 2002-03-31 Naba Kumar <kh_naba@users.sourceforge.net>
23573         * pixmaps/Makefile.am, src/compile.c, src/configurer.c,
23574         src/cvs.c, src/cvs_gui.c, src/gnome_project.c,
23575         src/launcher.c, src/main_menubar_def.h, src/pixmaps.h:
23577         Modified launcher to use controlling terminal to detect and
23578         take care of password authentications (for example, for cvs
23579         and root installs).
23580         
23581         * pixmaps/password.png: New file.
23582         
23583 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23585         Anjuta kick start tutorial wirtten by:
23586           Ishan Chattopadhyaya <ichattopadhyaya@yahoo.com>
23588         * manuals/C/anjuta-tutorial, manuals/C/anjuta-tutorial/Makefile.am,
23589           manuals/C/anjuta-tutorial/anjuta-tutorial.sgml,
23590           manuals/C/anjuta-tutorial/anjuta-tutorial-C.omf,
23591           manuals/C/anjuta-tutorial/figures/*.png:
23592           
23593           Added files
23594         
23595         * configure.in, manuals/C/Makefile.am, manuals/C/topic.dat
23596           
23597           Modified files.
23598         
23599 2002-03-28 Roel Vanhout <roel@stack.be>
23601         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23603         * src/aneditor.cxx, src/preferences.c, src/preferences.h,
23604           src/preferences_gui.c:
23605         Added option to wrap around to beginning/end of file when on last bookmark
23606         and next/previous bookmark is pressed
23607         
23608 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23610         Patch from Philip Van Hoof <freax@pandora.be>
23611         
23612         * src/gnomefilelist.c:
23613         Added gimp like feature that changes the file extension of
23614         the filename entered in the selections when the file
23615         filter is changed.
23616         
23617 2002-03-28 Naba Kumar <kh_naba@users.sourceforge.net>
23618         
23619         Patch from Roy Wood <roy.wood@filogix.com>
23620         
23621         * src/controls.c, src/find_text.c, src/find_text.h,
23622           src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
23623           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23624           
23625           Menuitem for entering currently selected text as find target,
23626           added key accel for "find next" and changed some key accels for
23627           other key for consistency.
23628           
23629         * src/utilities.c:
23630           Cleaned up code.
23631         
23632 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23634         * src/watch.c, src/watch.h, src/watch_cbs.c,
23635           src/watch_cbs.h, src/watch_gui.c:
23636         
23637           Patch from Jeroen van der Vegt <A.J.vanderVegt@ITS.TUDelft.nl>
23638         
23639           Added change watch entries feature
23640           and Watch entries modify on double click fixed.
23642 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23644         * src/mainmenu_callbacks.c:
23645         
23646           Project commit should not bypass dialog as
23647           we need to get the cvs log from the user.
23648           
23649 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23651         * src/project_dbase.c:
23652         
23653           Patch from Roy Wood <roy.wood@filogix.com>
23654           
23655           Fixed docking bug with the new docking patch
23656           to fix copy/paste bug.
23657           
23658 2002-03-27 Naba Kumar <kh_naba@users.sourceforge.net>
23660         * src/cvs.c, src/cvs.h, src/cvs_cbs.c, src/cvs_cbs.h
23661           src/cvs_gui.c, src/cvs_gui.h, src/main_menubar.c,
23662           src/main_menubar.h, src/main_menubar_def.h,
23663           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h:
23665           Added cvs project support. Featured bypass cvs dialog for
23666           cases where we don't need dialog (such as project and right
23667           click selection from file browser). Cleaned up cvs code to
23668           make them generic cvs operations instead of separate file
23669           and project operations. Added cvs log action. Increased
23670           file entry box width and enabled "unified diff" by default.
23671           Used Editor buffer for status and log and set hilite for
23672           these buffers including diff buffer (DIFF hilite).
23673           
23674 2002-03-23 Tina Hirsch <cevina@users.sourceforge.net>
23676         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23678         * data: Added file autogen.sh.wxwin 
23679         * data/Makefile.am: Added entry for autogen.sh.wxwin
23680         * pixmaps: Added project image appwiz_wxwin.png
23681         * pixmaps/Makefile.am: Added entry for appwiz_wxwin.png
23682         * src/appwizard_cbs
23683           src/compiler_options.c
23684           src/pixmaps.h
23685           src/project_dbase.c
23686           src/project_dbase.h
23687           src/project_import_cbs.c
23688           src/project_type.c
23689           src/source.c
23690           src/source.h
23691           src/wizard_gui.c: Added everything necessary for new
23692                             project type 'wxWindows (wxGTK)
23693         * src/project_dbase.c: Fixed a bug that caused every project
23694                                to be a glade project in dialog
23695                                                    'Project information'.
23697 2002-03-25 Naba Kumar <kh_naba@users.sourceforge.net>
23699         Patch submitted by Roy Wood <roy.wood@filogix.com>
23700         
23701         * src/anjuta_gui.c, src/message-manager-dock.c,
23702           src/project_dbase.c:
23703           
23704           fixed the copy/paste bug by rewriting dock/undock
23705           code.
23707 2002-03-22  Johannes Schmid <clubfan@users.sourceforge.net>
23709         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23710         
23711         * src/cvs*, src/Makefile.am:
23712           New file for CVS support. File operations currently work
23713           cvs login needs to be done. Project support is not yet
23714           started.
23716         * src/main_menubar*, src/mainmenu_callbacks,
23717           src/anjuta.c, src/anjuta.h:
23718           Added menus and functions for cvs commands.
23719           
23720         * src/text_editor_menu.h: 
23721           Added #include <gtk/gtk.h>
23722           
23723         * src/gotoline.h:
23724           Removed a warning (and this time it works ;-)
23726         * src/utilities.c, src/utilities.h:
23727           Added a utility function to retrieve directory
23728           name out of full path.
23730 2002-03-11  Jeroen van der Vegt  <ajvdvegt@sourceforge.net>
23732         * src/executer.c: (create_executer_dialog): changed the default
23733           focus on the entry.
23735 2002-03-10 Naba Kumar <kh_naba@users.sourceforge.net>
23737         * widgets/gnomefilelist.c:
23738         Fixed duplicate history entries for the same directory.
23739           
23740 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23742         Fix for #520092.
23744         * src/main_menubar_def.h: removed the Ctrl-L shortcut for Save All, as
23745           it's already used by scintilla to delete the whole current line.
23747 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23749         Fix for #525107.
23751         * src/anjuta_cbs.c: (on_open_filesel_ok_clicked): removed unecessary
23752           calls to fileselection_hide_widget,
23753           (on_open_filesel_cancel_clicked): removed.
23755         * src/project_dbase.c: (on_open_prjfilesel_cancel_clicked),
23756           (on_add_prjfilesel_cancel_clicked):
23758         * widgets/gnomefilelist.[ch]: (gnome_filelist_set_multiple_selection):
23759           impl.
23761         * src/fileselection.c: Made some functions static.
23762           (fileselection_hide_widget): rewritten using the new
23763           gnome_filelist_set_multiple_selection function.
23765         * src/fileselection.c: (on_file_selection_delete_event): removed
23766           unuseful widget hides. Some cleanups,
23767           (on_file_selection_cancel_clicked): impl,
23768           (create_fileselection_gui): changed the cancel button clicked's
23769           callback to use this new function.
23771         * src/anjuta.c: (anjuta_new):
23772         * src/project_dbase.c: (project_dbase_new): removed the use of cancel
23773           callbacks, because this the gnome filelist widget's job.
23775         * widgets/gnomefilelist.c: (gnome_filelist_new_with_path): removed
23776           clist selection mode duplicates set,
23777           (gnome_filelist_key_press): use the new impl. function.
23779 2002-03-10  Stephane Demurget  <demurgets@free.fr>
23781         Fix for #441233.
23783         * src/appwizard_cbs.c: (on_druidpagestandard2_next):
23784           fixed some bogus code using an array cell out of
23785           range, removed unecessary gettext usages.
23787         * src/appwiz_page2.c: (on_prj_name_entry_changed):
23788           some cleanups and now transform minus characters to
23789           underscores.
23791         * src/source.c:
23792           (source_write_configure_in),
23793           (source_write_toplevel_makefile_am),
23794           (source_write_desktop_entry),
23795           (source_write_glade_file):
23796         * src/project_dbase.c: (project_dbase_summon_glade),
23797           (project_dbase_generate_source_code):
23798         * src/glades.c: (gladen_write_glade_write):
23799           replaced some occurences of the target name by the
23800           project filename, using project_dbase_get_proj_name,
23801           to fix the name of some files.
23802           Fixed a lot of mem leaks.
23803           Various code cleanups.
23805 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23807         Merged with latest (1.44) scintilla.
23809         Added: - The calltip.<lexer>.end.definition property to display help
23810                  text on a second line of calltip.
23811                - The calltip.<lexer>.word.characters property to correctly find
23812                  calltips for functions that include characters like '$' which
23813                  is not normally considered a word character.
23814                - The use.monospaced property to determine initial state of
23815                  Use Monospaced Font setting.
23817         Bugs fixed: Too many to mention; please see :
23818                     http://www.scintilla.org/ScintillaHistory.html for the
23819                     full changes list.
23821         * scintilla/*/*: updated nearly all files.
23823         * TODO: removed the need of a scintilla merge.
23825         Merged with latest (1.44) SciTE properties.
23827         * data/properties/anjuta.properties: added the wrap, use.monospaced
23828           properties.
23830         * data/properties/html.properties: added a missing php extension, and
23831           updated php keywords to the latest reference.
23833         * data/properties/pascal.properties: added commands to compile, build
23834           and execute pascal applications.
23836         * data/properties/lua.properties: added styles for statements.
23838         * data/properties/bash.properties: added the declare keyword.
23840         Fixed distchecking.
23842         * global-tags/Makefile.am,
23843           global-tags/create-global-tags.sh: used some kind of ugly hack to
23844           make distchek work, since noone has proposed some better way.
23846         * src/main_menubar_def.h: Ctrl-W is now associated to close file,
23847           and Ctrl-N replace Alt-N for new file according to the Gnome design
23848           reference.
23850 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23852         * widgets/gnomedirlist.c
23853         widgets/gnomedirlist.h
23854         widgets/gnomefilelist.c
23855         widgets/gnomefilelist.h:
23857         Added GPL headings in the file.
23859 2002-03-06 Naba Kumar <kh_naba@users.sourceforge.net>
23861         * src/attach_process.c
23862         src/attach_process_cbs.c
23863         src/attach_process_cbs.h
23864         src/attach_process_gui.c
23865         src/breakpoints.c
23866         src/breakpoints_cbs.c
23867         src/breakpoints_cbs.h
23868         src/breakpoints_gui.c
23869         src/commands.c
23870         src/compiler_options.c
23871         src/compiler_options_cbs.c
23872         src/compiler_options_cbs.h
23873         src/compiler_options_gui.c
23874         src/find_in_files.c
23875         src/find_in_files_cbs.c
23876         src/find_in_files_cbs.h
23877         src/find_in_files_gui.c
23878         src/find_replace.c
23879         src/find_text.c
23880         src/help.c
23881         src/preferences.c
23882         src/preferences_gui.c
23883         src/project_config.c
23884         src/src_paths.c
23885         src/src_paths_cbs.c
23886         src/src_paths_cbs.h
23887         src/src_paths_gui.c:
23888         
23889         Bugs #521629 and #522427 fixed. The problem was, that the
23890         escape-key was not catched and the dialog was hidden, but
23891         the flag was not set correctly.
23893         Changed the callbacks for delete_event to close, using gnome_dialog_close(),
23894         using the gnome_dialog_close_hides()-setting present in most dialogs.
23895         Instead of _hide() in the button-callbacks, calling gnome_dialog_close(), which
23896         emits "close" and set the flag in the close-callback.
23898         Patch from: Jens Georg <mail@jensgeorg.de>
23900 2002-03-06  Stephane Demurget  <demurgets@free.fr>
23902         * src/*.{c,cpp}: s/string_free/g_free/
23904         * src/utilities.[ch]: (string_free): removed.
23906 2002-03-06      Dan Elphick <dre00r@ecs.soton.ac.uk>
23908         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23910         * src/controls.c, src/main_menubar.[ch], src/main_menubar_def.h,
23911         src/mainmenu_callbacks.[ch]:
23912         Removed Project menu options: README, TODO, ChangeLog and NEWS
23913         Moved Save Build Messages to Build menu and only highlight it
23914         when there are build messages.
23915         Corrected a spelling: "mojority" -> "majority"
23916         Fixed initialisation of edit.edit_app_gui so now Edit menu
23917         can be shown when no project is loaded.
23919         * src/project_dbase.h: Removed prototype for static function
23921 2002-03-06  Naba Kumar <kh_naba@users.sourceforge.net>
23923         * src/text_editor.c: Editor is marked changed after
23924         autoformat. 
23925         
23926         Patch from: Jens Georg <mail@jensgeorg.de>
23928 2002-03-04 Roel Vanhout <roel@stack.be>
23930         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23932         * src/find_in_files.c, src/find_in_files.h, src/find_in_files_gui.c
23933         Added option to ignore binary files on 'Find in files' (grep -I option)
23935 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23937         * src/main.c:
23938         session restoration and commandline load in 
23939         gtk idle loop.
23940         
23941         * src/anjuta.[h,c], src/anjuta_cbs.c:
23942         Removed "clear windows menu" and prevented runtime 
23943         warnings.
23944         
23945         * src/compile.c, src/build_file.c, src/build_project.c,
23946         src/clean.c:
23947         Takes into account the preference setting for 
23948         show dialog when job completes. Dialogs are
23949         shown when it is enabled otherwise not.
23950         
23951 2002-03-03 Roel Vanhout <roel@stack.be>
23953         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23954         
23955         * src/find_text.c
23956         Store 'Find...' search string on search so that 'Find Next' will search for
23957         that string, even if the dialog hasn't been closed yet.
23959 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23961         * src/anjuta.[h,c], src/anjuta_gui.c, src/anjuta_cbs.c,
23962         src/controls.c, src/main_menubar.h,     src/main_menubar.[h,c],
23963         src/main_menubar_def.h:
23964         
23965         Organized menus, removed "Windows" and "Utilities" menus from the
23966         menubar [they are no longer needed]. Also removed some extragenous
23967         separators.
23968           
23969 2002-03-03  Naba Kumar <kh_naba@users.sourceforge.net>
23971         * src/message-manager-private.cc:
23972         Set message clist selection mode to BROWSE.
23973         
23974         * src/message-manager.cc, src/an_symbol_view.c,
23975         src/an_file_view.c:
23976         Added Key navigation for the CTree and CList. Arrow left for
23977         node collapse, right for node expand, space (or enter) for
23978         activation (same as double click).
23979         
23980 2002-03-03 Roel Vanhout <roel@stack.be>
23981         
23982         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23983         
23984         * plugins/class-gen/clsGen.c
23985         Added functionality to semi-intelligently prefill filename
23986         boxes with names deduced from class name
23988 2002-02-26 lbell <lbell@tsc4.com>
23990         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>
23991         * src/preferences_gui.c:
23992         Removed an incorrect use of gtk_misc_set_alignment().
23993         
23994         * src/anjuta.c, src/anjuta.h, src/controls.c, src/main.c,
23995         src/main_menubar.c, src/mainmenu_callbacks.c, src/preferences.c,
23996         src/preferences.h, src/preferences_gui.c:
23997         
23998         Added the option to reload last open project at the startup.
23999         Added the possibility to open a new project without close
24000         an existing one
24001         
24002         * src/properties.cxx:
24003         Corrected a spelling mistake in message string.
24004         
24005         * src/session.c:
24006         Updated session functions.
24007            
24008 2002-02-26  Naba Kumar <kh_naba@users.sourceforge.net>
24010         * widgets/gnomefilelist.c: Bug fixes.
24011         
24012         Patch from Philip Van Hoof <freax@pandora.be>
24013         
24014 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24016         * src/an_file_view.c:
24017         anjuta was unable to open some files becuase they were not being
24018         recognized as "text/*" mime type (example files *.rej, *.in, etc.).
24019         Removed mime checking when opening with anjuta, becuase it doesn't
24020         hurt to open binary files in anjuta (some even may want to do so).
24021         
24022         Added a warning when mime type is not set when "view with default
24023         viewer" is activated.
24024         
24025         * src/an_file_view.c, an_symbol_view.c:
24026         Converted N_() to _() where ever appropriate in the strings.
24027         
24028 2002-02-25  Johannes Schmid <clubfan@users.sourceforge.net>
24029         
24030         * src/appwizard_gui.c, src/appwizard_cbs.c
24031           src/wizard_gui.c/h, src/appwiz_page3.c,
24032           src/project_import_gui.c:
24033           
24034         Moved target type radiobuttons to appwiz. page 2
24035         
24036         * src/message-manager-private.cc
24037         Fixed a bug which caused a crash if next message function was used
24039         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24041 2002-02-25  Naba Kumar <kh_naba@users.sourceforge.net>
24043         * src/anjuta.h, anjuta.c, anjuta_cbs.c:
24044         Modifies the behaviour of Alt-TAB in Anjuta. This
24045         brings a behaviour similar to VC6 Alt-TAB, by maintaining the recently
24046         edited files in the first items of the notebook.
24048         Patch from: Timothee Besset <timo@qeradiant.com>
24049         
24050 2002-02-24  Philip Van Hoof <freax@pandora.be>
24052         * widgets/gnomefilelist.c, gnomefilelist.h:
24053           Added filecompletion
24054           
24055         Reviewed by Naba Kumar <kh_naba@users.sourceforge.net>.
24057 2002-02-21  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
24059         * configure.in: Added "sk" to ALL_LINGUAS.
24061 2002-02-20  Johannes Schmid <clubfan@users.sourceforge.net>
24062   
24063         * src/appwiz_page3.c, src/appwizard.c, src/appwizard_cbs.c, 
24064           src/appwizard_gui.c, src/project_dbase.c, src/source.c,
24065           src/wizard_gui.c: Added support for static and dynamic libs
24066         
24067 2002-02-20  Dan Elphick <dre00r@ecs.soton.ac.uk>
24069         * widgets/gnomefilelist.c:
24070           Fixed gnome_filelist_get_lastfilename so it no longer returns
24071           a corrupted path.
24073 2002-02-20  Naba Kumar <kh_naba@users.sourceforge.net>
24075         * src/resources.h, resources.c:
24076         Added url handler.
24078         * src/main_menubar_def.h, mainmenu_callbacks.c:
24079         Changed to use gnome configed url handler.
24081 2002-02-19  Philip Van Hoof <freax@pandora.be>
24083         * widgets/gnomefilelist.c
24084         Added PHP filetype.
24086 2002-02-19  Naba Kumar <kh_naba@users.sourceforge.net>
24088         * plugins/class-gen/clsGen.c:
24089         Added c++ support.
24090         
24091         * widgets/gnomefilelist.c:
24092         Gives the maximum space to the files section of the open file dialog.
24093         
24094         Patches from: lbell <lbell@tsc4.com>
24095         
24096 2002-02-18  Naba Kumar <kh_naba@users.sourceforge.net>
24098         * src/anjuta.c, main.c:
24099         Used tm_get_real_path in anjuta_get_full_filename();
24100         
24101 2002-02-18  Andy Piper <andyp@users.sourceforge.net>
24102         
24103         * anjuta.prj: update version
24105 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24107         * widgets/gnomefilelist.[ch]: (gnome_filelisttype_addtype_f):
24108           removed the amount arg and replaced with a NULL-ending list.
24109           (gnome_filelisttype_makedefaultlist): use the new prototype.
24111 2002-02-17  Andy Piper <andyp@users.sourceforge.net>
24113         * src/about.c, THANKS: updated for new contributors
24114         
24115         * anjuta.prj: added new files
24116         
24117         * README: corrected some documentation, ctags no longer needed,
24118           pkgconfig now required
24119           
24120         * data/properties/others.properties: add .cvsdiff extension
24121         
24122         * src/project_dbase_gui.c, src/utilities.c, src/utilities.h: 
24123           patch from Vadim Berezniker <vadim@berezniker.com> to improve 
24124           file import
24125           
24126         * doc/anjuta.1: added initial man page thanks to 
24127           Rob Bradford <rob@debianplanet.org> (NB build and install 
24128           needs work)
24129         
24130 2002-02-17  Johannes Schmid <clubfan@users.sourceforge.net>
24132         * src/Makefile.am: Cleaned handling of compiler flags by moving them
24133           to CFLAGS and CXXFLAGS. Anjuta is now compiled with -g -O2 and many
24134           warning flags. 
24135   
24136         * configure.in: Changed version to 0.1.10-pre
24137   
24138 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24140         * src/fileselection.c: (create_fileselection_gui): always display
24141           the directory creation button as we cannot rely on the dialog
24142           titlebar.
24144         * widgets/gnomefilelist.[ch]: fixed includes.
24146         * pixmaps/new_folder.xpm: resized, added a + sign.
24148 2002-02-17  Stephane Demurget  <demurgets@free.fr>
24150         * widgets/gnomefilelist.c: (gnome_filelisttype_makedefaultlist):
24151           changed all extensions to begin with a dot.
24153 2002-02-16  Philip Van Hoof  <freax@pandora.be>
24155         Patch reviewed by Stephane Demurget <demurgets@free.fr>.
24157         * THANKS: added Philip.
24159         * pixmaps/Makefile.am, pixmaps/new_folder.xpm: added.
24161         * src/project_dbase.c: (project_dbase_make_default_filetype_list),
24162         * src/file_selection.[ch],
24163         * widgets/gnomefilelist.[ch]: added a filetype
24164           combobox to the Anjuta file dialog widget.
24166 2002-02-14  Andy Piper  <andy.piper@freeuk.com>
24168         * anjuta.spec.in: eep! the import script was not being installed by
24169           RPM - fixed for the release.
24171 2002-02-13  Stephane Demurget  <demurgets@free.fr>
24173         Various cleanups and fixes for the next release to be able to make
24174         distcheck.
24176         * plugins/*/*.c: added missing prototypes causing gcc to speak to
24177           much and make some tweaks plus cleanups.
24179         * widgets/scroll-menu.c: made compare_menu_items use gconstpointers
24180           args to remove some warnings.
24182         * global-tags/Makefile.am,
24183           data/Makefile.am,
24184           src/Makefile.am: link against Anjuta static libs using the
24185           $(top_builddir) dir, not anymore on $(top_srcdir) to make
24186           distcheck happy.
24188         * src/Makefile.am: ditto with all the Anjuta static libs.
24190         * src/main_menubar.c: removed the widgets/ dir from the scroll-menu.c
24191           include, as we already include the whole directory for the build.
24193         * src/text_editor_cbs.c: included dnd.h for scintilla_uri_dropped ().
24194           
24195 2002-02-13      Andy Piper      <andy.piper@freeuk.com>
24197         * pixmaps/Makefile.am: icon for libglade project now installed
24198         * NEWS, README, TODO, configure.in, anjuta.prj: revised for release
24199         * manuals/C/Makefile.am: removed ChangeLog reference which was 
24200           breaking some build stuff
24201         * global-tags/Makefile.am, tagmanager/Makefile.am: fixed some
24202           include reference problems that showed up on make distcheck
24203         * tagmanager/tm_workspace.c: fixed crash bug spotted by Biswa
24205 2002-02-13  Johannes Schmid <clubfan@users.sourceforge.net>
24206         
24207         * src/aneditor.cxx: Fixed bug #509977 (CallTips)
24209 2002-02-12  Naba Kumar <kh_naba@users.sourceforge.net>
24211         * src/message-manager-private.cc:
24212           The horizontal scrollbar now shows properly on demand.
24213         
24214 2002-02-08  Johannes Schmid <clubfan@users.sourceforge.net>
24216         * src/dnd.c fixed some warnings
24217         * src/message-manager-private.cc: Horizontal scrollbar is now shown 
24218           and works. It is shown always at the moment but before it was
24219           shown on demand and did never work. 
24221 2002-02-07  Naba Kumar <kh_naba@users.sourceforge.net>
24223         * src/anjuta.c: Fixed a crash bug.
24224           patch from: Jens Georg <mail@jensgeorg.de>
24226 2002-02-04      Andy Piper      <andy.piper@freeuk.com>
24228         * manuals/C/anjuta-manual/*.sgml: fixed so that jade no longer
24229           reports a problem with missing end tags on <graphic>
24231 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24233         * manuals/C/ChangeLog: removed since it was never used
24234         * manuals/C/anjuta-manual/*: more updates, new screenshots
24235         * anjuta.prj: updated for new manuals/ structure
24237 2002-02-03  Johannes Schmid <clubfan@users.sourceforge.net>
24239         * source.c, compiler_options.[c/h]:
24240           Fixed bug #460321 "Problem with optimization options" 
24241           by separating INCLUDE and C(XX)FLAGS in Makefile.am creation
24242         
24243 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24245         * NEWS: prepared for release, need to fill in date
24246         * data/welcome.txt: version number updated
24248 2002-02-03      Andy Piper      <andy.piper@freeuk.com>
24250         * src/text_editor_menu.c, src/an_file_view.c, 
24251           src/an_symbol_view.c: marked strings for translation
24252         
24253         * src/defaults.c, data/properties/xml.properties:
24254           *.omf and *.xsl files should use XML highlighting
24255           
24256         * manuals/C/anjuta-manual/*:
24257           - restructured so that files have more meaningful names
24258             and are easier to edit (see anjuta-manual.sgml for the
24259                 ordering)
24260           - updated some screenshots
24261           - continued rewrite
24263 2002-02-02  Naba Kumar <kh_naba@users.sourceforge.net>
24265         * main.c: Made a workaround to remove the old
24266         anjuta gnome config file (older than 9 Feb 2002). This
24267         will fix the bug which never lets the brower toolbar shown.
24268         
24269         * main.c: In fact, the above solution wouldn't work in all
24270         cases. Therefore, here is the better fix, which works by
24271         detecting the version of the old config file and deleting
24272         ~/.gnome/Anjuta if it is lesser than 0.1.9.
24273         
24274 2002-02-01  Andy Piper <andy.piper@freeuk.com>
24276         * HACKING: added info on submitting patches
24278 2002-01-31  Johannes Schmid <clubfan@users.sourceforge.net>
24280         * src/project_import_gui.c, src/project_import.c:
24281           - If Project Import Wizard is canceled everything is 
24282                 cleaned up now.
24283           - Back button is now insensitive on page 3 (some problems: 
24284                 see TODO in project_import_qui.c:284
24285           - Menu frame is insensitive if project type != GNOME(mm)
24287 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24289         * src/main.c: Fixed bug #  (Unable to open files on
24290         double click in project window from second trial onwards when
24291         the project is opened from command line).
24292         
24293         * po/POTFILES.in: Removed tags_manager.[h,c]
24294         
24295 2002-01-31  Naba Kumar <kh_naba@users.sourceforge.net>
24297         * src/preferences.c:
24298           A quick hack to fix the 'invisible' browser toolbar when
24299           upgrading from 0.1.8 to 0.1.9
24300           
24301         * src/anjuta.c:
24302           Fixed toolbar names which were causing confusions in the toolbar
24303           show/hide.
24304           
24305         * src/main.c:
24306           Substituted "anjuta" with PACKAGE
24307           
24308         * src/project_import_gui.c: 
24309           Consistensy: wm_class should be set with "Anjuta" and not "anjuta"
24310           
24311         * anjuta.prj, src/tags_manager.h, src/tags_manger.c:
24312           Added new files and removed obsolete ones.
24313           
24314 2002-01-30  Andy Piper <andy.piper@freeuk.com>
24316         * src/appwizard_cbs.c, project_import_cbs.c, 
24317           main_menubar_def.h, project_import_gui.c: 
24318           updates to message strings and layout for the 
24319           import wizard.
24320           
24321         * text_editor_cbs.c: fix for the tab menu entries for 
24322           redocked windows (Dan Elphick <dre00r@ecs.soton.ac.uk>)
24324 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24326         * src/toolbars.c,
24327           src/toolbars.h,
24328           src/anjuta_gui.c,
24329           src/controls.c:
24330           
24331           Tag dropdown exclusive (takes
24332           all space in the toolbar) and never vertical and
24333           increased the width of the tag combo to 256 pixs.
24334           Toolbar separator before the combo and button.
24335           Added tags label before the tag button.
24336           Reorganized the dock bands for the toolbars.
24337           
24338         * src/project_import_gui.c
24339           src/project_import.c:
24340           Fixed an error and removed an unused variable.
24341           
24342         * data/properties/anjuta.properties:
24343           Removed the property for the old toolbar and set
24344           browser toolbar show to default.
24345           
24346         * src/project_dbase.c: excluded modules were not
24347           loaded. Fixed.
24348           
24349         * src/source.c:
24350           No build files will be written if the project is blocked.
24351           
24352         * src/project_import.c,
24353           src/project_import_cbs.c,
24354           src/project_gui.c,
24355           src/wizard_gui.c:
24356           
24357           Manually applied Johannes patch to fix some memory
24358           issues and gui clean up.
24359           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
24360         
24361         * src/project_dbase.c, project_dbase.h, project_dbase_gui.h:
24362           Fixed a bad bug with remove file from project because of
24363           files were never removed properly from the project and
24364           from the tagmanager.
24365           
24366         * src/appwiz_page3.c: Disabled unused codes to clear
24367           compiler warnings.
24368           
24369 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24371         * tagmanager/*/*: Upgraded to 0.7.1 version from Biswa.
24372         
24373         * data/Makefile.am
24374           pixmaps/Makefile.am
24375           src/Makefile.am
24376           src/an_file_view.c
24377           src/an_symbol_view.c
24378           src/anjuta.c
24379           src/anjuta.h
24380           src/anjuta_cbs.c
24381           src/anjuta_gui.c
24382           src/controls.c
24383           src/main_menubar.c
24384           src/main_menubar.h
24385           src/main_menubar_def.h
24386           src/mainmenu_callbacks.c
24387           src/mainmenu_callbacks.h
24388           src/pixmaps.h
24389           src/project_dbase.c
24390           src/project_dbase.h
24391           src/text_editor.c
24392           src/text_editor_menu.c
24393           src/text_editor_menu.h
24394           src/toolbar.c
24395           src/toolbar.h
24396           src/toolbar_callbacks.c
24397           src/toolbar_callbacks.h :
24398           
24399           Patch submitted by:
24400           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24401           
24402           Removes the Tags toolbar and substituted it with
24403           tags combo dropdown list. Fixes a couple of bugs.
24404           
24405           Moved the tag combo to browser toolbar because
24406           main toolbar was becoming too long.
24407           Made a new icon of tag toolbar.
24408           
24409         * po/zh_TW.po: Fixed bug.
24410           
24411         * pixmaps/an_tag.xpm: Added new file.
24413 2002-01-30  Naba Kumar <kh_naba@users.sourceforge.net>
24415         * src/project_import_gui.c: Reorganized project
24416         import gui page 2.
24417         
24418 2002-01-29  Andy Piper <andy.piper@freeuk.com>
24420         * HACKING: added info on creating windows and dialogs
24422 2002-01-29  Naba Kumar <kh_naba@users.sourceforge.net>
24424         * src/tm_file_view.c:
24426           Sorts the file list at the end instead of doing sort-insert
24427           to improve performance.
24428           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24430         * src/project_dbase.c: Resolved a conflict from
24431           Johannes's patch.
24432           
24433         * src/project_import.c:
24434         
24435           Fixed to use anjuta_import.sh for the bin dir and
24436           not from the data dir.
24437         
24438           Used anjuta_is_installed() function to verify a the command's
24439           executability.
24440         
24441           Fixed import command to use sh (which is more general and is
24442           gauranteed to be found in any unix system :-)). Also, added
24443           double quotes around the import directory.
24444         
24445           Changed some strings for better translations (like avoiding
24446           duplicates).
24447           
24448           Fixed the reading of wrong target type.
24449           
24450         * src/control.c: Insensitive "import project" when there is
24451           a project open.
24452           
24453         * src/project_import_cbs.c:
24454           
24455           Fixed strcmp() [== 0 was left out]. Languages now selected properly.
24456           Fixed selection of gettext checkbox.
24457           Sets the menu entries.
24458           
24459 2002-01-28  Johannes Schmid <clubfan@users.sourceforge.net>
24460         
24461         * src/appwiz_page[1-4].c
24462         * src/appwiz_gui.c
24463         * src/appwizard.[c/h]: Moved some code to wizard_gui.[c/h]
24464         be able to reuse it.
24465         
24466         * src/mainmenubar.[c/h]
24467         * src/mainmenubar_def.h
24468         * src/mainmenu_callbacks.[c/h]: Code to create "Import Project" 
24469         menu item
24470         
24471         * src/message-manager.c: Fixed bug 509192
24472         * src/message-manager-dock.c: Added accel_group if window is undocked
24473         
24474         * src/project_dbase.[c/h]: Splitted opening code to be able
24475         to use it without an open file dialog
24476         (Maybe I broke Naba's changes, please take a look)
24477                         
24478         * src/project_import.[c/h]
24479         * src/project_import_gui.c: New Files, Code for Project Import Wizard
24480         
24481         * src/wizard_gui.[c/h]: New Files, shared code between appwizard and 
24482         import wizard
24484 2002-01-28  Andy Piper <andy.piper@freeuk.com>
24486         * src/main_menubar_def.h, tagmanager/tm_project.c: more
24487           string cleanups
24488           
24489         * manuals/C/anjuta_manual/*: started rewrite of the 
24490           manual, updated some screenshots
24492 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24494         * src/gnomefilelist.h, src/gnomefilelist.c:
24495         
24496           Fixed multiple selection bug (#497085). The OK button is
24497           sensitive when in multiple mode, if the no. of
24498           selection is one or more.
24499           
24500           Toggle between single and multiple selection mode
24501           and multiple mode display.
24502           
24503           Fixed strings to translable strings.
24504           
24505           Fixed some compiler warnings by commenting out
24506           unused functions.
24507           
24508 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24510         * src/project_dbase.c: App status bar now updates
24511           with the project name when the project is loaded.
24512         
24513         * src/an_file_view.c, tagmanager/tm_file_entry.c:
24514           
24515           Puts the directories at the top. They're also sorted now.
24516           Patch from: Dan Elphick <dre00r@ecs.soton.ac.uk>
24517         
24518 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24520         * scripts/anjuta_import.sh.in: Added file.
24521         * scripts/anjuta_import.sh: Removed file.
24523         * .cvsignore, po/.cvsignore, scripts/.cvsignore:
24524           Updated files.
24525           
24526         * src/main_menubar_def.h:
24527         
24528           Changed shortcut for Find/Replace to CTRL+SHIFT+F (to
24529           reflect the opposite of Find (CTRL+F) and also to leave
24530           CTRL+R or Redo.
24531           
24532           Changed Glade summon with ALT+G, which frees the ATL+E
24533           for poping up the edit menu.
24534           
24535         * src/Makefile.am: Debugging link flags by Biswa, removed.
24537 2002-01-28      Andy Piper      <andy.piper@freeuk.com>
24539         * HACKING: added information on best practices for writing
24540           application messages and GUI labels
24541           
24542         * src/CORBA-Server.c, src/about.c, src/anjuta.c, 
24543           src/breakpoints.c, src/build_file.c, src/build_project.c, 
24544           src/clean_project.c, src/compile.c, 
24545           src/compiler_options_cbs.c, src/compiler_options_gui.c, 
24546           src/configurer.c, src/debugger.c, src/executer.c, 
24547           src/find_in_files.c, src/find_in_files_cbs.c, 
24548           src/find_replace.c, src/find_text.c, src/glades.c, 
24549           src/gnome_project.c, src/goto_line.c, src/main.c, 
24550           src/main_menubar.c, src/main_menubar_def.h, 
24551           src/mainmenu_callbacks.c, src/preferences_gui.c, 
24552           src/project_config.c, src/project_dbase.c, 
24553           src/project_dbase_gui.c, src/resources.c, src/source.c, 
24554           src/support.c, src/tags_manager.c, src/text_editor.c, 
24555           src/text_editor_gui.c, src/text_editor_menu.c, 
24556           src/toolbar_callbacks.c, src/utilities.c: 
24557           lots of minor message updates to make them more user-friendly 
24558           and consistent
24560 2002-01-28  Naba Kumar <kh_naba@users.sourceforge.net>
24562         * src/executer.c:
24563         
24564           Because of the spaces escaping, the command could not be
24565           executed when run without terminal. Now fixed.
24566           
24567         * anjuta.prj, Makefile.am:
24568         
24569           Added anjuta project file.
24570         
24571 2002-01-27  Naba Kumar <kh_naba@users.sourceforge.net>
24573         * src/message-manager-private.h, message-manager-private.cc,
24574           message-manger.cc:
24575           
24576           Added freeze() and thaw() for the message window class to
24577           speed up the message manager update.
24578         
24579         * src/project_config.h, project_config.c,
24580           src/project_dbase.h, project_dbase.h
24581           scripts/anjuta_project.template:
24582           
24583           Added two new prject attributes: project.config.blocked and
24584           project.excluded.modules. The former will make sure that users
24585           are not given any previlidge in enabling the 'overwrite build
24586           files' flags and the later issues a list of modules in the project
24587           to be skipped for symbol browsing and project listing.
24588         
24589         * configure.in, scripts/anjuta_import.sh, scripts/Makefile.am:
24590         
24591           Modified script to read the template from the anjuta data dir
24592           rather than from the directory in which the script exist. Otherwise,
24593           Being transfered to the bin dir, the script will not be able to
24594           find the template when it is run.
24595           
24596           The script is also create with configure.in to set in the anjuta
24597           data dir path inside the script.
24598           
24599 2002-01-26  Stephane Demurget  <demurgets@free.fr>
24601         * po/fr.po: updated to the latest sources.
24603 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24605         * scripts/Makefile.am:
24606           anjuta_import.sh goes with distribution.
24607           
24608         * po/*.po: They seem to have updated (merged with
24609           anjuta.pot) automatically when I did "make dist".
24610           
24611 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24613         * src/compiler_options_cbs.c, compiler_options.h, compiler_options_gui.c,
24614           Fixed Bug #499807, ie crash on removing libs, includes, defines from
24615           the compiler options dialog.
24616         
24617         * ChangeLog:
24618           Correct todays date. :)
24619           
24620         * scripts/Makefile.am:
24621           Installs anjuta_import.sh in $(prefix)/bin dir and
24622           is treated as an executable.
24623           
24624 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24626         * Fix for bug #499373
24627         
24628         * data/properties/anjuta.properties, ada.properties, cpp.properties,
24629           java, properties, latex.properties, lua.properties, others.properties,
24630           perl.properties:
24631           
24632           Added double-quotes around file arguments so that
24633           filenames with spaces could also work.
24635         * launcher/anjuta-launcher.c, executer.c:
24636           Escaped quotes in the cammand and it's arguments before executing
24637           so that args with spaces can also work.
24638           
24639           Commented #DEBUG switch.
24640           
24641 2002-01-26  Naba Kumar <kh_naba@users.sourceforge.net>
24643         * scripts/*: Added files which I forgot previously.
24644         
24645         * src/aneditor.h: Lined up commands definition for better look.
24646         
24647         * src/mainmenu_callbacks.c. main_menu_def.h, main_menubar.c,
24648           main_menubar.h, control.c:
24649           Added three more convert EOL chars submenu items in transform.
24650           Reformatted some some.
24651         
24652         * data/anjuta.properties:
24653           Reformatted a line.
24654         
24655         * src/aneditor.h, aneditor.c:
24656           Added three commands (with definitions) for EOL conversions.
24657           
24658         * src/text_editor.c:
24659           Editor detects file mode from the file content and
24660           set the editing mode to CR/LF/CRLF automatically.
24661           Refined Dos mode extrageneous chars filter
24662           This will make sure that filter works only in Dos mode and not
24663           in other modes.
24664           
24665         * src/anjuta.c: Editor mode display in status bar.
24666         
24667         * src/preferences_gui.c: Changed the string for dos mode
24668           filter to more sensible string.
24669         
24670         * src/aneditor.c: Default editor mode sets during widget creation
24671           and not everty time the properties are loaded. This makes sure
24672           that the auto-detected mode is not overridden by the default mode.
24673           
24674         * src/text_editor.c, aneditor.c: Disabled #DEBUG flag.
24675         
24676         * src/anjuta.c: Fixed bug #476028.
24677           Now anjuta also searches for file relative to top project dir,
24678           when the project is open.
24679         
24680         * src/anjuta_cbs.c: Fixed bug #499536.
24681           File is not closed if it is not able to save the file properly.
24682           
24683         * src/mainmenu_callbacks.c: Fixed bug #499536.
24684           Newfiles (which are not modified) are also closed on "close all files".
24685         
24686 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24688         * src/an_symbol_view.c: Added MAX_STRING_LENGTH
24689         
24690         * tagmanager/tm_source_file.c, regex.c, parse.c:
24691           defined and delimited g_messages within #debug.
24692           
24693         * src/preferences.c, data/anjuta.properties:
24694           saved/defied message-manager tag position in string.
24695           Message tag possition is saved between sessions. And
24696           and tag position bottom as default.
24697           
24698 2002-01-25  Naba Kumar <kh_naba@users.sourceforge.net>
24700         Patch submitted by:
24701         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
24703         * Makefile.am
24704           configure.in
24705           data/Makefile.am
24706           data/properties/Makefile.am
24707           global-tags/Makefile.am
24708           pixmaps/Makefile.am
24709           src/Makefile.am
24710           src/an_file_view.c
24711           src/an_file_view.h
24712           src/an_symbol_view.c
24713           src/an_symbol_view.h
24714           src/anjuta.c
24715           src/anjuta_cbs.c
24716           src/file_history.c
24717           src/file_history.h
24718           src/message-manager-private.cc
24719           src/pixmaps.h
24720           src/project_dbase.c
24721           src/project_dbase_gui.c
24722           src/tags_manager.c
24723           src/text_editor.c
24724           src/utilities.c
24725           src/utilities.h
24726           src/watch_gui.c:
24727         
24728           Modified files.
24729         
24730         * scripts/*
24731           pixmaps/sv_class.xpm
24732           pixmaps/sv_function.xpm
24733           pixmaps/sv_macro.xpm
24734           pixmaps/sv_private_fun.xpm
24735           pixmaps/sv_private_var.xpm
24736           pixmaps/sv_protected_fun.xpm
24737           pixmaps/sv_protected_var.xpm
24738           pixmaps/sv_public_fun.xpm
24739           pixmaps/sv_public_var.xpm
24740           pixmaps/sv_static_fun.xpm
24741           pixmaps/sv_static_var.xpm
24742           pixmaps/sv_struct.xpm
24743           pixmaps/sv_unknown.xpm
24744           pixmaps/sv_variable.xpm
24745           pixmaps/fv_core.xpm
24746           pixmaps/fv_text.xpm
24747           pixmaps/filestoremove.txt:
24748         
24749           New files.
24750         
24751         * pixmaps/class.xpm
24752           pixmaps/function.xpm
24753           pixmaps/fv_autofile.xpm
24754           pixmaps/fv_doc.xpm
24755           pixmaps/fv_i18n.xpm
24756           pixmaps/fv_source.xpm
24757           pixmaps/private_func.xpm
24758           pixmaps/private_var.xpm
24759           pixmaps/protected_func.xpm
24760           pixmaps/protected_var.xpm
24761           pixmaps/public_func.xpm
24762           pixmaps/public_var.xpm
24763           pixmaps/struct.xpm
24764           pixmaps/variable.xpm
24765         
24766           Removed files.
24767         
24768         * tagmanager/*/*:
24769         
24770           Upgraded to tagmanager-0.7
24772 2002-01-24      Johannes Schmid <clubfan@users.sourceforge.net>
24773         * src/anjuta_cbs.c: Fixed bug #506441
24774         * src/watch_gui.c: Changed layout of eval dialog so that
24775         it fits on a 800x600 desktop with German translation. 
24777 2002-01-23      Andy Piper <andy.piper@freeuk.com>
24779         * src/project_dbase.c: completed string updates for GTKmm and GNOMEmm
24780         * pixmaps/appwiz_libglade.png, src/pixmaps.h, pixmaps/Makefile.am: new 
24781           icon for new project type (thanks to Misha)
24782         * configure.in: build and install Danish translation
24783         * src/about.c, THANKS, manuals/C/anjuta-manual/authors.sgml: updated 
24784           credits to cover new patches and translations
24786 2002-01-23  Johannes Schmid <clubfan@users.sourceforge.net>
24787         
24788         * src/preferences.c, src/message-manager.cc, src/project_type.c,
24789           src/appwiz_page1.c:
24790         
24791       - Font preferences are restored properly now (\n was missing)
24792           - Dock menu label of message-manager is "Dock/Undock" instead
24793           of "Dock|Undock" to match with the rest of anjuta.
24794           - Name of GTK-- and GNOME-- have changed to GTKmm and GNOMEmm, so I
24795           changed it in anjuta, too 
24797 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24799         * tagmanager/tm_source_file.c,
24800           tagmanager/parse.c,
24801           tagmanager/tm_project.c,
24802           src/an_symbol_view.c,
24803           src/anjuta.c:
24804           
24805           Disabled debug warnings.
24807 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24809         * src/appwiz_page1.c
24810           src/compiler_options.c
24811           src/project_dbase.c
24812           src/project_dbase.h
24813           src/project_type.c
24814           src/source.c
24815           src/source.h:
24816           
24817           New project type named LibGlade.
24818           
24819           Patch submitted by:
24820           Dick Knol <dknol@gmx.net>
24822         * src/gnome_prj.c:
24823           Commented out unused pixmap creation. May be it
24824           will fix the crash in project creation.
24825           
24826 2002-01-21  Naba Kumar <kh_naba@users.sourceforge.net>
24828         * src/registers.c
24829           src/registers.h
24830           src/registers_cbs.c
24831           src/registers_cbs.h
24832           src/registers_gui.c
24833           src/sharedlib.c
24834           src/sharedlib.h
24835           src/sharedlib_cbs.c
24836           src/sharedlib_cbs.h
24837           src/sharedlib_gui.c
24838           src/signals.c
24839           src/signals.h
24840           src/signals_cbs.c
24841           src/signals_cbs.h
24842           src/signals_gui.c
24843           src/stack_trace.c
24844           src/stack_trace.h
24845           src/stack_trace_cbs.c
24846           src/stack_trace_cbs.h
24847           src/stack_trace_gui.c
24848           src/text_editor.c
24849           src/watch.c
24850           src/watch.h
24851           src/watch_cbs.c
24852           src/watch_cbs.h
24853           src/watch_gui.c
24854           
24855           Fixed bug #496290: Attach/detach removed from these
24856           windows as they are never implemented.
24857           
24858           Patch submitted by:
24859           Johannes Schmid <johannes.schmid@gmx.de>
24860           
24861 2002-01-18      Naba Kumar <kh_naba@users.sourceforge.net>
24863         * src/anjuta.c,
24864           src/anjuta_cbs.c:
24865           
24866           Fixed bug:
24867           when you right click on the tabs, a list of filenames are given
24868           out, but now it gives a list of "page 1", "page 2", etc...
24869           
24870           Patch submitted by: 
24871           Jens Georg <mail@jensgeorg.de>
24873         * anjuta.in.in: Removed c|c++ because, it was not necessary
24874           and was causing translation problem.
24875           
24876         * plugins/class-gen/clsGen.c:
24877           removed "'" for the same reason.
24878           
24879 attached the fix for the menu
24882 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24884         * src/preferences.h,
24885           src/preferences.c,
24886           src/preferences_gui.c:
24887           
24888           Adds the functionality to Anjuta to auto save your unsaved
24889           files before you build a project.
24891           Patch submitted by: 
24892           jason <jason_williams@suth.com>
24893           
24894         * src/anjuta.[h,c]:
24895           Added function for save all files.
24896         
24897         * src/mainmenu_callbacks.c:
24898           Modified to use the above function.
24899         
24900         * src/build_project.c:
24901           Save all files before build if it is set in the
24902           preferences.
24904 2002-01-17      Naba Kumar <kh_naba@users.sourceforge.net>
24906         * src/message-manager-private.cc
24907           src/message-manager-private.h
24908           src/message-manager.cc:
24909           
24910           Message-manager now restores the tabs which were shown on startup.
24911           The terminal is now created on demand (as requested by Biswa)
24912           and I have removed some debug messages.
24913           
24914           Patch submitted by: 
24915           Johannes Schmid <johannes.schmid@gmx.de>
24917 2002-01-13  Stephane Demurget  <demurgets@free.fr>
24919         * src/anjuta_cbs.c: fixed the global shortcut handling to have a
24920           proper tabs keyboard navigation.
24922         * src/an_symbol_view.c,
24923           src/anjuta_cbs.c,
24924           src/gnome_project.c,
24925           src/project_dbase.c,
24926           src/tags_manager.c: removed some debugging display.
24928 2002-01-09      Naba Kumar <kh_naba@users.sourceforge.net>
24930         * src/message-manager-dock.c
24931           src/message-manager-private.cc
24932           src/message-manager-private.h
24933           src/message-manager.cc
24934           src/preferences.c
24935           src/preferences.h
24936           src/preferences_gui.c:
24937           
24938           Patch submitted by: 
24939           Johannes Schmid <johannes.schmid@gmx.de>
24940           
24941           This patch adds a tab to the notebook of the preferences-dialog
24942           where you can change the colors, the tab position of the new
24943           message manager. Also the truncate messages stuff has moved
24944           from misc tab to messages tab.
24946           Also improved the remembering position stuff of message manager.
24947           
24948         * data/internal.properties,
24949           Added definitions for messages colors and tag position.
24950           
24951         * src/message_manager.cc:
24952           Fixed a bug that never lets the messages panes to get cleared.
24953           Added wmclass setting for the message window. Fixed a bug in
24954           which the message window was not being shown.
24955         
24956         * src/tag_manager.c: Fixed printing of (NULL) in the debug
24957           output and disabled it.
24959         * src/anjuta.c: Preferences created and loaded before anything else.
24960           anjuta now recognizes messages colors on startup and initializes
24961           them.
24962         
24963 2002-01-09      Andy Piper      <andy.piper@freeuk.com>
24965         * src/project_dbase.c: fix bug #497923 (thanks to Johannes Schmid)
24967 2002-01-09  Stephane Demurget  <demurgets@free.fr>
24969         * pixmaps/file_c.xpm,
24970           pixmaps/file_cpp.xpm,
24971           pixmaps/file_file.xpm,
24972           pixmaps/file_h.xpm,
24973           pixmaps/file_html.xpm,
24974           pixmaps/file_i18n.xpm,
24975           pixmaps/file_icon.xpm,
24976           pixmaps/file_pix.xpm,
24977           pixmaps/fv_doc.xpm,
24978           pixmaps/fv_i18n.xpm,
24979           pixmaps/fv_image.xpm,
24980           pixmaps/fv_source.xpm,
24981           pixmaps/fv_unknown.xpm: made these icons transparent.
24983 2002-01-08      Andy Piper      <andy.piper@freeuk.com>
24985         * launcher/anjuta_launcher.c: updated message strings
24986         * src/message-manager-dock.c: added newline at end to avoid compile warning
24987         * src/project_dbase.c: corrected spelling of include (noted by Biswa)
24988         * src/controls.c, src/main_menubar.c, src/main_menubar.h, src/main_menubar_def.h,
24989           src/mainmenu_callbacks.c, src/mainmenu_callbacks.h: added some new Insert menu
24990           entries for username and Python-style GPL notice
24991         * HACKING: added info on files to change to update Insert menu
24993 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
24995         * src/project_dbase.c,
24996           src/an_file_view.c,
24997           src/an_symbol_view.c:
24998           Changed the CTree expander style to square and
24999           line style to Dotted line.
25000           
25001         * po/POTFILES.in: Removed and Added translable files.
25003 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25005         * ccview/.cvsignore: Removed.
25006         
25007 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25009         * ccview/
25010                 cccmd.cc, ccview_main.h, func_dialog.cc, struct.xpm,
25011                 cccmd.h, cfolder.xpm, func_dialog.h, ofolder.xpm, support.c,
25012                 cccproj.cc, ChangeLog, gtk_help.cc, panes.cc, support.h,
25013                 cccproj.hh, class.xpm, gtk_help.h, private.xpm, tree_coll.h,
25014                 ccview.cc, cregex.hh, hash_str.h, protected.xpm,
25015                 ccview.h, public.xpm, ccview_main.cc, file.xpm, Makefile.am, scanner.xpm:
25016         
25017         Removed ccview module because it is no longer needed.
25019 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25021         * src/project_dbase.c:
25022           Shifted structure initialization in project_dbase_new()
25023           before anything else, otherwise it was crashing due to
25024           uninitialized values.
25025         
25026         * src/an_symbol_view.c:
25027           Disabled high volume debug output.
25029 2002-01-08  Naba Kumar <kh_naba@users.sourceforge.net>
25030         
25031         Applied a very heavy patch from:
25032         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25034         * Makefile.am
25035         configure.in
25036         pixmaps/Makefile.am
25037         src/Makefile.am
25038         src/aneditor.cxx
25039         src/aneditor.h
25040         src/anjuta.c
25041         src/anjuta.h
25042         src/commands.c
25043         src/commands.h
25044         src/compile.c
25045         src/compile.h
25046         src/controls.c
25047         src/defaults.c
25048         src/fileselection.c
25049         src/main_menubar.c
25050         src/main_menubar.h
25051         src/main_menubar_def.h
25052         src/mainmenu_callbacks.c
25053         src/mainmenu_callbacks.h
25054         src/project_dbase.c
25055         src/project_dbase.h
25056         src/project_dbase_gui.c
25057         src/tags_manager.c
25058         src/text_editor_menu.c
25059         src/toolbar_callbacks.c
25060         tagmanager/Makefile.am
25061         tagmanager/ctags.c
25062         tagmanager/include/Makefile.am
25063         tagmanager/include/tm_project.h
25064         tagmanager/include/tm_symbol.h
25065         tagmanager/include/tm_tag.h
25066         tagmanager/include/tm_tagmanager.h
25067         tagmanager/include/tm_workspace.h
25068         tagmanager/tm_project.c
25069         tagmanager/tm_source_file.c
25070         tagmanager/tm_symbol.c
25071         tagmanager/tm_tag.c
25072         tagmanager/tm_workspace.c
25073         widgets/Makefile.am: Modified.
25074         
25075         * src/an_file_view.[c,h],
25076           src/an_symbol_view.[c,h],
25077           src/file_history.[c,h],
25078           src/support.[c,h],
25079           widgets/scroll-menu.[c,h],
25080           tagmanager/tm_file_entry.c
25081           tagmanager/include/tm_file_entry.h: Added new files.
25082           
25083         * pixmaps/cfolder.xpm, fv_doc.xpm, fv_source.xpm,
25084         private_func.xpm, public_func.xpm,
25085         class.xpm, fv_exec.xpm, fv_unknown.xpm,
25086         private_var.xpm, public_var.xpm,
25087         function.xpm, fv_i18n.xpm, macro.xpm,
25088         protected_func.xpm, struct.xpm,
25089         fv_autofile.xpm, fv_image.xpm,
25090         ofolder.xpm, protected_var.xpm, variable.xpm:
25091           Updated and Added pixmap files.
25093         Features:
25094         ---------
25095         a) Removes CCView dependency.
25096         b) Improves the terminal.
25097         c) Adds tag navigation context menus.
25098         d) Upgrades tagmanager to latest version.
25099         e) Miscellaneous small additions.
25101 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25103         * src/project_dbase_gui.c: Fixed crash of anjuta
25104         when project first created.
25105         
25106         * src/gnome_project.c: It now updates the tags manager
25107         when new projects are created.
25108         
25109 2002-01-07  Naba Kumar <kh_naba@users.sourceforge.net>
25111         * Thanks Johannes Schmid <johannes.schmid@gmx.de>
25112           for this big patch.
25113         
25114         * src/messages.[c,h]: Removed files.
25116         * src/message-manager.[cc,h],
25117           src/message-manager-dock.[c,h],
25118           src/message-manager-private.[cc,h]
25119           New files.
25121         * src/anjuta.c, src/anjuta.h, src/anjuta_cbs.c, src/build_file.c
25122           src/build_project.c, src/clean_project.c, src/compile.c
25123           src/configurer.c, src/debugger.c, src/find_in_files.c
25124           src/mainmenu_callbacks.c, src/preferences.h
25125           src/preferences_gui.c, src/properties.h
25126           src/utilities.c, src/utilities.h:
25127           The new messages widget.
25128           New features:
25129             - Use of GtkNotebook instead of ToggleButtons
25130               and show/hide
25131             - Popupmenu to show and hide message types and
25132               to dock/undock in detach mode
25134           All other things should work as they did with the
25135           old message window. Currently the keyboard short-cuts
25136           do not work in detached mode.
25137           
25138           Some functions in utitlities.[c,h] changed.
25139           so that they take const arguments where this is possible
25140           
25141         * src/Makefile.am, po/POTFILES.in:
25142           Removed messages.[c,h] and
25143           added message-manager.[cc,h], message-manager-dock.[c,h],
25144           message-manager-private.[cc,h]
25145           
25146         * src/message-manager.h: Removed "include <bonobo.h>"
25147           and added a newline at the end of the file.
25148           
25149         * src/message-manager-private.cc:
25150           Set clist's width setting to Automatic.
25151           Set scroll window's scroll bars to Automatic.
25152           
25153 2002-01-05  Naba Kumar <kh_naba@users.sourceforge.net>
25155         * text_editor_menu.c:
25156           Fixed misalignment of the function sub menu
25157           in the text editor pop up menu.
25158           
25159 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25160         
25161         * src/text_editor.c: Fixed a compiler warning.
25162         
25163 2002-01-04  Andy Piper <andy.piper@freeuk.com>
25165         * THANKS, manuals/*/authors.sgml: updated for new translations
25166         * plugins/class-gen/clsGen.c: converted messages to English
25167         * src/about.c, src/main_menubar_def.h: string updates
25169 2002-01-04  Naba Kumar <kh_naba@users.sourceforge.net>
25171         * src/anjuta.c
25172           src/anjuta_cbs.c
25173           src/text_editor.c
25174           src/mainmenu_callbacks.c
25175           src/text_editor.h
25176           src/text_editor.c
25177           src/text_editor_cbs.c
25178           src/text_editor-gui.c:
25179           
25180           Earlier code for adding 'cross' button
25181           for closing pages were too error prone and unorganized.
25182           Cleaned up the code and shifted the 'extra' widgets
25183           creation (eg. close button, close_pixmap and lable)
25184           from anjuta to text_editor. This takes care of proper
25185           widgets creation and destruction. Otherwise, anjuta
25186           was crashing at too many points, especially related
25187           to docking and undocking.
25188           
25189 2002-01-04  Stephane Demurget  <demurgets@free.fr>
25191         * src/aneditor.cxx: removed debugging code.
25193         * data/properties/.cvsignore: added swap files.
25195 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25197         * src/anjuta.c
25198           src/anjuta_cbs.c:
25199           Fixed Crashing of anjuta when a new file is saved as
25200           different file.
25201           
25202 2002-01-03  Naba Kumar <kh_naba@users.sourceforge.net>
25204         * src/aneditor.c: Some debug codes around.
25205         
25206         * data/internal.properties, data/anjuta.properties: Removed.
25207           data/properties/Makefile.am:
25208           data/properties/ada
25209           data/properties/cs
25210           data/properties/make
25211           data/properties/rc
25212           data/properties/html
25213           data/properties/ruby
25214           data/properties/baan
25215           data/properties/idl
25216           data/properties/pascal
25217           data/properties/sample
25218           data/properties/bash
25219           data/properties/java
25220           data/properties/perl
25221           data/properties/sql
25222           data/properties/conf
25223           data/properties/latex
25224           data/properties/props
25225           data/properties/vb
25226           data/properties/cpp
25227           data/properties/lua
25228           data/properties/python
25229           data/properties/xml
25230           data/properties/others
25231           data/properties/.cvsignore:
25232             Added files. Properties now splitted into small files
25233             for each language.
25235         * data/Makefile.am
25236           configure.in: Update the removal and added properties module.
25238         * src/preferences.c: preferences_new(): Updated to reflect the
25239           new properties files organization.
25240           
25241         * src/Makefile.am: Added Baan Lexer.
25243 2002-01-01  Stephane Demurget  <demurgets@free.fr>
25245         * src/aneditor.cxx: readded the baan lexer. 
25247         * src/preferences.c: fixed translated messages and a typo.
25249         * desktop.in.in: changed the name to Anjuta C|C++ IDE, since the / was
25250           confusing the regexp usage in xml-i18-merge.
25252 2002-01-01      Andy Piper      <andy.piper@freeuk.com>
25254         * src/project_dbase.c: tidied some messages, and spotted a typo in
25255           the reading of properties which prevented the project version from
25256           ever being reported in the Project Information window - fixed :)
25258         * po/POTFILES.in: removed syntax.h
25260 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25262         * data/internal.properties: fixed baan properties.
25263           Added all ada properties.
25265         * src/main_menubar_def.h,
25266           src/lexer.h,
25267           src/aneditor.cxx,
25268           src/utilities.[ch]: added support for the Ada highlight style.
25270 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25272         * plugins/*/.cvsignore: updated.
25274 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25276         * src/syntax.h,
25277           src/text_editor.c,
25278           src/Makefile.am: removed the empty header syntax.h.
25280 2001-12-31  Naba Kumar <kh_naba@users.sourceforge.net>
25282         * main_menubar.c:
25283         Stef's observation on the 'superfluous' hseparators in the recent
25284         files and projects is fully justified -- removed.
25285         
25286         * main_menubar_def.h:
25287         Changed "Plug Ins" to "Plugins" in the menu label.
25288         
25289         * configure.in, plugins/Makefile.am, plugins/class-gen/*:
25290         Added class-gen in the configure output and class-gen module.
25291         
25292         * data/internal.properties:
25293         Correct mis-spelled "jave" to "java".
25294         Added file.is.source for *.h, *.c, *.cpp properties.
25295         
25296         * global-tags/Makefile.am:
25297         "chmod +x create_global_tags.sh" before it is executed, because
25298         there is very high chance that it will be found "-x" and resulting
25299         in error
25301 2001-12-31  Stephane Demurget  <demurgets@free.fr>
25303         Fixed a crash on Solaris reported by Holder Burde, thanks to him
25304         for the backtrace.
25306         * src/gnome_project.c: (create_new_project): if the user doesn't
25307           select any icon, it doesn't have any extension and thus we can't
25308           use it in printf on Solaris, since the %s modifier use strlen to
25309           know the string length and then crash. On Linux, gcc checks the value
25310           of the pointer to be NULL and write "(null)" if necessary. We can't
25311           rely on that.
25313         * src/source.c: (source_write_desktop_entry): if there's no icon, we
25314           don't need to have the directory icon but the generic one.
25316 2001-12-30  Stephane Demurget  <demurgets@free.fr>
25318         Merged with latest (1.42) scintilla.
25320         Added: Support for the {load,save}.on.(de)activate properties.
25321                The PHP lexer to match keywords case insensitively.
25322                Baan lexer.
25323                Experimental supports for changeable style attribute & line
25324                wrapping.
25325                
25326         Updated: Both the C++ and HTML lexers.
25327                  More shell keywords added.
25328                  Horizontal scrolling and diplay of long lines optimised.
25329                  Cursor setting optimised.
25331         Bugs fixed: Caret movement over folded lines.
25332                     Selection tracking in 2ndary views when doing modifications.
25334         * scintilla/CallTip.{cxx.h},
25335           scintilla/ContractionState.{cxx,h},
25336           scintilla/Document.{cxx,h},
25337           scintilla/Editor.{cxx,h},
25338           scintilla/KeyWords.cxx,
25339           scintilla/LexHTML.cxx,
25340           scintilla/PlatGTK.cxx,
25341           scintilla/RESearch.cxx,
25342           scintilla/ScintillaBase.cxx,
25343           scintilla/ScintillaGTK.cxx,
25344           scintilla/Style.{cxx,h},
25345           scintilla/StyleContext.h,
25346           scintilla/ViewStyle.cxx,
25347           scintilla/include/*.h: updated.
25349         * scintilla/LexBaan.cxx, scintilla/Makefile.am: added Baan lexer.
25351         * scintilla/LexCPP.cxx: removed all references to noDocChars. This
25352           should have been told to the scintilla team. We're lucky I read the
25353           ChangeLog and the modifications of the lexer (thanks to the Gnome
25354           bonsai for this ;)
25356         * data/internal.properties: added Baan definitions.
25357           Fixed some issues for C such as *_cast directive, that are only
25358           available with C++.
25359           Updated C++, HTML and shell scripts definitions.
25360           Updated Ada and Bullant, that have been forgotten.
25362         * src/main_menubar_def.h,
25363           src/lexer.h,
25364           src/aneditor.cxx,
25365           src/utilities.[ch]: added support for the Baan highlight style.
25367 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25369         Polished the plugins menu behaviour and added a tearoff
25370         menuitem to the recent entries submenu.
25372         Note: The recent entries list seems to be too height
25373               with all these superfluous hseparators.
25375         * src/main_menubar.c: Polished, making some
25376           functions declarations static and cleaning some code.
25378           (create_submenu_plugin): removed the extra
25379           plugins entry and the horizontal separators.
25381           (on_plugins_menu_realize): the plugins menu is only
25382           shown if there's at least one available.
25384           (create_submenu*): added a tearoff menuitem to have
25385           a more homogeneous menu style. For now, it doesn't
25386           take care of user settings (but it was even worse
25387           before :).
25389 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25391         * configure.in: added the packageplugindir variable to avoid
25392           installing the plugins in $(prefix). It's not the same path as
25393           anjuta 2 to allow parallel installation.
25395 2001-12-29  Stephane Demurget  <demurgets@free.fr>
25396         Fix a reopened part of bug #440676: keyboard navigation between the
25397         different text buffers. Changed to a more global approch. 
25399         * src/notebook.[ch]: removed.
25401         * src/Makefile.am: removed notebook.[ch]
25403         * src/anjuta_{gui,cbs}.c, src/anjuta.h:
25404           (on_anjuta_window_key_press_event): added to fulfill the global
25405           shorcuts handling.
25407         * HACKING: updated according to the new global shortcuts handling.
25409 2001-12-29 Naba Kumar <kh_naba@users.sourceforge.net>
25411         * src/main_menubar_def.h, main_menubar.h, main_menubar.c:
25412           Shifted plugin menu from Edit submenu to main menu.
25413         
25414         * po/POTFILES.in:
25415           Added plugins/sample1/plugin-sample1.c
25416           
25417         * plugins/sample1/plugin-sample1.c:
25418           Added localization and used anjuta_info, instead of anjuta_error.
25419           
25420         * plugins/.cvsignore, plugins/sample1/.cvsignore:
25421           Added cvs ignores.
25422           
25423 2001-12-28 Naba Kumar <kh_naba@users.sourceforge.net>
25425         * configure.in, acconfig.h: Added definition for PACKAGE_PLUGIN_DIR
25426           for plugin dir.
25427         
25428         * Makefile.am: Added module plugins.
25429         
25430         * plugins, plugins/Makefile.am, plugins/sample1/*:
25431           Created plugins modules.
25432           
25433         * src/anjuta.h, src/anjuta.c: Removed app->szAddinDir and 
25434           Defined PACKAGE_PLUGIN_DIR directly and properly. Fixed
25435           to load plugins of *.so only and not *.so* (which results
25436           in duplicates).
25437         
25438         * anjuta.spec.in: added %{prefix}/lib/anjuta to take care of 
25439           plugins during packaging.
25441 2001-12-27  Simos Xenitellis  <simos@hellug.gr>
25443         *  configure.in: Added Greek (el) to ALL_LINGUAS.
25445 2001-12-27 Duarte Loreto <happyguy_pt@hotmail.com>
25447         * configure.in: Added portuguese to ALL_LINGUAS
25449 2001-12-24  Naba Kumar <kh_naba@users.sourceforge.net>
25451         * global-tags/.cvsignore
25452         tagmanager/.cvsignore
25453         tagmanager/include/.cvsignore:
25454         Added cvs ignore files.
25456         * data/.cvsignore
25457         Updated cvs ignore file.
25458         
25459 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25461         * src/debugger.c, src/text_editor.c, src/anjuta.c, 
25462           data/anjuta.properties, data/internal.properties: clean up some 
25463           message strings (me)
25465 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25467         * src/about.c, THANKS: added Jens to the credits
25468         
25469 2001-12-23      Andy Piper      <andy.piper@freeuk.com>
25471         * pixmaps/close_file_small.xpm, pixmaps/Makefile.am, src/anjuta.c,
25472           src/text_editor.h, src/pixmaps.h, src/text_editor_cbs.c,
25473           src/text_editor_cbs.h, src/text_editor_gui.c: patch from Jens
25474           Georg <mail@jensgeorg.de> to add close button to file tabs.
25476 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25478         * launcher/anjuta_launcher.c: patch from Stef to fix #490816
25479           (debugger now catches correct signal from process)
25481 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25483         * pixmaps/Makefile.am, pixmaps/appwiz_*.png: new images from Misha
25484         * src/pixmaps.h: switch appwizard project icons to new designs
25485         * pixmaps/appwid*xpm, pixmaps/gear.xpm: removed unused graphics
25487 2001-12-20      Andy Piper      <andy.piper@freeuk.com>
25489         * pixmaps/Makefile.am: stop redundant images from being installed.
25490           The next step will be to remove them completely.
25491         * src/appwiz*: further updates (more to come)
25492         * src/pixmaps.h: cleaned up, commented
25493         * src/splash.c: should use the pixmaps macro defined
25494         * HACKING: more on the graphics stuff and use of pixmaps.h
25496 2001-12-19      Andy Piper      <andy.piper@freeuk.com>
25498         * src/defaults.c: fix bug #494864
25500 2001-12-18      Andy Piper      <andy.piper@freeuk.com>
25502         * pixmaps/applogo.png, pixmaps/appwizard.png: added new wizard
25503           graphics from Misha
25504         * pixmaps/interface.xpm, pixmaps/app_wizard.jpg: removed
25505           redundant graphics, no longer used
25506         * src/appwiz*: revamped application wizard by Andy and Misha for
25507           a more usable and professional look-and-feel
25508         * HACKING: updates to cover patching, graphics, and some additions
25509           post-0.1.8
25510         * TODO: removed some implemented features
25512 2001-12-17      Andy Piper      <andy.piper@freeuk.com>
25514         * data/anjuta.properties, data/internal.properties: cleanup
25515         * src/compiler_options_gui.c, src/mainmenu_callbacks.*, 
25516           src/preferences_gui.c, src/text_editor_menu.c: patches from Biswa
25517           to edit styles colors for keywords and add Goto Tag menu option
25518           in the editor
25520 2001-12-14 Naba Kumar <kh_naba@users.sourceforge.net>
25522         * src/anjuta.c, anjuta.h, text_editor.c, text_editor.h:
25523         
25524         Fixed bug #460335
25525         fixes the Forget of the cursor position when tab is brought active
25526         from project manager.
25527         
25528 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25530         * src/messages.c
25531           Exported "TERM=xterm" to get a color terminal when
25532           anjuta is not started from within a terminal.
25533           
25534 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25536         * src/messages.c
25537           src/messages.h
25538           Added a frame around zvt terminal.
25539           
25540         * src/preferences_gui.c
25541           Modified to say "Use glade component (experimental)"
25542           instead of "Use Component".
25543           
25544 2001-12-13 Naba Kumar <kh_naba@users.sourceforge.net>
25546         * Patch from 
25547         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25548         
25549         * src/anjuta.c
25550         src/fileselection.c
25551         src/messages.c
25552         src/messages.h
25553         src/preferences.c
25554         src/preferences.h
25555         src/project_dbase.c
25557         a) Extra scrollbar in terminal no longer appears.
25558         b) Character set preference should be preserved (untested).
25559         c) File selection widget now remembers last directory.
25560         d) On creation of generic project, the glade 'file not found' error no
25561                 longer occurs.
25562         e) First terminal window is created 'on demand', so it should always to
25563                 the Right Thing (TM) as far as starting WD is concerned. Also, the
25564                 environment is now passed to the terminal.
25565         f) Solaris compilation should be fixed (replaced get_current_dir_name()
25566                 with getcwd()).
25567         g) Fixed some compilation warnings.
25569 2001-12-10      Andy Piper      <andy.piper@freeuk.com>
25571         * configure.in, src/anjuta.c, src/messages.c, src/messages.h,
25572           src/pixmaps.h: applied terminal and warnings patch (Biswa)
25573         * src/*: cleanups (me)
25574         * pixmaps/mini_term.xpm: added new file for terminal button
25575           (me, based on existing artwork)
25577 2001-12-07      Andy Piper      <andy.piper@freeuk.com>
25579         * configure.in: bumped version to 0.1.9-pre
25580         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25581           translation
25582         * src/aneditor.cxx: patch from Biswa to re-enable autocompletion
25584 2001-12-07  Pablo Saratxaga  <pablo@mandrakesoft.com>
25586         * src/splash.c: removed a DOS end of line of a comment (so the *.po
25587           files are free of that char)
25588         * configure.in: added "az" to ALL_LINGUAS
25590 2001-11-29      Andy Piper      <andy.piper@freeuk.com>
25592         * tagmanager/tm_workspace.c, src/project_dbase.c: critical
25593           crash bug fix from Biswa.
25594         * FUTURE: added Anjuta/gIDE merger information to provide 
25595           details on future direction and status of 1.x stuff
25596         * NEWS: prepared for release
25597         * po/de.po: update from Jens Georg <mail@jensgeorg>
25599 2001-11-28      Andy Piper      <andy.piper@freeuk.com>
25601         * multiple minor updates pre-0.1.8
25602         * patch from Biswa to fix syntax highlighting and packaging
25603         * po/fr.po: update from Stef
25605 2001-11-26 Naba Kumar <kh_naba@users.sourceforge.net>
25607         * global-tags/Makefile.am
25608         global-tags/create_global_tags.sh
25609         global-tags/tm_global_tags.c
25610         scintilla/LexCPP.cxx
25611         scintilla/include/SciLexer.h
25612         src/aneditor.cxx
25613         src/project_dbase.c
25614         tagmanager/Makefile.am
25615         tagmanager/include/Makefile.am
25616         tagmanager/include/tm_project.h
25617         tagmanager/include/tm_tag.h
25618         tagmanager/include/tm_tagmanager.h
25619         tagmanager/tm_project.c
25620         tagmanager/tm_source_file.c
25621         tagmanager/tm_tag.c
25622         tagmanager/tm_workspace.c:
25623         
25624         Includes the syntax highliting patch to scintilla).
25625         and more stable code.
25626         
25627         *tagmanager/include/tm_symbol.h: New file.
25628         *tagmanager/tm_symbol.c: New file.
25629         
25630         Add symbol tree building functionality at project level
25631         
25632         Patch from:
25633         Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>
25634         
25635 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25637         * pixmaps/file_cpp.xpm,   pixmaps/file_html.xpm,  pixmaps/file_icon.xpm,
25638           pixmaps/file_c.xpm,     pixmaps/file_h.xpm,     pixmaps/file_pix.xpm,
25639           pixmaps/file_file.xpm,  pixmaps/file_i18n.xpm
25640           : New and improved pixmaps from Misha <misha@phreaker.net>
25641           Thanks to him.
25643 2001-11-22 Naba Kumar <kh_naba@users.sourceforge.net>
25644         
25645         * Big patch submitted by
25646           Biswapesh Chattopadhyay <biswapesh_chatterjee@tcscal.co.in>.
25647           Many thanks to him.
25648         
25649         * src/Makefile.am, src/aneditor.cxx
25650           src/anjuta.c, src/anjuta.h, src/project_dbase.c,
25651           src/project_dbase.h, src/text_editor.c, src/text_editor.h:
25652           Use of tagmanager lib for advanced calltips.
25654         * global-tags/*: Created new directory and added files to 
25655           generate system.tags.
25657         * tagmanager/*: Created new directory and added tagmanager lib
25658           files.
25660         * configure.in, acconfig.h, Makefile.am: Modified to reflect
25661           the above additions.
25663         * data/Makefile.am: Modified to accomodate generated system.tags file.
25665 2001-11-07      Andy Piper      <andy.piper@freeuk.com>
25667         * scintilla/: updated to 1.41
25668         * src/Makefile.am: added Ada and Bullant lexers from Scintilla
25669         * src/about.c: updated list of authors
25670         * src/aneditor.cxx: tidied to remove unused SciTE debug calls
25671         * HACKING: updated to cover Scintilla usage
25672         * THANKS, manuals/C/anjuta-manual/authors.sgml: updated for new 
25673           translation
25675 2001-11-07  Naba Kumar <kh_naba@users.sourceforge.net>
25677         * src/aneditor.cxx: Fixed compilation errors with it.
25678           by add include to gtk+ headers and typedefining a mysteriously
25679           vanished class Colour.
25681 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25683         * configure.in: Added pt_BR in the languages.
25684         
25685 2001-11-01      Andy Piper      <andy.piper@freeuk.com>
25687         * src/executer.c, mainmenu_callbacks.c: patch from Dan Elphick
25688           (<dre00r@ecs.soton.ac.uk>) to correct a spelling mistake
25689         * THANKS: updated
25690         * manuals/C/anjuta-manual/*: new format to match
25691           the rest of the GNOME docs chapter layout. Added the many
25692           new contributors. Moved Authors and License information into new
25693           chapters of their own - should make expansion easier too
25694         * src/compiler_options.c: changed the profiler option to -pg to 
25695           work with GNU tools (gprof)
25696         * src/compiler_options_gui.c, main_menubar_def.h: tidied some messages 
25697           and text labels
25698         
25699 2001-10-29  Naba Kumar <kh_naba@users.sourceforge.net>
25701         * src/compiler_options.h, compiler_options.c, compiler_options_cbs.c
25702           compiler_options_gui.c:
25703           Added a new entry for linker flags and renamed c_options to c_flags
25704           and l_options to l_libs. Also, added a new function:
25705           compiler_options_set_prjlflags_in_file();
25706         
25707         * src/source.c: projects/src/Makefile.am now have LDFLAGS set.
25708         
25709         * src/compiler_options_gui.c: Trimmed some UI for the 'others' page.
25710           
25711 2001-10-26      Andy Piper      <andy.piper@freeuk.com>
25713         * THANKS, src/about.c: corrections and additions following 
25714         Naba's big update
25715         * src/main_menubar.c: patch from Rikul to fix the problem with 
25716         menu accelerators not being loaded
25718 2001-10-26  Naba Kumar <kh_naba@users.sourceforge.net>
25720         * THANKS: Added all contributors and translators names and emails.
25721         * AUTHORS: Updated
25722         * pixmap/anjuta_logo.png: Reduced the size of the logo.
25723         * pixmap/anjuta_splash.png, pixmaps/Makefile.am:
25724               Added new file (earlier logo with border).
25725         * src/about.c: Added all contributors names and emails
25726               and used macro definition for logo pixmap file.
25727         * src/pixmaps.h: Added entry for anjuta splash screen.
25729 2001-10-24      Andy Piper      <andy.piper@freeuk.com>
25731         * pixmaps/anjuta_icon[.xpm|.png]: updated application icon
25732         to new PNG version (thanks to Misha) and removed the old
25733         pixmap.
25735 2001-10-24  Abel Cheung  <maddog@linux.org.hk>
25737         * THANKS: added Conner Mo for simplified Chinese translation.
25738         * configure.in: added zh_CN in ALL_LINGUAS
25740 2001-10-21  Abel Cheung  <maddog@linux.org.hk>
25742         * THANKS: added Joe Man for his traditional Chinese translation.
25743         * configure.in: added zh_TW in ALL_LINGUAS.
25745 2001-10-19  Naba Kumar <kh_naba@users.sourceforge.net>
25747         * src/main_menubar_def.h: Changed the link of lidn to
25748         http://lidn.sourceforge.net.
25749         
25750 2001-10-18  Naba Kumar <kh_naba@users.sourceforge.net>
25752         * Applied patch from Rikul
25753         * Applied patch from Luca
25754         * Fixed a cvs conflict. :)
25756 2001-10-17  Stephane Demurget  <demurgets@free.fr>
25758         * THANKS: added Marc Botermans for his Dutch translation.
25760         * configure.in: added nl in ALL_LINGUAS.
25762         * po/nl.po: added.
25764 2001-10-17  Naba Kumar <kh_naba@users.sourceforge.net>
25766         * anjuta.c: Fixed luca's typo.
25767         * resources.c, resources.h: Changed gchar* return to void, to
25768                 avoid a compiler warning.
25769         * scintilla/Makefile.am: Reorganized file entries.
25770         * src/Makefile.am: Added StyleContex.o module directly with the lexers.
25772 2001-10-16  Naba Kumar <kh_naba@users.sourceforge.net>
25774         * Upgraded scintilla to 1.4.
25775         * Added 6 files:  LexCrontab.cxx LexEiffel.cxx LexRuby.cxx
25776                 LexLisp.cxx StyleContext.cxx StyleContext.h
25777         * src/Makefile.am: Added 4 lexers and separated lexer objects
25778                 from the main link variable.
25780 2001-10-14  Stephane Demurget  <demurgets@free.fr>
25782         * THANKS: added Luca, even if it shouldn't be my role to write
25783           this sort of thing :)
25785         * src/anjuta.c: (scan_AddIns_in_directory): some fixes and cleanups on
25786           the latest Luca patch.
25788 2001-10-14      Andy Piper      <andy.piper@freeuk.com>
25790         * added skeleton plugin functionality (lbell <lbell@tsc4.com>). 
25791         This is not documented yet; plugins to come later.
25792         * src/find*.c: find dialogs now persistent 
25793         (Rick <rikul@bellsouth.net>)
25794         * widgets/gnomefilelist.c: fixed multiple file open issue 
25795         (Rick <rikul@bellsouth.net>)
25796         * changes to recent file and project lists handling 
25797         (lbell <lbell@tsc4.com>)
25798         * more minor UI updates (me)
25800 2001-10-11      Andy Piper      <andy.piper@freeuk.com>
25802         * src/Makefile.am: removed warnings for traditional C syntax
25803         * pixmaps: added new icons for mini_locals, mini_cvs and
25804         the splash screen - thanks to Misha <misha@phreaker.net>
25806 2001-10-10      Andy Piper      <andy.piper@freeuk.com>
25808         * src/toolbar.c: fix typo in tooltip text
25809         * ccview/cccmd.cc: alter Func to Function in menu text
25811 2001-10-09      Andy Piper      <andy.piper@freeuk.com>
25813         * src/find_text.c: applied patch from rikul <null@acm.org> to fix minor
25814         issue with find dialog reporting an error when Scintilla finds text
25815         * applied patch from Denis Boehme <boehme at syncio dot de> to support
25816         DOS files (i.e. CR/LF translation)
25818 2001-10-03      Andy Piper      <andy.piper@freeuk.com>
25820         * src/notebook.c: applied patch from rikul <null@acm.org> to fix bug
25821         #452436
25822         * data/internal.properties: default fold style now set to 3 :-)
25823         * applied patch from rikul <null@acm.org> to turn notebook tab 
25824         headings red when file has been edited.
25826 2001-10-02  Kjartan Maraas  <kmaraas@gnome.org>
25828         * configure.in: Added "no" to ALL_LINGUAS.
25829         
25830 2001-09-29  Naba Kumar <kh_naba@users.sourceforge.net>
25832     * Patch from lbell <lbell@tsc4.com>
25833     src/controls.c
25834     src/debugger.c
25835     src/main_menubar.c
25836     src/main_menubar.h
25837     src/main_menubar_def.h
25838     src/mainmenu_callbacks.c
25839     src/mainmenu_callbacks.h
25840     src/project_dbase.c
25841     src/project_dbase.h
25842     
25843     Implemented a check menu item to handle the 'show locals' flag
25844     for the current project.
25846     * data/internal.properties: Removed the redundant command
25847     for gnome-terminal.
25848     
25849 2001-09-25  Naba Kumar <kh_naba@users.sourceforge.net>
25851         * Patch from lbell <lbell@tsc4.com> for fixing some compiler warnings.
25853 2001-09-24  Fatih Demir <kabalak@gtranslator.org>
25855         * configure.in: Added "ta" to the languages list.
25857 2001-09-21  Andy Piper <andy.piper@freeuk.com>
25859         * data/internal.properties:
25860           added fold.symbols property to control appearance of folds
25861           in the Scintilla editor (thanks to rikul <null@acm.org>)
25863 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25865         * src/message.c:
25866           one extra button for message win is being created -- Fixed.
25867         
25868           The frame should be hidden and not only the pix_lab when
25869           that message pane is hidden (aBts[nIndex].bVisible == FALSE)
25870           -- Fixed.
25871         
25872         * pixmaps/mini_locals.xpm (new file), pixmaps/Makefile.am: 
25873           for the time being it is same as mini_cvs.xpm.
25874         
25875 2001-09-21  Naba Kumar <kh_naba@users.sourceforge.net>
25877         * src/find_repace.c: Fixed the vanishing find/replace dialog box.
25879         Patch from rikul <null@acm.org>
25880         
25881         * CORBA-Server.c, debugger.c, debugger.h, glades.c,
25882         glades.h, messages.c, messages.h, pixmaps.h,
25883         project_dbase.c, project_dbase.h, session.c,
25884         session.h, watch_cbs.c, watch_cbs.h, watch_gui.c:
25885         
25886         inserted 'add to watch' option in inspect window, so you can add easily
25887         a variable in watch window .
25888         
25889         Added a new message pane for the gdb local variables inspection. Changed
25890         the code in messages.c to better account for future new panes insertion.
25891         Defined a new pixmap for the new tab button in pixmaps.h
25892         (ANJUTA_PIXMAP_MINI_LOCALS); someone must create it and add it to the
25893         install script.
25894         
25895         Changed the debugger module to have a single function for asking to gdb
25896         to send program info. The idea is to ask the debugger about only the
25897         info needed to open windows( watch, registers, etc ) to speedup the step
25898         command. I plan to ask informations to the debugger based on the user
25899         interface status.
25900         The request for local variables is enabled by default, but the
25901         projectDBase has a variable to control it, to allow disabling that
25902         feature,  there is also the code to save and to reload the state. If you
25903         want to have it disabled by dafult change SHOW_LOCALS_DEFAULT to FALSE
25904         in project_dbase.c
25906         This big patch is from:  lbell <lbell@tsc4.com>
25907         
25908 2001-09-20  Stephane Demurget <demurgets@free.fr>
25910         Patch from rikul <null@acm.org> :
25912         * data/internal.properties, src/aneditor.cxx: fixed the fold margin
25913           problem and added folding support for php/hmtl.
25915 2001-09-19  Naba Kumar <kh_naba@users.sourceforge.net>
25917         * Fixed dnd of files within scintilla.
25918         patch from:  rikul <null@acm.org>
25919         
25920 2001-09-18  Naba Kumar <kh_naba@users.sourceforge.net>
25922         * Applied patch from Luca.
25923         
25924         * src/source.c: source_write_build_files(): Fixed the project generation
25925           failure. The fist return statement and the free_project_type were 
25926           misplaced.
25928 2001-09-14  Naba Kumar <kh_naba@users.sourceforge.net>
25929         
25930         * anjuta.c, anjuta.h, main.c, main_menubar.c, main_menubar_def.h,
25931         mainmenu_callbacks.c, mainmenu_callbacks.h, messages.c:
25932         
25933         1) Restore the error color to red (waiting for a configurable one )
25934         2) Saving projects settings if you exit anjuta without closing an open
25935         saved project
25936         3) New Menu 'repaeat search' to search with a keystroke without pressing
25937         the toolbar button
25938         4) some define in the menus to better handle menu item update
25939         
25940         Patch from: lbell <lbell@tsc4.com>
25941         
25942         * main_menubar_def.h, main_menubar.c: Change the position of
25943         "Repeat find" menu position.
25945 2001-09-13  Naba Kumar <kh_naba@users.sourceforge.net>
25947          project_type.h, project_type.c, source.c: Applied patch.
25948          patch from Johannes Schmid <clubfan@users.sourceforge.net>
25949          
25950 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25952         * configure.in, src/Makefile.am: Using macros for ORBit flags.
25953         
25954 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
25955         
25956         * Fixed bug #445752
25957   
25958 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
25959         
25960         * Fixed bugs in Gtk-- and Gnome-- project type
25962 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25964         * dnd.c: Support for multiple files drag-n-drop.
25965         
25966           Patch from: rikul <null@acm.org>
25967         
25968         * anjuta.c, anjuta.h, anjuta_cbs.c, main_menubar_def.h,
25969           mainmenu_callbacks.c, mainmenu_callbacks.h: Added message text
25970           saving from menu.
25971         
25972           Patch from: rikul <null@acm.org>
25974         * Applied patch for widgetizing goto dialog box.
25975           Patch from: ???
25976         
25977         * Applied patch for having new project type handling.
25978           Patch from: Johannes Schmid <clubfan@users.sourceforge.net>
25979           
25980 2001-09-12  Naba Kumar <kh_naba@users.sourceforge.net>
25982         * Makefile.am, aneditor.cxx, aneditor.h, anjuta.c, anjuta.h,
25983           anjuta_cbs.c, anjuta_gui.c, breakpoints.c, breakpoints.h,
25984           debugger.c, debugger.h, find_in_files.c, find_in_files.h,
25985           find_replace.c, find_replace.h, find_text.c, find_text.h,
25986           glade_iface.c, main.c, messages.c, messages.h, project_dbase.c,
25987           project_dbase.h, source.c, text_editor.c, text_editor.h,
25988           text_editor_cbs.c, utilities.c, utilities.h:
25989         
25990           Applied a huge patch (after slight preview). I would like Luca
25991           to have his feature additions mentioned here.
25992         
25993           Patch from: lbell <lbell@tsc4.com>
25995 2001-09-09  Stephane Demurget <demurgets@free.fr>
25997         * scintilla/Makefile.am: added to $(GTK_CFLAGS) INCLUDES.
25999         * po/fr.po: updated to the latest sources.
26002 2001-09-07 Johannes Schmid <clubfan@users.sourceforge.net>
26003         
26004         * Fixed bug #445752
26005   
26006 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26008         * dnd.h, dnd.c: New files for drag n drop support.
26009                 
26010         * anjuta.h, anjuta_gui.c, anjuta_cbs.c:
26011            Added drag and drop support for opening files.
26012         
26013         Thanks to José Antonio Caminero Granja <JCamGra@alumnos.uva.es> and
26014         Archit Baweja <bighead@crosswinds.net> for this idea.
26015         
26016         * TODO: Added some more todos. :-(
26018 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26020         * Fixed the goto line activate bug.
26021         patch from: Martyn Bone <mbone@brightstar.u-net.com>
26023 2001-9-06  Johannes Schmid <clubfan@users.sourceforge.net>
26024         
26025         * Fixed bugs in Gtk-- and Gnome-- project type
26027 2001-08-5  Naba Kumar <kh_naba@users.sourceforge.net>
26029         * widgets/gonmefilelist.c, gnomefilelist.c:
26030         Modified multiple selection on pressing control.
26031           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26032         
26033         * src/project_dbase_gui.c, anjuta_cbs.c, fileselection.h, fileselection.h:
26034         Modified multiple selection on pressing control.
26035           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26036         
26037 2001-09-05  Abel Cheung  <maddog@linux.org.hk>
26039         * src/project_dbase_gui.c(*lang_data[]): Rename zh_TW.Big5 to zh_TW .
26040           This is useless; but just in case...
26042 2001-08-4  Naba Kumar <kh_naba@users.sourceforge.net>
26044         * data/internal.properties: modified a bit of perl properties.
26045         
26046 2001-08-3  Naba Kumar <kh_naba@users.sourceforge.net>
26048         * ccview/cccproj.hh, ccview/hash_str.h, src/fileselection.c, src/fileselection.h
26049           src/project_dbase_gui.c, widgets/gnomefilelist.c, widgets/gnomefilelist.h:
26050           Added support for multiple file imports. Changed the standrd C++
26051           convention of #include <file> to #include <file.h>, because I had given
26052           some wrong options while compiling my gcc-3.0.1 compiler, so it does not
26053           now support the #include <file> convention. That is something to be fixed :). 
26054           # Patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26056 2001-08-1  Naba Kumar <kh_naba@users.sourceforge.net>
26058         * src/anjuta.c: Added function static greetings_text(), to solve the non
26059                 translation of the greetings text in the wizard.
26060                 
26061 2001-08-31  Andy Piper <andy.piper@freeuk.com>
26063         * src/find_in_files_gui.c: made order of buttons consistent with other Find
26064           dialogs, with OK the default (fix bug #453482)
26066 2001-08-31  Naba Kumar <kh_naba@users.sourceforge.net>
26068         * src/anjuta.c: Fixed a bug that tries to printf 'NULL'
26069         
26070         * src/appwizard.c: added N_() for the inlcuding the welcome message translatable.
26071         
26072 2001-08-29  Naba Kumar <kh_naba@users.sourceforge.net>
26074         * src/aneditor.cxx
26075           src/aneditor.h
26076           src/anjuta_cbs.c
26077           src/controls.c
26078           src/main_menubar.c
26079           src/main_menubar.h
26080           src/main_menubar_def.h
26081           src/mainmenu_callbacks.c
26082           src/mainmenu_callbacks.h:
26083                 Applied the patch that addes menu items which allow users to
26084                 insert GPL notice and date time in current document.
26085                 patch from: Rick Patel <rikul@shreve.net>       
26086                 
26087         * src/main_menu.c: Fixed a compilation error.
26088         
26089         * src/anjuta.c: Fixed non-rememberence of editor tab position.
26090         
26091         * src/mainmenu_callbacks.c: Fixed gpl strings to avoid compiler warnings
26092           about the unterminated strings.
26093           
26094         * scintilla/*: Updated scintilla to 1.3.9 version.
26095         
26096 2001-08-28  Naba Kumar <kh_naba@users.sourceforge.net>
26097         
26098         * widgets/gnomefileselection.c:
26099           Applied the patch for fixing multiple selection of file open funcion,
26100           which will deselect the files selected.
26101           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26103 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26105         * widgets/gnomefileselection.h, widgets/gnomefileselection.c, src/fileselection.h,
26106           src/fileselection.c, src/anjuta_cbs.c:
26107           Applied the patch     for multiple selection of file open.
26108           patch from: venugopal gummuluru <vgummuluru@yahoo.com>
26109           
26110 2001-08-27  Naba Kumar <kh_naba@users.sourceforge.net>
26112         * Removed "-f" option in call to devhelp, because devhelp no longer
26113           supports that.
26114         
26115 2001-08-26  Stephane Demurget <demurgets@free.fr>
26117         All these modifications have been pointed out by
26118         Gregory Schmitt <gregory.schmitt@free.fr>, so thanks to him.
26120         * data/internal.properties: two fixes for the PHP lexer.
26121           this out.
26123         * fr.po: minor fixes.
26125         * TODO: added a couple of PHP suggestions from Gregory Schmitt.
26127 2001-08-25  Naba Kumar <kh_naba@users.sourceforge.net>
26128         
26129         * main_menubar.c,
26130           main_menubar.h,
26131           main_menubar_def.h,
26132           main_menubar_callbacks.c,
26133           controls.c:
26134                 Added new menu item for "close all fils".
26135                 (Patch from Rikul <rikul@shreve.net>, after revision)
26136         
26137         * project_dbase.c: project_dbase_close_project(): remove unnecessary printf() statement.
26138         
26139         * find_text.c, find_replace.c: Fixed dialog wins not show up once close by 'Esc'.
26140                 (Patch from Rikul <rikul@shreve.net>)
26141         
26142         * anjuta.c: Fixed to have the current dir in the fileopen dialog box.
26143                 (Patch from Rikul <rikul@shreve.net>)
26145 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26146         
26147         * appwiz_page2.c: Applied patch for disabling auto-upper-casting of
26148            project name in application widzard.
26149            [Patch from: Yannick Koehler <yannick.koehler@colubris.com>  ]
26151         * executer.c: hacked to change the behavior of the executer dialog. Now, instead
26152           of the 'OK' button there is an 'Execute' one.
26153           [ Patch from: Giovanni Corriga <valkadesh@libero.it>  ]
26154         
26155         * executer.c: Changed cancel button to close button. That was more appropriate.
26156           
26157 2001-08-22  Naba Kumar <kh_naba@users.sourceforge.net>
26159         * HACKING: corrected >>>>>> Config management.
26160         
26161         * HACKING: Added many things.
26162         
26163         * src/launcher.h: Added some comments.
26165 2001-08-21  Stephane Demurget <demurgets@free.fr>
26167         * configure.in, NEWS, README: bumped anjuta version to 0.1.7.
26169         * HACKING,
26170           manuals/C/anjuta-faqs/anjuta-faqs.sgml,
26171           src/appwizard_cbs.c,
26172           src/appwizard_gui.c: Applied UI/docs cleanup patch from
26173           Andy Piper <andy.piper@freeuk.com>
26175         * po/fr.po: updated to latest sources.
26177         * Makefile.am: removed anjuta.prj from EXTRA_DIST.
26180 2001-08-18  Andy Piper <andy.piper@freeuk.com>
26182         * Fixed bugs #450280 and #448845
26184         * src/about.c: corrected Naba's e-mail address (.net, not .com)
26185         
26186         * src/goto_line.c, src/attach_process_gui.c, src/find_replace.c:
26187           named dialogs
26188         
26189         * src/breakpoints_gui.c, src/commands.c, src/find_text.c,
26190           src/find_in_files_gui.c, src/project_dbase_gui.c, src/help.c, 
26191           src/watch_gui.c, src/stack_trace_gui.c: edited window and dialog 
26192           names to remove "Anjuta: " prefix
26193           
26194         * src/main_menubar_def.c: altered a message
26195         
26196         * launcher/anjuta_launcher.c: cleaned up some messages
26198         * src/debugger.c: edited messages to improve clarity
26199         
26200         * src/app_wiz*.c: tidied wizard interface
26203 2001-08-15  Stephane Demurget <demurgets@free.fr>
26205         Synced Naba's fix and mine about the wizards not working and removed
26206         anjuta.prj to avoid a nasty checkin.
26208         * Makefile.am: removed the install-data-local rule.
26210         * data/Makefile.am: changed the list of files.
26212         * anjuta.prj: removed to avoid checkin of Anjuta temp files.
26214         * .cvsignore: added anjuta.prj for the same reason.
26217 2001-08-15  Naba Kumar <kh_naba@users.sourceforge.net>
26219         * src/source.c: Fixed a bug that fails new gnome projects to get
26220           created.
26222         * src/project_manager.c: Fixed a bug that disables storing recent
26223           project history.
26225         * Makefile.am: Added stuffs to install the macro files in the
26226           anjuta share file.
26229 2001-08-14  Stephane Demurget <demurgets@free.fr>
26231         * data/Makefile.am: added some rules to support the gnome/ macros
26232           dir in order to make the wizards work again.
26234         * anjuta.spec.in: upped the release number.
26237 2001-08-12  Zbigniew Chyla  <cyba@gnome.pl>
26239         * configure.in (ALL_LINGUAS): Added pl.
26242 2001-08-09  Stephane Demurget <demurgets@free.fr>
26244         * anjuta.spec.in: fixed the doc files list.
26247 2001-08-09  Naba Kumar <kh_naba@users.sourceforge.net>
26249         * src/about.c: corrected my email address. :-)
26250         
26251         * TODO: Updated.
26252         
26253         * manuals/C/anjuta-manual/chapter15.sgml: Slight correction.
26254          (patch from Andy Piper <squiggle@ukgateway.net>)
26256 2001-08-08  Naba Kumar <kh_naba@users.sourceforge.net>
26258         * debugger.c: Fixed a bug associated with debugging threaded
26259           application.
26260         
26261         * text_editor_menu.c: Fixed broken ui in text editor
26262           pop up menu.
26263           
26264         * text_editor_menu.c: Now the option sub menu in text editor pop up
26265           works.
26266         
26267         * mainmenu_callbacks.c: Fixed "no-modified" bug with autoformat.
26268                 (suggested by lord sibn <sibn@utspl.cjb.net> )
26269         
26270 2001-08-07  Naba Kumar <kh_naba@users.sourceforge.net>
26272         * src/text_editor_menu.c: Added menu item for context help
26273           (patch from Andy Piper <squiggle@ukgateway.net>)
26274         
26275 2001-08-06  Stephane Demurget <demurgets@free.fr>
26277         * ccview/cccproj.cc: added missing i18n strings.
26279         * data/welcome.txt: bumped version to 0.1.6.
26281         * src/anjuta.c: fixed a compilation error due to devhelp integration.
26283 2001-08-06  Naba Kumar <kh_naba@users.sourceforge.net>
26284         
26285         * help.c, help.h: Added support for DevHelp context sensitive help
26286                 and gnome api browsing.
26287         * Fixed toolbars and editor views "not save" bug.
26288         * Updated sgmldocs.make and configure.in to handle rh 7.1 crap.
26289           (patch from Andy Piper <squiggle@ukgateway.net>)
26290         * Updated THANKS and chapter15.sgml for uk and ru translators.
26292 2001-08-05  Naba Kumar <kh_naba@users.sourceforge.net>
26294         * Transfered ru.po, uk.po and update.sh from gnome-i18n/extra-po/anjuta
26295         * Updated configure.in to include these changes
26296         
26297 2001-08-03  Stephane Demurget <demurgets@free.fr>
26299         * src/project_dbase_gui.c: fixed bug #446963
26300           (on_project_dbase_ccview_update_start),
26301           (on_project_dbase_ccview_update_end): added.
26302           These two respectively disable and enable close file/project
26303           menu entries and toolbar items, while the ccview part updates
26304           its tag database.  
26307 2001-08-03  Stephane Demurget <demurgets@free.fr>
26309         * configure.in: added sv to the ALL_LINGUAS list.
26310         
26312 2001-08-01  Fatih Demir <kabalak@gtranslator.org>
26314         * anjuta.desktop.(in(.in)), configure.in & Makefile.am: Get the desktop
26315                 file to work: merge translations and distribute it.
26317         * .cvsignore & ABOUT-NLS: Erh, "ABOUT-NLS" shouldn't be in CVS.
26319         * NEWS, README, THANKS & TODO: Spelling fixes.
26321 2001-08-01  Stephane Demurget <demurgets@free.fr>
26323         * README: updated requirements.
26325         * scintilla/Makefile.am,
26326           src/Makefile.am: fixed includes using $(srcdir), as the distcheck
26327           target can't be realized (custom build path).
26329         * Makefile.am: added xml-i18n-* and anjuta.spec.in as EXTRA_DIST.
26330           Removed install-data-local.
26332         * src/compiler_options.c: changed the include paths of the pixmaps.
26333           we hadn't any warning because of the include paths passed to the
26334           compiler. Thanks to make distcheck for reporting this.
26337 2001-07-31  Stephane Demurget <demurgets@free.fr>
26339         * NEWS, THANKS: updated.
26341         * src/anjuta.c: (anjuta_fatal_signal_handler), (anjuta_exit_signal_handler):
26342           fixed to show the correct kernel signal number and its description.
26344         * widgets/gnomefilelist.c: fixed bug #445756
26345           (goto_last): renamed to goto_prev and changed according to goto_next.
26346           (goto_next): added.
26347           (goto_directory): removed.
26348           (check_list_for_entry): renamed (g_list_find_string_pos) and rewrote: the
26349           returned value is now the position in the list.
26350           (check_ok_button_cb): changed the back check and added one for next.
26351           (gnome_filelist_set_dir): the check in history make it wouldn't be
26352           a "true" history. polished the whole thing, using set_dir_internal.
26353           (set_dir_internal): used in gnome_filelist_set_dir and back/next callbacks, so
26354           there's no check in the history when using back or next.
26356         * manuals/*: added missing .cvsignore files.
26359 2001-07-30  Stephane Demurget <demurgets@free.fr>
26361         * po/fr.po: updated to latest sources.
26363         * src/preferences_gui.c: (create_preferences_page6): fixed bug #445758
26364           call on_trunc_mesg_check_clicked after the two spinbuttons are ref'ed,
26365           to put off their sensitive attributes.
26367 2001-07-29  Stephane Demurget <demurgets@free.fr>
26368         
26369         * po/fr.po: fixed some grammar things.
26370           Thanks to Pierre Sarrazin <sarrazip@sympatico.ca> for having pointed
26371           this out.
26372         
26373         * src/utilities.c: (file_is_link): use lstat instead of stat.
26375 2001-07-27  Naba Kumar <kh_naba@123india.com>
26376         
26377         * Remove help dir from cvs, because it is no longer
26378           needed.
26379         
26380         * Remove manuals/anjuta-manual dir from cvs, because it is no longer
26381           needed.
26383 2001-07-24  Naba Kumar <kh_naba@123india.com>
26385         * debugger.c: (debugger_update_prog_status): Fixed
26386                 the bug with gdb version 5. Debugger starts, when
26387                 step in/out/over etc are clicked.
26388         
26389         * debugger.c: All functions: added debugging codes.
26390         
26391         * breakpoints.c: (breakpoints_dbase_set_all_in_editor):
26392         * breakpoints.c: (breakpoints_dbase_add_brkpnt):
26393           Modified to recognize non project files also.
26394           
26395         * source.c: (source_write_configure_in):
26396           Added source for 'prefix' counterparts for
26397           no-prefix AC_SUBST.
26398         
26399 2001-07-23  Naba Kumar <kh_naba@123india.com>
26400         
26401         * anjuta.c: added function anjuta_remove_text_editor();
26402           and suitably modified anjuta_remove_current_text_editor().
26403           
26404         * project_dbase.c: project_dbase_close(), Added code to
26405           close all opened files that belong to the project when
26406           the project is closed.
26407          (patch from  "Maxim Blagai" <maximblagai@yahoo.com> and some my codes)
26408         
26409         * Updated the manuals/anjuta-manual subdir for GDP standards.
26410            (patch from Andy Piper <squiggle@ukgateway.net>)
26411         
26412         * main_menubar.h, main_menubar.def: Added Menu items to handle
26413           urls for library references, bugs, patches and feature request
26414           submission.
26415         
26416 2001-07-20  Naba Kumar <kh_naba@123india.com>
26417         
26418         * Set wmclass names in all windows.
26419           (patch from Andy Piper <squiggle@ukgateway.net>)
26420         * New splash logo from "Misha" <misha@phreaker.net>);
26422 2001-07-19  Naba Kumar <kh_naba@123india.com>
26423         
26424         * preferences.[h,c], preferences_gui.c: Added 4 properties to
26425           set caret color, calltip back color and selection fore/back
26426           color.
26428 2001-07-18  Naba Kumar <kh_naba@123india.com>
26429         
26430         * project_dbase.c: Closes all files when project is closed.
26431          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26432          -- We still need to refine this as it closes all sort of files.
26433         
26434         * compiler_options.c: Fixed seg-fault bug when last item in
26435           compiler option lists is removed.
26436         
26437         * Fixed missing newline warnings during compilation.
26438           (patch from Andy Piper <squiggle@ukgateway.net>)
26440 2001-07-17  Fatih Demir <kabalak@gtranslator.org>
26442         * xml-i18n-*: Blew away the xml-i18n-* files from CVS -- they're
26443                 autogenerated no need to store'em in CVS.
26445         * ccview/.cvsignore: Addition of cvsignore.
26447 2001-07-17  Naba Kumar <kh_naba@123india.com>
26448         
26449         *GUI fixes and spell corrections
26450         (patch from Andy Piper <squiggle@ukgateway.net>)
26452 2001-07-15  Naba Kumar <kh_naba@123india.com>
26453         
26454         *Fixed double error message for file not found.
26455         
26456         *Put white backgrounds for png images.
26457         
26458         *Converted '-' to '_' in sgml files.
26460 2001-07-14  Naba Kumar <kh_naba@123india.com>
26461         
26462         * project_dbase.c: Short-cut for expand/collasp project tree
26463         
26464         * project_dbase_gui.c:
26465          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26467 2001-07-13  Naba Kumar <kh_naba@123india.com>
26468         
26469         * notebook.[h,c]: Added
26470          (patch applied from  "Maxim Blagai" <maximblagai@yahoo.com>)
26471         Project/message window now toggles on control and
26472         and notebook switch short-cut
26474 2001-07-7  Naba Kumar <kh_naba@123india.com>
26475         
26476         * Changed a new icon set which looks more gnomish.
26477         
26478         * Changed a new anjuta splash logo.
26479         (Icons and splash logo created by "Misha" <misha@phreaker.net>)
26481 2001-07-6  Naba Kumar <kh_naba@123india.com>
26482         
26483         * ccview/*: Integrated ccview for class view and file view
26484                 in the project Manager.
26485         
26486         * widgets/gnomefilelist.[h,c]: Added show hidden files options.
26488 2001-07-1  Naba Kumar <kh_naba@123india.com>
26489         
26490         * scintilla/*: Upgraded Scintilla to version 1.3.7
26491         
26492         * manuals/anjuta-manual/C/chapter[00-12].sgml: Added many more stuffs.
26493         
26494 2001-06-28  Naba Kumar <kh_naba@123india.com>
26495         
26496         * src/debugger.c: Correct step-over and step-out swapping.
26497         
26498         * manuals/anjuta-manual/C/chapter[00-12].sgml: Splitted manual
26499           chapters and added more stuffs.
26501 2001-06-13  Naba Kumar <kh_naba@123india.com>
26502         
26503         * data/autogen.sh.gtkmm: Added
26504         
26505         * data/autogen.sh.gnomemm: Added
26506         
26507         * src/appwiz.c: Added two more application wizard templetes
26508         
26509         * src/project: for gtk-- and gnome-- and proper support
26510         
26511         * src/source.c: for c++ in the project configuration.
26512         
26513         * src/source.h:
26515 2001-05-05  Naba Kumar <kh_naba@123india.com>
26517         * Merged my pre-cvs modifications with 
26518           the current cvs copy.
26520         * (lot of files change).
26522         * Implemented session management.
26524         * Local installation possible by
26525           manageing our own pixmaps paths
26526           manupulations.
26527         
26528         * resources.h: Added.
26529         * resources.c: Added.
26531         * Fixed some bugs.
26532         
26533 2001-05-05  Fatih Demir <kabalak@gtranslator.org>
26535         * manuals/.cvsignore & manuals/anjuta-manual/C/.cvsignore:
26536                 Corrected/extended ignores.
26538 2001-05-04  Naba Kumar <kh_naba@123india.com>
26540         * manuals/: dir tree added.
26541           Sgml documentation started in this dir.
26542           
26543         * omf-install/: dir tree added.
26544         
26545         * manuals/anjuta-manual/C/anjuta-manual.sgml:
26546           Created initial document structure.
26547           
26548         * configure.in: Added test for scrollkeeper.
26549           Added some Makefile entries in AC_OUTPUT.
26550         
26551         * Makefile.am: Added subdir manuals/
26552         
26553         * HACKING: Wrote something stupid.
26555 2001-05-02  Stéphane Démurget <demurgets@free.fr>
26557         * Makefile.am: Added ChangeLog in local data list, becaused it's
26558           needed to create a new project.
26559           
26560         * po/fr.po: minor fixes.
26562         * src/build_file.c, src/configurer.c, src/debugger.c,
26563           src/executer.c, src/find_replace.c, src/gnome_project.c,
26564           src/goto_line.c, src/launcher.c, src/messages.c, 
26565           src/preferences.c src/project_dbase.c: functions declared static.
26566           
26567         * widgets/gnomefilelist.c: Fixed a project creation bug,
26568           introduced with latest changes.
26570 2001-05-01  Stéphane Démurget <demurgets@free.fr>
26572         * widgets/gnomefilelist.c,
26573           BUGS: Fixed an annoying bug preventing from loading files/project
26574           given on the command line. Polished the whole gnome_filelist widget.
26576 2001-04-27  Stéphane Démurget <demurgets@free.fr>
26578         * src/main.c,
26579           src/anjuta.c,
26580           src/anjuta.h: Polished the command line parsing.
26582         * BUGS: Need to clean that damn gnome_filelist widget.
26584 2001-04-25  Stéphane Démurget <demurgets@free.fr>
26586         * src/registers.c,
26587           src/sharedlib.c,
26588           src/signals.c: Removed duplicated includes.
26590         * po/fr.po: minor fixes.
26592         * src/compiler_options_gui.c: Cleaned up a part of the GUI,
26593           create_compiler_options_page? () declared static.
26594         * src/main.c,
26595           src/anjuta.c: Put a command line option for disabling
26596           the splashscreen.
26598         * src/preferences_gui.c: Fixed an internationalization issue,
26599           other functions declared static.
26601         * src/gnome_project.c: Fixed some memory leaks,
26602           new_prj_terminated () declared static. 
26604 2001-04-24  Fatih Demir <kabalak@gtranslator.org>
26606         * configure.in: Sort ALL_LINGUAS alphabetically.
26608 2001-04-22  Stéphane Démurget <demurgets@free.fr>
26610         * Emptied that ugly old Changelog.
26612 == Anjuta 0.1.5 ===
26613 == Anjuta 0.1.4 ==
26615 2001-03-10 Naba kumar  <naba@gnome.org>
26617         * src/gnome_project.c: Fixed project dir creation bug.
26619         * src/text_editor.c: Fixed double accelerators bug.
26620         
26621         * src/glade_iface.c, src/project_dbase.c: Fixed source generation bug.
26623         * src/stack_trace.c, * src/compiler_options.c,
26624         data/internals.properties, src/defaults.c:
26625         Fixed pixmap creation with NULL window.
26627         * src/commands.c, src/preferences_gui.c, src/build_project.c
26628         src/clean_project.c: Bug fix.
26629         
26630         * src/main_menubar_def.h: i18n bug fix.
26631         
26632         * src/executer.h, src/executer.c: Bug fix.
26633         
26634         * src/controls.c: Bug fix.
26635         
26636         * src/debugger.c: Debugger now takes program args.
26637         
26638         * po/ja.po: Added japanese translation file.
26639         
26640         Upgraded to ver 0.1.4
26641         ... Fixed other minor bugs.
26643 == Anjuta 0.1.3 ===
26645 2001-XX-XX Naba kumar  <naba@gnome.org>
26647         * Lots of unaccountable changes. Integrated scintilla.
26648         Redesigned Project managemet. Added supports for other languages.
26649         Java style properties managements. .... blah blah
26650         
26651 2000-11-11 Naba kumar  <naba@gnome.org>
26653         * README, htmls/page111.html, configure.in, anjuta.prj, anjuta.spec:
26654         Upgraded to version 0.1.3.
26656         * src/mainmenu_callbacks.c, src/main_menubar_def.h:
26657         Fixed to activate Debug->add watch properly.
26659 === Anjuta 0.1.2 beta_2 ===
26660 === Anjuta 0.1.2 ===
26662 2000-11-05 Naba kumar  <naba@gnome.org>
26664         * src/compiler_options.c, src/compiler_options_cbs.c
26665         src/compiler_options_cbs.h, src/compiler_options_gui.c
26666         src/anjuta2.c, extra/stock_libs.anj (new),
26667         extra/README.stock_libs (new), htmls/page13.html,
26668         htmls/images/*: Improved Library settings GUI. Can now enable/disable
26669         added libraries. Stock libs provided for ease of entry. Modified
26670         help html file accordingly.
26672 2000-11-03 Naba kumar  <naba@gnome.org>
26674         * README: Minor fixes in Doc files.
26676         * src/gnome_prj.c, src/appwidzard_cbs.c:
26677         Fixed to ignore non-existant dir for blank prj.
26678         More checking in project creation, especially to confirm
26679         that the prj file already does not exist.
26681         * anjuta.spec, configure.in: Upgraded to version 0.1.2
26683         * src/controls.c: Now Menu item "Format/Detach current document"
26684         is inactive when there is no document opened.
26686 === Anjuta 0.1.1 ===
26688 2000-11-01 Naba kumar  <naba@gnome.org>
26690         Completed and Release of first version (Beta) with lots of bugs.
26692 1999-12-27 Naba kumar  <naba@gnome.org>
26694         Anjuta project started.